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
.sidebar { z-index: 20 !important; } #description { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0px auto; max-width: 992px; padding: 3rem 1rem; width: 100%; } #description img { width: 18.75rem; } #description-text { color: rgba(255, 255, 255, 0.875); font-size: 0.875rem; font-weight: 400; line-height: 1.5; margin-top: 1.5rem; max-width: 35rem; } .tabs ul { display: flex; } .tabs ul li { background-color: #3b4345; border: 0.0625rem solid #585c5d; color: rgba(255, 255, 255, 0.5); cursor: pointer; font-size: 0.625rem; font-weight: 300; padding: 0.75em 1.25em; text-align: center; text-transform: uppercase; } .tabs ul li.selected { background-color: #212729; border-color: rgba(255, 255, 255, 0.875); border-bottom: none; color: rgba(255, 255, 255, 0.875); margin-bottom: -0.0625rem; z-index: 15; } .tabs ~ section:not(.selected) { display: none !important; } .tabs ~ section.selected { border: 0.0625rem solid rgba(255, 255, 255, 0.875); padding: 2.5rem 2rem; position: relative; } .card { background-color: #eee; box-shadow: none; display: flex; flex-direction: column; margin-bottom: 2rem; padding: 2.5rem 1.5rem; padding-top: 3.5rem; text-align: center; } .card .card__title, .card .card__subtitle:last-of-type, .card .price { color: #487050; } .card .card__title { font-size: 2.25rem; font-weight: 400; margin-bottom: 1.5rem; } .card .card__subtitle:last-of-type { font-weight: 600; } .card .price { align-items: center; display: flex; font-size: 1.125rem; font-weight: 400; justify-content: center; margin-bottom: 2.5rem; margin-top: 1.5rem; } .card .price strong { font-size: 2.5em; font-weight: 400; margin: 0px 0.25rem; } .card .btn { background-color: #487050; border: 0.0625rem solid transparent; border-radius: 0.125rem; color: #fff; font-size: 0.875rem; font-weight: 500; margin-top: auto; padding: 0.875em 1.5em; transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease; text-transform: uppercase; width: 100%; } .card .btn:hover, .card .btn:focus { background-color: transparent; border-color: #487050; color: #487050; } .robots { border: 0.0625rem solid #fff; border-left: none; position: absolute; left: 50%; top: 100%; transform: translate(-50%, -50%); } .robots ul { display: flex; flex-direction: row-reverse; } .robots ul li { background-color: #394345; border-left: 0.0625rem solid #fff; color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; padding: 0.675rem 2rem; text-transform: uppercase; white-space: nowrap; } .robots ul li:last-child { background-color: #487050; color: rgba(255, 255, 255, 0.75); } @media (min-width: 576px) { .container { padding-left: 2rem; padding-right: 2rem; } .tabs ul li { font-size: 0.875rem; width: 33.33%; } .tabs ~ section.selected { padding: 4rem 3rem; } .robots ul li { font-size: 0.875rem; } } @media (min-width: 768px) { #description { flex-direction: row; } #description-text { margin-left: 2.5rem; margin-top: 0px; } .tabs ul { display: inline-flex; } .tabs ul li { min-width: 12rem; width: auto; } section.cards { display: flex !important; flex-flow: row wrap; justify-content: space-between; } .card { width: calc(50% - 1rem); } .robots { left: calc(0% - 11.5rem); top: 50%; transform: rotate(-90deg); } .robots ul { flex-direction: row; } } @media (min-width: 1200px) { section.cards { flex-direction: row; } .card { margin-bottom: 0px; width: calc(25% - 1rem); } } @media (min-width: 1200px) and (max-width: 1340px) { .card .card__title { font-size: 1.75rem; } }
src/assets/css/safebux.css
.sidebar { z-index: 20 !important; } #description { align-items: center; display: flex; flex-direction: column; justify-content: center; margin: 0px auto; max-width: 992px; padding: 3rem 1rem; width: 100%; } #description img { width: 18.75rem; } #description-text { color: rgba(255, 255, 255, 0.875); font-size: 0.875rem; font-weight: 400; line-height: 1.5; margin-top: 1.5rem; max-width: 35rem; } .tabs ul { display: flex; } .tabs ul li { background-color: #3b4345; border: 0.0625rem solid #585c5d; color: rgba(255, 255, 255, 0.5); cursor: pointer; font-size: 0.625rem; font-weight: 300; padding: 0.75em 1.25em; text-align: center; text-transform: uppercase; } .tabs ul li.selected { background-color: #212729; border-color: rgba(255, 255, 255, 0.875); border-bottom: none; color: rgba(255, 255, 255, 0.875); margin-bottom: -0.0625rem; z-index: 15; } .tabs ~ section:not(.selected) { display: none !important; } .tabs ~ section.selected { border: 0.0625rem solid rgba(255, 255, 255, 0.875); padding: 2.5rem 2rem; position: relative; } .card { background-color: #eee; box-shadow: none; display: flex; flex-direction: column; margin-bottom: 2rem; padding: 2.5rem 1.5rem; padding-top: 3.5rem; text-align: center; } .card .card__title, .card .card__subtitle:last-of-type, .card .price { color: #487050; } .card .card__title { font-size: 2.25rem; font-weight: 400; margin-bottom: 1.5rem; } .card .card__subtitle:last-of-type { font-weight: 600; } .card .price { align-items: center; display: flex; font-size: 1.125rem; font-weight: 400; justify-content: center; margin-bottom: 2.5rem; margin-top: 1.5rem; } .card .price strong { font-size: 2.5em; font-weight: 400; margin: 0px 0.25rem; } .card .btn { background-color: #487050; border: 0.0625rem solid transparent; border-radius: 0.125rem; color: #fff; font-size: 0.875rem; font-weight: 500; margin-top: auto; padding: 0.875em 1.5em; transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease; text-transform: uppercase; width: 100%; } .card .btn:hover, .card .btn:focus { background-color: transparent; border-color: #487050; color: #487050; } .robots { border: 0.0625rem solid #fff; border-left: none; position: absolute; left: 50%; top: 100%; transform: translate(-50%, -50%); } .robots ul { display: flex; flex-direction: row-reverse; } .robots ul li { background-color: #394345; border-left: 0.0625rem solid #fff; color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; padding: 0.675rem 2rem; text-transform: uppercase; white-space: nowrap; } .robots ul li:last-child { background-color: #487050; color: rgba(255, 255, 255, 0.75); } @media (min-width: 576px) { .container { padding-left: 2rem; padding-right: 2rem; } .tabs ul li { font-size: 0.875rem; width: 33.33%; } .tabs ~ section.selected { padding: 4rem 3rem; } .robots ul li { font-size: 0.875rem; } } @media (min-width: 768px) { #description { flex-direction: row; } #description-text { margin-left: 2.5rem; margin-top: 0px; } .tabs ul { display: inline-flex; } .tabs ul li { min-width: 12rem; width: auto; } section.cards { display: flex !important; flex-flow: row wrap; justify-content: space-between; } .card { width: calc(50% - 1rem); } .robots { left: calc(0% - 11.5rem); top: 50%; transform: rotate(-90deg); } .robots ul { flex-direction: row; } } @media (min-width: 1200px) { section.cards { flex-direction: row; } .card { margin-bottom: 0px; width: calc(25% - 1rem); } } @media (min-width: 1200px) and (max-width: 1340px) { .card .card__title { font-size: 1.75rem; } }
0.45302
0.075858
.environment.active { font-weight: bold; } body { font-family: 'Roboto', sans-serif; font-size: 13px; } textarea { resize: none; } h1, h2, h3 { font-family: 'Roboto', sans-serif; } a:not([href]) { cursor: pointer; } ul.dropdown-menu { padding: 0px; border-radius: 3px; } .mt40 { margin-top: 40px; } .mb75 { margin-bottom: 75px; } .mt20 { margin-top: 20px; } .h3-icon { font-size: 20px; color: #f26522; } .p0 { padding: 0px!important; } .dropdown-menu>li>a { padding: 5px 20px; } .input-lg { height: 40px !important; border-radius: 0px !important; padding: 8px 12px; } /*First Nav*/ #firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; /*border-top: 3px solid #67c067;*/ min-height: 40px; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 40px; overflow: visible; } #firstrow-nav .navbar-nav>li>a { padding-top: 14px; color: #fff; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } /*#firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 40px; }*/ #firstrow-nav .navbar-nav .active-1 a{ height: 40px; } #firstrow-nav .navbar-nav li>p { color: #fff; padding: 12px 14px; } #firstrow-nav .navbar-nav li>p.navbar-text { color: #fff; /*padding: 12px 14px;*/ margin-top: 0; margin-bottom: 0; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; } #firstrow-nav .navbar-header { height: 40px!important; } .nav .open>a { background-color: transparent; } .navbar { border: none; /*min-height: 71px;*/ margin-bottom: 0px; } .navbar-nav>li>a { line-height: 15px; } .navbar-brand { height: 70px; padding: 15px; } .navbar-avatar { border-radius: 3px; margin-right: 7px; } .navbar-custom { /*background: none repeat scroll 0% 0% #111;*/ background-color: #111; background-image: url('/images/new-header-bg.jpg'); margin-bottom: 20px; background-repeat: no-repeat; } .back-to-main-btn { margin-right: 10px; border: 1px solid #989898; padding: 3px 10px; text-transform: uppercase; float: left; font-weight: bold; font-size: 10px; color: #989898; margin-top: 11px; } .back-to-main-btn:hover { text-decoration: none; color: #f26522; border: 1px solid #f26522; } .breadcrumb{ background-color: transparent; padding: 8px 0px!important; } .breadcrumb>li+li:before { color: #D4D4D4; font-size: 1.3em; content: "\00bb"; } .breadcrumb > li > a { color: #444; font-size: 11px; font-weight: bold; text-transform: uppercase; } .breadcrumb > li > a:hover { text-decoration: none; color: #f26522; } .well { border-radius: 0px; border: 0px; } .tab-content { margin-top: 10px; } .nav-tabs { /*border: 0px;*/ } .nav-tabs>li { border-bottom: 0px; } .nav-tabs>li>a { color: #000; margin-right: 0px; /*border-bottom: 3px solid #ddd;*/ border-bottom: 0px; border-top: 0px; border-right: 0px; border-left: 0px; } .nav-tabs>li>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:active { background-color: transparent; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:hover { border-bottom: 3px solid #439fe0; /*border-bottom-color: #439fe0;*/ border-left: 0px; border-right: 0px; border-top: 0px; } .nav-tabs>li.open>a { background-color: transparent; } img + label { margin-top: 5px; } .label { border-radius: 0px; } .label-block { padding-top: 5px; padding-bottom: 5px; display: block; } .text-inverse { background: #272727; } .label-inverse, .label-inverse:hover, .label-inverse:focus { background: #272727; color: #fff; } .login-form-api { padding: 25px 20px 20px 20px; /*background: #ebebeb;*/ } .login-form { margin-top: 40px; padding: 30px 100px; background: #ebebeb; } .register-form { padding: 30px 70px; background: #ebebeb; } .login-form > h2, #registerAccountForm h2 { font-weight: bold; margin-bottom: 30px; } /* REGISTER */ #agency { text-transform: uppercase; } .twitter-typeahead { width: 100%; text-transform: uppercase; } .tt-dropdown-menu { background-color: #FFFFFF; border: solid 1px #CECECE; border-top: none; } .tt-suggestion { margin: 0!important; padding: 0 10px; } .tt-suggestion.tt-cursor { color: #fff; background-color: #0097cf; } /* END OF REGISTER */ .dataset-container { border-left: 1px solid #eee; } .dataset-items { cursor: pointer; padding-top: 10px; } .dataset-items:hover { background-color: #f9f9f9; } .dataset-sidebar-label, .dataset-sidebar-value { font-size: 14px; margin-bottom: 0px; } .dataset-sidebar-value { font-weight: 600; } .dataset-list hr, #datasets hr, .dashboard-datasets-list hr { margin-top: 10px; margin-bottom: 10px; } .dataset-icons { padding: 5px 9px; } p.resource-title { margin: 0px; text-transform: uppercase; font-size: 14px; font-weight: 600; } p.resource-description { font-size: 14px; margin-bottom: 0px; } p.dataset-title { color:#000; } .dataset-item-content p.dataset-title, p.dashboard-agency { color: #000; margin: 0 10px 0 0; line-height: 27px; font: 20px; word-wrap: break-word; text-transform: uppercase; } p.dashboard-agency { margin-top: 15px; } .dataset-item-content > p.dataset-description, #datasets > p.dataset-description { color: #7C7C7C; margin: 5px 0; font-size: 14px; line-height: 21px; } .dataset-item-content > p.dataset-author, .dataset-item-content > p.dataset-submitted { font-size: 14px; line-height: 21px; margin-bottom: 5px; } .dataset-item-content > p.dataset-author > span, .dataset-item-content > p.dataset-submitted > span { font-weight: 600; font-family:; text-transform: uppercase; } /* FEEDBACKS */ .feedbacks-list, .dataset-list, .dashboard-datasets-list { margin-top: 10px; } /*#for-review-feedbacks-list > div.row { margin-bottom: 10px; } #for-review-feedbacks-list > div.row:after { border: 1px solid #ddd; }*/ .feedbacks-item-keys > img { border-radius: 3px; } .feedbacks-item-keys p { margin: 0 10px 0 0; line-height: 27px; font: 18px; word-wrap: break-word; } /*.feedbacks-item-content > p { margin: 0 10px 0 0; line-height: 27px; font: 18px; text-align: left; }*/ p.feedbacks-item-date-submitted { margin: 0px; } p.feedbacks-item-content-description { margin: 5px 0; font-size: 14px; line-height: 21px; } p.feedbacks-item-content-author { font-size: 14px; line-height: 21px; margin: 0px; } p.feedbacks-item-content-author > span { font-weight: 600; font-family:; text-transform: uppercase; } p.feedbacks-item-content-label { margin: 0 10px 0 0; float: left; line-height: 27px; font: 18px; } div.feedbacks-item-button { margin-top: 5px } /* END OF FEEDBACKS */ /*.nav-tabs { border: 0px; } .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; background-color: transparent; border: 0px; } <div class="col-lg-12"> .nav-tabs>li.active { border-bottom: 3px solid #439fe0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; } .nav-tabs>li>a { margin-right: 0px; }*/ /* BOOTSTRAP OVERRIDE */ .form-control { border-radius: 0px; font-size: 14px; } input[type=text].form-control { height: 100%; width: 100%; box-sizing: border-box; padding: 10px 14px; } .alert { padding: 10px; border-width: 0; border-left-width: 5px; border-radius: 0; -webkit-border-radius: 0; } .alert-warning { border-color: #dfb56c; color: #826430; background-color: #efe1b3; } .alert-danger { border-color: #953b39; color: #fff; background-color: #c26565; text-shadow: none; } .alert-info { border-color: #9cb4c5; color: #305d8c; background-color: #d6dde7; } .alert-success { border-color: #8ac38b; color: #356635; background-color: #cde0c4; } .alert-dismissible .close { right: 0px; color: #000; } #main-navbar > ul > li.divider { border-bottom: none; border-top: none; border-right: solid 1px #2b2b2b; border-left: solid 1px black; clear: none; height: 71px; width: 0px; } #main-navbar > ul > li > a { color: #fff; padding: 26px 20px; } #main-navbar > ul > li > a.user-dropdown { padding: 20px; } #main-navbar > ul > li > a:hover, #main-navbar > ul > li > a:active, #main-navbar > ul > li > a:visited, #main-navbar > ul > li > a:focus { /*background: #111;*/ background: transparent; outline: none; } #sub-header { height: 140px; padding-top: 42px; margin-bottom: 30px; background-color: #2a2829; background-image: url('/images/login-head-bg.jpg'); } .sub-header-label { font-size: 26px; color: #fff; display: inline; margin-left: 15px; margin-top: 15px; float: left; } .margin-top-5 { margin-top: 5px; } .margin-top-10 { margin-top: 10px; } .no-margin { margin: 0px; } .no-margin-top { margin-top: 0px; } .no-padding { padding: 0px; } .no-padding-left { padding-left: 0px; } .no-padding-right { padding-right: 0px; } .btn { border-radius: 0px; } .btn-inverse, .btn-inverse:hover, .btn-inverse:focus { background: #272727; color: #fff; } .btn-inverse[disabled] { background: #272727; color: #fff; } .btn-lg { padding: 7px 16px; } .btn-warning { color: #444; font-weight: 600; background-color: #ffc425; } .btn + .btn, .btn-info + .btn-danger, .btn-success + .btn-success, .btn-success + .btn-danger, .btn-primary + .btn-warning, .btn-success + .btn-primary, .btn-warning + .btn-warning { margin-left: 5px; } footer { margin-top: 30px; padding: 5px 0; background-color: #e9e9e9; border-top: 1px solid #E8E8E8; } footer.footer-fixed-bottom { bottom: 0; left: 0; position: fixed; width: 100%; } .fuelux .wizard { position: relative; overflow: hidden; background-color: #f9f9f9; border: 1px solid #d4d4d4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); } .fuelux .wizard:before, .fuelux .wizard:after { display: table; line-height: 0; content: ""; } .fuelux .wizard:after { clear: both; } .fuelux .wizard ul { width: 4000px; padding: 0; margin: 0; list-style: none outside none; } .fuelux .wizard ul.previous-disabled li.complete { cursor: default; } .fuelux .wizard ul.previous-disabled li.complete:hover { color: #468847; cursor: default; background: #f3f4f5; } .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before { border-left-color: #f3f4f5; } .fuelux .wizard ul li { position: relative; float: left; height: 46px; padding: 0 20px 0 30px; margin: 0; font-size: 16px; line-height: 46px; color: #999999; cursor: default; background: #ededed; } .fuelux .wizard ul li .chevron { position: absolute; top: 0; right: -14px; z-index: 1; display: block; border: 24px solid transparent; border-right: 0; border-left: 14px solid #d4d4d4; } .fuelux .wizard ul li .chevron:before { position: absolute; top: -24px; right: 1px; display: block; border: 24px solid transparent; border-right: 0; border-left: 14px solid #ededed; content: ""; } .fuelux .wizard ul li.complete { color: #468847; background: #f3f4f5; } .fuelux .wizard ul li.complete > .badge { color: #fff; background: #468847; } .fuelux .wizard ul li.complete:hover { cursor: pointer; background: #e7eff8; } .fuelux .wizard ul li.complete:hover .chevron:before { border-left: 14px solid #e7eff8; } .fuelux .wizard ul li.complete .chevron:before { border-left: 14px solid #f3f4f5; } .fuelux .wizard ul li.active { color: #fff; background: #ffc425; } .fuelux .wizard ul li.active .chevron:before { border-left: 14px solid #ffc425; } .fuelux .wizard ul li .badge { background-color: #444; margin-right: 8px; } .fuelux .wizard ul li:first-child { padding-left: 20px; border-radius: 4px 0 0 4px; } .fuelux .wizard .actions { position: absolute; right: 0; z-index: 1000; float: right; padding-right: 15px; padding-left: 15px; line-height: 46px; vertical-align: middle; background-color: #e5e5e5; border-left: 1px solid #d4d4d4; } /*.fuelux .wizard .actions a { margin-right: 8px; font-size: 12px; line-height: 45px; }*/ .fuelux .wizard .actions .btn-prev i { margin-right: 5px; } .fuelux .wizard .actions .btn-next i { margin-left: 5px; } .fuelux .step-content { padding: 10px; margin-bottom: 10px; border: 1px solid #D4D4D4; border-top: 0; border-radius: 0 0 4px 4px; } .fuelux .step-content .step-pane { display: none; } .fuelux .step-content .active { display: block; } .fuelux .step-content .active .btn-group .active { display: inline-block; } .top-20 { margin-top: 20px; } .resources a:active, .resources a:visited, .resources a:focus, .versions a:active, .versions a:visited, .versions a:focus { text-decoration: none; } .resources a.active, .versions a.active { color: #ffc425; /*background-color: #ffc425;*/ text-decoration: none; } .versions, .resources, .dataset-sidebar-details { margin-top: 20px; } .versions > hr, .resources > hr { margin-top: 5px; margin-bottom: 5px; } a.version { font-size: 14px; color: #333; display: block; } a.version:hover{ text-decoration: none; } .dashboard-dataset-date { font-weight: 600; font-size: 12px; margin-bottom: 0px; } .dataset-action { margin-bottom: 20px } .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; } .dashboard-tab-header { font-size: 14px; color: #000 !important; } #sendBackDatasetModalLabel > p, #flagDatasetModalLabel > p { font-weight: 600; margin-bottom: 0px; } #sendBackDatasetModalLabel > i, #flagDatasetModalLabel > i { color: #D4D4D4; } #sendBackDatasetModal div.modal-body > p, #flagDatasetModal div.modal-body > p { color: #676767; } #sendBackDatasetModal div.modal-body, #flagDatasetModal div.modal-body { background: #F2F2F2; padding: 30px; } #sendBackDatasetModal div.modal-body > p, #flagDatasetModal div.modal-body > p { margin-bottom: 5px; } .dashboard-dataset-note { font-size: 10px; font-weight: bold; margin-left: 5px; color: #676767; } .popover-note { background-color: #4A4F55; } .popover-note-title { background-color: #5F6772; border-bottom: none; color: #B6BDC7; } .popover-note-content { background-color: #545C67; } .popover-note-content > span { color: #B9BFCB; font-size: 12px; font-weight: bold; } .popover-note-content > p { font-size: 13px; } .popover-note-content > span > strong, .popover-note-content > p { color: #FBFFFF; } .popover-note-content > hr { margin-top: 5px; margin-bottom: 5px; } .arrow-note:after { border-left-color: #545C67 !important; } #dashboard-updates { margin-top: 10px; } #dashboard-updates p { font-size: 12px; margin-bottom: 0px; } #dashboard-updates hr { margin-top: 5px; margin-bottom: 5px; } #dashboard-updates time { font-size: 11px; margin-left: 2px; color: #B9BFCB; } #dashboard-updates i.fa-calendar-o { color: #B9BFCB; } .activity-content { margin-left: 30px; } #content > a.btn-warning { margin-top: 10px; } .select2-container .select2-selection--single, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, { height: 40px !important; border-radius: 0px !important; } .navbar-toggle { margin-bottom: 18px; margin-top: 18px; background-color: #f9f9f9; border-color: #f9f9f9; } .navbar-toggle .icon-bar { background-color: #444; } .nav-pills-environment { background-color: #000; } .nav-pills-environment>li>a { color: #fff; border-radius: 2px; padding-left: 35px; padding-right: 35px; } .nav-pills-environment>li>a:hover { background-color: #222126; } .nav-pills-environment>li>a, .nav-pills-environment>li>a:focus, .nav-pills-environment>li>a:hover { background-color: #000; } .nav-pills-environment>li.active>a, .nav-pills-environment>li.active>a:focus, .nav-pills-environment>li.active>a:hover { background-color: #222126; } .panel-inverse > .panel-heading { background-color: #000; color: #fff; border-radius: 0px; } .panel-inverse > .panel-body { border: 1px solid #CFCFCF; } .dataTables_filter { float: right; } #table_id_paginate { float: right; } #table_id_paginate > ul.pagination { margin: 0px; } /*Helper classes*/ .navbar-default { border: none; } /*.row { padding:0px 30px; }*/ .br0 { border-right: 0px!important; } .bl3{ border-left:3px solid #1e1e1e; } .bl3 { border-left: 3px solid #1e1e1e; } .mr-14{ margin-right:-14px; } .p0{ padding:0; } /*First Nav*/ /*#firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 50px; } #firstrow-nav .navbar-nav>li>a { padding-top: 14px; color: #fff; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } #firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 50px; } #firstrow-nav .navbar-nav .active-1 a{ height: 50px; } #firstrow-nav .navbar-nav li>p { color: #fff; padding: 16px 14px; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; }*/ /*Viewer*/ #onenav { margin-left: -15px; } #onenav #fourthrow-nav { background-color: #252525; height: 100vh; border-radius: 0; margin-bottom: 0; width:100%; overflow: hidden; } #onenav #menu-nav { position: absolute; top: 53px; background: #111111; } #onenav #menu-nav { position: absolute; top: 53px; background: #111111; margin:0; height:232px; transition: .3s ease-in; overflow: hidden; width: 93.5%; border-radius: 0px; transition: .3s ease-in; } #onenav #menu-nav ul { list-style: none; margin:0; padding:0; } #onenav #menu-nav ul li { border-bottom: 3px solid #252525; padding: 14px 0px; } #onenav #menu-nav ul li:last-child { border-bottom: 0px; display: inline-block; border-left: 3px solid #252525; padding-right: 15px; } #onenav #menu-nav ul li> a, #onenav #menu-nav ul li> p{ color: #fff; margin-left: 50px; display: block; text-decoration: none; } #onenav #menu-nav ul li:hover:not(:nth-child(5)), #onenav #menu-nav ul li:focus { background-color: #252525; transition: .3s ease-in; } #onenav #menu-nav ul li:nth-child(5){ display: inline-block; } #alerts .alert { margin-top: 30px; } .alert button.close { font-size: 17px; } .navbar-header { height: 50px!important; } .nav li.active a { background-color: inherit!important; } .nav li.active{ background-color: #4B9500!important; } .subproj-photos-tab { padding: 0px 4px; } .subproj-photos-tab .thumbnail, .kml-files-tab .thumbnail, .special-findings-tab .thumbnail { border: none; padding: 4px; margin-bottom: 7px; } .nav-pills>li>a { border-radius: 0px!important; color: #000; } /* .kml-files-tab .thumbnail { text-decoration: none; border: none; border-bottom: 1px solid #D4D4D4; padding: 4px; margin-bottom: 7px; border-radius: 0px; }*/ .environments-sidebar ul li a{ color: #fff; } #swipebox-captions { margin-top: 12%; display: inline-block; background: #000; padding: 20px; margin-left: 10px; } #swipebox-permission-input label{ margin-right: 11px; } /*.datasets-list li a{ color: #000; font-size: 14px!important; display: inline-block; border: 1px solid #C1C1C1; padding: 2px 5px; width: 100%; margin-bottom: 4px; text-decoration: none; background: #fff; } */ .datasets-list li a, .subprojects-list li a{ margin-bottom: 4px; color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .datasets-list li a i { margin-right: 4px; color: #5cb85c; } .datasets-list li a:hover, .subprojects-list li a:hover, #dataset-kmls .kml-file:hover { border: 1px solid rgba(242, 101, 34, 0.3); } #dataset-photos .col-md-3, #dataset-files .col-md-3 { padding: 5px; } #dataset-photos .thumbnail { padding: 0px; border-radius: 3px; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: none; overflow: hidden; } .kml-file { margin-bottom: 4px; color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; font-size: 12px; padding: 7px; } .kml-file img { height: 15px; float: left; margin-right: 4px; opacity: 0.5; } #dataset-kmls .col-md-6, #dataset-files .col-md-6 { padding: 5px!important; } .flag-this{ text-decoration: none; color: #BF2E2E; float: right; margin-top: 15px; } .flag-this:hover { opacity: 0.5; color: #BF2E2E; } .black-head thead { background: #242328; color: #fff; } #user-registration-page .nav li.active { background-color: #000!important; } #user-registration-page .nav li.active a { border-bottom: none!important; color: #fff!important; } #system-requirements { width: 350px; background: #ebebeb; margin: 25px auto; padding: 0 15px; border-radius: 5px; } #system-requirements p { margin-top: 15px; } #system-requirements img { width: 50px;margin: 0 0 15px 0; } .navbar-default .navbar-nav>.open>a { background-color: transparent!important; } .dropdown-menu { background-color: #333; } .dropdown-menu>li>a { color: #fff; } .dropdown-menu .divider { background-color: #333; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { background-color: #444; color: #fff; } .navbar-nav .open .dropdown-menu { background-color: #333; } .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #fff; } li.dropdown.open { height: auto !important; }
application/frontend/css/custom.css
.environment.active { font-weight: bold; } body { font-family: 'Roboto', sans-serif; font-size: 13px; } textarea { resize: none; } h1, h2, h3 { font-family: 'Roboto', sans-serif; } a:not([href]) { cursor: pointer; } ul.dropdown-menu { padding: 0px; border-radius: 3px; } .mt40 { margin-top: 40px; } .mb75 { margin-bottom: 75px; } .mt20 { margin-top: 20px; } .h3-icon { font-size: 20px; color: #f26522; } .p0 { padding: 0px!important; } .dropdown-menu>li>a { padding: 5px 20px; } .input-lg { height: 40px !important; border-radius: 0px !important; padding: 8px 12px; } /*First Nav*/ #firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; /*border-top: 3px solid #67c067;*/ min-height: 40px; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 40px; overflow: visible; } #firstrow-nav .navbar-nav>li>a { padding-top: 14px; color: #fff; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } /*#firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 40px; }*/ #firstrow-nav .navbar-nav .active-1 a{ height: 40px; } #firstrow-nav .navbar-nav li>p { color: #fff; padding: 12px 14px; } #firstrow-nav .navbar-nav li>p.navbar-text { color: #fff; /*padding: 12px 14px;*/ margin-top: 0; margin-bottom: 0; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; } #firstrow-nav .navbar-header { height: 40px!important; } .nav .open>a { background-color: transparent; } .navbar { border: none; /*min-height: 71px;*/ margin-bottom: 0px; } .navbar-nav>li>a { line-height: 15px; } .navbar-brand { height: 70px; padding: 15px; } .navbar-avatar { border-radius: 3px; margin-right: 7px; } .navbar-custom { /*background: none repeat scroll 0% 0% #111;*/ background-color: #111; background-image: url('/images/new-header-bg.jpg'); margin-bottom: 20px; background-repeat: no-repeat; } .back-to-main-btn { margin-right: 10px; border: 1px solid #989898; padding: 3px 10px; text-transform: uppercase; float: left; font-weight: bold; font-size: 10px; color: #989898; margin-top: 11px; } .back-to-main-btn:hover { text-decoration: none; color: #f26522; border: 1px solid #f26522; } .breadcrumb{ background-color: transparent; padding: 8px 0px!important; } .breadcrumb>li+li:before { color: #D4D4D4; font-size: 1.3em; content: "\00bb"; } .breadcrumb > li > a { color: #444; font-size: 11px; font-weight: bold; text-transform: uppercase; } .breadcrumb > li > a:hover { text-decoration: none; color: #f26522; } .well { border-radius: 0px; border: 0px; } .tab-content { margin-top: 10px; } .nav-tabs { /*border: 0px;*/ } .nav-tabs>li { border-bottom: 0px; } .nav-tabs>li>a { color: #000; margin-right: 0px; /*border-bottom: 3px solid #ddd;*/ border-bottom: 0px; border-top: 0px; border-right: 0px; border-left: 0px; } .nav-tabs>li>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:active { background-color: transparent; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:active, .nav-tabs>li.active>a:hover { border-bottom: 3px solid #439fe0; /*border-bottom-color: #439fe0;*/ border-left: 0px; border-right: 0px; border-top: 0px; } .nav-tabs>li.open>a { background-color: transparent; } img + label { margin-top: 5px; } .label { border-radius: 0px; } .label-block { padding-top: 5px; padding-bottom: 5px; display: block; } .text-inverse { background: #272727; } .label-inverse, .label-inverse:hover, .label-inverse:focus { background: #272727; color: #fff; } .login-form-api { padding: 25px 20px 20px 20px; /*background: #ebebeb;*/ } .login-form { margin-top: 40px; padding: 30px 100px; background: #ebebeb; } .register-form { padding: 30px 70px; background: #ebebeb; } .login-form > h2, #registerAccountForm h2 { font-weight: bold; margin-bottom: 30px; } /* REGISTER */ #agency { text-transform: uppercase; } .twitter-typeahead { width: 100%; text-transform: uppercase; } .tt-dropdown-menu { background-color: #FFFFFF; border: solid 1px #CECECE; border-top: none; } .tt-suggestion { margin: 0!important; padding: 0 10px; } .tt-suggestion.tt-cursor { color: #fff; background-color: #0097cf; } /* END OF REGISTER */ .dataset-container { border-left: 1px solid #eee; } .dataset-items { cursor: pointer; padding-top: 10px; } .dataset-items:hover { background-color: #f9f9f9; } .dataset-sidebar-label, .dataset-sidebar-value { font-size: 14px; margin-bottom: 0px; } .dataset-sidebar-value { font-weight: 600; } .dataset-list hr, #datasets hr, .dashboard-datasets-list hr { margin-top: 10px; margin-bottom: 10px; } .dataset-icons { padding: 5px 9px; } p.resource-title { margin: 0px; text-transform: uppercase; font-size: 14px; font-weight: 600; } p.resource-description { font-size: 14px; margin-bottom: 0px; } p.dataset-title { color:#000; } .dataset-item-content p.dataset-title, p.dashboard-agency { color: #000; margin: 0 10px 0 0; line-height: 27px; font: 20px; word-wrap: break-word; text-transform: uppercase; } p.dashboard-agency { margin-top: 15px; } .dataset-item-content > p.dataset-description, #datasets > p.dataset-description { color: #7C7C7C; margin: 5px 0; font-size: 14px; line-height: 21px; } .dataset-item-content > p.dataset-author, .dataset-item-content > p.dataset-submitted { font-size: 14px; line-height: 21px; margin-bottom: 5px; } .dataset-item-content > p.dataset-author > span, .dataset-item-content > p.dataset-submitted > span { font-weight: 600; font-family:; text-transform: uppercase; } /* FEEDBACKS */ .feedbacks-list, .dataset-list, .dashboard-datasets-list { margin-top: 10px; } /*#for-review-feedbacks-list > div.row { margin-bottom: 10px; } #for-review-feedbacks-list > div.row:after { border: 1px solid #ddd; }*/ .feedbacks-item-keys > img { border-radius: 3px; } .feedbacks-item-keys p { margin: 0 10px 0 0; line-height: 27px; font: 18px; word-wrap: break-word; } /*.feedbacks-item-content > p { margin: 0 10px 0 0; line-height: 27px; font: 18px; text-align: left; }*/ p.feedbacks-item-date-submitted { margin: 0px; } p.feedbacks-item-content-description { margin: 5px 0; font-size: 14px; line-height: 21px; } p.feedbacks-item-content-author { font-size: 14px; line-height: 21px; margin: 0px; } p.feedbacks-item-content-author > span { font-weight: 600; font-family:; text-transform: uppercase; } p.feedbacks-item-content-label { margin: 0 10px 0 0; float: left; line-height: 27px; font: 18px; } div.feedbacks-item-button { margin-top: 5px } /* END OF FEEDBACKS */ /*.nav-tabs { border: 0px; } .nav-tabs>li>a:hover, .nav-tabs>li.active>a:hover { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; background-color: transparent; border: 0px; } <div class="col-lg-12"> .nav-tabs>li.active { border-bottom: 3px solid #439fe0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; } .nav-tabs>li>a { margin-right: 0px; }*/ /* BOOTSTRAP OVERRIDE */ .form-control { border-radius: 0px; font-size: 14px; } input[type=text].form-control { height: 100%; width: 100%; box-sizing: border-box; padding: 10px 14px; } .alert { padding: 10px; border-width: 0; border-left-width: 5px; border-radius: 0; -webkit-border-radius: 0; } .alert-warning { border-color: #dfb56c; color: #826430; background-color: #efe1b3; } .alert-danger { border-color: #953b39; color: #fff; background-color: #c26565; text-shadow: none; } .alert-info { border-color: #9cb4c5; color: #305d8c; background-color: #d6dde7; } .alert-success { border-color: #8ac38b; color: #356635; background-color: #cde0c4; } .alert-dismissible .close { right: 0px; color: #000; } #main-navbar > ul > li.divider { border-bottom: none; border-top: none; border-right: solid 1px #2b2b2b; border-left: solid 1px black; clear: none; height: 71px; width: 0px; } #main-navbar > ul > li > a { color: #fff; padding: 26px 20px; } #main-navbar > ul > li > a.user-dropdown { padding: 20px; } #main-navbar > ul > li > a:hover, #main-navbar > ul > li > a:active, #main-navbar > ul > li > a:visited, #main-navbar > ul > li > a:focus { /*background: #111;*/ background: transparent; outline: none; } #sub-header { height: 140px; padding-top: 42px; margin-bottom: 30px; background-color: #2a2829; background-image: url('/images/login-head-bg.jpg'); } .sub-header-label { font-size: 26px; color: #fff; display: inline; margin-left: 15px; margin-top: 15px; float: left; } .margin-top-5 { margin-top: 5px; } .margin-top-10 { margin-top: 10px; } .no-margin { margin: 0px; } .no-margin-top { margin-top: 0px; } .no-padding { padding: 0px; } .no-padding-left { padding-left: 0px; } .no-padding-right { padding-right: 0px; } .btn { border-radius: 0px; } .btn-inverse, .btn-inverse:hover, .btn-inverse:focus { background: #272727; color: #fff; } .btn-inverse[disabled] { background: #272727; color: #fff; } .btn-lg { padding: 7px 16px; } .btn-warning { color: #444; font-weight: 600; background-color: #ffc425; } .btn + .btn, .btn-info + .btn-danger, .btn-success + .btn-success, .btn-success + .btn-danger, .btn-primary + .btn-warning, .btn-success + .btn-primary, .btn-warning + .btn-warning { margin-left: 5px; } footer { margin-top: 30px; padding: 5px 0; background-color: #e9e9e9; border-top: 1px solid #E8E8E8; } footer.footer-fixed-bottom { bottom: 0; left: 0; position: fixed; width: 100%; } .fuelux .wizard { position: relative; overflow: hidden; background-color: #f9f9f9; border: 1px solid #d4d4d4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); } .fuelux .wizard:before, .fuelux .wizard:after { display: table; line-height: 0; content: ""; } .fuelux .wizard:after { clear: both; } .fuelux .wizard ul { width: 4000px; padding: 0; margin: 0; list-style: none outside none; } .fuelux .wizard ul.previous-disabled li.complete { cursor: default; } .fuelux .wizard ul.previous-disabled li.complete:hover { color: #468847; cursor: default; background: #f3f4f5; } .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before { border-left-color: #f3f4f5; } .fuelux .wizard ul li { position: relative; float: left; height: 46px; padding: 0 20px 0 30px; margin: 0; font-size: 16px; line-height: 46px; color: #999999; cursor: default; background: #ededed; } .fuelux .wizard ul li .chevron { position: absolute; top: 0; right: -14px; z-index: 1; display: block; border: 24px solid transparent; border-right: 0; border-left: 14px solid #d4d4d4; } .fuelux .wizard ul li .chevron:before { position: absolute; top: -24px; right: 1px; display: block; border: 24px solid transparent; border-right: 0; border-left: 14px solid #ededed; content: ""; } .fuelux .wizard ul li.complete { color: #468847; background: #f3f4f5; } .fuelux .wizard ul li.complete > .badge { color: #fff; background: #468847; } .fuelux .wizard ul li.complete:hover { cursor: pointer; background: #e7eff8; } .fuelux .wizard ul li.complete:hover .chevron:before { border-left: 14px solid #e7eff8; } .fuelux .wizard ul li.complete .chevron:before { border-left: 14px solid #f3f4f5; } .fuelux .wizard ul li.active { color: #fff; background: #ffc425; } .fuelux .wizard ul li.active .chevron:before { border-left: 14px solid #ffc425; } .fuelux .wizard ul li .badge { background-color: #444; margin-right: 8px; } .fuelux .wizard ul li:first-child { padding-left: 20px; border-radius: 4px 0 0 4px; } .fuelux .wizard .actions { position: absolute; right: 0; z-index: 1000; float: right; padding-right: 15px; padding-left: 15px; line-height: 46px; vertical-align: middle; background-color: #e5e5e5; border-left: 1px solid #d4d4d4; } /*.fuelux .wizard .actions a { margin-right: 8px; font-size: 12px; line-height: 45px; }*/ .fuelux .wizard .actions .btn-prev i { margin-right: 5px; } .fuelux .wizard .actions .btn-next i { margin-left: 5px; } .fuelux .step-content { padding: 10px; margin-bottom: 10px; border: 1px solid #D4D4D4; border-top: 0; border-radius: 0 0 4px 4px; } .fuelux .step-content .step-pane { display: none; } .fuelux .step-content .active { display: block; } .fuelux .step-content .active .btn-group .active { display: inline-block; } .top-20 { margin-top: 20px; } .resources a:active, .resources a:visited, .resources a:focus, .versions a:active, .versions a:visited, .versions a:focus { text-decoration: none; } .resources a.active, .versions a.active { color: #ffc425; /*background-color: #ffc425;*/ text-decoration: none; } .versions, .resources, .dataset-sidebar-details { margin-top: 20px; } .versions > hr, .resources > hr { margin-top: 5px; margin-bottom: 5px; } a.version { font-size: 14px; color: #333; display: block; } a.version:hover{ text-decoration: none; } .dashboard-dataset-date { font-weight: 600; font-size: 12px; margin-bottom: 0px; } .dataset-action { margin-bottom: 20px } .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; } .dashboard-tab-header { font-size: 14px; color: #000 !important; } #sendBackDatasetModalLabel > p, #flagDatasetModalLabel > p { font-weight: 600; margin-bottom: 0px; } #sendBackDatasetModalLabel > i, #flagDatasetModalLabel > i { color: #D4D4D4; } #sendBackDatasetModal div.modal-body > p, #flagDatasetModal div.modal-body > p { color: #676767; } #sendBackDatasetModal div.modal-body, #flagDatasetModal div.modal-body { background: #F2F2F2; padding: 30px; } #sendBackDatasetModal div.modal-body > p, #flagDatasetModal div.modal-body > p { margin-bottom: 5px; } .dashboard-dataset-note { font-size: 10px; font-weight: bold; margin-left: 5px; color: #676767; } .popover-note { background-color: #4A4F55; } .popover-note-title { background-color: #5F6772; border-bottom: none; color: #B6BDC7; } .popover-note-content { background-color: #545C67; } .popover-note-content > span { color: #B9BFCB; font-size: 12px; font-weight: bold; } .popover-note-content > p { font-size: 13px; } .popover-note-content > span > strong, .popover-note-content > p { color: #FBFFFF; } .popover-note-content > hr { margin-top: 5px; margin-bottom: 5px; } .arrow-note:after { border-left-color: #545C67 !important; } #dashboard-updates { margin-top: 10px; } #dashboard-updates p { font-size: 12px; margin-bottom: 0px; } #dashboard-updates hr { margin-top: 5px; margin-bottom: 5px; } #dashboard-updates time { font-size: 11px; margin-left: 2px; color: #B9BFCB; } #dashboard-updates i.fa-calendar-o { color: #B9BFCB; } .activity-content { margin-left: 30px; } #content > a.btn-warning { margin-top: 10px; } .select2-container .select2-selection--single, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, { height: 40px !important; border-radius: 0px !important; } .navbar-toggle { margin-bottom: 18px; margin-top: 18px; background-color: #f9f9f9; border-color: #f9f9f9; } .navbar-toggle .icon-bar { background-color: #444; } .nav-pills-environment { background-color: #000; } .nav-pills-environment>li>a { color: #fff; border-radius: 2px; padding-left: 35px; padding-right: 35px; } .nav-pills-environment>li>a:hover { background-color: #222126; } .nav-pills-environment>li>a, .nav-pills-environment>li>a:focus, .nav-pills-environment>li>a:hover { background-color: #000; } .nav-pills-environment>li.active>a, .nav-pills-environment>li.active>a:focus, .nav-pills-environment>li.active>a:hover { background-color: #222126; } .panel-inverse > .panel-heading { background-color: #000; color: #fff; border-radius: 0px; } .panel-inverse > .panel-body { border: 1px solid #CFCFCF; } .dataTables_filter { float: right; } #table_id_paginate { float: right; } #table_id_paginate > ul.pagination { margin: 0px; } /*Helper classes*/ .navbar-default { border: none; } /*.row { padding:0px 30px; }*/ .br0 { border-right: 0px!important; } .bl3{ border-left:3px solid #1e1e1e; } .bl3 { border-left: 3px solid #1e1e1e; } .mr-14{ margin-right:-14px; } .p0{ padding:0; } /*First Nav*/ /*#firstrow-nav { background-color: #111111; border-radius: 0px; margin: 0px; } #firstrow-nav .navbar-nav>li { border-right: 3px solid; color: #1e1e1e; height: 50px; } #firstrow-nav .navbar-nav>li>a { padding-top: 14px; color: #fff; } #firstrow-nav .navbar-brand img { width:100px!important; height:auto!important; margin-top: -5px; } #firstrow-nav .navbar-nav>li>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; height: 50px; } #firstrow-nav .navbar-nav .active-1 a{ height: 50px; } #firstrow-nav .navbar-nav li>p { color: #fff; padding: 16px 14px; } #firstrow-nav .navbar-nav>.active-1>a, #firstrow-nav .navbar-nav>.active-1>a:focus, #firstrow-nav .navbar-nav>.active-1>a:hover { background-color: #1e1e1e; color: #fff; transition: .3s ease-in; } #firstrow-nav .navbar-toggle { margin-top: 19px; }*/ /*Viewer*/ #onenav { margin-left: -15px; } #onenav #fourthrow-nav { background-color: #252525; height: 100vh; border-radius: 0; margin-bottom: 0; width:100%; overflow: hidden; } #onenav #menu-nav { position: absolute; top: 53px; background: #111111; } #onenav #menu-nav { position: absolute; top: 53px; background: #111111; margin:0; height:232px; transition: .3s ease-in; overflow: hidden; width: 93.5%; border-radius: 0px; transition: .3s ease-in; } #onenav #menu-nav ul { list-style: none; margin:0; padding:0; } #onenav #menu-nav ul li { border-bottom: 3px solid #252525; padding: 14px 0px; } #onenav #menu-nav ul li:last-child { border-bottom: 0px; display: inline-block; border-left: 3px solid #252525; padding-right: 15px; } #onenav #menu-nav ul li> a, #onenav #menu-nav ul li> p{ color: #fff; margin-left: 50px; display: block; text-decoration: none; } #onenav #menu-nav ul li:hover:not(:nth-child(5)), #onenav #menu-nav ul li:focus { background-color: #252525; transition: .3s ease-in; } #onenav #menu-nav ul li:nth-child(5){ display: inline-block; } #alerts .alert { margin-top: 30px; } .alert button.close { font-size: 17px; } .navbar-header { height: 50px!important; } .nav li.active a { background-color: inherit!important; } .nav li.active{ background-color: #4B9500!important; } .subproj-photos-tab { padding: 0px 4px; } .subproj-photos-tab .thumbnail, .kml-files-tab .thumbnail, .special-findings-tab .thumbnail { border: none; padding: 4px; margin-bottom: 7px; } .nav-pills>li>a { border-radius: 0px!important; color: #000; } /* .kml-files-tab .thumbnail { text-decoration: none; border: none; border-bottom: 1px solid #D4D4D4; padding: 4px; margin-bottom: 7px; border-radius: 0px; }*/ .environments-sidebar ul li a{ color: #fff; } #swipebox-captions { margin-top: 12%; display: inline-block; background: #000; padding: 20px; margin-left: 10px; } #swipebox-permission-input label{ margin-right: 11px; } /*.datasets-list li a{ color: #000; font-size: 14px!important; display: inline-block; border: 1px solid #C1C1C1; padding: 2px 5px; width: 100%; margin-bottom: 4px; text-decoration: none; background: #fff; } */ .datasets-list li a, .subprojects-list li a{ margin-bottom: 4px; color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .datasets-list li a i { margin-right: 4px; color: #5cb85c; } .datasets-list li a:hover, .subprojects-list li a:hover, #dataset-kmls .kml-file:hover { border: 1px solid rgba(242, 101, 34, 0.3); } #dataset-photos .col-md-3, #dataset-files .col-md-3 { padding: 5px; } #dataset-photos .thumbnail { padding: 0px; border-radius: 3px; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: none; overflow: hidden; } .kml-file { margin-bottom: 4px; color: #000; display: inline-block; width: 100%; text-decoration: none; background: #fff; border-radius: 3px; list-style: none; padding: 10px 15px; background-color: #fff; -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.13); border: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; font-size: 12px; padding: 7px; } .kml-file img { height: 15px; float: left; margin-right: 4px; opacity: 0.5; } #dataset-kmls .col-md-6, #dataset-files .col-md-6 { padding: 5px!important; } .flag-this{ text-decoration: none; color: #BF2E2E; float: right; margin-top: 15px; } .flag-this:hover { opacity: 0.5; color: #BF2E2E; } .black-head thead { background: #242328; color: #fff; } #user-registration-page .nav li.active { background-color: #000!important; } #user-registration-page .nav li.active a { border-bottom: none!important; color: #fff!important; } #system-requirements { width: 350px; background: #ebebeb; margin: 25px auto; padding: 0 15px; border-radius: 5px; } #system-requirements p { margin-top: 15px; } #system-requirements img { width: 50px;margin: 0 0 15px 0; } .navbar-default .navbar-nav>.open>a { background-color: transparent!important; } .dropdown-menu { background-color: #333; } .dropdown-menu>li>a { color: #fff; } .dropdown-menu .divider { background-color: #333; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { background-color: #444; color: #fff; } .navbar-nav .open .dropdown-menu { background-color: #333; } .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #fff; } li.dropdown.open { height: auto !important; }
0.382949
0.127408
body, html { font-family: sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; font-size: var(--sn-stylekit-base-font-size); background-color: transparent; } * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #editor-container { height: 100%; } #editor { flex-grow: 1; font-family: monospace !important; font-size: var(--sn-stylekit-font-size-editor) !important; line-height: 1.3 !important; -webkit-overflow-scrolling: touch; } #editor pre { background-color: var(--sn-stylekit-contrast-background-color); color: var(--sn-stylekit-contrast-foreground-color); border-color: var(--sn-stylekit-contrast-border-color); } #editor blockquote { color: var(--sn-stylekit-neutral-color); border-left: 0.3rem solid var(--sn-stylekit-background-color); } #editor table { border-color: var(--sn-stylekit-contrast-border-color); background-color: var(--sn-stylekit-contrast-background-color); color: var(--sn-stylekit-contrast-foreground-color); } #editor table th, #editor table td { border: 1px solid var(--sn-stylekit-contrast-border-color); } #editor table tr:nth-child(2n) { background-color: var(--sn-stylekit-background-color); } .mac-desktop #editor, .windows-desktop #editor, .linux-desktop #editor { font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; } #filesafe-react-client { background-color: green; } .redactor-styles { color: var(--sn-stylekit-editor-foreground-color) !important; font-family: monospace; } .redactor-styles h1, .redactor-styles h2, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6 { color: var(--sn-stylekit-editor-foreground-color) !important; } .redactor-styles a { color: var(--sn-stylekit-info-color) !important; } .re-button-icon { font-size: calc(var(--sn-stylekit-font-size-editor) - 0.1rem) !important; } .re-button { background: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-editor-foreground-color) !important; } .re-button:hover { background: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-info-contrast-color) !important; } .redactor-dropdown-not-close { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-dropdown-not-close.active { background-color: var(--sn-stylekit-foreground-color) !important; color: var(--sn-stylekit-background-color) !important; } .redactor-dropdown { background-color: var(--sn-stylekit-background-color) !important; color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a.redactor-dropdown-item-disabled { background-color: var(--sn-stylekit-background-color) !important; color: var(--sn-stylekit-foreground-color) !important; opacity: 0.5; } .re-dropdown-box-textcolor span, .redactor-dropdown-cells span { border-color: var(--sn-stylekit-background-color) !important; } .re-dropdown-box-textcolor a, .redactor-dropdown-cells a { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown-inline .redactor-dropdown-item-variable span { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a:hover { background-color: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-info-contrast-color) !important; } .redactor-box { display: flex; flex-direction: column; height: 100%; font-size: var(--sn-stylekit-font-size-editor) !important; background: var(--sn-stylekit-editor-background-color) !important; } .redactor-modal { box-shadow: none !important; border: 1px solid var(--sn-stylekit-contrast-background-color) !important; background: var(--sn-stylekit-editor-background-color) !important; } .redactor-modal-header, .redactor-close { color: var(--sn-stylekit-editor-foreground-color) !important; } .redactor-modal-body { padding: 10px 15px !important; padding-bottom: inherit !important; overflow: scroll; } .redactor-styles mark, .redactor-dropdown-inline .redactor-dropdown-item-marked span { color: var(--sn-stylekit-info-contrast-color) !important; background-color: var(--sn-stylekit-info-color) !important; } .redactor-styles kbd { border-color: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-editor-foreground-color) !important; background-color: var(--sn-stylekit-editor-background-color) !important; } .redactor-styles var { color: var(--sn-stylekit-info-color) !important; } ol *, li * { font-family: inherit !important; } .redactor-source-view .redactor-toolbar, .redactor-source.redactor-source-open { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-modal input, .redactor-modal input:hover { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-modal input:focus { border-color: var(--sn-stylekit-info-color); } .redactor-modal label { color: var(--sn-stylekit-foreground-color); } .redactor-modal label .req { color: var(--sn-stylekit-info-color); } .redactor-modal button, .redactor-modal button:hover { background-color: var(--sn-stylekit-info-color); color: var(--sn-stylekit-info-contrast-color); border: none; } .redactor-modal button:hover { opacity: 0.8; } .redactor-modal .redactor-button-unstyled, .redactor-modal button.redactor-button-unstyled:hover { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } /* Allow toolbar to scroll horizontall rather than wrapping */ .redactor-box.redactor-styles-on { border: none !important; } .redactor-focus.redactor-styles-on { border: none !important; } /*# sourceMappingURL=app.css.map*/
bold-editor/1.0.5/dist/app.css
body, html { font-family: sans-serif; height: 100%; width: 100%; margin: 0; padding: 0; font-size: var(--sn-stylekit-base-font-size); background-color: transparent; } * { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } #editor-container { height: 100%; } #editor { flex-grow: 1; font-family: monospace !important; font-size: var(--sn-stylekit-font-size-editor) !important; line-height: 1.3 !important; -webkit-overflow-scrolling: touch; } #editor pre { background-color: var(--sn-stylekit-contrast-background-color); color: var(--sn-stylekit-contrast-foreground-color); border-color: var(--sn-stylekit-contrast-border-color); } #editor blockquote { color: var(--sn-stylekit-neutral-color); border-left: 0.3rem solid var(--sn-stylekit-background-color); } #editor table { border-color: var(--sn-stylekit-contrast-border-color); background-color: var(--sn-stylekit-contrast-background-color); color: var(--sn-stylekit-contrast-foreground-color); } #editor table th, #editor table td { border: 1px solid var(--sn-stylekit-contrast-border-color); } #editor table tr:nth-child(2n) { background-color: var(--sn-stylekit-background-color); } .mac-desktop #editor, .windows-desktop #editor, .linux-desktop #editor { font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace !important; } #filesafe-react-client { background-color: green; } .redactor-styles { color: var(--sn-stylekit-editor-foreground-color) !important; font-family: monospace; } .redactor-styles h1, .redactor-styles h2, .redactor-styles h3, .redactor-styles h4, .redactor-styles h5, .redactor-styles h6 { color: var(--sn-stylekit-editor-foreground-color) !important; } .redactor-styles a { color: var(--sn-stylekit-info-color) !important; } .re-button-icon { font-size: calc(var(--sn-stylekit-font-size-editor) - 0.1rem) !important; } .re-button { background: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-editor-foreground-color) !important; } .re-button:hover { background: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-info-contrast-color) !important; } .redactor-dropdown-not-close { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-dropdown-not-close.active { background-color: var(--sn-stylekit-foreground-color) !important; color: var(--sn-stylekit-background-color) !important; } .redactor-dropdown { background-color: var(--sn-stylekit-background-color) !important; color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a.redactor-dropdown-item-disabled { background-color: var(--sn-stylekit-background-color) !important; color: var(--sn-stylekit-foreground-color) !important; opacity: 0.5; } .re-dropdown-box-textcolor span, .redactor-dropdown-cells span { border-color: var(--sn-stylekit-background-color) !important; } .re-dropdown-box-textcolor a, .redactor-dropdown-cells a { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown-inline .redactor-dropdown-item-variable span { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a { color: var(--sn-stylekit-foreground-color) !important; } .redactor-dropdown a:hover { background-color: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-info-contrast-color) !important; } .redactor-box { display: flex; flex-direction: column; height: 100%; font-size: var(--sn-stylekit-font-size-editor) !important; background: var(--sn-stylekit-editor-background-color) !important; } .redactor-modal { box-shadow: none !important; border: 1px solid var(--sn-stylekit-contrast-background-color) !important; background: var(--sn-stylekit-editor-background-color) !important; } .redactor-modal-header, .redactor-close { color: var(--sn-stylekit-editor-foreground-color) !important; } .redactor-modal-body { padding: 10px 15px !important; padding-bottom: inherit !important; overflow: scroll; } .redactor-styles mark, .redactor-dropdown-inline .redactor-dropdown-item-marked span { color: var(--sn-stylekit-info-contrast-color) !important; background-color: var(--sn-stylekit-info-color) !important; } .redactor-styles kbd { border-color: var(--sn-stylekit-info-color) !important; color: var(--sn-stylekit-editor-foreground-color) !important; background-color: var(--sn-stylekit-editor-background-color) !important; } .redactor-styles var { color: var(--sn-stylekit-info-color) !important; } ol *, li * { font-family: inherit !important; } .redactor-source-view .redactor-toolbar, .redactor-source.redactor-source-open { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-modal input, .redactor-modal input:hover { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } .redactor-modal input:focus { border-color: var(--sn-stylekit-info-color); } .redactor-modal label { color: var(--sn-stylekit-foreground-color); } .redactor-modal label .req { color: var(--sn-stylekit-info-color); } .redactor-modal button, .redactor-modal button:hover { background-color: var(--sn-stylekit-info-color); color: var(--sn-stylekit-info-contrast-color); border: none; } .redactor-modal button:hover { opacity: 0.8; } .redactor-modal .redactor-button-unstyled, .redactor-modal button.redactor-button-unstyled:hover { background-color: var(--sn-stylekit-contrast-background-color) !important; color: var(--sn-stylekit-contrast-foreground-color) !important; } /* Allow toolbar to scroll horizontall rather than wrapping */ .redactor-box.redactor-styles-on { border: none !important; } .redactor-focus.redactor-styles-on { border: none !important; } /*# sourceMappingURL=app.css.map*/
0.38445
0.050965
---------------------------------------------------------------- MSIE fixes ---------------------------------------------------------------- */ .controls input.field { padding-top: 0.5em; height: 1.46em; } .shaded { position: relative; left: -3px; top: -3px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=270) ; } .interactive { position: relative; } .interactive:hover { top: -3px; left: -3px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=270) ; } .shaded-controls select, .shaded-controls input.field, .shaded-controls input.error, .shaded-controls textarea, .shaded-controls textarea.error { position: relative; } .shaded-controls input.error, .shaded-controls textarea.error { top: -1px; left: -1px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=270) ; } .shaded-controls select:focus, .shaded-controls input.field:focus, .shaded-controls textarea:focus { top: 0px; left: -1px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=270) ; }
css/ie.css
---------------------------------------------------------------- MSIE fixes ---------------------------------------------------------------- */ .controls input.field { padding-top: 0.5em; height: 1.46em; } .shaded { position: relative; left: -3px; top: -3px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd, Strength=3, Direction=270) ; } .interactive { position: relative; } .interactive:hover { top: -3px; left: -3px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#bbbbbb, Strength=3, Direction=270) ; } .shaded-controls select, .shaded-controls input.field, .shaded-controls input.error, .shaded-controls textarea, .shaded-controls textarea.error { position: relative; } .shaded-controls input.error, .shaded-controls textarea.error { top: -1px; left: -1px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaaaa, Strength=1, Direction=270) ; } .shaded-controls select:focus, .shaded-controls input.field:focus, .shaded-controls textarea:focus { top: 0px; left: -1px; filter: progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#eeaa00, Strength=1, Direction=270) ; }
0.285272
0.109849
.eight-bit-color-picker { max-width: 34px; } /* Selected color box styling */ .eight-bit-color-picker .ebcp-selection, .ebcp-color-preview { width: 32px; height: 32px; border: 1px solid black; margin-bottom: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } /* Color selection box styling */ .ebcp-selector { /* Prevent highlight on drag */ -webkit-user-select: none; -moz-user-select: none; user-select: none; /* Positioning and styling */ position: absolute; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4); padding: 20px; width: 300px; height: 164px; background-color: #444; overflow: hidden; transform: translate(0, -32px); /* Fade in/out rules */ opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } /* Class that is added to visible selectionUIs */ .ebcp-shown-selector { opacity: 1; visibility: visible; } /* Have color palette and preview values display inline */ .ebcp-selector .ebcp-palette, .ebcp-selector .ebcp-preview-values{ display: inline-block; } /* Define size of palette */ .ebcp-palette { max-width: 164px; } /* Fix positioning of preview values */ .ebcp-selector .ebcp-preview-values { position: relative; bottom: 50px; margin-left: 20px; } /* Use inline-block for color picker grid */ .ebcp-palette-row { display: inline-block; } /* Squares in color picker */ .ebcp-palette-row > div { width: 10px; height: 10px; cursor: crosshair; } /* Fix alignment of color preview box */ .ebcp-color-preview { position: relative; top: -20px; } /* Make text inputs and color preview display inline */ .ebcp-text-container, .ebcp-color-preview { display: inline-block; } /* Set width of text inputs so they are consistent */ .ebcp-text-container { width: 80px; } /* Styles for color value text */ .ebcp-text { display: block; font-family: Menlo, monospace; font-weight: 300; font-size: 16px; width: 70px; }
public/css/eight-bit-color-picker.css
.eight-bit-color-picker { max-width: 34px; } /* Selected color box styling */ .eight-bit-color-picker .ebcp-selection, .ebcp-color-preview { width: 32px; height: 32px; border: 1px solid black; margin-bottom: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } /* Color selection box styling */ .ebcp-selector { /* Prevent highlight on drag */ -webkit-user-select: none; -moz-user-select: none; user-select: none; /* Positioning and styling */ position: absolute; box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4); padding: 20px; width: 300px; height: 164px; background-color: #444; overflow: hidden; transform: translate(0, -32px); /* Fade in/out rules */ opacity: 0; visibility: hidden; -webkit-transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; -ms-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; } /* Class that is added to visible selectionUIs */ .ebcp-shown-selector { opacity: 1; visibility: visible; } /* Have color palette and preview values display inline */ .ebcp-selector .ebcp-palette, .ebcp-selector .ebcp-preview-values{ display: inline-block; } /* Define size of palette */ .ebcp-palette { max-width: 164px; } /* Fix positioning of preview values */ .ebcp-selector .ebcp-preview-values { position: relative; bottom: 50px; margin-left: 20px; } /* Use inline-block for color picker grid */ .ebcp-palette-row { display: inline-block; } /* Squares in color picker */ .ebcp-palette-row > div { width: 10px; height: 10px; cursor: crosshair; } /* Fix alignment of color preview box */ .ebcp-color-preview { position: relative; top: -20px; } /* Make text inputs and color preview display inline */ .ebcp-text-container, .ebcp-color-preview { display: inline-block; } /* Set width of text inputs so they are consistent */ .ebcp-text-container { width: 80px; } /* Styles for color value text */ .ebcp-text { display: block; font-family: Menlo, monospace; font-weight: 300; font-size: 16px; width: 70px; }
0.436742
0.110807
:root { --magenta-50: #ff1ad9; --magenta-60: #ed00b5; --magenta-70: #b5007f; --magenta-80: #7d004f; --magenta-90: #440027; --purple-50: #9400ff; --purple-60: #8000d7; --purple-70: #6200a4; --purple-80: #440071; --purple-90: #25003e; --blue-40: #45a1ff; --blue-50: #0a84ff; --blue-60: #0060df; --blue-70: #003eaa; --blue-80: #002275; --blue-90: #000f40; --teal-50: #00feff; --teal-60: #00c8d7; --teal-70: #008ea4; --teal-80: #005a71; --teal-90: #002d3e; --green-50: #30e60b; --green-60: #12bc00; --green-70: #058b00; --green-80: #006504; --green-90: #003706; --yellow-50: #ffe900; --yellow-60: #d7b600; --yellow-70: #a47f00; --yellow-80: #715100; --yellow-90: #3e2800; --red-50: #ff0039; --red-60: #d70022; --red-70: #a4000f; --red-80: #5a0002; --red-90: #3e0200; --orange-50: #ff9400; --orange-60: #d76e00; --orange-70: #a44900; --orange-80: #712b00; --orange-90: #3e1300; --grey-10: #f9f9fa; --grey-20: #ededf0; --grey-30: #d7d7db; --grey-40: #b1b1b3; --grey-50: #737373; --grey-60: #4a4a4f; --grey-70: #38383d; --grey-80: #2a2a2e; --grey-90: #0c0c0d; --ink-70: #363959; --ink-80: #202340; --ink-90: #0f1126; } :root { --primary-light-color: var(--grey-40); --light-accent-color: var(--grey-50); --mid-way-color: var(--grey-60); --primary-dark-color: var(--grey-70); --dark-accent: var(--grey-80); --darksest: var(--grey-90); --primary-accent-color: var(--blue-40); --primary-accent-color-dark: var(--blue-50); --primary-accent-color-darkest: var(--blue-60); } /*! Begin color overrides */ /*! End color overrides */ @-moz-document url-prefix(about:) { :root { --in-content-page-color: var(--primary-light-color) !important; --in-content-page-background: var(--dark-accent) !important; --in-content-text-color: var(--primary-light-color) !important; --in-content-selected-text: var(--primary-light-color) !important; --in-content-box-background: var(--primary-dark-color) !important; --in-content-box-background-odd: var(--light-accent-color) !important; --in-content-box-background-hover: var(--dark-accent) !important; --in-content-box-background-active: var(--dark-accent) !important; --in-content-box-border-color: var(--primary-dark-color) !important; --in-content-item-hover: var(--dark-accent) !important; --in-content-item-selected: var(--dark-accent) !important; --in-content-border-highlight: var(--dark-accent) !important; --in-content-border-focus: var(--dark-accent) !important; --in-content-border-color: var(--primary-dark-color) !important; --in-content-category-outline-focus: 1px dotted var(--dark-accent) !important; --in-content-category-text: var(--primary-light-color) !important; --in-content-category-text-active: var(--primary-light-color) !important; --in-content-category-text-selected: var(--primary-accent-color) !important; --in-content-category-text-selected-active: var(--primary-accent-color-dark) !important; --in-content-category-background-selected-hover: var(--primary-dark-color) !important; --in-content-category-background-selected-active: var(--primary-dark-color) !important; --in-content-link-color: var(--primary-accent-color) !important; --in-content-link-color-hover: var(--primary-accent-color-dark) !important; --in-content-link-color-visited: var(--dark-accent) !important; --in-content-primary-button-background: var(--dark-accent) !important; --in-content-primary-button-background-hover: var(--primary-accent-color-dark) !important; --in-content-primary-button-background-active: var(--primary-accent-color-dark) !important; --in-content-table-header-background: var(--dark-accent) !important; --in-content-category-background: var(--primary-dark-color) !important; } /*Dark context menu*/ menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup { -moz-appearance: none !important; background: var(--primary-dark-color) !important; border: none !important; } /* Remove separator */ menupopup menuseparator { padding: 0 !important; } menupopup menu, menuitem { -moz-appearance: none !important; color: var(--grey-10) !important; } menupopup menu:hover, menuitem:hover { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } /* Menu Separators - removed */ menupopup menuseparator { padding: 0 !important; border-top: none !important; margin: 2px 6px 2px 6px !important; -moz-appearance: none !important; background: rgba(0, 0, 0, 0) !important; border: 0px !important; } @media screen and (-moz-windows-theme) { menupopup menu, menuitem { margin: 1px 6px 1px 6px !important; } menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup { border: 1px solid var(--dark-accent) !important; } } } /* Basic changes fundamental to all pages */ @-moz-document regexp("^about:(?!reader).*"), url(https://www.mozilla.org/credits/) { html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } a:link { color: var(--primary-accent-color) !important; } } @-moz-document url(about:) { a:link { color: var(--primary-accent-color) !important; } #aboutLogoContainer { border: none !important; } } @-moz-document url(about:accounts) { #stage { background: var(--dark-accent) !important; } .button-row button, .button-row a.button { background: var(--primary-accent-color) !important; } .button-row a.button:active, .button-row a.button:hover, .button-row a.button:focus, .button-row button:active, .button-row button:hover, .button-row button:focus { background: var(--primary-accent-color-dark) !important; } } @-moz-document url(about:addons), url-prefix(about:debugging) { .detail-view-container { color: var(--primary-light-color) !important; } .detail-row, .detail-row-complex, setting { line-height: 20px; text-shadow: none !important; } .detail-view-container { font-size: 1.25rem; color: var(--primary-light-color) !important; } page#addons-page, page.greasemonkey #greasemonkey-sort-bar, #list-view[type="userstyle"] #addon-list-empty[hidden] ~ #userstyle-sorting, #addons-page .global-info-container, .alert, #nav-header, #categories, #header-utils-btn { background: var(--primary-dark-color) !important; color: var(--primary-light-color) important; } richlistitem.category:not([selected]), #detail-contrib-description, page.greasemonkey #greasemonkey-sort-bar .text-link { color: #d2d2d2 !important; } .name-container { color: #d2d2d2 !important; font-weight: unset !important; } .addon[selected], .category[selected], .category.selected { background: #565656 !important; -moz-border-start: 4px solid var(--primary-accent-color) !important; } .category { background: var(--primary-dark-color) !important; border: none !important; } #header-utils-btn:hover { color: white !important; background: #222 !important; } .addon { color: gray !important; } .addon[active="false"] { opacity: 0.4 !important; } richlistitem.category[selected], #main #promos.js, #featured-addons, #addons, .category.selected { background: var(--primary-dark-color) !important; color: var(--primary-accent-color) !important; } richlistitem.category:hover:not([selected]) { text-decoration: underline !important; } #view-port-container #detail-view, #view-port-container #list-view { filter: unset !important; background-color: black !important; color: #d2d2d2 !important; } .icon, #view-port-container #detail-view image, #view-port-container #list-view image, deck.view-pane, #detail-contributions { background-color: transparent !important; } /* Remove dotted border around addons section when selected */ .list > scrollbox > .scrollbox-innerbox { border: 1px dotted transparent !important; } /* Cog wheel */ #header-utils-btn { fill: var(--primary-light-color) !important; } #header-utils-btn:hover { background: var(--dark-accent) !important; } description { margin-bottom: 4px; color: var(--primary-light-color) !important; } *|button, menulist { -moz-appearance: none !important; background: linear-gradient(var(--dark-accent), var(--dark-accent)) !important; border: 1px #444 solid !important; color: #999 !important; box-shadow: unset !important; text-decoration: unset !important; } *|button:hover { color: var(--primary-light-color) !important; background: var(--dark-accent) !important; } #category-discover { display: none !important; } .addon-view[notification="warning"] { --view-highlight-color: transparent !important; } .text-link { color: var(--primary-accent-color) !important; } textbox[type="search"] { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } textbox[focused] { border-color: var(--primary-accent-color) !important; } /* about:debugging#addons */ .addon-target-container { background: var(--dark-accent) !important; } /* icon */ .addon-target-container .target-icon[src="chrome://mozapps/skin/extensions/extensionGeneric.svg"] { filter: invert(65%) !important; } .addon-target-name { color: var(--primary-light-color) !important; } .addon-target-actions { border-top: 1px solid var(--primary-light-color) !important; } input[type="checkbox"] { background: var(--light-accent-color) !important; border: none !important; box-shadow: none !important; } .service-worker-multi-process { background-color: var(--mid-way-color) !important; } *.radio-check { border: 1px solid var(--light-accent-color) !important; background-color: var(--light-accent-color) !important; background-image: none !important; box-shadow: none !important; } *.radio-check[selected] { fill: var(--primary-accent-color) !important; } } @-moz-document url(about:config) { /* Warning Message */ #warningScreen, #warningTitle { color: var(--primary-light-color) !important; } /* Text Box */ textbox { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } /* Body Color */ #configTreeBody::-moz-tree-row() { background: var(--mid-way-color) !important; } /* Selected Color */ #configTreeBody::-moz-tree-row(selected) { background: var(--primary-accent-color-darkest) !important; } /* Hover Color */ #configTreeBody::-moz-tree-row(hover) { background: var(--primary-dark-color) !important; } #configTreeBody::-moz-tree-row(header) { background: orange !important; } window { color: var(--primary-light-color) !important; background: var(--primary-dark-color) !important; } } @-moz-document url(about:debugging) { .addon-target-container { background: var(--dark-accent) !important; } .addon-target-button:enabled:focus, .addon-target-button:enabled:hover { color: var(--primary-accent-color-dark) !important; } .addon-target-button:enabled:focus, .addon-target-button:enabled { color: var(--primary-accent-color) !important; } } @-moz-document url(about:healthreport) { .headerContainer { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .persistentHeader { background-color: transparent !important; } body { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .statsBoxSection-header { color: var(--primary-accent-color) !important; } .statsBoxSection-content li, .statsBoxSection-content li > .statsBoxSection-value { color: var(--primary-light-color) !important; } } @-moz-document url(about:memory) { div.opsRow { background-color: var(--dark-accent) !important; } } .advanced-panel { background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .exceptionDialogButtonContainer { background-color: var(--dark-accent) !important; } #learnMoreContainer #learnMoreLink { color: var(--primary-accent-color) !important; } .toggle-container-with-text input[type="checkbox"] { border: 1px solid var(--light-accent-color) !important; background-color: var(--mid-way-color) !important; background-image: none !important; box-shadow: none !important; } .toggle-container-with-text input[type="checkbox"]:checked { background-image: url("chrome://global/skin/in-content/check.svg"), linear-gradient(var(--mid-way-color), var(--mid-way-color)) !important; fill: var(--primary-accent-color) !important; } @-moz-document url(about:neterror) { /* about:neterror button */ #errorTryAgain { background: var(--primary-accent-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(about:newtab), url(about:home) { .top-sites-list .top-site-outer .title span, .card-outer .card-context { color: var(--primary-light-color) !important; } .section-top-bar .info-option-manage button, .card-outer:-moz-any(:hover, :focus, .active):not(.placeholder) .card-title { color: var(--primary-accent-color) !important; } .card-outer .card-details, .card-outer > a, .section-top-bar .section-info-option .info-option, .context-menu { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .search-wrapper .search-label, .search-wrapper .search-button, .icon { fill: var(--primary-light-color) !important; } .top-sites-list .top-site-outer .context-menu-button, .card-outer .context-menu-button { background-color: var(--grey-20) !important; background-image: url("chrome://browser/skin/page-action.svg") !important; border: 1px solid var(--grey-20) !important; filter: invert(95%) !important; box-shadow: none !important; } .card-outer:-moz-any(:hover, :focus, .active):not(.placeholder) { box-shadow: 0 0 0 5px var(--dark-accent) !important; } .collapsible-section .section-disclaimer { color: var(--primary-light-color) !important; } .collapsible-section .section-disclaimer button:hover:not(.dismiss) { box-shadow: 0 0 0 5px var(--dark-accent) !important; } .collapsible-section .section-disclaimer button { background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } .collapsible-section .section-top-bar .info-option-icon { fill: var(--primary-light-color) !important; } .collapsible-section .section-top-bar .info-option { border: none !important; } .collapsible-section .section-top-bar .info-option-manage button::after { fill: var(--primary-accent-color) !important; } .top-sites-list .top-site-outer:hover .tile, .top-sites-list .top-site-outer:focus .tile, .top-sites-list .top-site-outer.active .tile { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px var(--dark-accent) !important; } .search-wrapper input { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; } .prefs-pane-button button { fill: var(--mid-way-color) !important; } /* Preferencs/close button */ .prefs-pane-button button:hover { background-color: var(--darksest) !important; } /* Main background */ .prefs-pane .sidebar { background: var(--primary-dark-color) !important; border-left: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } /* Inner options panel */ .prefs-pane .prefs-modal-inner-wrapper .options { background: var(--mid-way-color) !important; border: 1px solid var(--primary-light-color); } /* Check boxes */ .prefs-pane [type="checkbox"]:not(:checked) + label::before, .prefs-pane [type="checkbox"]:checked + label::before { border: 1px solid var(--primary-light-color) !important; background: var(--mid-way-color) !important; } /* Check marks */ .prefs-pane [type="checkbox"]:not(:checked) + label::after, .prefs-pane [type="checkbox"]:checked + label::after { fill: var(--primary-accent-color) !important; } /* Bottom Panel */ .prefs-pane .actions { background-color: var(--primary-dark-color) !important; border-left: 1px solid var(--primary-light-color) !important; border-top: 1px solid var(--primary-light-color) !important; } /* "Done Button */ .actions button.done { background: var(--primary-accent-color) !important; border: solid 1px var(--primary-accent-color-dark) !important; color: var(--primary-light-color) !important; } .actions button:hover:not(.dismiss) { box-shadow: 0 0 0 5px var(--primary-light-color) !important; } /* Search Bar */ .search-wrapper:active input, .search-wrapper input:focus { border-color: var(--primary-accent-color-dark) !important; box-shadow: 0 0 0 2px var(--primary-accent-color) !important; } /* Pocket Suggestions Arrow */ .topic .topic-read-more::after { fill: var(--primary-accent-color) !important; } /* Onboarding Message */ #onboarding-notification-bar { background: var(--darksest) !important; color: var(--primary-light-color) !important; border-top: 2px solid var(--primary-dark-color) !important; } #onboarding-notification-body { color: var(--primary-light-color) !important; } .onboarding-action-button { background: var(--primary-accent-color) !important; border: 1px solid var(--primary-accent-color-dark) !important; color: var(--primary-light-color) !important; } #onboarding-notification-close-btn { filter: invert(65%)!important; } .contentSearchHeader, .search-wrapper .contentSearchSuggestionTable { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border-bottom: 1px solid var(--primary-light-color) !important; } .contentSearchSuggestionsContainer, .contentSearchHeaderRow, .contentSearchSuggestionRow, #contentSearchDefaultEngineHeader, #contentSearchSearchWithHeader { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .contentSearchSearchWithHeaderSearchText { color: var(--primary-accent-color) !important; } #snippets-container { background: var(--primary-dark-color) !important; } #snippets { color: var(--primary-light-color) !important; } .snippet .block-snippet-button { filter: invert(100%) !important; } .snippet section { color: #FFF !important; } /* Background color of top site icons */ .top-sites-list .top-site-outer .top-site-icon { background-color: var(--primary-dark-color) !important; } /* Edit Top Sites */ .section-title span, .actions button.dismiss, .actions button { color: var(--primary-light-color) !important; } .edit-topsites-wrapper .edit-topsites-inner-wrapper { background: var(--primary-dark-color) !important; } .actions { border-top: none !important; background: var(--primary-dark-color) !important; } input[type="text"] { border: solid 1px var(--primary-light-color) !important; background: var(--light-accent-color) !important; color: var(--primary-light-color) !important; } .actions button { background: var(--mid-way-color) !important; border: 1px solid #B1B1B3; color: var(--primary-light-color) !important; } /* overlay background */ .modal-overlay { background: var(--mid-way-color) !important; } /* Onboarding */ #onboarding-overlay { background: var(--mid-way-color) !important; } #onboarding-overlay-dialog, .onboarding-hidden, #onboarding-tour-sync-page[data-login-state=logged-in] .show-on-logged-out, #onboarding-tour-sync-page[data-login-state=logged-out] .show-on-logged-in { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:performance) { #subprocess-reports th { background-color: var(--primary-accent-color) !important; color: white !important; } #subprocess-reports td { background-color: var(--dark-accent) !important; border-color: var(--primary-dark-color) !important; } } @-moz-document url(about:plugins) { th { background-color: var(--primary-accent-color-dark) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } .notice { background: var(--dark-accent) !important; } h2 { color: var(--primary-accent-color) !important; } } @-moz-document url-prefix(about:preferences) { :root { --primary-accent-color-dark: var(--primary-accent-color); } ::-moz-selection { background: var(--primary-accent-color) !important; } .checkbox-check, .radio-check { box-shadow: none !important; background: var(--mid-way-color) !important; } menulist:not([editable="true"]) > *.menulist-dropmarker { filter: invert(65%) !important; } *.checkbox-check[checked], *.radio-check[selected] { border: none !important; fill: var(--primary-accent-color-dark) !important; box-shadow: none !important; } #categories, .main-content, .search-container { background: var(--primary-dark-color) !important; } .category[selected], .category.selected { -moz-border-start: 4px solid var(--primary-accent-color) !important; } #searchInput { background: var(--mid-way-color) !important; border: 1px solid var(--primary-light-color) !important; border-radius: 4px !important; } #handlersView { background: var(--mid-way-color) !important; } listheader { background: var(--dark-accent) !important; } #handlersView richlistitem[selected="true"] { background: var(--primary-accent-color) !important; color: var(--primary-light-color) !important; } #handlersView richlistitem:hover { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .dialogBox { filter: invert(80%) !important; } /* Search Engines */ #engineChildren::-moz-tree-row() { background: var(--mid-way-color) !important; } .navigation { background: var(--primary-dark-color) !important; } } @-moz-document url(about:profiles) { /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; border-color: var(--dark-accent) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border-color: var(--dark-accent) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(about:reader) { body.dark a:link { color: var(--primary-accent-color) !important; } body.dark { color: var(--primary-light-color) !important; } .toolbar { background-color: var(--dark-accent) !important; border-right: 1px solid var(--mid-way-color) !important; } .toolbar .button { border-right: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; background-color: var(--dark-accent) !important; } .button:hover, .font-size-buttons > button:hover, .font-type-buttons > button:hover, .content-width-buttons > button:hover, .line-height-buttons > button:hover { background-color: var(--primary-dark-color) !important; } .close-button:hover { fill: #fff; background-color: #d94141 !important; } .dropdown-popup { background-color: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; box-shadow: 0 1px 3px var(--mid-way-color) !important; } .font-type-buttons > button:active:hover, .font-type-buttons > button.selected { border-bottom: 1px solid var(--primary-accent-color) !important; } .font-type-buttons > .sans-serif-button > .name, .font-type-buttons > .serif-button > .name { color: var(--primary-light-color) !important; } .font-type-buttons > button, .font-size-buttons > button, .content-width-buttons > button, .line-height-buttons > button { border-left: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; } .font-type-buttons > button:active:hover, .font-type-buttons > button.selected, .color-scheme-buttons > button:active:hover, .color-scheme-buttons > button.selected { box-shadow: inset 0 -3px 0 0 var(--primary-accent-color) !important; } } @-moz-document url(about:robots) { #errorPageContainer { background-color: var(--dark-accent) !important; } } @-moz-document url(about:serviceworkers) { .warningBackground { background: var(--primary-dark-color) !important; } .warningMessage { border: 1px solid var(--primary-light-color) !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:studies) { .info-box-content { background-color: var(--dark-accent) !important; } } @-moz-document url(about:support) { :root { --primary-accent-color-dark: var(--primary-accent-color-darkest); } /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; color: var(--grey-30) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:url-classifier) { /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:webrtc) { #content > div { background: var(--dark-accent) !important; } div.fold-trigger { color: var(--primary-accent-color) !important; } } /*! Alters the webextension Brief IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://brief_UUID/") { h2 { color: var(--primary-accent-color) !important; } label { color: var(--primary-light-color) !important; } #custom-style-textbox, input[type="number"], #clear-all-entries { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } #clear-all-entries { border-radius: 3px !important; -moz-appearance: none !important; background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; } } /*! Alters the webextension Cookie AutoDelete IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://cookie_autodelete_UUID/") { a { color: var(--primary-accent-color); } a:hover { color: var(--primary-accent-color-dark); } #layout, html { background: var(--primary-dark-color) !important; color: var(--primart-light-color) !important; } #menu { background-color: var(--dark-accent) !important; } .menu-link { background: var(--dark-accent) !important; } .pure-menu-selected, .pure-menu-item:hover { background-color: var(--mid-way-color) !important; } input[type="number"], .form-control { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs .nav-link { color: var(--primary-light-color) !important; } .nav-tabs .nav-link.active { color: var(--primary-accent-color) !important; background-color: var(--mid-way-color) !important; border-color: #ddd #ddd #fff; } /* Popup Specific */ body { color: var(--primary-light-color) !important; background-color: var(--mid-way-color) !important; } .btn-light { color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; border-color: var(--primary-light-color) !important; } } /*! Alters the webextension Dark Mode IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://dark_mode_UUID/") { /* Headers */ .comment { color: var(--primary-accent-color) !important; } label { color: var(--primary-light-color) !important; } } /*! Alters the webextension Decentraleyes IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://decentraleyes_UUID/") { body { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } header, .panel:not(:last-child) { border-bottom: solid var(--light-accent-color) 1px !important; } .button { -moz-user-select: none; background-color: var(--primary-dark-color) !important; } } /*! Alters the webextension HTTPS Everywhere IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://https_everywhere_UUID/") { body { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; } html { background-color: var(--mid-way-color) !important; } a { color: var(--primary-accent-color) !important; } h3 { color: var(--primary-light-color) !important; } } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://multi_account_containers_UUID/") { html body div#container-panel.panel.container-panel, .column-panel-content { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #current-tab { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #current-tab > h3, .panel-header-text, .container-info-list { color: var(--primary-light-color) !important; } #container-panel #sort-containers-link { border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } #container-panel #sort-containers-link:hover, .clickable:hover { background: var(--primary-dark-color) !important; } .container-panel-row { background-color: var(--mid-way-color) !important; border-block-end: 1px solid var(--light-accent-color); color: var(--primary-light-color) !important; } .scrollable { border-block-start: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; } .panel-footer { background: var(--primary-dark-color) !important; border-block-end: 1px solid var(--primary-dark-color) !important; } .panel-header { background: var(--primary-dark-color) !important; } .container-panel-row:hover .clickable.userContext-wrapper, .container-panel-row:focus .clickable.userContext-wrapper, .container-panel-row:hover .pop-button { background: var(--primary-dark-color) !important; } .panel-back-arrow { background: var(--mid-way-color) !important; } .back-arrow-img { filter: invert(65%) !important; } .container-panel-row { border-block-end: 1px solid var(--light-accent-color) !important; } #current-tab > label > input[disabled] { background-color: var(--light-accent-color) !important; border-color: var(--primary-light-color) !important; } #current-tab > label > input:checked { filter: invert(100%); border-color: var(--light-accent-color) !important; } .column-panel-content form { background: var(--mid-way-color) !important; } .pop-button-image-small { filter: invert(650%) !important; } .edit-container-panel fieldset, .edit-containers-text a { color: var(--primary-light-color) !important; } .edit-container-panel input[type="text"] { background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } [data-identity-color="grey"] { --identity-icon-color: var(--primary-light-color) !important; } .button { color: var(--primary-light-color) !important; } .container-notification { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://multi_account_containers_UUID/confirm-page") { body { background-color: var(--primary-dark-color) !important; } body, .title-text { color: var(--primary-light-color) !important; } #redirect-url { background: var(--dark-accent) !important; } .button-container > button:first-child { background: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .button-container > button:first-child:hover { background: var(--dark-accent) !important; } #never-ask { -moz-appearance: none !important; background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; background-image: none !important; box-shadow: none !important; } #never-ask:checked { background-image: url("chrome://global/skin/in-content/check.svg") !important; background-color: var(--mid-way-color) !important; } } /*! Alters the webextension Multiple Tab Handler IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://multiple_tab_handler_UUID/") { h1, p, ul, ul li { color: var(--primary-light-color) !important; } } /*! Alters the webextension Neat URL IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://neat_url_UUID/") { label, h2, body { color: var(--primary-light-color) !important; } textarea, input { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } a:link { color: var(--primary-accent-color) !important; } button { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; } button:hover { background-color: var(--primary-dark-color) !important; } } /*! Alters the webextension NoScript IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://noscript_UUID/") { body { background: var(--mid-way-color) !important; } #top { border-bottom: 0.06em solid var(--light-accent-color) !important; } #top #close, #top #reload, #top #options, #top #revoke-temp, #top #temp-allow-page { background-color: var(--mid-way-color) !important; } .site .url[data-key="secure"] .domain, .site .url[data-key="secure"] .sub, .site .url[data-key="full"] span { color: var(--primary-light-color) !important; } .sites > tr:nth-child(2n) { background: var(--mid-way-color) !important; } .sites > tr:nth-child(2n+1) { background: var(--primary-dark-color) !important; } .presets input.preset:checked, #presets input.preset { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } .presets label.preset { color: var(--primary-light-color) !important; } #sect-general { color: var(--primary-light-color) !important; } button, input[type="text"] { -moz-appearance: none !important; background-color: var(--primary-dark-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primar-light-color) !important; } #top #close, #top #reload, #top #options, #top #revoke-temp, #top #temp-allow-page { background-color: var(--mid-way-color) !important; border: none !important; } } .pkt_ext_containersaved h2 { color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_detail { border: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper { background-color: var(--mid-way-color) !important; border-right: 1px solid var(--light-accent-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper input::placeholder { color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper input { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_btn { background: var(--dark-accent) !important; } .pkt_ext_containersaved .token-input-token { border: 1px solid var(--light-accent-color) !important; background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .token-input-dropdown-tag { background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } .token-input-dropdown-tag ul li { color: var(--primary-light-color) !important; } /*! Alters the webextension Request Control IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://request_control_UUID/") { body { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .rule:not(.editing):not(:hover) { background-color: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } .rule:hover:not(.editing) { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs > li > a:hover { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } tabs.nav-justified > li > a { border-bottom: 1px solid var(--light-accent-color) !important; } .btn-default { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border-color: var(--light-accent-color) !important; } .btn-default.active { background-color: var(--mid-way-color) !important; } .btn-default:hover { color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; border-color: var(--light-accent-color) !important; } .list-group-item:first-child { background: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .table { background: var(--mid-way-color) !important; } .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: var(--dark-accent) !important; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, select.input-sm, .btn-group-params > .tags-input { background: var(--light-accent-color) !important; color: var(--grey-30) !important; border-color: var(--primary-light-color) !important; } .list-group-item { background-color: var(--mid-way-color) !important; border: 1px solid #ddd; } .tags-input .tag { background: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; color: var(--primary-light-color) !important; } } /*! Alters the webextension Skip Redirect IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://skip_redirect_UUID/") { body { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } textarea, input[type="text"], input[type="number"] { -moz-appearance: none !important; background: var(--light-accent-color) !important; color: var(--grey-30) !important; } label a { color: var(--primary-accent-color) !important; } } /*! Alters the webextension Smart HTTPS IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://smart_https_UUID/") { body { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .information input[type="number"], input[type="text"] { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } .information p { color: var(--primary-light-color) !important; } } /*! Alters the webextension Tab Suspender (memory saver) IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://tab_suspender_UUID/") { label, body { color: var(--primary-light-color) !important; } input[type="number"], textarea { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } #recovery, #save { -moz-appearance: none !important; height: 20px !important; background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; border-radius: 4px !important; } } /*! Alters the webextension Tree Style Tab IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://tree_style_tab_UUID/") { p, ul { color: var(--primary-light-color) !important; } h1, legend { color: var(--primary-accent-color) !important; } a { color: var(--primary-accent-color-dark) !important; } #debug-configs { color: var(--primary-light-color) !important; } #userStyleRules, #legacyConfigsNextMigrationVersion, #importedTreeStructureFromLegacy, #importedConfigsFromLegacy, #autoGroupNewTabsDelayOnNewWindow, #autoGroupNewTabsTimeout { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } /* Context Menus */ #tabContextMenu, .extra.has-submenu ul, #contextual-identities-selector, #newtab-action-selector { background: var(--mid-way-color) !important; border: none !important; } } /*! Alters the webextension Tree Style Tab IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://tree_style_tab_UUID/resources/group-tab.html") { :root { background: var(--primary-dark-color) !important; color: ButtonText; } h1::before { background: var(--primary-light-color) !important; } } /*! Alters the webextension uBlock Origin IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://50ce32c2-f4fb-4890-9cfd-86efbd7e0f31/") { /* header */ #appinfo { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } /* Right Column */ body[dir="ltr"] #panes > div { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } body, #panes { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } label a, p a, ul a { color: var(--primary-accent-color) !important; } /* Subgroup in Settings */ ul#userSettings .subgroup > span { color: var(--primary-accent-color) !important; } #dashboard-nav-widgets span { color: var(--primary-light-color) !important; } /* info icons */ a.info { color: var(--primary-light-color) !important; opacity: .5; } li.listEntry span.status { color: var(--primary-light-color) !important; } li.listEntry > a.remove, li.listEntry > a.remove:visited { color: var(--red-80) !important; } /* Power Switch */ #switch .fa { color: var(--primary-accent-color) !important; } /* Power Switch - Off */ body.off #switch .fa { color: var(--primary-light-color) !important; } /* Tool Buttons */ .tool { color: var(--primary-light-color) !important; } .tool:hover { color: var(--dark-accent) !important; } /* Stripped row */ h2, #extraTools { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } /* Refresh Button */ #refresh { background-color: var(--dark-accent) !important; border-color: var(--light-accent-color) !important; } /* Badge number */ #extraTools > span > span.badge { color: var(--primary-light-color) !important; } /* Firewall Container */ #firewallContainer > div { background-color: var(--mid-way-color) !important; } #firewallContainer > div > span { color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; } /* Darker Red */ body.advancedUser #firewallContainer > div > span.blockRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.block { background-color: #ab0000 !important; } /* Lighter Red */ body.advancedUser #firewallContainer > div > span.blockRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.block { background-color: #dda0a2 !important; } /* Before Red */ #firewallContainer > div.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalBlocked > span:first-of-type::before { background-color: #c87576 !important; opacity: 1 !important; } /* Darker Green */ body.advancedUser #firewallContainer > div > span.allowRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.allow { background-color: #229400 !important; } /* Lighter Green */ body.advancedUser #firewallContainer > div > span.allowRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.allow { background-color: #95ca8a !important; } /* Before Green */ #firewallContainer > div.allowed > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed > span:first-of-type::before { background-color: #7ec26f !important; opacity: 1 !important; } /* Darker Blue */ body.advancedUser #firewallContainer > div > span.noopRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.noop { background-color: #0c46a7 !important; } /* Blue on hover */ #actionSelector > span:nth-of-type(2) { background-color: #0c46a7 !important; } /* Lighter Blue */ body.advancedUser #firewallContainer > div > span.noopRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.noop { background-color: #65bdfb !important; } /* Before Yellow */ #firewallContainer > div.allowed.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:first-of-type::before { background-color: #cdc16e !important; opacity: 1 !important; } /* Color Blind Friendly */ /* Dark Block Color */ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule.ownRule { background-color: #000060 !important; } /* Light Block Color */ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule { background-color: #787dab !important; } /* Dark Allow */ body.advancedUser #firewallContainer.colorBlind > div > span.allowRule.ownRule { background-color: #fbb900 !important; } /* Light Allow */ body.advancedUser #firewallContainer.colorBlind > div > span.allowRule { background-color: #f2d98d !important; } /* Dark Noop */ body.advancedUser #firewallContainer.colorBlind > div > span.noopRule.ownRule { background-color: #2f2e2e !important; } /* Light Noop */ body.advancedUser #firewallContainer.colorBlind > div > span.noopRule { background-color: #a1a1a1 !important; } /* Yellow Side */ #firewallContainer.colorBlind > div.allowed > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalAllowed > span:first-of-type::before { background-color: #ebd287 !important; } /* Blue Side */ #firewallContainer.colorBlind > div.blocked > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalBlocked > span:first-of-type::before { background-color: #787cab !important; } #dashboard-nav-widgets { border-bottom: 1px solid var(--mid-way-color) !important; background-color: var(--dark-accent) !important; } .tabButton { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; } .tabButton.selected { background-color: var(--dark-accent) !important; border-bottom: 1px solid var(--primary-dark-color) !important; } input[type="number"] { -moz-appearance: none!important; background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } li.listEntry .content { color: var(--primary-accent-color) !important; } #diff .pane { color: var(--primary-light-color) !important; background: var(--primary-dark-color) !important; } #diff li { background-color: var(--mid-way-color) !important; } #diff li:nth-child(2n) { background-color: var(--primary-dark-color) !important; } /* Textbox */ code { background-color: var(--mid-way-color) !important; } #whitelist textarea { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } textarea#userFilters.userFilters, textarea#externalLists { -moz-appearance: none!important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } /* Logger */ .permatoolbar { background-color: var(--primary-dark-color) !important; } .permatoolbar .button, .permatoolbar #refresh { background-color: transparent !important; } .permatoolbar .button:hover, .permatoolbar #refresh { background-color: var(--grey-60) !important; } #netInspector tr.blocked { background-color: rgb(75,49,55) !important; color: rgb(255,148,148) !important; } #netInspector #filterInput, #netInspector #maxEntries { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #netInspector tr.cosmetic, #netInspector tr.redirect { background-color: rgb(68,57,31) !important; color: rgb(252,225,159) !important; } body:not(.popupOn) #netInspector tr.canMtx td:nth-of-type(2):hover, #netInspector tr.cat_net td:nth-of-type(4):hover { background: var(--dark-accent) !important; } .modalDialog .dialog { background-color: var(--dark-accent) !important; border: 2px solid var(--dark-accent) !important; } #netFilteringDialog .dialog > div.headers > span.header.selected { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-color: var(--mid-way-color) !important; } #netFilteringDialog .dialog > div.headers > span.header { background-color: var(--primary-dark-color) !important; border-color: var(--mid-way-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry { background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td:first-of-type { border-color: var(--light-accent-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic > table.toolbar #saveRules { background-color: var(--mid-way-color) !important; border: none !important; } body #netInspector td { border-color: var(--light-accent-color) !important; } #netInspector tr.maindoc { background-color: var(--dark-accent) !important; color: var(--grey-30) !important; } } /*! Alters the webextension uBO-Scope IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://ubo_scope_UUID/") { body { background: var(--mid-way-color) !important; } #topPane { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #heatmaps .togglerBar { background: var(--mid-way-color) !important; } body.theoretical #heatmaps .heatmap.theoretical { background: var(--mid-way-color) !important; } #heatmaps .heatmap { border: none; background: var(--mid-way-color) !important; } #heatmaps.list .hmcell { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #domain3rdDetails { background-color: var(--primary-dark-color) !important; border: 1px solid var(--primary-dark-color) !important; } #domain3rdDetails #authority { background-color: var(--dark-accent) !important; position: relative; } #scores .scores .score.actual { color: white !important; } #scores .scores .score.theoretical { color: var(--primary-dark-color) !important; } body.theoretical #scores .scores .score.actual { color: var(--primary-dark-color) !important; } body.theoretical #scores .scores .score.theoretical { color: var(--primary-light-color) !important; } } /*! Alters the webextension uMatrix IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://umatrix_UUID/") { body[dir="ltr"] { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } #dashboard-nav-widgets { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-bottom: 1px solid var(--light-accent-color); } .tabButton { background: var(--mid-way-color) !important; background-color: ; color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; border-bottom: none !important; } .tabButton.selected { border-bottom: none !important; background-color: var(--primary-dark-color) !important; border-color: var(--light-accent-color) !important; color: var(--primary-accent-color) !important; } #deleteUnusedSessionCookiesAfter, #clearBrowserCacheAfter, #popupScopeLevel, #externalHostsFiles, #backupUserDataButton, #restoreUserDataButton, #resetUserDataButton { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } button.custom { border-color: var(--light-accent-color) !important; background-color: var(--dark-accent) !important; background-image: none !important; color: white !important; } button.custom.disabled, button.custom[disabled] { border-color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; background-image: none !important; color: var(--primary-light-color) !important; opacity: 0.6; pointer-events: none; } a { color: var(--primary-accent-color) !important; } #diff li { background-color: var(--primary-dark-color) !important; } #diff li:nth-of-type(2n), .assets > div:first-of-type { background-color: var(--dark-accent) !important; } .assets { border: 1px solid var(--light-accent-color) !important; } #diff li:hover { background-color: var(--primary-accent-color) !important; color: white !important; } #diff ul { border-top: 1px solid var(--light-accent-color) !important; } textarea { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #diff textarea { border-top: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #dashboard-nav-widgets { border-bottom: 1px solid var(--light-accent-color) !important; } .whatisthis-expandable { background-color: var(--dark-accent) !important; border: 1px dotted var(--light-accent-color) !important; } /* Popup Specific */ .paneHead { background-color: var(--primary-dark-color) !important; } .paneContent { background: var(--primary-light-color) !important; } #gotoDashboard { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } body[dir="ltr"] #gotoDashboard > span:last-of-type { color: var(--primary-light-color) !important; } body .toolbar button { color: var(--primary--light-color) !important; } body .toolbar .scopeRel { color: var(--primary-accent-color-dark) !important; } #mtxSwitch_matrix-off.switchTrue { color: #a00 !important; } button > span.badge { color: white !important; background-color: var(--light-accent-color) !important; } body .toolbar button { background-color: var(--primary-dark-color) !important; } body .toolbar button.disabled { color: var(--primary-light-color); color: var(--mid-way-color) !important; } body .toolbar .scope { background-color: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } #parsed { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; border-top: none !important; } .code { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; border-bottom: none !important; } button#bye { -moz-appearance: none !important; background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } button#bye:hover { background: var(--dark-accent) !important; } .dropdown-menu > ul, .recipe:hover { border: 1px solid var(--light-accent-color) !important; background-color: var(--dark-accent) !important; } .dropdown-menu > ul > li.dropdown-menu-entry { color: var(--mid-way-color) !important; } #mtxSwitches > li.switchTrue { color: var(--primary-light-color) !important; } .dropdown-menu > ul > li.dropdown-menu-entry:hover { background: var(--primary-dark-color) !important; } .recipe .name { color: var(--primary-light-color) !important; } /* Logger */ #toolbar, #toolbar .button { background-color: var(--dark-accent) !important; } #toolbar input { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #content table tr { background-color: var(--mid-way-color) !important; } #content table tr:nth-of-type(2n+1) { background-color: var(--primary-dark-color) !important; } #content table tr.doc { background-color: var(--dark-accent) !important; } body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover { background: var(--dark-accent) !important; } body #content td { border: 1px solid var(--light-accent-color) !important; } #content table tr.blocked { color: var(--red-80) !important; } #content table tr.cat_info { color: var(--primary-accent-color) !important; } #toolbar { border-bottom: 1px solid var(--light-accent-color) !important; } } /*! Alters the webextension Vim Vixen IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://vim_vixen_UUID/") { /* Top Border */ .vimvixen-console-command-wrapper { border-top: 1px solid var(--mid-way-color) !important; } /* Header */ .vimvixen-console-completion-title { background-color: var(--darksest) !important; border-bottom: 1px solid var(--mid-way-color) !important; } /* Main Content */ .vimvixen-console-completion { background-color: var(--dark-accent) !important; color: #b1b1b3 !important; font-family: Menlo, monospace !important; } /* Command Line */ .vimvixen-console-command, .vimvixen-console-command-input { background-color: var(--darksest) !important; color: var(--grey-30) !important; } /* URL color */ .vimvixen-console-completion-item-url { color: #86de74 !important; } .vimvixen-console-completion-item.vimvixen-completion-selected { background-color: rgb(68,57,31) !important; color: rgb(252,225,159) !important; } /* Error Message */ .vimvixen-console-error { background-color: rgb(75,49,55) !important; color: rgb(255,148,148) !important; } /* Settings page in about:addons */ .vimvixen-settings-form, h1 { color: var(--primary-light-color) !important; } .vimvixen-settings-form textarea[name="json"] { background-color: var(--mid-way-color) !important; -moz-appearance: none !important; color: var(--primary-light-color) !important; border-color: var(--mid-way-color); } ::-moz-selection { color: var(--grey-30); background: var(--primary-accent-color-dark); } } @-moz-document url-prefix("https://addons.mozilla.org") { /* Header & Footer */ .Header, .Footer-wrapper, .LanguageTools-header-row, .Footer, .amo { background: var(--dark-accent) !important; } .LanguageTools-table-row:nth-child(2n) { background: var(--primary-dark-color) !important; } /* Background Colors */ .LandingPage, .Home, .App-content, .Paginate-page-number { background: var(--primary-dark-color) !important; } /* Search Box */ .SearchForm-icon-magnifying-glass { filter: invert(65%) !important; } /* Cards */ .Hero .Card-contents, .Home-SubjectShelf .Card-contents, .Card-header, .AddonsCard--horizontal .Card-contents, .AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link, .SearchForm-query, .LandingPage-header, .Categories .Card-contents, .SectionLinks-dropdown .DropdownMenu-items, .Card-contents, .Card--photon .Card-contents, .Card-footer-link, .MetadataCard, .AddonDescription-more-addons:not(.AddonDescription-more-addons--theme) .Card-contents .AddonsCard-list, .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, .SearchForm-suggestions-item.SearchForm-suggestions-item, .Card-contents li, .Card-footer-text { background: var(--mid-way-color) !important; } .Home-SubjectShelf-subheading, .Home-SubjectShelf-link:link, .Home-SubjectShelf-link:visited, .Card-header, .SearchResult-name, .SearchForm-query, .LandingPage-addonType-name, .LandingPage-heading-content, .Footer-links-header a:link, .Footer a:active, .Footer a:hover, .DropdownMenuItem, .DropdownMenuItem-section, .DropdownMenuItem-link a, .DropdownMenuItem-link a:link, .Card-contents, .Card--photon .Card-contents, .AddonBadges .Badge, .Addon-author, .Addon-author a, .Addon-author a:link .Button--action, .Button--action:link, .Button--action.Button--small:link, .Button--action, .Addon-title, .ReportAbuseButton-show-more, .SearchResult-summary, .SearchContextCard-header, .Paginate-page-number, .SearchSuggestion-name, .ExpandableCard-ToggleLink:link, .Paginate .Paginate-item, .Card-footer-text { color: var(--primary-light-color) !important; } .Paginate-previous::before, .Paginate-next::after, .Card-contents li .Rating-star-group { filter: invert(70%) !important; } .ShowMoreCard-contents::after { background: linear-gradient(rgba(255, 255, 255, 0), var(--mid-way-color)) !important; } .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, .Home-SubjectShelf-link:hover, .SearchResult-link:focus .SearchResult-name, .SearchResult-link:hover .SearchResult-name, .Card-footer-link a, .Card-footer-link a:hover, .Card-footer-link a:link, .DropdownMenuItem-link a:hover, .AddonMoreInfo-contents a:link, .LanguageTools-table a:link, .Addon-details .AddonDescription-contents a:link, .Card.ShowMoreCard.AddonDescription-version-notes a:link { color: var(--primary-accent-color) !important; } .Button--action.Button--outline-only { border-color: var(--primary-accent-color) !important; } .Button--action, .Button--action.Button--small, .Paginate .Paginate-item, .SearchForm-suggestions-item.SearchForm-suggestions-item--highlighted, .Addon .InstallButton-button { background: var(--primary-accent-color) !important; } .Button--action.Button--outline-only:hover, .SearchForm-query:hover, .Button--action:hover { border-color: var(--primary-accent-color-dark) !important; } .SearchForm-query:focus { box-shadow: 0 0 5px 0 var(--primary-accent-color) !important; border-color: var(--primary-accent-color-dark) !important; } .AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link:hover { background: var(--primary-dark-color) !important; border-radius: 0px !important; } .Button--report { text-shadow: none !important; } .Icon-external { filter: invert(20%) !important; } .Icon-featured { filter: invert(85%) !important; } } @-moz-document url-prefix(file:///) { :root { background-color: var(--mid-way-color) !important; } body { border: 1px solid var(--mid-way-color) !important; background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } h1 { border-bottom: 1px solid var(--light-accent-color) !important; } body > table > tbody > tr:hover { outline: 1px solid var(--mid-way-color) !important; } .dir, .symlink, .file, .up { color: var(--primary-accent-color) !important; } } @-moz-document regexp("^moz-extension://.*manifest.json$") { html { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document regexp(".*\\.(p|P)(d|D)(f|F).*") { .dropdownToolbarButton > select > option, .overlayButton, .secondaryToolbarButton, body, div#viewer { background-color: var(--mid-way-color)!important; } body { background-image: none!important; } .splitToolbarButtonSeparator, .verticalToolbarSeparator { box-shadow: none!important; background-color: var(--mid-way-color)!important; } div#toolbarViewer { background-color: var(--dark-accent)!important; } #numPages, #pageNumber, #scaleSelect { color: var(--primary-light-color)!important; } .pdfViewer .page { border-image: none!important; } #pageNumber, #scaleSelectContainer { border: 1px solid var(--mid-way-color); } #loadingBar { position: relative; width: 100%; height: 4px; background-color: var(--primary-accent-color); border-bottom: 1px solid var(--light-accent-color); } #sidebarContainer { background-color: var(--primary-dark-color)!important; } #toolbarSidebar { background-color: var(--dark-accent)!important; background-image: none!important; } .doorHanger, .doorHangerRight { border: 1px solid!important; box-shadow: none!important; } #toolbarContainer, .findbar, .secondaryToolbar { background-color: var(--mid-way-color)!important; background-image: none!important; } .dropdownToolbarButton, .overlayButton, .secondaryToolbarButton, .toolbarButton { border: none!important; color: var(--primary-light-color)!important; } .dropdownToolbarButton, .overlayButton, .toolbarButton:focus, .toolbarButton:hover { background-color: var(--mid-way-color)!important; background-image: none!important; border: none!important; box-shadow: none!important; } .secondaryToolbarButton:focus, .secondaryToolbarButton:hover { background-color: var(--primary-dark-color)!important; background-image: none!important; box-shadow: none!important; } .secondaryToolbarButton::before, .toolbarButton::before { filter: invert(20%)!important; } .secondaryToolbarButton.toggled, .splitToolbarButton.toggled > .toolbarButton.toggled, .toolbarButton.toggled { background-color: var(--primary-dark-color)!important; background-image: none!important; box-shadow: none!important; color: #fff!important; } .horizontalToolbarSeparator { background-color: var(--light-accent-color)!important; box-shadow: none!important; } .dropdownToolbarButton > select, .toolbarField { background: var(--mid-way-color)!important; } #loadingBar .progress { background-color: var(--mid-way-color)!important; } } @-moz-document url-prefix(https://raw.githubusercontent.com) { html { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(view-source) { *|*:root { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } pre[id]:before, span[id]:before { color: var(--primary-light-color) !important; } .highlight .start-tag { color: #b78cfd !important; } .highlight .end-tag { color: #b78cfd !important; } .highlight .comment { color: #86de74 !important; } .highlight .cdata { color: #CC0066 !important; } .highlight .doctype { color: steelblue !important; } .highlight .pi { color: #ff7de9 !important; } .highlight .entity { color: #dea174 !important; } .highlight .attribute-name { color: #86de74 !important; } .highlight .attribute-value { color: #75bfff !important; } .highlight .markupdeclaration { color: steelblue !important; font-style: italic; } .highlight .error, .highlight .error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype, .pi, .entity, .attribute-name, .attribute-value) { color: #de7474 !important; } }
unused or inactive/userContent _ Shadowfox original 2018-02-24.css
:root { --magenta-50: #ff1ad9; --magenta-60: #ed00b5; --magenta-70: #b5007f; --magenta-80: #7d004f; --magenta-90: #440027; --purple-50: #9400ff; --purple-60: #8000d7; --purple-70: #6200a4; --purple-80: #440071; --purple-90: #25003e; --blue-40: #45a1ff; --blue-50: #0a84ff; --blue-60: #0060df; --blue-70: #003eaa; --blue-80: #002275; --blue-90: #000f40; --teal-50: #00feff; --teal-60: #00c8d7; --teal-70: #008ea4; --teal-80: #005a71; --teal-90: #002d3e; --green-50: #30e60b; --green-60: #12bc00; --green-70: #058b00; --green-80: #006504; --green-90: #003706; --yellow-50: #ffe900; --yellow-60: #d7b600; --yellow-70: #a47f00; --yellow-80: #715100; --yellow-90: #3e2800; --red-50: #ff0039; --red-60: #d70022; --red-70: #a4000f; --red-80: #5a0002; --red-90: #3e0200; --orange-50: #ff9400; --orange-60: #d76e00; --orange-70: #a44900; --orange-80: #712b00; --orange-90: #3e1300; --grey-10: #f9f9fa; --grey-20: #ededf0; --grey-30: #d7d7db; --grey-40: #b1b1b3; --grey-50: #737373; --grey-60: #4a4a4f; --grey-70: #38383d; --grey-80: #2a2a2e; --grey-90: #0c0c0d; --ink-70: #363959; --ink-80: #202340; --ink-90: #0f1126; } :root { --primary-light-color: var(--grey-40); --light-accent-color: var(--grey-50); --mid-way-color: var(--grey-60); --primary-dark-color: var(--grey-70); --dark-accent: var(--grey-80); --darksest: var(--grey-90); --primary-accent-color: var(--blue-40); --primary-accent-color-dark: var(--blue-50); --primary-accent-color-darkest: var(--blue-60); } /*! Begin color overrides */ /*! End color overrides */ @-moz-document url-prefix(about:) { :root { --in-content-page-color: var(--primary-light-color) !important; --in-content-page-background: var(--dark-accent) !important; --in-content-text-color: var(--primary-light-color) !important; --in-content-selected-text: var(--primary-light-color) !important; --in-content-box-background: var(--primary-dark-color) !important; --in-content-box-background-odd: var(--light-accent-color) !important; --in-content-box-background-hover: var(--dark-accent) !important; --in-content-box-background-active: var(--dark-accent) !important; --in-content-box-border-color: var(--primary-dark-color) !important; --in-content-item-hover: var(--dark-accent) !important; --in-content-item-selected: var(--dark-accent) !important; --in-content-border-highlight: var(--dark-accent) !important; --in-content-border-focus: var(--dark-accent) !important; --in-content-border-color: var(--primary-dark-color) !important; --in-content-category-outline-focus: 1px dotted var(--dark-accent) !important; --in-content-category-text: var(--primary-light-color) !important; --in-content-category-text-active: var(--primary-light-color) !important; --in-content-category-text-selected: var(--primary-accent-color) !important; --in-content-category-text-selected-active: var(--primary-accent-color-dark) !important; --in-content-category-background-selected-hover: var(--primary-dark-color) !important; --in-content-category-background-selected-active: var(--primary-dark-color) !important; --in-content-link-color: var(--primary-accent-color) !important; --in-content-link-color-hover: var(--primary-accent-color-dark) !important; --in-content-link-color-visited: var(--dark-accent) !important; --in-content-primary-button-background: var(--dark-accent) !important; --in-content-primary-button-background-hover: var(--primary-accent-color-dark) !important; --in-content-primary-button-background-active: var(--primary-accent-color-dark) !important; --in-content-table-header-background: var(--dark-accent) !important; --in-content-category-background: var(--primary-dark-color) !important; } /*Dark context menu*/ menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup { -moz-appearance: none !important; background: var(--primary-dark-color) !important; border: none !important; } /* Remove separator */ menupopup menuseparator { padding: 0 !important; } menupopup menu, menuitem { -moz-appearance: none !important; color: var(--grey-10) !important; } menupopup menu:hover, menuitem:hover { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } /* Menu Separators - removed */ menupopup menuseparator { padding: 0 !important; border-top: none !important; margin: 2px 6px 2px 6px !important; -moz-appearance: none !important; background: rgba(0, 0, 0, 0) !important; border: 0px !important; } @media screen and (-moz-windows-theme) { menupopup menu, menuitem { margin: 1px 6px 1px 6px !important; } menupopup, popup, popup > menu > menupopup, menupopup > menu > menupopup { border: 1px solid var(--dark-accent) !important; } } } /* Basic changes fundamental to all pages */ @-moz-document regexp("^about:(?!reader).*"), url(https://www.mozilla.org/credits/) { html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } a:link { color: var(--primary-accent-color) !important; } } @-moz-document url(about:) { a:link { color: var(--primary-accent-color) !important; } #aboutLogoContainer { border: none !important; } } @-moz-document url(about:accounts) { #stage { background: var(--dark-accent) !important; } .button-row button, .button-row a.button { background: var(--primary-accent-color) !important; } .button-row a.button:active, .button-row a.button:hover, .button-row a.button:focus, .button-row button:active, .button-row button:hover, .button-row button:focus { background: var(--primary-accent-color-dark) !important; } } @-moz-document url(about:addons), url-prefix(about:debugging) { .detail-view-container { color: var(--primary-light-color) !important; } .detail-row, .detail-row-complex, setting { line-height: 20px; text-shadow: none !important; } .detail-view-container { font-size: 1.25rem; color: var(--primary-light-color) !important; } page#addons-page, page.greasemonkey #greasemonkey-sort-bar, #list-view[type="userstyle"] #addon-list-empty[hidden] ~ #userstyle-sorting, #addons-page .global-info-container, .alert, #nav-header, #categories, #header-utils-btn { background: var(--primary-dark-color) !important; color: var(--primary-light-color) important; } richlistitem.category:not([selected]), #detail-contrib-description, page.greasemonkey #greasemonkey-sort-bar .text-link { color: #d2d2d2 !important; } .name-container { color: #d2d2d2 !important; font-weight: unset !important; } .addon[selected], .category[selected], .category.selected { background: #565656 !important; -moz-border-start: 4px solid var(--primary-accent-color) !important; } .category { background: var(--primary-dark-color) !important; border: none !important; } #header-utils-btn:hover { color: white !important; background: #222 !important; } .addon { color: gray !important; } .addon[active="false"] { opacity: 0.4 !important; } richlistitem.category[selected], #main #promos.js, #featured-addons, #addons, .category.selected { background: var(--primary-dark-color) !important; color: var(--primary-accent-color) !important; } richlistitem.category:hover:not([selected]) { text-decoration: underline !important; } #view-port-container #detail-view, #view-port-container #list-view { filter: unset !important; background-color: black !important; color: #d2d2d2 !important; } .icon, #view-port-container #detail-view image, #view-port-container #list-view image, deck.view-pane, #detail-contributions { background-color: transparent !important; } /* Remove dotted border around addons section when selected */ .list > scrollbox > .scrollbox-innerbox { border: 1px dotted transparent !important; } /* Cog wheel */ #header-utils-btn { fill: var(--primary-light-color) !important; } #header-utils-btn:hover { background: var(--dark-accent) !important; } description { margin-bottom: 4px; color: var(--primary-light-color) !important; } *|button, menulist { -moz-appearance: none !important; background: linear-gradient(var(--dark-accent), var(--dark-accent)) !important; border: 1px #444 solid !important; color: #999 !important; box-shadow: unset !important; text-decoration: unset !important; } *|button:hover { color: var(--primary-light-color) !important; background: var(--dark-accent) !important; } #category-discover { display: none !important; } .addon-view[notification="warning"] { --view-highlight-color: transparent !important; } .text-link { color: var(--primary-accent-color) !important; } textbox[type="search"] { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } textbox[focused] { border-color: var(--primary-accent-color) !important; } /* about:debugging#addons */ .addon-target-container { background: var(--dark-accent) !important; } /* icon */ .addon-target-container .target-icon[src="chrome://mozapps/skin/extensions/extensionGeneric.svg"] { filter: invert(65%) !important; } .addon-target-name { color: var(--primary-light-color) !important; } .addon-target-actions { border-top: 1px solid var(--primary-light-color) !important; } input[type="checkbox"] { background: var(--light-accent-color) !important; border: none !important; box-shadow: none !important; } .service-worker-multi-process { background-color: var(--mid-way-color) !important; } *.radio-check { border: 1px solid var(--light-accent-color) !important; background-color: var(--light-accent-color) !important; background-image: none !important; box-shadow: none !important; } *.radio-check[selected] { fill: var(--primary-accent-color) !important; } } @-moz-document url(about:config) { /* Warning Message */ #warningScreen, #warningTitle { color: var(--primary-light-color) !important; } /* Text Box */ textbox { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } /* Body Color */ #configTreeBody::-moz-tree-row() { background: var(--mid-way-color) !important; } /* Selected Color */ #configTreeBody::-moz-tree-row(selected) { background: var(--primary-accent-color-darkest) !important; } /* Hover Color */ #configTreeBody::-moz-tree-row(hover) { background: var(--primary-dark-color) !important; } #configTreeBody::-moz-tree-row(header) { background: orange !important; } window { color: var(--primary-light-color) !important; background: var(--primary-dark-color) !important; } } @-moz-document url(about:debugging) { .addon-target-container { background: var(--dark-accent) !important; } .addon-target-button:enabled:focus, .addon-target-button:enabled:hover { color: var(--primary-accent-color-dark) !important; } .addon-target-button:enabled:focus, .addon-target-button:enabled { color: var(--primary-accent-color) !important; } } @-moz-document url(about:healthreport) { .headerContainer { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .persistentHeader { background-color: transparent !important; } body { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .statsBoxSection-header { color: var(--primary-accent-color) !important; } .statsBoxSection-content li, .statsBoxSection-content li > .statsBoxSection-value { color: var(--primary-light-color) !important; } } @-moz-document url(about:memory) { div.opsRow { background-color: var(--dark-accent) !important; } } .advanced-panel { background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .exceptionDialogButtonContainer { background-color: var(--dark-accent) !important; } #learnMoreContainer #learnMoreLink { color: var(--primary-accent-color) !important; } .toggle-container-with-text input[type="checkbox"] { border: 1px solid var(--light-accent-color) !important; background-color: var(--mid-way-color) !important; background-image: none !important; box-shadow: none !important; } .toggle-container-with-text input[type="checkbox"]:checked { background-image: url("chrome://global/skin/in-content/check.svg"), linear-gradient(var(--mid-way-color), var(--mid-way-color)) !important; fill: var(--primary-accent-color) !important; } @-moz-document url(about:neterror) { /* about:neterror button */ #errorTryAgain { background: var(--primary-accent-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(about:newtab), url(about:home) { .top-sites-list .top-site-outer .title span, .card-outer .card-context { color: var(--primary-light-color) !important; } .section-top-bar .info-option-manage button, .card-outer:-moz-any(:hover, :focus, .active):not(.placeholder) .card-title { color: var(--primary-accent-color) !important; } .card-outer .card-details, .card-outer > a, .section-top-bar .section-info-option .info-option, .context-menu { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .search-wrapper .search-label, .search-wrapper .search-button, .icon { fill: var(--primary-light-color) !important; } .top-sites-list .top-site-outer .context-menu-button, .card-outer .context-menu-button { background-color: var(--grey-20) !important; background-image: url("chrome://browser/skin/page-action.svg") !important; border: 1px solid var(--grey-20) !important; filter: invert(95%) !important; box-shadow: none !important; } .card-outer:-moz-any(:hover, :focus, .active):not(.placeholder) { box-shadow: 0 0 0 5px var(--dark-accent) !important; } .collapsible-section .section-disclaimer { color: var(--primary-light-color) !important; } .collapsible-section .section-disclaimer button:hover:not(.dismiss) { box-shadow: 0 0 0 5px var(--dark-accent) !important; } .collapsible-section .section-disclaimer button { background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } .collapsible-section .section-top-bar .info-option-icon { fill: var(--primary-light-color) !important; } .collapsible-section .section-top-bar .info-option { border: none !important; } .collapsible-section .section-top-bar .info-option-manage button::after { fill: var(--primary-accent-color) !important; } .top-sites-list .top-site-outer:hover .tile, .top-sites-list .top-site-outer:focus .tile, .top-sites-list .top-site-outer.active .tile { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px var(--dark-accent) !important; } .search-wrapper input { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; } .prefs-pane-button button { fill: var(--mid-way-color) !important; } /* Preferencs/close button */ .prefs-pane-button button:hover { background-color: var(--darksest) !important; } /* Main background */ .prefs-pane .sidebar { background: var(--primary-dark-color) !important; border-left: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } /* Inner options panel */ .prefs-pane .prefs-modal-inner-wrapper .options { background: var(--mid-way-color) !important; border: 1px solid var(--primary-light-color); } /* Check boxes */ .prefs-pane [type="checkbox"]:not(:checked) + label::before, .prefs-pane [type="checkbox"]:checked + label::before { border: 1px solid var(--primary-light-color) !important; background: var(--mid-way-color) !important; } /* Check marks */ .prefs-pane [type="checkbox"]:not(:checked) + label::after, .prefs-pane [type="checkbox"]:checked + label::after { fill: var(--primary-accent-color) !important; } /* Bottom Panel */ .prefs-pane .actions { background-color: var(--primary-dark-color) !important; border-left: 1px solid var(--primary-light-color) !important; border-top: 1px solid var(--primary-light-color) !important; } /* "Done Button */ .actions button.done { background: var(--primary-accent-color) !important; border: solid 1px var(--primary-accent-color-dark) !important; color: var(--primary-light-color) !important; } .actions button:hover:not(.dismiss) { box-shadow: 0 0 0 5px var(--primary-light-color) !important; } /* Search Bar */ .search-wrapper:active input, .search-wrapper input:focus { border-color: var(--primary-accent-color-dark) !important; box-shadow: 0 0 0 2px var(--primary-accent-color) !important; } /* Pocket Suggestions Arrow */ .topic .topic-read-more::after { fill: var(--primary-accent-color) !important; } /* Onboarding Message */ #onboarding-notification-bar { background: var(--darksest) !important; color: var(--primary-light-color) !important; border-top: 2px solid var(--primary-dark-color) !important; } #onboarding-notification-body { color: var(--primary-light-color) !important; } .onboarding-action-button { background: var(--primary-accent-color) !important; border: 1px solid var(--primary-accent-color-dark) !important; color: var(--primary-light-color) !important; } #onboarding-notification-close-btn { filter: invert(65%)!important; } .contentSearchHeader, .search-wrapper .contentSearchSuggestionTable { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border-bottom: 1px solid var(--primary-light-color) !important; } .contentSearchSuggestionsContainer, .contentSearchHeaderRow, .contentSearchSuggestionRow, #contentSearchDefaultEngineHeader, #contentSearchSearchWithHeader { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .contentSearchSearchWithHeaderSearchText { color: var(--primary-accent-color) !important; } #snippets-container { background: var(--primary-dark-color) !important; } #snippets { color: var(--primary-light-color) !important; } .snippet .block-snippet-button { filter: invert(100%) !important; } .snippet section { color: #FFF !important; } /* Background color of top site icons */ .top-sites-list .top-site-outer .top-site-icon { background-color: var(--primary-dark-color) !important; } /* Edit Top Sites */ .section-title span, .actions button.dismiss, .actions button { color: var(--primary-light-color) !important; } .edit-topsites-wrapper .edit-topsites-inner-wrapper { background: var(--primary-dark-color) !important; } .actions { border-top: none !important; background: var(--primary-dark-color) !important; } input[type="text"] { border: solid 1px var(--primary-light-color) !important; background: var(--light-accent-color) !important; color: var(--primary-light-color) !important; } .actions button { background: var(--mid-way-color) !important; border: 1px solid #B1B1B3; color: var(--primary-light-color) !important; } /* overlay background */ .modal-overlay { background: var(--mid-way-color) !important; } /* Onboarding */ #onboarding-overlay { background: var(--mid-way-color) !important; } #onboarding-overlay-dialog, .onboarding-hidden, #onboarding-tour-sync-page[data-login-state=logged-in] .show-on-logged-out, #onboarding-tour-sync-page[data-login-state=logged-out] .show-on-logged-in { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:performance) { #subprocess-reports th { background-color: var(--primary-accent-color) !important; color: white !important; } #subprocess-reports td { background-color: var(--dark-accent) !important; border-color: var(--primary-dark-color) !important; } } @-moz-document url(about:plugins) { th { background-color: var(--primary-accent-color-dark) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } .notice { background: var(--dark-accent) !important; } h2 { color: var(--primary-accent-color) !important; } } @-moz-document url-prefix(about:preferences) { :root { --primary-accent-color-dark: var(--primary-accent-color); } ::-moz-selection { background: var(--primary-accent-color) !important; } .checkbox-check, .radio-check { box-shadow: none !important; background: var(--mid-way-color) !important; } menulist:not([editable="true"]) > *.menulist-dropmarker { filter: invert(65%) !important; } *.checkbox-check[checked], *.radio-check[selected] { border: none !important; fill: var(--primary-accent-color-dark) !important; box-shadow: none !important; } #categories, .main-content, .search-container { background: var(--primary-dark-color) !important; } .category[selected], .category.selected { -moz-border-start: 4px solid var(--primary-accent-color) !important; } #searchInput { background: var(--mid-way-color) !important; border: 1px solid var(--primary-light-color) !important; border-radius: 4px !important; } #handlersView { background: var(--mid-way-color) !important; } listheader { background: var(--dark-accent) !important; } #handlersView richlistitem[selected="true"] { background: var(--primary-accent-color) !important; color: var(--primary-light-color) !important; } #handlersView richlistitem:hover { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .dialogBox { filter: invert(80%) !important; } /* Search Engines */ #engineChildren::-moz-tree-row() { background: var(--mid-way-color) !important; } .navigation { background: var(--primary-dark-color) !important; } } @-moz-document url(about:profiles) { /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; border-color: var(--dark-accent) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border-color: var(--dark-accent) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(about:reader) { body.dark a:link { color: var(--primary-accent-color) !important; } body.dark { color: var(--primary-light-color) !important; } .toolbar { background-color: var(--dark-accent) !important; border-right: 1px solid var(--mid-way-color) !important; } .toolbar .button { border-right: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; background-color: var(--dark-accent) !important; } .button:hover, .font-size-buttons > button:hover, .font-type-buttons > button:hover, .content-width-buttons > button:hover, .line-height-buttons > button:hover { background-color: var(--primary-dark-color) !important; } .close-button:hover { fill: #fff; background-color: #d94141 !important; } .dropdown-popup { background-color: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; box-shadow: 0 1px 3px var(--mid-way-color) !important; } .font-type-buttons > button:active:hover, .font-type-buttons > button.selected { border-bottom: 1px solid var(--primary-accent-color) !important; } .font-type-buttons > .sans-serif-button > .name, .font-type-buttons > .serif-button > .name { color: var(--primary-light-color) !important; } .font-type-buttons > button, .font-size-buttons > button, .content-width-buttons > button, .line-height-buttons > button { border-left: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; } .font-type-buttons > button:active:hover, .font-type-buttons > button.selected, .color-scheme-buttons > button:active:hover, .color-scheme-buttons > button.selected { box-shadow: inset 0 -3px 0 0 var(--primary-accent-color) !important; } } @-moz-document url(about:robots) { #errorPageContainer { background-color: var(--dark-accent) !important; } } @-moz-document url(about:serviceworkers) { .warningBackground { background: var(--primary-dark-color) !important; } .warningMessage { border: 1px solid var(--primary-light-color) !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:studies) { .info-box-content { background-color: var(--dark-accent) !important; } } @-moz-document url(about:support) { :root { --primary-accent-color-dark: var(--primary-accent-color-darkest); } /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; color: var(--grey-30) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:url-classifier) { /* Upper right box */ #action-box { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } th { background-color: var(--primary-accent-color-dark) !important; } td { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } button { border: 1px solid var(--primary-light-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url(about:webrtc) { #content > div { background: var(--dark-accent) !important; } div.fold-trigger { color: var(--primary-accent-color) !important; } } /*! Alters the webextension Brief IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://brief_UUID/") { h2 { color: var(--primary-accent-color) !important; } label { color: var(--primary-light-color) !important; } #custom-style-textbox, input[type="number"], #clear-all-entries { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } #clear-all-entries { border-radius: 3px !important; -moz-appearance: none !important; background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; } } /*! Alters the webextension Cookie AutoDelete IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://cookie_autodelete_UUID/") { a { color: var(--primary-accent-color); } a:hover { color: var(--primary-accent-color-dark); } #layout, html { background: var(--primary-dark-color) !important; color: var(--primart-light-color) !important; } #menu { background-color: var(--dark-accent) !important; } .menu-link { background: var(--dark-accent) !important; } .pure-menu-selected, .pure-menu-item:hover { background-color: var(--mid-way-color) !important; } input[type="number"], .form-control { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs .nav-link { color: var(--primary-light-color) !important; } .nav-tabs .nav-link.active { color: var(--primary-accent-color) !important; background-color: var(--mid-way-color) !important; border-color: #ddd #ddd #fff; } /* Popup Specific */ body { color: var(--primary-light-color) !important; background-color: var(--mid-way-color) !important; } .btn-light { color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; border-color: var(--primary-light-color) !important; } } /*! Alters the webextension Dark Mode IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://dark_mode_UUID/") { /* Headers */ .comment { color: var(--primary-accent-color) !important; } label { color: var(--primary-light-color) !important; } } /*! Alters the webextension Decentraleyes IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://decentraleyes_UUID/") { body { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } header, .panel:not(:last-child) { border-bottom: solid var(--light-accent-color) 1px !important; } .button { -moz-user-select: none; background-color: var(--primary-dark-color) !important; } } /*! Alters the webextension HTTPS Everywhere IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://https_everywhere_UUID/") { body { color: var(--primary-light-color) !important; background: var(--mid-way-color) !important; } html { background-color: var(--mid-way-color) !important; } a { color: var(--primary-accent-color) !important; } h3 { color: var(--primary-light-color) !important; } } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://multi_account_containers_UUID/") { html body div#container-panel.panel.container-panel, .column-panel-content { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #current-tab { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #current-tab > h3, .panel-header-text, .container-info-list { color: var(--primary-light-color) !important; } #container-panel #sort-containers-link { border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } #container-panel #sort-containers-link:hover, .clickable:hover { background: var(--primary-dark-color) !important; } .container-panel-row { background-color: var(--mid-way-color) !important; border-block-end: 1px solid var(--light-accent-color); color: var(--primary-light-color) !important; } .scrollable { border-block-start: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; } .panel-footer { background: var(--primary-dark-color) !important; border-block-end: 1px solid var(--primary-dark-color) !important; } .panel-header { background: var(--primary-dark-color) !important; } .container-panel-row:hover .clickable.userContext-wrapper, .container-panel-row:focus .clickable.userContext-wrapper, .container-panel-row:hover .pop-button { background: var(--primary-dark-color) !important; } .panel-back-arrow { background: var(--mid-way-color) !important; } .back-arrow-img { filter: invert(65%) !important; } .container-panel-row { border-block-end: 1px solid var(--light-accent-color) !important; } #current-tab > label > input[disabled] { background-color: var(--light-accent-color) !important; border-color: var(--primary-light-color) !important; } #current-tab > label > input:checked { filter: invert(100%); border-color: var(--light-accent-color) !important; } .column-panel-content form { background: var(--mid-way-color) !important; } .pop-button-image-small { filter: invert(650%) !important; } .edit-container-panel fieldset, .edit-containers-text a { color: var(--primary-light-color) !important; } .edit-container-panel input[type="text"] { background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } [data-identity-color="grey"] { --identity-icon-color: var(--primary-light-color) !important; } .button { color: var(--primary-light-color) !important; } .container-notification { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } /*! Alters the webextension Multi-Account Containers IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://multi_account_containers_UUID/confirm-page") { body { background-color: var(--primary-dark-color) !important; } body, .title-text { color: var(--primary-light-color) !important; } #redirect-url { background: var(--dark-accent) !important; } .button-container > button:first-child { background: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .button-container > button:first-child:hover { background: var(--dark-accent) !important; } #never-ask { -moz-appearance: none !important; background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; background-image: none !important; box-shadow: none !important; } #never-ask:checked { background-image: url("chrome://global/skin/in-content/check.svg") !important; background-color: var(--mid-way-color) !important; } } /*! Alters the webextension Multiple Tab Handler IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://multiple_tab_handler_UUID/") { h1, p, ul, ul li { color: var(--primary-light-color) !important; } } /*! Alters the webextension Neat URL IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://neat_url_UUID/") { label, h2, body { color: var(--primary-light-color) !important; } textarea, input { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } a:link { color: var(--primary-accent-color) !important; } button { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; } button:hover { background-color: var(--primary-dark-color) !important; } } /*! Alters the webextension NoScript IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://noscript_UUID/") { body { background: var(--mid-way-color) !important; } #top { border-bottom: 0.06em solid var(--light-accent-color) !important; } #top #close, #top #reload, #top #options, #top #revoke-temp, #top #temp-allow-page { background-color: var(--mid-way-color) !important; } .site .url[data-key="secure"] .domain, .site .url[data-key="secure"] .sub, .site .url[data-key="full"] span { color: var(--primary-light-color) !important; } .sites > tr:nth-child(2n) { background: var(--mid-way-color) !important; } .sites > tr:nth-child(2n+1) { background: var(--primary-dark-color) !important; } .presets input.preset:checked, #presets input.preset { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; } .presets label.preset { color: var(--primary-light-color) !important; } #sect-general { color: var(--primary-light-color) !important; } button, input[type="text"] { -moz-appearance: none !important; background-color: var(--primary-dark-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primar-light-color) !important; } #top #close, #top #reload, #top #options, #top #revoke-temp, #top #temp-allow-page { background-color: var(--mid-way-color) !important; border: none !important; } } .pkt_ext_containersaved h2 { color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_detail { border: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper { background-color: var(--mid-way-color) !important; border-right: 1px solid var(--light-accent-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper input::placeholder { color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_tag_input_wrapper input { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .pkt_ext_containersaved .pkt_ext_btn { background: var(--dark-accent) !important; } .pkt_ext_containersaved .token-input-token { border: 1px solid var(--light-accent-color) !important; background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .token-input-dropdown-tag { background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } .token-input-dropdown-tag ul li { color: var(--primary-light-color) !important; } /*! Alters the webextension Request Control IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://request_control_UUID/") { body { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } .rule:not(.editing):not(:hover) { background-color: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } .rule:hover:not(.editing) { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } .nav-tabs > li > a:hover { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; } tabs.nav-justified > li > a { border-bottom: 1px solid var(--light-accent-color) !important; } .btn-default { color: var(--primary-light-color) !important; background-color: var(--dark-accent) !important; border-color: var(--light-accent-color) !important; } .btn-default.active { background-color: var(--mid-way-color) !important; } .btn-default:hover { color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; border-color: var(--light-accent-color) !important; } .list-group-item:first-child { background: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } .table { background: var(--mid-way-color) !important; } .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: var(--dark-accent) !important; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, select.input-sm, .btn-group-params > .tags-input { background: var(--light-accent-color) !important; color: var(--grey-30) !important; border-color: var(--primary-light-color) !important; } .list-group-item { background-color: var(--mid-way-color) !important; border: 1px solid #ddd; } .tags-input .tag { background: var(--dark-accent) !important; border: 1px solid var(--mid-way-color) !important; color: var(--primary-light-color) !important; } } /*! Alters the webextension Skip Redirect IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://skip_redirect_UUID/") { body { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } textarea, input[type="text"], input[type="number"] { -moz-appearance: none !important; background: var(--light-accent-color) !important; color: var(--grey-30) !important; } label a { color: var(--primary-accent-color) !important; } } /*! Alters the webextension Smart HTTPS IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://smart_https_UUID/") { body { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } .information input[type="number"], input[type="text"] { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } .information p { color: var(--primary-light-color) !important; } } /*! Alters the webextension Tab Suspender (memory saver) IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://tab_suspender_UUID/") { label, body { color: var(--primary-light-color) !important; } input[type="number"], textarea { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } #recovery, #save { -moz-appearance: none !important; height: 20px !important; background: var(--dark-accent) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; border-radius: 4px !important; } } /*! Alters the webextension Tree Style Tab IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://tree_style_tab_UUID/") { p, ul { color: var(--primary-light-color) !important; } h1, legend { color: var(--primary-accent-color) !important; } a { color: var(--primary-accent-color-dark) !important; } #debug-configs { color: var(--primary-light-color) !important; } #userStyleRules, #legacyConfigsNextMigrationVersion, #importedTreeStructureFromLegacy, #importedConfigsFromLegacy, #autoGroupNewTabsDelayOnNewWindow, #autoGroupNewTabsTimeout { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } /* Context Menus */ #tabContextMenu, .extra.has-submenu ul, #contextual-identities-selector, #newtab-action-selector { background: var(--mid-way-color) !important; border: none !important; } } /*! Alters the webextension Tree Style Tab IMPORTANT: change the Internal UUID in BOTH locations */ @-moz-document url-prefix("moz-extension://tree_style_tab_UUID/resources/group-tab.html") { :root { background: var(--primary-dark-color) !important; color: ButtonText; } h1::before { background: var(--primary-light-color) !important; } } /*! Alters the webextension uBlock Origin IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://50ce32c2-f4fb-4890-9cfd-86efbd7e0f31/") { /* header */ #appinfo { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } /* Right Column */ body[dir="ltr"] #panes > div { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } body, #panes { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } label a, p a, ul a { color: var(--primary-accent-color) !important; } /* Subgroup in Settings */ ul#userSettings .subgroup > span { color: var(--primary-accent-color) !important; } #dashboard-nav-widgets span { color: var(--primary-light-color) !important; } /* info icons */ a.info { color: var(--primary-light-color) !important; opacity: .5; } li.listEntry span.status { color: var(--primary-light-color) !important; } li.listEntry > a.remove, li.listEntry > a.remove:visited { color: var(--red-80) !important; } /* Power Switch */ #switch .fa { color: var(--primary-accent-color) !important; } /* Power Switch - Off */ body.off #switch .fa { color: var(--primary-light-color) !important; } /* Tool Buttons */ .tool { color: var(--primary-light-color) !important; } .tool:hover { color: var(--dark-accent) !important; } /* Stripped row */ h2, #extraTools { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } /* Refresh Button */ #refresh { background-color: var(--dark-accent) !important; border-color: var(--light-accent-color) !important; } /* Badge number */ #extraTools > span > span.badge { color: var(--primary-light-color) !important; } /* Firewall Container */ #firewallContainer > div { background-color: var(--mid-way-color) !important; } #firewallContainer > div > span { color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; } /* Darker Red */ body.advancedUser #firewallContainer > div > span.blockRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.block { background-color: #ab0000 !important; } /* Lighter Red */ body.advancedUser #firewallContainer > div > span.blockRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.block { background-color: #dda0a2 !important; } /* Before Red */ #firewallContainer > div.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalBlocked > span:first-of-type::before { background-color: #c87576 !important; opacity: 1 !important; } /* Darker Green */ body.advancedUser #firewallContainer > div > span.allowRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.allow { background-color: #229400 !important; } /* Lighter Green */ body.advancedUser #firewallContainer > div > span.allowRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.allow { background-color: #95ca8a !important; } /* Before Green */ #firewallContainer > div.allowed > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed > span:first-of-type::before { background-color: #7ec26f !important; opacity: 1 !important; } /* Darker Blue */ body.advancedUser #firewallContainer > div > span.noopRule.ownRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action.own.noop { background-color: #0c46a7 !important; } /* Blue on hover */ #actionSelector > span:nth-of-type(2) { background-color: #0c46a7 !important; } /* Lighter Blue */ body.advancedUser #firewallContainer > div > span.noopRule, #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td > div.action > span.noop { background-color: #65bdfb !important; } /* Before Yellow */ #firewallContainer > div.allowed.blocked > span:first-of-type::before, #firewallContainer.minimized > div.isDomain.totalAllowed.totalBlocked > span:first-of-type::before { background-color: #cdc16e !important; opacity: 1 !important; } /* Color Blind Friendly */ /* Dark Block Color */ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule.ownRule { background-color: #000060 !important; } /* Light Block Color */ body.advancedUser #firewallContainer.colorBlind > div > span.blockRule { background-color: #787dab !important; } /* Dark Allow */ body.advancedUser #firewallContainer.colorBlind > div > span.allowRule.ownRule { background-color: #fbb900 !important; } /* Light Allow */ body.advancedUser #firewallContainer.colorBlind > div > span.allowRule { background-color: #f2d98d !important; } /* Dark Noop */ body.advancedUser #firewallContainer.colorBlind > div > span.noopRule.ownRule { background-color: #2f2e2e !important; } /* Light Noop */ body.advancedUser #firewallContainer.colorBlind > div > span.noopRule { background-color: #a1a1a1 !important; } /* Yellow Side */ #firewallContainer.colorBlind > div.allowed > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalAllowed > span:first-of-type::before { background-color: #ebd287 !important; } /* Blue Side */ #firewallContainer.colorBlind > div.blocked > span:first-of-type::before, #firewallContainer.colorBlind.minimized > div.isDomain.totalBlocked > span:first-of-type::before { background-color: #787cab !important; } #dashboard-nav-widgets { border-bottom: 1px solid var(--mid-way-color) !important; background-color: var(--dark-accent) !important; } .tabButton { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--mid-way-color) !important; border-bottom: 1px solid var(--mid-way-color) !important; } .tabButton.selected { background-color: var(--dark-accent) !important; border-bottom: 1px solid var(--primary-dark-color) !important; } input[type="number"] { -moz-appearance: none!important; background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } li.listEntry .content { color: var(--primary-accent-color) !important; } #diff .pane { color: var(--primary-light-color) !important; background: var(--primary-dark-color) !important; } #diff li { background-color: var(--mid-way-color) !important; } #diff li:nth-child(2n) { background-color: var(--primary-dark-color) !important; } /* Textbox */ code { background-color: var(--mid-way-color) !important; } #whitelist textarea { background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } textarea#userFilters.userFilters, textarea#externalLists { -moz-appearance: none!important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } /* Logger */ .permatoolbar { background-color: var(--primary-dark-color) !important; } .permatoolbar .button, .permatoolbar #refresh { background-color: transparent !important; } .permatoolbar .button:hover, .permatoolbar #refresh { background-color: var(--grey-60) !important; } #netInspector tr.blocked { background-color: rgb(75,49,55) !important; color: rgb(255,148,148) !important; } #netInspector #filterInput, #netInspector #maxEntries { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #netInspector tr.cosmetic, #netInspector tr.redirect { background-color: rgb(68,57,31) !important; color: rgb(252,225,159) !important; } body:not(.popupOn) #netInspector tr.canMtx td:nth-of-type(2):hover, #netInspector tr.cat_net td:nth-of-type(4):hover { background: var(--dark-accent) !important; } .modalDialog .dialog { background-color: var(--dark-accent) !important; border: 2px solid var(--dark-accent) !important; } #netFilteringDialog .dialog > div.headers > span.header.selected { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-color: var(--mid-way-color) !important; } #netFilteringDialog .dialog > div.headers > span.header { background-color: var(--primary-dark-color) !important; border-color: var(--mid-way-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry { background-color: var(--mid-way-color) !important; border-color: var(--light-accent-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic tr.entry > td:first-of-type { border-color: var(--light-accent-color) !important; } #netFilteringDialog .dialog > div.containers > div.dynamic > table.toolbar #saveRules { background-color: var(--mid-way-color) !important; border: none !important; } body #netInspector td { border-color: var(--light-accent-color) !important; } #netInspector tr.maindoc { background-color: var(--dark-accent) !important; color: var(--grey-30) !important; } } /*! Alters the webextension uBO-Scope IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://ubo_scope_UUID/") { body { background: var(--mid-way-color) !important; } #topPane { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #heatmaps .togglerBar { background: var(--mid-way-color) !important; } body.theoretical #heatmaps .heatmap.theoretical { background: var(--mid-way-color) !important; } #heatmaps .heatmap { border: none; background: var(--mid-way-color) !important; } #heatmaps.list .hmcell { background-color: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #domain3rdDetails { background-color: var(--primary-dark-color) !important; border: 1px solid var(--primary-dark-color) !important; } #domain3rdDetails #authority { background-color: var(--dark-accent) !important; position: relative; } #scores .scores .score.actual { color: white !important; } #scores .scores .score.theoretical { color: var(--primary-dark-color) !important; } body.theoretical #scores .scores .score.actual { color: var(--primary-dark-color) !important; } body.theoretical #scores .scores .score.theoretical { color: var(--primary-light-color) !important; } } /*! Alters the webextension uMatrix IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://umatrix_UUID/") { body[dir="ltr"] { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } #dashboard-nav-widgets { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; border-bottom: 1px solid var(--light-accent-color); } .tabButton { background: var(--mid-way-color) !important; background-color: ; color: var(--primary-light-color) !important; border-color: var(--light-accent-color) !important; border-bottom: none !important; } .tabButton.selected { border-bottom: none !important; background-color: var(--primary-dark-color) !important; border-color: var(--light-accent-color) !important; color: var(--primary-accent-color) !important; } #deleteUnusedSessionCookiesAfter, #clearBrowserCacheAfter, #popupScopeLevel, #externalHostsFiles, #backupUserDataButton, #restoreUserDataButton, #resetUserDataButton { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; } button.custom { border-color: var(--light-accent-color) !important; background-color: var(--dark-accent) !important; background-image: none !important; color: white !important; } button.custom.disabled, button.custom[disabled] { border-color: var(--primary-light-color) !important; background-color: var(--light-accent-color) !important; background-image: none !important; color: var(--primary-light-color) !important; opacity: 0.6; pointer-events: none; } a { color: var(--primary-accent-color) !important; } #diff li { background-color: var(--primary-dark-color) !important; } #diff li:nth-of-type(2n), .assets > div:first-of-type { background-color: var(--dark-accent) !important; } .assets { border: 1px solid var(--light-accent-color) !important; } #diff li:hover { background-color: var(--primary-accent-color) !important; color: white !important; } #diff ul { border-top: 1px solid var(--light-accent-color) !important; } textarea { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #diff textarea { border-top: 1px solid var(--light-accent-color) !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; } #dashboard-nav-widgets { border-bottom: 1px solid var(--light-accent-color) !important; } .whatisthis-expandable { background-color: var(--dark-accent) !important; border: 1px dotted var(--light-accent-color) !important; } /* Popup Specific */ .paneHead { background-color: var(--primary-dark-color) !important; } .paneContent { background: var(--primary-light-color) !important; } #gotoDashboard { background-color: var(--dark-accent) !important; color: var(--primary-light-color) !important; } body[dir="ltr"] #gotoDashboard > span:last-of-type { color: var(--primary-light-color) !important; } body .toolbar button { color: var(--primary--light-color) !important; } body .toolbar .scopeRel { color: var(--primary-accent-color-dark) !important; } #mtxSwitch_matrix-off.switchTrue { color: #a00 !important; } button > span.badge { color: white !important; background-color: var(--light-accent-color) !important; } body .toolbar button { background-color: var(--primary-dark-color) !important; } body .toolbar button.disabled { color: var(--primary-light-color); color: var(--mid-way-color) !important; } body .toolbar .scope { background-color: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; } #parsed { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; border-top: none !important; } .code { background-color: var(--dark-accent) !important; border: 1px solid var(--light-accent-color) !important; border-bottom: none !important; } button#bye { -moz-appearance: none !important; background: var(--mid-way-color) !important; border: 1px solid var(--light-accent-color) !important; color: var(--primary-light-color) !important; } button#bye:hover { background: var(--dark-accent) !important; } .dropdown-menu > ul, .recipe:hover { border: 1px solid var(--light-accent-color) !important; background-color: var(--dark-accent) !important; } .dropdown-menu > ul > li.dropdown-menu-entry { color: var(--mid-way-color) !important; } #mtxSwitches > li.switchTrue { color: var(--primary-light-color) !important; } .dropdown-menu > ul > li.dropdown-menu-entry:hover { background: var(--primary-dark-color) !important; } .recipe .name { color: var(--primary-light-color) !important; } /* Logger */ #toolbar, #toolbar .button { background-color: var(--dark-accent) !important; } #toolbar input { -moz-appearance: none !important; background: var(--mid-way-color) !important; color: var(--primary-light-color) !important; border: 1px solid var(--light-accent-color) !important; padding: 5px 5px 5px 5px !important; } #content table tr { background-color: var(--mid-way-color) !important; } #content table tr:nth-of-type(2n+1) { background-color: var(--primary-dark-color) !important; } #content table tr.doc { background-color: var(--dark-accent) !important; } body:not(.popupOn) #content table tr.canMtx td:nth-of-type(2):hover { background: var(--dark-accent) !important; } body #content td { border: 1px solid var(--light-accent-color) !important; } #content table tr.blocked { color: var(--red-80) !important; } #content table tr.cat_info { color: var(--primary-accent-color) !important; } #toolbar { border-bottom: 1px solid var(--light-accent-color) !important; } } /*! Alters the webextension Vim Vixen IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://vim_vixen_UUID/") { /* Top Border */ .vimvixen-console-command-wrapper { border-top: 1px solid var(--mid-way-color) !important; } /* Header */ .vimvixen-console-completion-title { background-color: var(--darksest) !important; border-bottom: 1px solid var(--mid-way-color) !important; } /* Main Content */ .vimvixen-console-completion { background-color: var(--dark-accent) !important; color: #b1b1b3 !important; font-family: Menlo, monospace !important; } /* Command Line */ .vimvixen-console-command, .vimvixen-console-command-input { background-color: var(--darksest) !important; color: var(--grey-30) !important; } /* URL color */ .vimvixen-console-completion-item-url { color: #86de74 !important; } .vimvixen-console-completion-item.vimvixen-completion-selected { background-color: rgb(68,57,31) !important; color: rgb(252,225,159) !important; } /* Error Message */ .vimvixen-console-error { background-color: rgb(75,49,55) !important; color: rgb(255,148,148) !important; } /* Settings page in about:addons */ .vimvixen-settings-form, h1 { color: var(--primary-light-color) !important; } .vimvixen-settings-form textarea[name="json"] { background-color: var(--mid-way-color) !important; -moz-appearance: none !important; color: var(--primary-light-color) !important; border-color: var(--mid-way-color); } ::-moz-selection { color: var(--grey-30); background: var(--primary-accent-color-dark); } } @-moz-document url-prefix("https://addons.mozilla.org") { /* Header & Footer */ .Header, .Footer-wrapper, .LanguageTools-header-row, .Footer, .amo { background: var(--dark-accent) !important; } .LanguageTools-table-row:nth-child(2n) { background: var(--primary-dark-color) !important; } /* Background Colors */ .LandingPage, .Home, .App-content, .Paginate-page-number { background: var(--primary-dark-color) !important; } /* Search Box */ .SearchForm-icon-magnifying-glass { filter: invert(65%) !important; } /* Cards */ .Hero .Card-contents, .Home-SubjectShelf .Card-contents, .Card-header, .AddonsCard--horizontal .Card-contents, .AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link, .SearchForm-query, .LandingPage-header, .Categories .Card-contents, .SectionLinks-dropdown .DropdownMenu-items, .Card-contents, .Card--photon .Card-contents, .Card-footer-link, .MetadataCard, .AddonDescription-more-addons:not(.AddonDescription-more-addons--theme) .Card-contents .AddonsCard-list, .AddonDescription-more-addons--theme .Card-contents .AddonsCard-list, .Search .SearchResults .SearchResult, .SearchForm-suggestions-item.SearchForm-suggestions-item, .Card-contents li, .Card-footer-text { background: var(--mid-way-color) !important; } .Home-SubjectShelf-subheading, .Home-SubjectShelf-link:link, .Home-SubjectShelf-link:visited, .Card-header, .SearchResult-name, .SearchForm-query, .LandingPage-addonType-name, .LandingPage-heading-content, .Footer-links-header a:link, .Footer a:active, .Footer a:hover, .DropdownMenuItem, .DropdownMenuItem-section, .DropdownMenuItem-link a, .DropdownMenuItem-link a:link, .Card-contents, .Card--photon .Card-contents, .AddonBadges .Badge, .Addon-author, .Addon-author a, .Addon-author a:link .Button--action, .Button--action:link, .Button--action.Button--small:link, .Button--action, .Addon-title, .ReportAbuseButton-show-more, .SearchResult-summary, .SearchContextCard-header, .Paginate-page-number, .SearchSuggestion-name, .ExpandableCard-ToggleLink:link, .Paginate .Paginate-item, .Card-footer-text { color: var(--primary-light-color) !important; } .Paginate-previous::before, .Paginate-next::after, .Card-contents li .Rating-star-group { filter: invert(70%) !important; } .ShowMoreCard-contents::after { background: linear-gradient(rgba(255, 255, 255, 0), var(--mid-way-color)) !important; } .Home-SubjectShelf-link:active, .Home-SubjectShelf-link:focus, .Home-SubjectShelf-link:hover, .SearchResult-link:focus .SearchResult-name, .SearchResult-link:hover .SearchResult-name, .Card-footer-link a, .Card-footer-link a:hover, .Card-footer-link a:link, .DropdownMenuItem-link a:hover, .AddonMoreInfo-contents a:link, .LanguageTools-table a:link, .Addon-details .AddonDescription-contents a:link, .Card.ShowMoreCard.AddonDescription-version-notes a:link { color: var(--primary-accent-color) !important; } .Button--action.Button--outline-only { border-color: var(--primary-accent-color) !important; } .Button--action, .Button--action.Button--small, .Paginate .Paginate-item, .SearchForm-suggestions-item.SearchForm-suggestions-item--highlighted, .Addon .InstallButton-button { background: var(--primary-accent-color) !important; } .Button--action.Button--outline-only:hover, .SearchForm-query:hover, .Button--action:hover { border-color: var(--primary-accent-color-dark) !important; } .SearchForm-query:focus { box-shadow: 0 0 5px 0 var(--primary-accent-color) !important; border-color: var(--primary-accent-color-dark) !important; } .AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link:hover { background: var(--primary-dark-color) !important; border-radius: 0px !important; } .Button--report { text-shadow: none !important; } .Icon-external { filter: invert(20%) !important; } .Icon-featured { filter: invert(85%) !important; } } @-moz-document url-prefix(file:///) { :root { background-color: var(--mid-way-color) !important; } body { border: 1px solid var(--mid-way-color) !important; background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } h1 { border-bottom: 1px solid var(--light-accent-color) !important; } body > table > tbody > tr:hover { outline: 1px solid var(--mid-way-color) !important; } .dir, .symlink, .file, .up { color: var(--primary-accent-color) !important; } } @-moz-document regexp("^moz-extension://.*manifest.json$") { html { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document regexp(".*\\.(p|P)(d|D)(f|F).*") { .dropdownToolbarButton > select > option, .overlayButton, .secondaryToolbarButton, body, div#viewer { background-color: var(--mid-way-color)!important; } body { background-image: none!important; } .splitToolbarButtonSeparator, .verticalToolbarSeparator { box-shadow: none!important; background-color: var(--mid-way-color)!important; } div#toolbarViewer { background-color: var(--dark-accent)!important; } #numPages, #pageNumber, #scaleSelect { color: var(--primary-light-color)!important; } .pdfViewer .page { border-image: none!important; } #pageNumber, #scaleSelectContainer { border: 1px solid var(--mid-way-color); } #loadingBar { position: relative; width: 100%; height: 4px; background-color: var(--primary-accent-color); border-bottom: 1px solid var(--light-accent-color); } #sidebarContainer { background-color: var(--primary-dark-color)!important; } #toolbarSidebar { background-color: var(--dark-accent)!important; background-image: none!important; } .doorHanger, .doorHangerRight { border: 1px solid!important; box-shadow: none!important; } #toolbarContainer, .findbar, .secondaryToolbar { background-color: var(--mid-way-color)!important; background-image: none!important; } .dropdownToolbarButton, .overlayButton, .secondaryToolbarButton, .toolbarButton { border: none!important; color: var(--primary-light-color)!important; } .dropdownToolbarButton, .overlayButton, .toolbarButton:focus, .toolbarButton:hover { background-color: var(--mid-way-color)!important; background-image: none!important; border: none!important; box-shadow: none!important; } .secondaryToolbarButton:focus, .secondaryToolbarButton:hover { background-color: var(--primary-dark-color)!important; background-image: none!important; box-shadow: none!important; } .secondaryToolbarButton::before, .toolbarButton::before { filter: invert(20%)!important; } .secondaryToolbarButton.toggled, .splitToolbarButton.toggled > .toolbarButton.toggled, .toolbarButton.toggled { background-color: var(--primary-dark-color)!important; background-image: none!important; box-shadow: none!important; color: #fff!important; } .horizontalToolbarSeparator { background-color: var(--light-accent-color)!important; box-shadow: none!important; } .dropdownToolbarButton > select, .toolbarField { background: var(--mid-way-color)!important; } #loadingBar .progress { background-color: var(--mid-way-color)!important; } } @-moz-document url-prefix(https://raw.githubusercontent.com) { html { background: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } } @-moz-document url-prefix(view-source) { *|*:root { background-color: var(--primary-dark-color) !important; color: var(--primary-light-color) !important; } pre[id]:before, span[id]:before { color: var(--primary-light-color) !important; } .highlight .start-tag { color: #b78cfd !important; } .highlight .end-tag { color: #b78cfd !important; } .highlight .comment { color: #86de74 !important; } .highlight .cdata { color: #CC0066 !important; } .highlight .doctype { color: steelblue !important; } .highlight .pi { color: #ff7de9 !important; } .highlight .entity { color: #dea174 !important; } .highlight .attribute-name { color: #86de74 !important; } .highlight .attribute-value { color: #75bfff !important; } .highlight .markupdeclaration { color: steelblue !important; font-style: italic; } .highlight .error, .highlight .error > :-moz-any(.start-tag, .end-tag, .comment, .cdata, .doctype, .pi, .entity, .attribute-name, .attribute-value) { color: #de7474 !important; } }
0.360377
0.117978
.highlight { opacity: 1!important; } .container { margin: 0 auto; width: 1200px; } a { color: #ff0505; } html, body { overflow-x: hidden; } body { min-height: auto; } /**main start **/ .main { width: 100%; z-index: 100; min-width: 1200px; margin: auto; margin-left: -15px; } h1 { margin:150px auto 30px auto; text-align:center;} /*kai_banner_container start*/ .kai_banner_container { width: 100%; height: 550px; position: relative; overflow: hidden; border-radius: 5px; } .kai_banner_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner_container .kai_banner_body a { display: inline-block; width: 100%; background-position: center; } .kai_banner_container .kai_banner_body img { width: 100%; } .kai_banner_container .kai_banner_bottombtns { position: absolute; bottom: 30px; z-index: 200; text-align: center; width: 100%; } .kai_banner_container .kai_banner_bottombtns span { background-size: cover; display: inline-block; width: 120px; height: 60px; border: 1px solid #ddd; border-radius: 5px; opacity: 0.5 } .kai_banner_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; visibility: hidden; } .kai_banner_container:hover .side_btn { visibility: visible; } .kai_banner_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); } /*kai_banner3_container start*/ .kai_banner3_container { width: 980px; position: relative; overflow: hidden; } .kai_banner3_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner3_container .kai_banner_body div { display: inline-block; width: 100%; background-position: center; } .kai_banner3_container .kai_banner_body img { width: 100%; } .kai_banner3_container .kai_banner_bottombtns { position: absolute; bottom: 30px; z-index: 200; text-align: center; width: 100%; } .kai_banner3_container .kai_banner_bottombtns span { background-size: cover; display: inline-block; width: 120px; height: 60px; border: 1px solid #ddd; border-radius: 2px; opacity: 0.5 } .kai_banner3_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; } .kai_banner3_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner3_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner3_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); } /*kai_banner2_container start*/ .kai_banner2_container { width: 100%; position: relative; overflow: hidden; } .kai_banner2_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner2_container .kai_banner_body a { display: inline-block; width: 100%; background-position: center; } .kai_banner2_container .kai_banner_body img { display: block; width: 100%; } .kai_banner2_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; } .kai_banner2_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner2_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner2_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); }
public/assets/img-slider/style/style.css
.highlight { opacity: 1!important; } .container { margin: 0 auto; width: 1200px; } a { color: #ff0505; } html, body { overflow-x: hidden; } body { min-height: auto; } /**main start **/ .main { width: 100%; z-index: 100; min-width: 1200px; margin: auto; margin-left: -15px; } h1 { margin:150px auto 30px auto; text-align:center;} /*kai_banner_container start*/ .kai_banner_container { width: 100%; height: 550px; position: relative; overflow: hidden; border-radius: 5px; } .kai_banner_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner_container .kai_banner_body a { display: inline-block; width: 100%; background-position: center; } .kai_banner_container .kai_banner_body img { width: 100%; } .kai_banner_container .kai_banner_bottombtns { position: absolute; bottom: 30px; z-index: 200; text-align: center; width: 100%; } .kai_banner_container .kai_banner_bottombtns span { background-size: cover; display: inline-block; width: 120px; height: 60px; border: 1px solid #ddd; border-radius: 5px; opacity: 0.5 } .kai_banner_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; visibility: hidden; } .kai_banner_container:hover .side_btn { visibility: visible; } .kai_banner_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); } /*kai_banner3_container start*/ .kai_banner3_container { width: 980px; position: relative; overflow: hidden; } .kai_banner3_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner3_container .kai_banner_body div { display: inline-block; width: 100%; background-position: center; } .kai_banner3_container .kai_banner_body img { width: 100%; } .kai_banner3_container .kai_banner_bottombtns { position: absolute; bottom: 30px; z-index: 200; text-align: center; width: 100%; } .kai_banner3_container .kai_banner_bottombtns span { background-size: cover; display: inline-block; width: 120px; height: 60px; border: 1px solid #ddd; border-radius: 2px; opacity: 0.5 } .kai_banner3_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; } .kai_banner3_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner3_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner3_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); } /*kai_banner2_container start*/ .kai_banner2_container { width: 100%; position: relative; overflow: hidden; } .kai_banner2_container .kai_banner_body { white-space: nowrap; word-space: -4px; letter-spacing: -6px; position: relative; } .kai_banner2_container .kai_banner_body a { display: inline-block; width: 100%; background-position: center; } .kai_banner2_container .kai_banner_body img { display: block; width: 100%; } .kai_banner2_container .side_btn { width: 45px; height: 45px; border-top: 4px solid #fff; border-right: 4px solid #fff; position: absolute; top: 50%; cursor: pointer; z-index: 200; margin: 50px; } .kai_banner2_container .side_btn:hover { border-color: rgba(0,0,0,0.2); border-width: 6px; } .kai_banner2_container .kai_banner_prevbtn { left: 2.5%; transform: translateY(-100%) rotate(225deg); } .kai_banner2_container .kai_banner_nextbtn { right: 2.5%; transform: translateY(-100%) rotate(45deg); }
0.528777
0.121764
label.mobile_menu span { margin-left: 10px; color:#FFF; font-size:1em; display: none; font-family: 'Open Sans', sans-serif; } .nav { /* General Font */ font-family: 'Open Sans', sans-serif; /* General Shape */ position: relative; margin: 0; } ul.nav{ padding:0; list-style:none; } ul.nav > li{ float:left; } /* Main element of the naviagtion */ .nav > li { display: inline-block; } /* Link Style */ .nav > li > a { padding:7px 20px ; display: block; color:#fff; font-size:1.5em; font-weight:700; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; } /* Simple multilevel dropdown */ .nav > li > ul { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:48px; width-min: 100px; text-align: left; margin-top:30px; padding: 0px; z-index: 99; } /* First level appear */ .nav > li:hover > ul { opacity: 1; visibility: visible; margin-top: 0px; } /* Style for dropdown links */ .nav li > ul li{ position: relative; } ul.nav li.active a{ color:#f65e84; } .nav li > ul li a{ color:#fff; background-color:#00aedb; font-size: 1.5em; font-weight: 700; display: block; padding:6px 13px; width: 117px; text-transform:uppercase; position:relative; border-bottom:1px solid #DDD; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; font-family: 'Roboto Condensed', sans-serif; } .nav li > ul li a span.arrow{ width:15px; height:10px; position:absolute; right:5px; top:15px; } .nav > li > ul li:hover { color:#FFF; background:#f78f1d; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; } .nav ul.dropdown2 { color: #FFF; } .nav ul li:hover > a { color:#FFF; background:#f78f1d; } /* Second and third dropdown level */ .nav > li > ul li ul { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:0px; left: 200px; width: 200px; text-align: left; padding: 0px; margin-left: 30px; } .nav > li > ul li ul li:hover { background-color:#FFF; } input#mobile_menu { display: none; } .nav > li > ul li ul li ul { background-color:#FFF; } .nav > li > ul li ul li ul li:hover { color:#0572B8; } /* Second and third level appears */ .nav > li ul li:hover > ul { opacity: 1; visibility: visible; margin-left: 0px; } /* Full width dropdown */ .nav > li > .fulldrop { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:118px; left: 0px; background-color: #0078b3; width: 100%; min-height: 100px; text-align: left; margin-top:30px; padding: 0; z-index: 99; overflow: hidden; } /* Full dropdown appears */ .nav > li:hover .fulldrop { opacity: 1; visibility: visible; margin-top: 0px; } .nav ul li:hover:after { color: white; } /* coldrop based dropdown */ .nav .coldrop { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:118px; background-color: #0078b3; min-height: 100px; text-align: left; margin-top:30px; padding: 0; padding: 0 10px; z-index: 99; } .nav > li:hover .coldrop { opacity: 1; visibility: visible; margin-top: 0px; } .nav .coldrop .column {width: 130px;margin:0 9px;} /* coldrop for full width dropdown */ .nav .column { width: 14.1%; float: left; color:white; margin: 0 0 0 2.2%; } .nav .column ul { padding: 0; margin: 0; } .nav .column ul li { padding: 0; list-style: none; font-size: 11px; } .nav .column h3 { font-size: 14px; padding: 14px 0; font-weight: 400; margin: 5px 0 5px 0; } .nav .column ul li a { display: block; padding: 0 0 15px 0; } .nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li { transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; /* Firefox 4 */ -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */ -o-transition: all 0.1s ease-in-outs; /* Opera */ } /* start megamenu colors */ .nav li a.color1{ background:#00aedb; color: #ffffff; } .nav li a.color2{ background:#8cc63f; color: #ffffff; } .nav li a.color3{ background:#5261ac; color: #ffffff; } .nav li a.color4{ background:#f78f1d; color: #ffffff; } .nav li a.color5{ background:#ff0000; color: #ffffff; } .nav li a.color6{ background:#898989; color: #ffffff; width: 490px; } .nav li a.color7{ background: #ffffff; color: #00aedb; } .nav li span{ position: relative; background: #ffffff; color: #00aedb; display: block; padding: 7px 14px; width: 142px; transition: 0.5s all; -webkit-transition: 0.5s all; } .nav li span > a{ padding-top: 7px; padding-bottom: 7px; font-size:1.5em; font-weight:700; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; } .nav li span > a:hover{ text-decoration:none; } .nav > li:hover > a{ color: #000; background:#fff; } .nav li > ul li a:hover{ text-decoration:none; } @media (max-width:1024px) { .nav > li > ul { width: 180px; } .nav li a.color6 { width: 292px; } } @media(max-width: 800px) { .navigation { float:none; margin:10px 0; } @media only screen and (max-width: 959px) { .nav > li > a{ padding:10px 12px; } @media only screen and (max-width:800px) { .nav { display: none; } label.mobile_menu span { display: inline; } label.mobile_menu { position: relative; display: block; width: 100%; background-color:#ec098d; padding: 10px 0; cursor:pointer; } .nav { padding: 0; } .nav > li > a { border-width:0; } .nav li { width: 100%; text-align: left; margin-left: 0; } .nav > li { border-right: none; position: relative; } .nav > li > a ,.nav li > ul li a{ display:block; font-size:0.85em; } .nav li > ul li a{ width:100%; } .nav li ul, .nav li .fulldrop, .nav li .coldrop { top:33px; } .nav > li { background:none; } .nav li ul { padding: 0; } .nav .fulldrop, .nav .coldrop { width:95%; padding: 0 2.5%; } .nav li > ul li { padding: 18px 0px; } .nav .column, .nav .coldrop .column { width: 94%; padding: 0 3%; } .nav > li > ul { width: 100%; } .nav > li > ul li ul { width: 100%; top:36px; left: 0; margin-top: 30px; z-index: 2; } .nav > li > ul > li:hover ul { margin-top: 0; } #mobile_menu:checked+.nav { display: block; } label.mobile_menu:after { position: absolute; top:-2px; right: 10px; content: "\2261"; font-size: 30px; color: white; } .nav > li > ul li ul li ul { width: 100%; top:43px; left: 0px; margin-left: 0; margin-top: 30px; } .nav > li > ul > li ul li:hover ul{ margin-top: 0; } .nav > li > ul li{ padding:0px 0 0px 0%; width:100%; } .nav > li > ul li ul { margin-left:0; } .nav > li > ul li ul li{ padding: 5px 0 5px 0%; width:100%; } .nav > li > ul li ul li ul li{ padding: 15px 0 15px 0%; width:100%; } .nav ul li.dropdown:after { left: 90%; } /* Disable animation on mobile device */ .nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li { transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; } .nav li a.color6 { width: 100%; } } @media(max-width:320px){ label.mobile_menu { padding: 4px 0; } label.mobile_menu:after { top: -8px; } }
hxx33-RecommendationMovie-master/RecommendationMovie/src/main/webapp/WEB-INF/res/css/nav.css
label.mobile_menu span { margin-left: 10px; color:#FFF; font-size:1em; display: none; font-family: 'Open Sans', sans-serif; } .nav { /* General Font */ font-family: 'Open Sans', sans-serif; /* General Shape */ position: relative; margin: 0; } ul.nav{ padding:0; list-style:none; } ul.nav > li{ float:left; } /* Main element of the naviagtion */ .nav > li { display: inline-block; } /* Link Style */ .nav > li > a { padding:7px 20px ; display: block; color:#fff; font-size:1.5em; font-weight:700; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; } /* Simple multilevel dropdown */ .nav > li > ul { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:48px; width-min: 100px; text-align: left; margin-top:30px; padding: 0px; z-index: 99; } /* First level appear */ .nav > li:hover > ul { opacity: 1; visibility: visible; margin-top: 0px; } /* Style for dropdown links */ .nav li > ul li{ position: relative; } ul.nav li.active a{ color:#f65e84; } .nav li > ul li a{ color:#fff; background-color:#00aedb; font-size: 1.5em; font-weight: 700; display: block; padding:6px 13px; width: 117px; text-transform:uppercase; position:relative; border-bottom:1px solid #DDD; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; font-family: 'Roboto Condensed', sans-serif; } .nav li > ul li a span.arrow{ width:15px; height:10px; position:absolute; right:5px; top:15px; } .nav > li > ul li:hover { color:#FFF; background:#f78f1d; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; } .nav ul.dropdown2 { color: #FFF; } .nav ul li:hover > a { color:#FFF; background:#f78f1d; } /* Second and third dropdown level */ .nav > li > ul li ul { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:0px; left: 200px; width: 200px; text-align: left; padding: 0px; margin-left: 30px; } .nav > li > ul li ul li:hover { background-color:#FFF; } input#mobile_menu { display: none; } .nav > li > ul li ul li ul { background-color:#FFF; } .nav > li > ul li ul li ul li:hover { color:#0572B8; } /* Second and third level appears */ .nav > li ul li:hover > ul { opacity: 1; visibility: visible; margin-left: 0px; } /* Full width dropdown */ .nav > li > .fulldrop { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:118px; left: 0px; background-color: #0078b3; width: 100%; min-height: 100px; text-align: left; margin-top:30px; padding: 0; z-index: 99; overflow: hidden; } /* Full dropdown appears */ .nav > li:hover .fulldrop { opacity: 1; visibility: visible; margin-top: 0px; } .nav ul li:hover:after { color: white; } /* coldrop based dropdown */ .nav .coldrop { opacity: 0; visibility: hidden; position: absolute; list-style: none; top:118px; background-color: #0078b3; min-height: 100px; text-align: left; margin-top:30px; padding: 0; padding: 0 10px; z-index: 99; } .nav > li:hover .coldrop { opacity: 1; visibility: visible; margin-top: 0px; } .nav .coldrop .column {width: 130px;margin:0 9px;} /* coldrop for full width dropdown */ .nav .column { width: 14.1%; float: left; color:white; margin: 0 0 0 2.2%; } .nav .column ul { padding: 0; margin: 0; } .nav .column ul li { padding: 0; list-style: none; font-size: 11px; } .nav .column h3 { font-size: 14px; padding: 14px 0; font-weight: 400; margin: 5px 0 5px 0; } .nav .column ul li a { display: block; padding: 0 0 15px 0; } .nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li { transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; /* Firefox 4 */ -webkit-transition: all 0.1s ease-in-out; /* Safari and Chrome */ -o-transition: all 0.1s ease-in-outs; /* Opera */ } /* start megamenu colors */ .nav li a.color1{ background:#00aedb; color: #ffffff; } .nav li a.color2{ background:#8cc63f; color: #ffffff; } .nav li a.color3{ background:#5261ac; color: #ffffff; } .nav li a.color4{ background:#f78f1d; color: #ffffff; } .nav li a.color5{ background:#ff0000; color: #ffffff; } .nav li a.color6{ background:#898989; color: #ffffff; width: 490px; } .nav li a.color7{ background: #ffffff; color: #00aedb; } .nav li span{ position: relative; background: #ffffff; color: #00aedb; display: block; padding: 7px 14px; width: 142px; transition: 0.5s all; -webkit-transition: 0.5s all; } .nav li span > a{ padding-top: 7px; padding-bottom: 7px; font-size:1.5em; font-weight:700; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; } .nav li span > a:hover{ text-decoration:none; } .nav > li:hover > a{ color: #000; background:#fff; } .nav li > ul li a:hover{ text-decoration:none; } @media (max-width:1024px) { .nav > li > ul { width: 180px; } .nav li a.color6 { width: 292px; } } @media(max-width: 800px) { .navigation { float:none; margin:10px 0; } @media only screen and (max-width: 959px) { .nav > li > a{ padding:10px 12px; } @media only screen and (max-width:800px) { .nav { display: none; } label.mobile_menu span { display: inline; } label.mobile_menu { position: relative; display: block; width: 100%; background-color:#ec098d; padding: 10px 0; cursor:pointer; } .nav { padding: 0; } .nav > li > a { border-width:0; } .nav li { width: 100%; text-align: left; margin-left: 0; } .nav > li { border-right: none; position: relative; } .nav > li > a ,.nav li > ul li a{ display:block; font-size:0.85em; } .nav li > ul li a{ width:100%; } .nav li ul, .nav li .fulldrop, .nav li .coldrop { top:33px; } .nav > li { background:none; } .nav li ul { padding: 0; } .nav .fulldrop, .nav .coldrop { width:95%; padding: 0 2.5%; } .nav li > ul li { padding: 18px 0px; } .nav .column, .nav .coldrop .column { width: 94%; padding: 0 3%; } .nav > li > ul { width: 100%; } .nav > li > ul li ul { width: 100%; top:36px; left: 0; margin-top: 30px; z-index: 2; } .nav > li > ul > li:hover ul { margin-top: 0; } #mobile_menu:checked+.nav { display: block; } label.mobile_menu:after { position: absolute; top:-2px; right: 10px; content: "\2261"; font-size: 30px; color: white; } .nav > li > ul li ul li ul { width: 100%; top:43px; left: 0px; margin-left: 0; margin-top: 30px; } .nav > li > ul > li ul li:hover ul{ margin-top: 0; } .nav > li > ul li{ padding:0px 0 0px 0%; width:100%; } .nav > li > ul li ul { margin-left:0; } .nav > li > ul li ul li{ padding: 5px 0 5px 0%; width:100%; } .nav > li > ul li ul li ul li{ padding: 15px 0 15px 0%; width:100%; } .nav ul li.dropdown:after { left: 90%; } /* Disable animation on mobile device */ .nav > li > ul li ul, .nav li >ul li, .nav > li > .fulldrop, .nav > li > .coldrop, .nav > li > ul, .nav > li { transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; } .nav li a.color6 { width: 100%; } } @media(max-width:320px){ label.mobile_menu { padding: 4px 0; } label.mobile_menu:after { top: -8px; } }
0.325306
0.043224
.navbar-top{ border-radius:0; margin-bottom:0; } .navbar-name{ display:inline-block; width:259px; height:50px; font:bold 20px "微软雅黑"; line-height:50px; color:#f25a24; background:#dddddd; text-align:center; } .navbar-name:hover{ color:#f25a24; text-decoration:none; } #logo{ display:inline; width:30px; height:30px; margin-right:10px; } .navbar-side *{ color:#000000; } #main-menu li a{ border-bottom:1px solid #dddddd; } #main-menu li a:hover,#main-menu li a:focus{ color:#000000; background:#eeeeee; } #main-menu li i{ margin-right:10px; } .active-menu{ color:#ffffff!important; background-color:#f25a24!important; } .active-menu i{ color:#ffffff!important; } .sales-img-div{ padding:20px 30px; background:#202020; cursor:default; } .sales-img-div img{ height:70px; vertical-align:bottom; } .sales-img-div div{ display:inline-block; width:124px; height:70px; text-align:right; padding:12px 0; } .sales-img-div span{ display:inline-block; color:#ffffff; } #sales-name{ font:normal 18px "微软雅黑"; } .arrow{ float:right; } .glyphicon.arrow:before { content:"\e079"; } .active > a > .glyphicon.arrow:before { content:"\e114"; } .nav-second-level li a{ padding-left:40px; } #view{ padding:15px 15px; background:#ffffff; } .breadcrumb li a{ color:#f25a24; } @media(min-width:768px){ .navbar-side{ width:260px; background:#f8f8f8; position:absolute; z-index:1; } #view{ margin:0 0 0 260px; } } #footer{ width:100%; font:normal 15px "微软雅黑"; padding:20px 0; text-align:center; color:#000000; background:#dddddd; z-index:2; } #footer a{ font:normal 15px "微软雅黑"; color:#000000!important; } #footer a:hover,a:focus{ text-decoration:none; } .modal-small{ width:300px; height:60px; margin:0 auto; } .modal-default{ margin:0 auto; } .modal-footer a{ font:normal 16px "微软雅黑"; } input[type='radio']{ width:18px; height:18px; } .a-btn{ font:bold 16px "微软雅黑"; padding:7px 23px; } th,td{ text-align:center; vertical-align:middle !important; } .page{ font:normal 16px "微软雅黑"; text-align:center; margin:20px auto; } textarea{ resize:none; } .grey{ color:#888888; }
guangwang/css/common.css
.navbar-top{ border-radius:0; margin-bottom:0; } .navbar-name{ display:inline-block; width:259px; height:50px; font:bold 20px "微软雅黑"; line-height:50px; color:#f25a24; background:#dddddd; text-align:center; } .navbar-name:hover{ color:#f25a24; text-decoration:none; } #logo{ display:inline; width:30px; height:30px; margin-right:10px; } .navbar-side *{ color:#000000; } #main-menu li a{ border-bottom:1px solid #dddddd; } #main-menu li a:hover,#main-menu li a:focus{ color:#000000; background:#eeeeee; } #main-menu li i{ margin-right:10px; } .active-menu{ color:#ffffff!important; background-color:#f25a24!important; } .active-menu i{ color:#ffffff!important; } .sales-img-div{ padding:20px 30px; background:#202020; cursor:default; } .sales-img-div img{ height:70px; vertical-align:bottom; } .sales-img-div div{ display:inline-block; width:124px; height:70px; text-align:right; padding:12px 0; } .sales-img-div span{ display:inline-block; color:#ffffff; } #sales-name{ font:normal 18px "微软雅黑"; } .arrow{ float:right; } .glyphicon.arrow:before { content:"\e079"; } .active > a > .glyphicon.arrow:before { content:"\e114"; } .nav-second-level li a{ padding-left:40px; } #view{ padding:15px 15px; background:#ffffff; } .breadcrumb li a{ color:#f25a24; } @media(min-width:768px){ .navbar-side{ width:260px; background:#f8f8f8; position:absolute; z-index:1; } #view{ margin:0 0 0 260px; } } #footer{ width:100%; font:normal 15px "微软雅黑"; padding:20px 0; text-align:center; color:#000000; background:#dddddd; z-index:2; } #footer a{ font:normal 15px "微软雅黑"; color:#000000!important; } #footer a:hover,a:focus{ text-decoration:none; } .modal-small{ width:300px; height:60px; margin:0 auto; } .modal-default{ margin:0 auto; } .modal-footer a{ font:normal 16px "微软雅黑"; } input[type='radio']{ width:18px; height:18px; } .a-btn{ font:bold 16px "微软雅黑"; padding:7px 23px; } th,td{ text-align:center; vertical-align:middle !important; } .page{ font:normal 16px "微软雅黑"; text-align:center; margin:20px auto; } textarea{ resize:none; } .grey{ color:#888888; }
0.145601
0.053354
.dialog{ width: 400px; height: relative; left:35%; top:25%; position: absolute; padding: 0%; border-width: 0px; } .dialog_form_title{ text-align: center; font-size: 40px; height: relative; background-color: rgb(30,84,148); color: white; } .dialog_title{ text-align: center; font-size: 40px; height: relative; background-color: rgb(30,84,148); color: white; } .login_form{ position: absolute; z-index: 1000; width: 400px; background-color: rgb(255,255,255); } .button { background-color: white; color: rgb(30,84,148); height: 35px; width: 30%; border: 1px solid rgb(27, 157, 209); border-radius: 5px; padding: 5px 2%; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; opacity: 0.8; outline: none; } .button_login{ background-color: rgb(30,84,148); border: 0px solid; border-radius: 30px; height: 60px; width: 150px; font-size: 24px; color: white; cursor: pointer; outline:none; } .button_signup{ background-color: rgb(255,255,255); border: 0px solid; border-radius: 30px; height: 60px; width: 150px; font-size: 24px; color: black; cursor: pointer; outline:none; } .button:hover { background-color: rgb(27, 157, 209); color: white; height: 35px; width: 30%; padding: 5px 2%; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .inputtxt { background-color: white; color: black; border: 2px solid rgb(27, 157, 209); height: 30px; width: 90%; margin-left: 5%; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .inputtxt:hover { background-color: rgb(27, 157, 209); color: white; height: 30px; width: 90%; margin-left: 5%; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .button_ppt { position: absolute; margin-top: -10%; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .button_ppt_left { position: absolute; background-image: url(left.png); background-size: cover; margin-top: -10%; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .button_ppt_right { position: absolute; background-image: url(right.png); background-size: cover; margin-top: -10%; z-index: 9999; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .loginorsignup { width: 400px; height: relative; left:35%; top:25%; position: absolute; padding: 0%; border-width: 0px; z-index: 999; }
managsys/register/static/register/css/dialog.css
.dialog{ width: 400px; height: relative; left:35%; top:25%; position: absolute; padding: 0%; border-width: 0px; } .dialog_form_title{ text-align: center; font-size: 40px; height: relative; background-color: rgb(30,84,148); color: white; } .dialog_title{ text-align: center; font-size: 40px; height: relative; background-color: rgb(30,84,148); color: white; } .login_form{ position: absolute; z-index: 1000; width: 400px; background-color: rgb(255,255,255); } .button { background-color: white; color: rgb(30,84,148); height: 35px; width: 30%; border: 1px solid rgb(27, 157, 209); border-radius: 5px; padding: 5px 2%; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; opacity: 0.8; outline: none; } .button_login{ background-color: rgb(30,84,148); border: 0px solid; border-radius: 30px; height: 60px; width: 150px; font-size: 24px; color: white; cursor: pointer; outline:none; } .button_signup{ background-color: rgb(255,255,255); border: 0px solid; border-radius: 30px; height: 60px; width: 150px; font-size: 24px; color: black; cursor: pointer; outline:none; } .button:hover { background-color: rgb(27, 157, 209); color: white; height: 35px; width: 30%; padding: 5px 2%; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .inputtxt { background-color: white; color: black; border: 2px solid rgb(27, 157, 209); height: 30px; width: 90%; margin-left: 5%; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .inputtxt:hover { background-color: rgb(27, 157, 209); color: white; height: 30px; width: 90%; margin-left: 5%; padding: 5px 10px; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; cursor: pointer; opacity: 0.8; } .button_ppt { position: absolute; margin-top: -10%; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .button_ppt_left { position: absolute; background-image: url(left.png); background-size: cover; margin-top: -10%; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .button_ppt_right { position: absolute; background-image: url(right.png); background-size: cover; margin-top: -10%; z-index: 9999; color: white; width: 40px; height: 40px; border-radius: 50%; border: 0px solid; cursor: pointer; opacity: 0.7; outline: none; } .loginorsignup { width: 400px; height: relative; left:35%; top:25%; position: absolute; padding: 0%; border-width: 0px; z-index: 999; }
0.46223
0.072276
.footer { position: fixed; bottom: 5px; left: 1rem; font-weight: bold; color: white; /* opacity: 0.5; */ } .footer>a { text-decoration: none; color: orange; } .footer>img { top: 0.25rem; position: relative; } * { font-family: 'Exo 2', sans-serif; margin: 0; user-select: none; } /* Template Code End */ body { overflow: hidden; } :root { --clock-edge: calc(100% - 4rem); --clock-edge-radius: 1rem; --timer-font-size: 3em; --clock-background: #414141; --display-background: #000000; --timer-background: #212121; --timer-color: #aaaaaa; --options-icon: 1rem; --control-button-color: black; --control-background-color: orangered; --correction: 2px; } .clock { height: 100vh; width: 100%; display: grid; /* grid-template-columns: auto auto; */ grid-template-rows: auto auto; background-color: var(--clock-background); } .display { background-color: var(--display-background); border-radius: var(--clock-edge-radius); display: flex; justify-content: center; align-items: center; position: relative; } .timer { cursor: pointer; background-color: var(--timer-background); height: var(--clock-edge); display: flex; position: relative; justify-content: center; align-items: center; width: var(--clock-edge); border-radius: var(--clock-edge-radius); color: var(--timer-color); box-shadow: 0px 0px 10px grey inset; } .timer>span { font-size: var(--timer-font-size); } .options { color: orangered; position: absolute; bottom: var(--options-icon); right: var(--options-icon); } .container { position: relative; } .clockcontrol { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: fit-content; width: fit-content; } .controls { color: var(--control-background-color); display: inline-flex; } .fa-stack-1x { color: var(--control-button-color); /* top: var(--correction); */ } .fa { cursor: pointer; } @media only screen and (min-width: 500px) { .clock { grid-template-columns: auto auto; grid-template-rows: unset; } .fa-stack { display: block; } .timer>span { width: 30vw; text-align: center; } .controls { display: grid; } } .stop, .running, .pause, .play { display: none; } .hide { display: none; } .show { display: block; } .active { background-color: gold; color: black; } .overlay { background-color: rgba(0, 0, 0, 0.5); height: 100vh; width: 100vw; top: 0; position: fixed; display: none; backdrop-filter: blur(6px); } .controls>span { margin: auto; } .help { text-align: center; display: none; color: white; top: 50%; left: 50%; position: fixed; transform: translate(-50%, -50%); } p { text-align: left; } .close { margin: auto; } h1, .close { padding: 1rem 0; } .danger { animation: mymove 1s infinite; } @keyframes mymove { 0% { background-color: gold; } 50% { background-color: orangered; } 100% { background-color: gold; } } .timesUp { background-color: red; color: black; }
30ChessClock/css/style.css
.footer { position: fixed; bottom: 5px; left: 1rem; font-weight: bold; color: white; /* opacity: 0.5; */ } .footer>a { text-decoration: none; color: orange; } .footer>img { top: 0.25rem; position: relative; } * { font-family: 'Exo 2', sans-serif; margin: 0; user-select: none; } /* Template Code End */ body { overflow: hidden; } :root { --clock-edge: calc(100% - 4rem); --clock-edge-radius: 1rem; --timer-font-size: 3em; --clock-background: #414141; --display-background: #000000; --timer-background: #212121; --timer-color: #aaaaaa; --options-icon: 1rem; --control-button-color: black; --control-background-color: orangered; --correction: 2px; } .clock { height: 100vh; width: 100%; display: grid; /* grid-template-columns: auto auto; */ grid-template-rows: auto auto; background-color: var(--clock-background); } .display { background-color: var(--display-background); border-radius: var(--clock-edge-radius); display: flex; justify-content: center; align-items: center; position: relative; } .timer { cursor: pointer; background-color: var(--timer-background); height: var(--clock-edge); display: flex; position: relative; justify-content: center; align-items: center; width: var(--clock-edge); border-radius: var(--clock-edge-radius); color: var(--timer-color); box-shadow: 0px 0px 10px grey inset; } .timer>span { font-size: var(--timer-font-size); } .options { color: orangered; position: absolute; bottom: var(--options-icon); right: var(--options-icon); } .container { position: relative; } .clockcontrol { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: fit-content; width: fit-content; } .controls { color: var(--control-background-color); display: inline-flex; } .fa-stack-1x { color: var(--control-button-color); /* top: var(--correction); */ } .fa { cursor: pointer; } @media only screen and (min-width: 500px) { .clock { grid-template-columns: auto auto; grid-template-rows: unset; } .fa-stack { display: block; } .timer>span { width: 30vw; text-align: center; } .controls { display: grid; } } .stop, .running, .pause, .play { display: none; } .hide { display: none; } .show { display: block; } .active { background-color: gold; color: black; } .overlay { background-color: rgba(0, 0, 0, 0.5); height: 100vh; width: 100vw; top: 0; position: fixed; display: none; backdrop-filter: blur(6px); } .controls>span { margin: auto; } .help { text-align: center; display: none; color: white; top: 50%; left: 50%; position: fixed; transform: translate(-50%, -50%); } p { text-align: left; } .close { margin: auto; } h1, .close { padding: 1rem 0; } .danger { animation: mymove 1s infinite; } @keyframes mymove { 0% { background-color: gold; } 50% { background-color: orangered; } 100% { background-color: gold; } } .timesUp { background-color: red; color: black; }
0.677474
0.126111
body { background-color: #121212 !important; } ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #151318; } /* Handle */ ::-webkit-scrollbar-thumb { background:#03dac6; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #03dac5c4; } /* Commented out due to causing issues and making everything scrollable * { overflow-y: auto !important; } */ .navbar { background-color: #000000; display: flex; align-items: center; position: fixed; width: 100%; z-index: 1; } .navbar-start { display: flex; } .logo-text { margin-left: 15px; color: rgb(255, 255, 255, 0.93); } .logo-text:hover { color: #cc0631; } .logo-box { display: flex; align-items: center; } .logo-img { width: auto; height: 70px; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; } .navbar-end { display: flex; justify-content: flex-end; position: absolute; right: 0; margin-right: 30px; } .nav-link { font-size: 2rem; padding-left: 5px; padding-right: 5px; color: rgb(255, 255, 255, 0.93); margin-left: 12px; margin-right: 12px; font-family: 'Bebas Neue', cursive; } .nav-link:hover { color: #03dac6; } .dropdown { background-color: #222222; display: flex; } .dropdown-btn { display: flex; padding-right: 10px; } .dropdown-item-btn { background-color: #ffffff !important; color: #222222 !important; padding-right: 40px; width: 100px; } .dropdown-title { margin-left: 15px !important; } .ncaabb-btn { background-color: #ffffff !important; color: #222222 !important; width: 100px; } .ncaa-header { font-weight: bold !important; } .hero { background-size: cover; position: relative; color: white; } .video-bg { width: 100%; /* padding-top: 60px; */ background-color: black; } .banner { position: relative; text-align: center; height: 600px; width: 100%; overflow-y: hidden !important; } .banner img { width: 100%; height: 100%; opacity: .8; -webkit-filter: grayscale(80%); filter: grayscale(80%); object-fit: cover; object-position: center !important; } .banner-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; height: 10rem !important; overflow: visible !important; opacity: .69; font-weight: bold; color: white; } .banner-details { position: absolute; top: 95.6%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; overflow: visible !important; font-weight: bold; color: white; background-color: rgb(0,0,0,.35); padding-right: 10px; padding-left: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; width: 65%; } .banner-details-small { position: absolute; top: 95.6%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; overflow: visible !important; font-weight: bold; color: white; background-color: rgb(0,0,0,.35); padding-right: 10px; padding-left: 10px; padding-bottom: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; width: 345px; } .banner-title-one { color: white; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title-two { color: #cc0631; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title-three { color: white; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title { font-size: 2.5rem; } .banner-title-small { font-size: 1.5rem; text-align: center; display: grid; justify-content: center; align-items: center; } .hero-img { height: 400px; width: 100vw; } .hero-text { font-size: 150%; text-align: center; margin: 4px; font-family: 'Permanent Marker', cursive; } .hero-text-box { background-color: rgb(38,45,45, .5); width: 30%; position: absolute; left: 35%; bottom: 5.5px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 130px; padding-top: 5px; min-width: 370px; } .search-input { margin-bottom: 20px; } .logout-btn { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.2rem !important; margin-left: 12px; margin-right: 12px; } .login { margin-left: auto; margin-right: auto; margin-top: 50px; max-width: 800px; min-width: 275px; } .login-form { margin: auto; max-width: 800px; min-width: 275px; } .login-header { color: white; text-align: center; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .login-btn { background-color: #c38fff !important; color: #00221e !important; font-size: 2rem !important; font-family: 'Teko', sans-serif; } .confirm-done { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; color: #E8E8E8; font-size: 1.5rem !important; text-align: center; } .confirm-button { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.2rem !important; margin-left: 12px; margin-right: 12px; } .email-no-confirm { margin-left: auto; margin-right: auto; margin: auto; background-color: #f11c1c; padding: 30px; border-radius: 10px; color: #E8E8E8; text-align: center; font-size: 1rem; max-width: 40%; } .forgot-password { margin-top: 17px; font-size: 1.3rem; } .go-back-btn { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.9rem !important; font-family: 'Teko', sans-serif; } .saveEvent { background: transparent; background-color: none; } .search-box { margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 30px; max-width: 800px; } .search-label { color: rgb(255, 255, 255, 0.87); font-family: 'Teko', sans-serif; font-size: 1.7rem; } .search-form { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; min-width: 275px; margin-top: 30px; } .search-header { text-align: center; color: #E8E8E8; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .search-btn { margin: auto; text-align: center; font-size: 1.8rem !important; font-family: 'Teko', sans-serif; } .signup-box { margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 800px; min-width: 275px; } .signup-form { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; max-width: 800px; min-width: 275px; } .signup-confirm { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; color: #E8E8E8; font-size: 1.5rem !important; text-align: center; } .signup-header { text-align: center; color: #E8E8E8; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .signup-btn { margin: auto; text-align: center; font-size: 1.5rem !important; font-size: 1.8rem !important; font-family: 'Teko', sans-serif; } .signup-label { color: rgb(255, 255, 255, 0.87); font-family: 'Teko', sans-serif; font-size: 1.7rem; } .submit-btn { margin-left: auto; margin-right: auto; margin-top: 20px; background-color: #c38fff !important; color: #00221e !important; font-size: 1.7rem !important; padding-left: 25%; padding-right: 25%; } .form-input { margin: auto; background: #e8f0fe !important; border-color: rgb(204, 204, 204) !important; } .results-card { margin-bottom: 15px; } .result-date { margin-top: 15px !important; } .health-check { background-color: #222222; color: white; align-content: center; vertical-align: auto; border-radius: 5px; padding: 4px; margin-top: 40px !important; } .container { width: 85%; max-width: 1200px; margin-left: auto; margin-right: auto; } .find-ticket-text { color: white; font-size: .9rem !important; } .buy-ticket-text { color: white; font-size: 2rem !important; } .price-card { margin: 9px; margin-top: 18px; } .price { text-align: center; font-size: 3rem !important; margin-top: 10px !important; } .price-box { border-top: 3px solid rgb(0, 0, 0, 0.3); } .buy-ticket-btn { text-align: center; margin-bottom: 20px; } .saved-events-text { color: rgb(255, 255, 255, 0.87); text-align: center; font-size: 4rem; margin-top: 20px !important; margin-bottom: 20px !important; font-family: 'Teko', sans-serif; } .heart-button { z-index: 100 !important; } .heart-icon, .heart-icon path { z-index: 2 !important; } .find-ticket-small { font-size: 2rem !important; position: relative; left: 10px; bottom: 10px; } .find-ticket-text-small { color: white !important; } .topnav { overflow: hidden; background-color: #333; position: relative; } /* Hide the links inside the navigation menu (except for logo/home) */ .topnav #myLinks { display: none; } /* Style navigation menu links */ .topnav a { color: white; padding: 14px 16px; text-decoration: none; font-size: 17px; display: block; } /* Style the hamburger menu */ .topnav a.icon { background: black; display: block; position: absolute; right: 0; top: 0; } /* Add a grey background color on mouse-over */ .topnav a:hover { background-color: #ddd; color: black; } /* Style the active link (or home/logo) */ .active { background-color: #04AA6D; color: white; } .pagenotfound-image { display: flex; justify-content: center; } .pagenotfound-image img { border-radius: 60%; } /* .pagenotfound { display: flex !important; justify-content: center !important; } */ .pagenotfound-text { text-align: center; color: white; font-size: 3rem; }
client/public/style.css
body { background-color: #121212 !important; } ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { background: #151318; } /* Handle */ ::-webkit-scrollbar-thumb { background:#03dac6; border-radius: 10px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #03dac5c4; } /* Commented out due to causing issues and making everything scrollable * { overflow-y: auto !important; } */ .navbar { background-color: #000000; display: flex; align-items: center; position: fixed; width: 100%; z-index: 1; } .navbar-start { display: flex; } .logo-text { margin-left: 15px; color: rgb(255, 255, 255, 0.93); } .logo-text:hover { color: #cc0631; } .logo-box { display: flex; align-items: center; } .logo-img { width: auto; height: 70px; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; } .navbar-end { display: flex; justify-content: flex-end; position: absolute; right: 0; margin-right: 30px; } .nav-link { font-size: 2rem; padding-left: 5px; padding-right: 5px; color: rgb(255, 255, 255, 0.93); margin-left: 12px; margin-right: 12px; font-family: 'Bebas Neue', cursive; } .nav-link:hover { color: #03dac6; } .dropdown { background-color: #222222; display: flex; } .dropdown-btn { display: flex; padding-right: 10px; } .dropdown-item-btn { background-color: #ffffff !important; color: #222222 !important; padding-right: 40px; width: 100px; } .dropdown-title { margin-left: 15px !important; } .ncaabb-btn { background-color: #ffffff !important; color: #222222 !important; width: 100px; } .ncaa-header { font-weight: bold !important; } .hero { background-size: cover; position: relative; color: white; } .video-bg { width: 100%; /* padding-top: 60px; */ background-color: black; } .banner { position: relative; text-align: center; height: 600px; width: 100%; overflow-y: hidden !important; } .banner img { width: 100%; height: 100%; opacity: .8; -webkit-filter: grayscale(80%); filter: grayscale(80%); object-fit: cover; object-position: center !important; } .banner-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; height: 10rem !important; overflow: visible !important; opacity: .69; font-weight: bold; color: white; } .banner-details { position: absolute; top: 95.6%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; overflow: visible !important; font-weight: bold; color: white; background-color: rgb(0,0,0,.35); padding-right: 10px; padding-left: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; width: 65%; } .banner-details-small { position: absolute; top: 95.6%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; overflow: visible !important; font-weight: bold; color: white; background-color: rgb(0,0,0,.35); padding-right: 10px; padding-left: 10px; padding-bottom: 30px; border-top-left-radius: 10px; border-top-right-radius: 10px; width: 345px; } .banner-title-one { color: white; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title-two { color: #cc0631; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title-three { color: white; padding-right: 10px; margin: 0; font-family: 'Teko', sans-serif; } .banner-title { font-size: 2.5rem; } .banner-title-small { font-size: 1.5rem; text-align: center; display: grid; justify-content: center; align-items: center; } .hero-img { height: 400px; width: 100vw; } .hero-text { font-size: 150%; text-align: center; margin: 4px; font-family: 'Permanent Marker', cursive; } .hero-text-box { background-color: rgb(38,45,45, .5); width: 30%; position: absolute; left: 35%; bottom: 5.5px; border-top-left-radius: 10px; border-top-right-radius: 10px; height: 130px; padding-top: 5px; min-width: 370px; } .search-input { margin-bottom: 20px; } .logout-btn { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.2rem !important; margin-left: 12px; margin-right: 12px; } .login { margin-left: auto; margin-right: auto; margin-top: 50px; max-width: 800px; min-width: 275px; } .login-form { margin: auto; max-width: 800px; min-width: 275px; } .login-header { color: white; text-align: center; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .login-btn { background-color: #c38fff !important; color: #00221e !important; font-size: 2rem !important; font-family: 'Teko', sans-serif; } .confirm-done { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; color: #E8E8E8; font-size: 1.5rem !important; text-align: center; } .confirm-button { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.2rem !important; margin-left: 12px; margin-right: 12px; } .email-no-confirm { margin-left: auto; margin-right: auto; margin: auto; background-color: #f11c1c; padding: 30px; border-radius: 10px; color: #E8E8E8; text-align: center; font-size: 1rem; max-width: 40%; } .forgot-password { margin-top: 17px; font-size: 1.3rem; } .go-back-btn { background-color: #03dac6 !important; color: #00221e !important; font-size: 1.9rem !important; font-family: 'Teko', sans-serif; } .saveEvent { background: transparent; background-color: none; } .search-box { margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 30px; max-width: 800px; } .search-label { color: rgb(255, 255, 255, 0.87); font-family: 'Teko', sans-serif; font-size: 1.7rem; } .search-form { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; min-width: 275px; margin-top: 30px; } .search-header { text-align: center; color: #E8E8E8; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .search-btn { margin: auto; text-align: center; font-size: 1.8rem !important; font-family: 'Teko', sans-serif; } .signup-box { margin-left: auto; margin-right: auto; margin-top: 30px; max-width: 800px; min-width: 275px; } .signup-form { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; max-width: 800px; min-width: 275px; } .signup-confirm { margin: auto; background-color: #25282a; padding: 30px; border-radius: 10px; color: #E8E8E8; font-size: 1.5rem !important; text-align: center; } .signup-header { text-align: center; color: #E8E8E8; font-family: 'Teko', sans-serif; font-size: 2.5rem; } .signup-btn { margin: auto; text-align: center; font-size: 1.5rem !important; font-size: 1.8rem !important; font-family: 'Teko', sans-serif; } .signup-label { color: rgb(255, 255, 255, 0.87); font-family: 'Teko', sans-serif; font-size: 1.7rem; } .submit-btn { margin-left: auto; margin-right: auto; margin-top: 20px; background-color: #c38fff !important; color: #00221e !important; font-size: 1.7rem !important; padding-left: 25%; padding-right: 25%; } .form-input { margin: auto; background: #e8f0fe !important; border-color: rgb(204, 204, 204) !important; } .results-card { margin-bottom: 15px; } .result-date { margin-top: 15px !important; } .health-check { background-color: #222222; color: white; align-content: center; vertical-align: auto; border-radius: 5px; padding: 4px; margin-top: 40px !important; } .container { width: 85%; max-width: 1200px; margin-left: auto; margin-right: auto; } .find-ticket-text { color: white; font-size: .9rem !important; } .buy-ticket-text { color: white; font-size: 2rem !important; } .price-card { margin: 9px; margin-top: 18px; } .price { text-align: center; font-size: 3rem !important; margin-top: 10px !important; } .price-box { border-top: 3px solid rgb(0, 0, 0, 0.3); } .buy-ticket-btn { text-align: center; margin-bottom: 20px; } .saved-events-text { color: rgb(255, 255, 255, 0.87); text-align: center; font-size: 4rem; margin-top: 20px !important; margin-bottom: 20px !important; font-family: 'Teko', sans-serif; } .heart-button { z-index: 100 !important; } .heart-icon, .heart-icon path { z-index: 2 !important; } .find-ticket-small { font-size: 2rem !important; position: relative; left: 10px; bottom: 10px; } .find-ticket-text-small { color: white !important; } .topnav { overflow: hidden; background-color: #333; position: relative; } /* Hide the links inside the navigation menu (except for logo/home) */ .topnav #myLinks { display: none; } /* Style navigation menu links */ .topnav a { color: white; padding: 14px 16px; text-decoration: none; font-size: 17px; display: block; } /* Style the hamburger menu */ .topnav a.icon { background: black; display: block; position: absolute; right: 0; top: 0; } /* Add a grey background color on mouse-over */ .topnav a:hover { background-color: #ddd; color: black; } /* Style the active link (or home/logo) */ .active { background-color: #04AA6D; color: white; } .pagenotfound-image { display: flex; justify-content: center; } .pagenotfound-image img { border-radius: 60%; } /* .pagenotfound { display: flex !important; justify-content: center !important; } */ .pagenotfound-text { text-align: center; color: white; font-size: 3rem; }
0.398641
0.081337
html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin:0; background: #f2f4f6; } .swagger-ui .topbar { background: #fff; padding: 15px 0; } .topbar-wrapper .link * { display: none; } .topbar-wrapper .link { width: 100px; height: 40px; } .topbar-wrapper .link:after { content: ""; display: block; background: url(https://contattafiles.s3-us-west-1.amazonaws.com/tnt19836/busLCPhoBfaD_-N/SmartCash%20WebWLogo3.png) no-repeat; background-size: contain; width: 100%; height: 100%; } .swagger-ui section.models { background: #ffffff40; } .swagger-ui .topbar .download-url-wrapper .select-label select { border: 1px solid #ffc80b; } /* */ .swagger-ui .opblock {margin: 10px 20px;} .opblock-tag-section {background: #fff;margin: 10px 0;border-radius: 4px;border: 0;box-shadow: 0 3px 6px 0 rgba(53, 56, 61, 0.05);overflow:hidden} .opblock-tag-section .opblock-tag {padding: 10px 20px 10px 40px;color: #354052;position:relative;border: 0;margin:0;background: #fbfbfb;} .opblock-tag-section .opblock-tag:after {content:"";display:block;position:absolute;border-width:5px;border-style:solid;border-color: #354052 transparent transparent transparent;margin: auto;top: 6px;bottom: 0;height: 5px;left: 14px;} .opblock-tag-section.is-open .opblock-tag {box-shadow: 0 1px 1px 0 rgba(53, 56, 61, 0.1);} .opblock-tag-section.is-open .opblock-tag:after {border-color: transparent transparent #354052 transparent;top:0px;} .swagger-container .swagger-ui { max-width: 990px; margin: 0 auto; width: 90%; } /* */ .swagger-ui .opblock.opblock-get .opblock-summary { border-color: #ffc80b; } .swagger-ui .opblock.opblock-get .opblock-summary-method { background: #ffc80b; } .swagger-ui .opblock.opblock-get { border-color: #ffc80b; background: rgba(255, 200, 11, 0.10); } .swagger-ui .opblock.opblock-post .opblock-summary { border-color: #7f8fa4; } .swagger-ui .opblock.opblock-post .opblock-summary-method { background: #7f8fa4; } .swagger-ui .opblock.opblock-post { border-color: #7f8fa4; background: rgba(126, 142, 164, .1); }
SAPI.API/wwwroot/swagger/custom.css
html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin:0; background: #f2f4f6; } .swagger-ui .topbar { background: #fff; padding: 15px 0; } .topbar-wrapper .link * { display: none; } .topbar-wrapper .link { width: 100px; height: 40px; } .topbar-wrapper .link:after { content: ""; display: block; background: url(https://contattafiles.s3-us-west-1.amazonaws.com/tnt19836/busLCPhoBfaD_-N/SmartCash%20WebWLogo3.png) no-repeat; background-size: contain; width: 100%; height: 100%; } .swagger-ui section.models { background: #ffffff40; } .swagger-ui .topbar .download-url-wrapper .select-label select { border: 1px solid #ffc80b; } /* */ .swagger-ui .opblock {margin: 10px 20px;} .opblock-tag-section {background: #fff;margin: 10px 0;border-radius: 4px;border: 0;box-shadow: 0 3px 6px 0 rgba(53, 56, 61, 0.05);overflow:hidden} .opblock-tag-section .opblock-tag {padding: 10px 20px 10px 40px;color: #354052;position:relative;border: 0;margin:0;background: #fbfbfb;} .opblock-tag-section .opblock-tag:after {content:"";display:block;position:absolute;border-width:5px;border-style:solid;border-color: #354052 transparent transparent transparent;margin: auto;top: 6px;bottom: 0;height: 5px;left: 14px;} .opblock-tag-section.is-open .opblock-tag {box-shadow: 0 1px 1px 0 rgba(53, 56, 61, 0.1);} .opblock-tag-section.is-open .opblock-tag:after {border-color: transparent transparent #354052 transparent;top:0px;} .swagger-container .swagger-ui { max-width: 990px; margin: 0 auto; width: 90%; } /* */ .swagger-ui .opblock.opblock-get .opblock-summary { border-color: #ffc80b; } .swagger-ui .opblock.opblock-get .opblock-summary-method { background: #ffc80b; } .swagger-ui .opblock.opblock-get { border-color: #ffc80b; background: rgba(255, 200, 11, 0.10); } .swagger-ui .opblock.opblock-post .opblock-summary { border-color: #7f8fa4; } .swagger-ui .opblock.opblock-post .opblock-summary-method { background: #7f8fa4; } .swagger-ui .opblock.opblock-post { border-color: #7f8fa4; background: rgba(126, 142, 164, .1); }
0.552057
0.070017
* GLOBAL STYLES *********************************************/ body { background: white; background-color: white; } .reveal { font-family: "News706BT-RomanC",Georgia; font-size: 36px; font-weight: normal; letter-spacing: -0.02em; color: black; } ::selection { color: white; background: rgba(0, 0, 0, 0.99); text-shadow: none; } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-family: "PFDinTextCompProBold", Impact, Arial; line-height: 1; text-shadow: none; } /********************************************* * IMAGES *********************************************/ .reveal section img { background: rgba(255, 255, 255, 0.12); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); border-color: darkblue; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } .reveal section .loader-wrapper img, .loader-wrapper .loader--loading img { border: 1px solid transparent !important; margin: 0px 0px !important; } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { border-right-color: darkblue; } .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { border-left-color: darkblue; } .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { border-bottom-color: darkblue; } .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { border-top-color: darkblue; } .reveal .controls div.navigate-left.enabled:hover { border-right-color: #0000f1; } .reveal .controls div.navigate-right.enabled:hover { border-left-color: #0000f1; } .reveal .controls div.navigate-up.enabled:hover { border-bottom-color: #0000f1; } .reveal .controls div.navigate-down.enabled:hover { border-top-color: #0000f1; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0, 0, 0, 0.2); } .reveal .progress span { background: darkblue; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* * SLIDE NUMBER *********************************************/ .reveal .slide-number { color: darkblue; }
styles/ga_theme.css
* GLOBAL STYLES *********************************************/ body { background: white; background-color: white; } .reveal { font-family: "News706BT-RomanC",Georgia; font-size: 36px; font-weight: normal; letter-spacing: -0.02em; color: black; } ::selection { color: white; background: rgba(0, 0, 0, 0.99); text-shadow: none; } /********************************************* * HEADERS *********************************************/ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { font-family: "PFDinTextCompProBold", Impact, Arial; line-height: 1; text-shadow: none; } /********************************************* * IMAGES *********************************************/ .reveal section img { background: rgba(255, 255, 255, 0.12); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } .reveal a:hover img { background: rgba(255, 255, 255, 0.2); border-color: darkblue; box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); } .reveal section .loader-wrapper img, .loader-wrapper .loader--loading img { border: 1px solid transparent !important; margin: 0px 0px !important; } /********************************************* * NAVIGATION CONTROLS *********************************************/ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled { border-right-color: darkblue; } .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled { border-left-color: darkblue; } .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled { border-bottom-color: darkblue; } .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled { border-top-color: darkblue; } .reveal .controls div.navigate-left.enabled:hover { border-right-color: #0000f1; } .reveal .controls div.navigate-right.enabled:hover { border-left-color: #0000f1; } .reveal .controls div.navigate-up.enabled:hover { border-bottom-color: #0000f1; } .reveal .controls div.navigate-down.enabled:hover { border-top-color: #0000f1; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { background: rgba(0, 0, 0, 0.2); } .reveal .progress span { background: darkblue; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } /********************************************* * SLIDE NUMBER *********************************************/ .reveal .slide-number { color: darkblue; }
0.51562
0.051774
div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar { background: #fff; bottom: -1px; position: absolute; width: 100%; } div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar > div:first-child { width: 100%; } .blockswp-share-block-settings-section { border-right: 1px solid #e2e4e7; float: left; height: 100%; overflow: hidden; padding: 15px; width: 58%; } .blockswp-share-block-settings-section:first-child .blockswp-share-block-setting { width: 20%; } .blockswp-share-block-settings-section:nth-child(2) { background: #f9f9f9; border: none; width: 42%; } .blockswp-share-block-settings { width: 100%; } .blockswp-share-block-settings-section-title { display: block; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; line-height: 1; margin-bottom: 10px; } .blockswp-share-block-setting { float: left; margin: 10px 15px 0 0; } .blockswp-share-block-setting:last-child { margin-right: 0; } .blockswp-share-block-setting label { display: block; font-size: 13px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; line-height: 1; } .blockswp-share-block-setting label span { display: block; } .blockswp-share-block-setting input[type=checkbox] { height: 25px; margin-top: 5px; text-align: center; width: 25px; } .blockswp-share-block-setting input[type=checkbox]:before { font-size: 30px; margin: -2px -5px; } .blockswp-share-block-setting input[type=number] { margin-top: 5px; } .blockswp-share-block { color: #fff; } .blockswp-share-block-setting input[type=checkbox][value=false]:before { display: none; } .blockswp-share-block div[role=button] { color: #222; } .blockswp-share-block div[role=button] > div:not(.SocialMediaShareCount) { color: #fff; width: auto !important; height: auto !important; } .SocialMediaShareCount { color: #222; text-align: center; }
www/wp-content/plugins/share-block/editor.css
div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar { background: #fff; bottom: -1px; position: absolute; width: 100%; } div[data-type="blockswp/share-block"] .editor-block-contextual-toolbar .editor-block-toolbar > div:first-child { width: 100%; } .blockswp-share-block-settings-section { border-right: 1px solid #e2e4e7; float: left; height: 100%; overflow: hidden; padding: 15px; width: 58%; } .blockswp-share-block-settings-section:first-child .blockswp-share-block-setting { width: 20%; } .blockswp-share-block-settings-section:nth-child(2) { background: #f9f9f9; border: none; width: 42%; } .blockswp-share-block-settings { width: 100%; } .blockswp-share-block-settings-section-title { display: block; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; line-height: 1; margin-bottom: 10px; } .blockswp-share-block-setting { float: left; margin: 10px 15px 0 0; } .blockswp-share-block-setting:last-child { margin-right: 0; } .blockswp-share-block-setting label { display: block; font-size: 13px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; line-height: 1; } .blockswp-share-block-setting label span { display: block; } .blockswp-share-block-setting input[type=checkbox] { height: 25px; margin-top: 5px; text-align: center; width: 25px; } .blockswp-share-block-setting input[type=checkbox]:before { font-size: 30px; margin: -2px -5px; } .blockswp-share-block-setting input[type=number] { margin-top: 5px; } .blockswp-share-block { color: #fff; } .blockswp-share-block-setting input[type=checkbox][value=false]:before { display: none; } .blockswp-share-block div[role=button] { color: #222; } .blockswp-share-block div[role=button] > div:not(.SocialMediaShareCount) { color: #fff; width: auto !important; height: auto !important; } .SocialMediaShareCount { color: #222; text-align: center; }
0.347759
0.091626
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } .rect { height: 15rem; width: 15rem; position: fixed; top: -10%; left: -5%; z-index: -1; background-color: #61b672; animation: rotate 8s linear infinite; } .small { background-color: #FBF5F3; height: 10rem; width: 10rem; position: fixed; inset: auto; bottom: -10%; right: -5%; } @keyframes rotate { to { transform: rotate(360deg); } } body { background: radial-gradient(circle at center, rgb(47, 70, 104), rgb(20, 21, 57)); min-height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: space-evenly; } h1 { font-weight: 500; font-size: 2.5rem; color: #FBF5F3; max-width: 560px; margin: 0.5rem auto; text-align: center; width: 85vw; border-radius: 0.5rem; } .section1 span { color: rgba(255, 255, 255, 0.904); font-size: 3rem; white-space: nowrap; letter-spacing: .15em; } @keyframes blink-caret { from, to { color: transparent } 50% { color: #20C20E; } } .center { display: flex; justify-content: center; align-items: center; } .black { background-color: black; padding: 0 1rem; text-align: center; } span { padding-right: 0.3rem; font-size: 1.5rem; font-weight: 400; color: #20C20E; text-align: center; } [caret] { font-weight: 400; font-size: 2rem; animation: blink-caret .75s step-end infinite; } p { font-size: 2rem; color: white; } .cards { flex-wrap: wrap; justify-content:left; max-width: 48rem; margin: 2rem auto; } footer { display: flex; max-width: 50rem; margin: 0 auto; width: 100vw; justify-content: space-between; } img { transition: 0.5s; height: 50%; } .card:hover img { filter: drop-shadow(0 0 20px rgb(175, 175, 175)); } button:hover { cursor: pointer; background-color: transparent; } .card { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; overflow: hidden; width: 12rem; height: 15rem; float: left; transition: 0.5s; margin:1rem 2rem; backdrop-filter: blur(1rem); box-shadow: 5px 0 20px rgba(0, 0, 0, 0.493); } .right{ float: right; } button { color: rgb(255, 255, 255); border: none; border-radius: 5px; font-size: 1.5rem; font-weight: 400; padding: 0 1rem; margin: 1rem; background-color: rgb(252, 139, 36); transition: 0.5s; border: 2px solid rgb(252, 139, 36); } .hide { transform: scale(0); width: 0; height: 0; margin: 0 !important; } footer div { padding: 1rem 1rem !important; margin: 1rem; border-radius: 0.3rem; } #scoreboard { text-align: center; float: left; width: 12rem; margin:0 2rem; } .remove { width: 0; margin: 0; transform: scale(0); } .removebtn button { transform: translate(0,200%); } .removebtn img{ transform: translate(0,35%); } .removebtn p{ transform: translate(0,80%); } @media screen and (max-width:768px) { .card{ width: 5.6rem; margin: 2rem 0.5rem; justify-content: space-around; } .remove { width: 0; margin: 0; transform: scale(0); } img{ height: 40%; } button{ font-size: 1rem; margin: 0; padding: 0; } #scoreboard { text-align: center; float: left; width: 5.6rem; margin:2rem 0.5rem; } p { font-size: 1.3rem; } }
Rock-Paper-Scissors/style.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } .rect { height: 15rem; width: 15rem; position: fixed; top: -10%; left: -5%; z-index: -1; background-color: #61b672; animation: rotate 8s linear infinite; } .small { background-color: #FBF5F3; height: 10rem; width: 10rem; position: fixed; inset: auto; bottom: -10%; right: -5%; } @keyframes rotate { to { transform: rotate(360deg); } } body { background: radial-gradient(circle at center, rgb(47, 70, 104), rgb(20, 21, 57)); min-height: 100vh; width: 100vw; display: flex; flex-direction: column; justify-content: space-evenly; } h1 { font-weight: 500; font-size: 2.5rem; color: #FBF5F3; max-width: 560px; margin: 0.5rem auto; text-align: center; width: 85vw; border-radius: 0.5rem; } .section1 span { color: rgba(255, 255, 255, 0.904); font-size: 3rem; white-space: nowrap; letter-spacing: .15em; } @keyframes blink-caret { from, to { color: transparent } 50% { color: #20C20E; } } .center { display: flex; justify-content: center; align-items: center; } .black { background-color: black; padding: 0 1rem; text-align: center; } span { padding-right: 0.3rem; font-size: 1.5rem; font-weight: 400; color: #20C20E; text-align: center; } [caret] { font-weight: 400; font-size: 2rem; animation: blink-caret .75s step-end infinite; } p { font-size: 2rem; color: white; } .cards { flex-wrap: wrap; justify-content:left; max-width: 48rem; margin: 2rem auto; } footer { display: flex; max-width: 50rem; margin: 0 auto; width: 100vw; justify-content: space-between; } img { transition: 0.5s; height: 50%; } .card:hover img { filter: drop-shadow(0 0 20px rgb(175, 175, 175)); } button:hover { cursor: pointer; background-color: transparent; } .card { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px; overflow: hidden; width: 12rem; height: 15rem; float: left; transition: 0.5s; margin:1rem 2rem; backdrop-filter: blur(1rem); box-shadow: 5px 0 20px rgba(0, 0, 0, 0.493); } .right{ float: right; } button { color: rgb(255, 255, 255); border: none; border-radius: 5px; font-size: 1.5rem; font-weight: 400; padding: 0 1rem; margin: 1rem; background-color: rgb(252, 139, 36); transition: 0.5s; border: 2px solid rgb(252, 139, 36); } .hide { transform: scale(0); width: 0; height: 0; margin: 0 !important; } footer div { padding: 1rem 1rem !important; margin: 1rem; border-radius: 0.3rem; } #scoreboard { text-align: center; float: left; width: 12rem; margin:0 2rem; } .remove { width: 0; margin: 0; transform: scale(0); } .removebtn button { transform: translate(0,200%); } .removebtn img{ transform: translate(0,35%); } .removebtn p{ transform: translate(0,80%); } @media screen and (max-width:768px) { .card{ width: 5.6rem; margin: 2rem 0.5rem; justify-content: space-around; } .remove { width: 0; margin: 0; transform: scale(0); } img{ height: 40%; } button{ font-size: 1rem; margin: 0; padding: 0; } #scoreboard { text-align: center; float: left; width: 5.6rem; margin:2rem 0.5rem; } p { font-size: 1.3rem; } }
0.673406
0.099121
img { width: 160px; height: 160px; object-fit: cover; border-radius: 80px; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); margin-bottom: 20px; animation: scaleIn forwards 0.5s cubic-bezier(0, 0.6, 0.3, 1); } #header-block { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 280px; margin-top: -200px; text-align: center; position: relative; z-index: 1; pointer-events: none; } #header-block h2 { font-size: 13px; font-family: 'Roboto', Arial, Helvetica, sans-serif; margin-top: 8px; } #header-block p { margin: 0; } #details { position: relative; margin: -100px auto 0 auto; padding: 116px 24px; background: #FFF; border-radius: 20px 20px 3px 3px; opacity: 0; animation: slideAndFadeIn forwards 1.2s cubic-bezier(0, 0.6, 0.3, 1) 0.3s; max-width: 700px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); } #details ul { padding: 0; list-style: none; font-size: 15px; max-width: 600px; margin: 16px auto 32px auto; } #details li { line-height: 36px; } #details li a { color: #4385F4; display: block; padding-left: 32px; } #details a.person { background: url(/static/images/baseline-person-24px.svg) left center no-repeat; } #details a.link { background: url(/static/images/baseline-link-24px.svg) left center no-repeat; } #details a.slides { background: url(/static/images/baseline-slideshow-24px.svg) left center no-repeat; } #details a:hover { color: rgb(51, 103, 193); } @media (min-width: 700px) { #details { margin-bottom: 32px; } } #controls { position: absolute; right: 11px; top: 11px; height: 40px; padding: 10px 16px; background: #F7F7F7; border-radius: 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } #share, #delete { width: 24px; height: 24px; background: url(/static/images/baseline-share-24px.svg) center center no-repeat; border: none; cursor: pointer; font-size: 0; } #share { margin-right: 8px; display: none; } #share.visible { display: block; } #delete { background: url(/static/images/baseline-delete_forever-24px.svg) center center no-repeat; } #description { line-height: 1.5; font-size: 15px; max-width: 600px; margin: 0 auto; } @keyframes scaleIn { from { transform: scale(0.7); } to { transform: scale(1); } } @keyframes slideAndFadeIn { 0% { transform: translateY(20px); opacity: 0; } 10% { opacity: 1; } 100% { transform: none; opacity: 1; } }
src/_includes/details/details.css
img { width: 160px; height: 160px; object-fit: cover; border-radius: 80px; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); margin-bottom: 20px; animation: scaleIn forwards 0.5s cubic-bezier(0, 0.6, 0.3, 1); } #header-block { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 280px; margin-top: -200px; text-align: center; position: relative; z-index: 1; pointer-events: none; } #header-block h2 { font-size: 13px; font-family: 'Roboto', Arial, Helvetica, sans-serif; margin-top: 8px; } #header-block p { margin: 0; } #details { position: relative; margin: -100px auto 0 auto; padding: 116px 24px; background: #FFF; border-radius: 20px 20px 3px 3px; opacity: 0; animation: slideAndFadeIn forwards 1.2s cubic-bezier(0, 0.6, 0.3, 1) 0.3s; max-width: 700px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); } #details ul { padding: 0; list-style: none; font-size: 15px; max-width: 600px; margin: 16px auto 32px auto; } #details li { line-height: 36px; } #details li a { color: #4385F4; display: block; padding-left: 32px; } #details a.person { background: url(/static/images/baseline-person-24px.svg) left center no-repeat; } #details a.link { background: url(/static/images/baseline-link-24px.svg) left center no-repeat; } #details a.slides { background: url(/static/images/baseline-slideshow-24px.svg) left center no-repeat; } #details a:hover { color: rgb(51, 103, 193); } @media (min-width: 700px) { #details { margin-bottom: 32px; } } #controls { position: absolute; right: 11px; top: 11px; height: 40px; padding: 10px 16px; background: #F7F7F7; border-radius: 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } #share, #delete { width: 24px; height: 24px; background: url(/static/images/baseline-share-24px.svg) center center no-repeat; border: none; cursor: pointer; font-size: 0; } #share { margin-right: 8px; display: none; } #share.visible { display: block; } #delete { background: url(/static/images/baseline-delete_forever-24px.svg) center center no-repeat; } #description { line-height: 1.5; font-size: 15px; max-width: 600px; margin: 0 auto; } @keyframes scaleIn { from { transform: scale(0.7); } to { transform: scale(1); } } @keyframes slideAndFadeIn { 0% { transform: translateY(20px); opacity: 0; } 10% { opacity: 1; } 100% { transform: none; opacity: 1; } }
0.447943
0.155271
@charset "UTF-8"; body{ font-family: 'Open Sans', sans-serif; font-family: 'Roboto', sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .avoid-click{ pointer-events: none; } h1{ } #mob-pops-control p,#mob-pops-control h4{ text-align:center; line-height:30px; } #mob-pops-control p{ font-size:18px; } .top-strip{ padding:2px 0; background-color:#e69200; } .top-strip a{ color: #000000; font-size: 13px; letter-spacing: 0.5px; } .top-mail{ font-weight:600; } .top-contacts{ font-weight:600; } .top-strip i{ color: #000; } .top-strip a:hover,.top-strip i:hover{ color: #fff; } .top-social-icons{ text-align:right; } .top-social-icons a{ margin-left:5px; } .logo-nav{ /*background:#0480c1;*/ background: #FFFFFF; padding:2px 0; } .logo-nav .logo-title .navbar-brand{ color: #ffffff; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 36px; letter-spacing:1px; margin:0; padding:0; line-height:normal; text-align:center; } .logo-nav .tagline a{ color: #ffffff; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 15px; letter-spacing: 1px; background: rgba(229,4,8,1.00); padding: 2px; display: block; text-decoration:none; } .logo-nav .tagline{ margin-bottom:6px; text-align: center; } nav.my-nav-bg{ /*background:#0480c1;*/ margin-top: 22px; } .navbar-dark .navbar-nav .nav-link { font-family: 'Open Sans', sans-serif; color: #000; font-size: 13px; padding: 10px 15px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; } .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { color: rgb(255, 0, 0); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgb(255, 0, 0); } nav button.btn{ font-size:12px; letter-spacing:1px; } .dropdown-item { color: #ffffff; background-color: #027bb5; padding: 10px 15px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #609bbd; } .dropdown-menu { padding:0; border:0; } .news-scroll{ background:transparent; position: absolute; width: 100%; z-index: 99; margin-top: -38px; } .news-scroll h4{ padding: 5px 0; margin: 0; color: #fff; background-color:rgba(181,0,3,1.00); text-align:center; } .news-scroll marquee{ padding: 7px 0; color: #ff1a04; background-color: rgb(239, 239, 239); } .news-scroll a.btn{ border-radius:0; letter-spacing:0.5px; } .banner-bottom{ padding:45px 0 40px 0; /*background-color: #e8e8e8;*/ background:#482300; text-align:center; } .banner-bottom h2{ background: #fff; padding: 15px; color:#D70104; font-size:30px; } .banner-bottom h2 a{ font-weight: 600; color:#D70104; } .centerlogin{ margin-top: 50px; } .small-box h3, .small-box p { z-index: 5; } .small-box h3 { font-size: 2.2rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; white-space: nowrap; color: white; } .small-box .inner p { color: white; } .small-box>.inner { padding: 10px; } *, ::after, ::before { box-sizing: border-box; } .text-sm { font-size: .875rem!important; } @keyframes glowing { 0% { background-color: #EDD91F; box-shadow: 0 0 5px #DB2538; color: black; } 50% { background-color: #E6C734; box-shadow: 0 0 20px #DB764C; } 100% { background-color: #DB7917; box-shadow: 0 0 5px #DBA07B; color: black; } } .banner-bottom h2 a { animation: glowing 1300ms infinite; } .banner-bottom h3{ font-size: 18px; background: #cca565; padding: 15px; /* letter-spacing: 0.5px; */ color: #000000; font-weight: 500; } .banner-bottom p{ margin: 0; padding: 15px; color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight:500; } .news{ } .news h2{ font-size: 20px; font-weight: 500; color: #fdfdfd; padding: 10px 0; text-align: center; background: #ef0e0e; margin: 0 50px 20px 50px; text-transform: uppercase; } .news form{ padding: 0 50px; } /*''''''''''''''''''''''''''''''''''news''''''''''''''''''''''''''''''''''''''''''''''*/ .notice-news { width: 100%; height: auto; padding: 32px 0; /* background: #efa46b; */ background-color: #E6C691; overflow: hidden; } .notice-news .news { width: 100%; height: 240px; background: #f9f9f9; padding: 14px; border-radius: 8px 8px 0 0; margin: 10px 0; overflow: hidden; } .notice-news .notice { width: 100%; height: 240px; background: #f9f9f9; padding: 14px; border-radius: 8px 8px 0 0; margin: 10px 0; overflow: hidden; } .notice-news .news h4 { text-align: center; background: #61300B; color: #fff; padding: 10px 0; border-radius: 8px 8px 0 0; } .notice-news .notice h4 { text-align: center; background: #61300B; color: #fff; padding: 10px 0; border-radius: 8px 8px 0 0; } .notice{ border: 1px solid #60a9d1; } /*''''''''''''''''''''''''''''''''''news end''''''''''''''''''''''''''''''''''''''''''*/ .intro{ padding:80px 0; background-color:#e4e4e4; } .intro h1{ font-size: 33px; font-weight: 600; color: #ef0d0d; text-align: center; } .intro p{ text-align:justify; line-height:30px; } .intro video{ width: 100%; height: auto; } .testimonial{ padding:80px 0; background:#CFCFC8; text-align: center; } .testimonial h2{ font-size: 33px; font-weight: 600; color: #fff; text-align: center; }.testimonial p{ text-align: center; color:#E3E0E0; padding-top: 30px; } .testimonial ul{ list-style:none; text-align:justify; line-height:40px; } .testi-pic{ text-align:center; margin-top: 40px; } .testi-pic img{ width:150px; margin-top:30px; border-radius: 50%; } .all-center{ margin: 50px auto; max-width: 500px; background: white; border-radius: 15px; padding: 30px; } .all-center h2{ font-size: 40px; color: #7A1759; } /* ----------- Start Footer ----------------*/ footer{ padding:80px 0 30px 0; background:#403226; } footer h3{ color:#e09300; font-size: 23px; letter-spacing: 0.5px; } footer p{ color: #ffffff; text-align: left; line-height: 35px; font-size: 15px; margin: 0; } footer a{ color:#ffffff; } footer a:hover{ color:#0fc4ff; } footer p span{ color:#e09300; } footer form{ margin-top:28px; } footer form textarea{ } footer form input,footer form textarea{ margin-bottom: 7px; background-color: transparent !important; color: #fff !important; } footer .social a{ color:#e09300; font-size: 30px; margin-right: 15px; } footer .social .img-thumbnail{ background-color: #e09300; border: 1px solid #865800; width: 28px; vertical-align: middle; margin: -8px 0 0 0; padding: 2px; } .copyright{ background:#352a20; color:#ffffff; font-size:14px; } .copyright img{ max-width:80px; } .pages{ padding:80px 0; background: #e8e7e5; } .pages p{ text-align:justify; line-height:30px; } .pages h1,.pages h2,.pages h3{ text-align:left; color:#67161a; } .pages h5{ color: #AD2F09; } .pages ul{ text-align:left; list-style:none; padding:0; } .pages ul li { background: #c37c00; color: white; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 10px; padding: 15px; } .pages .course a{ text-decoration: none; color: white; } .modal-header{ background: #E3D392; } .modal-title{ color: #67161a; } .modal-body span{ color: #67161a; } .modal-body .part p{ color: #204E5E; } .enqueryform{ background: white; padding: 30px; border-radius: 20px; box-shadow: 3px 2px 9px #78462E; } #courses{ padding:80px 0; } #faculty{ background-color:#e6e6e5; text-align: center; } #faculty img{ margin:20px auto; max-width:150px; border-radius:50%; } #faculty p{ margin:0; text-align: center; } #press-releases img{ margin-bottom:30px; } #contactpg p a{ color: #000; } #downloads a{ min-width: 220px; font-weight: 500; } /* --- Successful students slider slider ---*/ .successful-students{ background-image:url(../images/successfulstudents-bg.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position:center; background-size:cover; } .successful-students-overlay{ padding:120px 0; background:rgba(0,0,0,0.6); } .successful-students h2{ font-family: 'Roboto', sans-serif; text-align: center; color: #ffffff; letter-spacing:1px; } .slick-slide { margin: 0px 10px; } .slide.slick-slide{ /*width:200px !important;*/ } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; border-radius:5px; border:2px solid #ca9700; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* --- //Successful students slider --- */ /* -- Media Screens -- */ @media(max-width:1450px){ .intro p span{ display: none; } .banner-bottom h2 a { margin: 5px 0; } } @media(max-width:1200px){ .logo-nav .logo-title .navbar-brand { font-size: 30px; } .logo-nav .tagline a { font-size: 14px; } .navbar-dark .navbar-nav .nav-link { padding: 8px 8px; } .news h2 { margin:0; } .news form { padding:0; } .news-scroll a.btn { letter-spacing:inherit; } .banner-bottom h2 span { display: block; width: 100%; } footer p { font-size: 13px; } footer .social a { font-size: 20px; } } @media(max-width:992px){ .navbar-toggler { background-color: #b50003; border: 1px solid #8a0103; } .logo-nav .tagline a { padding: 2px 25px; display: table; } nav.my-nav-bg { margin-top: 10px; } .testimonial ul { text-align: left; } .logo-title img{ max-width:175px; } .navbar-dark .navbar-nav .nav-link { font-size: 11.5px; letter-spacing: 0; } .news-scroll { padding: 20px 0; position: relative; margin: 0; } .mob-btn{ text-align: center; } .mob-btn a{ margin-top: 15px; } .news-scroll marquee { color: #ffffff; background-color: rgb(127, 5, 8); } .pages { padding: 50px 0; } .pages h1, .pages h2, .pages h3 { font-size: 28px; } } @media(max-width:768px){ #mob-pops-control p{ font-size:16px; } #mob-pops-control h4{ font-size:20px; } .top-social-icons a { margin-left: 1px; } .logo-nav { padding: 5px 0; } .logo-nav .tagline a { padding: 2px 25px; display: block; } .navbar-dark .navbar-nav .nav-link { padding: 10px 12px; } .banner-bottom h2 { font-size: 23px; line-height: 30px; } .testimonial .card { margin-bottom: 25px; } footer h3 { margin-top: 15px; } } @media (max-width:576px){ .top-strip { text-align: center; } .top-contacts { font-weight: 600; } .top-strip a { font-size: 14px; } .top-social-icons { text-align: center; } .top-social-icons a { margin-left: 20px; font-size: 14px !important; } .logo-nav{ padding:0; } .mob-nav-bg{ background:#ceb790; } .logo-title{ text-align: center; } .logo-title img{ max-width:230px; padding: 5px 0; } .logo-title img { max-width: 100%; padding: 5px 0; } nav.my-nav-bg { margin-top: 0; } .news-scroll h4 { font-size: 20px; } .news-scroll marquee { padding: 5px 0; } .news-scroll a.btn { border-radius:0.25rem; text-transform: none; } .mob-btn{ text-align:center; } .banner-bottom { padding: 30px 0 20px 0; } .intro { padding: 35px 0; } .news form { margin-bottom: 30px; } .testimonial ul{ padding: 0; } .successful-students h2,.testimonial h2{ font-size: 28px; } .top-social-icons a { margin-left: 5px; font-size: 14px !important; } } @media (max-width: 320px){ .top-strip a { font-size: 12px; } .top-social-icons a { margin-left: 5px; font-size: 12px !important; } } /* -- Media Screens -- */ .imghov img:hover{ transform: scale(1.9); /*box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ box-shadow: 10px 10px 5px grey; z-index:10001; } .top img{ padding-left: 100px; } #round{ height:auto; width: 400px; text-align: center; padding-top: 50px; } #rou{ height:200px; width: 200px; border-radius: 50%; } #round p{ padding-left: 55px; font-size: 30px; padding-top: 30px; /*text-align: center;*/ } /*................................................................Android.................................................*/
assets/payment_css/style.css
@charset "UTF-8"; body{ font-family: 'Open Sans', sans-serif; font-family: 'Roboto', sans-serif; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .avoid-click{ pointer-events: none; } h1{ } #mob-pops-control p,#mob-pops-control h4{ text-align:center; line-height:30px; } #mob-pops-control p{ font-size:18px; } .top-strip{ padding:2px 0; background-color:#e69200; } .top-strip a{ color: #000000; font-size: 13px; letter-spacing: 0.5px; } .top-mail{ font-weight:600; } .top-contacts{ font-weight:600; } .top-strip i{ color: #000; } .top-strip a:hover,.top-strip i:hover{ color: #fff; } .top-social-icons{ text-align:right; } .top-social-icons a{ margin-left:5px; } .logo-nav{ /*background:#0480c1;*/ background: #FFFFFF; padding:2px 0; } .logo-nav .logo-title .navbar-brand{ color: #ffffff; font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 36px; letter-spacing:1px; margin:0; padding:0; line-height:normal; text-align:center; } .logo-nav .tagline a{ color: #ffffff; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 15px; letter-spacing: 1px; background: rgba(229,4,8,1.00); padding: 2px; display: block; text-decoration:none; } .logo-nav .tagline{ margin-bottom:6px; text-align: center; } nav.my-nav-bg{ /*background:#0480c1;*/ margin-top: 22px; } .navbar-dark .navbar-nav .nav-link { font-family: 'Open Sans', sans-serif; color: #000; font-size: 13px; padding: 10px 15px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; } .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link { color: rgb(255, 0, 0); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgb(255, 0, 0); } nav button.btn{ font-size:12px; letter-spacing:1px; } .dropdown-item { color: #ffffff; background-color: #027bb5; padding: 10px 15px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #609bbd; } .dropdown-menu { padding:0; border:0; } .news-scroll{ background:transparent; position: absolute; width: 100%; z-index: 99; margin-top: -38px; } .news-scroll h4{ padding: 5px 0; margin: 0; color: #fff; background-color:rgba(181,0,3,1.00); text-align:center; } .news-scroll marquee{ padding: 7px 0; color: #ff1a04; background-color: rgb(239, 239, 239); } .news-scroll a.btn{ border-radius:0; letter-spacing:0.5px; } .banner-bottom{ padding:45px 0 40px 0; /*background-color: #e8e8e8;*/ background:#482300; text-align:center; } .banner-bottom h2{ background: #fff; padding: 15px; color:#D70104; font-size:30px; } .banner-bottom h2 a{ font-weight: 600; color:#D70104; } .centerlogin{ margin-top: 50px; } .small-box h3, .small-box p { z-index: 5; } .small-box h3 { font-size: 2.2rem; font-weight: 700; margin: 0 0 10px 0; padding: 0; white-space: nowrap; color: white; } .small-box .inner p { color: white; } .small-box>.inner { padding: 10px; } *, ::after, ::before { box-sizing: border-box; } .text-sm { font-size: .875rem!important; } @keyframes glowing { 0% { background-color: #EDD91F; box-shadow: 0 0 5px #DB2538; color: black; } 50% { background-color: #E6C734; box-shadow: 0 0 20px #DB764C; } 100% { background-color: #DB7917; box-shadow: 0 0 5px #DBA07B; color: black; } } .banner-bottom h2 a { animation: glowing 1300ms infinite; } .banner-bottom h3{ font-size: 18px; background: #cca565; padding: 15px; /* letter-spacing: 0.5px; */ color: #000000; font-weight: 500; } .banner-bottom p{ margin: 0; padding: 15px; color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight:500; } .news{ } .news h2{ font-size: 20px; font-weight: 500; color: #fdfdfd; padding: 10px 0; text-align: center; background: #ef0e0e; margin: 0 50px 20px 50px; text-transform: uppercase; } .news form{ padding: 0 50px; } /*''''''''''''''''''''''''''''''''''news''''''''''''''''''''''''''''''''''''''''''''''*/ .notice-news { width: 100%; height: auto; padding: 32px 0; /* background: #efa46b; */ background-color: #E6C691; overflow: hidden; } .notice-news .news { width: 100%; height: 240px; background: #f9f9f9; padding: 14px; border-radius: 8px 8px 0 0; margin: 10px 0; overflow: hidden; } .notice-news .notice { width: 100%; height: 240px; background: #f9f9f9; padding: 14px; border-radius: 8px 8px 0 0; margin: 10px 0; overflow: hidden; } .notice-news .news h4 { text-align: center; background: #61300B; color: #fff; padding: 10px 0; border-radius: 8px 8px 0 0; } .notice-news .notice h4 { text-align: center; background: #61300B; color: #fff; padding: 10px 0; border-radius: 8px 8px 0 0; } .notice{ border: 1px solid #60a9d1; } /*''''''''''''''''''''''''''''''''''news end''''''''''''''''''''''''''''''''''''''''''*/ .intro{ padding:80px 0; background-color:#e4e4e4; } .intro h1{ font-size: 33px; font-weight: 600; color: #ef0d0d; text-align: center; } .intro p{ text-align:justify; line-height:30px; } .intro video{ width: 100%; height: auto; } .testimonial{ padding:80px 0; background:#CFCFC8; text-align: center; } .testimonial h2{ font-size: 33px; font-weight: 600; color: #fff; text-align: center; }.testimonial p{ text-align: center; color:#E3E0E0; padding-top: 30px; } .testimonial ul{ list-style:none; text-align:justify; line-height:40px; } .testi-pic{ text-align:center; margin-top: 40px; } .testi-pic img{ width:150px; margin-top:30px; border-radius: 50%; } .all-center{ margin: 50px auto; max-width: 500px; background: white; border-radius: 15px; padding: 30px; } .all-center h2{ font-size: 40px; color: #7A1759; } /* ----------- Start Footer ----------------*/ footer{ padding:80px 0 30px 0; background:#403226; } footer h3{ color:#e09300; font-size: 23px; letter-spacing: 0.5px; } footer p{ color: #ffffff; text-align: left; line-height: 35px; font-size: 15px; margin: 0; } footer a{ color:#ffffff; } footer a:hover{ color:#0fc4ff; } footer p span{ color:#e09300; } footer form{ margin-top:28px; } footer form textarea{ } footer form input,footer form textarea{ margin-bottom: 7px; background-color: transparent !important; color: #fff !important; } footer .social a{ color:#e09300; font-size: 30px; margin-right: 15px; } footer .social .img-thumbnail{ background-color: #e09300; border: 1px solid #865800; width: 28px; vertical-align: middle; margin: -8px 0 0 0; padding: 2px; } .copyright{ background:#352a20; color:#ffffff; font-size:14px; } .copyright img{ max-width:80px; } .pages{ padding:80px 0; background: #e8e7e5; } .pages p{ text-align:justify; line-height:30px; } .pages h1,.pages h2,.pages h3{ text-align:left; color:#67161a; } .pages h5{ color: #AD2F09; } .pages ul{ text-align:left; list-style:none; padding:0; } .pages ul li { background: #c37c00; color: white; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 10px; padding: 15px; } .pages .course a{ text-decoration: none; color: white; } .modal-header{ background: #E3D392; } .modal-title{ color: #67161a; } .modal-body span{ color: #67161a; } .modal-body .part p{ color: #204E5E; } .enqueryform{ background: white; padding: 30px; border-radius: 20px; box-shadow: 3px 2px 9px #78462E; } #courses{ padding:80px 0; } #faculty{ background-color:#e6e6e5; text-align: center; } #faculty img{ margin:20px auto; max-width:150px; border-radius:50%; } #faculty p{ margin:0; text-align: center; } #press-releases img{ margin-bottom:30px; } #contactpg p a{ color: #000; } #downloads a{ min-width: 220px; font-weight: 500; } /* --- Successful students slider slider ---*/ .successful-students{ background-image:url(../images/successfulstudents-bg.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position:center; background-size:cover; } .successful-students-overlay{ padding:120px 0; background:rgba(0,0,0,0.6); } .successful-students h2{ font-family: 'Roboto', sans-serif; text-align: center; color: #ffffff; letter-spacing:1px; } .slick-slide { margin: 0px 10px; } .slide.slick-slide{ /*width:200px !important;*/ } .slick-slide img { width: 100%; } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; border-radius:5px; border:2px solid #ca9700; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* --- //Successful students slider --- */ /* -- Media Screens -- */ @media(max-width:1450px){ .intro p span{ display: none; } .banner-bottom h2 a { margin: 5px 0; } } @media(max-width:1200px){ .logo-nav .logo-title .navbar-brand { font-size: 30px; } .logo-nav .tagline a { font-size: 14px; } .navbar-dark .navbar-nav .nav-link { padding: 8px 8px; } .news h2 { margin:0; } .news form { padding:0; } .news-scroll a.btn { letter-spacing:inherit; } .banner-bottom h2 span { display: block; width: 100%; } footer p { font-size: 13px; } footer .social a { font-size: 20px; } } @media(max-width:992px){ .navbar-toggler { background-color: #b50003; border: 1px solid #8a0103; } .logo-nav .tagline a { padding: 2px 25px; display: table; } nav.my-nav-bg { margin-top: 10px; } .testimonial ul { text-align: left; } .logo-title img{ max-width:175px; } .navbar-dark .navbar-nav .nav-link { font-size: 11.5px; letter-spacing: 0; } .news-scroll { padding: 20px 0; position: relative; margin: 0; } .mob-btn{ text-align: center; } .mob-btn a{ margin-top: 15px; } .news-scroll marquee { color: #ffffff; background-color: rgb(127, 5, 8); } .pages { padding: 50px 0; } .pages h1, .pages h2, .pages h3 { font-size: 28px; } } @media(max-width:768px){ #mob-pops-control p{ font-size:16px; } #mob-pops-control h4{ font-size:20px; } .top-social-icons a { margin-left: 1px; } .logo-nav { padding: 5px 0; } .logo-nav .tagline a { padding: 2px 25px; display: block; } .navbar-dark .navbar-nav .nav-link { padding: 10px 12px; } .banner-bottom h2 { font-size: 23px; line-height: 30px; } .testimonial .card { margin-bottom: 25px; } footer h3 { margin-top: 15px; } } @media (max-width:576px){ .top-strip { text-align: center; } .top-contacts { font-weight: 600; } .top-strip a { font-size: 14px; } .top-social-icons { text-align: center; } .top-social-icons a { margin-left: 20px; font-size: 14px !important; } .logo-nav{ padding:0; } .mob-nav-bg{ background:#ceb790; } .logo-title{ text-align: center; } .logo-title img{ max-width:230px; padding: 5px 0; } .logo-title img { max-width: 100%; padding: 5px 0; } nav.my-nav-bg { margin-top: 0; } .news-scroll h4 { font-size: 20px; } .news-scroll marquee { padding: 5px 0; } .news-scroll a.btn { border-radius:0.25rem; text-transform: none; } .mob-btn{ text-align:center; } .banner-bottom { padding: 30px 0 20px 0; } .intro { padding: 35px 0; } .news form { margin-bottom: 30px; } .testimonial ul{ padding: 0; } .successful-students h2,.testimonial h2{ font-size: 28px; } .top-social-icons a { margin-left: 5px; font-size: 14px !important; } } @media (max-width: 320px){ .top-strip a { font-size: 12px; } .top-social-icons a { margin-left: 5px; font-size: 12px !important; } } /* -- Media Screens -- */ .imghov img:hover{ transform: scale(1.9); /*box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ box-shadow: 10px 10px 5px grey; z-index:10001; } .top img{ padding-left: 100px; } #round{ height:auto; width: 400px; text-align: center; padding-top: 50px; } #rou{ height:200px; width: 200px; border-radius: 50%; } #round p{ padding-left: 55px; font-size: 30px; padding-top: 30px; /*text-align: center;*/ } /*................................................................Android.................................................*/
0.314682
0.054828
.unsafehtml { padding: 0; width: 100%; height: 100%; margin: 0; } .twitter, .twitter-timeline, .twitter-timeline-rendered { float:left; } .twitter-timeline { height: 100%; width:100%; } iframe { padding: 0; margin: 0; border:none; width: 100%; height: 100% !important; overflow:hidden; } .tweet { padding-left: 68px !important; padding-right: 15px !important; } .var-narrow.var-chromeless .tweet { padding-left: 15px !important; } .var-narrow .tweet .header { padding-bottom: 10px !important; } .var-narrow .tweet .e-entry-content { margin-bottom: 10px !important; } .var-chromeless .tweet { color: #727272; background: #f9fafc; border-bottom: 1px solid #E9E9EB; border-radius: 10px; margin-bottom: 10px; } .var-chromeless .timeline-footer { display: none; } .var-chromeless button.load-more { width: 100% !important; box-sizing: border-box !important; -moz-box-sizing: border-box !important; margin: 0 !important; border-radius: 0 !important; border: none !important; box-shadow: none !important; display: none; } div.no-tweets-pane { margin-top: 90px; } .no-tweets-pane a.load-tweets, .no-tweets-pane a.load-tweets:hover, .no-tweets-pane a.load-tweets:active { background: #87D37C; color: white; text-shadow: none; border: none; padding: 10px 20px; -webkit-transition: background 0.1s linear; -moz-transition: background 0.1s linear; -o-transition: background 0.1s linear; transition: background 0.1s linear; } .no-tweets-pane a.load-tweets:hover, .no-tweets-pane a.load-tweets:active { background: #72B269 } .header .avatar { border-radius: 25px !important; } .p-author .profile .p-name { color: #444 !important; } .animate-enter, .animate-leave { -webkit-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -moz-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -ms-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -o-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; } .animate-enter { left: 100%; } .animate-enter.animate-enter-active { left: 0; } .animate-leave { left: 0; } .animate-leave.animate-leave-active{ left: -100%; } .rn-carousel-container, .my-slider { /*height: 100%;*/ } .btn-title { width: 180px; min-width:180px; } .monitorVerticalStretch { height:100%; min-height:100%; }
public/modules/monitors/css/monitors.css
.unsafehtml { padding: 0; width: 100%; height: 100%; margin: 0; } .twitter, .twitter-timeline, .twitter-timeline-rendered { float:left; } .twitter-timeline { height: 100%; width:100%; } iframe { padding: 0; margin: 0; border:none; width: 100%; height: 100% !important; overflow:hidden; } .tweet { padding-left: 68px !important; padding-right: 15px !important; } .var-narrow.var-chromeless .tweet { padding-left: 15px !important; } .var-narrow .tweet .header { padding-bottom: 10px !important; } .var-narrow .tweet .e-entry-content { margin-bottom: 10px !important; } .var-chromeless .tweet { color: #727272; background: #f9fafc; border-bottom: 1px solid #E9E9EB; border-radius: 10px; margin-bottom: 10px; } .var-chromeless .timeline-footer { display: none; } .var-chromeless button.load-more { width: 100% !important; box-sizing: border-box !important; -moz-box-sizing: border-box !important; margin: 0 !important; border-radius: 0 !important; border: none !important; box-shadow: none !important; display: none; } div.no-tweets-pane { margin-top: 90px; } .no-tweets-pane a.load-tweets, .no-tweets-pane a.load-tweets:hover, .no-tweets-pane a.load-tweets:active { background: #87D37C; color: white; text-shadow: none; border: none; padding: 10px 20px; -webkit-transition: background 0.1s linear; -moz-transition: background 0.1s linear; -o-transition: background 0.1s linear; transition: background 0.1s linear; } .no-tweets-pane a.load-tweets:hover, .no-tweets-pane a.load-tweets:active { background: #72B269 } .header .avatar { border-radius: 25px !important; } .p-author .profile .p-name { color: #444 !important; } .animate-enter, .animate-leave { -webkit-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -moz-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -ms-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; -o-transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; transition: 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all; } .animate-enter { left: 100%; } .animate-enter.animate-enter-active { left: 0; } .animate-leave { left: 0; } .animate-leave.animate-leave-active{ left: -100%; } .rn-carousel-container, .my-slider { /*height: 100%;*/ } .btn-title { width: 180px; min-width:180px; } .monitorVerticalStretch { height:100%; min-height:100%; }
0.302185
0.069352
body {color:#000;} .tabs-left > li.active > a {color: #fff;} .container {border-left: solid #b2b3b6 1px; border-right: solid #b2b3b6 1px; background-color: white;} .container h1 {margin-top: 72px;} img {max-width: 1024px;} .caption {font-variant: small-caps; color: white; opacity: 0.4; background-color: black; padding: 12px; max-width: 512px; margin-bottom: 36px; margin-top: 18px; border-radius: 10px;} header { min-height: 1.5em; margin: -10px; background: #ffffff; /* Old browsers */ padding-bottom: 1.5em; /* beta */ background-image:url(https://www.ub.tu-dortmund.de/images/stempel-beta.jpg) !important; background: no-repeat right; background-position: 98% 1.25em; /* beta Ende */ } header p { min-height: 1.5em; } header h1, header h2 { margin-left: 14px; vertical-align: text-top; text-transform: uppercase; } header h1 { font-size: 1.5em; color:#7b7c7e; } header h1 a:link, header h1 a:visited { color:#7b7c7e; text-decoration: none; } header h2 { font-size: 1.25em; margin-top: .75em; margin-bottom: 1.5em; } .header-nav {padding-right: 14px;} .header-nav a {text-transform: uppercase; color: #5c5c5c; font-size: 0.689em;} main {padding-top: 2.5em;} footer {margin: 36px -14px 0px -14px; background-color: white;} footer hr {border-top: #b2b3b6 solid 1px;} footer p {margin-left: 14px;} #rub-wortmarke {min-height: 16px; margin-top: 56px; margin-left: 14px;} #rub-label {max-height: 136px; margin-right: -50px;} nav#header {min-height: 0px;} .navbar-right {vertical-align: middle;} .navbar-nav {vertical-align: bottom; margin-left:108px;} .tabs-left > li {margin-right: -2.2em;} .container .row {background-color: white; padding-top: 36px;} .dbpedia {text-transform: uppercase; margin-left: -24px;} .record {margin: 14px 0 14px 0;} .record_count {font-size: 28px;} nav {margin-left: -15px !important; margin-right: -15px !important;} .navbar-inverse {background-color: #b2b3b6; color: black; border-color: #b2b3b6;} .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {color: black; text-decoration: none;} .navbar-right {padding-right: 28px;} /*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {background-color: #003560;}*/ #facets h1 {text-transform: uppercase; font-size: 14px; margin-top: 15px;} #facets ul {padding: 0 0 15px 15px;} #facets a {text-decoration: none;} .search_form_active {background-color: #003560; margin-right: 0px; border-color: #003560;} label > input[type="file"] {display: none;} .required:after {content: ' *'; color: orangered;} .dl-horizontal dt {white-space: normal;} .navbar-inverse .navbar-nav > .open {background-color: #003560;} .dropdown-menu > li > a {color: #000; background-color: #fff;} .dz-clickable {border-radius: 5px; border: 3px dashed; padding: 24px;} thead {background-color: #eee; border-top: 2px solid #b2b3b6; font-weight: bold; font-size: 1em;} /*.btn-default {color: #003560;}*/ /*.multi_enclosure {background-color: #e8efcf; padding-bottom: 2px;}*/ .tab-pane {padding-top: 18px;} .tab-container .col-xs-3 {padding-right: 0px;} .tab-container .col-xs-9 {padding-left: 0px;} /*.form-group:last-of-type {padding-bottom: 18px;}*/ .select2-container--default, .select2-search--inline, .select2-search__field{width: 100% !important;} .multi_enclosure .control-label, .subfield_label {font-size: 14px; font-weight: 700;} .multi_enclosure .form-group {margin-bottom: 0;} #kopfgrafikbereich { margin:1.5em .5em; float:left; } #unido-logo { margin-left:1em; padding-left:0; margin-bottom:21px; } #ebene2-logo { position:relative; left:60px; width:200px; font-size:1.3em; margin-left:1em; } header.main {padding:0;background-image:none;} header.main span.pull-right {margin-top:7.5em;} h1{color:#000;clear:both;} h1.alert, h1.alert-danger {margin-top:2em;} h2.alert, h2.alert-danger {margin-bottom:2em;} h2 {color:#649600;} h3 {font-size:1.5em;margin-top:.5em;} a { text-decoration:underline; color:#000; } a:focus, a:hover, a:active { color: #fff !important; background: #649600 !important; } a.btn, .col-sm-3 a, .nav a {text-decoration:none;} #kopfgrafikbereich a:focus, #kopfgrafikbereich a:hover {background:#fff !important;} .alert-info { background: #e0eacc; color: #000; } .btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {background: #649600;} .btn-default:active, .btn-default:hover, .btn-default:focus {background: #649600;color:#fff;} .btn-danger, .btn-danger:active, .btn-danger:hover, .btn-danger:focus {background:#fff;color:#000;border-color:#000;} ul.pagination li a {color:#000;} ul.pagination li.active a, ul.nav li.active a {background:#649600 !important;} li.active > .dropdown-menu li a {color: #000; background-color: #fff !important; border: none;} li.active > .dropdown-menu li a:active, li.active > .dropdown-menu li a:hover, li.active > .dropdown-menu li a:focus {background:#649600 !important;} .control-label { margin-left:1em; margin-right:1.25em; padding-left:.5em; } .navbar {margin-bottom:.5em;} .navbar a { background: #fff; /*margin:.6em .25em 0 .25em;*/ margin:.5em .25em; height: 2.5em; padding: .5em 1em !important; } .navbar li a { border:1px solid #fff; border-radius:.3em; } .navbar li.active a, .navbar li a:active, .navbar li a:focus, .navbar li a:hover {border-color: #649600;} .open {background:#beb3b6 !important;} .row {padding-top:.1em !important;} .label-success {background:#649600;} .list-group-item {overflow:auto;} hr {margin:.75em 0;} #feedback { position:fixed; top:50%; right:-.85em; font-weight:bold; font-size:1.2em; line-height:1.5em; padding:.5em; transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); border:1px solid #b2b3b6; color:#000; background:#e0eacc; } #feedback a { text-decoration:none; } #feedback a:hover, #feedback a:focus, #feedback a:active { color:#fff !important; background:#649600 !important; }
static/site/dortmund/css/tudo.css
body {color:#000;} .tabs-left > li.active > a {color: #fff;} .container {border-left: solid #b2b3b6 1px; border-right: solid #b2b3b6 1px; background-color: white;} .container h1 {margin-top: 72px;} img {max-width: 1024px;} .caption {font-variant: small-caps; color: white; opacity: 0.4; background-color: black; padding: 12px; max-width: 512px; margin-bottom: 36px; margin-top: 18px; border-radius: 10px;} header { min-height: 1.5em; margin: -10px; background: #ffffff; /* Old browsers */ padding-bottom: 1.5em; /* beta */ background-image:url(https://www.ub.tu-dortmund.de/images/stempel-beta.jpg) !important; background: no-repeat right; background-position: 98% 1.25em; /* beta Ende */ } header p { min-height: 1.5em; } header h1, header h2 { margin-left: 14px; vertical-align: text-top; text-transform: uppercase; } header h1 { font-size: 1.5em; color:#7b7c7e; } header h1 a:link, header h1 a:visited { color:#7b7c7e; text-decoration: none; } header h2 { font-size: 1.25em; margin-top: .75em; margin-bottom: 1.5em; } .header-nav {padding-right: 14px;} .header-nav a {text-transform: uppercase; color: #5c5c5c; font-size: 0.689em;} main {padding-top: 2.5em;} footer {margin: 36px -14px 0px -14px; background-color: white;} footer hr {border-top: #b2b3b6 solid 1px;} footer p {margin-left: 14px;} #rub-wortmarke {min-height: 16px; margin-top: 56px; margin-left: 14px;} #rub-label {max-height: 136px; margin-right: -50px;} nav#header {min-height: 0px;} .navbar-right {vertical-align: middle;} .navbar-nav {vertical-align: bottom; margin-left:108px;} .tabs-left > li {margin-right: -2.2em;} .container .row {background-color: white; padding-top: 36px;} .dbpedia {text-transform: uppercase; margin-left: -24px;} .record {margin: 14px 0 14px 0;} .record_count {font-size: 28px;} nav {margin-left: -15px !important; margin-right: -15px !important;} .navbar-inverse {background-color: #b2b3b6; color: black; border-color: #b2b3b6;} .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {color: black; text-decoration: none;} .navbar-right {padding-right: 28px;} /*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {background-color: #003560;}*/ #facets h1 {text-transform: uppercase; font-size: 14px; margin-top: 15px;} #facets ul {padding: 0 0 15px 15px;} #facets a {text-decoration: none;} .search_form_active {background-color: #003560; margin-right: 0px; border-color: #003560;} label > input[type="file"] {display: none;} .required:after {content: ' *'; color: orangered;} .dl-horizontal dt {white-space: normal;} .navbar-inverse .navbar-nav > .open {background-color: #003560;} .dropdown-menu > li > a {color: #000; background-color: #fff;} .dz-clickable {border-radius: 5px; border: 3px dashed; padding: 24px;} thead {background-color: #eee; border-top: 2px solid #b2b3b6; font-weight: bold; font-size: 1em;} /*.btn-default {color: #003560;}*/ /*.multi_enclosure {background-color: #e8efcf; padding-bottom: 2px;}*/ .tab-pane {padding-top: 18px;} .tab-container .col-xs-3 {padding-right: 0px;} .tab-container .col-xs-9 {padding-left: 0px;} /*.form-group:last-of-type {padding-bottom: 18px;}*/ .select2-container--default, .select2-search--inline, .select2-search__field{width: 100% !important;} .multi_enclosure .control-label, .subfield_label {font-size: 14px; font-weight: 700;} .multi_enclosure .form-group {margin-bottom: 0;} #kopfgrafikbereich { margin:1.5em .5em; float:left; } #unido-logo { margin-left:1em; padding-left:0; margin-bottom:21px; } #ebene2-logo { position:relative; left:60px; width:200px; font-size:1.3em; margin-left:1em; } header.main {padding:0;background-image:none;} header.main span.pull-right {margin-top:7.5em;} h1{color:#000;clear:both;} h1.alert, h1.alert-danger {margin-top:2em;} h2.alert, h2.alert-danger {margin-bottom:2em;} h2 {color:#649600;} h3 {font-size:1.5em;margin-top:.5em;} a { text-decoration:underline; color:#000; } a:focus, a:hover, a:active { color: #fff !important; background: #649600 !important; } a.btn, .col-sm-3 a, .nav a {text-decoration:none;} #kopfgrafikbereich a:focus, #kopfgrafikbereich a:hover {background:#fff !important;} .alert-info { background: #e0eacc; color: #000; } .btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {background: #649600;} .btn-default:active, .btn-default:hover, .btn-default:focus {background: #649600;color:#fff;} .btn-danger, .btn-danger:active, .btn-danger:hover, .btn-danger:focus {background:#fff;color:#000;border-color:#000;} ul.pagination li a {color:#000;} ul.pagination li.active a, ul.nav li.active a {background:#649600 !important;} li.active > .dropdown-menu li a {color: #000; background-color: #fff !important; border: none;} li.active > .dropdown-menu li a:active, li.active > .dropdown-menu li a:hover, li.active > .dropdown-menu li a:focus {background:#649600 !important;} .control-label { margin-left:1em; margin-right:1.25em; padding-left:.5em; } .navbar {margin-bottom:.5em;} .navbar a { background: #fff; /*margin:.6em .25em 0 .25em;*/ margin:.5em .25em; height: 2.5em; padding: .5em 1em !important; } .navbar li a { border:1px solid #fff; border-radius:.3em; } .navbar li.active a, .navbar li a:active, .navbar li a:focus, .navbar li a:hover {border-color: #649600;} .open {background:#beb3b6 !important;} .row {padding-top:.1em !important;} .label-success {background:#649600;} .list-group-item {overflow:auto;} hr {margin:.75em 0;} #feedback { position:fixed; top:50%; right:-.85em; font-weight:bold; font-size:1.2em; line-height:1.5em; padding:.5em; transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); border:1px solid #b2b3b6; color:#000; background:#e0eacc; } #feedback a { text-decoration:none; } #feedback a:hover, #feedback a:focus, #feedback a:active { color:#fff !important; background:#649600 !important; }
0.408513
0.183594
-------------------------------------------------------------- */ @media only screen and (max-width: 1366px) { } /* Smaller than standard 1200 */ @media only screen and (max-width: 1199px) { .wrap-header-content,.long_content .themesflat-top .content-left,.long_content .themesflat-top .content-right { float:none; margin: auto; } .long_content .themesflat-top { text-align: center; } .header-style3 .wrap-header-content { margin-right: 0; } .header-style3 .nav-wrap { order: 3; width: 100%; text-align: center; } .header.header-style4 .logo > a { position: static; transform: translate(0); } .header-style4 .wrap-header-content { float: left; } .nav.header-style4 { display: flex; flex-wrap: wrap; } .nav.header-style4 .themesflat-socials,.nav.header-style4 .show-search { margin-left: auto; } .nav.header-style4 .show-search { order: 3; } } /* Smaller than standard 992 */ @media only screen and (max-width: 991px) { [class*='mpl'] { padding-left:0 !important; } .btn-menu { display: block ; } #mainnav,.header-sticky .wrap-header-content, .wrap-header-content { display: none; } .page-template-front-page .header.widget-header.header-style3, .wrap-header-content { padding: 0 0; } .wrap-header-style3 .btn-menu { top: 10px; } .page-template-front-page .wrap-header-style3 { bottom: 0; } .page-template-front-page .flat_header_wrap.header-style4 { position: relative; top: 0; } .themesflat-top .content-left,.themesflat-top .content-right, .tb_needhelp1 .mpl-44 > * { display: inline-block; vertical-align: top; } .portfolio-filter,.themesflat-top .content-left,.themesflat-top .content-right, .themesflat-top,.themesflat-top .container-inside, .themesflat-top .info-top-right { text-align: center; vertical-align: top; } .themesflat-top .themesflat-socials, .themesflat-top .content-left,.themesflat-top .content-right, .themesflat-top .info-top-right { float: none; } .themesflat-top .col-md-6.text-right { padding-top: 20px; } .imagebox,.themesflat_imagebox.style2 .imagebox-desc, .footer-widgets .widget { margin-bottom: 30px; } .custom-info div, .themesflat-list { margin-bottom: 15px !important; } .iconbox.iconbox-style1, .iconbox.iconbox-style2, .iconbox.style-3 { margin-bottom: 40px; } .iconbox.iconbox-style1 + .vc_empty_space, .iconbox.iconbox-style2 + .vc_empty_space, .iconbox.style-3 + .vc_empty_space { height: 0 !important; } .imagebox img, .page-wrap.sidebar-right .content-area, .page-wrap.sidebar-right .widget-area, .page-wrap.sidebar-left .widget-area, .page-wrap.sidebar-left .content-area, .flexslider .slides img, .page-wrap.sidebar-left .single-page .widget-area, .page-wrap.sidebar-right .single-page .widget-area, .page-wrap.sidebar-left .single-page .content-area, .page-wrap.sidebar-right .single-page .content-area { width: 100%; } .header-style3 .nav-wrap { width: auto; } .testimonial_custom2 { margin-left: 0; } .call-back-form, .page-wrap.sidebar-left .content-area { padding-left: 0 !important; } .header-style2 .logo { padding-top: 0px; } .call-back-form, .page-wrap.sidebar-right .content-area, .page-wrap.sidebar-left .single-page .content-area, .page-wrap.sidebar-right .single-page .content-area { padding-right: 0 !important; } .themesflat-your-contact .contact-thumb { max-width: 100%; } .portfolio-filter li { padding: 0 10px; } .themesflat-portfolio .item, .themesflat-portfolio .one-four .item, .blog-grid.blog-four-columns article { width: 50%; } #wpcf7-f328-p498-o1, .show-search a,.nav.header-style2 .show-search a { margin-top: 30px; } .nav.header-style2 .themesflat-socials { margin-top: 36px; } .comments-area ul.children { margin-left: 50px; } /* Header style 2*/ .header-style2 .logo a { position: static; margin: 30px 0; transform: translate(0); -moz-transform: translate(0); -webkit-transform: translate(0); -ms-transform: translate(0); } /* Home layout 02 */ .themesflat-single-images { position: relative; left: 0; top: auto; bottom: -89px; } .themesflat_counter { text-align: center; margin-bottom: 40px; } .wrap-header-style3 { background-color: transparent !important; } .vc_custom_1488938620772 .vc_empty_space { height: 40px !important; } .blog-shortcode.blog-list article .featured-post { max-width: 100%; float: none; margin-right: 0; margin-bottom: 15px; } .themesflat-top .info-top-right, .nav.header-style4 { padding-left: 0; } .nav.header-style4 { padding-right: 15px; } .header.widget-header { padding: 0 0 0; } .themesflat-team.team-grid { margin-bottom: 30px; } .themesflat-team.team-grid { text-align: center; } .header-style4 .btn-menu, .nav.header-style2 .themesflat-socials, .nav.header-style4 .themesflat-socials, .header-style2 .btn-menu { margin-top: 20px ; margin-bottom: 20px ; } .font_normal_mobile { font-size: 30px!important; line-height: 40px!important; } .footer { padding-bottom: 30px!important; } } /* Tablet Landscape */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { } /* Tablet Portrait Size */ @media only screen and (min-width: 768px) and (max-width: 991px) { } /* All Mobile Sizes */ @media only screen and (max-width: 767px) { .content-area.blog-list-small .featured-post { float: none; margin-right: 0; } .themesflat-top .col-md-6.text-right{ padding-top: 5px; } .info-top-right a.appoinment { margin: 0 5px; } .themesflat-one-half,.comment-respond p.comment-form-author, .comment-respond p.comment-form-email, .comment-respond p.comment-form-url, .themesflat-portfolio-single-slider li img, .blog-grid.blog-two-columns article, .blog-grid.blog-three-columns article { width: 100%; } .footer-widgets .widget.widget_nav_menu,.portfolio-single .content-portfolio-detail, .contactform3_container { padding-left: 0!important; } #menu-bottom li a { padding-left: 0; padding-right: 20px; } .author-post .info { padding: 15px; } .themesflat-portfolio-single-slider { margin-top: 30px; } article .wrap-entry-title, .comments-area ol.comment-list article .comment_content .comment_text { overflow: visible; } .comments-area ul.children { margin-left: 30px; } .wrap-widget-header { display: none; } .themesflat-portfolio .one-five .item { width: 33.3333%; } .comment-respond { padding: 30px; } } /* Mobile Landscape Size */ @media only screen and (min-width: 600px) and (max-width: 767px) { } /* Mobile Portrait Size */ @media only screen and (max-width: 599px) { .font_normal_mobile { font-size: 30px!important; line-height: 40px!important; } .themesflat-portfolio .one-four .item, .themesflat-portfolio .one-half .item, .imagebox.style2 .box-image, .themesflat-team .team-image img, .blog-grid.blog-four-columns article, .themesflat-portfolio .item,.themesflat-portfolio .grid-no-padding .item, .portfolio-detail.full_content .magic50, .grid.one-half .item, .blog-shortcode.blog-list article { width: 100%; max-width: 100%; } .portfolio-filter li a { line-height: 45px; } article .entry-title { font-size: 18px; } .author-post .info { overflow: visible; } .author-post .author-avatar { margin-right: 10px; max-width: auto; } .comments-area ul.children { margin-left: 15px; } .themesflat-top .custom-info ul li:after, .nav-widget , .themesflat-top .info-top-right:before { display: none; } .imagebox .box-header .box-title, .page-template-tpl .vc_toggle_title > h4 { font-size: 13px; } .imagebox .box-header,.themesflat_counter .themesflat_counter-prefix,.themesflat_counter .themesflat_counter-surfix { left: 0; bottom: 0; right: 0; } blockquote { padding: 0 0; } #text-5 { margin-bottom: 0; } article .entry-meta ul li { margin-right: 9px; } .tp-caption.content-slide { color: rgba(34,34,34,1.00)!important; } #slide-24-layer-2 { color: #fff !important; } .themesflat-team.team-grid { margin-bottom: 30px; } .imagebox.style2 .box-image, .themesflat-before-footer .custom-info > div, .wrap-header-content ul li { margin-right: 0; } .page-template-front-page .wrap-header-style3 { padding: 0 15px; } .portfolio-detail.full_content .magic50:nth-of-type(even), .vc_separator.history_title,.header #logo { padding-left: 0!important; } .portfolio-detail.full_content li.magic50:nth-of-type(even), .header.header-style3 .wrap-header-content { padding-left: 15px; } .portfolio-detail.full_content li.magic50:nth-of-type(even):before { left: 0; } .themesflat-team .team-image, .blog-list-small .featured-post, .themesflat-team.list .team-image, .testimonial-slider.style-2 .testimonial-image, .themesflat_imagebox.style2 .imagebox-image, .themesflat-contact-form3 .wpcf7-form-control-wrap { float: none; width: 100%!important; max-width: 100%; margin-right: 0; margin-bottom: 15px; } .testimonial-slide.style-2 { padding: 0 15px 0 15px !important; } .themesflat_counter .themesflat_counter-content-left { text-align: center; } .contactform_style4,.wpcf7-form .custom_form { padding: 20px; } .themesflat_header_wrap.header-style5 { position: relative; } .themesflat_header_wrap .header.header-style5:not(.header-sticky) .nav.header-style5 { background: transparent; top: 50%; right: 0; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); position: absolute; } } @media (max-width: 360px) { .home8_custom1 .vc_col-sm-6 { width: 100%; } .home8_btn1 .themesflat-button { font-size: 13px; } }
public/wp-content/themes/fo/css/responsive.css
-------------------------------------------------------------- */ @media only screen and (max-width: 1366px) { } /* Smaller than standard 1200 */ @media only screen and (max-width: 1199px) { .wrap-header-content,.long_content .themesflat-top .content-left,.long_content .themesflat-top .content-right { float:none; margin: auto; } .long_content .themesflat-top { text-align: center; } .header-style3 .wrap-header-content { margin-right: 0; } .header-style3 .nav-wrap { order: 3; width: 100%; text-align: center; } .header.header-style4 .logo > a { position: static; transform: translate(0); } .header-style4 .wrap-header-content { float: left; } .nav.header-style4 { display: flex; flex-wrap: wrap; } .nav.header-style4 .themesflat-socials,.nav.header-style4 .show-search { margin-left: auto; } .nav.header-style4 .show-search { order: 3; } } /* Smaller than standard 992 */ @media only screen and (max-width: 991px) { [class*='mpl'] { padding-left:0 !important; } .btn-menu { display: block ; } #mainnav,.header-sticky .wrap-header-content, .wrap-header-content { display: none; } .page-template-front-page .header.widget-header.header-style3, .wrap-header-content { padding: 0 0; } .wrap-header-style3 .btn-menu { top: 10px; } .page-template-front-page .wrap-header-style3 { bottom: 0; } .page-template-front-page .flat_header_wrap.header-style4 { position: relative; top: 0; } .themesflat-top .content-left,.themesflat-top .content-right, .tb_needhelp1 .mpl-44 > * { display: inline-block; vertical-align: top; } .portfolio-filter,.themesflat-top .content-left,.themesflat-top .content-right, .themesflat-top,.themesflat-top .container-inside, .themesflat-top .info-top-right { text-align: center; vertical-align: top; } .themesflat-top .themesflat-socials, .themesflat-top .content-left,.themesflat-top .content-right, .themesflat-top .info-top-right { float: none; } .themesflat-top .col-md-6.text-right { padding-top: 20px; } .imagebox,.themesflat_imagebox.style2 .imagebox-desc, .footer-widgets .widget { margin-bottom: 30px; } .custom-info div, .themesflat-list { margin-bottom: 15px !important; } .iconbox.iconbox-style1, .iconbox.iconbox-style2, .iconbox.style-3 { margin-bottom: 40px; } .iconbox.iconbox-style1 + .vc_empty_space, .iconbox.iconbox-style2 + .vc_empty_space, .iconbox.style-3 + .vc_empty_space { height: 0 !important; } .imagebox img, .page-wrap.sidebar-right .content-area, .page-wrap.sidebar-right .widget-area, .page-wrap.sidebar-left .widget-area, .page-wrap.sidebar-left .content-area, .flexslider .slides img, .page-wrap.sidebar-left .single-page .widget-area, .page-wrap.sidebar-right .single-page .widget-area, .page-wrap.sidebar-left .single-page .content-area, .page-wrap.sidebar-right .single-page .content-area { width: 100%; } .header-style3 .nav-wrap { width: auto; } .testimonial_custom2 { margin-left: 0; } .call-back-form, .page-wrap.sidebar-left .content-area { padding-left: 0 !important; } .header-style2 .logo { padding-top: 0px; } .call-back-form, .page-wrap.sidebar-right .content-area, .page-wrap.sidebar-left .single-page .content-area, .page-wrap.sidebar-right .single-page .content-area { padding-right: 0 !important; } .themesflat-your-contact .contact-thumb { max-width: 100%; } .portfolio-filter li { padding: 0 10px; } .themesflat-portfolio .item, .themesflat-portfolio .one-four .item, .blog-grid.blog-four-columns article { width: 50%; } #wpcf7-f328-p498-o1, .show-search a,.nav.header-style2 .show-search a { margin-top: 30px; } .nav.header-style2 .themesflat-socials { margin-top: 36px; } .comments-area ul.children { margin-left: 50px; } /* Header style 2*/ .header-style2 .logo a { position: static; margin: 30px 0; transform: translate(0); -moz-transform: translate(0); -webkit-transform: translate(0); -ms-transform: translate(0); } /* Home layout 02 */ .themesflat-single-images { position: relative; left: 0; top: auto; bottom: -89px; } .themesflat_counter { text-align: center; margin-bottom: 40px; } .wrap-header-style3 { background-color: transparent !important; } .vc_custom_1488938620772 .vc_empty_space { height: 40px !important; } .blog-shortcode.blog-list article .featured-post { max-width: 100%; float: none; margin-right: 0; margin-bottom: 15px; } .themesflat-top .info-top-right, .nav.header-style4 { padding-left: 0; } .nav.header-style4 { padding-right: 15px; } .header.widget-header { padding: 0 0 0; } .themesflat-team.team-grid { margin-bottom: 30px; } .themesflat-team.team-grid { text-align: center; } .header-style4 .btn-menu, .nav.header-style2 .themesflat-socials, .nav.header-style4 .themesflat-socials, .header-style2 .btn-menu { margin-top: 20px ; margin-bottom: 20px ; } .font_normal_mobile { font-size: 30px!important; line-height: 40px!important; } .footer { padding-bottom: 30px!important; } } /* Tablet Landscape */ @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { } /* Tablet Portrait Size */ @media only screen and (min-width: 768px) and (max-width: 991px) { } /* All Mobile Sizes */ @media only screen and (max-width: 767px) { .content-area.blog-list-small .featured-post { float: none; margin-right: 0; } .themesflat-top .col-md-6.text-right{ padding-top: 5px; } .info-top-right a.appoinment { margin: 0 5px; } .themesflat-one-half,.comment-respond p.comment-form-author, .comment-respond p.comment-form-email, .comment-respond p.comment-form-url, .themesflat-portfolio-single-slider li img, .blog-grid.blog-two-columns article, .blog-grid.blog-three-columns article { width: 100%; } .footer-widgets .widget.widget_nav_menu,.portfolio-single .content-portfolio-detail, .contactform3_container { padding-left: 0!important; } #menu-bottom li a { padding-left: 0; padding-right: 20px; } .author-post .info { padding: 15px; } .themesflat-portfolio-single-slider { margin-top: 30px; } article .wrap-entry-title, .comments-area ol.comment-list article .comment_content .comment_text { overflow: visible; } .comments-area ul.children { margin-left: 30px; } .wrap-widget-header { display: none; } .themesflat-portfolio .one-five .item { width: 33.3333%; } .comment-respond { padding: 30px; } } /* Mobile Landscape Size */ @media only screen and (min-width: 600px) and (max-width: 767px) { } /* Mobile Portrait Size */ @media only screen and (max-width: 599px) { .font_normal_mobile { font-size: 30px!important; line-height: 40px!important; } .themesflat-portfolio .one-four .item, .themesflat-portfolio .one-half .item, .imagebox.style2 .box-image, .themesflat-team .team-image img, .blog-grid.blog-four-columns article, .themesflat-portfolio .item,.themesflat-portfolio .grid-no-padding .item, .portfolio-detail.full_content .magic50, .grid.one-half .item, .blog-shortcode.blog-list article { width: 100%; max-width: 100%; } .portfolio-filter li a { line-height: 45px; } article .entry-title { font-size: 18px; } .author-post .info { overflow: visible; } .author-post .author-avatar { margin-right: 10px; max-width: auto; } .comments-area ul.children { margin-left: 15px; } .themesflat-top .custom-info ul li:after, .nav-widget , .themesflat-top .info-top-right:before { display: none; } .imagebox .box-header .box-title, .page-template-tpl .vc_toggle_title > h4 { font-size: 13px; } .imagebox .box-header,.themesflat_counter .themesflat_counter-prefix,.themesflat_counter .themesflat_counter-surfix { left: 0; bottom: 0; right: 0; } blockquote { padding: 0 0; } #text-5 { margin-bottom: 0; } article .entry-meta ul li { margin-right: 9px; } .tp-caption.content-slide { color: rgba(34,34,34,1.00)!important; } #slide-24-layer-2 { color: #fff !important; } .themesflat-team.team-grid { margin-bottom: 30px; } .imagebox.style2 .box-image, .themesflat-before-footer .custom-info > div, .wrap-header-content ul li { margin-right: 0; } .page-template-front-page .wrap-header-style3 { padding: 0 15px; } .portfolio-detail.full_content .magic50:nth-of-type(even), .vc_separator.history_title,.header #logo { padding-left: 0!important; } .portfolio-detail.full_content li.magic50:nth-of-type(even), .header.header-style3 .wrap-header-content { padding-left: 15px; } .portfolio-detail.full_content li.magic50:nth-of-type(even):before { left: 0; } .themesflat-team .team-image, .blog-list-small .featured-post, .themesflat-team.list .team-image, .testimonial-slider.style-2 .testimonial-image, .themesflat_imagebox.style2 .imagebox-image, .themesflat-contact-form3 .wpcf7-form-control-wrap { float: none; width: 100%!important; max-width: 100%; margin-right: 0; margin-bottom: 15px; } .testimonial-slide.style-2 { padding: 0 15px 0 15px !important; } .themesflat_counter .themesflat_counter-content-left { text-align: center; } .contactform_style4,.wpcf7-form .custom_form { padding: 20px; } .themesflat_header_wrap.header-style5 { position: relative; } .themesflat_header_wrap .header.header-style5:not(.header-sticky) .nav.header-style5 { background: transparent; top: 50%; right: 0; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); position: absolute; } } @media (max-width: 360px) { .home8_custom1 .vc_col-sm-6 { width: 100%; } .home8_btn1 .themesflat-button { font-size: 13px; } }
0.244634
0.057971
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Montserrat&display=swap'); * { box-sizing: border-box; } body, html { height: 100%; margin: 0; font-size: 16px; font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 1.8em; color: #333; } .navbar { position: fixed; top: 0; z-index: 1; display: flex; width: 100%; background: rgba(255, 255, 255, 0.8); } .navbar ul { padding: 0; margin: 0; display: flex; list-style: none; width: 100%; justify-content: center; align-items: center; } .navbar ul li { min-width: 100px; text-align: center; font-size: 0.8rem; font-weight: 600; } .navbar ul li a { text-decoration: none; text-transform: uppercase; color: #000; } .navbar ul li img { width: 60px; height: 60px; padding-top: 5px; } .showcase-parallax { position: relative; opacity: 0.7; background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .showcase-parallax { background-image: url('/img/shocase-two.jpg'); min-height: 100%; font-family: 'Balsamiq Sans', cursive; font-weight: 700; } .showcase-parallax .title { position: absolute; top: 50%; width: 100%; margin-right: auto; text-align: center; color: #000; font-size: 3rem; letter-spacing: 5px; text-transform: uppercase; padding: 20px; font-weight: 500; background-color: rgba(251, 199, 183, 0.3); } .showcase-parallax .tagline { position: absolute; top: 60%; width: 100%; margin-right: auto; text-align: center; color: #000; font-size: 1.5rem; letter-spacing: 8px; text-transform: uppercase; padding: 20px; font-weight: bold; font-family: 'Montserrat', sans-serif; } .title .border { color: #fff; } /* section styles */ .section { height: 75vh; width: 100%; display: flex; justify-content: center; align-items: center; box-shadow: 25px 0 25px rgba(0, 0, 0, 0.8) } .section div { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; } .section-heading { display: block; margin: 5px 0 5px 50px; padding: 10px 0 10px; text-align: left; font-size: 3.5rem; text-transform: uppercase; font-weight: 600; max-width: 80%; line-height: 2rem; } p.section-text { max-width: 80%; margin: 0 auto; padding: 5px; font-size: 1em; line-height: 2rem; } .light { background-color: #fff; } .pink { background-color: #fbc7b7; } .parallax { background-image: url('/img/coffee-one.jpg'); position: relative; opacity: 0.8 ; background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 75vh; } .parallax .qoute { position: absolute; top: 33.3%; width: 100%; padding: 0 15%; text-align: center; color: #000; font-size: 1.5rem; letter-spacing: 8px; text-transform: uppercase; font-weight: 600; } footer { height: 50vh; background-color: #333; color: #666; padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: left; } footer h2 { color: #fff; font-weight: 600; } footer ul { list-style: none; margin: 0; padding: 0; } footer p { font-size: 0.85em; margin-top: 25px; width: 100%; text-align: center; } footer ul li span { color: white; } @media screen and (max-width:900px) { .section-heading { font-size: 3rem; } p.section-text, footer { font-size: 0.8333rem; } } @media screen and (max-width:800px) { .showcase-parallax .title { font-size: 2rem; } .showcase-parallax .tagline { font-size: 1.1rem; } .section { flex-direction: column; } .section-two div.light, .section-one div.light { display: flex; flex-direction: row; max-height: 100px !important; justify-content: center; align-items: center; flex-wrap: wrap; } .section-heading { flex: 1; height: 50px; } .section.section-two { flex-direction: column-reverse; justify-content: center; align-items: center; } div.light .section-heading { margin: 0 10px; font-size: 1.75rem; /* padding: 0; */ width: auto; } } @media screen and (max-width: 550px) { .parallax-1, .parallax-2 { background-attachment: scroll; } .showcase-parallax .tagline { display: none; } div.light span.section-heading { font-size: 1rem; padding: 0; margin: 0 2.5px; height: auto; } div.pink { justify-content: center; align-items: center; } p.section-text { margin: 0; padding: 5px 0; max-width: 95%; text-align: center; font-size: 0.75rem; } .parallax div.qoute { font-size: 1rem; padding: 0 1rem; } footer { padding: 1rem; text-align: center; } }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&family=Montserrat&display=swap'); * { box-sizing: border-box; } body, html { height: 100%; margin: 0; font-size: 16px; font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 1.8em; color: #333; } .navbar { position: fixed; top: 0; z-index: 1; display: flex; width: 100%; background: rgba(255, 255, 255, 0.8); } .navbar ul { padding: 0; margin: 0; display: flex; list-style: none; width: 100%; justify-content: center; align-items: center; } .navbar ul li { min-width: 100px; text-align: center; font-size: 0.8rem; font-weight: 600; } .navbar ul li a { text-decoration: none; text-transform: uppercase; color: #000; } .navbar ul li img { width: 60px; height: 60px; padding-top: 5px; } .showcase-parallax { position: relative; opacity: 0.7; background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } .showcase-parallax { background-image: url('/img/shocase-two.jpg'); min-height: 100%; font-family: 'Balsamiq Sans', cursive; font-weight: 700; } .showcase-parallax .title { position: absolute; top: 50%; width: 100%; margin-right: auto; text-align: center; color: #000; font-size: 3rem; letter-spacing: 5px; text-transform: uppercase; padding: 20px; font-weight: 500; background-color: rgba(251, 199, 183, 0.3); } .showcase-parallax .tagline { position: absolute; top: 60%; width: 100%; margin-right: auto; text-align: center; color: #000; font-size: 1.5rem; letter-spacing: 8px; text-transform: uppercase; padding: 20px; font-weight: bold; font-family: 'Montserrat', sans-serif; } .title .border { color: #fff; } /* section styles */ .section { height: 75vh; width: 100%; display: flex; justify-content: center; align-items: center; box-shadow: 25px 0 25px rgba(0, 0, 0, 0.8) } .section div { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; } .section-heading { display: block; margin: 5px 0 5px 50px; padding: 10px 0 10px; text-align: left; font-size: 3.5rem; text-transform: uppercase; font-weight: 600; max-width: 80%; line-height: 2rem; } p.section-text { max-width: 80%; margin: 0 auto; padding: 5px; font-size: 1em; line-height: 2rem; } .light { background-color: #fff; } .pink { background-color: #fbc7b7; } .parallax { background-image: url('/img/coffee-one.jpg'); position: relative; opacity: 0.8 ; background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; height: 75vh; } .parallax .qoute { position: absolute; top: 33.3%; width: 100%; padding: 0 15%; text-align: center; color: #000; font-size: 1.5rem; letter-spacing: 8px; text-transform: uppercase; font-weight: 600; } footer { height: 50vh; background-color: #333; color: #666; padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: left; } footer h2 { color: #fff; font-weight: 600; } footer ul { list-style: none; margin: 0; padding: 0; } footer p { font-size: 0.85em; margin-top: 25px; width: 100%; text-align: center; } footer ul li span { color: white; } @media screen and (max-width:900px) { .section-heading { font-size: 3rem; } p.section-text, footer { font-size: 0.8333rem; } } @media screen and (max-width:800px) { .showcase-parallax .title { font-size: 2rem; } .showcase-parallax .tagline { font-size: 1.1rem; } .section { flex-direction: column; } .section-two div.light, .section-one div.light { display: flex; flex-direction: row; max-height: 100px !important; justify-content: center; align-items: center; flex-wrap: wrap; } .section-heading { flex: 1; height: 50px; } .section.section-two { flex-direction: column-reverse; justify-content: center; align-items: center; } div.light .section-heading { margin: 0 10px; font-size: 1.75rem; /* padding: 0; */ width: auto; } } @media screen and (max-width: 550px) { .parallax-1, .parallax-2 { background-attachment: scroll; } .showcase-parallax .tagline { display: none; } div.light span.section-heading { font-size: 1rem; padding: 0; margin: 0 2.5px; height: auto; } div.pink { justify-content: center; align-items: center; } p.section-text { margin: 0; padding: 5px 0; max-width: 95%; text-align: center; font-size: 0.75rem; } .parallax div.qoute { font-size: 1rem; padding: 0 1rem; } footer { padding: 1rem; text-align: center; } }
0.438064
0.087759
body { margin:0px; } header{ text-align: center; height: 5%; font-size: 40px; color: white; font-family: 'Courier New', Courier, monospace; font-weight: bold; background: linear-gradient(to left, blue, lightblue); } #jumbotron{ display:inline-block; width:75%; float:right; } #main{ width: 75%; display: inline-block; margin:0px; } #sidebar{ text-align: center; margin-left: 5px; width: 23%; padding: 2px; display: inline-block; position: fixed; } #cardContainer{ display:inline-block; } #searchButton{ width: 50%; margin-top: 10px; } .card{ width:10rem; display:inline-block; } span{ font-size: 1.25rem; font-weight: bold;; } ul{ list-style-type: none; } #h5{ text-align: center; } .low{ background-color: green; color:white; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .moderate{ background-color: yellow; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .high{ background-color: orange; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .veryhigh{ background-color: red; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .extreme{ background-color: violet; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .list-group { margin-top: 5px; margin-bottom: 5px; padding: 0; list-style: none; } li{ display:block; } .list-item { margin-bottom: 10px; padding: 1.5%; border-radius: 10px; background-color: gray; color: white; text-decoration: none; text-align: center;; display: block; } .hide{ display: none; } @media screen and (max-width: 992px) { header{ font-size: 20px; } #jumbotron{ width: 100%; } #sidebar{ width:100%; position:relative; } #main{ width: 100%; } } @media screen and (min-width: 993px) { header{ font-size: 40px; } #jumbotron{ width: 74%; } #sidebar{ width:24% } #main{ width: 100%; } #cardContainer{ margin-left: ; } }
assets/style.css
body { margin:0px; } header{ text-align: center; height: 5%; font-size: 40px; color: white; font-family: 'Courier New', Courier, monospace; font-weight: bold; background: linear-gradient(to left, blue, lightblue); } #jumbotron{ display:inline-block; width:75%; float:right; } #main{ width: 75%; display: inline-block; margin:0px; } #sidebar{ text-align: center; margin-left: 5px; width: 23%; padding: 2px; display: inline-block; position: fixed; } #cardContainer{ display:inline-block; } #searchButton{ width: 50%; margin-top: 10px; } .card{ width:10rem; display:inline-block; } span{ font-size: 1.25rem; font-weight: bold;; } ul{ list-style-type: none; } #h5{ text-align: center; } .low{ background-color: green; color:white; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .moderate{ background-color: yellow; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .high{ background-color: orange; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .veryhigh{ background-color: red; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .extreme{ background-color: violet; color:black; padding-top: 2px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; border-radius: 10px; } .list-group { margin-top: 5px; margin-bottom: 5px; padding: 0; list-style: none; } li{ display:block; } .list-item { margin-bottom: 10px; padding: 1.5%; border-radius: 10px; background-color: gray; color: white; text-decoration: none; text-align: center;; display: block; } .hide{ display: none; } @media screen and (max-width: 992px) { header{ font-size: 20px; } #jumbotron{ width: 100%; } #sidebar{ width:100%; position:relative; } #main{ width: 100%; } } @media screen and (min-width: 993px) { header{ font-size: 40px; } #jumbotron{ width: 74%; } #sidebar{ width:24% } #main{ width: 100%; } #cardContainer{ margin-left: ; } }
0.501221
0.127462
ul.list-container { margin-bottom: 4rem; } .fleet-item { position: relative; min-height: 80px; margin-bottom: .6rem; border: 1px solid #ddd; -webkit-border-radius: .2rem; -moz-border-radius: .2rem; border-radius: .2rem; } .fleet-item i.material-icons { vertical-align: middle; font-size: 15.5pt; margin-right: .2rem; } .fleet-item i.material-icons + * { vertical-align: middle; } .fleet-manu { margin-left: .2rem !important; font-size: 10pt; font-weight: 500; text-transform: uppercase; } .fleet-manu * { vertical-align: middle; } .min-fleet-flag { height: 15px; margin-right: .5rem; } .fleet-type-container { position: relative; } .rcrft-type-img { vertical-align: middle; } .charter-type { width: 92%; } .jet-type { width: 76%; } .fleet-item small.info-legend { display: block; font-size: 7pt; font-weight: 400; } /* PHOTO ON HOVER */ .fleet-img-pop { position: absolute; bottom: 100%; background-color: #8791BF; padding: .4rem .4rem 0 .4rem; -webkit-border-radius: .1rem; -moz-border-radius: .1rem; border-radius: .1rem; visibility: hidden; opacity: 0; transition: opacity .6s; } .fleet-img-pop .arrow { width:0; height:0; border:10px solid transparent; border-bottom:none; border-top:10px solid #8791BF; position:absolute; bottom:-7px; left:30%; } .fleet-img-pop img { width: 15rem; cursor: pointer; opacity: 1; transition: opacity .5s; transition-delay: .2s; } .fleet-img-pop i.material-icons { position: absolute; top: 35%; left: 40%; color: #fff; font-size: 35pt; font-weight: 600; cursor: pointer; opacity: 0; transition: opacity .5s; transition-delay: .2s; } .fleet-type-container:hover .fleet-img-pop { visibility: visible; opacity: 1; } .fleet-img-pop:hover img { opacity:.4; } .fleet-img-pop img:hover ~ i.material-icons, .fleet-img-pop i.material-icons:hover { opacity: .8; } /* END photo on hover */ /*** FILTER FORM ***/ #fleet-filter-form { height: 0; overflow: hidden; background: rgba(195,198,216, .5); -webkit-border-radius: .2rem; -moz-border-radius: .2rem; border-radius: .2rem; border: 1px solid #c3c6d8; transition: all .3s; transition-delay: .1s; }#fleet-filter-form .input-field{ opacity: 0; transition: opacity .3s; transition-delay: .2s; } #fleet-filter-form.visible { min-height: 5rem; overflow: visible; } #fleet-filter-form.visible .input-field { opacity: 1; } .filter-btn { padding-left: 0 !important; } .filter-btn h4 { font-weight: 500; margin-bottom: .3rem; padding-left: 0 !important; } .filter-btn h4 span { cursor: pointer; } .filter-btn h4 i.material-icons { font-size: 17pt; vertical-align: middle; } #fleet-filter-form .input-field.fleet-type-form-cont { margin-top: 0; } #fleet-filter-form input[type=checkbox] + label { display: block; color: #222; font-weight: 500; } [type=checkbox]:checked + label:before { border-right: .3rem solid #47559D; border-bottom: .3rem solid #47559D; } #fleet-filter-form i.material-icons { vertical-align: middle; } #fleet-filter-form .select-dropdown li img { height: 26px; width: 26px; margin: 13px 15px; } /*** END filter form ***/ /******** END fleet list *********/ /********************** AIRCRAFT_DETAILS ********************/ .aircraft_h1 { font-size:30pt; font-weight: 500; text-transform: uppercase; } .aircraft_h2 { margin-top:0; } .aircraft_h2 img { margin-left: 1rem; } .photo-card img { width: 100%; } .bloc-photo { padding:1rem; } li.tab * { color: #47559D !important; } .indicator { background-color: #8791BF !important; } .custom-card-tabs { height: max-content; position: relative; } .custom-tabs { height: max-content; } .custom-tabs .tab img { border-radius: 2px; border: 2px solid #8791BF; width: 100% !important; } .custom-tabs .tab { margin-bottom: .4rem; opacity: .5; transition: all .3s ease-out; } .custom-tabs .tab:hover { opacity: .7; transition: all .3s ease-out; } .custom-tabs .tab.active { opacity: 1; transform: scale(1.10); transition: all .3s ease-in; } .photo-card { display: none; } #description-tab .card-content div { padding-bottom: .3rem; }
assets/css/fleet.css
ul.list-container { margin-bottom: 4rem; } .fleet-item { position: relative; min-height: 80px; margin-bottom: .6rem; border: 1px solid #ddd; -webkit-border-radius: .2rem; -moz-border-radius: .2rem; border-radius: .2rem; } .fleet-item i.material-icons { vertical-align: middle; font-size: 15.5pt; margin-right: .2rem; } .fleet-item i.material-icons + * { vertical-align: middle; } .fleet-manu { margin-left: .2rem !important; font-size: 10pt; font-weight: 500; text-transform: uppercase; } .fleet-manu * { vertical-align: middle; } .min-fleet-flag { height: 15px; margin-right: .5rem; } .fleet-type-container { position: relative; } .rcrft-type-img { vertical-align: middle; } .charter-type { width: 92%; } .jet-type { width: 76%; } .fleet-item small.info-legend { display: block; font-size: 7pt; font-weight: 400; } /* PHOTO ON HOVER */ .fleet-img-pop { position: absolute; bottom: 100%; background-color: #8791BF; padding: .4rem .4rem 0 .4rem; -webkit-border-radius: .1rem; -moz-border-radius: .1rem; border-radius: .1rem; visibility: hidden; opacity: 0; transition: opacity .6s; } .fleet-img-pop .arrow { width:0; height:0; border:10px solid transparent; border-bottom:none; border-top:10px solid #8791BF; position:absolute; bottom:-7px; left:30%; } .fleet-img-pop img { width: 15rem; cursor: pointer; opacity: 1; transition: opacity .5s; transition-delay: .2s; } .fleet-img-pop i.material-icons { position: absolute; top: 35%; left: 40%; color: #fff; font-size: 35pt; font-weight: 600; cursor: pointer; opacity: 0; transition: opacity .5s; transition-delay: .2s; } .fleet-type-container:hover .fleet-img-pop { visibility: visible; opacity: 1; } .fleet-img-pop:hover img { opacity:.4; } .fleet-img-pop img:hover ~ i.material-icons, .fleet-img-pop i.material-icons:hover { opacity: .8; } /* END photo on hover */ /*** FILTER FORM ***/ #fleet-filter-form { height: 0; overflow: hidden; background: rgba(195,198,216, .5); -webkit-border-radius: .2rem; -moz-border-radius: .2rem; border-radius: .2rem; border: 1px solid #c3c6d8; transition: all .3s; transition-delay: .1s; }#fleet-filter-form .input-field{ opacity: 0; transition: opacity .3s; transition-delay: .2s; } #fleet-filter-form.visible { min-height: 5rem; overflow: visible; } #fleet-filter-form.visible .input-field { opacity: 1; } .filter-btn { padding-left: 0 !important; } .filter-btn h4 { font-weight: 500; margin-bottom: .3rem; padding-left: 0 !important; } .filter-btn h4 span { cursor: pointer; } .filter-btn h4 i.material-icons { font-size: 17pt; vertical-align: middle; } #fleet-filter-form .input-field.fleet-type-form-cont { margin-top: 0; } #fleet-filter-form input[type=checkbox] + label { display: block; color: #222; font-weight: 500; } [type=checkbox]:checked + label:before { border-right: .3rem solid #47559D; border-bottom: .3rem solid #47559D; } #fleet-filter-form i.material-icons { vertical-align: middle; } #fleet-filter-form .select-dropdown li img { height: 26px; width: 26px; margin: 13px 15px; } /*** END filter form ***/ /******** END fleet list *********/ /********************** AIRCRAFT_DETAILS ********************/ .aircraft_h1 { font-size:30pt; font-weight: 500; text-transform: uppercase; } .aircraft_h2 { margin-top:0; } .aircraft_h2 img { margin-left: 1rem; } .photo-card img { width: 100%; } .bloc-photo { padding:1rem; } li.tab * { color: #47559D !important; } .indicator { background-color: #8791BF !important; } .custom-card-tabs { height: max-content; position: relative; } .custom-tabs { height: max-content; } .custom-tabs .tab img { border-radius: 2px; border: 2px solid #8791BF; width: 100% !important; } .custom-tabs .tab { margin-bottom: .4rem; opacity: .5; transition: all .3s ease-out; } .custom-tabs .tab:hover { opacity: .7; transition: all .3s ease-out; } .custom-tabs .tab.active { opacity: 1; transform: scale(1.10); transition: all .3s ease-in; } .photo-card { display: none; } #description-tab .card-content div { padding-bottom: .3rem; }
0.346431
0.054149
html { background:#fff; } body { line-height: 1; color: #000; font-weight: normal; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; font-size: 13px; -webkit-font-smoothing: antialiased; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; background-color: #eee; text-align: center; } 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; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } #topstrip { position: fixed; top: 0; height: 16px; width: 100%; background: #822; padding: 10px; color: #fff; text-align: center; } .outer { width: 1100px; margin-left:auto; margin-right:auto; } .outermain { width: 650px; text-align:left; float:left; margin-left:10px; margin-bottom:10px; } .outerlogin { text-align:left; float:left; width: 420px; } .board { width: 620px; margin: 10px; float:left; background-color: #333; } .boardcell { width:95px; text-align:left; float:left; margin: 4px; padding: 4px; background-color: #444; font-size: 18px; color: #fff; } .boardheader { width:103px; text-align:left; float:left; margin: 0px; padding: 4px; font-size: 22px; background-color: #822; color: #fff; }
silicone-demo/src/main/webapp/css/purestyle.css
html { background:#fff; } body { line-height: 1; color: #000; font-weight: normal; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; font-size: 13px; -webkit-font-smoothing: antialiased; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0; background-color: #eee; text-align: center; } 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; } .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } #topstrip { position: fixed; top: 0; height: 16px; width: 100%; background: #822; padding: 10px; color: #fff; text-align: center; } .outer { width: 1100px; margin-left:auto; margin-right:auto; } .outermain { width: 650px; text-align:left; float:left; margin-left:10px; margin-bottom:10px; } .outerlogin { text-align:left; float:left; width: 420px; } .board { width: 620px; margin: 10px; float:left; background-color: #333; } .boardcell { width:95px; text-align:left; float:left; margin: 4px; padding: 4px; background-color: #444; font-size: 18px; color: #fff; } .boardheader { width:103px; text-align:left; float:left; margin: 0px; padding: 4px; font-size: 22px; background-color: #822; color: #fff; }
0.396068
0.071009
width: 100%; max-width: 1182px; margin: 0 auto; padding: 0 20px; background: #fff; border-left: solid 1px rgba(0, 0, 0, .1); border-right: solid 1px rgba(0, 0, 0, .1) } #main_content > .container { background: #fff; max-width: 100%; padding: 0; } #main_content > .container:last-child { padding-bottom: 20px } #top { min-height: 33px; margin-bottom: -2px; background: none; border: none; } #top:before { display: none; } #top .container { min-height: 33px; margin: -2px auto 0; padding: 0 17px; border-bottom: solid 1px rgba(0, 0, 0, .1); border-left: solid 1px rgba(0, 0, 0, .06); border-right: solid 1px rgba(0, 0, 0, .06) } #top .btn-group > .btn { padding: 3px 6px 4px } header > .container { background: #fff; padding: 20px 20px 0; border-left: solid 1px rgba(0, 0, 0, .1); border-right: solid 1px rgba(0, 0, 0, .1) } header > .container:last-child { padding-top: 0; } .clear { height: 20px; background: #fff; } footer { margin: 0; padding: 0; background: rgba(0, 0, 0, 0); box-shadow: 0 0 0; border: none; } footer > .container { padding: 20px 20px 15px; opacity: .95 } footer > .container h5 span, footer > .container h5 i { background: none; } @media (min-width: 992px) and (max-width: 1200px) { .custom_menu div a { line-height: 41px; } } @media (max-width: 767px) { header > .container { padding: 20px 15px 0 } header > .container:last-child { padding-top: 0; } #main_content { max-width: 100%; padding: 0 15px; } } @media (min-width: 768px) { #main_content { width: 750px; } } @media (min-width: 992px) { #main_content { width: 970px; } #menu_wrap .container { padding: 0 22px; } } @media (min-width: 1170px) { #main_content { width: 1170px; } #menu_wrap .container { padding: 0 21px; } }
static/css/backgroud.css
width: 100%; max-width: 1182px; margin: 0 auto; padding: 0 20px; background: #fff; border-left: solid 1px rgba(0, 0, 0, .1); border-right: solid 1px rgba(0, 0, 0, .1) } #main_content > .container { background: #fff; max-width: 100%; padding: 0; } #main_content > .container:last-child { padding-bottom: 20px } #top { min-height: 33px; margin-bottom: -2px; background: none; border: none; } #top:before { display: none; } #top .container { min-height: 33px; margin: -2px auto 0; padding: 0 17px; border-bottom: solid 1px rgba(0, 0, 0, .1); border-left: solid 1px rgba(0, 0, 0, .06); border-right: solid 1px rgba(0, 0, 0, .06) } #top .btn-group > .btn { padding: 3px 6px 4px } header > .container { background: #fff; padding: 20px 20px 0; border-left: solid 1px rgba(0, 0, 0, .1); border-right: solid 1px rgba(0, 0, 0, .1) } header > .container:last-child { padding-top: 0; } .clear { height: 20px; background: #fff; } footer { margin: 0; padding: 0; background: rgba(0, 0, 0, 0); box-shadow: 0 0 0; border: none; } footer > .container { padding: 20px 20px 15px; opacity: .95 } footer > .container h5 span, footer > .container h5 i { background: none; } @media (min-width: 992px) and (max-width: 1200px) { .custom_menu div a { line-height: 41px; } } @media (max-width: 767px) { header > .container { padding: 20px 15px 0 } header > .container:last-child { padding-top: 0; } #main_content { max-width: 100%; padding: 0 15px; } } @media (min-width: 768px) { #main_content { width: 750px; } } @media (min-width: 992px) { #main_content { width: 970px; } #menu_wrap .container { padding: 0 22px; } } @media (min-width: 1170px) { #main_content { width: 1170px; } #menu_wrap .container { padding: 0 21px; } }
0.481698
0.085671
@media (max-width: 768px){ body{ padding-top: 0; background: #eee; } body .container{ width: 100%; } h1, h3, h2, h4, h5, h6,ul,li,div,p{ padding: 0; margin: 0; } /*头*/ .header { background-color: #fff; height: 2.1rem; position: relative; } .header .goback, .header .gohome, .header .logo, .header .qtool { position: absolute; top: 0; } .scroll-view .header, .scroll-view .header .logo a, .scroll-view .header .qtool a { height: 2.5rem; } #scroll-wrap .scroll-view{ display: block; } .scroll-view .header .logo { left: 0; } .scroll-view .header .logo a { padding:0.75rem 0 0 0.25rem ; width: 7.0rem; display: inline-block; height:1.5rem; } .scroll-view .header .logo a img{ width: 100%; height: auto; } .scroll-view .header .title { box-sizing: border-box; color: #00c3f5; font-size: 16px; line-height: 1.5rem; max-width: none; padding-left: 2.575rem; text-align: left; width: 100%; } .scroll-view .header .qtool { right: 0.55rem; text-align: right; font-size: 14px; } .scroll-view .header .qtool a { display: inline-block; float: left; padding: 1rem 0.75rem 0 0; } .scroll-view .header .qtool a:last-child { padding-right: 0.25rem; } .scroll-view .header .qtool .iconfont { color: #999; } .scroll-view .header .qtool .login .ico-member::before { color: #00c3f5; } .scroll-view .act-bar img { width: 100%; } .scroll-view .footer { overflow: auto; padding: 0.45rem; } .scroll-view .footer a { color: #888; } .scroll-view .footer .mall-qrcode { float: left; height: 2.4rem; margin: 0 0.55rem 0 0; width: 2.4rem; } .scroll-view .footer .wxid { color: #666; line-height: 2.4rem; } .scroll-view .footer .copy { color: #999; float: left; font-size: 10px; line-height: 1.5; padding-top: 0.27rem; text-align: center; } .scroll-view .footer .footer-copyright { clear: both; color: #999; font-size: 12px; line-height: 1.6; padding: 0.55rem 0 0; text-align: left; } .scroll-view .footer .footer-copyright a { color: #999; } .scroll-view .footer .footer-copyright a:active { color: #666; } .header .glyphicon { display: block; font-size: 16px; height: 0.5rem; line-height: 0.5rem; width: 0.5rem; color: #999; }/*头 E*/ /*轮播*/ .app .headBanner{ height: 8.0rem; } .app .headBanner .carousel-inner{ left:0; margin-left: 0; } .headBanner .app-banner .pcb-img{ display: none; } .headBanner .app-banner .appb-img{ display: block; } .mainbody .headBanner .app-banner{ width: 100%; height: 8.0rem; } .mainbody .headBanner .app-banner img{ width: 100%; }/*轮播*/ /*分类导航*/ .app .channel{ display: block; } .channel { background-color: #fff; padding: 0.6rem 0.4rem; } .channel .row { padding-top: 0.6rem; } .channel .row:first-child { padding-top: 0; } .channel .item { float: left; text-align: center; width: 25%; } .channel .item a { display: inline-block; } .channel .item span { color: #666; } .channel .item .name { display: block; margin: 0.4rem -1rem 0; overflow: hidden; } .channel .icon { background-position: 50% center; background-repeat: no-repeat; background-size: contain; display: block; height: 2.35rem; margin: 0 auto; width: 2.35rem; }/*分类导航 E*/ /*移动端广告和推荐*/ .app .act-bar{ display: block; } .app .hipost{ display: block; } .act-bar, .channel, .hipost, .mid-slider { margin-top: 0.4rem; } .act-bar img, .channel img{ width: 100%; height: 100%; } .hipost .tricol .cell { height: auto; margin-left: 0.4rem; } .hipost .tricol .cell img { width: 100%; } .hipost .tricol .cell:first-child { margin-left: 0; } .grids .row { border-top: 0.11111rem solid #eee; display: flex; justify-content: space-between; position: relative; } .grids .row:first-child { border-top: medium none; } .grids .cell { -moz-box-flex: 1; background-color: #fff; box-sizing: border-box; flex: 1 1 0; height: 6.11111rem; margin-left: 0.11111rem; position: relative; width: 4.94444rem; } .grids .cell:first-child { border-left: medium none; margin-left: 0; } .grids .cell.cell-album img { height: 6.11111rem; width: 4.94444rem; } .grids .cell a { box-sizing: border-box; display: block; height: 100%; position: relative; } .grids .cell .sale-sign { border-radius: 50%; color: #fff; font-size: 10px; height: 30px; line-height: 32px; overflow: hidden; position: absolute; right: 0.41667rem; text-align: center; top: 0.41667rem; width: 30px; } .grids .pic { display: table; overflow: hidden; width: 100%; } .grids .pic .pic-cell { display: table-cell; padding: 0.5rem 0 0.27778rem; text-align: center; vertical-align: middle; width: 100%; } .grids .pic img { height: 3.33333rem; width: 3.33333rem; } .grids .info { line-height: 1.3; padding: 0 0.27778rem 0.44444rem; text-align: center; } .grids .info h3 { color: #333; font-size: 13px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .grids .info .comment, .grids .info .sale-tag { font-size: 12px; margin-top: 0.16667rem; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .grids .info .sale-tag { color: #f0415f; display: inline-block; } .grids .info .sale-tag i { background-color: #f0415f; border-radius: 2px; box-sizing: border-box; color: #fff; float: left; font-size: 90%; height: 14px; line-height: 1.4; margin-right: 1px; overflow: hidden; padding: 0 2px; text-align: center; vertical-align: baseline; } .grids .info .comment { color: #999; } .grids .info .price { font-family: Arial,sans-serif; font-size: 14px; margin-top: 0.11111rem; } .grids .info .price span { display: inline-block; } .grids .info .price .p-sale { color: #f0415f; } .grids .info .price .p-orn { color: #bbb; font-size: 10px; margin-left: 2px; } .grids .tricol { border-top: 1px solid #eee; } .grids .tricol .cell { margin-left: 1px; } .grids .tricol .cell .sale-sign { right: 0.27778rem; top: 0.27778rem; } .grids .tricol .pic .pic-cell { padding: 0.27778rem 0; } .grids .tricol .pic img { height: 2.77778rem; width: 2.77778rem; } .grids .tricol .info { padding-bottom: 0.38889rem; } .hipost .tricol .cell { height: auto; margin-left: 0.22222rem; } .hipost .tricol .cell img { width: 100%; } .hipost .tricol .cell:first-child { margin-left: 0; }/*移动端广告和推荐 E*/ /*热卖推荐*/ .app .home-hot{ display: none; } .app .recommend{ display: block; } .brand-day, .recommend { background-color: #fff; margin-top: 0.2rem; } .after-brd-b, .brand-day .hd::after, .header::after, .recommend .hd::after { border-top:none; } .after-brd-b, .after-brd-t, .brand-day .hd::after, .header::after, .recommend .bloc::after, .recommend .hd::after { content: ""; display: block; height: 1px; left: 0; position: absolute; right: 0; transform: scaleY(0.5); width: 100%; z-index: 1; } .card .hd { font-size: 15px; height: 0.8rem; line-height: 0.8rem; padding: 0.72rem 0.55rem; position: relative; } .card .hd .tit { border-left: 0.19rem solid #00c3f5; color: #333; float: left; padding-left: 0.4rem; } .card .hd .more { color: #999; float: right; } .card .hd .more .ico-more, .card .hd .more .ico-more::after { color: #999; font-size: 12px; line-height: 0.7rem; } .before-brd-l, .brand-day .tricol .cell::before, .recommend .bloc::before, .recommend .tricol .cell::before { content: ""; display: block; height: 100%; left: -1px; position: absolute; top: 0; transform: scaleX(0.5); width: 1px; z-index: 1; } .card .hd .more .ico-more::after { content: ""; font-family: iconfont; } .card .more a { display: block; height: 2rem; line-height: 2rem; text-align: center; } .recommend .grids { margin-top: -1px; overflow: hidden; width: 100%; } .recommend .bloc { box-sizing: border-box; float: left; padding: 0.8rem 0.4444rem 0.8rem; position: relative; width: 50%; z-index: 0; } .recommend .bloc:first-child { padding: 0.888rem 0.5rem 0.5rem; } .recommend .bloc:first-child a { box-sizing: border-box; height: 9.6rem; width: 100%; } .recommend .bloc:first-child .info { width: auto; } .recommend .bloc:first-child .pic { height: 6rem; width: 6rem; } .recommend .bloc:first-child .price span { display: block; } .recommend .bloc a { display: block; height: 4rem; position: relative; width: 100%; } .recommend .bloc .pic { bottom: 0; height: 4rem; position: absolute; right: 0; width: 4rem; } .recommend .bloc .pic img { height: 100%; width: 100%; } .recommend .info { padding: 0; text-align: left; width: 2.63889rem; }/*热卖推荐 E*/ /*楼层*/ .home-floor{ padding-top: 0; } .home-floor-content h2.mbf-title{ font-size: 15px; height: 0.8rem; line-height: 0.8rem; position: relative; } .home-floor-product{ width: 100%; margin-top: 0.5rem; } .home-floor-product ul{ width: 100%; margin: 0; } .home-product{ width:9.1rem; height:12.95rem; } .home-product.first img{ width:9.1rem; height:12.95rem; } .home-product .home-product-img{ width: 6.8rem; height: 6.8rem; margin:0.75rem 1.15rem 0; } .home-floor .home-floor-product .home-product{ margin: 0 0 0.125rem 0; } .home-floor .home-floor-product .home-product.mmr10{ margin-right: 0.125rem; } .home-product .home-product-title{ margin-top: 1.0rem; } .app .app-floor-ad{ display: block; } .app .pc-floor-ad{ display: none; } .app img.app-floor-ad{ width: 100%; height: 100%; } /*-----------------------------------------*/ /*list详情页*/ .list { min-height:100%; background:#f1f1f1; line-height:1.5 } .list .header-back { position:absolute; top:0; left:0; z-index:3; padding:.42rem .56rem } .list .header-back:after { margin-left:0.1rem; font-size:20px; font-style:normal; color:#5b5b5b; } .list .list-catetory { text-align:center; border:.42rem solid #f1f1f1; background:#fff } .list .list-catetory+.list-catetory { border-top:none } .list .list-catetory h3 { font-style:normal; font-size:15px; text-align:left; height:1.25rem; padding-left:.33333rem; line-height:1.25rem; overflow:hidden } .list .list-catetory h3 a { float:right; font-size:13px; padding:0 .33333rem; font-weight:400; } .list .list-catetory h3 a:after { margin-left:0.1rem; font-size:13px; font-style:normal; color:#ccc; } .list .list-catetory ul li { float:left; width:3.19444rem; height:2.63889rem; margin-bottom:.13889rem } .list .list-catetory ul li img { width:1.66667rem } .list .list-catetory ul li p { font-size:12px; line-height:2; padding:0 5px; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .list .list-catetory ul:after,.list .list-catetory ul:before { content:" "; display:table } .list .list-catetory ul:after { clear:both } .list-filter { background:#fff; position:relative; height:1.22232rem; overflow:hidden } .list-filter:after { content:""; position:absolute; z-index:1; left:0; right:0; bottom:-1px; width:100%; height:1px; display:block; border-top:1px solid #e5e5e5; -webkit-transform:scaleY(.5); transform:scaleY(.5) } .list-filter.fixed { position:fixed; top:44px; left:0; width:100%; z-index:2 } .list-filter ul { height:1.25rem } .list-filter ul.flex { display:flex } .list-filter ul.flex li { flex:1 } .list-filter ul.scroll li { max-width:4.63rem; min-width:2.1298rem; padding:0 .1852rem; box-sizing:border-box } .list-filter ul.scroll li a { width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .list-filter ul.scroll li i { display:none } .list-filter li { display:none; float:left; height:1.25rem; text-align:center; cursor:pointer; white-space:nowrap } .list-filter li a { position:relative; display:inline-block; line-height:1.25rem; font-size:14px; color:#333 } .list-filter li.li-filtrate .arrow-mini-down { margin-top:-.02778rem } .list-filter li.current a { color:#00c3f5; } /*返回顶部*/ .layout-magnet { position:fixed; right:0; color:#fff; z-index:9999; font-weight:400; bottom: 2.5rem; height: 2.5rem; width: 2.5rem; display: none; } .layout-magnet .layout-magnet-item { position:relative; right:0; background-color:#d8d8d8; transition:all .3s linear; margin-bottom:1px; } .layout-magnet .layout-magnet-icon { display:inline-block; vertical-align:middle; width:2.5rem; height:2.5rem; text-align:center } .layout-magnet-icon i.glyphicon{ font-size: 30px; top: 0.5rem; } .layout-magnet .layout-magnet-item:hover { background-color:#a39a9a } .layout-magnet .layout-magnet-link { display:block; line-height:1.25rem; color:#fff; word-break:keep-all; font-size:0 } /*返回顶部 E*/ /*-----------------------------------------*/ }
static/user/css/app.css
@media (max-width: 768px){ body{ padding-top: 0; background: #eee; } body .container{ width: 100%; } h1, h3, h2, h4, h5, h6,ul,li,div,p{ padding: 0; margin: 0; } /*头*/ .header { background-color: #fff; height: 2.1rem; position: relative; } .header .goback, .header .gohome, .header .logo, .header .qtool { position: absolute; top: 0; } .scroll-view .header, .scroll-view .header .logo a, .scroll-view .header .qtool a { height: 2.5rem; } #scroll-wrap .scroll-view{ display: block; } .scroll-view .header .logo { left: 0; } .scroll-view .header .logo a { padding:0.75rem 0 0 0.25rem ; width: 7.0rem; display: inline-block; height:1.5rem; } .scroll-view .header .logo a img{ width: 100%; height: auto; } .scroll-view .header .title { box-sizing: border-box; color: #00c3f5; font-size: 16px; line-height: 1.5rem; max-width: none; padding-left: 2.575rem; text-align: left; width: 100%; } .scroll-view .header .qtool { right: 0.55rem; text-align: right; font-size: 14px; } .scroll-view .header .qtool a { display: inline-block; float: left; padding: 1rem 0.75rem 0 0; } .scroll-view .header .qtool a:last-child { padding-right: 0.25rem; } .scroll-view .header .qtool .iconfont { color: #999; } .scroll-view .header .qtool .login .ico-member::before { color: #00c3f5; } .scroll-view .act-bar img { width: 100%; } .scroll-view .footer { overflow: auto; padding: 0.45rem; } .scroll-view .footer a { color: #888; } .scroll-view .footer .mall-qrcode { float: left; height: 2.4rem; margin: 0 0.55rem 0 0; width: 2.4rem; } .scroll-view .footer .wxid { color: #666; line-height: 2.4rem; } .scroll-view .footer .copy { color: #999; float: left; font-size: 10px; line-height: 1.5; padding-top: 0.27rem; text-align: center; } .scroll-view .footer .footer-copyright { clear: both; color: #999; font-size: 12px; line-height: 1.6; padding: 0.55rem 0 0; text-align: left; } .scroll-view .footer .footer-copyright a { color: #999; } .scroll-view .footer .footer-copyright a:active { color: #666; } .header .glyphicon { display: block; font-size: 16px; height: 0.5rem; line-height: 0.5rem; width: 0.5rem; color: #999; }/*头 E*/ /*轮播*/ .app .headBanner{ height: 8.0rem; } .app .headBanner .carousel-inner{ left:0; margin-left: 0; } .headBanner .app-banner .pcb-img{ display: none; } .headBanner .app-banner .appb-img{ display: block; } .mainbody .headBanner .app-banner{ width: 100%; height: 8.0rem; } .mainbody .headBanner .app-banner img{ width: 100%; }/*轮播*/ /*分类导航*/ .app .channel{ display: block; } .channel { background-color: #fff; padding: 0.6rem 0.4rem; } .channel .row { padding-top: 0.6rem; } .channel .row:first-child { padding-top: 0; } .channel .item { float: left; text-align: center; width: 25%; } .channel .item a { display: inline-block; } .channel .item span { color: #666; } .channel .item .name { display: block; margin: 0.4rem -1rem 0; overflow: hidden; } .channel .icon { background-position: 50% center; background-repeat: no-repeat; background-size: contain; display: block; height: 2.35rem; margin: 0 auto; width: 2.35rem; }/*分类导航 E*/ /*移动端广告和推荐*/ .app .act-bar{ display: block; } .app .hipost{ display: block; } .act-bar, .channel, .hipost, .mid-slider { margin-top: 0.4rem; } .act-bar img, .channel img{ width: 100%; height: 100%; } .hipost .tricol .cell { height: auto; margin-left: 0.4rem; } .hipost .tricol .cell img { width: 100%; } .hipost .tricol .cell:first-child { margin-left: 0; } .grids .row { border-top: 0.11111rem solid #eee; display: flex; justify-content: space-between; position: relative; } .grids .row:first-child { border-top: medium none; } .grids .cell { -moz-box-flex: 1; background-color: #fff; box-sizing: border-box; flex: 1 1 0; height: 6.11111rem; margin-left: 0.11111rem; position: relative; width: 4.94444rem; } .grids .cell:first-child { border-left: medium none; margin-left: 0; } .grids .cell.cell-album img { height: 6.11111rem; width: 4.94444rem; } .grids .cell a { box-sizing: border-box; display: block; height: 100%; position: relative; } .grids .cell .sale-sign { border-radius: 50%; color: #fff; font-size: 10px; height: 30px; line-height: 32px; overflow: hidden; position: absolute; right: 0.41667rem; text-align: center; top: 0.41667rem; width: 30px; } .grids .pic { display: table; overflow: hidden; width: 100%; } .grids .pic .pic-cell { display: table-cell; padding: 0.5rem 0 0.27778rem; text-align: center; vertical-align: middle; width: 100%; } .grids .pic img { height: 3.33333rem; width: 3.33333rem; } .grids .info { line-height: 1.3; padding: 0 0.27778rem 0.44444rem; text-align: center; } .grids .info h3 { color: #333; font-size: 13px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; } .grids .info .comment, .grids .info .sale-tag { font-size: 12px; margin-top: 0.16667rem; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .grids .info .sale-tag { color: #f0415f; display: inline-block; } .grids .info .sale-tag i { background-color: #f0415f; border-radius: 2px; box-sizing: border-box; color: #fff; float: left; font-size: 90%; height: 14px; line-height: 1.4; margin-right: 1px; overflow: hidden; padding: 0 2px; text-align: center; vertical-align: baseline; } .grids .info .comment { color: #999; } .grids .info .price { font-family: Arial,sans-serif; font-size: 14px; margin-top: 0.11111rem; } .grids .info .price span { display: inline-block; } .grids .info .price .p-sale { color: #f0415f; } .grids .info .price .p-orn { color: #bbb; font-size: 10px; margin-left: 2px; } .grids .tricol { border-top: 1px solid #eee; } .grids .tricol .cell { margin-left: 1px; } .grids .tricol .cell .sale-sign { right: 0.27778rem; top: 0.27778rem; } .grids .tricol .pic .pic-cell { padding: 0.27778rem 0; } .grids .tricol .pic img { height: 2.77778rem; width: 2.77778rem; } .grids .tricol .info { padding-bottom: 0.38889rem; } .hipost .tricol .cell { height: auto; margin-left: 0.22222rem; } .hipost .tricol .cell img { width: 100%; } .hipost .tricol .cell:first-child { margin-left: 0; }/*移动端广告和推荐 E*/ /*热卖推荐*/ .app .home-hot{ display: none; } .app .recommend{ display: block; } .brand-day, .recommend { background-color: #fff; margin-top: 0.2rem; } .after-brd-b, .brand-day .hd::after, .header::after, .recommend .hd::after { border-top:none; } .after-brd-b, .after-brd-t, .brand-day .hd::after, .header::after, .recommend .bloc::after, .recommend .hd::after { content: ""; display: block; height: 1px; left: 0; position: absolute; right: 0; transform: scaleY(0.5); width: 100%; z-index: 1; } .card .hd { font-size: 15px; height: 0.8rem; line-height: 0.8rem; padding: 0.72rem 0.55rem; position: relative; } .card .hd .tit { border-left: 0.19rem solid #00c3f5; color: #333; float: left; padding-left: 0.4rem; } .card .hd .more { color: #999; float: right; } .card .hd .more .ico-more, .card .hd .more .ico-more::after { color: #999; font-size: 12px; line-height: 0.7rem; } .before-brd-l, .brand-day .tricol .cell::before, .recommend .bloc::before, .recommend .tricol .cell::before { content: ""; display: block; height: 100%; left: -1px; position: absolute; top: 0; transform: scaleX(0.5); width: 1px; z-index: 1; } .card .hd .more .ico-more::after { content: ""; font-family: iconfont; } .card .more a { display: block; height: 2rem; line-height: 2rem; text-align: center; } .recommend .grids { margin-top: -1px; overflow: hidden; width: 100%; } .recommend .bloc { box-sizing: border-box; float: left; padding: 0.8rem 0.4444rem 0.8rem; position: relative; width: 50%; z-index: 0; } .recommend .bloc:first-child { padding: 0.888rem 0.5rem 0.5rem; } .recommend .bloc:first-child a { box-sizing: border-box; height: 9.6rem; width: 100%; } .recommend .bloc:first-child .info { width: auto; } .recommend .bloc:first-child .pic { height: 6rem; width: 6rem; } .recommend .bloc:first-child .price span { display: block; } .recommend .bloc a { display: block; height: 4rem; position: relative; width: 100%; } .recommend .bloc .pic { bottom: 0; height: 4rem; position: absolute; right: 0; width: 4rem; } .recommend .bloc .pic img { height: 100%; width: 100%; } .recommend .info { padding: 0; text-align: left; width: 2.63889rem; }/*热卖推荐 E*/ /*楼层*/ .home-floor{ padding-top: 0; } .home-floor-content h2.mbf-title{ font-size: 15px; height: 0.8rem; line-height: 0.8rem; position: relative; } .home-floor-product{ width: 100%; margin-top: 0.5rem; } .home-floor-product ul{ width: 100%; margin: 0; } .home-product{ width:9.1rem; height:12.95rem; } .home-product.first img{ width:9.1rem; height:12.95rem; } .home-product .home-product-img{ width: 6.8rem; height: 6.8rem; margin:0.75rem 1.15rem 0; } .home-floor .home-floor-product .home-product{ margin: 0 0 0.125rem 0; } .home-floor .home-floor-product .home-product.mmr10{ margin-right: 0.125rem; } .home-product .home-product-title{ margin-top: 1.0rem; } .app .app-floor-ad{ display: block; } .app .pc-floor-ad{ display: none; } .app img.app-floor-ad{ width: 100%; height: 100%; } /*-----------------------------------------*/ /*list详情页*/ .list { min-height:100%; background:#f1f1f1; line-height:1.5 } .list .header-back { position:absolute; top:0; left:0; z-index:3; padding:.42rem .56rem } .list .header-back:after { margin-left:0.1rem; font-size:20px; font-style:normal; color:#5b5b5b; } .list .list-catetory { text-align:center; border:.42rem solid #f1f1f1; background:#fff } .list .list-catetory+.list-catetory { border-top:none } .list .list-catetory h3 { font-style:normal; font-size:15px; text-align:left; height:1.25rem; padding-left:.33333rem; line-height:1.25rem; overflow:hidden } .list .list-catetory h3 a { float:right; font-size:13px; padding:0 .33333rem; font-weight:400; } .list .list-catetory h3 a:after { margin-left:0.1rem; font-size:13px; font-style:normal; color:#ccc; } .list .list-catetory ul li { float:left; width:3.19444rem; height:2.63889rem; margin-bottom:.13889rem } .list .list-catetory ul li img { width:1.66667rem } .list .list-catetory ul li p { font-size:12px; line-height:2; padding:0 5px; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .list .list-catetory ul:after,.list .list-catetory ul:before { content:" "; display:table } .list .list-catetory ul:after { clear:both } .list-filter { background:#fff; position:relative; height:1.22232rem; overflow:hidden } .list-filter:after { content:""; position:absolute; z-index:1; left:0; right:0; bottom:-1px; width:100%; height:1px; display:block; border-top:1px solid #e5e5e5; -webkit-transform:scaleY(.5); transform:scaleY(.5) } .list-filter.fixed { position:fixed; top:44px; left:0; width:100%; z-index:2 } .list-filter ul { height:1.25rem } .list-filter ul.flex { display:flex } .list-filter ul.flex li { flex:1 } .list-filter ul.scroll li { max-width:4.63rem; min-width:2.1298rem; padding:0 .1852rem; box-sizing:border-box } .list-filter ul.scroll li a { width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap } .list-filter ul.scroll li i { display:none } .list-filter li { display:none; float:left; height:1.25rem; text-align:center; cursor:pointer; white-space:nowrap } .list-filter li a { position:relative; display:inline-block; line-height:1.25rem; font-size:14px; color:#333 } .list-filter li.li-filtrate .arrow-mini-down { margin-top:-.02778rem } .list-filter li.current a { color:#00c3f5; } /*返回顶部*/ .layout-magnet { position:fixed; right:0; color:#fff; z-index:9999; font-weight:400; bottom: 2.5rem; height: 2.5rem; width: 2.5rem; display: none; } .layout-magnet .layout-magnet-item { position:relative; right:0; background-color:#d8d8d8; transition:all .3s linear; margin-bottom:1px; } .layout-magnet .layout-magnet-icon { display:inline-block; vertical-align:middle; width:2.5rem; height:2.5rem; text-align:center } .layout-magnet-icon i.glyphicon{ font-size: 30px; top: 0.5rem; } .layout-magnet .layout-magnet-item:hover { background-color:#a39a9a } .layout-magnet .layout-magnet-link { display:block; line-height:1.25rem; color:#fff; word-break:keep-all; font-size:0 } /*返回顶部 E*/ /*-----------------------------------------*/ }
0.30715
0.084568
.layui-layout-admin .layui-header{background-color:#1aa094!important} .layui-header>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important} .layui-header .layuimini-header-content>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important} .layui-layout-admin .layuimini-logo{background-color:#243346!important} .layui-side.layui-bg-black,.layui-side.layui-bg-black>.layuimini-menu-left>ul{background-color:#2f4056!important} .layuimini-menu-left .layui-nav .layui-nav-child a:hover:not(.layui-this){background-color:#3b3f4b} .layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this,.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this a,.layui-layout-admin .layui-nav-tree .layui-this,.layui-layout-admin .layui-nav-tree .layui-this>a{background-color:#1aa094!important} .layui-layout-admin .header{position:fixed;left:0;right:0;top:0;bottom:0} .layui-header,.layuimini-header-menu{height:60px!important} .layuimini-header-menu>.layui-nav-item{color:#1b1d21;height:60px!important;line-height:60px!important} .layui-header>.layui-layout-right>.layui-nav-item{height:60px!important;line-height:60px!important} .layui-layout-left{left:295px!important} .layui-nav.layui-layout-left.layuimini-header-menu.layuimini-pc-show{font-weight:700;transition:all .2s} .layui-layout-admin .layuimini-logo{font-weight:700;color:#fff!important;height:60px!important;line-height:60px!important;overflow:hidden;line-height:64px;transition:all .2s!important} .layui-layout-admin .layuimini-logo img{display:inline-block;height:40px;vertical-align:middle} .layui-layout-admin .layuimini-logo h1{display:inline-block;margin:0 0 0 12px;color:#f8f8f8;font-weight:600;font-size:18px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle} .layuimini-tool{position:absolute!important;top:0;left:235px;width:60px;height:100%;line-height:60px;text-align:center;color:#fff!important;transition:all .2s} .layuimini-tool i{display:block;color:#bbe3df;width:32px;height:32px;line-height:32px;border-radius:3px;text-align:center;margin-top:15px;cursor:pointer} .layuimini-tab{margin:0;overflow:hidden;height:100%!important} .layuimini-tab .layui-tab-content{height:calc(100% - 37px)!important} .layuimini-tab .layui-tab-content .layui-tab-item{height:100%} .layuimini-tab .layui-tab-content{padding:0} .layuimini-tab .layui-tab-title{border:none;border:1px solid #f5f5f5;background-color:#fff} .layuimini-tab .layui-tab-title li{border-right:1px solid #f5f5f5;color:#696969} .layuimini-tab .layui-tab-title .layui-tab-bar{display:none} .layuimini-tab .layui-tab-title .layui-this:after{display:none} .layuimini-tab .layui-tab-title .layuimini-tab-active{display:inline-block;background-color:#d3d3d3;width:9px;height:9px;border-radius:30px;margin-right:5px} .layuimini-tab .layui-tab-title .layui-this .layuimini-tab-active{background-color:#1aa094} .layuimini-tab>.close-box,.layuimini-tab>.layui-tab-title{height:35px!important} .layuimini-tab>.close-box li,.layuimini-tab>.layui-tab-title li{line-height:35px!important} .layuimini-tab .layui-tab-title span{color:#acafb1} .layuimini-tab .layui-tab-title .layui-this span{color:#696969} .layuimini-tab .layui-tab-title .layui-tab-close{font-size:12px!important;width:14px!important;height:14px!important;line-height:16px!important} .layuimini-tab .layui-tab-title .layui-tab-close:hover{border-radius:4em;background:#ff5722} .layuimini-tab .layui-tab-title .disable-close+.layui-tab-close{display:none} .layuimini-tab .layui-tab-title .able-close+.layui-tab-close{display:inline-block} .layuimini-tab .layui-tab-control>li{position:absolute;top:0;height:35px;line-height:35px;width:35px;text-align:center;background-color:#fff;border-top:#f5f5f5 1px solid;border-bottom:#f5f5f5 1px solid} .layuimini-tab .layuimini-tab-roll-left{left:0;border-right:#f5f5f5 1px solid;border-left:#f5f5f5 1px solid} .layuimini-tab .layuimini-tab-roll-right{right:35px;border-left:1px solid #f5f5f5} .layuimini-tab .layui-tab-tool{right:0;border-left:1px solid #f5f5f5} .layuimini-tab .layui-tab-control .layui-tab-tool,.layuimini-tab .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab .layui-tab-control .layuimini-tab-roll-right{display:none} .layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right{display:block} .layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right{right:0;border-right:1px solid #f5f5f5} .layuimini-tab.layui-tab-roll .layui-tab-title{padding-left:35px;padding-right:35px} .layuimini-tab.layui-tab-tool .layui-tab-control .layui-tab-tool{display:block} .layuimini-tab.layui-tab-tool .layui-tab-title{padding-left:0;padding-right:35px} .layuimini-tab.layui-tab-rollTool .layui-tab-title{padding-left:35px;padding-right:80px} .layuimini-tab.layui-tab-rollTool .layui-tab-control .layui-tab-tool,.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-right{display:block} .layuimini-tab .layui-tab-tool .layui-nav{position:absolute;height:43px!important;top:0;width:100%;height:100%;padding:0;background:0 0} .layuimini-tab .layui-tab-tool .layui-nav-item{height:35px} .layuimini-tab .layui-tab-tool .layui-nav-bar{display:none} .layuimini-tab .layui-tab-tool .layui-nav-child{left:auto;top:45px;right:3px;width:120px;border:1px solid #f5f5f5} .layuimini-tab .layui-tab-tool .layui-this a{background-color:#009688} .layuimini-tab-loading{position:absolute;display:none;width:100%;height:calc(100% - 37px);top:37px;z-index:19;background-color:#fff} .layuimini-tab-loading.close{animation:close 1s;-webkit-animation:close 1s;animation-fill-mode:forwards} .layui-side.layui-bg-black{transition:all .2s} .layui-side.layui-bg-black>.layuimini-menu-left>ul{transition:all .2s} .layui-side.layui-bg-black>.layuimini-menu-left>ul>.layui-nav-item:first-child{border-top:1px solid #4b5461} .layuimini-menu-left .layui-nav .layui-nav-item a{height:40px;line-height:40px;padding-right:30px} .layuimini-menu-left .layui-nav .layui-nav-item>a{padding-top:5px;padding-bottom:5px} .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child{background:0 0!important} .layuimini-menu-left .layui-nav .layui-nav-more{right:15px} .layuimini-menu-left .layui-nav .layui-nav-item a:hover{background-color:transparent!important} .layuimini-menu-left .layui-nav{background-color:transparent!important} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child a{padding-left:45px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:55px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:65px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-itemed>.layui-nav-child{padding:5px 0} .layui-layout-admin .layui-body{overflow:hidden;bottom:0!important;top:60px!important;transition:all .2s} .layuimini-color .color-title{padding:10px 0 10px 20px;border-bottom:1px solid #d9dada;margin-bottom:8px} .layuimini-color .color-content{padding:10px 5px 0 5px} .layuimini-color .color-content ul{list-style:none;text-align:center} .layuimini-color .color-content ul li{position:relative;display:inline-block;vertical-align:top;width:80px;height:50px;margin:0 15px 15px 0;padding:2px 2px 4px 2px;background-color:#f2f2f2;cursor:pointer;font-size:12px;color:#666} .layuimini-color .color-content li.layui-this:after,.layuimini-color .color-content li:hover:after{width:100%;height:100%;padding:4px;top:-5px;left:-5px;border-color:#d8d8d8;opacity:1} .layuimini-color .color-content li:after{content:'';position:absolute;z-index:20;top:50%;left:50%;width:1px;height:0;border:1px solid #f2f2f2;transition:all .3s;-webkit-transition:all .3s;opacity:0} .layui-tab-item{width:100%!important;height:100%!important} .layui-nav-item.layui-this{background-color:#1b1d21} .layui-width-height{width:100%;height:95%} .layui-tab{margin:0;z-index:99999} .text-center{height:30px!important;line-height:30px!important;text-align:center!important} .layui-nav{padding:0!important} .layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after{width:0!important;height:0!important} .layui-layout-admin .layui-side{top:60px!important} .layui-tab-card{box-shadow:0 0 0 #888;border-bottom:0} ::-webkit-scrollbar{display:none} .layuimini-make{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1000;background:rgba(0,0,0,.5);display:none} .layuimini-mini .layui-header{z-index:1001} .layuimini-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:999999} .layuimini-loader .layuimini-loader-inner{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 2s linear infinite} .layuimini-loader .layuimini-loader-inner:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 3s linear infinite} .layuimini-loader .layuimini-loader-inner:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 1.5s linear infinite} @keyframes spin{0%{transform:rotate(0)} to{transform:rotate(1turn)} } .layuimini-color .layui-word-aux{position:absolute;left:60px;top:12px;font-size:12px} .layuimini-color .layui-input-block{margin-left:15px;min-height:36px} .layuimini-color .more-menu-list{width:100%;margin-top:30px} .layuimini-color .more-menu-item:first-child{border-top:1px solid #e8e8e8} .layuimini-color .more-menu-item .layui-icon{font-size:18px;padding-right:10px} .layuimini-color .more-menu-item{color:#595959;height:50px;line-height:50px;font-size:16px;padding:0 25px;border-bottom:1px solid #e8e8e8;font-style:normal;display:block} .layuimini-color .more-menu-item:hover{background-color:#f5f5f5} .layuimini-color .more-menu-item:after{color:#8c8c8c;right:16px;content:"\e602";position:absolute;font-family:layui-icon!important} .layuimini-tab-mousedown{display:none;width:80px;position:absolute;top:0!important;left:0!important} .layuimini-tab-mousedown dd a{padding:0 15px;color:#484545} .layuimini-tab-make{position:absolute;top:36px;bottom:0;width:100%;background:rgb(255,255,255,0);padding:0;overflow:hidden} .popup-tips .layui-layer-TipsG{display:none} .popup-tips.layui-layer-tips .layui-layer-content{padding:0} .popup-tips .layui-nav-tree{width:150px;border-radius:10px} .layuimini-menu-left .layui-nav-item a span{letter-spacing:1px} .layui-layout-admin .layui-header .layuimini-header-menu.layuimini-mobile-show,.layui-layout-admin .layui-header .layuimini-header-menu.layuimini-pc-show{letter-spacing:1px} .layuimini-menu-left .layui-nav-more,.layuimini-menu-left-zoom .layui-nav-more{font-family:layui-icon!important;font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;width:auto;height:auto;line-height:normal;border:none;display:inline-block;margin-top:-6px!important} .layuimini-menu-left .layui-nav-child .layui-nav-more{margin-top:-6px!important} .layuimini-menu-left .layui-nav .layui-nav-mored,.layuimini-menu-left .layui-nav-itemed>a .layui-nav-more{margin-top:-9px!important} .layuimini-menu-left-zoom.layui-nav .layui-nav-mored,.layuimini-menu-left-zoom.layui-nav-itemed>a .layui-nav-more{margin-top:-9px!important} .layuimini-menu-left .layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-more:before{content:"\e61a"} .layuimini-menu-left .layui-nav-itemed>a>.layui-nav-more,.layuimini-menu-left-zoom .layui-nav-itemed>a>.layui-nav-more{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);width:12px;text-align:center;border-style:none} .layuimini-menu-left .layui-nav-itemed>a>.layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-itemed>a>.layui-nav-more:before{content:'\e61a';background-color:transparent;display:inline-block;vertical-align:middle} .layuimini-menu-left .layui-nav-item a .fa,.layuimini-menu-left .layui-nav-item a .layui-icon{width:20px} @media screen and (min-width:1025px){.layuimini-mini .layui-layout-left.layuimini-header-menu.layuimini-pc-show{left:155px!important} .layuimini-mini .layui-layout-admin .layuimini-logo{width:60px!important} .layuimini-mini .layui-layout-admin .layuimini-logo h1{display:none} .layuimini-mini .layuimini-menu-left{width:80px!important} .layuimini-mini .layui-side.layui-bg-black,.layuimini-mini .layuimini-menu-left>ul,.layuimini-mini .layuimini-menu-left>ul li i{width:60px!important} .layuimini-mini .layuimini-menu-left>ul li span:first-child{display:none} .layuimini-mini .layuimini-menu-left>ul li span:last-child{float:right;right:7px} .layuimini-mini .layuimini-menu-left .layui-nav .layui-nav-item a{height:40px;line-height:40px;padding-right:0!important} .layuimini-mini .layui-layout-admin .layui-body{left:60px!important} .layuimini-mini .layuimini-tool{left:95px!important} .layuimini-pc-show{display:block} .layuimini-mobile-show{display:none} .layuimini-mini .layuimini-menu-left .layui-nav-child,.layuimini-mini .layuimini-menu-left .layui-nav-more{display:none} } @media screen and (max-width:1024px){.layuimini-tab .layui-tab-content .layui-tab-item{-webkit-overflow-scrolling:touch;overflow:scroll;width:100%;height:100%} .layuimini-tab .layui-tab-content .layui-tab-item iframe{height:100%;width:100%} .layuimini-pc-show{display:none} .layuimini-mobile-show{display:block} .layuimini-header-content{left:0} .layui-layout-admin .layui-body .layui-tab-item.layui-show{border-top:1px solid #e2e2e2} .layuimini-all .layui-layout-left.layuimini-header-menu{left:15px!important} .layuimini-mini .layui-layout-left.layuimini-header-menu{left:205px!important} .layui-layout-admin .layui-nav.layui-layout-right>li:not(.layuimini-setting){width:40px!important} .layui-layout-admin .layui-nav.layui-layout-right>li:not(.layuimini-setting) a{padding:0 15px} .layuimini-all .layui-layout-admin .layui-body{left:0!important} .layuimini-mini .layui-header .layuimini-logo,.layuimini-mini .layui-layout-admin .layuimini-menu-left{left:0;transition:left .2s;z-index:1001!important} .layuimini-all .layui-header .layuimini-logo,.layuimini-all .layui-layout-admin .layuimini-menu-left{left:-200px;transition:left .2s;top:0;z-index:1002} .layuimini-mini .layui-layout-admin .layui-body{left:0!important;transition:left .2s;top:0;z-index:998} .layuimini-mini .layuimini-make{display:block} .layuimini-multi-module .layuimini-header-content .layuimini-tool{display:none} .layuimini-single-module .layuimini-header-content .layuimini-tool{left:15px} .layuimini-mini .layuimini-site-mobile{display:none!important} .layuimini-site-mobile{display:block!important;position:fixed;z-index:100000;bottom:15px;left:15px;width:40px;height:40px;line-height:40px;border-radius:2px;text-align:center;background-color:rgba(0,0,0,.7);color:#fff} .layuimini-header-content{z-index:997} .layuimini-make{cursor:pointer} .layuimini-site-mobile{cursor:pointer} } @media screen and (max-width:550px){.layuimini-multi-module.layuimini-mini .layuimini-header-content .layui-layout-right{display:none} }
src/client/GodOx.Mvc.Admin/wwwroot/css/layuimini.css
.layui-layout-admin .layui-header{background-color:#1aa094!important} .layui-header>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important} .layui-header .layuimini-header-content>ul>.layui-nav-item.layui-this,.layuimini-tool i:hover{background-color:#197971!important} .layui-layout-admin .layuimini-logo{background-color:#243346!important} .layui-side.layui-bg-black,.layui-side.layui-bg-black>.layuimini-menu-left>ul{background-color:#2f4056!important} .layuimini-menu-left .layui-nav .layui-nav-child a:hover:not(.layui-this){background-color:#3b3f4b} .layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this,.layui-layout-admin .layui-nav-tree .layui-nav-child dd.layui-this a,.layui-layout-admin .layui-nav-tree .layui-this,.layui-layout-admin .layui-nav-tree .layui-this>a{background-color:#1aa094!important} .layui-layout-admin .header{position:fixed;left:0;right:0;top:0;bottom:0} .layui-header,.layuimini-header-menu{height:60px!important} .layuimini-header-menu>.layui-nav-item{color:#1b1d21;height:60px!important;line-height:60px!important} .layui-header>.layui-layout-right>.layui-nav-item{height:60px!important;line-height:60px!important} .layui-layout-left{left:295px!important} .layui-nav.layui-layout-left.layuimini-header-menu.layuimini-pc-show{font-weight:700;transition:all .2s} .layui-layout-admin .layuimini-logo{font-weight:700;color:#fff!important;height:60px!important;line-height:60px!important;overflow:hidden;line-height:64px;transition:all .2s!important} .layui-layout-admin .layuimini-logo img{display:inline-block;height:40px;vertical-align:middle} .layui-layout-admin .layuimini-logo h1{display:inline-block;margin:0 0 0 12px;color:#f8f8f8;font-weight:600;font-size:18px;font-family:Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;vertical-align:middle} .layuimini-tool{position:absolute!important;top:0;left:235px;width:60px;height:100%;line-height:60px;text-align:center;color:#fff!important;transition:all .2s} .layuimini-tool i{display:block;color:#bbe3df;width:32px;height:32px;line-height:32px;border-radius:3px;text-align:center;margin-top:15px;cursor:pointer} .layuimini-tab{margin:0;overflow:hidden;height:100%!important} .layuimini-tab .layui-tab-content{height:calc(100% - 37px)!important} .layuimini-tab .layui-tab-content .layui-tab-item{height:100%} .layuimini-tab .layui-tab-content{padding:0} .layuimini-tab .layui-tab-title{border:none;border:1px solid #f5f5f5;background-color:#fff} .layuimini-tab .layui-tab-title li{border-right:1px solid #f5f5f5;color:#696969} .layuimini-tab .layui-tab-title .layui-tab-bar{display:none} .layuimini-tab .layui-tab-title .layui-this:after{display:none} .layuimini-tab .layui-tab-title .layuimini-tab-active{display:inline-block;background-color:#d3d3d3;width:9px;height:9px;border-radius:30px;margin-right:5px} .layuimini-tab .layui-tab-title .layui-this .layuimini-tab-active{background-color:#1aa094} .layuimini-tab>.close-box,.layuimini-tab>.layui-tab-title{height:35px!important} .layuimini-tab>.close-box li,.layuimini-tab>.layui-tab-title li{line-height:35px!important} .layuimini-tab .layui-tab-title span{color:#acafb1} .layuimini-tab .layui-tab-title .layui-this span{color:#696969} .layuimini-tab .layui-tab-title .layui-tab-close{font-size:12px!important;width:14px!important;height:14px!important;line-height:16px!important} .layuimini-tab .layui-tab-title .layui-tab-close:hover{border-radius:4em;background:#ff5722} .layuimini-tab .layui-tab-title .disable-close+.layui-tab-close{display:none} .layuimini-tab .layui-tab-title .able-close+.layui-tab-close{display:inline-block} .layuimini-tab .layui-tab-control>li{position:absolute;top:0;height:35px;line-height:35px;width:35px;text-align:center;background-color:#fff;border-top:#f5f5f5 1px solid;border-bottom:#f5f5f5 1px solid} .layuimini-tab .layuimini-tab-roll-left{left:0;border-right:#f5f5f5 1px solid;border-left:#f5f5f5 1px solid} .layuimini-tab .layuimini-tab-roll-right{right:35px;border-left:1px solid #f5f5f5} .layuimini-tab .layui-tab-tool{right:0;border-left:1px solid #f5f5f5} .layuimini-tab .layui-tab-control .layui-tab-tool,.layuimini-tab .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab .layui-tab-control .layuimini-tab-roll-right{display:none} .layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right{display:block} .layuimini-tab.layui-tab-roll .layui-tab-control .layuimini-tab-roll-right{right:0;border-right:1px solid #f5f5f5} .layuimini-tab.layui-tab-roll .layui-tab-title{padding-left:35px;padding-right:35px} .layuimini-tab.layui-tab-tool .layui-tab-control .layui-tab-tool{display:block} .layuimini-tab.layui-tab-tool .layui-tab-title{padding-left:0;padding-right:35px} .layuimini-tab.layui-tab-rollTool .layui-tab-title{padding-left:35px;padding-right:80px} .layuimini-tab.layui-tab-rollTool .layui-tab-control .layui-tab-tool,.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-left,.layuimini-tab.layui-tab-rollTool .layui-tab-control .layuimini-tab-roll-right{display:block} .layuimini-tab .layui-tab-tool .layui-nav{position:absolute;height:43px!important;top:0;width:100%;height:100%;padding:0;background:0 0} .layuimini-tab .layui-tab-tool .layui-nav-item{height:35px} .layuimini-tab .layui-tab-tool .layui-nav-bar{display:none} .layuimini-tab .layui-tab-tool .layui-nav-child{left:auto;top:45px;right:3px;width:120px;border:1px solid #f5f5f5} .layuimini-tab .layui-tab-tool .layui-this a{background-color:#009688} .layuimini-tab-loading{position:absolute;display:none;width:100%;height:calc(100% - 37px);top:37px;z-index:19;background-color:#fff} .layuimini-tab-loading.close{animation:close 1s;-webkit-animation:close 1s;animation-fill-mode:forwards} .layui-side.layui-bg-black{transition:all .2s} .layui-side.layui-bg-black>.layuimini-menu-left>ul{transition:all .2s} .layui-side.layui-bg-black>.layuimini-menu-left>ul>.layui-nav-item:first-child{border-top:1px solid #4b5461} .layuimini-menu-left .layui-nav .layui-nav-item a{height:40px;line-height:40px;padding-right:30px} .layuimini-menu-left .layui-nav .layui-nav-item>a{padding-top:5px;padding-bottom:5px} .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child{background:0 0!important} .layuimini-menu-left .layui-nav .layui-nav-more{right:15px} .layuimini-menu-left .layui-nav .layui-nav-item a:hover{background-color:transparent!important} .layuimini-menu-left .layui-nav{background-color:transparent!important} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child a{padding-left:45px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:55px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left:65px} .layui-layout-body .layuimini-menu-left .layui-nav .layui-nav-itemed>.layui-nav-child{padding:5px 0} .layui-layout-admin .layui-body{overflow:hidden;bottom:0!important;top:60px!important;transition:all .2s} .layuimini-color .color-title{padding:10px 0 10px 20px;border-bottom:1px solid #d9dada;margin-bottom:8px} .layuimini-color .color-content{padding:10px 5px 0 5px} .layuimini-color .color-content ul{list-style:none;text-align:center} .layuimini-color .color-content ul li{position:relative;display:inline-block;vertical-align:top;width:80px;height:50px;margin:0 15px 15px 0;padding:2px 2px 4px 2px;background-color:#f2f2f2;cursor:pointer;font-size:12px;color:#666} .layuimini-color .color-content li.layui-this:after,.layuimini-color .color-content li:hover:after{width:100%;height:100%;padding:4px;top:-5px;left:-5px;border-color:#d8d8d8;opacity:1} .layuimini-color .color-content li:after{content:'';position:absolute;z-index:20;top:50%;left:50%;width:1px;height:0;border:1px solid #f2f2f2;transition:all .3s;-webkit-transition:all .3s;opacity:0} .layui-tab-item{width:100%!important;height:100%!important} .layui-nav-item.layui-this{background-color:#1b1d21} .layui-width-height{width:100%;height:95%} .layui-tab{margin:0;z-index:99999} .text-center{height:30px!important;line-height:30px!important;text-align:center!important} .layui-nav{padding:0!important} .layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after{width:0!important;height:0!important} .layui-layout-admin .layui-side{top:60px!important} .layui-tab-card{box-shadow:0 0 0 #888;border-bottom:0} ::-webkit-scrollbar{display:none} .layuimini-make{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1000;background:rgba(0,0,0,.5);display:none} .layuimini-mini .layui-header{z-index:1001} .layuimini-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:999999} .layuimini-loader .layuimini-loader-inner{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 2s linear infinite} .layuimini-loader .layuimini-loader-inner:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 3s linear infinite} .layuimini-loader .layuimini-loader-inner:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:#1e9fff;animation:spin 1.5s linear infinite} @keyframes spin{0%{transform:rotate(0)} to{transform:rotate(1turn)} } .layuimini-color .layui-word-aux{position:absolute;left:60px;top:12px;font-size:12px} .layuimini-color .layui-input-block{margin-left:15px;min-height:36px} .layuimini-color .more-menu-list{width:100%;margin-top:30px} .layuimini-color .more-menu-item:first-child{border-top:1px solid #e8e8e8} .layuimini-color .more-menu-item .layui-icon{font-size:18px;padding-right:10px} .layuimini-color .more-menu-item{color:#595959;height:50px;line-height:50px;font-size:16px;padding:0 25px;border-bottom:1px solid #e8e8e8;font-style:normal;display:block} .layuimini-color .more-menu-item:hover{background-color:#f5f5f5} .layuimini-color .more-menu-item:after{color:#8c8c8c;right:16px;content:"\e602";position:absolute;font-family:layui-icon!important} .layuimini-tab-mousedown{display:none;width:80px;position:absolute;top:0!important;left:0!important} .layuimini-tab-mousedown dd a{padding:0 15px;color:#484545} .layuimini-tab-make{position:absolute;top:36px;bottom:0;width:100%;background:rgb(255,255,255,0);padding:0;overflow:hidden} .popup-tips .layui-layer-TipsG{display:none} .popup-tips.layui-layer-tips .layui-layer-content{padding:0} .popup-tips .layui-nav-tree{width:150px;border-radius:10px} .layuimini-menu-left .layui-nav-item a span{letter-spacing:1px} .layui-layout-admin .layui-header .layuimini-header-menu.layuimini-mobile-show,.layui-layout-admin .layui-header .layuimini-header-menu.layuimini-pc-show{letter-spacing:1px} .layuimini-menu-left .layui-nav-more,.layuimini-menu-left-zoom .layui-nav-more{font-family:layui-icon!important;font-size:12px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;width:auto;height:auto;line-height:normal;border:none;display:inline-block;margin-top:-6px!important} .layuimini-menu-left .layui-nav-child .layui-nav-more{margin-top:-6px!important} .layuimini-menu-left .layui-nav .layui-nav-mored,.layuimini-menu-left .layui-nav-itemed>a .layui-nav-more{margin-top:-9px!important} .layuimini-menu-left-zoom.layui-nav .layui-nav-mored,.layuimini-menu-left-zoom.layui-nav-itemed>a .layui-nav-more{margin-top:-9px!important} .layuimini-menu-left .layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-more:before{content:"\e61a"} .layuimini-menu-left .layui-nav-itemed>a>.layui-nav-more,.layuimini-menu-left-zoom .layui-nav-itemed>a>.layui-nav-more{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);width:12px;text-align:center;border-style:none} .layuimini-menu-left .layui-nav-itemed>a>.layui-nav-more:before,.layuimini-menu-left-zoom .layui-nav-itemed>a>.layui-nav-more:before{content:'\e61a';background-color:transparent;display:inline-block;vertical-align:middle} .layuimini-menu-left .layui-nav-item a .fa,.layuimini-menu-left .layui-nav-item a .layui-icon{width:20px} @media screen and (min-width:1025px){.layuimini-mini .layui-layout-left.layuimini-header-menu.layuimini-pc-show{left:155px!important} .layuimini-mini .layui-layout-admin .layuimini-logo{width:60px!important} .layuimini-mini .layui-layout-admin .layuimini-logo h1{display:none} .layuimini-mini .layuimini-menu-left{width:80px!important} .layuimini-mini .layui-side.layui-bg-black,.layuimini-mini .layuimini-menu-left>ul,.layuimini-mini .layuimini-menu-left>ul li i{width:60px!important} .layuimini-mini .layuimini-menu-left>ul li span:first-child{display:none} .layuimini-mini .layuimini-menu-left>ul li span:last-child{float:right;right:7px} .layuimini-mini .layuimini-menu-left .layui-nav .layui-nav-item a{height:40px;line-height:40px;padding-right:0!important} .layuimini-mini .layui-layout-admin .layui-body{left:60px!important} .layuimini-mini .layuimini-tool{left:95px!important} .layuimini-pc-show{display:block} .layuimini-mobile-show{display:none} .layuimini-mini .layuimini-menu-left .layui-nav-child,.layuimini-mini .layuimini-menu-left .layui-nav-more{display:none} } @media screen and (max-width:1024px){.layuimini-tab .layui-tab-content .layui-tab-item{-webkit-overflow-scrolling:touch;overflow:scroll;width:100%;height:100%} .layuimini-tab .layui-tab-content .layui-tab-item iframe{height:100%;width:100%} .layuimini-pc-show{display:none} .layuimini-mobile-show{display:block} .layuimini-header-content{left:0} .layui-layout-admin .layui-body .layui-tab-item.layui-show{border-top:1px solid #e2e2e2} .layuimini-all .layui-layout-left.layuimini-header-menu{left:15px!important} .layuimini-mini .layui-layout-left.layuimini-header-menu{left:205px!important} .layui-layout-admin .layui-nav.layui-layout-right>li:not(.layuimini-setting){width:40px!important} .layui-layout-admin .layui-nav.layui-layout-right>li:not(.layuimini-setting) a{padding:0 15px} .layuimini-all .layui-layout-admin .layui-body{left:0!important} .layuimini-mini .layui-header .layuimini-logo,.layuimini-mini .layui-layout-admin .layuimini-menu-left{left:0;transition:left .2s;z-index:1001!important} .layuimini-all .layui-header .layuimini-logo,.layuimini-all .layui-layout-admin .layuimini-menu-left{left:-200px;transition:left .2s;top:0;z-index:1002} .layuimini-mini .layui-layout-admin .layui-body{left:0!important;transition:left .2s;top:0;z-index:998} .layuimini-mini .layuimini-make{display:block} .layuimini-multi-module .layuimini-header-content .layuimini-tool{display:none} .layuimini-single-module .layuimini-header-content .layuimini-tool{left:15px} .layuimini-mini .layuimini-site-mobile{display:none!important} .layuimini-site-mobile{display:block!important;position:fixed;z-index:100000;bottom:15px;left:15px;width:40px;height:40px;line-height:40px;border-radius:2px;text-align:center;background-color:rgba(0,0,0,.7);color:#fff} .layuimini-header-content{z-index:997} .layuimini-make{cursor:pointer} .layuimini-site-mobile{cursor:pointer} } @media screen and (max-width:550px){.layuimini-multi-module.layuimini-mini .layuimini-header-content .layui-layout-right{display:none} }
0.262936
0.036597
.u-section-1 { min-height: 1074px; } .u-section-1 .u-text-1 { font-size: 3.75rem; background-image: none; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px); } .u-section-1 .u-shape-1 { height: 200px; margin: 165px auto 0 0; } .u-section-1 .u-list-1 { grid-template-rows: auto auto; width: 1140px; margin: -324px auto 60px; } .u-section-1 .u-repeater-1 { grid-auto-columns: 50%; grid-template-columns: 50% 50%; grid-gap: 0px 0px; min-height: 661px; } .u-section-1 .u-list-item-1 { background-image: none; } .u-section-1 .u-container-layout-1 { padding: 30px 40px; } .u-section-1 .u-image-1 { width: 229px; height: 229px; background-image: url("img/5.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-1 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-2 { padding: 0 0 20px 25px; } .u-section-1 .u-text-2 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-3 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-2 { background-image: none; } .u-section-1 .u-container-layout-3 { padding: 30px 40px; } .u-section-1 .u-image-2 { width: 229px; height: 229px; background-image: url("img/7.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-2 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-4 { padding: 0 0 20px 25px; } .u-section-1 .u-text-4 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-5 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-3 { background-image: none; } .u-section-1 .u-container-layout-5 { padding: 30px 40px; } .u-section-1 .u-image-3 { width: 229px; height: 229px; background-image: url("img/4.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-3 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-6 { padding: 0 0 20px 25px; } .u-section-1 .u-text-6 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-7 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-4 { background-image: none; } .u-section-1 .u-container-layout-7 { padding: 30px 40px; } .u-section-1 .u-image-4 { width: 229px; height: 229px; background-image: url("img/zzz.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-4 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-8 { padding: 0 0 20px 25px; } .u-section-1 .u-text-8 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-9 { font-size: 1.875rem; margin: -54px 0 0; } @media (max-width: 1199px) { .u-section-1 { min-height: 958px; } .u-section-1 .u-text-1 { margin-left: 200px; margin-right: 200px; } .u-section-1 .u-shape-1 { margin-right: initial; margin-left: initial; } .u-section-1 .u-list-1 { height: auto; width: 940px; } .u-section-1 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-1 { width: 183px; height: 183px; } .u-section-1 .u-group-1 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-3 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-2 { width: 183px; height: 183px; } .u-section-1 .u-group-2 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-5 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-3 { width: 183px; height: 183px; } .u-section-1 .u-group-3 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-7 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-4 { width: 183px; height: 183px; } .u-section-1 .u-group-4 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } } @media (max-width: 991px) { .u-section-1 .u-text-1 { margin-left: 79px; margin-right: 79px; } .u-section-1 .u-shape-1 { height: 800px; margin-right: initial; margin-left: initial; } .u-section-1 .u-list-1 { width: 720px; margin-top: -924px; } .u-section-1 .u-repeater-1 { grid-auto-columns: 100%; grid-template-columns: 100%; } .u-section-1 .u-container-layout-1 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-1 { width: 243px; height: 243px; } .u-section-1 .u-group-1 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-3 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-2 { width: 243px; height: 243px; } .u-section-1 .u-group-2 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-5 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-3 { width: 243px; height: 243px; } .u-section-1 .u-group-3 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-7 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-4 { width: 243px; height: 243px; } .u-section-1 .u-group-4 { width: 397px; margin-top: -243px; } } @media (max-width: 767px) { .u-section-1 .u-list-1 { width: 540px; } .u-section-1 .u-image-1 { width: 214px; height: 214px; } .u-section-1 .u-group-1 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-2 { padding-left: 10px; } .u-section-1 .u-text-2 { font-size: 1.125rem; } .u-section-1 .u-text-3 { font-size: 2.25rem; } .u-section-1 .u-image-2 { width: 214px; height: 214px; } .u-section-1 .u-group-2 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-4 { padding-left: 10px; } .u-section-1 .u-text-4 { font-size: 1.125rem; } .u-section-1 .u-text-5 { font-size: 2.25rem; } .u-section-1 .u-image-3 { width: 214px; height: 214px; } .u-section-1 .u-group-3 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-6 { padding-left: 10px; } .u-section-1 .u-text-6 { font-size: 1.125rem; } .u-section-1 .u-text-7 { font-size: 2.25rem; } .u-section-1 .u-image-4 { width: 214px; height: 214px; } .u-section-1 .u-group-4 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-8 { padding-left: 10px; } .u-section-1 .u-text-8 { font-size: 1.125rem; } .u-section-1 .u-text-9 { font-size: 2.25rem; } } @media (max-width: 575px) { .u-section-1 .u-text-1 { font-size: 1.5rem; } .u-section-1 .u-list-1 { width: 340px; } .u-section-1 .u-image-1 { width: 255px; height: 255px; } .u-section-1 .u-group-1 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-2 { font-size: 1.25rem; margin-top: 63px; margin-left: auto; margin-right: auto; } .u-section-1 .u-text-3 { margin-top: -8px; } .u-section-1 .u-image-2 { width: 255px; height: 255px; } .u-section-1 .u-group-2 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-4 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-5 { margin-left: auto; margin-right: auto; } .u-section-1 .u-image-3 { width: 255px; height: 255px; } .u-section-1 .u-group-3 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-6 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-7 { margin-left: auto; margin-right: auto; } .u-section-1 .u-image-4 { width: 255px; height: 255px; } .u-section-1 .u-group-4 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-8 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-9 { margin-left: auto; margin-right: auto; } }.u-section-2 { min-height: 1074px; } .u-section-2 .u-text-1 { font-size: 3.75rem; background-image: none; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px); } .u-section-2 .u-shape-1 { height: 200px; margin: 165px auto 0 0; } .u-section-2 .u-list-1 { grid-template-rows: auto auto; width: 1140px; margin: -324px auto 60px; } .u-section-2 .u-repeater-1 { grid-auto-columns: 50%; grid-template-columns: 50% 50%; grid-gap: 0px 0px; min-height: 661px; } .u-section-2 .u-list-item-1 { background-image: none; } .u-section-2 .u-container-layout-1 { padding: 30px 40px; } .u-section-2 .u-image-1 { width: 229px; height: 229px; background-image: url("img/5.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-1 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-2 { padding: 0 0 20px 25px; } .u-section-2 .u-text-2 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-3 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-2 { background-image: none; } .u-section-2 .u-container-layout-3 { padding: 30px 40px; } .u-section-2 .u-image-2 { width: 229px; height: 229px; background-image: url("img/7.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-2 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-4 { padding: 0 0 20px 25px; } .u-section-2 .u-text-4 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-5 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-3 { background-image: none; } .u-section-2 .u-container-layout-5 { padding: 30px 40px; } .u-section-2 .u-image-3 { width: 229px; height: 229px; background-image: url("img/4.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-3 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-6 { padding: 0 0 20px 25px; } .u-section-2 .u-text-6 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-7 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-4 { background-image: none; } .u-section-2 .u-container-layout-7 { padding: 30px 40px; } .u-section-2 .u-image-4 { width: 229px; height: 229px; background-image: url("img/zzz.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-4 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-8 { padding: 0 0 20px 25px; } .u-section-2 .u-text-8 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-9 { font-size: 1.875rem; margin: -54px 0 0; } @media (max-width: 1199px) { .u-section-2 { min-height: 958px; } .u-section-2 .u-text-1 { margin-left: 200px; margin-right: 200px; } .u-section-2 .u-shape-1 { margin-right: initial; margin-left: initial; } .u-section-2 .u-list-1 { height: auto; width: 940px; } .u-section-2 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-1 { width: 183px; height: 183px; } .u-section-2 .u-group-1 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-3 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-2 { width: 183px; height: 183px; } .u-section-2 .u-group-2 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-5 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-3 { width: 183px; height: 183px; } .u-section-2 .u-group-3 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-7 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-4 { width: 183px; height: 183px; } .u-section-2 .u-group-4 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } } @media (max-width: 991px) { .u-section-2 .u-text-1 { margin-left: 79px; margin-right: 79px; } .u-section-2 .u-shape-1 { height: 800px; margin-right: initial; margin-left: initial; } .u-section-2 .u-list-1 { width: 720px; margin-top: -924px; } .u-section-2 .u-repeater-1 { grid-auto-columns: 100%; grid-template-columns: 100%; } .u-section-2 .u-container-layout-1 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-1 { width: 243px; height: 243px; } .u-section-2 .u-group-1 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-3 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-2 { width: 243px; height: 243px; } .u-section-2 .u-group-2 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-5 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-3 { width: 243px; height: 243px; } .u-section-2 .u-group-3 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-7 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-4 { width: 243px; height: 243px; } .u-section-2 .u-group-4 { width: 397px; margin-top: -243px; } } @media (max-width: 767px) { .u-section-2 .u-list-1 { width: 540px; } .u-section-2 .u-image-1 { width: 214px; height: 214px; } .u-section-2 .u-group-1 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-2 { padding-left: 10px; } .u-section-2 .u-text-2 { font-size: 1.125rem; } .u-section-2 .u-text-3 { font-size: 2.25rem; } .u-section-2 .u-image-2 { width: 214px; height: 214px; } .u-section-2 .u-group-2 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-4 { padding-left: 10px; } .u-section-2 .u-text-4 { font-size: 1.125rem; } .u-section-2 .u-text-5 { font-size: 2.25rem; } .u-section-2 .u-image-3 { width: 214px; height: 214px; } .u-section-2 .u-group-3 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-6 { padding-left: 10px; } .u-section-2 .u-text-6 { font-size: 1.125rem; } .u-section-2 .u-text-7 { font-size: 2.25rem; } .u-section-2 .u-image-4 { width: 214px; height: 214px; } .u-section-2 .u-group-4 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-8 { padding-left: 10px; } .u-section-2 .u-text-8 { font-size: 1.125rem; } .u-section-2 .u-text-9 { font-size: 2.25rem; } } @media (max-width: 575px) { .u-section-2 .u-text-1 { font-size: 1.5rem; } .u-section-2 .u-list-1 { width: 340px; } .u-section-2 .u-image-1 { width: 255px; height: 255px; } .u-section-2 .u-group-1 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-2 { font-size: 1.25rem; margin-top: 63px; margin-left: auto; margin-right: auto; } .u-section-2 .u-text-3 { margin-top: -8px; } .u-section-2 .u-image-2 { width: 255px; height: 255px; } .u-section-2 .u-group-2 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-4 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-5 { margin-left: auto; margin-right: auto; } .u-section-2 .u-image-3 { width: 255px; height: 255px; } .u-section-2 .u-group-3 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-6 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-7 { margin-left: auto; margin-right: auto; } .u-section-2 .u-image-4 { width: 255px; height: 255px; } .u-section-2 .u-group-4 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-8 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-9 { margin-left: auto; margin-right: auto; } }
public/css/community/Home.css
.u-section-1 { min-height: 1074px; } .u-section-1 .u-text-1 { font-size: 3.75rem; background-image: none; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px); } .u-section-1 .u-shape-1 { height: 200px; margin: 165px auto 0 0; } .u-section-1 .u-list-1 { grid-template-rows: auto auto; width: 1140px; margin: -324px auto 60px; } .u-section-1 .u-repeater-1 { grid-auto-columns: 50%; grid-template-columns: 50% 50%; grid-gap: 0px 0px; min-height: 661px; } .u-section-1 .u-list-item-1 { background-image: none; } .u-section-1 .u-container-layout-1 { padding: 30px 40px; } .u-section-1 .u-image-1 { width: 229px; height: 229px; background-image: url("img/5.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-1 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-2 { padding: 0 0 20px 25px; } .u-section-1 .u-text-2 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-3 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-2 { background-image: none; } .u-section-1 .u-container-layout-3 { padding: 30px 40px; } .u-section-1 .u-image-2 { width: 229px; height: 229px; background-image: url("img/7.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-2 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-4 { padding: 0 0 20px 25px; } .u-section-1 .u-text-4 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-5 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-3 { background-image: none; } .u-section-1 .u-container-layout-5 { padding: 30px 40px; } .u-section-1 .u-image-3 { width: 229px; height: 229px; background-image: url("img/4.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-3 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-6 { padding: 0 0 20px 25px; } .u-section-1 .u-text-6 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-7 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-1 .u-list-item-4 { background-image: none; } .u-section-1 .u-container-layout-7 { padding: 30px 40px; } .u-section-1 .u-image-4 { width: 229px; height: 229px; background-image: url("img/zzz.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-1 .u-group-4 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-1 .u-container-layout-8 { padding: 0 0 20px 25px; } .u-section-1 .u-text-8 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-1 .u-text-9 { font-size: 1.875rem; margin: -54px 0 0; } @media (max-width: 1199px) { .u-section-1 { min-height: 958px; } .u-section-1 .u-text-1 { margin-left: 200px; margin-right: 200px; } .u-section-1 .u-shape-1 { margin-right: initial; margin-left: initial; } .u-section-1 .u-list-1 { height: auto; width: 940px; } .u-section-1 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-1 { width: 183px; height: 183px; } .u-section-1 .u-group-1 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-3 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-2 { width: 183px; height: 183px; } .u-section-1 .u-group-2 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-5 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-3 { width: 183px; height: 183px; } .u-section-1 .u-group-3 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-1 .u-container-layout-7 { padding-left: 35px; padding-right: 35px; } .u-section-1 .u-image-4 { width: 183px; height: 183px; } .u-section-1 .u-group-4 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } } @media (max-width: 991px) { .u-section-1 .u-text-1 { margin-left: 79px; margin-right: 79px; } .u-section-1 .u-shape-1 { height: 800px; margin-right: initial; margin-left: initial; } .u-section-1 .u-list-1 { width: 720px; margin-top: -924px; } .u-section-1 .u-repeater-1 { grid-auto-columns: 100%; grid-template-columns: 100%; } .u-section-1 .u-container-layout-1 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-1 { width: 243px; height: 243px; } .u-section-1 .u-group-1 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-3 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-2 { width: 243px; height: 243px; } .u-section-1 .u-group-2 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-5 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-3 { width: 243px; height: 243px; } .u-section-1 .u-group-3 { width: 397px; margin-top: -243px; } .u-section-1 .u-container-layout-7 { padding-left: 30px; padding-right: 30px; } .u-section-1 .u-image-4 { width: 243px; height: 243px; } .u-section-1 .u-group-4 { width: 397px; margin-top: -243px; } } @media (max-width: 767px) { .u-section-1 .u-list-1 { width: 540px; } .u-section-1 .u-image-1 { width: 214px; height: 214px; } .u-section-1 .u-group-1 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-2 { padding-left: 10px; } .u-section-1 .u-text-2 { font-size: 1.125rem; } .u-section-1 .u-text-3 { font-size: 2.25rem; } .u-section-1 .u-image-2 { width: 214px; height: 214px; } .u-section-1 .u-group-2 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-4 { padding-left: 10px; } .u-section-1 .u-text-4 { font-size: 1.125rem; } .u-section-1 .u-text-5 { font-size: 2.25rem; } .u-section-1 .u-image-3 { width: 214px; height: 214px; } .u-section-1 .u-group-3 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-6 { padding-left: 10px; } .u-section-1 .u-text-6 { font-size: 1.125rem; } .u-section-1 .u-text-7 { font-size: 2.25rem; } .u-section-1 .u-image-4 { width: 214px; height: 214px; } .u-section-1 .u-group-4 { width: 257px; margin-top: -214px; } .u-section-1 .u-container-layout-8 { padding-left: 10px; } .u-section-1 .u-text-8 { font-size: 1.125rem; } .u-section-1 .u-text-9 { font-size: 2.25rem; } } @media (max-width: 575px) { .u-section-1 .u-text-1 { font-size: 1.5rem; } .u-section-1 .u-list-1 { width: 340px; } .u-section-1 .u-image-1 { width: 255px; height: 255px; } .u-section-1 .u-group-1 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-2 { font-size: 1.25rem; margin-top: 63px; margin-left: auto; margin-right: auto; } .u-section-1 .u-text-3 { margin-top: -8px; } .u-section-1 .u-image-2 { width: 255px; height: 255px; } .u-section-1 .u-group-2 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-4 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-5 { margin-left: auto; margin-right: auto; } .u-section-1 .u-image-3 { width: 255px; height: 255px; } .u-section-1 .u-group-3 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-6 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-7 { margin-left: auto; margin-right: auto; } .u-section-1 .u-image-4 { width: 255px; height: 255px; } .u-section-1 .u-group-4 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-1 .u-text-8 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-1 .u-text-9 { margin-left: auto; margin-right: auto; } }.u-section-2 { min-height: 1074px; } .u-section-2 .u-text-1 { font-size: 3.75rem; background-image: none; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; margin: 93px calc(((100% - 1140px) / 2) + 154px) 0 calc(((100% - 1140px) / 2) + 86px); } .u-section-2 .u-shape-1 { height: 200px; margin: 165px auto 0 0; } .u-section-2 .u-list-1 { grid-template-rows: auto auto; width: 1140px; margin: -324px auto 60px; } .u-section-2 .u-repeater-1 { grid-auto-columns: 50%; grid-template-columns: 50% 50%; grid-gap: 0px 0px; min-height: 661px; } .u-section-2 .u-list-item-1 { background-image: none; } .u-section-2 .u-container-layout-1 { padding: 30px 40px; } .u-section-2 .u-image-1 { width: 229px; height: 229px; background-image: url("img/5.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-1 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-2 { padding: 0 0 20px 25px; } .u-section-2 .u-text-2 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-3 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-2 { background-image: none; } .u-section-2 .u-container-layout-3 { padding: 30px 40px; } .u-section-2 .u-image-2 { width: 229px; height: 229px; background-image: url("img/7.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-2 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-4 { padding: 0 0 20px 25px; } .u-section-2 .u-text-4 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-5 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-3 { background-image: none; } .u-section-2 .u-container-layout-5 { padding: 30px 40px; } .u-section-2 .u-image-3 { width: 229px; height: 229px; background-image: url("img/4.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-3 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-6 { padding: 0 0 20px 25px; } .u-section-2 .u-text-6 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-7 { font-size: 1.875rem; margin: -54px 0 0; } .u-section-2 .u-list-item-4 { background-image: none; } .u-section-2 .u-container-layout-7 { padding: 30px 40px; } .u-section-2 .u-image-4 { width: 229px; height: 229px; background-image: url("img/zzz.jpg"); background-position: 50% 50%; margin: 0 auto 0 0; } .u-section-2 .u-group-4 { width: 257px; min-height: 246px; height: auto; margin: -229px 0 0 auto; } .u-section-2 .u-container-layout-8 { padding: 0 0 20px 25px; } .u-section-2 .u-text-8 { font-weight: 700; font-size: 1rem; margin: 113px 0 0; } .u-section-2 .u-text-9 { font-size: 1.875rem; margin: -54px 0 0; } @media (max-width: 1199px) { .u-section-2 { min-height: 958px; } .u-section-2 .u-text-1 { margin-left: 200px; margin-right: 200px; } .u-section-2 .u-shape-1 { margin-right: initial; margin-left: initial; } .u-section-2 .u-list-1 { height: auto; width: 940px; } .u-section-2 .u-container-layout-1 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-1 { width: 183px; height: 183px; } .u-section-2 .u-group-1 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-3 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-2 { width: 183px; height: 183px; } .u-section-2 .u-group-2 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-5 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-3 { width: 183px; height: 183px; } .u-section-2 .u-group-3 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } .u-section-2 .u-container-layout-7 { padding-left: 35px; padding-right: 35px; } .u-section-2 .u-image-4 { width: 183px; height: 183px; } .u-section-2 .u-group-4 { width: 200px; min-height: 248px; margin-top: -183px; height: auto; } } @media (max-width: 991px) { .u-section-2 .u-text-1 { margin-left: 79px; margin-right: 79px; } .u-section-2 .u-shape-1 { height: 800px; margin-right: initial; margin-left: initial; } .u-section-2 .u-list-1 { width: 720px; margin-top: -924px; } .u-section-2 .u-repeater-1 { grid-auto-columns: 100%; grid-template-columns: 100%; } .u-section-2 .u-container-layout-1 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-1 { width: 243px; height: 243px; } .u-section-2 .u-group-1 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-3 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-2 { width: 243px; height: 243px; } .u-section-2 .u-group-2 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-5 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-3 { width: 243px; height: 243px; } .u-section-2 .u-group-3 { width: 397px; margin-top: -243px; } .u-section-2 .u-container-layout-7 { padding-left: 30px; padding-right: 30px; } .u-section-2 .u-image-4 { width: 243px; height: 243px; } .u-section-2 .u-group-4 { width: 397px; margin-top: -243px; } } @media (max-width: 767px) { .u-section-2 .u-list-1 { width: 540px; } .u-section-2 .u-image-1 { width: 214px; height: 214px; } .u-section-2 .u-group-1 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-2 { padding-left: 10px; } .u-section-2 .u-text-2 { font-size: 1.125rem; } .u-section-2 .u-text-3 { font-size: 2.25rem; } .u-section-2 .u-image-2 { width: 214px; height: 214px; } .u-section-2 .u-group-2 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-4 { padding-left: 10px; } .u-section-2 .u-text-4 { font-size: 1.125rem; } .u-section-2 .u-text-5 { font-size: 2.25rem; } .u-section-2 .u-image-3 { width: 214px; height: 214px; } .u-section-2 .u-group-3 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-6 { padding-left: 10px; } .u-section-2 .u-text-6 { font-size: 1.125rem; } .u-section-2 .u-text-7 { font-size: 2.25rem; } .u-section-2 .u-image-4 { width: 214px; height: 214px; } .u-section-2 .u-group-4 { width: 257px; margin-top: -214px; } .u-section-2 .u-container-layout-8 { padding-left: 10px; } .u-section-2 .u-text-8 { font-size: 1.125rem; } .u-section-2 .u-text-9 { font-size: 2.25rem; } } @media (max-width: 575px) { .u-section-2 .u-text-1 { font-size: 1.5rem; } .u-section-2 .u-list-1 { width: 340px; } .u-section-2 .u-image-1 { width: 255px; height: 255px; } .u-section-2 .u-group-1 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-2 { font-size: 1.25rem; margin-top: 63px; margin-left: auto; margin-right: auto; } .u-section-2 .u-text-3 { margin-top: -8px; } .u-section-2 .u-image-2 { width: 255px; height: 255px; } .u-section-2 .u-group-2 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-4 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-5 { margin-left: auto; margin-right: auto; } .u-section-2 .u-image-3 { width: 255px; height: 255px; } .u-section-2 .u-group-3 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-6 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-7 { margin-left: auto; margin-right: auto; } .u-section-2 .u-image-4 { width: 255px; height: 255px; } .u-section-2 .u-group-4 { min-height: 230px; margin-top: 34px; margin-right: initial; margin-left: initial; width: auto; } .u-section-2 .u-text-8 { margin-left: auto; margin-right: auto; font-size: 1.25rem; } .u-section-2 .u-text-9 { margin-left: auto; margin-right: auto; } }
0.394318
0.094427
.comment_main{ background: #EEE; min-height: 64px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 32px; box-sizing: border-box; width: 100%; } .comment_main form{ display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin-bottom: 16px; } .comment_item{ display: flex; flex-direction: column; align-items: stretch; } header.comment__header{ display: flex; flex-direction: row; align-items: center; } img.comment__avatar{ width: 48px; height: 48px; border-radius: 24px; margin-right: 16px; vertical-align: middle; } .comment__author{ flex-grow: 1; display: flex; flex-direction: column; } .comment__text, .comment__answers { margin-left: 60px; } .comment__text{ max-width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 20px; } .comment__answers .comment__text{ margin-bottom: 10px; } .comment__author span { margin: 5px 0; font-size: 14px; } .mdl-textfield { position: relative; font-size: 16px; display: inline-block; box-sizing: border-box; width: 300px; max-width: 100%; margin: 0; padding: 20px 0; } form .mdl-textfield { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-right: 16px; color: rgb(97, 97, 97); } .mdl-textfield__input { border: none; border-bottom: 1px solid rgba(0,0,0,.12); display: block; font-size: 16px; font-family: "Helvetica","Arial",sans-serif; margin: 0; padding: 4px 0; width: 100%; background: 0 0; text-align: left; color: inherit; outline: none; } form .mdl-textfield .mdl-textfield__input { font-family: 'Roboto', 'Helvetica', sans-serif; } form .mdl-textfield input, form .mdl-textfield textarea { resize: none; display: block; } .mdl-textfield--floating-label .mdl-textfield__label { transition-duration: .2s; transition-timing-function: cubic-bezier(.4,0,.2,1); } .mdl-textfield__label { left: 0; right: 0; pointer-events: none; position: absolute; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-align: left; color: rgb(158,158,158); font-size: 12px; top: 4px; visibility: visible; } .mdl-textfield__label:after { background-color: rgb(158,158,158); bottom: 20px; content: ''; height: 2px; left: 45%; position: absolute; transition-duration: .2s; transition-timing-function: cubic-bezier(.4,0,.2,1); visibility: hidden; width: 10px; } .mdl-button { border: none; position: relative; outline: none; cursor: pointer; vertical-align: middle; } a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab { -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: rgba(255,255,255,0); } .mdl-button--icon { border-radius: 50%; height: 32px; width: 32px; } form button { margin-top: 20px; background-color: rgba(0, 0, 0, 0.24); color: white; } .mdl-button:active, .mdl-button:disabled { background-color: rgba(158,158,158,.4); } .mdl-button .material-icons { vertical-align: middle; } .mdl-button--icon .material-icons { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-12px,-12px); transform: translate(-12px,-12px); line-height: 24px; width: 24px; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .mdl-button__ripple-container { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; overflow: hidden; } .mdl-button--icon .mdl-button__ripple-container { border-radius: 50%; -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000); } .mdl-ripple { background: #000; border-radius: 50%; height: 50px; left: 0; opacity: 0; pointer-events: none; position: absolute; top: 0; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 50px; overflow: hidden; } .mdl-ripple.is-animating { transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1); transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1); } .reply_button{ float: right; cursor: pointer; } .reply_button i { vertical-align: bottom; }
src/app/comment/comment-list/comment-list.component.css
.comment_main{ background: #EEE; min-height: 64px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 32px; box-sizing: border-box; width: 100%; } .comment_main form{ display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin-bottom: 16px; } .comment_item{ display: flex; flex-direction: column; align-items: stretch; } header.comment__header{ display: flex; flex-direction: row; align-items: center; } img.comment__avatar{ width: 48px; height: 48px; border-radius: 24px; margin-right: 16px; vertical-align: middle; } .comment__author{ flex-grow: 1; display: flex; flex-direction: column; } .comment__text, .comment__answers { margin-left: 60px; } .comment__text{ max-width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 20px; } .comment__answers .comment__text{ margin-bottom: 10px; } .comment__author span { margin: 5px 0; font-size: 14px; } .mdl-textfield { position: relative; font-size: 16px; display: inline-block; box-sizing: border-box; width: 300px; max-width: 100%; margin: 0; padding: 20px 0; } form .mdl-textfield { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-right: 16px; color: rgb(97, 97, 97); } .mdl-textfield__input { border: none; border-bottom: 1px solid rgba(0,0,0,.12); display: block; font-size: 16px; font-family: "Helvetica","Arial",sans-serif; margin: 0; padding: 4px 0; width: 100%; background: 0 0; text-align: left; color: inherit; outline: none; } form .mdl-textfield .mdl-textfield__input { font-family: 'Roboto', 'Helvetica', sans-serif; } form .mdl-textfield input, form .mdl-textfield textarea { resize: none; display: block; } .mdl-textfield--floating-label .mdl-textfield__label { transition-duration: .2s; transition-timing-function: cubic-bezier(.4,0,.2,1); } .mdl-textfield__label { left: 0; right: 0; pointer-events: none; position: absolute; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-align: left; color: rgb(158,158,158); font-size: 12px; top: 4px; visibility: visible; } .mdl-textfield__label:after { background-color: rgb(158,158,158); bottom: 20px; content: ''; height: 2px; left: 45%; position: absolute; transition-duration: .2s; transition-timing-function: cubic-bezier(.4,0,.2,1); visibility: hidden; width: 10px; } .mdl-button { border: none; position: relative; outline: none; cursor: pointer; vertical-align: middle; } a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu, .mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab { -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: rgba(255,255,255,0); } .mdl-button--icon { border-radius: 50%; height: 32px; width: 32px; } form button { margin-top: 20px; background-color: rgba(0, 0, 0, 0.24); color: white; } .mdl-button:active, .mdl-button:disabled { background-color: rgba(158,158,158,.4); } .mdl-button .material-icons { vertical-align: middle; } .mdl-button--icon .material-icons { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-12px,-12px); transform: translate(-12px,-12px); line-height: 24px; width: 24px; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .mdl-button__ripple-container { display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; overflow: hidden; } .mdl-button--icon .mdl-button__ripple-container { border-radius: 50%; -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#000); } .mdl-ripple { background: #000; border-radius: 50%; height: 50px; left: 0; opacity: 0; pointer-events: none; position: absolute; top: 0; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 50px; overflow: hidden; } .mdl-ripple.is-animating { transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1); transition: transform .3s cubic-bezier(0,0,.2,1),width .3s cubic-bezier(0,0,.2,1),height .3s cubic-bezier(0,0,.2,1),opacity .6s cubic-bezier(0,0,.2,1),-webkit-transform .3s cubic-bezier(0,0,.2,1); } .reply_button{ float: right; cursor: pointer; } .reply_button i { vertical-align: bottom; }
0.451568
0.065425
1.0 Utilities --------------------------------------------------------------*/ #header { position: relative; width: 100%; background: #FFF; box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08); } #header .container { position: relative } #header.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 10; } #header .logo { position: relative; float: left; margin-right: 20px; } #header .logo a { transition: none; background-size: contain; background-position: left center; background-repeat: no-repeat; text-indent: -9999px; display: block; position: relative; width: 220px; height: 80px; } #header .logo img { max-height: 60px; height: auto } #header .logo i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 30px; margin-left: 30px; color: #EF8B8B } #header .primary-menu { position: relative; z-index: 999; font-weight: 500; float: left } #header .primary-menu ul { margin: 0; padding: 0; list-style: none; display: inline-block; float: right; padding-left: 100px; } #header .primary-menu ul>li { margin: 0 10px; display: inline-block; position: relative; } #header .primary-menu ul>li.menu-item-has-children { margin: 0 15px 0 10px; } #header .primary-menu ul>li.menu-item-has-children>a::after { content: '\e93a'; font-family: fontello; font-weight: 400; display: inline-block; margin-left: 5px; transition: transform ease .3s; position: absolute; line-height: 1; top: 32px; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children { margin: 0; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children a::after { content: ''; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children::after { content: '\e93c'; font-family: fontello; font-weight: 400; display: inline-block; transition: transform ease .3s; position: absolute; right: 15px; bottom: 10px; font-size: 16px; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children:hover::after { transform: rotate(180deg); -webkit-transform: rotate(180deg) } #header .primary-menu ul>li.menu-item-has-children:hover>a::after { transform: rotate(180deg); -webkit-transform: rotate(180deg) } #header .primary-menu ul>li.menu-item-has-children>ul { position: absolute; background: #FFF; color: #555; left: -20px; top: 40px; text-align: left; width: 200px; opacity: 0; visibility: hidden; transition: all .2s ease; -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); padding: 10px 0; } #header .primary-menu ul>li.menu-item-has-children>ul>li>ul { left: 100%; top: -10px } #header .primary-menu ul>li>ul>li { display: block; padding: 5px 30px 5px 25px; margin: 0; } #header .primary-menu ul>li>ul li a { font-size: 15px; font-weight: 400; color: #404040; line-height: 28px; height: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #header .primary-menu ul>li:hover>ul { opacity: 1; visibility: visible; top: 80px } #header .primary-menu ul>li>a { color: #404040; font-size: 15px; display: block; position: relative; line-height: 80px; height: 80px; } #header .primary-menu ul>li .sub-menu li a:hover, #header .primary-menu ul>li .sub-menu li.current-menu-item>a, #header .primary-menu ul>li.current-menu-ancestor>a, #header .primary-menu ul>li.current-menu-item>a, #header .primary-menu ul>li:hover>a, #header .primary-menu ul>li>a:hover { color: #19B5FE } #header .right-nav { line-height: 80px; } #header .js-toggle-message { display: inline-block; position: relative; margin-right: 10px; } #header .js-toggle-message .dropdown-menu { top: 95px; right: -10px; width: 320px; } #header .js-toggle-message .dropdown-menu .more-messages { text-align: center } #header .js-toggle-message .dropdown-menu .more-messages a { padding: 10px; background: #f5f5f5; display: block; color: #adadad; font-size: 12px; line-height: normal; } #header .js-toggle-message .dropdown-menu .more-messages a:hover { color: #282828 } #header .js-toggle-message .dropdown-menu ul { margin: 18px 24px 13px 80px; padding-left: 15px; border-left: 1px solid #F1F1F1; } #header .js-toggle-message .dropdown-menu li { position: relative; padding: 10px 0; line-height: normal; } #header .js-toggle-message .dropdown-menu li:before { content: ''; width: 7px; height: 7px; left: -19px; top: 15px; border-radius: 10px; background: #c5c5c5; position: absolute; } #header .js-toggle-message .dropdown-menu li a { color: #555 } #header .js-toggle-message .dropdown-menu li .time { padding-right: 10px; margin-right: 10px; position: absolute; font-size: 12px; left: -80px; margin-top: 2px; } #header .js-toggle-message .dropdown-menu li a:hover { color: #000 } #header .js-toggle-message .dropdown-menu li.first { color: #ff4a6a } #header .js-toggle-message .dropdown-menu li.first a { font-weight: 700; color: #ff4a6a } #header .js-toggle-message .dropdown-menu li.first .time { font-weight: bold; } #header .js-toggle-message .dropdown-menu li.first .time:after { background: #ff4a6a } #header .js-toggle-message button { display: inline-block; position: relative; background: none; font-size: 16px; } #header .js-toggle-message button i { margin-right: 5px; } #header .js-toggle-message button::after { content: ""; position: absolute; width: 1px; height: 12px; background: #E5E5E5; right: -10px; top: 6px; } #header .js-toggle-message button span { content: ""; background-color: #f73f60; right: 5px; width: 6px; height: 6px; top: 5px; position: absolute; border-radius: 100%; display: inline-block } #header .js-toggle-search { position: relative; font-size: 15px; cursor: pointer; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; color: #333; cursor: pointer; text-align: center; background: transparent; display: inline-block; padding: 0 10px; border: none; } #header .toggle-tougao { background: transparent; font-size: 15px; border: 1px solid #337ab7; border-radius: 40px; padding: 5px 16px; line-height: 1; color: #337ab7; margin-right: 10px; } #header .toggle-tougao:hover { background: #282828; border-color: #282828; color: #FFF; } #header .toggle-login { font-size: 15px; } #header span.line { height: 12px; display: inline-block; margin: 0 5px; border-right: 1px solid #E5E5E5; } #header .menu-top, .menu-bottom { position: absolute; left: 14px; background: #333; width: 20px; height: 2px; transition: .3s; } #header .menu-top { top: 19px } #header .menu-bottom { bottom: 19px } .btn { padding: 14px 35px; outline: none !important; box-shadow: none !important; background: transparent; font-size: 14px; font-weight: normal; line-height: 1; color: #888; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn-default { border-color: #eaeaea; } .btn-default:hover, .btn-default:focus, .btn-default:active { border-color: #f3f3f3; background-color: #f3f3f3 } .btn-primary { background-color: #212226; border-color: #212226; color: #FFF; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { background-color: #000 !important; border: 1px solid #000 !important; outline: none !important; box-shadow: none !important; color: #FFF !important; } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 85%; } .form-control { border: 1px solid #eaeaea; height: 44px; border-radius: 2px; } .form-control:focus { border-color: #e0e0e0; } .permalink { outline: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; } .line-sep { margin-bottom: 50px; position: relative; text-align: center; } /*-------------------------------------------------------------- 1.1 drop --------------------------------------------------------------*/ .drop-suxing { display: inline-block; } .open.drop-suxing .dropdown-suxing { margin-top: -1px; opacity: 1; z-index: 100000; display: block; } .drop-suxing .dropdown-suxing { margin-top: -21px; position: absolute; background-color: #FFF; border: 1px solid #eaeaea; padding: 10px; left: 0; opacity: 0; width: 220px; z-index: -100; display: none\9; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-backface-visibility: hidden; } .drop-suxing .dropdown-suxing::before { content: ""; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #ffffff transparent; height: 0px; position: absolute; left: 50%; top: -8px; width: 0px; -webkit-transform: rotate(360deg); z-index: 1; margin-left: -8px; } .drop-suxing .dropdown-suxing::after { content: ""; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #eaeaea transparent; height: 0px; position: absolute; top: -9px; left: 50%; width: 0px; -webkit-transform: rotate(360deg); margin-left: -9px; } .open.dropdown-smilies .dropdown-suxing { margin-top: 10px; } .dropdown-smilies .dropdown-suxing { left: -1px; width: 380px; padding: 15px; border: 1px solid #eaeaea; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); } .dropdown-smilies .dropdown-suxing .add-smily { display: inline-block } .dropdown-smilies .dropdown-suxing .add-smily img { height: auto !important; width: 1.4em !important; } .dropdown-smilies .dropdown-suxing::before { left: 17px; margin-left: 0; } .dropdown-smilies .dropdown-suxing::after { left: 16px; margin-left: 0; } .open.dropup-suxing .dropdown-suxing { margin-top: auto; margin-bottom: -1px; opacity: 1; z-index: 10; display: block\9; } @media (max-width:767px) { .dropdown-smilies .dropdown-suxing { width: 100%; padding: 10px; left: 1px; } } /*-------------------------------------------------------------- 2.0 404 Page --------------------------------------------------------------*/ .data-null { text-align: center; padding: 8em 0 12em 0; } .data-null h1 { font-size: 8rem; padding: 0; } .data-null p { color: #888; padding: 10px 0; } .data-null p i { position: relative; display: inline-block; width: 150px; height: 150px; background-image: url(static/images/null.png); background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 6px; } .data-null .data-search { position: relative; width: 300px; margin: 10px auto; } .data-null .data-search .btn-search { position: absolute; right: 0; top: 0; bottom: 0; border-radius: 0 2px 2px 0; padding: 10px 20px; } /*-------------------------------------------------------------- 3.0 Layout --------------------------------------------------------------*/ .site { position: relative; } .nt-warp { padding-top: 73px; padding-bottom: 60px; position: relative; /*background-color: #f6f6f6;*/ } blockquote { color: #333; font-size: 17px; font-weight: 500; line-height: 1.6; margin: 30px auto; max-width: 680px; text-align: center; border-left: 0; } blockquote > *:last-child { margin-bottom: 0; } blockquote > *:first-child:before, blockquote > *:last-child:after { color: #bfbfbf; font-family: FontAwesome; font-size: 14px; } blockquote > *:first-child:before { content: "\f10d"; margin-right: 10px; } blockquote > *:last-child:after { content: "\f10e"; margin-left: 10px; } blockquote cite { display: block; margin-top: 5px; } hr { margin-top: 52px; margin-bottom: 42px; display: block; border: 0; text-align: center; } hr:before { content: '...'; display: inline-block; color: #000; position: relative; top: -30px; font-size: 28px; letter-spacing: .6em; } .hr-short { } .hr-short::before { content: ""; display: block; width: 110px; margin: 35px 0; height: 2px; background-color: #f6f6f6; } table { border-collapse: collapse; margin: 0 0 15px; word-break: normal; } th, td { border: 1px solid #e6e6e6; padding: 8px 12px; } iframe, embed { border: 0; display: block; overflow: hidden; width: 100%; } figure { margin: 0; } pre { overflow-y: auto; } .rw10 { margin-right: -5px; margin-left: -5px; } .rw20 { margin-right: -10px; margin-left: -10px; } .rw0 { margin-right: 0; margin-left: 0; } .pt0 { padding-top: 0; } .pd0 { padding-right: 0; padding-left: 0; } .pd10 { padding-right: 5px; padding-left: 5px; } .pd20 { padding-right: 10px; padding-left: 10px; } .mt10 { margin-top: 10px; } .icon { vertical-align: middle; line-height: normal; display: inline-block; } .overlay { width: 100%; height: 100%; background: #000; -webkit-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; position: absolute; opacity: .2; top: 0; left: 0; } @media (max-width:767px) { .col-xs-12 { padding-right: 0; padding-left: 0; } .nt-warp { padding-bottom: 20px; padding-top: 20px; } .home .nt-warp, .nt-warp-nospace { padding-top: 0; } .nt-warp > .container, .nt-warp-full > .container { padding-right: 0; padding-left: 0; } .nt-warp .container .row { margin-right: 0; margin-left: 0; } .container-pd0 { padding-right: 0; padding-left: 0; } } @media (max-width:991px) { .widget-area { margin: 90px auto 0; max-width: 300px; padding: 0; } } @media (min-width:992px) { .post-style03 .nt-warp { padding-top: 40px; } .nt-warp .container .row .col-md-9 { width: 71%; padding-right: 30px; } .nt-warp .container .row .col-md-3 { width: 29%; } .nt-warp .container .row .col-md-pull-9 { right: 71%; } .nt-warp .container .row .col-md-push-3 { left: 29%; } } @media (min-width:1200px) { .nt-warp-full > .container { width: 973px; } .nt-warp-raw > .container { width: 1170px; } .nt-warp-raw .m-post-list { margin-right: -7px; margin-left: -7px; margin-bottom: 30px; } .nt-warp-raw .m-post-list .col-sm-4:nth-child(3n+1) { clear: none; } .nt-warp-raw .m-post-list .col-md-4:nth-child(4n+1) { clear: left; } .nt-warp-raw .m-post-list .col-md-4 { width: 25%; padding-right: 10px; padding-left: 10px; } .nt-warp-raw .m-post-list .post-grid { margin-bottom: 20px; } .nt-warp-raw .m-post-list .post-grid .image { margin-bottom: 0; height: 200px; } .nt-warp-raw .m-post-list .post-grid .image img { min-height: 200px; } .nt-warp-raw .m-post-list .post-grid .content { padding: 15px 0 0; } .nt-warp-raw .m-post-list .topic-grid .item { margin-bottom: 14px; } } @media (min-width:1921px) { .container-fluid { max-width: 1905px; } } /*-------------------------------------------------------------- 4.0 Header --------------------------------------------------------------*/ .navbar { position: relative; background-color: #fff; -webkit-box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); -moz-box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); min-height: 70px; border: 0; border-radius: 0; margin-bottom: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); padding: 0; z-index: 11; } .navbar .container { position: relative } .navbar.fixed { background: rgba(255, 255, 255, 0.98); -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; transition: 0.3s all ease; position: fixed; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); top: 0; -webkit-animation: fadeInDown 0.6s both; -moz-animation: fadeInDown 0.6s both; animation: fadeInDown 0.6s both; width: 100%; } .navbar-header { vertical-align: middle; line-height: 70px; height: 70px; } .navbar-header .navbar-brand { transition: none; background-size: contain; background-position: left center; background-repeat: no-repeat; text-indent: -9999px; display: block; position: absolute; width: 200px; height: 70px; line-height: 70px; padding: 0; z-index: 2; margin-left: 0; } .navbar-right { position: relative; line-height: 70px; height: 70px; margin-right: 0px; z-index: 2; } .navbar-right .btn-search { background: transparent; border: 0; vertical-align: middle; line-height: inherit; display: inline-block; padding-left: 20px; } .navbar-collapse { position: relative } .navbar-nav { display: block; float: none; text-align: center; } .navbar-nav li { display: inline-block; position: relative; float: none; } .navbar-nav li a { position: relative; display: block; } .navbar-nav li a::after { background: #000 none repeat scroll 0 0; bottom: 15px; content: ""; height: 4px; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; transition: all 0.3s ease 0s; width: 4px; } .navbar-nav li.current-menu-item a:after, .navbar-nav li.current-post-ancestor a:after { opacity: 1; } .navbar-nav li a { display: block; position: relative; font-size: 14px; line-height: 70px; text-transform: uppercase; padding: 0 8px; margin: 0 5px; } .navbar-nav li.current-menu-item a, .navbar-nav li a:hover { color: #19B5FE; background-color: transparent; } .navbar-nav li.menu-item-has-children a { margin-right: 20px; } .navbar-nav li.menu-item-has-children .fa-angle-down { position: absolute; right: 12px; top: 50%; margin-top: -6px; font-size: 13px; color: #888; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .navbar-nav li.menu-item-has-children:hover .fa-angle-down { transform: rotate(180deg); -webkit-transform: rotate(180deg) } .mobile-navbar-brand { display: none !important; } /* mobile navbar style*/ @media (min-width:1280px) { .navbar .container-fluid { margin: 0 80px; position: relative; } } @media (min-width:1024px) and (max-width:1199px) { .navbar-collapse .navbar-nav { float: right; padding-right: 55px; } .navbar-collapse .navbar-nav li a { padding: 0; margin: 0 10px 0 0; } .navbar-nav li.menu-item-has-children a { padding-right: 5px; } .navbar-nav li.menu-item-has-children .fa-angle-down { right: 2px; } } /* - min-width: 992 */ @media (min-width:992px) { .navbar-nav li .sub-menu { position: absolute; background-color: #fff; border: none; left: 5px; border-radius: 0; opacity: 0; top: 100%; display: block; margin: 0; padding: 0; min-width: 205px; max-width: 205px; visibility: hidden\0/; transition: all 0.17s ease-in-out; -moz-transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out; -o-transition: all 0.17s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s; -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s; } .navbar-nav li:last-child > .sub-menu, .navbar-nav li:nth-last-child(2) > .sub-menu { right: 0; left: auto; } .navbar-nav li:hover .sub-menu { visibility: visible; opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; -mos-transition: -mos-transform 0.4s, opacity 0.1s; -o-transition: -o-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); } .navbar-nav li .sub-menu li { display: block; text-align: left; } .navbar-nav li .sub-menu li a { line-height: normal; padding: 14px 22px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; margin: 0; font-size: 14px; font-weight: normal; } .navbar-nav li .sub-menu li a:after { display: none; } .navbar-nav li .sub-menu li a:hover, .navbar-nav .sub-menu li.current-menu-item a { background-color: #000; color: #FFF; } } @media (min-width:768px) and (max-width:991px) { .navbar-header { float: none; } .navbar-right { position: absolute; right: 8px; top: 25px; line-height: normal; height: auto; } .navbar-right .btn-search { padding: 5px 10px; } } @media (min-width:768px) { .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; } } @media (max-width:767px) { .navbar-header { line-height: 55px; height: 55px; margin-left: 0 !important; } .navbar-header .navbar-brand { display: inline-block; float: none; background-position: left center; position: relative; height: 55px; line-height: 55px; width: 160px; } .navbar-right { position: absolute; right: 8px; top: 15px; line-height: normal; height: auto; } .navbar-right .btn-search { padding: 5px 10px; } .navbar.mobile-style02 { background: #000; min-height: 50px; } .home .navbar.mobile-style02 { position: fixed; background: rgba(0, 0, 0, 0.68); right: 0; left: 0; top: 0; } .navbar.fixed { min-height: 55px; background: rgba(0, 0, 0, 0.78); } .home .navbar.mobile-style02.fixed { background: rgba(0, 0, 0, 0.88); } .navbar.mobile-style02 .navbar-header, .navbar.fixed .navbar-header { position: absolute; width: 55px; height: 55px; line-height: 55px; } .navbar.mobile-style02 .navbar-brand, .navbar.fixed .navbar-brand { height: 55px; line-height: 55px; display: none; } .navbar.mobile-style02 .mobile-navbar-brand, .navbar.fixed .mobile-navbar-brand { display: inline-block !important; height: 40px; line-height: 40px; width: 40px; position: relative; } .navbar.mobile-style02 .mobile-navbar .navbar-nav, .navbar.fixed .mobile-navbar .navbar-nav { margin: 0 50px 0 70px; } .navbar.mobile-style02 .navbar-nav li a, .navbar.fixed .navbar-nav li a { color: #ababab; line-height: 55px; padding: 0 5px 0; } .navbar.mobile-style02 .navbar-nav li.current-menu-item a, .navbar.mobile-style02 .navbar-nav li a:hover, .navbar.fixed .navbar-nav li.current-menu-item a, .navbar.fixed .navbar-nav li.current-post-parent a, .navbar.fixed .navbar-nav li a:hover { color: #FFF; } .navbar.mobile-style02 .mobile-navbar .navbar-nav li a::after, .navbar.fixed .mobile-navbar .navbar-nav li a::after { background-color: #FFF; bottom: 10px; } .navbar.mobile-style02 .navbar-right, .navbar.fixed .navbar-right { display: none; } .mobile-navbar-toggle { position: absolute; float: none; right: 5px; top: -5px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 8px 18px; display: block; cursor: pointer; } .mobile-navbar-toggle .icon-bar { background-color: #48494d; width: 3px; height: 3px; } .mobile-navbar-toggle .icon-bar+.icon-bar { margin-top: 3px } .navbar.mobile-style02 .mobile-navbar-toggle { top: 11px; } .navbar.fixed .mobile-navbar-toggle { top: 11px; } .navbar.mobile-style02 .mobile-navbar-toggle .icon-bar, .navbar.fixed .mobile-navbar-toggle .icon-bar { background-color: #ababab; } } /*-------------------------------------------------------------- 4.1 black-top navbar --------------------------------------------------------------*/ .home.black-top .navbar { box-shadow: none; background-color: transparent; box-shadow: none; position: fixed; top: 0; left: 0; width: 100%; z-index: 11; padding: 20px 0 0; } .black-top .navbar { background-color: #000; box-shadow: none; } .black-top .navbar.fixed { padding-top: 0; background-color: rgba(0, 0, 0, 0.88); } .black-top .navbar-nav > li > a { color: #404040; } .black-top .navbar-nav li.menu-item-has-children .fa-angle-down { color: #404040; } .black-top .navbar-nav > li > a:hover, .black-top .navbar-nav li.current-menu-item a, .black-top .navbar-nav li.current-post-ancestor a, .black-top .navbar-nav li .sub-menu li.current-menu-item a { color: #19B5FE } .black-top .navbar-nav li .sub-menu { padding: 5px 0; } .black-top .navbar-nav li .sub-menu li a { color: #48494d } .black-top .navbar-nav li .sub-menu li a:hover , .black-top .navbar-nav li .sub-menu li.current-menu-item a:hover { background-color: #000; color: #FFF } .black-top .navbar-nav li.current-menu-item a:after, .black-top .navbar-nav li.current-post-ancestor a:after { background: #fff none repeat scroll 0 0; } .black-top .navbar-right .btn-search { color: #ecedef; } .black-top .post-cover .image { left: -10px; right: -10px; top: -10px; bottom: -10px; width: auto; } @media (max-width:767px) { .home.black-top .navbar { padding-top: 0; background: rgba(0, 0, 0, 0.68); } .black-top .mobile-navbar-toggle .icon-bar { background-color: #c3c3c3; } } /*-------------------------------------------------------------- 4.1 mobile-navbar --------------------------------------------------------------*/ .mobile-navbar { position: relative; } .mobile-navbar .navbar-nav { margin: 0 60px 0 13px; text-align: left; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); } .mobile-navbar .navbar-nav li { } .mobile-navbar .navbar-nav li a { line-height: 1.6; margin: 0; padding: 0 5px 10px; font-size: 14px; } .mobile-navbar .navbar-nav li a::after { bottom: 5px; width: 6px; height: 3px; } /*-------------------------------------------------------------- 4.2 mobile-overlay --------------------------------------------------------------*/ .mobile-open { overflow: hidden; } .mobile-open .site { filter: blur(8px); -webkit-filter: blur(8px); -moz-filter: blur(8px); -ms-filter: blur(8px); -o-filter: blur(8px); } .mobile-overlay { position: fixed; background: rgba(255, 255, 255, 0.95); top: 0; left: -300px; width: 300px; height: 0%; opacity: 0; z-index: 12; visibility: hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s; transition: opacity .35s, visibility .35s, height .35s; overflow: hidden; } .mobile-overlay .navbar-close { display: block; position: absolute; left: 30px; bottom: 30px; padding: 0; border: 0; background: transparent; } .mobile-overlay .navbar-close i { display: block; font-size: 32px; color: #BFBFBF; padding: 0; cursor: pointer; } .mobile-search { position: relative; padding: 30px 30px 0; } .mobile-search .mobile-search-form label { display: block; } .mobile-search .mobile-search-form label .mobile-search-field { width: 100%; border: 0; background: #f9f9f9; border: 1px solid #f1f1f1; border-radius: 4px; font-size: 12px; padding: 0 15px; height: 40px; } .mobile-search .mobile-search-form .mobile-search-submit { position: absolute; top: 30px; right: 30px; width: 50px; height: 40px; line-height: 40px; cursor: pointer; display: inline-block; text-align: center; font-size: 14px; font-weight: 500; color: #BFBFBF; letter-spacing: .1em; background-color: transparent; border: 0; text-decoration: none; } /*-------------------------------------------------------------- 4.3 Mobile Navigation --------------------------------------------------------------*/ .mobile-navigation { position: relative; padding-top: 20px; padding-bottom: 90px; } .cosy-mobile-menu { list-style: none; position: relative; padding: 0 30px; } .cosy-mobile-menu li { display: block; position: relative; opacity: 0; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #f5f5f5; } .cosy-mobile-menu li:last-child { border: 0; } .cosy-mobile-menu li a { display: block; position: relative; font-size: 16px; color: #989898; text-decoration: none; text-transform: uppercase; line-height: 1; margin: 15px 0 8px 0; } .cosy-mobile-menu li.menu-item-has-children > ul { position: relative; overflow: hidden; margin: 10px 0; } .cosy-mobile-menu li.menu-item-has-children > ul li { display: inline-block; float: left; width: 50%; text-align: left; padding: 0; margin: 0; border: 0; } .cosy-mobile-menu li.menu-item-has-children > ul li a { padding: 10px 0; margin: 0; border: 0; color: #48494d; font-size: 14px; } .cosy-mobile-menu li.menu-item-has-children > ul li.menu-item-has-children > ul { font-size: 15px; } .cosy-mobile-menu li.menu-item-has-children > ul li a i { display: inline-block; font-size: 15px; width: 35px; height: 35px; line-height: 35px; background: #000; color: #FFF; text-align: center; border-radius: 40px; margin-right: 10px; } .cosy-mobile-menu li.menu-item-has-children > .action-expand > .opened, .cosy-mobile-menu li.menu-item-has-children.menu-open > .action-expand > .closed { display: none; } .cosy-mobile-menu li.menu-item-has-children > .action-expand > .closed, .cosy-mobile-menu li.menu-item-has-children.menu-open > .action-expand > .opened { float: right; display: block; } .mobile-overlay.open .cosy-mobile-menu li { -webkit-animation: fadeInRight .45s ease forwards; animation: fadeInRight .45s ease forwards; -webkit-animation-delay: .45s; animation-delay: .45s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(2) { -webkit-animation-delay: .5s; animation-delay: .5s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(3) { -webkit-animation-delay: .55s; animation-delay: .55s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(4) { -webkit-animation-delay: .60s; animation-delay: .60s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(5) { -webkit-animation-delay: .65s; animation-delay: .65s; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; left: 20%; } 100% { opacity: 1; left: 0; } } @keyframes fadeInRight { 0% { opacity: 0; left: 20%; } 100% { opacity: 1; left: 0; } } @media (max-width:767px) { .mobile-overlay { width: 100%; left: 0; } .mobile-overlay.open { opacity: 1; visibility: visible; height: 100%; } } @media (min-width:768px) and (max-width:991px) { .mobile-overlay { height: 100%; -webkit-transition: 0.6s all ease; -moz-transition: 0.6s all ease; transition: 0.6s all ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); background: #FFF; } .mobile-overlay.open { opacity: 1; visibility: visible; height: 100%; left: 0; } .mobile-overlay.open .navbar-close { left: auto; bottom: auto; right: 30px; top: 30px; } .mobile-overlay.open .navbar-close i { font-size: 20px; } .mobile-overlay.open .mobile-search { margin-top: 50px; } .mobile-open .site { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } } /*-------------------------------------------------------------- 4.4 Web Navbar Toggle --------------------------------------------------------------*/ @media (min-width:1024px) { .web-navbar-toggle { display: block; float: none; position: absolute; padding: 11px 0; top: 25px; margin: 0; z-index: 11; } .web-navbar-toggle .icon-bar { background-color: #333; height: 1px; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .web-navbar-toggle .icon-bar+.icon-bar { margin-top: 5px; } .mobile-overlay { height: 100%; -webkit-transition: 0.6s all ease; -moz-transition: 0.6s all ease; transition: 0.6s all ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); background: #FFF; } .mobile-overlay.open { opacity: 1; left: 0; visibility: visible; } .mobile-overlay.open .navbar-close { left: auto; bottom: auto; right: 30px; top: 30px; } .mobile-overlay.open .navbar-close i { font-size: 20px; } .mobile-overlay.open .mobile-search { margin-top: 50px; } .mobile-open .site { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } } /*-------------------------------------------------------------- 5.0 hearder search form --------------------------------------------------------------*/ .nt_second_menu_search_anims { overflow: hidden; } .nt_second_menu_search_anims .site { margin-top: 0px !important } .nt_search_inner { position: fixed; display: flex; justify-content: center; align-items: center; width: 100%; height: 50%; z-index: -999; transition: transform 0.6s; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); left: 0px; } .nt_search_inner_up { transform: translate3d(0, -100%, 0); background-color: #FFF; height: 33%; } .nt_search_inner_down { top: 33%; height: 67%; transform: translate3d(0, 150%, 0); background-color: #f4f4f5; } .nt_search_inner .searchform { } .nt_search_inner .searchform input[type="text"] { height: 50px; font-size: 16px; padding: 5px 20px; } .nt_search_inner .searchform .input-group-btn { background-color: #212226; border-radius: 0 4px 4px 0; } .nt_search_inner .searchform .input-group-btn:hover { background-color: #000 } .nt_search_inner .searchform .input-group-btn .btn { color: #FFF; font-size: 16px; height: 50px; padding: 14px 40px; } .nt_search_inner .searchform .input-group-btn .btn .icon { margin-top: 2px; display: inline-block; } .nt_search_inner h4 { position: relative; font-size: 14px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 15px; margin-bottom: 25px; } .nt_search_inner h4:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; top: 31px; background: #131313; } .nt_search_info { width: 100%; padding: 12px 0; text-align: right } .search_inner_close { position: absolute; text-align: center; top: 20px; right: 20px; padding: 8px; border-radius: 100%; cursor: pointer; -moz-transition-duration: 0.45s; -o-transition-duration: 0.45s; -webkit-transition-duration: 0.45s; transition-duration: 0.45s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; line-height: 0; } .search_inner_close .btn-search-close { position: relative; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; opacity: 1; line-height: 0; } .search_inner_close .btn-search-close i { font-size: 25px; color: #888; } .search_inner_close .btn-search-close:hover { -moz-transform: rotate(45deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(270deg) } /** .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { content: ""; position: absolute; z-index: -1 } .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { background-color: #48494d; } .search_inner_close .btn-search-close:before { left: 50%; width: 1px; margin-left: -1px; height: 100%; } .search_inner_close .btn-search-close:after { top: 50%; height: 1px; margin-top: -1px; width: 100%; left: 0px; } **/ .nt_showing_search .nt_search_inner { z-index: 999; } .nt_second_menu_search_anims .search_inner_close { opacity: 1 } .nt_second_menu_search_anims .nt_search_inner { transform: translate3d(0, 0, 0); } .nt_second_menu_search_anims .nt_search_inner_up { top: 0; } .featured-search { } .featured-search .item { } .featured-search .item a { display: block; } .featured-search .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-search .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-search .item a .content { height: 400px; max-height: 500px; background-size: cover; background-repeat: no-repeat; background-position: center; } .featured-search .item a .content .title { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); z-index: 2; } .featured-search .item a .content .title h2 { font-size: 22px; color: #FFF; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .featured-search .item a .content .title .date { padding: 15px 0 0; } .featured-search .item a .content .title .date span { position: relative; color: #BFBFBF; font-size: 14px; padding-left: 20px; } .featured-search .item a .content .title .date span a { color: #888; font-size: 12px; } .featured-search .item a .content .title .date span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-search .item a .content .title .date span:first-child { padding-left: 0; } .featured-search .item a .content .title .date span:first-child:before { display: none; } .featured-search .item-small a .content .title h2 { font-size: 16px; } .featured-search .item-small a .content { height: 200px; max-height: 250px; position: relative; } .featured-search .item-small a .content .title { padding: 25px 20px 20px 20px } .featured-search .item-small a .content .title .date { padding: 5px 0 0; } @media (min-width:768px) and (max-width:991px) { .featured-search .item a .content { max-height: 400px } .featured-search .item-small a .content { max-height: 200px; } } @media (max-width:767px) { .nt_search_inner_up { height: 15%; transition: transform 0.68s; } .nt_search_inner .searchform input[type="text"] { height: 40px; font-size: 14px; } .nt_search_inner .searchform .input-group-btn .btn { padding: 0 25px; height: 40px; font-size: 14px; } .nt_second_menu_search_anims .nt_search_inner_down { top: 20%; height: 80%; } .nt_second_menu_search_anims .search_inner_close { position: absolute; top: auto; right: auto; bottom: -70px; left: 50%; padding: 15px; margin-left: -30px; transition: none; } .search_inner_close .btn-search-close { display: inline-block; color: #fff; transition: none; } .search_inner_close .btn-search-close .icon { font-size: 30px; color: #fff; } .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { background-color: #FFF; } } /*-------------------------------------------------------------- 6.0 main preloader --------------------------------------------------------------*/ .main-preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.9); z-index: 123456789 !important; opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease } .main-preloader .preloader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .main-preloader .loader-inner.ball-scale-multiple div { background-color: #000 } .main-preloader.window-is-loaded { opacity: 0 } @-webkit-keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 5% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 5% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .ball-scale-multiple { position: relative; -webkit-transform: translateY(-30px); transform: translateY(-30px) } .ball-scale-multiple>div:nth-child(2) { -webkit-animation-delay: -.4s; animation-delay: -.4s } .ball-scale-multiple>div:nth-child(3) { -webkit-animation-delay: -.2s; animation-delay: -.2s } .ball-scale-multiple>div { position: absolute; left: -30px; top: 0; opacity: 0; margin: 0; width: 60px; height: 60px; -webkit-animation: ball-scale-multiple 1s 0s linear infinite; animation: ball-scale-multiple 1s 0s linear infinite } .ball-scale-multiple>div { background-color: #fff; border-radius: 100% } /*-------------------------------------------------------------- 7.0 Owl Carousel --------------------------------------------------------------*/ /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ /* * Owl Carousel - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav { opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .owl-carousel:hover .owl-nav { opacity: 1; } .owl-carousel .owl-prev, .owl-carousel .owl-next { background-color: #FFF; border-radius: 50%; line-height: 30px; margin-top: -20px; position: absolute; top: 50%; text-align: center; width: 40px; height: 40px; line-height: 36px; border: 0; } .owl-carousel .owl-prev { left: 20px; } .owl-carousel .owl-next { right: 20px; } .owl-carousel .owl-dots { position: absolute; text-align: center; width: 100%; left: 0; bottom: 20px; } .owl-carousel .owl-dot { font-size: 0; width: 8px; height: 8px; padding: 0; top: 0; border: 0; -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: 0 3px; background: rgba(255, 255, 255, 0.65); display: inline-block; } .owl-carousel .owl-dot.active { height: 8px; position: relative; width: 40px; background-color: #FFF; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { transition: height 500ms ease-in-out; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } @media (max-width:767px) { .owl-carousel .owl-dots { bottom: 5px; } .owl-carousel .owl-dot { width: 6px; height: 6px; } .owl-carousel .owl-dot.active { height: 6px; position: relative; width: 20px; } } @media (min-width:768px) and (max-width:991px) { } /*-------------------------------------------------------------- 7.1 nt-slider --------------------------------------------------------------*/ .nt-slider { height: 500px; } .nt-slider .item { background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; } .nt-slider .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); background-color: rgba(0, 0, 0, 0.2); } .nt-slider .item:hover:after { background-color: rgba(0, 0, 0, 0.6); } .nt-slider .owl-stage-outer, .nt-slider .owl-stage, .nt-slider .owl-item, .nt-slider .item { height: 100%; } .nt-slider .item .content { margin: auto; max-width: 600px; position: relative; text-align: center; z-index: 1; } .nt-slider .item .content .categories { position: relative; z-index: 1; color: #fff; font-size: 14px; text-transform: uppercase; display: inline-block; margin-bottom: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-slider .item .content .categories:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .nt-slider .item .content .title { color: #fff; font-size: 26px; margin-bottom: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-slider.style02 { margin-top: 30px; } @media (max-width:767px) { .nt-slider { height: 260px; } .nt-slider.style02 { margin-top: 0; } .nt-slider .item .content { padding: 20px; } .nt-slider .item .content .title { font-size: 16px; } } @media (min-width:768px) and (max-width:991px) { .nt-slider { height: 380px; } } @media (min-width:1921px) { .nt-slider { max-width: 1905px; margin: 0 auto; } } /*-------------------------------------------------------------- 8.0 introduction --------------------------------------------------------------*/ .introduction { border-bottom: 1px solid #f6f6f6; padding-bottom: 20px; margin-bottom: 30px; text-align: center; } .introduction h5 { margin-bottom: 5px; font-size: 16px; } .introduction h5 i { font-size: 18px; } .introduction p.data { color: #BFBFBF; font-size: 12px; } .introduction p.data span { margin: 0 5px; } .introduction p.data span i { margin-right: 5px; } .introduction p.data a { margin: 0 8px; } .introduction .author-image { margin-bottom: 15px; } .introduction .author-image img { display: inline-block; width: 65px; height: 65px; border-radius: 50%; border: 2px solid #f9f9f9; } .introduction .author-desc { margin-top: 10px; margin-bottom: 10px; } .introduction .author-desc p { color: #717171; font-size: 14px; } @media (max-width:767px) { .introduction { border-bottom: 0; padding-top: 8px; padding-bottom: 20px; margin-bottom: 0; } .introduction .author-desc { padding: 0 20px; } } /*-------------------------------------------------------------- 9.0 Stickys Post --------------------------------------------------------------*/ .l-stickys { } .l-stickys .container { margin-top: 30px; } .l-stickys .container-fluid { margin-top: 20px; padding-right: 0; padding-left: 0; } .l-stickys .container-fluid .rw10, .l-stickys .container-fluid .rw20 { margin-right: 0; margin-left: 0; } .l-stickys .container-fluid .col-md-3:first-child { padding-left: 0; } .l-stickys .container-fluid .col-md-3:last-child { padding-right: 0; } .l-stickys .item { position: relative; overflow: hidden; } .l-stickys .item .permalink { text-indent: -9999px; } .l-stickys .item .image { background-position: center; background-size: cover; position: relative; text-align: center; height: 400px; transition: transform 0.3s ease-out; } .l-stickys .item:hover .image { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .l-stickys .item:hover .image:after { background-color: rgba(0, 0, 0, 0.3); } .l-stickys .item .image:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .l-stickys .item .sticky { position: absolute; top: 10px; left: 10px; z-index: 1; } .l-stickys .item .sticky span { background-color: #000; color: #fff; font-size: 12px; line-height: 1; padding: 6px 14px; display: inline-block; } .l-stickys .item .content { background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); padding: 18px 18px 30px; position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; text-align: center; } .l-stickys .item .content .title { color: #fff; font-size: 20px; font-weight: 600; margin: 0 auto; max-width: 500px; position: relative; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .l-stickys .item .content .data { margin-top: 5px; text-transform: uppercase; } .l-stickys .item .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 5px; display: inline-block; } .l-stickys .item .content .data span i { font-size: 12px; margin-right: 5px } @media (max-width:767px) { .l-stickys { overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 10px 0; background-color: #f5f5f5; } .l-stickys .container-fluid { margin-top: 0; } .l-stickys .container { padding-right: 3px; padding-left: 3px; margin-top: 0; } .l-stickys .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 5px 0 0; } .l-stickys .col-xs-12:last-child { padding: 0 } .l-stickys .item .image { height: 180px; } .l-stickys .item .sticky { top: 15px; left: 15px; } .l-stickys .item .sticky span { font-size: 12px; padding: 8px 10px; } .l-stickys .item .content { padding: 15px; text-align: left; } .l-stickys .item .content .title { font-size: 16px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .l-stickys .item .content .data { margin-top: 0 } } @media (min-width:768px) and (max-width:991px) { .l-stickys { overflow-x: auto; white-space: nowrap; overflow-y: hidden; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 30px 0; background-color: #f5f5f5; } .l-stickys .container, .l-stickys .container-fluid { margin-top: 0; } .l-stickys .container .rw10 { margin-right: 0; margin-left: 0; } .l-stickys .col-sm-3 { display: inline-block; white-space: normal; float: none; vertical-align: top; width: 46%; padding: 0 10px 0 0; } .l-stickys .col-sm-3:last-child { padding: 0; } .l-stickys .item .image { height: 280px; } .l-stickys .item .content { padding: 20px; } .l-stickys .item .content .title { font-size: 16px; } .l-stickys .item .sticky span { font-size: 12px; } } /*-------------------------------------------------------------- 10.0 Post --------------------------------------------------------------*/ .m-post-list { position: relative; min-height: 328px; } .m-post-list .post { margin-bottom: 40px; word-break: break-word; } .m-post-list .post .image { margin-bottom: 0; max-width: 280px; position: relative; } .m-post-list .post-regular .image { overflow: hidden } .m-post-list .post .image img { display: block; height: auto; width: 100%; min-height: 220px; transition: transform 0.3s ease-out; } .m-post-list .post .image:hover img { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .m-post-list .post .content { margin-left: 310px; overflow: hidden; position: relative; } .m-post-list .post .content .meta span { display: inline-block; margin-bottom: 10px; position: relative; margin-left: 20px; } .m-post-list .post .content .meta span a { display: block; position: relative; font-size: 14px; text-transform: uppercase; } .m-post-list .post .content .meta span a:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .m-post-list .post .content .title { margin-bottom: 30px; } .m-post-list .post .content .title h2 { font-weight: 600; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .m-post-list .post .content .desc { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .m-post-list .post .content .data { margin-top: 15px; text-transform: uppercase; } .m-post-list .post .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 5px; display: inline-block; } .m-post-list .post .content .data span i { font-size: 12px; margin-right: 5px } .m-post-list .post-regular .content { margin-top: 15px; } .m-post-list .post-grid { margin-bottom: 45px; } .m-post-list .post-grid .image { max-width: none; float: none !important; margin-bottom: 20px; height: 220px; overflow: hidden; } .m-post-list .post-grid .image a { display: block; transition: all .25s ease-in-out 0s; } .m-post-list .post-grid:hover .image a { top: 9px } .m-post-list .post-grid .content { margin-left: 0; padding: 0; } .m-post-list .post-grid .content .title { margin-bottom: 10px; } .m-post-list .post-grid .content .data { margin-top: 5px; } @media (max-width:480px) { } @media (max-width:767px) { .m-post-list { margin-right: 0; margin-left: 0; } .m-post-list .post-regular { border-top: 5px solid #f6f6f6; padding-bottom: 0; margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .m-post-list .post-regular .image { float: right !important; min-width: 45%; } .m-post-list .post-regular .image img { min-height: 125px; } .m-post-list .post-regular .content { margin-left: 0; margin-top: 0; padding: 10px 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .home-list .post-regular .content { padding: 15px; } .m-post-list .post-regular .content .title { margin-bottom: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .m-post-list .post-regular .content .title h2 { font-size: 15px; } .m-post-list .post-regular .content .meta span { margin-bottom: 8px; margin-left: 16px; } .m-post-list .post-regular .content .meta span a { background-color: transparent; padding: 0; color: #999; } .m-post-list .post .content .meta span a:before, .m-post-list .post-regular .content .meta span a:before { width: 7px; height: 7px; left: -15px; top: 8px; } .m-post-list .col-grid { border-top: 8px solid #f6f6f6; } .m-post-list .post-grid { margin-bottom: 15px; } .m-post-list .post-grid .image { max-height: 180px; height: auto; margin-bottom: 15px; } .m-post-list .post-grid .image img { min-height: 0; position: relative; transform: none; } .m-post-list .post-grid .image img.timthumb_php, .m-post-list .post-grid .image img.timthumb_mi{ margin-top: -60px; } .m-post-list .post-grid:hover .image a { top: 0 } .m-post-list .post-grid .content { padding: 0 15px } .m-post-list .post-grid .content .meta span { margin-bottom: 5px; margin-left: 16px; } .m-post-list .post-grid .content .title { margin-bottom: 5px; } .m-post-list .post-grid .content .title h2 { font-size: 15px; } } @media (min-width:768px) and (max-width:991px) { .m-post-list .col-grid:nth-child(3n+1) { clear: left; } .m-post-list .post { margin-bottom: 25px; } .m-post-list .post-regular .image { max-width: 233.333px; } .m-post-list .post-regular .image img { min-height: 0; } .m-post-list .post-regular .content { margin-left: 260px; } .m-post-list .post-regular .content .title { margin-bottom: 18px; } .m-post-list .post-grid .image { height: auto; } .m-post-list .post-grid .image img { min-height: 0; } } @media (min-width:992px) { .m-post-list .col-grid:nth-child(3n+1) { clear: left; } } /*-------------------------------------------------------------- 11.0 post view icon --------------------------------------------------------------*/ .view-icon { position: absolute; left: 0; right: 0; text-align: center; top: 50%; opacity: 1; transform: translateY(-50%); visibility: visible; z-index: 9; transition: .3s; } .post .image:hover .view-icon { transform: translateY(0%); opacity: 0; visibility: hidden; } .view-icon span { background: rgba(0, 0, 0, 0.76); border-radius: 50%; color: #fff; display: inline-block; height: 40px; width: 40px; line-height: 40px; } .view-icon span i { position: relative; margin-left: 2px; } .view-icon span i.icon-picture { margin-left: -1px; } .view-icon > a:hover { background: #666; } /*-------------------------------------------------------------- 12.0 ajax filter post --------------------------------------------------------------*/ .filter-menu { margin-bottom: 30px; } .filter-menu button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; letter-spacing: 2px; margin: 0 2px; padding: 6px 15px; position: relative; text-transform: uppercase; font-size: 16px; } .filter-menu button::before { background: #d7d7d7 none repeat scroll 0 0; content: ""; height: 15px; position: absolute; right: -2px; top: 10px; transform: rotate(45deg); width: 1px; } .filter-menu button:last-child:before { display: none } .filter-menu button::after { background: #000 none repeat scroll 0 0; bottom: -2px; content: ""; height: 4px; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; transition: all 0.3s ease 0s; width: 4px; } .filter-menu button.active:after, .filter-menu button:hover:after { opacity: 1 } @media (max-width:767px) { .filter-menu { margin-bottom: 20px; margin-top: 20px; } .filter-menu button { padding: 6px 8px; font-size: 14px; } .filter-menu button::before { top: 7px; right: -3px; } } /*-------------------------------------------------------------- 13.0 ajax load button --------------------------------------------------------------*/ .m-ajax-load { text-align: center; margin-top: 30px; } .m-ajax-load .btn:hover { padding: 14px 45px; } @media (max-width:767px) { .m-ajax-load { margin-top: 20px; margin-bottom: 10px; } } /*-------------------------------------------------------------- .post-loading { width: 150px; margin: 20px auto; text-align: center; display: none; } .post-loading span { display: inline-block; width: 6px; height: 6px; border-radius: 10px; margin-right: 5px; background: #48494d; -webkit-animation: load 1.04s ease infinite; } .post-loading span:last-child { margin-right: 0px; } @-webkit-keyframes load { 0% { opacity: 1; } 100% { opacity: 0; } } .post-loading span:nth-child(1) { -webkit-animation-delay: 0.13s; } .post-loading span:nth-child(2) { -webkit-animation-delay: 0.26s; } .post-loading span:nth-child(3) { -webkit-animation-delay: 0.39s; } .post-loading span:nth-child(4) { -webkit-animation-delay: 0.52s; } .post-loading span:nth-child(5) { -webkit-animation-delay: 0.65s; } --------------------------------------------------------------*/ .post-loading { width: 150px; margin: 20px auto; text-align: center; position: relative; display: none; } .post-loading span { display: inline-block; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; background: #48494d; -webkit-animation: load 1.04s ease infinite; } .post-loading span:last-child { margin-right: 0px; } @-webkit-keyframes load { 0% { opacity: 1; -webkit-transform: scale(1.6); } 100% { opacity: .1; -webkit-transform: scale(0); } } .post-loading span:nth-child(1) { -webkit-animation-delay: 0.1s; } .post-loading span:nth-child(2) { -webkit-animation-delay: 0.2s; } .post-loading span:nth-child(3) { -webkit-animation-delay: 0.3s; } .post-loading span:nth-child(4) { -webkit-animation-delay: 0.4s; } .post-loading span:nth-child(5) { -webkit-animation-delay: 0.5s; } /*------------------------------------------------------------- 14.0 - Posts pagination -------------------------------------------------------------*/ .pagination { display: block; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pagination .screen-reader-text { display: none; } .pagination .nav-links { text-align: center; } .pagination .nav-links .page-numbers { display: inline-block; margin: 0; height: 40px; line-height: 40px; padding: 0 8px; margin: 0 2px; font-size: 16px; font-style: normal; color: #888; } .pagination .nav-links .page-numbers.current { border-bottom: 3px solid #333; color: #48494d; } .pagination .nav-links .page-numbers.dots { padding: 0; } .pagination .nav-links .page-numbers:hover { color: #48494d } /*-------------------------------------------------------------- 15.0 Featured Posts --------------------------------------------------------------*/ .nt-featured-posts { margin-top: 20px; } .nt-featured-posts .item { background-position: center; background-size: cover; position: relative; text-align: center; height: 330px; } .nt-featured-posts .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .nt-featured-posts .item .categories { position: relative; z-index: 1; color: #fff; font-size: 14px; text-transform: uppercase; display: inline-block; margin-bottom: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-featured-posts .item .categories:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .nt-featured-posts .item .content { background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); padding: 20px 20px 40px; position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; } .nt-featured-posts .item .title { color: #fff; font-size: 20px; margin: 0 auto; max-width: 500px; position: relative; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-featured-posts .item:hover:after { background-color: rgba(0, 0, 0, 0.3); } .container>.nt-featured-posts { margin-top: 20px; } .container>.nt-featured-posts .item { height: 220px } .container>.nt-featured-posts .item .content { padding: 15px 15px 20px; } .container>.nt-featured-posts .item .title { font-size: 16px; } .nt-featured-posts.style02 { margin-top: 30px; } .nt-featured-posts.style02 .item { height: 450px; } @media (max-width:767px) { .nt-featured-posts, .container>.nt-featured-posts { margin-top: 5px; } .nt-featured-posts .item { height: 120px; display: flex; } .nt-featured-posts .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); background-color: rgba(0, 0, 0, 0.3); } .container>.nt-featured-posts .item { height: 120px } .nt-featured-posts .item .content, .container>.nt-featured-posts .item .content { padding: 015px; margin: auto; max-width: 400px; position: relative; text-align: center; z-index: 1; background: transparent; } .nt-featured-posts .item .title, .container>.nt-featured-posts .item .title { font-size: 10px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .nt-featured-posts .item .categories { display: none; } .nt-featured-posts .owl-nav { opacity: 1; } .nt-featured-posts .owl-prev { opacity: 0; } .nt-featured-posts .owl-next { right: 0px; width: 25px; background-color: transparent; color: rgba(255, 255, 255, 0.54); font-size: 30px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: toright; animation-name: toright; } /* TO right */ @-webkit-keyframes toright { 0% { -webkit-transform: translateX(-15px); opacity: 0; } 10% { -webkit-transform: translateX(-15px); opacity: 0; } 50% { -webkit-transform: translateX(0); opacity: 1; } 90% { -webkit-transform: translateX(15px); opacity: 0; } 100% { -webkit-transform: translateX(15px); opacity: 0; } } @keyframes toright { 0% { transform: translateX(-15px); opacity: 0; } 10% { transform: translateX(-15px); opacity: 0; } 50% { transform: translateX(0); opacity: 1; } 90% { transform: translateX(15px); opacity: 0; } 100% { transform: translateX(15px); opacity: 0; } } .nt-featured-posts:hover .owl-nav { opacity: 0; } } @media (min-width:768px) and (max-width:991px) { .nt-featured-posts, .container>.nt-featured-posts { margin-top: 5px } .nt-featured-posts .item { height: 220px; } .nt-featured-posts .item .content { padding: 20px 20px 30px; } .nt-featured-posts .item .title { font-size: 18px; } .nt-featured-posts .item .title { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } @media (min-width:992px) and (max-width:1199px) { .nt-featured-posts { margin-top: 10px; } .nt-featured-posts .item { height: 250px; } .container>.nt-featured-posts { margin-top: 10px; } } @media (min-width:1921px) { .nt-featured-posts { max-width: 1905px; margin: 0 auto; } } /*-------------------------------------------------------------- 15.1 Featured Posts style02 --------------------------------------------------------------*/ .featured-area { position: relative; margin-top: 30px; } .featured-area .item { position: relative } .featured-area .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-area .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-area .item a { display: block; position: relative; } .featured-area .item .content { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; } .featured-area .item-left .content { height: 600px; } .featured-area-style02 .item-left .content { height: 500px; } /*-------------------------------------------------------------- feartured post date --------------------------------------------------------------*/ .featured-area .item .date { } .featured-area .item .date span { position: relative; color: #BFBFBF; font-size: 14px; padding-left: 20px; } .featured-area .item .date span a { color: #888; font-size: 12px; } .featured-area .item .date span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-area .item .date span:first-child { padding-left: 0; } .featured-area .item .date span:first-child:before { display: none; } .featured-area .item .title { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); } .featured-area .item .title h2 { color: #FFF; } .featured-area .item-left .title { } .featured-area .item-left .date { padding: 15px 0 0; } .featured-area .item-left .title h2 { font-size: 22px; } .featured-area .item-right .content { height: 300px; } .featured-area-style02 .item-right .content { height: 250px; } .featured-area .item-right .date { padding: 5px 0 0; } .featured-area .item-right .title { padding: 25px 20px 20px 20px; } @media (min-width:768px) and (max-width:991px) { .featured-area .item-left .content { height: 380px; } .featured-area .item-right .content { height: 190px; } .featured-area .item-right .title { padding: 20px 15px; } .featured-area .item-right .title h2 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } @media (max-width:767px) { .featured-area, .featured-area-style02 { margin: 0; } .featured-area-style02 .container { padding-right: 0; padding-left: 0; } .featured-area .row { } .featured-area .item .title { text-align: center; padding: 25px 15px; } .featured-area .item-left .content { height: 230px; } .home .navbar.mobile-style02 + .featured-area .item-left .content { height: 280px; } .featured-area .item-left .title h2 { font-size: 16px; } .featured-area .item-right { padding-top: 4px; padding-right: 4px; } .featured-area .item-right:nth-child(2n+1) { padding-right: 0; } .featured-area .item-right .content { height: 120px; } .featured-area .item-right .title { padding: 15px 15px; } .featured-area .item-right .title h2 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } /*------------------------------------------------------- 16.0 black-top featured-area -------------------------------------------------------*/ .black-top .featured-area { margin-top: 0; padding: 120px 0 50px 0; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #000; } .black-top .featured-area:before{ content:''; position:absolute; background-color: rgba(0, 0, 0, 0.4); top:0; left:0; bottom:0; width:100%; } @media (max-width:767px) { .black-top .featured-area { padding: 0 0 5px 0; background: #000 !important; } } @media (min-width:768px) and (max-width:991px) { .black-top .featured-area{padding: 140px 0 30px 0;} } /*------------------------------------------------------- 16.0 topics -------------------------------------------------------*/ .topics { position: relative; margin-bottom: 15px; } .topics article { position: relative; padding: 0 0 30px; } .topics article a { display: block; } .topics article a:hover .overlay { opacity: .6 } .topics article .image { display: flex; position: relative; height: 220px; background-position: center; background-repeat: no-repeat; background-size: cover; } .topics article .title { margin: auto; max-width: 600px; position: relative; text-align: center; color: #FFF; } .topics article .title span { font-size: 12px; } .topics article .title h2::after, .topics article .title h2::before { background: #eee; content: ""; display: inline-block; height: 2px; margin: 0 25px; vertical-align: middle; width: 15px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } .topics article a:hover .title h2::after, .topics article a:hover .title h2::before { margin: 0 10px; } .topics article .desc { position: absolute; bottom: 0px; left: 20px; right: 20px; text-align: center; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateY(0px); transform: translateY(0px); } .topics article a:hover .desc { opacity: 1; -webkit-transform: translateY(-50px); transform: translateY(-50px); } .topics article .desc p { color: #FFF; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } @media (max-width:767px) { .topics { margin-right: 0 !important; margin-left: 0 !important; } .topics .col-xs-6 { padding-right: 0; padding-left: 0; } .topics article { padding: 0; } .topics article .title h2 { font-size: 14px; font-weight: bold; } .topics article .title h2::after, .topics article .title h2::before { margin: 0 10px; width: 10px; } .topics article .desc { display: none; } .topics article .image { height: 180px; } } @media (min-width:768px) and (max-width:991px) { .topics { margin-right: -10px; margin-left: -10px; margin-bottom: 10px; } .topics .col-sm-4 { padding-right: 10px; padding-left: 10px; } .topics article { padding: 0 0 20px; } .topics article .image { height: 200px; } .topics article .title h2 { font-size: 16px; } .topics article .title h2::after, .topics article .title h2::before { margin: 0 15px; } } /*-------------------------------------------------------------- 17.0 sticky topics post --------------------------------------------------------------*/ .l-sticky-topics .container { margin-top: 30px; } .l-sticky-topics .container-fluid { padding-right: 0; padding-left: 0; margin-top: 20px; } .l-sticky-topics .container-fluid .rw10, .l-sticky-topics .container-fluid .rw20 { margin-right: 0; margin-left: 0; } .l-sticky-topics .container-fluid .pd20:first-child { padding-left: 0; } .l-sticky-topics .container-fluid .pd20:last-child { padding-right: 0; } .l-sticky-topics .item { position: relative; } .l-sticky-topics .item a { display: block; } .l-sticky-topics .item .content { margin: auto; max-width: 600px; position: relative; text-align: center; color: #FFF; } .l-sticky-topics .item .image { position: relative; display: flex; height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; } .l-sticky-topics .item .content .title { color: #FFF; font-weight: 600; } .l-sticky-topics .item .content .title::after, .l-sticky-topics .item .content .title::before { background: #eee; content: ""; display: inline-block; height: 2px; margin: 0 25px; vertical-align: middle; width: 15px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } .l-sticky-topics .item a:hover .title::after, .l-sticky-topics .item a:hover .title::before { margin: 0 10px; } .l-sticky-topics .item .content .meta { font-size: 12px; color: #FFF; display: inline-block; } .l-sticky-topics .item .desc { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; text-align: center; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .l-sticky-topics .item .desc p { color: #FFF; } .l-sticky-topics .item a:hover .overlay { opacity: .6 } @media (max-width:767px) { .l-sticky-topics { margin-top: 0; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 10px 0; background-color: #f5f5f5; } .l-sticky-topics .container-fluid { margin-top: 0; } .l-sticky-topics .container { padding-right: 5px; padding-left: 5px; margin-top: 0; } .l-sticky-topics .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 5px 0 0; } .l-sticky-topics .container .col-xs-12:last-child { padding: 0; } .l-sticky-topics .item .image { height: 180px; } .l-sticky-topics .item .desc { padding: 15px; } .l-sticky-topics .item .desc p { font-size: 12px; } .l-sticky-topics .item .content .title { font-size: 16px; } .l-sticky-topics .item .content .title::after, .l-sticky-topics .item .content .title::before { margin: 0 10px; } } @media (min-width:768px) and (max-width:991px) { .l-sticky-topics { overflow-x: auto; white-space: nowrap; overflow-y: hidden; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); background-color: #f5f5f5; padding: 30px 0; } .l-sticky-topics .container-fluid { margin-top: 0; } .l-sticky-topics .container { margin-top: 0; } .l-sticky-topics .container .rw10 { margin-right: 0; margin-left: 0; } .l-sticky-topics .col-sm-3 { display: inline-block; white-space: normal; float: none; vertical-align: top; width: 46%; padding: 0 10px 0 0; } .l-sticky-topics .container .col-sm-3:last-child { padding: 0 } .l-sticky-topics .item .image { height: 280px; } } /*-------------------------------------------------------------- 17.1 featured topics --------------------------------------------------------------*/ .featured-topics .item { position: relative; } .featured-topics .item a { display: block; } .featured-topics .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-topics .item .image { position: relative; height: 220px; background-position: center; background-repeat: no-repeat; background-size: cover; max-width: none; } .featured-topics .item .content { margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; top: 0; width: 100%; padding: 25px 20px; background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.7) 100%); margin-top: 0; } .featured-topics .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-topics .item .content .title { font-size: 16px; color: #FFF; margin-bottom: 0; } .featured-topics .item .meta { margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 18px 20px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); } .featured-topics .item .meta span { position: relative; color: #BFBFBF; font-size: 12px; padding-left: 20px; margin-bottom: 0; } .featured-topics .item .meta span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-topics .item .meta span:first-child:before { display: none; } .featured-topics .item .meta span:first-child { padding-left: 0; } @media (max-width:767px) { .m-post-list .featured-topics { background-color: #f6f6f6; display: block; -webkit-box-orient: initial; -webkit-box-direction: initial; -ms-flex-direction: initial; flex-direction: initial; } .featured-topics .row { margin-left: 0; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); } .featured-topics .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 1px 0 0; } .featured-topics .col-xs-12:last-child { padding: 0; } .featured-topics .item .image { float: none !important; width: 100%; height: 160px; } } @media (min-width:768px) and (max-width:991px) { .featured-topics .item .image { height: 200px; } } /*-------------------------------------------------------------- 17.2 topic-grid --------------------------------------------------------------*/ .topic-grid { position: relative; } .topic-grid .item { position: relative; } .topic-grid .item a { display: block; } .topic-grid .item a:hover .image .overlay { opacity: 0 } .topic-grid .item .image { height: 375px; background-size: cover; background-position: center center; background-repeat: no-repeat; } .topic-grid .item .image .content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 25px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .topic-grid .item a .image .content:hover { padding-bottom: 35px; background-color: rgba(0, 0, 0, 0.59) } .topic-grid .item .image .content .title { } .topic-grid .item .image .content .title h2 { color: #FFF; font-weight: 600; } .topic-grid .item .image .content .meta { } .topic-grid .item .image .content .meta span { position: relative; color: #BFBFBF; font-size: 12px; padding-left: 15px; margin-bottom: 0; } .topic-grid .item .image .content .meta span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .topic-grid .item .image .content .meta span:first-child:before { display: none; } .topic-grid .item .image .content .meta span:first-child { padding-left: 0; } .topic-grid.owl-carousel .owl-dots { bottom: auto; top: 18px; left: 20px; width: auto; text-align: left; } .topic-grid.owl-carousel .owl-dot { width: 6px; height: 6px; display: inline-block; margin: 0 2px; } .topic-grid.owl-carousel .owl-dot.active { width: 15px; } .topic-grid.owl-carousel .owl-nav { position: absolute; right: 20px; top: 18px; } .topic-grid.owl-carousel .owl-prev, .topic-grid.owl-carousel .owl-next { background-color: rgba(255, 255, 255, 0.85); width: 25px; height: 25px; font-size: 12px; line-height: 20px; border-radius: 20px; margin-top: 0; position: relative; top: auto; display: inline-block; left: auto; right: auto; } .topic-grid.owl-carousel .owl-next { margin-left: 5px; } .topic-grid.owl-carousel .owl-prev:hover, .topic-grid.owl-carousel .owl-next:hover { } @media (max-width:767px) { .topic-grid .item .image { height: 166px !important; } .topic-grid .item .image .content { text-align: left; padding: 15px; } .topic-grid .item .image .content .title h2 { font-size: 15px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .topic-grid.owl-carousel .owl-dots { text-align: right; right: 10px; top: 5px; left: auto; } .topic-grid .item a .image .content:hover { background-color: transparent; } } @media (min-width:768px) and (max-width:991px) { .topic-grid .item .image { height: 320px !important; } } /*-------------------------------------------------------------- 17.3 friendly link list page --------------------------------------------------------------*/ .friendly-link .link-items { margin-bottom: 15px; } .friendly-link .link-items:last-child { margin-bottom: 0; } .friendly-link .link-items h3 { position: relative; margin-left: 20px; } .friendly-link .link-items h3:before { position: absolute; background: #000; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 7px; } .friendly-link .link-items .item { padding-top: 15px; padding-bottom: 15px; } .friendly-link .link-items .item article { position: relative; } .friendly-link .link-items .item article a { display: block; height: 120px; position: relative; overflow: hidden; } .friendly-link .link-items .item article a .image { position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; background-size: cover; background-repeat: no-repeat; background-position: center; } .friendly-link .link-items .item:nth-child(5n+2) article a .image { background: #ddd6f3; background: -webkit-linear-gradient(left, #ddd6f3, #faaca8); background: linear-gradient(to right, #ddd6f3, #faaca8); } .friendly-link .link-items .item:nth-child(5n) article a .image { background: #f794a4; background: -webkit-linear-gradient(left, #f794a4, #fdd6bd); background: linear-gradient(to right, #f794a4, #fdd6bd); } .friendly-link .link-items .item:nth-child(5n+1) article a .image { background: #c3cfe2; background: -webkit-linear-gradient(left, #f5f7fa, #c3cfe2); background: linear-gradient(to right, #f5f7fa, #c3cfe2); } .friendly-link .link-items .item:nth-child(5n+4) article a .image { background: #6a85b6; background: -webkit-linear-gradient(left, #6a85b6, #bac8e0); background: linear-gradient(to right, #6a85b6, #bac8e0); } .friendly-link .link-items .item:nth-child(5n+3) article a .image { background: #c1dfc4; background: -webkit-linear-gradient(left, #c1dfc4, #deecdd); background: linear-gradient(to right, #c1dfc4, #deecdd); } .friendly-link .link-items .item article a .content { background: rgba(0, 0, 0, 0.48); bottom: 0; left: 0; position: absolute; top: 0; width: 40%; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -ms-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; } .friendly-link .link-items .item article a:hover .image { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } .friendly-link .link-items .item article a:hover .content { width: 100%; } .friendly-link .link-items .item article a .content .title { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 20px; right: 20px; } .friendly-link .link-items .item article a .content span { display: block; color: #FFF; } .friendly-link .link-items .item article a .content .name { font-size: 14px; margin-bottom: 5px; } .friendly-link .link-items .item article a .content .desc { font-size: 12px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; } @media (max-width:767px) { .friendly-link { padding: 0 15px; } .friendly-link .link-items .item { padding-bottom: 0; padding-top: 5px; } .friendly-link .link-items .item article a { height: 90px; } .friendly-link .link-items .item article a .content { width: 100%; } .friendly-link .link-items .item article a .image { filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); } } /*-------------------------------------------------------------- 18.0 suxing --------------------------------------------------------------*/ .suxing { background-color: #e0e0e0; display: flex; position: relative; height: 500px; } .suxing:before { background-color: #333; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); z-index: 1; } .suxing:before { opacity: .3; } .suxing:hover:before { opacity: .5 } @media (min-width:768px) and (max-width:991px) { .suxing { height: 350px; } } @media (max-width:767px) { .suxing { height: 250px; margin-bottom: 20px; } .suxing .content { max-width: 95%; } } /*-------------------------------------------------------------- 19.0 Post --------------------------------------------------------------*/ .m-post { } .post-title { margin-bottom: 30px; } .post-title h1 { font-size: 26px; } .post-title.style05 { margin-bottom: 40px; text-align: center; } .post-title.style05 h1 { margin-bottom: 20px; } .post-title.style05 .categories { background-color: #212226; z-index: 1; color: #fff; font-size: 14px; line-height: 1; padding: 6px 12px 5px 12px; text-transform: uppercase; display: inline-block; margin-bottom: 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .post-content { } .post-content p { margin-bottom: 20px; font-size: 16px; } .post-content img { max-width: 100%; margin: 0 auto; height: auto; display: block; margin-bottom: 20px; } .post-content h1 { font-size: 30px; } .post-content h2 { font-size: 26px; } .post-content h3 { font-size: 22px; } .post-content h4 { font-size: 18px; } .post-content h5 { font-size: 13px; } .post-content h6 { font-size: 16px; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin-top: 40px; margin-bottom: 20px; } .post-content ul { list-style: disc; } .post-content ol { list-style: decimal; } .post-content ul, .post-content ol { margin: 0 0 20px 45px; font-size: 14px; } .post-content ul li, .post-content ol li { margin: 5px 0; } .wp-caption, .gallery-caption { margin-bottom: 20px; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; margin-bottom: 0; } .wp-caption .wp-caption-text { margin-top: 10px; margin-bottom: 0; text-align: center; font-size: 14px; color: #999; } .gallery { margin-bottom: 20px !important; margin-left: -2px !important; margin-right: -2px !important; } .gallery .gallery-item { margin-top: 0 !important } .gallery .gallery-item img { margin-bottom: 0; border: 0 !important; padding: 2px; } /*-------------------------------------------------------------- 19.1 post embed --------------------------------------------------------------*/ .post-embed-item { margin: 20px 0; border: 2px solid #f6f6f6; } .post-embed-item:last-child{ margin-bottom:20px; } .post-embed-item a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 22px; } .post-embed-item .image { position: relative; min-width: 180px; height: 135px; margin-right: 20px; background: #fafafc; } .post-embed-item .image .thumb { position: relative; width: 100%; height: 100%; background-position: center; background-size: cover; } .post-embed-item .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .post-embed-item .content .meta { margin-bottom: 8px; } .post-embed-item .content .meta span { position: relative; font-size: 12px; text-transform: uppercase; margin-left: 20px; display: inline-block; } .post-embed-item .content .meta span:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 4px; } .post-embed-item .content .title { margin-top: 0; margin-bottom: 10px; } .post-embed-item .content .title h2 { text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: 600; font-size: 14px; overflow: hidden; margin-top: 0; margin-bottom: 0; } .post-embed-item .content .desc { font-size: 12px; letter-spacing: .2px; color: #66696f; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .post-embed-item .content .desc p { color: #717171; font-size: 12px; line-height: 1.6; margin-bottom: 0; } .post-embed-item .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 10px; display: inline-block; } .post-embed-item .content .data span i { margin-right: 5px; } .post-embed-item .content .data span img { width: 25px; height: 25px; border-radius: 100px; border: 1px solid #eae9e9; display: inline-block; margin-right: 8px; margin-bottom: 0; } @media (min-width:768px) and (max-width:991px) { .post-embed-item a { padding: 15px; } .post-embed-item .image { min-width: 160px; height: 120px; margin-right: 15px; } .post-embed-item .content { padding: 0px 10px 0 0; } .post-embed-item .content .meta { margin-bottom: 5px; } .post-embed-item .content .meta span { margin-left: 16px; } .post-embed-item .content .meta span:before { width: 7px; height: 7px; top: 5px; left: -16px; } .post-embed-item .content .title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 0; } .post-embed-item .content .title h2 { font-size: 14px; } } @media (max-width:767px) { .post-embed-item a { padding: 0px; } .post-embed-item .image { min-width: 160px; height: 120px; margin-right: 15px; } .post-embed-item .content { padding: 5px 10px 5px 0; } .post-embed-item .content .meta { margin-bottom: 5px; } .post-embed-item .content .meta span { margin-left: 16px; } .post-embed-item .content .meta span:before { width: 7px; height: 7px; top: 5px; left: -16px; } .post-embed-item .content .title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 0; } .post-embed-item .content .title h2 { font-size: 14px; } } /*-------------------------------------------------------------- 19.2 comment embed --------------------------------------------------------------*/ .comment-embed-item { position: relative; padding: 25px 20px; margin: 20px 0; border: 2px solid #f6f6f6; } .comment-embed-item::last-child{ margin-bottom:20px; } .comment-embed-item .author-avatar { position: absolute; top: 23px; } .comment-embed-item .author-avatar img { margin-bottom: 0; display: inline-block; width: 50px; height: 50px; border-radius: 100px; margin-bottom: 5px; margin: 0; display: inline-block; border: 1px solid #eaeaea; } .comment-embed-item .embed-content { margin-left: 66px; } .comment-embed-item .embed-author { margin-bottom: 2px; } .comment-embed-item .embed-author .author-name { margin-right: 10px; font-size: 14px; color: #979b9c; } .comment-embed-item .embed-author .comment-date { font-size: 14px; color: #979b9c; } .comment-embed-item .embed-comment p { font-size: 14px; margin-bottom: 10px; font-weight: 600; } .comment-embed-item .embed-post-title , .comment-embed-item .embed-post-title a{ font-size: 12px; color: #979b9c; } .comment-embed-item .embed-post-title a:hover{ color:#48494d } @media (max-width:767px) { .comment-embed-item { padding: 25px 20px; } .comment-embed-item .author-avatar { top: 20px; } .comment-embed-item .author-avatar img { width: 40px; height: 40px; } .comment-embed-item .embed-content { margin-left: 55px; } } /*-------------------------------------------------------------- 19.3 post pagenav --------------------------------------------------------------*/ .post-content .nav-links { text-align: center; padding: 30px 0 50px; } .post-content .nav-links .nav-numbers { display: inline-block; padding: 0 5px; } .post-content .nav-links span { display: inline-block; padding: 6px 11px; margin: 0 2px; font-size: 14px; line-height: 1; border: 1px solid #DDD; border-radius: 100px; } .post-content .nav-links a { display: inline-block } .post-content .nav-links a span { font-style: normal; color: #888; display: block; } .post-content .nav-links>.page-numbers { color: #FFF !important; background: #48494d; border-color: #48494d; } .post-content .nav-links .page-numbers:hover { color: #48494d } @media (max-width:767px) { .post-content .nav-links .nav-numbers { display: none; } .post-content .nav-links a span.page-next { padding: 8px 22px; } } /*-------------------------------------------------------------- 19.3 post video style06 --------------------------------------------------------------*/ .l-video { position: relative; padding: 30px 0; margin: 0 0 30px; background-color: #161617; } .l-video h1 { font-size: 26px; color: #FFF; margin-bottom: 30px; } @media (max-width:767px) { .nt-warp-video { padding-top: 0 } .nt-warp-video .l-video .container { padding: 0; } .nt-warp-video .l-video { position: relative; padding: 0; margin: 0 0 25px; background-color: transparent; } } /*-------------------------------------------------------------- 20.0 post cover --------------------------------------------------------------*/ .post-cover { margin-bottom: 40px; overflow: hidden; } .post-cover .image { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .post-cover:hover .image { filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px); } .post-cover .content { margin: auto; max-width: 80%; position: relative; text-align: center; z-index: 2; } .post-cover .content h1 { color: #fff; font-size: 26px; margin-bottom: 0; } .post-cover .content h1 a { color: #e8e8e8; font-size: 14px; display: block; } .post-cover .content .categories { display: inline-block; margin-bottom: 10px; } .post-cover .content .categories a { background-color: #222226; color: #fff; font-size: 14px; line-height: 1; padding: 6px 12px; text-transform: uppercase; display: block; } .post-style03 .post-cover { height: 550px; margin-bottom: 0; } .cover-mouse { position: absolute; z-index: 10; left: 50%; bottom: 60px; width: 28px; height: 38px; margin-left: -14px; cursor: pointer; border-radius: 100px; background: rgba(0, 0, 0, .4); } .cover-mouse span { position: absolute; top: 15px; right: 12px; display: block; width: 3px; height: 7px; -webkit-animation: mouseScroll 2s ease-out; animation: mouseScroll 2s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; border-radius: 20px; background: rgba(255, 255, 255, .7) } .post-style02 .post-cover { display: block; background-color: transparent; height: auto; } .post-style02 .post-cover:before { display: none; } .post-style02 .post-cover:hover .image { filter: none; -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; } .post-style02 .post-cover .image { position: relative; height: 260px; left: auto; right: auto; t; top: auto; bottom: auto; } .post-style02 .post-cover .content { text-align: left; max-width: 100%; margin-top: 30px; margin-bottom: 20px; position: static; } .post-style02 .post-cover .content .categories { position: absolute; top: 15px; left: 15px; margin-bottom: 0; } .post-style02 .post-cover .content .categories a { background-color: rgba(0, 0, 0, .5); } .post-style02 .post-cover .content h1 { color: #48494d; } .post-style02 .post-cover .content h1 a { display: inline-block; } .post-style02 .post-cover .post-data { position: relative; bottom: auto; left: auto; right: auto; text-align: left; margin-bottom: 0; } .post-style02 .post-cover .post-data span { color: #888; } .post-style02 .post-cover .post-data span:before { /*background: #BFBFBF;*/ } .post-style02 .post-cover .post-data .author-name a { color: #888; font-size: 14px; } .post-style02 .post-cover .post-data .author-name img { border-color: #eae9e9; } @-webkit-keyframes mouseScroll { 0% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 40% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 } 90% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: .4 } 100% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: 1 } } @keyframes mouseScroll { 0% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 40% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 } 90% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: .4 } 100% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: 1 } } @media (max-width:767px) { .post-cover { margin-bottom: 20px; } .post-cover .content { max-width: 95%; } .post-style02 .post-cover { margin-bottom: 30px; } .post-style02 .post-cover .image { height: 220px; } .post-style02 .post-cover .content { padding: 25px 20px; margin-top: 0; margin-bottom: 0; } .post-style02 .post-cover .content .categories { top: 20px; left: 20px; } .post-style02 .post-cover .post-data { padding: 0 20px; } } /*-------------------------------------------------------------- 21.0 post data --------------------------------------------------------------*/ .post-data { background-position: center; background-size: cover; margin-bottom: 20px; } .post-data .author-name { display: inline-block; } .post-data span { position: relative; color: #888; font-size: 12px; padding-left: 20px; display: inline-block; } .post-data span a { color: #888; font-size: 12px; } .post-data span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .post-data .author-name a { color: #888; font-size: 12px; } .post-data .author-name img { width: 30px; height: 30px; border-radius: 100px; border: 1px solid #eae9e9; display: inline-block; margin-right: 5px; } .post-cover .post-data { position: absolute; bottom: 0; left: 0; right: 0; font-size: 14px; text-align: center; font-weight: 300; color: #fff; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateY(0); transform: translateY(0); z-index: 2; } .post-cover .post-data span { color: #FFF; font-size: 14px; } .post-cover .post-data span:first-child { padding-left: 0; } .post-cover .post-data span:before { background: #fff; } .post-cover .post-data span:first-child:before { display: none; } .post-cover .post-data .author-name a { color: #FFF; font-size: 14px; } .post-cover .post-data .author-name img { border-color: rgba(185, 184, 184, 0.25); } @media (max-width:767px) { .post-data span { padding-left: 12px; } .post-data span:before { width: 3px; height: 3px; left: 3px; } .post-cover .post-data { margin-bottom: 10px; } .post-cover .post-data span, .post-cover .post-data .author-name a { font-size: 12px; } } /*-------------------------------------------------------------- 22.0 post action --------------------------------------------------------------*/ .post-action { position: relative; text-align: center; } .post-action .btn-action { font-size: 20px; line-height: 40px; } .post-action .btn-bigger-cover { margin-left: 20px; } .post-action .btn-action span { font-size: 12px; } .post-action .btn-like.current i { color: #f56559 } .video-action .u-data { display: inline-block; margin-right: 10px; font-size: 14px; } .video-action .video-like { display: inline-block } .video-action .u-data .count { font-size: 14px; } /*-------------------------------------------------------------- 23.0 post footer --------------------------------------------------------------*/ .post-footer { position: relative; font-size: 14px; text-transform: uppercase; /*margin-top: 50px;*/ } .post-footer .pull-right { } /*-------------------------------------------------------------- 24.0 post tags --------------------------------------------------------------*/ .post-tags { position: relative; margin-top: 30px; color: #BFBFBF; font-size: 14px; } .post-tags a { color: #BFBFBF; font-size: 14px; margin-right: 5px; } .post-tags a:hover { color: #000; } /*-------------------------------------------------------------- 25.0 post author --------------------------------------------------------------*/ .post-declare { margin-top: 30px; } .post-author { position: relative; margin: 40px 0 0; background-color: #f9f9f9; margin-top: 40px; padding: 30px; } .post-author .author-avatar img { display: inline-block; width: 65px; height: 65px; border-radius: 50%; border: 2px solid #f9f9f9; } .author-info { position: relative; margin-left: 90px; padding-top: 8px; } .author-info h4 { margin-bottom: 5px; } .author-info .desc p { margin-bottom: 10px; } .author-info .links { } .author-info .links a.btn-author-sns { font-size: 14px; display: inline-block; margin-right: 10px; } .author-info .links a.btn-author-sns:hover { color: #000 } /*-------------------------------------------------------------- 26.1 post social style01 --------------------------------------------------------------*/ .post-footer .social li { display: inline-block; color: #717171; margin-left: 5px; } .post-footer .social li a { font-size: 16px; display: block; color: #717171; width: 40px; height: 40px; line-height: 40px; background: #FFF; border-radius: 100px; text-align: center; border: 1px solid #eee; } .post-footer .social li a.weibo { color: #e24040; border-color: #e68686; } .post-footer .social li a.weixin { color: #20b767; border-color: #70c196; } .post-footer .social li a.qq { color: #3d93e0; border-color: #87b9e6; } .post-footer .social li a.fackbook { color: #395796; border-color: #707f9e; } .post-footer .social li a.twitter { color: #1ea1f3; border-color: #74beec; } /*-------------------------------------------------------------- 26.2 post social styel02 -------------------------------------------------------------- */ .dialog-suxing, .dialog_overlay { width: 100%; height: 100%; top: 0; left: 0; } .dialog-suxing { position: fixed; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; z-index: 1111; } .dialog_overlay { position: fixed; opacity: 0; background: rgba(55, 58, 71, 0.9); -webkit-transition: opacity 0.3s; transition: opacity 0.3s; -webkit-backface-visibility: hidden; opacity: 1; pointer-events: auto; z-index: 111; } .dialog-content { width: 50%; max-width: 560px; min-width: 290px; background: #fff; padding: 4em; text-align: center; position: relative; z-index: 5; opacity: 0; } .dialog-wechat-content { max-width: 220px; min-width: 200px; padding: 35px 15px 30px; } .dialog-wechat-content p { font-size: 12px; } .dialog-wechat-content img { width: 170px; height: 170px; } .dialog-content .btn-close { position: absolute; width: 100%; left: 0; bottom: -50px; font-size: 24px; color: #BFBFBF; display: inline-block; cursor: pointer; } .dialog-suxing.open .dialog-content { pointer-events: auto; } .dialog-suxing.open .dialog-content, .dialog-suxing.close .dialog-content { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .dialog-suxing.open .dialog-content { -webkit-animation-name: dialog-open; animation-name: dialog-open; } .dialog-suxing.close .dialog-content { -webkit-animation-name: dialog-close; animation-name: dialog-close; } /*dialog-bigger-cover*/ .dialog-bigger-cover { max-width: 666px; width: 100%; padding: 25px; } .dialog-bigger-cover .bigger-image { position: relative; min-height: 333px; transition: all .3s; } .image-loading { position: absolute; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.68); } .image-loading i { width: 30px; height: 30px; display: inline-block; padding: 0px; border-radius: 100%; border: 3px solid; border-top-color: #000; border-bottom-color: rgba(0, 0, 0, 0.1); border-left-color: #000; border-right-color: rgba(0, 0, 0, 0.1); -webkit-animation: btnloader 1s ease-in-out infinite; animation: btnloader 1s ease-in-out infinite; vertical-align: middle; } @keyframes btnloader { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-webkit-keyframes btnloader { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .dialog-bigger-cover .bigger-image img { border: 1px solid #f3f3f3; } .dialog-bigger-cover .bigger-share { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 55px; right: 0; transition: all .3s; border-left-width: 0; } .dialog-bigger-cover .bigger-share h3 { font-size: 16px; margin-bottom: 30px; } .dialog-bigger-cover .bigger-share h3 span { } .dialog-bigger-cover .bigger-share p { } .dialog-bigger-cover .bigger-share p a { display: block; color: #FFF; } .dialog-bigger-cover .bigger-share p a:last-child { margin-top: 20px; } @media (max-width:767px) { .dialog-content { padding: 40px 15px 30px; } .dialog-content .btn-close { font-size: 28px; } .dialog-content .btn-close i { cursor: pointer; } .dialog-bigger-cover { width: 66.66%; min-width: auto; padding: 0 0 55px; } .dialog-bigger-cover .bigger-image img { border: 0; } .dialog-bigger-cover .bigger-share.open { top: 0; z-index: 2; background: rgba(78, 81, 92, .4); border: 0; } .dialog-bigger-cover .bigger-share.open h3 { color: #FFF; font-size: 16px; } .dialog-bigger-cover .bigger-share { z-index: -1; } .action-share { position: absolute; bottom: 0; left: 0; width: 100%; height: 55px; line-height: 60px; color: #000; -webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); } .action-share button { padding: 5px 16px; border: 0; background-color: transparent; line-height: 1; } .action-share button.btn-close-share { font-size: 20px; display: none; } } @-webkit-keyframes dialog-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); } } @keyframes dialog-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes dialog-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); } } @keyframes dialog-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); } } @media (max-width:767px) { .dialog-bigger-cover .bigger-share .share-btns { opacity: 0; } .dialog-bigger-cover .bigger-share.open .share-btns, .dialog-bigger-cover .bigger-share.close .share-btns { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .dialog-bigger-cover .bigger-share.open .share-btns { -webkit-animation-name: share-open; animation-name: share-open; } .dialog-bigger-cover .bigger-share.close .share-btns { -webkit-animation-name: share-close; animation-name: share-close; } @-webkit-keyframes share-open { 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes share-open { 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes share-close { 0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } 100% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); } } @keyframes share-close { 0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } } /* Inner elements animations */ @-webkit-keyframes share-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes share-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } } /*-------------------------------------------------------------- 26.3 post social styel03 --------------------------------------------------------------*/ .social-share-compact { position: relative; display: inline-block; } .social-share-compact .social-share-title { margin-left: 5px; font-size: 14px; line-height: normal; color: #000; } .social-share-compact .social-share-link { display: block; width: 34px; height: 34px; border-radius: 34px; font-size: 14px; cursor: pointer } .social-share-compact .social-share-title { position: relative; z-index: 9; cursor: pointer; } .social-share-compact .social-share-links { position: absolute; top: -9px; z-index: -1; } .social-share-compact .social-share-link { position: absolute; right: 0; z-index: 8; display: block; text-align: center; line-height: 35px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); background: #fff; opacity: 0; transition: all .3s; animation: 0.3s down forwards; } .social-share-compact li:nth-child(1) .social-share-link { right: -166px; } .social-share-compact li:nth-child(2) .social-share-link { right: -122px; } .social-share-compact li:nth-child(3) .social-share-link { right: -78px; } .social-share-compact.open .social-share-link { animation: 0.55s up forwards; } .social-share-compact.open li:nth-child(1) .social-share-link { animation-delay: 0.3s; color: #3d93e0; } .social-share-compact.open li:nth-child(2) .social-share-link { animation-delay: 0.25s; color: #20b767; } .social-share-compact.open li:nth-child(3) .social-share-link { animation-delay: 0.2s; color: #e24040; } .social-share-compact.open .social-share-links { z-index: 0; } @keyframes up { 50% { transform: translateX(-50%); } 100% { opacity: 1; transform: translateX(0%); } } @keyframes down { 0% { opacity: 1; transform: translateX(0%) } 100% { opacity: 0; transform: translateX(-100%); } } /*-------------------------------------------------------------- 27.0 navigation --------------------------------------------------------------*/ .post-navigation { border-top: 2px solid #f6f6f6; margin-top: 40px; padding-top: 40px; } .post-navigation a { font-size: 14px; display: block; position: relative; } .post-navigation a:hover { color: #3d93e0; } .post-navigation a.next { text-align: right; padding-right: 60px; } .post-navigation a.next i { position: absolute; right: 20px; top: 0; font-size: 20px; color: #BFBFBF; -webkit-transition: left .15s ease-in, right .15s ease-in; -moz-transition: left .15s ease-in, right .15s ease-in; -o-transition: left .15s ease-in, right .15s ease-in; -ms-transition: left .15s ease-in, right .15s ease-in; transition: left .15s ease-in, right .15s ease-in; } .post-navigation a.prev { padding-left: 60px; } .post-navigation a.prev i { position: absolute; left: 20px; top: -1px; font-size: 20px; color: #BFBFBF; -webkit-transition: left .15s ease-in, right .15s ease-in; -moz-transition: left .15s ease-in, right .15s ease-in; -o-transition: left .15s ease-in, right .15s ease-in; -ms-transition: left .15s ease-in, right .15s ease-in; transition: left .15s ease-in, right .15s ease-in; } .post-navigation a.prev:hover>i, .post-navigation a.next:hover>i { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /*--------------------------------- 28.0 post mobile style --------------------------------- */ @media (max-width:767px) { .post-title { margin-bottom: 20px; } .post-title.style05 { padding-top: 25px; } .post-cover .content h1, .post-title h1 { font-size: 18px; font-weight: bold; } .m-post { padding-left: 20px; padding-right: 20px; } .post-content .post-image { margin-left: -20px; margin-right: -20px; } .post-tags:before { margin-left: -20px; position: absolute; margin-top: 50px; left: 50%; width: 40px; height: 3px; } .post-action .btn-action { line-height: 1; margin: 60px 0 50px 0; display: inline-block; } .post-action .btn-action i { display: block; font-size: 30px; } .post-action .btn-bigger-cover { margin-left: 30px; } .post-author::before { width: 90px; } .post-author .author-avatar img { width: 55px; height: 55px; } .post-author .author-info { margin-left: 70px; padding-top: 3px; } .author-info .desc p { font-size: 12px; } .post-footer { text-align: center; padding-top: 0; margin-top: 0; } .post-footer .pull-left, .post-footer .pull-right { float: none !important; } .post-navigation { } .post-navigation a.next { margin-top: 20px; padding-right: 0; text-align: center; } .post-navigation a.next i { position: relative; right: auto; top: auto; display: block; margin-bottom: 10px; } .post-navigation a.prev { padding-left: 0; text-align: center; } .post-navigation a.prev i { position: relative; left: auto; top: auto; display: block; margin-bottom: 5px; } .video-action::before { content: ""; display: block; margin: 15px 0; background-color: #f6f6f6; margin-left: -20px; position: absolute; top: 20px; left: 50%; width: 40px; height: 3px; } .video-action .u-data { color: #BFBFBF; } .video-action .btn-like { color: #48494d; margin: 0; } .video-action .video-like { display: block; margin: 50px 0 30px 0; } .social-share-compact { display: block; } .social-share-compact .social-share-title { display: none; } .social-share-compact .social-share-links { position: relative; top: auto; z-index: 0; display: block; opacity: 1; } .social-share-compact .social-share-links li { display: inline-block } .social-share-compact .social-share-link { position: relative; right: auto !important; margin: 0 5px; box-shadow: none; border: 1px solid #eee; width: 40px; height: 40px; line-height: 40px; opacity: 1; animation: none !important; } .social-share-compact.open .social-share-link { animation: none; } .social-share-compact li:nth-child(1) .social-share-link { border-color: #87b9e6; color: #3d93e0; } .social-share-compact li:nth-child(2) .social-share-link { border-color: #70c196; color: #20b767; } .social-share-compact li:nth-child(3) .social-share-link { border-color: #e68686; color: #e24040; } } /*-------------------------------- 29.0 duang hvr-buzz-out --------------------------------- */ @-webkit-keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } @keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } /*-------------------------------------------------------------- 30.0 breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { margin-bottom: 25px; } .breadcrumbs span { color: #666; font-size: 12px; } .breadcrumbs span a { } .breadcrumbs span.sep { margin: 0 5px; font-size: 14px; } .breadcrumbs span.current { color: #BFBFBF; } /*-------------------------------------------------------------- 31.0 Widgets --------------------------------------------------------------*/ .widget { padding: 25px 0; word-break: break-word; } .widget:first-child { padding-top: 0; } .widget:last-child { border-bottom: 0; padding-bottom: 0; } .widget .widget-title { position: relative; font-size: 12px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 15px; margin-bottom: 25px; border-bottom: 2px solid #f9f9f9; } .widget .widget-title:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; bottom: -2px; background: #131313; } .widget ul { list-style-type: none; margin: 0; padding: 0; } .widget ul a, .widget ul p { font-size: 12px; } /*-------------------------------------------------------------- 32.0 recent entries widget --------------------------------------------------------------*/ .widget_recent_entries ul { padding-left: 20px; } .widget_recent_entries ul li { font-size: 12px; margin-bottom: 15px; list-style-type: circle; } .widget_recent_entries ul li a { display: block; margin-bottom: 5px; font-size: 13px; } .widget_recent_entries ul li span { color: #BFBFBF } /*-------------------------------------------------------------- 33.0 categories widget --------------------------------------------------------------*/ .widget_categories li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_categories li:first-child { border: none; padding-top: 0; } .widget_categories li a { } /*-------------------------------------------------------------- 34.0 tag cloud widget --------------------------------------------------------------*/ .widget_tag_cloud .tagcloud { } .widget_tag_cloud .tagcloud a { font-size: 12px !important; line-height: 1; text-transform: uppercase; padding: 6px 12px 5px 12px; margin: 0 4px 8px 0; border: 1px solid #eee; display: inline-block; } .widget_tag_cloud .tagcloud a:hover { background-color: #000; border-color: #000; color: #FFF; } .widget_tag_cloud .tagcloud a .tag-link-count { color: #BFBFBF; font-size: 12px; } /*-------------------------------------------------------------- 35.0 search widget --------------------------------------------------------------*/ .searchform { position: relative; } .searchform label { display: none; } .searchform input[type="submit"] { position: absolute; bottom: 0; right: 0; top: 0; border: 0; border-radius: 0; padding: 0 20px; color: #FFF; background-color: #212226; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .searchform input[type="submit"]:hover { background-color: #000; } .searchform input[type="text"] { border: 1px solid #eee; padding: 10px; font-size: 12px; width: 100%; } /*-------------------------------------------------------------- 36.0 media image widget --------------------------------------------------------------*/ .widget_media_image img { max-width: 100%; height: auto; } /*-------------------------------------------------------------- 37.0 recentcomments widget --------------------------------------------------------------*/ .widget_recent_comments ul { padding-left: 20px; } .widget_recent_comments ul li { font-size: 13px; margin-bottom: 15px; list-style-type: circle; } .widget_recent_comments ul li span { text-transform: uppercase; margin-right: 5px; color: #000; font-weight: bold; } /*-------------------------------------------------------------- 38.0 nav menu widget --------------------------------------------------------------*/ .widget_nav_menu ul li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_nav_menu ul li:first-child { border: none; padding-top: 0; } /*-------------------------------------------------------------- 39.0 Calendar widget --------------------------------------------------------------*/ .widget_calendar table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; } .widget_calendar caption { border: 1px solid #e6e6e6; border-bottom: 0; padding: 10px 0; } .widget_calendar caption, .widget_calendar th, .widget_calendar td { text-align: center; font-size: 12px; } .widget_calendar tbody td a { position: relative; } .widget_calendar tbody td a::after { content: ''; position: absolute; width: 6px; height: 6px; background: #000; border-radius: 10px; bottom: -6px; left: 50%; margin-left: -3px; } .widget_calendar td#today { font-weight: bold; } .widget_calendar tfoot { border: 1px solid #e6e6e6; border-top: 0; } .widget_calendar tfoot td { border: 0; } /*-------------------------------------------------------------- 40.0 rss widget --------------------------------------------------------------*/ .widget_rss .widget-title .rsswidget:first-child { float: right; } .widget_rss ul li { text-transform: uppercase; margin-bottom: 10px; padding-top: 12px; border-top: 1px solid #eee; } .widget_rss ul li:first-child { border: none; padding-top: 0; } .widget_rss ul li .rsswidget { font-size: 13px; display: block; } .widget_rss ul li .rss-date { font-size: 12px; color: #BFBFBF; } .widget_rss ul li .rssSummary { font-size: 12px; margin-top: 5px; color: #888; } .widget_rss ul li cite { font-size: 12px; font-style: normal; color: #BFBFBF; } /*-------------------------------------------------------------- 41.0 archive widget --------------------------------------------------------------*/ .widget_archive ul { } .widget_archive ul li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_archive ul li:first-child { border: none; padding-top: 0; } .widget_archive .screen-reader-text { display: none; } .widget_archive select { width: 100%; font-size: 12px; border: 1px solid #eee; border-radius: 0; height: 35px; } /*-------------------------------------------------------------- 42.0 top entries widget --------------------------------------------------------------*/ .widget_top_entries ul { } .widget_top_entries ul li { text-transform: uppercase; margin-bottom: 15px; position: relative; } .widget_top_entries ul li .thumbnail { width: 70px; height: 70px; padding: 0; margin-bottom: 0; border: 0; border-radius: 0; } .widget_top_entries ul li .thumbnail img { width: 70px; height: 70px; } .widget_top_entries ul li .content { padding-right: 80px; } .widget_top_entries ul li .content .title { font-size: 14px; margin-bottom: 10px; } .widget_top_entries ul li .content .title:hover { color: #3d93e0; } .widget_top_entries ul li .content .meta { color: #BFBFBF; font-size: 12px; } .widget_top_entries ul.styel02 li .thumbnail { width: 100%; height: 140px; float: none !important; position: relative; overflow: hidden; } .widget_top_entries ul.styel02 li .thumbnail img { width: 100%; height: auto; transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transition: 600ms; -webkit-transition: 600ms; } .widget_top_entries ul.styel02 li:hover .thumbnail img { transform: scale(1.08) rotate(5deg); -webkit-transform: scale(1.08) rotate(3deg) } .widget_top_entries ul.styel02 li .content { position: absolute; text-align: center; top: 0; right: 0; bottom: 0; left: 0; padding: 50px 20px 20px; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.18)); } .widget_top_entries ul.styel02 li .content .title { font-size: 15px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; color: #FFF; } .widget_top_entries ul.styel02 li .content .meta { color: #eaeaea; } /*------------------------------------------------------- 43.0 related posts widget -------------------------------------------------------*/ .widget_related_posts ul { list-style: none; padding: 0; line-height: 0; margin-right: -5px; margin-left: -5px; } .widget_related_posts ul li { padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; } .widget_related_posts ul li img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; max-height: 150px; opacity: .5; transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transition: 600ms; -webkit-transition: 600ms; } .img-cover{ position: absolute; left: 0; top: 0; background: rgba(0,0,0,.7); width: 100%; height: 100%; z-index: 0; } .widget_related_posts ul li:hover>a img { opacity: 1; transform: scale(1.08) rotate(5deg); -webkit-transform: scale(1.08) rotate(3deg) } .widget_related_posts ul li:hover>a .content { opacity: 0 } .widget_related_posts ul li .content { margin: auto; max-width: 90%; position: relative; text-align: center; color: white; } .widget_related_posts ul li .content p { color: #FFF; } .widget_related_posts ul li>a { overflow: hidden; /*background-color: #000;*/ position: relative; z-index: 2; display: flex; height: 150px; } .widget_related_posts ul li>a:before { content: "\f1d9"; font-size: 20px; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: fontawesome; color: #fff; pointer-events: none; margin-top: -30px; opacity: 0; transition: 600ms; -webkit-transition: 600ms; margin-left: -10px; } .widget_related_posts ul li:hover>a:before { opacity: .75; margin-top: 0px; } @media (min-width:768px) and (max-width:991px) { .widget_related_posts ul li>a { height: 110px; } .widget_related_posts ul li .content p { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } /*------------------------------------------------------- 44.0 Comments -------------------------------------------------------*/ .comment-list .comment-respond { margin-top: 30px; } .m-comments { margin-top: 40px; padding-top: 40px; border-top: 2px solid #f6f6f6; } .m-comments h4 { margin-bottom: 35px; } .comment { position: relative; margin-top: 35px; border-bottom: 1px solid #f5f6f7; } .comment:last-child { border-bottom: 0; } .comment .children { padding-left: 10%; padding-bottom: 10px; } .comment .children .children { padding-left: 0; padding-bottom: 0; } .comment .children .comment, .comment .children .children .comment { border-bottom: 0; margin-top: 0px; } .comment .children .depth-2 { border-bottom: 0; margin: 0; padding: 0; } .comment .children .depth-2:last-child { margin: 0; } .comment .children .depth-2 .comment-avatar img { width: 35px; height: 35px; } .comment .children .depth-2 .comment-text { padding-left: 55px; padding-top: 0; } .comment .children .load-more-comment { display: inline-block; position: absolute; bottom: -14px; left: 0; width: 100%; text-align: center; } .comment .children .load-more-comment button { background: #FFF; border: 1px solid #eaeaea; border-radius: 20px; font-size: 12px; line-height: 1; padding: 7px 18px; } .comment-body { position: relative; padding-bottom: 40px; } .parent .comment-body { padding-bottom: 35px; } .children .comment-body { padding-bottom: 25px; } .comment-text { padding-left: 70px; } .comment-text p { margin-bottom: 5px; color: #333; } .comment-text p.tip-comment-check { font-size: 12px; color: #f66; } .comment-text p img { /*display: block;*/ padding: 5px 0; } .comment-text p img.emoji { height: 20px !important; width: 20px !important; vertical-align: middle !important; } .comment-avatar { position: absolute; display: block; } .comment-avatar .avatar { border-radius: 50%; border: 1px solid #eaeaea; width: 50px; height: 50px; } .comment-info { margin-bottom: 5px; } .comment-author { color: #121212; font-size: 14px; display: inline-block; margin-bottom: 0; position: relative; } .comment-author span { display: inline-block; font-size: 12px; color: #979b9c; margin-left: 5px } .comment-meta .comment-date, .comment-meta .like, .comment-meta .fuck, .comment-meta .comment-reply-link { display: inline-block; font-size: 12px; color: #979b9c; margin-right: 15px; } .comment-meta a:hover { color: #000; } .comment-nav { padding-top: 40px; } @media only screen and (max-width:767px) { .comment { margin-top: 25px; } .comment-text { padding-left: 60px; } .comment-body { padding-bottom: 20px; } .comment .children { padding-bottom: 20px; } .children .comment-body { padding-bottom: 15px; } .comment-avatar { width: 40px; } } /*------------------------------------------------------- 44.1 Comment Form -------------------------------------------------------*/ .comment-form .form-group.row { margin-bottom: 12px; margin-right: -6px; margin-left: -6px; } .comment-form .form-group .col-sm-6, .comment-form .form-group .col-sm-12 { padding-right: 6px; padding-left: 6px; } .comment-author-from { margin-left: 70px; } .comment-textarea { position: relative; background-color: #f9f9f9; border: 0; border-radius: 0; padding: 5px; } .comment-from-main { padding-top: 5px; padding-bottom: 15px; } .comment-author-from .form-submit { line-height: 44px; } .comment-author-from .form-submit small { font-size: 12px; color: #BFBFBF; margin-left: 10px; display: inline-block; } .logged-in-as { font-size: 14px; } .logged-in-as a { margin-left: 10px; font-style: normal; color: #989898; } .form-comment-info .form-control { background-color: #f9f9f9; border: 0; border-radius: 0; } .comment-form-comment { position: relative; } .comment-form-comment .text-bar { position: relative; padding: 0 10px; } .comment-form-comment .text-bar .btn { padding: 8px; } .comment-form-comment .text-bar .insert_emoji { display: inline-block; } .comment-form-comment .text-bar .insert_emoji img.emoji { height: 25px !important; width: 25px !important; margin: 0 3px !important; display: block !important; } .comment-form-comment textarea { height: 100px; margin-bottom: 0; padding: 8px; border: 0; width: 100% !important; background-color: #f9f9f9; } .comment-author-from .form-submit .btn-default { margin-right: 10px; border-radius: 100px; } .comment-author-from .form-submit .btn-primary { border-radius: 100px; } @media (min-width:768px) and (max-width:991px) { .comment-form-url:last-child { margin-top: 10px; } } @media (max-width:767px) { .m-comments { margin: 0; padding: 0; padding-left: 20px; padding-right: 20px; border: 0; } .m-comments h4 { margin-bottom: 25px; border-top: 3px solid #f9f9f9; margin-top: 40px; padding-top: 40px; } .comment-respond .comment-avatar { width: 28px; } .comment-respond .comment-avatar img { } .comment-form-email, .comment-form-url:last-child { margin-top: 12px; } .comment-author-from { margin: 0; } .comment-from-main { padding-left: 40px; } .comment-textarea { padding: 0 } .comment-form-comment .text-bar { padding: 0 5px; } .comment-form-comment .text-bar .btn { padding: 10px 3px 13px 15px; } .col-form-captcha { margin-bottom: 15px; } .form-submit .form-captcha-code .form-control { width: 100%; max-width: none; } .form-submit .form-captcha-code .captcha-image { position: absolute; right: 0; top: 0; } .comment-form-comment .text-bar .insert_emoji img.emoji { height: 32px !important; width: 32px !important; } .comment-author-from .form-submit .btn-primary, .form-submit .btn-default { width: 100%; } .form-submit .btn-default { margin-bottom: 10px; } } @media (min-width:768px) and (max-width:991px) { } /*------------------------------------------------------------- 44.2 captcha -------------------------------------------------------------*/ .form-captcha { display: none; } .form-captcha-code { display: none; position: relative; margin-top: 5px; } .form-captcha-code .form-control { max-width: 150px; background-color: #f9f9f9; border: 0; border-radius: 0; } .form-captcha-code .captcha-image img { width: 100px; height: 44px; cursor: pointer; } .form-captcha-switch .captcha-switch { position: relative; display: inline-block; } .captcha-switch input[type="checkbox"].btn-switch{ -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 60px; height: 26px; background: #ddd; border-radius: 3em; position: relative; cursor: pointer; outline: none; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; margin: 0; vertical-align: middle; } .captcha-switch input[type="checkbox"].btn-switch:checked{ background: #24d8ac; } .captcha-switch input[type="checkbox"].btn-switch:after{ position: absolute; content: ""; width: 26px; height: 26px; border-radius: 50%; background: #fff; -webkit-transform: scale(.9); transform: scale(.9); left: 0; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .captcha-switch input[type="checkbox"].btn-switch:checked:after{ left: calc(100% - 26px); } /* Switch 2 Style Start */ .captcha-switch input[type="checkbox"].btn-switch_2{ -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100px; height: 8px; background: #444; border-radius: 5px; position: relative; outline: 0; cursor: pointer; } .captcha-switch input[type="checkbox"].btn-switch_2:before, .captcha-switch input[type="checkbox"].btn-switch_2:after{ position: absolute; content: ""; -webkit-transition: all .25s; transition: all .25s; } .captcha-switch input[type="checkbox"].btn-switch_2:before{ width: 40px; height: 40px; background: #ccc; border: 5px solid #666; border-radius: 50%; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .captcha-switch input[type="checkbox"].btn-switch_2:after{ width: 30px; height: 30px; background: #666; border-radius: 50%; top: 50%; left: 10px; -webkit-transform: scale(1) translateY(-50%); transform: scale(1) translateY(-50%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .captcha-switch input[type="checkbox"].btn-switch_2:checked:before{ left: calc(100% - 35px); } .captcha-switch input[type="checkbox"].btn-switch_2:checked:after{ left: 75px; -webkit-transform: scale(0); transform: scale(0); } /* Switch 2 Specific Style End */ /* Switch 3 Style Start */ .input-switch { display: inline-block; vertical-align: middle; } .input-switch .input-checkbox { position: absolute; visibility: hidden; } .input-switch .input-checkbox + .switch-checkbox { position: relative; height: 6px; width: 55px; margin-right: 0; margin-left: 0; border-radius: 10px; background-color: #dce0e6; vertical-align: middle; display: inline-block; cursor: pointer; transition: 0.3s 0.05s; margin-bottom: 0; } .input-switch .input-checkbox + .switch-checkbox::before, .input-switch .input-checkbox + .switch-checkbox::after { content: ""; position: absolute; transition: 0.35s; } .input-switch .input-checkbox + .switch-checkbox::before { top: 0; left: 0; height: 100%; width: 20%; border-radius: 10px; background-color: rgba(117, 117, 117, 0.5); } .input-switch .input-checkbox + .switch-checkbox::after { left: 5px; top: 50%; height: 20px; width: 20px; border-radius: 50%; border: none; background-color: #79797b; transform: translateY(-50%); opacity: 1; } .input-switch .input-checkbox + .switch-checkbox:hover::after { transform: translateY(-50%) scale(1.1); } .input-switch .input-checkbox:checked + .switch-checkbox { background-color: #bbbbbb; } .input-switch .input-checkbox:checked + .switch-checkbox::before { width: calc(100% - 5px); background-color: #000000; } .input-switch .input-checkbox:checked + .switch-checkbox::after { left: calc(100% - (20px + 5px)); background-color: #464646; } @media (max-width:767px) { .col-form-captcha { margin-bottom: 15px; } .form-submit .form-captcha-code .form-control { width: 100%; max-width: none; } .form-submit .form-captcha-code .captcha-image { position: absolute; right: 0; top: 0; } } /*------------------------------------------------------------- 43.0 magnificPopup -------------------------------------------------------------*/ /* caption */ .mfp-bottom-bar { left: auto; right: 15px; width: auto; background-color: rgba(12, 15, 16, 0.8); padding: 8px 12px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; top: auto; bottom: 55px; margin-left: 15px; } .mfp-title, .mfp-counter { font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.6; display: inline-block; top: auto; right: auto; } .mfp-title { color: #ffffff; padding: 0; margin-right: 10px; } .mfp-counter { position: relative; color: #aeb8bf; } .mfp-counter span { padding: 0; } /* figure */ .mfp-figure:after { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #0c0f10; } /* close button */ .mfp-close.suxing-mfp-close-button { position: absolute; width: 44px; top: 3%; right: 3% !important; padding: 0; font-size: 28px; color: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: center; margin-top: 40px; filter: alpha(opacity=100); opacity: 1; } .mfp-close.suxing-mfp-close-button:hover { color: #ffffff; filter: alpha(opacity=90); opacity: 0.9; } .mfp-close.suxing-mfp-close-button:after { font-family: 'simple-line-icons'; content: "\e082"; display: inline-block; } /* gallery arrows */ .suxing-mfp-arrow { background: transparent !important; outline: none !important; position: absolute; top: 50%; width: 100px; height: 160px; line-height: 160px; margin: -80px 0 0; padding: 0; border: none; text-align: center; color: #ffffff; z-index: 1046; filter: alpha(opacity=40); opacity: 0.4; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .suxing-mfp-arrow:hover { width: 115px; filter: alpha(opacity=100); opacity: 1; } .suxing-mfp-arrow.suxing-mfp-arrow-left { left: 0; } .suxing-mfp-arrow.suxing-mfp-arrow-right { right: 0; } .suxing-mfp-arrow.suxing-mfp-arrow-left:after { font-family: 'simple-line-icons'; content: "\e605"; font-size: 2em; } .suxing-mfp-arrow.suxing-mfp-arrow-right:after { font-family: 'simple-line-icons'; content: "\e606"; font-size: 2em } /* slide-in/slide-out animation */ .suxing-popup-slide-in .mfp-container { filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); } /* animate in */ .suxing-popup-slide-in.mfp-ready .mfp-container { filter: alpha(opacity=100); opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } /* animate out */ .suxing-popup-slide-in.mfp-removing .mfp-container { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); filter: alpha(opacity=0); opacity: 0; } /* dark overlay */ .mfp-bg { background: #0c0f10; } .suxing-popup-slide-in.mfp-bg { filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* dark overlay - animate in */ .suxing-popup-slide-in.mfp-ready.mfp-bg { filter: alpha(opacity=70); opacity: 0.7; } /* dark overlay - animate out */ .suxing-popup-slide-in.mfp-removing.mfp-bg { filter: alpha(opacity=0); opacity: 0; } /* video/audio popup container */ .suxing-video-popup-container, .suxing-audio-popup-container { position: relative; max-width: 860px; margin: 0 auto; padding: 0; background-color: #0c0f10; } .suxing-video-popup-container .mfp-close.suxing-mfp-close-button, .suxing-audio-popup-container .mfp-close.suxing-mfp-close-button { top: -56px; right: 0; filter: alpha(opacity=70); opacity: 0.7; } .suxing-video-popup-container .mfp-close.suxing-mfp-close-button:hover, .suxing-audio-popup-container .mfp-close.suxing-mfp-close-button:hover { filter: alpha(opacity=90); opacity: 0.9; } @media (max-width:767px) { .mfp-title, .mfp-counter{ font-size:12px; } .suxing-mfp-arrow.suxing-mfp-arrow-left:after,.suxing-mfp-arrow.suxing-mfp-arrow-right:after { font-size: 16px; } .suxing-mfp-arrow.suxing-mfp-arrow-left, .suxing-mfp-arrow.suxing-mfp-arrow-right { width: 60px; } .mfp-close.suxing-mfp-close-button{ top: 2%; right: 2% !important; font-size: 22px; } } /*------------------------------------------------------------- 44.0 Post media: image -------------------------------------------------------------*/ /* expand icon */ .post-expand-icon { position: absolute; top: -5px; right: 10px; z-index: 10; display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 23px; color: #ffffff; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .bwp-post-media:hover .bwp-post-expand-icon { top: 10px; filter: alpha(opacity=100); opacity: 1; } /*------------------------------------------------------------- 45.0 Post media: gallery -------------------------------------------------------------*/ .post-slide { position: relative; margin-bottom: 30px; } .post-slide .item { position: relative; overflow: hidden; max-height: 500px; height: auto; } .post-slide .item a { display: block; } .post-slide .item a .image { display: block; height: 500px; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .post-slide .item a .overlay { opacity: 0; } .post-slide .item img { display: none; } .post-slide .item:hover a .image { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); } /* img overlay */ .post-slide .item:hover .overlay { filter: alpha(opacity=40); opacity: 0.4; } /* expand icon */ .post-slide .item:hover .post-expand-icon { top: 10px; filter: alpha(opacity=100); opacity: 1; } .post-slide .owl-prev, .post-slide .owl-next { line-height: 38px; } @media (max-width:767px) { .post-slide .item a { height: 350px; } } /*-------------------------------------------------------------- 47.0 scroll-to-top --------------------------------------------------------------*/ .scroll-to-top.floating-button { position: fixed; width: 35px; height: 35px; display: block; bottom: -37px; right: 35px; opacity: 0; visibility: hidden; z-index: 67; -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s; -moz-transition: all cubic-bezier(.25, .46, .45, .94) .3s; -o-transition: all cubic-bezier(.25, .46, .45, .94) .3s; -ms-transition: all cubic-bezier(.25, .46, .45, .94) .3s; transition: all cubic-bezier(.25, .46, .45, .94) .3s; } .scroll-to-top.floating-button.active { opacity: 1; visibility: visible; bottom: 25px; } .scroll-to-top.floating-button a { display: block; line-height: 35px; height: 35px; width: 35px; border-radius: 40px; text-align: center; background: #FFF; } .scroll-to-top.floating-button a i { display: block; line-height: 35px; } .scroll-to-top.floating-button a:hover { background: #000; color: #fff } /*-------------------------------------------------------------- 48.0 tips --------------------------------------------------------------*/ .sitetips, .tips_overlay { width: 100%; height: 100%; top: 0; left: 0; } .sitetips { position: fixed; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; z-index: 999; cursor: pointer; } .tips_overlay { position: absolute; z-index: 1; background: rgba(55, 58, 71, 0.9); opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; -webkit-backface-visibility: hidden; } .tips-open .tips_overlay { opacity: 1; pointer-events: auto; } .tips_content { width: 40%; max-width: 360px; min-width: 190px; background: #FFF; padding: 1.2em 2em; text-align: center; position: relative; z-index: 5; opacity: 0; } .tips_content .icon { font-size: 2em; margin-bottom: 10px; display: block; } .tips-success .tips_content .icon { color: #4ed284 } .tips-error .tips_content .icon { color: #F66 } .tips_content p { font-size: 16px; } .tips-open .tips_content { pointer-events: auto; } .sitetips.tips-open .tips_content, .sitetips.tips-close .tips_content { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .sitetips.tips-open .tips_content { -webkit-animation-name: anim-open; animation-name: anim-open; } .sitetips.tips-close .tips_content { -webkit-animation-name: anim-close; animation-name: anim-close; } @-webkit-keyframes anim-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); } } @keyframes anim-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes anim-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); } } @keyframes anim-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); } } .sitetips { -webkit-align-items: flex-start; align-items: flex-start; } .sitetips.tips-open .tips_content, .sitetips.tips-close .tips_content { opacity: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .sitetips.tips-open .tips_content { -webkit-animation-name: anim-open; animation-name: anim-open; } .sitetips.tips-close .tips_content { -webkit-animation-name: anim-close; animation-name: anim-close; } @media (max-width:767px) { .tips_content { width: 100%; max-width: none; min-width: 190px; background: #FFF; padding: 1.2em 2em; text-align: center; position: relative; z-index: 5; opacity: 0; } } @-webkit-keyframes anim-open { 0% { -webkit-transform: translate3d(0, -100%, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); } } @keyframes anim-open { 0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes anim-close { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -100%, 0); } } @keyframes anim-close { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } /* Inner elements animations */ @-webkit-keyframes anim-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes anim-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } /*-------------------------------------------------------------- 49.0 Footer --------------------------------------------------------------*/ .nt-footer { padding: 30px 0; border-top: 1px solid #f3f7f9; } @media (min-width:1280px) { .nt-footer .container-fluid { padding: 0 80px; } } .nt-footer .footer-container { display: flex; } .nt-footer .footer-container > * { flex: 1; margin: auto; } .nt-footer .site-info, .nt-footer .site-info p { font-size: 12px; } .social-links { text-align: center; } .social-links .link { display: inline-block; font-size: 15px; padding: 0 10px; } .footer-menu { text-align: right; } .footer-menu .nav-list { list-style-type: none; margin: 0; padding: 0; } .footer-menu ul li { display: inline-block; vertical-align: middle; padding: 0 12px; position: relative; } .footer-menu ul li a { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; } .footer-menu ul li::before { background: #666 none repeat scroll 0 0; bottom: 8px; content: ""; height: 4px; top: 5px; left: -5px; position: absolute; width: 4px; } .footer-menu ul li:first-child:before { display: none } .footer-menu ul li:first-child a { padding-left: 0; } @media (max-width:767px) { .nt-footer .footer-container { display: block; } .nt-footer .footer-container > * { margin: 5px 0; text-align: center; } .nt-footer .footer-container .social-links { margin: 15px 0 10px; } .nt-footer .site-info p, .footer-menu ul li a { color: #bfbfbf; } .footer-menu ul li { padding: 2px; } .footer-menu ul li::before { display: none } } @media (min-width:768px) and (max-width:991px) { .nt-footer .footer-container { display: block; } .nt-footer .footer-container > * { margin: 5px 0; text-align: center; } .nt-footer .footer-container .social-links { margin-top: 10px; } .nt-footer .site-info p, .footer-menu ul li a { color: #bfbfbf; } .footer-menu ul li { padding: 2px; } .footer-menu ul li::before { display: none } } /*-------------------------------------------------------------- 49.1 Footer: 2 :: Widget Setting --------------------------------------------------------------*/ .footer-2 { position: relative; padding-top: 55px; background-color: #f5f5f5; } .footer-2 .container{ padding-right: 20px; padding-left: 20px; } .footer-top { border-bottom: 1px solid #e1e1e1; padding-bottom: 30px; } .footer-2 .widget-title { position: relative; font-size: 14px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 20px; margin-bottom: 30px; } .footer-2 .widget-title:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; bottom: 0; background: #131313; } .footer-2 .footer-widget-text .text-widget p { font-size: 13px; } .footer-2 .footer-widget-categories ul { padding-left: 0; } .footer-2 .footer-widget-categories ul li { display: inline-block; margin: 0 15px 10px 0; } .footer-2 .footer-widget-categories ul li a { display: block; font-size: 13px; text-decoration: none; text-transform: capitalize; } .footer-2 .footer-widget-links ul { padding-left: 0; } .footer-2 .footer-widget-links ul li { display: inline-block; margin: 0 15px 10px 0; } .footer-2 .footer-widget-links ul li a { display: block; font-size: 13px; text-decoration: none; text-transform: capitalize; } .footer-2 .footer-widget-social { margin-top: 20px; } .footer-2 .footer-widget-social li { width: auto; display: inline-block; margin: 0 25px 0 0; } .footer-2 .footer-copyright { padding-top: 30px; padding-bottom: 30px; } .footer-2 .footer-copyright p { font-size: 12px; } .footer-2 .footer-copyright p a { color: #717171 } /*-------------------------------------------------------------- 49.1 Footer 2 Black Color --------------------------------------------------------------*/ .footer-black { background-color: #000; } .footer-black .footer-top { border-bottom-color: #232323; } .footer-black .widget-title:before { background-color: #FFF; } .footer-black .widget-title, .footer-black .footer-widget-social li a:hover, .footer-black .footer-widget-categories ul li a:hover, .footer-black .footer-widget-links ul li a:hover, .footer-black .footer-copyright p, .footer-black .footer-copyright p a { color: #FFF; } .footer-black .footer-widget-categories ul li a, .footer-black .footer-widget-links ul li a, .footer-black .footer-widget-text .text-widget p, .footer-black .footer-widget-social li a { color: #BFBFBF } @media (min-width:768px) and (max-width:991px) { .footer-2 .footer-widget { margin-bottom: 30px; } } @media (max-width:767px) { .footer-2 { padding: 30px 0 0; } .footer-2 .widget-title { padding-bottom: 12px; margin-bottom: 12px; } .footer-2 .widget-title:before { bottom: 0; } .footer-2 .footer-widget { margin-bottom: 30px; } .footer-2 .footer-widget-text { margin-bottom: 0; } .footer-2 .col-xs-12:last-child .footer-widget { margin-bottom: 0; } .footer-2 .row { margin-right: 0; marg; margin-left: 0; } } /*-------------------------------------------------------------- 50.0 ADs --------------------------------------------------------------*/ .suxing-adv, .adv-grid { position: relative; text-align: center; } .suxing-adv img { width: 100%; height: auto; } .suxing-adv span { position: absolute; left: 20px; bottom: 20px; font-size: 12px; color: #BFBFBF; } .postlist-adv { margin-bottom: 40px; } .post-adv { margin-top: 40px; } @media (max-width:767px) { .m-post-list .post-grid.postlist-adv { margin: 0; border-top: 5px solid #f6f6f6; } .m-post-list .post-grid.suxing-adv { margin-bottom: 0; } } /*-------------------------------------------------------------- 51.0 mCustomScroll --------------------------------------------------------------*/ /* ------------------------------------------------------------------------------------------------------------------------ 1. BASIC STYLE ------------------------------------------------------------------------------------------------------------------------ */ .mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ } .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; } .mCustomScrollBox { /* contains plugin's markup */ position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; } .mCSB_container { /* contains the original content */ overflow: hidden; width: auto; height: auto; } /* ------------------------------------------------------------------------------------------------------------------------ 2. VERTICAL SCROLLBAR y-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_inside > .mCSB_container { margin-right: 30px; } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } /* non-visible scrollbar */ .mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } /* RTL direction/left-side scrollbar */ .mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */ position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; } .mCSB_outside + .mCSB_scrollTools { right: -26px; } /* scrollbar position: outside */ .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */ right: auto; left: 0; } .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */ .mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */ position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .mCSB_scrollTools .mCSB_dragger { /* the draggable element */ cursor: pointer; width: 100%; height: 30px; /* minimum dragger height */ z-index: 1; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */ position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; /* auto-expanded scrollbar */ } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; /* auto-expanded scrollbar */ } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 3. HORIZONTAL SCROLLBAR x-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 0; } .mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; } .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* non-visible scrollbar */ .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; } .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } /* scrollbar position: outside */ .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; /* minimum dragger width */ height: 100%; left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; /* auto-expanded scrollbar */ margin: 2px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; /* auto-expanded scrollbar */ margin: 4px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 4. VERTICAL AND HORIZONTAL SCROLLBARS yx-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; } .mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } /* non-visible horizontal scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } /* RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } /* non-visible scrollbar/RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; } .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; /* non-visible scrollbar */ margin-left: 0; } /* non-visible horizontal scrollbar */ .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 5. TRANSITIONS ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */ .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; } /* ---------------------------------------- */ /* theme: "minimal", "minimal-dark" */ .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { right: 0; margin: 12px 0; } .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; } /* RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { left: 0; right: auto; } .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; } .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px; } .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px; } .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; } .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; } /* theme: "minimal-dark" */ .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; } /* theme "dark-thin" */ .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; } .comment-img p img{ width: 100px; height: 100px; margin-right: 5px; }
webapp/static/css/2/style.css
1.0 Utilities --------------------------------------------------------------*/ #header { position: relative; width: 100%; background: #FFF; box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08); } #header .container { position: relative } #header.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 10; } #header .logo { position: relative; float: left; margin-right: 20px; } #header .logo a { transition: none; background-size: contain; background-position: left center; background-repeat: no-repeat; text-indent: -9999px; display: block; position: relative; width: 220px; height: 80px; } #header .logo img { max-height: 60px; height: auto } #header .logo i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 30px; margin-left: 30px; color: #EF8B8B } #header .primary-menu { position: relative; z-index: 999; font-weight: 500; float: left } #header .primary-menu ul { margin: 0; padding: 0; list-style: none; display: inline-block; float: right; padding-left: 100px; } #header .primary-menu ul>li { margin: 0 10px; display: inline-block; position: relative; } #header .primary-menu ul>li.menu-item-has-children { margin: 0 15px 0 10px; } #header .primary-menu ul>li.menu-item-has-children>a::after { content: '\e93a'; font-family: fontello; font-weight: 400; display: inline-block; margin-left: 5px; transition: transform ease .3s; position: absolute; line-height: 1; top: 32px; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children { margin: 0; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children a::after { content: ''; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children::after { content: '\e93c'; font-family: fontello; font-weight: 400; display: inline-block; transition: transform ease .3s; position: absolute; right: 15px; bottom: 10px; font-size: 16px; } #header .primary-menu ul>li.menu-item-has-children>ul>li.menu-item-has-children:hover::after { transform: rotate(180deg); -webkit-transform: rotate(180deg) } #header .primary-menu ul>li.menu-item-has-children:hover>a::after { transform: rotate(180deg); -webkit-transform: rotate(180deg) } #header .primary-menu ul>li.menu-item-has-children>ul { position: absolute; background: #FFF; color: #555; left: -20px; top: 40px; text-align: left; width: 200px; opacity: 0; visibility: hidden; transition: all .2s ease; -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .3); padding: 10px 0; } #header .primary-menu ul>li.menu-item-has-children>ul>li>ul { left: 100%; top: -10px } #header .primary-menu ul>li>ul>li { display: block; padding: 5px 30px 5px 25px; margin: 0; } #header .primary-menu ul>li>ul li a { font-size: 15px; font-weight: 400; color: #404040; line-height: 28px; height: auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #header .primary-menu ul>li:hover>ul { opacity: 1; visibility: visible; top: 80px } #header .primary-menu ul>li>a { color: #404040; font-size: 15px; display: block; position: relative; line-height: 80px; height: 80px; } #header .primary-menu ul>li .sub-menu li a:hover, #header .primary-menu ul>li .sub-menu li.current-menu-item>a, #header .primary-menu ul>li.current-menu-ancestor>a, #header .primary-menu ul>li.current-menu-item>a, #header .primary-menu ul>li:hover>a, #header .primary-menu ul>li>a:hover { color: #19B5FE } #header .right-nav { line-height: 80px; } #header .js-toggle-message { display: inline-block; position: relative; margin-right: 10px; } #header .js-toggle-message .dropdown-menu { top: 95px; right: -10px; width: 320px; } #header .js-toggle-message .dropdown-menu .more-messages { text-align: center } #header .js-toggle-message .dropdown-menu .more-messages a { padding: 10px; background: #f5f5f5; display: block; color: #adadad; font-size: 12px; line-height: normal; } #header .js-toggle-message .dropdown-menu .more-messages a:hover { color: #282828 } #header .js-toggle-message .dropdown-menu ul { margin: 18px 24px 13px 80px; padding-left: 15px; border-left: 1px solid #F1F1F1; } #header .js-toggle-message .dropdown-menu li { position: relative; padding: 10px 0; line-height: normal; } #header .js-toggle-message .dropdown-menu li:before { content: ''; width: 7px; height: 7px; left: -19px; top: 15px; border-radius: 10px; background: #c5c5c5; position: absolute; } #header .js-toggle-message .dropdown-menu li a { color: #555 } #header .js-toggle-message .dropdown-menu li .time { padding-right: 10px; margin-right: 10px; position: absolute; font-size: 12px; left: -80px; margin-top: 2px; } #header .js-toggle-message .dropdown-menu li a:hover { color: #000 } #header .js-toggle-message .dropdown-menu li.first { color: #ff4a6a } #header .js-toggle-message .dropdown-menu li.first a { font-weight: 700; color: #ff4a6a } #header .js-toggle-message .dropdown-menu li.first .time { font-weight: bold; } #header .js-toggle-message .dropdown-menu li.first .time:after { background: #ff4a6a } #header .js-toggle-message button { display: inline-block; position: relative; background: none; font-size: 16px; } #header .js-toggle-message button i { margin-right: 5px; } #header .js-toggle-message button::after { content: ""; position: absolute; width: 1px; height: 12px; background: #E5E5E5; right: -10px; top: 6px; } #header .js-toggle-message button span { content: ""; background-color: #f73f60; right: 5px; width: 6px; height: 6px; top: 5px; position: absolute; border-radius: 100%; display: inline-block } #header .js-toggle-search { position: relative; font-size: 15px; cursor: pointer; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; color: #333; cursor: pointer; text-align: center; background: transparent; display: inline-block; padding: 0 10px; border: none; } #header .toggle-tougao { background: transparent; font-size: 15px; border: 1px solid #337ab7; border-radius: 40px; padding: 5px 16px; line-height: 1; color: #337ab7; margin-right: 10px; } #header .toggle-tougao:hover { background: #282828; border-color: #282828; color: #FFF; } #header .toggle-login { font-size: 15px; } #header span.line { height: 12px; display: inline-block; margin: 0 5px; border-right: 1px solid #E5E5E5; } #header .menu-top, .menu-bottom { position: absolute; left: 14px; background: #333; width: 20px; height: 2px; transition: .3s; } #header .menu-top { top: 19px } #header .menu-bottom { bottom: 19px } .btn { padding: 14px 35px; outline: none !important; box-shadow: none !important; background: transparent; font-size: 14px; font-weight: normal; line-height: 1; color: #888; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .btn-default { border-color: #eaeaea; } .btn-default:hover, .btn-default:focus, .btn-default:active { border-color: #f3f3f3; background-color: #f3f3f3 } .btn-primary { background-color: #212226; border-color: #212226; color: #FFF; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { background-color: #000 !important; border: 1px solid #000 !important; outline: none !important; box-shadow: none !important; color: #FFF !important; } .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-size: 85%; } .form-control { border: 1px solid #eaeaea; height: 44px; border-radius: 2px; } .form-control:focus { border-color: #e0e0e0; } .permalink { outline: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; } .line-sep { margin-bottom: 50px; position: relative; text-align: center; } /*-------------------------------------------------------------- 1.1 drop --------------------------------------------------------------*/ .drop-suxing { display: inline-block; } .open.drop-suxing .dropdown-suxing { margin-top: -1px; opacity: 1; z-index: 100000; display: block; } .drop-suxing .dropdown-suxing { margin-top: -21px; position: absolute; background-color: #FFF; border: 1px solid #eaeaea; padding: 10px; left: 0; opacity: 0; width: 220px; z-index: -100; display: none\9; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -webkit-backface-visibility: hidden; } .drop-suxing .dropdown-suxing::before { content: ""; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #ffffff transparent; height: 0px; position: absolute; left: 50%; top: -8px; width: 0px; -webkit-transform: rotate(360deg); z-index: 1; margin-left: -8px; } .drop-suxing .dropdown-suxing::after { content: ""; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #eaeaea transparent; height: 0px; position: absolute; top: -9px; left: 50%; width: 0px; -webkit-transform: rotate(360deg); margin-left: -9px; } .open.dropdown-smilies .dropdown-suxing { margin-top: 10px; } .dropdown-smilies .dropdown-suxing { left: -1px; width: 380px; padding: 15px; border: 1px solid #eaeaea; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); } .dropdown-smilies .dropdown-suxing .add-smily { display: inline-block } .dropdown-smilies .dropdown-suxing .add-smily img { height: auto !important; width: 1.4em !important; } .dropdown-smilies .dropdown-suxing::before { left: 17px; margin-left: 0; } .dropdown-smilies .dropdown-suxing::after { left: 16px; margin-left: 0; } .open.dropup-suxing .dropdown-suxing { margin-top: auto; margin-bottom: -1px; opacity: 1; z-index: 10; display: block\9; } @media (max-width:767px) { .dropdown-smilies .dropdown-suxing { width: 100%; padding: 10px; left: 1px; } } /*-------------------------------------------------------------- 2.0 404 Page --------------------------------------------------------------*/ .data-null { text-align: center; padding: 8em 0 12em 0; } .data-null h1 { font-size: 8rem; padding: 0; } .data-null p { color: #888; padding: 10px 0; } .data-null p i { position: relative; display: inline-block; width: 150px; height: 150px; background-image: url(static/images/null.png); background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 6px; } .data-null .data-search { position: relative; width: 300px; margin: 10px auto; } .data-null .data-search .btn-search { position: absolute; right: 0; top: 0; bottom: 0; border-radius: 0 2px 2px 0; padding: 10px 20px; } /*-------------------------------------------------------------- 3.0 Layout --------------------------------------------------------------*/ .site { position: relative; } .nt-warp { padding-top: 73px; padding-bottom: 60px; position: relative; /*background-color: #f6f6f6;*/ } blockquote { color: #333; font-size: 17px; font-weight: 500; line-height: 1.6; margin: 30px auto; max-width: 680px; text-align: center; border-left: 0; } blockquote > *:last-child { margin-bottom: 0; } blockquote > *:first-child:before, blockquote > *:last-child:after { color: #bfbfbf; font-family: FontAwesome; font-size: 14px; } blockquote > *:first-child:before { content: "\f10d"; margin-right: 10px; } blockquote > *:last-child:after { content: "\f10e"; margin-left: 10px; } blockquote cite { display: block; margin-top: 5px; } hr { margin-top: 52px; margin-bottom: 42px; display: block; border: 0; text-align: center; } hr:before { content: '...'; display: inline-block; color: #000; position: relative; top: -30px; font-size: 28px; letter-spacing: .6em; } .hr-short { } .hr-short::before { content: ""; display: block; width: 110px; margin: 35px 0; height: 2px; background-color: #f6f6f6; } table { border-collapse: collapse; margin: 0 0 15px; word-break: normal; } th, td { border: 1px solid #e6e6e6; padding: 8px 12px; } iframe, embed { border: 0; display: block; overflow: hidden; width: 100%; } figure { margin: 0; } pre { overflow-y: auto; } .rw10 { margin-right: -5px; margin-left: -5px; } .rw20 { margin-right: -10px; margin-left: -10px; } .rw0 { margin-right: 0; margin-left: 0; } .pt0 { padding-top: 0; } .pd0 { padding-right: 0; padding-left: 0; } .pd10 { padding-right: 5px; padding-left: 5px; } .pd20 { padding-right: 10px; padding-left: 10px; } .mt10 { margin-top: 10px; } .icon { vertical-align: middle; line-height: normal; display: inline-block; } .overlay { width: 100%; height: 100%; background: #000; -webkit-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; position: absolute; opacity: .2; top: 0; left: 0; } @media (max-width:767px) { .col-xs-12 { padding-right: 0; padding-left: 0; } .nt-warp { padding-bottom: 20px; padding-top: 20px; } .home .nt-warp, .nt-warp-nospace { padding-top: 0; } .nt-warp > .container, .nt-warp-full > .container { padding-right: 0; padding-left: 0; } .nt-warp .container .row { margin-right: 0; margin-left: 0; } .container-pd0 { padding-right: 0; padding-left: 0; } } @media (max-width:991px) { .widget-area { margin: 90px auto 0; max-width: 300px; padding: 0; } } @media (min-width:992px) { .post-style03 .nt-warp { padding-top: 40px; } .nt-warp .container .row .col-md-9 { width: 71%; padding-right: 30px; } .nt-warp .container .row .col-md-3 { width: 29%; } .nt-warp .container .row .col-md-pull-9 { right: 71%; } .nt-warp .container .row .col-md-push-3 { left: 29%; } } @media (min-width:1200px) { .nt-warp-full > .container { width: 973px; } .nt-warp-raw > .container { width: 1170px; } .nt-warp-raw .m-post-list { margin-right: -7px; margin-left: -7px; margin-bottom: 30px; } .nt-warp-raw .m-post-list .col-sm-4:nth-child(3n+1) { clear: none; } .nt-warp-raw .m-post-list .col-md-4:nth-child(4n+1) { clear: left; } .nt-warp-raw .m-post-list .col-md-4 { width: 25%; padding-right: 10px; padding-left: 10px; } .nt-warp-raw .m-post-list .post-grid { margin-bottom: 20px; } .nt-warp-raw .m-post-list .post-grid .image { margin-bottom: 0; height: 200px; } .nt-warp-raw .m-post-list .post-grid .image img { min-height: 200px; } .nt-warp-raw .m-post-list .post-grid .content { padding: 15px 0 0; } .nt-warp-raw .m-post-list .topic-grid .item { margin-bottom: 14px; } } @media (min-width:1921px) { .container-fluid { max-width: 1905px; } } /*-------------------------------------------------------------- 4.0 Header --------------------------------------------------------------*/ .navbar { position: relative; background-color: #fff; -webkit-box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); -moz-box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); box-shadow: 0 0 45px 0 rgba(16, 16, 16, .1); min-height: 70px; border: 0; border-radius: 0; margin-bottom: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); padding: 0; z-index: 11; } .navbar .container { position: relative } .navbar.fixed { background: rgba(255, 255, 255, 0.98); -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; transition: 0.3s all ease; position: fixed; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); top: 0; -webkit-animation: fadeInDown 0.6s both; -moz-animation: fadeInDown 0.6s both; animation: fadeInDown 0.6s both; width: 100%; } .navbar-header { vertical-align: middle; line-height: 70px; height: 70px; } .navbar-header .navbar-brand { transition: none; background-size: contain; background-position: left center; background-repeat: no-repeat; text-indent: -9999px; display: block; position: absolute; width: 200px; height: 70px; line-height: 70px; padding: 0; z-index: 2; margin-left: 0; } .navbar-right { position: relative; line-height: 70px; height: 70px; margin-right: 0px; z-index: 2; } .navbar-right .btn-search { background: transparent; border: 0; vertical-align: middle; line-height: inherit; display: inline-block; padding-left: 20px; } .navbar-collapse { position: relative } .navbar-nav { display: block; float: none; text-align: center; } .navbar-nav li { display: inline-block; position: relative; float: none; } .navbar-nav li a { position: relative; display: block; } .navbar-nav li a::after { background: #000 none repeat scroll 0 0; bottom: 15px; content: ""; height: 4px; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; transition: all 0.3s ease 0s; width: 4px; } .navbar-nav li.current-menu-item a:after, .navbar-nav li.current-post-ancestor a:after { opacity: 1; } .navbar-nav li a { display: block; position: relative; font-size: 14px; line-height: 70px; text-transform: uppercase; padding: 0 8px; margin: 0 5px; } .navbar-nav li.current-menu-item a, .navbar-nav li a:hover { color: #19B5FE; background-color: transparent; } .navbar-nav li.menu-item-has-children a { margin-right: 20px; } .navbar-nav li.menu-item-has-children .fa-angle-down { position: absolute; right: 12px; top: 50%; margin-top: -6px; font-size: 13px; color: #888; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .navbar-nav li.menu-item-has-children:hover .fa-angle-down { transform: rotate(180deg); -webkit-transform: rotate(180deg) } .mobile-navbar-brand { display: none !important; } /* mobile navbar style*/ @media (min-width:1280px) { .navbar .container-fluid { margin: 0 80px; position: relative; } } @media (min-width:1024px) and (max-width:1199px) { .navbar-collapse .navbar-nav { float: right; padding-right: 55px; } .navbar-collapse .navbar-nav li a { padding: 0; margin: 0 10px 0 0; } .navbar-nav li.menu-item-has-children a { padding-right: 5px; } .navbar-nav li.menu-item-has-children .fa-angle-down { right: 2px; } } /* - min-width: 992 */ @media (min-width:992px) { .navbar-nav li .sub-menu { position: absolute; background-color: #fff; border: none; left: 5px; border-radius: 0; opacity: 0; top: 100%; display: block; margin: 0; padding: 0; min-width: 205px; max-width: 205px; visibility: hidden\0/; transition: all 0.17s ease-in-out; -moz-transition: all 0.17s ease-in-out; -webkit-transition: all 0.17s ease-in-out; -o-transition: all 0.17s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg); -ms-transform: rotateX(-90deg); -o-transform: rotateX(-90deg); transform: rotateX(-90deg); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s; -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s; } .navbar-nav li:last-child > .sub-menu, .navbar-nav li:nth-last-child(2) > .sub-menu { right: 0; left: auto; } .navbar-nav li:hover .sub-menu { visibility: visible; opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; -mos-transition: -mos-transform 0.4s, opacity 0.1s; -o-transition: -o-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); } .navbar-nav li .sub-menu li { display: block; text-align: left; } .navbar-nav li .sub-menu li a { line-height: normal; padding: 14px 22px; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; margin: 0; font-size: 14px; font-weight: normal; } .navbar-nav li .sub-menu li a:after { display: none; } .navbar-nav li .sub-menu li a:hover, .navbar-nav .sub-menu li.current-menu-item a { background-color: #000; color: #FFF; } } @media (min-width:768px) and (max-width:991px) { .navbar-header { float: none; } .navbar-right { position: absolute; right: 8px; top: 25px; line-height: normal; height: auto; } .navbar-right .btn-search { padding: 5px 10px; } } @media (min-width:768px) { .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; } } @media (max-width:767px) { .navbar-header { line-height: 55px; height: 55px; margin-left: 0 !important; } .navbar-header .navbar-brand { display: inline-block; float: none; background-position: left center; position: relative; height: 55px; line-height: 55px; width: 160px; } .navbar-right { position: absolute; right: 8px; top: 15px; line-height: normal; height: auto; } .navbar-right .btn-search { padding: 5px 10px; } .navbar.mobile-style02 { background: #000; min-height: 50px; } .home .navbar.mobile-style02 { position: fixed; background: rgba(0, 0, 0, 0.68); right: 0; left: 0; top: 0; } .navbar.fixed { min-height: 55px; background: rgba(0, 0, 0, 0.78); } .home .navbar.mobile-style02.fixed { background: rgba(0, 0, 0, 0.88); } .navbar.mobile-style02 .navbar-header, .navbar.fixed .navbar-header { position: absolute; width: 55px; height: 55px; line-height: 55px; } .navbar.mobile-style02 .navbar-brand, .navbar.fixed .navbar-brand { height: 55px; line-height: 55px; display: none; } .navbar.mobile-style02 .mobile-navbar-brand, .navbar.fixed .mobile-navbar-brand { display: inline-block !important; height: 40px; line-height: 40px; width: 40px; position: relative; } .navbar.mobile-style02 .mobile-navbar .navbar-nav, .navbar.fixed .mobile-navbar .navbar-nav { margin: 0 50px 0 70px; } .navbar.mobile-style02 .navbar-nav li a, .navbar.fixed .navbar-nav li a { color: #ababab; line-height: 55px; padding: 0 5px 0; } .navbar.mobile-style02 .navbar-nav li.current-menu-item a, .navbar.mobile-style02 .navbar-nav li a:hover, .navbar.fixed .navbar-nav li.current-menu-item a, .navbar.fixed .navbar-nav li.current-post-parent a, .navbar.fixed .navbar-nav li a:hover { color: #FFF; } .navbar.mobile-style02 .mobile-navbar .navbar-nav li a::after, .navbar.fixed .mobile-navbar .navbar-nav li a::after { background-color: #FFF; bottom: 10px; } .navbar.mobile-style02 .navbar-right, .navbar.fixed .navbar-right { display: none; } .mobile-navbar-toggle { position: absolute; float: none; right: 5px; top: -5px; margin-top: 0; margin-right: 0; margin-bottom: 0; padding: 8px 18px; display: block; cursor: pointer; } .mobile-navbar-toggle .icon-bar { background-color: #48494d; width: 3px; height: 3px; } .mobile-navbar-toggle .icon-bar+.icon-bar { margin-top: 3px } .navbar.mobile-style02 .mobile-navbar-toggle { top: 11px; } .navbar.fixed .mobile-navbar-toggle { top: 11px; } .navbar.mobile-style02 .mobile-navbar-toggle .icon-bar, .navbar.fixed .mobile-navbar-toggle .icon-bar { background-color: #ababab; } } /*-------------------------------------------------------------- 4.1 black-top navbar --------------------------------------------------------------*/ .home.black-top .navbar { box-shadow: none; background-color: transparent; box-shadow: none; position: fixed; top: 0; left: 0; width: 100%; z-index: 11; padding: 20px 0 0; } .black-top .navbar { background-color: #000; box-shadow: none; } .black-top .navbar.fixed { padding-top: 0; background-color: rgba(0, 0, 0, 0.88); } .black-top .navbar-nav > li > a { color: #404040; } .black-top .navbar-nav li.menu-item-has-children .fa-angle-down { color: #404040; } .black-top .navbar-nav > li > a:hover, .black-top .navbar-nav li.current-menu-item a, .black-top .navbar-nav li.current-post-ancestor a, .black-top .navbar-nav li .sub-menu li.current-menu-item a { color: #19B5FE } .black-top .navbar-nav li .sub-menu { padding: 5px 0; } .black-top .navbar-nav li .sub-menu li a { color: #48494d } .black-top .navbar-nav li .sub-menu li a:hover , .black-top .navbar-nav li .sub-menu li.current-menu-item a:hover { background-color: #000; color: #FFF } .black-top .navbar-nav li.current-menu-item a:after, .black-top .navbar-nav li.current-post-ancestor a:after { background: #fff none repeat scroll 0 0; } .black-top .navbar-right .btn-search { color: #ecedef; } .black-top .post-cover .image { left: -10px; right: -10px; top: -10px; bottom: -10px; width: auto; } @media (max-width:767px) { .home.black-top .navbar { padding-top: 0; background: rgba(0, 0, 0, 0.68); } .black-top .mobile-navbar-toggle .icon-bar { background-color: #c3c3c3; } } /*-------------------------------------------------------------- 4.1 mobile-navbar --------------------------------------------------------------*/ .mobile-navbar { position: relative; } .mobile-navbar .navbar-nav { margin: 0 60px 0 13px; text-align: left; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); } .mobile-navbar .navbar-nav li { } .mobile-navbar .navbar-nav li a { line-height: 1.6; margin: 0; padding: 0 5px 10px; font-size: 14px; } .mobile-navbar .navbar-nav li a::after { bottom: 5px; width: 6px; height: 3px; } /*-------------------------------------------------------------- 4.2 mobile-overlay --------------------------------------------------------------*/ .mobile-open { overflow: hidden; } .mobile-open .site { filter: blur(8px); -webkit-filter: blur(8px); -moz-filter: blur(8px); -ms-filter: blur(8px); -o-filter: blur(8px); } .mobile-overlay { position: fixed; background: rgba(255, 255, 255, 0.95); top: 0; left: -300px; width: 300px; height: 0%; opacity: 0; z-index: 12; visibility: hidden; -webkit-transition: opacity .35s, visibility .35s, height .35s; transition: opacity .35s, visibility .35s, height .35s; overflow: hidden; } .mobile-overlay .navbar-close { display: block; position: absolute; left: 30px; bottom: 30px; padding: 0; border: 0; background: transparent; } .mobile-overlay .navbar-close i { display: block; font-size: 32px; color: #BFBFBF; padding: 0; cursor: pointer; } .mobile-search { position: relative; padding: 30px 30px 0; } .mobile-search .mobile-search-form label { display: block; } .mobile-search .mobile-search-form label .mobile-search-field { width: 100%; border: 0; background: #f9f9f9; border: 1px solid #f1f1f1; border-radius: 4px; font-size: 12px; padding: 0 15px; height: 40px; } .mobile-search .mobile-search-form .mobile-search-submit { position: absolute; top: 30px; right: 30px; width: 50px; height: 40px; line-height: 40px; cursor: pointer; display: inline-block; text-align: center; font-size: 14px; font-weight: 500; color: #BFBFBF; letter-spacing: .1em; background-color: transparent; border: 0; text-decoration: none; } /*-------------------------------------------------------------- 4.3 Mobile Navigation --------------------------------------------------------------*/ .mobile-navigation { position: relative; padding-top: 20px; padding-bottom: 90px; } .cosy-mobile-menu { list-style: none; position: relative; padding: 0 30px; } .cosy-mobile-menu li { display: block; position: relative; opacity: 0; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #f5f5f5; } .cosy-mobile-menu li:last-child { border: 0; } .cosy-mobile-menu li a { display: block; position: relative; font-size: 16px; color: #989898; text-decoration: none; text-transform: uppercase; line-height: 1; margin: 15px 0 8px 0; } .cosy-mobile-menu li.menu-item-has-children > ul { position: relative; overflow: hidden; margin: 10px 0; } .cosy-mobile-menu li.menu-item-has-children > ul li { display: inline-block; float: left; width: 50%; text-align: left; padding: 0; margin: 0; border: 0; } .cosy-mobile-menu li.menu-item-has-children > ul li a { padding: 10px 0; margin: 0; border: 0; color: #48494d; font-size: 14px; } .cosy-mobile-menu li.menu-item-has-children > ul li.menu-item-has-children > ul { font-size: 15px; } .cosy-mobile-menu li.menu-item-has-children > ul li a i { display: inline-block; font-size: 15px; width: 35px; height: 35px; line-height: 35px; background: #000; color: #FFF; text-align: center; border-radius: 40px; margin-right: 10px; } .cosy-mobile-menu li.menu-item-has-children > .action-expand > .opened, .cosy-mobile-menu li.menu-item-has-children.menu-open > .action-expand > .closed { display: none; } .cosy-mobile-menu li.menu-item-has-children > .action-expand > .closed, .cosy-mobile-menu li.menu-item-has-children.menu-open > .action-expand > .opened { float: right; display: block; } .mobile-overlay.open .cosy-mobile-menu li { -webkit-animation: fadeInRight .45s ease forwards; animation: fadeInRight .45s ease forwards; -webkit-animation-delay: .45s; animation-delay: .45s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(2) { -webkit-animation-delay: .5s; animation-delay: .5s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(3) { -webkit-animation-delay: .55s; animation-delay: .55s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(4) { -webkit-animation-delay: .60s; animation-delay: .60s; } .mobile-overlay.open .cosy-mobile-menu li:nth-of-type(5) { -webkit-animation-delay: .65s; animation-delay: .65s; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; left: 20%; } 100% { opacity: 1; left: 0; } } @keyframes fadeInRight { 0% { opacity: 0; left: 20%; } 100% { opacity: 1; left: 0; } } @media (max-width:767px) { .mobile-overlay { width: 100%; left: 0; } .mobile-overlay.open { opacity: 1; visibility: visible; height: 100%; } } @media (min-width:768px) and (max-width:991px) { .mobile-overlay { height: 100%; -webkit-transition: 0.6s all ease; -moz-transition: 0.6s all ease; transition: 0.6s all ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); background: #FFF; } .mobile-overlay.open { opacity: 1; visibility: visible; height: 100%; left: 0; } .mobile-overlay.open .navbar-close { left: auto; bottom: auto; right: 30px; top: 30px; } .mobile-overlay.open .navbar-close i { font-size: 20px; } .mobile-overlay.open .mobile-search { margin-top: 50px; } .mobile-open .site { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } } /*-------------------------------------------------------------- 4.4 Web Navbar Toggle --------------------------------------------------------------*/ @media (min-width:1024px) { .web-navbar-toggle { display: block; float: none; position: absolute; padding: 11px 0; top: 25px; margin: 0; z-index: 11; } .web-navbar-toggle .icon-bar { background-color: #333; height: 1px; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } .web-navbar-toggle .icon-bar+.icon-bar { margin-top: 5px; } .mobile-overlay { height: 100%; -webkit-transition: 0.6s all ease; -moz-transition: 0.6s all ease; transition: 0.6s all ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); background: #FFF; } .mobile-overlay.open { opacity: 1; left: 0; visibility: visible; } .mobile-overlay.open .navbar-close { left: auto; bottom: auto; right: 30px; top: 30px; } .mobile-overlay.open .navbar-close i { font-size: 20px; } .mobile-overlay.open .mobile-search { margin-top: 50px; } .mobile-open .site { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } } /*-------------------------------------------------------------- 5.0 hearder search form --------------------------------------------------------------*/ .nt_second_menu_search_anims { overflow: hidden; } .nt_second_menu_search_anims .site { margin-top: 0px !important } .nt_search_inner { position: fixed; display: flex; justify-content: center; align-items: center; width: 100%; height: 50%; z-index: -999; transition: transform 0.6s; transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); left: 0px; } .nt_search_inner_up { transform: translate3d(0, -100%, 0); background-color: #FFF; height: 33%; } .nt_search_inner_down { top: 33%; height: 67%; transform: translate3d(0, 150%, 0); background-color: #f4f4f5; } .nt_search_inner .searchform { } .nt_search_inner .searchform input[type="text"] { height: 50px; font-size: 16px; padding: 5px 20px; } .nt_search_inner .searchform .input-group-btn { background-color: #212226; border-radius: 0 4px 4px 0; } .nt_search_inner .searchform .input-group-btn:hover { background-color: #000 } .nt_search_inner .searchform .input-group-btn .btn { color: #FFF; font-size: 16px; height: 50px; padding: 14px 40px; } .nt_search_inner .searchform .input-group-btn .btn .icon { margin-top: 2px; display: inline-block; } .nt_search_inner h4 { position: relative; font-size: 14px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 15px; margin-bottom: 25px; } .nt_search_inner h4:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; top: 31px; background: #131313; } .nt_search_info { width: 100%; padding: 12px 0; text-align: right } .search_inner_close { position: absolute; text-align: center; top: 20px; right: 20px; padding: 8px; border-radius: 100%; cursor: pointer; -moz-transition-duration: 0.45s; -o-transition-duration: 0.45s; -webkit-transition-duration: 0.45s; transition-duration: 0.45s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; line-height: 0; } .search_inner_close .btn-search-close { position: relative; -moz-transition-duration: 0.25s; -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; opacity: 1; line-height: 0; } .search_inner_close .btn-search-close i { font-size: 25px; color: #888; } .search_inner_close .btn-search-close:hover { -moz-transform: rotate(45deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(270deg) } /** .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { content: ""; position: absolute; z-index: -1 } .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { background-color: #48494d; } .search_inner_close .btn-search-close:before { left: 50%; width: 1px; margin-left: -1px; height: 100%; } .search_inner_close .btn-search-close:after { top: 50%; height: 1px; margin-top: -1px; width: 100%; left: 0px; } **/ .nt_showing_search .nt_search_inner { z-index: 999; } .nt_second_menu_search_anims .search_inner_close { opacity: 1 } .nt_second_menu_search_anims .nt_search_inner { transform: translate3d(0, 0, 0); } .nt_second_menu_search_anims .nt_search_inner_up { top: 0; } .featured-search { } .featured-search .item { } .featured-search .item a { display: block; } .featured-search .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-search .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-search .item a .content { height: 400px; max-height: 500px; background-size: cover; background-repeat: no-repeat; background-position: center; } .featured-search .item a .content .title { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); z-index: 2; } .featured-search .item a .content .title h2 { font-size: 22px; color: #FFF; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .featured-search .item a .content .title .date { padding: 15px 0 0; } .featured-search .item a .content .title .date span { position: relative; color: #BFBFBF; font-size: 14px; padding-left: 20px; } .featured-search .item a .content .title .date span a { color: #888; font-size: 12px; } .featured-search .item a .content .title .date span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-search .item a .content .title .date span:first-child { padding-left: 0; } .featured-search .item a .content .title .date span:first-child:before { display: none; } .featured-search .item-small a .content .title h2 { font-size: 16px; } .featured-search .item-small a .content { height: 200px; max-height: 250px; position: relative; } .featured-search .item-small a .content .title { padding: 25px 20px 20px 20px } .featured-search .item-small a .content .title .date { padding: 5px 0 0; } @media (min-width:768px) and (max-width:991px) { .featured-search .item a .content { max-height: 400px } .featured-search .item-small a .content { max-height: 200px; } } @media (max-width:767px) { .nt_search_inner_up { height: 15%; transition: transform 0.68s; } .nt_search_inner .searchform input[type="text"] { height: 40px; font-size: 14px; } .nt_search_inner .searchform .input-group-btn .btn { padding: 0 25px; height: 40px; font-size: 14px; } .nt_second_menu_search_anims .nt_search_inner_down { top: 20%; height: 80%; } .nt_second_menu_search_anims .search_inner_close { position: absolute; top: auto; right: auto; bottom: -70px; left: 50%; padding: 15px; margin-left: -30px; transition: none; } .search_inner_close .btn-search-close { display: inline-block; color: #fff; transition: none; } .search_inner_close .btn-search-close .icon { font-size: 30px; color: #fff; } .search_inner_close .btn-search-close:before, .search_inner_close .btn-search-close:after { background-color: #FFF; } } /*-------------------------------------------------------------- 6.0 main preloader --------------------------------------------------------------*/ .main-preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.9); z-index: 123456789 !important; opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease } .main-preloader .preloader-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .main-preloader .loader-inner.ball-scale-multiple div { background-color: #000 } .main-preloader.window-is-loaded { opacity: 0 } @-webkit-keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 5% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes ball-scale-multiple { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 5% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .ball-scale-multiple { position: relative; -webkit-transform: translateY(-30px); transform: translateY(-30px) } .ball-scale-multiple>div:nth-child(2) { -webkit-animation-delay: -.4s; animation-delay: -.4s } .ball-scale-multiple>div:nth-child(3) { -webkit-animation-delay: -.2s; animation-delay: -.2s } .ball-scale-multiple>div { position: absolute; left: -30px; top: 0; opacity: 0; margin: 0; width: 60px; height: 60px; -webkit-animation: ball-scale-multiple 1s 0s linear infinite; animation: ball-scale-multiple 1s 0s linear infinite } .ball-scale-multiple>div { background-color: #fff; border-radius: 100% } /*-------------------------------------------------------------- 7.0 Owl Carousel --------------------------------------------------------------*/ /** * Owl Carousel v2.2.1 * Copyright 2013-2017 <NAME> * Licensed under () */ /* * Owl Carousel - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; /* fix firefox animation glitch */ } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-nav { opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .owl-carousel:hover .owl-nav { opacity: 1; } .owl-carousel .owl-prev, .owl-carousel .owl-next { background-color: #FFF; border-radius: 50%; line-height: 30px; margin-top: -20px; position: absolute; top: 50%; text-align: center; width: 40px; height: 40px; line-height: 36px; border: 0; } .owl-carousel .owl-prev { left: 20px; } .owl-carousel .owl-next { right: 20px; } .owl-carousel .owl-dots { position: absolute; text-align: center; width: 100%; left: 0; bottom: 20px; } .owl-carousel .owl-dot { font-size: 0; width: 8px; height: 8px; padding: 0; top: 0; border: 0; -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: 0 3px; background: rgba(255, 255, 255, 0.65); display: inline-block; } .owl-carousel .owl-dot.active { height: 8px; position: relative; width: 40px; background-color: #FFF; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel.owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* No Js */ .no-js .owl-carousel { display: block; } /* * Owl Carousel - Animate Plugin */ .owl-carousel .animated { animation-duration: 1000ms; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { animation-name: fadeOut; } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* * Owl Carousel - Auto Height Plugin */ .owl-height { transition: height 500ms ease-in-out; } /* * Owl Carousel - Lazy Load Plugin */ .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 400ms ease; } .owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; } /* * Owl Carousel - Video Plugin */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } @media (max-width:767px) { .owl-carousel .owl-dots { bottom: 5px; } .owl-carousel .owl-dot { width: 6px; height: 6px; } .owl-carousel .owl-dot.active { height: 6px; position: relative; width: 20px; } } @media (min-width:768px) and (max-width:991px) { } /*-------------------------------------------------------------- 7.1 nt-slider --------------------------------------------------------------*/ .nt-slider { height: 500px; } .nt-slider .item { background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; } .nt-slider .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); background-color: rgba(0, 0, 0, 0.2); } .nt-slider .item:hover:after { background-color: rgba(0, 0, 0, 0.6); } .nt-slider .owl-stage-outer, .nt-slider .owl-stage, .nt-slider .owl-item, .nt-slider .item { height: 100%; } .nt-slider .item .content { margin: auto; max-width: 600px; position: relative; text-align: center; z-index: 1; } .nt-slider .item .content .categories { position: relative; z-index: 1; color: #fff; font-size: 14px; text-transform: uppercase; display: inline-block; margin-bottom: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-slider .item .content .categories:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .nt-slider .item .content .title { color: #fff; font-size: 26px; margin-bottom: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-slider.style02 { margin-top: 30px; } @media (max-width:767px) { .nt-slider { height: 260px; } .nt-slider.style02 { margin-top: 0; } .nt-slider .item .content { padding: 20px; } .nt-slider .item .content .title { font-size: 16px; } } @media (min-width:768px) and (max-width:991px) { .nt-slider { height: 380px; } } @media (min-width:1921px) { .nt-slider { max-width: 1905px; margin: 0 auto; } } /*-------------------------------------------------------------- 8.0 introduction --------------------------------------------------------------*/ .introduction { border-bottom: 1px solid #f6f6f6; padding-bottom: 20px; margin-bottom: 30px; text-align: center; } .introduction h5 { margin-bottom: 5px; font-size: 16px; } .introduction h5 i { font-size: 18px; } .introduction p.data { color: #BFBFBF; font-size: 12px; } .introduction p.data span { margin: 0 5px; } .introduction p.data span i { margin-right: 5px; } .introduction p.data a { margin: 0 8px; } .introduction .author-image { margin-bottom: 15px; } .introduction .author-image img { display: inline-block; width: 65px; height: 65px; border-radius: 50%; border: 2px solid #f9f9f9; } .introduction .author-desc { margin-top: 10px; margin-bottom: 10px; } .introduction .author-desc p { color: #717171; font-size: 14px; } @media (max-width:767px) { .introduction { border-bottom: 0; padding-top: 8px; padding-bottom: 20px; margin-bottom: 0; } .introduction .author-desc { padding: 0 20px; } } /*-------------------------------------------------------------- 9.0 Stickys Post --------------------------------------------------------------*/ .l-stickys { } .l-stickys .container { margin-top: 30px; } .l-stickys .container-fluid { margin-top: 20px; padding-right: 0; padding-left: 0; } .l-stickys .container-fluid .rw10, .l-stickys .container-fluid .rw20 { margin-right: 0; margin-left: 0; } .l-stickys .container-fluid .col-md-3:first-child { padding-left: 0; } .l-stickys .container-fluid .col-md-3:last-child { padding-right: 0; } .l-stickys .item { position: relative; overflow: hidden; } .l-stickys .item .permalink { text-indent: -9999px; } .l-stickys .item .image { background-position: center; background-size: cover; position: relative; text-align: center; height: 400px; transition: transform 0.3s ease-out; } .l-stickys .item:hover .image { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .l-stickys .item:hover .image:after { background-color: rgba(0, 0, 0, 0.3); } .l-stickys .item .image:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .l-stickys .item .sticky { position: absolute; top: 10px; left: 10px; z-index: 1; } .l-stickys .item .sticky span { background-color: #000; color: #fff; font-size: 12px; line-height: 1; padding: 6px 14px; display: inline-block; } .l-stickys .item .content { background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); padding: 18px 18px 30px; position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; text-align: center; } .l-stickys .item .content .title { color: #fff; font-size: 20px; font-weight: 600; margin: 0 auto; max-width: 500px; position: relative; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .l-stickys .item .content .data { margin-top: 5px; text-transform: uppercase; } .l-stickys .item .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 5px; display: inline-block; } .l-stickys .item .content .data span i { font-size: 12px; margin-right: 5px } @media (max-width:767px) { .l-stickys { overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 10px 0; background-color: #f5f5f5; } .l-stickys .container-fluid { margin-top: 0; } .l-stickys .container { padding-right: 3px; padding-left: 3px; margin-top: 0; } .l-stickys .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 5px 0 0; } .l-stickys .col-xs-12:last-child { padding: 0 } .l-stickys .item .image { height: 180px; } .l-stickys .item .sticky { top: 15px; left: 15px; } .l-stickys .item .sticky span { font-size: 12px; padding: 8px 10px; } .l-stickys .item .content { padding: 15px; text-align: left; } .l-stickys .item .content .title { font-size: 16px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .l-stickys .item .content .data { margin-top: 0 } } @media (min-width:768px) and (max-width:991px) { .l-stickys { overflow-x: auto; white-space: nowrap; overflow-y: hidden; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 30px 0; background-color: #f5f5f5; } .l-stickys .container, .l-stickys .container-fluid { margin-top: 0; } .l-stickys .container .rw10 { margin-right: 0; margin-left: 0; } .l-stickys .col-sm-3 { display: inline-block; white-space: normal; float: none; vertical-align: top; width: 46%; padding: 0 10px 0 0; } .l-stickys .col-sm-3:last-child { padding: 0; } .l-stickys .item .image { height: 280px; } .l-stickys .item .content { padding: 20px; } .l-stickys .item .content .title { font-size: 16px; } .l-stickys .item .sticky span { font-size: 12px; } } /*-------------------------------------------------------------- 10.0 Post --------------------------------------------------------------*/ .m-post-list { position: relative; min-height: 328px; } .m-post-list .post { margin-bottom: 40px; word-break: break-word; } .m-post-list .post .image { margin-bottom: 0; max-width: 280px; position: relative; } .m-post-list .post-regular .image { overflow: hidden } .m-post-list .post .image img { display: block; height: auto; width: 100%; min-height: 220px; transition: transform 0.3s ease-out; } .m-post-list .post .image:hover img { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } .m-post-list .post .content { margin-left: 310px; overflow: hidden; position: relative; } .m-post-list .post .content .meta span { display: inline-block; margin-bottom: 10px; position: relative; margin-left: 20px; } .m-post-list .post .content .meta span a { display: block; position: relative; font-size: 14px; text-transform: uppercase; } .m-post-list .post .content .meta span a:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .m-post-list .post .content .title { margin-bottom: 30px; } .m-post-list .post .content .title h2 { font-weight: 600; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .m-post-list .post .content .desc { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .m-post-list .post .content .data { margin-top: 15px; text-transform: uppercase; } .m-post-list .post .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 5px; display: inline-block; } .m-post-list .post .content .data span i { font-size: 12px; margin-right: 5px } .m-post-list .post-regular .content { margin-top: 15px; } .m-post-list .post-grid { margin-bottom: 45px; } .m-post-list .post-grid .image { max-width: none; float: none !important; margin-bottom: 20px; height: 220px; overflow: hidden; } .m-post-list .post-grid .image a { display: block; transition: all .25s ease-in-out 0s; } .m-post-list .post-grid:hover .image a { top: 9px } .m-post-list .post-grid .content { margin-left: 0; padding: 0; } .m-post-list .post-grid .content .title { margin-bottom: 10px; } .m-post-list .post-grid .content .data { margin-top: 5px; } @media (max-width:480px) { } @media (max-width:767px) { .m-post-list { margin-right: 0; margin-left: 0; } .m-post-list .post-regular { border-top: 5px solid #f6f6f6; padding-bottom: 0; margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .m-post-list .post-regular .image { float: right !important; min-width: 45%; } .m-post-list .post-regular .image img { min-height: 125px; } .m-post-list .post-regular .content { margin-left: 0; margin-top: 0; padding: 10px 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .home-list .post-regular .content { padding: 15px; } .m-post-list .post-regular .content .title { margin-bottom: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .m-post-list .post-regular .content .title h2 { font-size: 15px; } .m-post-list .post-regular .content .meta span { margin-bottom: 8px; margin-left: 16px; } .m-post-list .post-regular .content .meta span a { background-color: transparent; padding: 0; color: #999; } .m-post-list .post .content .meta span a:before, .m-post-list .post-regular .content .meta span a:before { width: 7px; height: 7px; left: -15px; top: 8px; } .m-post-list .col-grid { border-top: 8px solid #f6f6f6; } .m-post-list .post-grid { margin-bottom: 15px; } .m-post-list .post-grid .image { max-height: 180px; height: auto; margin-bottom: 15px; } .m-post-list .post-grid .image img { min-height: 0; position: relative; transform: none; } .m-post-list .post-grid .image img.timthumb_php, .m-post-list .post-grid .image img.timthumb_mi{ margin-top: -60px; } .m-post-list .post-grid:hover .image a { top: 0 } .m-post-list .post-grid .content { padding: 0 15px } .m-post-list .post-grid .content .meta span { margin-bottom: 5px; margin-left: 16px; } .m-post-list .post-grid .content .title { margin-bottom: 5px; } .m-post-list .post-grid .content .title h2 { font-size: 15px; } } @media (min-width:768px) and (max-width:991px) { .m-post-list .col-grid:nth-child(3n+1) { clear: left; } .m-post-list .post { margin-bottom: 25px; } .m-post-list .post-regular .image { max-width: 233.333px; } .m-post-list .post-regular .image img { min-height: 0; } .m-post-list .post-regular .content { margin-left: 260px; } .m-post-list .post-regular .content .title { margin-bottom: 18px; } .m-post-list .post-grid .image { height: auto; } .m-post-list .post-grid .image img { min-height: 0; } } @media (min-width:992px) { .m-post-list .col-grid:nth-child(3n+1) { clear: left; } } /*-------------------------------------------------------------- 11.0 post view icon --------------------------------------------------------------*/ .view-icon { position: absolute; left: 0; right: 0; text-align: center; top: 50%; opacity: 1; transform: translateY(-50%); visibility: visible; z-index: 9; transition: .3s; } .post .image:hover .view-icon { transform: translateY(0%); opacity: 0; visibility: hidden; } .view-icon span { background: rgba(0, 0, 0, 0.76); border-radius: 50%; color: #fff; display: inline-block; height: 40px; width: 40px; line-height: 40px; } .view-icon span i { position: relative; margin-left: 2px; } .view-icon span i.icon-picture { margin-left: -1px; } .view-icon > a:hover { background: #666; } /*-------------------------------------------------------------- 12.0 ajax filter post --------------------------------------------------------------*/ .filter-menu { margin-bottom: 30px; } .filter-menu button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0 none; letter-spacing: 2px; margin: 0 2px; padding: 6px 15px; position: relative; text-transform: uppercase; font-size: 16px; } .filter-menu button::before { background: #d7d7d7 none repeat scroll 0 0; content: ""; height: 15px; position: absolute; right: -2px; top: 10px; transform: rotate(45deg); width: 1px; } .filter-menu button:last-child:before { display: none } .filter-menu button::after { background: #000 none repeat scroll 0 0; bottom: -2px; content: ""; height: 4px; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; transition: all 0.3s ease 0s; width: 4px; } .filter-menu button.active:after, .filter-menu button:hover:after { opacity: 1 } @media (max-width:767px) { .filter-menu { margin-bottom: 20px; margin-top: 20px; } .filter-menu button { padding: 6px 8px; font-size: 14px; } .filter-menu button::before { top: 7px; right: -3px; } } /*-------------------------------------------------------------- 13.0 ajax load button --------------------------------------------------------------*/ .m-ajax-load { text-align: center; margin-top: 30px; } .m-ajax-load .btn:hover { padding: 14px 45px; } @media (max-width:767px) { .m-ajax-load { margin-top: 20px; margin-bottom: 10px; } } /*-------------------------------------------------------------- .post-loading { width: 150px; margin: 20px auto; text-align: center; display: none; } .post-loading span { display: inline-block; width: 6px; height: 6px; border-radius: 10px; margin-right: 5px; background: #48494d; -webkit-animation: load 1.04s ease infinite; } .post-loading span:last-child { margin-right: 0px; } @-webkit-keyframes load { 0% { opacity: 1; } 100% { opacity: 0; } } .post-loading span:nth-child(1) { -webkit-animation-delay: 0.13s; } .post-loading span:nth-child(2) { -webkit-animation-delay: 0.26s; } .post-loading span:nth-child(3) { -webkit-animation-delay: 0.39s; } .post-loading span:nth-child(4) { -webkit-animation-delay: 0.52s; } .post-loading span:nth-child(5) { -webkit-animation-delay: 0.65s; } --------------------------------------------------------------*/ .post-loading { width: 150px; margin: 20px auto; text-align: center; position: relative; display: none; } .post-loading span { display: inline-block; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; background: #48494d; -webkit-animation: load 1.04s ease infinite; } .post-loading span:last-child { margin-right: 0px; } @-webkit-keyframes load { 0% { opacity: 1; -webkit-transform: scale(1.6); } 100% { opacity: .1; -webkit-transform: scale(0); } } .post-loading span:nth-child(1) { -webkit-animation-delay: 0.1s; } .post-loading span:nth-child(2) { -webkit-animation-delay: 0.2s; } .post-loading span:nth-child(3) { -webkit-animation-delay: 0.3s; } .post-loading span:nth-child(4) { -webkit-animation-delay: 0.4s; } .post-loading span:nth-child(5) { -webkit-animation-delay: 0.5s; } /*------------------------------------------------------------- 14.0 - Posts pagination -------------------------------------------------------------*/ .pagination { display: block; padding: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .pagination .screen-reader-text { display: none; } .pagination .nav-links { text-align: center; } .pagination .nav-links .page-numbers { display: inline-block; margin: 0; height: 40px; line-height: 40px; padding: 0 8px; margin: 0 2px; font-size: 16px; font-style: normal; color: #888; } .pagination .nav-links .page-numbers.current { border-bottom: 3px solid #333; color: #48494d; } .pagination .nav-links .page-numbers.dots { padding: 0; } .pagination .nav-links .page-numbers:hover { color: #48494d } /*-------------------------------------------------------------- 15.0 Featured Posts --------------------------------------------------------------*/ .nt-featured-posts { margin-top: 20px; } .nt-featured-posts .item { background-position: center; background-size: cover; position: relative; text-align: center; height: 330px; } .nt-featured-posts .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .nt-featured-posts .item .categories { position: relative; z-index: 1; color: #fff; font-size: 14px; text-transform: uppercase; display: inline-block; margin-bottom: 8px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-featured-posts .item .categories:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 6px; } .nt-featured-posts .item .content { background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); padding: 20px 20px 40px; position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; } .nt-featured-posts .item .title { color: #fff; font-size: 20px; margin: 0 auto; max-width: 500px; position: relative; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .nt-featured-posts .item:hover:after { background-color: rgba(0, 0, 0, 0.3); } .container>.nt-featured-posts { margin-top: 20px; } .container>.nt-featured-posts .item { height: 220px } .container>.nt-featured-posts .item .content { padding: 15px 15px 20px; } .container>.nt-featured-posts .item .title { font-size: 16px; } .nt-featured-posts.style02 { margin-top: 30px; } .nt-featured-posts.style02 .item { height: 450px; } @media (max-width:767px) { .nt-featured-posts, .container>.nt-featured-posts { margin-top: 5px; } .nt-featured-posts .item { height: 120px; display: flex; } .nt-featured-posts .item:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); background-color: rgba(0, 0, 0, 0.3); } .container>.nt-featured-posts .item { height: 120px } .nt-featured-posts .item .content, .container>.nt-featured-posts .item .content { padding: 015px; margin: auto; max-width: 400px; position: relative; text-align: center; z-index: 1; background: transparent; } .nt-featured-posts .item .title, .container>.nt-featured-posts .item .title { font-size: 10px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .nt-featured-posts .item .categories { display: none; } .nt-featured-posts .owl-nav { opacity: 1; } .nt-featured-posts .owl-prev { opacity: 0; } .nt-featured-posts .owl-next { right: 0px; width: 25px; background-color: transparent; color: rgba(255, 255, 255, 0.54); font-size: 30px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: toright; animation-name: toright; } /* TO right */ @-webkit-keyframes toright { 0% { -webkit-transform: translateX(-15px); opacity: 0; } 10% { -webkit-transform: translateX(-15px); opacity: 0; } 50% { -webkit-transform: translateX(0); opacity: 1; } 90% { -webkit-transform: translateX(15px); opacity: 0; } 100% { -webkit-transform: translateX(15px); opacity: 0; } } @keyframes toright { 0% { transform: translateX(-15px); opacity: 0; } 10% { transform: translateX(-15px); opacity: 0; } 50% { transform: translateX(0); opacity: 1; } 90% { transform: translateX(15px); opacity: 0; } 100% { transform: translateX(15px); opacity: 0; } } .nt-featured-posts:hover .owl-nav { opacity: 0; } } @media (min-width:768px) and (max-width:991px) { .nt-featured-posts, .container>.nt-featured-posts { margin-top: 5px } .nt-featured-posts .item { height: 220px; } .nt-featured-posts .item .content { padding: 20px 20px 30px; } .nt-featured-posts .item .title { font-size: 18px; } .nt-featured-posts .item .title { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } @media (min-width:992px) and (max-width:1199px) { .nt-featured-posts { margin-top: 10px; } .nt-featured-posts .item { height: 250px; } .container>.nt-featured-posts { margin-top: 10px; } } @media (min-width:1921px) { .nt-featured-posts { max-width: 1905px; margin: 0 auto; } } /*-------------------------------------------------------------- 15.1 Featured Posts style02 --------------------------------------------------------------*/ .featured-area { position: relative; margin-top: 30px; } .featured-area .item { position: relative } .featured-area .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-area .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-area .item a { display: block; position: relative; } .featured-area .item .content { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; } .featured-area .item-left .content { height: 600px; } .featured-area-style02 .item-left .content { height: 500px; } /*-------------------------------------------------------------- feartured post date --------------------------------------------------------------*/ .featured-area .item .date { } .featured-area .item .date span { position: relative; color: #BFBFBF; font-size: 14px; padding-left: 20px; } .featured-area .item .date span a { color: #888; font-size: 12px; } .featured-area .item .date span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-area .item .date span:first-child { padding-left: 0; } .featured-area .item .date span:first-child:before { display: none; } .featured-area .item .title { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); } .featured-area .item .title h2 { color: #FFF; } .featured-area .item-left .title { } .featured-area .item-left .date { padding: 15px 0 0; } .featured-area .item-left .title h2 { font-size: 22px; } .featured-area .item-right .content { height: 300px; } .featured-area-style02 .item-right .content { height: 250px; } .featured-area .item-right .date { padding: 5px 0 0; } .featured-area .item-right .title { padding: 25px 20px 20px 20px; } @media (min-width:768px) and (max-width:991px) { .featured-area .item-left .content { height: 380px; } .featured-area .item-right .content { height: 190px; } .featured-area .item-right .title { padding: 20px 15px; } .featured-area .item-right .title h2 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } @media (max-width:767px) { .featured-area, .featured-area-style02 { margin: 0; } .featured-area-style02 .container { padding-right: 0; padding-left: 0; } .featured-area .row { } .featured-area .item .title { text-align: center; padding: 25px 15px; } .featured-area .item-left .content { height: 230px; } .home .navbar.mobile-style02 + .featured-area .item-left .content { height: 280px; } .featured-area .item-left .title h2 { font-size: 16px; } .featured-area .item-right { padding-top: 4px; padding-right: 4px; } .featured-area .item-right:nth-child(2n+1) { padding-right: 0; } .featured-area .item-right .content { height: 120px; } .featured-area .item-right .title { padding: 15px 15px; } .featured-area .item-right .title h2 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } /*------------------------------------------------------- 16.0 black-top featured-area -------------------------------------------------------*/ .black-top .featured-area { margin-top: 0; padding: 120px 0 50px 0; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #000; } .black-top .featured-area:before{ content:''; position:absolute; background-color: rgba(0, 0, 0, 0.4); top:0; left:0; bottom:0; width:100%; } @media (max-width:767px) { .black-top .featured-area { padding: 0 0 5px 0; background: #000 !important; } } @media (min-width:768px) and (max-width:991px) { .black-top .featured-area{padding: 140px 0 30px 0;} } /*------------------------------------------------------- 16.0 topics -------------------------------------------------------*/ .topics { position: relative; margin-bottom: 15px; } .topics article { position: relative; padding: 0 0 30px; } .topics article a { display: block; } .topics article a:hover .overlay { opacity: .6 } .topics article .image { display: flex; position: relative; height: 220px; background-position: center; background-repeat: no-repeat; background-size: cover; } .topics article .title { margin: auto; max-width: 600px; position: relative; text-align: center; color: #FFF; } .topics article .title span { font-size: 12px; } .topics article .title h2::after, .topics article .title h2::before { background: #eee; content: ""; display: inline-block; height: 2px; margin: 0 25px; vertical-align: middle; width: 15px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } .topics article a:hover .title h2::after, .topics article a:hover .title h2::before { margin: 0 10px; } .topics article .desc { position: absolute; bottom: 0px; left: 20px; right: 20px; text-align: center; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateY(0px); transform: translateY(0px); } .topics article a:hover .desc { opacity: 1; -webkit-transform: translateY(-50px); transform: translateY(-50px); } .topics article .desc p { color: #FFF; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } @media (max-width:767px) { .topics { margin-right: 0 !important; margin-left: 0 !important; } .topics .col-xs-6 { padding-right: 0; padding-left: 0; } .topics article { padding: 0; } .topics article .title h2 { font-size: 14px; font-weight: bold; } .topics article .title h2::after, .topics article .title h2::before { margin: 0 10px; width: 10px; } .topics article .desc { display: none; } .topics article .image { height: 180px; } } @media (min-width:768px) and (max-width:991px) { .topics { margin-right: -10px; margin-left: -10px; margin-bottom: 10px; } .topics .col-sm-4 { padding-right: 10px; padding-left: 10px; } .topics article { padding: 0 0 20px; } .topics article .image { height: 200px; } .topics article .title h2 { font-size: 16px; } .topics article .title h2::after, .topics article .title h2::before { margin: 0 15px; } } /*-------------------------------------------------------------- 17.0 sticky topics post --------------------------------------------------------------*/ .l-sticky-topics .container { margin-top: 30px; } .l-sticky-topics .container-fluid { padding-right: 0; padding-left: 0; margin-top: 20px; } .l-sticky-topics .container-fluid .rw10, .l-sticky-topics .container-fluid .rw20 { margin-right: 0; margin-left: 0; } .l-sticky-topics .container-fluid .pd20:first-child { padding-left: 0; } .l-sticky-topics .container-fluid .pd20:last-child { padding-right: 0; } .l-sticky-topics .item { position: relative; } .l-sticky-topics .item a { display: block; } .l-sticky-topics .item .content { margin: auto; max-width: 600px; position: relative; text-align: center; color: #FFF; } .l-sticky-topics .item .image { position: relative; display: flex; height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; } .l-sticky-topics .item .content .title { color: #FFF; font-weight: 600; } .l-sticky-topics .item .content .title::after, .l-sticky-topics .item .content .title::before { background: #eee; content: ""; display: inline-block; height: 2px; margin: 0 25px; vertical-align: middle; width: 15px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } .l-sticky-topics .item a:hover .title::after, .l-sticky-topics .item a:hover .title::before { margin: 0 10px; } .l-sticky-topics .item .content .meta { font-size: 12px; color: #FFF; display: inline-block; } .l-sticky-topics .item .desc { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; text-align: center; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .l-sticky-topics .item .desc p { color: #FFF; } .l-sticky-topics .item a:hover .overlay { opacity: .6 } @media (max-width:767px) { .l-sticky-topics { margin-top: 0; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); padding: 10px 0; background-color: #f5f5f5; } .l-sticky-topics .container-fluid { margin-top: 0; } .l-sticky-topics .container { padding-right: 5px; padding-left: 5px; margin-top: 0; } .l-sticky-topics .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 5px 0 0; } .l-sticky-topics .container .col-xs-12:last-child { padding: 0; } .l-sticky-topics .item .image { height: 180px; } .l-sticky-topics .item .desc { padding: 15px; } .l-sticky-topics .item .desc p { font-size: 12px; } .l-sticky-topics .item .content .title { font-size: 16px; } .l-sticky-topics .item .content .title::after, .l-sticky-topics .item .content .title::before { margin: 0 10px; } } @media (min-width:768px) and (max-width:991px) { .l-sticky-topics { overflow-x: auto; white-space: nowrap; overflow-y: hidden; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); background-color: #f5f5f5; padding: 30px 0; } .l-sticky-topics .container-fluid { margin-top: 0; } .l-sticky-topics .container { margin-top: 0; } .l-sticky-topics .container .rw10 { margin-right: 0; margin-left: 0; } .l-sticky-topics .col-sm-3 { display: inline-block; white-space: normal; float: none; vertical-align: top; width: 46%; padding: 0 10px 0 0; } .l-sticky-topics .container .col-sm-3:last-child { padding: 0 } .l-sticky-topics .item .image { height: 280px; } } /*-------------------------------------------------------------- 17.1 featured topics --------------------------------------------------------------*/ .featured-topics .item { position: relative; } .featured-topics .item a { display: block; } .featured-topics .item a:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } .featured-topics .item .image { position: relative; height: 220px; background-position: center; background-repeat: no-repeat; background-size: cover; max-width: none; } .featured-topics .item .content { margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; top: 0; width: 100%; padding: 25px 20px; background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.7) 100%); margin-top: 0; } .featured-topics .item a:hover:after { background-color: rgba(0, 0, 0, 0.3); } .featured-topics .item .content .title { font-size: 16px; color: #FFF; margin-bottom: 0; } .featured-topics .item .meta { margin-left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 18px 20px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); } .featured-topics .item .meta span { position: relative; color: #BFBFBF; font-size: 12px; padding-left: 20px; margin-bottom: 0; } .featured-topics .item .meta span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .featured-topics .item .meta span:first-child:before { display: none; } .featured-topics .item .meta span:first-child { padding-left: 0; } @media (max-width:767px) { .m-post-list .featured-topics { background-color: #f6f6f6; display: block; -webkit-box-orient: initial; -webkit-box-direction: initial; -ms-flex-direction: initial; flex-direction: initial; } .featured-topics .row { margin-left: 0; overflow-x: auto; white-space: nowrap; overflow-y: hidden; z-index: 0; -webkit-overflow-scrolling: touch; transform: translate3d(0, 0, 0); } .featured-topics .col-xs-12 { margin-bottom: 1px; display: inline-block; white-space: normal; float: none; vertical-align: top; width: 68%; padding: 0 1px 0 0; } .featured-topics .col-xs-12:last-child { padding: 0; } .featured-topics .item .image { float: none !important; width: 100%; height: 160px; } } @media (min-width:768px) and (max-width:991px) { .featured-topics .item .image { height: 200px; } } /*-------------------------------------------------------------- 17.2 topic-grid --------------------------------------------------------------*/ .topic-grid { position: relative; } .topic-grid .item { position: relative; } .topic-grid .item a { display: block; } .topic-grid .item a:hover .image .overlay { opacity: 0 } .topic-grid .item .image { height: 375px; background-size: cover; background-position: center center; background-repeat: no-repeat; } .topic-grid .item .image .content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; z-index: 1; left: 0; right: auto; bottom: 0; width: 100%; padding: 35px 25px 30px; background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .topic-grid .item a .image .content:hover { padding-bottom: 35px; background-color: rgba(0, 0, 0, 0.59) } .topic-grid .item .image .content .title { } .topic-grid .item .image .content .title h2 { color: #FFF; font-weight: 600; } .topic-grid .item .image .content .meta { } .topic-grid .item .image .content .meta span { position: relative; color: #BFBFBF; font-size: 12px; padding-left: 15px; margin-bottom: 0; } .topic-grid .item .image .content .meta span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .topic-grid .item .image .content .meta span:first-child:before { display: none; } .topic-grid .item .image .content .meta span:first-child { padding-left: 0; } .topic-grid.owl-carousel .owl-dots { bottom: auto; top: 18px; left: 20px; width: auto; text-align: left; } .topic-grid.owl-carousel .owl-dot { width: 6px; height: 6px; display: inline-block; margin: 0 2px; } .topic-grid.owl-carousel .owl-dot.active { width: 15px; } .topic-grid.owl-carousel .owl-nav { position: absolute; right: 20px; top: 18px; } .topic-grid.owl-carousel .owl-prev, .topic-grid.owl-carousel .owl-next { background-color: rgba(255, 255, 255, 0.85); width: 25px; height: 25px; font-size: 12px; line-height: 20px; border-radius: 20px; margin-top: 0; position: relative; top: auto; display: inline-block; left: auto; right: auto; } .topic-grid.owl-carousel .owl-next { margin-left: 5px; } .topic-grid.owl-carousel .owl-prev:hover, .topic-grid.owl-carousel .owl-next:hover { } @media (max-width:767px) { .topic-grid .item .image { height: 166px !important; } .topic-grid .item .image .content { text-align: left; padding: 15px; } .topic-grid .item .image .content .title h2 { font-size: 15px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } .topic-grid.owl-carousel .owl-dots { text-align: right; right: 10px; top: 5px; left: auto; } .topic-grid .item a .image .content:hover { background-color: transparent; } } @media (min-width:768px) and (max-width:991px) { .topic-grid .item .image { height: 320px !important; } } /*-------------------------------------------------------------- 17.3 friendly link list page --------------------------------------------------------------*/ .friendly-link .link-items { margin-bottom: 15px; } .friendly-link .link-items:last-child { margin-bottom: 0; } .friendly-link .link-items h3 { position: relative; margin-left: 20px; } .friendly-link .link-items h3:before { position: absolute; background: #000; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 7px; } .friendly-link .link-items .item { padding-top: 15px; padding-bottom: 15px; } .friendly-link .link-items .item article { position: relative; } .friendly-link .link-items .item article a { display: block; height: 120px; position: relative; overflow: hidden; } .friendly-link .link-items .item article a .image { position: absolute; left: -10px; right: -10px; top: -10px; bottom: -10px; background-size: cover; background-repeat: no-repeat; background-position: center; } .friendly-link .link-items .item:nth-child(5n+2) article a .image { background: #ddd6f3; background: -webkit-linear-gradient(left, #ddd6f3, #faaca8); background: linear-gradient(to right, #ddd6f3, #faaca8); } .friendly-link .link-items .item:nth-child(5n) article a .image { background: #f794a4; background: -webkit-linear-gradient(left, #f794a4, #fdd6bd); background: linear-gradient(to right, #f794a4, #fdd6bd); } .friendly-link .link-items .item:nth-child(5n+1) article a .image { background: #c3cfe2; background: -webkit-linear-gradient(left, #f5f7fa, #c3cfe2); background: linear-gradient(to right, #f5f7fa, #c3cfe2); } .friendly-link .link-items .item:nth-child(5n+4) article a .image { background: #6a85b6; background: -webkit-linear-gradient(left, #6a85b6, #bac8e0); background: linear-gradient(to right, #6a85b6, #bac8e0); } .friendly-link .link-items .item:nth-child(5n+3) article a .image { background: #c1dfc4; background: -webkit-linear-gradient(left, #c1dfc4, #deecdd); background: linear-gradient(to right, #c1dfc4, #deecdd); } .friendly-link .link-items .item article a .content { background: rgba(0, 0, 0, 0.48); bottom: 0; left: 0; position: absolute; top: 0; width: 40%; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -ms-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; } .friendly-link .link-items .item article a:hover .image { filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); } .friendly-link .link-items .item article a:hover .content { width: 100%; } .friendly-link .link-items .item article a .content .title { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 20px; right: 20px; } .friendly-link .link-items .item article a .content span { display: block; color: #FFF; } .friendly-link .link-items .item article a .content .name { font-size: 14px; margin-bottom: 5px; } .friendly-link .link-items .item article a .content .desc { font-size: 12px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; } @media (max-width:767px) { .friendly-link { padding: 0 15px; } .friendly-link .link-items .item { padding-bottom: 0; padding-top: 5px; } .friendly-link .link-items .item article a { height: 90px; } .friendly-link .link-items .item article a .content { width: 100%; } .friendly-link .link-items .item article a .image { filter: blur(2px); -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); } } /*-------------------------------------------------------------- 18.0 suxing --------------------------------------------------------------*/ .suxing { background-color: #e0e0e0; display: flex; position: relative; height: 500px; } .suxing:before { background-color: #333; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); z-index: 1; } .suxing:before { opacity: .3; } .suxing:hover:before { opacity: .5 } @media (min-width:768px) and (max-width:991px) { .suxing { height: 350px; } } @media (max-width:767px) { .suxing { height: 250px; margin-bottom: 20px; } .suxing .content { max-width: 95%; } } /*-------------------------------------------------------------- 19.0 Post --------------------------------------------------------------*/ .m-post { } .post-title { margin-bottom: 30px; } .post-title h1 { font-size: 26px; } .post-title.style05 { margin-bottom: 40px; text-align: center; } .post-title.style05 h1 { margin-bottom: 20px; } .post-title.style05 .categories { background-color: #212226; z-index: 1; color: #fff; font-size: 14px; line-height: 1; padding: 6px 12px 5px 12px; text-transform: uppercase; display: inline-block; margin-bottom: 20px; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .post-content { } .post-content p { margin-bottom: 20px; font-size: 16px; } .post-content img { max-width: 100%; margin: 0 auto; height: auto; display: block; margin-bottom: 20px; } .post-content h1 { font-size: 30px; } .post-content h2 { font-size: 26px; } .post-content h3 { font-size: 22px; } .post-content h4 { font-size: 18px; } .post-content h5 { font-size: 13px; } .post-content h6 { font-size: 16px; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin-top: 40px; margin-bottom: 20px; } .post-content ul { list-style: disc; } .post-content ol { list-style: decimal; } .post-content ul, .post-content ol { margin: 0 0 20px 45px; font-size: 14px; } .post-content ul li, .post-content ol li { margin: 5px 0; } .wp-caption, .gallery-caption { margin-bottom: 20px; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; margin-bottom: 0; } .wp-caption .wp-caption-text { margin-top: 10px; margin-bottom: 0; text-align: center; font-size: 14px; color: #999; } .gallery { margin-bottom: 20px !important; margin-left: -2px !important; margin-right: -2px !important; } .gallery .gallery-item { margin-top: 0 !important } .gallery .gallery-item img { margin-bottom: 0; border: 0 !important; padding: 2px; } /*-------------------------------------------------------------- 19.1 post embed --------------------------------------------------------------*/ .post-embed-item { margin: 20px 0; border: 2px solid #f6f6f6; } .post-embed-item:last-child{ margin-bottom:20px; } .post-embed-item a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 22px; } .post-embed-item .image { position: relative; min-width: 180px; height: 135px; margin-right: 20px; background: #fafafc; } .post-embed-item .image .thumb { position: relative; width: 100%; height: 100%; background-position: center; background-size: cover; } .post-embed-item .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .post-embed-item .content .meta { margin-bottom: 8px; } .post-embed-item .content .meta span { position: relative; font-size: 12px; text-transform: uppercase; margin-left: 20px; display: inline-block; } .post-embed-item .content .meta span:before { position: absolute; background: #212226; width: 10px; height: 10px; display: block; content: ''; left: -20px; top: 4px; } .post-embed-item .content .title { margin-top: 0; margin-bottom: 10px; } .post-embed-item .content .title h2 { text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: 600; font-size: 14px; overflow: hidden; margin-top: 0; margin-bottom: 0; } .post-embed-item .content .desc { font-size: 12px; letter-spacing: .2px; color: #66696f; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .post-embed-item .content .desc p { color: #717171; font-size: 12px; line-height: 1.6; margin-bottom: 0; } .post-embed-item .content .data span { color: #BFBFBF; font-size: 12px; margin-right: 10px; display: inline-block; } .post-embed-item .content .data span i { margin-right: 5px; } .post-embed-item .content .data span img { width: 25px; height: 25px; border-radius: 100px; border: 1px solid #eae9e9; display: inline-block; margin-right: 8px; margin-bottom: 0; } @media (min-width:768px) and (max-width:991px) { .post-embed-item a { padding: 15px; } .post-embed-item .image { min-width: 160px; height: 120px; margin-right: 15px; } .post-embed-item .content { padding: 0px 10px 0 0; } .post-embed-item .content .meta { margin-bottom: 5px; } .post-embed-item .content .meta span { margin-left: 16px; } .post-embed-item .content .meta span:before { width: 7px; height: 7px; top: 5px; left: -16px; } .post-embed-item .content .title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 0; } .post-embed-item .content .title h2 { font-size: 14px; } } @media (max-width:767px) { .post-embed-item a { padding: 0px; } .post-embed-item .image { min-width: 160px; height: 120px; margin-right: 15px; } .post-embed-item .content { padding: 5px 10px 5px 0; } .post-embed-item .content .meta { margin-bottom: 5px; } .post-embed-item .content .meta span { margin-left: 16px; } .post-embed-item .content .meta span:before { width: 7px; height: 7px; top: 5px; left: -16px; } .post-embed-item .content .title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-bottom: 0; } .post-embed-item .content .title h2 { font-size: 14px; } } /*-------------------------------------------------------------- 19.2 comment embed --------------------------------------------------------------*/ .comment-embed-item { position: relative; padding: 25px 20px; margin: 20px 0; border: 2px solid #f6f6f6; } .comment-embed-item::last-child{ margin-bottom:20px; } .comment-embed-item .author-avatar { position: absolute; top: 23px; } .comment-embed-item .author-avatar img { margin-bottom: 0; display: inline-block; width: 50px; height: 50px; border-radius: 100px; margin-bottom: 5px; margin: 0; display: inline-block; border: 1px solid #eaeaea; } .comment-embed-item .embed-content { margin-left: 66px; } .comment-embed-item .embed-author { margin-bottom: 2px; } .comment-embed-item .embed-author .author-name { margin-right: 10px; font-size: 14px; color: #979b9c; } .comment-embed-item .embed-author .comment-date { font-size: 14px; color: #979b9c; } .comment-embed-item .embed-comment p { font-size: 14px; margin-bottom: 10px; font-weight: 600; } .comment-embed-item .embed-post-title , .comment-embed-item .embed-post-title a{ font-size: 12px; color: #979b9c; } .comment-embed-item .embed-post-title a:hover{ color:#48494d } @media (max-width:767px) { .comment-embed-item { padding: 25px 20px; } .comment-embed-item .author-avatar { top: 20px; } .comment-embed-item .author-avatar img { width: 40px; height: 40px; } .comment-embed-item .embed-content { margin-left: 55px; } } /*-------------------------------------------------------------- 19.3 post pagenav --------------------------------------------------------------*/ .post-content .nav-links { text-align: center; padding: 30px 0 50px; } .post-content .nav-links .nav-numbers { display: inline-block; padding: 0 5px; } .post-content .nav-links span { display: inline-block; padding: 6px 11px; margin: 0 2px; font-size: 14px; line-height: 1; border: 1px solid #DDD; border-radius: 100px; } .post-content .nav-links a { display: inline-block } .post-content .nav-links a span { font-style: normal; color: #888; display: block; } .post-content .nav-links>.page-numbers { color: #FFF !important; background: #48494d; border-color: #48494d; } .post-content .nav-links .page-numbers:hover { color: #48494d } @media (max-width:767px) { .post-content .nav-links .nav-numbers { display: none; } .post-content .nav-links a span.page-next { padding: 8px 22px; } } /*-------------------------------------------------------------- 19.3 post video style06 --------------------------------------------------------------*/ .l-video { position: relative; padding: 30px 0; margin: 0 0 30px; background-color: #161617; } .l-video h1 { font-size: 26px; color: #FFF; margin-bottom: 30px; } @media (max-width:767px) { .nt-warp-video { padding-top: 0 } .nt-warp-video .l-video .container { padding: 0; } .nt-warp-video .l-video { position: relative; padding: 0; margin: 0 0 25px; background-color: transparent; } } /*-------------------------------------------------------------- 20.0 post cover --------------------------------------------------------------*/ .post-cover { margin-bottom: 40px; overflow: hidden; } .post-cover .image { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .post-cover:hover .image { filter: blur(4px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px); -o-filter: blur(4px); } .post-cover .content { margin: auto; max-width: 80%; position: relative; text-align: center; z-index: 2; } .post-cover .content h1 { color: #fff; font-size: 26px; margin-bottom: 0; } .post-cover .content h1 a { color: #e8e8e8; font-size: 14px; display: block; } .post-cover .content .categories { display: inline-block; margin-bottom: 10px; } .post-cover .content .categories a { background-color: #222226; color: #fff; font-size: 14px; line-height: 1; padding: 6px 12px; text-transform: uppercase; display: block; } .post-style03 .post-cover { height: 550px; margin-bottom: 0; } .cover-mouse { position: absolute; z-index: 10; left: 50%; bottom: 60px; width: 28px; height: 38px; margin-left: -14px; cursor: pointer; border-radius: 100px; background: rgba(0, 0, 0, .4); } .cover-mouse span { position: absolute; top: 15px; right: 12px; display: block; width: 3px; height: 7px; -webkit-animation: mouseScroll 2s ease-out; animation: mouseScroll 2s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; border-radius: 20px; background: rgba(255, 255, 255, .7) } .post-style02 .post-cover { display: block; background-color: transparent; height: auto; } .post-style02 .post-cover:before { display: none; } .post-style02 .post-cover:hover .image { filter: none; -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; } .post-style02 .post-cover .image { position: relative; height: 260px; left: auto; right: auto; t; top: auto; bottom: auto; } .post-style02 .post-cover .content { text-align: left; max-width: 100%; margin-top: 30px; margin-bottom: 20px; position: static; } .post-style02 .post-cover .content .categories { position: absolute; top: 15px; left: 15px; margin-bottom: 0; } .post-style02 .post-cover .content .categories a { background-color: rgba(0, 0, 0, .5); } .post-style02 .post-cover .content h1 { color: #48494d; } .post-style02 .post-cover .content h1 a { display: inline-block; } .post-style02 .post-cover .post-data { position: relative; bottom: auto; left: auto; right: auto; text-align: left; margin-bottom: 0; } .post-style02 .post-cover .post-data span { color: #888; } .post-style02 .post-cover .post-data span:before { /*background: #BFBFBF;*/ } .post-style02 .post-cover .post-data .author-name a { color: #888; font-size: 14px; } .post-style02 .post-cover .post-data .author-name img { border-color: #eae9e9; } @-webkit-keyframes mouseScroll { 0% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 40% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 } 90% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: .4 } 100% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: 1 } } @keyframes mouseScroll { 0% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 40% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 } 90% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: .4 } 100% { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); opacity: 1 } } @media (max-width:767px) { .post-cover { margin-bottom: 20px; } .post-cover .content { max-width: 95%; } .post-style02 .post-cover { margin-bottom: 30px; } .post-style02 .post-cover .image { height: 220px; } .post-style02 .post-cover .content { padding: 25px 20px; margin-top: 0; margin-bottom: 0; } .post-style02 .post-cover .content .categories { top: 20px; left: 20px; } .post-style02 .post-cover .post-data { padding: 0 20px; } } /*-------------------------------------------------------------- 21.0 post data --------------------------------------------------------------*/ .post-data { background-position: center; background-size: cover; margin-bottom: 20px; } .post-data .author-name { display: inline-block; } .post-data span { position: relative; color: #888; font-size: 12px; padding-left: 20px; display: inline-block; } .post-data span a { color: #888; font-size: 12px; } .post-data span:before { content: ''; position: absolute; left: 6px; top: 40%; width: 4px; height: 4px; background: #BFBFBF; } .post-data .author-name a { color: #888; font-size: 12px; } .post-data .author-name img { width: 30px; height: 30px; border-radius: 100px; border: 1px solid #eae9e9; display: inline-block; margin-right: 5px; } .post-cover .post-data { position: absolute; bottom: 0; left: 0; right: 0; font-size: 14px; text-align: center; font-weight: 300; color: #fff; opacity: 1; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translateY(0); transform: translateY(0); z-index: 2; } .post-cover .post-data span { color: #FFF; font-size: 14px; } .post-cover .post-data span:first-child { padding-left: 0; } .post-cover .post-data span:before { background: #fff; } .post-cover .post-data span:first-child:before { display: none; } .post-cover .post-data .author-name a { color: #FFF; font-size: 14px; } .post-cover .post-data .author-name img { border-color: rgba(185, 184, 184, 0.25); } @media (max-width:767px) { .post-data span { padding-left: 12px; } .post-data span:before { width: 3px; height: 3px; left: 3px; } .post-cover .post-data { margin-bottom: 10px; } .post-cover .post-data span, .post-cover .post-data .author-name a { font-size: 12px; } } /*-------------------------------------------------------------- 22.0 post action --------------------------------------------------------------*/ .post-action { position: relative; text-align: center; } .post-action .btn-action { font-size: 20px; line-height: 40px; } .post-action .btn-bigger-cover { margin-left: 20px; } .post-action .btn-action span { font-size: 12px; } .post-action .btn-like.current i { color: #f56559 } .video-action .u-data { display: inline-block; margin-right: 10px; font-size: 14px; } .video-action .video-like { display: inline-block } .video-action .u-data .count { font-size: 14px; } /*-------------------------------------------------------------- 23.0 post footer --------------------------------------------------------------*/ .post-footer { position: relative; font-size: 14px; text-transform: uppercase; /*margin-top: 50px;*/ } .post-footer .pull-right { } /*-------------------------------------------------------------- 24.0 post tags --------------------------------------------------------------*/ .post-tags { position: relative; margin-top: 30px; color: #BFBFBF; font-size: 14px; } .post-tags a { color: #BFBFBF; font-size: 14px; margin-right: 5px; } .post-tags a:hover { color: #000; } /*-------------------------------------------------------------- 25.0 post author --------------------------------------------------------------*/ .post-declare { margin-top: 30px; } .post-author { position: relative; margin: 40px 0 0; background-color: #f9f9f9; margin-top: 40px; padding: 30px; } .post-author .author-avatar img { display: inline-block; width: 65px; height: 65px; border-radius: 50%; border: 2px solid #f9f9f9; } .author-info { position: relative; margin-left: 90px; padding-top: 8px; } .author-info h4 { margin-bottom: 5px; } .author-info .desc p { margin-bottom: 10px; } .author-info .links { } .author-info .links a.btn-author-sns { font-size: 14px; display: inline-block; margin-right: 10px; } .author-info .links a.btn-author-sns:hover { color: #000 } /*-------------------------------------------------------------- 26.1 post social style01 --------------------------------------------------------------*/ .post-footer .social li { display: inline-block; color: #717171; margin-left: 5px; } .post-footer .social li a { font-size: 16px; display: block; color: #717171; width: 40px; height: 40px; line-height: 40px; background: #FFF; border-radius: 100px; text-align: center; border: 1px solid #eee; } .post-footer .social li a.weibo { color: #e24040; border-color: #e68686; } .post-footer .social li a.weixin { color: #20b767; border-color: #70c196; } .post-footer .social li a.qq { color: #3d93e0; border-color: #87b9e6; } .post-footer .social li a.fackbook { color: #395796; border-color: #707f9e; } .post-footer .social li a.twitter { color: #1ea1f3; border-color: #74beec; } /*-------------------------------------------------------------- 26.2 post social styel02 -------------------------------------------------------------- */ .dialog-suxing, .dialog_overlay { width: 100%; height: 100%; top: 0; left: 0; } .dialog-suxing { position: fixed; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; z-index: 1111; } .dialog_overlay { position: fixed; opacity: 0; background: rgba(55, 58, 71, 0.9); -webkit-transition: opacity 0.3s; transition: opacity 0.3s; -webkit-backface-visibility: hidden; opacity: 1; pointer-events: auto; z-index: 111; } .dialog-content { width: 50%; max-width: 560px; min-width: 290px; background: #fff; padding: 4em; text-align: center; position: relative; z-index: 5; opacity: 0; } .dialog-wechat-content { max-width: 220px; min-width: 200px; padding: 35px 15px 30px; } .dialog-wechat-content p { font-size: 12px; } .dialog-wechat-content img { width: 170px; height: 170px; } .dialog-content .btn-close { position: absolute; width: 100%; left: 0; bottom: -50px; font-size: 24px; color: #BFBFBF; display: inline-block; cursor: pointer; } .dialog-suxing.open .dialog-content { pointer-events: auto; } .dialog-suxing.open .dialog-content, .dialog-suxing.close .dialog-content { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .dialog-suxing.open .dialog-content { -webkit-animation-name: dialog-open; animation-name: dialog-open; } .dialog-suxing.close .dialog-content { -webkit-animation-name: dialog-close; animation-name: dialog-close; } /*dialog-bigger-cover*/ .dialog-bigger-cover { max-width: 666px; width: 100%; padding: 25px; } .dialog-bigger-cover .bigger-image { position: relative; min-height: 333px; transition: all .3s; } .image-loading { position: absolute; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.68); } .image-loading i { width: 30px; height: 30px; display: inline-block; padding: 0px; border-radius: 100%; border: 3px solid; border-top-color: #000; border-bottom-color: rgba(0, 0, 0, 0.1); border-left-color: #000; border-right-color: rgba(0, 0, 0, 0.1); -webkit-animation: btnloader 1s ease-in-out infinite; animation: btnloader 1s ease-in-out infinite; vertical-align: middle; } @keyframes btnloader { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-webkit-keyframes btnloader { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } .dialog-bigger-cover .bigger-image img { border: 1px solid #f3f3f3; } .dialog-bigger-cover .bigger-share { display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 55px; right: 0; transition: all .3s; border-left-width: 0; } .dialog-bigger-cover .bigger-share h3 { font-size: 16px; margin-bottom: 30px; } .dialog-bigger-cover .bigger-share h3 span { } .dialog-bigger-cover .bigger-share p { } .dialog-bigger-cover .bigger-share p a { display: block; color: #FFF; } .dialog-bigger-cover .bigger-share p a:last-child { margin-top: 20px; } @media (max-width:767px) { .dialog-content { padding: 40px 15px 30px; } .dialog-content .btn-close { font-size: 28px; } .dialog-content .btn-close i { cursor: pointer; } .dialog-bigger-cover { width: 66.66%; min-width: auto; padding: 0 0 55px; } .dialog-bigger-cover .bigger-image img { border: 0; } .dialog-bigger-cover .bigger-share.open { top: 0; z-index: 2; background: rgba(78, 81, 92, .4); border: 0; } .dialog-bigger-cover .bigger-share.open h3 { color: #FFF; font-size: 16px; } .dialog-bigger-cover .bigger-share { z-index: -1; } .action-share { position: absolute; bottom: 0; left: 0; width: 100%; height: 55px; line-height: 60px; color: #000; -webkit-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.1); } .action-share button { padding: 5px 16px; border: 0; background-color: transparent; line-height: 1; } .action-share button.btn-close-share { font-size: 20px; display: none; } } @-webkit-keyframes dialog-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); } } @keyframes dialog-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes dialog-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); } } @keyframes dialog-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); } } @media (max-width:767px) { .dialog-bigger-cover .bigger-share .share-btns { opacity: 0; } .dialog-bigger-cover .bigger-share.open .share-btns, .dialog-bigger-cover .bigger-share.close .share-btns { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .dialog-bigger-cover .bigger-share.open .share-btns { -webkit-animation-name: share-open; animation-name: share-open; } .dialog-bigger-cover .bigger-share.close .share-btns { -webkit-animation-name: share-close; animation-name: share-close; } @-webkit-keyframes share-open { 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes share-open { 0% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes share-close { 0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } 100% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); } } @keyframes share-close { 0% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); } } /* Inner elements animations */ @-webkit-keyframes share-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes share-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } } /*-------------------------------------------------------------- 26.3 post social styel03 --------------------------------------------------------------*/ .social-share-compact { position: relative; display: inline-block; } .social-share-compact .social-share-title { margin-left: 5px; font-size: 14px; line-height: normal; color: #000; } .social-share-compact .social-share-link { display: block; width: 34px; height: 34px; border-radius: 34px; font-size: 14px; cursor: pointer } .social-share-compact .social-share-title { position: relative; z-index: 9; cursor: pointer; } .social-share-compact .social-share-links { position: absolute; top: -9px; z-index: -1; } .social-share-compact .social-share-link { position: absolute; right: 0; z-index: 8; display: block; text-align: center; line-height: 35px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); background: #fff; opacity: 0; transition: all .3s; animation: 0.3s down forwards; } .social-share-compact li:nth-child(1) .social-share-link { right: -166px; } .social-share-compact li:nth-child(2) .social-share-link { right: -122px; } .social-share-compact li:nth-child(3) .social-share-link { right: -78px; } .social-share-compact.open .social-share-link { animation: 0.55s up forwards; } .social-share-compact.open li:nth-child(1) .social-share-link { animation-delay: 0.3s; color: #3d93e0; } .social-share-compact.open li:nth-child(2) .social-share-link { animation-delay: 0.25s; color: #20b767; } .social-share-compact.open li:nth-child(3) .social-share-link { animation-delay: 0.2s; color: #e24040; } .social-share-compact.open .social-share-links { z-index: 0; } @keyframes up { 50% { transform: translateX(-50%); } 100% { opacity: 1; transform: translateX(0%); } } @keyframes down { 0% { opacity: 1; transform: translateX(0%) } 100% { opacity: 0; transform: translateX(-100%); } } /*-------------------------------------------------------------- 27.0 navigation --------------------------------------------------------------*/ .post-navigation { border-top: 2px solid #f6f6f6; margin-top: 40px; padding-top: 40px; } .post-navigation a { font-size: 14px; display: block; position: relative; } .post-navigation a:hover { color: #3d93e0; } .post-navigation a.next { text-align: right; padding-right: 60px; } .post-navigation a.next i { position: absolute; right: 20px; top: 0; font-size: 20px; color: #BFBFBF; -webkit-transition: left .15s ease-in, right .15s ease-in; -moz-transition: left .15s ease-in, right .15s ease-in; -o-transition: left .15s ease-in, right .15s ease-in; -ms-transition: left .15s ease-in, right .15s ease-in; transition: left .15s ease-in, right .15s ease-in; } .post-navigation a.prev { padding-left: 60px; } .post-navigation a.prev i { position: absolute; left: 20px; top: -1px; font-size: 20px; color: #BFBFBF; -webkit-transition: left .15s ease-in, right .15s ease-in; -moz-transition: left .15s ease-in, right .15s ease-in; -o-transition: left .15s ease-in, right .15s ease-in; -ms-transition: left .15s ease-in, right .15s ease-in; transition: left .15s ease-in, right .15s ease-in; } .post-navigation a.prev:hover>i, .post-navigation a.next:hover>i { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /*--------------------------------- 28.0 post mobile style --------------------------------- */ @media (max-width:767px) { .post-title { margin-bottom: 20px; } .post-title.style05 { padding-top: 25px; } .post-cover .content h1, .post-title h1 { font-size: 18px; font-weight: bold; } .m-post { padding-left: 20px; padding-right: 20px; } .post-content .post-image { margin-left: -20px; margin-right: -20px; } .post-tags:before { margin-left: -20px; position: absolute; margin-top: 50px; left: 50%; width: 40px; height: 3px; } .post-action .btn-action { line-height: 1; margin: 60px 0 50px 0; display: inline-block; } .post-action .btn-action i { display: block; font-size: 30px; } .post-action .btn-bigger-cover { margin-left: 30px; } .post-author::before { width: 90px; } .post-author .author-avatar img { width: 55px; height: 55px; } .post-author .author-info { margin-left: 70px; padding-top: 3px; } .author-info .desc p { font-size: 12px; } .post-footer { text-align: center; padding-top: 0; margin-top: 0; } .post-footer .pull-left, .post-footer .pull-right { float: none !important; } .post-navigation { } .post-navigation a.next { margin-top: 20px; padding-right: 0; text-align: center; } .post-navigation a.next i { position: relative; right: auto; top: auto; display: block; margin-bottom: 10px; } .post-navigation a.prev { padding-left: 0; text-align: center; } .post-navigation a.prev i { position: relative; left: auto; top: auto; display: block; margin-bottom: 5px; } .video-action::before { content: ""; display: block; margin: 15px 0; background-color: #f6f6f6; margin-left: -20px; position: absolute; top: 20px; left: 50%; width: 40px; height: 3px; } .video-action .u-data { color: #BFBFBF; } .video-action .btn-like { color: #48494d; margin: 0; } .video-action .video-like { display: block; margin: 50px 0 30px 0; } .social-share-compact { display: block; } .social-share-compact .social-share-title { display: none; } .social-share-compact .social-share-links { position: relative; top: auto; z-index: 0; display: block; opacity: 1; } .social-share-compact .social-share-links li { display: inline-block } .social-share-compact .social-share-link { position: relative; right: auto !important; margin: 0 5px; box-shadow: none; border: 1px solid #eee; width: 40px; height: 40px; line-height: 40px; opacity: 1; animation: none !important; } .social-share-compact.open .social-share-link { animation: none; } .social-share-compact li:nth-child(1) .social-share-link { border-color: #87b9e6; color: #3d93e0; } .social-share-compact li:nth-child(2) .social-share-link { border-color: #70c196; color: #20b767; } .social-share-compact li:nth-child(3) .social-share-link { border-color: #e68686; color: #e24040; } } /*-------------------------------- 29.0 duang hvr-buzz-out --------------------------------- */ @-webkit-keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } @keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } /*-------------------------------------------------------------- 30.0 breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { margin-bottom: 25px; } .breadcrumbs span { color: #666; font-size: 12px; } .breadcrumbs span a { } .breadcrumbs span.sep { margin: 0 5px; font-size: 14px; } .breadcrumbs span.current { color: #BFBFBF; } /*-------------------------------------------------------------- 31.0 Widgets --------------------------------------------------------------*/ .widget { padding: 25px 0; word-break: break-word; } .widget:first-child { padding-top: 0; } .widget:last-child { border-bottom: 0; padding-bottom: 0; } .widget .widget-title { position: relative; font-size: 12px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 15px; margin-bottom: 25px; border-bottom: 2px solid #f9f9f9; } .widget .widget-title:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; bottom: -2px; background: #131313; } .widget ul { list-style-type: none; margin: 0; padding: 0; } .widget ul a, .widget ul p { font-size: 12px; } /*-------------------------------------------------------------- 32.0 recent entries widget --------------------------------------------------------------*/ .widget_recent_entries ul { padding-left: 20px; } .widget_recent_entries ul li { font-size: 12px; margin-bottom: 15px; list-style-type: circle; } .widget_recent_entries ul li a { display: block; margin-bottom: 5px; font-size: 13px; } .widget_recent_entries ul li span { color: #BFBFBF } /*-------------------------------------------------------------- 33.0 categories widget --------------------------------------------------------------*/ .widget_categories li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_categories li:first-child { border: none; padding-top: 0; } .widget_categories li a { } /*-------------------------------------------------------------- 34.0 tag cloud widget --------------------------------------------------------------*/ .widget_tag_cloud .tagcloud { } .widget_tag_cloud .tagcloud a { font-size: 12px !important; line-height: 1; text-transform: uppercase; padding: 6px 12px 5px 12px; margin: 0 4px 8px 0; border: 1px solid #eee; display: inline-block; } .widget_tag_cloud .tagcloud a:hover { background-color: #000; border-color: #000; color: #FFF; } .widget_tag_cloud .tagcloud a .tag-link-count { color: #BFBFBF; font-size: 12px; } /*-------------------------------------------------------------- 35.0 search widget --------------------------------------------------------------*/ .searchform { position: relative; } .searchform label { display: none; } .searchform input[type="submit"] { position: absolute; bottom: 0; right: 0; top: 0; border: 0; border-radius: 0; padding: 0 20px; color: #FFF; background-color: #212226; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; } .searchform input[type="submit"]:hover { background-color: #000; } .searchform input[type="text"] { border: 1px solid #eee; padding: 10px; font-size: 12px; width: 100%; } /*-------------------------------------------------------------- 36.0 media image widget --------------------------------------------------------------*/ .widget_media_image img { max-width: 100%; height: auto; } /*-------------------------------------------------------------- 37.0 recentcomments widget --------------------------------------------------------------*/ .widget_recent_comments ul { padding-left: 20px; } .widget_recent_comments ul li { font-size: 13px; margin-bottom: 15px; list-style-type: circle; } .widget_recent_comments ul li span { text-transform: uppercase; margin-right: 5px; color: #000; font-weight: bold; } /*-------------------------------------------------------------- 38.0 nav menu widget --------------------------------------------------------------*/ .widget_nav_menu ul li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_nav_menu ul li:first-child { border: none; padding-top: 0; } /*-------------------------------------------------------------- 39.0 Calendar widget --------------------------------------------------------------*/ .widget_calendar table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; } .widget_calendar caption { border: 1px solid #e6e6e6; border-bottom: 0; padding: 10px 0; } .widget_calendar caption, .widget_calendar th, .widget_calendar td { text-align: center; font-size: 12px; } .widget_calendar tbody td a { position: relative; } .widget_calendar tbody td a::after { content: ''; position: absolute; width: 6px; height: 6px; background: #000; border-radius: 10px; bottom: -6px; left: 50%; margin-left: -3px; } .widget_calendar td#today { font-weight: bold; } .widget_calendar tfoot { border: 1px solid #e6e6e6; border-top: 0; } .widget_calendar tfoot td { border: 0; } /*-------------------------------------------------------------- 40.0 rss widget --------------------------------------------------------------*/ .widget_rss .widget-title .rsswidget:first-child { float: right; } .widget_rss ul li { text-transform: uppercase; margin-bottom: 10px; padding-top: 12px; border-top: 1px solid #eee; } .widget_rss ul li:first-child { border: none; padding-top: 0; } .widget_rss ul li .rsswidget { font-size: 13px; display: block; } .widget_rss ul li .rss-date { font-size: 12px; color: #BFBFBF; } .widget_rss ul li .rssSummary { font-size: 12px; margin-top: 5px; color: #888; } .widget_rss ul li cite { font-size: 12px; font-style: normal; color: #BFBFBF; } /*-------------------------------------------------------------- 41.0 archive widget --------------------------------------------------------------*/ .widget_archive ul { } .widget_archive ul li { font-size: 12px; letter-spacing: .12em; text-align: left; padding-top: 12px; text-transform: uppercase; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_archive ul li:first-child { border: none; padding-top: 0; } .widget_archive .screen-reader-text { display: none; } .widget_archive select { width: 100%; font-size: 12px; border: 1px solid #eee; border-radius: 0; height: 35px; } /*-------------------------------------------------------------- 42.0 top entries widget --------------------------------------------------------------*/ .widget_top_entries ul { } .widget_top_entries ul li { text-transform: uppercase; margin-bottom: 15px; position: relative; } .widget_top_entries ul li .thumbnail { width: 70px; height: 70px; padding: 0; margin-bottom: 0; border: 0; border-radius: 0; } .widget_top_entries ul li .thumbnail img { width: 70px; height: 70px; } .widget_top_entries ul li .content { padding-right: 80px; } .widget_top_entries ul li .content .title { font-size: 14px; margin-bottom: 10px; } .widget_top_entries ul li .content .title:hover { color: #3d93e0; } .widget_top_entries ul li .content .meta { color: #BFBFBF; font-size: 12px; } .widget_top_entries ul.styel02 li .thumbnail { width: 100%; height: 140px; float: none !important; position: relative; overflow: hidden; } .widget_top_entries ul.styel02 li .thumbnail img { width: 100%; height: auto; transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transition: 600ms; -webkit-transition: 600ms; } .widget_top_entries ul.styel02 li:hover .thumbnail img { transform: scale(1.08) rotate(5deg); -webkit-transform: scale(1.08) rotate(3deg) } .widget_top_entries ul.styel02 li .content { position: absolute; text-align: center; top: 0; right: 0; bottom: 0; left: 0; padding: 50px 20px 20px; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.18)); } .widget_top_entries ul.styel02 li .content .title { font-size: 15px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; color: #FFF; } .widget_top_entries ul.styel02 li .content .meta { color: #eaeaea; } /*------------------------------------------------------- 43.0 related posts widget -------------------------------------------------------*/ .widget_related_posts ul { list-style: none; padding: 0; line-height: 0; margin-right: -5px; margin-left: -5px; } .widget_related_posts ul li { padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; } .widget_related_posts ul li img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; max-height: 150px; opacity: .5; transform: scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); transition: 600ms; -webkit-transition: 600ms; } .img-cover{ position: absolute; left: 0; top: 0; background: rgba(0,0,0,.7); width: 100%; height: 100%; z-index: 0; } .widget_related_posts ul li:hover>a img { opacity: 1; transform: scale(1.08) rotate(5deg); -webkit-transform: scale(1.08) rotate(3deg) } .widget_related_posts ul li:hover>a .content { opacity: 0 } .widget_related_posts ul li .content { margin: auto; max-width: 90%; position: relative; text-align: center; color: white; } .widget_related_posts ul li .content p { color: #FFF; } .widget_related_posts ul li>a { overflow: hidden; /*background-color: #000;*/ position: relative; z-index: 2; display: flex; height: 150px; } .widget_related_posts ul li>a:before { content: "\f1d9"; font-size: 20px; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: fontawesome; color: #fff; pointer-events: none; margin-top: -30px; opacity: 0; transition: 600ms; -webkit-transition: 600ms; margin-left: -10px; } .widget_related_posts ul li:hover>a:before { opacity: .75; margin-top: 0px; } @media (min-width:768px) and (max-width:991px) { .widget_related_posts ul li>a { height: 110px; } .widget_related_posts ul li .content p { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; } } /*------------------------------------------------------- 44.0 Comments -------------------------------------------------------*/ .comment-list .comment-respond { margin-top: 30px; } .m-comments { margin-top: 40px; padding-top: 40px; border-top: 2px solid #f6f6f6; } .m-comments h4 { margin-bottom: 35px; } .comment { position: relative; margin-top: 35px; border-bottom: 1px solid #f5f6f7; } .comment:last-child { border-bottom: 0; } .comment .children { padding-left: 10%; padding-bottom: 10px; } .comment .children .children { padding-left: 0; padding-bottom: 0; } .comment .children .comment, .comment .children .children .comment { border-bottom: 0; margin-top: 0px; } .comment .children .depth-2 { border-bottom: 0; margin: 0; padding: 0; } .comment .children .depth-2:last-child { margin: 0; } .comment .children .depth-2 .comment-avatar img { width: 35px; height: 35px; } .comment .children .depth-2 .comment-text { padding-left: 55px; padding-top: 0; } .comment .children .load-more-comment { display: inline-block; position: absolute; bottom: -14px; left: 0; width: 100%; text-align: center; } .comment .children .load-more-comment button { background: #FFF; border: 1px solid #eaeaea; border-radius: 20px; font-size: 12px; line-height: 1; padding: 7px 18px; } .comment-body { position: relative; padding-bottom: 40px; } .parent .comment-body { padding-bottom: 35px; } .children .comment-body { padding-bottom: 25px; } .comment-text { padding-left: 70px; } .comment-text p { margin-bottom: 5px; color: #333; } .comment-text p.tip-comment-check { font-size: 12px; color: #f66; } .comment-text p img { /*display: block;*/ padding: 5px 0; } .comment-text p img.emoji { height: 20px !important; width: 20px !important; vertical-align: middle !important; } .comment-avatar { position: absolute; display: block; } .comment-avatar .avatar { border-radius: 50%; border: 1px solid #eaeaea; width: 50px; height: 50px; } .comment-info { margin-bottom: 5px; } .comment-author { color: #121212; font-size: 14px; display: inline-block; margin-bottom: 0; position: relative; } .comment-author span { display: inline-block; font-size: 12px; color: #979b9c; margin-left: 5px } .comment-meta .comment-date, .comment-meta .like, .comment-meta .fuck, .comment-meta .comment-reply-link { display: inline-block; font-size: 12px; color: #979b9c; margin-right: 15px; } .comment-meta a:hover { color: #000; } .comment-nav { padding-top: 40px; } @media only screen and (max-width:767px) { .comment { margin-top: 25px; } .comment-text { padding-left: 60px; } .comment-body { padding-bottom: 20px; } .comment .children { padding-bottom: 20px; } .children .comment-body { padding-bottom: 15px; } .comment-avatar { width: 40px; } } /*------------------------------------------------------- 44.1 Comment Form -------------------------------------------------------*/ .comment-form .form-group.row { margin-bottom: 12px; margin-right: -6px; margin-left: -6px; } .comment-form .form-group .col-sm-6, .comment-form .form-group .col-sm-12 { padding-right: 6px; padding-left: 6px; } .comment-author-from { margin-left: 70px; } .comment-textarea { position: relative; background-color: #f9f9f9; border: 0; border-radius: 0; padding: 5px; } .comment-from-main { padding-top: 5px; padding-bottom: 15px; } .comment-author-from .form-submit { line-height: 44px; } .comment-author-from .form-submit small { font-size: 12px; color: #BFBFBF; margin-left: 10px; display: inline-block; } .logged-in-as { font-size: 14px; } .logged-in-as a { margin-left: 10px; font-style: normal; color: #989898; } .form-comment-info .form-control { background-color: #f9f9f9; border: 0; border-radius: 0; } .comment-form-comment { position: relative; } .comment-form-comment .text-bar { position: relative; padding: 0 10px; } .comment-form-comment .text-bar .btn { padding: 8px; } .comment-form-comment .text-bar .insert_emoji { display: inline-block; } .comment-form-comment .text-bar .insert_emoji img.emoji { height: 25px !important; width: 25px !important; margin: 0 3px !important; display: block !important; } .comment-form-comment textarea { height: 100px; margin-bottom: 0; padding: 8px; border: 0; width: 100% !important; background-color: #f9f9f9; } .comment-author-from .form-submit .btn-default { margin-right: 10px; border-radius: 100px; } .comment-author-from .form-submit .btn-primary { border-radius: 100px; } @media (min-width:768px) and (max-width:991px) { .comment-form-url:last-child { margin-top: 10px; } } @media (max-width:767px) { .m-comments { margin: 0; padding: 0; padding-left: 20px; padding-right: 20px; border: 0; } .m-comments h4 { margin-bottom: 25px; border-top: 3px solid #f9f9f9; margin-top: 40px; padding-top: 40px; } .comment-respond .comment-avatar { width: 28px; } .comment-respond .comment-avatar img { } .comment-form-email, .comment-form-url:last-child { margin-top: 12px; } .comment-author-from { margin: 0; } .comment-from-main { padding-left: 40px; } .comment-textarea { padding: 0 } .comment-form-comment .text-bar { padding: 0 5px; } .comment-form-comment .text-bar .btn { padding: 10px 3px 13px 15px; } .col-form-captcha { margin-bottom: 15px; } .form-submit .form-captcha-code .form-control { width: 100%; max-width: none; } .form-submit .form-captcha-code .captcha-image { position: absolute; right: 0; top: 0; } .comment-form-comment .text-bar .insert_emoji img.emoji { height: 32px !important; width: 32px !important; } .comment-author-from .form-submit .btn-primary, .form-submit .btn-default { width: 100%; } .form-submit .btn-default { margin-bottom: 10px; } } @media (min-width:768px) and (max-width:991px) { } /*------------------------------------------------------------- 44.2 captcha -------------------------------------------------------------*/ .form-captcha { display: none; } .form-captcha-code { display: none; position: relative; margin-top: 5px; } .form-captcha-code .form-control { max-width: 150px; background-color: #f9f9f9; border: 0; border-radius: 0; } .form-captcha-code .captcha-image img { width: 100px; height: 44px; cursor: pointer; } .form-captcha-switch .captcha-switch { position: relative; display: inline-block; } .captcha-switch input[type="checkbox"].btn-switch{ -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 60px; height: 26px; background: #ddd; border-radius: 3em; position: relative; cursor: pointer; outline: none; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; margin: 0; vertical-align: middle; } .captcha-switch input[type="checkbox"].btn-switch:checked{ background: #24d8ac; } .captcha-switch input[type="checkbox"].btn-switch:after{ position: absolute; content: ""; width: 26px; height: 26px; border-radius: 50%; background: #fff; -webkit-transform: scale(.9); transform: scale(.9); left: 0; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .captcha-switch input[type="checkbox"].btn-switch:checked:after{ left: calc(100% - 26px); } /* Switch 2 Style Start */ .captcha-switch input[type="checkbox"].btn-switch_2{ -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100px; height: 8px; background: #444; border-radius: 5px; position: relative; outline: 0; cursor: pointer; } .captcha-switch input[type="checkbox"].btn-switch_2:before, .captcha-switch input[type="checkbox"].btn-switch_2:after{ position: absolute; content: ""; -webkit-transition: all .25s; transition: all .25s; } .captcha-switch input[type="checkbox"].btn-switch_2:before{ width: 40px; height: 40px; background: #ccc; border: 5px solid #666; border-radius: 50%; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .captcha-switch input[type="checkbox"].btn-switch_2:after{ width: 30px; height: 30px; background: #666; border-radius: 50%; top: 50%; left: 10px; -webkit-transform: scale(1) translateY(-50%); transform: scale(1) translateY(-50%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .captcha-switch input[type="checkbox"].btn-switch_2:checked:before{ left: calc(100% - 35px); } .captcha-switch input[type="checkbox"].btn-switch_2:checked:after{ left: 75px; -webkit-transform: scale(0); transform: scale(0); } /* Switch 2 Specific Style End */ /* Switch 3 Style Start */ .input-switch { display: inline-block; vertical-align: middle; } .input-switch .input-checkbox { position: absolute; visibility: hidden; } .input-switch .input-checkbox + .switch-checkbox { position: relative; height: 6px; width: 55px; margin-right: 0; margin-left: 0; border-radius: 10px; background-color: #dce0e6; vertical-align: middle; display: inline-block; cursor: pointer; transition: 0.3s 0.05s; margin-bottom: 0; } .input-switch .input-checkbox + .switch-checkbox::before, .input-switch .input-checkbox + .switch-checkbox::after { content: ""; position: absolute; transition: 0.35s; } .input-switch .input-checkbox + .switch-checkbox::before { top: 0; left: 0; height: 100%; width: 20%; border-radius: 10px; background-color: rgba(117, 117, 117, 0.5); } .input-switch .input-checkbox + .switch-checkbox::after { left: 5px; top: 50%; height: 20px; width: 20px; border-radius: 50%; border: none; background-color: #79797b; transform: translateY(-50%); opacity: 1; } .input-switch .input-checkbox + .switch-checkbox:hover::after { transform: translateY(-50%) scale(1.1); } .input-switch .input-checkbox:checked + .switch-checkbox { background-color: #bbbbbb; } .input-switch .input-checkbox:checked + .switch-checkbox::before { width: calc(100% - 5px); background-color: #000000; } .input-switch .input-checkbox:checked + .switch-checkbox::after { left: calc(100% - (20px + 5px)); background-color: #464646; } @media (max-width:767px) { .col-form-captcha { margin-bottom: 15px; } .form-submit .form-captcha-code .form-control { width: 100%; max-width: none; } .form-submit .form-captcha-code .captcha-image { position: absolute; right: 0; top: 0; } } /*------------------------------------------------------------- 43.0 magnificPopup -------------------------------------------------------------*/ /* caption */ .mfp-bottom-bar { left: auto; right: 15px; width: auto; background-color: rgba(12, 15, 16, 0.8); padding: 8px 12px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; top: auto; bottom: 55px; margin-left: 15px; } .mfp-title, .mfp-counter { font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.6; display: inline-block; top: auto; right: auto; } .mfp-title { color: #ffffff; padding: 0; margin-right: 10px; } .mfp-counter { position: relative; color: #aeb8bf; } .mfp-counter span { padding: 0; } /* figure */ .mfp-figure:after { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #0c0f10; } /* close button */ .mfp-close.suxing-mfp-close-button { position: absolute; width: 44px; top: 3%; right: 3% !important; padding: 0; font-size: 28px; color: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: center; margin-top: 40px; filter: alpha(opacity=100); opacity: 1; } .mfp-close.suxing-mfp-close-button:hover { color: #ffffff; filter: alpha(opacity=90); opacity: 0.9; } .mfp-close.suxing-mfp-close-button:after { font-family: 'simple-line-icons'; content: "\e082"; display: inline-block; } /* gallery arrows */ .suxing-mfp-arrow { background: transparent !important; outline: none !important; position: absolute; top: 50%; width: 100px; height: 160px; line-height: 160px; margin: -80px 0 0; padding: 0; border: none; text-align: center; color: #ffffff; z-index: 1046; filter: alpha(opacity=40); opacity: 0.4; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .suxing-mfp-arrow:hover { width: 115px; filter: alpha(opacity=100); opacity: 1; } .suxing-mfp-arrow.suxing-mfp-arrow-left { left: 0; } .suxing-mfp-arrow.suxing-mfp-arrow-right { right: 0; } .suxing-mfp-arrow.suxing-mfp-arrow-left:after { font-family: 'simple-line-icons'; content: "\e605"; font-size: 2em; } .suxing-mfp-arrow.suxing-mfp-arrow-right:after { font-family: 'simple-line-icons'; content: "\e606"; font-size: 2em } /* slide-in/slide-out animation */ .suxing-popup-slide-in .mfp-container { filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); } /* animate in */ .suxing-popup-slide-in.mfp-ready .mfp-container { filter: alpha(opacity=100); opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } /* animate out */ .suxing-popup-slide-in.mfp-removing .mfp-container { -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px); filter: alpha(opacity=0); opacity: 0; } /* dark overlay */ .mfp-bg { background: #0c0f10; } .suxing-popup-slide-in.mfp-bg { filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* dark overlay - animate in */ .suxing-popup-slide-in.mfp-ready.mfp-bg { filter: alpha(opacity=70); opacity: 0.7; } /* dark overlay - animate out */ .suxing-popup-slide-in.mfp-removing.mfp-bg { filter: alpha(opacity=0); opacity: 0; } /* video/audio popup container */ .suxing-video-popup-container, .suxing-audio-popup-container { position: relative; max-width: 860px; margin: 0 auto; padding: 0; background-color: #0c0f10; } .suxing-video-popup-container .mfp-close.suxing-mfp-close-button, .suxing-audio-popup-container .mfp-close.suxing-mfp-close-button { top: -56px; right: 0; filter: alpha(opacity=70); opacity: 0.7; } .suxing-video-popup-container .mfp-close.suxing-mfp-close-button:hover, .suxing-audio-popup-container .mfp-close.suxing-mfp-close-button:hover { filter: alpha(opacity=90); opacity: 0.9; } @media (max-width:767px) { .mfp-title, .mfp-counter{ font-size:12px; } .suxing-mfp-arrow.suxing-mfp-arrow-left:after,.suxing-mfp-arrow.suxing-mfp-arrow-right:after { font-size: 16px; } .suxing-mfp-arrow.suxing-mfp-arrow-left, .suxing-mfp-arrow.suxing-mfp-arrow-right { width: 60px; } .mfp-close.suxing-mfp-close-button{ top: 2%; right: 2% !important; font-size: 22px; } } /*------------------------------------------------------------- 44.0 Post media: image -------------------------------------------------------------*/ /* expand icon */ .post-expand-icon { position: absolute; top: -5px; right: 10px; z-index: 10; display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 23px; color: #ffffff; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .bwp-post-media:hover .bwp-post-expand-icon { top: 10px; filter: alpha(opacity=100); opacity: 1; } /*------------------------------------------------------------- 45.0 Post media: gallery -------------------------------------------------------------*/ .post-slide { position: relative; margin-bottom: 30px; } .post-slide .item { position: relative; overflow: hidden; max-height: 500px; height: auto; } .post-slide .item a { display: block; } .post-slide .item a .image { display: block; height: 500px; background-position: center; background-size: cover; background-repeat: no-repeat; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .post-slide .item a .overlay { opacity: 0; } .post-slide .item img { display: none; } .post-slide .item:hover a .image { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); } /* img overlay */ .post-slide .item:hover .overlay { filter: alpha(opacity=40); opacity: 0.4; } /* expand icon */ .post-slide .item:hover .post-expand-icon { top: 10px; filter: alpha(opacity=100); opacity: 1; } .post-slide .owl-prev, .post-slide .owl-next { line-height: 38px; } @media (max-width:767px) { .post-slide .item a { height: 350px; } } /*-------------------------------------------------------------- 47.0 scroll-to-top --------------------------------------------------------------*/ .scroll-to-top.floating-button { position: fixed; width: 35px; height: 35px; display: block; bottom: -37px; right: 35px; opacity: 0; visibility: hidden; z-index: 67; -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s; -moz-transition: all cubic-bezier(.25, .46, .45, .94) .3s; -o-transition: all cubic-bezier(.25, .46, .45, .94) .3s; -ms-transition: all cubic-bezier(.25, .46, .45, .94) .3s; transition: all cubic-bezier(.25, .46, .45, .94) .3s; } .scroll-to-top.floating-button.active { opacity: 1; visibility: visible; bottom: 25px; } .scroll-to-top.floating-button a { display: block; line-height: 35px; height: 35px; width: 35px; border-radius: 40px; text-align: center; background: #FFF; } .scroll-to-top.floating-button a i { display: block; line-height: 35px; } .scroll-to-top.floating-button a:hover { background: #000; color: #fff } /*-------------------------------------------------------------- 48.0 tips --------------------------------------------------------------*/ .sitetips, .tips_overlay { width: 100%; height: 100%; top: 0; left: 0; } .sitetips { position: fixed; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; pointer-events: none; z-index: 999; cursor: pointer; } .tips_overlay { position: absolute; z-index: 1; background: rgba(55, 58, 71, 0.9); opacity: 0; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; -webkit-backface-visibility: hidden; } .tips-open .tips_overlay { opacity: 1; pointer-events: auto; } .tips_content { width: 40%; max-width: 360px; min-width: 190px; background: #FFF; padding: 1.2em 2em; text-align: center; position: relative; z-index: 5; opacity: 0; } .tips_content .icon { font-size: 2em; margin-bottom: 10px; display: block; } .tips-success .tips_content .icon { color: #4ed284 } .tips-error .tips_content .icon { color: #F66 } .tips_content p { font-size: 16px; } .tips-open .tips_content { pointer-events: auto; } .sitetips.tips-open .tips_content, .sitetips.tips-close .tips_content { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .sitetips.tips-open .tips_content { -webkit-animation-name: anim-open; animation-name: anim-open; } .sitetips.tips-close .tips_content { -webkit-animation-name: anim-close; animation-name: anim-close; } @-webkit-keyframes anim-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); } } @keyframes anim-open { 0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); } 100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @-webkit-keyframes anim-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); } } @keyframes anim-close { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); } } .sitetips { -webkit-align-items: flex-start; align-items: flex-start; } .sitetips.tips-open .tips_content, .sitetips.tips-close .tips_content { opacity: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } .sitetips.tips-open .tips_content { -webkit-animation-name: anim-open; animation-name: anim-open; } .sitetips.tips-close .tips_content { -webkit-animation-name: anim-close; animation-name: anim-close; } @media (max-width:767px) { .tips_content { width: 100%; max-width: none; min-width: 190px; background: #FFF; padding: 1.2em 2em; text-align: center; position: relative; z-index: 5; opacity: 0; } } @-webkit-keyframes anim-open { 0% { -webkit-transform: translate3d(0, -100%, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); } } @keyframes anim-open { 0% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @-webkit-keyframes anim-close { 0% { -webkit-transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -100%, 0); } } @keyframes anim-close { 0% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } /* Inner elements animations */ @-webkit-keyframes anim-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); } } @keyframes anim-elem { 0% { opacity: 0; -webkit-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } /*-------------------------------------------------------------- 49.0 Footer --------------------------------------------------------------*/ .nt-footer { padding: 30px 0; border-top: 1px solid #f3f7f9; } @media (min-width:1280px) { .nt-footer .container-fluid { padding: 0 80px; } } .nt-footer .footer-container { display: flex; } .nt-footer .footer-container > * { flex: 1; margin: auto; } .nt-footer .site-info, .nt-footer .site-info p { font-size: 12px; } .social-links { text-align: center; } .social-links .link { display: inline-block; font-size: 15px; padding: 0 10px; } .footer-menu { text-align: right; } .footer-menu .nav-list { list-style-type: none; margin: 0; padding: 0; } .footer-menu ul li { display: inline-block; vertical-align: middle; padding: 0 12px; position: relative; } .footer-menu ul li a { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; } .footer-menu ul li::before { background: #666 none repeat scroll 0 0; bottom: 8px; content: ""; height: 4px; top: 5px; left: -5px; position: absolute; width: 4px; } .footer-menu ul li:first-child:before { display: none } .footer-menu ul li:first-child a { padding-left: 0; } @media (max-width:767px) { .nt-footer .footer-container { display: block; } .nt-footer .footer-container > * { margin: 5px 0; text-align: center; } .nt-footer .footer-container .social-links { margin: 15px 0 10px; } .nt-footer .site-info p, .footer-menu ul li a { color: #bfbfbf; } .footer-menu ul li { padding: 2px; } .footer-menu ul li::before { display: none } } @media (min-width:768px) and (max-width:991px) { .nt-footer .footer-container { display: block; } .nt-footer .footer-container > * { margin: 5px 0; text-align: center; } .nt-footer .footer-container .social-links { margin-top: 10px; } .nt-footer .site-info p, .footer-menu ul li a { color: #bfbfbf; } .footer-menu ul li { padding: 2px; } .footer-menu ul li::before { display: none } } /*-------------------------------------------------------------- 49.1 Footer: 2 :: Widget Setting --------------------------------------------------------------*/ .footer-2 { position: relative; padding-top: 55px; background-color: #f5f5f5; } .footer-2 .container{ padding-right: 20px; padding-left: 20px; } .footer-top { border-bottom: 1px solid #e1e1e1; padding-bottom: 30px; } .footer-2 .widget-title { position: relative; font-size: 14px; text-transform: uppercase; color: #000; letter-spacing: 5px; padding-bottom: 20px; margin-bottom: 30px; } .footer-2 .widget-title:before { content: ''; display: block; position: absolute; width: 30px; height: 2px; bottom: 0; background: #131313; } .footer-2 .footer-widget-text .text-widget p { font-size: 13px; } .footer-2 .footer-widget-categories ul { padding-left: 0; } .footer-2 .footer-widget-categories ul li { display: inline-block; margin: 0 15px 10px 0; } .footer-2 .footer-widget-categories ul li a { display: block; font-size: 13px; text-decoration: none; text-transform: capitalize; } .footer-2 .footer-widget-links ul { padding-left: 0; } .footer-2 .footer-widget-links ul li { display: inline-block; margin: 0 15px 10px 0; } .footer-2 .footer-widget-links ul li a { display: block; font-size: 13px; text-decoration: none; text-transform: capitalize; } .footer-2 .footer-widget-social { margin-top: 20px; } .footer-2 .footer-widget-social li { width: auto; display: inline-block; margin: 0 25px 0 0; } .footer-2 .footer-copyright { padding-top: 30px; padding-bottom: 30px; } .footer-2 .footer-copyright p { font-size: 12px; } .footer-2 .footer-copyright p a { color: #717171 } /*-------------------------------------------------------------- 49.1 Footer 2 Black Color --------------------------------------------------------------*/ .footer-black { background-color: #000; } .footer-black .footer-top { border-bottom-color: #232323; } .footer-black .widget-title:before { background-color: #FFF; } .footer-black .widget-title, .footer-black .footer-widget-social li a:hover, .footer-black .footer-widget-categories ul li a:hover, .footer-black .footer-widget-links ul li a:hover, .footer-black .footer-copyright p, .footer-black .footer-copyright p a { color: #FFF; } .footer-black .footer-widget-categories ul li a, .footer-black .footer-widget-links ul li a, .footer-black .footer-widget-text .text-widget p, .footer-black .footer-widget-social li a { color: #BFBFBF } @media (min-width:768px) and (max-width:991px) { .footer-2 .footer-widget { margin-bottom: 30px; } } @media (max-width:767px) { .footer-2 { padding: 30px 0 0; } .footer-2 .widget-title { padding-bottom: 12px; margin-bottom: 12px; } .footer-2 .widget-title:before { bottom: 0; } .footer-2 .footer-widget { margin-bottom: 30px; } .footer-2 .footer-widget-text { margin-bottom: 0; } .footer-2 .col-xs-12:last-child .footer-widget { margin-bottom: 0; } .footer-2 .row { margin-right: 0; marg; margin-left: 0; } } /*-------------------------------------------------------------- 50.0 ADs --------------------------------------------------------------*/ .suxing-adv, .adv-grid { position: relative; text-align: center; } .suxing-adv img { width: 100%; height: auto; } .suxing-adv span { position: absolute; left: 20px; bottom: 20px; font-size: 12px; color: #BFBFBF; } .postlist-adv { margin-bottom: 40px; } .post-adv { margin-top: 40px; } @media (max-width:767px) { .m-post-list .post-grid.postlist-adv { margin: 0; border-top: 5px solid #f6f6f6; } .m-post-list .post-grid.suxing-adv { margin-bottom: 0; } } /*-------------------------------------------------------------- 51.0 mCustomScroll --------------------------------------------------------------*/ /* ------------------------------------------------------------------------------------------------------------------------ 1. BASIC STYLE ------------------------------------------------------------------------------------------------------------------------ */ .mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ } .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; } .mCustomScrollBox { /* contains plugin's markup */ position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; } .mCSB_container { /* contains the original content */ overflow: hidden; width: auto; height: auto; } /* ------------------------------------------------------------------------------------------------------------------------ 2. VERTICAL SCROLLBAR y-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_inside > .mCSB_container { margin-right: 30px; } .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } /* non-visible scrollbar */ .mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } /* RTL direction/left-side scrollbar */ .mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */ position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; } .mCSB_outside + .mCSB_scrollTools { right: -26px; } /* scrollbar position: outside */ .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */ right: auto; left: 0; } .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */ .mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */ position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; } .mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; } .mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .mCSB_scrollTools .mCSB_dragger { /* the draggable element */ cursor: pointer; width: 100%; height: 30px; /* minimum dragger height */ z-index: 1; } .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */ position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; /* auto-expanded scrollbar */ } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; /* auto-expanded scrollbar */ } .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 3. HORIZONTAL SCROLLBAR x-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 0; } .mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; } .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* non-visible scrollbar */ .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; } .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } /* scrollbar position: outside */ .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; /* minimum dragger width */ height: 100%; left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; /* auto-expanded scrollbar */ margin: 2px auto; } .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; /* auto-expanded scrollbar */ margin: 4px 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 4. VERTICAL AND HORIZONTAL SCROLLBARS yx-axis ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; } .mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; } .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } /* non-visible horizontal scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */ .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } /* RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } /* non-visible scrollbar/RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; } .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; /* non-visible scrollbar */ margin-left: 0; } /* non-visible horizontal scrollbar */ .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* ------------------------------------------------------------------------------------------------------------------------ 5. TRANSITIONS ------------------------------------------------------------------------------------------------------------------------ */ .mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; } .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */ .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; } /* ---------------------------------------- */ /* theme: "minimal", "minimal-dark" */ .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { right: 0; margin: 12px 0; } .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; } /* RTL direction/left-side scrollbar */ .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { left: 0; right: auto; } .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; } .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px; } .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px; } .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; } .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; } /* theme: "minimal-dark" */ .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; } .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; } /* theme "dark-thin" */ .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); } .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; } .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; } .comment-img p img{ width: 100px; height: 100px; margin-right: 5px; }
0.354098
0.065875
.navbar-top {grid-area: navbar-top;} .page-grid-layout { display: grid; grid-template-columns: 0 1fr 1fr 2fr 0; grid-template-rows: 20px 65px 1fr 0; grid-gap: 5px; grid-template-areas: " navbar-top navbar-top navbar-top navbar-top navbar-top " " . wrapper-name wrapper-game wrapper-preview . " " . wrapper-clusters wrapper-clusters wrapper-preview . "; height: 100%; width: 100%; } .title-name {grid-area: title-name;} .input-name {grid-area: input-name;} .wrapper-name { display: grid; grid-area: wrapper-name; grid-template-rows: 30px 1fr; grid-template-areas: " title-name " " input-name "; } .title-game {grid-area: title-game;} .dropdown-wrapper {grid-area: dropdown-wrapper;} .wrapper-game { display: grid; grid-area: wrapper-game; grid-template-rows: 30px 1fr; grid-template-areas: " title-game " " dropdown-wrapper "; } .title-clusters {grid-area: title-clusters;} .clusters-list-wrapper {grid-area: clusters-list-wrapper;} .wrapper-clusters { display: grid; grid-area: wrapper-clusters; grid-template-rows: 50px 1fr 50px; grid-template-areas: " title-clusters " " clusters-list-wrapper " " tools-grid "; } /* .title-preview {grid-area: title-preview;} .preview-wrapper {grid-area: preview-wrapper;} .wrapper-preview { display: grid; grid-area: wrapper-preview; grid-template-rows: 50px 1fr; grid-template-areas: " title-preview " " preview-wrapper "; } */ .title-preview {grid-area: title-preview;} .preview-wrapper {grid-area: preview-wrapper;} .wrapper-preview { display: grid; grid-area: wrapper-preview; grid-template-rows: 50px 1fr 50px; grid-template-areas: " title-preview " " preview-wrapper " " btn-gen-files "; } .btn-gen-files { border-color: var(--color-primary); border-style: solid; border-width: 1px 0 0 0; grid-area: btn-gen-files; } .tools-grid { border-color: var(--color-primary); border-style: solid; border-width: 1px 0 0 0; display: grid; grid-area: tools-grid; grid-template-columns: 1fr 1fr 1fr; } .btn-new button {border-bottom-left-radius: 5px;} .btn-remove button {border-bottom-right-radius: 5px;}
styles/pages/project_editor.css
.navbar-top {grid-area: navbar-top;} .page-grid-layout { display: grid; grid-template-columns: 0 1fr 1fr 2fr 0; grid-template-rows: 20px 65px 1fr 0; grid-gap: 5px; grid-template-areas: " navbar-top navbar-top navbar-top navbar-top navbar-top " " . wrapper-name wrapper-game wrapper-preview . " " . wrapper-clusters wrapper-clusters wrapper-preview . "; height: 100%; width: 100%; } .title-name {grid-area: title-name;} .input-name {grid-area: input-name;} .wrapper-name { display: grid; grid-area: wrapper-name; grid-template-rows: 30px 1fr; grid-template-areas: " title-name " " input-name "; } .title-game {grid-area: title-game;} .dropdown-wrapper {grid-area: dropdown-wrapper;} .wrapper-game { display: grid; grid-area: wrapper-game; grid-template-rows: 30px 1fr; grid-template-areas: " title-game " " dropdown-wrapper "; } .title-clusters {grid-area: title-clusters;} .clusters-list-wrapper {grid-area: clusters-list-wrapper;} .wrapper-clusters { display: grid; grid-area: wrapper-clusters; grid-template-rows: 50px 1fr 50px; grid-template-areas: " title-clusters " " clusters-list-wrapper " " tools-grid "; } /* .title-preview {grid-area: title-preview;} .preview-wrapper {grid-area: preview-wrapper;} .wrapper-preview { display: grid; grid-area: wrapper-preview; grid-template-rows: 50px 1fr; grid-template-areas: " title-preview " " preview-wrapper "; } */ .title-preview {grid-area: title-preview;} .preview-wrapper {grid-area: preview-wrapper;} .wrapper-preview { display: grid; grid-area: wrapper-preview; grid-template-rows: 50px 1fr 50px; grid-template-areas: " title-preview " " preview-wrapper " " btn-gen-files "; } .btn-gen-files { border-color: var(--color-primary); border-style: solid; border-width: 1px 0 0 0; grid-area: btn-gen-files; } .tools-grid { border-color: var(--color-primary); border-style: solid; border-width: 1px 0 0 0; display: grid; grid-area: tools-grid; grid-template-columns: 1fr 1fr 1fr; } .btn-new button {border-bottom-left-radius: 5px;} .btn-remove button {border-bottom-right-radius: 5px;}
0.470493
0.136666
:root { --responsive-space: 1.5rem; --responsive-typography-space: 0.75rem; --responsive-hero: 24rem; } @media (--md) { :root { --responsive-space: 3rem; --responsive-typography-space: 1rem; --responsive-hero: 38rem; } } @media (--lg) { :root { --responsive-space: 4rem; --responsive-hero: 47rem; } } /* Every other custom property */ :root { @custom-media --mo (max-width: 512px); /* mo = mobile only */ @custom-media --sm (min-width: 513px); @custom-media --md (min-width: 768px); @custom-media --md-landscape (min-width: 1024px); @custom-media --lg (min-width: 1280px); @custom-media --xl (min-width: 1500px); @custom-media --su (min-width: 1760px); /* Sizes */ --space: 1.5rem; --grid-gutter: calc(2 * var(--space)); --flex-grid-gutter: calc(0.75 * var(--space)); --container-sm: calc(480px + (2 * var(--grid-gutter))); --container-rg: calc(660px + (2 * var(--grid-gutter))); --container-md: calc(960px + (2 * var(--grid-gutter))); --container-lg: 942px; /* calc(846px + (2 * var(--grid-gutter))) */ --container-xl: 1032px; /* was 1200… width + (2 * var(--grid-gutter)) or 96px */ --container-su: calc(1344px + (2 * var(--grid-gutter))); --s-0: 0; --s-1: 0.25rem; --s-2: 0.5rem; --s-2a: 0.75rem; --s-3: 1rem; --s-3a: 1.25rem; --s-3b: 1.5rem; --s-4: 2rem; --s-4a: 2.15rem; --s-5: 2.5rem; --s-6: 4rem; --s-7: 6rem; --rs-1: 0.25rem; --rs-2: 0.5rem; --rs-3: 1rem; --rs-3a: 1.25rem; --rs-4: 2.5rem; --rs-5: 5rem; --rs-6: 9rem; --rs-7: 13rem; /* Colors */ --c-brand: #00ffff; --c-brandHover: #00ffff; --c-brandLight: #00ffff; --c-highlight: rgba(255, 235, 0, 0.25); --c-highlight: #fcf7c9; --c-highlight: #47caf5; --c-link: #bd0a20; --c-link: #f53813; --c-link: #f51713; --c-link: #f52b13; --c-link: #9411c5; --c-link: #e4b830; /* yellow */ --c-link: #e62f0d; /* red */ --c-highlight: var(--c-link); --c-highlight-alt: #ffea97; --c-black: black; --c-dark: #171515; --c-ash: #24292e; --c-text: var(--c-ash); --c-text: #050505; --c-textLight: #999; --c-textUnderline: rgba(5, 5, 5, 0.5); --c-gray: #aaa; --c-border: #ddd; --c-rule: rgba(0, 0, 0, 0.075); --c-device: #e7e7e7; --c-neutral: #eee; --c-neutral: #fae592; --c-neutral: #fae592; --c-neutral: hsl(48, 36%, 86%); --c-neutral: hsl(48, 44%, 87%); --c-neutral: hsl(48, 16%, 91%); --c-neutral: var(--c-bg); --c-bg: #f2f2f2; --c-bg: #f7f7f7; --c-bg: #fafafa; --c-white: white; --c-success: #ff3700; --c-warning: #ff3700; --c-danger: #ff3700; /* Typefaces */ --ff-text: "TiemposText"; --ff-text-regular: "Regular"; --ff-text-regular-italic: "RegularItalic"; --ff-text-medium: "Medium"; --ff-text-bold: "Bold"; --ff-lede: "TiemposHeadline"; --ff-text-meta: var(--ff-title); --ff-text-subheading: var(--ff-title); --ff-text-subheading: var(--ff-text-bold); --ff-heading: "GintoNord"; --ff-title: "GintoNord"; --ff-button: var(--ff-text-meta); --ff-stack-serif: Georgia, "Times New Roman", Times, serif; --ff-stack-sans: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif; --ff-stack-text: var(--ff-stack-serif); --ff-stack-heading: var(--ff-stack-sans); /* Font sizes For your thoughts: http://type-scale.com/ The maths: <text-unit> * 16 * 1 1.1875 * 16 * 1 = 19pt <desired-pt-size>/<text-unit>/16 * 16 48/19/16 * 16 <desired-pt-size>/<responsive-text-unit-in-px>/16 * 16 27/13/16 * 16 */ --rfs-0: 0.79rem; /* 12pt */ --rfs-1: 0.8425rem; /* 13pt */ --rfs-2: 0.895rem; /* 14pt */ --rfs-3: 0.95rem; /* 15pt */ --rfs-4: 1rem; /* 16pt */ --fs-text-unit: 1.125; /* 19 */ --fs-text-xs: calc(1em * var(--fs-text-unit)); --fs-text-sm: calc(0.894736842em * var(--fs-text-unit)); /* 17 */ --fs-text: calc(1em * var(--fs-text-unit)); --fs-text-md: calc(1em * var(--fs-text-unit)); --fs-text-lg: calc(1.263157895em * var(--fs-text-unit)); /* 24 */ --fs-meta: calc(0.631578947em * var(--fs-text-unit)); /* 12 */ --fs-button: var(--fs-meta); --fs-lede: calc(1.3333em * var(--fs-text-unit)); --fs-subheading: calc(0.894736842em * var(--fs-text-unit)); /* 17 */ --fs-heading: calc(1.263157895em * var(--fs-text-unit)); /* 27 */ --fs-subtitle: calc(1.684210526em * var(--fs-text-unit)); /* 32 */ --fs-title: calc(2.105263158em * var(--fs-text-unit)); /* 40/19/16 * 16 */ --fs-supertitle: calc(3.157894737em * var(--fs-text-unit)); /* 60/19/16 * 16 */ --fs-supertitle: calc(2.842105263em * var(--fs-text-unit)); /* 54/19/16 * 16 */ --fs-supertitle: calc(2.526315789em * var(--fs-text-unit)); /* 48/19/16 * 16 */ /* Font leading (line-height), tracking (letter-spacing) & weights */ --fls-text: -0.001em; --fls-meta: 0.00625em; --fls-caps: 0.1em; --fls-heading: -0.0025em; --fls-super: -0.005em; --fls-tight: -0.005em; --fls-touch-negative: 0; --fls-regular: 0; --fls-touch-positive: 0.02em; --fls-loose: 0.1em; --flh-super: 1; --flh-tight: 1.15; --flh-reduced: 1.3333; --flh-regular: 1.5; --flh-loose: 1.55; /* Button */ --button-background-color: var(--c-text); --button-border-color: var(--c-text); --button-border-radius: 0; --button-border-width: 0; --button-box-shadow-color: var(--c-text); --button-box-shadow-stroke-hover: 1px; --button-box-shadow-stroke-active: 2px; --button-box-shadow-stroke-inset: 1px; --button-color: var(--c-bg); --button-disabled-opacity: 0.6; --button-height: calc(1 * var(--field-height)); --button-xpadding: 1.5em; /* typography */ --button-font-case: uppercase; --button-font-family: var(--ff-button), var(--ff-stack-sans); --button-font-size: var(--fs-button); --button-font-weight: 400; --button-letter-spacing: var(--fls-loose); --button-text-alignment: 0; /* button + button inline spacing */ --button-inline-spacing: var(--s-2); /* Transitions */ --speed: 0.15s; --easing: ease-out; --cubic-static: cubic-bezier(0, -0.1, 1, -0.1); --cubic-state: cubic-bezier(0, 1.1, 1, 1.1); --thisalso: cubic-bezier(0.19, 1, 0.22, 1); /* Utility variables */ --border-radius: 4px; --cover-image-screen-color: rgba(0, 0, 0, 0.25); --field-height: 3rem; --field-space: 1rem 1.25rem; --figure-space: calc(2 * var(--space)); --figure-space-within-text: calc(0.25 * var(--responsive-space)); --figcaption-margin-top: 0.5rem; --figcaption-font-weight: 400; --figcaption-text-color: var(--c-text-light); --horizontal-rule-color: var(--c-rule); --horizontal-rule-space: 0; --inline-block-children-space: calc(1.25 * var(--s-3)); --progress-height: 32px; --text-link-decoration: none; /* Theme */ --fixed-menu-height: 89px; --toggle-x-align: -1.05rem; }
assets/styles/variables.css
:root { --responsive-space: 1.5rem; --responsive-typography-space: 0.75rem; --responsive-hero: 24rem; } @media (--md) { :root { --responsive-space: 3rem; --responsive-typography-space: 1rem; --responsive-hero: 38rem; } } @media (--lg) { :root { --responsive-space: 4rem; --responsive-hero: 47rem; } } /* Every other custom property */ :root { @custom-media --mo (max-width: 512px); /* mo = mobile only */ @custom-media --sm (min-width: 513px); @custom-media --md (min-width: 768px); @custom-media --md-landscape (min-width: 1024px); @custom-media --lg (min-width: 1280px); @custom-media --xl (min-width: 1500px); @custom-media --su (min-width: 1760px); /* Sizes */ --space: 1.5rem; --grid-gutter: calc(2 * var(--space)); --flex-grid-gutter: calc(0.75 * var(--space)); --container-sm: calc(480px + (2 * var(--grid-gutter))); --container-rg: calc(660px + (2 * var(--grid-gutter))); --container-md: calc(960px + (2 * var(--grid-gutter))); --container-lg: 942px; /* calc(846px + (2 * var(--grid-gutter))) */ --container-xl: 1032px; /* was 1200… width + (2 * var(--grid-gutter)) or 96px */ --container-su: calc(1344px + (2 * var(--grid-gutter))); --s-0: 0; --s-1: 0.25rem; --s-2: 0.5rem; --s-2a: 0.75rem; --s-3: 1rem; --s-3a: 1.25rem; --s-3b: 1.5rem; --s-4: 2rem; --s-4a: 2.15rem; --s-5: 2.5rem; --s-6: 4rem; --s-7: 6rem; --rs-1: 0.25rem; --rs-2: 0.5rem; --rs-3: 1rem; --rs-3a: 1.25rem; --rs-4: 2.5rem; --rs-5: 5rem; --rs-6: 9rem; --rs-7: 13rem; /* Colors */ --c-brand: #00ffff; --c-brandHover: #00ffff; --c-brandLight: #00ffff; --c-highlight: rgba(255, 235, 0, 0.25); --c-highlight: #fcf7c9; --c-highlight: #47caf5; --c-link: #bd0a20; --c-link: #f53813; --c-link: #f51713; --c-link: #f52b13; --c-link: #9411c5; --c-link: #e4b830; /* yellow */ --c-link: #e62f0d; /* red */ --c-highlight: var(--c-link); --c-highlight-alt: #ffea97; --c-black: black; --c-dark: #171515; --c-ash: #24292e; --c-text: var(--c-ash); --c-text: #050505; --c-textLight: #999; --c-textUnderline: rgba(5, 5, 5, 0.5); --c-gray: #aaa; --c-border: #ddd; --c-rule: rgba(0, 0, 0, 0.075); --c-device: #e7e7e7; --c-neutral: #eee; --c-neutral: #fae592; --c-neutral: #fae592; --c-neutral: hsl(48, 36%, 86%); --c-neutral: hsl(48, 44%, 87%); --c-neutral: hsl(48, 16%, 91%); --c-neutral: var(--c-bg); --c-bg: #f2f2f2; --c-bg: #f7f7f7; --c-bg: #fafafa; --c-white: white; --c-success: #ff3700; --c-warning: #ff3700; --c-danger: #ff3700; /* Typefaces */ --ff-text: "TiemposText"; --ff-text-regular: "Regular"; --ff-text-regular-italic: "RegularItalic"; --ff-text-medium: "Medium"; --ff-text-bold: "Bold"; --ff-lede: "TiemposHeadline"; --ff-text-meta: var(--ff-title); --ff-text-subheading: var(--ff-title); --ff-text-subheading: var(--ff-text-bold); --ff-heading: "GintoNord"; --ff-title: "GintoNord"; --ff-button: var(--ff-text-meta); --ff-stack-serif: Georgia, "Times New Roman", Times, serif; --ff-stack-sans: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif; --ff-stack-text: var(--ff-stack-serif); --ff-stack-heading: var(--ff-stack-sans); /* Font sizes For your thoughts: http://type-scale.com/ The maths: <text-unit> * 16 * 1 1.1875 * 16 * 1 = 19pt <desired-pt-size>/<text-unit>/16 * 16 48/19/16 * 16 <desired-pt-size>/<responsive-text-unit-in-px>/16 * 16 27/13/16 * 16 */ --rfs-0: 0.79rem; /* 12pt */ --rfs-1: 0.8425rem; /* 13pt */ --rfs-2: 0.895rem; /* 14pt */ --rfs-3: 0.95rem; /* 15pt */ --rfs-4: 1rem; /* 16pt */ --fs-text-unit: 1.125; /* 19 */ --fs-text-xs: calc(1em * var(--fs-text-unit)); --fs-text-sm: calc(0.894736842em * var(--fs-text-unit)); /* 17 */ --fs-text: calc(1em * var(--fs-text-unit)); --fs-text-md: calc(1em * var(--fs-text-unit)); --fs-text-lg: calc(1.263157895em * var(--fs-text-unit)); /* 24 */ --fs-meta: calc(0.631578947em * var(--fs-text-unit)); /* 12 */ --fs-button: var(--fs-meta); --fs-lede: calc(1.3333em * var(--fs-text-unit)); --fs-subheading: calc(0.894736842em * var(--fs-text-unit)); /* 17 */ --fs-heading: calc(1.263157895em * var(--fs-text-unit)); /* 27 */ --fs-subtitle: calc(1.684210526em * var(--fs-text-unit)); /* 32 */ --fs-title: calc(2.105263158em * var(--fs-text-unit)); /* 40/19/16 * 16 */ --fs-supertitle: calc(3.157894737em * var(--fs-text-unit)); /* 60/19/16 * 16 */ --fs-supertitle: calc(2.842105263em * var(--fs-text-unit)); /* 54/19/16 * 16 */ --fs-supertitle: calc(2.526315789em * var(--fs-text-unit)); /* 48/19/16 * 16 */ /* Font leading (line-height), tracking (letter-spacing) & weights */ --fls-text: -0.001em; --fls-meta: 0.00625em; --fls-caps: 0.1em; --fls-heading: -0.0025em; --fls-super: -0.005em; --fls-tight: -0.005em; --fls-touch-negative: 0; --fls-regular: 0; --fls-touch-positive: 0.02em; --fls-loose: 0.1em; --flh-super: 1; --flh-tight: 1.15; --flh-reduced: 1.3333; --flh-regular: 1.5; --flh-loose: 1.55; /* Button */ --button-background-color: var(--c-text); --button-border-color: var(--c-text); --button-border-radius: 0; --button-border-width: 0; --button-box-shadow-color: var(--c-text); --button-box-shadow-stroke-hover: 1px; --button-box-shadow-stroke-active: 2px; --button-box-shadow-stroke-inset: 1px; --button-color: var(--c-bg); --button-disabled-opacity: 0.6; --button-height: calc(1 * var(--field-height)); --button-xpadding: 1.5em; /* typography */ --button-font-case: uppercase; --button-font-family: var(--ff-button), var(--ff-stack-sans); --button-font-size: var(--fs-button); --button-font-weight: 400; --button-letter-spacing: var(--fls-loose); --button-text-alignment: 0; /* button + button inline spacing */ --button-inline-spacing: var(--s-2); /* Transitions */ --speed: 0.15s; --easing: ease-out; --cubic-static: cubic-bezier(0, -0.1, 1, -0.1); --cubic-state: cubic-bezier(0, 1.1, 1, 1.1); --thisalso: cubic-bezier(0.19, 1, 0.22, 1); /* Utility variables */ --border-radius: 4px; --cover-image-screen-color: rgba(0, 0, 0, 0.25); --field-height: 3rem; --field-space: 1rem 1.25rem; --figure-space: calc(2 * var(--space)); --figure-space-within-text: calc(0.25 * var(--responsive-space)); --figcaption-margin-top: 0.5rem; --figcaption-font-weight: 400; --figcaption-text-color: var(--c-text-light); --horizontal-rule-color: var(--c-rule); --horizontal-rule-space: 0; --inline-block-children-space: calc(1.25 * var(--s-3)); --progress-height: 32px; --text-link-decoration: none; /* Theme */ --fixed-menu-height: 89px; --toggle-x-align: -1.05rem; }
0.311741
0.123974
/*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 3vw; width: 20vw; border-radius: 5px; padding: 1vw; box-sizing: border-box; transition: .3s; margin-right: 10px; color: #6078bf; vertical-align: middle; margin-bottom: 2vw; border: 1px solid #6078bf; } /*Farbe ändert sich, wenn man auf das Textfeld klickt*/ .textfeld_filter:focus{ border-color: #6078bf; box-shadow: 0 0 0.5em #6078bf; } /*Platzhalterfarbe eingestellt*/ .textfeld_filter::placeholder{ color: grey; } /*Platzhalter färben in Mozilla Firefox 4 bis 18 */ .textfeld_filter:-moz-placeholder { color: grey; opacity: 1; } /*Platzhalter färben in Mozilla Firefox 19+*/ .textfeld_filter::-moz-placeholder { color: grey; opacity: 1; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ border-collapse: collapse; margin: 2vw 0; border-radius: 0.3em; overflow: hidden; text-align: center; } #tabelleUebersicht thead, #tabelleUebersicht tbody{ display:inline-block; width: 17vw; height: auto; } /*Scrollbar, um die Kalenderwochen zu scrollen*/ #tabelleUebersicht tbody { width: 71vw; overflow-x: scroll; } /*Scrollbar, um die Studenten zu scrollen*/ #tabelleUebersicht thead { width: 20vw; overflow-x: scroll; } #tabelleUebersicht tr{ border-bottom: 1px solid #dddddd; color: darkblue; background-color: white; height: 2.8em; } /*Oberste Zeile der Tabelle*/ #tabelleUebersicht th{ background-color: #6078bf; color: white; font-weight: bold; min-width: 5vw; } #tabelleUebersicht th, #tabelleUebersicht td{ border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; vertical-align: middle; width: 5vw; table-layout: fixed; } /*Links in der Tabelle (Die Namen der Studenten)*/ #tabelleUebersicht a{ color: darkblue !important; } #tabelleUebersicht a:hover{ color: rgb(134, 160, 242) !important; } /*farbliche Kennzeichnung der Phasen*/ .theorie{ background-color: rgb(45, 59,162) !important; color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } .praxis{ background-color: rgb(134, 160, 242); color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } /*Beide Phasen sind in der Woche vertreten*/ .praxis + .theorie{ background-image: repeating-linear-gradient(135deg, rgb(45, 59,162) 0%, rgb(45, 59,162) 4%, rgb(134, 160, 242) 4%, rgb(134, 160, 242) 8%, rgb(45, 59,162) 8%); color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } /*Legende unter der Tabelle*/ .legende{ text-align: center; font-size: 3vw; } /*Tablets*/ @media(min-width:700px){ /*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 2vw; width: 12vw; padding: 5px; margin-bottom: 0vw; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ min-width: 700px; } #tabelleUebersicht thead{ width: 13vw; } #tabelleUebersicht tbody { width: 82vw; } #tabelleUebersicht tr{ height: 2.7em; } .legende{ font-size: 2vw; } } /*Laptop*/ @media(min-width:1200px){ /*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 1vw; width: 15vw; padding: 8px; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ min-width: 1195px; } /*Scrollbar entfernen und Breite anpassen*/ #tabelleUebersicht thead{ width: 20vw; overflow: hidden; } #tabelleUebersicht tbody { width: 76vw; } #tabelleUebersicht tr{ height: 2.5em; } /*Oberste Zeile der Tabelle*/ #tabelleUebersicht th{ min-width: auto; } .legende{ font-size: 1.3vw; } }
src/SUebersicht.css
/*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 3vw; width: 20vw; border-radius: 5px; padding: 1vw; box-sizing: border-box; transition: .3s; margin-right: 10px; color: #6078bf; vertical-align: middle; margin-bottom: 2vw; border: 1px solid #6078bf; } /*Farbe ändert sich, wenn man auf das Textfeld klickt*/ .textfeld_filter:focus{ border-color: #6078bf; box-shadow: 0 0 0.5em #6078bf; } /*Platzhalterfarbe eingestellt*/ .textfeld_filter::placeholder{ color: grey; } /*Platzhalter färben in Mozilla Firefox 4 bis 18 */ .textfeld_filter:-moz-placeholder { color: grey; opacity: 1; } /*Platzhalter färben in Mozilla Firefox 19+*/ .textfeld_filter::-moz-placeholder { color: grey; opacity: 1; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ border-collapse: collapse; margin: 2vw 0; border-radius: 0.3em; overflow: hidden; text-align: center; } #tabelleUebersicht thead, #tabelleUebersicht tbody{ display:inline-block; width: 17vw; height: auto; } /*Scrollbar, um die Kalenderwochen zu scrollen*/ #tabelleUebersicht tbody { width: 71vw; overflow-x: scroll; } /*Scrollbar, um die Studenten zu scrollen*/ #tabelleUebersicht thead { width: 20vw; overflow-x: scroll; } #tabelleUebersicht tr{ border-bottom: 1px solid #dddddd; color: darkblue; background-color: white; height: 2.8em; } /*Oberste Zeile der Tabelle*/ #tabelleUebersicht th{ background-color: #6078bf; color: white; font-weight: bold; min-width: 5vw; } #tabelleUebersicht th, #tabelleUebersicht td{ border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; vertical-align: middle; width: 5vw; table-layout: fixed; } /*Links in der Tabelle (Die Namen der Studenten)*/ #tabelleUebersicht a{ color: darkblue !important; } #tabelleUebersicht a:hover{ color: rgb(134, 160, 242) !important; } /*farbliche Kennzeichnung der Phasen*/ .theorie{ background-color: rgb(45, 59,162) !important; color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } .praxis{ background-color: rgb(134, 160, 242); color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } /*Beide Phasen sind in der Woche vertreten*/ .praxis + .theorie{ background-image: repeating-linear-gradient(135deg, rgb(45, 59,162) 0%, rgb(45, 59,162) 4%, rgb(134, 160, 242) 4%, rgb(134, 160, 242) 8%, rgb(45, 59,162) 8%); color: white; border: 1px solid white; padding: 0.1em; margin: 0.1em; } /*Legende unter der Tabelle*/ .legende{ text-align: center; font-size: 3vw; } /*Tablets*/ @media(min-width:700px){ /*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 2vw; width: 12vw; padding: 5px; margin-bottom: 0vw; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ min-width: 700px; } #tabelleUebersicht thead{ width: 13vw; } #tabelleUebersicht tbody { width: 82vw; } #tabelleUebersicht tr{ height: 2.7em; } .legende{ font-size: 2vw; } } /*Laptop*/ @media(min-width:1200px){ /*Textfelder vom Filter zum Durchsuchen der Studenten*/ .textfeld_filter{ font-size: 1vw; width: 15vw; padding: 8px; } /*Tabelle, in der alle Studenten stehen*/ #tabelleUebersicht{ min-width: 1195px; } /*Scrollbar entfernen und Breite anpassen*/ #tabelleUebersicht thead{ width: 20vw; overflow: hidden; } #tabelleUebersicht tbody { width: 76vw; } #tabelleUebersicht tr{ height: 2.5em; } /*Oberste Zeile der Tabelle*/ #tabelleUebersicht th{ min-width: auto; } .legende{ font-size: 1.3vw; } }
0.326593
0.093844
.thepress h3 { color: #c9c9c9; padding: 75px; margin-top: 0px; } .thepress { background: #360321; font-family: Roboto Condensed; } .edit-press-1 p { color: #c9c9c9; /* padding-left: 28%; padding-right: 12%;*/ } .edit-press-2 p { color: #c9c9c9; /*padding-right: 140px; padding-left: 70px;*/ } .stylefiles { font-size: 19pt; /*padding-top: 70px;*/ } .azfoothills { font-size: 11px; margin-top: -16px; padding-bottom: 100px; } .studio { background: #efefef; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .studio img { /*padding: 80px;*/ padding-top: 80px; padding-left: 300px; padding-bottom: 80px; } .info-studio { padding-top: 12%; font-family: Roboto Condensed; color: #595959; } .info-studio h3 { color: black; padding-bottom: 2%; } .info-studio p { padding-right: 30%; font-size: 1.2em; } .thepress >div>div>div>div>p { font-size: 1.3em; } .info-studio a { color: black; text-decoration: underline; font-size: 11pt; font-weight: 300; } .info-studio a:hover { color: #f45e61; text-decoration: underline; cursor: pointer; } .info-collection { font-family: Roboto Condensed; color: #595959; } .info-collection p { font-size: 13pt; padding-right: 15px; padding-bottom: 30%; } .all-pic-near { /*padding-top: 30px;*/ /* padding-left: 50px;*/ } .near-pic { /*margin-left: 129px;*/ } .instagram p { /*font-family: monospace;*/ font-size: 22pt; color: #595959; padding-top: 5%; } .instagram a { font-family: monospace; font-size: 13pt; color: #595959; text-decoration: underline; } .to-top { background: #efefef; margin-top: -146px; padding-top: 15%; padding-bottom: 5%; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 2.5%; color: black; margin-left: 45% ; } .icon-totop a { padding-top: 35%; font-size: 13pt; text-decoration: underline; color: gray; } .icon-totop a:hover { color: #595959; text-decoration: none; } .edit-shopnews a { margin-top: -50px; position: relative; color: #d5d4d3; font-family: monospace; text-decoration: underline; font-size: 13pt; margin-right: 25px; } .edit-shopnews a:hover { color: white; } .shop-contain { padding-right: 0px !important; padding-left: 0px !important; } /*------FOOTER---------*/ .content-footer { background: #360321; padding-bottom: 10px; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .content-footer .info-footer h4 { color: #898989; padding: 40px 0 42px 0; font-size: 18pt; font-family: monospace; } .content-footer .info-footer i { color: #898989; padding: 53px 0 42px 0; font-size: 14pt; } .content-footer .eidit-icon-footer i { font-size: 31pt; padding: 42px 6px 0 8px; } .final-footer p { color: #595959; } /*-------END FOOTER-------*/ /*----responsive---*/ @media (max-width: 1025px) { .navbar-header { float: none; display: block; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; /*display: inline-block!important;*/ width: 45%; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse.collapse.in{ display: block!important; } } @media screen and (max-width: 1024px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 255px;*/ /*border-radius: inherit;*/ /*}*/ .navbar-inverse .navbar-nav>li>a { font-size: 0.8em; } .navbar-right { float: right!important; margin-right: -40px; } .img-logo >img { width: 3%; position: absolute; margin-left: 10px; } .navbar .navbar-collapse { text-align: left; margin-left: -50px; } .all-pic-near { padding-top: 30px; } .near-pic1{ margin-left: 0px; } .content-footer .info-footer h4 { font-size: 16pt; } .content-footer .eidit-icon-footer i { font-size: 22pt; } .collection img { width: 100%; height: 100%; } .info-studio { /*margin-bottom: 70px;*/ } .studio img { padding: 50px 0 50px 39px; } .rp-footer { text-align: center; } .info-footer h4 { margin-bottom: -80px; } .info-footer i { margin-bottom: -120px; } .maket { margin-top: -40px; } .icon-totop { padding-top: 3.5%; } } @media screen and (max-width: 768px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 655px;*/ /*border-radius: inherit;*/ /*}*/ .img-logo >img { width: 8%; position: relative; margin-left: 33px; } .search input[type="text"] { margin: 0px 0; padding: 12px 48px 0px 15px; outline: none; color: #fff; background: none; border: none; width: 84.33333%; position: relative; font-size: 1.2em; -webkit-appearance: none; } .row-a1 { padding: 3%; } /*.col-sm-12 {*/ /*width: 50%;*/ /*}*/ .navbar-nav>li { float: none; display: inline-block!important; width: 40%; } /*.all-pic-near { padding-top: 30px; margin-right: 5px; margin-left: -40px; }*/ .info-collection { text-align: center; margin-bottom: -175px; } .studio img { padding: 50px 0 50px 145px; } .info-studio { text-align: center; margin-top: -125px; } .info-studio p { padding-right: 20%; margin-left: 20%; } .thepress { text-align: center; } .edit-press-1 p { color: #c9c9c9; /*padding-left: 25%; padding-right: 24%;*/ margin-top: 1px; } .stylefiles { padding-top: 50px; } .azfoothills { padding-top: 10px; } .edit-press-2 p { color: #c9c9c9; /*padding-left: 25%; padding-right: 24%;*/ margin-top: -30px; } .elles { padding-bottom: 45px; } .near-pic { /*margin-left: 186px;*/ } /* .near-pic1 { margin-left: 201px } .near-pic2 { margin-left: 187px; }*/ .icon-totop { margin-top: 65px; padding-top: 5%; /* margin-left: 50%;*/ } .pic1 { width: 100%; } .text-shopnews { margin-right: 30px; } .to-top { background: #efefef; margin-top: -419px; padding-top: 52%; padding-bottom: 5%; } } @media (max-width: 480px) { .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 100%; } .dropdown-menu { position: relative; /*overflow-x: hidden;*/ min-width: 50px; } .dropdown-menu>li>a { padding: 5px 10px; } .info-collection { margin-bottom: -20px } .studio img { padding: 25px; margin-bottom: 55px; } .icon-totop { /*margin-top: 290px;*/ margin-left: 110px; } .to-top { padding-bottom: 18%; } body { height: 100%; } .rp-footer { text-align: center; } .info-footer h4 { margin-bottom: -80px; } .info-footer i { margin-bottom: -120px; } .maket { margin-top: -40px; } } @media (max-width: 425px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 302px;*/ /*border-radius: inherit;*/ /*}*/ .img-logo >img { width: 12%; position: relative; margin-left: 25px; } /*.all-pic-near { padding-top: 30px; padding-right: 0px; padding-left: 25px; }*/ .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 10%; color: black; margin-left: 38% !important; } } @media (max-width: 375px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 264px;*/ /*border-radius: inherit;*/ /*}*/ /*.all-pic-near { padding-top: 30px; padding-right: 0px; padding-left: 10px; } .near-pic1 { margin-left: 38px; }*/ .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 10%; color: black; margin-left: 33% !important; } } @media (max-width: 320px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 208px;*/ /*border-radius: inherit;*/ /*}*/ .txt-login { font-size: 12px; margin: -20px; } .img-logo >img { width: 12%; position: relative; margin-left: 25px; } .dropdown-menu { position: static; /*overflow-x: hidden;*/ min-width: 50px; } .dropdown-menu>li>a { padding: 5px 10px; } .all-pic-near{ padding-bottom: 50px; } .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 12%; color: black; margin-left: 33% !important; } } .edit-noibat{ text-align: -webkit-center; }
public/css/thang.css
.thepress h3 { color: #c9c9c9; padding: 75px; margin-top: 0px; } .thepress { background: #360321; font-family: Roboto Condensed; } .edit-press-1 p { color: #c9c9c9; /* padding-left: 28%; padding-right: 12%;*/ } .edit-press-2 p { color: #c9c9c9; /*padding-right: 140px; padding-left: 70px;*/ } .stylefiles { font-size: 19pt; /*padding-top: 70px;*/ } .azfoothills { font-size: 11px; margin-top: -16px; padding-bottom: 100px; } .studio { background: #efefef; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .studio img { /*padding: 80px;*/ padding-top: 80px; padding-left: 300px; padding-bottom: 80px; } .info-studio { padding-top: 12%; font-family: Roboto Condensed; color: #595959; } .info-studio h3 { color: black; padding-bottom: 2%; } .info-studio p { padding-right: 30%; font-size: 1.2em; } .thepress >div>div>div>div>p { font-size: 1.3em; } .info-studio a { color: black; text-decoration: underline; font-size: 11pt; font-weight: 300; } .info-studio a:hover { color: #f45e61; text-decoration: underline; cursor: pointer; } .info-collection { font-family: Roboto Condensed; color: #595959; } .info-collection p { font-size: 13pt; padding-right: 15px; padding-bottom: 30%; } .all-pic-near { /*padding-top: 30px;*/ /* padding-left: 50px;*/ } .near-pic { /*margin-left: 129px;*/ } .instagram p { /*font-family: monospace;*/ font-size: 22pt; color: #595959; padding-top: 5%; } .instagram a { font-family: monospace; font-size: 13pt; color: #595959; text-decoration: underline; } .to-top { background: #efefef; margin-top: -146px; padding-top: 15%; padding-bottom: 5%; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 2.5%; color: black; margin-left: 45% ; } .icon-totop a { padding-top: 35%; font-size: 13pt; text-decoration: underline; color: gray; } .icon-totop a:hover { color: #595959; text-decoration: none; } .edit-shopnews a { margin-top: -50px; position: relative; color: #d5d4d3; font-family: monospace; text-decoration: underline; font-size: 13pt; margin-right: 25px; } .edit-shopnews a:hover { color: white; } .shop-contain { padding-right: 0px !important; padding-left: 0px !important; } /*------FOOTER---------*/ .content-footer { background: #360321; padding-bottom: 10px; -webkit-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); -moz-box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); box-shadow: 0px 1px 25px -4px rgba(0,0,0,0.53); } .content-footer .info-footer h4 { color: #898989; padding: 40px 0 42px 0; font-size: 18pt; font-family: monospace; } .content-footer .info-footer i { color: #898989; padding: 53px 0 42px 0; font-size: 14pt; } .content-footer .eidit-icon-footer i { font-size: 31pt; padding: 42px 6px 0 8px; } .final-footer p { color: #595959; } /*-------END FOOTER-------*/ /*----responsive---*/ @media (max-width: 1025px) { .navbar-header { float: none; display: block; } .navbar-toggle { display: block; } .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); } .navbar-collapse.collapse { display: none!important; } .navbar-nav { float: none!important; margin: 7.5px -15px; } .navbar-nav>li { float: none; /*display: inline-block!important;*/ width: 45%; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .navbar-collapse.collapse.in{ display: block!important; } } @media screen and (max-width: 1024px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 255px;*/ /*border-radius: inherit;*/ /*}*/ .navbar-inverse .navbar-nav>li>a { font-size: 0.8em; } .navbar-right { float: right!important; margin-right: -40px; } .img-logo >img { width: 3%; position: absolute; margin-left: 10px; } .navbar .navbar-collapse { text-align: left; margin-left: -50px; } .all-pic-near { padding-top: 30px; } .near-pic1{ margin-left: 0px; } .content-footer .info-footer h4 { font-size: 16pt; } .content-footer .eidit-icon-footer i { font-size: 22pt; } .collection img { width: 100%; height: 100%; } .info-studio { /*margin-bottom: 70px;*/ } .studio img { padding: 50px 0 50px 39px; } .rp-footer { text-align: center; } .info-footer h4 { margin-bottom: -80px; } .info-footer i { margin-bottom: -120px; } .maket { margin-top: -40px; } .icon-totop { padding-top: 3.5%; } } @media screen and (max-width: 768px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 655px;*/ /*border-radius: inherit;*/ /*}*/ .img-logo >img { width: 8%; position: relative; margin-left: 33px; } .search input[type="text"] { margin: 0px 0; padding: 12px 48px 0px 15px; outline: none; color: #fff; background: none; border: none; width: 84.33333%; position: relative; font-size: 1.2em; -webkit-appearance: none; } .row-a1 { padding: 3%; } /*.col-sm-12 {*/ /*width: 50%;*/ /*}*/ .navbar-nav>li { float: none; display: inline-block!important; width: 40%; } /*.all-pic-near { padding-top: 30px; margin-right: 5px; margin-left: -40px; }*/ .info-collection { text-align: center; margin-bottom: -175px; } .studio img { padding: 50px 0 50px 145px; } .info-studio { text-align: center; margin-top: -125px; } .info-studio p { padding-right: 20%; margin-left: 20%; } .thepress { text-align: center; } .edit-press-1 p { color: #c9c9c9; /*padding-left: 25%; padding-right: 24%;*/ margin-top: 1px; } .stylefiles { padding-top: 50px; } .azfoothills { padding-top: 10px; } .edit-press-2 p { color: #c9c9c9; /*padding-left: 25%; padding-right: 24%;*/ margin-top: -30px; } .elles { padding-bottom: 45px; } .near-pic { /*margin-left: 186px;*/ } /* .near-pic1 { margin-left: 201px } .near-pic2 { margin-left: 187px; }*/ .icon-totop { margin-top: 65px; padding-top: 5%; /* margin-left: 50%;*/ } .pic1 { width: 100%; } .text-shopnews { margin-right: 30px; } .to-top { background: #efefef; margin-top: -419px; padding-top: 52%; padding-bottom: 5%; } } @media (max-width: 480px) { .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 100%; } .dropdown-menu { position: relative; /*overflow-x: hidden;*/ min-width: 50px; } .dropdown-menu>li>a { padding: 5px 10px; } .info-collection { margin-bottom: -20px } .studio img { padding: 25px; margin-bottom: 55px; } .icon-totop { /*margin-top: 290px;*/ margin-left: 110px; } .to-top { padding-bottom: 18%; } body { height: 100%; } .rp-footer { text-align: center; } .info-footer h4 { margin-bottom: -80px; } .info-footer i { margin-bottom: -120px; } .maket { margin-top: -40px; } } @media (max-width: 425px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 302px;*/ /*border-radius: inherit;*/ /*}*/ .img-logo >img { width: 12%; position: relative; margin-left: 25px; } /*.all-pic-near { padding-top: 30px; padding-right: 0px; padding-left: 25px; }*/ .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 10%; color: black; margin-left: 38% !important; } } @media (max-width: 375px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 264px;*/ /*border-radius: inherit;*/ /*}*/ /*.all-pic-near { padding-top: 30px; padding-right: 0px; padding-left: 10px; } .near-pic1 { margin-left: 38px; }*/ .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 10%; color: black; margin-left: 33% !important; } } @media (max-width: 320px) { /*.mail >form>button {*/ /*background: rgba(128, 128, 128, 0.28);*/ /*margin-left: 208px;*/ /*border-radius: inherit;*/ /*}*/ .txt-login { font-size: 12px; margin: -20px; } .img-logo >img { width: 12%; position: relative; margin-left: 25px; } .dropdown-menu { position: static; /*overflow-x: hidden;*/ min-width: 50px; } .dropdown-menu>li>a { padding: 5px 10px; } .all-pic-near{ padding-bottom: 50px; } .icon-totop { width: 100px; height: 100px; background: white; border-radius: 50px; padding-top: 12%; color: black; margin-left: 33% !important; } } .edit-noibat{ text-align: -webkit-center; }
0.306527
0.103115
html{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #plantillas { display: none; } .alto_pulgar{ height: 3em; } .ancho_pulgar{ width: 3em; } .barra_superior{ background-color: orange; position: absolute; top: 0px; left: 0px; right: 0px; border-bottom: solid white 1px; } .barra_superior .titulo{ font-size: 24px; display: inline-block; width: 150px; text-align:center; padding-top: 5px; height: 100%; box-sizing: border-box; transition: 0.5s ease; cursor: pointer; } .barra_superior .seleccionado{ font-weight: bold; } .barra_superior .titulo:hover{ background-color: #ffd280; } .btn_agregar{ position: absolute; right: 3px; bottom: 3px; height: 33px; width: 33px; border-radius: 50%; font-size: 30px; font-weight: bold; background-color: #37ffff; text-align: center; /* vertical-align: top; */ cursor: pointer; padding-top: -10px; /*z-index: 1000;*/ } .btn_cerrar{ position: absolute; right: 7px; top: 7px; height: 25px; width: 25px; border-radius: 50%; font-size: 20px; font-weight: bold; background-color: red; text-align: center; /*z-index: 1;*/ cursor: pointer; padding-top: -10px; } .listado{ position: absolute; top:3em; left: 0px; right: 0px; bottom: 0px; overflow-y: auto; } .elemento_lista{ background-color: #ffc800; border-bottom: dashed white 1px; box-sizing: border-box; padding-top: 6px; padding-left: 5px; cursor:pointer; transition: 0.5s ease; position: relative; } .elemento_lista:hover{ background-color: orange; } .pop_up{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-color: rgba(0, 0, 0, 0.31); } .pop_up #marco_popup{ position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px; border: black 1px solid; background-color: lightgray; border-radius: 5px; overflow: hidden; }
Cuentas.css
html{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #plantillas { display: none; } .alto_pulgar{ height: 3em; } .ancho_pulgar{ width: 3em; } .barra_superior{ background-color: orange; position: absolute; top: 0px; left: 0px; right: 0px; border-bottom: solid white 1px; } .barra_superior .titulo{ font-size: 24px; display: inline-block; width: 150px; text-align:center; padding-top: 5px; height: 100%; box-sizing: border-box; transition: 0.5s ease; cursor: pointer; } .barra_superior .seleccionado{ font-weight: bold; } .barra_superior .titulo:hover{ background-color: #ffd280; } .btn_agregar{ position: absolute; right: 3px; bottom: 3px; height: 33px; width: 33px; border-radius: 50%; font-size: 30px; font-weight: bold; background-color: #37ffff; text-align: center; /* vertical-align: top; */ cursor: pointer; padding-top: -10px; /*z-index: 1000;*/ } .btn_cerrar{ position: absolute; right: 7px; top: 7px; height: 25px; width: 25px; border-radius: 50%; font-size: 20px; font-weight: bold; background-color: red; text-align: center; /*z-index: 1;*/ cursor: pointer; padding-top: -10px; } .listado{ position: absolute; top:3em; left: 0px; right: 0px; bottom: 0px; overflow-y: auto; } .elemento_lista{ background-color: #ffc800; border-bottom: dashed white 1px; box-sizing: border-box; padding-top: 6px; padding-left: 5px; cursor:pointer; transition: 0.5s ease; position: relative; } .elemento_lista:hover{ background-color: orange; } .pop_up{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-color: rgba(0, 0, 0, 0.31); } .pop_up #marco_popup{ position: absolute; top: 10px; bottom: 10px; left: 10px; right: 10px; border: black 1px solid; background-color: lightgray; border-radius: 5px; overflow: hidden; }
0.511717
0.07343
body { font-family: 'Pontano Sans', sans-serif; } a:hover { text-decoration: none; } .wrapper { height: 100vh; } .navbar, #footer { font-size: 1.15em; } .navbar-brand { font-size: 1.5em; } #home { background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.25)), url("../img/endpos.jpg"); background-size: cover; } #home nav a, .port-nav a, .port-footer, .image h3 a { color: #fff; } #home a.navbar-brand:hover { color: #32ffb7; } #home .navbar-nav a:hover, #home .navbar-nav .current { background-color: transparent; color: #32ffb7; border-bottom: 2px solid #32ffb7; } #about p { position: absolute; color: #fff; } #intro { text-align: center; font-size: 2em; bottom: 50%; padding: 5%; } #intro span { color: #32ffb7; } #explore { bottom: 45%; } #about .btn { display: block; color: #fff; background-color: #23b280; border-style: none; font-size: 1.5em; } #about a:hover { background-color: #545454; } #footer { padding: 1.5%; } #footer h1 { line-height: 0.75%; margin-bottom: -2%; } #footer h3 { padding-left: 10%; color: #32ffb7; } #footer div { padding-left: 10%; } .home-footer a, .home-footer i { color: #333; } #footer li { margin-top: 5%; margin-right: 10%; } .port-nav ul a:hover, .port-nav .current { background-color: #32ffb7; } .port-nav, .port-footer { background-color: #191919; } .port-footer, .port-footer a, .port-footer i { color: #fff; } #footer a:hover, a.navbar-brand:hover, i:hover { color: #32ffb7; } #portfolio { padding-top: 0.75%; height: 100%; } .image { height: 42vh; border: 1px solid #d3d3d3; } #room-service { background-image: url("../img/room-service.png"); background-size: cover; background-position: center; margin-bottom: 1.25%; } #line-cook { background-image: url("../img/line-cook.png"); background-size: cover; background-position: center; margin-left: 1%; margin-right: 1%; margin-bottom: 1.25%; } #deviltea { background-image: url("../img/deviltea.png"); background-size: cover; background-position: center; margin-bottom: 1.25%; } #survey-gorilla { background-image: url("../img/gorilla.png"); background-size: cover; margin-right: 1%; } #galaxy-256 { background-image: url("../img/256.png"); background-size: cover; background-position: center; } div.description { position: absolute; height: 100%; width: 100%; text-align: center; color: #fff; visibility: hidden; left: 0; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s; padding-top: 12%; } .description p { margin-right: 10%; margin-left: 10%; font-size: 1.3em; } .description a { color: #32ffb7; } .image:hover .description { visibility: visible; background: rgba(0,0,0,0.8); } .description a:hover { text-decoration: underline; } .description .special { font-size: 1em }
css/portfolio.css
body { font-family: 'Pontano Sans', sans-serif; } a:hover { text-decoration: none; } .wrapper { height: 100vh; } .navbar, #footer { font-size: 1.15em; } .navbar-brand { font-size: 1.5em; } #home { background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.25)), url("../img/endpos.jpg"); background-size: cover; } #home nav a, .port-nav a, .port-footer, .image h3 a { color: #fff; } #home a.navbar-brand:hover { color: #32ffb7; } #home .navbar-nav a:hover, #home .navbar-nav .current { background-color: transparent; color: #32ffb7; border-bottom: 2px solid #32ffb7; } #about p { position: absolute; color: #fff; } #intro { text-align: center; font-size: 2em; bottom: 50%; padding: 5%; } #intro span { color: #32ffb7; } #explore { bottom: 45%; } #about .btn { display: block; color: #fff; background-color: #23b280; border-style: none; font-size: 1.5em; } #about a:hover { background-color: #545454; } #footer { padding: 1.5%; } #footer h1 { line-height: 0.75%; margin-bottom: -2%; } #footer h3 { padding-left: 10%; color: #32ffb7; } #footer div { padding-left: 10%; } .home-footer a, .home-footer i { color: #333; } #footer li { margin-top: 5%; margin-right: 10%; } .port-nav ul a:hover, .port-nav .current { background-color: #32ffb7; } .port-nav, .port-footer { background-color: #191919; } .port-footer, .port-footer a, .port-footer i { color: #fff; } #footer a:hover, a.navbar-brand:hover, i:hover { color: #32ffb7; } #portfolio { padding-top: 0.75%; height: 100%; } .image { height: 42vh; border: 1px solid #d3d3d3; } #room-service { background-image: url("../img/room-service.png"); background-size: cover; background-position: center; margin-bottom: 1.25%; } #line-cook { background-image: url("../img/line-cook.png"); background-size: cover; background-position: center; margin-left: 1%; margin-right: 1%; margin-bottom: 1.25%; } #deviltea { background-image: url("../img/deviltea.png"); background-size: cover; background-position: center; margin-bottom: 1.25%; } #survey-gorilla { background-image: url("../img/gorilla.png"); background-size: cover; margin-right: 1%; } #galaxy-256 { background-image: url("../img/256.png"); background-size: cover; background-position: center; } div.description { position: absolute; height: 100%; width: 100%; text-align: center; color: #fff; visibility: hidden; left: 0; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s; padding-top: 12%; } .description p { margin-right: 10%; margin-left: 10%; font-size: 1.3em; } .description a { color: #32ffb7; } .image:hover .description { visibility: visible; background: rgba(0,0,0,0.8); } .description a:hover { text-decoration: underline; } .description .special { font-size: 1em }
0.400749
0.087486
body{} .container { width:800px; margin:auto; border:2px; border-color: aqua; } .clearfix { clear: both;/* خاص بقسم الmy education*/ } /* end main rules */ /*________________________________________________________________________*/ /* start header*/ .header .slider { background-color: #EEE; height: 400px; background-image: url('../images/10.jpg'); background-size: cover; } .header .slider .intro { padding-top: 80px; text-align: center; color: #FFF; } .header .slider .intro h2 { margin: 0; font-size:50px; border-top: 2px solid #FFF; border-bottom:2px solid #FFF; padding: 5px 0; } .header .slider .intro button { margin-top: 30px; background:none; width: 170px; border: 3px solid #D4CFD5; font-weight: bold; padding: 10px 30px; color: #FFF; } .header .navbar { background-color: #252f31; color:#fff; overflow:hidden; text-transform: uppercase; } .header .navbar h2 { padding: 2px; font-size: 20px; } .header .navbar h2 { font-family:serif; } .header .navbar h2 span { color:#2ecc71; } .header .navbar ul { list-style: none; padding-left:87px; padding-top: 9px; overflow:hidden; font:right; margin-left: 14px; } .header .navbar ul li { padding: 12px; word-spacing: 2px; } .header .navbar ul li a { text-decoration: none; color: #FFF; padding-left:19px; font-size:13px; } .header .navbar ul li.active a, .header .navbar ul li a:hover { color: #30B576; } /*end header*/ /*________________________________________________________________________*/ /*start features*/ .features { overflow: hidden; padding-top: 40px; padding-bottom: 20px; } .features .feat { width: 33%; height: 210px; } .features .feat h2 { text-transform: capitalize; color: #555; font-family:inherit; text-align:center; } .features .feat p { line-height: 1.5; color: #888; text-align:center; width:87%; margin-left: 20px; } /*end features*/ /*________________________________________________________________________*/ /* start About-me*/ .about-me { background-color: #F3F2F3; overflow: hidden; max-height: 800px; margin-top: 8px; margin-bottom: 8%; } .about-me .info p { max-width: 85%; } .about-me .image { padding-top: 1.75%; width: 35%; } .about-me .image img { border-radius: 5%; width: 330px; height: 435px; opacity: 0.9; } .about-me .info { overflow: hidden; width:60%; margin-left: 40px; } .about-me .info h2 { margin: 10px 0 0 40px; color: #555; text-transform: uppercase; } .about-me .info > p:last-of-type { margin-top: 20px; } .about-me .info > p { line-height: 1.4; color: #666; margin: 2px 0 0 40px; } .about-me .info .hobbies { overflow: hidden; margin: 10px 0 -9px 40px; } .about-me .info .hobbies .content { width: 50%; min-height:100px; overflow: hidden; } .about-me .info .hobbies h3 { color: #555; text-transform: capitalize; } .about-me .info .hobbies .content .icon { width: 12%; margin-left: 0%; margin-top: 15% } .about-me .info .hobbies .content .icon img { max-width: 100%; width: 26px; height: 26px; } .about-me .info .hobbies .content .text { width: 83%; margin-left: 3%; } .about-me .info .hobbies .content .text p { margin-top: 0; } .about-me .info .hobbies .content .text h3 { margin-bottom: 5px; } .about-me .info .hobbies p { color: #666; } .about-me .info .hobbies >div { margin-top: 10px; float: right; width: 50%; height: 137px; } /* End About-me*/ /*________________________________________________________________________*/ /*start my-skills*/ .my-skills { overflow: hidden; padding-top: 0px; padding-bottom: 20px; margin-top: -6%; } .my-skills .skills, .my-skills .progress { width:50%; } .my-skills .skills h2 { margin: 10px 0 0 0px; color: #555; text-transform: uppercase; } .my-skills .skills > p { line-height: 1.4; color: #666; } .my-skills .skills button { color: #2DCC70; border: 1.7PX solid #2DCC70; background-color: #FFF; border-radius: 8% } .my-skills .progress .technique h3 { color: #555; } .my-skills .progress .technique div { background-color: #F2F2F2; height: 20px; } .my-skills .progress .technique div span { background-color: #2DCC70; height: 20px; display:block; text-align: right; color: #FFF; } /* end my-skills*/ /*________________________________________________________________________*/ /* Start resume*/ .resume { background-color: #F3F2F5; padding-top: 20px; padding-bottom: 42px; overflow: hidden; text-align: center; } .resume h2{color: #555} .resume p { color: #666; line-height: 1.5; } .resume button { color: #2DCC70; border: 1.7PX solid #2DCC70; background-color: #FFF; border-radius: 8%; } /* End resume*/ /*________________________________________________________________________*/ /* Start my-education*/ .my-education { background-color: #FFF; padding-top: 10px; padding-bottom: 10px; overflow: hidden; } .my-education .exp { width: 50%; margin-left: 34px; } .my-education .main { margin-left: -44px; width: 50%; } .my-education .main h2 { margin: 10px 0 0 40px; color: #555; text-transform: uppercase; } .my-education .main > p:last-of-type { margin-top: 20px; } .my-education .main > p { line-height: 1.4; color: #666; margin: 2px 0 0 40px; } .my-education .exp h3 { color: #555; } .my-education .exp span { color: #666; display: block; } .my-education .exp p { color: #666; line-height: 1.4; } .my-education .exp hr { margin-top: 22px; margin-bottom: 22px; background-color: #9E9DA1; height: 1px; border: 0 } .my-education .exp span:last-of-type { background-color: #2DCC70; color: #FFF; display: inline-block; margin-top: 11PX; padding:0 9PX 0 9PX; } .my-education .exp p:last-of-type { margin-bottom: 70px; } .my-education .exp span:first-of-type { margin-top: -8px; } /* End my-education*/ /*________________________________________________________________________*/ /* Start testimonials*/ .testimonials { background-color:#F3F2F5; padding-top: 40px; padding-bottom: 20px; overflow: hidden; text-align: center; } .testimonials q { color:#888; line-height: 1.4; font-style: italic; font-size: 17px; font-weight: bold; } .testimonials h3 { color: #555; } .testimonials ul { list-style: none; padding-left: 0; text-align: center; } .testimonials ul li { width: 8px; height: 8px; border: 2px solid #2DCC70; display: inline-block; border-radius: 40% } .testimonials ul li.active, .testimonials ul li:hover { background-color:#2DCC70; cursor: pointer;/*شكل المؤشر*/ } /* End testimonials*/ /*________________________________________________________________________*/ /* Start portfolio*/ .portfolio { padding-top: 30px; padding-bottom: 30px; } .portfolio h2, .portfolio p { text-align: center; } .portfolio h2 { color:#555; } .portfolio p { color:#666; line-height: 1.4; } .portfolio .our-work { overflow: hidden; } .portfolio .our-work > div { width: 33.333333%; margin-bottom: 15px; } .portfolio .our-work > div img { width: 90%; margin: 10px; padding:3px; transition: 1s; /* وقت عرض الصورة لحدث التكبير transform*/ box-shadow: 10px 10px 5px #ccc; border: 1px solid #ccc; background-color: #fff; } .portfolio .our-work > div:hover img { transform: scale(1.2, 1.2); /* حدث تكبير الصورة عند تمرير المؤشر فوقها*/ box-shadow: 0px 0px 0px ; } /* End portfolio*/ /*________________________________________________________________________*/ /* Start contact*/ .contact { background-color: #252F31; overflow: hidden; } .contact h2 { color: #FFF; } .contact p { color: #6A6E71; line-height: 1.4; } .contact p strong { color: #D1D6DA; } .contact .info { width: 40%; } .contact .form { margin-left:100px; margin-top: 16px; width: 45%; } .contact .form label { display: block; color:#D1D6DA; margin-bottom: 10PX; margin-top: 9px; } .contact .form input[type="text"] { background-color: #4B5557; color: #FFF; border: 0; width: 80%; height: 25px; } .contact .form textarea { background-color: #4B5557; color: #FFF; border: 0; width: 80%; height: 100px; } .contact .form input[type="submit"] { color:#D1D6DA; border:0; background-color: #15191B; margin-top: 12px; margin-bottom: 30px; padding: 5px 20px; text-align: center; } /*End contact*/ /*________________________________________________________________________*/ /* Start footer */ .footer { background-color:#191E22; color: #6A6E71; padding: 20px 0; text-align: center; } .footer span { display: block; } .footer ul { list-style: none; padding-left: 0; } .footer ul li { display: inline-block; } .footer ul li img { list-style: none; width: 20px; height: 20px; border: 0; border-radius: 40% } /* End footer */ /*________________________________________________________________________*/ .fl-left{float:left;}
css/stylee.css
body{} .container { width:800px; margin:auto; border:2px; border-color: aqua; } .clearfix { clear: both;/* خاص بقسم الmy education*/ } /* end main rules */ /*________________________________________________________________________*/ /* start header*/ .header .slider { background-color: #EEE; height: 400px; background-image: url('../images/10.jpg'); background-size: cover; } .header .slider .intro { padding-top: 80px; text-align: center; color: #FFF; } .header .slider .intro h2 { margin: 0; font-size:50px; border-top: 2px solid #FFF; border-bottom:2px solid #FFF; padding: 5px 0; } .header .slider .intro button { margin-top: 30px; background:none; width: 170px; border: 3px solid #D4CFD5; font-weight: bold; padding: 10px 30px; color: #FFF; } .header .navbar { background-color: #252f31; color:#fff; overflow:hidden; text-transform: uppercase; } .header .navbar h2 { padding: 2px; font-size: 20px; } .header .navbar h2 { font-family:serif; } .header .navbar h2 span { color:#2ecc71; } .header .navbar ul { list-style: none; padding-left:87px; padding-top: 9px; overflow:hidden; font:right; margin-left: 14px; } .header .navbar ul li { padding: 12px; word-spacing: 2px; } .header .navbar ul li a { text-decoration: none; color: #FFF; padding-left:19px; font-size:13px; } .header .navbar ul li.active a, .header .navbar ul li a:hover { color: #30B576; } /*end header*/ /*________________________________________________________________________*/ /*start features*/ .features { overflow: hidden; padding-top: 40px; padding-bottom: 20px; } .features .feat { width: 33%; height: 210px; } .features .feat h2 { text-transform: capitalize; color: #555; font-family:inherit; text-align:center; } .features .feat p { line-height: 1.5; color: #888; text-align:center; width:87%; margin-left: 20px; } /*end features*/ /*________________________________________________________________________*/ /* start About-me*/ .about-me { background-color: #F3F2F3; overflow: hidden; max-height: 800px; margin-top: 8px; margin-bottom: 8%; } .about-me .info p { max-width: 85%; } .about-me .image { padding-top: 1.75%; width: 35%; } .about-me .image img { border-radius: 5%; width: 330px; height: 435px; opacity: 0.9; } .about-me .info { overflow: hidden; width:60%; margin-left: 40px; } .about-me .info h2 { margin: 10px 0 0 40px; color: #555; text-transform: uppercase; } .about-me .info > p:last-of-type { margin-top: 20px; } .about-me .info > p { line-height: 1.4; color: #666; margin: 2px 0 0 40px; } .about-me .info .hobbies { overflow: hidden; margin: 10px 0 -9px 40px; } .about-me .info .hobbies .content { width: 50%; min-height:100px; overflow: hidden; } .about-me .info .hobbies h3 { color: #555; text-transform: capitalize; } .about-me .info .hobbies .content .icon { width: 12%; margin-left: 0%; margin-top: 15% } .about-me .info .hobbies .content .icon img { max-width: 100%; width: 26px; height: 26px; } .about-me .info .hobbies .content .text { width: 83%; margin-left: 3%; } .about-me .info .hobbies .content .text p { margin-top: 0; } .about-me .info .hobbies .content .text h3 { margin-bottom: 5px; } .about-me .info .hobbies p { color: #666; } .about-me .info .hobbies >div { margin-top: 10px; float: right; width: 50%; height: 137px; } /* End About-me*/ /*________________________________________________________________________*/ /*start my-skills*/ .my-skills { overflow: hidden; padding-top: 0px; padding-bottom: 20px; margin-top: -6%; } .my-skills .skills, .my-skills .progress { width:50%; } .my-skills .skills h2 { margin: 10px 0 0 0px; color: #555; text-transform: uppercase; } .my-skills .skills > p { line-height: 1.4; color: #666; } .my-skills .skills button { color: #2DCC70; border: 1.7PX solid #2DCC70; background-color: #FFF; border-radius: 8% } .my-skills .progress .technique h3 { color: #555; } .my-skills .progress .technique div { background-color: #F2F2F2; height: 20px; } .my-skills .progress .technique div span { background-color: #2DCC70; height: 20px; display:block; text-align: right; color: #FFF; } /* end my-skills*/ /*________________________________________________________________________*/ /* Start resume*/ .resume { background-color: #F3F2F5; padding-top: 20px; padding-bottom: 42px; overflow: hidden; text-align: center; } .resume h2{color: #555} .resume p { color: #666; line-height: 1.5; } .resume button { color: #2DCC70; border: 1.7PX solid #2DCC70; background-color: #FFF; border-radius: 8%; } /* End resume*/ /*________________________________________________________________________*/ /* Start my-education*/ .my-education { background-color: #FFF; padding-top: 10px; padding-bottom: 10px; overflow: hidden; } .my-education .exp { width: 50%; margin-left: 34px; } .my-education .main { margin-left: -44px; width: 50%; } .my-education .main h2 { margin: 10px 0 0 40px; color: #555; text-transform: uppercase; } .my-education .main > p:last-of-type { margin-top: 20px; } .my-education .main > p { line-height: 1.4; color: #666; margin: 2px 0 0 40px; } .my-education .exp h3 { color: #555; } .my-education .exp span { color: #666; display: block; } .my-education .exp p { color: #666; line-height: 1.4; } .my-education .exp hr { margin-top: 22px; margin-bottom: 22px; background-color: #9E9DA1; height: 1px; border: 0 } .my-education .exp span:last-of-type { background-color: #2DCC70; color: #FFF; display: inline-block; margin-top: 11PX; padding:0 9PX 0 9PX; } .my-education .exp p:last-of-type { margin-bottom: 70px; } .my-education .exp span:first-of-type { margin-top: -8px; } /* End my-education*/ /*________________________________________________________________________*/ /* Start testimonials*/ .testimonials { background-color:#F3F2F5; padding-top: 40px; padding-bottom: 20px; overflow: hidden; text-align: center; } .testimonials q { color:#888; line-height: 1.4; font-style: italic; font-size: 17px; font-weight: bold; } .testimonials h3 { color: #555; } .testimonials ul { list-style: none; padding-left: 0; text-align: center; } .testimonials ul li { width: 8px; height: 8px; border: 2px solid #2DCC70; display: inline-block; border-radius: 40% } .testimonials ul li.active, .testimonials ul li:hover { background-color:#2DCC70; cursor: pointer;/*شكل المؤشر*/ } /* End testimonials*/ /*________________________________________________________________________*/ /* Start portfolio*/ .portfolio { padding-top: 30px; padding-bottom: 30px; } .portfolio h2, .portfolio p { text-align: center; } .portfolio h2 { color:#555; } .portfolio p { color:#666; line-height: 1.4; } .portfolio .our-work { overflow: hidden; } .portfolio .our-work > div { width: 33.333333%; margin-bottom: 15px; } .portfolio .our-work > div img { width: 90%; margin: 10px; padding:3px; transition: 1s; /* وقت عرض الصورة لحدث التكبير transform*/ box-shadow: 10px 10px 5px #ccc; border: 1px solid #ccc; background-color: #fff; } .portfolio .our-work > div:hover img { transform: scale(1.2, 1.2); /* حدث تكبير الصورة عند تمرير المؤشر فوقها*/ box-shadow: 0px 0px 0px ; } /* End portfolio*/ /*________________________________________________________________________*/ /* Start contact*/ .contact { background-color: #252F31; overflow: hidden; } .contact h2 { color: #FFF; } .contact p { color: #6A6E71; line-height: 1.4; } .contact p strong { color: #D1D6DA; } .contact .info { width: 40%; } .contact .form { margin-left:100px; margin-top: 16px; width: 45%; } .contact .form label { display: block; color:#D1D6DA; margin-bottom: 10PX; margin-top: 9px; } .contact .form input[type="text"] { background-color: #4B5557; color: #FFF; border: 0; width: 80%; height: 25px; } .contact .form textarea { background-color: #4B5557; color: #FFF; border: 0; width: 80%; height: 100px; } .contact .form input[type="submit"] { color:#D1D6DA; border:0; background-color: #15191B; margin-top: 12px; margin-bottom: 30px; padding: 5px 20px; text-align: center; } /*End contact*/ /*________________________________________________________________________*/ /* Start footer */ .footer { background-color:#191E22; color: #6A6E71; padding: 20px 0; text-align: center; } .footer span { display: block; } .footer ul { list-style: none; padding-left: 0; } .footer ul li { display: inline-block; } .footer ul li img { list-style: none; width: 20px; height: 20px; border: 0; border-radius: 40% } /* End footer */ /*________________________________________________________________________*/ .fl-left{float:left;}
0.186095
0.04952
padding-left: 30px; padding-right: 30px; padding-bottom: 30px; } #home-container { background-color: #efedee; border-radius: 10px; min-width: 250px; width: 100%; min-height: 200px; display: flex; flex-direction: row; flex-wrap: wrap; } #home-text { color: black; font-family: Lato; line-height: 1.2; padding-left: 15%; padding-right: 15%; padding-top: 15px; text-align: left; } .card-list { display: flex; padding: 20px; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; align-items: stretch; } .category-card { min-height: 420px; padding: 20px; display: inline-block; align-self: stretch; } .category-content { background: #ffffff; cursor: pointer; display: flex; flex-direction: column; border-style: solid; border-width: 5px; width: 255px; border-radius: 10px; } .category-title { font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding:12px; } .category-image { background:white; padding-top: 35px; } .category-description-container { background: white; padding: 17px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; height: 130px; } .category-description-text { font-family: Calibri Light, sans-serif; font-size: 13px; font-style: normal; font-weight: 300; line-height: 1.5; } ul.prompts { position: relative; list-style: none; margin-left: 0; padding-left: 1.2em; } ul.prompts li:before { content: "⁄"; position: absolute; left: 0; padding-bottom: 20px; } ul.prompts li { padding-bottom: 20px; } .category-container { max-width: 920px; width: 100%; position: relative; margin: 0 auto; flex: 1; flex: 1 1 auto; padding-bottom: 30px; } .category-section { padding: 30px; } .category-card-big { background-color: #fff; border-radius: 10px; min-width: 250px; width: 100%; min-height: 200px; display: flex; flex-direction: column; flex-wrap: wrap; } .category-primary-header { display: flex; flex-direction: row; flex-wrap: wrap; font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .category-secondary-header { display: flex; flex-direction: row; flex-wrap: wrap; background: #a54e98; font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding: 12px; } .category-content-row { display: flex; flex-direction: row; flex-wrap: wrap; } .category-content-1-column { padding-top: 10px; padding-left: 50px; padding-right: 50px; padding-bottom: 10px; font-family: Calibri; text-align: justify; } .category-content-2-column { flex: 1; min-width: 250px; padding: 30px; padding-left: 50px; padding-right: 50px; font-family: Calibri; text-align: justify; } .download-button { color: white; padding: 15px 20px; background-color: #f16336; border: 1px solid #fff; margin: 5px; border-radius: 5px; text-transform: lowercase; display: inline-block; text-decoration: none; transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; text-align: right; font-family: Pasajero; width: 250px; text-align: center; } .download-button-inverted { position: relative; color: #f16336; padding: 15px 20px; background-color: white; border: 1px solid #f16336; margin: 5px; border-radius: 5px; text-transform: lowercase; display: inline-block; text-decoration: none; transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; text-align: right; font-family: Pasajero; width: 250px; text-align: center; vertical-align: bottom; } .pink-colour { color: #ef279a } .flip-card { background-color: transparent; width: 300px; height: 300px; perspective: 1000px; } .flip-card-inner { position: relative; text-align: center; transition: transform 0.6s; -webkit-transition: transform 0.6s; transform-style: preserve-3d; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); height:280px; width:280px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; margin: auto; } .flip-card:hover .flip-card-inner { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: rotateX(0deg); } .flip-card-front { background-color: white; color: black; z-index: 2; } .flip-card-back { background: white; color: black; transform: rotateY(180deg); -webkit-transform: rotateY(180deg); z-index: 1; } .role-card-front { display:flex; justify-content:center; align-items:center; width:280px;height:280px; flex-direction: column; } .role-card-front-tile { font-family: Pasajero; color: white; font-size:30px; padding-left: 25px; padding-right: 25px; } .role-card-front-subtile { font-family: Calibri, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: bold; color: white } .role-card-back { border-style: solid; border-color: #d8b43b; border-width: 5px; background: white; color: black; font-family: Calibri; padding-left: 20px; padding-right: 20px; height: 96.6%; } .role-card-back-type { position: absolute; bottom: 5px; right: 10px; color: #d8b43b; font-family: Pasajero, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; } .role-cards-carousel-number { font-family: Calibri; color: black; font-size: 15px; padding-top: 8px; padding-bottom: 8px; position: absolute; bottom: 3px; width: 100%; text-align: center; } .role-cards-carousel-container { position: relative; margin: auto; } .role-cards-carousel-prev, .role-cards-carousel-next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -22px; color: black; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .role-cards-carousel-next { right: 0; border-radius: 3px 0 0 3px; } .role-cards-carousel-prev { left: 0; border-radius: 3px 0 0 3px; } .role-cards-carousel-prev:hover, .role-cards-carousel-next:hover { background-color: rgba(0,0,0,0.8); } .animal-carousel-container, .lens-carousel-container { max-width: 500px; position: relative; margin: auto; } .animal-carousel-prev, .animal-carousel-next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .animal-carousel-next { right: 0; border-radius: 3px 0 0 3px; } .animal-carousel-prev:hover, .animal-carousel-next:hover { background-color: rgba(0,0,0,0.8); } .animal-carousel-fade { -webkit-animation-name: animal-carousel-fade; -webkit-animation-duration: 1.5s; animation-name: animal-carousel-fade; animation-duration: 1.5s; } @-webkit-keyframes animal-carousel-fade { from {opacity: .4} to {opacity: 1} } @keyframes animal-carousel-fade { from {opacity: .4} to {opacity: 1} } .animal-carousel-number { font-family: Calibri; color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .category-content-title { width: 100%; text-align: center; font-family: Pasajero; font-size: 18px; } .single-side-card-container { height:200px; width:200px; } .single-side-card-full-color { height:180px; width:180px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; margin: auto; } .single-side-card-border-color { height: 174px; width: 174px; background: white; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; border-style: solid; border-width: 3px; margin: auto; } .single-side-card-text { margin: auto; font-family: Pasajero; color: white; font-size:18px; } .provocation-card { width: 380px; height: 258px; } .provocation-card-inner { width: 360px; height: 238px; } .provocation-card-front { width: 360px; height: 238px; display:flex; justify-content:center; align-items:center; flex-direction: column; } .provocation-card-back { width: 360px; height: 238px; background: white; color: black; display: flex; justify-content: center; align-items: center; flex-direction: column; } .provocation-card-text { color: rgb(255, 255, 255); font-family: Pasajero, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.2; padding-left: 30px; padding-right: 30px; } .provocation-cards-carousel-number { font-family: Calibri; color: white; font-size: 15px; position: absolute; bottom: 35px; width: 100%; text-align: center; } .provocation-cards-carousel-prev, .provocation-cards-carousel-next { cursor: pointer; position: absolute; top: 45%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .provocation-cards-carousel-prev { left: 10px; } .provocation-cards-carousel-next { right: 10px; } .provocation-cards-title { max-width: 380px; } .provocation-cards-title-padding { padding-left: 30px; padding-right: 30px; padding-top: 20px; padding-bottom: 10px; } .provocation-card-outline { outline-color: white; outline-style: solid; outline-width: 4px; width: 344px; height: 221px; display: flex; justify-content: center; align-items: center; flex-direction: column; } .provocation-card-back-title { font-family: Pasajero; font-size: 25px; color: #80483b; padding-bottom: 15px; padding-left: 40px; padding-right: 40px; } .provocation-card-back-subtitle { font-family: Calibri; } .role-cards-list-padding { padding-top: 0px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; } .alphabet-letter-button { font-weight: bold; border-style: none; font-size: 20px; padding-left: 10px; padding-right: 10px; margin: 2px; background: white; } .alphabet-letter-button:enabled { cursor: pointer; } .active-alphabet-letter-button, .alphabet-letter-button:hover:enabled { outline-color: lightgrey; outline-style: solid; outline-width: 2px; } .termBlock { /* border-bottom: 1px solid #ccc; padding-top: 10px; */ padding-bottom: 20px; text-align: left; } .termTitle { font-weight: bold; font-size: 20px; } .termDefinition { text-align: justify; } .noSearchResults { font-size: 20px; padding-bottom: 20px; padding-top: 20px; text-align: center; } #searchInput { background: white; border-color: rgb(238, 238, 238); border-width: 2px; border-style: double; } #clearSearchButton { border-style: solid; border-color: lightgray; background: white; } .navigation-category { height:100px; width:100px; cursor: pointer; display: flex; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; } .navigation-category-inner { display:flex; justify-content:center; align-items:center; width:90px; height:90px; margin:auto; border-radius: 10px; } .navigation-category-text { margin: auto; font-family: Pasajero; color: white; font-size:14px; /*word-break: break-word;*/ overflow-wrap: break-word; /*word-wrap: break-word;*/ /*padding-left: 9px; padding-right: 9px;*/ width: 70px; } .value-card { height:200px; width:200px; } .value-card-inner { height:180px; width:180px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; position: relative; margin: auto; } .value-card-name { margin: auto; font-family: Pasajero; color: white; font-size:18px } .value-card-textarea { background: #921f82; border: none; text-align: center; width: 170px; resize: none; overflow: hidden; } .role-card-textarea { padding: 0px; background: #d8b43b; width: 100%; border: none; text-align: center; resize: none; overflow: hidden; } .value-card-textarea::placeholder, .role-card-textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */ color: white; opacity: 1; /* Firefox */ } .value-card-textarea:-ms-input-placeholder, .role-card-textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color: white; } .value-card-textarea::-ms-input-placeholder, .role-card-textarea::-ms-input-placeholder{ /* Microsoft Edge */ color: white; } .role-card-back-type::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #d8b43b; opacity: 1; /* Firefox */ } .role-card-back-type:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #d8b43b; } .role-card-back-type::-ms-input-placeholder { /* Microsoft Edge */ color: #d8b43b; } .deleteValueCardButtonContainer { position: absolute; right: 5px; top: 5px; display: none; } .deleteValueCardButton { background: none; border: none; padding: 0px; cursor: pointer; } .value-card-inner:hover .deleteValueCardButtonContainer { display: flex; } .edit-button { background: none; border: none; cursor: pointer; padding: 15px; margin-top: 0px; margin-bottom: 30px; margin-left: 60px; margin-right: 60px; } .edit-button:hover { outline-style: solid; outline-color: lightgray; outline-width: 1px; } #edit-buttons-container { display: none; width: 100%; text-align: center } .role-card-contribution-textarea { text-align: left; display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; color: black; font-family: Calibri; margin: 11px 1px 11px 0px; width: 224px; resize: none; border: none; font-family: Calibri; font-size: 16px; height: 16px; } .partner-logo-container { padding-top: 0px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; width: 150px; } #login-header-big { position: absolute; top: 5px; right: 20px; width: 20px; } #login-header-small { height: 20px; display: none; padding-bottom: 10px; } .download-button-container { /*display: flex; align-items: center; justify-content: center;*/ text-align: center; width: 100%; padding-bottom: 20px; } .lens-text { font-family: Pasajero; color: black; font-size: 18px; position: absolute; top: 65px; left: 18px; width: 120px; height: 21px; } .lens-container { height:167px; width:310px; position: relative; text-align: center; margin: 20px; } .lens-text-carousel { font-family: Pasajero; color: black; font-size: 18px; position: absolute; top: 95px; left: 45px; width: 120px; height: 21px; } .lens-container-carousel { position: relative; text-align: center; margin: 20px; } .lens-carousel-number { font-family: Calibri; color: black; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .horizontal-divider { border-bottom: 0.1px solid lightgray; width: 80%; } .moral-qualities-card-back { background: #767756; color: white; border: none; font-family: Pasajero; display: flex; justify-content:center; align-items:center; height: 100%; padding-left: 25px; padding-right: 25px; } .pack-navigation-arrow { position: fixed; top: 50%; font-size: 100px; display: inline-block; } .pack-navigation-arrow-left { left: 10px; } .pack-navigation-arrow-right { right: 10px; } @media only screen and (max-height: 615px) { .pack-navigation-arrow { display: none; } } @media only screen and (max-width: 1120px) { .pack-navigation-arrow { display: none; } } @media only screen and (max-width: 750px) { #login-header-big { display: none; } #login-header-small { display: block; } #pack-navigation-menu { padding-bottom: 5px; } } @media only screen and (max-width: 500px) { .footer-section { text-align: center; } } @media only screen and (max-width: 500px) { .footer-section { text-align: center; } } @media only screen and (max-width: 425px) { .category-section { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 590px) { .role-cards-list-padding { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 475px) { .role-cards-list-padding { padding-left: 0px; padding-right: 0px; } .provocation-card { width: 100%; } .card-list { padding-left: 0px; padding-right: 0px; } #home-container-padding { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 475px) { .category-content-1-column { padding-left: 10px; padding-right: 10px; } .category-content-2-column { padding-left: 10px; padding-right: 10px; } .provocation-card-inner { width: 100%; } .provocation-card-front { width: 100% } .provocation-card-outline { width: 95%; } @media only screen and (max-width: 300px) { .role-cards-carousel-prev, .role-cards-carousel-next,.text {font-size: 11px} .animal-carousel-prev, .animal-carousel-next,.text {font-size: 11px} } } .lds-dual-ring { display: inline-block; width: 80px; height: 80px; } .lds-dual-ring:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid #fff; border-color: #fff transparent #fff transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } hr.solid { border-top: 3px solid #bbb; } .loader-dots, .loader-dots:before, .loader-dots:after { border-radius: 50%; width: 2.5em; height: 2.5em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; } .loader-dots { color: #f16336; font-size: 10px; margin: 80px auto; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } .loader-dots:before, .loader-dots:after { content: ''; position: absolute; top: 0; } .loader-dots:before { left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loader-dots:after { left: 3.5em; } @-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } } @keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } } .button--loading .button__text { visibility: hidden; opacity: 0; } .button--loading::after { content: ""; position: absolute; width: 16px; height: 16px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border: 4px solid transparent; border-top-color: #f16336; border-radius: 50%; animation: button-loading-spinner 1s ease infinite; } @keyframes button-loading-spinner { from { transform: rotate(0turn); } to { transform: rotate(1turn); } }
styles/styles.css
padding-left: 30px; padding-right: 30px; padding-bottom: 30px; } #home-container { background-color: #efedee; border-radius: 10px; min-width: 250px; width: 100%; min-height: 200px; display: flex; flex-direction: row; flex-wrap: wrap; } #home-text { color: black; font-family: Lato; line-height: 1.2; padding-left: 15%; padding-right: 15%; padding-top: 15px; text-align: left; } .card-list { display: flex; padding: 20px; flex-direction: row; flex-wrap: wrap; justify-content: center; text-align: center; align-items: stretch; } .category-card { min-height: 420px; padding: 20px; display: inline-block; align-self: stretch; } .category-content { background: #ffffff; cursor: pointer; display: flex; flex-direction: column; border-style: solid; border-width: 5px; width: 255px; border-radius: 10px; } .category-title { font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding:12px; } .category-image { background:white; padding-top: 35px; } .category-description-container { background: white; padding: 17px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; height: 130px; } .category-description-text { font-family: Calibri Light, sans-serif; font-size: 13px; font-style: normal; font-weight: 300; line-height: 1.5; } ul.prompts { position: relative; list-style: none; margin-left: 0; padding-left: 1.2em; } ul.prompts li:before { content: "⁄"; position: absolute; left: 0; padding-bottom: 20px; } ul.prompts li { padding-bottom: 20px; } .category-container { max-width: 920px; width: 100%; position: relative; margin: 0 auto; flex: 1; flex: 1 1 auto; padding-bottom: 30px; } .category-section { padding: 30px; } .category-card-big { background-color: #fff; border-radius: 10px; min-width: 250px; width: 100%; min-height: 200px; display: flex; flex-direction: column; flex-wrap: wrap; } .category-primary-header { display: flex; flex-direction: row; flex-wrap: wrap; font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; } .category-secondary-header { display: flex; flex-direction: row; flex-wrap: wrap; background: #a54e98; font-family: Pasajero, sans-serif; font-size: 25px; font-style: normal; font-weight: normal; color: white; padding: 12px; } .category-content-row { display: flex; flex-direction: row; flex-wrap: wrap; } .category-content-1-column { padding-top: 10px; padding-left: 50px; padding-right: 50px; padding-bottom: 10px; font-family: Calibri; text-align: justify; } .category-content-2-column { flex: 1; min-width: 250px; padding: 30px; padding-left: 50px; padding-right: 50px; font-family: Calibri; text-align: justify; } .download-button { color: white; padding: 15px 20px; background-color: #f16336; border: 1px solid #fff; margin: 5px; border-radius: 5px; text-transform: lowercase; display: inline-block; text-decoration: none; transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; text-align: right; font-family: Pasajero; width: 250px; text-align: center; } .download-button-inverted { position: relative; color: #f16336; padding: 15px 20px; background-color: white; border: 1px solid #f16336; margin: 5px; border-radius: 5px; text-transform: lowercase; display: inline-block; text-decoration: none; transition: background-color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out; text-align: right; font-family: Pasajero; width: 250px; text-align: center; vertical-align: bottom; } .pink-colour { color: #ef279a } .flip-card { background-color: transparent; width: 300px; height: 300px; perspective: 1000px; } .flip-card-inner { position: relative; text-align: center; transition: transform 0.6s; -webkit-transition: transform 0.6s; transform-style: preserve-3d; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); height:280px; width:280px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; margin: auto; } .flip-card:hover .flip-card-inner { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .flip-card-front, .flip-card-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: rotateX(0deg); } .flip-card-front { background-color: white; color: black; z-index: 2; } .flip-card-back { background: white; color: black; transform: rotateY(180deg); -webkit-transform: rotateY(180deg); z-index: 1; } .role-card-front { display:flex; justify-content:center; align-items:center; width:280px;height:280px; flex-direction: column; } .role-card-front-tile { font-family: Pasajero; color: white; font-size:30px; padding-left: 25px; padding-right: 25px; } .role-card-front-subtile { font-family: Calibri, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: bold; color: white } .role-card-back { border-style: solid; border-color: #d8b43b; border-width: 5px; background: white; color: black; font-family: Calibri; padding-left: 20px; padding-right: 20px; height: 96.6%; } .role-card-back-type { position: absolute; bottom: 5px; right: 10px; color: #d8b43b; font-family: Pasajero, sans-serif; font-size: 18px; font-style: normal; font-weight: normal; } .role-cards-carousel-number { font-family: Calibri; color: black; font-size: 15px; padding-top: 8px; padding-bottom: 8px; position: absolute; bottom: 3px; width: 100%; text-align: center; } .role-cards-carousel-container { position: relative; margin: auto; } .role-cards-carousel-prev, .role-cards-carousel-next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -22px; color: black; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .role-cards-carousel-next { right: 0; border-radius: 3px 0 0 3px; } .role-cards-carousel-prev { left: 0; border-radius: 3px 0 0 3px; } .role-cards-carousel-prev:hover, .role-cards-carousel-next:hover { background-color: rgba(0,0,0,0.8); } .animal-carousel-container, .lens-carousel-container { max-width: 500px; position: relative; margin: auto; } .animal-carousel-prev, .animal-carousel-next { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .animal-carousel-next { right: 0; border-radius: 3px 0 0 3px; } .animal-carousel-prev:hover, .animal-carousel-next:hover { background-color: rgba(0,0,0,0.8); } .animal-carousel-fade { -webkit-animation-name: animal-carousel-fade; -webkit-animation-duration: 1.5s; animation-name: animal-carousel-fade; animation-duration: 1.5s; } @-webkit-keyframes animal-carousel-fade { from {opacity: .4} to {opacity: 1} } @keyframes animal-carousel-fade { from {opacity: .4} to {opacity: 1} } .animal-carousel-number { font-family: Calibri; color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .category-content-title { width: 100%; text-align: center; font-family: Pasajero; font-size: 18px; } .single-side-card-container { height:200px; width:200px; } .single-side-card-full-color { height:180px; width:180px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; margin: auto; } .single-side-card-border-color { height: 174px; width: 174px; background: white; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; border-style: solid; border-width: 3px; margin: auto; } .single-side-card-text { margin: auto; font-family: Pasajero; color: white; font-size:18px; } .provocation-card { width: 380px; height: 258px; } .provocation-card-inner { width: 360px; height: 238px; } .provocation-card-front { width: 360px; height: 238px; display:flex; justify-content:center; align-items:center; flex-direction: column; } .provocation-card-back { width: 360px; height: 238px; background: white; color: black; display: flex; justify-content: center; align-items: center; flex-direction: column; } .provocation-card-text { color: rgb(255, 255, 255); font-family: Pasajero, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.2; padding-left: 30px; padding-right: 30px; } .provocation-cards-carousel-number { font-family: Calibri; color: white; font-size: 15px; position: absolute; bottom: 35px; width: 100%; text-align: center; } .provocation-cards-carousel-prev, .provocation-cards-carousel-next { cursor: pointer; position: absolute; top: 45%; width: auto; padding: 16px; margin-top: -22px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; -webkit-transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } .provocation-cards-carousel-prev { left: 10px; } .provocation-cards-carousel-next { right: 10px; } .provocation-cards-title { max-width: 380px; } .provocation-cards-title-padding { padding-left: 30px; padding-right: 30px; padding-top: 20px; padding-bottom: 10px; } .provocation-card-outline { outline-color: white; outline-style: solid; outline-width: 4px; width: 344px; height: 221px; display: flex; justify-content: center; align-items: center; flex-direction: column; } .provocation-card-back-title { font-family: Pasajero; font-size: 25px; color: #80483b; padding-bottom: 15px; padding-left: 40px; padding-right: 40px; } .provocation-card-back-subtitle { font-family: Calibri; } .role-cards-list-padding { padding-top: 0px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; } .alphabet-letter-button { font-weight: bold; border-style: none; font-size: 20px; padding-left: 10px; padding-right: 10px; margin: 2px; background: white; } .alphabet-letter-button:enabled { cursor: pointer; } .active-alphabet-letter-button, .alphabet-letter-button:hover:enabled { outline-color: lightgrey; outline-style: solid; outline-width: 2px; } .termBlock { /* border-bottom: 1px solid #ccc; padding-top: 10px; */ padding-bottom: 20px; text-align: left; } .termTitle { font-weight: bold; font-size: 20px; } .termDefinition { text-align: justify; } .noSearchResults { font-size: 20px; padding-bottom: 20px; padding-top: 20px; text-align: center; } #searchInput { background: white; border-color: rgb(238, 238, 238); border-width: 2px; border-style: double; } #clearSearchButton { border-style: solid; border-color: lightgray; background: white; } .navigation-category { height:100px; width:100px; cursor: pointer; display: flex; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; } .navigation-category-inner { display:flex; justify-content:center; align-items:center; width:90px; height:90px; margin:auto; border-radius: 10px; } .navigation-category-text { margin: auto; font-family: Pasajero; color: white; font-size:14px; /*word-break: break-word;*/ overflow-wrap: break-word; /*word-wrap: break-word;*/ /*padding-left: 9px; padding-right: 9px;*/ width: 70px; } .value-card { height:200px; width:200px; } .value-card-inner { height:180px; width:180px; -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.6); display: flex; position: relative; margin: auto; } .value-card-name { margin: auto; font-family: Pasajero; color: white; font-size:18px } .value-card-textarea { background: #921f82; border: none; text-align: center; width: 170px; resize: none; overflow: hidden; } .role-card-textarea { padding: 0px; background: #d8b43b; width: 100%; border: none; text-align: center; resize: none; overflow: hidden; } .value-card-textarea::placeholder, .role-card-textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */ color: white; opacity: 1; /* Firefox */ } .value-card-textarea:-ms-input-placeholder, .role-card-textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color: white; } .value-card-textarea::-ms-input-placeholder, .role-card-textarea::-ms-input-placeholder{ /* Microsoft Edge */ color: white; } .role-card-back-type::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #d8b43b; opacity: 1; /* Firefox */ } .role-card-back-type:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #d8b43b; } .role-card-back-type::-ms-input-placeholder { /* Microsoft Edge */ color: #d8b43b; } .deleteValueCardButtonContainer { position: absolute; right: 5px; top: 5px; display: none; } .deleteValueCardButton { background: none; border: none; padding: 0px; cursor: pointer; } .value-card-inner:hover .deleteValueCardButtonContainer { display: flex; } .edit-button { background: none; border: none; cursor: pointer; padding: 15px; margin-top: 0px; margin-bottom: 30px; margin-left: 60px; margin-right: 60px; } .edit-button:hover { outline-style: solid; outline-color: lightgray; outline-width: 1px; } #edit-buttons-container { display: none; width: 100%; text-align: center } .role-card-contribution-textarea { text-align: left; display: block; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; color: black; font-family: Calibri; margin: 11px 1px 11px 0px; width: 224px; resize: none; border: none; font-family: Calibri; font-size: 16px; height: 16px; } .partner-logo-container { padding-top: 0px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; width: 150px; } #login-header-big { position: absolute; top: 5px; right: 20px; width: 20px; } #login-header-small { height: 20px; display: none; padding-bottom: 10px; } .download-button-container { /*display: flex; align-items: center; justify-content: center;*/ text-align: center; width: 100%; padding-bottom: 20px; } .lens-text { font-family: Pasajero; color: black; font-size: 18px; position: absolute; top: 65px; left: 18px; width: 120px; height: 21px; } .lens-container { height:167px; width:310px; position: relative; text-align: center; margin: 20px; } .lens-text-carousel { font-family: Pasajero; color: black; font-size: 18px; position: absolute; top: 95px; left: 45px; width: 120px; height: 21px; } .lens-container-carousel { position: relative; text-align: center; margin: 20px; } .lens-carousel-number { font-family: Calibri; color: black; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } .horizontal-divider { border-bottom: 0.1px solid lightgray; width: 80%; } .moral-qualities-card-back { background: #767756; color: white; border: none; font-family: Pasajero; display: flex; justify-content:center; align-items:center; height: 100%; padding-left: 25px; padding-right: 25px; } .pack-navigation-arrow { position: fixed; top: 50%; font-size: 100px; display: inline-block; } .pack-navigation-arrow-left { left: 10px; } .pack-navigation-arrow-right { right: 10px; } @media only screen and (max-height: 615px) { .pack-navigation-arrow { display: none; } } @media only screen and (max-width: 1120px) { .pack-navigation-arrow { display: none; } } @media only screen and (max-width: 750px) { #login-header-big { display: none; } #login-header-small { display: block; } #pack-navigation-menu { padding-bottom: 5px; } } @media only screen and (max-width: 500px) { .footer-section { text-align: center; } } @media only screen and (max-width: 500px) { .footer-section { text-align: center; } } @media only screen and (max-width: 425px) { .category-section { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 590px) { .role-cards-list-padding { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 475px) { .role-cards-list-padding { padding-left: 0px; padding-right: 0px; } .provocation-card { width: 100%; } .card-list { padding-left: 0px; padding-right: 0px; } #home-container-padding { padding-left: 0px; padding-right: 0px; } } @media only screen and (max-width: 475px) { .category-content-1-column { padding-left: 10px; padding-right: 10px; } .category-content-2-column { padding-left: 10px; padding-right: 10px; } .provocation-card-inner { width: 100%; } .provocation-card-front { width: 100% } .provocation-card-outline { width: 95%; } @media only screen and (max-width: 300px) { .role-cards-carousel-prev, .role-cards-carousel-next,.text {font-size: 11px} .animal-carousel-prev, .animal-carousel-next,.text {font-size: 11px} } } .lds-dual-ring { display: inline-block; width: 80px; height: 80px; } .lds-dual-ring:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid #fff; border-color: #fff transparent #fff transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } hr.solid { border-top: 3px solid #bbb; } .loader-dots, .loader-dots:before, .loader-dots:after { border-radius: 50%; width: 2.5em; height: 2.5em; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: load7 1.8s infinite ease-in-out; animation: load7 1.8s infinite ease-in-out; } .loader-dots { color: #f16336; font-size: 10px; margin: 80px auto; position: relative; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } .loader-dots:before, .loader-dots:after { content: ''; position: absolute; top: 0; } .loader-dots:before { left: -3.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loader-dots:after { left: 3.5em; } @-webkit-keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } } @keyframes load7 { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; } 40% { box-shadow: 0 2.5em 0 0; } } .button--loading .button__text { visibility: hidden; opacity: 0; } .button--loading::after { content: ""; position: absolute; width: 16px; height: 16px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border: 4px solid transparent; border-top-color: #f16336; border-radius: 50%; animation: button-loading-spinner 1s ease infinite; } @keyframes button-loading-spinner { from { transform: rotate(0turn); } to { transform: rotate(1turn); } }
0.393269
0.083666
@font-face { font-family: Helvetica Neue Cyr; src: url(fonts/HelveticaNeueCyr-Light.ttf); } @font-face { font-family: Helvetica Neue Cyr; src: url(fonts/HelveticaNeueCyr-Bold.ttf); font-weight: bold; } body{ font-family: "Helvetica Neue Cyr"; } header { position:relative; top:0; color:#1c1d21; background: #ffffff80; } header .logo-icon { background:url(main/css/../i/logo-color.png) no-repeat; width:63px; height:63px; margin-right:16px } header .logo-text { font-size:18px; text-transform:uppercase; line-height:1.25; padding: 0; font-weight: normal; } header .header-tel { margin-left:0; font-weight:700; color:#1c1d21 } header .header-btn { border-width:2px; margin-left:0 } header .header-btn { border-width: 2px } .social-icon { align-items:center; justify-content:center; width:50px; height:50px; margin-left:15px; margin-right:15px; border-radius:25px; opacity: .4; transition:background-color .15s ease-in-out; display: table-cell; } div.social-icon.instagram{ opacity: .9; } header .logo-text { font-size:18px; text-transform:uppercase; line-height:1.25 } header .header-tel { margin-left:0; font-weight:700; color:#8a8a8a } .header-tel span { color:#4c9c00 } header .header-btn { border-width:2px; margin-left:0 } @media (min-width:768px) { header .header-tel+.header-btn { margin-left:50px } header .header-tel+.header-tel { margin-left:25px } } .alert-success { z-index: 5; position: fixed; right: 0; min-width: 360px; display: none; } div.success-modal { z-index: 5; position: fixed; font-size: 50px; width: 90%; height: 60px; display: flex; background: #adff2fee; border-radius: 30px; } section.section-programs { padding-top: 80px; padding-bottom: 80px } section.section-programs .section-title { max-width: 540px; margin-bottom: 40px; padding-left: 15px; padding-right: 15px; font-size: 32px } @media (min-width:576px) { section.section-programs .section-title { padding-left: 0; padding-right: 0 } } .programs-list, .programs-list a, .programs-list a:hover { color: #fff } .programs-list { padding-bottom: 10px; justify-content: space-around; max-width: 1440px; justify-self: center; } .courses .programs-list.row{ margin-left: auto; margin-right: auto; } .programs-list .program-item { display: block; max-width: 580px; min-width: 320px; margin: 23px auto; border-radius: 20px; } .bakalavriat .programs-list .program-item{ max-width: 375px; min-width: 300px; height: 250px; margin: 25px; } .bakalavriat .programs-list .program-item .program-title{ font-size: 18px; text-transform: none; padding-top: 25px; align-items: initial; } .programs-list .program-item{ background-color: #4c9c00 } .programs-list .program-item .program-subject { padding-left: 30px; padding-top: 30px } .programs-list .program-item .program-title { display: flex; align-items: center; font-size: 26px; font-weight: 700; text-align: left; text-transform: uppercase; padding-left: 30px; padding-right: 5px; background: no-repeat 40px center; line-height: 1.2; height: 115px } .programs-list .program-item .program-title { font-size: 18px } .programs-list .program-item .program-sep { width: 100%; height: 2px; background: #fff; opacity: .1 } .programs-list .program-item .program-text { opacity: .65; text-transform: uppercase; font-size: 16px; line-height: 1 } @media (max-width:450px) { .programs-list .program-item--mened .program-title { font-size: 16px!important } section .left-right-container{ width: 100%; border-radius: 0; } } @media (min-width:576px) { .programs-list .program-item { border-radius: 20px; } .programs-list .program-item .program-title { padding-left: 30px; padding-right: 30px; background-position-x: 45px } .programs-list .program-item--mened .program-title { font-size: 24px } } @media (min-width:992px) { .programs-list .program-item { margin: 23px 8px } .programs-list .program-item .program-title { height: 145px } .programs-list .program-item--buh .program-title { font-size: 25px } } @media (min-width:1200px) { section.section-points .left-block .section-text{ position: absolute; width: 100%; bottom: 0; } .programs-list .program-item .program-title { height: 115px; } } .master-programs-list, .master-programs-list a, .master-programs-list a:hover { color: #1c1d21 } .master-programs-list { display: flex; flex-direction: column; align-items: center } @media (min-width:992px) { .master-programs-list { flex-wrap: wrap; flex-direction: row; align-items: flex-start; justify-content: space-around } } @media (min-width:1200px) { .master-programs-list { justify-content: space-between } } .master-programs-list .program-item { position: relative; display: block; width: 360px; height: 225px; margin-bottom: 25px; padding: 30px 50px 25px 35px; border-radius: 8px; background: #fff } .master-programs-list .program-item--empty { background-color: transparent; opacity: 0 } .master-programs-list .program-item:before { position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; width: 8px; border-radius: 8px 0 0 8px; transition: width 0.15s ease-in-out; content: '' } .master-programs-list .program-item:hover:before { width: 20px } .master-programs-list .program-item:after { position: absolute; z-index: 1; top: 50%; right: 25px; margin-top: -7px; background: url(main/i/card-arrow.png) no-repeat -20px center; width: 20px; height: 14px; opacity: 0; transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out; content: '' } .master-programs-list .program-item:hover:after { opacity: 1; background-position-x: 0 } .master-programs-list .program-item--ip:before { background: #009698 } .master-programs-list .program-item--cm:before { background: #22b2b7 } .master-programs-list .program-item--tb:before { background: #517ab8 } .master-programs-list .program-item--nef:before { background: #554fb1 } .master-programs-list .program-item--emp:before { background: #5175a7 } .master-programs-list .program-inner { display: flex; flex-direction: column; height: 100% } .master-programs-list .program-subject { flex-shrink: 0; opacity: .5; padding-bottom: 15px; font-size: 14px; text-transform: uppercase } .master-programs-list .program-title { flex-grow: 1; line-height: 1.2; font-size: 20px; font-weight: 700 } .master-programs-list .program-footer { flex-shrink: 0; font-size: 14px; font-weight: 500; color: #767676 } .master-programs-list .program-footer__item { display: inline-block; background: transparent no-repeat left center } .master-programs-list .program-footer__item+.program-footer__item { margin-left: 30px } .master-programs-list .program-footer__item.user { padding-left: 20px; background-image: url(main/i/icons/ic-user.svg); background-size: 13px } .master-programs-list .program-footer__item.time { padding-left: 22px; background-image: url(main/i/icons/ic-time.svg); background-size: 10px } .master-programs-list .program-footer__item.period { padding-left: 27px; background-image: url(main/i/icons/ic-book.svg); background-size: 16px } footer { position: relative; z-index: 2 } .places { background-image: url(new_landing/icons8-man-20.png); } .years { background-image: url(new_landing/icons8-clock-20.png); } .learn { background-image: url(new_landing/icons8-open-book-20.png); } .program-row { display: flex; flex-direction: row; align-content: space-around; height: 60px; justify-content: space-between; padding: 0 30px; align-items: center; } .program-icon { width: 20px; height: 20px; margin-right: 5px; } .programs-list .program-item .program-text { opacity: .65; font-size: 12px; line-height: 1; display: table-cell; vertical-align: middle; } .container-wide { margin: 20px; max-width: 1440px; align-content: center; margin-right: auto; margin-left: auto; } section.section-programs { padding-top: 80px; } section.section-competencies .section-content{ background: white; } .modal-dialog-custom { margin-top: 5rem; color: #1c1d21 } @media (min-width:1200px) { section .container { max-width: 1440px } } .programs-list .program-item { background-color: #ffffff } .programs-list, .programs-list a, .programs-list a:hover { color: #000 } .programs-list .program-item .program-subject { padding-left: 30px; padding-top: 30px; color: gray; } .programs-list .program-item .program-title { max-width: 300px; } .programs-list .program-item .program-cond { display: table; } .table-flex{ display: flex; } /*ivt*/ .light-grey-holder { background: #ebebeb; display: flex; flex-direction: column; } .headline { text-align: center; font-size: 36px; padding: 100px 0; font-weight: bold; } .light-grey-holder .headline { color: #3e9983; } .bakalavriat .light-grey-holder .headline{ color: #6a5e72; } .bakalavriat .light-grey-holder { background: #ebebeb; display: flex; flex-direction: column; } .bakalavriat .light-grey-holder .headline { color: #6a5e72; } .white-holder { background: white; } .white-holder .headline { background: white; color: #456c7a; } .bakalavriat .white-holder .headline { color: #6a5e72; } .white-holder2 .headline { background: white; color: #b16763; } .green-gradient-holder { background: linear-gradient(90deg, #217989d1 0%, #16a172d1 100%); background-size: 100%; padding: 130px 240px; } .left-right-container { max-width: 1440px; width: 75%; min-height: 580px; min-width: 320px; background: white; border-radius: 40px; align-self: center; position: relative; } .left-right-container .arrow-right{ display: none; background: url(new_landing/icons8-double-arrow-right-100.png), #ffffff; position: absolute; top: 50%; right: 40px; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; border-radius: 10px; } .left-right-container .arrow-left{ display: none; background: url(new_landing/icons8-double-arrow-left100.png), #ffffff; position: absolute; top: 50%; left: 40px; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; border-radius: 10px; } .left-right-container .left-right-content{ min-width: 100%; } .left-right-container .item{ display: block; position: relative; width: 100%; height: 100%; float: left; padding: 50px 100px; } .left-right-content .item .photo { max-width: 50%; max-height: 500px; position: relative; top: 50%; transform: translateY(-50%); } .left-right-content .item .photo .photo-item{ max-width: 90%; vertical-align: middle; max-height: 500px; object-fit: contain; margin: auto; } .bakalavriat section.section-why{ background-color:#f5f5f5 } .bakalavriat section.section-why .section-title{ color:#b87571; } .left-right-content .item .info{ width: 50%; margin: auto 0 auto auto; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } .left-right-content .item .info .info-name{ font-size: 25px; font-weight: bold; width: 75%; } .left-right-content .item .info .info-text{ padding-top: 60px; font-size: 18px; width: 75%; } .left-right-content .item .info .info-text.info-text__small{ font-size: 14px; } .left-right-content .slick-list{ min-height: 100%; } .left-right-content .slick-list .slick-track{ min-height: 100%; } .dots{ margin-top: 70px; margin-bottom: 140px; } .dots .slick-dots{ position: center; bottom: initial; } .dots .slick-dots li{ position: center; width: 18px; height: 18px; border-radius: 50%; } .slick-dots li button{ width: 18px; height: 18px; background: #cccccc; border-radius: 50%; } .slick-dots li.slick-active button{ background: #7ac6cc; } .slick-dots li button::before{ all: initial; } .program-target{ max-width: 950px; justify-self: center; } .program-holder { display: grid; align-items: center; } .qualification-list{ width: 100%; display: table; justify-items: center; padding: 30px 18%; border-spacing: 0 30px } .bakalavriat .white-holder .headline{ color: #b16763; } .bakalavriat section.partners .white-holder .headline{ color: #6a5e72; } .gradient-navbar, .gradient-navbar-table{ background-image: url(main/i/green-gradient.jpg); } .bakalavriat .gradient-navbar, .bakalavriat .gradient-navbar-table{ background: linear-gradient(90deg, #792e7b 0%,#8a386f 25%,#b7514f 50%, #e68659 100%); } .nav-container{ background-color: #f2f2f2; width: 75%; min-width: 355px; max-width: 1440px; height: auto; position: relative; align-self: center; border-radius: 20px; display: flex; } .questions-container{ display: flex; flex-direction: column; padding-bottom: 50px; } .gradient-navbar{ background-size: 100%; top: 0; left: 50%; width: 50%; height: 100%; } .gradient-navbar.navbar-right{ border-bottom-right-radius: inherit; border-top-right-radius: inherit; } .gradient-navbar.navbar-left{ border-bottom-left-radius: inherit; border-top-left-radius: inherit; } .gradient-navbar .choices{ position: relative; border-radius: inherit; } .gradient-navbar .choices div.choice{ font-size: 18px; vertical-align: center; text-align: left; } .choice-wrap{ color: white; width: 100%; padding: 30px 30px 30px 100px; cursor: pointer; background: none; border-width: 0; } .choice-wrap.chosen, .choice-wrap:hover{ background: linear-gradient(90deg, #c7e699 0%, #c8e39b 100%); color: black; } .bakalavriat .choice-wrap.chosen, .bakalavriat .choice-wrap:hover{ background: linear-gradient(90deg, #f4e5b1 0%, #fdeaab 100%); color: black; } .gradient-navbar-table .choice-wrap:hover{ background: initial; color: white; } .navbar-right .choice-wrap.chosen:first-child{ border-top-right-radius: inherit; } .navbar-left .choice-wrap.chosen:first-child{ border-top-left-radius: inherit; } .navbar-right .choice-wrap:first-child:hover{ border-top-right-radius: inherit; } .navbar-left .choice-wrap:first-child:hover{ border-top-left-radius: inherit; } .gradient-navbar .choices div.choice-wrap-after{ height: 1px; content: ''; max-height: 1px; width: 100%; position: absolute; left: 0; } .bakalavriat div.choice-wrap-after{ background: linear-gradient(45deg, #925592, #e98958); } div.choice-wrap-after { background: linear-gradient(90deg, #3b8b97 0%, #7fcbb1 100%); } .nav-container .answers{ width: 50%; } .nav-container .answers .answer{ display: none; } .nav-container .answers .answer.visible{ display: block; padding: 30px; } .arrow-round{ background: #ffffff30; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; } .after-invisible{ display: none; } .arrow-holder{ display: flex; justify-content: center; margin-top: 60px; margin-bottom: 40px; } .arrow-holder .arrow-down{ background: url(new_landing/icons8-double-arrow-down-100.png); height: 50px; width: 50px; background-size: cover; } .answer-headline{ padding: 20px 70px; font-size: 22px; font-weight: bold; } .answer-text{ padding: 50px 70px 0 70px; font-size: 17px; } .gradient-navbar-table { display: table; width: 100%; border-radius: inherit; padding: 50px 0; } .choice-row{ display: table-row; } .gradient-navbar-table .choice-wrap-after { width: 200%; display: block; height: 3px; } .choice-row > .choice-wrap { display: table-cell; max-width: 50%; min-width: 50%; width: 50%; } .gradient-navbar-table > .choice-row > .choice-wrap{ cursor: unset; } .section-vacancy .li_style{ padding: 0 40px; } section.section-why.section-vacancy .section-title{ font-size: 28px; } .course-item-holder { display: flex; justify-content: center; } @media (max-width: 1000px) { .nav-container{ flex-direction: column; } .nav-reverse{ flex-direction: column-reverse; } .course-item-holder > div { align-items: center; margin: 10px auto; } .gradient-navbar.navbar-right, .gradient-navbar.navbar-left, .nav-container .answers{ width: 100%; height: 50%; border-top-left-radius: inherit; border-top-right-radius: inherit; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .choice-wrap{ padding: 30px 0; } .gradient-navbar-table > .choice-row > .choice-wrap{ text-align: center; display: block; max-width: 100%; width: 100%; } .gradient-navbar-table .choice-wrap-after { width: 100%; } .after-invisible{ display: block; } .gradient-navbar-table .choice-row{ display: block; } .gradient-navbar .choices div.choice{ text-align: center; } .answer-headline{ padding: 30px; } .answer-text{ padding: 30px; } } @media (max-width: 500px) { section.section-why.section-vacancy .section-title{ font-size: 24px; } } body { background-color: #fff; color: #464646; max-width: 99%; } a, a:hover { color: #fff } h1 { color: #456c7a } .btn-danger { color: black; background-color: #d7ec9d; border-color: #d7ec9d } .bakalavriat .btn-danger { color: black; background-color: #fff5b4; border-color: #fff5b4 } .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active { color: #fff; background-color: #d7ec9d; border-color: #d7ec9d } .bakalavriat .btn-danger:hover, .bakalavriat .btn-danger:not(:disabled):not(.disabled).active, .bakalavriat .btn-danger:not(:disabled):not(.disabled):active { color: #000; background-color: #fff5b4; border-color: #fff5b4 } .benefit-item { min-width: 70px; min-height: 62px; padding-bottom: 60px; background: transparent no-repeat; } .row .row > .benefit-title { color: #4d94a1; font-size: 22px; font-weight: 700; line-height: 1.1; padding-top: 20px; padding-left: 10px; !important; } .benefit-text { font-size: 14px; padding: 10px; /* Если плохо удали что ниже*/ width: 50%; margin-left: auto; margin-right: 100px; } @media (max-width: 1400px) { .benefit-text { width: initial; margin: 0; } } .benefit-target{ background-image: url(new_landing/icons8-target-100.png); } .benefit-suitcase{ background-image: url(new_landing/icons8-suitcase-100.png); } .benefit-hat{ background-image: url(new_landing/icons8-academy-hat-100.png); } .benefit-graph{ background-image: url(new_landing/icons8-graph-100.png); } .benefit-programming{ background-image: url(new_landing/icons8-programming-100.png); } .benefit-task{ background-image: url(new_landing/icons8-parallel-task-100.png); } .bakalavriat .statistic-block { border: #f0ae8d solid 20px; } .bakalavriat .statistic-block .stat-title { color: #b16763; } .statistic-block.gap-block .stat-title { font-size: 25px; } .bakalavriat .statistic-block .stat-text { line-height: 1.5; color: #b16763; } .statistic-block { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; width: 330px; height: 330px; text-align: center; border: #85cacf solid 20px; border-radius: 50% } .statistic-block .stat-title { color: #456c7a; font-size: 33px; font-weight: 700; line-height: 1; margin-bottom: 20px } .statistic-block .stat-text { font-size: 20px; line-height: 1.5; color: #456c7a; } .step-items { display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start; justify-content: flex-start } .step-item { position: relative; width: inherit; max-width: 100%; padding-top: 0; padding-bottom: 65px; padding-left: 120px!important; background: transparent no-repeat left top; background-size: 85px auto; text-align: left } .step-item::before, .step-item::after { position: absolute; display: none; background: #373e4a; opacity: .5; content: "" } .step-item:first-child::before { display: none } .step-item:last-child::after { display: none } .step-item .step-title { font-weight: 700; color: #428700; font-size: 22px; line-height: 1.1; margin-bottom: 25px } .step-item--4 .step-title { color: #de6800 } .step-item .step-text { font-size: 14px } .step-item .step-number { position: absolute; top: 0; bottom: inherit; left: -95px; display: none; align-items: center; justify-content: center; width: 67px; height: 67px; margin-top: 0; margin-left: 0; border-radius: 50%; background-color: rgba(118, 139, 170, 1); color: #1c1d21; font-size: 40px; font-weight: 700 } .step-item--1 .step-number { background-color: rgba(118, 139, 170, .15) } .step-item--2 .step-number { background-color: rgba(118, 139, 170, .25) } .step-item--3 .step-number { background-color: rgba(118, 139, 170, .35) } .step-item--4 .step-number { background-color: rgba(118, 139, 170, .45) } @media (min-width:576px) { .step-items { align-items: center } .step-item { width: 375px } .step-item::before, .step-item::after { left: -63px; right: inherit; width: 3px; height: inherit } .step-item::after { display: block; top: 67px; bottom: 0; margin-left: 0; margin-top: 10px; margin-bottom: 10px } .step-item .step-number { display: flex } } @media (min-width:992px) { .step-items { flex-direction: row; align-items: stretch; justify-content: space-between } .step-item { flex: 0 0 25%; max-width: 25%; width: inherit; padding-top: 200px; padding-bottom: 140px; padding-left: 0!important; background-position: top center; background-size: auto auto; text-align: center } .step-item::before, .step-item::after { top: inherit; bottom: 31px; width: inherit; height: 3px } .step-item::before { display: block; left: 0; right: 50%; margin-right: 45px } .step-item::after { left: 50%; right: 0; margin-left: 45px; margin-top: 0; margin-bottom: 0 } .step-item .step-number { top: inherit; bottom: 0; left: 50%; margin-top: 0; margin-left: -33px } .step-item .step-text { padding-left: 4px; padding-right: 4px } } section.section-welcome{ background: none; position: static; } section.section-welcome .background{ position: absolute; top: 0; height: 100%; width: 100%; z-index: -1; } @media (max-width: 700px) { section.section-welcome .background{ background-size: initial; } } section.section-welcome .section-content { padding-top: 70px; padding-bottom: 95px } /*section.section-welcome .container {*/ /* padding-left: 15px;*/ /* padding-right: 15px*/ /*}*/ section.section-welcome h1 { width: 100%; margin-bottom: 35px; font-weight: 700; font-size: 40px; text-align: left; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; } section.section-welcome p { width: 100%; line-height: 1.4; text-align: left } @media (min-width:576px) { section.section-welcome h1 { font-size: 60px } section.section-welcome .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-welcome .section-content { padding-bottom: 70px } section.section-welcome h1 { width: 100% } section.section-welcome p { width: 75% } } @media(max-width: 500px){ section.section-welcome .section-content { padding-bottom: 30px } } section.section-welcome .course-item { width: 100%; padding: 10px 25px 10px; color:#7d7d7d; } .course-item-benefit{ display: flex; align-content: center; max-width: 400px; background: #ffffff80; border-radius: 5px; } section.section-welcome .course-item__label { color: #464646b4; text-transform: uppercase; font-size: 16px; line-height: 1 } section.section-welcome .course-item__value { color: black; line-height: 1; margin-top: 13px } @media (min-width:992px) { section.section-welcome .course-item { padding-bottom: 0 } } section.section-request{ padding: 50px 0; background: white; } section.section-request.top { margin-top: -170px } @media (min-width:992px) { section.section-request.top { margin-top: -115px } } section.section-request .section-content{ max-width: 1440px; margin: 0 auto; } .request-row { background: #4c9c00; border-radius: 0 } .request-row .request-separator { width: 100%; height: 2px; background: #fff; opacity: .15 } .request-block { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; width: 100%; padding: 15px 20px } .request-block--top { align-items: flex-start } .request-block--bottom { align-items: flex-start } .request-block .request-title { font-size: 30px; font-weight: 700; text-transform: uppercase } .request-block .request-action { align-self: center; margin-top: 15px } .request-block .course-item { width: 100%; padding-bottom: 30px } .request-block .course-item__label { opacity: .3; text-transform: uppercase; font-size: 16px; line-height: 1 } .request-block .course-item__value { line-height: 1; margin-top: 13px; font-size: 30px; font-weight: 700 } @media (min-width:576px) { .request-row { border-radius: 10px } } @media (min-width:992px) { .request-block { padding: 20px 40px } } @media (min-width:992px) { .request-block { justify-content: space-between } .request-block--top { flex-direction: row; align-items: center } .request-block--bottom { flex-direction: row } .request-block .request-action { margin-top: 0 } .request-block .course-item { width: 290px; padding-bottom: 0 } } section.section-benefits { padding-top: 100px; padding-bottom: 10px } section.section-benefits .container { padding-left: 15px; padding-right: 15px } .section-benefits .row { justify-content: center; } @media (min-width:576px) { section.section-benefits .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-benefits { padding-top: 100px; padding-bottom: 30px } } section.section-why { padding-bottom: 60px; background-color:#ebebeb; } section.section-why .section-title { font-size: 40px; color: #3e9983; padding-top: 40px; margin-bottom: 30px; } section.section-why .section-text { text-align: left; font-size: 20px; } .bakalavriat section.section-why .section-text{ font-size: 20px; } .bakalavriat section.section-why .section-title{ font-size: 40px; } section.section-points .left-block{ position: relative; } section.section-points .left-block .section-text{ margin-bottom: 0; } .bakalavriat .scores .section-text > div { justify-content: center; display: flex; } .left-block { max-width: 100% } .right-block { margin-top: 50px; align-self: center; justify-content: space-between; } section.section-why .container { padding-left: 15px; padding-right: 15px } .circle { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; width: 180px; height: 180px; text-align: center; background-color: white; border-radius: 50% } .circle-title { color: #b97672; font-weight: 700; font-size: 33px; } section.partners { margin-bottom: 100px; } .partners-container { max-width: 1440px; display: block; align-self: center; margin: 0 auto; } div.partners{ flex-wrap: wrap; display: flex; justify-content: space-evenly; align-items: center; } .partners-style { padding: 10px; object-fit: cover; } .partners-style > img { max-height: 165px; max-width: inherit; width: auto; } .text { text-align: center; font-size: 16px; } .bakalavriat .qualification-topics .headline{ color: #b16763; } .li_style { list-style: none; /* Скрываем маркеры списка */ display: table-row; } .li__text { display: table-cell; } .li_style::before { content: '\25c9'; /* Добавляем маркер в шестнадцатеричном формате*/ padding-right: 50px; /* Расстояние от маркеров до текста */ font-size: 30px; display: table-cell; color: #0f6674; } .bakalavriat .li_style::before { color: #b486a6; /* Маркеры цвета */ } .li-text { background-color: #ebebeb; width: 100%; height: auto; position: relative; align-self: center; border-radius: 20px; display: flex; margin-bottom: 150px; justify-content: center; } .horizontal-line{ width:100%; float:right; background:#7f7f7f; border:none!important; border-radius:5px; height:1px; margin-top: 90px; } section.section-results { padding-bottom: 100px } section.section-results .section-title { margin: 0 auto; margin-bottom: 30px; width: auto; color: #456c7a; text-align: center; margin-top: 70px; } section.section-results .section-title, section.section-results .section-text { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-results .section-title, section.section-results .section-text { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-results { padding-bottom: 150px } section.section-vacancy .left-block { max-width: 90%; min-width: 360px; } } .result-items { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: flex-start; width: 100%; margin-top: 40px } .result-item { width: 370px; margin-bottom: 40px } .result-item .result-block { width: 100% } section.section-points .container { padding: 100px 0; } .result-item .result-pic { display: block; width: 100%; height: 194px; border-radius: 9px 9px 0 0; background: transparent no-repeat center center; background-size: cover } .result-item .result-title { display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; background: #fff; color: #1c1d21; font-weight: 700; font-size: 22px; text-align: center; line-height: 1.1; border-radius: 0 0 9px 9px } .result-item .result-text { font-size: 14px; text-align: center; max-width: 290px; margin: 35px auto 0 auto } @media (min-width:992px) { .result-items { flex-direction: row; align-items: flex-start; justify-content: space-between } .result-item { width: 300px } } @media (min-width:1200px) { .result-item { width: 370px } } section.section-program { padding-bottom: 80px } @media (min-width:992px) { section.section-program { padding-bottom: 125px } } .program-table { margin-top: 40px } .program-table .row-header { margin-bottom: 25px; font-size: 16px } .program-table .row-header>[class*="col-"] { opacity: .4; text-transform: uppercase } .program-table .row>[class*="col-"]:first-child { padding-left: 40px; padding-right: 10px } .program-table .row>[class*="col-"]:last-child { text-align: center } .program-table .row:not(.row-header)+.row { margin-top: 20px } .program-table .row:not(.row-header)>[class*="col-"]:first-child { background: url(main/css/../i/radio-empty.png) no-repeat left 5px } .program-table .row:not(.row-header)>[class*="col-"]:last-child { color: #428700; font-weight: 700; font-size: 22px } section.section-skills { padding-top: 100px; padding-bottom: 60px } section.section-skills .section-title { margin: 0 auto; margin-bottom: 30px; width: auto; color: #456c7a; text-align: center; margin-top: 70px; } section.section-skills .container { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-skills .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-skills { padding-top: 150px; padding-bottom: 110px } } section.section-specialists { padding-bottom: 110px } section.section-specialists .section-title { max-width: 690px; padding-left: 15px; padding-right: 15px } section.section-specialists .single-slider+.multi-slider { margin-top: 50px } @media (min-width:576px) { section.section-specialists .section-title { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-specialists { padding-bottom: 170px } } section.section-education { padding-bottom: 100px } section.section-education .container { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-education .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-education { padding-bottom: 150px } } section.section-subscribe { padding-top: 60px; padding-bottom: 60px; background: url(main/css/../i/buh/bg-subscribe.jpg) no-repeat bottom center; background-size: cover } section.section-subscribe .section-title { text-transform: uppercase; max-width: 460px; padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-subscribe .section-title { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-subscribe { padding-top: 100px; padding-bottom: 100px } } .subscribe-blocks { display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100% } .subscribe-block { width: 100% } .subscribe-block--info, .subscribe-block--info2 { display: flex; flex-wrap: wrap; flex-direction: column; padding-left: 15px; padding-right: 15px } .subscribe-blocks .course-item { line-height: 1; margin-bottom: 40px; width: 100% } .subscribe-blocks .course-item__label { opacity: .4; text-transform: uppercase; font-size: 16px } .subscribe-blocks .course-item__value { margin-top: 13px; font-size: 22px; font-weight: 700 } .subscribe-block--form { padding: 30px; margin-bottom: 40px; border-radius: 10px; background: #fff } @media (min-width:576px) { .subscribe-blocks { flex-direction: row } .subscribe-block--info, .subscribe-block--info2 { padding-left: 0; padding-right: 0 } .subscribe-block--form { padding: 50px } } @media (min-width:768px) { .subscribe-block--form { width: 400px } .subscribe-block--info { width: 280px } .subscribe-block--info2 { flex-direction: row } .subscribe-block--info2 .course-item { width: 280px } } @media (min-width:992px) { .subscribe-block--form { width: 415px } .subscribe-block--info { width: 290px } .subscribe-block--info2 .course-item { width: 290px } } @media (min-width:1200px) { .subscribe-block--info2 { flex-direction: column; width: 290px } .subscribe-block--info2 .course-item { width: 100% } } .badge-secondary { color: #464646; background-color: #e5edef } .badge-pill { padding-right: 30px; padding-left: 30px; font-size: 14px; margin: 10px 10px 10px; border-radius: 10rem; display: flex; flex-direction: row; max-width: 450px; width: 450px; vertical-align: middle; height: 60px; align-items: center; justify-content: center; } .pill-container{ display: inline-flex; } @media(max-width: 576px){ .pill-container { display: flex; flex-direction: column; } .badge-pill{ width: initial; } } section.section-results .section-text { background-color: #f2f2f2; } .col-auto1 { -ms-flex: 0 0 auto; flex: 0 0 auto; border: 2px solid #4d94a1; border-radius: 15px; padding: 15px; background: #ffffff80; max-width: 600px; height: 113px; width: 96%; } .bakalavriat .col-auto1{ border: 2px solid #cbc0d0; padding-bottom: 15px; } .bakalavriat .grid-container{ background: linear-gradient(45deg, #925592, #e98958); } .bakalavriat .grid-container-item .btn{ padding: 25px 100px; } .bakalavriat h1 { color: #6a5e72 } .bakalavriat .section-content .headline { color: #6a5e72; /*padding: 10px 10px 0;*/ } .bakalavriat .row .row > .benefit-title { color: #8e6a8e; } .bakalavriat .slick-dots li.slick-active button{ background: #f1a783; } .grid-container { background: linear-gradient(45deg, #4a919e, #40b28b); border-radius: 15px; padding: 40px; margin: 20px 0 ; } .grid-instruction-row { display: flex; justify-content: space-between; } .grid-container-item.grid-instruction-bold{ font-size: 28px; font-weight: bold; } .grid-container-item{ color: white; font-size: 20px; max-width: 45%; padding: 10px; } .grid-container-item .btn{ padding: 25px 150px; } @media (max-width: 1500px) { .headline { padding: 40px 0; } } @media (max-width: 1000px) { .grid-instruction-row { flex-direction: column; align-items: center; } .grid-container-item { max-width: 100%; margin: 10px; } .headline { padding: 30px 0; } section.section-vacancy .right-block { margin: 50px auto auto auto; } } @media (max-width: 500px){ .grid-container-item { width: 100%; } .bakalavriat .grid-container-item .btn, .grid-container-item .btn{ padding: 25px 0; width: 100%; } .headline { font-size: 28px; padding: 20px 0; } } .grid-container1 { background: linear-gradient(45deg, #925592, #e98958); border-radius: 15px; padding: 40px; } .row1 { color: #ffffff; font-size: 24px; font-weight:700; } .row2 { color: #ffffff; font-size:20px; } .col1{ text-align:center ; } .list-group1{ background: linear-gradient(45deg, #4a919e, #40b28b); padding: 0px; border-radius: 15px 0 0 15px; } .changing_div { position: absolute; display: none; background-color: #f2f2f2; } /* для кнопок в блоке resalt*/ .btn-group button { display: inline-block; background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; text-align: center; outline: none; text-decoration: none; color: white; /* White text */ padding: 10px 24px; /* Some padding */ float: left; /* Float the buttons side by side */ } .btn-group button:not(:last-child) { border-right: none; /* Prevent double borders */ } /* Clear floats (clearfix hack) */ .btn-group:after { content: ""; clear: both; display: table; } /* Add a background color on hover */ .btn-group button:hover { background-color: #c8e59c; border-radius: 15px 0 0 15px; } /*-----*/ .disciplin { padding: 30px; font-size:16px; } .section-competencies .gradient-container{ padding-top: 150px; padding-bottom: 180px; } /*footer*/ .contact{ font-size: 15px; display: table-cell; padding-left: 10px; text-transform: uppercase; margin: auto; } .contact-fade { opacity: .65; } .contact-bold { font-weight: bold; font-size: 20px; } .social-transparent { opacity: .35; width: 35px; max-width: 35px; height: 35px; max-height: 35px; margin-left: 30px; } footer { background:#fff; padding-top:50px; padding-bottom:50px } /* row align-items-center justify-content-center flex-lg-row justify-content-lg-between */ header .header-row, footer .footer-row{ display: flex; } header .header-container, footer .footer-container{ align-self: flex-end; justify-content: center; margin: auto 0 auto auto; } .contact-row{ display: inline; } header .contact-row{ display: inline-flex; } header .header-container:first-child, footer .footer-container:first-child{ align-self: flex-start; margin: auto auto auto 0; } header .header-container:last-child, footer .footer-container:last-child { align-self: flex-start; } header .header-container:last-child{ display: flex; vertical-align: center; } .logo-icon{ width:75px; min-width:75px; height:75px; margin-right:16px } header .logo-icon{ background:url(main/css/../i/logo-color.png) no-repeat; } footer .logo-icon { background: url(new_landing/logo-footer.png) no-repeat; background-size: contain; } .logo-text { font-size:12px; font-weight: bold; line-height:1.25; color:#1c1d21; padding-bottom: 15px; } .logo-subtext { font-size: 8px; text-transform:uppercase; line-height:1.25; color:#1c1d21 } .social-icon { align-items:center; justify-content:center; width: 45px; max-width: 45px; height: 45px; max-height: 45px; transition:background-color .15s ease-in-out; display: block; margin-right: 20px; } .vk, .whatsapp, .instagram { width: 40px; max-width: 40px; height: 40px; max-height: 40px; cursor: pointer; } footer .copyright { color:#767676; font-size:14px; text-align:center; padding-top:25px } .social-row { display: flex; justify-content: space-evenly; } .contacts-table { flex-direction: row; display: flex; justify-content: center; } .contacts-table-info{ margin-right: 150px; } .contacts-white-headline { color: white; font-size: 30px; font-weight: bold; padding-bottom: 44px; } .contacts-white-text { color: white; font-size: 18px; padding-bottom: 54px; } .contacts-table-subinfo { table-layout: fixed; } .contacts-table-subinfo .row .subinfo-cell { min-width: 50%; padding-bottom: 32px; } .contacts-table-form { width: 446px; max-height: 506px; padding: 60px 75px; background: white; border-radius: 35px; } .contacts-form-field { margin-bottom: 27px; height: 52px; } .contacts-form-input{ height: 100%; width: 100%; font-size: 15px; padding: 0 28px; } section.section-welcome p{ background: #ffffff80; border-radius: 5px; } .contacts-form-field .input[type='text']::placeholder{ font-size: 15px; font-weight: lighter; } .contacts-button-submit{ width: 300px; height: 70px; font-size: 21px; background: #d7ec9d; border-radius: 35px; border: none; font-weight: bold; } .contacts-button-documents{ max-width: 446px; width: 100%; height: 70px; border-radius: 35px; background: #b2dee1; border: none; font-size: 18px; font-weight: bold; margin: 46px 0; } label.error { font-size: 15px; color: red; } input.wrong-data { color: red; } .img-tick{ box-sizing: border-box; background: url(new_landing/red-mark.jpg) no-repeat; width: 29px; height: 30px; padding-left: 35px; } @media (max-width: 1500px) { .green-gradient-holder{ padding: 130px 60px; } .contacts-table-info{ margin-right: 100px; } .programs-list .program-item .program-title{ font-size: 18px; } } @media (max-width: 1000px) { .left-right-content .item{ display: flex; flex-direction: column; } .left-right-content .item .photo{ transform: unset; max-width: 100%; top: 0; left: 0; right: 0; } .left-right-content .item .info{ position: relative; width: 100%; padding-top: 30px; transform: unset; } .left-right-content .item .info .info-name{ text-align: center; width: 100%; } .left-right-content .item .info .info-text{ text-align: center; width: 100%; } .contacts-table{ flex-direction: column; } .contacts-table-info{ margin-right: unset; } .contacts-table-subinfo button{ justify-self: center; } .contacts-table-form{ align-self: center; } .social-icon{ margin: 0 10px; } } @media(max-width: 576px) { header .header-row, footer .footer-row, header .header-container:last-child { flex-direction: column; } header .header-container, header .header-container:last-child, footer .footer-container, footer .footer-container:last-child{ margin: 10px 0; align-self: center; } .left-right-content .item{ padding: 0; } .green-gradient-holder{ padding: 60px 10px; } header .contact-bold, footer .contact-bold{ font-size: 18px; } footer .contact-fade{ font-size: 14px; } .left-right-container .arrow-left{ opacity: 0; left: 10px; } .left-right-container .arrow-right{ right: 10px; opacity: 0; } .pb-5 p{ background: white; } } section .section-content { padding-right: 15px; padding-left: 15px; } section.scores { background-color:#f5f5f5; padding: 100px 15px; } section.scores .stat-title { font-size: 40px; } section.section-vacancies { background-color:#f5f5f5; padding: 100px 15px; } .scores .circle { width: 320px; height: 320px; } .scores .section-text { width: 100%; font-size: 35px; } .scores .circle-title { font-size: 60px; } .scores .section-title { text-align: center; } .bakalavriat .program-item { padding-bottom: 10px; } .bakalavriat .courses .headline { color: #6a5e72; } @media (max-width: 1200px) { .scores .circle { width: 240px; height: 240px; } .scores .section-text { font-size: 28px; } .scores .circle-title { font-size: 40px; } } @media (max-width: 767px) { .scores .circle { width: 180px; height: 180px; } .scores .section-text { font-size: 20px; } .scores .circle-title { font-size: 40px; } section.section-vacancies { padding: 100px 0; } section.section-vacancies .section-content { padding-left: 0; padding-right: 0; } } @media (min-width:576px) { section.section-why .container { padding-left: 0; padding-right: 0 } } @media(max-width: 576px){ .circle{ margin: 10px auto; } section.section-welcome .course-item__value{ font-size: 18px; } .qualification-list{ padding: 30px 10px; } .li_style::before{ padding-right: 10px; } .grid-container-item.grid-instruction-bold{ font-size: 20px; } .grid-container-item > a { font-size: 15px; } .grid-container { padding: 20px; } } @media (min-width:992px) { section.section-why { padding-top: 100px; padding-bottom: 60px; } section .left-block { max-width: 60%; } } @media (min-width: 1300px) { section.section-why.section-vacancy .left-block { max-width: 450px } } @media (min-width:1400px) { .left-block { max-width: 75%; } } @media (max-width: 1200px) { .section-points .left-block, .section-points .right-block{ margin: auto; } section.section-points .left-block .section-text { margin-bottom: 30px; } }
web/combined/common.css
@font-face { font-family: Helvetica Neue Cyr; src: url(fonts/HelveticaNeueCyr-Light.ttf); } @font-face { font-family: Helvetica Neue Cyr; src: url(fonts/HelveticaNeueCyr-Bold.ttf); font-weight: bold; } body{ font-family: "Helvetica Neue Cyr"; } header { position:relative; top:0; color:#1c1d21; background: #ffffff80; } header .logo-icon { background:url(main/css/../i/logo-color.png) no-repeat; width:63px; height:63px; margin-right:16px } header .logo-text { font-size:18px; text-transform:uppercase; line-height:1.25; padding: 0; font-weight: normal; } header .header-tel { margin-left:0; font-weight:700; color:#1c1d21 } header .header-btn { border-width:2px; margin-left:0 } header .header-btn { border-width: 2px } .social-icon { align-items:center; justify-content:center; width:50px; height:50px; margin-left:15px; margin-right:15px; border-radius:25px; opacity: .4; transition:background-color .15s ease-in-out; display: table-cell; } div.social-icon.instagram{ opacity: .9; } header .logo-text { font-size:18px; text-transform:uppercase; line-height:1.25 } header .header-tel { margin-left:0; font-weight:700; color:#8a8a8a } .header-tel span { color:#4c9c00 } header .header-btn { border-width:2px; margin-left:0 } @media (min-width:768px) { header .header-tel+.header-btn { margin-left:50px } header .header-tel+.header-tel { margin-left:25px } } .alert-success { z-index: 5; position: fixed; right: 0; min-width: 360px; display: none; } div.success-modal { z-index: 5; position: fixed; font-size: 50px; width: 90%; height: 60px; display: flex; background: #adff2fee; border-radius: 30px; } section.section-programs { padding-top: 80px; padding-bottom: 80px } section.section-programs .section-title { max-width: 540px; margin-bottom: 40px; padding-left: 15px; padding-right: 15px; font-size: 32px } @media (min-width:576px) { section.section-programs .section-title { padding-left: 0; padding-right: 0 } } .programs-list, .programs-list a, .programs-list a:hover { color: #fff } .programs-list { padding-bottom: 10px; justify-content: space-around; max-width: 1440px; justify-self: center; } .courses .programs-list.row{ margin-left: auto; margin-right: auto; } .programs-list .program-item { display: block; max-width: 580px; min-width: 320px; margin: 23px auto; border-radius: 20px; } .bakalavriat .programs-list .program-item{ max-width: 375px; min-width: 300px; height: 250px; margin: 25px; } .bakalavriat .programs-list .program-item .program-title{ font-size: 18px; text-transform: none; padding-top: 25px; align-items: initial; } .programs-list .program-item{ background-color: #4c9c00 } .programs-list .program-item .program-subject { padding-left: 30px; padding-top: 30px } .programs-list .program-item .program-title { display: flex; align-items: center; font-size: 26px; font-weight: 700; text-align: left; text-transform: uppercase; padding-left: 30px; padding-right: 5px; background: no-repeat 40px center; line-height: 1.2; height: 115px } .programs-list .program-item .program-title { font-size: 18px } .programs-list .program-item .program-sep { width: 100%; height: 2px; background: #fff; opacity: .1 } .programs-list .program-item .program-text { opacity: .65; text-transform: uppercase; font-size: 16px; line-height: 1 } @media (max-width:450px) { .programs-list .program-item--mened .program-title { font-size: 16px!important } section .left-right-container{ width: 100%; border-radius: 0; } } @media (min-width:576px) { .programs-list .program-item { border-radius: 20px; } .programs-list .program-item .program-title { padding-left: 30px; padding-right: 30px; background-position-x: 45px } .programs-list .program-item--mened .program-title { font-size: 24px } } @media (min-width:992px) { .programs-list .program-item { margin: 23px 8px } .programs-list .program-item .program-title { height: 145px } .programs-list .program-item--buh .program-title { font-size: 25px } } @media (min-width:1200px) { section.section-points .left-block .section-text{ position: absolute; width: 100%; bottom: 0; } .programs-list .program-item .program-title { height: 115px; } } .master-programs-list, .master-programs-list a, .master-programs-list a:hover { color: #1c1d21 } .master-programs-list { display: flex; flex-direction: column; align-items: center } @media (min-width:992px) { .master-programs-list { flex-wrap: wrap; flex-direction: row; align-items: flex-start; justify-content: space-around } } @media (min-width:1200px) { .master-programs-list { justify-content: space-between } } .master-programs-list .program-item { position: relative; display: block; width: 360px; height: 225px; margin-bottom: 25px; padding: 30px 50px 25px 35px; border-radius: 8px; background: #fff } .master-programs-list .program-item--empty { background-color: transparent; opacity: 0 } .master-programs-list .program-item:before { position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; width: 8px; border-radius: 8px 0 0 8px; transition: width 0.15s ease-in-out; content: '' } .master-programs-list .program-item:hover:before { width: 20px } .master-programs-list .program-item:after { position: absolute; z-index: 1; top: 50%; right: 25px; margin-top: -7px; background: url(main/i/card-arrow.png) no-repeat -20px center; width: 20px; height: 14px; opacity: 0; transition: opacity 0.15s ease-in-out, background-position 0.15s ease-in-out; content: '' } .master-programs-list .program-item:hover:after { opacity: 1; background-position-x: 0 } .master-programs-list .program-item--ip:before { background: #009698 } .master-programs-list .program-item--cm:before { background: #22b2b7 } .master-programs-list .program-item--tb:before { background: #517ab8 } .master-programs-list .program-item--nef:before { background: #554fb1 } .master-programs-list .program-item--emp:before { background: #5175a7 } .master-programs-list .program-inner { display: flex; flex-direction: column; height: 100% } .master-programs-list .program-subject { flex-shrink: 0; opacity: .5; padding-bottom: 15px; font-size: 14px; text-transform: uppercase } .master-programs-list .program-title { flex-grow: 1; line-height: 1.2; font-size: 20px; font-weight: 700 } .master-programs-list .program-footer { flex-shrink: 0; font-size: 14px; font-weight: 500; color: #767676 } .master-programs-list .program-footer__item { display: inline-block; background: transparent no-repeat left center } .master-programs-list .program-footer__item+.program-footer__item { margin-left: 30px } .master-programs-list .program-footer__item.user { padding-left: 20px; background-image: url(main/i/icons/ic-user.svg); background-size: 13px } .master-programs-list .program-footer__item.time { padding-left: 22px; background-image: url(main/i/icons/ic-time.svg); background-size: 10px } .master-programs-list .program-footer__item.period { padding-left: 27px; background-image: url(main/i/icons/ic-book.svg); background-size: 16px } footer { position: relative; z-index: 2 } .places { background-image: url(new_landing/icons8-man-20.png); } .years { background-image: url(new_landing/icons8-clock-20.png); } .learn { background-image: url(new_landing/icons8-open-book-20.png); } .program-row { display: flex; flex-direction: row; align-content: space-around; height: 60px; justify-content: space-between; padding: 0 30px; align-items: center; } .program-icon { width: 20px; height: 20px; margin-right: 5px; } .programs-list .program-item .program-text { opacity: .65; font-size: 12px; line-height: 1; display: table-cell; vertical-align: middle; } .container-wide { margin: 20px; max-width: 1440px; align-content: center; margin-right: auto; margin-left: auto; } section.section-programs { padding-top: 80px; } section.section-competencies .section-content{ background: white; } .modal-dialog-custom { margin-top: 5rem; color: #1c1d21 } @media (min-width:1200px) { section .container { max-width: 1440px } } .programs-list .program-item { background-color: #ffffff } .programs-list, .programs-list a, .programs-list a:hover { color: #000 } .programs-list .program-item .program-subject { padding-left: 30px; padding-top: 30px; color: gray; } .programs-list .program-item .program-title { max-width: 300px; } .programs-list .program-item .program-cond { display: table; } .table-flex{ display: flex; } /*ivt*/ .light-grey-holder { background: #ebebeb; display: flex; flex-direction: column; } .headline { text-align: center; font-size: 36px; padding: 100px 0; font-weight: bold; } .light-grey-holder .headline { color: #3e9983; } .bakalavriat .light-grey-holder .headline{ color: #6a5e72; } .bakalavriat .light-grey-holder { background: #ebebeb; display: flex; flex-direction: column; } .bakalavriat .light-grey-holder .headline { color: #6a5e72; } .white-holder { background: white; } .white-holder .headline { background: white; color: #456c7a; } .bakalavriat .white-holder .headline { color: #6a5e72; } .white-holder2 .headline { background: white; color: #b16763; } .green-gradient-holder { background: linear-gradient(90deg, #217989d1 0%, #16a172d1 100%); background-size: 100%; padding: 130px 240px; } .left-right-container { max-width: 1440px; width: 75%; min-height: 580px; min-width: 320px; background: white; border-radius: 40px; align-self: center; position: relative; } .left-right-container .arrow-right{ display: none; background: url(new_landing/icons8-double-arrow-right-100.png), #ffffff; position: absolute; top: 50%; right: 40px; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; border-radius: 10px; } .left-right-container .arrow-left{ display: none; background: url(new_landing/icons8-double-arrow-left100.png), #ffffff; position: absolute; top: 50%; left: 40px; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; border-radius: 10px; } .left-right-container .left-right-content{ min-width: 100%; } .left-right-container .item{ display: block; position: relative; width: 100%; height: 100%; float: left; padding: 50px 100px; } .left-right-content .item .photo { max-width: 50%; max-height: 500px; position: relative; top: 50%; transform: translateY(-50%); } .left-right-content .item .photo .photo-item{ max-width: 90%; vertical-align: middle; max-height: 500px; object-fit: contain; margin: auto; } .bakalavriat section.section-why{ background-color:#f5f5f5 } .bakalavriat section.section-why .section-title{ color:#b87571; } .left-right-content .item .info{ width: 50%; margin: auto 0 auto auto; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } .left-right-content .item .info .info-name{ font-size: 25px; font-weight: bold; width: 75%; } .left-right-content .item .info .info-text{ padding-top: 60px; font-size: 18px; width: 75%; } .left-right-content .item .info .info-text.info-text__small{ font-size: 14px; } .left-right-content .slick-list{ min-height: 100%; } .left-right-content .slick-list .slick-track{ min-height: 100%; } .dots{ margin-top: 70px; margin-bottom: 140px; } .dots .slick-dots{ position: center; bottom: initial; } .dots .slick-dots li{ position: center; width: 18px; height: 18px; border-radius: 50%; } .slick-dots li button{ width: 18px; height: 18px; background: #cccccc; border-radius: 50%; } .slick-dots li.slick-active button{ background: #7ac6cc; } .slick-dots li button::before{ all: initial; } .program-target{ max-width: 950px; justify-self: center; } .program-holder { display: grid; align-items: center; } .qualification-list{ width: 100%; display: table; justify-items: center; padding: 30px 18%; border-spacing: 0 30px } .bakalavriat .white-holder .headline{ color: #b16763; } .bakalavriat section.partners .white-holder .headline{ color: #6a5e72; } .gradient-navbar, .gradient-navbar-table{ background-image: url(main/i/green-gradient.jpg); } .bakalavriat .gradient-navbar, .bakalavriat .gradient-navbar-table{ background: linear-gradient(90deg, #792e7b 0%,#8a386f 25%,#b7514f 50%, #e68659 100%); } .nav-container{ background-color: #f2f2f2; width: 75%; min-width: 355px; max-width: 1440px; height: auto; position: relative; align-self: center; border-radius: 20px; display: flex; } .questions-container{ display: flex; flex-direction: column; padding-bottom: 50px; } .gradient-navbar{ background-size: 100%; top: 0; left: 50%; width: 50%; height: 100%; } .gradient-navbar.navbar-right{ border-bottom-right-radius: inherit; border-top-right-radius: inherit; } .gradient-navbar.navbar-left{ border-bottom-left-radius: inherit; border-top-left-radius: inherit; } .gradient-navbar .choices{ position: relative; border-radius: inherit; } .gradient-navbar .choices div.choice{ font-size: 18px; vertical-align: center; text-align: left; } .choice-wrap{ color: white; width: 100%; padding: 30px 30px 30px 100px; cursor: pointer; background: none; border-width: 0; } .choice-wrap.chosen, .choice-wrap:hover{ background: linear-gradient(90deg, #c7e699 0%, #c8e39b 100%); color: black; } .bakalavriat .choice-wrap.chosen, .bakalavriat .choice-wrap:hover{ background: linear-gradient(90deg, #f4e5b1 0%, #fdeaab 100%); color: black; } .gradient-navbar-table .choice-wrap:hover{ background: initial; color: white; } .navbar-right .choice-wrap.chosen:first-child{ border-top-right-radius: inherit; } .navbar-left .choice-wrap.chosen:first-child{ border-top-left-radius: inherit; } .navbar-right .choice-wrap:first-child:hover{ border-top-right-radius: inherit; } .navbar-left .choice-wrap:first-child:hover{ border-top-left-radius: inherit; } .gradient-navbar .choices div.choice-wrap-after{ height: 1px; content: ''; max-height: 1px; width: 100%; position: absolute; left: 0; } .bakalavriat div.choice-wrap-after{ background: linear-gradient(45deg, #925592, #e98958); } div.choice-wrap-after { background: linear-gradient(90deg, #3b8b97 0%, #7fcbb1 100%); } .nav-container .answers{ width: 50%; } .nav-container .answers .answer{ display: none; } .nav-container .answers .answer.visible{ display: block; padding: 30px; } .arrow-round{ background: #ffffff30; width: 35px; height: 35px; max-width: 35px; max-height: 35px; z-index: 5; } .after-invisible{ display: none; } .arrow-holder{ display: flex; justify-content: center; margin-top: 60px; margin-bottom: 40px; } .arrow-holder .arrow-down{ background: url(new_landing/icons8-double-arrow-down-100.png); height: 50px; width: 50px; background-size: cover; } .answer-headline{ padding: 20px 70px; font-size: 22px; font-weight: bold; } .answer-text{ padding: 50px 70px 0 70px; font-size: 17px; } .gradient-navbar-table { display: table; width: 100%; border-radius: inherit; padding: 50px 0; } .choice-row{ display: table-row; } .gradient-navbar-table .choice-wrap-after { width: 200%; display: block; height: 3px; } .choice-row > .choice-wrap { display: table-cell; max-width: 50%; min-width: 50%; width: 50%; } .gradient-navbar-table > .choice-row > .choice-wrap{ cursor: unset; } .section-vacancy .li_style{ padding: 0 40px; } section.section-why.section-vacancy .section-title{ font-size: 28px; } .course-item-holder { display: flex; justify-content: center; } @media (max-width: 1000px) { .nav-container{ flex-direction: column; } .nav-reverse{ flex-direction: column-reverse; } .course-item-holder > div { align-items: center; margin: 10px auto; } .gradient-navbar.navbar-right, .gradient-navbar.navbar-left, .nav-container .answers{ width: 100%; height: 50%; border-top-left-radius: inherit; border-top-right-radius: inherit; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .choice-wrap{ padding: 30px 0; } .gradient-navbar-table > .choice-row > .choice-wrap{ text-align: center; display: block; max-width: 100%; width: 100%; } .gradient-navbar-table .choice-wrap-after { width: 100%; } .after-invisible{ display: block; } .gradient-navbar-table .choice-row{ display: block; } .gradient-navbar .choices div.choice{ text-align: center; } .answer-headline{ padding: 30px; } .answer-text{ padding: 30px; } } @media (max-width: 500px) { section.section-why.section-vacancy .section-title{ font-size: 24px; } } body { background-color: #fff; color: #464646; max-width: 99%; } a, a:hover { color: #fff } h1 { color: #456c7a } .btn-danger { color: black; background-color: #d7ec9d; border-color: #d7ec9d } .bakalavriat .btn-danger { color: black; background-color: #fff5b4; border-color: #fff5b4 } .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active { color: #fff; background-color: #d7ec9d; border-color: #d7ec9d } .bakalavriat .btn-danger:hover, .bakalavriat .btn-danger:not(:disabled):not(.disabled).active, .bakalavriat .btn-danger:not(:disabled):not(.disabled):active { color: #000; background-color: #fff5b4; border-color: #fff5b4 } .benefit-item { min-width: 70px; min-height: 62px; padding-bottom: 60px; background: transparent no-repeat; } .row .row > .benefit-title { color: #4d94a1; font-size: 22px; font-weight: 700; line-height: 1.1; padding-top: 20px; padding-left: 10px; !important; } .benefit-text { font-size: 14px; padding: 10px; /* Если плохо удали что ниже*/ width: 50%; margin-left: auto; margin-right: 100px; } @media (max-width: 1400px) { .benefit-text { width: initial; margin: 0; } } .benefit-target{ background-image: url(new_landing/icons8-target-100.png); } .benefit-suitcase{ background-image: url(new_landing/icons8-suitcase-100.png); } .benefit-hat{ background-image: url(new_landing/icons8-academy-hat-100.png); } .benefit-graph{ background-image: url(new_landing/icons8-graph-100.png); } .benefit-programming{ background-image: url(new_landing/icons8-programming-100.png); } .benefit-task{ background-image: url(new_landing/icons8-parallel-task-100.png); } .bakalavriat .statistic-block { border: #f0ae8d solid 20px; } .bakalavriat .statistic-block .stat-title { color: #b16763; } .statistic-block.gap-block .stat-title { font-size: 25px; } .bakalavriat .statistic-block .stat-text { line-height: 1.5; color: #b16763; } .statistic-block { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; width: 330px; height: 330px; text-align: center; border: #85cacf solid 20px; border-radius: 50% } .statistic-block .stat-title { color: #456c7a; font-size: 33px; font-weight: 700; line-height: 1; margin-bottom: 20px } .statistic-block .stat-text { font-size: 20px; line-height: 1.5; color: #456c7a; } .step-items { display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start; justify-content: flex-start } .step-item { position: relative; width: inherit; max-width: 100%; padding-top: 0; padding-bottom: 65px; padding-left: 120px!important; background: transparent no-repeat left top; background-size: 85px auto; text-align: left } .step-item::before, .step-item::after { position: absolute; display: none; background: #373e4a; opacity: .5; content: "" } .step-item:first-child::before { display: none } .step-item:last-child::after { display: none } .step-item .step-title { font-weight: 700; color: #428700; font-size: 22px; line-height: 1.1; margin-bottom: 25px } .step-item--4 .step-title { color: #de6800 } .step-item .step-text { font-size: 14px } .step-item .step-number { position: absolute; top: 0; bottom: inherit; left: -95px; display: none; align-items: center; justify-content: center; width: 67px; height: 67px; margin-top: 0; margin-left: 0; border-radius: 50%; background-color: rgba(118, 139, 170, 1); color: #1c1d21; font-size: 40px; font-weight: 700 } .step-item--1 .step-number { background-color: rgba(118, 139, 170, .15) } .step-item--2 .step-number { background-color: rgba(118, 139, 170, .25) } .step-item--3 .step-number { background-color: rgba(118, 139, 170, .35) } .step-item--4 .step-number { background-color: rgba(118, 139, 170, .45) } @media (min-width:576px) { .step-items { align-items: center } .step-item { width: 375px } .step-item::before, .step-item::after { left: -63px; right: inherit; width: 3px; height: inherit } .step-item::after { display: block; top: 67px; bottom: 0; margin-left: 0; margin-top: 10px; margin-bottom: 10px } .step-item .step-number { display: flex } } @media (min-width:992px) { .step-items { flex-direction: row; align-items: stretch; justify-content: space-between } .step-item { flex: 0 0 25%; max-width: 25%; width: inherit; padding-top: 200px; padding-bottom: 140px; padding-left: 0!important; background-position: top center; background-size: auto auto; text-align: center } .step-item::before, .step-item::after { top: inherit; bottom: 31px; width: inherit; height: 3px } .step-item::before { display: block; left: 0; right: 50%; margin-right: 45px } .step-item::after { left: 50%; right: 0; margin-left: 45px; margin-top: 0; margin-bottom: 0 } .step-item .step-number { top: inherit; bottom: 0; left: 50%; margin-top: 0; margin-left: -33px } .step-item .step-text { padding-left: 4px; padding-right: 4px } } section.section-welcome{ background: none; position: static; } section.section-welcome .background{ position: absolute; top: 0; height: 100%; width: 100%; z-index: -1; } @media (max-width: 700px) { section.section-welcome .background{ background-size: initial; } } section.section-welcome .section-content { padding-top: 70px; padding-bottom: 95px } /*section.section-welcome .container {*/ /* padding-left: 15px;*/ /* padding-right: 15px*/ /*}*/ section.section-welcome h1 { width: 100%; margin-bottom: 35px; font-weight: 700; font-size: 40px; text-align: left; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; } section.section-welcome p { width: 100%; line-height: 1.4; text-align: left } @media (min-width:576px) { section.section-welcome h1 { font-size: 60px } section.section-welcome .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-welcome .section-content { padding-bottom: 70px } section.section-welcome h1 { width: 100% } section.section-welcome p { width: 75% } } @media(max-width: 500px){ section.section-welcome .section-content { padding-bottom: 30px } } section.section-welcome .course-item { width: 100%; padding: 10px 25px 10px; color:#7d7d7d; } .course-item-benefit{ display: flex; align-content: center; max-width: 400px; background: #ffffff80; border-radius: 5px; } section.section-welcome .course-item__label { color: #464646b4; text-transform: uppercase; font-size: 16px; line-height: 1 } section.section-welcome .course-item__value { color: black; line-height: 1; margin-top: 13px } @media (min-width:992px) { section.section-welcome .course-item { padding-bottom: 0 } } section.section-request{ padding: 50px 0; background: white; } section.section-request.top { margin-top: -170px } @media (min-width:992px) { section.section-request.top { margin-top: -115px } } section.section-request .section-content{ max-width: 1440px; margin: 0 auto; } .request-row { background: #4c9c00; border-radius: 0 } .request-row .request-separator { width: 100%; height: 2px; background: #fff; opacity: .15 } .request-block { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; width: 100%; padding: 15px 20px } .request-block--top { align-items: flex-start } .request-block--bottom { align-items: flex-start } .request-block .request-title { font-size: 30px; font-weight: 700; text-transform: uppercase } .request-block .request-action { align-self: center; margin-top: 15px } .request-block .course-item { width: 100%; padding-bottom: 30px } .request-block .course-item__label { opacity: .3; text-transform: uppercase; font-size: 16px; line-height: 1 } .request-block .course-item__value { line-height: 1; margin-top: 13px; font-size: 30px; font-weight: 700 } @media (min-width:576px) { .request-row { border-radius: 10px } } @media (min-width:992px) { .request-block { padding: 20px 40px } } @media (min-width:992px) { .request-block { justify-content: space-between } .request-block--top { flex-direction: row; align-items: center } .request-block--bottom { flex-direction: row } .request-block .request-action { margin-top: 0 } .request-block .course-item { width: 290px; padding-bottom: 0 } } section.section-benefits { padding-top: 100px; padding-bottom: 10px } section.section-benefits .container { padding-left: 15px; padding-right: 15px } .section-benefits .row { justify-content: center; } @media (min-width:576px) { section.section-benefits .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-benefits { padding-top: 100px; padding-bottom: 30px } } section.section-why { padding-bottom: 60px; background-color:#ebebeb; } section.section-why .section-title { font-size: 40px; color: #3e9983; padding-top: 40px; margin-bottom: 30px; } section.section-why .section-text { text-align: left; font-size: 20px; } .bakalavriat section.section-why .section-text{ font-size: 20px; } .bakalavriat section.section-why .section-title{ font-size: 40px; } section.section-points .left-block{ position: relative; } section.section-points .left-block .section-text{ margin-bottom: 0; } .bakalavriat .scores .section-text > div { justify-content: center; display: flex; } .left-block { max-width: 100% } .right-block { margin-top: 50px; align-self: center; justify-content: space-between; } section.section-why .container { padding-left: 15px; padding-right: 15px } .circle { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; width: 180px; height: 180px; text-align: center; background-color: white; border-radius: 50% } .circle-title { color: #b97672; font-weight: 700; font-size: 33px; } section.partners { margin-bottom: 100px; } .partners-container { max-width: 1440px; display: block; align-self: center; margin: 0 auto; } div.partners{ flex-wrap: wrap; display: flex; justify-content: space-evenly; align-items: center; } .partners-style { padding: 10px; object-fit: cover; } .partners-style > img { max-height: 165px; max-width: inherit; width: auto; } .text { text-align: center; font-size: 16px; } .bakalavriat .qualification-topics .headline{ color: #b16763; } .li_style { list-style: none; /* Скрываем маркеры списка */ display: table-row; } .li__text { display: table-cell; } .li_style::before { content: '\25c9'; /* Добавляем маркер в шестнадцатеричном формате*/ padding-right: 50px; /* Расстояние от маркеров до текста */ font-size: 30px; display: table-cell; color: #0f6674; } .bakalavriat .li_style::before { color: #b486a6; /* Маркеры цвета */ } .li-text { background-color: #ebebeb; width: 100%; height: auto; position: relative; align-self: center; border-radius: 20px; display: flex; margin-bottom: 150px; justify-content: center; } .horizontal-line{ width:100%; float:right; background:#7f7f7f; border:none!important; border-radius:5px; height:1px; margin-top: 90px; } section.section-results { padding-bottom: 100px } section.section-results .section-title { margin: 0 auto; margin-bottom: 30px; width: auto; color: #456c7a; text-align: center; margin-top: 70px; } section.section-results .section-title, section.section-results .section-text { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-results .section-title, section.section-results .section-text { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-results { padding-bottom: 150px } section.section-vacancy .left-block { max-width: 90%; min-width: 360px; } } .result-items { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: flex-start; width: 100%; margin-top: 40px } .result-item { width: 370px; margin-bottom: 40px } .result-item .result-block { width: 100% } section.section-points .container { padding: 100px 0; } .result-item .result-pic { display: block; width: 100%; height: 194px; border-radius: 9px 9px 0 0; background: transparent no-repeat center center; background-size: cover } .result-item .result-title { display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; background: #fff; color: #1c1d21; font-weight: 700; font-size: 22px; text-align: center; line-height: 1.1; border-radius: 0 0 9px 9px } .result-item .result-text { font-size: 14px; text-align: center; max-width: 290px; margin: 35px auto 0 auto } @media (min-width:992px) { .result-items { flex-direction: row; align-items: flex-start; justify-content: space-between } .result-item { width: 300px } } @media (min-width:1200px) { .result-item { width: 370px } } section.section-program { padding-bottom: 80px } @media (min-width:992px) { section.section-program { padding-bottom: 125px } } .program-table { margin-top: 40px } .program-table .row-header { margin-bottom: 25px; font-size: 16px } .program-table .row-header>[class*="col-"] { opacity: .4; text-transform: uppercase } .program-table .row>[class*="col-"]:first-child { padding-left: 40px; padding-right: 10px } .program-table .row>[class*="col-"]:last-child { text-align: center } .program-table .row:not(.row-header)+.row { margin-top: 20px } .program-table .row:not(.row-header)>[class*="col-"]:first-child { background: url(main/css/../i/radio-empty.png) no-repeat left 5px } .program-table .row:not(.row-header)>[class*="col-"]:last-child { color: #428700; font-weight: 700; font-size: 22px } section.section-skills { padding-top: 100px; padding-bottom: 60px } section.section-skills .section-title { margin: 0 auto; margin-bottom: 30px; width: auto; color: #456c7a; text-align: center; margin-top: 70px; } section.section-skills .container { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-skills .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-skills { padding-top: 150px; padding-bottom: 110px } } section.section-specialists { padding-bottom: 110px } section.section-specialists .section-title { max-width: 690px; padding-left: 15px; padding-right: 15px } section.section-specialists .single-slider+.multi-slider { margin-top: 50px } @media (min-width:576px) { section.section-specialists .section-title { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-specialists { padding-bottom: 170px } } section.section-education { padding-bottom: 100px } section.section-education .container { padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-education .container { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-education { padding-bottom: 150px } } section.section-subscribe { padding-top: 60px; padding-bottom: 60px; background: url(main/css/../i/buh/bg-subscribe.jpg) no-repeat bottom center; background-size: cover } section.section-subscribe .section-title { text-transform: uppercase; max-width: 460px; padding-left: 15px; padding-right: 15px } @media (min-width:576px) { section.section-subscribe .section-title { padding-left: 0; padding-right: 0 } } @media (min-width:992px) { section.section-subscribe { padding-top: 100px; padding-bottom: 100px } } .subscribe-blocks { display: flex; flex-wrap: wrap; flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100% } .subscribe-block { width: 100% } .subscribe-block--info, .subscribe-block--info2 { display: flex; flex-wrap: wrap; flex-direction: column; padding-left: 15px; padding-right: 15px } .subscribe-blocks .course-item { line-height: 1; margin-bottom: 40px; width: 100% } .subscribe-blocks .course-item__label { opacity: .4; text-transform: uppercase; font-size: 16px } .subscribe-blocks .course-item__value { margin-top: 13px; font-size: 22px; font-weight: 700 } .subscribe-block--form { padding: 30px; margin-bottom: 40px; border-radius: 10px; background: #fff } @media (min-width:576px) { .subscribe-blocks { flex-direction: row } .subscribe-block--info, .subscribe-block--info2 { padding-left: 0; padding-right: 0 } .subscribe-block--form { padding: 50px } } @media (min-width:768px) { .subscribe-block--form { width: 400px } .subscribe-block--info { width: 280px } .subscribe-block--info2 { flex-direction: row } .subscribe-block--info2 .course-item { width: 280px } } @media (min-width:992px) { .subscribe-block--form { width: 415px } .subscribe-block--info { width: 290px } .subscribe-block--info2 .course-item { width: 290px } } @media (min-width:1200px) { .subscribe-block--info2 { flex-direction: column; width: 290px } .subscribe-block--info2 .course-item { width: 100% } } .badge-secondary { color: #464646; background-color: #e5edef } .badge-pill { padding-right: 30px; padding-left: 30px; font-size: 14px; margin: 10px 10px 10px; border-radius: 10rem; display: flex; flex-direction: row; max-width: 450px; width: 450px; vertical-align: middle; height: 60px; align-items: center; justify-content: center; } .pill-container{ display: inline-flex; } @media(max-width: 576px){ .pill-container { display: flex; flex-direction: column; } .badge-pill{ width: initial; } } section.section-results .section-text { background-color: #f2f2f2; } .col-auto1 { -ms-flex: 0 0 auto; flex: 0 0 auto; border: 2px solid #4d94a1; border-radius: 15px; padding: 15px; background: #ffffff80; max-width: 600px; height: 113px; width: 96%; } .bakalavriat .col-auto1{ border: 2px solid #cbc0d0; padding-bottom: 15px; } .bakalavriat .grid-container{ background: linear-gradient(45deg, #925592, #e98958); } .bakalavriat .grid-container-item .btn{ padding: 25px 100px; } .bakalavriat h1 { color: #6a5e72 } .bakalavriat .section-content .headline { color: #6a5e72; /*padding: 10px 10px 0;*/ } .bakalavriat .row .row > .benefit-title { color: #8e6a8e; } .bakalavriat .slick-dots li.slick-active button{ background: #f1a783; } .grid-container { background: linear-gradient(45deg, #4a919e, #40b28b); border-radius: 15px; padding: 40px; margin: 20px 0 ; } .grid-instruction-row { display: flex; justify-content: space-between; } .grid-container-item.grid-instruction-bold{ font-size: 28px; font-weight: bold; } .grid-container-item{ color: white; font-size: 20px; max-width: 45%; padding: 10px; } .grid-container-item .btn{ padding: 25px 150px; } @media (max-width: 1500px) { .headline { padding: 40px 0; } } @media (max-width: 1000px) { .grid-instruction-row { flex-direction: column; align-items: center; } .grid-container-item { max-width: 100%; margin: 10px; } .headline { padding: 30px 0; } section.section-vacancy .right-block { margin: 50px auto auto auto; } } @media (max-width: 500px){ .grid-container-item { width: 100%; } .bakalavriat .grid-container-item .btn, .grid-container-item .btn{ padding: 25px 0; width: 100%; } .headline { font-size: 28px; padding: 20px 0; } } .grid-container1 { background: linear-gradient(45deg, #925592, #e98958); border-radius: 15px; padding: 40px; } .row1 { color: #ffffff; font-size: 24px; font-weight:700; } .row2 { color: #ffffff; font-size:20px; } .col1{ text-align:center ; } .list-group1{ background: linear-gradient(45deg, #4a919e, #40b28b); padding: 0px; border-radius: 15px 0 0 15px; } .changing_div { position: absolute; display: none; background-color: #f2f2f2; } /* для кнопок в блоке resalt*/ .btn-group button { display: inline-block; background-color: Transparent; background-repeat:no-repeat; border: none; cursor:pointer; overflow: hidden; text-align: center; outline: none; text-decoration: none; color: white; /* White text */ padding: 10px 24px; /* Some padding */ float: left; /* Float the buttons side by side */ } .btn-group button:not(:last-child) { border-right: none; /* Prevent double borders */ } /* Clear floats (clearfix hack) */ .btn-group:after { content: ""; clear: both; display: table; } /* Add a background color on hover */ .btn-group button:hover { background-color: #c8e59c; border-radius: 15px 0 0 15px; } /*-----*/ .disciplin { padding: 30px; font-size:16px; } .section-competencies .gradient-container{ padding-top: 150px; padding-bottom: 180px; } /*footer*/ .contact{ font-size: 15px; display: table-cell; padding-left: 10px; text-transform: uppercase; margin: auto; } .contact-fade { opacity: .65; } .contact-bold { font-weight: bold; font-size: 20px; } .social-transparent { opacity: .35; width: 35px; max-width: 35px; height: 35px; max-height: 35px; margin-left: 30px; } footer { background:#fff; padding-top:50px; padding-bottom:50px } /* row align-items-center justify-content-center flex-lg-row justify-content-lg-between */ header .header-row, footer .footer-row{ display: flex; } header .header-container, footer .footer-container{ align-self: flex-end; justify-content: center; margin: auto 0 auto auto; } .contact-row{ display: inline; } header .contact-row{ display: inline-flex; } header .header-container:first-child, footer .footer-container:first-child{ align-self: flex-start; margin: auto auto auto 0; } header .header-container:last-child, footer .footer-container:last-child { align-self: flex-start; } header .header-container:last-child{ display: flex; vertical-align: center; } .logo-icon{ width:75px; min-width:75px; height:75px; margin-right:16px } header .logo-icon{ background:url(main/css/../i/logo-color.png) no-repeat; } footer .logo-icon { background: url(new_landing/logo-footer.png) no-repeat; background-size: contain; } .logo-text { font-size:12px; font-weight: bold; line-height:1.25; color:#1c1d21; padding-bottom: 15px; } .logo-subtext { font-size: 8px; text-transform:uppercase; line-height:1.25; color:#1c1d21 } .social-icon { align-items:center; justify-content:center; width: 45px; max-width: 45px; height: 45px; max-height: 45px; transition:background-color .15s ease-in-out; display: block; margin-right: 20px; } .vk, .whatsapp, .instagram { width: 40px; max-width: 40px; height: 40px; max-height: 40px; cursor: pointer; } footer .copyright { color:#767676; font-size:14px; text-align:center; padding-top:25px } .social-row { display: flex; justify-content: space-evenly; } .contacts-table { flex-direction: row; display: flex; justify-content: center; } .contacts-table-info{ margin-right: 150px; } .contacts-white-headline { color: white; font-size: 30px; font-weight: bold; padding-bottom: 44px; } .contacts-white-text { color: white; font-size: 18px; padding-bottom: 54px; } .contacts-table-subinfo { table-layout: fixed; } .contacts-table-subinfo .row .subinfo-cell { min-width: 50%; padding-bottom: 32px; } .contacts-table-form { width: 446px; max-height: 506px; padding: 60px 75px; background: white; border-radius: 35px; } .contacts-form-field { margin-bottom: 27px; height: 52px; } .contacts-form-input{ height: 100%; width: 100%; font-size: 15px; padding: 0 28px; } section.section-welcome p{ background: #ffffff80; border-radius: 5px; } .contacts-form-field .input[type='text']::placeholder{ font-size: 15px; font-weight: lighter; } .contacts-button-submit{ width: 300px; height: 70px; font-size: 21px; background: #d7ec9d; border-radius: 35px; border: none; font-weight: bold; } .contacts-button-documents{ max-width: 446px; width: 100%; height: 70px; border-radius: 35px; background: #b2dee1; border: none; font-size: 18px; font-weight: bold; margin: 46px 0; } label.error { font-size: 15px; color: red; } input.wrong-data { color: red; } .img-tick{ box-sizing: border-box; background: url(new_landing/red-mark.jpg) no-repeat; width: 29px; height: 30px; padding-left: 35px; } @media (max-width: 1500px) { .green-gradient-holder{ padding: 130px 60px; } .contacts-table-info{ margin-right: 100px; } .programs-list .program-item .program-title{ font-size: 18px; } } @media (max-width: 1000px) { .left-right-content .item{ display: flex; flex-direction: column; } .left-right-content .item .photo{ transform: unset; max-width: 100%; top: 0; left: 0; right: 0; } .left-right-content .item .info{ position: relative; width: 100%; padding-top: 30px; transform: unset; } .left-right-content .item .info .info-name{ text-align: center; width: 100%; } .left-right-content .item .info .info-text{ text-align: center; width: 100%; } .contacts-table{ flex-direction: column; } .contacts-table-info{ margin-right: unset; } .contacts-table-subinfo button{ justify-self: center; } .contacts-table-form{ align-self: center; } .social-icon{ margin: 0 10px; } } @media(max-width: 576px) { header .header-row, footer .footer-row, header .header-container:last-child { flex-direction: column; } header .header-container, header .header-container:last-child, footer .footer-container, footer .footer-container:last-child{ margin: 10px 0; align-self: center; } .left-right-content .item{ padding: 0; } .green-gradient-holder{ padding: 60px 10px; } header .contact-bold, footer .contact-bold{ font-size: 18px; } footer .contact-fade{ font-size: 14px; } .left-right-container .arrow-left{ opacity: 0; left: 10px; } .left-right-container .arrow-right{ right: 10px; opacity: 0; } .pb-5 p{ background: white; } } section .section-content { padding-right: 15px; padding-left: 15px; } section.scores { background-color:#f5f5f5; padding: 100px 15px; } section.scores .stat-title { font-size: 40px; } section.section-vacancies { background-color:#f5f5f5; padding: 100px 15px; } .scores .circle { width: 320px; height: 320px; } .scores .section-text { width: 100%; font-size: 35px; } .scores .circle-title { font-size: 60px; } .scores .section-title { text-align: center; } .bakalavriat .program-item { padding-bottom: 10px; } .bakalavriat .courses .headline { color: #6a5e72; } @media (max-width: 1200px) { .scores .circle { width: 240px; height: 240px; } .scores .section-text { font-size: 28px; } .scores .circle-title { font-size: 40px; } } @media (max-width: 767px) { .scores .circle { width: 180px; height: 180px; } .scores .section-text { font-size: 20px; } .scores .circle-title { font-size: 40px; } section.section-vacancies { padding: 100px 0; } section.section-vacancies .section-content { padding-left: 0; padding-right: 0; } } @media (min-width:576px) { section.section-why .container { padding-left: 0; padding-right: 0 } } @media(max-width: 576px){ .circle{ margin: 10px auto; } section.section-welcome .course-item__value{ font-size: 18px; } .qualification-list{ padding: 30px 10px; } .li_style::before{ padding-right: 10px; } .grid-container-item.grid-instruction-bold{ font-size: 20px; } .grid-container-item > a { font-size: 15px; } .grid-container { padding: 20px; } } @media (min-width:992px) { section.section-why { padding-top: 100px; padding-bottom: 60px; } section .left-block { max-width: 60%; } } @media (min-width: 1300px) { section.section-why.section-vacancy .left-block { max-width: 450px } } @media (min-width:1400px) { .left-block { max-width: 75%; } } @media (max-width: 1200px) { .section-points .left-block, .section-points .right-block{ margin: auto; } section.section-points .left-block .section-text { margin-bottom: 30px; } }
0.455441
0.075483
body { background: #f5f6fa; font-family: 'Oswald', sans-serif; } /*Inicio del ccs del footer*/ .page-footer { background: #78C2AD; text-align: center; } .page-footer h5 { color:#fff; text-align: center; } .page-footer p { color:#fff; text-align: center; } .page-footer a { color:#fff; text-align: center; } .copy { background:#13C27D; text-align: center; } .copy p a { color: #ffce14; text-decoration: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .copy p a:hover{ color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .copy p { color: #fff; font-size: 14px; letter-spacing: 2px; padding: 1em; } /*Fin del css del footer*/ .special-card-title{ background: #11998e; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #38ef7d, #11998e); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .content { width:100%; height: 400px; } table td,th{ border:2px solid black; padding: 20px; } /*Color al ancabezado tabla*/ thead{ background-color: #246355; color: white; } /*Estilo ala tabla sombreado */ tr:nth-child(even){ background-color: #ddd } /*Iluminacion ala tabla cuando de seleccion*/ tr:hover td{ background-color:#369681 ; color: white; } /*Estilo de pagina de biebenida de invitado*/ .masthead { color: white; min-height: 30rem; width: 100%; height: 100%; padding-top: 8rem; padding-bottom: 8rem; background: url('/imagenes/vacation.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; } .masthead h1 { font-size: 4rem; margin: 0; padding: 0; } @media (min-width: 992px) { .masthead { height: 100vh; } .masthead h1 { font-size: 5.5rem; } }
public/css/style.css
body { background: #f5f6fa; font-family: 'Oswald', sans-serif; } /*Inicio del ccs del footer*/ .page-footer { background: #78C2AD; text-align: center; } .page-footer h5 { color:#fff; text-align: center; } .page-footer p { color:#fff; text-align: center; } .page-footer a { color:#fff; text-align: center; } .copy { background:#13C27D; text-align: center; } .copy p a { color: #ffce14; text-decoration: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .copy p a:hover{ color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .copy p { color: #fff; font-size: 14px; letter-spacing: 2px; padding: 1em; } /*Fin del css del footer*/ .special-card-title{ background: #11998e; /* fallback for old browsers */ background: -webkit-linear-gradient(to bottom, #38ef7d, #11998e); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .content { width:100%; height: 400px; } table td,th{ border:2px solid black; padding: 20px; } /*Color al ancabezado tabla*/ thead{ background-color: #246355; color: white; } /*Estilo ala tabla sombreado */ tr:nth-child(even){ background-color: #ddd } /*Iluminacion ala tabla cuando de seleccion*/ tr:hover td{ background-color:#369681 ; color: white; } /*Estilo de pagina de biebenida de invitado*/ .masthead { color: white; min-height: 30rem; width: 100%; height: 100%; padding-top: 8rem; padding-bottom: 8rem; background: url('/imagenes/vacation.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; } .masthead h1 { font-size: 4rem; margin: 0; padding: 0; } @media (min-width: 992px) { .masthead { height: 100vh; } .masthead h1 { font-size: 5.5rem; } }
0.323166
0.078572
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap'); header { display: flex; justify-content: space-between; padding: 30px; background-color: #4a5568; } header .logo { display: block; overflow: hidden; } header .logo h1 { font-family: 'Langar', cursive, sans-serif; font-size: 35px; } header .logo h1 a { color: #fff; text-decoration: none; } header .search-box { display: flex; align-items: center; overflow: hidden; } header .search-box input[type='search'] { width: 400px; height: 30px; border: none; padding-left: 35px; border-radius: 15px; } header .search-box input[type='search']::placeholder { font-size: 17px; } header .menu { display: flex; justify-content: space-between; align-items: center; } header .menu li { margin-right: 20px; } header .menu li:last-child { margin-right: 0; } header .menu li a { color: #fff; font-size: 18px; text-decoration: none; } header .menu li a:hover { color: cornflowerblue; border-bottom: 1px solid cornflowerblue; padding-bottom: 3px; } .all-products { display: block; overflow: hidden; } .all-products .title { font-size: 26px; font-weight: bold; margin-top: 30px; } .all-products .thumbnail img { display: block; margin: 0 auto; } .all-products .caption h3 { font-size: 20px; font-weight: bold; } .all-products .caption .price { font-size: 17px; color: red; } .all-products .caption .info { display: inline-block; overflow: hidden; } .all-products .caption .info a { text-decoration: none; }
public/css/app.css
@import url('https://fonts.googleapis.com/css2?family=Langar&display=swap'); header { display: flex; justify-content: space-between; padding: 30px; background-color: #4a5568; } header .logo { display: block; overflow: hidden; } header .logo h1 { font-family: 'Langar', cursive, sans-serif; font-size: 35px; } header .logo h1 a { color: #fff; text-decoration: none; } header .search-box { display: flex; align-items: center; overflow: hidden; } header .search-box input[type='search'] { width: 400px; height: 30px; border: none; padding-left: 35px; border-radius: 15px; } header .search-box input[type='search']::placeholder { font-size: 17px; } header .menu { display: flex; justify-content: space-between; align-items: center; } header .menu li { margin-right: 20px; } header .menu li:last-child { margin-right: 0; } header .menu li a { color: #fff; font-size: 18px; text-decoration: none; } header .menu li a:hover { color: cornflowerblue; border-bottom: 1px solid cornflowerblue; padding-bottom: 3px; } .all-products { display: block; overflow: hidden; } .all-products .title { font-size: 26px; font-weight: bold; margin-top: 30px; } .all-products .thumbnail img { display: block; margin: 0 auto; } .all-products .caption h3 { font-size: 20px; font-weight: bold; } .all-products .caption .price { font-size: 17px; color: red; } .all-products .caption .info { display: inline-block; overflow: hidden; } .all-products .caption .info a { text-decoration: none; }
0.40698
0.090093
*{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } .row{ display: flex; flex-wrap: wrap; } .col-md-6{ width: 50%; padding-left: 15px; padding-right: 15px; } .col-md-6 input{ width: 100% !important; } body{ font-family: 'Montserrat'; } .container{ max-width: 800px; margin:40px auto; font-family: 'Montserrat'; } form{ padding: 15px 20px; } h3{ color: goldenrod; font-weight: bold; text-align: center; font-size: 45px; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert-info { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; font-family: 'Montserrat'; font-weight: 400; } input{ padding: 10px 20px; border: none; border-bottom: 2px solid #2a2a2a; color: goldenrod; width: 70%; display: block; transition: 0.4s; margin:12px auto; } textarea{ padding: 10px 20px; border: 2px solid #2a2a2a; color: goldenrod; width: 100%; display: block; transition: 0.4s; margin:12px auto; } input:focus{ border-bottom: 10px solid #2a2a2a; outline: none; box-shadow: none; } input::placeholder{ color: goldenrod; } button{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; } label{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; } .label{ background-color: transparent; border: solid 2px transparent; color: black; } .textarea{ background-color: transparent; color: #2a2a2a; border: solid 2px transparent; } .btn{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; }
public/css/login.css
*{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } .row{ display: flex; flex-wrap: wrap; } .col-md-6{ width: 50%; padding-left: 15px; padding-right: 15px; } .col-md-6 input{ width: 100% !important; } body{ font-family: 'Montserrat'; } .container{ max-width: 800px; margin:40px auto; font-family: 'Montserrat'; } form{ padding: 15px 20px; } h3{ color: goldenrod; font-weight: bold; text-align: center; font-size: 45px; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert-info { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } .alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; font-family: 'Montserrat'; font-weight: 400; } input{ padding: 10px 20px; border: none; border-bottom: 2px solid #2a2a2a; color: goldenrod; width: 70%; display: block; transition: 0.4s; margin:12px auto; } textarea{ padding: 10px 20px; border: 2px solid #2a2a2a; color: goldenrod; width: 100%; display: block; transition: 0.4s; margin:12px auto; } input:focus{ border-bottom: 10px solid #2a2a2a; outline: none; box-shadow: none; } input::placeholder{ color: goldenrod; } button{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; } label{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; } .label{ background-color: transparent; border: solid 2px transparent; color: black; } .textarea{ background-color: transparent; color: #2a2a2a; border: solid 2px transparent; } .btn{ padding: 15px 20px; background-color: goldenrod; color: white; border: solid 2px #2a2a2a; line-height: 0; display: block; margin: 12px auto; cursor: pointer; }
0.347094
0.062991
.container { text-align: center; } .page :visited { text-decoration: none; color: "#fb3f00"; } .page { color: "#fb3f00"; text-decoration: none; font-size: 1.5rem; } .page :active { color: "#fb3f00"; text-decoration: none; } .page :link { color: "#fb3f00"; text-decoration: none; } .page :hover { color: "#fb3f00"; text-decoration: none; opacity: 0.6; cursor: crosshair; } .about { text-align: center; } .header { color: seagreen; font-size: 2.5rem; } .ownerFlex { display: flex; justify-content: center; margin: 5rem; padding: 0rem; } .person { padding: 0.25rem; margin: 1rem; border: 1px solid black; border-radius: 1rem; } .locationCon { display: flex; justify-content: center; } .mainHeader { font-size: 3.5rem; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://a57.foxnews.com/a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2018/09/640/320/1862/1048/2-bagel-shutterstock_223713790.jpg?ve=1&tl=1?ve=1&tl=1"); background-position: center; background-size: cover; padding: 10rem; color: white; border-radius: 1rem; font-weight: bold; } .page-2 { font-size: 1.2; border: 1px solid black; border-radius: 0.5rem; padding: 0.5rem; margin-left: 1rem; } .linkcon { /* margin: 1rem; */ text-align: center; } .eggs { display: flex; justify-content: center; } .menu-item { margin: 1.5rem; text-align: center; } .egg-o { background-image: url("https://www.insauga.com/sites/default/files/imagecache/lead-image-full/article/2017/07/omelette.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; color: black; } .egg-o:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .benedicts { background-image: url("https://www.perkinsrestaurants.com/wp-content/uploads/2018/02/Cali-avocado-benedict-1.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .benedicts:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .waffles { background-image: url("https://laurenslatest.com/wp-content/uploads/2019/04/Belgian-Waffles-6.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .waffles:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .quiche { background-image: url("https://www.onceuponachef.com/images/2019/02/Quiche_Lorraine.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .quiche:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .frittatas { background-image: url("https://www.cookingclassy.com/wp-content/uploads/2019/02/frittata-1.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .frittatas:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .crepes { background-image: url("https://sweetsimplevegan.com/wp-content/uploads/2019/04/Close-Up-Classic-Rolled-Vegan-French-Crepes-Whipped-Cream-Chocolate-Sweet-Simple-Vegan-Freatured-Image.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .crepes:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .ecetera { background-image: url("https://www.thespruceeats.com/thmb/Bn4ZBf_1HagFnNBENLonNR5gJVI=/3680x3680/smart/filters:no_upscale()/corned-beef-hash-breakfast-137365849-5817aa995f9b581c0b9d64b7.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .ecetera:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .kids { background-image: url("https://i.ytimg.com/vi/WH43OZJVrEI/maxresdefault.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .kids:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .extras { background-image: url("https://cdn.apartmenttherapy.info/image/fetch/f_jpg,q_auto:eco,c_fill,g_auto,w_1500,ar_1:1/https%3A%2F%2Fstorage.googleapis.com%2Fgen-atmedia%2F3%2F2013%2F03%2Fd763c54e13afa539afcf627fb04cf78f980311fb.jpeg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .extras:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .drinks { background-image: url("https://i.ytimg.com/vi/WH43OZJVrEI/maxresdefault.jpg"); background-size: cover; background-position: center; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; font-weight: 600; font-family: sans-serif; } .buttonshome { display: flex; justify-content: center; text-align: center; } .hours { text-align: center; } .special { text-align: center; }
src/components/additional.css
.container { text-align: center; } .page :visited { text-decoration: none; color: "#fb3f00"; } .page { color: "#fb3f00"; text-decoration: none; font-size: 1.5rem; } .page :active { color: "#fb3f00"; text-decoration: none; } .page :link { color: "#fb3f00"; text-decoration: none; } .page :hover { color: "#fb3f00"; text-decoration: none; opacity: 0.6; cursor: crosshair; } .about { text-align: center; } .header { color: seagreen; font-size: 2.5rem; } .ownerFlex { display: flex; justify-content: center; margin: 5rem; padding: 0rem; } .person { padding: 0.25rem; margin: 1rem; border: 1px solid black; border-radius: 1rem; } .locationCon { display: flex; justify-content: center; } .mainHeader { font-size: 3.5rem; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://a57.foxnews.com/a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2018/09/640/320/1862/1048/2-bagel-shutterstock_223713790.jpg?ve=1&tl=1?ve=1&tl=1"); background-position: center; background-size: cover; padding: 10rem; color: white; border-radius: 1rem; font-weight: bold; } .page-2 { font-size: 1.2; border: 1px solid black; border-radius: 0.5rem; padding: 0.5rem; margin-left: 1rem; } .linkcon { /* margin: 1rem; */ text-align: center; } .eggs { display: flex; justify-content: center; } .menu-item { margin: 1.5rem; text-align: center; } .egg-o { background-image: url("https://www.insauga.com/sites/default/files/imagecache/lead-image-full/article/2017/07/omelette.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; color: black; } .egg-o:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .benedicts { background-image: url("https://www.perkinsrestaurants.com/wp-content/uploads/2018/02/Cali-avocado-benedict-1.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .benedicts:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .waffles { background-image: url("https://laurenslatest.com/wp-content/uploads/2019/04/Belgian-Waffles-6.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .waffles:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .quiche { background-image: url("https://www.onceuponachef.com/images/2019/02/Quiche_Lorraine.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .quiche:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .frittatas { background-image: url("https://www.cookingclassy.com/wp-content/uploads/2019/02/frittata-1.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .frittatas:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .crepes { background-image: url("https://sweetsimplevegan.com/wp-content/uploads/2019/04/Close-Up-Classic-Rolled-Vegan-French-Crepes-Whipped-Cream-Chocolate-Sweet-Simple-Vegan-Freatured-Image.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .crepes:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .ecetera { background-image: url("https://www.thespruceeats.com/thmb/Bn4ZBf_1HagFnNBENLonNR5gJVI=/3680x3680/smart/filters:no_upscale()/corned-beef-hash-breakfast-137365849-5817aa995f9b581c0b9d64b7.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .ecetera:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .kids { background-image: url("https://i.ytimg.com/vi/WH43OZJVrEI/maxresdefault.jpg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .kids:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .extras { background-image: url("https://cdn.apartmenttherapy.info/image/fetch/f_jpg,q_auto:eco,c_fill,g_auto,w_1500,ar_1:1/https%3A%2F%2Fstorage.googleapis.com%2Fgen-atmedia%2F3%2F2013%2F03%2Fd763c54e13afa539afcf627fb04cf78f980311fb.jpeg"); background-position: center; background-size: cover; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; } .extras:hover { cursor: pointer; background: transparent; border: 3px solid seagreen; text-align: center; } .drinks { background-image: url("https://i.ytimg.com/vi/WH43OZJVrEI/maxresdefault.jpg"); background-size: cover; background-position: center; font-size: 1.5rem; padding: 1rem; border-radius: 1rem; border: 3px solid white; font-weight: 600; font-family: sans-serif; } .buttonshome { display: flex; justify-content: center; text-align: center; } .hours { text-align: center; } .special { text-align: center; }
0.523908
0.145996
.viewNavigator_root { width:100%; height:100%; background-color:666666; overflow:hidden; } .viewNavigator_header { position:absolute; width:100%; height:46px; overflow:hide; padding:0px; } .viewNavigator_header_backlink { position:absolute; top:0px; left:0px; z-index:2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; max-width:30%; } .viewNavigator_header_title { position:absolute; top:12px; left:0%; right:0%; margin-left:auto; margin-right:auto; text-align:center; font-weight: bold; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; max-width:48%; } .viewNavigator_headerContent { backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); position:absolute; } .viewNavigator_content { position:absolute; top:46px; left:0px; right:0px; bottom:0px; overflow:hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0); } /* ANDROID BUG WORKAROUND */ .viewNavigator_content select { overflow:auto; position:relative; backface-visibility: auto; -webkit-backface-visibility: auto; } /* .viewNavigator_content div { backface-visibility: visible; -webkit-backface-visibility: visible; -webkit-transform: translate3d(0,0,0); }*/ .viewNavigator_contentHolder { position:absolute; top:0px; left:0px; right:0px; bottom:0px; background-color:white; overflow:auto; padding:0px; margin:0px; overflow: hidden; -webkit-overflow-scrolling : touch; min-width:100%; min-height:100% backface-visibility: hidden; -webkit-backface-visibility: hidden; } .viewNavigator_backface { /* backface-visibility: hidden; -webkit-backface-visibility: hidden; */ } .viewNavigator_backButtonPosition { position:absolute; left: 5px; top: .6em; } .viewNavigator_backButton { cursor:pointer; display: inline-block; white-space: nowrap; background-color: #ccc; border-radius: .2em; padding: 4px 10px; box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3); } .viewNavigator_backButton:active { background-color: #ddd; }
js/viewnavigator/viewnavigator.css
.viewNavigator_root { width:100%; height:100%; background-color:666666; overflow:hidden; } .viewNavigator_header { position:absolute; width:100%; height:46px; overflow:hide; padding:0px; } .viewNavigator_header_backlink { position:absolute; top:0px; left:0px; z-index:2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; max-width:30%; } .viewNavigator_header_title { position:absolute; top:12px; left:0%; right:0%; margin-left:auto; margin-right:auto; text-align:center; font-weight: bold; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; max-width:48%; } .viewNavigator_headerContent { backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); position:absolute; } .viewNavigator_content { position:absolute; top:46px; left:0px; right:0px; bottom:0px; overflow:hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0); } /* ANDROID BUG WORKAROUND */ .viewNavigator_content select { overflow:auto; position:relative; backface-visibility: auto; -webkit-backface-visibility: auto; } /* .viewNavigator_content div { backface-visibility: visible; -webkit-backface-visibility: visible; -webkit-transform: translate3d(0,0,0); }*/ .viewNavigator_contentHolder { position:absolute; top:0px; left:0px; right:0px; bottom:0px; background-color:white; overflow:auto; padding:0px; margin:0px; overflow: hidden; -webkit-overflow-scrolling : touch; min-width:100%; min-height:100% backface-visibility: hidden; -webkit-backface-visibility: hidden; } .viewNavigator_backface { /* backface-visibility: hidden; -webkit-backface-visibility: hidden; */ } .viewNavigator_backButtonPosition { position:absolute; left: 5px; top: .6em; } .viewNavigator_backButton { cursor:pointer; display: inline-block; white-space: nowrap; background-color: #ccc; border-radius: .2em; padding: 4px 10px; box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3); } .viewNavigator_backButton:active { background-color: #ddd; }
0.407451
0.080937
body{ font-family: 'Montserrat', sans-serif; font-weight: 700; width: 100%; margin: 0 auto; /* background-color: #DEEDF0 */ /* background-color: #F0F0F0 */ /* background-color: #F4CCA4 */ /* background-color: #E7E6E1 */ background-color: #F7E9E3 } header{ height: 80px; width: 100%; position: relative; background-color: #030303; } h1 { margin-left: 5%; position: absolute; padding-top: 2%; color: #f1f1f1; } h1 a { text-decoration: none; color: #f1f1f1; } nav{ margin-right: 5%; padding-top: 1%; float: right; } nav ul li{ display: inline; } /* this will be for other tabs in header */ .dropbtn { font-family: 'Montserrat', sans-serif; font-weight: 700; cursor: pointer; background-color: #030303; color: #f1f1f1; padding: 16px; font-size: 16px; border: none; border-radius: 6px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { border-radius: 9px; display: none; position: absolute; background-color: #1E212D; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { cursor: pointer; color: #f1f1f1; padding: 12px 16px; text-decoration: none; display: block; } /* this is for hover only for menu */ .dropdown-content a:hover {background-color: #ddd; border-radius: 9px;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #1E212D;} * {box-sizing: border-box;} /* body {font-family: Verdana, sans-serif;} .mySlides {display: none;} */ img {vertical-align: middle;} /* Slideshow container */ /*.slideshow-container { max-width: 80%; position: relative; margin: auto; } .imgPic{ width: 100%; margin: 0%; } /* The dots/bullets/indicators */ /*.dot { height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} } #mid-section{ position: relative; } #videoEdit{ width: 40%; margin-left: 3%; } video{ margin-top: 10%; position:absolute } #introduction-right{ margin-left: 45%; margin-top: 10%; margin-right: 3%; line-height: 20px; font-weight: 500; /* font-size: 20px; */ /* text-indent: 50px; */ text-align: justify; position:absolute } #introduction-right h2 { font-size: 35px; } /* card-container */ #container { font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif; margin: 800px 0; } .card-container { display:inline-block; cursor: pointer; height: 550px; perspective: 600; position: relative; width: 320px; padding-left: 7%; margin-left: 8%; } .card { height: 100%; position: absolute; transform-style: preserve-3d; transition: all 1s ease-in-out; width: 100%; } .card:hover { transform: rotateY(180deg); } .card .side { backface-visibility: hidden; border-radius: 6px; height: 100%; position: absolute; overflow: hidden; width: 100%; } .card .back { background: #FFBD9B; padding-top: 40%; color: #030303; font-weight: 700; font-size: 150%; line-height: 150px; text-align: center; transform: rotateY(180deg); } #pic1{ width: 128%; } #pic2{ width: 148%; } #pic3{ width: 128%; } /* footer style sheet */ footer{ margin: 0%; height: 50%; background-color: #030303; } .icon{ width: 30px; } #footerOne ul { /* margin: 2%; */ padding: 2%; } #footerOne ul li { float: right; padding:2%; padding-left: 6%; } #footerTwo { color: #f1f1f1; line-height: 20px; padding-bottom: 1%; margin-left: 20%; text-align: -webkit-center } #logo{ color: #f1f1f1; position: absolute; margin-left: 3.5%; margin-top: 3% ; } #logo a{ text-decoration: none; color: #f1f1f1; }
css/style.css
body{ font-family: 'Montserrat', sans-serif; font-weight: 700; width: 100%; margin: 0 auto; /* background-color: #DEEDF0 */ /* background-color: #F0F0F0 */ /* background-color: #F4CCA4 */ /* background-color: #E7E6E1 */ background-color: #F7E9E3 } header{ height: 80px; width: 100%; position: relative; background-color: #030303; } h1 { margin-left: 5%; position: absolute; padding-top: 2%; color: #f1f1f1; } h1 a { text-decoration: none; color: #f1f1f1; } nav{ margin-right: 5%; padding-top: 1%; float: right; } nav ul li{ display: inline; } /* this will be for other tabs in header */ .dropbtn { font-family: 'Montserrat', sans-serif; font-weight: 700; cursor: pointer; background-color: #030303; color: #f1f1f1; padding: 16px; font-size: 16px; border: none; border-radius: 6px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { border-radius: 9px; display: none; position: absolute; background-color: #1E212D; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { cursor: pointer; color: #f1f1f1; padding: 12px 16px; text-decoration: none; display: block; } /* this is for hover only for menu */ .dropdown-content a:hover {background-color: #ddd; border-radius: 9px;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #1E212D;} * {box-sizing: border-box;} /* body {font-family: Verdana, sans-serif;} .mySlides {display: none;} */ img {vertical-align: middle;} /* Slideshow container */ /*.slideshow-container { max-width: 80%; position: relative; margin: auto; } .imgPic{ width: 100%; margin: 0%; } /* The dots/bullets/indicators */ /*.dot { height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } /* On smaller screens, decrease text size */ @media only screen and (max-width: 300px) { .text {font-size: 11px} } #mid-section{ position: relative; } #videoEdit{ width: 40%; margin-left: 3%; } video{ margin-top: 10%; position:absolute } #introduction-right{ margin-left: 45%; margin-top: 10%; margin-right: 3%; line-height: 20px; font-weight: 500; /* font-size: 20px; */ /* text-indent: 50px; */ text-align: justify; position:absolute } #introduction-right h2 { font-size: 35px; } /* card-container */ #container { font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif; margin: 800px 0; } .card-container { display:inline-block; cursor: pointer; height: 550px; perspective: 600; position: relative; width: 320px; padding-left: 7%; margin-left: 8%; } .card { height: 100%; position: absolute; transform-style: preserve-3d; transition: all 1s ease-in-out; width: 100%; } .card:hover { transform: rotateY(180deg); } .card .side { backface-visibility: hidden; border-radius: 6px; height: 100%; position: absolute; overflow: hidden; width: 100%; } .card .back { background: #FFBD9B; padding-top: 40%; color: #030303; font-weight: 700; font-size: 150%; line-height: 150px; text-align: center; transform: rotateY(180deg); } #pic1{ width: 128%; } #pic2{ width: 148%; } #pic3{ width: 128%; } /* footer style sheet */ footer{ margin: 0%; height: 50%; background-color: #030303; } .icon{ width: 30px; } #footerOne ul { /* margin: 2%; */ padding: 2%; } #footerOne ul li { float: right; padding:2%; padding-left: 6%; } #footerTwo { color: #f1f1f1; line-height: 20px; padding-bottom: 1%; margin-left: 20%; text-align: -webkit-center } #logo{ color: #f1f1f1; position: absolute; margin-left: 3.5%; margin-top: 3% ; } #logo a{ text-decoration: none; color: #f1f1f1; }
0.3512
0.057891
* { box-sizing: border-box; } html, body { } html section, body section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; width: 100%; min-height: 100%; } html section button, body section button { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; background: transparent; padding: 1rem 1rem; margin: 0 1rem; -webkit-transition: all .5s ease; transition: all .5s ease; color: #41403E; font-family:'lato', sans-serif; font-size: 2rem; outline: none; box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; text-align:center; /* Above is shorthand for: border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; border-bottom-right-radius: 225px 15px; border-bottom-left-radius:15px 255px; */ } html section button:hover, body section button:hover { box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3); } html section button.lined.thick, body section button.lined.thick { border: solid 7px #3B2523; } html section button.dotted.thick, body section button.dotted.thick { border: dotted 5px #41403E; } html section button.dashed.thick, body section button.dashed.thick { border: dashed 5px #41403E; } html section button.lined.thin, body section button.lined.thin { border: solid 2px #41403E; } html section button.dotted.thin, body section button.dotted.thin { border: dotted 2px #41403E; } html section button.dashed.thin, body section button.dashed.thin { border: dashed 2px #41403E; } @media (max-width: 620px) { body h1 { margin-top: 2rem; } body section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; } body section button { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } }
web/interview/boutons/styles.css
* { box-sizing: border-box; } html, body { } html section, body section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; width: 100%; min-height: 100%; } html section button, body section button { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; background: transparent; padding: 1rem 1rem; margin: 0 1rem; -webkit-transition: all .5s ease; transition: all .5s ease; color: #41403E; font-family:'lato', sans-serif; font-size: 2rem; outline: none; box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; text-align:center; /* Above is shorthand for: border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; border-bottom-right-radius: 225px 15px; border-bottom-left-radius:15px 255px; */ } html section button:hover, body section button:hover { box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3); } html section button.lined.thick, body section button.lined.thick { border: solid 7px #3B2523; } html section button.dotted.thick, body section button.dotted.thick { border: dotted 5px #41403E; } html section button.dashed.thick, body section button.dashed.thick { border: dashed 5px #41403E; } html section button.lined.thin, body section button.lined.thin { border: solid 2px #41403E; } html section button.dotted.thin, body section button.dotted.thin { border: dotted 2px #41403E; } html section button.dashed.thin, body section button.dashed.thin { border: dashed 2px #41403E; } @media (max-width: 620px) { body h1 { margin-top: 2rem; } body section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1rem; } body section button { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } }
0.385375
0.089614
body{ background-color: var(--light)} .auth-wrapper {height: calc(100vh)!important;} #loginform img {max-width: 100%;} .input-group>.input-group-append:not(:last-child)>.input-group-text {border-top-right-radius: 2px; border-bottom-right-radius: 2px;} .form-group input, .form-group select, .form-group textarea{font-weight: normal;} #btn-toggle-password {cursor: pointer;} .btn-theme-1{background-color: var(--color-1); color: #fff; transition: .25s ease} .btn-theme-1:hover{filter: saturate(0.5);} .rounded{border-radius: .25em!important} .rounded-1{border-radius: .5em} .rounded-2{border-radius: 1em} /* Sidebar */ #sidebar {padding: 1rem;} /* Navbar */ @media (max-width: 767px) { header > nav .navbar-brand {right: 0px!important;} } header > nav .navbar-brand img, header > nav .navbar-text img {width: 140px!important;} header > nav .search-wrapper {border: 1px solid #505763;} header > nav ul.n-log li .btn {padding: 8px!important; width: auto!important;} header > nav ul.n-log li .btn.btn-borderless {border-width: 0px!important;} .dropdown-item:hover, .dropdown-item:active {background-color: #fb8312!important; color: #fff!important;} .btn.btn-default:hover {color: #fb8312!important; border-color: #fb8312!important;} .btn.btn-primary {background-color: #fb8312!important; border-color: #fb8312!important;} .btn.btn-primary:hover {background-color: #c16c1c!important; border-color: #c16c1c!important;} .btn.btn-secondary {background-color: #34495e!important; color: #fff!important; border-color: #34495e!important;} .btn.btn-secondary:hover {background-color: #668baf!important; border-color: #668baf!important;} .link-primary {color: #fb8312!important;} .link-primary:hover, .link-primary:active {color: #c16c1c!important;} #sidebar .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {display: block!important} #sidebar ul li.menu-label:active, #sidebar ul li.menu-label:focus, #sidebar ul li.menu-label:hover, #sidebar ul li.menu-link:active, #sidebar ul li.menu-link:focus, #sidebar ul li.menu-link:hover{border-radius: .5em; transition: var(--transition)} #sidebar .sidebar-menu .sidebar-dropdown .drop-icon{top: 4px} /* Footer */ footer {background-color: #34495e!important;}
public/assets/css/login.css
body{ background-color: var(--light)} .auth-wrapper {height: calc(100vh)!important;} #loginform img {max-width: 100%;} .input-group>.input-group-append:not(:last-child)>.input-group-text {border-top-right-radius: 2px; border-bottom-right-radius: 2px;} .form-group input, .form-group select, .form-group textarea{font-weight: normal;} #btn-toggle-password {cursor: pointer;} .btn-theme-1{background-color: var(--color-1); color: #fff; transition: .25s ease} .btn-theme-1:hover{filter: saturate(0.5);} .rounded{border-radius: .25em!important} .rounded-1{border-radius: .5em} .rounded-2{border-radius: 1em} /* Sidebar */ #sidebar {padding: 1rem;} /* Navbar */ @media (max-width: 767px) { header > nav .navbar-brand {right: 0px!important;} } header > nav .navbar-brand img, header > nav .navbar-text img {width: 140px!important;} header > nav .search-wrapper {border: 1px solid #505763;} header > nav ul.n-log li .btn {padding: 8px!important; width: auto!important;} header > nav ul.n-log li .btn.btn-borderless {border-width: 0px!important;} .dropdown-item:hover, .dropdown-item:active {background-color: #fb8312!important; color: #fff!important;} .btn.btn-default:hover {color: #fb8312!important; border-color: #fb8312!important;} .btn.btn-primary {background-color: #fb8312!important; border-color: #fb8312!important;} .btn.btn-primary:hover {background-color: #c16c1c!important; border-color: #c16c1c!important;} .btn.btn-secondary {background-color: #34495e!important; color: #fff!important; border-color: #34495e!important;} .btn.btn-secondary:hover {background-color: #668baf!important; border-color: #668baf!important;} .link-primary {color: #fb8312!important;} .link-primary:hover, .link-primary:active {color: #c16c1c!important;} #sidebar .sidebar-menu .sidebar-dropdown.active .sidebar-submenu {display: block!important} #sidebar ul li.menu-label:active, #sidebar ul li.menu-label:focus, #sidebar ul li.menu-label:hover, #sidebar ul li.menu-link:active, #sidebar ul li.menu-link:focus, #sidebar ul li.menu-link:hover{border-radius: .5em; transition: var(--transition)} #sidebar .sidebar-menu .sidebar-dropdown .drop-icon{top: 4px} /* Footer */ footer {background-color: #34495e!important;}
0.281504
0.071949
html, body { background: black; color: white; font-family: "San Francisco"; font-weight: 100; font-size: 1.2em; text-align: left; margin: 0; padding: 0; } .clearfix { clear: both; } /** Ultra Light */ @font-face { font-family: "San Francisco"; font-weight: 100; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2"); } /** Thin */ @font-face { font-family: "San Francisco"; font-weight: 200; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2"); } /** Medium */ @font-face { font-family: "San Francisco"; font-weight: normal; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff2"); } /** Semi Bold */ @font-face { font-family: "San Francisco"; font-weight: 500; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2"); } /** Bold */ @font-face { font-family: "San Francisco"; font-weight: bold; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2"); } .wrapper-weather { width: 70%; position: relative; float: left; } .week-forecast li { border: 1px dashed solid; border-radius: 100px; margin-left: 20px; } .weather-table { display: inline-block; margin-top: 20px; } .news-tile { font-size: 25px; padding: 10px; text-align: left; } .wrapper-news { height: 300px; overflow:scroll; float: left; position: fixed; bottom: 15px; left: 15px; } @-webkit-keyframes move { 0% { margin-left: -400px; } 100% { margin-left: 800px; } } @-webkit-keyframes enterFromRight { 0% { margin-right: -600px; } 100% { margin-left: 0px; } } .news-list { } .wrapper-meteo { float: right; width: 50%; text-align: right; padding: 20px; } .wrapper-date-time { width: 30%; float: right; } .wrapper-time { float: right; text-align: right; display: block; } .wrapper-date { float: right; text-align: right; display: block; } .center_logo_blink { animation: blinker 2s linear infinite; display: block; margin-left: auto; margin-right: auto; vertical-align: middle } @keyframes blinker { 50% { opacity: 0.0; } }
client/stylesheets/index.css
html, body { background: black; color: white; font-family: "San Francisco"; font-weight: 100; font-size: 1.2em; text-align: left; margin: 0; padding: 0; } .clearfix { clear: both; } /** Ultra Light */ @font-face { font-family: "San Francisco"; font-weight: 100; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2"); } /** Thin */ @font-face { font-family: "San Francisco"; font-weight: 200; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2"); } /** Medium */ @font-face { font-family: "San Francisco"; font-weight: normal; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff2"); } /** Semi Bold */ @font-face { font-family: "San Francisco"; font-weight: 500; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2"); } /** Bold */ @font-face { font-family: "San Francisco"; font-weight: bold; src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2"); } .wrapper-weather { width: 70%; position: relative; float: left; } .week-forecast li { border: 1px dashed solid; border-radius: 100px; margin-left: 20px; } .weather-table { display: inline-block; margin-top: 20px; } .news-tile { font-size: 25px; padding: 10px; text-align: left; } .wrapper-news { height: 300px; overflow:scroll; float: left; position: fixed; bottom: 15px; left: 15px; } @-webkit-keyframes move { 0% { margin-left: -400px; } 100% { margin-left: 800px; } } @-webkit-keyframes enterFromRight { 0% { margin-right: -600px; } 100% { margin-left: 0px; } } .news-list { } .wrapper-meteo { float: right; width: 50%; text-align: right; padding: 20px; } .wrapper-date-time { width: 30%; float: right; } .wrapper-time { float: right; text-align: right; display: block; } .wrapper-date { float: right; text-align: right; display: block; } .center_logo_blink { animation: blinker 2s linear infinite; display: block; margin-left: auto; margin-right: auto; vertical-align: middle } @keyframes blinker { 50% { opacity: 0.0; } }
0.587233
0.071203
@font-face { font-family: 'AmbleRegular'; src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); } .calendar-eightysix { cursor: default; position: absolute; z-index: 999; text-align: center; } .calendar-eightysix, .calendar-eightysix * { overflow: hidden; padding: 0; margin: 0; } .calendar-eightysix .header.dragger { cursor: move; } .calendar-eightysix .header .arrow-left, .calendar-eightysix .header .arrow-right { cursor: pointer; } .calendar-eightysix .header .arrow-left { float: left; } .calendar-eightysix .header .arrow-right { float: right; } .calendar-eightysix .header .label { display: inline-block; } .calendar-eightysix .header .label.clickable { cursor: pointer; } .calendar-eightysix .body { position: relative; } .calendar-eightysix .body .inner .container { position: absolute; left: 0; } .calendar-eightysix .body .inner .container .row div { float: left; } .calendar-eightysix .body .inner .container.month.pickable .row div, .calendar-eightysix .body .inner .container.year-decade .row div { cursor: pointer; } /* Specifc */ .calendar-eightysix.default { width: 216px; height: 170px; background: url('../img/default/background.png') center no-repeat; font-family: Trebuchet, Tahoma, Arial, sans-serif; font-size: 11px; color: #888; } *html .calendar-eightysix.default { /* IE6 png fix */ background-image: url('../img/default/background.gif'); } .calendar-eightysix.default .wrapper { padding: 8px; } /* Header */ .calendar-eightysix.default .header { height: 25px; background: #000; color: #fff; } .calendar-eightysix.default .header .arrow-left, .calendar-eightysix.default .header .arrow-right { width: 12px; height: 13px; margin: 6px 7px; } .calendar-eightysix.default .header .arrow-left { background: transparent url('../images/arrow-left.png') center no-repeat; } *html .calendar-eightysix.default .header .arrow-left { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-left.png', sizingMethod='scale'); } .calendar-eightysix.default .header .arrow-left:hover { background-image: url('../images/arrow-left-hover-blue.png'); } .calendar-eightysix.default .header .arrow-right { background: transparent url('../images/arrow-right.png') center no-repeat; } *html .calendar-eightysix.default .header .arrow-right { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-right.png', sizingMethod='scale'); } .calendar-eightysix.default .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-blue.png'); } .calendar-eightysix.default .header .label { margin-top: 6px; font-family: 'Dosis', sans-serif; color: #eee; font-size:1.4em; } .calendar-eightysix.default .header .label.clickable:hover { color: #fff; } /* Body */ .calendar-eightysix.default .body { height: 126px; } .calendar-eightysix.default .body .inner .container { width: 200px; height: 126px; } /* General container */ .calendar-eightysix.default .body .inner .container .row { width: 200px; } .calendar-eightysix.default .body .inner .container .row.even, .calendar-eightysix.default .body .inner .container .row.even div { background-color: #eee; } .calendar-eightysix.default .body .inner .container .row.odd div { background-color: #fff; } .calendar-eightysix.default .body .inner .container .row div.today { text-decoration: underline; } .calendar-eightysix.default .body .inner .container .row div.selected { font-weight: bold; color: #028C69 !important; } .calendar-eightysix.default .body .inner .container .row div.non-selectable, .calendar-eightysix.default .body .inner .container .row div.non-selectable:hover { color: #dcdcdc !important; cursor: default !important; } /* Month */ .calendar-eightysix.default .body .inner .container.month .row.a div { cursor: default !important; color: #888 !important; } .calendar-eightysix.default .body .inner .container.month .row { font-family: 'Dosis', sans-serif; height: 18px; } .calendar-eightysix.default .body .inner .container.month .row div { margin-top: 0px; width: 24px; padding: 4px 0; } .calendar-eightysix.default .body .inner .container.month .row div.first { padding-left: 16px; font-family: 'Dosis', sans-serif; } .calendar-eightysix.default .body .inner .container.month .row div.last { padding-right: 16px; } .calendar-eightysix.default .body .inner .container.month .row div.outside { color: #555; } .calendar-eightysix.default .body .inner .container.month .row.even div.outside { color: #000; } .calendar-eightysix.default .body .inner .container.month .row.a div { color: #555; } /* Year & decade */ .calendar-eightysix.default .body .inner .container.year-decade .row { height: 42px; } .calendar-eightysix.default .body .inner .container.year-decade .row div { width: 42px; padding-top: 13px; height: 29px; } .calendar-eightysix.default .body .inner .container.year-decade .row div.first { margin-left: 16px; } .calendar-eightysix.default .body .inner .container.year-decade .row div.last { margin-right: 16px; } *html .calendar-eightysix.default .body .inner .container.year-decade .row div.first { /* IE6 fix */ margin-left: 9px; } *html .calendar-eightysix.default .body .inner .container.year-decade .row div.last { /* IE6 fix */ margin-right: 9px; } .calendar-eightysix.default .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default .body .inner .container.year-decade .row div:hover { color: #b2cfe1; } /* Footer */ .calendar-eightysix.default .footer { background: transparent url('../img/default/footer-blue.png') top no-repeat; height: 4px; } *html .calendar-eightysix.default .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-blue.png', sizingMethod='scale'); } /* Red style */ .calendar-eightysix.default.red .header .arrow-left:hover { background-image: url('../img/default/arrow-left-hover-red.png'); } .calendar-eightysix.default.red .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-red.png'); } .calendar-eightysix.default.red .header .label { color: #d13a3a; } .calendar-eightysix.default.red .header .label.clickable:hover { color: #d06d6d; } .calendar-eightysix.default.red .footer { background-image: url('../img/default/footer-red.png'); } *html .calendar-eightysix.default.red .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-red.png', sizingMethod='scale'); } .calendar-eightysix.default.red .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default.red .body .inner .container.year-decade .row div:hover { color: #b90000; } .calendar-eightysix.default.red .body .inner .container .row div.selected { color: #b90000 !important; } /* Green style */ .calendar-eightysix.default.green .header .arrow-left:hover { background-image: url('../img/default/arrow-left-hover-green.png'); } .calendar-eightysix.default.green .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-green.png'); } .calendar-eightysix.default.green .header .label { color: #73a642; } .calendar-eightysix.default.green .header .label.clickable:hover { color: #73a642; } .calendar-eightysix.default.green .footer { background-image: url('../img/default/footer-green.png'); } *html .calendar-eightysix.default.green .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-green.png', sizingMethod='scale'); } .calendar-eightysix.default.green .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default.green .body .inner .container.year-decade .row div:hover { color: #73a642; } .calendar-eightysix.default.green .body .inner .container .row div.selected { color: #9abd79 !important; }
public/css/calendar-eightysix-default.css
@font-face { font-family: 'AmbleRegular'; src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); } .calendar-eightysix { cursor: default; position: absolute; z-index: 999; text-align: center; } .calendar-eightysix, .calendar-eightysix * { overflow: hidden; padding: 0; margin: 0; } .calendar-eightysix .header.dragger { cursor: move; } .calendar-eightysix .header .arrow-left, .calendar-eightysix .header .arrow-right { cursor: pointer; } .calendar-eightysix .header .arrow-left { float: left; } .calendar-eightysix .header .arrow-right { float: right; } .calendar-eightysix .header .label { display: inline-block; } .calendar-eightysix .header .label.clickable { cursor: pointer; } .calendar-eightysix .body { position: relative; } .calendar-eightysix .body .inner .container { position: absolute; left: 0; } .calendar-eightysix .body .inner .container .row div { float: left; } .calendar-eightysix .body .inner .container.month.pickable .row div, .calendar-eightysix .body .inner .container.year-decade .row div { cursor: pointer; } /* Specifc */ .calendar-eightysix.default { width: 216px; height: 170px; background: url('../img/default/background.png') center no-repeat; font-family: Trebuchet, Tahoma, Arial, sans-serif; font-size: 11px; color: #888; } *html .calendar-eightysix.default { /* IE6 png fix */ background-image: url('../img/default/background.gif'); } .calendar-eightysix.default .wrapper { padding: 8px; } /* Header */ .calendar-eightysix.default .header { height: 25px; background: #000; color: #fff; } .calendar-eightysix.default .header .arrow-left, .calendar-eightysix.default .header .arrow-right { width: 12px; height: 13px; margin: 6px 7px; } .calendar-eightysix.default .header .arrow-left { background: transparent url('../images/arrow-left.png') center no-repeat; } *html .calendar-eightysix.default .header .arrow-left { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-left.png', sizingMethod='scale'); } .calendar-eightysix.default .header .arrow-left:hover { background-image: url('../images/arrow-left-hover-blue.png'); } .calendar-eightysix.default .header .arrow-right { background: transparent url('../images/arrow-right.png') center no-repeat; } *html .calendar-eightysix.default .header .arrow-right { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrow-right.png', sizingMethod='scale'); } .calendar-eightysix.default .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-blue.png'); } .calendar-eightysix.default .header .label { margin-top: 6px; font-family: 'Dosis', sans-serif; color: #eee; font-size:1.4em; } .calendar-eightysix.default .header .label.clickable:hover { color: #fff; } /* Body */ .calendar-eightysix.default .body { height: 126px; } .calendar-eightysix.default .body .inner .container { width: 200px; height: 126px; } /* General container */ .calendar-eightysix.default .body .inner .container .row { width: 200px; } .calendar-eightysix.default .body .inner .container .row.even, .calendar-eightysix.default .body .inner .container .row.even div { background-color: #eee; } .calendar-eightysix.default .body .inner .container .row.odd div { background-color: #fff; } .calendar-eightysix.default .body .inner .container .row div.today { text-decoration: underline; } .calendar-eightysix.default .body .inner .container .row div.selected { font-weight: bold; color: #028C69 !important; } .calendar-eightysix.default .body .inner .container .row div.non-selectable, .calendar-eightysix.default .body .inner .container .row div.non-selectable:hover { color: #dcdcdc !important; cursor: default !important; } /* Month */ .calendar-eightysix.default .body .inner .container.month .row.a div { cursor: default !important; color: #888 !important; } .calendar-eightysix.default .body .inner .container.month .row { font-family: 'Dosis', sans-serif; height: 18px; } .calendar-eightysix.default .body .inner .container.month .row div { margin-top: 0px; width: 24px; padding: 4px 0; } .calendar-eightysix.default .body .inner .container.month .row div.first { padding-left: 16px; font-family: 'Dosis', sans-serif; } .calendar-eightysix.default .body .inner .container.month .row div.last { padding-right: 16px; } .calendar-eightysix.default .body .inner .container.month .row div.outside { color: #555; } .calendar-eightysix.default .body .inner .container.month .row.even div.outside { color: #000; } .calendar-eightysix.default .body .inner .container.month .row.a div { color: #555; } /* Year & decade */ .calendar-eightysix.default .body .inner .container.year-decade .row { height: 42px; } .calendar-eightysix.default .body .inner .container.year-decade .row div { width: 42px; padding-top: 13px; height: 29px; } .calendar-eightysix.default .body .inner .container.year-decade .row div.first { margin-left: 16px; } .calendar-eightysix.default .body .inner .container.year-decade .row div.last { margin-right: 16px; } *html .calendar-eightysix.default .body .inner .container.year-decade .row div.first { /* IE6 fix */ margin-left: 9px; } *html .calendar-eightysix.default .body .inner .container.year-decade .row div.last { /* IE6 fix */ margin-right: 9px; } .calendar-eightysix.default .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default .body .inner .container.year-decade .row div:hover { color: #b2cfe1; } /* Footer */ .calendar-eightysix.default .footer { background: transparent url('../img/default/footer-blue.png') top no-repeat; height: 4px; } *html .calendar-eightysix.default .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-blue.png', sizingMethod='scale'); } /* Red style */ .calendar-eightysix.default.red .header .arrow-left:hover { background-image: url('../img/default/arrow-left-hover-red.png'); } .calendar-eightysix.default.red .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-red.png'); } .calendar-eightysix.default.red .header .label { color: #d13a3a; } .calendar-eightysix.default.red .header .label.clickable:hover { color: #d06d6d; } .calendar-eightysix.default.red .footer { background-image: url('../img/default/footer-red.png'); } *html .calendar-eightysix.default.red .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-red.png', sizingMethod='scale'); } .calendar-eightysix.default.red .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default.red .body .inner .container.year-decade .row div:hover { color: #b90000; } .calendar-eightysix.default.red .body .inner .container .row div.selected { color: #b90000 !important; } /* Green style */ .calendar-eightysix.default.green .header .arrow-left:hover { background-image: url('../img/default/arrow-left-hover-green.png'); } .calendar-eightysix.default.green .header .arrow-right:hover { background-image: url('../img/default/arrow-right-hover-green.png'); } .calendar-eightysix.default.green .header .label { color: #73a642; } .calendar-eightysix.default.green .header .label.clickable:hover { color: #73a642; } .calendar-eightysix.default.green .footer { background-image: url('../img/default/footer-green.png'); } *html .calendar-eightysix.default.green .footer { /* IE6 png fix */ background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/default/footer-green.png', sizingMethod='scale'); } .calendar-eightysix.default.green .body .inner .container.month.pickable .row div:hover, .calendar-eightysix.default.green .body .inner .container.year-decade .row div:hover { color: #73a642; } .calendar-eightysix.default.green .body .inner .container .row div.selected { color: #9abd79 !important; }
0.210523
0.053453
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&subset=cyrillic'); @import url('https://fonts.googleapis.com/css?family=Roboto'); @font-face { font-family: '<NAME>'; src: url('fonts/izhitsa-cyrillic.ttf'); } html, body { margin: 0; height: 100%; width: 100%; position: relative; font-family: 'Roboto', sans-serif; overflow: hidden; } .header { background-color: #c2e9e9; height: 50px; position: relative; z-index: 3; display: flex; flex-flow: row nowrap; justify-content: space-between; } .header > img { margin: 2px 0 2px 60px; cursor: pointer; } .header>button { outline: none; margin-top: -2px; } .new-game > svg { position: absolute; height: 100%; width: 100%; min-width: 1920px; min-height: 1080px; left: 0; bottom: 0; z-index: 10; } @media (max-width: 1920px) { .new-game > svg { left: calc((100vw - 1920px) / 2); } } /* @media (max-height: 720px) { .new-game { bottom: calc((100vh - 1080px) / 2); } } */ .go-up { transition: bottom 3s ease; bottom: 100% !important; } .go-down { transition: bottom 3s ease; bottom: -100% !important; } .svg-bombs { position: absolute; } .menu { position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 2; background-color: darkgreen; top: 0; -moz-user-select: none; user-select: none; } .menu-shown { transition: top .6s ease-out, background-color .3s linear .45s; } .menu-hidden { top: -100%; background-color: transparent; transition: top .6s ease-in, background-color .2s linear; } .menu>div { position: relative; height: 450px; width: 400px; background: #fff; border-radius: 20px 20px 4px 4px; box-shadow: 0 0 32px 1px black; background-image: url("img/background.svg"); background-repeat: no-repeat; background-position: center; background-origin: border-box; background-size: 101%; } .menu-close { position: absolute; color: #e02c2c; top: 10px; right: 8px; cursor: pointer; } .menu-close:hover { color: #b12929; } .menu-content { box-sizing: border-box; height: 100%; width: 100%; display: flex; flex-flow: column nowrap; padding: 50px; padding-bottom: 20px; } .menu-content>img { width: 80%; align-self: center; margin-top: -40px; } .menu-content>div { display: flex; flex-flow: column nowrap; } .area-size { margin-top: 30px; } .menu-content label { font-size: 1.4rem; } .area-size>label::before { content: "🗒️"; } .area-size>div { display: flex; flex-flow: row nowrap; margin: 10px 0; } .menu-content input { height: 24px; width: 30%; font-family: 'Roboto', sans-serif; font-size: 1.2rem; text-align: center; transform: scaleY(1.2); } .area-size>div>span { font-size: 1.2rem; line-height: 34px; margin: 0 4px 0 6px; transform: scaleY(1.2); } .bombs>label::before { content: "💣"; } .menu-content .bombs>input { margin-top: 10px; } .menu-content>button { font-family: "Press Start 2P", cursive; font-size: 1.4rem; height: 60px; width: 180px; align-self: center; margin-top: 30px; background: #af6f41; border: none; outline: none; cursor: pointer; border-radius: 10px; animation: heartbeat 3s ease-in-out infinite both; } .menu-content>button:hover { background: #daa077; } @keyframes heartbeat { from { transform: scale(1); transform-origin: center center; animation-timing-function: ease-out; } 5% { transform: scale(0.91); animation-timing-function: ease-in; } 8% { transform: scale(0.98); animation-timing-function: ease-out; } 16% { transform: scale(0.87); animation-timing-function: ease-in; } 22% { transform: scale(1); animation-timing-function: ease-out; } } .game { height: calc(100% - 50px); background: #fff4a3; display: flex; justify-content: center; align-items: center; user-select: none; -moz-user-select: none; position: relative; } .game>span { font-size: 8rem; color: #77a4c5; margin: 0 40px; text-align: center; } .board-container { box-sizing: border-box; height: 100%; width: 100%; overflow: auto; position: relative; text-align: center; line-height: 100%; white-space: nowrap; } .board-container::before { content: ""; display: inline-block; height: 100%; vertical-align: middle; } .game .board { display: inline-flex; vertical-align: middle; flex-flow: column nowrap; justify-content: center; align-items: center; margin: 100px; } .game .board > div { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; } .board .cell { box-sizing: border-box; height: 26px; width: 26px; flex: 0 0 26px; line-height: 26px; border: 1px solid #444; text-align: center; -moz-user-select: none; user-select: none; } .board .unknown { background-color: #93EF81; transition: background-color 1s linear; } .board .unknown:hover:not([class*="flag"]) { background-color: rgb(73, 175, 52); transition: none; } .board .safely { background-color: rgb(238, 191, 138); transition: none; } .board .bomb { background-color: red; transition: none; } .board .flag { background-color: rgb(190, 190, 190); transition: none; } .invisible { display: none !important; } .game-bar { height: 60px; width: 300px; border-radius: 30px; border: 1px solid #222; position: absolute; bottom: 0; left: calc(50% - 150px); display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; background-color: #eee; font-size: 1.4rem; } .game-bar-drag { box-sizing: border-box; padding: 14px; width: 52px; cursor: move; } .game-bar-drag > img { width: 21px; } .game-over-popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-flow: column nowrap; align-items: center; width: 400px; height: 140px; background: #c2e9e9; z-index: 10; text-align: center; border-radius: 20px; box-shadow: 0 0 10px 0 black; } .game-over-popup > span { font-family: "Roboto", serif; font-size: 2.4rem; margin-top: 10px; margin-bottom: 10px; color: #222; } .game-over-popup > img { width: 60px; transform-origin: center; cursor: pointer; } .game-over-popup > img:hover { transform: scale(1.04); } .game-win-popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-flow: column nowrap; align-items: center; justify-content: space-between; width: 420px; height: 120px; background: #8cc63f; z-index: 10; text-align: center; border-radius: 20px; box-shadow: 0 0 10px 0 black; box-sizing: border-box; padding: 18px 0; } .game-win-popup > span { font-family: "Roboto", serif; font-size: 2rem; color: #222; }
src/completed/8/style.css
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&subset=cyrillic'); @import url('https://fonts.googleapis.com/css?family=Roboto'); @font-face { font-family: '<NAME>'; src: url('fonts/izhitsa-cyrillic.ttf'); } html, body { margin: 0; height: 100%; width: 100%; position: relative; font-family: 'Roboto', sans-serif; overflow: hidden; } .header { background-color: #c2e9e9; height: 50px; position: relative; z-index: 3; display: flex; flex-flow: row nowrap; justify-content: space-between; } .header > img { margin: 2px 0 2px 60px; cursor: pointer; } .header>button { outline: none; margin-top: -2px; } .new-game > svg { position: absolute; height: 100%; width: 100%; min-width: 1920px; min-height: 1080px; left: 0; bottom: 0; z-index: 10; } @media (max-width: 1920px) { .new-game > svg { left: calc((100vw - 1920px) / 2); } } /* @media (max-height: 720px) { .new-game { bottom: calc((100vh - 1080px) / 2); } } */ .go-up { transition: bottom 3s ease; bottom: 100% !important; } .go-down { transition: bottom 3s ease; bottom: -100% !important; } .svg-bombs { position: absolute; } .menu { position: absolute; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 2; background-color: darkgreen; top: 0; -moz-user-select: none; user-select: none; } .menu-shown { transition: top .6s ease-out, background-color .3s linear .45s; } .menu-hidden { top: -100%; background-color: transparent; transition: top .6s ease-in, background-color .2s linear; } .menu>div { position: relative; height: 450px; width: 400px; background: #fff; border-radius: 20px 20px 4px 4px; box-shadow: 0 0 32px 1px black; background-image: url("img/background.svg"); background-repeat: no-repeat; background-position: center; background-origin: border-box; background-size: 101%; } .menu-close { position: absolute; color: #e02c2c; top: 10px; right: 8px; cursor: pointer; } .menu-close:hover { color: #b12929; } .menu-content { box-sizing: border-box; height: 100%; width: 100%; display: flex; flex-flow: column nowrap; padding: 50px; padding-bottom: 20px; } .menu-content>img { width: 80%; align-self: center; margin-top: -40px; } .menu-content>div { display: flex; flex-flow: column nowrap; } .area-size { margin-top: 30px; } .menu-content label { font-size: 1.4rem; } .area-size>label::before { content: "🗒️"; } .area-size>div { display: flex; flex-flow: row nowrap; margin: 10px 0; } .menu-content input { height: 24px; width: 30%; font-family: 'Roboto', sans-serif; font-size: 1.2rem; text-align: center; transform: scaleY(1.2); } .area-size>div>span { font-size: 1.2rem; line-height: 34px; margin: 0 4px 0 6px; transform: scaleY(1.2); } .bombs>label::before { content: "💣"; } .menu-content .bombs>input { margin-top: 10px; } .menu-content>button { font-family: "Press Start 2P", cursive; font-size: 1.4rem; height: 60px; width: 180px; align-self: center; margin-top: 30px; background: #af6f41; border: none; outline: none; cursor: pointer; border-radius: 10px; animation: heartbeat 3s ease-in-out infinite both; } .menu-content>button:hover { background: #daa077; } @keyframes heartbeat { from { transform: scale(1); transform-origin: center center; animation-timing-function: ease-out; } 5% { transform: scale(0.91); animation-timing-function: ease-in; } 8% { transform: scale(0.98); animation-timing-function: ease-out; } 16% { transform: scale(0.87); animation-timing-function: ease-in; } 22% { transform: scale(1); animation-timing-function: ease-out; } } .game { height: calc(100% - 50px); background: #fff4a3; display: flex; justify-content: center; align-items: center; user-select: none; -moz-user-select: none; position: relative; } .game>span { font-size: 8rem; color: #77a4c5; margin: 0 40px; text-align: center; } .board-container { box-sizing: border-box; height: 100%; width: 100%; overflow: auto; position: relative; text-align: center; line-height: 100%; white-space: nowrap; } .board-container::before { content: ""; display: inline-block; height: 100%; vertical-align: middle; } .game .board { display: inline-flex; vertical-align: middle; flex-flow: column nowrap; justify-content: center; align-items: center; margin: 100px; } .game .board > div { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; } .board .cell { box-sizing: border-box; height: 26px; width: 26px; flex: 0 0 26px; line-height: 26px; border: 1px solid #444; text-align: center; -moz-user-select: none; user-select: none; } .board .unknown { background-color: #93EF81; transition: background-color 1s linear; } .board .unknown:hover:not([class*="flag"]) { background-color: rgb(73, 175, 52); transition: none; } .board .safely { background-color: rgb(238, 191, 138); transition: none; } .board .bomb { background-color: red; transition: none; } .board .flag { background-color: rgb(190, 190, 190); transition: none; } .invisible { display: none !important; } .game-bar { height: 60px; width: 300px; border-radius: 30px; border: 1px solid #222; position: absolute; bottom: 0; left: calc(50% - 150px); display: flex; flex-flow: row nowrap; justify-content: space-around; align-items: center; background-color: #eee; font-size: 1.4rem; } .game-bar-drag { box-sizing: border-box; padding: 14px; width: 52px; cursor: move; } .game-bar-drag > img { width: 21px; } .game-over-popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-flow: column nowrap; align-items: center; width: 400px; height: 140px; background: #c2e9e9; z-index: 10; text-align: center; border-radius: 20px; box-shadow: 0 0 10px 0 black; } .game-over-popup > span { font-family: "Roboto", serif; font-size: 2.4rem; margin-top: 10px; margin-bottom: 10px; color: #222; } .game-over-popup > img { width: 60px; transform-origin: center; cursor: pointer; } .game-over-popup > img:hover { transform: scale(1.04); } .game-win-popup { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-flow: column nowrap; align-items: center; justify-content: space-between; width: 420px; height: 120px; background: #8cc63f; z-index: 10; text-align: center; border-radius: 20px; box-shadow: 0 0 10px 0 black; box-sizing: border-box; padding: 18px 0; } .game-win-popup > span { font-family: "Roboto", serif; font-size: 2rem; color: #222; }
0.468061
0.088151
@media screen { body { background-color: #EEEEEE; background-image: url("images/ship_bg.jpg"); background-attachment: fixed; background-position: bottom; color: rgb(100,100,100); padding: 0.5%; font-family: 'PT Mono', monospace; font-size: 1rem; line-height: 1.1rem; } h1 { font-size: 1.5rem; line-height: 2.5rem; font-family: 'Arimo', sans-serif; } h2 { font-size: 1.25rem; line-height: 2.0rem; font-family: 'Arimo', sans-serif; } p { padding: 0.5rem 0 0 0; } pre { font-family: 'PT Mono', monospace; } ul { list-style-position: inside; list-style-type: circle; padding: 1rem; } label, input { display: block; } input, div.result, textarea { font-family: 'PT Mono', monospace; } textarea { width: 100%; opacity: 0.9; } :out-of-range { color: red; } em { font-style: italic; } footer { width: 100%; min-height: 2rem; /* via http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ clear: both; } footer > p { padding-top: 1rem; font-size: smaller; } .btn { font-size: 1rem; border-radius: 15px; box-shadow: 0px 1px #666666; color: rgb(100,100,100); background-color: rgba(100,100,100,0.3); padding: 10px 20px 10px 20px; text-decoration: none; font-family: 'Arimo', sans-serif; } .btn:hover { cursor: pointer; background-color: rgba(100,100,100,1); text-decoration: none; color: black; } div#charcountdiv{ float: left; clear: both; text-align: right; } input#form_poem_submit { float: right; } .result_table_hor { width: 100%; background-color: rgba(200,200,200,0.7); border-bottom: 1px solid lightgray; } thead { text-align: left; font-weight: bold; } tbody tr:hover { background-color: rgba(100,100,100,0.3) } .hidesmall, { display: none; } #darken, #resultscontroller { display: none; } #darken.large { z-index: 100; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background-color: rgba(100,100,100,0.8) } td.counter{ text-align: right; } span.stress.highlight::after { content: "|"; } #resultscontroller { padding-top: 1rem; padding-bottom: 1rem; } #resizer { visibility: hidden; /*it's already full screen*/ } #foothighlighter { float: left; } #foothighlighter input { display: inline-block; } #legendhide { cursor: pointer; text-decoration: underline; color: rgb(0, 0, 238); } } @media only screen and (min-device-width : 480px) { div#entry { clear: both; float: left; width: 45%; } div#result { float: right; width: 45%; overflow: auto; } div#result.large { width: 90%; min-height: 80%; z-index: 105; background-color: rgba(255,255,255,0.8); border-radius: 5px; padding: 2%; left: 3%; position: absolute; top: 5%; z-index: 105; } footer { position: absolute; left: 0px; bottom: 0px; } .hidebig{ display: none; } .result_table_hor { background-color: rgba(200,200,200,0.0); max-width: 100%; } #resizer { visibility: visible; /*full screen*/ float: right; } }
stress.css
@media screen { body { background-color: #EEEEEE; background-image: url("images/ship_bg.jpg"); background-attachment: fixed; background-position: bottom; color: rgb(100,100,100); padding: 0.5%; font-family: 'PT Mono', monospace; font-size: 1rem; line-height: 1.1rem; } h1 { font-size: 1.5rem; line-height: 2.5rem; font-family: 'Arimo', sans-serif; } h2 { font-size: 1.25rem; line-height: 2.0rem; font-family: 'Arimo', sans-serif; } p { padding: 0.5rem 0 0 0; } pre { font-family: 'PT Mono', monospace; } ul { list-style-position: inside; list-style-type: circle; padding: 1rem; } label, input { display: block; } input, div.result, textarea { font-family: 'PT Mono', monospace; } textarea { width: 100%; opacity: 0.9; } :out-of-range { color: red; } em { font-style: italic; } footer { width: 100%; min-height: 2rem; /* via http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ clear: both; } footer > p { padding-top: 1rem; font-size: smaller; } .btn { font-size: 1rem; border-radius: 15px; box-shadow: 0px 1px #666666; color: rgb(100,100,100); background-color: rgba(100,100,100,0.3); padding: 10px 20px 10px 20px; text-decoration: none; font-family: 'Arimo', sans-serif; } .btn:hover { cursor: pointer; background-color: rgba(100,100,100,1); text-decoration: none; color: black; } div#charcountdiv{ float: left; clear: both; text-align: right; } input#form_poem_submit { float: right; } .result_table_hor { width: 100%; background-color: rgba(200,200,200,0.7); border-bottom: 1px solid lightgray; } thead { text-align: left; font-weight: bold; } tbody tr:hover { background-color: rgba(100,100,100,0.3) } .hidesmall, { display: none; } #darken, #resultscontroller { display: none; } #darken.large { z-index: 100; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; background-color: rgba(100,100,100,0.8) } td.counter{ text-align: right; } span.stress.highlight::after { content: "|"; } #resultscontroller { padding-top: 1rem; padding-bottom: 1rem; } #resizer { visibility: hidden; /*it's already full screen*/ } #foothighlighter { float: left; } #foothighlighter input { display: inline-block; } #legendhide { cursor: pointer; text-decoration: underline; color: rgb(0, 0, 238); } } @media only screen and (min-device-width : 480px) { div#entry { clear: both; float: left; width: 45%; } div#result { float: right; width: 45%; overflow: auto; } div#result.large { width: 90%; min-height: 80%; z-index: 105; background-color: rgba(255,255,255,0.8); border-radius: 5px; padding: 2%; left: 3%; position: absolute; top: 5%; z-index: 105; } footer { position: absolute; left: 0px; bottom: 0px; } .hidebig{ display: none; } .result_table_hor { background-color: rgba(200,200,200,0.0); max-width: 100%; } #resizer { visibility: visible; /*full screen*/ float: right; } }
0.303319
0.065009
body { padding: 0; margin: 0; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { text-decoration: none; } header { text-align: center; padding: 20px; margin-bottom: 30px; } h3, h2 { text-align: center; font-size: 30px; } nav { background-color: rgb(255,255,255); padding: 5px; margin-bottom: 8px; box-shadow: 0 0 5px 5px #888; } footer { position: fixed; clear: both; left: 0; bottom: 0; } img#licencia { border-width: 0px; } img#titulo { width: 500px; height: auto; } div#mobile { display: none; } div#derecha { float: right; } img.enlace { width: 20px; height: auto; margin-left: 5px; } div#izquierda { float: left; } div#izquierda a, a.session { padding: 5px; padding-right: 10px; padding-left: 10px; border-right-style: solid; border-width: 1px; float: left; color: rgb(0,0,0); font-size: 15px; } div#izquierda a:active { box-shadow: inset 0 0 2px 2px #888; } div.clear { clear: both; } /* INDEX */ article#twitter { width: 25%; height: 500px; float: right; border-style: dotted; border-width: 1px; margin-right: 20px; } article#twitter:hover { border-style: solid; box-shadow: 0 0 5px 5px #888; } li { list-style: none; margin-bottom: 5px; } a.user, a.commission { font-size: 20px; color: rgb(0,0,0); } a.user:hover, a.commission:hover { font-size: 40px; } a.user:active, a.commission:active { color: green; } div#usuarios, div#comisiones { padding: 10px; border-top: solid; border-width: 1px; width: 500px; margin: auto; text-align: center; margin-bottom: 20px; } div#usuario, div.formulario, div#comision { background-color: rgb(255,100,100); padding: 30px; width: 500px; margin: auto; border-radius: 20px; border-style: solid; border-width: 2px; font-size: 18px; } div#usuario td, div#comision td { padding-right: 18px; } input:focus { box-shadow: 0 0 0 3px rgba(0,0,200,0.4); } label { font-size: 18px; margin-right: 15px; } div.botones { width: 200px; margin: auto; margin-top: 15px; } div.botones #guardar, div.botones button { border-radius: 50%; border-style: none; padding: 8px; box-shadow: 2px 2px 0 0 #888; margin-right: 5px; margin-left: 5px; } div.botones #guardar:hover, button#annadir:hover { background-color: rgba(0,255,0,0.8); box-shadow: 0 0 0 0 #888; } div.botones #cancelar:hover { background-color: rgba(255,0,0,0.8); box-shadow: 0 0 0 0 #888; } div.botones #editar:hover, div.botones #login:hover { background-color: rgba(14,175,148,0.8); box-shadow: 0 0 0 0 #888; } div.botones #borrar:hover { background-color: rgba(0,0,0,0.8); box-shadow: 0 0 0 0 #888; color: rgb(255,255,255); } a.session { margin-right: 25px; } button#new { border-radius: 15%; border-style: none; padding: 8px; box-shadow: 2px 2px 0 0 #888; background-color: rgb(100,150,200); } button#new:hover { border-style: solid; border-width: 1px; border-color: rgb(255,0,0); box-shadow: none; } p#new { position: fixed; clear: both; right: 50px; bottom: 50%; } label.user { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; } input[type=checkbox] { display: none; } label.user:before { content: ""; width: 10px; height: 10px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; background-color: rgb(100,100,100); } .checkbox label.user { margin-bottom: 10px; } .checkbox label.user:before { border-radius: 50%; border-style: solid; border-width: 3px; border-color: rgb(20,20,20); } input[type=checkbox]:checked + label.user:before { content: ""; background-color: rgb(0,255,0); } div.checkbox { text-align: left; padding-left: 190px }
public/stylesheets/style.css
body { padding: 0; margin: 0; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { text-decoration: none; } header { text-align: center; padding: 20px; margin-bottom: 30px; } h3, h2 { text-align: center; font-size: 30px; } nav { background-color: rgb(255,255,255); padding: 5px; margin-bottom: 8px; box-shadow: 0 0 5px 5px #888; } footer { position: fixed; clear: both; left: 0; bottom: 0; } img#licencia { border-width: 0px; } img#titulo { width: 500px; height: auto; } div#mobile { display: none; } div#derecha { float: right; } img.enlace { width: 20px; height: auto; margin-left: 5px; } div#izquierda { float: left; } div#izquierda a, a.session { padding: 5px; padding-right: 10px; padding-left: 10px; border-right-style: solid; border-width: 1px; float: left; color: rgb(0,0,0); font-size: 15px; } div#izquierda a:active { box-shadow: inset 0 0 2px 2px #888; } div.clear { clear: both; } /* INDEX */ article#twitter { width: 25%; height: 500px; float: right; border-style: dotted; border-width: 1px; margin-right: 20px; } article#twitter:hover { border-style: solid; box-shadow: 0 0 5px 5px #888; } li { list-style: none; margin-bottom: 5px; } a.user, a.commission { font-size: 20px; color: rgb(0,0,0); } a.user:hover, a.commission:hover { font-size: 40px; } a.user:active, a.commission:active { color: green; } div#usuarios, div#comisiones { padding: 10px; border-top: solid; border-width: 1px; width: 500px; margin: auto; text-align: center; margin-bottom: 20px; } div#usuario, div.formulario, div#comision { background-color: rgb(255,100,100); padding: 30px; width: 500px; margin: auto; border-radius: 20px; border-style: solid; border-width: 2px; font-size: 18px; } div#usuario td, div#comision td { padding-right: 18px; } input:focus { box-shadow: 0 0 0 3px rgba(0,0,200,0.4); } label { font-size: 18px; margin-right: 15px; } div.botones { width: 200px; margin: auto; margin-top: 15px; } div.botones #guardar, div.botones button { border-radius: 50%; border-style: none; padding: 8px; box-shadow: 2px 2px 0 0 #888; margin-right: 5px; margin-left: 5px; } div.botones #guardar:hover, button#annadir:hover { background-color: rgba(0,255,0,0.8); box-shadow: 0 0 0 0 #888; } div.botones #cancelar:hover { background-color: rgba(255,0,0,0.8); box-shadow: 0 0 0 0 #888; } div.botones #editar:hover, div.botones #login:hover { background-color: rgba(14,175,148,0.8); box-shadow: 0 0 0 0 #888; } div.botones #borrar:hover { background-color: rgba(0,0,0,0.8); box-shadow: 0 0 0 0 #888; color: rgb(255,255,255); } a.session { margin-right: 25px; } button#new { border-radius: 15%; border-style: none; padding: 8px; box-shadow: 2px 2px 0 0 #888; background-color: rgb(100,150,200); } button#new:hover { border-style: solid; border-width: 1px; border-color: rgb(255,0,0); box-shadow: none; } p#new { position: fixed; clear: both; right: 50px; bottom: 50%; } label.user { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; } input[type=checkbox] { display: none; } label.user:before { content: ""; width: 10px; height: 10px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; background-color: rgb(100,100,100); } .checkbox label.user { margin-bottom: 10px; } .checkbox label.user:before { border-radius: 50%; border-style: solid; border-width: 3px; border-color: rgb(20,20,20); } input[type=checkbox]:checked + label.user:before { content: ""; background-color: rgb(0,255,0); } div.checkbox { text-align: left; padding-left: 190px }
0.352982
0.090293
.ng-table th { text-align:left; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .ng-table th.sortable{cursor:pointer}/show hand icon on the grid column/ .ng-table th.sortable div{padding-right:30px;position:relative} .ng-table th.sortable div:after,.ng-table th.sortable div:before{content:""; border-width:0 4px 4px; border-style:solid; border-color:#000 transparent; visibility:visible; right:8px; top:30%; position:absolute; opacity:.3; margin-top:-4px } .ng-table th.sortable div:before { margin-top:2px; border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000 } table thead>tr>th { vertical-align: middle; border-bottom: 1px solid #000000; } .ng-table th.sortable div:hover:after,.ng-table th.sortable div:hover:before { opacity:1;visibility:visible } .ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc { text-shadow:0 1px 1px rgba(255,255,255,.75) } .ng-table th.sortable.sort-desc div:after,.ng-table th.sortable.sort-asc div:after { margin-top:-2px } .ng-table th.sortable.sort-desc div:before,.ng-table th.sortable.sort-asc div:before { visibility:hidden } .ng-table th.sortable.sort-asc div:after,.ng-table th.sortable.sort-asc div:hover:after { visibility:visible; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.sortable.sort-desc div:after { border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000; visibility:visible; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.filter .input-filter { margin:0; display:block; width:100%; min-height:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .ng-table+.pagination { margin-top:0 } @media only screen and (max-width:800px) { .ng-table-responsive { border-bottom:1px solid #999 } .ng-table-responsive tr { border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999 } .ng-table-responsive td:before { position:absolute; padding:8px; left:0; top:0; width:50%; white-space:nowrap; text-align:left; font-weight:700 } .ng-table-responsive thead tr th { text-align:left } .ng-table-responsive thead tr.ng-table-filters th { padding:0 } .ng-table-responsive thead tr.ng-table-filters th form>div { padding:8px } .ng-table-responsive td { border:0; border-bottom:1px solid #eee; position:relative; padding-left:50%; white-space:normal; text-align:left } .ng-table-responsive td:before { content:attr(data-title-text) } .ng-table-responsive,.ng-table-responsive thead, .ng-table-responsive tbody,.ng-table-responsive th, .ng-table-responsive td,.ng-table-responsive tr { display:block } }*/ /*! ngTable v0.3.1 by <NAME>(<EMAIL>) - https://github.com/esvit/ng-table - New BSD License */ .ng-table th { text-align:left; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .ng-table th.sortable{cursor:pointer}/*show hand icon on the grid column*/ .ng-table th.sortable div{padding-right:3px;position:relative} .ng-table th.sortable div:after,.ng-table th.sortable div:before{content:""; border-width:0 4px 4px; border-style:solid; border-color:#000 transparent; visibility:visible; right:8px; top:30%; position:absolute; opacity:.3; margin-top:-4px } .ng-table th.sortable div:before { margin-top:2px; border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000 } table thead>tr>th { vertical-align: middle; border-bottom: 1px solid #000000; } .ng-table th.sortable div:hover:after,.ng-table th.sortable div:hover:before { opacity:1;visibility:visible } .ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc { text-shadow:0 1px 1px rgba(255,255,255,.75) } .ng-table th.sortable.sort-desc div:after,.ng-table th.sortable.sort-asc div:after { margin-top:-2px } .ng-table th.sortable.sort-desc div:before,.ng-table th.sortable.sort-asc div:before { visibility:hidden } .ng-table th.sortable.sort-asc div:after,.ng-table th.sortable.sort-asc div:hover:after { visibility:visible; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.sortable.sort-desc div:after { border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000; visibility:visible; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.filter .input-filter { margin:0; display:block; width:100%; min-height:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .ng-table+.pagination { margin-top:0 } @media only screen and (max-width:800px) { .ng-table-responsive { border-bottom:1px solid #999 } .ng-table-responsive tr { border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999 } .ng-table-responsive td:before { position:absolute; padding:8px; left:0; top:0; width:50%; white-space:nowrap; text-align:left; font-weight:700 } .ng-table-responsive thead tr th { text-align:left } .ng-table-responsive thead tr.ng-table-filters th { padding:0 } .ng-table-responsive thead tr.ng-table-filters th form>div { padding:8px } .ng-table-responsive td { border:0; border-bottom:1px solid #eee; position:relative; padding-left:50%; white-space:normal; text-align:left } .ng-table-responsive td:before { content:attr(data-title-text) } .ng-table-responsive,.ng-table-responsive thead, .ng-table-responsive tbody,.ng-table-responsive th, .ng-table-responsive td,.ng-table-responsive tr { display:block } }
app/Views/Shared/Module/ngtable/ng-table.css
.ng-table th { text-align:left; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .ng-table th.sortable{cursor:pointer}/show hand icon on the grid column/ .ng-table th.sortable div{padding-right:30px;position:relative} .ng-table th.sortable div:after,.ng-table th.sortable div:before{content:""; border-width:0 4px 4px; border-style:solid; border-color:#000 transparent; visibility:visible; right:8px; top:30%; position:absolute; opacity:.3; margin-top:-4px } .ng-table th.sortable div:before { margin-top:2px; border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000 } table thead>tr>th { vertical-align: middle; border-bottom: 1px solid #000000; } .ng-table th.sortable div:hover:after,.ng-table th.sortable div:hover:before { opacity:1;visibility:visible } .ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc { text-shadow:0 1px 1px rgba(255,255,255,.75) } .ng-table th.sortable.sort-desc div:after,.ng-table th.sortable.sort-asc div:after { margin-top:-2px } .ng-table th.sortable.sort-desc div:before,.ng-table th.sortable.sort-asc div:before { visibility:hidden } .ng-table th.sortable.sort-asc div:after,.ng-table th.sortable.sort-asc div:hover:after { visibility:visible; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.sortable.sort-desc div:after { border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000; visibility:visible; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.filter .input-filter { margin:0; display:block; width:100%; min-height:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .ng-table+.pagination { margin-top:0 } @media only screen and (max-width:800px) { .ng-table-responsive { border-bottom:1px solid #999 } .ng-table-responsive tr { border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999 } .ng-table-responsive td:before { position:absolute; padding:8px; left:0; top:0; width:50%; white-space:nowrap; text-align:left; font-weight:700 } .ng-table-responsive thead tr th { text-align:left } .ng-table-responsive thead tr.ng-table-filters th { padding:0 } .ng-table-responsive thead tr.ng-table-filters th form>div { padding:8px } .ng-table-responsive td { border:0; border-bottom:1px solid #eee; position:relative; padding-left:50%; white-space:normal; text-align:left } .ng-table-responsive td:before { content:attr(data-title-text) } .ng-table-responsive,.ng-table-responsive thead, .ng-table-responsive tbody,.ng-table-responsive th, .ng-table-responsive td,.ng-table-responsive tr { display:block } }*/ /*! ngTable v0.3.1 by <NAME>(<EMAIL>) - https://github.com/esvit/ng-table - New BSD License */ .ng-table th { text-align:left; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none } .ng-table th.sortable{cursor:pointer}/*show hand icon on the grid column*/ .ng-table th.sortable div{padding-right:3px;position:relative} .ng-table th.sortable div:after,.ng-table th.sortable div:before{content:""; border-width:0 4px 4px; border-style:solid; border-color:#000 transparent; visibility:visible; right:8px; top:30%; position:absolute; opacity:.3; margin-top:-4px } .ng-table th.sortable div:before { margin-top:2px; border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000 } table thead>tr>th { vertical-align: middle; border-bottom: 1px solid #000000; } .ng-table th.sortable div:hover:after,.ng-table th.sortable div:hover:before { opacity:1;visibility:visible } .ng-table th.sortable.sort-desc,.ng-table th.sortable.sort-asc { text-shadow:0 1px 1px rgba(255,255,255,.75) } .ng-table th.sortable.sort-desc div:after,.ng-table th.sortable.sort-asc div:after { margin-top:-2px } .ng-table th.sortable.sort-desc div:before,.ng-table th.sortable.sort-asc div:before { visibility:hidden } .ng-table th.sortable.sort-asc div:after,.ng-table th.sortable.sort-asc div:hover:after { visibility:visible; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.sortable.sort-desc div:after { border-bottom:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #000; visibility:visible; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; filter:alpha(opacity=60); -khtml-opacity:.6; -moz-opacity:.6; opacity:.6 } .ng-table th.filter .input-filter { margin:0; display:block; width:100%; min-height:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box } .ng-table+.pagination { margin-top:0 } @media only screen and (max-width:800px) { .ng-table-responsive { border-bottom:1px solid #999 } .ng-table-responsive tr { border-top:1px solid #999; border-left:1px solid #999; border-right:1px solid #999 } .ng-table-responsive td:before { position:absolute; padding:8px; left:0; top:0; width:50%; white-space:nowrap; text-align:left; font-weight:700 } .ng-table-responsive thead tr th { text-align:left } .ng-table-responsive thead tr.ng-table-filters th { padding:0 } .ng-table-responsive thead tr.ng-table-filters th form>div { padding:8px } .ng-table-responsive td { border:0; border-bottom:1px solid #eee; position:relative; padding-left:50%; white-space:normal; text-align:left } .ng-table-responsive td:before { content:attr(data-title-text) } .ng-table-responsive,.ng-table-responsive thead, .ng-table-responsive tbody,.ng-table-responsive th, .ng-table-responsive td,.ng-table-responsive tr { display:block } }
0.498047
0.087955
.img-center-responsive { text-align: center; } .img-center-responsive > img { height: auto; max-width: 100%; } .img-center-responsive-link { text-align: center; } .img-center-responsive-link a > img { height: auto; max-width: 100%; } .alpha-on { visibility: visible; opacity: 1; } .alpha-off { visibility: hidden; opacity: 0; } .img-hflip { transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; } .list-unstyled { margin: 0; padding: 0; } .list-unstyled li { list-style: none; } .list-inline { margin: 0; padding: 0; } .list-inline li { float: left; margin-right: 10px; } .inline-radio { /*input[type="radio"]{ display: table-cell; vertical-align: middle }*/ } .clearfix { clear: both; } .nofocusborder { outline: none; } .pull-rigth { float: right; } .flex-row { display: flex; /* Safari */ flex-direction: row; } .flex-column { display: flex; /* Safari */ flex-direction: column; } .flex-none { flex: 0 0 auto; -webkit-flex: 0 0 auto; } .flex-xs { flex: 1 0 0; -webkit-flex: 1 0 0; } .flex-sm { flex: 2 0 0; -webkit-flex: 2 0 0; } .flex-md { flex: 3 0 0; -webkit-flex: 3 0 0; } .flex-lg { flex: 4 0 0; -webkit-flex: 4 0 0; } /* input[type=text], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid #DDDDDD; } input[type=text]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 5px solid rgba(81, 203, 238, 1); } */ .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; } .col-xs-15 { width: 20%; float: left; } @media (min-width: 768px) { .col-sm-15 { width: 20%; float: left; } } @media (min-width: 992px) { .col-md-15 { width: 20%; float: left; } } @media (min-width: 1200px) { .col-lg-15 { width: 20%; float: left; } } @font-face { /* font-family: LucidaFax; src: url(../fonts/911Fonts.com_LucidaFaxRegular.ttf);*/ } html, body { height: 100%; padding: 0; } html, body, input, div, button, nav, form, a, span, h1, h2, h3, h4, h5, h6, p { font-family: 'Lato', sans-serif; color: black; } /* html,body{ background-color: #f2f2f2; } */ a:hover { text-decoration: none; } .font-promo { font-family: 'Oswald', sans-serif; } .container-fluid { margin-right: auto; margin-left: auto; max-width: 1440px; /* or 950px */ } .full-width { width: 100%; } div.header { padding: 10px; } div.header .info { padding-top: 20px; padding-right: 20px; font-weight: 800; } div.header img { padding-left: 20px; } .back-rojo { color: white; background-color: #922825; } .back-azul { color: white; background-color: #172a9a; } div.actividades { background-color: #282828; } div.actividades h2 { text-align: center; text-transform: uppercase; font-weight: 800; color: white; padding: 10px; } div.actividades div.actividad { padding: 0px; } div.actividades div.actividad div.wrapper { cursor: pointer; } div.actividades div.actividad div.wrapper img.color { position: absolute; left: 0px; top: 0px; opacity: 0; transition: all 0.2s ease-out; } div.actividades div.actividad div.wrapper img.color:hover { opacity: 1; } div.actividades div.actividad div.wrapper div.titulo { position: absolute; z-index: 100; bottom: 30px; } div.actividades div.actividad div.wrapper div.titulo span { font-family: 'Oswald', sans-serif; font-size: 20px; letter-spacing: 10px; padding-left: 20px; padding-right: 10px; margin-bottom: 8px; display: inline-block; } div.promo { background-image: url('/img/landing/bg-promo.jpg'); background-size: cover; min-height: 500px; padding-top: 110px; padding-bottom: 70px; } div.promo div.promo-text { /* div.item{ margin-bottom: 50px; } span{ background-color: #922825; .font-promo; font-size: 60px; color: white; padding: 0px 10px; line-height: 60px; letter-spacing: 10px; text-align: right; }*/ text-align: right; } div.promo div.promo-text img { padding-top: 15px; padding-right: 20px; } div.promo div.frase { border-bottom: 1px solid white; padding-top: 30px; padding-bottom: 10px; text-align: right; } div.promo div.frase span { color: white; font-weight: 600; } div.promo div.frase img { margin-left: 20px; } div.galeria { background-color: #282828; padding: 50px 0; } div.sedes { padding: 50px 0; } div.sedes div.sede { padding: 0; margin: 0; } div.sedes div.sede:first-child div.wrapper { border-left: 1px solid rgba(0, 0, 0, 0.5); } div.sedes div.sede div.wrapper { padding: 20px 30px; margin-top: 20px; border-right: 1px solid rgba(0, 0, 0, 0.5); min-height: 420px; } div.sedes div.sede div.wrapper img { width: 100%; } div.sedes div.sede div.wrapper p { margin-top: 10px; font-size: 20px; font-weight: 800; } div.sedes div.sede div.wrapper ul { margin: 0; padding: 0; } div.sedes div.sede div.wrapper ul li { list-style: none; } div.sedes div.sede div.wrapper ul li { color: #222222; } form { background-color: rgba(255, 255, 255, 0.5); } form ul.parsley-errors-list { margin: 0; padding: 0; } form ul.parsley-errors-list li { list-style: none; } form ul.parsley-errors-list li { color: red; font-weight: 800; background-color: rgba(255, 255, 255, 0.9); padding: 5px 10px; } div.home-contacto { background-image: url('/img/landing/bg-contacto.jpg'); background-size: cover; padding: 50px 0; } div.footer { background-color: #282828; min-height: 200px; } .extra-slider { padding: 0; } li.item.pilar { width: 100%; /*height: inherit; background-size: cover; background-position: top center; background-repeat: no-repeat;*/ } li.item.pilar span.pilar-name { font-family: 'LucidaFax'; font-size: 28px; font-weight: 600; position: absolute; top: 50%; margin-top: -20px; margin-left: 6%; } /*li.item.pilar.proyecto{background-image: url('../img/pilares/proyecto-segunda-republica.jpg');} li.item.pilar.primero{background-image: url('../img/pilares/proyecto-segunda-republica-1er-pilar.jpg');} li.item.pilar.segundo{background-image: url('../img/pilares/proyecto-segunda-republica-2do-pilar.jpg');} li.item.pilar.tercero{background-image: url('../img/pilares/proyecto-segunda-republica-3er-pilar.jpg');} li.item.pilar.cuarto{background-image: url('../img/pilares/proyecto-segunda-republica-4to-pilar.jpg');} li.item.pilar.quinto{background-image: url('../img/pilares/proyecto-segunda-republica-5to-pilar.jpg');}*/ /********************* * * NAVIGATION * ********************/ .extra-slider .navigation { position: static; } .extra-slider .navigation a { display: block; border-radius: 35px; overflow: hidden; margin-top: -20px; position: absolute; top: 50%; z-index: 50; color: white; white-space: nowrap; width: 40px; height: 40px; transition: all 0.2s ease-out; } .extra-slider .navigation a i { font-size: 40px; position: absolute; top: 0px; left: -2px; } @media (min-width: 768px) { .extra-slider .navigation a:hover { background-color: rgba(255, 255, 255, 0.3); transition: all 0.2s ease-out; } } .extra-slider .navigation .prev { left: -5px; } @media (min-width: 768px) { .extra-slider .navigation .prev { left: 10px; } } .extra-slider .navigation .next { right: -8px; } @media (min-width: 768px) { .extra-slider .navigation .next { right: 10px; } .extra-slider .navigation .next i { left: 1px; } } @media (min-width: 1500px) { .extra-slider .navigation .prev { left: 30px; width: 50px; height: 50px; margin-top: -25px; } .extra-slider .navigation .prev i { font-size: 50px; } .extra-slider .navigation .next { right: 30px; width: 50px; height: 50px; margin-top: -25px; } .extra-slider .navigation .next i { font-size: 50px; } } /********************* * * PAGINATION * ********************/ div.wrapper { height: inherit; width: 100%; } div.wrapper ul { padding: 0; height: inherit; width: 100%; margin: 0px; } .extra-slider .pagination { margin: 0 0 0 0; position: absolute; left: 50%; bottom: 6px; text-align: center; z-index: 50; width: auto; display: none; } @media (min-width: 768px) { .extra-slider .pagination { display: block; } } .extra-slider .pagination a { background: #FFFFFF; border: 2px solid transparent; color: transparent; display: inline-block; margin: 0 4px; text-indent: 100%; white-space: nowrap; position: relative; left: -50%; width: 12px; height: 12px; border-radius: 20px; } .extra-slider .pagination a.extra-slider-link-active { background-color: #0077c5; } .extra-slider .pagination a:hover { border-color: #303030; } /********************* * * CONTENT * ********************/ .extra-slider li { position: absolute; margin: auto; width: 100%; } .extra-slider li img { width: 100%; max-width: 100%; height: auto; } .home-slider li p { color: #FFFFFF; font-size: 12px; font-family: Georgia, serif; font-style: italic; margin: 0; position: absolute; right: 10px; bottom: 5px; text-align: right; } .extra-slider li p a { color: #fff799; background: transparent; text-decoration: none; } .extra-slider li p a:hover { color: #fff799; background: transparent; text-decoration: underline; }
public/css/landing/thestyle.css
.img-center-responsive { text-align: center; } .img-center-responsive > img { height: auto; max-width: 100%; } .img-center-responsive-link { text-align: center; } .img-center-responsive-link a > img { height: auto; max-width: 100%; } .alpha-on { visibility: visible; opacity: 1; } .alpha-off { visibility: hidden; opacity: 0; } .img-hflip { transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; } .list-unstyled { margin: 0; padding: 0; } .list-unstyled li { list-style: none; } .list-inline { margin: 0; padding: 0; } .list-inline li { float: left; margin-right: 10px; } .inline-radio { /*input[type="radio"]{ display: table-cell; vertical-align: middle }*/ } .clearfix { clear: both; } .nofocusborder { outline: none; } .pull-rigth { float: right; } .flex-row { display: flex; /* Safari */ flex-direction: row; } .flex-column { display: flex; /* Safari */ flex-direction: column; } .flex-none { flex: 0 0 auto; -webkit-flex: 0 0 auto; } .flex-xs { flex: 1 0 0; -webkit-flex: 1 0 0; } .flex-sm { flex: 2 0 0; -webkit-flex: 2 0 0; } .flex-md { flex: 3 0 0; -webkit-flex: 3 0 0; } .flex-lg { flex: 4 0 0; -webkit-flex: 4 0 0; } /* input[type=text], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid #DDDDDD; } input[type=text]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 5px solid rgba(81, 203, 238, 1); } */ .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; } .col-xs-15 { width: 20%; float: left; } @media (min-width: 768px) { .col-sm-15 { width: 20%; float: left; } } @media (min-width: 992px) { .col-md-15 { width: 20%; float: left; } } @media (min-width: 1200px) { .col-lg-15 { width: 20%; float: left; } } @font-face { /* font-family: LucidaFax; src: url(../fonts/911Fonts.com_LucidaFaxRegular.ttf);*/ } html, body { height: 100%; padding: 0; } html, body, input, div, button, nav, form, a, span, h1, h2, h3, h4, h5, h6, p { font-family: 'Lato', sans-serif; color: black; } /* html,body{ background-color: #f2f2f2; } */ a:hover { text-decoration: none; } .font-promo { font-family: 'Oswald', sans-serif; } .container-fluid { margin-right: auto; margin-left: auto; max-width: 1440px; /* or 950px */ } .full-width { width: 100%; } div.header { padding: 10px; } div.header .info { padding-top: 20px; padding-right: 20px; font-weight: 800; } div.header img { padding-left: 20px; } .back-rojo { color: white; background-color: #922825; } .back-azul { color: white; background-color: #172a9a; } div.actividades { background-color: #282828; } div.actividades h2 { text-align: center; text-transform: uppercase; font-weight: 800; color: white; padding: 10px; } div.actividades div.actividad { padding: 0px; } div.actividades div.actividad div.wrapper { cursor: pointer; } div.actividades div.actividad div.wrapper img.color { position: absolute; left: 0px; top: 0px; opacity: 0; transition: all 0.2s ease-out; } div.actividades div.actividad div.wrapper img.color:hover { opacity: 1; } div.actividades div.actividad div.wrapper div.titulo { position: absolute; z-index: 100; bottom: 30px; } div.actividades div.actividad div.wrapper div.titulo span { font-family: 'Oswald', sans-serif; font-size: 20px; letter-spacing: 10px; padding-left: 20px; padding-right: 10px; margin-bottom: 8px; display: inline-block; } div.promo { background-image: url('/img/landing/bg-promo.jpg'); background-size: cover; min-height: 500px; padding-top: 110px; padding-bottom: 70px; } div.promo div.promo-text { /* div.item{ margin-bottom: 50px; } span{ background-color: #922825; .font-promo; font-size: 60px; color: white; padding: 0px 10px; line-height: 60px; letter-spacing: 10px; text-align: right; }*/ text-align: right; } div.promo div.promo-text img { padding-top: 15px; padding-right: 20px; } div.promo div.frase { border-bottom: 1px solid white; padding-top: 30px; padding-bottom: 10px; text-align: right; } div.promo div.frase span { color: white; font-weight: 600; } div.promo div.frase img { margin-left: 20px; } div.galeria { background-color: #282828; padding: 50px 0; } div.sedes { padding: 50px 0; } div.sedes div.sede { padding: 0; margin: 0; } div.sedes div.sede:first-child div.wrapper { border-left: 1px solid rgba(0, 0, 0, 0.5); } div.sedes div.sede div.wrapper { padding: 20px 30px; margin-top: 20px; border-right: 1px solid rgba(0, 0, 0, 0.5); min-height: 420px; } div.sedes div.sede div.wrapper img { width: 100%; } div.sedes div.sede div.wrapper p { margin-top: 10px; font-size: 20px; font-weight: 800; } div.sedes div.sede div.wrapper ul { margin: 0; padding: 0; } div.sedes div.sede div.wrapper ul li { list-style: none; } div.sedes div.sede div.wrapper ul li { color: #222222; } form { background-color: rgba(255, 255, 255, 0.5); } form ul.parsley-errors-list { margin: 0; padding: 0; } form ul.parsley-errors-list li { list-style: none; } form ul.parsley-errors-list li { color: red; font-weight: 800; background-color: rgba(255, 255, 255, 0.9); padding: 5px 10px; } div.home-contacto { background-image: url('/img/landing/bg-contacto.jpg'); background-size: cover; padding: 50px 0; } div.footer { background-color: #282828; min-height: 200px; } .extra-slider { padding: 0; } li.item.pilar { width: 100%; /*height: inherit; background-size: cover; background-position: top center; background-repeat: no-repeat;*/ } li.item.pilar span.pilar-name { font-family: 'LucidaFax'; font-size: 28px; font-weight: 600; position: absolute; top: 50%; margin-top: -20px; margin-left: 6%; } /*li.item.pilar.proyecto{background-image: url('../img/pilares/proyecto-segunda-republica.jpg');} li.item.pilar.primero{background-image: url('../img/pilares/proyecto-segunda-republica-1er-pilar.jpg');} li.item.pilar.segundo{background-image: url('../img/pilares/proyecto-segunda-republica-2do-pilar.jpg');} li.item.pilar.tercero{background-image: url('../img/pilares/proyecto-segunda-republica-3er-pilar.jpg');} li.item.pilar.cuarto{background-image: url('../img/pilares/proyecto-segunda-republica-4to-pilar.jpg');} li.item.pilar.quinto{background-image: url('../img/pilares/proyecto-segunda-republica-5to-pilar.jpg');}*/ /********************* * * NAVIGATION * ********************/ .extra-slider .navigation { position: static; } .extra-slider .navigation a { display: block; border-radius: 35px; overflow: hidden; margin-top: -20px; position: absolute; top: 50%; z-index: 50; color: white; white-space: nowrap; width: 40px; height: 40px; transition: all 0.2s ease-out; } .extra-slider .navigation a i { font-size: 40px; position: absolute; top: 0px; left: -2px; } @media (min-width: 768px) { .extra-slider .navigation a:hover { background-color: rgba(255, 255, 255, 0.3); transition: all 0.2s ease-out; } } .extra-slider .navigation .prev { left: -5px; } @media (min-width: 768px) { .extra-slider .navigation .prev { left: 10px; } } .extra-slider .navigation .next { right: -8px; } @media (min-width: 768px) { .extra-slider .navigation .next { right: 10px; } .extra-slider .navigation .next i { left: 1px; } } @media (min-width: 1500px) { .extra-slider .navigation .prev { left: 30px; width: 50px; height: 50px; margin-top: -25px; } .extra-slider .navigation .prev i { font-size: 50px; } .extra-slider .navigation .next { right: 30px; width: 50px; height: 50px; margin-top: -25px; } .extra-slider .navigation .next i { font-size: 50px; } } /********************* * * PAGINATION * ********************/ div.wrapper { height: inherit; width: 100%; } div.wrapper ul { padding: 0; height: inherit; width: 100%; margin: 0px; } .extra-slider .pagination { margin: 0 0 0 0; position: absolute; left: 50%; bottom: 6px; text-align: center; z-index: 50; width: auto; display: none; } @media (min-width: 768px) { .extra-slider .pagination { display: block; } } .extra-slider .pagination a { background: #FFFFFF; border: 2px solid transparent; color: transparent; display: inline-block; margin: 0 4px; text-indent: 100%; white-space: nowrap; position: relative; left: -50%; width: 12px; height: 12px; border-radius: 20px; } .extra-slider .pagination a.extra-slider-link-active { background-color: #0077c5; } .extra-slider .pagination a:hover { border-color: #303030; } /********************* * * CONTENT * ********************/ .extra-slider li { position: absolute; margin: auto; width: 100%; } .extra-slider li img { width: 100%; max-width: 100%; height: auto; } .home-slider li p { color: #FFFFFF; font-size: 12px; font-family: Georgia, serif; font-style: italic; margin: 0; position: absolute; right: 10px; bottom: 5px; text-align: right; } .extra-slider li p a { color: #fff799; background: transparent; text-decoration: none; } .extra-slider li p a:hover { color: #fff799; background: transparent; text-decoration: underline; }
0.342901
0.085213
div.w180 {width:180px;height:auto;} .menu {border:1px solid #ddd;background:#f9f9f9;} .menu h2 {font-size:14px;color:#666;padding:7px 0 7px 8px;border-bottom:1px solid #e5e5e5;background:#f2f2f2;} .menu ul li {padding:10px 10px 10px 15px;color:#555;border-bottom:1px dotted #eee;} .menu ul li.cur {padding-left:25px;background:#fff;border-left:2px solid #CC6699;} .menu ul li a:hover{text-decoration:none} /* 主内容 */ div.w910 {width:910px;height:auto;margin:0 0 0 190px;} div.w660 {width:660px;height:auto;} div.w658 {width:638px;height:auto;padding:10px;border:1px solid #ddd;} div.w658 h2 {font-size:14px;color:#777;padding:0 5px 5px 5px;border-bottom:1px solid #eee;} div.w658 h2 a.fr {font-size:12px;color:#0099CC} .mcter {border:1px solid #ddd;} .mcter h2 {font-size:14px;color:#666;margin:0 8px;padding:7px 0 7px 2px;border-bottom:1px solid #eee;} .mcter h2 .fr {font-weight:normal;} .welcome h3 {font-size:14px;color:#666;font-weight:normal;padding:5px 10px;} .welcome h3 font {color:#333;} .welcome p.remind {margin:5px;padding:8px;border:1px solid #FF9797;background:#fff4f4;} .welcome dl {float:left;width:305px;padding:8px 5px;} .welcome dl dt {float:left;display:block;width:70px;text-align:right;color:#666;} .welcome dl dd {display:block;margin:0 0 0 80px;} .welcome dl dd .exp {width:auto;height:auto;margin:0 auto;background:#e5e5e5;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;} .welcome dl dd .exp .bar {height:12px;line-height:12px;width:0;background:#4DC5FF;border:1px solid #0BAFFF;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;} .welcome dl dd .exp .vals {line-height:12px;padding-left:5px;} .tli table {width:100%;border:none;background:#fff;} .tli table th {text-align:center;padding:6px 5px;color:#888;border-bottom:1px solid #eee;background:#f9f9f9} .tli table td {text-align:center;padding:6px 5px;color:#666;border-bottom:1px solid #eee;} .tli table th.aln-l, .tli table td.aln-l {text-align:left} .w240 {width:240px;height:auto;} .srth {font-size:14px;color:#777;padding:0 0 5px 0;border-bottom:1px solid #eee;} .srth a.fr {font-size:12px;color:#0099CC} .sdcter {border:1px solid #ddd;padding:10px;} .sdcter dl {padding:5px 0;clear:both} .sdcter dl dt {float:left;display:block;width:60px;text-align:right;color:#666;} .sdcter dl dd {display:block;margin-left:65px;} .sdcter .avatar img {-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .sdcter .avatar i {width:60px;height:60px;background:url(../images/no-avatar.gif) no-repeat center;border:1px solid #e5e5e5;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .sdcter ul {display:block;margin:0 0 0 75px;} .sdcter ul li {margin-bottom:8px;color:#555;white-space:nowrap;} .history {border:1px solid #ddd;padding:10px;} .sli dl {display:block;padding:10px 0;height:60px;} .sli dl dt {display:block;float:left;width:60px;height:60px;} .sli dd {display:block;margin-left:70px;} .sli dd p {margin-top:8px;font-size:13px;color:#CC3333;} .sli dd p i {font-family:Arial;font-style:normal;font-size:12px;} .profile .form {padding:15px 15px 50px 15px;} .profile .form dl {clear:both;padding:7px 0;} .profile .form dl dt {width:75px;float:left;display:block;line-height:30px;text-align:right;color:#666;} .profile .form dl dd {display:block;margin-left:85px;line-height:30px;} .profile .form dl dd.gender input {vertical-align:middle} .profile .form dl dd input.txt {width:200px;} .profile .form dl dd .browsefile {position:relative;} .profile .form dl dd input.upavatar {position:absolute;left:0;top:0;height:28px;border:none;background:none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;} .profile .form dl dd textarea {padding:5px;border:1px solid #5792AE;border-bottom:1px solid #C0D2E0;border-right:1px solid #C0D2E0;} .profile .form dl.avatar {padding-left:10px;} .profile .form dl.avatar dt {width:60px;height:60px;} .profile .form dl.avatar dt img {-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .profile .form dl.avatar dd {margin-left:85px;} .profile-btn {padding:0 0 0 85px;} .profile .green-btn {color:#f6f6f6;padding:4px 12px;background:#3E8BF5;border:1px solid #2378EB;} .avatar-crop {border:1px solid #888;background:#fafafa;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);box-shadow:0 0 15px rgba(0,0,0,0.4);position:absolute;z-index:999;} .avatar-crop h3 {font-size:14px;color:#666;margin:0;padding:10px 10px 10px 12px;border-bottom:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;user-select:none;} .avatar-crop h3 button {font-size:14px;color:#666;font-weight:bold;padding:1px 5px;border:none;background:none;cursor:pointer} .avatar-crop .aln-c {width:auto;height:auto;padding:20px 30px;border-bottom:1px solid #fff;border-top:1px solid #fff;display:table-cell;vertical-align:middle;} .avatar-crop .save {padding:15px;text-align:center;border-top:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;user-select:none;} .list {padding:10px;} .list table th {color:#777;padding:8px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-align:left;background:#f8f8f8;} .list table td {text-align:left;padding:8px;color:#555; border-bottom:1px dotted #e5e5e5;} .list table td .aln-c a {margin:0 5px;color:#0099CC} .consignee .consignee-form {padding:10px 10px 0 10px} .consignee .mcter {padding:10px;background:#fafafa;} .consignee .mcter dl {clear:both; margin-bottom:10px;} .consignee .mcter dl dt {width:80px;float:left;display:block;line-height:26px;text-align:right;color:#666;} .consignee .mcter dl dd {display:block;margin-left:90px;} .consignee .mcter dl dd input.w70 {width:70px;} .consignee .mcter dl dd input.w100 {width:100px;} .consignee .mcter dl dd input.w200 {width:200px;} .consignee .mcter dl dd input.w400 {width:400px;} .consignee .mcter .submit-btn {padding:10px 0 10px 90px;} .consignee .list a {cursor:pointer} .order {padding:10px;} .order .tli {border-bottom:none;margin-bottom:10px;} .order table {border-collapse:collapse;} .order table td, .order table th {border:1px solid #eee;} .order table th {padding:8px;font-weight:normal;color:#555;} .order table th span.sep {margin:0 10px;} .order table th div.fl {width:350px;height:auto;} .order table th div.fr a {margin:0 10px;} .order table td dl {clear:both;display:block;padding:10px 0;border-bottom:1px dotted #e5e5e5;overflow:hidden;} .order table td dl dt {float:left;display:block;width:70px;} .order table td dl dt img {border:1px solid #eee;} .order table td dl dd {display:block;margin-left:80px;text-align:left;} .order-step {position:relative;width:800px;height:auto;margin-left:auto;margin-right:auto;} .order-step ul {display:block;width:800px;position:relative;z-index:999;} .order-step ul li {display:block;color:#666;float:left;width:160px;height:auto;text-align:center;} .order-step ul li.ok h4 {color:#007700} .order-step ul li i {width:60px;height:60px;margin:5px auto 0 auto;display:block;background:url(../images/order-step.gif) no-repeat;} .order-step ul li.s-0 i {background-position:0 -70px;} .order-step ul li.s-1 i {background-position:0 0;} .order-step ul li.s-2 i {background-position:-70px -70px;} .order-step ul li.s-2.ok i {background-position:-70px 0;} .order-step ul li.s-3 i {background-position:-140px -70px;} .order-step ul li.s-3.ok i {background-position:-140px 0;} .order-step ul li.s-4 i {background-position:-210px -70px;} .order-step ul li.s-4.ok i {background-position:-210px 0;} .order-step ul li.arrow {width:50px;padding-top:35px;} .order-step ul li.arrow i {width:50px;height:10px;background:url(../images/order-step.gif) no-repeat 0 -160px;} .order-step ul li.arrow.ok i {background-position:0 -140px;} .order .sdcter {border:1px solid #eee;} .order .sdcter dl dt {width:80px;} .order .sdcter dl dd {margin-left:90px;} .order .w360 {width:360px;height:auto; border-right:1px solid #eee;} .order .cdo {margin-left:370px;width:auto;height:auto;padding:20px 0;} .order .tli table td {padding:10px;} .order .total {padding:0 10px 0 0;} .order .total dl {padding:0;line-height:30px;} .order .total dl dt {width:80px;text-align:right} .order .total dl dd {margin-left:90px;} .order .total dl dd.red {font-size:16px;} .udatali {padding:0 8px 20px 8px;} .favorite .doact {padding:10px 8px;} .favorite .actrow a {margin:0 8px;} .review {padding:20px;margin-bottom:10px;} .review .goods {padding-bottom:20px;border-bottom:1px solid #eee;} .review .goods div.fl {width:100px;height:100px;} .review .goods div.lt {float:left;padding:10px 0 0 20px;} .review .goods div.lt a {font-size:14px; font-weight:bold;} .review .goods div.fr {padding:0 10px;line-height:100px;} .review .goods div.fr a {cursor:pointer} .review .rating ul li {float:left;width:70px;text-align:center;color:#666;cursor:pointer} .review .rating ul li i.icon {width:20px;height:20px;background-position:-230px -180px;} .review .rating ul li.on {color:#cc3333} .review .rating ul li.on i {background-position:-200px -180px;} .review .rating ul li p { margin-top:5px; line-height:150%;} .review .revcon textarea {width:99%;height:50px;border:1px solid #ddd;border-top-color:#bbb;border-left-color:#bbb;} .styhide {height:auto;border:1px solid #eee;background:#f9f9f9;} .styhide.change {width:450px;} .styhide.reset {width:380px;} .styhide table {border:none;margin:0;padding:0;} .styhide th, .resetpwd td {padding:6px;} .styhide th {text-align:right;color:#888;} .styhide td input.txt {width:200px;} .styhide .resetbtn {margin:15px 0 0 125px;}
html/public/theme/frontend/default/style/user.css
div.w180 {width:180px;height:auto;} .menu {border:1px solid #ddd;background:#f9f9f9;} .menu h2 {font-size:14px;color:#666;padding:7px 0 7px 8px;border-bottom:1px solid #e5e5e5;background:#f2f2f2;} .menu ul li {padding:10px 10px 10px 15px;color:#555;border-bottom:1px dotted #eee;} .menu ul li.cur {padding-left:25px;background:#fff;border-left:2px solid #CC6699;} .menu ul li a:hover{text-decoration:none} /* 主内容 */ div.w910 {width:910px;height:auto;margin:0 0 0 190px;} div.w660 {width:660px;height:auto;} div.w658 {width:638px;height:auto;padding:10px;border:1px solid #ddd;} div.w658 h2 {font-size:14px;color:#777;padding:0 5px 5px 5px;border-bottom:1px solid #eee;} div.w658 h2 a.fr {font-size:12px;color:#0099CC} .mcter {border:1px solid #ddd;} .mcter h2 {font-size:14px;color:#666;margin:0 8px;padding:7px 0 7px 2px;border-bottom:1px solid #eee;} .mcter h2 .fr {font-weight:normal;} .welcome h3 {font-size:14px;color:#666;font-weight:normal;padding:5px 10px;} .welcome h3 font {color:#333;} .welcome p.remind {margin:5px;padding:8px;border:1px solid #FF9797;background:#fff4f4;} .welcome dl {float:left;width:305px;padding:8px 5px;} .welcome dl dt {float:left;display:block;width:70px;text-align:right;color:#666;} .welcome dl dd {display:block;margin:0 0 0 80px;} .welcome dl dd .exp {width:auto;height:auto;margin:0 auto;background:#e5e5e5;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;} .welcome dl dd .exp .bar {height:12px;line-height:12px;width:0;background:#4DC5FF;border:1px solid #0BAFFF;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;} .welcome dl dd .exp .vals {line-height:12px;padding-left:5px;} .tli table {width:100%;border:none;background:#fff;} .tli table th {text-align:center;padding:6px 5px;color:#888;border-bottom:1px solid #eee;background:#f9f9f9} .tli table td {text-align:center;padding:6px 5px;color:#666;border-bottom:1px solid #eee;} .tli table th.aln-l, .tli table td.aln-l {text-align:left} .w240 {width:240px;height:auto;} .srth {font-size:14px;color:#777;padding:0 0 5px 0;border-bottom:1px solid #eee;} .srth a.fr {font-size:12px;color:#0099CC} .sdcter {border:1px solid #ddd;padding:10px;} .sdcter dl {padding:5px 0;clear:both} .sdcter dl dt {float:left;display:block;width:60px;text-align:right;color:#666;} .sdcter dl dd {display:block;margin-left:65px;} .sdcter .avatar img {-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .sdcter .avatar i {width:60px;height:60px;background:url(../images/no-avatar.gif) no-repeat center;border:1px solid #e5e5e5;-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .sdcter ul {display:block;margin:0 0 0 75px;} .sdcter ul li {margin-bottom:8px;color:#555;white-space:nowrap;} .history {border:1px solid #ddd;padding:10px;} .sli dl {display:block;padding:10px 0;height:60px;} .sli dl dt {display:block;float:left;width:60px;height:60px;} .sli dd {display:block;margin-left:70px;} .sli dd p {margin-top:8px;font-size:13px;color:#CC3333;} .sli dd p i {font-family:Arial;font-style:normal;font-size:12px;} .profile .form {padding:15px 15px 50px 15px;} .profile .form dl {clear:both;padding:7px 0;} .profile .form dl dt {width:75px;float:left;display:block;line-height:30px;text-align:right;color:#666;} .profile .form dl dd {display:block;margin-left:85px;line-height:30px;} .profile .form dl dd.gender input {vertical-align:middle} .profile .form dl dd input.txt {width:200px;} .profile .form dl dd .browsefile {position:relative;} .profile .form dl dd input.upavatar {position:absolute;left:0;top:0;height:28px;border:none;background:none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;opacity:0;} .profile .form dl dd textarea {padding:5px;border:1px solid #5792AE;border-bottom:1px solid #C0D2E0;border-right:1px solid #C0D2E0;} .profile .form dl.avatar {padding-left:10px;} .profile .form dl.avatar dt {width:60px;height:60px;} .profile .form dl.avatar dt img {-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;} .profile .form dl.avatar dd {margin-left:85px;} .profile-btn {padding:0 0 0 85px;} .profile .green-btn {color:#f6f6f6;padding:4px 12px;background:#3E8BF5;border:1px solid #2378EB;} .avatar-crop {border:1px solid #888;background:#fafafa;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);box-shadow:0 0 15px rgba(0,0,0,0.4);position:absolute;z-index:999;} .avatar-crop h3 {font-size:14px;color:#666;margin:0;padding:10px 10px 10px 12px;border-bottom:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;user-select:none;} .avatar-crop h3 button {font-size:14px;color:#666;font-weight:bold;padding:1px 5px;border:none;background:none;cursor:pointer} .avatar-crop .aln-c {width:auto;height:auto;padding:20px 30px;border-bottom:1px solid #fff;border-top:1px solid #fff;display:table-cell;vertical-align:middle;} .avatar-crop .save {padding:15px;text-align:center;border-top:1px solid #e5e5e5;-webkit-user-select:none;-moz-user-select:none;user-select:none;} .list {padding:10px;} .list table th {color:#777;padding:8px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-align:left;background:#f8f8f8;} .list table td {text-align:left;padding:8px;color:#555; border-bottom:1px dotted #e5e5e5;} .list table td .aln-c a {margin:0 5px;color:#0099CC} .consignee .consignee-form {padding:10px 10px 0 10px} .consignee .mcter {padding:10px;background:#fafafa;} .consignee .mcter dl {clear:both; margin-bottom:10px;} .consignee .mcter dl dt {width:80px;float:left;display:block;line-height:26px;text-align:right;color:#666;} .consignee .mcter dl dd {display:block;margin-left:90px;} .consignee .mcter dl dd input.w70 {width:70px;} .consignee .mcter dl dd input.w100 {width:100px;} .consignee .mcter dl dd input.w200 {width:200px;} .consignee .mcter dl dd input.w400 {width:400px;} .consignee .mcter .submit-btn {padding:10px 0 10px 90px;} .consignee .list a {cursor:pointer} .order {padding:10px;} .order .tli {border-bottom:none;margin-bottom:10px;} .order table {border-collapse:collapse;} .order table td, .order table th {border:1px solid #eee;} .order table th {padding:8px;font-weight:normal;color:#555;} .order table th span.sep {margin:0 10px;} .order table th div.fl {width:350px;height:auto;} .order table th div.fr a {margin:0 10px;} .order table td dl {clear:both;display:block;padding:10px 0;border-bottom:1px dotted #e5e5e5;overflow:hidden;} .order table td dl dt {float:left;display:block;width:70px;} .order table td dl dt img {border:1px solid #eee;} .order table td dl dd {display:block;margin-left:80px;text-align:left;} .order-step {position:relative;width:800px;height:auto;margin-left:auto;margin-right:auto;} .order-step ul {display:block;width:800px;position:relative;z-index:999;} .order-step ul li {display:block;color:#666;float:left;width:160px;height:auto;text-align:center;} .order-step ul li.ok h4 {color:#007700} .order-step ul li i {width:60px;height:60px;margin:5px auto 0 auto;display:block;background:url(../images/order-step.gif) no-repeat;} .order-step ul li.s-0 i {background-position:0 -70px;} .order-step ul li.s-1 i {background-position:0 0;} .order-step ul li.s-2 i {background-position:-70px -70px;} .order-step ul li.s-2.ok i {background-position:-70px 0;} .order-step ul li.s-3 i {background-position:-140px -70px;} .order-step ul li.s-3.ok i {background-position:-140px 0;} .order-step ul li.s-4 i {background-position:-210px -70px;} .order-step ul li.s-4.ok i {background-position:-210px 0;} .order-step ul li.arrow {width:50px;padding-top:35px;} .order-step ul li.arrow i {width:50px;height:10px;background:url(../images/order-step.gif) no-repeat 0 -160px;} .order-step ul li.arrow.ok i {background-position:0 -140px;} .order .sdcter {border:1px solid #eee;} .order .sdcter dl dt {width:80px;} .order .sdcter dl dd {margin-left:90px;} .order .w360 {width:360px;height:auto; border-right:1px solid #eee;} .order .cdo {margin-left:370px;width:auto;height:auto;padding:20px 0;} .order .tli table td {padding:10px;} .order .total {padding:0 10px 0 0;} .order .total dl {padding:0;line-height:30px;} .order .total dl dt {width:80px;text-align:right} .order .total dl dd {margin-left:90px;} .order .total dl dd.red {font-size:16px;} .udatali {padding:0 8px 20px 8px;} .favorite .doact {padding:10px 8px;} .favorite .actrow a {margin:0 8px;} .review {padding:20px;margin-bottom:10px;} .review .goods {padding-bottom:20px;border-bottom:1px solid #eee;} .review .goods div.fl {width:100px;height:100px;} .review .goods div.lt {float:left;padding:10px 0 0 20px;} .review .goods div.lt a {font-size:14px; font-weight:bold;} .review .goods div.fr {padding:0 10px;line-height:100px;} .review .goods div.fr a {cursor:pointer} .review .rating ul li {float:left;width:70px;text-align:center;color:#666;cursor:pointer} .review .rating ul li i.icon {width:20px;height:20px;background-position:-230px -180px;} .review .rating ul li.on {color:#cc3333} .review .rating ul li.on i {background-position:-200px -180px;} .review .rating ul li p { margin-top:5px; line-height:150%;} .review .revcon textarea {width:99%;height:50px;border:1px solid #ddd;border-top-color:#bbb;border-left-color:#bbb;} .styhide {height:auto;border:1px solid #eee;background:#f9f9f9;} .styhide.change {width:450px;} .styhide.reset {width:380px;} .styhide table {border:none;margin:0;padding:0;} .styhide th, .resetpwd td {padding:6px;} .styhide th {text-align:right;color:#888;} .styhide td input.txt {width:200px;} .styhide .resetbtn {margin:15px 0 0 125px;}
0.110423
0.069795
.zoom img { -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoom img:hover { width: 300px; height: 300px; } /* Styles for wrapping the search box */ .main { width: 50%; margin: 50px auto; } /* Bootstrap 4 text input with search icon */ .has-search .form-control { padding-left: 2.375rem; } .has-search .form-control-feedback { position: absolute; z-index: 2; display: block; width: 2.375rem; height: 2.375rem; line-height: 2.375rem; text-align: center; pointer-events: none; color: #aaa; } .hide{ display: none; } #navbarDropdown .caret{ display: none; } /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: #343A40; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; /* position: fixed; */ bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .form-popup { display: none; position: fixed; bottom: 0; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: none; } /* Set a style for the submit/login button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } .paddingTB60 {padding:60px 0px 60px 0px;} .gray-bg {background: #22223a !important;} .about-title {} .about-title h1 {color: #535353; font-size:45px;font-weight:600;} .about-title span {color: #AF0808; font-size:45px;font-weight:700;} .about-title h3 {color: #ffff; font-size:23px;margin-bottom:24px;} .about-title p {color: #ffff;line-height: 1.8;margin: 0 0 15px;} .about-paddingB {padding-bottom: 12px;} .about-img {padding-left: -57px;} /* Social Icons */ .about-icons {margin:48px 0px 48px 0px ;} .about-icons i{margin-right: 10px;padding: 0px; font-size:35px;color:#fafafa;box-shadow: 0 0 3px rgba(0, 0, 0, .2);} .about-icons li {margin:0px;padding:0;display:inline-block;} #social-fb:hover {color: #3B5998;transition:all .001s;} #social-tw:hover {color: #4099FF;transition:all .001s;} #social-gp:hover {color: #d34836;transition:all .001s;} #social-em:hover {color: #f39c12;transition:all .001s;}
public/css/style.css
.zoom img { -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoom img:hover { width: 300px; height: 300px; } /* Styles for wrapping the search box */ .main { width: 50%; margin: 50px auto; } /* Bootstrap 4 text input with search icon */ .has-search .form-control { padding-left: 2.375rem; } .has-search .form-control-feedback { position: absolute; z-index: 2; display: block; width: 2.375rem; height: 2.375rem; line-height: 2.375rem; text-align: center; pointer-events: none; color: #aaa; } .hide{ display: none; } #navbarDropdown .caret{ display: none; } /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { background-color: #343A40; color: white; padding: 16px 20px; border: none; cursor: pointer; opacity: 0.8; /* position: fixed; */ bottom: 23px; right: 28px; width: 280px; } /* The popup chat - hidden by default */ .form-popup { display: none; position: fixed; bottom: 0; right: 15px; border: 3px solid #f1f1f1; z-index: 9; } /* Add styles to the form container */ .form-container { max-width: 300px; padding: 10px; background-color: white; } /* Full-width textarea */ .form-container textarea { width: 100%; padding: 15px; margin: 5px 0 22px 0; border: none; background: #f1f1f1; resize: none; min-height: 200px; } /* When the textarea gets focus, do something */ .form-container textarea:focus { background-color: #ddd; outline: none; } /* Set a style for the submit/login button */ .form-container .btn { background-color: #4CAF50; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.8; } /* Add a red background color to the cancel button */ .form-container .cancel { background-color: red; } /* Add some hover effects to buttons */ .form-container .btn:hover, .open-button:hover { opacity: 1; } .paddingTB60 {padding:60px 0px 60px 0px;} .gray-bg {background: #22223a !important;} .about-title {} .about-title h1 {color: #535353; font-size:45px;font-weight:600;} .about-title span {color: #AF0808; font-size:45px;font-weight:700;} .about-title h3 {color: #ffff; font-size:23px;margin-bottom:24px;} .about-title p {color: #ffff;line-height: 1.8;margin: 0 0 15px;} .about-paddingB {padding-bottom: 12px;} .about-img {padding-left: -57px;} /* Social Icons */ .about-icons {margin:48px 0px 48px 0px ;} .about-icons i{margin-right: 10px;padding: 0px; font-size:35px;color:#fafafa;box-shadow: 0 0 3px rgba(0, 0, 0, .2);} .about-icons li {margin:0px;padding:0;display:inline-block;} #social-fb:hover {color: #3B5998;transition:all .001s;} #social-tw:hover {color: #4099FF;transition:all .001s;} #social-gp:hover {color: #d34836;transition:all .001s;} #social-em:hover {color: #f39c12;transition:all .001s;}
0.319015
0.053527
body { font-family: monospace; font-size: 18px; background: #FFC300; color: #666; margin: 0; } img { display: inline-block; width: 100%; } a{ text-decoration: none; } #blog{ color: #fff; font-family: Verdana; position: relative; top: 35px; left: 30px; } #flex { position: fixed; top: 159px; left: 20%; } .letter{ height: 20em; width: auto; position: relative; -webkit-clip-path: url(#myClip); clip-path: url(#myClip); z-index: 2; } #circle { position: fixed; background: #000; width: 400px; height: 400px; border-radius: 50%; } #circle2 { position: relative; left: 450px; bottom: 80px; background: #000; width: 100px; height: 100px; border-radius: 50%; } .letter:hover{ -webkit-transition: 0s; -webkit-animation: up 1s; -moz-animation:up 1s; -ms-animation:up 1s; -o-animation:up 1s; -animation:up 1s; } @-webkit-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-moz-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-ms-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-o-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } #ufo { width: 14em; position: fixed; top: 495px; left: 690px; z-index: -1; -webkit-animation: beam 5s infinite alternate; animation: beam 5s infinite alternate; } @-webkit-keyframes beam{ 0% {transform: rotate(0deg);} 10% {transform: rotate(-12deg);} 30% {transform: rotate(9deg);} 35% {transform: rotate(5deg);} 40% {transform: rotate(13deg);} 45% {transform: rotate(0deg);} 50% {transform: rotate(16deg);} 60% {transform: rotate(-10deg);} 85% {transform: rotate(10deg);} 100% {transform: rotate(0deg);} } @keyframes beam{ 0% {transform: rotate(0deg);} 10% {top: 28%; transform: rotate(-19deg);} 30% {left: 41%; transform: rotate(20deg);} 35% {transform: rotate(5deg);} 40% {top: 29%; transform: rotate(18deg);} 45% {transform: rotate(13deg);} 50% {transform: rotate(16deg);} 60% {top: 31%; transform: rotate(-10deg);} 85% {transform: rotate(10deg);} 100% {transform: rotate(0deg);} } input[type=checkbox] { display: none; } label { display: inline-block; margin-right: 1em; padding: 0.4em 0; cursor: pointer; } button { border: 10px solid #00FFAA; font-family: monospace; position: absolute; line-height: 60px; text-align: right; padding: 0 1.2em; background: #444; font-size: 24px; cursor: pointer; display: block; outline: none; height: 80px; width: 80%; top: 260px; margin: 0; left: 10%; } button:hover { background: #00FFAA; } input[type=checkbox] + label:before { display: inline-block; position: relative; background: #444; margin-right: 8px; content: ""; height: 16px; width: 16px; top: 1px; } input[type=checkbox]:checked + label:before { background: #00FFAA; } .container { position: relative; } .scene { position: relative; top:440px; left:-40px; padding: 0; margin: 0; } .fill { position: absolute; bottom: 5%; right: 5%; left: 5%; top: 5%; } .expand-width { width: 100%; } .border { border: 2px dashed #00FFAA; } /*.aspect { opacity: 0.2; } .layer:nth-child(1) { opacity: 0.15; } .layer:nth-child(1) button { -webkit-transform: rotate(150deg); } .layer:nth-child(2) { opacity: 0.30; } .layer:nth-child(2) button { -webkit-transform: rotate(120deg); } .layer:nth-child(3) { opacity: 0.45; } .layer:nth-child(3) button { -webkit-transform: rotate(90deg); } .layer:nth-child(4) { opacity: 0.60; } .layer:nth-child(4) button { -webkit-transform: rotate(60deg); } .layer:nth-child(5) { opacity: 0.75; } .layer:nth-child(5) button { -webkit-transform: rotate(30deg); } .layer:nth-child(6) { opacity: 0.90; } .layer:nth-child(6) button { }*/
home/css/styles.css
body { font-family: monospace; font-size: 18px; background: #FFC300; color: #666; margin: 0; } img { display: inline-block; width: 100%; } a{ text-decoration: none; } #blog{ color: #fff; font-family: Verdana; position: relative; top: 35px; left: 30px; } #flex { position: fixed; top: 159px; left: 20%; } .letter{ height: 20em; width: auto; position: relative; -webkit-clip-path: url(#myClip); clip-path: url(#myClip); z-index: 2; } #circle { position: fixed; background: #000; width: 400px; height: 400px; border-radius: 50%; } #circle2 { position: relative; left: 450px; bottom: 80px; background: #000; width: 100px; height: 100px; border-radius: 50%; } .letter:hover{ -webkit-transition: 0s; -webkit-animation: up 1s; -moz-animation:up 1s; -ms-animation:up 1s; -o-animation:up 1s; -animation:up 1s; } @-webkit-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-moz-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-ms-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @-o-keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } @keyframes up{ 0% {top:0px;} 30% {top:-180px;} 70% {top:-180px;} 100% {top:0px;} } #ufo { width: 14em; position: fixed; top: 495px; left: 690px; z-index: -1; -webkit-animation: beam 5s infinite alternate; animation: beam 5s infinite alternate; } @-webkit-keyframes beam{ 0% {transform: rotate(0deg);} 10% {transform: rotate(-12deg);} 30% {transform: rotate(9deg);} 35% {transform: rotate(5deg);} 40% {transform: rotate(13deg);} 45% {transform: rotate(0deg);} 50% {transform: rotate(16deg);} 60% {transform: rotate(-10deg);} 85% {transform: rotate(10deg);} 100% {transform: rotate(0deg);} } @keyframes beam{ 0% {transform: rotate(0deg);} 10% {top: 28%; transform: rotate(-19deg);} 30% {left: 41%; transform: rotate(20deg);} 35% {transform: rotate(5deg);} 40% {top: 29%; transform: rotate(18deg);} 45% {transform: rotate(13deg);} 50% {transform: rotate(16deg);} 60% {top: 31%; transform: rotate(-10deg);} 85% {transform: rotate(10deg);} 100% {transform: rotate(0deg);} } input[type=checkbox] { display: none; } label { display: inline-block; margin-right: 1em; padding: 0.4em 0; cursor: pointer; } button { border: 10px solid #00FFAA; font-family: monospace; position: absolute; line-height: 60px; text-align: right; padding: 0 1.2em; background: #444; font-size: 24px; cursor: pointer; display: block; outline: none; height: 80px; width: 80%; top: 260px; margin: 0; left: 10%; } button:hover { background: #00FFAA; } input[type=checkbox] + label:before { display: inline-block; position: relative; background: #444; margin-right: 8px; content: ""; height: 16px; width: 16px; top: 1px; } input[type=checkbox]:checked + label:before { background: #00FFAA; } .container { position: relative; } .scene { position: relative; top:440px; left:-40px; padding: 0; margin: 0; } .fill { position: absolute; bottom: 5%; right: 5%; left: 5%; top: 5%; } .expand-width { width: 100%; } .border { border: 2px dashed #00FFAA; } /*.aspect { opacity: 0.2; } .layer:nth-child(1) { opacity: 0.15; } .layer:nth-child(1) button { -webkit-transform: rotate(150deg); } .layer:nth-child(2) { opacity: 0.30; } .layer:nth-child(2) button { -webkit-transform: rotate(120deg); } .layer:nth-child(3) { opacity: 0.45; } .layer:nth-child(3) button { -webkit-transform: rotate(90deg); } .layer:nth-child(4) { opacity: 0.60; } .layer:nth-child(4) button { -webkit-transform: rotate(60deg); } .layer:nth-child(5) { opacity: 0.75; } .layer:nth-child(5) button { -webkit-transform: rotate(30deg); } .layer:nth-child(6) { opacity: 0.90; } .layer:nth-child(6) button { }*/
0.344333
0.084985
body{ font-family: 'Raleway', sans-serif; color: black ; } pink-navbar{ background-color: #fff !important; } .pink-divider{ width: 0; border-right: 1px solid #444; height: 50px; margin: auto 16px; } .bg-pink{ background-color: rgba(242, 167, 177,1); } .nav-link-pink{ color: black; margin-right: 10px; margin-left: 10px; font-size: 20px; } .nav-link-pink:hover{ color: white; text-decoration: none; } .input-search-pink{ display: inline-block; border: 1px solid black !important; box-shadow: none !important; height: 37px; border-radius: 6px; width: 350px; } .dropdown-toggle::after { display:none; } .input-search-pink[type=text]{ padding: 12px 20px; box-sizing: border-box; } .input-search-pink:focus{ border: 1px solid black !important; box-shadow: none !important; -moz-box-shadow: 0 0 3px black !important; -webkit-box-shadow: 0 0 3px black !important; outline-offset: 0px !important; outline: none !important; } .img-profile-pink{ height: 39px; width: 39px; border: 1px solid black; } .mantap{ color: blue; } .logo-label-pink{ font-family: 'Satisfy', cursive; font-weight: bold; font-size: 23px; } .fa-shopping-cart{ color:white; } .btn-sidebar{ color:white !important; } .bg-grey{ background-color: #e8e8e8; } /* DEMO STYLE */ /* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */ #sidebar { width: 250px; position: fixed; top: 0; left: -250px; height: 100vh; z-index: 1500; background: #f2a7b1; color: #fff; transition: all 0.3s; overflow-y: none; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); } #sidebar2 { width: 300px; position: fixed; top: 0; right: -300px; height: 100vh; z-index: 1500; background: #f2a7b1; color: #fff; transition: all 0.3s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); font-weight: bold; } #sidebar.active { left: 0; } #sidebar2.active{ right: 0; } #dismiss { width: 35px; height: 35px; line-height: 35px; text-align: center; background: #f2a7b1; position: absolute; top: 20px; right: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss2 { width: 35px; height: 35px; line-height: 35px; text-align: center; background: #f2a7b1; position: absolute; top: 20px; left: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss:hover #dismiss2:hover { background: #fff; color: #f2a7b1; } .overlay { display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 1499; opacity: 0; transition: all 0.5s ease-in-out; } .overlay.active { display: block; opacity: 1; } #sidebar .sidebar-header{ padding: 20px; background: #f2a7b1; } #sidebar2 .sidebar-header { text-align: right; padding: 20px; background: #f2a7b1; } #sidebar ul.components, #sidebar2 ul.components { padding: 20px 0; /*border-bottom: 1px solid #47748b;*/ } #sidebar ul li a{ padding: 10px; font-size: 1.1em; display: block; color: white; text-decoration-style: none; } #sidebar ul li a:hover, #sidebar2 ul li a:hover { color: #f2a7b1; background: #fff; } #sidebar ul li.active>a, #sidebar a[aria-expanded="true"] { color: #fff; background: #f2a7b1; } #sidebar2 .lis2{ border-radius: 15px; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } ul ul a { font-size: 0.9em !important; padding-left: 30px !important; background: #6d7fcc; } ul.CTAs { padding: 20px; } ul.CTAs a { text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px; } .trash{ position: absolute; bottom: 12px; right: 30px; } .trash:hover{ cursor: pointer; } /* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */ #content { width: 100%; min-height: 100vh; transition: all 0.3s; position: absolute; top: 0; right: 0; } .border-checkout{ border-color: black !important; background-color: #f2a7b1; } .text-checkout{ color: black !important; } .btn-checkout { color: #fff; background-color: #f2a7b1; border-color: #fff; } .btn-checkout:hover { color: #fff; background-color: #ed8179; border-color: #fff; } section{ min-height: 600px; padding-top: 30px; padding-bottom: 60px; } .btn-trash { color: black; background-color: #f2a7b1; border-color: #fff; } .btn-pink { color: #fff; background-color: #f2a7b1; border-color: #fff; } .btn-pink:hover { color: #fff; background-color: #ed8179; border-color: #fff; } .btn-pink:focus, .btn-pink.focus { box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5); } .btn-pink-search { color: #fff; background-color: #f2a7b1; border-color: #000; border: 1px solid black !important; } .btn-pink-search:hover { color: #fff; background-color: #ed8179; border-color: #fff; } .btn-pink-search:focus, .btn-pink-search.focus { box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5); } a .link-pink-label { color: #f2a7b1; text-decoration: none; background-color: transparent; } a .link-pink-label:hover { color: #ed8179; text-decoration: underline; } .topbar.navbar-light .navbar-nav .nav-item .nav-link{ color: #fff !important; } .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover { color: #fff !important; } .topbar.navbar-light .navbar-nav .nav-item .nav-link:active { color: #858796; } .topbar.navbar-light .navbar-nav .nav-item .nav-link-pink{ color: #fff; padding-right: 15px; padding-left: 15px; text-decoration: none; } .topbar.navbar-light .navbar-nav .nav-item .nav-link-pink:hover{ background-color: #eee; color: #ed8179; border-radius: 7px ; } #sidebar2 .qty .count { color: #f2a7b1 ; display: inline-block; vertical-align: top; font-size: 25px; font-weight: 700; line-height: 30px; padding: 0 2px ;min-width: 35px; text-align: center; } #sidebar2 .qty .plus { cursor: pointer; display: inline-block; vertical-align: top; color: white; width: 30px; height: 30px; font: 30px/1 Arial,sans-serif; text-align: center; border-radius: 50%; } #sidebar2 .qty .minus { cursor: pointer; display: inline-block; vertical-align: top; color: white; width: 30px; height: 30px; font: 30px/1 Arial,sans-serif; text-align: center; border-radius: 50%; background-clip: padding-box; } #sidebar2 .minus:hover{ background-color: #f2a7b1 !important; } #sidebar2 .plus:hover{ background-color: #f2a7b1 !important; } /*Prevent text selection*/ #sidebar2 span{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } #sidebar2 input{ border: 0; width: 2%; } #sidebar2 input::-webkit-outer-spin-button, #sidebar2 input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } #sidebar2 input:disabled{ background-color:white; } /* Dropdown Content (Hidden by Default) */ .dropdown-content-pink { display: none; padding-top: 12px; position: absolute; background-color: none; border-radius: 15px; top: 40px; left: -30px; min-width: 80px; z-index: 1; } /* Links inside the dropdown */ .dropdown-content-pink a, .dropdown-kategori-pink a { color: black; text-decoration: none; display: block; } .dropdown-kategori-pink a{ padding: 15px 20px 15px; border-right: 1px solid black; } /* Change color of dropdown links on hover */ .dropdown-content-pink a:hover, .dropdown-kategori-pink a:hover {background-color: #f2a7b1; color: white;} /* Show the dropdown menu on hover */ .dropdown-nav-pink:hover .dropdown-content-pink, .dropdown-nav-pink:hover .dropdown-kategori-pink {display: block;} /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown-item-pink { display: block; width: 100%; clear: both; font-weight: 400; color: #3a3b45; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; padding: 5px; border-radius: 5px; } .dropdown-kategori-pink { text-align: center; display: none; padding-top: 12px; position: absolute; background-color: none; border-radius: 15px; top: 30px; left: 0px; min-width: 100px; z-index: 1; } @media only screen and (max-width: 820px) { .input-search-pink{ width: 200px; } } @media only screen and (max-width: 720px) { .input-search-pink{ width: 150px; } } @media only screen and (max-width: 500px) { .input-search-pink{ width: 150px; } }
assets/css/pinklabel.css
body{ font-family: 'Raleway', sans-serif; color: black ; } pink-navbar{ background-color: #fff !important; } .pink-divider{ width: 0; border-right: 1px solid #444; height: 50px; margin: auto 16px; } .bg-pink{ background-color: rgba(242, 167, 177,1); } .nav-link-pink{ color: black; margin-right: 10px; margin-left: 10px; font-size: 20px; } .nav-link-pink:hover{ color: white; text-decoration: none; } .input-search-pink{ display: inline-block; border: 1px solid black !important; box-shadow: none !important; height: 37px; border-radius: 6px; width: 350px; } .dropdown-toggle::after { display:none; } .input-search-pink[type=text]{ padding: 12px 20px; box-sizing: border-box; } .input-search-pink:focus{ border: 1px solid black !important; box-shadow: none !important; -moz-box-shadow: 0 0 3px black !important; -webkit-box-shadow: 0 0 3px black !important; outline-offset: 0px !important; outline: none !important; } .img-profile-pink{ height: 39px; width: 39px; border: 1px solid black; } .mantap{ color: blue; } .logo-label-pink{ font-family: 'Satisfy', cursive; font-weight: bold; font-size: 23px; } .fa-shopping-cart{ color:white; } .btn-sidebar{ color:white !important; } .bg-grey{ background-color: #e8e8e8; } /* DEMO STYLE */ /* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */ #sidebar { width: 250px; position: fixed; top: 0; left: -250px; height: 100vh; z-index: 1500; background: #f2a7b1; color: #fff; transition: all 0.3s; overflow-y: none; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); } #sidebar2 { width: 300px; position: fixed; top: 0; right: -300px; height: 100vh; z-index: 1500; background: #f2a7b1; color: #fff; transition: all 0.3s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); font-weight: bold; } #sidebar.active { left: 0; } #sidebar2.active{ right: 0; } #dismiss { width: 35px; height: 35px; line-height: 35px; text-align: center; background: #f2a7b1; position: absolute; top: 20px; right: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss2 { width: 35px; height: 35px; line-height: 35px; text-align: center; background: #f2a7b1; position: absolute; top: 20px; left: 10px; cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #dismiss:hover #dismiss2:hover { background: #fff; color: #f2a7b1; } .overlay { display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); z-index: 1499; opacity: 0; transition: all 0.5s ease-in-out; } .overlay.active { display: block; opacity: 1; } #sidebar .sidebar-header{ padding: 20px; background: #f2a7b1; } #sidebar2 .sidebar-header { text-align: right; padding: 20px; background: #f2a7b1; } #sidebar ul.components, #sidebar2 ul.components { padding: 20px 0; /*border-bottom: 1px solid #47748b;*/ } #sidebar ul li a{ padding: 10px; font-size: 1.1em; display: block; color: white; text-decoration-style: none; } #sidebar ul li a:hover, #sidebar2 ul li a:hover { color: #f2a7b1; background: #fff; } #sidebar ul li.active>a, #sidebar a[aria-expanded="true"] { color: #fff; background: #f2a7b1; } #sidebar2 .lis2{ border-radius: 15px; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } ul ul a { font-size: 0.9em !important; padding-left: 30px !important; background: #6d7fcc; } ul.CTAs { padding: 20px; } ul.CTAs a { text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px; } .trash{ position: absolute; bottom: 12px; right: 30px; } .trash:hover{ cursor: pointer; } /* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */ #content { width: 100%; min-height: 100vh; transition: all 0.3s; position: absolute; top: 0; right: 0; } .border-checkout{ border-color: black !important; background-color: #f2a7b1; } .text-checkout{ color: black !important; } .btn-checkout { color: #fff; background-color: #f2a7b1; border-color: #fff; } .btn-checkout:hover { color: #fff; background-color: #ed8179; border-color: #fff; } section{ min-height: 600px; padding-top: 30px; padding-bottom: 60px; } .btn-trash { color: black; background-color: #f2a7b1; border-color: #fff; } .btn-pink { color: #fff; background-color: #f2a7b1; border-color: #fff; } .btn-pink:hover { color: #fff; background-color: #ed8179; border-color: #fff; } .btn-pink:focus, .btn-pink.focus { box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5); } .btn-pink-search { color: #fff; background-color: #f2a7b1; border-color: #000; border: 1px solid black !important; } .btn-pink-search:hover { color: #fff; background-color: #ed8179; border-color: #fff; } .btn-pink-search:focus, .btn-pink-search.focus { box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5); } a .link-pink-label { color: #f2a7b1; text-decoration: none; background-color: transparent; } a .link-pink-label:hover { color: #ed8179; text-decoration: underline; } .topbar.navbar-light .navbar-nav .nav-item .nav-link{ color: #fff !important; } .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover { color: #fff !important; } .topbar.navbar-light .navbar-nav .nav-item .nav-link:active { color: #858796; } .topbar.navbar-light .navbar-nav .nav-item .nav-link-pink{ color: #fff; padding-right: 15px; padding-left: 15px; text-decoration: none; } .topbar.navbar-light .navbar-nav .nav-item .nav-link-pink:hover{ background-color: #eee; color: #ed8179; border-radius: 7px ; } #sidebar2 .qty .count { color: #f2a7b1 ; display: inline-block; vertical-align: top; font-size: 25px; font-weight: 700; line-height: 30px; padding: 0 2px ;min-width: 35px; text-align: center; } #sidebar2 .qty .plus { cursor: pointer; display: inline-block; vertical-align: top; color: white; width: 30px; height: 30px; font: 30px/1 Arial,sans-serif; text-align: center; border-radius: 50%; } #sidebar2 .qty .minus { cursor: pointer; display: inline-block; vertical-align: top; color: white; width: 30px; height: 30px; font: 30px/1 Arial,sans-serif; text-align: center; border-radius: 50%; background-clip: padding-box; } #sidebar2 .minus:hover{ background-color: #f2a7b1 !important; } #sidebar2 .plus:hover{ background-color: #f2a7b1 !important; } /*Prevent text selection*/ #sidebar2 span{ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } #sidebar2 input{ border: 0; width: 2%; } #sidebar2 input::-webkit-outer-spin-button, #sidebar2 input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } #sidebar2 input:disabled{ background-color:white; } /* Dropdown Content (Hidden by Default) */ .dropdown-content-pink { display: none; padding-top: 12px; position: absolute; background-color: none; border-radius: 15px; top: 40px; left: -30px; min-width: 80px; z-index: 1; } /* Links inside the dropdown */ .dropdown-content-pink a, .dropdown-kategori-pink a { color: black; text-decoration: none; display: block; } .dropdown-kategori-pink a{ padding: 15px 20px 15px; border-right: 1px solid black; } /* Change color of dropdown links on hover */ .dropdown-content-pink a:hover, .dropdown-kategori-pink a:hover {background-color: #f2a7b1; color: white;} /* Show the dropdown menu on hover */ .dropdown-nav-pink:hover .dropdown-content-pink, .dropdown-nav-pink:hover .dropdown-kategori-pink {display: block;} /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown-item-pink { display: block; width: 100%; clear: both; font-weight: 400; color: #3a3b45; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; padding: 5px; border-radius: 5px; } .dropdown-kategori-pink { text-align: center; display: none; padding-top: 12px; position: absolute; background-color: none; border-radius: 15px; top: 30px; left: 0px; min-width: 100px; z-index: 1; } @media only screen and (max-width: 820px) { .input-search-pink{ width: 200px; } } @media only screen and (max-width: 720px) { .input-search-pink{ width: 150px; } } @media only screen and (max-width: 500px) { .input-search-pink{ width: 150px; } }
0.383988
0.063077
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;} html { color: #000; } html,body { height: 100%; } body,button,input,select,textarea,a{ font-family:'微软雅黑','Microsoft Yahei','黑体','SimHei', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica; } body{background-color:#f6f6f6;} ul,ol,li,dl,dd,dt{list-style: none;} em { font-style: normal; } a { text-decoration: none;} a:hover { text-decoration: underline; } legend { color: #000; } fieldset,img { border: 0; } label,button { cursor: pointer;outline:none; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } /*解决IE图片缩放失真*/ img { -ms-interpolation-mode: bicubic; } /*清除浮动*/ .clearfix:after { content: ''; display: block; height: 0; clear: both; } .clearfix { zoom: 1; } .clear { clear: both; } /*连续英文、数字换行*/ .wordwrap { word-break: break-all; word-wrap: break-word; } /*单行文字超出显示省略号*/ .omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;} .wrap{width:1200px;margin:0 auto;} input{outline:none;} .reg_hint{line-height:33px;color:#e14831;font-size:14px;} input:focus{border:1px solid #2b84fb;} button:hover{background-color:#e14d00;} button.disabled{background-color:#eee;border:1px solid #dcdcdc;color:#727272;} .hide{display:none;} .show{display:block;} /* 登陆注册头部样式 */ .header{height:79px;background-color: #f1f1f1;border-bottom:1px solid #e5e5e5;width:100%;} .header .logo{width:218px;height:25px;padding:25px 0 0 120px;} .header .logo a{display:block;} .header .logo a img{width:100%;height:100%;} .log_head{background-color: #fff;border-bottom:none;height:auto;} .log_head .logo{margin:0 auto;padding:70px 0 15px 0;} /* 登陆注册底部样式 */ .footer{height:40px;border-top:1px solid #e4e4e4;} /* 下拉列表美化 */ .mySelect{outline:none;} /* .selectDark{font-size:14px;width:424px;height:40px;background-color:#e7e7e7;line-height:40px;color:#444444;border:1px solid #cdcdcd;} .selectDark .passiveSelect,.selectDark .activeSelect{height:25px;line-height:2em;display:block;cursor:pointer;padding-left:10px;margin-right:10px;height:40px;} .selectDark .passiveSelect{color:#444444;font-size:14px;height:40px;line-height:40px;background:url(../img/select.png) no-repeat right center;height:40px;} .selectDark .activeSelect{color:#444444;font-size:14px;height:40px;line-height:40px;background:url(../img/select.png) no-repeat right center;} .selectDark ul{padding:0;margin:0;list-style:none;max-height:200px;overflow-x:hidden;overflow-y:auto;cursor:pointer;width:211px;border:1px solid #d2d2d2;background-color:#fff;} .selectDark li{padding:0;margin:0;font-weight:normal;margin-bottom:10px;color:#383838;font-size:16px;height:40px;} .selectDark .first{margin-bottom:10px;color:#383838;font-size:16px;} .selectDark .last{margin-bottom:10px;color:#383838;font-size:16px;} .selectDark li:hover{background-color:#eee;} .selectDark li span{padding-left:42px;} .selectDark .selected{color:#383838;background-color:#eeeeee;padding-left:42px;} .selectDark .first:hover{color:#f25a0b;} .selectDark li:hover{color:#f25a0b;} */ /* 内部头部样式 */ .con_header{width:100%;height:80px;background-color:#fff;} .con_header .wrap{padding:18px 0 17px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .con_header .logo{float:left;margin:0 26px 0 6px;} .con_header .h_line{float:left;width:1px;height:29px;background-color:#dcdcdc;} .con_header .nav{float:left;margin-left:14px;} .con_header .nav li{float:left;padding-top:11px;} .con_header .nav li a{padding:0 30px;font-size:18px;color:#333;} .con_header .nav li a:hover{text-decoration:none;color:#ff6037; -o-transition: color .3s; -ms-transition: color .3s; -moz-transition: color .3s; -webkit-transition: color .3s;} .con_header .nav li.current a{text-decoration:none;color:#ff6037;} .con_header .search_w{float:right;margin-top:17px;} .con_header .search_w .go_news{display: inline-block;height:16px;width:22px;} .con_header .search_w .search_c{width:243px;height:27px;border:1px solid #1c1c1c;float:left;} .con_header .search_w .search_c input{float:left;height:26px;line-height:26px;width:210px;outline:none;border:0;} .con_header .search_w .search_c .serch_icon{float:right;display:block;background:url(../img/search.png) no-repeat center;height:100%;width:15px;margin-right:8px;cursor:pointer;} .con_header .search_w .news{width:22px;display: inline-block;vertical-align:2px;height:16px;background:url(../img/notice.png) no-repeat center;cursor:pointer;} .con_header .search_w .news.press_no_news{background:url(../img/no_news.png) no-repeat center;} .con_header .search_w .news.has_news{background:url(../img/notice.png) no-repeat center;width:22px;height:16px;position:relative;} .con_header .search_w .news.has_news:before{content:"";display:block;width:10px;height:10px;background:url(../img/has_notice.png) no-repeat center;position:absolute;top:-4px;right:-4px;} .con_header .search_w .news.has_news.press_has_news{background-image:url(../img/no_news.png);} .con_header .search_w{position:relative;} .con_header .search_w a.go_center{display:inline-block;vertical-align:middle;width:19px;height:19px;background:url(../img/user.png) no-repeat left top;margin:-2px 25px 0 37px;padding-right:10px;position:relative;padding-bottom:10px;} .con_header .search_w a.go_center:before{content:"";/* background:url(../img/select_c.png) no-repeat center; */width:9px;height:6px;position:absolute;top:0px;right:0px;} .con_header .search_w a.go_center.current{background-image:url(../img/cur_center.png);} .index_con_header{box-shadow:none;} .con_header .search_w span.user_select{width:120px;background-color:#fff;border:1px solid #d2d2d2;position:absolute;top:25px;right:8px;z-index:1000;} .con_header .search_w span.user_select a{font-size:14px;color:#333;width:100%;display:block;text-decoration:none;height:45px;line-height:45px;padding-left:43px;background:url(../img/account.png) no-repeat 22px center;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-transition: background .5s; -ms-transition: background .5s; -moz-transition: background .5s; -webkit-transition: background .5s;} .con_header .search_w span.user_select a.help{background-image:url(../img/help_bg.png);} .con_header .search_w span.user_select a.exit{background-image:url(../img/exit.png);} .con_header .search_w span.user_select a:hover{background-color:#f2f3f9; -o-transition: background .5s; -ms-transition: background .5s; -moz-transition: background .5s; -webkit-transition: background .5s;} /* 内部底部样式 */ .foot_w{height:100%;} .con_foot p{line-height:22px;font-size:12px;color:#969696;float:right;} /* s2内部头部样式 */ .con_header .nav{margin-left:420px;} .con_header .nav li a{padding:0 45px; -o-transition: color .3s; -ms-transition: color .3s; -moz-transition: color .3s; -webkit-transition: color .3s;} /* s2内部底部样式 */ .con_foot{height:88px;margin-top:45px;background-color:#fff;padding:18px 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .con_foot p span{float:left;} .con_foot p .copyright{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:34px;border-right:1px solid #e8e8e8;} .con_foot p .copyright a{font-size:12px;color:#d2d2d2;text-decoration:none;} .con_foot p span.tel{font-size:24px;color:#ff6037;padding:5px 47px 0 88px;background:url(../img/tel.png) no-repeat 37px center;} .con_foot p span.tel i{font-style:normal;} .con_foot p span.tel i.time{font-size:12px;color:#666;letter-spacing:2px;} .con_foot p span.tel i.time em{margin-left:30px;} /* 首页头部样式 */ .index_con_header .nav{margin-left:379px;} .index_con_header .nav li a{padding:0 45px;} /* 首页底部样式 */ .indexFoot{height:41px;line-height:41px;background-color:#fff;} .indexFoot .wrap{text-align:center;font-size:14px;color:#999;} .indexFoot .wrap a{color:#ee5c22;} .ng-cloak{display: none;} .uploading-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.1);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;display:none} .uploading-overlay img{position:fixed;top:50%;left:50%;width:50%;width:66px;height:66px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:transparent} /* 临时分页 */ .news_page{width:1034px;} .news_page .skin-tb{float:right;padding:24px 0 48px 0;min-width:417px;} .news_page .page{float:right;margin-top:10px;} /* 返回顶部 */ .toTop{display:none;width:42px;height:156px;background:url(../img/to_top.png) no-repeat center top; /* position:fixed; right: 20px; bottom: 20px; */ } .toTop:hover{background:url(../img/to_top_active.png) no-repeat center top;} /*特殊处理*/ .rest-padding{padding: 0 !important;} /* 首页底部样式 */ .index_foot{margin-top:0px;border-top:1px solid #e8e8e8;} .con_foot p .about_us{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:225px;color:#90909e;} .con_foot p .about_us a{color:#333;text-decoration:none;} /* 登录页底部 */ .login_foot{margin-top:187px;border-top:1px solid #e8e8e8;} .login_foot p .about_us{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:225px;color:#5e5e76;} .login_foot p .about_us a{color:#333;text-decoration:none;}
webapps/ROOT/css/common.css
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td { margin: 0; padding: 0; border: 0;} html { color: #000; } html,body { height: 100%; } body,button,input,select,textarea,a{ font-family:'微软雅黑','Microsoft Yahei','黑体','SimHei', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica; } body{background-color:#f6f6f6;} ul,ol,li,dl,dd,dt{list-style: none;} em { font-style: normal; } a { text-decoration: none;} a:hover { text-decoration: underline; } legend { color: #000; } fieldset,img { border: 0; } label,button { cursor: pointer;outline:none; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } /*解决IE图片缩放失真*/ img { -ms-interpolation-mode: bicubic; } /*清除浮动*/ .clearfix:after { content: ''; display: block; height: 0; clear: both; } .clearfix { zoom: 1; } .clear { clear: both; } /*连续英文、数字换行*/ .wordwrap { word-break: break-all; word-wrap: break-word; } /*单行文字超出显示省略号*/ .omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;} .wrap{width:1200px;margin:0 auto;} input{outline:none;} .reg_hint{line-height:33px;color:#e14831;font-size:14px;} input:focus{border:1px solid #2b84fb;} button:hover{background-color:#e14d00;} button.disabled{background-color:#eee;border:1px solid #dcdcdc;color:#727272;} .hide{display:none;} .show{display:block;} /* 登陆注册头部样式 */ .header{height:79px;background-color: #f1f1f1;border-bottom:1px solid #e5e5e5;width:100%;} .header .logo{width:218px;height:25px;padding:25px 0 0 120px;} .header .logo a{display:block;} .header .logo a img{width:100%;height:100%;} .log_head{background-color: #fff;border-bottom:none;height:auto;} .log_head .logo{margin:0 auto;padding:70px 0 15px 0;} /* 登陆注册底部样式 */ .footer{height:40px;border-top:1px solid #e4e4e4;} /* 下拉列表美化 */ .mySelect{outline:none;} /* .selectDark{font-size:14px;width:424px;height:40px;background-color:#e7e7e7;line-height:40px;color:#444444;border:1px solid #cdcdcd;} .selectDark .passiveSelect,.selectDark .activeSelect{height:25px;line-height:2em;display:block;cursor:pointer;padding-left:10px;margin-right:10px;height:40px;} .selectDark .passiveSelect{color:#444444;font-size:14px;height:40px;line-height:40px;background:url(../img/select.png) no-repeat right center;height:40px;} .selectDark .activeSelect{color:#444444;font-size:14px;height:40px;line-height:40px;background:url(../img/select.png) no-repeat right center;} .selectDark ul{padding:0;margin:0;list-style:none;max-height:200px;overflow-x:hidden;overflow-y:auto;cursor:pointer;width:211px;border:1px solid #d2d2d2;background-color:#fff;} .selectDark li{padding:0;margin:0;font-weight:normal;margin-bottom:10px;color:#383838;font-size:16px;height:40px;} .selectDark .first{margin-bottom:10px;color:#383838;font-size:16px;} .selectDark .last{margin-bottom:10px;color:#383838;font-size:16px;} .selectDark li:hover{background-color:#eee;} .selectDark li span{padding-left:42px;} .selectDark .selected{color:#383838;background-color:#eeeeee;padding-left:42px;} .selectDark .first:hover{color:#f25a0b;} .selectDark li:hover{color:#f25a0b;} */ /* 内部头部样式 */ .con_header{width:100%;height:80px;background-color:#fff;} .con_header .wrap{padding:18px 0 17px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .con_header .logo{float:left;margin:0 26px 0 6px;} .con_header .h_line{float:left;width:1px;height:29px;background-color:#dcdcdc;} .con_header .nav{float:left;margin-left:14px;} .con_header .nav li{float:left;padding-top:11px;} .con_header .nav li a{padding:0 30px;font-size:18px;color:#333;} .con_header .nav li a:hover{text-decoration:none;color:#ff6037; -o-transition: color .3s; -ms-transition: color .3s; -moz-transition: color .3s; -webkit-transition: color .3s;} .con_header .nav li.current a{text-decoration:none;color:#ff6037;} .con_header .search_w{float:right;margin-top:17px;} .con_header .search_w .go_news{display: inline-block;height:16px;width:22px;} .con_header .search_w .search_c{width:243px;height:27px;border:1px solid #1c1c1c;float:left;} .con_header .search_w .search_c input{float:left;height:26px;line-height:26px;width:210px;outline:none;border:0;} .con_header .search_w .search_c .serch_icon{float:right;display:block;background:url(../img/search.png) no-repeat center;height:100%;width:15px;margin-right:8px;cursor:pointer;} .con_header .search_w .news{width:22px;display: inline-block;vertical-align:2px;height:16px;background:url(../img/notice.png) no-repeat center;cursor:pointer;} .con_header .search_w .news.press_no_news{background:url(../img/no_news.png) no-repeat center;} .con_header .search_w .news.has_news{background:url(../img/notice.png) no-repeat center;width:22px;height:16px;position:relative;} .con_header .search_w .news.has_news:before{content:"";display:block;width:10px;height:10px;background:url(../img/has_notice.png) no-repeat center;position:absolute;top:-4px;right:-4px;} .con_header .search_w .news.has_news.press_has_news{background-image:url(../img/no_news.png);} .con_header .search_w{position:relative;} .con_header .search_w a.go_center{display:inline-block;vertical-align:middle;width:19px;height:19px;background:url(../img/user.png) no-repeat left top;margin:-2px 25px 0 37px;padding-right:10px;position:relative;padding-bottom:10px;} .con_header .search_w a.go_center:before{content:"";/* background:url(../img/select_c.png) no-repeat center; */width:9px;height:6px;position:absolute;top:0px;right:0px;} .con_header .search_w a.go_center.current{background-image:url(../img/cur_center.png);} .index_con_header{box-shadow:none;} .con_header .search_w span.user_select{width:120px;background-color:#fff;border:1px solid #d2d2d2;position:absolute;top:25px;right:8px;z-index:1000;} .con_header .search_w span.user_select a{font-size:14px;color:#333;width:100%;display:block;text-decoration:none;height:45px;line-height:45px;padding-left:43px;background:url(../img/account.png) no-repeat 22px center;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-transition: background .5s; -ms-transition: background .5s; -moz-transition: background .5s; -webkit-transition: background .5s;} .con_header .search_w span.user_select a.help{background-image:url(../img/help_bg.png);} .con_header .search_w span.user_select a.exit{background-image:url(../img/exit.png);} .con_header .search_w span.user_select a:hover{background-color:#f2f3f9; -o-transition: background .5s; -ms-transition: background .5s; -moz-transition: background .5s; -webkit-transition: background .5s;} /* 内部底部样式 */ .foot_w{height:100%;} .con_foot p{line-height:22px;font-size:12px;color:#969696;float:right;} /* s2内部头部样式 */ .con_header .nav{margin-left:420px;} .con_header .nav li a{padding:0 45px; -o-transition: color .3s; -ms-transition: color .3s; -moz-transition: color .3s; -webkit-transition: color .3s;} /* s2内部底部样式 */ .con_foot{height:88px;margin-top:45px;background-color:#fff;padding:18px 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} .con_foot p span{float:left;} .con_foot p .copyright{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:34px;border-right:1px solid #e8e8e8;} .con_foot p .copyright a{font-size:12px;color:#d2d2d2;text-decoration:none;} .con_foot p span.tel{font-size:24px;color:#ff6037;padding:5px 47px 0 88px;background:url(../img/tel.png) no-repeat 37px center;} .con_foot p span.tel i{font-style:normal;} .con_foot p span.tel i.time{font-size:12px;color:#666;letter-spacing:2px;} .con_foot p span.tel i.time em{margin-left:30px;} /* 首页头部样式 */ .index_con_header .nav{margin-left:379px;} .index_con_header .nav li a{padding:0 45px;} /* 首页底部样式 */ .indexFoot{height:41px;line-height:41px;background-color:#fff;} .indexFoot .wrap{text-align:center;font-size:14px;color:#999;} .indexFoot .wrap a{color:#ee5c22;} .ng-cloak{display: none;} .uploading-overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.1);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;display:none} .uploading-overlay img{position:fixed;top:50%;left:50%;width:50%;width:66px;height:66px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:transparent} /* 临时分页 */ .news_page{width:1034px;} .news_page .skin-tb{float:right;padding:24px 0 48px 0;min-width:417px;} .news_page .page{float:right;margin-top:10px;} /* 返回顶部 */ .toTop{display:none;width:42px;height:156px;background:url(../img/to_top.png) no-repeat center top; /* position:fixed; right: 20px; bottom: 20px; */ } .toTop:hover{background:url(../img/to_top_active.png) no-repeat center top;} /*特殊处理*/ .rest-padding{padding: 0 !important;} /* 首页底部样式 */ .index_foot{margin-top:0px;border-top:1px solid #e8e8e8;} .con_foot p .about_us{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:225px;color:#90909e;} .con_foot p .about_us a{color:#333;text-decoration:none;} /* 登录页底部 */ .login_foot{margin-top:187px;border-top:1px solid #e8e8e8;} .login_foot p .about_us{line-height:49px;height:100%;font-size:12px;color:#d2d2d2;padding-right:225px;color:#5e5e76;} .login_foot p .about_us a{color:#333;text-decoration:none;}
0.160036
0.063077
@import 'part:@sanity/base/theme/variables-style'; .image { position: absolute; top: 0; width: 100%; vertical-align: bottom; box-sizing: border-box; background-color: var(--body-bg); background-image: linear-gradient(45deg, var(--checkerboard-color) 25%, transparent 25%), linear-gradient(-45deg, var(--checkerboard-color) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--checkerboard-color) 75%), linear-gradient(-45deg, transparent 75%, var(--checkerboard-color) 75%); background-size: 20px 20px; background-position: 0 0, 0 10px, 10px -10px, -10px 0; } .item { composes: listItemStates from 'part:@sanity/base/theme/layout/backgrounds-style'; background-color: var(--gray-lighter); display: block; margin: calc(var(--small-padding) / 2); position: relative; overflow: hidden; cursor: default; flex-wrap: nowrap; @nest &.selected { border: 4px solid var(--selected-item-color); } } .padder { display: block; } .menuContainer { box-sizing: border-box; position: absolute; z-index: 10; top: 0.2em; right: 0.2em; opacity: 1; font-size: var(--font-size-small); @nest & [class^='DefaultButton_content'] { margin: 0.2em !important; } @media (hover: hover) { opacity: 0.5; @nest &:hover { opacity: 1; } } } .spinnerContainer { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; background-color: color(var(--component-bg) a(50%)); color: var(--text-color); } .menuItem { display: flex; align-items: center; } .menuItemDanger { composes: menuItem; color: var(--state-danger-color); } .intentLink { color: inherit; text-decoration: inherit; display: flex; align-items: center; justify-content: space-between; padding-bottom: var(--small-padding); } .dialogContent { display: grid; grid-gap: var(--medium-padding); @media (--screen-medium) { grid-template-columns: max-content 1fr; } } .dialogSubtitle { margin: 0; padding: 0; } .referringDocumentsDescription { composes: description from 'part:@sanity/base/theme/typography/text-blocks-style'; margin-bottom: var(--medium-padding); } .openDocLink { font-size: var(--font-size-small); white-space: nowrap; }
packages/@sanity/form-builder/src/inputs/ImageInput/styles/Asset.css
@import 'part:@sanity/base/theme/variables-style'; .image { position: absolute; top: 0; width: 100%; vertical-align: bottom; box-sizing: border-box; background-color: var(--body-bg); background-image: linear-gradient(45deg, var(--checkerboard-color) 25%, transparent 25%), linear-gradient(-45deg, var(--checkerboard-color) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--checkerboard-color) 75%), linear-gradient(-45deg, transparent 75%, var(--checkerboard-color) 75%); background-size: 20px 20px; background-position: 0 0, 0 10px, 10px -10px, -10px 0; } .item { composes: listItemStates from 'part:@sanity/base/theme/layout/backgrounds-style'; background-color: var(--gray-lighter); display: block; margin: calc(var(--small-padding) / 2); position: relative; overflow: hidden; cursor: default; flex-wrap: nowrap; @nest &.selected { border: 4px solid var(--selected-item-color); } } .padder { display: block; } .menuContainer { box-sizing: border-box; position: absolute; z-index: 10; top: 0.2em; right: 0.2em; opacity: 1; font-size: var(--font-size-small); @nest & [class^='DefaultButton_content'] { margin: 0.2em !important; } @media (hover: hover) { opacity: 0.5; @nest &:hover { opacity: 1; } } } .spinnerContainer { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; background-color: color(var(--component-bg) a(50%)); color: var(--text-color); } .menuItem { display: flex; align-items: center; } .menuItemDanger { composes: menuItem; color: var(--state-danger-color); } .intentLink { color: inherit; text-decoration: inherit; display: flex; align-items: center; justify-content: space-between; padding-bottom: var(--small-padding); } .dialogContent { display: grid; grid-gap: var(--medium-padding); @media (--screen-medium) { grid-template-columns: max-content 1fr; } } .dialogSubtitle { margin: 0; padding: 0; } .referringDocumentsDescription { composes: description from 'part:@sanity/base/theme/typography/text-blocks-style'; margin-bottom: var(--medium-padding); } .openDocLink { font-size: var(--font-size-small); white-space: nowrap; }
0.537284
0.102439
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("newvegasnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #e6832b !important ; } .social{ background-image: none !important; background-color: #e6832b !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #e6832b !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #e6832b !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.fallout3nexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #9db13f !important ; } .social{ background-image: none !important; background-color: #9db13f !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #9db13f !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #9db13f !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #9db13f !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.dragonagenexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #af6868 !important ; } .login { background-color: #af6868 !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #af6868 !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #af6868 !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #af6868 !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.skyrimnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #32689e !important ; } .login { background-color: #32689e !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #32689e !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #32689e !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #32689e !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #32689e !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.tesnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #cf964a !important ; } .login { background-color: #cf964a !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #cf964a !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #cf964a !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #cf964a !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #cf964a !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.witchernexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #962626 !important ; } .login { background-color: #962626 !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #962626 !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #962626 !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #962626 !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #962626 !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("dungeondefendersnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #34115b !important ; } .social{ background-image: none !important; background-color: #34115b !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #34115b !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #34115b !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } }
data/usercss/55807.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("newvegasnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #e6832b !important ; } .social{ background-image: none !important; background-color: #e6832b !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #e6832b !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #e6832b !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.fallout3nexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #9db13f !important ; } .social{ background-image: none !important; background-color: #9db13f !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #9db13f !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #9db13f !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #9db13f !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.dragonagenexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #af6868 !important ; } .login { background-color: #af6868 !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #af6868 !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #af6868 !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #af6868 !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.skyrimnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #32689e !important ; } .login { background-color: #32689e !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #32689e !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #32689e !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #32689e !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #32689e !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.tesnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #cf964a !important ; } .login { background-color: #cf964a !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #cf964a !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #cf964a !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #cf964a !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #cf964a !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("www.witchernexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #962626 !important ; } .login { background-color: #962626 !important ; background-image: none !important; } .social{ background-image: none !important; background-color: #962626 !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .files-tab-header { background-color: #962626 !important ; background-image: none !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #962626 !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #962626 !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } } @-moz-document domain("dungeondefendersnexus.com") { #main, #content, #under-content, #main-top, #main-bottom, #footer, .bottom-corner { background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; } html{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 98% !important; } body{ background-color: #313131 !important ; background-image: none !important; float: none !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; top: 0px !important; } #top { background-image: none !important; margin-top: -5px !important; float: none !important; width: 100% !important; } #top-inner { float: none !important; width: 100% !important; } #logo{ margin-bottom: 0px !important; margin-left: 15px !important; } .user-social{ width: 100% !important; background-color: #34115b !important ; } .social{ background-image: none !important; background-color: #34115b !important ; float: none !important; width: 10% !important; margin-top: -35px !important; margin-left: 530px !important; } .user{ float: none !important; width: 50% !important; margin-left: 15px !important; } .search{ float: right!important; position: absolute !important; top: 0px !important; left: 20px !important; margin-top: 10px !important; margin-left: 660px !important; } #nav { float: left!important; position: absolute !important; top: 0 !important; left: 0 !important; margin-left: 15px !important; } #horizontal-ad{ width: 100% !important; margin-left: 15px !important; } .box, .box-header, .box-content{ float:left !important; background-color: #242424 !important ; background-image: none !important; } #left-col, .news-list,.news-list news-list-page, .pagination{ background-color: #313131 !important ; background-image: none !important; float: left !important; width: 70% !important; } #right-col, #ad-right{ background-color: #313131 !important ; background-image: none !important; float: right !important; } .left{ background-image: none !important; float: left !important; width: 10% !important } .right{ background-image: none !important; float: right !important; width: 85% !important; } .news-list{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 100% !important; } .date-comments{ background-color: #242424 !important ; background-image: none !important; float: none !important; width: 80% !important; } h2{ width: 100% !important; background-color: #34115b !important ; background-image: none !important; } .large-title{ width: 100% !important; } .bb-content{ width: 95% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .bottom-corner-s{ background-color: #313131 !important ; background-image: none !important; } .filters .buttons{ position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:630px !important; top: -30px !important; } .files-list{ background-image: none !important; float: left !important; width: 100% !important; } .file{ background-color: #34115b !important ; background-image: none !important; } .file-arrow { background-image: none !important; float: left !important; width: 100% !important; } .file-desc{ width: 80% !important; margin-left: 15px !important; margin-bottom: 15px !important; } .border-bottom{ background-color: #313131 !important ; background-image: none !important; } .image-list { float: left !important; width: 100% !important; } .filters, .files-100{ background-color: #242424 !important ; background-image: none !important; width: 100% !important; } .file-buttons { float: none !important; position: relative !important; margin-top: 0px !important; margin-bottom: 0px !important; left:0px !important; top: 0px !important; } }
0.190009
0.066448
@font-face{ font-family:'museo-sans700'; src:url("../fonts/museosansrounded-700.woff"); } @font-face{ font-family:'museo-sans500'; src:url("../fonts/museosansrounded-500.woff"); } @font-face{ font-family:'museo-sans300'; src:url("../fonts/museosansrounded-300.woff"); } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } html, body {background-color: #fff;} #bg {width: 100%;} body, .no-margin {margin: 0;} #logo {text-indent: -9999px;margin:0;} #logo a {display: block;} #desenvolvidopor { bottom: 200px; position: fixed; right: 0; z-index: 9999; } .img-mask {overflow: hidden;} .img-mask img { min-height: 100%; min-width: 100%; } .absolute { position: absolute; } .relative, .center { position: relative} .pad20 {padding: 20px;} .pad30 {padding: 30px;} .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } a:hover {text-decoration: none;} /* FIM - PADRONIZADOS */ /* ******************************* */ #desenvolvidopor { bottom: 200px; position: fixed; right: 0; z-index: 9999; } html{ position: relative; width: 100%; height: 100%; float: left; } body{ font-family: 'museo-sans500', sans-serif; overflow-x: hidden; position: relative; width: 100%; min-height: 100%; float: left; } p{ font-family: 'museo-sans500', sans-serif; font-size: 16px; color: #353535; line-height: 23.8px; text-align: left; text-shadow: none; text-transform: none; } a{ font-family: 'museo-sans500', sans-serif; font-size: 15px; text-shadow: none; text-transform: none; } a:hover{ font-family: 'museo-sans500', sans-serif; } a, a:hover, a img, a:hover img, input[type="submit"], input[type="submit"]:hover { text-decoration: none; -webkit-transition: all 200ms ; -moz-transition: all 200ms ; -ms-transition: all 200ms ; -o-transition: all 200ms ; transition: all 200ms ; } ul{ list-style: none; } h1{ font-family: 'museo-sans500', sans-serif; font-size: 45px; color: rgb(72, 108, 132); text-align: left; padding: 30px; text-transform: none; } h2{ font-family: 'museo-sans500', sans-serif; text-shadow: none; text-transform: none; } h3{ font-family: 'museo-sans500', sans-serif; text-shadow: none; text-transform: none; } ul li{ list-style: none; } address{ color: #fff; } header{ position: absolute; z-index: 2; float: left; background-color: transparent; width: 100%; } .logo { text-indent: -9999px; width: 374px; height: 77px; background-image: url("../img/logo.png"); padding: 0px; float: left; margin-top: 20px; } .logo a{ display: block; width: 100%; height: 100%; } .buttons{ float: right; margin-top: 30px; } .parallax-container{ height: 100vh; z-index: 1; position: absolute; width: 100%; } .info-bg{ position: relative; z-index: 2; width: 600px; margin: 300px auto; text-align: center; } .info-bg h2{ color: #fff; font-size: 32px; margin-top: 0px; text-align: center; line-height: 45px; float: left; width: 100%; } .info-bg h2:after{ content: ""; width: 140px; height: 8px; margin: 40px auto; background-color: #fff; display: block; } .info-bg a{ display: block; } #bg-photo{ position: relative; z-index: 1; height: 100vh; width: 100%; float: left; } .buttons a{ float: left; color: #fdfdfe; font-size: 16px; padding: 13px 20px; border: 2px solid #fdfdfe; margin-left: 20px; margin-top: 0px; } .buttons a:hover{ float: left; color: #2498d4; background-color: #fff; font-size: 16px; padding: 13px 20px; border: 2px solid #fdfdfe; margin-left: 20px; } .info-bg .start{ color: #fdfdfe; font-size: 16px; padding: 15px 35px; border: 2px solid #fdfdfe; display: inline-block; } .info-bg .start:hover{ color: #2498d4; background-color: #fff; } .arrow{ margin-top: 50px; } .navbar{ background-color: #2498d4; float: left; width: 100%; height: 110px; position: relative; border-bottom: 5px solid #fff; z-index: 9; } .logo2 { text-indent: -9999px; width: 374px; height: 69px; background-image: url("../img/logo2.jpg"); padding: 0px; float: left; margin-top: 18px; } .logo2 a{ display: block; width: 100%; height: 100%; } .cont-navbar{ float: left; width: 100%; height: 110px; } .navbar nav{ background-color: transparent !important; margin-top: 18px; box-shadow: none !important; float: right; width: auto; } .navbar nav ul li a{ font-size: 16px; font-weight: 400; border: 2px solid transparent; } .navbar nav ul li{ background-color: transparent !important; } .navbar nav ul li a:hover{ border: 2px solid #fff; } .navbar nav ul li.active a{ border: 2px solid #fff; } .navbar nav .nav-wrapper{ float: right; width: auto; } #works{ float: left; width: 100%; background-color: #4fb3e5; padding: 50px 0px; } #works h3{ float: left; width: 100%; font-size: 38px; color: #fff; text-align: center; margin-bottom: 50px; } .steps{ float: left; width: 100%; } .step{ text-align: center; float: left; width: 100%; opacity: 0; transform: translateY(300px); -webkit-transition: all 1000ms ; -moz-transition: all 1000ms ; -ms-transition: all 1000ms ; -o-transition: all 1000ms ; transition: all 1000ms ; } .step.active{ opacity: 1; transform: translateY(0px); -webkit-transition: all 1000ms ; -moz-transition: all 1000ms ; -ms-transition: all 1000ms ; -o-transition: all 1000ms ; transition: all 1000ms ; } .img-step{ text-align: center; } .img-step img{ max-width: 100%; } .step h4{ float: left; width: 100%; font-size: 28px; color: #fff; margin-top: 50px; margin-bottom: 25px; } .step p{ font-size: 14px; color: #fff; text-align: center; margin-top: 0px; font-family: "museo-sans300", sans-serif; } #testimonials{ float: left; width: 100%; position: relative; padding: 50px 0px; } .img-testimonial{ float: left; width: 100%; height: 230px; overflow: hidden; } .img-testimonial img{ width: 100%; } #testimonials h3{ float: left; width: 100%; font-size: 38px; text-align: center; margin-top: 30px; color: #2498d4; } .testimonials{ float: left; width: 100%; margin-top: 60px; } .testimonial-box{ border: 1px solid #c2c2c2; float: left; width: 100%; height: 230px; padding: 30px; position: relative; } .testimonials p{ color: #5f5f5f; font-size: 14px; font-family: "museo-sans300", sans-serif; text-align: center; } .testimonials b{ color: #2498d4; font-size: 18px; position: absolute; width: 100%; bottom: 30px; left: 0; text-align: center; } .testimonials.owl-theme .owl-controls .owl-page span{ background: #c2c2c2; } .testimonials .owl-controls{ margin-top: 0px; } #contact{ float: left; width: 100%; height: 660px; } .parallax-container2{ height: 660px; z-index: 1; position: absolute; width: 100%; overflow: hidden; } .info-contact{ float: left; margin-top: 60px; position: relative; z-index: 2; width: 100%; } #contact h3{ float: left; width: 100%; text-align: center; font-size: 38px; color: #fff; } #contact input{ border: 2px solid #fff; color: #fff; text-indent: 10px; font-size: 14px; margin-bottom: 0px; font-family: "museo-sans300", sans-serif; } #contact textarea{ border: 2px solid #fff; color: #fff; text-indent: 10px; font-family: "museo-sans300", sans-serif; font-size: 14px; height: 185px; padding-top: 10px; } #contact form{ float: left; width: 100%; margin-top: 60px; } #contact ::-webkit-input-placeholder { color: #fff; } #contact input[type="submit"]{ margin-top: 40px; color: #fdfdfe; font-size: 16px; padding: 15px 30px; border: 2px solid #fdfdfe; background-color: transparent; text-indent: 0px; } #contact input[type="submit"]:hover{ color: #2498d4; background-color: #fff; } #contact :-moz-placeholder { color: #fff; } #contact ::-moz-placeholder { color: #fff; } #contact :-ms-input-placeholder { color: #fff; } footer{ float: left; width: 100%; text-align: center; } footer p { color: #2498d4; font-size: 18px; display: inline-block; width: 270px; padding-left: 70px; background-image: url("../img/mail.jpg"); background-repeat: no-repeat; background-position: left; margin-top: 50px; padding-top: 10px; padding-bottom: 10px; } .face{ float: left; width: 100%; position: relative; height: 230px; text-align: center; } .tt{ float: left; width: 100%; position: relative; height: 230px; border-top: 1px solid #E2E9ED; text-align: center; } .explore{ float: left; width: 100%; position: relative; height: 230px; text-align: center; } .explore img{ max-width: 100%; margin-top: -5px; } /* ============================== LOGIN ============================== */ .cont-login{ float: left; width: 100%; min-height: 100vh; background-image: url("../img/bg-login.jpg"); background-position: top center; background-size: cover; padding-top: 15rem; } .cont-form{ width: 500px; max-width: 100%; margin: 0 auto; } .white-box{ background-color: #fff; padding: 50px; width: 100%; float: left; } .white-box input{ color: #9e9e9e; border-bottom: 1px solid #2498d4; } .white-box h5{ font-size: 1rem; color: #2498d4; margin-top: 0px; } .white-box .input-field input[type=file]{ width: 100%; } .form-error ul{ } /* label color */ .white-box .input-field label { color: #2498d4; } /* label focus color */ .white-box .input-field input[type=text]:focus + label { color: #9e9e9e; } /* label underline focus color */ .white-box .input-field input[type=text]:focus { border-bottom: 1px solid #2498d4; box-shadow: 0 1px 0 0 #2498d4; } .white-box .input-field input[type=password]:focus + label { color: #9e9e9e; } /* label underline focus color */ .white-box .input-field input[type=password]:focus { border-bottom: 1px solid #2498d4; box-shadow: 0 1px 0 0 #2498d4; } /* icon prefix focus color */ .white-box .input-field .prefix.active { color: #2498d4; } .white-box input[type=submit]{ color: #2498d4; background-color: #fff; font-size: 16px; padding: 13px 20px; border: 2px solid #2498d4; } .white-box input[type=submit]:hover{ color: #fff; background-color: #2498d4; font-size: 16px; padding: 13px 20px; border: 2px solid #fff; } .cont-submit{ float: left; width: 100%; text-align: center; } .cont-login h3{ float: left; width: 100%; text-align: center; font-size: 32px; margin-top: 0px; margin-bottom: 20px; color: #5D5C5C; } .cont-login p{ width: 100%; text-align: center; font-size: 12px; color: #5D5C5C; margin-top: 5px; margin-bottom: 5px; } .cont-form a{ font-size: 12px; color: #2498d4; } .cont-form form{ float: left; width: 100%; margin-bottom: 20px; } .white-box .select-wrapper input.select-dropdown{ border-bottom: 1px solid #2498d4; } ul.errorlist{ background-color: #ef9a9a; margin-top: 0px; color: #fff; margin-bottom: 0px; padding-left: 5px; } .white-box .dropdown-content li > span { font-size: 16px; color: #2498d4; display: block; line-height: 22px; padding: 14px 16px; } .white-box [type="checkbox"]:checked + label:before{ border-right: 2px solid #2498d4; border-bottom: 2px solid #2498d4; } .more-margin-30{ margin-top: 30px; } /* COL-MD */ @media all and (max-width:1100px) and (min-width:992px){ } /* COL-SM */ @media all and (max-width:992px) and (min-width:767px){ } /* COL-XS */ @media all and (max-width:767px){ }
static_root/static_files/css/style.css
@font-face{ font-family:'museo-sans700'; src:url("../fonts/museosansrounded-700.woff"); } @font-face{ font-family:'museo-sans500'; src:url("../fonts/museosansrounded-500.woff"); } @font-face{ font-family:'museo-sans300'; src:url("../fonts/museosansrounded-300.woff"); } @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } html, body {background-color: #fff;} #bg {width: 100%;} body, .no-margin {margin: 0;} #logo {text-indent: -9999px;margin:0;} #logo a {display: block;} #desenvolvidopor { bottom: 200px; position: fixed; right: 0; z-index: 9999; } .img-mask {overflow: hidden;} .img-mask img { min-height: 100%; min-width: 100%; } .absolute { position: absolute; } .relative, .center { position: relative} .pad20 {padding: 20px;} .pad30 {padding: 30px;} .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } a:hover {text-decoration: none;} /* FIM - PADRONIZADOS */ /* ******************************* */ #desenvolvidopor { bottom: 200px; position: fixed; right: 0; z-index: 9999; } html{ position: relative; width: 100%; height: 100%; float: left; } body{ font-family: 'museo-sans500', sans-serif; overflow-x: hidden; position: relative; width: 100%; min-height: 100%; float: left; } p{ font-family: 'museo-sans500', sans-serif; font-size: 16px; color: #353535; line-height: 23.8px; text-align: left; text-shadow: none; text-transform: none; } a{ font-family: 'museo-sans500', sans-serif; font-size: 15px; text-shadow: none; text-transform: none; } a:hover{ font-family: 'museo-sans500', sans-serif; } a, a:hover, a img, a:hover img, input[type="submit"], input[type="submit"]:hover { text-decoration: none; -webkit-transition: all 200ms ; -moz-transition: all 200ms ; -ms-transition: all 200ms ; -o-transition: all 200ms ; transition: all 200ms ; } ul{ list-style: none; } h1{ font-family: 'museo-sans500', sans-serif; font-size: 45px; color: rgb(72, 108, 132); text-align: left; padding: 30px; text-transform: none; } h2{ font-family: 'museo-sans500', sans-serif; text-shadow: none; text-transform: none; } h3{ font-family: 'museo-sans500', sans-serif; text-shadow: none; text-transform: none; } ul li{ list-style: none; } address{ color: #fff; } header{ position: absolute; z-index: 2; float: left; background-color: transparent; width: 100%; } .logo { text-indent: -9999px; width: 374px; height: 77px; background-image: url("../img/logo.png"); padding: 0px; float: left; margin-top: 20px; } .logo a{ display: block; width: 100%; height: 100%; } .buttons{ float: right; margin-top: 30px; } .parallax-container{ height: 100vh; z-index: 1; position: absolute; width: 100%; } .info-bg{ position: relative; z-index: 2; width: 600px; margin: 300px auto; text-align: center; } .info-bg h2{ color: #fff; font-size: 32px; margin-top: 0px; text-align: center; line-height: 45px; float: left; width: 100%; } .info-bg h2:after{ content: ""; width: 140px; height: 8px; margin: 40px auto; background-color: #fff; display: block; } .info-bg a{ display: block; } #bg-photo{ position: relative; z-index: 1; height: 100vh; width: 100%; float: left; } .buttons a{ float: left; color: #fdfdfe; font-size: 16px; padding: 13px 20px; border: 2px solid #fdfdfe; margin-left: 20px; margin-top: 0px; } .buttons a:hover{ float: left; color: #2498d4; background-color: #fff; font-size: 16px; padding: 13px 20px; border: 2px solid #fdfdfe; margin-left: 20px; } .info-bg .start{ color: #fdfdfe; font-size: 16px; padding: 15px 35px; border: 2px solid #fdfdfe; display: inline-block; } .info-bg .start:hover{ color: #2498d4; background-color: #fff; } .arrow{ margin-top: 50px; } .navbar{ background-color: #2498d4; float: left; width: 100%; height: 110px; position: relative; border-bottom: 5px solid #fff; z-index: 9; } .logo2 { text-indent: -9999px; width: 374px; height: 69px; background-image: url("../img/logo2.jpg"); padding: 0px; float: left; margin-top: 18px; } .logo2 a{ display: block; width: 100%; height: 100%; } .cont-navbar{ float: left; width: 100%; height: 110px; } .navbar nav{ background-color: transparent !important; margin-top: 18px; box-shadow: none !important; float: right; width: auto; } .navbar nav ul li a{ font-size: 16px; font-weight: 400; border: 2px solid transparent; } .navbar nav ul li{ background-color: transparent !important; } .navbar nav ul li a:hover{ border: 2px solid #fff; } .navbar nav ul li.active a{ border: 2px solid #fff; } .navbar nav .nav-wrapper{ float: right; width: auto; } #works{ float: left; width: 100%; background-color: #4fb3e5; padding: 50px 0px; } #works h3{ float: left; width: 100%; font-size: 38px; color: #fff; text-align: center; margin-bottom: 50px; } .steps{ float: left; width: 100%; } .step{ text-align: center; float: left; width: 100%; opacity: 0; transform: translateY(300px); -webkit-transition: all 1000ms ; -moz-transition: all 1000ms ; -ms-transition: all 1000ms ; -o-transition: all 1000ms ; transition: all 1000ms ; } .step.active{ opacity: 1; transform: translateY(0px); -webkit-transition: all 1000ms ; -moz-transition: all 1000ms ; -ms-transition: all 1000ms ; -o-transition: all 1000ms ; transition: all 1000ms ; } .img-step{ text-align: center; } .img-step img{ max-width: 100%; } .step h4{ float: left; width: 100%; font-size: 28px; color: #fff; margin-top: 50px; margin-bottom: 25px; } .step p{ font-size: 14px; color: #fff; text-align: center; margin-top: 0px; font-family: "museo-sans300", sans-serif; } #testimonials{ float: left; width: 100%; position: relative; padding: 50px 0px; } .img-testimonial{ float: left; width: 100%; height: 230px; overflow: hidden; } .img-testimonial img{ width: 100%; } #testimonials h3{ float: left; width: 100%; font-size: 38px; text-align: center; margin-top: 30px; color: #2498d4; } .testimonials{ float: left; width: 100%; margin-top: 60px; } .testimonial-box{ border: 1px solid #c2c2c2; float: left; width: 100%; height: 230px; padding: 30px; position: relative; } .testimonials p{ color: #5f5f5f; font-size: 14px; font-family: "museo-sans300", sans-serif; text-align: center; } .testimonials b{ color: #2498d4; font-size: 18px; position: absolute; width: 100%; bottom: 30px; left: 0; text-align: center; } .testimonials.owl-theme .owl-controls .owl-page span{ background: #c2c2c2; } .testimonials .owl-controls{ margin-top: 0px; } #contact{ float: left; width: 100%; height: 660px; } .parallax-container2{ height: 660px; z-index: 1; position: absolute; width: 100%; overflow: hidden; } .info-contact{ float: left; margin-top: 60px; position: relative; z-index: 2; width: 100%; } #contact h3{ float: left; width: 100%; text-align: center; font-size: 38px; color: #fff; } #contact input{ border: 2px solid #fff; color: #fff; text-indent: 10px; font-size: 14px; margin-bottom: 0px; font-family: "museo-sans300", sans-serif; } #contact textarea{ border: 2px solid #fff; color: #fff; text-indent: 10px; font-family: "museo-sans300", sans-serif; font-size: 14px; height: 185px; padding-top: 10px; } #contact form{ float: left; width: 100%; margin-top: 60px; } #contact ::-webkit-input-placeholder { color: #fff; } #contact input[type="submit"]{ margin-top: 40px; color: #fdfdfe; font-size: 16px; padding: 15px 30px; border: 2px solid #fdfdfe; background-color: transparent; text-indent: 0px; } #contact input[type="submit"]:hover{ color: #2498d4; background-color: #fff; } #contact :-moz-placeholder { color: #fff; } #contact ::-moz-placeholder { color: #fff; } #contact :-ms-input-placeholder { color: #fff; } footer{ float: left; width: 100%; text-align: center; } footer p { color: #2498d4; font-size: 18px; display: inline-block; width: 270px; padding-left: 70px; background-image: url("../img/mail.jpg"); background-repeat: no-repeat; background-position: left; margin-top: 50px; padding-top: 10px; padding-bottom: 10px; } .face{ float: left; width: 100%; position: relative; height: 230px; text-align: center; } .tt{ float: left; width: 100%; position: relative; height: 230px; border-top: 1px solid #E2E9ED; text-align: center; } .explore{ float: left; width: 100%; position: relative; height: 230px; text-align: center; } .explore img{ max-width: 100%; margin-top: -5px; } /* ============================== LOGIN ============================== */ .cont-login{ float: left; width: 100%; min-height: 100vh; background-image: url("../img/bg-login.jpg"); background-position: top center; background-size: cover; padding-top: 15rem; } .cont-form{ width: 500px; max-width: 100%; margin: 0 auto; } .white-box{ background-color: #fff; padding: 50px; width: 100%; float: left; } .white-box input{ color: #9e9e9e; border-bottom: 1px solid #2498d4; } .white-box h5{ font-size: 1rem; color: #2498d4; margin-top: 0px; } .white-box .input-field input[type=file]{ width: 100%; } .form-error ul{ } /* label color */ .white-box .input-field label { color: #2498d4; } /* label focus color */ .white-box .input-field input[type=text]:focus + label { color: #9e9e9e; } /* label underline focus color */ .white-box .input-field input[type=text]:focus { border-bottom: 1px solid #2498d4; box-shadow: 0 1px 0 0 #2498d4; } .white-box .input-field input[type=password]:focus + label { color: #9e9e9e; } /* label underline focus color */ .white-box .input-field input[type=password]:focus { border-bottom: 1px solid #2498d4; box-shadow: 0 1px 0 0 #2498d4; } /* icon prefix focus color */ .white-box .input-field .prefix.active { color: #2498d4; } .white-box input[type=submit]{ color: #2498d4; background-color: #fff; font-size: 16px; padding: 13px 20px; border: 2px solid #2498d4; } .white-box input[type=submit]:hover{ color: #fff; background-color: #2498d4; font-size: 16px; padding: 13px 20px; border: 2px solid #fff; } .cont-submit{ float: left; width: 100%; text-align: center; } .cont-login h3{ float: left; width: 100%; text-align: center; font-size: 32px; margin-top: 0px; margin-bottom: 20px; color: #5D5C5C; } .cont-login p{ width: 100%; text-align: center; font-size: 12px; color: #5D5C5C; margin-top: 5px; margin-bottom: 5px; } .cont-form a{ font-size: 12px; color: #2498d4; } .cont-form form{ float: left; width: 100%; margin-bottom: 20px; } .white-box .select-wrapper input.select-dropdown{ border-bottom: 1px solid #2498d4; } ul.errorlist{ background-color: #ef9a9a; margin-top: 0px; color: #fff; margin-bottom: 0px; padding-left: 5px; } .white-box .dropdown-content li > span { font-size: 16px; color: #2498d4; display: block; line-height: 22px; padding: 14px 16px; } .white-box [type="checkbox"]:checked + label:before{ border-right: 2px solid #2498d4; border-bottom: 2px solid #2498d4; } .more-margin-30{ margin-top: 30px; } /* COL-MD */ @media all and (max-width:1100px) and (min-width:992px){ } /* COL-SM */ @media all and (max-width:992px) and (min-width:767px){ } /* COL-XS */ @media all and (max-width:767px){ }
0.243642
0.040163
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%; vertical-align: baseline; } /* HTML5 display-role reset for older browsers ================================================== */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, q:after { content: ''; content: none; } blockquote:before, q:before { display: block; height: 0; content: '“'; margin-left: -1.1em; font: italic 360%/1 Cochin,Georgia,"Times New Roman", serif; color: #999; } table { border-collapse: collapse; border-spacing: 0; } /* LAYOUT STYLES ================================================== */ body { font-size: 15px; line-height: 1.5; background: #fafafa url(../images/body-bg.jpg) 0 0 repeat; font-family: 'Helvetica Neue', Helvetica, Arial, serif; font-weight: 400; color: #666; } header { padding-top: 40px; padding-bottom: 40px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x; border-bottom: solid 1px #275da1; } header h1 { font: inherit; letter-spacing: -1px; font-size: 72px; color: #fff; line-height: 1; margin-bottom: 0.2em; width: 540px; } header h2 { float: left; font-size: 26px; color: #9ddcff; font-weight: normal; line-height: 1.3; width: 540px; letter-spacing: 0; } strong > em > span { font-family: monospace; font-size: .9em; font-weight: normal; } .inner { position: relative; width: 940px; margin: 0 auto; } #content-wrapper { border-top: solid 1px #fff; padding-top: 30px; } #main-content { width: 690px; float: left; } #main-content img { max-width: 100%; } aside#sidebar { width: 200px; padding-left: 20px; min-height: 504px; float: right; background: transparent url(../images/sidebar-bg.jpg) 0 0 no-repeat; font-size: 12px; line-height: 1.3; } aside#sidebar p.repo-owner, aside#sidebar p.repo-owner a { font-weight: bold; } #downloads { margin-bottom: 40px; } a.button { width: 134px; height: 58px; line-height: 1.2; font-size: 23px; color: #fff; padding-left: 68px; padding-top: 22px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; } a.button small { display: block; font-size: 11px; } header a.button { position: absolute; right: 0; top: 0; background: transparent url(../images/github-button.png) 0 0 no-repeat; } header a.button:hover, .wrapper-language:hover { border-radius: 8px; box-shadow: 0 0 14px 1px rgba(255,255,255,.8); color: #fff !important; } aside a.button { width: 138px; padding-left: 64px; display: block; background: transparent url(../images/download-button.png) 0 0 no-repeat; margin-bottom: 20px; font-size: 21px; } code, pre { color: #222; margin-bottom: 20px; font-size: 13px; font-family: Consolas, "Liberation Mono", Courier, monospace; } code { padding: 0 3px 1px 3px; background-color: #e9f4fc; border: solid 1px #dbe7f3; border-radius: 3px; font-family: Consolas, "Liberation Mono", Courier, monospace; } pre { padding: 13px 10px; background: #fff; text-shadow: none; overflow: auto; border: solid 1px #ddd; border-radius: 3px; } pre code { color: #2879d0; background-color: #fff; border: none; padding: 0; } pre > span[title], pre > span[title]:active { cursor: help; } span.tip { cursor: help; color: #878787; font-weight: bold; text-shadow: 0px 1px 1px white, 1px 1px 2px rgba(0,0,0,0.2); } a, a > code { color: #2879d0; } a:hover, a:hover > code { color: #ff6633; } ul, ol, dl { margin-bottom: 20px; } hr { margin: 1em auto; border: none; border-top: 1px dashed #aaa; border-bottom: 1px solid #fff; } table { width: 100%; border: 1px solid #ebebeb; } th { font-weight: 500; } td { border: 1px solid #ebebeb; text-align: center; font-weight: 300; } form { background: #f2f2f2; padding: 20px; } /* GENERAL ELEMENTS OF SITE ================================================== */ #main-content code.next, #main-content pre.next { margin-bottom: 10px; } #main-content h1 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 2.8em; font-weight: normal; letter-spacing: -1px; color: #474747; } #main-content h1:before { content: "/"; color: #9ddcff; padding-right: 0.3em; margin-left: -0.9em; } #main-content h2 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 1.9em; font-weight: bold; margin-bottom: 8px; color: #474747; } #main-content h2:before { content: "//"; color: #9ddcff; padding-right: 0.3em; margin-left: -1.3em; } #main-content h3 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 18px; font-weight: bold; margin-top: 30px; margin-bottom: 8px; color: #474747; } #main-content h3:before { content: "///"; color: #9ddcff; padding-right: 0.3em; margin-left: -2em; } #main-content h2 > a, #main-content h3 > a { color: #474747; } #main-content h3 > a:not(.cbox-close) { font-size: 1.2em; } #main-content h1 > a:not(.cbox-close):hover, #main-content h2 > a:not(.cbox-close):hover, #main-content h3 > a:not(.cbox-close):hover { color: #ff6633; text-shadow: 0 1px 2px rgba(0,0,0,0.20); } #main-content h2 > a.cbox-close, #main-content h3 > a.cbox-close { padding: 3px 5px; } #main-content h4 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 15px; font-weight: bold; color: #474747; } h4:before { content: "////"; color: #9ddcff; padding-right: 0.3em; margin-left: -2.8em; } #main-content h5 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 14px; color: #474747; } h5:before { content: "/////"; color: #9ddcff; padding-right: 0.3em; margin-left: -3.2em; } #main-content h6 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: .8em; color: #474747; } h6:before { content: "//////"; color: #9ddcff; padding-right: 0.3em; margin-left: -3.7em; } p { margin-bottom: 20px; } a { text-decoration: none; } p a { font-weight: 400; } blockquote { border-left: 8px solid #e9e9e9; margin-left: 30px; margin-bottom: 20px; padding: 0 10px 0 20px; font-style: italic; } ul { list-style: disc inside; padding-left: 20px; } :root[lang=en] *:not(h2) + ul:before { content: "Parameters"; } :root[lang=es] *:not(h2) + ul:before { content: "Parámetros"; } ul > li > ul:before, .no-title:before { content: "" !important; } ul > li.tab { list-style-position: outside; margin-left: 15px; } aside > ul { padding-left: 10px; } ul > li > ul { list-style: circle inside; } ul > li > ul > li > ul { margin-bottom: 0; padding-left: 7px; list-style: square inside; } ul > li ul li { list-style-position: outside; margin-left: 15px; } ol { list-style: decimal inside; padding-left: 3px; } dl dd { font-style: italic; font-weight: 100; } footer { border: none; border-top: 1px dotted #aaa; margin-top: 40px; padding-top: 20px; padding-bottom: 30px; font-size: 13px; color: #aaa; } footer a { color: #666; } footer a:hover { color: #444; } /* MISCELLANEOUS ================================================== */ .clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; height: 0; } .clearfix {display: inline-block;} * html .clearfix {height: 1%;} .clearfix {display: block;} .highlight {background: transparent !important;} .italic {font-style: italic; color: #666688;} .image-profile { float: left; width: 80px; height: 80px; margin: 0 10px 0 0; background: url("https://es.gravatar.com/userimage/58767277/862efd5594ae4e75c158b9b3dcaa5b82.jpg?size=86") no-repeat -3px top; border: solid 1px #999; border-radius: 3px; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); } .icon-link {margin-right: 10px; font-size: 80%;} .icon-link > div { display: inline-block; width: 22px; height: 16px; background-color: transparent; background-image: url('http://dl.dropboxusercontent.com/u/91579606/favicons-sprite16.png'); background-repeat: no-repeat; } .icon-link > div.stackcareers {background-position: 0px -3905px;} .icon-link > div.stackoverflow {background-position: 0px -4194px;} .cboxIframe {width:100%; height:100%; display:block; border:0;} .cbox-close { display: inline-block; position: relative; float: right; padding: 2px 5px; margin-bottom: -22px; font: bold 12px arial,sans-serif; text-shadow: 0 1px 0 white; color: #666; border: 1px #ccc solid; border-bottom-color: #aaa; box-shadow: inset 0 0 1px #fff; border-radius: 2px; background-color: #e0e0e0; background-image: -o-linear-gradient(top,white 0,#e0e0e0 100%); background-image: -moz-linear-gradient(top,white 0,#e0e0e0 100%); background-image: -webkit-linear-gradient(top,white 0,#e0e0e0 100%); background-image: linear-gradient(to bottom,white 0,#e0e0e0 100%); } .cbox-close:hover { color: #555; cursor: pointer; border-color: #999; box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff; } .wrapper-language { float: right; width: 120px; height: 28px; margin-top: 16px; overflow: hidden; border: solid 2px #fff; border-radius: 8px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACF0lEQVR42t2WTUhUURTHNS1NQWwjiFAwqFm6aaeG7myTLtRWk679ahG6dCUtdOUqFUOMypVuc1ukudAKxIWQ+JEVubOoxC/mvX4H/8JjuvN4ozsHfpyZ+879n3PPO+dqRsaF//i+XwjtMAqz8BpGIA4F5xG+DgPwCzw49Dzvt2HftbYL/VCSjnAm3EdoEZuAbZiEXngIbdAHL+C7fN5Dg+2NEsDEv2KPYQpuQZ7DLw+qYNp82bOFvRelLB/gCMbgaoSE8uG5EloILRcPB3VkO35uGmXN5wQz2tufyqkIpz/YDbh5hqaoZP83vfgCl0OHOmPcsodsqLeyhYiWwl3ICpTKNOL/ORP9JQ8O4JE2N7O2g30Dtx3idTxfgXW+12itV+9vxJXNO/X8A/2+A5vK6KOVICgOa/7J5xPEtB7XnMy6AswpQKujZTHeW2yZBbbMJb4K1QH/0ADW8/vQnbTeGDjJgkRPM69O8n2sKR9zBeiRyGhyi/K7VkH8gHiVY/AmpNHuClDM8f6qtmUhE76anLmeV8AXlflaqrYb1rBYq152BUkhbm39Stk/CRuWGFkuq44W7EqEActVWa09l8Lm5nRDC0F+6Hp+pmHKSSFcruE60hQ3Rhl5m8pWnSSB/Yx9Cl0WXHRbp2jIErogm+BSOndLTGXaU22thX+Kfc2G3V1DcOM8f9mK1cJTCM4beqGddkFe/H8a/gHaRlonOG1fNgAAAABJRU5ErkJggg==') transparent; background-repeat: no-repeat; background-position: 97% center; } #select-language { width: 138px; height: 100%; padding-left: 5px; line-height: 22px; cursor: pointer; color: white; font-size: 16px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; border: 0 none; outline: none; } #select-language option { color: #999; background: #fdfdfd; } #colorbox { z-index: 2999; box-sizing: border-box; } .category-wrapper { padding: 12px 18px; background: white; border-radius: 5px; border: 1px solid #ddd; } .category-wrapper p { margin-bottom: 12px; } .category-wrapper h3 { margin: 5px 0; } .category-wrapper pre { margin-bottom: 6px; background-color: #f7f7f7; } /* HIGHLIGHTJS ================================================== */ pre.code-example { padding: 0; border-radius: 3px; } pre.code-example > code { margin: 0; border-radius: 3px; } .hljs { padding: 0.8em; /*background: #fff;*/ } .hljs-keyword { font-weight: bold; } .hljs-comment { font-style: italic; } a > .hljs-comment { color: #2879d0; } a:hover > .hljs-comment { color: #ff6633; } /* LOADER ANIMATION ================================================== */ .loader { position: relative; background-color: #fff; opacity: 0.76; -moz-opacity: 0.76; -khtml-opacity: 0.76; filter: alpha(opacity=76); outline: solid 1px #ddd; box-sizing: border-box; } #circleG { width:38.5px; z-index:3000; } .circleG { background-color:#FFFFFF; float:left; height:8px; margin-left:4px; width:8px; -moz-animation-name:bounce_circleG; -moz-animation-duration:1.35s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -moz-border-radius:5px; -webkit-animation-name:bounce_circleG; -webkit-animation-duration:1.35s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -webkit-border-radius:5px; -ms-animation-name:bounce_circleG; -ms-animation-duration:1.35s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -ms-border-radius:5px; -o-animation-name:bounce_circleG; -o-animation-duration:1.35s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; -o-border-radius:5px; animation-name:bounce_circleG; animation-duration:1.35s; animation-iteration-count:infinite; animation-direction:linear; border-radius:5px; } #circleG_1{ -moz-animation-delay:0.27s; -webkit-animation-delay:0.27s; -ms-animation-delay:0.27s; -o-animation-delay:0.27s; animation-delay:0.27s; } #circleG_2{ -moz-animation-delay:0.63s; -webkit-animation-delay:0.63s; -ms-animation-delay:0.63s; -o-animation-delay:0.63s; animation-delay:0.63s; } #circleG_3{ -moz-animation-delay:0.8099999999999999s; -webkit-animation-delay:0.8099999999999999s; -ms-animation-delay:0.8099999999999999s; -o-animation-delay:0.8099999999999999s; animation-delay:0.8099999999999999s; } @-moz-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-webkit-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-ms-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-o-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } /* #Media Queries ================================================== */ /* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 959px) {} /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { .inner { width: 740px; } header h1, header h2 { width: 340px; } header h1 { font-size: 60px; } header h2 { font-size: 30px; } #main-content { width: 490px; } #main-content h1:before, #main-content h2:before, #main-content h3:before, #main-content h4:before, #main-content h5:before, #main-content h6:before { content: none; padding-right: 0; margin-left: 0; } .wrapper-language { margin-top: 26px; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .inner { width: 93%; } header { padding: 20px 0; } header .inner { position: relative; } header h1, header h2 { width: 100%; } header h1 { font-size: 48px; } header h2 { float: none; font-size: 24px; } header a.button { background-image: none; width: auto; height: auto; display: inline-block; margin-top: 15px; padding: 5px 10px; position: relative; text-align: center; font-size: 13px; line-height: 1; background-color: #9ddcff; color: #2879d0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } header a.button:hover { border-radius: 5px; box-shadow: 0 0 4px rgba(255,255,255,.7); } header a.button small { font-size: 13px; display: inline; } pre, code { font-size: 12px; font-family: Consolas, "Liberation Mono", Courier, monospace; } #main-content, aside#sidebar { float: none; width: 100% !important; } aside#sidebar { background-image: none; margin-top: 20px; border-top: solid 1px #ddd; padding: 20px 0; min-height: 0; } aside#sidebar a.button { display: none; } #main-content h1:before, #main-content h2:before, #main-content h3:before, #main-content h4:before, #main-content h5:before, #main-content h6:before { content: none; padding-right: 0; margin-left: 0; } .wrapper-language { background-size: 18px 18px; margin-top: 15px; height: 20px; } #select-language { margin-top: -2px; line-height: 20px; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) {} /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) {}
stylesheets/stylesheet.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%; vertical-align: baseline; } /* HTML5 display-role reset for older browsers ================================================== */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, q:after { content: ''; content: none; } blockquote:before, q:before { display: block; height: 0; content: '“'; margin-left: -1.1em; font: italic 360%/1 Cochin,Georgia,"Times New Roman", serif; color: #999; } table { border-collapse: collapse; border-spacing: 0; } /* LAYOUT STYLES ================================================== */ body { font-size: 15px; line-height: 1.5; background: #fafafa url(../images/body-bg.jpg) 0 0 repeat; font-family: 'Helvetica Neue', Helvetica, Arial, serif; font-weight: 400; color: #666; } header { padding-top: 40px; padding-bottom: 40px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x; border-bottom: solid 1px #275da1; } header h1 { font: inherit; letter-spacing: -1px; font-size: 72px; color: #fff; line-height: 1; margin-bottom: 0.2em; width: 540px; } header h2 { float: left; font-size: 26px; color: #9ddcff; font-weight: normal; line-height: 1.3; width: 540px; letter-spacing: 0; } strong > em > span { font-family: monospace; font-size: .9em; font-weight: normal; } .inner { position: relative; width: 940px; margin: 0 auto; } #content-wrapper { border-top: solid 1px #fff; padding-top: 30px; } #main-content { width: 690px; float: left; } #main-content img { max-width: 100%; } aside#sidebar { width: 200px; padding-left: 20px; min-height: 504px; float: right; background: transparent url(../images/sidebar-bg.jpg) 0 0 no-repeat; font-size: 12px; line-height: 1.3; } aside#sidebar p.repo-owner, aside#sidebar p.repo-owner a { font-weight: bold; } #downloads { margin-bottom: 40px; } a.button { width: 134px; height: 58px; line-height: 1.2; font-size: 23px; color: #fff; padding-left: 68px; padding-top: 22px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; } a.button small { display: block; font-size: 11px; } header a.button { position: absolute; right: 0; top: 0; background: transparent url(../images/github-button.png) 0 0 no-repeat; } header a.button:hover, .wrapper-language:hover { border-radius: 8px; box-shadow: 0 0 14px 1px rgba(255,255,255,.8); color: #fff !important; } aside a.button { width: 138px; padding-left: 64px; display: block; background: transparent url(../images/download-button.png) 0 0 no-repeat; margin-bottom: 20px; font-size: 21px; } code, pre { color: #222; margin-bottom: 20px; font-size: 13px; font-family: Consolas, "Liberation Mono", Courier, monospace; } code { padding: 0 3px 1px 3px; background-color: #e9f4fc; border: solid 1px #dbe7f3; border-radius: 3px; font-family: Consolas, "Liberation Mono", Courier, monospace; } pre { padding: 13px 10px; background: #fff; text-shadow: none; overflow: auto; border: solid 1px #ddd; border-radius: 3px; } pre code { color: #2879d0; background-color: #fff; border: none; padding: 0; } pre > span[title], pre > span[title]:active { cursor: help; } span.tip { cursor: help; color: #878787; font-weight: bold; text-shadow: 0px 1px 1px white, 1px 1px 2px rgba(0,0,0,0.2); } a, a > code { color: #2879d0; } a:hover, a:hover > code { color: #ff6633; } ul, ol, dl { margin-bottom: 20px; } hr { margin: 1em auto; border: none; border-top: 1px dashed #aaa; border-bottom: 1px solid #fff; } table { width: 100%; border: 1px solid #ebebeb; } th { font-weight: 500; } td { border: 1px solid #ebebeb; text-align: center; font-weight: 300; } form { background: #f2f2f2; padding: 20px; } /* GENERAL ELEMENTS OF SITE ================================================== */ #main-content code.next, #main-content pre.next { margin-bottom: 10px; } #main-content h1 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 2.8em; font-weight: normal; letter-spacing: -1px; color: #474747; } #main-content h1:before { content: "/"; color: #9ddcff; padding-right: 0.3em; margin-left: -0.9em; } #main-content h2 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 1.9em; font-weight: bold; margin-bottom: 8px; color: #474747; } #main-content h2:before { content: "//"; color: #9ddcff; padding-right: 0.3em; margin-left: -1.3em; } #main-content h3 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 18px; font-weight: bold; margin-top: 30px; margin-bottom: 8px; color: #474747; } #main-content h3:before { content: "///"; color: #9ddcff; padding-right: 0.3em; margin-left: -2em; } #main-content h2 > a, #main-content h3 > a { color: #474747; } #main-content h3 > a:not(.cbox-close) { font-size: 1.2em; } #main-content h1 > a:not(.cbox-close):hover, #main-content h2 > a:not(.cbox-close):hover, #main-content h3 > a:not(.cbox-close):hover { color: #ff6633; text-shadow: 0 1px 2px rgba(0,0,0,0.20); } #main-content h2 > a.cbox-close, #main-content h3 > a.cbox-close { padding: 3px 5px; } #main-content h4 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 15px; font-weight: bold; color: #474747; } h4:before { content: "////"; color: #9ddcff; padding-right: 0.3em; margin-left: -2.8em; } #main-content h5 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 14px; color: #474747; } h5:before { content: "/////"; color: #9ddcff; padding-right: 0.3em; margin-left: -3.2em; } #main-content h6 { font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; font-size: .8em; color: #474747; } h6:before { content: "//////"; color: #9ddcff; padding-right: 0.3em; margin-left: -3.7em; } p { margin-bottom: 20px; } a { text-decoration: none; } p a { font-weight: 400; } blockquote { border-left: 8px solid #e9e9e9; margin-left: 30px; margin-bottom: 20px; padding: 0 10px 0 20px; font-style: italic; } ul { list-style: disc inside; padding-left: 20px; } :root[lang=en] *:not(h2) + ul:before { content: "Parameters"; } :root[lang=es] *:not(h2) + ul:before { content: "Parámetros"; } ul > li > ul:before, .no-title:before { content: "" !important; } ul > li.tab { list-style-position: outside; margin-left: 15px; } aside > ul { padding-left: 10px; } ul > li > ul { list-style: circle inside; } ul > li > ul > li > ul { margin-bottom: 0; padding-left: 7px; list-style: square inside; } ul > li ul li { list-style-position: outside; margin-left: 15px; } ol { list-style: decimal inside; padding-left: 3px; } dl dd { font-style: italic; font-weight: 100; } footer { border: none; border-top: 1px dotted #aaa; margin-top: 40px; padding-top: 20px; padding-bottom: 30px; font-size: 13px; color: #aaa; } footer a { color: #666; } footer a:hover { color: #444; } /* MISCELLANEOUS ================================================== */ .clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; height: 0; } .clearfix {display: inline-block;} * html .clearfix {height: 1%;} .clearfix {display: block;} .highlight {background: transparent !important;} .italic {font-style: italic; color: #666688;} .image-profile { float: left; width: 80px; height: 80px; margin: 0 10px 0 0; background: url("https://es.gravatar.com/userimage/58767277/862efd5594ae4e75c158b9b3dcaa5b82.jpg?size=86") no-repeat -3px top; border: solid 1px #999; border-radius: 3px; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); } .icon-link {margin-right: 10px; font-size: 80%;} .icon-link > div { display: inline-block; width: 22px; height: 16px; background-color: transparent; background-image: url('http://dl.dropboxusercontent.com/u/91579606/favicons-sprite16.png'); background-repeat: no-repeat; } .icon-link > div.stackcareers {background-position: 0px -3905px;} .icon-link > div.stackoverflow {background-position: 0px -4194px;} .cboxIframe {width:100%; height:100%; display:block; border:0;} .cbox-close { display: inline-block; position: relative; float: right; padding: 2px 5px; margin-bottom: -22px; font: bold 12px arial,sans-serif; text-shadow: 0 1px 0 white; color: #666; border: 1px #ccc solid; border-bottom-color: #aaa; box-shadow: inset 0 0 1px #fff; border-radius: 2px; background-color: #e0e0e0; background-image: -o-linear-gradient(top,white 0,#e0e0e0 100%); background-image: -moz-linear-gradient(top,white 0,#e0e0e0 100%); background-image: -webkit-linear-gradient(top,white 0,#e0e0e0 100%); background-image: linear-gradient(to bottom,white 0,#e0e0e0 100%); } .cbox-close:hover { color: #555; cursor: pointer; border-color: #999; box-shadow: 0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff; } .wrapper-language { float: right; width: 120px; height: 28px; margin-top: 16px; overflow: hidden; border: solid 2px #fff; border-radius: 8px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACF0lEQVR42t2WTUhUURTHNS1NQWwjiFAwqFm6aaeG7myTLtRWk679ahG6dCUtdOUqFUOMypVuc1ukudAKxIWQ+JEVubOoxC/mvX4H/8JjuvN4ozsHfpyZ+879n3PPO+dqRsaF//i+XwjtMAqz8BpGIA4F5xG+DgPwCzw49Dzvt2HftbYL/VCSjnAm3EdoEZuAbZiEXngIbdAHL+C7fN5Dg+2NEsDEv2KPYQpuQZ7DLw+qYNp82bOFvRelLB/gCMbgaoSE8uG5EloILRcPB3VkO35uGmXN5wQz2tufyqkIpz/YDbh5hqaoZP83vfgCl0OHOmPcsodsqLeyhYiWwl3ICpTKNOL/ORP9JQ8O4JE2N7O2g30Dtx3idTxfgXW+12itV+9vxJXNO/X8A/2+A5vK6KOVICgOa/7J5xPEtB7XnMy6AswpQKujZTHeW2yZBbbMJb4K1QH/0ADW8/vQnbTeGDjJgkRPM69O8n2sKR9zBeiRyGhyi/K7VkH8gHiVY/AmpNHuClDM8f6qtmUhE76anLmeV8AXlflaqrYb1rBYq152BUkhbm39Stk/CRuWGFkuq44W7EqEActVWa09l8Lm5nRDC0F+6Hp+pmHKSSFcruE60hQ3Rhl5m8pWnSSB/Yx9Cl0WXHRbp2jIErogm+BSOndLTGXaU22thX+Kfc2G3V1DcOM8f9mK1cJTCM4beqGddkFe/H8a/gHaRlonOG1fNgAAAABJRU5ErkJggg==') transparent; background-repeat: no-repeat; background-position: 97% center; } #select-language { width: 138px; height: 100%; padding-left: 5px; line-height: 22px; cursor: pointer; color: white; font-size: 16px; font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-indent: 0.01px; text-overflow: ''; border: 0 none; outline: none; } #select-language option { color: #999; background: #fdfdfd; } #colorbox { z-index: 2999; box-sizing: border-box; } .category-wrapper { padding: 12px 18px; background: white; border-radius: 5px; border: 1px solid #ddd; } .category-wrapper p { margin-bottom: 12px; } .category-wrapper h3 { margin: 5px 0; } .category-wrapper pre { margin-bottom: 6px; background-color: #f7f7f7; } /* HIGHLIGHTJS ================================================== */ pre.code-example { padding: 0; border-radius: 3px; } pre.code-example > code { margin: 0; border-radius: 3px; } .hljs { padding: 0.8em; /*background: #fff;*/ } .hljs-keyword { font-weight: bold; } .hljs-comment { font-style: italic; } a > .hljs-comment { color: #2879d0; } a:hover > .hljs-comment { color: #ff6633; } /* LOADER ANIMATION ================================================== */ .loader { position: relative; background-color: #fff; opacity: 0.76; -moz-opacity: 0.76; -khtml-opacity: 0.76; filter: alpha(opacity=76); outline: solid 1px #ddd; box-sizing: border-box; } #circleG { width:38.5px; z-index:3000; } .circleG { background-color:#FFFFFF; float:left; height:8px; margin-left:4px; width:8px; -moz-animation-name:bounce_circleG; -moz-animation-duration:1.35s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -moz-border-radius:5px; -webkit-animation-name:bounce_circleG; -webkit-animation-duration:1.35s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -webkit-border-radius:5px; -ms-animation-name:bounce_circleG; -ms-animation-duration:1.35s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -ms-border-radius:5px; -o-animation-name:bounce_circleG; -o-animation-duration:1.35s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; -o-border-radius:5px; animation-name:bounce_circleG; animation-duration:1.35s; animation-iteration-count:infinite; animation-direction:linear; border-radius:5px; } #circleG_1{ -moz-animation-delay:0.27s; -webkit-animation-delay:0.27s; -ms-animation-delay:0.27s; -o-animation-delay:0.27s; animation-delay:0.27s; } #circleG_2{ -moz-animation-delay:0.63s; -webkit-animation-delay:0.63s; -ms-animation-delay:0.63s; -o-animation-delay:0.63s; animation-delay:0.63s; } #circleG_3{ -moz-animation-delay:0.8099999999999999s; -webkit-animation-delay:0.8099999999999999s; -ms-animation-delay:0.8099999999999999s; -o-animation-delay:0.8099999999999999s; animation-delay:0.8099999999999999s; } @-moz-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-webkit-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-ms-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @-o-keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } @keyframes bounce_circleG{ 0%{} 50%{background-color:#02869D;} 100%{} } /* #Media Queries ================================================== */ /* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 959px) {} /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) { .inner { width: 740px; } header h1, header h2 { width: 340px; } header h1 { font-size: 60px; } header h2 { font-size: 30px; } #main-content { width: 490px; } #main-content h1:before, #main-content h2:before, #main-content h3:before, #main-content h4:before, #main-content h5:before, #main-content h6:before { content: none; padding-right: 0; margin-left: 0; } .wrapper-language { margin-top: 26px; } } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .inner { width: 93%; } header { padding: 20px 0; } header .inner { position: relative; } header h1, header h2 { width: 100%; } header h1 { font-size: 48px; } header h2 { float: none; font-size: 24px; } header a.button { background-image: none; width: auto; height: auto; display: inline-block; margin-top: 15px; padding: 5px 10px; position: relative; text-align: center; font-size: 13px; line-height: 1; background-color: #9ddcff; color: #2879d0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } header a.button:hover { border-radius: 5px; box-shadow: 0 0 4px rgba(255,255,255,.7); } header a.button small { font-size: 13px; display: inline; } pre, code { font-size: 12px; font-family: Consolas, "Liberation Mono", Courier, monospace; } #main-content, aside#sidebar { float: none; width: 100% !important; } aside#sidebar { background-image: none; margin-top: 20px; border-top: solid 1px #ddd; padding: 20px 0; min-height: 0; } aside#sidebar a.button { display: none; } #main-content h1:before, #main-content h2:before, #main-content h3:before, #main-content h4:before, #main-content h5:before, #main-content h6:before { content: none; padding-right: 0; margin-left: 0; } .wrapper-language { background-size: 18px 18px; margin-top: 15px; height: 20px; } #select-language { margin-top: -2px; line-height: 20px; } } /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) {} /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) {}
0.282493
0.086478
@charset "UTF-8"; /* Copyright 2015-2018 <NAME> */ .zh-n0_F:after {content:" 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 "} .zh-n0_C:after {content:" 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 "} .zh-n0_G:after {content:" 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 "} .zh-n0_D:after {content:" 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 "} .zh-n0_A:after {content:" 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 "} .zh-n0_E:after {content:" 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 "} .zh-n0_B:after {content:" 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 "} .zh-k6_F:after {content:" 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k6_C:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 "} .zh-k6_G:after {content:" 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-k6_D:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 "} .zh-k6_A:after {content:" 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 "} .zh-k6_E:after {content:" 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k6_B:after {content:" 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 "} .zh-j17_F:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 "} .zh-j17_C:after {content:" 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 "} .zh-j17_G:after {content:" 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-j17_D:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 "} .zh-j17_A:after {content:" 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j17_E:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 "} .zh-j17_B:after {content:" 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 "} .zh-k6x5_F:after {content:" 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k6x5_C:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 "} .zh-k6x5_G:after {content:" 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 "} .zh-k6x5_D:after {content:" 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 "} .zh-k6x5_A:after {content:" 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 "} .zh-k6x5_E:after {content:" 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k6x5_B:after {content:" 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 "} .zh-j17y2_F:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 "} .zh-j17y2_C:after {content:" 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 "} .zh-j17y2_G:after {content:" 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 "} .zh-j17y2_D:after {content:" 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 "} .zh-j17y2_A:after {content:" 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j17y2_E:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 "} .zh-j17y2_B:after {content:" 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 "} .zh-j3_F:after {content:" 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 "} .zh-j3_C:after {content:" 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 "} .zh-j3_G:after {content:" 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 "} .zh-j3_D:after {content:" 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 "} .zh-j3_A:after {content:" 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 "} .zh-j3_E:after {content:" 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 "} .zh-j3_B:after {content:" 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 "} .zh-j34k6_F:after {content:" 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 "} .zh-j34k6_C:after {content:" 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 "} .zh-j34k6_G:after {content:" 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 "} .zh-j34k6_D:after {content:" 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 "} .zh-j34k6_A:after {content:" 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 "} .zh-j34k6_E:after {content:" 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 "} .zh-j34k6_B:after {content:" 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 "} .zh-j17k2_F:after {content:" 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 "} .zh-j17k2_C:after {content:" 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 "} .zh-j17k2_G:after {content:" 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 "} .zh-j17k2_D:after {content:" 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 "} .zh-j17k2_A:after {content:" 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 "} .zh-j17k2_E:after {content:" 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 "} .zh-j17k2_B:after {content:" 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 "} .zh-n26y5_F:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 "} .zh-n26y5_C:after {content:" 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 "} .zh-n26y5_G:after {content:" 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 "} .zh-n26y5_D:after {content:" 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 "} .zh-n26y5_A:after {content:" 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-n26y5_E:after {content:" 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 "} .zh-n26y5_B:after {content:" 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 "} .zh-k26x5_F:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 "} .zh-k26x5_C:after {content:" 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 "} .zh-k26x5_G:after {content:" 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 "} .zh-k26x5_D:after {content:" 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 "} .zh-k26x5_A:after {content:" 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-k26x5_E:after {content:" 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 "} .zh-k26x5_B:after {content:" 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 "} .zh-j6_F:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-j6_C:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-j6_G:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 "} .zh-j6_D:after {content:" 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j6_A:after {content:" 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 "} .zh-j6_E:after {content:" 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-j6_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 "} .zh-j36_F:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 "} .zh-j36_C:after {content:" 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-j36_G:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j36_D:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j36_A:after {content:" 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 "} .zh-j36_E:after {content:" 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 "} .zh-j36_B:after {content:" 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 "} .zh-k56_F:after {content:" 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k56_C:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 "} .zh-k56_G:after {content:" 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 "} .zh-k56_D:after {content:" 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k56_A:after {content:" 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 "} .zh-k56_E:after {content:" 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-k56_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 "} .zh-j136y7_F:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 "} .zh-j136y7_C:after {content:" 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 "} .zh-j136y7_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j136y7_D:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 "} .zh-j136y7_A:after {content:" 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 "} .zh-j136y7_E:after {content:" 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 "} .zh-j136y7_B:after {content:" 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-k56x4_F:after {content:" 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 "} .zh-k56x4_C:after {content:" 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-k56x4_G:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 "} .zh-k56x4_D:after {content:" 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k56x4_A:after {content:" 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 "} .zh-k56x4_E:after {content:" 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-k56x4_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 "} .zh-n167x4_F:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 "} .zh-n167x4_C:after {content:" 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-n167x4_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 "} .zh-n167x4_D:after {content:" 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 "} .zh-n167x4_A:after {content:" 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 "} .zh-n167x4_E:after {content:" 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 "} .zh-n167x4_B:after {content:" 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-j3k5x4_F:after {content:" 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 "} .zh-j3k5x4_C:after {content:" 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-j3k5x4_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 "} .zh-j3k5x4_D:after {content:" 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 "} .zh-j3k5x4_A:after {content:" 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 "} .zh-j3k5x4_E:after {content:" 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 "} .zh-j3k5x4_B:after {content:" 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-j167y2_F:after {content:" 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 "} .zh-j167y2_C:after {content:" 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-j167y2_G:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 "} .zh-j167y2_D:after {content:" 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 "} .zh-j167y2_A:after {content:" 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 "} .zh-j167y2_E:after {content:" 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 "} .zh-j167y2_B:after {content:" 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 "} .zh-j2k56x4_F:after {content:" 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 "} .zh-j2k56x4_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j2k56x4_G:after {content:" 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 "} .zh-j2k56x4_D:after {content:" 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k56x4_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 "} .zh-j2k56x4_E:after {content:" 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k56x4_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 "} .zh-k157x6_F:after {content:" 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k157x6_C:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 "} .zh-k157x6_G:after {content:" 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 "} .zh-k157x6_D:after {content:" 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-k157x6_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 "} .zh-k157x6_E:after {content:" 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 "} .zh-k157x6_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 "} .zh-k1j6_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k1j6_C:after {content:" 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 "} .zh-k1j6_G:after {content:" 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 "} .zh-k1j6_D:after {content:" 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 "} .zh-k1j6_A:after {content:" 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-k1j6_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 "} .zh-k1j6_B:after {content:" 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-n345_F:after {content:" 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 "} .zh-n345_C:after {content:" 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 "} .zh-n345_G:after {content:" 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-n345_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 "} .zh-n345_A:after {content:" 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-n345_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 "} .zh-n345_B:after {content:" 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 "} .zh-j2_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j2_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j2_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 "} .zh-j2_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 "} .zh-j2_E:after {content:" 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j26_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j26_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j26_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 "} .zh-j26_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-j26_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j26_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j236_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j236_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j236_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j236_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 "} .zh-j236_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 "} .zh-j236_E:after {content:" 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j236_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j23_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j23_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j23_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j23_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 "} .zh-j23_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 "} .zh-j23_E:after {content:" 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j23_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j23k6_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j23k6_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j23k6_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j23k6_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j23k6_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 "} .zh-j23k6_E:after {content:" 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j23k6_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j2y3_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j2y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j2y3_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j2y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j2y3_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 "} .zh-j2y3_E:after {content:" 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j2y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j2k6_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k6_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j2k6_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j2k6_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k6_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 "} .zh-j2k6_E:after {content:" 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k6_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j26y3_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j26y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26y3_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j26y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j26y3_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 "} .zh-j26y3_E:after {content:" 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j26y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j2k56_F:after {content:" 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k56_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j2k56_G:after {content:" 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-j2k56_D:after {content:" 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k56_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 "} .zh-j2k56_E:after {content:" 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k56_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 "} .zh-j246y3_F:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 "} .zh-j246y3_C:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j246y3_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 "} .zh-j246y3_D:after {content:" 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j246y3_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 "} .zh-j246y3_E:after {content:" 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 "} .zh-j246y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j26y34_F:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 "} .zh-j26y34_C:after {content:" 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26y34_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 "} .zh-j26y34_D:after {content:" 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j26y34_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 "} .zh-j26y34_E:after {content:" 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 "} .zh-j26y34_B:after {content:" 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j2k6x5_F:after {content:" 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k6x5_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 "} .zh-j2k6x5_G:after {content:" 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-j2k6x5_D:after {content:" 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k6x5_A:after {content:" 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 "} .zh-j2k6x5_E:after {content:" 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k6x5_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 "} .zh-j2k6y3_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j2k6y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j2k6y3_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j2k6y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 "} .zh-j2k6y3_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 "} .zh-j2k6y3_E:after {content:" 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j2k6y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j3k6_F:after {content:" 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 "} .zh-j3k6_C:after {content:" 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 "} .zh-j3k6_G:after {content:" 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 "} .zh-j3k6_D:after {content:" 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 "} .zh-j3k6_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 "} .zh-j3k6_E:after {content:" 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 "} .zh-j3k6_B:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 "} .zh-n45y2_F:after {content:" 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 "} .zh-n45y2_C:after {content:" 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 "} .zh-n45y2_G:after {content:" 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 "} .zh-n45y2_D:after {content:" 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 "} .zh-n45y2_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 "} .zh-n45y2_E:after {content:" 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 "} .zh-n45y2_B:after {content:" 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-j3k56x4_F:after {content:" 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 "} .zh-j3k56x4_C:after {content:" 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 "} .zh-j3k56x4_G:after {content:" 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 "} .zh-j3k56x4_D:after {content:" 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 "} .zh-j3k56x4_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 "} .zh-j3k56x4_E:after {content:" 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 "} .zh-j3k56x4_B:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k2j6_F:after {content:" 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k2j6_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 "} .zh-k2j6_G:after {content:" 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 "} .zh-k2j6_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 "} .zh-k2j6_A:after {content:" 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 "} .zh-k2j6_E:after {content:" 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k2j6_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 "} .zh-n5y2_F:after {content:" 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 "} .zh-n5y2_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 "} .zh-n5y2_G:after {content:" 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 "} .zh-n5y2_D:after {content:" 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-n5y2_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 "} .zh-n5y2_E:after {content:" 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-n5y2_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 "} .zh-k26_F:after {content:" 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k26_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 "} .zh-k26_G:after {content:" 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 "} .zh-k26_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-k26_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 "} .zh-k26_E:after {content:" 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k26_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 "} .zh-k256_F:after {content:" 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k256_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 "} .zh-k256_G:after {content:" 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 "} .zh-k256_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-k256_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 "} .zh-k256_E:after {content:" 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k256_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 "} .zh-j5_F:after {content:" 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 "} .zh-j5_C:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 "} .zh-j5_G:after {content:" 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 "} .zh-j5_D:after {content:" 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-j5_A:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 "} .zh-j5_E:after {content:" 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j5_B:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 "} .zh-k34_F:after {content:" 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 "} .zh-k34_C:after {content:" 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k34_G:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 "} .zh-k34_D:after {content:" 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-k34_A:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 "} .zh-k34_E:after {content:" 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 "} .zh-k34_B:after {content:" 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-j5y6_F:after {content:" 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 "} .zh-j5y6_C:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 "} .zh-j5y6_G:after {content:" 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 "} .zh-j5y6_D:after {content:" 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 "} .zh-j5y6_A:after {content:" 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 "} .zh-j5y6_E:after {content:" 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j5y6_B:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 "} .zh-k34x2_F:after {content:" 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 "} .zh-k34x2_C:after {content:" 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k34x2_G:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 "} .zh-k34x2_D:after {content:" 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 "} .zh-k34x2_A:after {content:" 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 "} .zh-k34x2_E:after {content:" 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 "} .zh-k34x2_B:after {content:" 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k1_F:after {content:" 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 "} .zh-k1_C:after {content:" 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 "} .zh-k1_G:after {content:" 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 "} .zh-k1_D:after {content:" 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 "} .zh-k1_A:after {content:" 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 "} .zh-k1_E:after {content:" 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 "} .zh-k1_B:after {content:" 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 "} .zh-k17j5_F:after {content:" 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 "} .zh-k17j5_C:after {content:" 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 "} .zh-k17j5_G:after {content:" 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 "} .zh-k17j5_D:after {content:" 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 "} .zh-k17j5_A:after {content:" 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 "} .zh-k17j5_E:after {content:" 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 "} .zh-k17j5_B:after {content:" 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 "} .zh-j2k34_F:after {content:" 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 "} .zh-j2k34_C:after {content:" 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 "} .zh-j2k34_G:after {content:" 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 "} .zh-j2k34_D:after {content:" 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 "} .zh-j2k34_A:after {content:" 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 "} .zh-j2k34_E:after {content:" 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 "} .zh-j2k34_B:after {content:" 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 "} .zh-n25x6_F:after {content:" 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 "} .zh-n25x6_C:after {content:" 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 "} .zh-n25x6_G:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 "} .zh-n25x6_D:after {content:" 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 "} .zh-n25x6_A:after {content:" 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 "} .zh-n25x6_E:after {content:" 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 "} .zh-n25x6_B:after {content:" 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-j25y6_F:after {content:" 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 "} .zh-j25y6_C:after {content:" 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 "} .zh-j25y6_G:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 "} .zh-j25y6_D:after {content:" 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 "} .zh-j25y6_A:after {content:" 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 "} .zh-j25y6_E:after {content:" 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 "} .zh-j25y6_B:after {content:" 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-k5_F:after {content:" 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-k5_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 "} .zh-k5_G:after {content:" 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 "} .zh-k5_D:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 "} .zh-k5_A:after {content:" 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-k5_E:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-k5_B:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-k15_F:after {content:" 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 "} .zh-k15_C:after {content:" 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 "} .zh-k15_G:after {content:" 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 "} .zh-k15_D:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k15_A:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-k15_E:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 "} .zh-k15_B:after {content:" 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j56_F:after {content:" 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-j56_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 "} .zh-j56_G:after {content:" 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 "} .zh-j56_D:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 "} .zh-j56_A:after {content:" 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 "} .zh-j56_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j56_B:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 "} .zh-k135x4_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 "} .zh-k135x4_C:after {content:" 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 "} .zh-k135x4_G:after {content:" 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 "} .zh-k135x4_D:after {content:" 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k135x4_A:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 "} .zh-k135x4_E:after {content:" 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 "} .zh-k135x4_B:after {content:" 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-j56y7_F:after {content:" 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-j56y7_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 "} .zh-j56y7_G:after {content:" 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 "} .zh-j56y7_D:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 "} .zh-j56y7_A:after {content:" 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-j56y7_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 "} .zh-j56y7_B:after {content:" 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 "} .zh-n345y7_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 "} .zh-n345y7_C:after {content:" 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 "} .zh-n345y7_G:after {content:" 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 "} .zh-n345y7_D:after {content:" 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 "} .zh-n345y7_A:after {content:" 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-n345y7_E:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 "} .zh-n345y7_B:after {content:" 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k1j6y7_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 "} .zh-k1j6y7_C:after {content:" 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 "} .zh-k1j6y7_G:after {content:" 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 "} .zh-k1j6y7_D:after {content:" 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 "} .zh-k1j6y7_A:after {content:" 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-k1j6y7_E:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 "} .zh-k1j6y7_B:after {content:" 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 "} .zh-k345x2_F:after {content:" 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 "} .zh-k345x2_C:after {content:" 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 "} .zh-k345x2_G:after {content:" 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 "} .zh-k345x2_D:after {content:" 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 "} .zh-k345x2_A:after {content:" 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-k345x2_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 "} .zh-k345x2_B:after {content:" 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 "} .zh-k2j56y7_F:after {content:" 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j56y7_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 "} .zh-k2j56y7_G:after {content:" 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j56y7_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 "} .zh-k2j56y7_A:after {content:" 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k2j56y7_E:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j56y7_B:after {content:" 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 "} .zh-j346y5_F:after {content:" 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-j346y5_C:after {content:" 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 "} .zh-j346y5_G:after {content:" 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-j346y5_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 "} .zh-j346y5_A:after {content:" 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 "} .zh-j346y5_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j346y5_B:after {content:" 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 "} .zh-j3k5_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 "} .zh-j3k5_C:after {content:" 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-j3k5_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 "} .zh-j3k5_D:after {content:" 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 "} .zh-j3k5_A:after {content:" 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 "} .zh-j3k5_E:after {content:" 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 "} .zh-j3k5_B:after {content:" 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-n167_F:after {content:" 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 "} .zh-n167_C:after {content:" 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-n167_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 "} .zh-n167_D:after {content:" 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 "} .zh-n167_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 "} .zh-n167_E:after {content:" 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 "} .zh-n167_B:after {content:" 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 "} .zh-k2_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 "} .zh-k2_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 "} .zh-k2_G:after {content:" 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k2_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k2_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k2_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k125_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k125_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 "} .zh-k125_G:after {content:" 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 "} .zh-k125_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 "} .zh-k125_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k125_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k125_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k25_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 "} .zh-k25_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-k25_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k25_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k25_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k12_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k12_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 "} .zh-k12_G:after {content:" 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k12_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 "} .zh-k12_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k12_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k12_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k12j5_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k12j5_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 "} .zh-k12j5_G:after {content:" 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k12j5_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 "} .zh-k12j5_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k12j5_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k12j5_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k2x1_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k2x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 "} .zh-k2x1_G:after {content:" 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k2x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k2x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k2x1_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k2x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k2j5_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j5_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 "} .zh-k2j5_G:after {content:" 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j5_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k2j5_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k2j5_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j5_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k25x1_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k25x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 "} .zh-k25x1_G:after {content:" 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k25x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25x1_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k25x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k2j56_F:after {content:" 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j56_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 "} .zh-k2j56_G:after {content:" 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j56_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 "} .zh-k2j56_A:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 "} .zh-k2j56_E:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j56_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 "} .zh-k257x1_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k257x1_C:after {content:" 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 "} .zh-k257x1_G:after {content:" 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k257x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 "} .zh-k257x1_A:after {content:" 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k257x1_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-k257x1_B:after {content:" 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-k2j5y6_F:after {content:" 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j5y6_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 "} .zh-k2j5y6_G:after {content:" 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 "} .zh-k2j5y6_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 "} .zh-k2j5y6_A:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 "} .zh-k2j5y6_E:after {content:" 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j5y6_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 "} .zh-k25x17_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 "} .zh-k25x17_C:after {content:" 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 "} .zh-k25x17_G:after {content:" 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25x17_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 "} .zh-k25x17_A:after {content:" 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25x17_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 "} .zh-k25x17_B:after {content:" 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-k2j5x1_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k2j5x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 "} .zh-k2j5x1_G:after {content:" 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j5x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k2j5x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k2j5x1_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k2j5x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k1j5_F:after {content:" 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k1j5_C:after {content:" 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 "} .zh-k1j5_G:after {content:" 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 "} .zh-k1j5_D:after {content:" 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 "} .zh-k1j5_A:after {content:" 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 "} .zh-k1j5_E:after {content:" 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 "} .zh-k1j5_B:after {content:" 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 "} .zh-n67x2_F:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 "} .zh-n67x2_C:after {content:" 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 "} .zh-n67x2_G:after {content:" 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 "} .zh-n67x2_D:after {content:" 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 "} .zh-n67x2_A:after {content:" 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 "} .zh-n67x2_E:after {content:" 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 "} .zh-n67x2_B:after {content:" 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 "} .zh-k1j56y7_F:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k1j56y7_C:after {content:" 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 "} .zh-k1j56y7_G:after {content:" 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 "} .zh-k1j56y7_D:after {content:" 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 "} .zh-k1j56y7_A:after {content:" 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 "} .zh-k1j56y7_E:after {content:" 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 "} .zh-k1j56y7_B:after {content:" 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 "} .zh-j2k5_F:after {content:" 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j2k5_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 "} .zh-j2k5_G:after {content:" 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 "} .zh-j2k5_D:after {content:" 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 "} .zh-j2k5_A:after {content:" 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 "} .zh-j2k5_E:after {content:" 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j2k5_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 "} .zh-n6x2_F:after {content:" 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-n6x2_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 "} .zh-n6x2_G:after {content:" 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-n6x2_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 "} .zh-n6x2_A:after {content:" 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 "} .zh-n6x2_E:after {content:" 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 "} .zh-n6x2_B:after {content:" 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 "} .zh-j25_F:after {content:" 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j25_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 "} .zh-j25_G:after {content:" 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-j25_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 "} .zh-j25_A:after {content:" 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 "} .zh-j25_E:after {content:" 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j25_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 "} .zh-j256_F:after {content:" 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j256_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 "} .zh-j256_G:after {content:" 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-j256_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 "} .zh-j256_A:after {content:" 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 "} .zh-j256_E:after {content:" 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j256_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 "}
styles/fenghuang.css
@charset "UTF-8"; /* Copyright 2015-2018 <NAME> */ .zh-n0_F:after {content:" 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 "} .zh-n0_C:after {content:" 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 "} .zh-n0_G:after {content:" 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 "} .zh-n0_D:after {content:" 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 "} .zh-n0_A:after {content:" 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 "} .zh-n0_E:after {content:" 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 汞铜 一一 锡锡 一一 铜汞 "} .zh-n0_B:after {content:" 铁铅 汞铜 一一 锡锡 一一 铜汞 铅铁 一一 金银 一一 银金 一一 铁铅 "} .zh-k6_F:after {content:" 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k6_C:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 "} .zh-k6_G:after {content:" 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-k6_D:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 "} .zh-k6_A:after {content:" 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 "} .zh-k6_E:after {content:" 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k6_B:after {content:" 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 "} .zh-j17_F:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 "} .zh-j17_C:after {content:" 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 "} .zh-j17_G:after {content:" 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-j17_D:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 "} .zh-j17_A:after {content:" 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j17_E:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 "} .zh-j17_B:after {content:" 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 "} .zh-k6x5_F:after {content:" 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k6x5_C:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 "} .zh-k6x5_G:after {content:" 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 "} .zh-k6x5_D:after {content:" 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 "} .zh-k6x5_A:after {content:" 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 "} .zh-k6x5_E:after {content:" 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k6x5_B:after {content:" 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 "} .zh-j17y2_F:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 "} .zh-j17y2_C:after {content:" 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 "} .zh-j17y2_G:after {content:" 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 "} .zh-j17y2_D:after {content:" 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 "} .zh-j17y2_A:after {content:" 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j17y2_E:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 "} .zh-j17y2_B:after {content:" 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 "} .zh-j3_F:after {content:" 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 "} .zh-j3_C:after {content:" 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 "} .zh-j3_G:after {content:" 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 "} .zh-j3_D:after {content:" 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 "} .zh-j3_A:after {content:" 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 "} .zh-j3_E:after {content:" 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 "} .zh-j3_B:after {content:" 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 "} .zh-j34k6_F:after {content:" 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 "} .zh-j34k6_C:after {content:" 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 "} .zh-j34k6_G:after {content:" 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 "} .zh-j34k6_D:after {content:" 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 "} .zh-j34k6_A:after {content:" 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 "} .zh-j34k6_E:after {content:" 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 "} .zh-j34k6_B:after {content:" 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 "} .zh-j17k2_F:after {content:" 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 "} .zh-j17k2_C:after {content:" 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 "} .zh-j17k2_G:after {content:" 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 "} .zh-j17k2_D:after {content:" 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 "} .zh-j17k2_A:after {content:" 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 "} .zh-j17k2_E:after {content:" 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 "} .zh-j17k2_B:after {content:" 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 "} .zh-n26y5_F:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 "} .zh-n26y5_C:after {content:" 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 "} .zh-n26y5_G:after {content:" 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 "} .zh-n26y5_D:after {content:" 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 "} .zh-n26y5_A:after {content:" 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-n26y5_E:after {content:" 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 "} .zh-n26y5_B:after {content:" 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 "} .zh-k26x5_F:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 "} .zh-k26x5_C:after {content:" 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 "} .zh-k26x5_G:after {content:" 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 "} .zh-k26x5_D:after {content:" 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 "} .zh-k26x5_A:after {content:" 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-k26x5_E:after {content:" 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 "} .zh-k26x5_B:after {content:" 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 "} .zh-j6_F:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-j6_C:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-j6_G:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 "} .zh-j6_D:after {content:" 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j6_A:after {content:" 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 "} .zh-j6_E:after {content:" 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-j6_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 "} .zh-j36_F:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 "} .zh-j36_C:after {content:" 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-j36_G:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j36_D:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j36_A:after {content:" 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 "} .zh-j36_E:after {content:" 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 "} .zh-j36_B:after {content:" 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 "} .zh-k56_F:after {content:" 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k56_C:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 "} .zh-k56_G:after {content:" 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 "} .zh-k56_D:after {content:" 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k56_A:after {content:" 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 "} .zh-k56_E:after {content:" 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-k56_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 "} .zh-j136y7_F:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 "} .zh-j136y7_C:after {content:" 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 "} .zh-j136y7_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j136y7_D:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 "} .zh-j136y7_A:after {content:" 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 "} .zh-j136y7_E:after {content:" 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 "} .zh-j136y7_B:after {content:" 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-k56x4_F:after {content:" 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 "} .zh-k56x4_C:after {content:" 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-k56x4_G:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 "} .zh-k56x4_D:after {content:" 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k56x4_A:after {content:" 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 "} .zh-k56x4_E:after {content:" 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 "} .zh-k56x4_B:after {content:" 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 "} .zh-n167x4_F:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 "} .zh-n167x4_C:after {content:" 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-n167x4_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 "} .zh-n167x4_D:after {content:" 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 "} .zh-n167x4_A:after {content:" 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 "} .zh-n167x4_E:after {content:" 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 "} .zh-n167x4_B:after {content:" 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-j3k5x4_F:after {content:" 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 "} .zh-j3k5x4_C:after {content:" 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-j3k5x4_G:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 "} .zh-j3k5x4_D:after {content:" 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 "} .zh-j3k5x4_A:after {content:" 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 "} .zh-j3k5x4_E:after {content:" 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 "} .zh-j3k5x4_B:after {content:" 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 "} .zh-j167y2_F:after {content:" 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 "} .zh-j167y2_C:after {content:" 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-j167y2_G:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 "} .zh-j167y2_D:after {content:" 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 "} .zh-j167y2_A:after {content:" 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 "} .zh-j167y2_E:after {content:" 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 "} .zh-j167y2_B:after {content:" 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 "} .zh-j2k56x4_F:after {content:" 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 "} .zh-j2k56x4_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j2k56x4_G:after {content:" 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 "} .zh-j2k56x4_D:after {content:" 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k56x4_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 "} .zh-j2k56x4_E:after {content:" 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k56x4_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 "} .zh-k157x6_F:after {content:" 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k157x6_C:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 "} .zh-k157x6_G:after {content:" 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 "} .zh-k157x6_D:after {content:" 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-k157x6_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 "} .zh-k157x6_E:after {content:" 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 "} .zh-k157x6_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 "} .zh-k1j6_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k1j6_C:after {content:" 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 "} .zh-k1j6_G:after {content:" 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 "} .zh-k1j6_D:after {content:" 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 "} .zh-k1j6_A:after {content:" 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-k1j6_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 "} .zh-k1j6_B:after {content:" 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-n345_F:after {content:" 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 "} .zh-n345_C:after {content:" 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 "} .zh-n345_G:after {content:" 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-n345_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 "} .zh-n345_A:after {content:" 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-n345_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 "} .zh-n345_B:after {content:" 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 "} .zh-j2_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j2_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j2_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 "} .zh-j2_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 "} .zh-j2_E:after {content:" 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j26_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j26_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j26_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 "} .zh-j26_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 "} .zh-j26_E:after {content:" 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j26_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j236_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j236_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j236_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j236_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 "} .zh-j236_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 "} .zh-j236_E:after {content:" 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j236_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j23_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j23_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j23_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j23_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 "} .zh-j23_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 "} .zh-j23_E:after {content:" 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j23_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j23k6_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-j23k6_C:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j23k6_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-j23k6_D:after {content:" 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j23k6_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 "} .zh-j23k6_E:after {content:" 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 "} .zh-j23k6_B:after {content:" 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j2y3_F:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j2y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-j2y3_G:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j2y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j2y3_A:after {content:" 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 "} .zh-j2y3_E:after {content:" 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j2y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 "} .zh-j2k6_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k6_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j2k6_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-j2k6_D:after {content:" 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k6_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 "} .zh-j2k6_E:after {content:" 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k6_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j26y3_F:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j26y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26y3_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j26y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j26y3_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 "} .zh-j26y3_E:after {content:" 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j26y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j2k56_F:after {content:" 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k56_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j2k56_G:after {content:" 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-j2k56_D:after {content:" 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k56_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 "} .zh-j2k56_E:after {content:" 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k56_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 "} .zh-j246y3_F:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 "} .zh-j246y3_C:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j246y3_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 "} .zh-j246y3_D:after {content:" 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j246y3_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 "} .zh-j246y3_E:after {content:" 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 "} .zh-j246y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j26y34_F:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 "} .zh-j26y34_C:after {content:" 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-j26y34_G:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 "} .zh-j26y34_D:after {content:" 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 "} .zh-j26y34_A:after {content:" 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 "} .zh-j26y34_E:after {content:" 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 "} .zh-j26y34_B:after {content:" 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 "} .zh-j2k6x5_F:after {content:" 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-j2k6x5_C:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 "} .zh-j2k6x5_G:after {content:" 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-j2k6x5_D:after {content:" 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 "} .zh-j2k6x5_A:after {content:" 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 "} .zh-j2k6x5_E:after {content:" 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 "} .zh-j2k6x5_B:after {content:" 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 "} .zh-j2k6y3_F:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-j2k6y3_C:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-j2k6y3_G:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-j2k6y3_D:after {content:" 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 "} .zh-j2k6y3_A:after {content:" 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 "} .zh-j2k6y3_E:after {content:" 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 "} .zh-j2k6y3_B:after {content:" 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 "} .zh-j3k6_F:after {content:" 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 "} .zh-j3k6_C:after {content:" 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 "} .zh-j3k6_G:after {content:" 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 "} .zh-j3k6_D:after {content:" 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 "} .zh-j3k6_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 "} .zh-j3k6_E:after {content:" 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 "} .zh-j3k6_B:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 "} .zh-n45y2_F:after {content:" 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 "} .zh-n45y2_C:after {content:" 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 "} .zh-n45y2_G:after {content:" 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 "} .zh-n45y2_D:after {content:" 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 "} .zh-n45y2_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 "} .zh-n45y2_E:after {content:" 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 "} .zh-n45y2_B:after {content:" 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-j3k56x4_F:after {content:" 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 "} .zh-j3k56x4_C:after {content:" 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 "} .zh-j3k56x4_G:after {content:" 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 "} .zh-j3k56x4_D:after {content:" 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 "} .zh-j3k56x4_A:after {content:" 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 "} .zh-j3k56x4_E:after {content:" 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 "} .zh-j3k56x4_B:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k2j6_F:after {content:" 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k2j6_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 "} .zh-k2j6_G:after {content:" 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 "} .zh-k2j6_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 "} .zh-k2j6_A:after {content:" 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 "} .zh-k2j6_E:after {content:" 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k2j6_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 "} .zh-n5y2_F:after {content:" 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 "} .zh-n5y2_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 "} .zh-n5y2_G:after {content:" 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 "} .zh-n5y2_D:after {content:" 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-n5y2_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 "} .zh-n5y2_E:after {content:" 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-n5y2_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 "} .zh-k26_F:after {content:" 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k26_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 "} .zh-k26_G:after {content:" 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 "} .zh-k26_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-k26_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 "} .zh-k26_E:after {content:" 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k26_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 "} .zh-k256_F:after {content:" 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 "} .zh-k256_C:after {content:" 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 "} .zh-k256_G:after {content:" 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 "} .zh-k256_D:after {content:" 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 "} .zh-k256_A:after {content:" 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 "} .zh-k256_E:after {content:" 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-k256_B:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 "} .zh-j5_F:after {content:" 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 "} .zh-j5_C:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 "} .zh-j5_G:after {content:" 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 "} .zh-j5_D:after {content:" 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-j5_A:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 "} .zh-j5_E:after {content:" 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j5_B:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 一一 一一 锡金 一一 铜铅 "} .zh-k34_F:after {content:" 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 "} .zh-k34_C:after {content:" 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k34_G:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 "} .zh-k34_D:after {content:" 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 "} .zh-k34_A:after {content:" 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 "} .zh-k34_E:after {content:" 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 金锡 一一 一一 "} .zh-k34_B:after {content:" 铜铅 铅铜 一一 金锡 一一 一一 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-j5y6_F:after {content:" 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 "} .zh-j5y6_C:after {content:" 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 "} .zh-j5y6_G:after {content:" 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 "} .zh-j5y6_D:after {content:" 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 "} .zh-j5y6_A:after {content:" 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 "} .zh-j5y6_E:after {content:" 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 铅铜 一一 金锡 一一 银汞 "} .zh-j5y6_B:after {content:" 铜铅 铅铜 一一 金锡 一一 银汞 钒铁 铁钒 汞银 一一 一一 一一 铜铅 "} .zh-k34x2_F:after {content:" 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 "} .zh-k34x2_C:after {content:" 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 "} .zh-k34x2_G:after {content:" 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 "} .zh-k34x2_D:after {content:" 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 "} .zh-k34x2_A:after {content:" 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 "} .zh-k34x2_E:after {content:" 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 铅铜 一一 一一 一一 银汞 "} .zh-k34x2_B:after {content:" 铜铅 铅铜 一一 一一 一一 银汞 钒铁 铁钒 汞银 一一 锡金 一一 铜铅 "} .zh-k1_F:after {content:" 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 "} .zh-k1_C:after {content:" 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 "} .zh-k1_G:after {content:" 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 "} .zh-k1_D:after {content:" 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 "} .zh-k1_A:after {content:" 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 "} .zh-k1_E:after {content:" 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 一一 铁铀 汞锡 一一 锡汞 "} .zh-k1_B:after {content:" 银铅 一一 铁铀 汞锡 一一 锡汞 铀铁 一一 铅银 一一 金金 一一 银铅 "} .zh-k17j5_F:after {content:" 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 "} .zh-k17j5_C:after {content:" 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 "} .zh-k17j5_G:after {content:" 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 "} .zh-k17j5_D:after {content:" 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 "} .zh-k17j5_A:after {content:" 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 "} .zh-k17j5_E:after {content:" 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 钒铜 铁锰 汞锡 一一 锡汞 "} .zh-k17j5_B:after {content:" 一一 钒铜 铁锰 汞锡 一一 锡汞 锰铁 铜钒 一一 一一 金金 一一 一一 "} .zh-j2k34_F:after {content:" 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 "} .zh-j2k34_C:after {content:" 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 "} .zh-j2k34_G:after {content:" 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 "} .zh-j2k34_D:after {content:" 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 "} .zh-j2k34_A:after {content:" 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 "} .zh-j2k34_E:after {content:" 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 钒铜 铁锰 一一 一一 一一 "} .zh-j2k34_B:after {content:" 银铅 钒铜 铁锰 一一 一一 一一 锰铁 铜钒 铅银 一一 金金 一一 银铅 "} .zh-n25x6_F:after {content:" 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 "} .zh-n25x6_C:after {content:" 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 "} .zh-n25x6_G:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 "} .zh-n25x6_D:after {content:" 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 "} .zh-n25x6_A:after {content:" 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 "} .zh-n25x6_E:after {content:" 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 汞锡 一一 一一 "} .zh-n25x6_B:after {content:" 银铅 钒铜 铁锰 汞锡 一一 一一 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-j25y6_F:after {content:" 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 "} .zh-j25y6_C:after {content:" 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 "} .zh-j25y6_G:after {content:" 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 "} .zh-j25y6_D:after {content:" 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 "} .zh-j25y6_A:after {content:" 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 "} .zh-j25y6_E:after {content:" 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 钒铜 铁锰 一一 一一 锡汞 "} .zh-j25y6_B:after {content:" 银铅 钒铜 铁锰 一一 一一 锡汞 锰铁 铜钒 铅银 一一 一一 一一 银铅 "} .zh-k5_F:after {content:" 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-k5_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 "} .zh-k5_G:after {content:" 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 "} .zh-k5_D:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 "} .zh-k5_A:after {content:" 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-k5_E:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-k5_B:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-k15_F:after {content:" 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 "} .zh-k15_C:after {content:" 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 "} .zh-k15_G:after {content:" 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 "} .zh-k15_D:after {content:" 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k15_A:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 "} .zh-k15_E:after {content:" 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 金汞 "} .zh-k15_B:after {content:" 锡铅 一一 铜铀 铅锡 一一 金汞 镎铁 一一 一一 铁镎 汞金 一一 锡铅 "} .zh-j56_F:after {content:" 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-j56_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 "} .zh-j56_G:after {content:" 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 "} .zh-j56_D:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 "} .zh-j56_A:after {content:" 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 "} .zh-j56_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 铀铜 一一 铅锡 一一 金汞 "} .zh-j56_B:after {content:" 锡铅 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 一一 一一 锡铅 "} .zh-k135x4_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 "} .zh-k135x4_C:after {content:" 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 "} .zh-k135x4_G:after {content:" 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 "} .zh-k135x4_D:after {content:" 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 "} .zh-k135x4_A:after {content:" 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 "} .zh-k135x4_E:after {content:" 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 铅锡 一一 一一 "} .zh-k135x4_B:after {content:" 锡铅 一一 铜铀 铅锡 一一 一一 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-j56y7_F:after {content:" 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 "} .zh-j56y7_C:after {content:" 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 "} .zh-j56y7_G:after {content:" 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 "} .zh-j56y7_D:after {content:" 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 "} .zh-j56y7_A:after {content:" 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-j56y7_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 铀铜 一一 铅锡 一一 金汞 "} .zh-j56y7_B:after {content:" 一一 铀铜 一一 铅锡 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 一一 "} .zh-n345y7_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 "} .zh-n345y7_C:after {content:" 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 "} .zh-n345y7_G:after {content:" 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 "} .zh-n345y7_D:after {content:" 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 "} .zh-n345y7_A:after {content:" 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-n345y7_E:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 一一 铜铀 一一 一一 金汞 "} .zh-n345y7_B:after {content:" 锡铅 一一 铜铀 一一 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 锡铅 "} .zh-k1j6y7_F:after {content:" 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 "} .zh-k1j6y7_C:after {content:" 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 "} .zh-k1j6y7_G:after {content:" 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 "} .zh-k1j6y7_D:after {content:" 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 "} .zh-k1j6y7_A:after {content:" 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 "} .zh-k1j6y7_E:after {content:" 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 一一 铜铀 铅锡 一一 金汞 "} .zh-k1j6y7_B:after {content:" 一一 一一 铜铀 铅锡 一一 金汞 镎铁 一一 钒银 铁镎 汞金 一一 一一 "} .zh-k345x2_F:after {content:" 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 "} .zh-k345x2_C:after {content:" 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 "} .zh-k345x2_G:after {content:" 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 "} .zh-k345x2_D:after {content:" 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 "} .zh-k345x2_A:after {content:" 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 "} .zh-k345x2_E:after {content:" 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 铀铜 一一 一一 一一 金汞 "} .zh-k345x2_B:after {content:" 锡铅 铀铜 一一 一一 一一 金汞 镎铁 银钒 一一 铁镎 汞金 一一 锡铅 "} .zh-k2j56y7_F:after {content:" 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j56y7_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 "} .zh-k2j56y7_G:after {content:" 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j56y7_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 "} .zh-k2j56y7_A:after {content:" 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 "} .zh-k2j56y7_E:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j56y7_B:after {content:" 一一 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 铅金 一一 一一 "} .zh-j346y5_F:after {content:" 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-j346y5_C:after {content:" 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 "} .zh-j346y5_G:after {content:" 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-j346y5_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 "} .zh-j346y5_A:after {content:" 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 "} .zh-j346y5_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-j346y5_B:after {content:" 金铅 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 一一 一一 金铅 "} .zh-j3k5_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 "} .zh-j3k5_C:after {content:" 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-j3k5_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 "} .zh-j3k5_D:after {content:" 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 "} .zh-j3k5_A:after {content:" 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 "} .zh-j3k5_E:after {content:" 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 钒锡 铁钚 一一 "} .zh-j3k5_B:after {content:" 金铅 镎铜 一一 钒锡 铁钚 一一 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-n167_F:after {content:" 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 "} .zh-n167_C:after {content:" 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-n167_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 "} .zh-n167_D:after {content:" 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 "} .zh-n167_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 "} .zh-n167_E:after {content:" 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 一一 "} .zh-n167_B:after {content:" 金铅 镎铜 一一 一一 铁钚 一一 钚铁 锡钒 一一 铜镎 铅金 一一 金铅 "} .zh-k2_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 "} .zh-k2_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 "} .zh-k2_G:after {content:" 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k2_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k2_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k2_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k125_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k125_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 "} .zh-k125_G:after {content:" 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 "} .zh-k125_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 "} .zh-k125_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k125_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k125_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k25_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁铅 汞汞 钚铁 "} .zh-k25_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 "} .zh-k25_G:after {content:" 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k25_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k25_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k12_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k12_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 "} .zh-k12_G:after {content:" 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k12_D:after {content:" 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 "} .zh-k12_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k12_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k12_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k12j5_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 "} .zh-k12j5_C:after {content:" 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 "} .zh-k12j5_G:after {content:" 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k12j5_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 "} .zh-k12j5_A:after {content:" 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k12j5_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 银铀 一一 铁钚 汞汞 "} .zh-k12j5_B:after {content:" 金铅 一一 银铀 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k2x1_F:after {content:" 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k2x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 "} .zh-k2x1_G:after {content:" 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 "} .zh-k2x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k2x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 "} .zh-k2x1_E:after {content:" 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k2x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 铀银 一一 铅金 一一 金铅 "} .zh-k2j5_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j5_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 "} .zh-k2j5_G:after {content:" 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j5_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 "} .zh-k2j5_A:after {content:" 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k2j5_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j5_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k25x1_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k25x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 "} .zh-k25x1_G:after {content:" 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k25x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25x1_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k25x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 金铅 "} .zh-k2j56_F:after {content:" 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j56_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 "} .zh-k2j56_G:after {content:" 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j56_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 "} .zh-k2j56_A:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 "} .zh-k2j56_E:after {content:" 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j56_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 一一 铜镎 一一 一一 金铅 "} .zh-k257x1_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k257x1_C:after {content:" 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 "} .zh-k257x1_G:after {content:" 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k257x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 "} .zh-k257x1_A:after {content:" 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k257x1_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 镎铜 一一 钒锡 铁钚 汞汞 "} .zh-k257x1_B:after {content:" 一一 镎铜 一一 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-k2j5y6_F:after {content:" 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 "} .zh-k2j5y6_C:after {content:" 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 "} .zh-k2j5y6_G:after {content:" 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 "} .zh-k2j5y6_D:after {content:" 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 "} .zh-k2j5y6_A:after {content:" 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 "} .zh-k2j5y6_E:after {content:" 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 镎铜 一一 一一 铁钚 汞汞 "} .zh-k2j5y6_B:after {content:" 金铅 镎铜 一一 一一 铁钚 汞汞 钚铁 锡钒 铀银 一一 一一 一一 金铅 "} .zh-k25x17_F:after {content:" 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 "} .zh-k25x17_C:after {content:" 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 "} .zh-k25x17_G:after {content:" 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 "} .zh-k25x17_D:after {content:" 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 "} .zh-k25x17_A:after {content:" 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 "} .zh-k25x17_E:after {content:" 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 一一 银铀 钒锡 铁钚 汞汞 "} .zh-k25x17_B:after {content:" 一一 一一 银铀 钒锡 铁钚 汞汞 钚铁 一一 一一 铜镎 铅金 一一 一一 "} .zh-k2j5x1_F:after {content:" 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 "} .zh-k2j5x1_C:after {content:" 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 "} .zh-k2j5x1_G:after {content:" 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 "} .zh-k2j5x1_D:after {content:" 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 "} .zh-k2j5x1_A:after {content:" 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 "} .zh-k2j5x1_E:after {content:" 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 一一 一一 钒锡 铁钚 汞汞 "} .zh-k2j5x1_B:after {content:" 金铅 一一 一一 钒锡 铁钚 汞汞 钚铁 锡钒 一一 一一 铅金 一一 金铅 "} .zh-k1j5_F:after {content:" 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k1j5_C:after {content:" 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 "} .zh-k1j5_G:after {content:" 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 "} .zh-k1j5_D:after {content:" 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 "} .zh-k1j5_A:after {content:" 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 "} .zh-k1j5_E:after {content:" 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 一一 金铀 镎锡 一一 钒汞 "} .zh-k1j5_B:after {content:" 铅铅 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 一一 铀金 一一 铅铅 "} .zh-n67x2_F:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 "} .zh-n67x2_C:after {content:" 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 "} .zh-n67x2_G:after {content:" 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 "} .zh-n67x2_D:after {content:" 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 "} .zh-n67x2_A:after {content:" 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 "} .zh-n67x2_E:after {content:" 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 一一 金铀 一一 一一 钒汞 "} .zh-n67x2_B:after {content:" 铅铅 一一 金铀 一一 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 铅铅 "} .zh-k1j56y7_F:after {content:" 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 "} .zh-k1j56y7_C:after {content:" 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 "} .zh-k1j56y7_G:after {content:" 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 "} .zh-k1j56y7_D:after {content:" 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 "} .zh-k1j56y7_A:after {content:" 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 "} .zh-k1j56y7_E:after {content:" 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 一一 金铀 镎锡 一一 钒汞 "} .zh-k1j56y7_B:after {content:" 一一 一一 金铀 镎锡 一一 钒汞 铁铁 汞钒 一一 锡镎 铀金 一一 一一 "} .zh-j2k5_F:after {content:" 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j2k5_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 "} .zh-j2k5_G:after {content:" 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 "} .zh-j2k5_D:after {content:" 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 "} .zh-j2k5_A:after {content:" 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 "} .zh-j2k5_E:after {content:" 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j2k5_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 一一 一一 金镎 镎金 一一 钒铅 "} .zh-n6x2_F:after {content:" 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-n6x2_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 "} .zh-n6x2_G:after {content:" 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-n6x2_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 "} .zh-n6x2_A:after {content:" 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 "} .zh-n6x2_E:after {content:" 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 铁铜 汞锰 一一 一一 锰汞 "} .zh-n6x2_B:after {content:" 一一 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 镎金 一一 一一 "} .zh-j25_F:after {content:" 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j25_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 "} .zh-j25_G:after {content:" 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-j25_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 "} .zh-j25_A:after {content:" 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 "} .zh-j25_E:after {content:" 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j25_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 一一 镎金 一一 钒铅 "} .zh-j256_F:after {content:" 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 "} .zh-j256_C:after {content:" 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 "} .zh-j256_G:after {content:" 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 "} .zh-j256_D:after {content:" 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 "} .zh-j256_A:after {content:" 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 "} .zh-j256_E:after {content:" 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 铁铜 汞锰 一一 一一 锰汞 "} .zh-j256_B:after {content:" 钒铅 铁铜 汞锰 一一 一一 锰汞 铜铁 铅钒 一一 金镎 一一 一一 钒铅 "}
0.095835
0.074332
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap"); @import url("normalize.css"); @import url("bulma.css"); * { box-sizing: border-box; } #app { font-family: "Manrope", sans-serif; background-color: #f9fafc; box-shadow: 0 5px 20px #3131311f; margin: 2.4rem 0 0; padding: 1.75rem 1.75rem 1.75rem; } .controls { display: flex; flex-flow: row wrap; align-items: center; padding-bottom: 1rem; margin-bottom: 2.5rem; border-bottom: 2px solid #8492a6; color: #1f2d3d; } .controls__unit { display: flex; flex: 1; justify-content: center; align-items: center; font-weight: 500; } .controls__unit:first-child > svg { margin-right: 0.5rem; } .controls__unit:first-child > span { margin-right: auto; } .controls__unit:last-child > svg { margin-left: 0.5rem; } .controls__unit:last-child > span { margin-left: auto; } @media screen and (max-width: 768px) { .controls__unit { flex: 1 0 50%; } .controls__unit:first-child { flex: 1 0 100%; order: 3; } .controls__unit:nth-child(2) { justify-content: flex-start; } } #next strong { font-weight: 700; } #map { text-align: center; } #map > svg { width: 100%; height: 100%; } #map > svg.map--usa { max-width: 959px; max-height: 500px; } .state { fill: #d3dce6; stroke: #d3dce6; stroke-width: 2; cursor: pointer; } .buttons { display: flex; justify-content: center; align-items: center; padding-top: 1rem; margin-top: 2.5rem; border-top: 2px solid #8492a6; } .buttons button { outline: 0; border: 0; cursor: pointer; background-color: #d3dce6; padding: 8px 14px; display: flex; justify-content: center; align-items: center; margin: 0 0.25rem; color: #1f2d3d; transition: background-color 0.15s ease-in-out; } @media screen and (max-width: 576px) { .buttons { flex-flow: column nowrap; } .buttons button { margin-bottom: 0.5rem; width: 100%; } } .buttons button:hover { background-color: #c0ccda; } .buttons button svg { margin-right: 0.5rem; } #footer { margin-bottom: 2.4rem; padding-top: 0.5rem; font-size: 13px; color: #1f2d3d; display: flex; width: 100%; justify-content: space-between; align-items: center; } @media screen and (max-width: 1023px) { #footer { padding: 0.5rem 1rem 0; } } #footer a { color: #1f2d3d; text-decoration: underline; } #footer a:hover { text-decoration: none; } .footer__maps { display: flex; } .footer__map:not(:last-child)::after { content: "|"; font-weight: normal; margin-right: 0.25rem; } .footer__map--active { font-weight: 600; }
src/styles/main.css
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&display=swap"); @import url("normalize.css"); @import url("bulma.css"); * { box-sizing: border-box; } #app { font-family: "Manrope", sans-serif; background-color: #f9fafc; box-shadow: 0 5px 20px #3131311f; margin: 2.4rem 0 0; padding: 1.75rem 1.75rem 1.75rem; } .controls { display: flex; flex-flow: row wrap; align-items: center; padding-bottom: 1rem; margin-bottom: 2.5rem; border-bottom: 2px solid #8492a6; color: #1f2d3d; } .controls__unit { display: flex; flex: 1; justify-content: center; align-items: center; font-weight: 500; } .controls__unit:first-child > svg { margin-right: 0.5rem; } .controls__unit:first-child > span { margin-right: auto; } .controls__unit:last-child > svg { margin-left: 0.5rem; } .controls__unit:last-child > span { margin-left: auto; } @media screen and (max-width: 768px) { .controls__unit { flex: 1 0 50%; } .controls__unit:first-child { flex: 1 0 100%; order: 3; } .controls__unit:nth-child(2) { justify-content: flex-start; } } #next strong { font-weight: 700; } #map { text-align: center; } #map > svg { width: 100%; height: 100%; } #map > svg.map--usa { max-width: 959px; max-height: 500px; } .state { fill: #d3dce6; stroke: #d3dce6; stroke-width: 2; cursor: pointer; } .buttons { display: flex; justify-content: center; align-items: center; padding-top: 1rem; margin-top: 2.5rem; border-top: 2px solid #8492a6; } .buttons button { outline: 0; border: 0; cursor: pointer; background-color: #d3dce6; padding: 8px 14px; display: flex; justify-content: center; align-items: center; margin: 0 0.25rem; color: #1f2d3d; transition: background-color 0.15s ease-in-out; } @media screen and (max-width: 576px) { .buttons { flex-flow: column nowrap; } .buttons button { margin-bottom: 0.5rem; width: 100%; } } .buttons button:hover { background-color: #c0ccda; } .buttons button svg { margin-right: 0.5rem; } #footer { margin-bottom: 2.4rem; padding-top: 0.5rem; font-size: 13px; color: #1f2d3d; display: flex; width: 100%; justify-content: space-between; align-items: center; } @media screen and (max-width: 1023px) { #footer { padding: 0.5rem 1rem 0; } } #footer a { color: #1f2d3d; text-decoration: underline; } #footer a:hover { text-decoration: none; } .footer__maps { display: flex; } .footer__map:not(:last-child)::after { content: "|"; font-weight: normal; margin-right: 0.25rem; } .footer__map--active { font-weight: 600; }
0.31732
0.103024
.page-container { width: 80%; margin: 0 auto; } .header-container { margin-top: 40px; display: flex; justify-content: space-between; } .header-logo { align-self: flex-start; } .header-logo img { max-width: 300px; align-self: flex-end; } .header-navbar { display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #939aaa; } ul.nav-list { margin: 0; padding: 0; text-align: right; } .header-navbar li { list-style: none; font-size: 26px; color: white; font-weight: bold; display: inline-block; } .header-navbar li a { text-decoration: none; } li.nav-list-items + li.nav-list-items { margin-left: 30px; } .grid-container { display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-top: 40px; } .grid-container .grid-item { border-bottom: 2px solid #3e7bce; height: 320px; } .grid-container .grid-item .grid-item-image { height: 250px; min-height: 200px; } .grid-container .grid-item .grid-item-text { position: relative; height: 70px; background: black; padding: 15px; } .grid-container .grid-item .grid-item-text em { position: absolute; bottom: 0; right: 0; background: #3e7bce; font-size: 12px; padding: 5px; display: inline-block; font-weight: bold; font-style: normal; color: black; } .grid-container .grid-item.grid-item-image-1 .grid-item-image { background-image: url("http://www.startrek.com/uploads/assets/articles/87bb030886c07ec73094ac6e91e86675c03e84c1.jpg"); background-size: cover; } .grid-container .grid-item.grid-item-image-2 .grid-item-image{ background-image: url("http://www.dailyleap.com/wp-content/uploads/2017/06/Cq4xpWCUkAAcJg5.jpg-large-640x799.jpg"); background-size: cover; } .grid-container .grid-item.grid-item-image-3 .grid-item-image { background-image: url("http://www.startrek.com/uploads/assets/articles/d5ba0790fee42267b3f89aa7998eeadfc4d3ebfb.jpg"); background-size: cover; } .grid-container .grid-item.span-2 { grid-column: span 2; } .footer-container { background-color: #000; margin-top: 30px; min-height: 500px; } .footer-container-page-width { width: 80%; margin: 0 auto; overflow: auto; padding: 40px 0 40px 0; text-align: center; } .footer-container .star-trek-logo { max-width: 230px; display: inline-block; margin-bottom: 30px; } .footer-container .copy-right { color: #939aaa; font-size: 14px; line-height: 24px; text-align: center; } .footer-container ul.footer-links { margin: 0; padding: 0; vertical-align: baseline; text-align: center; border-bottom: 1px solid #939aaa; } .footer-container .footer-links li { display: inline-block; padding: 0 20px 0 20px; height: 50px; } .footer-container .footer-links li a { color: #979797; font-size: 16px; font-weight: bold; text-decoration: none; } @media only screen and (max-width: 900px) { .grid-container { grid-template-columns: 1fr 1fr; } .grid-container .grid-item.span-2 { grid-column: span 1; } } @media only screen and (max-width: 1200px) { .header-container { display: block; } .header-container .header-navbar { margin-top: 30px; } ul.nav-list { text-align: center; padding-bottom: 30px; } ul.nav-list li { margin-top: 20px; } } @media only screen and (max-width: 500px) { .grid-container { grid-template-columns: 1fr; } }
src/app/app.component.css
.page-container { width: 80%; margin: 0 auto; } .header-container { margin-top: 40px; display: flex; justify-content: space-between; } .header-logo { align-self: flex-start; } .header-logo img { max-width: 300px; align-self: flex-end; } .header-navbar { display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #939aaa; } ul.nav-list { margin: 0; padding: 0; text-align: right; } .header-navbar li { list-style: none; font-size: 26px; color: white; font-weight: bold; display: inline-block; } .header-navbar li a { text-decoration: none; } li.nav-list-items + li.nav-list-items { margin-left: 30px; } .grid-container { display: grid; grid-gap: 30px; grid-template-columns: 1fr 1fr 1fr; margin-top: 40px; } .grid-container .grid-item { border-bottom: 2px solid #3e7bce; height: 320px; } .grid-container .grid-item .grid-item-image { height: 250px; min-height: 200px; } .grid-container .grid-item .grid-item-text { position: relative; height: 70px; background: black; padding: 15px; } .grid-container .grid-item .grid-item-text em { position: absolute; bottom: 0; right: 0; background: #3e7bce; font-size: 12px; padding: 5px; display: inline-block; font-weight: bold; font-style: normal; color: black; } .grid-container .grid-item.grid-item-image-1 .grid-item-image { background-image: url("http://www.startrek.com/uploads/assets/articles/87bb030886c07ec73094ac6e91e86675c03e84c1.jpg"); background-size: cover; } .grid-container .grid-item.grid-item-image-2 .grid-item-image{ background-image: url("http://www.dailyleap.com/wp-content/uploads/2017/06/Cq4xpWCUkAAcJg5.jpg-large-640x799.jpg"); background-size: cover; } .grid-container .grid-item.grid-item-image-3 .grid-item-image { background-image: url("http://www.startrek.com/uploads/assets/articles/d5ba0790fee42267b3f89aa7998eeadfc4d3ebfb.jpg"); background-size: cover; } .grid-container .grid-item.span-2 { grid-column: span 2; } .footer-container { background-color: #000; margin-top: 30px; min-height: 500px; } .footer-container-page-width { width: 80%; margin: 0 auto; overflow: auto; padding: 40px 0 40px 0; text-align: center; } .footer-container .star-trek-logo { max-width: 230px; display: inline-block; margin-bottom: 30px; } .footer-container .copy-right { color: #939aaa; font-size: 14px; line-height: 24px; text-align: center; } .footer-container ul.footer-links { margin: 0; padding: 0; vertical-align: baseline; text-align: center; border-bottom: 1px solid #939aaa; } .footer-container .footer-links li { display: inline-block; padding: 0 20px 0 20px; height: 50px; } .footer-container .footer-links li a { color: #979797; font-size: 16px; font-weight: bold; text-decoration: none; } @media only screen and (max-width: 900px) { .grid-container { grid-template-columns: 1fr 1fr; } .grid-container .grid-item.span-2 { grid-column: span 1; } } @media only screen and (max-width: 1200px) { .header-container { display: block; } .header-container .header-navbar { margin-top: 30px; } ul.nav-list { text-align: center; padding-bottom: 30px; } ul.nav-list li { margin-top: 20px; } } @media only screen and (max-width: 500px) { .grid-container { grid-template-columns: 1fr; } }
0.335133
0.075007
 /************************* *******Typography****** **************************/ @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100); @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700); @import url(http://fonts.googleapis.com/css?family=Abel); /************************* *******login page CSS****** **************************/ #form { display: block; margin-bottom: 185px; margin-top: 185px; overflow: hidden; } .login-form { } .signup-form { } .login-form h2, .signup-form h2 { color: #696763; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; margin-bottom: 30px; } .login-form form input, .signup-form form input { background: #F0F0E9; border: medium none; color: #696763; display: block; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; height: 40px; margin-bottom: 10px; outline: medium none; padding-left: 10px; width: 100%; } .login-form form span{ line-height: 25px; } .login-form form span input { width: 15px; float: left; height: 15px; margin-right: 5px; } .login-form form button { margin-top: 23px; } .login-form form button, .signup-form form button { background: #FE980F; border: medium none; border-radius: 0; color: #FFFFFF; display: block; font-family: 'Roboto', sans-serif; padding: 6px 25px; } .login-form label{ } .login-form label input { border: medium none; display: inline-block; height: 0; margin-bottom: 0; outline: medium none; padding-left: 0; } .or{ background: #FE980F; border-radius: 40px; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; height: 50px; line-height: 50px; margin-top: 75px; text-align: center; width: 50px; } .step-one { margin-bottom: -10px } .register-req, .step-one .heading { background: none repeat scroll 0 0 #F0F0E9; color: #363432; font-size: 20px; margin-bottom: 35px; padding: 10px 25px; font-family: 'Roboto', sans-serif; } .checkout-options { padding-left: 20px } .checkout-options h3 { color: #363432; font-size: 20px; margin-bottom: 0; font-weight: normal; font-family: 'Roboto', sans-serif; } .checkout-options p { color: #434343; font-weight: 300; margin-bottom: 25px; } .checkout-options .nav li { float: left; margin-right: 45px; color: #696763; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: normal; } .checkout-options .nav label { font-weight: normal; } .checkout-options .nav li a { color: #FE980F; font-size: 18px; font-weight: normal; padding: 0 } .checkout-options .nav li a:hover { background: inherit; } .checkout-options .nav i { margin-right: 10px; border-radius: 50%; padding: 5px; background: #FE980F; color:#fff; font-size: 14px; padding: 2px 3px; } .shopper-info p, .bill-to p, .order-message p { color: #696763; font-size: 20px; font-weight: 300 } .form-two, .form-one { float: left; width: 47% } .shopper-info > form > input, .form-two > form > select, .form-two > form > input, .form-one > form > input { background:#F0F0E9; border: 0 none; margin-bottom:10px; padding: 10px; width: 100%; font-weight: 300 } .form-two > form > select { padding:10px 5px } .form-two { margin-left: 5% } /************************* *******paymentWrap CSS****** **************************/ .paymentWrap { padding: 50px; } .paymentWrap .paymentBtnGroup { max-width: 800px; margin: auto; } .paymentWrap .paymentBtnGroup .paymentMethod { padding: 40px; box-shadow: none; position: relative; } .paymentWrap .paymentBtnGroup .paymentMethod.active { outline: none !important; } .paymentWrap .paymentBtnGroup .paymentMethod.active .method { border-color: #4cd264; outline: none !important; box-shadow: 0px 3px 22px 0px #7b7b7b; } .paymentWrap .paymentBtnGroup .paymentMethod .method { position: absolute; right: 3px; top: 3px; bottom: 3px; left: 3px; background-size: contain; background-position: center; background-repeat: no-repeat; border: 2px solid transparent; transition: all 0.5s; } .paymentWrap .paymentBtnGroup .paymentMethod .method.visa { background-image: url(../imagespmt/bcash.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method.master-card { background-image: url(../imagespmt/ecash.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method.amex { background-image: url(../imagespmt/hcash.jpg); } .paymentWrap .paymentBtnGroup .paymentMethod .method.vishwa { background-image: url(../imagespmt/vcash.jpg) ; } .paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash { background-image: url(../imagespmt/pic4.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method:hover { border-color: #4cd264; outline: none !important; }
public/frontEnd/css/main.css
 /************************* *******Typography****** **************************/ @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100); @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700); @import url(http://fonts.googleapis.com/css?family=Abel); /************************* *******login page CSS****** **************************/ #form { display: block; margin-bottom: 185px; margin-top: 185px; overflow: hidden; } .login-form { } .signup-form { } .login-form h2, .signup-form h2 { color: #696763; font-family: 'Roboto', sans-serif; font-size: 20px; font-weight: 300; margin-bottom: 30px; } .login-form form input, .signup-form form input { background: #F0F0E9; border: medium none; color: #696763; display: block; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; height: 40px; margin-bottom: 10px; outline: medium none; padding-left: 10px; width: 100%; } .login-form form span{ line-height: 25px; } .login-form form span input { width: 15px; float: left; height: 15px; margin-right: 5px; } .login-form form button { margin-top: 23px; } .login-form form button, .signup-form form button { background: #FE980F; border: medium none; border-radius: 0; color: #FFFFFF; display: block; font-family: 'Roboto', sans-serif; padding: 6px 25px; } .login-form label{ } .login-form label input { border: medium none; display: inline-block; height: 0; margin-bottom: 0; outline: medium none; padding-left: 0; } .or{ background: #FE980F; border-radius: 40px; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-size: 16px; height: 50px; line-height: 50px; margin-top: 75px; text-align: center; width: 50px; } .step-one { margin-bottom: -10px } .register-req, .step-one .heading { background: none repeat scroll 0 0 #F0F0E9; color: #363432; font-size: 20px; margin-bottom: 35px; padding: 10px 25px; font-family: 'Roboto', sans-serif; } .checkout-options { padding-left: 20px } .checkout-options h3 { color: #363432; font-size: 20px; margin-bottom: 0; font-weight: normal; font-family: 'Roboto', sans-serif; } .checkout-options p { color: #434343; font-weight: 300; margin-bottom: 25px; } .checkout-options .nav li { float: left; margin-right: 45px; color: #696763; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: normal; } .checkout-options .nav label { font-weight: normal; } .checkout-options .nav li a { color: #FE980F; font-size: 18px; font-weight: normal; padding: 0 } .checkout-options .nav li a:hover { background: inherit; } .checkout-options .nav i { margin-right: 10px; border-radius: 50%; padding: 5px; background: #FE980F; color:#fff; font-size: 14px; padding: 2px 3px; } .shopper-info p, .bill-to p, .order-message p { color: #696763; font-size: 20px; font-weight: 300 } .form-two, .form-one { float: left; width: 47% } .shopper-info > form > input, .form-two > form > select, .form-two > form > input, .form-one > form > input { background:#F0F0E9; border: 0 none; margin-bottom:10px; padding: 10px; width: 100%; font-weight: 300 } .form-two > form > select { padding:10px 5px } .form-two { margin-left: 5% } /************************* *******paymentWrap CSS****** **************************/ .paymentWrap { padding: 50px; } .paymentWrap .paymentBtnGroup { max-width: 800px; margin: auto; } .paymentWrap .paymentBtnGroup .paymentMethod { padding: 40px; box-shadow: none; position: relative; } .paymentWrap .paymentBtnGroup .paymentMethod.active { outline: none !important; } .paymentWrap .paymentBtnGroup .paymentMethod.active .method { border-color: #4cd264; outline: none !important; box-shadow: 0px 3px 22px 0px #7b7b7b; } .paymentWrap .paymentBtnGroup .paymentMethod .method { position: absolute; right: 3px; top: 3px; bottom: 3px; left: 3px; background-size: contain; background-position: center; background-repeat: no-repeat; border: 2px solid transparent; transition: all 0.5s; } .paymentWrap .paymentBtnGroup .paymentMethod .method.visa { background-image: url(../imagespmt/bcash.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method.master-card { background-image: url(../imagespmt/ecash.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method.amex { background-image: url(../imagespmt/hcash.jpg); } .paymentWrap .paymentBtnGroup .paymentMethod .method.vishwa { background-image: url(../imagespmt/vcash.jpg) ; } .paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash { background-image: url(../imagespmt/pic4.png); } .paymentWrap .paymentBtnGroup .paymentMethod .method:hover { border-color: #4cd264; outline: none !important; }
0.262653
0.065247
:root{ --main-color:#4C84FF; --primary-bg-color:#fff; --secondary-bg-color:#eee; --primary-text-color:#222; --secondary-text-color:#666; } @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap'); *{ font-family: 'Roboto', sans-serif; margin:0; padding:0; box-sizing: border-box; text-transform: capitalize; outline: none; border:none; text-decoration: none; transition:all .3s cubic-bezier(.38,1.15,.7,1.12); } *::selection{ background-color: var(--main-color); color:#fff; } html{ font-size: 62.5%; overflow-x: hidden; } html::-webkit-scrollbar{ width:1.3rem; } html::-webkit-scrollbar-track{ background-color: var(--secondary-bg-color); } html::-webkit-scrollbar-thumb{ background-color: var(--main-color); } body{ background:var(--secondary-bg-color); } body.dark-theme{ --primary-bg-color:#252C48; --secondary-bg-color:#171C32; --primary-text-color:#fff; --secondary-text-color:#eee; } section{ min-height: 100vh; padding:1rem; padding:0 8%; } .btn{ display: inline-block; padding:.9rem 3.5rem; font-size: 2rem; background:none; color:#fff; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin-top: 1rem; z-index: 0; position: relative; overflow: hidden; border:.2rem solid var(--main-color); } .btn::before{ content: ''; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); border-radius: .5rem; background:var(--main-color); height:85%; width: 95%; z-index: -1; transition: .2s linear; } .btn:hover:before{ top:100%; transform: translate(-50%, 100%); } .btn:hover{ color:var(--primary-text-color); } .heading{ font-size: 5rem; color:var(--primary-text-color); text-align: center; padding:1rem; text-transform: uppercase; } .heading span{ color:var(--main-color); text-transform: uppercase; } #menu{ font-size: 2rem; background:var(--main-color); color:#fff; border-radius: 5rem; height:5rem; width:5rem; text-align: center; line-height: 5rem; position: fixed; top: 2rem; right:2rem; z-index: 1000; cursor: pointer; } #menu.fa-times{ transform:rotate(-180deg); } .navbar{ position: fixed; top:2.4rem; right:2.5rem; padding:1.1rem 2rem; padding-right: 4rem; z-index: 999; border:.2rem solid var(--main-color); border-radius: 1rem; background:var(--primary-bg-color); opacity: 0; transform-origin: top right; transform: scale(0); } .navbar.nav-toggle{ opacity: 1; transform: scale(1); } .navbar a{ display: block; font-size: 2rem; padding:1rem; padding-right: 7rem; color:var(--primary-text-color); } .navbar a:hover{ color:var(--main-color); transform: translateX(1rem); } .home{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .home .image{ flex:1 1 40rem; padding:1rem; text-align: center; } .home .image img{ height:50rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.3); border-top: 3rem solid var(--primary-bg-color); border-right: 3rem solid var(--primary-bg-color); border-bottom: 3rem solid var(--main-color); border-left: 3rem solid var(--main-color); border-radius: .5rem; } .home .content{ flex:1 1 40rem; padding:1rem; } .home .content .hello{ display: inline-block; padding:1rem 0; font-size: 2.6rem; color:var(--secondary-text-color); } .home .content h3{ color:var(--primary-text-color); font-size: 5rem; } .home .content h3 span{ color:var(--main-color); } .home .content p{ padding:1rem 0; color:var(--secondary-text-color); font-size: 2rem; } .about .row{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .about .row .box{ flex:1 1 40rem; background-color: var(--primary-bg-color); border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); padding:.5rem 1.5rem; margin:1.5rem; } .about .row .box .title{ color:var(--primary-text-color); font-size: 2.5rem; padding:1rem 0; } .about .row .box .progress{ padding:1rem 0; } .about .row .box .progress h3{ font-size: 1.7rem; color:var(--secondary-text-color); display: flex; justify-content: space-between; } .about .row .box .progress .bar{ height: 2.5rem; border-radius: .5rem; border:.2rem solid var(--main-color); padding:.5rem; margin:1rem 0; } .about .row .box .progress .bar span{ height: 100%; border-radius: .3rem; background-color: var(--main-color); display: block; } .about .row .box:nth-child(1) .progress:nth-child(3) .bar span{ width: 80%; } .about .row .box:nth-child(1) .progress:nth-child(4) .bar span{ width: 65%; } .about .row .box:nth-child(1) .progress:nth-child(5) .bar span{ width: 75%; } .about .row .box:nth-child(2) .progress:nth-child(2) .bar span{ width: 98%; } .about .row .box:nth-child(2) .progress:nth-child(3) .bar span{ width: 67%; } .about .row .box:nth-child(2) .progress:nth-child(4) .bar span{ width: 75%; } .about .row .box:nth-child(2) .progress:nth-child(5) .bar span{ width: 60%; } .about .row .box .exp-box{ padding:0 1.8rem; margin-top: 1rem; margin-bottom: 2rem; border-left: .2rem solid var(--main-color); position: relative; } .about .row .box .exp-box h3{ color:var(--main-color); font-size: 2rem; } .about .row .box .exp-box p{ color:var(--secondary-text-color); font-size: 1.5rem; padding:1rem 0; } .about .row .box .exp-box::before{ content:''; position: absolute; top:0; left: -1rem; border-radius: 50%; height: 2rem; width: 2rem; background: var(--main-color); } .about .download{ background:var(--primary-bg-color); border-radius: .5rem; text-align: center; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); padding:2rem; padding-bottom: 3rem; margin:1rem; } .services .box-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .services .box-container .box{ background:var(--primary-bg-color); border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin:1rem; padding:1rem; width:35rem; text-align: center; position: relative; z-index: 0; } .services .box-container .box .number{ position: absolute; top:1.5rem; left: 2rem; font-size: 2.5rem; color:var(--primary-text-color); } .services .box-container .box img{ height:7rem; width:7rem; margin:1rem; } .services .box-container .box h3{ font-size: 2rem; color:var(--main-color); } .services .box-container .box p{ font-size: 1.5rem; color:var(--secondary-text-color); padding:1rem; } .services .box-container .box::before{ content: ''; position: absolute; top:0; left: 0; height: 100%; width: 100%; background:var(--main-color); z-index: -1; clip-path: circle(25% at 0 0); opacity: .1; transition: .3s; } .services .box-container .box:hover::before{ clip-path: circle(100%); } .portfolio .button-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding:1rem 0; } .portfolio .button-container .btn{ margin:1rem; cursor: pointer; } .portfolio .image-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 1rem 0; } .portfolio .image-container .box{ width:35rem; margin: 1rem; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); overflow: hidden; height: 25rem; position: relative; border:1.5rem solid var(--primary-bg-color); cursor: pointer; } .portfolio .image-container .box img{ height: 100%; width: 100%; object-fit: cover; } .portfolio .image-container .box .info{ position: absolute; top:0; left: 0; height: 100%; width: 100%; background:var(--primary-bg-color); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; opacity: .9; transform: scale(0); } .portfolio .image-container .box:hover .info{ transform: scale(1); } .portfolio .image-container .box .info h3{ font-size: 2.5rem; color:var(--primary-text-color); } .blog .box-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .blog .box-container .box{ width:33rem; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin:1.5rem; background: var(--primary-bg-color); overflow: hidden; } .blog .box-container .box img{ width: 100%; height: 20rem; object-fit: cover; } .blog .box-container .box .content{ padding:1.5rem; } .blog .box-container .box .content .info{ border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); text-align: center; position: relative; font-size: 1.5rem; color:var(--primary-text-color); background:var(--secondary-bg-color); padding:1rem; margin-top: -4rem; margin-bottom: 1rem; } .blog .box-container .box .content .info i{ color:var(--main-color); padding:0 1rem; } .blog .box-container .box .content .title{ color:var(--primary-text-color); display: block; font-size: 2.5rem; padding:.5rem 0; } .blog .box-container .box .content .title:hover{ text-decoration: underline; color:var(--main-color); } .blog .box-container .box .content p{ color:var(--secondary-text-color); padding:.5rem 0; font-size: 1.5rem; } .contact .row{ display: flex; justify-content: center; flex-wrap: wrap; } .contact .row form{ flex:1 1 40rem; background: var(--primary-bg-color); padding: 2rem; margin:1rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; } .contact .row .map{ flex:1 1 40rem; margin:1rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; border:2rem solid var(--primary-bg-color); width:100%; } .contact .row form .inputBox{ display: flex; justify-content: space-between; flex-wrap: wrap; } .contact .row form input, .contact .row form textarea{ padding:1rem 0; margin:1rem 0; font-size: 1.7rem; border-bottom: .1rem solid var(--secondary-text-color); text-transform: none; background:none; color:var(--main-color); width: 100%; } .contact .row form input::placeholder, .contact .row form textarea::placeholder{ text-transform: capitalize; color:var(--secondary-text-color); } .contact .row form input:focus, .contact .row form textarea:focus{ border-color: var(--main-color); } .contact .row form .inputBox input{ width:49%; } .contact .row form textarea{ height: 15rem; resize: none; } .contact .row form .btn{ cursor: pointer; } .contact .box-container{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } .contact .box-container .box{ flex:1 1 30rem; margin:1rem; padding:3rem 1rem; background:var(--primary-bg-color); box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; text-align: center; } .contact .box-container .box i{ height: 6rem; width:6rem; line-height: 6rem; border-radius: 50%; font-size: 3rem; background:var(--secondary-bg-color); color:var(--main-color); } .contact .box-container .box h3{ color:var(--primary-text-color); padding:1rem 0; font-size: 2rem; } .contact .box-container .box p{ font-size: 1.5rem; color:var(--secondary-text-color); } .footer{ padding:2.5rem 1rem; text-align: center; font-size: 2rem; color:var(--primary-text-color); background: var(--primary-bg-color); margin-top: 1rem; } .footer span{ color:var(--main-color); } #theme-toggler{ position: fixed; top:8.5rem; right:2rem; z-index: 998; height: 5rem; width:5rem; line-height: 5rem; text-align: center; font-size: 2rem; background:var(--main-color); color:#fff; cursor: pointer; border-radius: 5rem; } #theme-toggler.fa-sun{ transform:rotate(-180deg); } /* media queries */ @media (max-width:991px){ html{ font-size: 55%; } section{ padding:1rem; padding: 0 3%; } } @media (max-width:768px){ .home .image img{ height: auto; width: 100%; } } @media (max-width:400px){ html{ font-size: 50%; } .services .box-container .box{ width: 100%; } .portfolio .image-container .box{ width:100%; } .blog .box-container .box{ width:100%; } .contact .row form .inputBox input{ width:100%; } }
public/frountend/css/style.css
:root{ --main-color:#4C84FF; --primary-bg-color:#fff; --secondary-bg-color:#eee; --primary-text-color:#222; --secondary-text-color:#666; } @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap'); *{ font-family: 'Roboto', sans-serif; margin:0; padding:0; box-sizing: border-box; text-transform: capitalize; outline: none; border:none; text-decoration: none; transition:all .3s cubic-bezier(.38,1.15,.7,1.12); } *::selection{ background-color: var(--main-color); color:#fff; } html{ font-size: 62.5%; overflow-x: hidden; } html::-webkit-scrollbar{ width:1.3rem; } html::-webkit-scrollbar-track{ background-color: var(--secondary-bg-color); } html::-webkit-scrollbar-thumb{ background-color: var(--main-color); } body{ background:var(--secondary-bg-color); } body.dark-theme{ --primary-bg-color:#252C48; --secondary-bg-color:#171C32; --primary-text-color:#fff; --secondary-text-color:#eee; } section{ min-height: 100vh; padding:1rem; padding:0 8%; } .btn{ display: inline-block; padding:.9rem 3.5rem; font-size: 2rem; background:none; color:#fff; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin-top: 1rem; z-index: 0; position: relative; overflow: hidden; border:.2rem solid var(--main-color); } .btn::before{ content: ''; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); border-radius: .5rem; background:var(--main-color); height:85%; width: 95%; z-index: -1; transition: .2s linear; } .btn:hover:before{ top:100%; transform: translate(-50%, 100%); } .btn:hover{ color:var(--primary-text-color); } .heading{ font-size: 5rem; color:var(--primary-text-color); text-align: center; padding:1rem; text-transform: uppercase; } .heading span{ color:var(--main-color); text-transform: uppercase; } #menu{ font-size: 2rem; background:var(--main-color); color:#fff; border-radius: 5rem; height:5rem; width:5rem; text-align: center; line-height: 5rem; position: fixed; top: 2rem; right:2rem; z-index: 1000; cursor: pointer; } #menu.fa-times{ transform:rotate(-180deg); } .navbar{ position: fixed; top:2.4rem; right:2.5rem; padding:1.1rem 2rem; padding-right: 4rem; z-index: 999; border:.2rem solid var(--main-color); border-radius: 1rem; background:var(--primary-bg-color); opacity: 0; transform-origin: top right; transform: scale(0); } .navbar.nav-toggle{ opacity: 1; transform: scale(1); } .navbar a{ display: block; font-size: 2rem; padding:1rem; padding-right: 7rem; color:var(--primary-text-color); } .navbar a:hover{ color:var(--main-color); transform: translateX(1rem); } .home{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .home .image{ flex:1 1 40rem; padding:1rem; text-align: center; } .home .image img{ height:50rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.3); border-top: 3rem solid var(--primary-bg-color); border-right: 3rem solid var(--primary-bg-color); border-bottom: 3rem solid var(--main-color); border-left: 3rem solid var(--main-color); border-radius: .5rem; } .home .content{ flex:1 1 40rem; padding:1rem; } .home .content .hello{ display: inline-block; padding:1rem 0; font-size: 2.6rem; color:var(--secondary-text-color); } .home .content h3{ color:var(--primary-text-color); font-size: 5rem; } .home .content h3 span{ color:var(--main-color); } .home .content p{ padding:1rem 0; color:var(--secondary-text-color); font-size: 2rem; } .about .row{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .about .row .box{ flex:1 1 40rem; background-color: var(--primary-bg-color); border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); padding:.5rem 1.5rem; margin:1.5rem; } .about .row .box .title{ color:var(--primary-text-color); font-size: 2.5rem; padding:1rem 0; } .about .row .box .progress{ padding:1rem 0; } .about .row .box .progress h3{ font-size: 1.7rem; color:var(--secondary-text-color); display: flex; justify-content: space-between; } .about .row .box .progress .bar{ height: 2.5rem; border-radius: .5rem; border:.2rem solid var(--main-color); padding:.5rem; margin:1rem 0; } .about .row .box .progress .bar span{ height: 100%; border-radius: .3rem; background-color: var(--main-color); display: block; } .about .row .box:nth-child(1) .progress:nth-child(3) .bar span{ width: 80%; } .about .row .box:nth-child(1) .progress:nth-child(4) .bar span{ width: 65%; } .about .row .box:nth-child(1) .progress:nth-child(5) .bar span{ width: 75%; } .about .row .box:nth-child(2) .progress:nth-child(2) .bar span{ width: 98%; } .about .row .box:nth-child(2) .progress:nth-child(3) .bar span{ width: 67%; } .about .row .box:nth-child(2) .progress:nth-child(4) .bar span{ width: 75%; } .about .row .box:nth-child(2) .progress:nth-child(5) .bar span{ width: 60%; } .about .row .box .exp-box{ padding:0 1.8rem; margin-top: 1rem; margin-bottom: 2rem; border-left: .2rem solid var(--main-color); position: relative; } .about .row .box .exp-box h3{ color:var(--main-color); font-size: 2rem; } .about .row .box .exp-box p{ color:var(--secondary-text-color); font-size: 1.5rem; padding:1rem 0; } .about .row .box .exp-box::before{ content:''; position: absolute; top:0; left: -1rem; border-radius: 50%; height: 2rem; width: 2rem; background: var(--main-color); } .about .download{ background:var(--primary-bg-color); border-radius: .5rem; text-align: center; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); padding:2rem; padding-bottom: 3rem; margin:1rem; } .services .box-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .services .box-container .box{ background:var(--primary-bg-color); border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin:1rem; padding:1rem; width:35rem; text-align: center; position: relative; z-index: 0; } .services .box-container .box .number{ position: absolute; top:1.5rem; left: 2rem; font-size: 2.5rem; color:var(--primary-text-color); } .services .box-container .box img{ height:7rem; width:7rem; margin:1rem; } .services .box-container .box h3{ font-size: 2rem; color:var(--main-color); } .services .box-container .box p{ font-size: 1.5rem; color:var(--secondary-text-color); padding:1rem; } .services .box-container .box::before{ content: ''; position: absolute; top:0; left: 0; height: 100%; width: 100%; background:var(--main-color); z-index: -1; clip-path: circle(25% at 0 0); opacity: .1; transition: .3s; } .services .box-container .box:hover::before{ clip-path: circle(100%); } .portfolio .button-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding:1rem 0; } .portfolio .button-container .btn{ margin:1rem; cursor: pointer; } .portfolio .image-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 1rem 0; } .portfolio .image-container .box{ width:35rem; margin: 1rem; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); overflow: hidden; height: 25rem; position: relative; border:1.5rem solid var(--primary-bg-color); cursor: pointer; } .portfolio .image-container .box img{ height: 100%; width: 100%; object-fit: cover; } .portfolio .image-container .box .info{ position: absolute; top:0; left: 0; height: 100%; width: 100%; background:var(--primary-bg-color); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; opacity: .9; transform: scale(0); } .portfolio .image-container .box:hover .info{ transform: scale(1); } .portfolio .image-container .box .info h3{ font-size: 2.5rem; color:var(--primary-text-color); } .blog .box-container{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .blog .box-container .box{ width:33rem; border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); margin:1.5rem; background: var(--primary-bg-color); overflow: hidden; } .blog .box-container .box img{ width: 100%; height: 20rem; object-fit: cover; } .blog .box-container .box .content{ padding:1.5rem; } .blog .box-container .box .content .info{ border-radius: .5rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); text-align: center; position: relative; font-size: 1.5rem; color:var(--primary-text-color); background:var(--secondary-bg-color); padding:1rem; margin-top: -4rem; margin-bottom: 1rem; } .blog .box-container .box .content .info i{ color:var(--main-color); padding:0 1rem; } .blog .box-container .box .content .title{ color:var(--primary-text-color); display: block; font-size: 2.5rem; padding:.5rem 0; } .blog .box-container .box .content .title:hover{ text-decoration: underline; color:var(--main-color); } .blog .box-container .box .content p{ color:var(--secondary-text-color); padding:.5rem 0; font-size: 1.5rem; } .contact .row{ display: flex; justify-content: center; flex-wrap: wrap; } .contact .row form{ flex:1 1 40rem; background: var(--primary-bg-color); padding: 2rem; margin:1rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; } .contact .row .map{ flex:1 1 40rem; margin:1rem; box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; border:2rem solid var(--primary-bg-color); width:100%; } .contact .row form .inputBox{ display: flex; justify-content: space-between; flex-wrap: wrap; } .contact .row form input, .contact .row form textarea{ padding:1rem 0; margin:1rem 0; font-size: 1.7rem; border-bottom: .1rem solid var(--secondary-text-color); text-transform: none; background:none; color:var(--main-color); width: 100%; } .contact .row form input::placeholder, .contact .row form textarea::placeholder{ text-transform: capitalize; color:var(--secondary-text-color); } .contact .row form input:focus, .contact .row form textarea:focus{ border-color: var(--main-color); } .contact .row form .inputBox input{ width:49%; } .contact .row form textarea{ height: 15rem; resize: none; } .contact .row form .btn{ cursor: pointer; } .contact .box-container{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } .contact .box-container .box{ flex:1 1 30rem; margin:1rem; padding:3rem 1rem; background:var(--primary-bg-color); box-shadow: 0 .5rem 1rem rgba(0,0,0,.1); border-radius: .5rem; text-align: center; } .contact .box-container .box i{ height: 6rem; width:6rem; line-height: 6rem; border-radius: 50%; font-size: 3rem; background:var(--secondary-bg-color); color:var(--main-color); } .contact .box-container .box h3{ color:var(--primary-text-color); padding:1rem 0; font-size: 2rem; } .contact .box-container .box p{ font-size: 1.5rem; color:var(--secondary-text-color); } .footer{ padding:2.5rem 1rem; text-align: center; font-size: 2rem; color:var(--primary-text-color); background: var(--primary-bg-color); margin-top: 1rem; } .footer span{ color:var(--main-color); } #theme-toggler{ position: fixed; top:8.5rem; right:2rem; z-index: 998; height: 5rem; width:5rem; line-height: 5rem; text-align: center; font-size: 2rem; background:var(--main-color); color:#fff; cursor: pointer; border-radius: 5rem; } #theme-toggler.fa-sun{ transform:rotate(-180deg); } /* media queries */ @media (max-width:991px){ html{ font-size: 55%; } section{ padding:1rem; padding: 0 3%; } } @media (max-width:768px){ .home .image img{ height: auto; width: 100%; } } @media (max-width:400px){ html{ font-size: 50%; } .services .box-container .box{ width: 100%; } .portfolio .image-container .box{ width:100%; } .blog .box-container .box{ width:100%; } .contact .row form .inputBox input{ width:100%; } }
0.437703
0.083516
*{ primary : #2A2E37; secondary : #FFFF8D; secondary-hover : #ffe538; text_color : white; hover_text : #B2B2B2; } /* Styling For Main First Login Home Screen */ .root{ -fx-background-color:primary; } #login_pane{ -fx-background-image:url("bg.jpg"); -fx-background-position: center; -fx-background-size: 1000px 600px; -fx-effect:dropshadow(gaussian,black,50,0.1,0,10); } /* Styling for Recruiter Login Buttons*/ .recruiter_btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:20px; -fx-background-radius:0 20 20 0; /*-fx-effect:dropshadow(gaussian, black,10,0.1,0,5);*/ } .recruiter_btn:hover{ -fx-scale-y:1.1; -fx-scale-x:1.1; -fx-translate-x:5px; } .recruiter_btn:pressed{ -fx-scale-y:1; -fx-scale-x:1; -fx-translate-x: 0; } /* Styling for Student Login Buttons*/ .student_btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:20px; -fx-background-radius:20 0 0 20; /* -fx-effect:dropshadow(gaussian,black,10,0.1,0,5); */ } .student_btn:hover{ -fx-scale-y:1.1; -fx-scale-x:1.1; -fx-translate-x:-5px; } .student_btn:pressed{ -fx-scale-y:1; -fx-scale-x:1; -fx-translate-x: 0; } .login_label{ -fx-font-size:40; -fx-text-fill: #fff; -fx-font-style: italic; -fx-font-family: DFPOP1-W9; } .light{ -fx-background-color: rgba(0, 255, 23, 0.71); -fx-background-radius: 0 10 0 10 ; } /* Styling for Login Form Screen */ .trans{ -fx-background-image:url("bg.jpg"); -fx-background-position: center; -fx-background-size: 900px 500px; } #login_input_pane{ -fx-background-color: rgba(255,255,255,0.5); -fx-background-radius:15px; } .login-btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:17px; -fx-background-radius:10px; } .login-btn:hover{ -fx-scale-x:1.05; -fx-scale-y:1.05; } .login-btn:pressed{ -fx-scale-x:1; -fx-scale-y:1; } /* Styling for Signup Form Screen */ #signup_input_pane{ -fx-background-color: rgba(255,255,255,0.5); -fx-pref-width: 850px; -fx-pref-height: 450px; -fx-background-radius: 20; } #pro_img_pre{ -fx-background-radius: 10; } #test{ -fx-background-color: #fff; -fx-background-radius: 100; } .signup-label{ -fx-text-fill: #000; -fx-font-size: 20px; } .signup-btn{ -fx-background-color: primary; -fx-pref-width: 100px; -fx-pref-height: 40px; -fx-text-fill: #fff; -fx-font-size: 17px; -fx-background-radius: 10px; -fx-effect: dropshadow(gaussian, secondary,0,1.0,0,5); } /*.signup-btn:hover{ -fx-scale-y: 1.05; -fx-scale-x: 1.05; }*/ .signup-btn:pressed{ -fx-translate-y: 5px; -fx-effect: dropshadow(gaussian,#00cd15,0,1.0,0,0); }
src/grp/anon/login/loginStyle.css
*{ primary : #2A2E37; secondary : #FFFF8D; secondary-hover : #ffe538; text_color : white; hover_text : #B2B2B2; } /* Styling For Main First Login Home Screen */ .root{ -fx-background-color:primary; } #login_pane{ -fx-background-image:url("bg.jpg"); -fx-background-position: center; -fx-background-size: 1000px 600px; -fx-effect:dropshadow(gaussian,black,50,0.1,0,10); } /* Styling for Recruiter Login Buttons*/ .recruiter_btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:20px; -fx-background-radius:0 20 20 0; /*-fx-effect:dropshadow(gaussian, black,10,0.1,0,5);*/ } .recruiter_btn:hover{ -fx-scale-y:1.1; -fx-scale-x:1.1; -fx-translate-x:5px; } .recruiter_btn:pressed{ -fx-scale-y:1; -fx-scale-x:1; -fx-translate-x: 0; } /* Styling for Student Login Buttons*/ .student_btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:20px; -fx-background-radius:20 0 0 20; /* -fx-effect:dropshadow(gaussian,black,10,0.1,0,5); */ } .student_btn:hover{ -fx-scale-y:1.1; -fx-scale-x:1.1; -fx-translate-x:-5px; } .student_btn:pressed{ -fx-scale-y:1; -fx-scale-x:1; -fx-translate-x: 0; } .login_label{ -fx-font-size:40; -fx-text-fill: #fff; -fx-font-style: italic; -fx-font-family: DFPOP1-W9; } .light{ -fx-background-color: rgba(0, 255, 23, 0.71); -fx-background-radius: 0 10 0 10 ; } /* Styling for Login Form Screen */ .trans{ -fx-background-image:url("bg.jpg"); -fx-background-position: center; -fx-background-size: 900px 500px; } #login_input_pane{ -fx-background-color: rgba(255,255,255,0.5); -fx-background-radius:15px; } .login-btn{ -fx-pref-width:100px; -fx-pref-height:50px; -fx-background-color:#00ff17; -fx-text-fill:#fff; -fx-font-size:17px; -fx-background-radius:10px; } .login-btn:hover{ -fx-scale-x:1.05; -fx-scale-y:1.05; } .login-btn:pressed{ -fx-scale-x:1; -fx-scale-y:1; } /* Styling for Signup Form Screen */ #signup_input_pane{ -fx-background-color: rgba(255,255,255,0.5); -fx-pref-width: 850px; -fx-pref-height: 450px; -fx-background-radius: 20; } #pro_img_pre{ -fx-background-radius: 10; } #test{ -fx-background-color: #fff; -fx-background-radius: 100; } .signup-label{ -fx-text-fill: #000; -fx-font-size: 20px; } .signup-btn{ -fx-background-color: primary; -fx-pref-width: 100px; -fx-pref-height: 40px; -fx-text-fill: #fff; -fx-font-size: 17px; -fx-background-radius: 10px; -fx-effect: dropshadow(gaussian, secondary,0,1.0,0,5); } /*.signup-btn:hover{ -fx-scale-y: 1.05; -fx-scale-x: 1.05; }*/ .signup-btn:pressed{ -fx-translate-y: 5px; -fx-effect: dropshadow(gaussian,#00cd15,0,1.0,0,0); }
0.244814
0.048812
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700); /* line 2, ../sass/style.scss */ * { margin: 0px; padding: 0px; font-family: 'Noto Serif'; } /* line 7, ../sass/style.scss */ #user_text { width: 100%; margin-top: 40px; font-size: 20px; background-color: transparent; border: none; border-bottom: 3px solid #fff; color: #fff; } /* line 16, ../sass/style.scss */ #user_text:active, #user_text:focus { outline: none; } /* line 19, ../sass/style.scss */ .central { position: relative; width: 300px; height: 100%; margin: 0 auto; } /* line 25, ../sass/style.scss */ .button { width: 100%; height: 20px; padding: 5px 0px; color: #fff; font-size: 24px; text-align: center; line-height: 20px; background-color: #222; opacity: .3; border-radius: 0px 0px 3px 3px; cursor: pointer; -webkit-transition: opacity ease .3s; } /* line 41, ../sass/style.scss */ .button:hover { opacity: .8; } /* line 44, ../sass/style.scss */ .bottom-morze { position: absolute; width: 100%; height: 20px; bottom: 0px; } /* line 50, ../sass/style.scss */ .wrapper { position: absolute; text-align: center; width: 100%; height: 100%; } /* line 56, ../sass/style.scss */ .bg { position: absolute; width: 100%; height: 100%; background: url(https://www.wired.com/wp-content/uploads/2014/10/ut_interstellarOpener_f.png) 50% 50%; background-size: cover; filter: brightness(1); -webkit-filter: brightness(1); } /* line 66, ../sass/style.scss */ footer { position: absolute; width: 100%; height: 40px; bottom: 0; } /* line 72, ../sass/style.scss */ footer > div { height: 100%; width: 200px; margin: 0 auto; } /* line 77, ../sass/style.scss */ .text { height: 30px; width: 40px; margin: 5px 10px 5px 0; border-radius: 5px; color: rgba(255, 255, 255, 0.6); text-align: center; float: left; background-color: rgba(0, 0, 0, 0.5); line-height: 30px; font-size: 20px; } /* line 90, ../sass/style.scss */ .morze { list-style: none; float: left; height: 30px; padding: 5px 0; } /* line 96, ../sass/style.scss */ .morze > li { width: 30px; height: 100%; float: left; color: #fff; text-align: center; background-color: rgba(255, 255, 255, 0.2); } /* line 104, ../sass/style.scss */ .morze > li:first-child { border-radius: 5px 0 0 5px; } /* line 107, ../sass/style.scss */ .morze > li:last-child { border-radius: 0 5px 5px 0; }
animation-master/animation56/stylesheets/style.css
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700); /* line 2, ../sass/style.scss */ * { margin: 0px; padding: 0px; font-family: 'Noto Serif'; } /* line 7, ../sass/style.scss */ #user_text { width: 100%; margin-top: 40px; font-size: 20px; background-color: transparent; border: none; border-bottom: 3px solid #fff; color: #fff; } /* line 16, ../sass/style.scss */ #user_text:active, #user_text:focus { outline: none; } /* line 19, ../sass/style.scss */ .central { position: relative; width: 300px; height: 100%; margin: 0 auto; } /* line 25, ../sass/style.scss */ .button { width: 100%; height: 20px; padding: 5px 0px; color: #fff; font-size: 24px; text-align: center; line-height: 20px; background-color: #222; opacity: .3; border-radius: 0px 0px 3px 3px; cursor: pointer; -webkit-transition: opacity ease .3s; } /* line 41, ../sass/style.scss */ .button:hover { opacity: .8; } /* line 44, ../sass/style.scss */ .bottom-morze { position: absolute; width: 100%; height: 20px; bottom: 0px; } /* line 50, ../sass/style.scss */ .wrapper { position: absolute; text-align: center; width: 100%; height: 100%; } /* line 56, ../sass/style.scss */ .bg { position: absolute; width: 100%; height: 100%; background: url(https://www.wired.com/wp-content/uploads/2014/10/ut_interstellarOpener_f.png) 50% 50%; background-size: cover; filter: brightness(1); -webkit-filter: brightness(1); } /* line 66, ../sass/style.scss */ footer { position: absolute; width: 100%; height: 40px; bottom: 0; } /* line 72, ../sass/style.scss */ footer > div { height: 100%; width: 200px; margin: 0 auto; } /* line 77, ../sass/style.scss */ .text { height: 30px; width: 40px; margin: 5px 10px 5px 0; border-radius: 5px; color: rgba(255, 255, 255, 0.6); text-align: center; float: left; background-color: rgba(0, 0, 0, 0.5); line-height: 30px; font-size: 20px; } /* line 90, ../sass/style.scss */ .morze { list-style: none; float: left; height: 30px; padding: 5px 0; } /* line 96, ../sass/style.scss */ .morze > li { width: 30px; height: 100%; float: left; color: #fff; text-align: center; background-color: rgba(255, 255, 255, 0.2); } /* line 104, ../sass/style.scss */ .morze > li:first-child { border-radius: 5px 0 0 5px; } /* line 107, ../sass/style.scss */ .morze > li:last-child { border-radius: 0 5px 5px 0; }
0.243912
0.065995
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); @font-face { font-family: 'Poppins-regular'; src: url(./fonts/Poppins-Regular.ttf); } * { margin: 0px; padding: 0px; box-sizing: border-box; } /* Base style for all layouts (mobile, tablet, and desktop). */ body { font-family: 'Poppins-regular', sans-serif; font-size: 20px; letter-spacing: 1px; word-spacing: 2px; } header { text-align: center; } header h1 { padding: 30px; } section { margin: 25px; } section h2 { padding: 10px; text-align: center; margin-bottom: 20px; } section ul { list-style: none; } section ul li { padding: 15px; border-radius: 5px; } section ul li h3 { text-align: center; padding: 10px; } p { margin: 5px; padding: 5px; } p::first-letter { font-size: 1.5rem; color: red; font-weight: bold; } p::selection { background: yellow; color: red; } h3:hover { color: white; transition: 0.4s ease; background: linear-gradient(to right, #0bcc4b, #a1d8ad); border: 1px solid white; border-radius: 3px; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(3px 3px 3px orangered); } img { width: 100%; margin: 10px; border-radius: 3px; } img:hover { border: 1px solid orangered; border-radius: 3px; transition: 0.4s ease; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(5px 5px 5px orangered); } p { font-family: 'Architects Daughter', cursive; } p:hover { color: white; transition: 0.4s ease; background: linear-gradient(to right, #0bcc4b, #a1d8ad); border: 1px solid white; border-radius: 3px; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(5px 5px 5px orangered); } /* Mobile Styles */ @media screen and (max-width: 599px) { body { background: lightgoldenrodyellow; } /* header { height: 13vh; } */ h1 { /* height: 13vh; */ background: linear-gradient(to right, red, white); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { background: linear-gradient(to right, white, blue); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #4000cc; } img { width: 95%; } p { font-size: 1rem; color: gray; background: lightgoldenrodyellow; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 10px; line-height: 1.4rem; max-height: 200px; overflow: auto; } .grid-item { background: lightsalmon; border: 1px solid gray; margin-bottom: 20px; } } /* Tablet Styles */ @media screen and (min-width: 600px) and (max-width: 1023px) { body { background: lightsteelblue; } /* header { height: 15vh; } */ h1 { font-size: 4rem; /* height: 15vh; */ background: linear-gradient(to right, red, black); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { font-size: 3rem; background: linear-gradient(to right, black, red); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #003366; height: 12vh; overflow: auto; /* added for update */ } img { width: 90%; } p { font-size: 1rem; color: black; background: lightsteelblue; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 15px; line-height: 1.3rem; max-height: 150px; overflow: auto; width: 90%; } /* grid with floats */ .grid-floats .grid-item { background: lightpink; border: 1px solid gray; float: left; width: 30%; margin: 10px; padding: 10px; min-height: 65vh; } .grid-floats .grid-item:nth-child(-n + 2) { width: 46%; min-height: 80vh; } /* a small trick to delete float property */ .grid-floats::after { content: ''; clear: both; display: table; } /* grid with flexbox */ .grid-flex { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: 10px; /* added for update */ } .grid-flex .grid-item { background: lightgoldenrodyellow; border: 1px solid gray; /* width: 30%; */ flex-basis: calc(33.33% - 10px); /* added for update */ /* margin: 10px; */ margin: 0 10px 10px 0; /* added for update */ padding: 10px; /* min-height: 65vh; */ } .grid-flex .grid-item:nth-child(-n + 2) { /* width: 46%; */ flex-basis: calc(50% - 10px); /* min-height: 80vh; */ } } /* Desktop Styles */ @media screen and (min-width: 1024px) { body { background: #cc99ff; } /* header { height: 15vh; } */ h1 { font-size: 4rem; /* height: 15vh; */ background: linear-gradient(to right, black, red); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { font-size: 3rem; background: linear-gradient(to right, red, black); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #990033; border: 1px solid #990033; border-radius: 3px; height: 12vh; overflow: auto; } h3:hover { transform: scale(1); } img { width: 95%; } img:hover { transform: scale(1); } p { font-size: 1.2rem; color: black; background: lightsalmon; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 10px; line-height: 1.3rem; max-height: 175px; overflow: auto; width: 95%; } p:hover { transform: scale(1); } /* grid with floats */ .grid-floats .grid-item { background: lightyellow; border: 1px solid gray; float: left; width: 23%; margin: 10px; padding: 10px; height: 80vh; } .grid-floats .grid-item:first-child { width: 47%; } .grid-floats .grid-item:first-child img { width: 95%; height: 300px; } /* .grid-floats .grid-item:first-child p { height: 100px; } */ /* a small trick to delete float property */ .grid-floats::after { content: ''; clear: both; display: table; } /* grid with flexbox */ .grid-flex { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: 10px; /* added for update */ } .grid-flex .grid-item { background: #99ffcc; border: 1px solid gray; /* width: 23%; */ flex-basis: calc(25% - 10px); /* added for update */ /* margin: 10px; */ margin: 0 10px 10px 0; /* added for update */ padding: 10px; /* height: 80vh; */ } .grid-flex .grid-item:first-child { /* width: 47%; */ flex-basis: calc(50% - 10px); /* added for update */ } /* .grid-flex .grid-item:first-child img { width: 95%; height: 300px; } */ /* .grid-flex .grid-item:first-child p { height: 100px; } */ }
week2/drones-website/style.css
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); @font-face { font-family: 'Poppins-regular'; src: url(./fonts/Poppins-Regular.ttf); } * { margin: 0px; padding: 0px; box-sizing: border-box; } /* Base style for all layouts (mobile, tablet, and desktop). */ body { font-family: 'Poppins-regular', sans-serif; font-size: 20px; letter-spacing: 1px; word-spacing: 2px; } header { text-align: center; } header h1 { padding: 30px; } section { margin: 25px; } section h2 { padding: 10px; text-align: center; margin-bottom: 20px; } section ul { list-style: none; } section ul li { padding: 15px; border-radius: 5px; } section ul li h3 { text-align: center; padding: 10px; } p { margin: 5px; padding: 5px; } p::first-letter { font-size: 1.5rem; color: red; font-weight: bold; } p::selection { background: yellow; color: red; } h3:hover { color: white; transition: 0.4s ease; background: linear-gradient(to right, #0bcc4b, #a1d8ad); border: 1px solid white; border-radius: 3px; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(3px 3px 3px orangered); } img { width: 100%; margin: 10px; border-radius: 3px; } img:hover { border: 1px solid orangered; border-radius: 3px; transition: 0.4s ease; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(5px 5px 5px orangered); } p { font-family: 'Architects Daughter', cursive; } p:hover { color: white; transition: 0.4s ease; background: linear-gradient(to right, #0bcc4b, #a1d8ad); border: 1px solid white; border-radius: 3px; cursor: pointer; transform: scale(1.05); z-index: 1; filter: drop-shadow(5px 5px 5px orangered); } /* Mobile Styles */ @media screen and (max-width: 599px) { body { background: lightgoldenrodyellow; } /* header { height: 13vh; } */ h1 { /* height: 13vh; */ background: linear-gradient(to right, red, white); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { background: linear-gradient(to right, white, blue); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #4000cc; } img { width: 95%; } p { font-size: 1rem; color: gray; background: lightgoldenrodyellow; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 10px; line-height: 1.4rem; max-height: 200px; overflow: auto; } .grid-item { background: lightsalmon; border: 1px solid gray; margin-bottom: 20px; } } /* Tablet Styles */ @media screen and (min-width: 600px) and (max-width: 1023px) { body { background: lightsteelblue; } /* header { height: 15vh; } */ h1 { font-size: 4rem; /* height: 15vh; */ background: linear-gradient(to right, red, black); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { font-size: 3rem; background: linear-gradient(to right, black, red); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #003366; height: 12vh; overflow: auto; /* added for update */ } img { width: 90%; } p { font-size: 1rem; color: black; background: lightsteelblue; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 15px; line-height: 1.3rem; max-height: 150px; overflow: auto; width: 90%; } /* grid with floats */ .grid-floats .grid-item { background: lightpink; border: 1px solid gray; float: left; width: 30%; margin: 10px; padding: 10px; min-height: 65vh; } .grid-floats .grid-item:nth-child(-n + 2) { width: 46%; min-height: 80vh; } /* a small trick to delete float property */ .grid-floats::after { content: ''; clear: both; display: table; } /* grid with flexbox */ .grid-flex { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: 10px; /* added for update */ } .grid-flex .grid-item { background: lightgoldenrodyellow; border: 1px solid gray; /* width: 30%; */ flex-basis: calc(33.33% - 10px); /* added for update */ /* margin: 10px; */ margin: 0 10px 10px 0; /* added for update */ padding: 10px; /* min-height: 65vh; */ } .grid-flex .grid-item:nth-child(-n + 2) { /* width: 46%; */ flex-basis: calc(50% - 10px); /* min-height: 80vh; */ } } /* Desktop Styles */ @media screen and (min-width: 1024px) { body { background: #cc99ff; } /* header { height: 15vh; } */ h1 { font-size: 4rem; /* height: 15vh; */ background: linear-gradient(to right, black, red); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h2 { font-size: 3rem; background: linear-gradient(to right, red, black); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } h3 { color: #990033; border: 1px solid #990033; border-radius: 3px; height: 12vh; overflow: auto; } h3:hover { transform: scale(1); } img { width: 95%; } img:hover { transform: scale(1); } p { font-size: 1.2rem; color: black; background: lightsalmon; margin: 10px; border-radius: 3px; border: 1px solid gray; padding: 10px; line-height: 1.3rem; max-height: 175px; overflow: auto; width: 95%; } p:hover { transform: scale(1); } /* grid with floats */ .grid-floats .grid-item { background: lightyellow; border: 1px solid gray; float: left; width: 23%; margin: 10px; padding: 10px; height: 80vh; } .grid-floats .grid-item:first-child { width: 47%; } .grid-floats .grid-item:first-child img { width: 95%; height: 300px; } /* .grid-floats .grid-item:first-child p { height: 100px; } */ /* a small trick to delete float property */ .grid-floats::after { content: ''; clear: both; display: table; } /* grid with flexbox */ .grid-flex { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: 10px; /* added for update */ } .grid-flex .grid-item { background: #99ffcc; border: 1px solid gray; /* width: 23%; */ flex-basis: calc(25% - 10px); /* added for update */ /* margin: 10px; */ margin: 0 10px 10px 0; /* added for update */ padding: 10px; /* height: 80vh; */ } .grid-flex .grid-item:first-child { /* width: 47%; */ flex-basis: calc(50% - 10px); /* added for update */ } /* .grid-flex .grid-item:first-child img { width: 95%; height: 300px; } */ /* .grid-flex .grid-item:first-child p { height: 100px; } */ }
0.368292
0.089574
*{margin: 0px; padding: 0px;} a{text-decoration: none; } ul li,ol li{list-style: none;} i{font-style: normal;} body{font: 14px/1.5 '微软雅黑';background: #FAFAFA;color: #5e5e5e;} .fr{float: right;} .fl{float: left;} .ml{margin-left: 50px;} .clear{clear: both;} .clearfix {display: block;} .clearfix:before {display: none!important;} .clearfix:after {clear: both;} .clearfix:before, .clearfix:after {content: "";display: table;} .content{width: 1200px;height: auto;margin:0px auto;} .left{width: 184px;height: 800px;float: left;border:1px solid #c8c8c8;} .right{width: 1000px;height: 800px;float: right;} .user_index{border:1px solid #c9c9c9;width: 1000px;padding-left: 30px;padding-top: 20px;padding-bottom: 10px;background: #fff;} .user_wel{height: 30px;line-height: 30px;color: #aaa;} .user_icon{width: 24px;height: 20px;float: left;background: url(/skin/sjzx/images/gg.png);margin-top: 4px;margin-right: 5px;} .blue{color: #00a1e9;} .user_list{height: 40px;margin-top: 12px;} .you{height: 30px;line-height: 30px;float: left;margin-left: 30px;} .user_list_one{width: 895px;height: 30px;line-height: 30px;} .user_span{float: left;width: 225px;border-right: 1px dotted #ccc;} .user_span img{margin-top: 6px;float: left;margin-right: 5px;} .orange{color: #ff3300;} .user_span1{width: 225px;float: left;border-right: 1px dotted #ccc;} .pl{padding-left: 60px;} .user_list_two{clear: both;width: 800px;height: 30px;line-height: 30px;margin-left: 72px;padding-top: 10px;} .user_cg{border:1px solid #ccc;margin-top: 20px;background: #fff;} .user_my{height: 35px;line-height: 35px;padding-left: 20px;color: #00a1e9;border-bottom: 1px solid #ccc;font-size: 16px;} .line{font-size: 12px;} .user_table{width: 100%;text-align: center;table-layout: fixed;empty-cells: show;border-collapse: collapse;margin: 0 auto;} .user_table th{font-weight: normal;} .user_table td{height: 40px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .user_tr{height: 35px;background: #DCDCDC;font-size: 15px;} .user_common{height: 35px;background: #DCDCDC;font-size: 15px;} .user_info{height: 35px;line-height: 35px;padding-left: 20px;color: #00a1e9;font-size: 16px;} .motoperto{font-size: 18px;} .berbofor{ font-size: 14px; margin-left: 42px;} .head_huiyuan h2{font-size: 20px;} *{margin: 0;padding: 0;font-weight: normal;} a{text-decoration: none;} .header_1{width: 100%;height: 32px; font-size: 12px; color: #fff; border-bottom: 1px solid #d1d1d1;background: #111;min-width: 1300px;} .header_c{width: 1200px;height: 32px; margin: 0px auto; } .header_left{width: 40%; height: 32px;line-height: 32px; color: #636363;} .header_right{width: 40%; height: 32px; line-height: 32px; min-width: 442px;} .header_right a:hover{color: #ff6600;} .fl{float: left;} .fr{float: right;} .icon_x{ width: 20px; height: 15px; float: left; display: block; margin-top: 4px;} .shuxian{width: 10px;} .header_cart{width: 60px;} .header_cart span{color: red;} .header_logo{width: 100%;height:120px;min-width: 1200px;background: #fff;} .logo_c{width:1200px; height: 120px; margin: 0px auto; } .nav_left{width: 30%;height: 120px;float: left;} .nav_left .logo{width: 80px; height: 80px; float: left;margin-top: 20px;background: url(/skin/sjzx/img/index_logo.png);} .logo_text{width: 200px;height: 68px;float: left;margin-top: 27px;margin-left: 5px; border-left: 1px solid #eaeaea; padding-left: 5px;} .logo_text_s1{font-size: 24px;margin-top: 4px;color: #333333;} .logo_text_s2{color: #444444;margin-top: 14px;} .nav{width: 100%; height: 50px; background: #2d80f6;min-width: 1200px;} .nav_c{width: 1200px; height: 50px;margin: 0px auto; } .nav_cp{width: 160px; height: 50px; line-height: 50px;font-size: 20px; text-align: center;} .nav_cp a{color: #fff;} .nav_cp_2{width: 120px; height: 50px; line-height: 50px; font-size: 15px; text-align: center;} .nav_cp_2 a{width: 120px; height: 50px;display: block;color: #fff;} .nav_cp_2 a:hover{background: #09a2e8;} :target { color: #00A2EF; } .header_right a{color: #fff;} /* 模板迁移样式补充*/ .supplement1{ width: 1000px; height: auto; float: right; background-color: #ffffff; border: 1px solid #c9c9c9; margin-bottom: 30px; margin-right: 352px; margin-right: 352px; } th{ text-align: center; }
Public/Home/css/center.css
*{margin: 0px; padding: 0px;} a{text-decoration: none; } ul li,ol li{list-style: none;} i{font-style: normal;} body{font: 14px/1.5 '微软雅黑';background: #FAFAFA;color: #5e5e5e;} .fr{float: right;} .fl{float: left;} .ml{margin-left: 50px;} .clear{clear: both;} .clearfix {display: block;} .clearfix:before {display: none!important;} .clearfix:after {clear: both;} .clearfix:before, .clearfix:after {content: "";display: table;} .content{width: 1200px;height: auto;margin:0px auto;} .left{width: 184px;height: 800px;float: left;border:1px solid #c8c8c8;} .right{width: 1000px;height: 800px;float: right;} .user_index{border:1px solid #c9c9c9;width: 1000px;padding-left: 30px;padding-top: 20px;padding-bottom: 10px;background: #fff;} .user_wel{height: 30px;line-height: 30px;color: #aaa;} .user_icon{width: 24px;height: 20px;float: left;background: url(/skin/sjzx/images/gg.png);margin-top: 4px;margin-right: 5px;} .blue{color: #00a1e9;} .user_list{height: 40px;margin-top: 12px;} .you{height: 30px;line-height: 30px;float: left;margin-left: 30px;} .user_list_one{width: 895px;height: 30px;line-height: 30px;} .user_span{float: left;width: 225px;border-right: 1px dotted #ccc;} .user_span img{margin-top: 6px;float: left;margin-right: 5px;} .orange{color: #ff3300;} .user_span1{width: 225px;float: left;border-right: 1px dotted #ccc;} .pl{padding-left: 60px;} .user_list_two{clear: both;width: 800px;height: 30px;line-height: 30px;margin-left: 72px;padding-top: 10px;} .user_cg{border:1px solid #ccc;margin-top: 20px;background: #fff;} .user_my{height: 35px;line-height: 35px;padding-left: 20px;color: #00a1e9;border-bottom: 1px solid #ccc;font-size: 16px;} .line{font-size: 12px;} .user_table{width: 100%;text-align: center;table-layout: fixed;empty-cells: show;border-collapse: collapse;margin: 0 auto;} .user_table th{font-weight: normal;} .user_table td{height: 40px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .user_tr{height: 35px;background: #DCDCDC;font-size: 15px;} .user_common{height: 35px;background: #DCDCDC;font-size: 15px;} .user_info{height: 35px;line-height: 35px;padding-left: 20px;color: #00a1e9;font-size: 16px;} .motoperto{font-size: 18px;} .berbofor{ font-size: 14px; margin-left: 42px;} .head_huiyuan h2{font-size: 20px;} *{margin: 0;padding: 0;font-weight: normal;} a{text-decoration: none;} .header_1{width: 100%;height: 32px; font-size: 12px; color: #fff; border-bottom: 1px solid #d1d1d1;background: #111;min-width: 1300px;} .header_c{width: 1200px;height: 32px; margin: 0px auto; } .header_left{width: 40%; height: 32px;line-height: 32px; color: #636363;} .header_right{width: 40%; height: 32px; line-height: 32px; min-width: 442px;} .header_right a:hover{color: #ff6600;} .fl{float: left;} .fr{float: right;} .icon_x{ width: 20px; height: 15px; float: left; display: block; margin-top: 4px;} .shuxian{width: 10px;} .header_cart{width: 60px;} .header_cart span{color: red;} .header_logo{width: 100%;height:120px;min-width: 1200px;background: #fff;} .logo_c{width:1200px; height: 120px; margin: 0px auto; } .nav_left{width: 30%;height: 120px;float: left;} .nav_left .logo{width: 80px; height: 80px; float: left;margin-top: 20px;background: url(/skin/sjzx/img/index_logo.png);} .logo_text{width: 200px;height: 68px;float: left;margin-top: 27px;margin-left: 5px; border-left: 1px solid #eaeaea; padding-left: 5px;} .logo_text_s1{font-size: 24px;margin-top: 4px;color: #333333;} .logo_text_s2{color: #444444;margin-top: 14px;} .nav{width: 100%; height: 50px; background: #2d80f6;min-width: 1200px;} .nav_c{width: 1200px; height: 50px;margin: 0px auto; } .nav_cp{width: 160px; height: 50px; line-height: 50px;font-size: 20px; text-align: center;} .nav_cp a{color: #fff;} .nav_cp_2{width: 120px; height: 50px; line-height: 50px; font-size: 15px; text-align: center;} .nav_cp_2 a{width: 120px; height: 50px;display: block;color: #fff;} .nav_cp_2 a:hover{background: #09a2e8;} :target { color: #00A2EF; } .header_right a{color: #fff;} /* 模板迁移样式补充*/ .supplement1{ width: 1000px; height: auto; float: right; background-color: #ffffff; border: 1px solid #c9c9c9; margin-bottom: 30px; margin-right: 352px; margin-right: 352px; } th{ text-align: center; }
0.262275
0.112893
html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } div { display: flex; } .work_area { width: 100%; height: 100%; min-height: 400px; margin: auto; flex-direction: column; } .navigation { width: 100%; height: 36px; line-height: 36px; margin: 0; background-color: #ccc; border-bottom: 1px #666 solid; } .navigation_bar { width: 50px; height: 22px; line-height: 22px; margin: 7px; justify-content: center; border-radius: 5px; cursor: pointer; background-color: #fff; transition: 0.5s; } .navigation_bar:hover { background-color: #aaa; transition: 0.5s; } .search_box { height: 22px; width: 200px; border: solid 1px #666; border-radius: 5px; margin: auto 7px; } .block_bar { width: 40px; height: 22px; line-height: 22px; margin: 0; flex-grow: 1; } .container { width: 100%; flex-grow: 1; } .directory { width: 20%; min-width: 200px; flex-direction: column; border-right: 1px solid #999; background-color: #ddd; overflow: auto; } .first_directory { width: 100%; flex-grow: 1; flex-direction: column; } .add_new_directory { width: 100%; height: 28px; line-height: 28px; background-color: #666; justify-self: flex-end; } .directory_block { width: 30px; height: 100%; } .first_directory_item { width: 100%; height: 28px; line-height: 28px; } .first_directory_text { height: 100%; flex-grow: 1; } .second_directory_item { width: 100%; height: 64px; } .second_directory_text { height: 100%; border-bottom: 1px solid #666; flex-grow: 1; } .second_directory_back_block { width: 30px; height: 100%; border-bottom: 1px solid #666; } .text_container { min-width: 300px; flex-grow: 1; flex-wrap: wrap; flex-direction: column; /*background-color: khaki;*/ background-color: rgb(255, 251, 240) } .timestamp { width: 100%; height: 22px; line-height: 22px; justify-content: center; color: #666666; } .text_area { min-width: 300px; flex-grow: 1; margin: 0 30px; border: none; box-shadow: none; outline: none; background-color: rgb(255, 251, 240); }
app/css/main.css
html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } div { display: flex; } .work_area { width: 100%; height: 100%; min-height: 400px; margin: auto; flex-direction: column; } .navigation { width: 100%; height: 36px; line-height: 36px; margin: 0; background-color: #ccc; border-bottom: 1px #666 solid; } .navigation_bar { width: 50px; height: 22px; line-height: 22px; margin: 7px; justify-content: center; border-radius: 5px; cursor: pointer; background-color: #fff; transition: 0.5s; } .navigation_bar:hover { background-color: #aaa; transition: 0.5s; } .search_box { height: 22px; width: 200px; border: solid 1px #666; border-radius: 5px; margin: auto 7px; } .block_bar { width: 40px; height: 22px; line-height: 22px; margin: 0; flex-grow: 1; } .container { width: 100%; flex-grow: 1; } .directory { width: 20%; min-width: 200px; flex-direction: column; border-right: 1px solid #999; background-color: #ddd; overflow: auto; } .first_directory { width: 100%; flex-grow: 1; flex-direction: column; } .add_new_directory { width: 100%; height: 28px; line-height: 28px; background-color: #666; justify-self: flex-end; } .directory_block { width: 30px; height: 100%; } .first_directory_item { width: 100%; height: 28px; line-height: 28px; } .first_directory_text { height: 100%; flex-grow: 1; } .second_directory_item { width: 100%; height: 64px; } .second_directory_text { height: 100%; border-bottom: 1px solid #666; flex-grow: 1; } .second_directory_back_block { width: 30px; height: 100%; border-bottom: 1px solid #666; } .text_container { min-width: 300px; flex-grow: 1; flex-wrap: wrap; flex-direction: column; /*background-color: khaki;*/ background-color: rgb(255, 251, 240) } .timestamp { width: 100%; height: 22px; line-height: 22px; justify-content: center; color: #666666; } .text_area { min-width: 300px; flex-grow: 1; margin: 0 30px; border: none; box-shadow: none; outline: none; background-color: rgb(255, 251, 240); }
0.562177
0.083292
.sidebar-toggle, .sidebar-close { display: none; } :root { --sidebar-padding: 1rem; --sidebar-shadow: 0 0 1px 0 rgba(73, 79, 95, 0.6), 0 2px 10px -5px rgba(73, 79, 95, 0.55), 0 3px 30px -15px rgba(73, 79, 95, 0.8), 0 0 50px -5px rgba(73, 79, 95, 0.5); --sidebar-transition-duration: .3s; } .sidebar-container { max-width: var(--container-width); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 234px; grid-gap: 32px; padding: var(--spacing-6) var(--grid-margin); } .bg-main { background-color: var(--color-gray-100); } .sidebar-container img { max-width: 100%; } @media (max-width: 768px) { .sidebar-container { display: block; padding: var(--spacing-4) var(--grid-margin); } .sidebar-toggle { position: fixed; bottom: 30px; right: 30px; display: flex; justify-content: center; align-items: center; height: 60px; width: 60px; padding: 0; border-radius: 30px; box-shadow: var(--sidebar-shadow); } @keyframes sidebar-in { 0% { display: block; opacity: 0; transform: scale(0.01); } 100% { display: block; opacity: 1; transform: scale(1); } } .sidebar { box-sizing: border-box; display: none; position: fixed; top: var(--sidebar-padding); left: var(--sidebar-padding); height: calc(100% - var(--sidebar-padding) * 2); width: calc(100vw - var(--sidebar-padding) * 2); overflow-y: auto; padding: 1rem; background: #FFF; border-radius: var(--radius); box-shadow: none; transform-origin: bottom right; transition: box-shadow var(--sidebar-transition-duration); } .sidebar[aria-expanded=true] { display: block; animation: var(--sidebar-transition-duration) sidebar-in ease-out forwards; box-shadow: var(--sidebar-shadow); } .sidebar-content { margin-top: var(--spacing-5); } .sidebar-close { display: inline-flex; float: right; position: sticky; top: 0; z-index: 1; padding: var(--spacing-1); background: #FFF; } .sidebar-close svg path { fill: currentColor; } }
addon/styles/sidebar.css
.sidebar-toggle, .sidebar-close { display: none; } :root { --sidebar-padding: 1rem; --sidebar-shadow: 0 0 1px 0 rgba(73, 79, 95, 0.6), 0 2px 10px -5px rgba(73, 79, 95, 0.55), 0 3px 30px -15px rgba(73, 79, 95, 0.8), 0 0 50px -5px rgba(73, 79, 95, 0.5); --sidebar-transition-duration: .3s; } .sidebar-container { max-width: var(--container-width); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 234px; grid-gap: 32px; padding: var(--spacing-6) var(--grid-margin); } .bg-main { background-color: var(--color-gray-100); } .sidebar-container img { max-width: 100%; } @media (max-width: 768px) { .sidebar-container { display: block; padding: var(--spacing-4) var(--grid-margin); } .sidebar-toggle { position: fixed; bottom: 30px; right: 30px; display: flex; justify-content: center; align-items: center; height: 60px; width: 60px; padding: 0; border-radius: 30px; box-shadow: var(--sidebar-shadow); } @keyframes sidebar-in { 0% { display: block; opacity: 0; transform: scale(0.01); } 100% { display: block; opacity: 1; transform: scale(1); } } .sidebar { box-sizing: border-box; display: none; position: fixed; top: var(--sidebar-padding); left: var(--sidebar-padding); height: calc(100% - var(--sidebar-padding) * 2); width: calc(100vw - var(--sidebar-padding) * 2); overflow-y: auto; padding: 1rem; background: #FFF; border-radius: var(--radius); box-shadow: none; transform-origin: bottom right; transition: box-shadow var(--sidebar-transition-duration); } .sidebar[aria-expanded=true] { display: block; animation: var(--sidebar-transition-duration) sidebar-in ease-out forwards; box-shadow: var(--sidebar-shadow); } .sidebar-content { margin-top: var(--spacing-5); } .sidebar-close { display: inline-flex; float: right; position: sticky; top: 0; z-index: 1; padding: var(--spacing-1); background: #FFF; } .sidebar-close svg path { fill: currentColor; } }
0.565179
0.129623
.multilevel-dropdown-container { display: inline-block; vertical-align: top; } .multilevel-dropdown > li ul li ul { max-height: 300px; overflow-y: auto; } .multilevel-dropdown > li { background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png"); } .multilevel-dropdown-container .multilevel-dropdown-select { display: none; } .multilevel-dropdown-container .multilevel-dropdown { position: absolute; padding: 0; margin: 0; min-width: 250px; background: white; font-family: Verdana, Arial, sans-serif; border-bottom-right-radius: 4px; border-top-right-radius: 4px; border: 1px solid #d3d3d3; } .multilevel-dropdown-container .multilevel-dropdown, .multilevel-dropdown-container .multilevel-dropdown * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item { position: relative; list-style: none; padding: 5px 11px; /*cursor: pointer;*/ -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; white-space: nowrap; font-weight: normal; text-align: left; height:24px; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.active { /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png");*/ } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.multilevel-dropdown-reset { background: #e6e6e6; text-align: center; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open { /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png");*/ font-weight: bold; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open > .multilevel-dropdown-level { margin-top: 0; display: block; opacity: 1; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open:after { display: none; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children:after { position: absolute; content: '\276F'; right: 15px; top: 5px; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-level { position: absolute; top: 0; margin-top: -10px; margin-left: 5px; padding: 0; min-width: 250px; background: white; -webkit-box-shadow: 0 3px 10px -3px black; box-shadow: 0 3px 10px -3px black; display: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition: opacity 0.4s ease, margin 0.4s ease; -o-transition: opacity 0.4s ease, margin 0.4s ease; -webkit-transition: opacity 0.4s ease, margin 0.4s ease; transition: opacity 0.4s ease, margin 0.4s ease; z-index: 1000; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-level .multilevel-dropdown-level-reset { position: relative; margin-left: -5px; padding: 0.5em 1em; list-style: none; text-align: center; background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png"); } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .fa-angle-left:before { content: "\276E"; font-weight: bold; } .fa-angle-right:before { content: "\276F"; } .fa-trash:before { content: "\00d7" '' }
webapp/metviewer/css/multilevel-dropdown.css
.multilevel-dropdown-container { display: inline-block; vertical-align: top; } .multilevel-dropdown > li ul li ul { max-height: 300px; overflow-y: auto; } .multilevel-dropdown > li { background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png"); } .multilevel-dropdown-container .multilevel-dropdown-select { display: none; } .multilevel-dropdown-container .multilevel-dropdown { position: absolute; padding: 0; margin: 0; min-width: 250px; background: white; font-family: Verdana, Arial, sans-serif; border-bottom-right-radius: 4px; border-top-right-radius: 4px; border: 1px solid #d3d3d3; } .multilevel-dropdown-container .multilevel-dropdown, .multilevel-dropdown-container .multilevel-dropdown * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item { position: relative; list-style: none; padding: 5px 11px; /*cursor: pointer;*/ -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; white-space: nowrap; font-weight: normal; text-align: left; height:24px; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.active { /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png");*/ } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.multilevel-dropdown-reset { background: #e6e6e6; text-align: center; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open { /*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png");*/ font-weight: bold; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open > .multilevel-dropdown-level { margin-top: 0; display: block; opacity: 1; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children.open:after { display: none; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-item.has-children:after { position: absolute; content: '\276F'; right: 15px; top: 5px; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-level { position: absolute; top: 0; margin-top: -10px; margin-left: 5px; padding: 0; min-width: 250px; background: white; -webkit-box-shadow: 0 3px 10px -3px black; box-shadow: 0 3px 10px -3px black; display: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition: opacity 0.4s ease, margin 0.4s ease; -o-transition: opacity 0.4s ease, margin 0.4s ease; -webkit-transition: opacity 0.4s ease, margin 0.4s ease; transition: opacity 0.4s ease, margin 0.4s ease; z-index: 1000; } .multilevel-dropdown-container .multilevel-dropdown .multilevel-dropdown-level .multilevel-dropdown-level-reset { position: relative; margin-left: -5px; padding: 0.5em 1em; list-style: none; text-align: center; background: #e6e6e6 url("smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png"); } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); } .fa-angle-left:before { content: "\276E"; font-weight: bold; } .fa-angle-right:before { content: "\276F"; } .fa-trash:before { content: "\00d7" '' }
0.462473
0.069542
label.radio { padding-left: 18px; padding-right: 0px; margin-left: 3px; display: inline-block; } .radio input[type="radio"] { float: none; } label.checkbox { display: inline-block; } .checkbox input[type="checkbox"] { float: none; } select { max-width: 200px; } textarea { width: 650px; /*max-height: 200px;*/ /*overflow: auto;*/ /*height: auto;*/ /*http://plugins.jquery.com/autosize/*/ } #tr_copyAndPaste { max-width: 185px; } input[type="number"] { max-width: 185px; } .jslider { max-width: 200px; } .well { padding: 12px; margin-bottom: 5px; max-width: 280px; } /* .span4 { max-width: 280px; } */ /*see element sizing discussion here: https://groups.google.com/forum/#!topic/shiny-discuss/3m7cq96mcBY */ .row-fluid { padding-left: 275px; box-sizing: border-box; -moz-box-sizing: border-box; } .row-fluid .span4 { position: relative; float:left; width: 275px; right: 285px; margin-right: -275px; } .row-fluid .span8 { float: right; position: relative; padding-left: 10px; padding-right: 10px; width: 100%; } .popover { width: 600px; position: relative; top: -75px !important; left: 320px !important; } .modal { /*width: 1000px; */ width: 800px; left: 600px; } .modal-body { height: 100%; max-height:500px; } #uploadfile { max-width: 230px; } #columns { height: 200px; margin-bottom: 35px; } #dv_select, #expl_select, #viz_select, #tr_subset, #tr_rename, #tr_recode, #tr_transform { max-width: 185px; } #view_order { max-width: 135px; display: inline; } #view_order_desc { vertical-align: top; } #downloadData { vertical-align: top; height: 18.5px; width: 70px; } #viz_plot_width, #viz_plot_height, #pmap_scaling, #pmap_fontsz { max-width: 60px; } #fac_cutoff { max-width: 60px; } #fac_condFormat { vertical-align: middle; } .selectize-dropdown { position: absolute; max-width: 800px !important; /* autosize dropwdown to content but keep it from getting too out of hand*/ width: auto !important; white-space:nowrap !important; overflow-y:visible !important; overflow-x:visible !important; z-index: 10; margin: 0 0 0 0; background: #ffffff; border: 1px solid #d0d0d0; border-top: 1px solid #ccc; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*Make overflowing text cutoff in the box and put an ellipsis to indicate it overflowed*/ .selectize-input .item { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; max-width:90%; }
www/style.css
label.radio { padding-left: 18px; padding-right: 0px; margin-left: 3px; display: inline-block; } .radio input[type="radio"] { float: none; } label.checkbox { display: inline-block; } .checkbox input[type="checkbox"] { float: none; } select { max-width: 200px; } textarea { width: 650px; /*max-height: 200px;*/ /*overflow: auto;*/ /*height: auto;*/ /*http://plugins.jquery.com/autosize/*/ } #tr_copyAndPaste { max-width: 185px; } input[type="number"] { max-width: 185px; } .jslider { max-width: 200px; } .well { padding: 12px; margin-bottom: 5px; max-width: 280px; } /* .span4 { max-width: 280px; } */ /*see element sizing discussion here: https://groups.google.com/forum/#!topic/shiny-discuss/3m7cq96mcBY */ .row-fluid { padding-left: 275px; box-sizing: border-box; -moz-box-sizing: border-box; } .row-fluid .span4 { position: relative; float:left; width: 275px; right: 285px; margin-right: -275px; } .row-fluid .span8 { float: right; position: relative; padding-left: 10px; padding-right: 10px; width: 100%; } .popover { width: 600px; position: relative; top: -75px !important; left: 320px !important; } .modal { /*width: 1000px; */ width: 800px; left: 600px; } .modal-body { height: 100%; max-height:500px; } #uploadfile { max-width: 230px; } #columns { height: 200px; margin-bottom: 35px; } #dv_select, #expl_select, #viz_select, #tr_subset, #tr_rename, #tr_recode, #tr_transform { max-width: 185px; } #view_order { max-width: 135px; display: inline; } #view_order_desc { vertical-align: top; } #downloadData { vertical-align: top; height: 18.5px; width: 70px; } #viz_plot_width, #viz_plot_height, #pmap_scaling, #pmap_fontsz { max-width: 60px; } #fac_cutoff { max-width: 60px; } #fac_condFormat { vertical-align: middle; } .selectize-dropdown { position: absolute; max-width: 800px !important; /* autosize dropwdown to content but keep it from getting too out of hand*/ width: auto !important; white-space:nowrap !important; overflow-y:visible !important; overflow-x:visible !important; z-index: 10; margin: 0 0 0 0; background: #ffffff; border: 1px solid #d0d0d0; border-top: 1px solid #ccc; -webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /*Make overflowing text cutoff in the box and put an ellipsis to indicate it overflowed*/ .selectize-input .item { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; max-width:90%; }
0.513668
0.087798
.background_salmon8, .hover_background_salmon8:hover, .active_background_salmon8:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(147, 20, 5)), color-stop(100%, rgb(117, 16, 4))); background-image: -webkit-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -o-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -ms-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: linear-gradient(to bottom, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931405', endColorstr='#751004',GradientType=0 ); } .background_salmon8h, .hover_background_salmon8h:hover, .active_background_salmon8h:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 24, 6)), color-stop(100%, rgb(141, 19, 5))); background-image: -webkit-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -o-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -ms-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: linear-gradient(to bottom, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01806', endColorstr='#8d1305',GradientType=0 ); } .background_salmon8a, .hover_background_salmon8a:hover, .active_background_salmon8a:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(141, 19, 5)), color-stop(100%, rgb(176, 24, 6))); background-image: -webkit-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -o-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -ms-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: linear-gradient(to bottom, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1305', endColorstr='#b01806',GradientType=0 ); } .background_salmon8s, .hover_background_salmon8s:hover, .active_background_salmon8s:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(220, 30, 8)), color-stop(100%, rgb(176, 24, 6))); background-image: -webkit-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -o-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -ms-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: linear-gradient(to bottom, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1e08', endColorstr='#b01806',GradientType=0 ); } .background_color_salmon8, .hover_background_color_salmon8:hover, .active_background_color_salmon8:active:hover { background-color:#751004; } .background_first_color_salmon8, .hover_background_first_color_salmon8:hover, .active_background_first_color_salmon8:active:hover { background-color:#931405; } .background_last_color_salmon8, .hover_background_last_color_salmon8:hover, .active_background_color_last_salmon8:active:hover { background-color:#751004; } /* ------------------------------ color settings -------------------------------*/ .color_salmon8, .hover_color_salmon8:hover, .active_color_salmon8:active:hover { color: #c8c8c8; } .color_salmon8h, .hover_color_salmon8h:hover, .active_color_salmon8h:active:hover { color: #c8c8c8; } .color_salmon8a, .hover_color_salmon8a:hover, .active_color_salmon8a:active:hover { color: #ff0; } .color_salmon8s, .hover_color_salmon8s:hover, .active_color_salmon8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_salmon8, .hover_border_salmon8:hover, .active_border_salmon8:active:hover { border-color: #751004 #751004 #751004 #751004; } .border_salmon8h, .hover_border_salmon8h:hover, .active_border_salmon8h:active:hover { border-color: #6a0e04 #6a0e04 #6a0e04 #6a0e04; } .border_salmon8a, .hover_border_salmon8a:hover, .active_border_salmon8a:active:hover { border-color: #5e0d03 #5e0d03 #5e0d03 #5e0d03; } .border_salmon8s, .hover_border_salmon8s:hover, .active_border_salmon8s:active:hover { border-color: #b01806 #b01806 #b01806 #b01806; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_salmon8, .hover_shadow_expand_salmon8:hover, .active_shadow_expand_salmon8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); } .shadow_expand_salmon8h, .hover_shadow_expand_salmon8h:hover, .active_shadow_expand_salmon8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); } .shadow_expand_salmon8a, .hover_shadow_expand_salmon8a:hover, .active_shadow_expand_salmon8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); } .shadow_expand_salmon8s, .hover_shadow_expand_salmon8s:hover, .active_shadow_expand_salmon8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_salmon8, .hover_shadow_left_salmon8:hover, .active_shadow_left_salmon8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_left_salmon8h, .hover_shadow_left_salmon8h:hover, .active_shadow_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_left_salmon8a, .hover_shadow_left_salmon8a:hover, .active_shadow_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_left_salmon8s, .hover_shadow_left_salmon8s:hover, .active_shadow_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_salmon8, .hover_shadow_right_salmon8:hover, .active_shadow_right_salmon8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); } .shadow_right_salmon8h, .hover_shadow_right_salmon8h:hover, .active_shadow_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); } .shadow_right_salmon8a, .hover_shadow_right_salmon8a:hover, .active_shadow_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); } .shadow_right_salmon8s, .hover_shadow_right_salmon8s:hover, .active_shadow_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_salmon8, .hover_shadow_top_salmon8:hover, .active_shadow_top_salmon8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_salmon8h, .hover_shadow_top_salmon8h:hover, .active_shadow_top_salmon8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_salmon8a, .hover_shadow_top_salmon8a:hover, .active_shadow_top_salmon8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_salmon8s, .hover_shadow_top_salmon8s:hover, .active_shadow_top_salmon8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_salmon8, .hover_shadow_bottom_salmon8:hover, .active_shadow_bottom_salmon8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_salmon8h, .hover_shadow_bottom_salmon8h:hover, .active_shadow_bottom_salmon8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_salmon8a, .hover_shadow_bottom_salmon8a:hover, .active_shadow_bottom_salmon8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_salmon8s, .hover_shadow_bottom_salmon8s:hover, .active_shadow_bottom_salmon8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_salmon8, .hover_shadow_top_left_salmon8:hover, .active_shadow_top_left_salmon8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_left_salmon8h, .hover_shadow_top_left_salmon8h:hover, .active_shadow_top_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_left_salmon8a, .hover_shadow_top_left_salmon8a:hover, .active_shadow_top_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_left_salmon8s, .hover_shadow_top_left_salmon8s:hover, .active_shadow_top_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_salmon8, .hover_shadow_top_right_salmon8:hover, .active_shadow_top_right_salmon8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_right_salmon8h, .hover_shadow_top_right_salmon8h:hover, .active_shadow_top_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_right_salmon8a, .hover_shadow_top_right_salmon8a:hover, .active_shadow_top_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_right_salmon8s, .hover_shadow_top_right_salmon8s:hover, .active_shadow_top_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_salmon8, .hover_shadow_bottom_left_salmon8:hover, .active_shadow_bottom_left_salmon8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_left_salmon8h, .hover_shadow_bottom_left_salmon8h:hover, .active_shadow_bottom_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_left_salmon8a, .hover_shadow_bottom_left_salmon8a:hover, .active_shadow_bottom_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_left_salmon8s, .hover_shadow_bottom_left_salmon8s:hover, .active_shadow_bottom_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_salmon8, .hover_shadow_bottom_right_salmon8:hover, .active_shadow_bottom_right_salmon8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_right_salmon8h, .hover_shadow_bottom_right_salmon8h:hover, .active_shadow_bottom_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_right_salmon8a, .hover_shadow_bottom_right_salmon8a:hover, .active_shadow_bottom_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_right_salmon8s, .hover_shadow_bottom_right_salmon8s:hover, .active_shadow_bottom_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); }
widgets/common/assets/gradients/simple/salmon/salmon8.css
.background_salmon8, .hover_background_salmon8:hover, .active_background_salmon8:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(147, 20, 5)), color-stop(100%, rgb(117, 16, 4))); background-image: -webkit-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -o-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: -ms-linear-gradient(top, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); background-image: linear-gradient(to bottom, rgb(147, 20, 5) 0%, rgb(117, 16, 4) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931405', endColorstr='#751004',GradientType=0 ); } .background_salmon8h, .hover_background_salmon8h:hover, .active_background_salmon8h:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(176, 24, 6)), color-stop(100%, rgb(141, 19, 5))); background-image: -webkit-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -o-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: -ms-linear-gradient(top, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); background-image: linear-gradient(to bottom, rgb(176, 24, 6) 0%, rgb(141, 19, 5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b01806', endColorstr='#8d1305',GradientType=0 ); } .background_salmon8a, .hover_background_salmon8a:hover, .active_background_salmon8a:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(141, 19, 5)), color-stop(100%, rgb(176, 24, 6))); background-image: -webkit-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -o-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: -ms-linear-gradient(top, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); background-image: linear-gradient(to bottom, rgb(141, 19, 5) 0%, rgb(176, 24, 6) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1305', endColorstr='#b01806',GradientType=0 ); } .background_salmon8s, .hover_background_salmon8s:hover, .active_background_salmon8s:active:hover { background: #751004; background-image: -moz-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(220, 30, 8)), color-stop(100%, rgb(176, 24, 6))); background-image: -webkit-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -o-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: -ms-linear-gradient(top, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); background-image: linear-gradient(to bottom, rgb(220, 30, 8) 0%, rgb(176, 24, 6) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1e08', endColorstr='#b01806',GradientType=0 ); } .background_color_salmon8, .hover_background_color_salmon8:hover, .active_background_color_salmon8:active:hover { background-color:#751004; } .background_first_color_salmon8, .hover_background_first_color_salmon8:hover, .active_background_first_color_salmon8:active:hover { background-color:#931405; } .background_last_color_salmon8, .hover_background_last_color_salmon8:hover, .active_background_color_last_salmon8:active:hover { background-color:#751004; } /* ------------------------------ color settings -------------------------------*/ .color_salmon8, .hover_color_salmon8:hover, .active_color_salmon8:active:hover { color: #c8c8c8; } .color_salmon8h, .hover_color_salmon8h:hover, .active_color_salmon8h:active:hover { color: #c8c8c8; } .color_salmon8a, .hover_color_salmon8a:hover, .active_color_salmon8a:active:hover { color: #ff0; } .color_salmon8s, .hover_color_salmon8s:hover, .active_color_salmon8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_salmon8, .hover_border_salmon8:hover, .active_border_salmon8:active:hover { border-color: #751004 #751004 #751004 #751004; } .border_salmon8h, .hover_border_salmon8h:hover, .active_border_salmon8h:active:hover { border-color: #6a0e04 #6a0e04 #6a0e04 #6a0e04; } .border_salmon8a, .hover_border_salmon8a:hover, .active_border_salmon8a:active:hover { border-color: #5e0d03 #5e0d03 #5e0d03 #5e0d03; } .border_salmon8s, .hover_border_salmon8s:hover, .active_border_salmon8s:active:hover { border-color: #b01806 #b01806 #b01806 #b01806; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_salmon8, .hover_shadow_expand_salmon8:hover, .active_shadow_expand_salmon8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); box-shadow: 0em 0em 1em 0.25em rgba(117, 16, 4, .39); } .shadow_expand_salmon8h, .hover_shadow_expand_salmon8h:hover, .active_shadow_expand_salmon8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); box-shadow: 0em 0em 1em 0.25em rgba(141, 19, 5, .50); } .shadow_expand_salmon8a, .hover_shadow_expand_salmon8a:hover, .active_shadow_expand_salmon8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .63); } .shadow_expand_salmon8s, .hover_shadow_expand_salmon8s:hover, .active_shadow_expand_salmon8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); box-shadow: 0em 0em 1em 0.25em rgba(176, 24, 6, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_salmon8, .hover_shadow_left_salmon8:hover, .active_shadow_left_salmon8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_left_salmon8h, .hover_shadow_left_salmon8h:hover, .active_shadow_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_left_salmon8a, .hover_shadow_left_salmon8a:hover, .active_shadow_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_left_salmon8s, .hover_shadow_left_salmon8s:hover, .active_shadow_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_salmon8, .hover_shadow_right_salmon8:hover, .active_shadow_right_salmon8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em 0em 1em rgba(117, 16, 4, .39); } .shadow_right_salmon8h, .hover_shadow_right_salmon8h:hover, .active_shadow_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em 0em 1em rgba(141, 19, 5, .50); } .shadow_right_salmon8a, .hover_shadow_right_salmon8a:hover, .active_shadow_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .63); } .shadow_right_salmon8s, .hover_shadow_right_salmon8s:hover, .active_shadow_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em 0em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_salmon8, .hover_shadow_top_salmon8:hover, .active_shadow_top_salmon8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_salmon8h, .hover_shadow_top_salmon8h:hover, .active_shadow_top_salmon8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_salmon8a, .hover_shadow_top_salmon8a:hover, .active_shadow_top_salmon8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_salmon8s, .hover_shadow_top_salmon8s:hover, .active_shadow_top_salmon8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_salmon8, .hover_shadow_bottom_salmon8:hover, .active_shadow_bottom_salmon8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_salmon8h, .hover_shadow_bottom_salmon8h:hover, .active_shadow_bottom_salmon8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_salmon8a, .hover_shadow_bottom_salmon8a:hover, .active_shadow_bottom_salmon8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_salmon8s, .hover_shadow_bottom_salmon8s:hover, .active_shadow_bottom_salmon8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0em 0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_salmon8, .hover_shadow_top_left_salmon8:hover, .active_shadow_top_left_salmon8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_left_salmon8h, .hover_shadow_top_left_salmon8h:hover, .active_shadow_top_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_left_salmon8a, .hover_shadow_top_left_salmon8a:hover, .active_shadow_top_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_left_salmon8s, .hover_shadow_top_left_salmon8s:hover, .active_shadow_top_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_salmon8, .hover_shadow_top_right_salmon8:hover, .active_shadow_top_right_salmon8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em -0.5em 1em rgba(117, 16, 4, .39); } .shadow_top_right_salmon8h, .hover_shadow_top_right_salmon8h:hover, .active_shadow_top_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em -0.5em 1em rgba(141, 19, 5, .50); } .shadow_top_right_salmon8a, .hover_shadow_top_right_salmon8a:hover, .active_shadow_top_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .63); } .shadow_top_right_salmon8s, .hover_shadow_top_right_salmon8s:hover, .active_shadow_top_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em -0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_salmon8, .hover_shadow_bottom_left_salmon8:hover, .active_shadow_bottom_left_salmon8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: -0.5em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_left_salmon8h, .hover_shadow_bottom_left_salmon8h:hover, .active_shadow_bottom_left_salmon8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: -0.5em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_left_salmon8a, .hover_shadow_bottom_left_salmon8a:hover, .active_shadow_bottom_left_salmon8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_left_salmon8s, .hover_shadow_bottom_left_salmon8s:hover, .active_shadow_bottom_left_salmon8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: -0.5em 0.5em 1em rgba(176, 24, 6, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_salmon8, .hover_shadow_bottom_right_salmon8:hover, .active_shadow_bottom_right_salmon8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); box-shadow: 0.5em 0.5em 1em rgba(117, 16, 4, .39); } .shadow_bottom_right_salmon8h, .hover_shadow_bottom_right_salmon8h:hover, .active_shadow_bottom_right_salmon8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); box-shadow: 0.5em 0.5em 1em rgba(141, 19, 5, .50); } .shadow_bottom_right_salmon8a, .hover_shadow_bottom_right_salmon8a:hover, .active_shadow_bottom_right_salmon8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .63); } .shadow_bottom_right_salmon8s, .hover_shadow_bottom_right_salmon8s:hover, .active_shadow_bottom_right_salmon8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); box-shadow: 0.5em 0.5em 1em rgba(176, 24, 6, .78); }
0.4856
0.107531
* { margin: 0; padding: 0; } html, body { font-size: large; font-family: Georgia, 'Times New Roman', Times, serif; transition: all 0.3s ease; overflow-x: hidden; } body.dark { color: whitesmoke; background: #222; } body.dark .pizza-container { background: #333; } body.dark aside { background: #303091; } img { width: 100%; } .container-fluid { width: 95% } /*********************** SECTION ***********************/ section { width: 100%; padding: 10px; background: #3765fc; } section .mobile-cart-quantity { padding: 5px 10px; border-radius: 5px; background: lightgray; color: black; } section .mobile-cart { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } /*********************** MAIN ***********************/ main { width: 100%; } h1 { margin-top: 25px; padding-left: 15px; } .theme { margin-left: 15px; padding: 10px 15px; border: none; border-radius: 10px; background: lightgray; } .pizza-grid { width: 90%; margin: auto; grid-template-columns: repeat(3, auto); justify-items: center; } .pizza-model { display: flex; flex-direction: column; align-items: center; text-align: center; width: 250px; margin: 20px 10px; } .pizza-img { width: 100%; border-radius: 50%; box-shadow: 0 0 15px #0000008c; } .pizza-img img { width: 100%; } .add-pizza { width: 80px; height: 80px; margin: -40px auto 15px auto; padding: 15px 28px; font-size: 1.4rem; color: white; background: #3765fc; border-radius: 50%; } .pizza-img:hover { cursor: pointer; } .pizza-img:hover ~ .add-pizza, .add-pizza:hover { background: #597ffc; cursor: pointer; } .pizza-name { font-size: 1.6rem; } .pizza-container-bg { display: none; opacity: 0; transition: all 0.3s ease; } .pizza-container-bg.active { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #00000062; z-index: 9; } .pizza-container-bg.active .pizza-container { display: block; } .pizza-container { display: none; position: fixed; width: 80%; background: white; border-radius: 15px; box-shadow: 0 0 20px #0000009d; z-index: 10; } .pizza-container-return { position: relative; width: 50px; height: 40px; margin: 20px 0px 0px 15px; } .pizza-container-return::before { content: ''; position: absolute; width: 100%; height: 4px; background: black; bottom: 22px; transform: rotate(45deg); } .pizza-container-return::after { content: ''; position: absolute; width: 100%; height: 4px; background: black; bottom: 22px; transform: rotate(-45deg); } .pizza-container-return:hover { cursor: pointer; } .pizza-container-details { padding-top: 30px; padding-bottom: 30px; } .pizza-container-details .pizza-photo { flex: 1; } .pizza-container-details .pizza-photo img { width: 100%; } .pizza-container-details > .details { flex: 1; padding-left: 20px; text-align: justify; } .pizza-container-details .details h2 { margin: 30px 0px; } .pizza-container-details .details > p { color: #818181; } .pizza-container-details .details .size { margin: 20px 0px 40px 0px; font-size: 1.2rem; font-weight: bold; } .pizza-container-details .details .size .size-option { background: #818181; transition: all 0.3s ease; } .pizza-container-details .details .size .size-option:hover:not(.active) { background: #a1a1a1; } .pizza-container-details .details .size .active { color: white; background: #597ffc; } .pizza-container-details .details .size span { font-weight: normal; } .pizza-container-details .details .size > div { padding: 5px 10px; } .pizza-container-details .details .size > div:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .pizza-container-details .details .size > div:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .pizza-container-details .details .size div:hover { color: white; background: #597ffc; cursor: pointer; } .pizza-container-details .details div .price { margin: 0px 50px 0px 0px; font-size: 2rem; } .quant { font-size: 1.2rem; font-weight: bold; border-radius: 10px; background: #acacac; } .quant.cart { padding: 5px; font-size: 1rem; } .quant button { padding: 10px 20px; border: none; background: none; } .quant.cart button { padding: 5px 10px; } .pizza-container-details .details .buttons { margin-top: 45px; } .pizza-container-details .details .buttons .add-cart { margin-right: 25px; padding: 15px 25px; color: white; background: #4dbb4d; border: none; border-radius: 20px; transition: all 0.3s ease; } .pizza-container-details .details .buttons .add-cart:hover { background: #3b8d3b; } .pizza-container-details .details .buttons .cancel { margin-right: 25px; padding: 15px 25px; color: white; background: gray; border: none; border-radius: 20px; transition: all 0.3s ease; } .pizza-container-details .details .buttons .cancel:hover { background: #585858; } /*********************** ASIDE ***********************/ aside { width: 0; padding-top: 25px; background: lightblue; transition: all 0.3s ease; } aside.active { width: 50%; } aside > div > div { display: flex; justify-content: space-between; align-items: center; } aside p { margin: 0px; } aside .cart-pizzas > div { width: 100%; margin-bottom: 30px; } aside .cart-pizzas div:first-child img { width: 50px; height: 50px; margin-right: 10px; } aside > div > button { width: 100%; margin-top: 30px; padding: 15px 30px; border: none; border-radius: 20px; background: lightgreen; } /*********************** MEDIA QUERIES ***********************/ @media (max-width:991px) { html, body { font-size: small; } .pizza-grid { grid-template-columns: repeat(2, 1fr); } .pizza-container-bg.active { display: block; position: absolute; } .pizza-container { width: 100%; min-height: 100vh; border-radius: 0; position: absolute; top: 0; } .pizza-container-details .pizza-photo { height: 100px; } .pizza-container-details > .details { padding-left: 0; } p.price { margin: 0; } .pizza-container-details .details .buttons .add-cart, .pizza-container-details .details .buttons .cancel { margin-right: 0px; margin-bottom: 20px; } } @media (min-width:1500px) { html, body { font-size: larger; } .pizza-model { width: 400px; } }
b7/ex_pizza/css/style.css
* { margin: 0; padding: 0; } html, body { font-size: large; font-family: Georgia, 'Times New Roman', Times, serif; transition: all 0.3s ease; overflow-x: hidden; } body.dark { color: whitesmoke; background: #222; } body.dark .pizza-container { background: #333; } body.dark aside { background: #303091; } img { width: 100%; } .container-fluid { width: 95% } /*********************** SECTION ***********************/ section { width: 100%; padding: 10px; background: #3765fc; } section .mobile-cart-quantity { padding: 5px 10px; border-radius: 5px; background: lightgray; color: black; } section .mobile-cart { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } /*********************** MAIN ***********************/ main { width: 100%; } h1 { margin-top: 25px; padding-left: 15px; } .theme { margin-left: 15px; padding: 10px 15px; border: none; border-radius: 10px; background: lightgray; } .pizza-grid { width: 90%; margin: auto; grid-template-columns: repeat(3, auto); justify-items: center; } .pizza-model { display: flex; flex-direction: column; align-items: center; text-align: center; width: 250px; margin: 20px 10px; } .pizza-img { width: 100%; border-radius: 50%; box-shadow: 0 0 15px #0000008c; } .pizza-img img { width: 100%; } .add-pizza { width: 80px; height: 80px; margin: -40px auto 15px auto; padding: 15px 28px; font-size: 1.4rem; color: white; background: #3765fc; border-radius: 50%; } .pizza-img:hover { cursor: pointer; } .pizza-img:hover ~ .add-pizza, .add-pizza:hover { background: #597ffc; cursor: pointer; } .pizza-name { font-size: 1.6rem; } .pizza-container-bg { display: none; opacity: 0; transition: all 0.3s ease; } .pizza-container-bg.active { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #00000062; z-index: 9; } .pizza-container-bg.active .pizza-container { display: block; } .pizza-container { display: none; position: fixed; width: 80%; background: white; border-radius: 15px; box-shadow: 0 0 20px #0000009d; z-index: 10; } .pizza-container-return { position: relative; width: 50px; height: 40px; margin: 20px 0px 0px 15px; } .pizza-container-return::before { content: ''; position: absolute; width: 100%; height: 4px; background: black; bottom: 22px; transform: rotate(45deg); } .pizza-container-return::after { content: ''; position: absolute; width: 100%; height: 4px; background: black; bottom: 22px; transform: rotate(-45deg); } .pizza-container-return:hover { cursor: pointer; } .pizza-container-details { padding-top: 30px; padding-bottom: 30px; } .pizza-container-details .pizza-photo { flex: 1; } .pizza-container-details .pizza-photo img { width: 100%; } .pizza-container-details > .details { flex: 1; padding-left: 20px; text-align: justify; } .pizza-container-details .details h2 { margin: 30px 0px; } .pizza-container-details .details > p { color: #818181; } .pizza-container-details .details .size { margin: 20px 0px 40px 0px; font-size: 1.2rem; font-weight: bold; } .pizza-container-details .details .size .size-option { background: #818181; transition: all 0.3s ease; } .pizza-container-details .details .size .size-option:hover:not(.active) { background: #a1a1a1; } .pizza-container-details .details .size .active { color: white; background: #597ffc; } .pizza-container-details .details .size span { font-weight: normal; } .pizza-container-details .details .size > div { padding: 5px 10px; } .pizza-container-details .details .size > div:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .pizza-container-details .details .size > div:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } .pizza-container-details .details .size div:hover { color: white; background: #597ffc; cursor: pointer; } .pizza-container-details .details div .price { margin: 0px 50px 0px 0px; font-size: 2rem; } .quant { font-size: 1.2rem; font-weight: bold; border-radius: 10px; background: #acacac; } .quant.cart { padding: 5px; font-size: 1rem; } .quant button { padding: 10px 20px; border: none; background: none; } .quant.cart button { padding: 5px 10px; } .pizza-container-details .details .buttons { margin-top: 45px; } .pizza-container-details .details .buttons .add-cart { margin-right: 25px; padding: 15px 25px; color: white; background: #4dbb4d; border: none; border-radius: 20px; transition: all 0.3s ease; } .pizza-container-details .details .buttons .add-cart:hover { background: #3b8d3b; } .pizza-container-details .details .buttons .cancel { margin-right: 25px; padding: 15px 25px; color: white; background: gray; border: none; border-radius: 20px; transition: all 0.3s ease; } .pizza-container-details .details .buttons .cancel:hover { background: #585858; } /*********************** ASIDE ***********************/ aside { width: 0; padding-top: 25px; background: lightblue; transition: all 0.3s ease; } aside.active { width: 50%; } aside > div > div { display: flex; justify-content: space-between; align-items: center; } aside p { margin: 0px; } aside .cart-pizzas > div { width: 100%; margin-bottom: 30px; } aside .cart-pizzas div:first-child img { width: 50px; height: 50px; margin-right: 10px; } aside > div > button { width: 100%; margin-top: 30px; padding: 15px 30px; border: none; border-radius: 20px; background: lightgreen; } /*********************** MEDIA QUERIES ***********************/ @media (max-width:991px) { html, body { font-size: small; } .pizza-grid { grid-template-columns: repeat(2, 1fr); } .pizza-container-bg.active { display: block; position: absolute; } .pizza-container { width: 100%; min-height: 100vh; border-radius: 0; position: absolute; top: 0; } .pizza-container-details .pizza-photo { height: 100px; } .pizza-container-details > .details { padding-left: 0; } p.price { margin: 0; } .pizza-container-details .details .buttons .add-cart, .pizza-container-details .details .buttons .cancel { margin-right: 0px; margin-bottom: 20px; } } @media (min-width:1500px) { html, body { font-size: larger; } .pizza-model { width: 400px; } }
0.440469
0.107297
1. IMPORT GOOGLE WEB FONTS -----------------------------------------*/ @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700); /* -------------------------------------- ========================================= 2. GLOBAL STYLES ========================================= -----------------------------------------*/ /*--------------------------------------- 2.1 GENERAL STYLES -----------------------------------------*/ html { font-size: 100%; } body { background: #ffffff; font-family: 'Source Sans Pro', sans-serif; font-size: 16px; color: #727272; line-height: 25px; text-align: center; overflow-x: hidden !important; margin: auto !important; } /*--------------------------------------- 2.2 PRE LOADER -----------------------------------------*/ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fefefe; z-index: 99999; height: 100%; width: 100%; overflow: hidden !important; } .status { width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; background-image: url(../images/loading.gif); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; background-size: cover; margin: -20px 0 0 -20px; } /*--------------------------------------- 2.3 ANCHOR AND BOLD TEXT -----------------------------------------*/ a { text-decoration: none; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } a:hover { text-decoration: underline; } a:focus { outline: inherit; color: inherit; } strong { font-weight: 700; } .strong { font-weight: 700; } /*--------------------------------------- 2.4 MISC FIXES -----------------------------------------*/ @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ul, ol { padding-left: 0 !important; } li { list-style: none; } /* -------------------------------------- ========================================= 3. COMPONENTS ========================================= -----------------------------------------*/ /*--------------------------------------- 3.1 BACKGROUND COLORS AND LINE -----------------------------------------*/ .dark-bg { background: #323232; color: #ffffff; } .color-bg { color: #ffffff; } .bgcolor-2 { background: #f7f8fa; } .bgcolor-white { background: #ffffff; } .colored-line { height: 1px; width: 70px; margin: auto; margin-top: 10px; margin-bottom: 10px; } /*--------------------------------------- 3.2 TYPOGRAPHY -----------------------------------------*/ h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; color: #323232; margin-bottom: 0; margin-top: 0; } h1 { font-size: 2.813rem; line-height: 3.75rem; font-weight: 500; } h2 { font-size: 2.188rem; line-height: 3.125rem; font-weight: 500; } h3 { font-size: 1.5rem; line-height: 2.375rem; font-weight: 600; } h4 { font-size: 1.25rem; line-height: 2rem; font-weight: 600; } h5 { font-size: 18px; line-height: 28px; font-weight: 700; } h6 { font-size: 16px; line-height: 25px; font-weight: 700; } /*--------------------------------------- 3.3 BUTTONS -----------------------------------------*/ .btn:focus, .btn:active, .btn, .open .dropdown-toggle.btn { outline: inherit; border-color: inherit; } .standard-button { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 15px 30px; border: 0; margin: 5px; line-height: inherit; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 15px 30px; border: 0; margin: 5px; border: 1px solid #727272; color: #323232; background: #ffffff; line-height: inherit; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button-white { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 14px 30px; border: 0; margin: 5px; border: 1px solid #727272; color: #ffffff; background: transparent; line-height: inherit; border: 1px solid rgba(255,255,255,0.5) -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button-white:hover { border: 1px solid rgba(255,255,255,1); color: #ffffff; } /* -------------------------------------- ========================================= 4. SECTION SPECIFIC CSS ========================================= -----------------------------------------*/ /*--------------------------------------- 4.1 SECTIONS PADDING AND COLOR OVERLAY -----------------------------------------*/ .section1, .section2, .section3, .section4, .section5, .section6, .section7 { padding-top: 50px; padding-bottom: 25px; } .color-overlay { background: rgba(0, 0, 0, 0.0); } /*======================================== 4.2 SECTION: HOME ==========================================*/ /*--------------------------------------- 4.2.1 BASIC STYLES -----------------------------------------*/ header { background: url(../images/bg-image-1.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; } header .vertical-registration-form { margin-top: 60px; } .navigation-header { padding-top: 47px; padding-bottom: 30px; } .intro-section { margin-top: 100px; margin-bottom: 137px; } .intro { color: #ffffff; } .intro-section .sub-heading { font-size: 20px; padding-right: 5%; padding-left: 5%; color: #ffffff; margin-top: 40px; line-height: 30px; } .button-container { margin-top: 75px; margin-bottom: 25px; } .navbar-header img { max-height: 50px; } /*--------------------------------------- 4.2.2 NAVIGATION -----------------------------------------*/ /* NAV RESETS */ .navbar-nav > li > a:hover { background: inherit; } /* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */ .non-sticky .navbar-nav.navbar-right:last-child { margin-right: 0; } .non-sticky .navbar-nav > li > a { font-size: 25px; padding: 0; padding-left: 5px; padding-top: 3px; color: #ffffff; } /* STICKY NAVIGATION */ .sticky-navigation { min-height: 75px; background: #ffffff; -webkit-backface-visibility: hidden; border: 0; -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); } .sticky-navigation .navbar-header { padding-top: 0px; } .sticky-navigation .main-navigation { padding-top: 13px; } .sticky-navigation .main-navigation .current a { -webkit-backface-visibility: hidden; outline: inherit; position: relative; } .sticky-navigation .navbar-nav > li > a { font-family: 'Raleway', sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 600; color: #323232; } /*======================================== 4.3 SECTION WITH LEFT / RIGHT SCREENSHOT ==========================================*/ /*--------------------------------------- 4.3.1 BASIC STYLES -----------------------------------------*/ .side-screenshot, .side-screenshot2 { max-width: 532px; } .brief h2 { margin-top: 0; margin-bottom: 10px; } .brief p { margin-top: 45px; } /*--------------------------------------- 4.3.2 FEATURE LIST -----------------------------------------*/ .feature-list-2 { margin-top: 25px; } .feature-list-2 li { overflow: auto; padding-top: 12px; padding-bottom: 12px; } .feature-list-2 li .icon-container { width: 32px; height: 32px; border-radius: 3px; color: #ffffff; line-height: 32px; margin-right: 15px; margin-top: 5px; text-align: center; } .feature-list-2 li .details { width: 89%; } .feature-list-2 li .details p { margin-top: 5px; } /*======================================== 4.4 SECTION: FEATURES ==========================================*/ .features { margin-top: 35px; } .feature { margin-top: 40px; margin-bottom: 35px; } .feature .icon { font-size: 50px; margin-bottom: 30px; } .feature h4 { margin-bottom: 10px; } /*======================================== 4.5 SECTION: PRICING TABLE ==========================================*/ .pricing-table { margin-top: 35px; } .package { overflow: auto; border: 1px solid #e5e5e5; border-radius: 3px; margin-top: 40px; } .package .header { padding-top: 20px; padding-bottom: 20px; } .package .header h3 { color: #ffffff; } .package-features .column-9p { width: 90%; float: left; text-align: left; } .package-features .column-1p { width: 10%; float: right; text-align: right; color: #323232; } .package-features .column-7p { width: 60%; float: left; text-align: left; } .package-features .column-3p { width: 40%; float: right; text-align: right; } .package-features ul li { overflow: auto; padding-top: 12px; padding-bottom: 12px; padding-right: 35px; padding-left: 35px; border-bottom: 1px dotted #e3e3e3; } .package-features .bottom-row { overflow: auto; padding-top: 8px; padding-bottom: 17px; padding-right: 35px; padding-left: 35px; } .package-features .bottom-row h6 { padding-top: 5px; } .package-features .bottom-row .secondary-button, .package-features .bottom-row .standard-button { margin: 0; padding: 7px 15px; vertical-align: middle; } /*======================================== 4.6 SECTION: VIDEO ==========================================*/ /*--------------------------------------- 4.6.1 BASIC STYLE / RESET -----------------------------------------*/ video { max-width: 100%; height: auto; } iframe, embed, object { max-width: 100%; } .video-container { width: 100%; background: #ffffff !important; margin-top: 75px; } .video { background: #ffffff !important; } /*--------------------------------------- 4.6.2 VIDEO FEATURES -----------------------------------------*/ .video-features { margin-top: 40px; } .video-features .inline-icon { padding-right: 5px; } /*======================================== 4.7 SECTION: SCREENSHOTS ==========================================*/ .screenshots { margin-top: 68px; } .shot { margin: 10px; border-radius: 3px; border: 5px solid #ffffff; } .shot img { max-width: 100%; width: 100%; } .shot img:hover { cursor: crosshair; opacity: 0.8; } /*======================================== 4.8 SECTION: CLIENTS AND FEEDBACKS ==========================================*/ /*--------------------------------------- 4.8.1 CLIENTS LOGO -----------------------------------------*/ .clients { margin-top: 35px; } .client-logos li { display: inline-block; vertical-align: middle; margin: 15px; } /*--------------------------------------- 4.8.2 FEEDBACKS -----------------------------------------*/ .testimonials { margin-top: 15px; } .single-feedback { position: relative; margin-top: 20px; } .single-feedback .client-pic { width: 48px; height: 48px; margin: auto; position: relative; margin-bottom: -24px; z-index: 999; border: 3px solid #ffffff; box-shadow: 0px 0px 0px 3px #f7f8fa; } .single-feedback .client-pic img { max-width: 100%; } .single-feedback .box { margin-right: 15px; margin-left: 15px; border-radius: 3px; position: relative; background: #f7f8fa; padding-top: 20px; -webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); -moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); } .single-feedback .box .message { padding: 25px; font-style: italic; } .single-feedback .box:after, .single-feedback .box:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .single-feedback .box:after { border-color: rgba(247, 248, 250, 0); border-top-color: #f7f8fa; border-width: 15px; margin-left: -15px; } .single-feedback .box:before { border-color: rgba(229, 229, 229, 0); border-top-color: #e5e5e5; border-width: 16px; margin-left: -16px; } .single-feedback .client-info { margin-top: 30px; } .single-feedback .client-info .client-name { line-height: 20px; } .single-feedback .client-info .company { font-size: 13px; } /*======================================== 4.9 SECTION: CALL TO ACTION ==========================================*/ /*--------------------------------------- 4.9.1 CALL TO ACTION WITH TEXT/BUTTON -----------------------------------------*/ .cta-section { background: url(../images/bg-image-2.jpg) no-repeat center fixed; -webkit-background-size: cover; background-size: cover; } .cta-section h4 { color: #ffffff; } .cta-section h2 { color: #ffffff; font-weight: 700; margin-top: 15px; margin-bottom: 40px; } .cta-section h3 { color: #ffffff; } .cta-section .color-overlay { padding-top: 125px; padding-bottom: 125px; } /*--------------------------------------- 4.9.2 SUBSCRIBE FORM -----------------------------------------*/ .subscribe-section { margin-top: 75px; } .subscription-form .input-box { width: 300px; margin-top: 25px; margin-bottom: 25px; height: 55px; border-radius: 3px; font-size: 16px; color: #000000; box-shadow: inherit; } .subscription-success, .subscription-error { color: #FFFFFF; } /*======================================== 4.10 SECTION: CONTACT US ==========================================*/ /*--------------------------------------- 4.10.1 BASIC STYLES -----------------------------------------*/ .contact-us { padding-top: 75px; padding-bottom: 75px; } .contact-us .heading { margin-bottom: 10px; } .contact-link { font-weight: 700; text-transform: uppercase; margin-top: 50px; font-family: 'Raleway', sans-serif; } .contact-link:hover { text-decoration: none; } .contact-link span { margin-right: 10px; } /*--------------------------------------- 4.10.2 CONTACT FORM -----------------------------------------*/ .contact-form { margin-top: 25px; } .contact-form .success, .contact-form .error { display: none; } .contact-form .input-box, .contact-form .textarea-box { margin-bottom: 15px; margin-top: 15px; outline: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #e3e3e3; border-radius: 3px; color: #727272; padding-left: 12px; font-size: inherit; line-height: auto; } .contact-form .input-box { min-height: 50px; } .contact-form .textarea-box { min-height: 200px; -webkit-backface-visibility: hidden; } .contact-form .input-box:active, .contact-form .textarea-box:active, .contact-form .input-box:focus, .contact-form .textarea-box:focus { color: #323232; } .contact-form .btn { margin-top: 25px; } /*======================================== 4.11 SECTION: FOOTER ==========================================*/ footer { padding-top: 75px; padding-bottom: 75px; } .footer-logo { max-width: 180px; margin: auto; } .copyright { margin-top: 15px; margin-bottom: 15px; } .social-icons li { display: inline; margin: 2px; } .social-icons li a { font-size: 25px; color: #919191; } .social-icons li a:hover { text-decoration: none; }
portfolio/Renovistics/css/styles.css
1. IMPORT GOOGLE WEB FONTS -----------------------------------------*/ @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700); /* -------------------------------------- ========================================= 2. GLOBAL STYLES ========================================= -----------------------------------------*/ /*--------------------------------------- 2.1 GENERAL STYLES -----------------------------------------*/ html { font-size: 100%; } body { background: #ffffff; font-family: 'Source Sans Pro', sans-serif; font-size: 16px; color: #727272; line-height: 25px; text-align: center; overflow-x: hidden !important; margin: auto !important; } /*--------------------------------------- 2.2 PRE LOADER -----------------------------------------*/ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fefefe; z-index: 99999; height: 100%; width: 100%; overflow: hidden !important; } .status { width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; background-image: url(../images/loading.gif); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; background-size: cover; margin: -20px 0 0 -20px; } /*--------------------------------------- 2.3 ANCHOR AND BOLD TEXT -----------------------------------------*/ a { text-decoration: none; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } a:hover { text-decoration: underline; } a:focus { outline: inherit; color: inherit; } strong { font-weight: 700; } .strong { font-weight: 700; } /*--------------------------------------- 2.4 MISC FIXES -----------------------------------------*/ @-webkit-viewport { width: device-width; } @-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ul, ol { padding-left: 0 !important; } li { list-style: none; } /* -------------------------------------- ========================================= 3. COMPONENTS ========================================= -----------------------------------------*/ /*--------------------------------------- 3.1 BACKGROUND COLORS AND LINE -----------------------------------------*/ .dark-bg { background: #323232; color: #ffffff; } .color-bg { color: #ffffff; } .bgcolor-2 { background: #f7f8fa; } .bgcolor-white { background: #ffffff; } .colored-line { height: 1px; width: 70px; margin: auto; margin-top: 10px; margin-bottom: 10px; } /*--------------------------------------- 3.2 TYPOGRAPHY -----------------------------------------*/ h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; color: #323232; margin-bottom: 0; margin-top: 0; } h1 { font-size: 2.813rem; line-height: 3.75rem; font-weight: 500; } h2 { font-size: 2.188rem; line-height: 3.125rem; font-weight: 500; } h3 { font-size: 1.5rem; line-height: 2.375rem; font-weight: 600; } h4 { font-size: 1.25rem; line-height: 2rem; font-weight: 600; } h5 { font-size: 18px; line-height: 28px; font-weight: 700; } h6 { font-size: 16px; line-height: 25px; font-weight: 700; } /*--------------------------------------- 3.3 BUTTONS -----------------------------------------*/ .btn:focus, .btn:active, .btn, .open .dropdown-toggle.btn { outline: inherit; border-color: inherit; } .standard-button { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 15px 30px; border: 0; margin: 5px; line-height: inherit; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 15px 30px; border: 0; margin: 5px; border: 1px solid #727272; color: #323232; background: #ffffff; line-height: inherit; -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button-white { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; border-radius: 3px; padding: 14px 30px; border: 0; margin: 5px; border: 1px solid #727272; color: #ffffff; background: transparent; line-height: inherit; border: 1px solid rgba(255,255,255,0.5) -webkit-transition: all ease 0.25s; transition: all ease 0.25s; } .secondary-button-white:hover { border: 1px solid rgba(255,255,255,1); color: #ffffff; } /* -------------------------------------- ========================================= 4. SECTION SPECIFIC CSS ========================================= -----------------------------------------*/ /*--------------------------------------- 4.1 SECTIONS PADDING AND COLOR OVERLAY -----------------------------------------*/ .section1, .section2, .section3, .section4, .section5, .section6, .section7 { padding-top: 50px; padding-bottom: 25px; } .color-overlay { background: rgba(0, 0, 0, 0.0); } /*======================================== 4.2 SECTION: HOME ==========================================*/ /*--------------------------------------- 4.2.1 BASIC STYLES -----------------------------------------*/ header { background: url(../images/bg-image-1.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; } header .vertical-registration-form { margin-top: 60px; } .navigation-header { padding-top: 47px; padding-bottom: 30px; } .intro-section { margin-top: 100px; margin-bottom: 137px; } .intro { color: #ffffff; } .intro-section .sub-heading { font-size: 20px; padding-right: 5%; padding-left: 5%; color: #ffffff; margin-top: 40px; line-height: 30px; } .button-container { margin-top: 75px; margin-bottom: 25px; } .navbar-header img { max-height: 50px; } /*--------------------------------------- 4.2.2 NAVIGATION -----------------------------------------*/ /* NAV RESETS */ .navbar-nav > li > a:hover { background: inherit; } /* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */ .non-sticky .navbar-nav.navbar-right:last-child { margin-right: 0; } .non-sticky .navbar-nav > li > a { font-size: 25px; padding: 0; padding-left: 5px; padding-top: 3px; color: #ffffff; } /* STICKY NAVIGATION */ .sticky-navigation { min-height: 75px; background: #ffffff; -webkit-backface-visibility: hidden; border: 0; -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08); } .sticky-navigation .navbar-header { padding-top: 0px; } .sticky-navigation .main-navigation { padding-top: 13px; } .sticky-navigation .main-navigation .current a { -webkit-backface-visibility: hidden; outline: inherit; position: relative; } .sticky-navigation .navbar-nav > li > a { font-family: 'Raleway', sans-serif; font-size: 13px; text-transform: uppercase; font-weight: 600; color: #323232; } /*======================================== 4.3 SECTION WITH LEFT / RIGHT SCREENSHOT ==========================================*/ /*--------------------------------------- 4.3.1 BASIC STYLES -----------------------------------------*/ .side-screenshot, .side-screenshot2 { max-width: 532px; } .brief h2 { margin-top: 0; margin-bottom: 10px; } .brief p { margin-top: 45px; } /*--------------------------------------- 4.3.2 FEATURE LIST -----------------------------------------*/ .feature-list-2 { margin-top: 25px; } .feature-list-2 li { overflow: auto; padding-top: 12px; padding-bottom: 12px; } .feature-list-2 li .icon-container { width: 32px; height: 32px; border-radius: 3px; color: #ffffff; line-height: 32px; margin-right: 15px; margin-top: 5px; text-align: center; } .feature-list-2 li .details { width: 89%; } .feature-list-2 li .details p { margin-top: 5px; } /*======================================== 4.4 SECTION: FEATURES ==========================================*/ .features { margin-top: 35px; } .feature { margin-top: 40px; margin-bottom: 35px; } .feature .icon { font-size: 50px; margin-bottom: 30px; } .feature h4 { margin-bottom: 10px; } /*======================================== 4.5 SECTION: PRICING TABLE ==========================================*/ .pricing-table { margin-top: 35px; } .package { overflow: auto; border: 1px solid #e5e5e5; border-radius: 3px; margin-top: 40px; } .package .header { padding-top: 20px; padding-bottom: 20px; } .package .header h3 { color: #ffffff; } .package-features .column-9p { width: 90%; float: left; text-align: left; } .package-features .column-1p { width: 10%; float: right; text-align: right; color: #323232; } .package-features .column-7p { width: 60%; float: left; text-align: left; } .package-features .column-3p { width: 40%; float: right; text-align: right; } .package-features ul li { overflow: auto; padding-top: 12px; padding-bottom: 12px; padding-right: 35px; padding-left: 35px; border-bottom: 1px dotted #e3e3e3; } .package-features .bottom-row { overflow: auto; padding-top: 8px; padding-bottom: 17px; padding-right: 35px; padding-left: 35px; } .package-features .bottom-row h6 { padding-top: 5px; } .package-features .bottom-row .secondary-button, .package-features .bottom-row .standard-button { margin: 0; padding: 7px 15px; vertical-align: middle; } /*======================================== 4.6 SECTION: VIDEO ==========================================*/ /*--------------------------------------- 4.6.1 BASIC STYLE / RESET -----------------------------------------*/ video { max-width: 100%; height: auto; } iframe, embed, object { max-width: 100%; } .video-container { width: 100%; background: #ffffff !important; margin-top: 75px; } .video { background: #ffffff !important; } /*--------------------------------------- 4.6.2 VIDEO FEATURES -----------------------------------------*/ .video-features { margin-top: 40px; } .video-features .inline-icon { padding-right: 5px; } /*======================================== 4.7 SECTION: SCREENSHOTS ==========================================*/ .screenshots { margin-top: 68px; } .shot { margin: 10px; border-radius: 3px; border: 5px solid #ffffff; } .shot img { max-width: 100%; width: 100%; } .shot img:hover { cursor: crosshair; opacity: 0.8; } /*======================================== 4.8 SECTION: CLIENTS AND FEEDBACKS ==========================================*/ /*--------------------------------------- 4.8.1 CLIENTS LOGO -----------------------------------------*/ .clients { margin-top: 35px; } .client-logos li { display: inline-block; vertical-align: middle; margin: 15px; } /*--------------------------------------- 4.8.2 FEEDBACKS -----------------------------------------*/ .testimonials { margin-top: 15px; } .single-feedback { position: relative; margin-top: 20px; } .single-feedback .client-pic { width: 48px; height: 48px; margin: auto; position: relative; margin-bottom: -24px; z-index: 999; border: 3px solid #ffffff; box-shadow: 0px 0px 0px 3px #f7f8fa; } .single-feedback .client-pic img { max-width: 100%; } .single-feedback .box { margin-right: 15px; margin-left: 15px; border-radius: 3px; position: relative; background: #f7f8fa; padding-top: 20px; -webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); -moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75); } .single-feedback .box .message { padding: 25px; font-style: italic; } .single-feedback .box:after, .single-feedback .box:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .single-feedback .box:after { border-color: rgba(247, 248, 250, 0); border-top-color: #f7f8fa; border-width: 15px; margin-left: -15px; } .single-feedback .box:before { border-color: rgba(229, 229, 229, 0); border-top-color: #e5e5e5; border-width: 16px; margin-left: -16px; } .single-feedback .client-info { margin-top: 30px; } .single-feedback .client-info .client-name { line-height: 20px; } .single-feedback .client-info .company { font-size: 13px; } /*======================================== 4.9 SECTION: CALL TO ACTION ==========================================*/ /*--------------------------------------- 4.9.1 CALL TO ACTION WITH TEXT/BUTTON -----------------------------------------*/ .cta-section { background: url(../images/bg-image-2.jpg) no-repeat center fixed; -webkit-background-size: cover; background-size: cover; } .cta-section h4 { color: #ffffff; } .cta-section h2 { color: #ffffff; font-weight: 700; margin-top: 15px; margin-bottom: 40px; } .cta-section h3 { color: #ffffff; } .cta-section .color-overlay { padding-top: 125px; padding-bottom: 125px; } /*--------------------------------------- 4.9.2 SUBSCRIBE FORM -----------------------------------------*/ .subscribe-section { margin-top: 75px; } .subscription-form .input-box { width: 300px; margin-top: 25px; margin-bottom: 25px; height: 55px; border-radius: 3px; font-size: 16px; color: #000000; box-shadow: inherit; } .subscription-success, .subscription-error { color: #FFFFFF; } /*======================================== 4.10 SECTION: CONTACT US ==========================================*/ /*--------------------------------------- 4.10.1 BASIC STYLES -----------------------------------------*/ .contact-us { padding-top: 75px; padding-bottom: 75px; } .contact-us .heading { margin-bottom: 10px; } .contact-link { font-weight: 700; text-transform: uppercase; margin-top: 50px; font-family: 'Raleway', sans-serif; } .contact-link:hover { text-decoration: none; } .contact-link span { margin-right: 10px; } /*--------------------------------------- 4.10.2 CONTACT FORM -----------------------------------------*/ .contact-form { margin-top: 25px; } .contact-form .success, .contact-form .error { display: none; } .contact-form .input-box, .contact-form .textarea-box { margin-bottom: 15px; margin-top: 15px; outline: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #e3e3e3; border-radius: 3px; color: #727272; padding-left: 12px; font-size: inherit; line-height: auto; } .contact-form .input-box { min-height: 50px; } .contact-form .textarea-box { min-height: 200px; -webkit-backface-visibility: hidden; } .contact-form .input-box:active, .contact-form .textarea-box:active, .contact-form .input-box:focus, .contact-form .textarea-box:focus { color: #323232; } .contact-form .btn { margin-top: 25px; } /*======================================== 4.11 SECTION: FOOTER ==========================================*/ footer { padding-top: 75px; padding-bottom: 75px; } .footer-logo { max-width: 180px; margin: auto; } .copyright { margin-top: 15px; margin-bottom: 15px; } .social-icons li { display: inline; margin: 2px; } .social-icons li a { font-size: 25px; color: #919191; } .social-icons li a:hover { text-decoration: none; }
0.177312
0.09277
html, body { margin: 0; padding: 0; width: 100%; } #table-container{ width: 95%; display: block; margin: auto; } #filter{ width: 95%; margin: auto; margin-top: 25px; margin-bottom: 10px; display: flex; align-items: center; } #table{ min-width: 510px; width: 95%; border: solid grey 1px; margin: auto; align-items: center; } .filter-box{ color: gray; border: solid gray 1px; border-radius: 5px; margin-left: 15px; display: flex; align-items: center; justify-content: center; } .filter-box:first-child{ margin-left: 0px; } .filter-box:hover{ cursor: pointer; background-color: gainsboro; } .filter-desc{ padding: 5px; } .icon{ height: 15px; width: 15px; margin: 5px; background-image: url("./icon/filter-solid.svg"); background-size: 100% 100%; } .sort{ margin-top: 0; background-image: url("./icon/sort-down-solid.svg"); background-size: 100% 100%; } .sort:hover{ cursor: pointer; } .drop-down{ position: absolute; color: #808080; background-color: whitesmoke; display: none; margin-top: 5px; border-radius: 5px; box-shadow: 0px 0px 5px black; } .drop-down > div{ width: 200px; display: flex; align-items: center; } .drop-down > div:hover { cursor: pointer; background-color: gainsboro; } .drop-down > div >div:first-child { width: 150px; padding: 5px; } .drop-down > div >div:last-child { display: flex; justify-content: flex-end; width: 50px; padding: 5px; } #ascending{ background-image: url("./icon/sort-alpha-down-solid.svg"); background-size: 100% 100%; } #descending{ background-image: url("./icon/sort-alpha-up-solid.svg"); background-size: 100% 100%; } .row{ min-width: 500px; height: 50px; display: flex; justify-content: center; } .row>div{ min-width: 68px; border: solid #808080 1px; width: 16.28%; display: flex; align-items: center; justify-content: center; } .row>div:first-child{ min-width: 40px; width: 40px; } .row:first-child{ background-color: gray; font-weight: bold; color: #ffffff; font-size: 1.1em; } .row:nth-child(even){ background-color: gainsboro; }
src/style.css
html, body { margin: 0; padding: 0; width: 100%; } #table-container{ width: 95%; display: block; margin: auto; } #filter{ width: 95%; margin: auto; margin-top: 25px; margin-bottom: 10px; display: flex; align-items: center; } #table{ min-width: 510px; width: 95%; border: solid grey 1px; margin: auto; align-items: center; } .filter-box{ color: gray; border: solid gray 1px; border-radius: 5px; margin-left: 15px; display: flex; align-items: center; justify-content: center; } .filter-box:first-child{ margin-left: 0px; } .filter-box:hover{ cursor: pointer; background-color: gainsboro; } .filter-desc{ padding: 5px; } .icon{ height: 15px; width: 15px; margin: 5px; background-image: url("./icon/filter-solid.svg"); background-size: 100% 100%; } .sort{ margin-top: 0; background-image: url("./icon/sort-down-solid.svg"); background-size: 100% 100%; } .sort:hover{ cursor: pointer; } .drop-down{ position: absolute; color: #808080; background-color: whitesmoke; display: none; margin-top: 5px; border-radius: 5px; box-shadow: 0px 0px 5px black; } .drop-down > div{ width: 200px; display: flex; align-items: center; } .drop-down > div:hover { cursor: pointer; background-color: gainsboro; } .drop-down > div >div:first-child { width: 150px; padding: 5px; } .drop-down > div >div:last-child { display: flex; justify-content: flex-end; width: 50px; padding: 5px; } #ascending{ background-image: url("./icon/sort-alpha-down-solid.svg"); background-size: 100% 100%; } #descending{ background-image: url("./icon/sort-alpha-up-solid.svg"); background-size: 100% 100%; } .row{ min-width: 500px; height: 50px; display: flex; justify-content: center; } .row>div{ min-width: 68px; border: solid #808080 1px; width: 16.28%; display: flex; align-items: center; justify-content: center; } .row>div:first-child{ min-width: 40px; width: 40px; } .row:first-child{ background-color: gray; font-weight: bold; color: #ffffff; font-size: 1.1em; } .row:nth-child(even){ background-color: gainsboro; }
0.352982
0.049635
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } html,body{ height: 100%; } .clear{ clear: both; } .center{ max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 2%; } .header{ min-width: 100%; width: 100%; padding: 0 2%; height: 60px; background-color: #212343; } .header img{ margin: 15px; } .container-banner{ min-width: 100%; padding: 0 2%; width: 100%; height: 557px; background-image: url('../images/header_bg.png'); background-size: cover; background-position: center; } .container-banner > .center{ height: 100%; } .form{ padding: 20px; width: 400px; height: calc(100% + 30px); background-color: white; background-clip: padding-box; float: right; border: 10px solid rgba(120,120,120,0.5); position: relative; top: -15px; } .form h2{ font-weight: normal; font-size: 21px; color: #999; } .input-container{ margin-top: 20px; } .input-container span{ display: inline-block; width: 100%; font-size: 17px; color: #bbb; } .form p{ margin: 40px 0; display: inline-block; width: 100%; font-size: 20px; color: #bbb; } .input-container input[type=text], .input-container input[type=number]{ margin-top: 8px; width: 344px; height: 55px; border: 1px solid #ccc; padding: 0 10px; outline: 0; } .input-container input[type=text]:focus{ outline: 0; padding: 8px 10px; } input.invalid { background-color: #e94e4e; border: 1px solid black; } .form .input-submit{ text-align: center; } .form input[type=button]{ width: 280px; height: 56px; background-color: #363A6D; color: white; display: inline-block; font-size: 23px; border-left: 0; border-right: 0; border-top: 0; outline: 0; cursor: pointer; border-bottom: 5px solid #4A5097; } /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } .form input[type=submit]:hover{ background-color: #323665; } .container-list{ padding-top: 30px; padding-left: 30px; margin-top: 100px; width: 519px; height: 270px; background-color: rgba(33,35,67,0.7); float: left; } .container-list ul{ list-style-position: inside; } .container-list ul li{ margin-left: 20px; margin-top: 18px; color: white; } .container-2{ padding: 40px 2%; background-color: #ccc; text-align: center; } .container-2 h2{ font-weight: normal; } .container-2 p{ width: 100%; max-width: 768px; display: inline-block; text-align: justify; margin: 15px 0; } .arrow{ margin-left: -20px; position: relative; top: 60px; left: 50%; width: 40px; height: 40px; background-image: url('../images/arrow.png'); background-size: 100% 100%; } .section-1{ padding: 90px 2%; } .section-1 h2{ text-align: center; color: #462663; } .container-section{ margin-top: 40px; text-align: center; } .container-single{ /*display: inline-block; margin-right: -4px;*/ float: left; width: 33.3333%; padding: 30px; } .container-single p{ text-align: justify; padding: 10px; } .container-single img{ width: 70px; } .footer{ border-top: 4px solid #888; padding: 60px 0; text-align: center; color: #888; } .footer p{ font-size: 20px; } @media screen and (max-width: 1024px){ .header{ width: 100%; height: auto; padding: 15px 0; text-align: center; } .header img{ margin: 0; } .container-list{ padding: 30px 0; display: inline-block; width: 40%; max-width: 500px; height: auto; } .container-banner{ padding: 40px 2%; width: 100%; height: auto; text-align: center; } .form{ max-width: 400px; padding: 10px; width: 60%; height: 100%; display: inline-block; position: relative; top: 0; } .input-container input[type=text], .input-container input[type=number]{ width: 100%; height: 55px; } .form input[type=button]{ max-width: 280px; height: 56px; width: 100%; } } @media screen and (max-width: 768px){ .container-2{ padding-right: 5%; padding-left: 5%; } .container-list{ margin-top: 0; float: none; display: inline-block; width: 90%; } .form{ float: none; display: inline-block; width: 90%; margin-top: 30px; } .container-single{ float: none; display: inline-block; width: 100%; max-width: 600px; padding: 30px 0; } p.warnning{ font-size: 15px; } }
css/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } html,body{ height: 100%; } .clear{ clear: both; } .center{ max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 2%; } .header{ min-width: 100%; width: 100%; padding: 0 2%; height: 60px; background-color: #212343; } .header img{ margin: 15px; } .container-banner{ min-width: 100%; padding: 0 2%; width: 100%; height: 557px; background-image: url('../images/header_bg.png'); background-size: cover; background-position: center; } .container-banner > .center{ height: 100%; } .form{ padding: 20px; width: 400px; height: calc(100% + 30px); background-color: white; background-clip: padding-box; float: right; border: 10px solid rgba(120,120,120,0.5); position: relative; top: -15px; } .form h2{ font-weight: normal; font-size: 21px; color: #999; } .input-container{ margin-top: 20px; } .input-container span{ display: inline-block; width: 100%; font-size: 17px; color: #bbb; } .form p{ margin: 40px 0; display: inline-block; width: 100%; font-size: 20px; color: #bbb; } .input-container input[type=text], .input-container input[type=number]{ margin-top: 8px; width: 344px; height: 55px; border: 1px solid #ccc; padding: 0 10px; outline: 0; } .input-container input[type=text]:focus{ outline: 0; padding: 8px 10px; } input.invalid { background-color: #e94e4e; border: 1px solid black; } .form .input-submit{ text-align: center; } .form input[type=button]{ width: 280px; height: 56px; background-color: #363A6D; color: white; display: inline-block; font-size: 23px; border-left: 0; border-right: 0; border-top: 0; outline: 0; cursor: pointer; border-bottom: 5px solid #4A5097; } /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } .form input[type=submit]:hover{ background-color: #323665; } .container-list{ padding-top: 30px; padding-left: 30px; margin-top: 100px; width: 519px; height: 270px; background-color: rgba(33,35,67,0.7); float: left; } .container-list ul{ list-style-position: inside; } .container-list ul li{ margin-left: 20px; margin-top: 18px; color: white; } .container-2{ padding: 40px 2%; background-color: #ccc; text-align: center; } .container-2 h2{ font-weight: normal; } .container-2 p{ width: 100%; max-width: 768px; display: inline-block; text-align: justify; margin: 15px 0; } .arrow{ margin-left: -20px; position: relative; top: 60px; left: 50%; width: 40px; height: 40px; background-image: url('../images/arrow.png'); background-size: 100% 100%; } .section-1{ padding: 90px 2%; } .section-1 h2{ text-align: center; color: #462663; } .container-section{ margin-top: 40px; text-align: center; } .container-single{ /*display: inline-block; margin-right: -4px;*/ float: left; width: 33.3333%; padding: 30px; } .container-single p{ text-align: justify; padding: 10px; } .container-single img{ width: 70px; } .footer{ border-top: 4px solid #888; padding: 60px 0; text-align: center; color: #888; } .footer p{ font-size: 20px; } @media screen and (max-width: 1024px){ .header{ width: 100%; height: auto; padding: 15px 0; text-align: center; } .header img{ margin: 0; } .container-list{ padding: 30px 0; display: inline-block; width: 40%; max-width: 500px; height: auto; } .container-banner{ padding: 40px 2%; width: 100%; height: auto; text-align: center; } .form{ max-width: 400px; padding: 10px; width: 60%; height: 100%; display: inline-block; position: relative; top: 0; } .input-container input[type=text], .input-container input[type=number]{ width: 100%; height: 55px; } .form input[type=button]{ max-width: 280px; height: 56px; width: 100%; } } @media screen and (max-width: 768px){ .container-2{ padding-right: 5%; padding-left: 5%; } .container-list{ margin-top: 0; float: none; display: inline-block; width: 90%; } .form{ float: none; display: inline-block; width: 90%; margin-top: 30px; } .container-single{ float: none; display: inline-block; width: 100%; max-width: 600px; padding: 30px 0; } p.warnning{ font-size: 15px; } }
0.196171
0.061227
width: 1000px; /* min-height: 600px; */ margin-left: -500px; left: 50%; max-height: 520px; overflow-y: scroll; } video{ width: 238px; height: 180px; } hr{ margin: 10px 0; } #confirmEnd { color: black; width: 350px; } /* sets width of delete member confirmation alert */ #confirmDeleteMember { width: 350px; } /* sets width of delete button on delete member confirmation alert #deleteButton { width: 100%; }*/ #memberPills li { float: none!important; padding: 5px 0; } /* The X's next to the role names in the member pills */ .close{ line-height: 15px; } .popover-content { overflow-y: scroll; max-height: 175px; padding-bottom: 2px; } .popover { max-width: 400px; max-height: 225px; } .popover-title{ max-height: 25px; padding-top: 5px; } .popover-title i { float: right; display: inline-block; } .popover-mname { font-weight: bold; display: inline-block; } .task_rectangle { cursor:pointer; } .handoffLine, .collaborationRect { cursor: pointer; } #timeline-container { position: relative; } .overlay { height: 100%; width: 2400px; background-color: rgba(0, 0, 100, 0); display: none; position: absolute; } #save_form { float: left; } .well{ padding-top: 5px; border: 1px solid white; } .ft-buttons{ margin-top: 5px; } #ft-buttons-left{ padding-left: 19px; /* padding-left: 38px; */ } #ft-buttons-right{ float: right; padding-left: 79px; } #newMemberForm{ /* margin-bottom: 5px; margin-top: 15px; */ } #projectOverviewInput{ overflow: auto; overflow-y: auto; word-wrap:break-word; width: 96.5%; /* height: 250px; */ resize:none; padding:5px; border:solid 1px #c3c3c3; } #project-status-text{ margin-top: 10px; margin-bottom: 10px; } .task-name-status{ text-decoration: underline; } .task-name-status:hover{ /*background: grey;*/ /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/ } .project-status-btn{ margin-top: 10px; margin-bottom: 10px; } #status-bar-container svg { /* width: 280px; */ } #status-bar-container text { overflow-x: scroll; } /*NOTE/QUESTION: should this be with the rest of the event-block style information in flash_teams.css.scss? */ .event-block { border: 1px solid; margin: 5px; padding: 5px; } .messages { height: 150px; overflow-y: scroll; max-height: 150px; } #m0 { background-color: #ffffff; } #m1 { background-color: #f5f5f5; } #message-date { font-size: 8px; color: rgba(0,0,0,0.5); padding-left:40%; } #gFolder { cursor:pointer; } #TitleLength { position: absolute; visibility: hidden; height: auto; width: auto; font-weight: bold; font-size: 12px; } .request-change-link{ padding-bottom: 8px; }
app/assets/stylesheets/custom.css
width: 1000px; /* min-height: 600px; */ margin-left: -500px; left: 50%; max-height: 520px; overflow-y: scroll; } video{ width: 238px; height: 180px; } hr{ margin: 10px 0; } #confirmEnd { color: black; width: 350px; } /* sets width of delete member confirmation alert */ #confirmDeleteMember { width: 350px; } /* sets width of delete button on delete member confirmation alert #deleteButton { width: 100%; }*/ #memberPills li { float: none!important; padding: 5px 0; } /* The X's next to the role names in the member pills */ .close{ line-height: 15px; } .popover-content { overflow-y: scroll; max-height: 175px; padding-bottom: 2px; } .popover { max-width: 400px; max-height: 225px; } .popover-title{ max-height: 25px; padding-top: 5px; } .popover-title i { float: right; display: inline-block; } .popover-mname { font-weight: bold; display: inline-block; } .task_rectangle { cursor:pointer; } .handoffLine, .collaborationRect { cursor: pointer; } #timeline-container { position: relative; } .overlay { height: 100%; width: 2400px; background-color: rgba(0, 0, 100, 0); display: none; position: absolute; } #save_form { float: left; } .well{ padding-top: 5px; border: 1px solid white; } .ft-buttons{ margin-top: 5px; } #ft-buttons-left{ padding-left: 19px; /* padding-left: 38px; */ } #ft-buttons-right{ float: right; padding-left: 79px; } #newMemberForm{ /* margin-bottom: 5px; margin-top: 15px; */ } #projectOverviewInput{ overflow: auto; overflow-y: auto; word-wrap:break-word; width: 96.5%; /* height: 250px; */ resize:none; padding:5px; border:solid 1px #c3c3c3; } #project-status-text{ margin-top: 10px; margin-bottom: 10px; } .task-name-status{ text-decoration: underline; } .task-name-status:hover{ /*background: grey;*/ /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/ } .project-status-btn{ margin-top: 10px; margin-bottom: 10px; } #status-bar-container svg { /* width: 280px; */ } #status-bar-container text { overflow-x: scroll; } /*NOTE/QUESTION: should this be with the rest of the event-block style information in flash_teams.css.scss? */ .event-block { border: 1px solid; margin: 5px; padding: 5px; } .messages { height: 150px; overflow-y: scroll; max-height: 150px; } #m0 { background-color: #ffffff; } #m1 { background-color: #f5f5f5; } #message-date { font-size: 8px; color: rgba(0,0,0,0.5); padding-left:40%; } #gFolder { cursor:pointer; } #TitleLength { position: absolute; visibility: hidden; height: auto; width: auto; font-weight: bold; font-size: 12px; } .request-change-link{ padding-bottom: 8px; }
0.359477
0.069637
.main-content-contacts .main-content-wrapper h2 { text-align: center; margin-top: 25px; } .main-content-contacts .main-content-wrapper { display: block; margin-bottom: 30px; } .main-content-contacts .main-content-wrapper div#main-content { display: flex; justify-content: space-between; } .main-content-contacts .main-content-wrapper .title {} .main-content-contacts .main-content-wrapper .title::after { content: ""; width: 100%; background-size: cover; height: 21px; background: url(../images/tb-icon.png) center no-repeat; display: block; margin: 0px auto 6px; } .top-contact { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 30px; } /* .form-contact { width: 47%; float: right; } */ .input-contact { position: relative; margin-bottom: 15px; } .input-contact input { text-indent: 10px; } .input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 14px; text-indent: 10px; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.3rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-control-te { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; padding: 0.375rem 0.75rem; font-weight: 400; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; opacity: 0; } .input-contact .custom-file-label::after { content: attr(title); } .custom-file-label::after { position: absolute; top: 0; right: 0; padding: 0.375rem 0.75rem; color: #495057; background-color: #e9ecef; border-radius: 0 0.25rem 0.25rem 0; } .footer-contacts iframe { width: 100%; } @media screen and (max-width: 768px) { .lienhe { margin-bottom: 30px; } }
public/site/css/contact.css
.main-content-contacts .main-content-wrapper h2 { text-align: center; margin-top: 25px; } .main-content-contacts .main-content-wrapper { display: block; margin-bottom: 30px; } .main-content-contacts .main-content-wrapper div#main-content { display: flex; justify-content: space-between; } .main-content-contacts .main-content-wrapper .title {} .main-content-contacts .main-content-wrapper .title::after { content: ""; width: 100%; background-size: cover; height: 21px; background: url(../images/tb-icon.png) center no-repeat; display: block; margin: 0px auto 6px; } .top-contact { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 30px; } /* .form-contact { width: 47%; float: right; } */ .input-contact { position: relative; margin-bottom: 15px; } .input-contact input { text-indent: 10px; } .input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 14px; text-indent: 10px; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.3rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-control-te { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .custom-file-label { position: absolute; top: 0; right: 0; left: 0; padding: 0.375rem 0.75rem; font-weight: 400; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.75rem + 2px); margin: 0; opacity: 0; } .input-contact .custom-file-label::after { content: attr(title); } .custom-file-label::after { position: absolute; top: 0; right: 0; padding: 0.375rem 0.75rem; color: #495057; background-color: #e9ecef; border-radius: 0 0.25rem 0.25rem 0; } .footer-contacts iframe { width: 100%; } @media screen and (max-width: 768px) { .lienhe { margin-bottom: 30px; } }
0.433502
0.054955
.appie-loader { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } .appie-loader { opacity: 0; } .appie-loader.active { opacity: 100; } .appie-visible { transition: all 0.5s ease-in-out; } .appie-visible { opacity: 0; } .appie-visible.active { opacity: 100; } /* .appie-home-loader { transition: all 0.5s ease-in-out; } */ .offcanvas_main_menu li ul.sub-menu { padding-left: 20 px; overflow: hidden; transition: all linear 0.65s; } .appie-fun-fact-box .appie-fun-fact-content .appie-fun-fact-item .title span { font-size: 30px !important; color: #fff !important; } .home-four-project { background: #eef1f6; } .home-four-footer { background: #ffffff; } .slick-dots li button:before { content: ""; } .appie-showcase-item { margin-left: 10px; margin-right: 10px; } @media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1200px; } } .appie-services-2-area.appie-services-8-area { overflow: hidden; } @media only screen and (min-width: 300px) and (max-width: 1024px) { .appie-services-8-area .service-thumb { margin-left: 0; margin-right: 0; } } .save-comment input:checked + label::after { font-family: "Font Awesome 5 Pro"; content: "\f00c"; } .appie-testimonial-area { overflow: hidden; } .testimonial-about-slider-active .testimonial-parent-item { display: flex !important; justify-content: center; } .testimonial-box { width: 770px !important; } .testimonial-box-about-slider-small-active .slick-center.slick-current .item .thumb img { width: 70px; display: inline-block; } .testimonial-box-about-slider-small-active .item .thumb img { display: inline-block; width: 40px; } .testimonial-box-about-slider-small-active .item .thumb { align-items: center; } .testimonial-box-about-slider-small-active .slick-center.slick-current .item { margin-top: -20px; } @media only screen and (min-width: 300px) and (max-width: 1024px) { .testimonial-about-slider-active .testimonial-box { box-shadow: none; background: none; } } @media only screen and (min-width: 770px) and (max-width: 1024px) { .testimonial-about-slider-active .slick-arrow.next { right: 15px; } .testimonial-about-slider-active .slick-arrow.prev { left: 15px; } }
webpromo/src/assets/css/style.css
.appie-loader { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; } .appie-loader { opacity: 0; } .appie-loader.active { opacity: 100; } .appie-visible { transition: all 0.5s ease-in-out; } .appie-visible { opacity: 0; } .appie-visible.active { opacity: 100; } /* .appie-home-loader { transition: all 0.5s ease-in-out; } */ .offcanvas_main_menu li ul.sub-menu { padding-left: 20 px; overflow: hidden; transition: all linear 0.65s; } .appie-fun-fact-box .appie-fun-fact-content .appie-fun-fact-item .title span { font-size: 30px !important; color: #fff !important; } .home-four-project { background: #eef1f6; } .home-four-footer { background: #ffffff; } .slick-dots li button:before { content: ""; } .appie-showcase-item { margin-left: 10px; margin-right: 10px; } @media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1200px; } } .appie-services-2-area.appie-services-8-area { overflow: hidden; } @media only screen and (min-width: 300px) and (max-width: 1024px) { .appie-services-8-area .service-thumb { margin-left: 0; margin-right: 0; } } .save-comment input:checked + label::after { font-family: "Font Awesome 5 Pro"; content: "\f00c"; } .appie-testimonial-area { overflow: hidden; } .testimonial-about-slider-active .testimonial-parent-item { display: flex !important; justify-content: center; } .testimonial-box { width: 770px !important; } .testimonial-box-about-slider-small-active .slick-center.slick-current .item .thumb img { width: 70px; display: inline-block; } .testimonial-box-about-slider-small-active .item .thumb img { display: inline-block; width: 40px; } .testimonial-box-about-slider-small-active .item .thumb { align-items: center; } .testimonial-box-about-slider-small-active .slick-center.slick-current .item { margin-top: -20px; } @media only screen and (min-width: 300px) and (max-width: 1024px) { .testimonial-about-slider-active .testimonial-box { box-shadow: none; background: none; } } @media only screen and (min-width: 770px) and (max-width: 1024px) { .testimonial-about-slider-active .slick-arrow.next { right: 15px; } .testimonial-about-slider-active .slick-arrow.prev { left: 15px; } }
0.310172
0.047272
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.618em; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body, html { height: 100%; margin: 0; min-height: 100%; min-width: 100%; padding: 0; width: 100%; } /** * Custom Stylesheets. */ body { background-color: #F5F8FA; font-family: 'Roboto'; } div#app { height: 100%; width: 100%; } .main-application, .main-application__body { height: 100%; width: 100%; } .auth-wrapper { background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('./bg-img.jpg'); background-size: cover; height: 100%; width: 100%; float: left; } .main-application__content { margin: 5em auto; } .auth-container { height: 100%; margin: 0 0.5em; } .sidebar { position: fixed; width: 22%; } .sidebar-card__loading { display: flex; flex-direction: column; align-self: center; height: 250px; width: 100%; } .center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .hidden { display: none; } .username-link { color: rgba(0, 0, 0, 0.87); text-decoration: none; } .profile-header { color: rgba(0, 0, 0, 0.870588); display: block; font-size: 2rem; line-height: 36px; margin-bottom: 1rem; margin-top: 1rem; padding: 10px 0; text-align: center; } .active { color: #0055FF; } .primary-btn { background-color: #0055FF; color: #FFF; } .landing { color: #F5F5F5; padding: 6em 0.8em 0.8em; } div.landing h1 { font-size: 4.2em; } div.landing h1, div.landing p { margin: 0.8em 0; } p.first-p { font-size: 2em; } p { line-height: 1.2em; font-size: 1.2em; } div.masonry { display: flex; flex-wrap: wrap; } div.masonry div.document-card { display: flex; flex: 1 1 auto; margin: 0 0.8em 0.8em 0; min-width: 33.3%; } div.document-card > div { width: 100%; } div.document-card { transition: all .2s ease; word-wrap: break-word; } div.document-card:hover { transform: scale(1.02); } /* div.not-found { padding-top: 10%; }*/ h1.not-found-heading { font-size: 2.6em; } div.not-found h3 { font-size: 1.6em; } div.not-found p { font-size: 1.2em; } h1.not-found-404 { font-size: 3em; } h1.not-found-heading, div.not-found h3, div.not-found p, h1.not-found-404 { margin-bottom: 0.8em; word-wrap: break-word; line-height: 1.2em; } @media (max-width: 767px) { .hide-sm-xs { display: none; } .sidebar { display: none; } } @media (max-width: 1023px) { .auth-contents__margin-sm { margin: 0.5em; } .sidebar { width: 32%; } } @media (min-width: 768px) { .hide-gt-sm { display: none; } .auth-container__margin-gt-sm { margin: 1em 3em; } .auth-container { float: right; } } @media (min-width: 1024px) { .margin-gt-md { margin-left: 5%; margin-right: 5% } } @media (min-width: 1024px) and (max-width: 1199px) { .sidebar { width: 29%; } }
client/dist/styles.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1.618em; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body, html { height: 100%; margin: 0; min-height: 100%; min-width: 100%; padding: 0; width: 100%; } /** * Custom Stylesheets. */ body { background-color: #F5F8FA; font-family: 'Roboto'; } div#app { height: 100%; width: 100%; } .main-application, .main-application__body { height: 100%; width: 100%; } .auth-wrapper { background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('./bg-img.jpg'); background-size: cover; height: 100%; width: 100%; float: left; } .main-application__content { margin: 5em auto; } .auth-container { height: 100%; margin: 0 0.5em; } .sidebar { position: fixed; width: 22%; } .sidebar-card__loading { display: flex; flex-direction: column; align-self: center; height: 250px; width: 100%; } .center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .hidden { display: none; } .username-link { color: rgba(0, 0, 0, 0.87); text-decoration: none; } .profile-header { color: rgba(0, 0, 0, 0.870588); display: block; font-size: 2rem; line-height: 36px; margin-bottom: 1rem; margin-top: 1rem; padding: 10px 0; text-align: center; } .active { color: #0055FF; } .primary-btn { background-color: #0055FF; color: #FFF; } .landing { color: #F5F5F5; padding: 6em 0.8em 0.8em; } div.landing h1 { font-size: 4.2em; } div.landing h1, div.landing p { margin: 0.8em 0; } p.first-p { font-size: 2em; } p { line-height: 1.2em; font-size: 1.2em; } div.masonry { display: flex; flex-wrap: wrap; } div.masonry div.document-card { display: flex; flex: 1 1 auto; margin: 0 0.8em 0.8em 0; min-width: 33.3%; } div.document-card > div { width: 100%; } div.document-card { transition: all .2s ease; word-wrap: break-word; } div.document-card:hover { transform: scale(1.02); } /* div.not-found { padding-top: 10%; }*/ h1.not-found-heading { font-size: 2.6em; } div.not-found h3 { font-size: 1.6em; } div.not-found p { font-size: 1.2em; } h1.not-found-404 { font-size: 3em; } h1.not-found-heading, div.not-found h3, div.not-found p, h1.not-found-404 { margin-bottom: 0.8em; word-wrap: break-word; line-height: 1.2em; } @media (max-width: 767px) { .hide-sm-xs { display: none; } .sidebar { display: none; } } @media (max-width: 1023px) { .auth-contents__margin-sm { margin: 0.5em; } .sidebar { width: 32%; } } @media (min-width: 768px) { .hide-gt-sm { display: none; } .auth-container__margin-gt-sm { margin: 1em 3em; } .auth-container { float: right; } } @media (min-width: 1024px) { .margin-gt-md { margin-left: 5%; margin-right: 5% } } @media (min-width: 1024px) and (max-width: 1199px) { .sidebar { width: 29%; } }
0.404155
0.087603
:root { --main-bg-light: #eaebea; --main-bg: #c5ceb9; --main-bg-dark: #d28025; --main-bg-darker: #4f5a3a; --button: #fca310; --button-hover: #4f5a3a; } /**************** MAIN *******************/ body { margin: 0px; font-family: 'Roboto', sans-serif; } #content { margin-left: auto; margin-right: auto; margin-top: 100px; width: 100%; } h1, h3 { font-family: 'Slabo 27px', serif; margin: 0px; padding: 0px; } h1 { text-transform: uppercase; text-align: left; font-size: 4em; line-height: 0.7em; margin-top: 20px; /* font-family: 'Roboto', sans-serif; */ } h2 { text-align: center; } li { list-style-type: none; } a { background-color: var(--button); text-transform: uppercase; color: white; padding: 12px 20px; text-align: center; text-decoration: none; display: inline-block; font-weight: 600; letter-spacing: 2px; } a:hover, a:active { background-color: var(--button-hover); } .no-color-section { width: 100%; position: relative; display: table; } .light-color-section { width: 100%; background-color: var(--main-bg-light); position: relative; display: table; } .bg-color-section { width: 100%; background-color: var(--main-bg); position: relative; display: table; } .dark-color-section { width: 100%; background-color: var(--main-bg-darker); position: relative; display: table; } .inner-section { margin: 0 auto; padding: 20px 20px; width: 70%; height: auto; position: relative; vertical-align: middle; display: table; } /**************** HEADER *******************/ header { background: white; color: black; margin: 0px; padding: 10px 30px; z-index: 1; top: 0; width: 100%; position: fixed; display: block; /*background-color: red;*/ } .title { color: black; text-transform: uppercase; font-weight: 300; font-size: 24px; margin: 10px 0px; display: inline-block; float: left; padding: 12px 35px; line-height: 1em; /*background-color: green;*/ } nav { margin: 0px; float: right; /*background-color: green;*/ padding: 0px; margin-right: 60px; } nav ul { padding: 0px; } nav li { display: inline-block; list-style-type: none; position: relative; /*background-color: yellow;*/ margin: 0px; float: none; padding: 0px; } nav ul li a { color: black; font-size: 0.7em; font-weight: 300px; letter-spacing: 2px; text-transform: uppercase; background-color: white; margin-left: 0px; text-align: center; } nav ul li a:hover, a:active { background-color: white; color: black; border-bottom: 2px solid black; } nav ul li:last-child a { border: 2px solid var(--button); } nav ul li:last-child a:hover { background-color: var(--button); } /**************** HOME *******************/ .home-banner { height: 520px; } #home { width: 60%; margin-top: 100px; } #home .front-bio { width: 50%; height: auto; display: table-cell; vertical-align: middle; padding-right: 40px; } .home-subheading { font-size: 2em; color: var(--main-bg-darker); } .circular { border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; border-bottom-right-radius: 50% 50%; float: right; width: 300px; height: auto; display: block; } /**************** EXPERIENCE *******************/ .project { background-color: var(--main-bg); margin: 5px; padding: 20px; width: 20vw; height: 20vw; float: left; } /**************** CONTACT *******************/ #commentsForm { float: left; } #commentsForm #message { height: 200px; } #comments { float: right; width: 50%; } #comments-container { background-color: var(--main-bg); height: 250px; overflow:auto; } #comments-container li { color:black; } #comments-container li .name-output { color: var(--main-bg-darker); display: block; } .footer-social-links { text-align: center; margin-bottom: 20px; margin-top: 20px; } .footer-social-links a { background-color: transparent; padding: 0px; letter-spacing: 1px; margin: 0px; border: 0em; } .footer-social-links a:hover, a:active { background-color: transparent; } .fa { padding: 12px; font-size: 30px; text-align: center; text-decoration: none; margin: 0px 2px; border-radius: 50%; background-color: var(--main-bg); color: black; } .fa-linkedin:hover { background: #007bb5; color: white; } .fa-github:hover { background: #333; color: white; }
portfolio/src/main/webapp/style_og.css
:root { --main-bg-light: #eaebea; --main-bg: #c5ceb9; --main-bg-dark: #d28025; --main-bg-darker: #4f5a3a; --button: #fca310; --button-hover: #4f5a3a; } /**************** MAIN *******************/ body { margin: 0px; font-family: 'Roboto', sans-serif; } #content { margin-left: auto; margin-right: auto; margin-top: 100px; width: 100%; } h1, h3 { font-family: 'Slabo 27px', serif; margin: 0px; padding: 0px; } h1 { text-transform: uppercase; text-align: left; font-size: 4em; line-height: 0.7em; margin-top: 20px; /* font-family: 'Roboto', sans-serif; */ } h2 { text-align: center; } li { list-style-type: none; } a { background-color: var(--button); text-transform: uppercase; color: white; padding: 12px 20px; text-align: center; text-decoration: none; display: inline-block; font-weight: 600; letter-spacing: 2px; } a:hover, a:active { background-color: var(--button-hover); } .no-color-section { width: 100%; position: relative; display: table; } .light-color-section { width: 100%; background-color: var(--main-bg-light); position: relative; display: table; } .bg-color-section { width: 100%; background-color: var(--main-bg); position: relative; display: table; } .dark-color-section { width: 100%; background-color: var(--main-bg-darker); position: relative; display: table; } .inner-section { margin: 0 auto; padding: 20px 20px; width: 70%; height: auto; position: relative; vertical-align: middle; display: table; } /**************** HEADER *******************/ header { background: white; color: black; margin: 0px; padding: 10px 30px; z-index: 1; top: 0; width: 100%; position: fixed; display: block; /*background-color: red;*/ } .title { color: black; text-transform: uppercase; font-weight: 300; font-size: 24px; margin: 10px 0px; display: inline-block; float: left; padding: 12px 35px; line-height: 1em; /*background-color: green;*/ } nav { margin: 0px; float: right; /*background-color: green;*/ padding: 0px; margin-right: 60px; } nav ul { padding: 0px; } nav li { display: inline-block; list-style-type: none; position: relative; /*background-color: yellow;*/ margin: 0px; float: none; padding: 0px; } nav ul li a { color: black; font-size: 0.7em; font-weight: 300px; letter-spacing: 2px; text-transform: uppercase; background-color: white; margin-left: 0px; text-align: center; } nav ul li a:hover, a:active { background-color: white; color: black; border-bottom: 2px solid black; } nav ul li:last-child a { border: 2px solid var(--button); } nav ul li:last-child a:hover { background-color: var(--button); } /**************** HOME *******************/ .home-banner { height: 520px; } #home { width: 60%; margin-top: 100px; } #home .front-bio { width: 50%; height: auto; display: table-cell; vertical-align: middle; padding-right: 40px; } .home-subheading { font-size: 2em; color: var(--main-bg-darker); } .circular { border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; border-bottom-right-radius: 50% 50%; float: right; width: 300px; height: auto; display: block; } /**************** EXPERIENCE *******************/ .project { background-color: var(--main-bg); margin: 5px; padding: 20px; width: 20vw; height: 20vw; float: left; } /**************** CONTACT *******************/ #commentsForm { float: left; } #commentsForm #message { height: 200px; } #comments { float: right; width: 50%; } #comments-container { background-color: var(--main-bg); height: 250px; overflow:auto; } #comments-container li { color:black; } #comments-container li .name-output { color: var(--main-bg-darker); display: block; } .footer-social-links { text-align: center; margin-bottom: 20px; margin-top: 20px; } .footer-social-links a { background-color: transparent; padding: 0px; letter-spacing: 1px; margin: 0px; border: 0em; } .footer-social-links a:hover, a:active { background-color: transparent; } .fa { padding: 12px; font-size: 30px; text-align: center; text-decoration: none; margin: 0px 2px; border-radius: 50%; background-color: var(--main-bg); color: black; } .fa-linkedin:hover { background: #007bb5; color: white; } .fa-github:hover { background: #333; color: white; }
0.338733
0.093099
:document-base { color: #c5c8c6; background-color: #1d1f21; insertion-point-color: #c5c8c6; selection-background-color: #373b41; current-line-background-color: #282a2e; } tag, source, sourcecode { spell-check: disabled; } tag, tag > string > punctuation { color: #c5c8c6; } tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation { oldcolor: #c5c8c6; } tag > name { color: #cc6666; } attribute-name, punctuation.definition.tag { color: #cc6666; newcolor: #cc6666; } tag > string.quoted, tag > attribute-with-value > string.quoted { color: #b5bd68; background-color: #1d1f21; /* FIXME */ } tag > string > punctuation { font-weight: normal; } css.embedded attribute-name, css.embedded punctuation.definition.tag { color: #DF9F4F; } comment, comment > punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted { color: #969896; font-weight: normal; } tag.h1, tag.h1 * { font-weight: bold; color: #000000; } string.quoted-alt { bluecolor: #1a93ae; bluebackground-color: #f4f9fe; color: #1aa1a1; background-color: rgba(235, 252, 254, 0.5); } string.quoted { color: #b5bd68; } string.quoted > punctuation { color: #b5bd68; } string.quoted > escape { font-weight: bold; background-color: rgba(251, 233, 173, 0.8); } variable { color: #7b8c4d; } variable > punctuation { color: #865fdb; } operator { color: #626fc9; } open-bracket, close-bracket { color: #c5c8c6; } support.function, function-call { color: #8abeb7; } keyword.control, storage.type { color: #6700b9; } function > name { color: #81a2be; } js.embedded { color: #434343; } constant.numeric, constant.language { color: #de935f; } invalid { background-color: #cc6666; color: #c5c8c6; } textile > header { font-weight: bold; } /* HTML */ html.entity.character.constant { color: #de935f; } /* CSS */ css.selector > do { color: #cc6666; } css { spell-check: disabled; } css.selector { color: #c5c8c6; } css.selector entity punctuation { color: #cc6666; } css property-name { color: #f0c674; } css property-value { color: #de935f; } css keyword.important { color: #CDA869; } css rgb-value { color: #8abeb7; } css.at-rule string, css.at-rule string punctuation, media.css > block > punctuation, property-list.css > property-value > punctuation { color: #c5c8c6; } keyword.important.css { font-weight: bold; color: #de935f; } /* Markdown */ markdown punctuation.brace.square, link.inline, image.inline { color: #81a2be; } markdown punctuation.definition.setext, header.atx > punctuation.definition.begin { color: #cc6666; } markdown blockquote { color: #969896; } markdown list.element > punctuation.definition.begin { color: #de935f; } markdown bold { color: #f0c674; } markdown italic { color: #b5bd68; } markdown bold italic, markdown italic bold { font-weight: bold; font-style: italic; } markdown url { color: #c5c8c6; font-style: italic; spell-check: disabled; } markdown code { color: #969896; } /* Ruby */ ruby x-item-block { spell-check: disabled; } ruby keyword.control { color: #b294bb; } ruby class.definition > name { color: #f0c674; } ruby class.definition > variable.parent, punctuation.extends { color: #b5bd68; } ruby variable.constant { color: #f0c674; } ruby string.quoted, string.quoted > punctuation.definition { color: #b5bd68; background-color: #1d1f21; } ruby variable.symbol.x-assignment > operator.assignment { color: #c5c8c6; } ruby variable.symbol.x-assignment > name { color: #b5bd68; } ruby parameters > variable, variable.instance, variable.instance > punctuation { color: #cc6666; } ruby variable.function.method { color: #81a2be; } ruby x-item-start > variable, x-item-start > punctuation.brace.curly, x-item-start > punctuation.brace.square { color: #de935f; } ruby operator { color: #8abeb7; } /* JSON */ json variable.property.x-assignment string.quoted, variable.property.x-assignment string.quoted > punctuation.definition.begin, variable.property.x-assignment string.quoted > punctuation.definition.end { color: #f0c674; } json string.quoted, string.quoted > punctuation.definition.begin, string.quoted > punctuation.definition.end { color: #8abeb7; } json operator { color: #c5c8c6; }
Espresso/Tomorrow Night.css
:document-base { color: #c5c8c6; background-color: #1d1f21; insertion-point-color: #c5c8c6; selection-background-color: #373b41; current-line-background-color: #282a2e; } tag, source, sourcecode { spell-check: disabled; } tag, tag > string > punctuation { color: #c5c8c6; } tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation { oldcolor: #c5c8c6; } tag > name { color: #cc6666; } attribute-name, punctuation.definition.tag { color: #cc6666; newcolor: #cc6666; } tag > string.quoted, tag > attribute-with-value > string.quoted { color: #b5bd68; background-color: #1d1f21; /* FIXME */ } tag > string > punctuation { font-weight: normal; } css.embedded attribute-name, css.embedded punctuation.definition.tag { color: #DF9F4F; } comment, comment > punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted { color: #969896; font-weight: normal; } tag.h1, tag.h1 * { font-weight: bold; color: #000000; } string.quoted-alt { bluecolor: #1a93ae; bluebackground-color: #f4f9fe; color: #1aa1a1; background-color: rgba(235, 252, 254, 0.5); } string.quoted { color: #b5bd68; } string.quoted > punctuation { color: #b5bd68; } string.quoted > escape { font-weight: bold; background-color: rgba(251, 233, 173, 0.8); } variable { color: #7b8c4d; } variable > punctuation { color: #865fdb; } operator { color: #626fc9; } open-bracket, close-bracket { color: #c5c8c6; } support.function, function-call { color: #8abeb7; } keyword.control, storage.type { color: #6700b9; } function > name { color: #81a2be; } js.embedded { color: #434343; } constant.numeric, constant.language { color: #de935f; } invalid { background-color: #cc6666; color: #c5c8c6; } textile > header { font-weight: bold; } /* HTML */ html.entity.character.constant { color: #de935f; } /* CSS */ css.selector > do { color: #cc6666; } css { spell-check: disabled; } css.selector { color: #c5c8c6; } css.selector entity punctuation { color: #cc6666; } css property-name { color: #f0c674; } css property-value { color: #de935f; } css keyword.important { color: #CDA869; } css rgb-value { color: #8abeb7; } css.at-rule string, css.at-rule string punctuation, media.css > block > punctuation, property-list.css > property-value > punctuation { color: #c5c8c6; } keyword.important.css { font-weight: bold; color: #de935f; } /* Markdown */ markdown punctuation.brace.square, link.inline, image.inline { color: #81a2be; } markdown punctuation.definition.setext, header.atx > punctuation.definition.begin { color: #cc6666; } markdown blockquote { color: #969896; } markdown list.element > punctuation.definition.begin { color: #de935f; } markdown bold { color: #f0c674; } markdown italic { color: #b5bd68; } markdown bold italic, markdown italic bold { font-weight: bold; font-style: italic; } markdown url { color: #c5c8c6; font-style: italic; spell-check: disabled; } markdown code { color: #969896; } /* Ruby */ ruby x-item-block { spell-check: disabled; } ruby keyword.control { color: #b294bb; } ruby class.definition > name { color: #f0c674; } ruby class.definition > variable.parent, punctuation.extends { color: #b5bd68; } ruby variable.constant { color: #f0c674; } ruby string.quoted, string.quoted > punctuation.definition { color: #b5bd68; background-color: #1d1f21; } ruby variable.symbol.x-assignment > operator.assignment { color: #c5c8c6; } ruby variable.symbol.x-assignment > name { color: #b5bd68; } ruby parameters > variable, variable.instance, variable.instance > punctuation { color: #cc6666; } ruby variable.function.method { color: #81a2be; } ruby x-item-start > variable, x-item-start > punctuation.brace.curly, x-item-start > punctuation.brace.square { color: #de935f; } ruby operator { color: #8abeb7; } /* JSON */ json variable.property.x-assignment string.quoted, variable.property.x-assignment string.quoted > punctuation.definition.begin, variable.property.x-assignment string.quoted > punctuation.definition.end { color: #f0c674; } json string.quoted, string.quoted > punctuation.definition.begin, string.quoted > punctuation.definition.end { color: #8abeb7; } json operator { color: #c5c8c6; }
0.362066
0.09236
:root { --header-background: #243b4a; } @custom-media --small-viewport (max-width: 768px); @font-face { font-family: system; font-style: normal; font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } body { margin: 0; font-family: "system"; width: 100%; } .page-header { width: 100%; background: var(--header-background); height: 4rem; color: white; display: flex; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: 0.5vmax; font-size: 1.7rem; & .starting { color: #69f0ae; } } .segment.card-container { height: 70vh; overflow: auto; border: none; box-shadow: unset; position: relative; width: 90%; margin: 0 auto; } @media (--small-viewport) { .segment.card-container { width: 100%; & .percentage-funded { right: 0; & .value { font-size: 1rem !important; } & .label { font-size: 0.7rem !important; } } } } .project-card { position: relative; &:not(:first-child) { margin-top: 20px; } & .project-card-content { width: 80%; } & .extra-items { margin-top: 1rem; display: flex; & .item { margin-right: 10px; } } & .percentage-funded { position: absolute; right: 2rem; top: 25%; } } .filter-bar { margin: 5rem 0 1rem !important; } @media (--small-viewport) { .filter-bar { margin: 10px 0; } } .sorter { justify-content: center; width: 100%; display: flex; cursor: pointer; text-transform: uppercase; user-select: none; } .footer { width: 100%; height: 4rem; margin-top: 5rem; background-color: black; color: white; position: relative; } .footer a { margin-top: 0.5rem; margin-right: 5px; float: right; } .link-button { color: unset; text-decoration: none; } .link-button:active, .link-button:visited { text-decoration: none; }
src/index.css
:root { --header-background: #243b4a; } @custom-media --small-viewport (max-width: 768px); @font-face { font-family: system; font-style: normal; font-weight: 300; src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); } body { margin: 0; font-family: "system"; width: 100%; } .page-header { width: 100%; background: var(--header-background); height: 4rem; color: white; display: flex; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: 0.5vmax; font-size: 1.7rem; & .starting { color: #69f0ae; } } .segment.card-container { height: 70vh; overflow: auto; border: none; box-shadow: unset; position: relative; width: 90%; margin: 0 auto; } @media (--small-viewport) { .segment.card-container { width: 100%; & .percentage-funded { right: 0; & .value { font-size: 1rem !important; } & .label { font-size: 0.7rem !important; } } } } .project-card { position: relative; &:not(:first-child) { margin-top: 20px; } & .project-card-content { width: 80%; } & .extra-items { margin-top: 1rem; display: flex; & .item { margin-right: 10px; } } & .percentage-funded { position: absolute; right: 2rem; top: 25%; } } .filter-bar { margin: 5rem 0 1rem !important; } @media (--small-viewport) { .filter-bar { margin: 10px 0; } } .sorter { justify-content: center; width: 100%; display: flex; cursor: pointer; text-transform: uppercase; user-select: none; } .footer { width: 100%; height: 4rem; margin-top: 5rem; background-color: black; color: white; position: relative; } .footer a { margin-top: 0.5rem; margin-right: 5px; float: right; } .link-button { color: unset; text-decoration: none; } .link-button:active, .link-button:visited { text-decoration: none; }
0.582254
0.167083
.monaco-diawog-modaw-bwock { position: fixed; height: 100%; width: 100%; weft:0; top:0; z-index: 2600; dispway: fwex; justify-content: centa; awign-items: centa; } .monaco-diawog-modaw-bwock.dimmed { backgwound: wgba(0, 0, 0, 0.3); } /** Diawog: Containa */ .monaco-diawog-box { dispway: fwex; fwex-diwection: cowumn-wevewse; width: min-content; min-width: 500px; max-width: 90vw; min-height: 75px; padding: 10px; twansfowm: twanswate3d(0px, 0px, 0px); } /** Diawog: Titwe Actions Wow */ .monaco-diawog-box .diawog-toowbaw-wow { height: 22px; padding-bottom: 4px; } .monaco-diawog-box .diawog-toowbaw-wow .actions-containa { justify-content: fwex-end; } /** Diawog: Message Wow */ .monaco-diawog-box .diawog-message-wow { dispway: fwex; fwex-gwow: 1; awign-items: centa; padding: 0 10px; } .monaco-diawog-box .diawog-message-wow > .diawog-icon.codicon { fwex: 0 0 48px; height: 48px; awign-sewf: basewine; font-size: 48px; } /** Diawog: Message Containa */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa { dispway: fwex; fwex-diwection: cowumn; ovewfwow: hidden; text-ovewfwow: ewwipsis; padding-weft: 24px; usa-sewect: text; -webkit-usa-sewect: text; -ms-usa-sewect: text; wowd-wwap: bweak-wowd; /* neva ovewfwow wong wowds, but bweak to next wine */ white-space: nowmaw; } /** Diawog: Message */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message { wine-height: 22px; font-size: 18px; fwex: 1; /* wet the message awways gwow */ white-space: nowmaw; wowd-wwap: bweak-wowd; /* neva ovewfwow wong wowds, but bweak to next wine */ min-height: 48px; /* matches icon height */ mawgin-bottom: 8px; dispway: fwex; awign-items: centa; } /** Diawog: Detaiws */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-detaiw { wine-height: 22px; fwex: 1; /* wet the message awways gwow */ } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message a:focus { outwine-width: 1px; outwine-stywe: sowid; } /** Diawog: Checkbox */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-checkbox-wow { padding: 15px 0px 0px; dispway: fwex; } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-checkbox-wow .diawog-checkbox-message { cuwsow: pointa; usa-sewect: none; -webkit-usa-sewect: none; -ms-usa-sewect: none; } /** Diawog: Input */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-input { padding: 15px 0px 0px; dispway: fwex; } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-input .monaco-inputbox { fwex: 1; } /** Diawog: Fiwe Path */ .monaco-diawog-box code { font-famiwy: vaw(--monaco-monospace-font); } /** Diawog: Buttons Wow */ .monaco-diawog-box > .diawog-buttons-wow { dispway: fwex; awign-items: centa; justify-content: fwex-end; padding-wight: 1px; ovewfwow: hidden; /* buttons wow shouwd neva ovewfwow */ } .monaco-diawog-box > .diawog-buttons-wow { dispway: fwex; white-space: nowwap; padding: 20px 10px 10px; } /** Diawog: Buttons */ .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons { dispway: fwex; ovewfwow: hidden; } .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons.centewed { justify-content: centa; } .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons > .monaco-button { width: fit-content; width: -moz-fit-content; padding: 5px 10px; ovewfwow: hidden; text-ovewfwow: ewwipsis; mawgin: 4px 5px; /* awwows button focus outwine to be visibwe */ outwine-offset: 2px !impowtant; }
src/vs/base/browser/ui/dialog/dialog.css
.monaco-diawog-modaw-bwock { position: fixed; height: 100%; width: 100%; weft:0; top:0; z-index: 2600; dispway: fwex; justify-content: centa; awign-items: centa; } .monaco-diawog-modaw-bwock.dimmed { backgwound: wgba(0, 0, 0, 0.3); } /** Diawog: Containa */ .monaco-diawog-box { dispway: fwex; fwex-diwection: cowumn-wevewse; width: min-content; min-width: 500px; max-width: 90vw; min-height: 75px; padding: 10px; twansfowm: twanswate3d(0px, 0px, 0px); } /** Diawog: Titwe Actions Wow */ .monaco-diawog-box .diawog-toowbaw-wow { height: 22px; padding-bottom: 4px; } .monaco-diawog-box .diawog-toowbaw-wow .actions-containa { justify-content: fwex-end; } /** Diawog: Message Wow */ .monaco-diawog-box .diawog-message-wow { dispway: fwex; fwex-gwow: 1; awign-items: centa; padding: 0 10px; } .monaco-diawog-box .diawog-message-wow > .diawog-icon.codicon { fwex: 0 0 48px; height: 48px; awign-sewf: basewine; font-size: 48px; } /** Diawog: Message Containa */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa { dispway: fwex; fwex-diwection: cowumn; ovewfwow: hidden; text-ovewfwow: ewwipsis; padding-weft: 24px; usa-sewect: text; -webkit-usa-sewect: text; -ms-usa-sewect: text; wowd-wwap: bweak-wowd; /* neva ovewfwow wong wowds, but bweak to next wine */ white-space: nowmaw; } /** Diawog: Message */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message { wine-height: 22px; font-size: 18px; fwex: 1; /* wet the message awways gwow */ white-space: nowmaw; wowd-wwap: bweak-wowd; /* neva ovewfwow wong wowds, but bweak to next wine */ min-height: 48px; /* matches icon height */ mawgin-bottom: 8px; dispway: fwex; awign-items: centa; } /** Diawog: Detaiws */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-detaiw { wine-height: 22px; fwex: 1; /* wet the message awways gwow */ } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message a:focus { outwine-width: 1px; outwine-stywe: sowid; } /** Diawog: Checkbox */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-checkbox-wow { padding: 15px 0px 0px; dispway: fwex; } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-checkbox-wow .diawog-checkbox-message { cuwsow: pointa; usa-sewect: none; -webkit-usa-sewect: none; -ms-usa-sewect: none; } /** Diawog: Input */ .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-input { padding: 15px 0px 0px; dispway: fwex; } .monaco-diawog-box .diawog-message-wow .diawog-message-containa .diawog-message-input .monaco-inputbox { fwex: 1; } /** Diawog: Fiwe Path */ .monaco-diawog-box code { font-famiwy: vaw(--monaco-monospace-font); } /** Diawog: Buttons Wow */ .monaco-diawog-box > .diawog-buttons-wow { dispway: fwex; awign-items: centa; justify-content: fwex-end; padding-wight: 1px; ovewfwow: hidden; /* buttons wow shouwd neva ovewfwow */ } .monaco-diawog-box > .diawog-buttons-wow { dispway: fwex; white-space: nowwap; padding: 20px 10px 10px; } /** Diawog: Buttons */ .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons { dispway: fwex; ovewfwow: hidden; } .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons.centewed { justify-content: centa; } .monaco-diawog-box > .diawog-buttons-wow > .diawog-buttons > .monaco-button { width: fit-content; width: -moz-fit-content; padding: 5px 10px; ovewfwow: hidden; text-ovewfwow: ewwipsis; mawgin: 4px 5px; /* awwows button focus outwine to be visibwe */ outwine-offset: 2px !impowtant; }
0.299105
0.066904
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); /*google fonts end*/ /*main structure start*/ body { margin: 0px; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9110994739692753) 35%, rgba(0,212,255,1) 100%); } .container { max-width: 60em; margin-left: auto; margin-right: auto; } @media (max-width: 900px) { .container { text-align: center; } } .container-center { max-width: 60em; margin-left: auto; margin-right: auto; text-align: center; } footer { background-color: rgba(71, 71, 71, 0.39); min-height: 4rem; text-align: center; } .footer-text { color: white; font-family: 'IBM Plex Sans', sans-serif; padding: 1rem; } footer a { color: white; } footer a:hover { color: white; opacity: 50%; } .topnav { overflow: hidden; background-color: rgba(71, 71, 71, 0.39); } .topnav a { text-decoration: none; font-family: 'Roboto', sans-serif; font-size: 17px; color: #f2f2f2; text-align: center; float: left; padding: 14px 16px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { color: white; } .extra { background-color: #3643b9c9; } /*main structure end*/ /*text start*/ h2 { font-family: 'Roboto', sans-serif; font-size: 30px; color: white; margin-left: 10px; cursor: default; text-align: center; } .content-text { font-family: 'Roboto', sans-serif; color: black; font-size: 25px; padding: 2rem; padding-left: 3rem; } .content-text-center { font-family: 'Roboto', sans-serif; color: black; text-align: center; font-size: 25px; padding: 2rem; padding-left: 3rem; } /*text end*/ /*cards start*/ .card { display: inline-block; padding: 2rem; } .card-img { width: 200px; height: 300px; border-radius: 5%; transition-duration: 0.4s } .card-img:hover { border-radius: 10%; /*filter:blur(1.5px)*/ } /*.car-card-img:active { width:210px; }*/ .card-text { font-family: 'Roboto', sans-serif; color: black; text-align: center; } /*cards end*/ /*staff cards start*/ .staff-card { display: inline-block; padding: 2rem; } .staff-card-avatar { width: 150px; height: 150px; border-radius: 100%; } .staff-card-text { font-family: 'Roboto', sans-serif; color: black; text-align: center; } .staff-card-text a { color: black; } /*staff cards end*/
one-page/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); /*google fonts end*/ /*main structure start*/ body { margin: 0px; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,0.9110994739692753) 35%, rgba(0,212,255,1) 100%); } .container { max-width: 60em; margin-left: auto; margin-right: auto; } @media (max-width: 900px) { .container { text-align: center; } } .container-center { max-width: 60em; margin-left: auto; margin-right: auto; text-align: center; } footer { background-color: rgba(71, 71, 71, 0.39); min-height: 4rem; text-align: center; } .footer-text { color: white; font-family: 'IBM Plex Sans', sans-serif; padding: 1rem; } footer a { color: white; } footer a:hover { color: white; opacity: 50%; } .topnav { overflow: hidden; background-color: rgba(71, 71, 71, 0.39); } .topnav a { text-decoration: none; font-family: 'Roboto', sans-serif; font-size: 17px; color: #f2f2f2; text-align: center; float: left; padding: 14px 16px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { color: white; } .extra { background-color: #3643b9c9; } /*main structure end*/ /*text start*/ h2 { font-family: 'Roboto', sans-serif; font-size: 30px; color: white; margin-left: 10px; cursor: default; text-align: center; } .content-text { font-family: 'Roboto', sans-serif; color: black; font-size: 25px; padding: 2rem; padding-left: 3rem; } .content-text-center { font-family: 'Roboto', sans-serif; color: black; text-align: center; font-size: 25px; padding: 2rem; padding-left: 3rem; } /*text end*/ /*cards start*/ .card { display: inline-block; padding: 2rem; } .card-img { width: 200px; height: 300px; border-radius: 5%; transition-duration: 0.4s } .card-img:hover { border-radius: 10%; /*filter:blur(1.5px)*/ } /*.car-card-img:active { width:210px; }*/ .card-text { font-family: 'Roboto', sans-serif; color: black; text-align: center; } /*cards end*/ /*staff cards start*/ .staff-card { display: inline-block; padding: 2rem; } .staff-card-avatar { width: 150px; height: 150px; border-radius: 100%; } .staff-card-text { font-family: 'Roboto', sans-serif; color: black; text-align: center; } .staff-card-text a { color: black; } /*staff cards end*/
0.285372
0.056914
*{ margin: 0; padding: 0; font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif; } html{ scroll-behavior: smooth; margin: 0; } body{ margin: 0; background-color: beige; display: flex; flex-direction: column; justify-content: center; align-items: center; } .titles{ display: flex; flex-direction: column; justify-content: center; align-items: center; } h1{ font-size: calc(100% + 2vh); } h2{ font-size: calc(50% + 2vh); } p{ padding: 2vh 2vh 2vh 0vh; font-size: 3vh; } a{ text-align: center; justify-content: center; font-size: 1em; color: rgb(0, 0, 0); z-index: 5; } a:hover{ font-size: 1.2em; color: rgba(255, 255, 255, 0.5); transition: 0.5s ease-in-out; } .anclas{ height: 4vh; font-size: 2em; width: 4vw; text-align: center; } .anclas > i{ text-align: center; justify-content: center; font-size: 1em; color: rgb(0, 0, 0); z-index: 5; } .anclas > i:hover{ font-size: 1.2em; color: rgba(255, 255, 255, 0.5); transition: 0.5s ease-in-out; } /* .wordpress:hover{ mix-blend-mode: luminosity; } */ aside{ position: fixed; right: 0; top: 33vh; width: 4em; height: 40vh; display: flex; flex-direction: column; align-items: center; justify-content: space-around; z-index: 2; background-color: rgba(108, 0, 0, 0.5); /*SOLO FUNCIONA EN FIREFOX // Para hacer que el color haga de filtro "diferencial" con respecto a su fondo*/ -webkit-mix-blend-mode: luminosity; mix-blend-mode: luminosity; border-radius: 2.5em 0em 0em 2.5em; } /* .contact{ width: 100px; height: 100px; background-color: black; position: absolute; top: -10vh; left: -10vh; color: beige; font-size: 10vh; z-index: 10; border: 10vh solid black; } */ .section{ display: flex; flex-direction: column; justify-content: safe; align-items: center; align-content: center; /* padding: 7.5vh; */ width: 100vw; height: 100vh; padding-top: calc(4vh + 2vw); margin-bottom: 10em; } /* Galería portfolio */ .container { display: flex; width: 100%; padding: 4% 2%; box-sizing: border-box; height: 20em; } .box { flex: 1; overflow: hidden; transition: .5s; margin: 0 2%; box-shadow: 0 20px 30px rgba(0,0,0,.1); line-height: 0; } .box > .galeriasPortfolio { width: 200%; height: calc(100% - 10vh); object-fit: cover; transition: .5s; } .box > span { /* font-size: 3.8vh; */ font-size: 2vh; display: block; text-align: center; height: 10vh; line-height: 2.6; } .box:hover { flex: 1 1 50%; } .box:hover > img { width: 100%; height: 100%; } /* Section 2 */ .section2{ background-color: tomato; margin-bottom: 0em; } .bio{ display: grid; grid-template-columns: 66vw; } .gallery{ display: flex; flex-direction: row; align-items: center; justify-content: center; max-width: 80vw; z-index: 0; } .portfolio{ max-height: 17vw; padding: 5vh; } .portfolio:hover{ max-height: 15vw; transition: max-height 0.5s ease-in-out, background-color 0.25s ease-in-out; background-color:rgba(0, 0, 0, 0.397); border-radius: 50vw; } footer{ color: beige; background-color: black; width: 100vw; display: flex; justify-content: center; padding: 2vw 0vw 2vw 0vw; } /*Estilos contact form*/ .wrapper_contact{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; width: 100vw; background-color: tomato; } .wrapper_contact > h1{ font-size: calc(4vw + 5vw); font-weight: 700; padding-left: 2vh; } form{ display: flex; flex-direction: column; } form > input, textarea{ justify-content: center; min-width: 75vw; max-width: 60vh; min-height: 1.5em; margin: 1em; padding: 1em; border: none; color: white; background-color: rgba(0, 0, 0, 0.5); border-radius: 1.25em; } input{ font-size: 1em; } input:focus, textarea:focus{ top: 0; left: 0; font-size: 85%; opacity: 0.5; color: black; font-weight: bold; } [type=button]{ color: black; background-color: rgba(0, 0, 0, 0.25); } [value='Submit']:hover{ background-color: rgba(0, 0, 0, 0.5); color:white; } [type=button]:active{ font-size: 1.25em; padding: 2em; background-color: rgba(0, 0, 0, 0.25); } @media (max-width: 768px) { .gallery { display: flex; flex-direction: column; } img{ max-height: 55vw; } img:hover{ max-height: 40vw; } .section2{ height: calc(100vh + 150vh); } p{ padding: 2vh 2vh 2vh 0vh; font-size: 1.5em; } }
css/style.css
*{ margin: 0; padding: 0; font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif; } html{ scroll-behavior: smooth; margin: 0; } body{ margin: 0; background-color: beige; display: flex; flex-direction: column; justify-content: center; align-items: center; } .titles{ display: flex; flex-direction: column; justify-content: center; align-items: center; } h1{ font-size: calc(100% + 2vh); } h2{ font-size: calc(50% + 2vh); } p{ padding: 2vh 2vh 2vh 0vh; font-size: 3vh; } a{ text-align: center; justify-content: center; font-size: 1em; color: rgb(0, 0, 0); z-index: 5; } a:hover{ font-size: 1.2em; color: rgba(255, 255, 255, 0.5); transition: 0.5s ease-in-out; } .anclas{ height: 4vh; font-size: 2em; width: 4vw; text-align: center; } .anclas > i{ text-align: center; justify-content: center; font-size: 1em; color: rgb(0, 0, 0); z-index: 5; } .anclas > i:hover{ font-size: 1.2em; color: rgba(255, 255, 255, 0.5); transition: 0.5s ease-in-out; } /* .wordpress:hover{ mix-blend-mode: luminosity; } */ aside{ position: fixed; right: 0; top: 33vh; width: 4em; height: 40vh; display: flex; flex-direction: column; align-items: center; justify-content: space-around; z-index: 2; background-color: rgba(108, 0, 0, 0.5); /*SOLO FUNCIONA EN FIREFOX // Para hacer que el color haga de filtro "diferencial" con respecto a su fondo*/ -webkit-mix-blend-mode: luminosity; mix-blend-mode: luminosity; border-radius: 2.5em 0em 0em 2.5em; } /* .contact{ width: 100px; height: 100px; background-color: black; position: absolute; top: -10vh; left: -10vh; color: beige; font-size: 10vh; z-index: 10; border: 10vh solid black; } */ .section{ display: flex; flex-direction: column; justify-content: safe; align-items: center; align-content: center; /* padding: 7.5vh; */ width: 100vw; height: 100vh; padding-top: calc(4vh + 2vw); margin-bottom: 10em; } /* Galería portfolio */ .container { display: flex; width: 100%; padding: 4% 2%; box-sizing: border-box; height: 20em; } .box { flex: 1; overflow: hidden; transition: .5s; margin: 0 2%; box-shadow: 0 20px 30px rgba(0,0,0,.1); line-height: 0; } .box > .galeriasPortfolio { width: 200%; height: calc(100% - 10vh); object-fit: cover; transition: .5s; } .box > span { /* font-size: 3.8vh; */ font-size: 2vh; display: block; text-align: center; height: 10vh; line-height: 2.6; } .box:hover { flex: 1 1 50%; } .box:hover > img { width: 100%; height: 100%; } /* Section 2 */ .section2{ background-color: tomato; margin-bottom: 0em; } .bio{ display: grid; grid-template-columns: 66vw; } .gallery{ display: flex; flex-direction: row; align-items: center; justify-content: center; max-width: 80vw; z-index: 0; } .portfolio{ max-height: 17vw; padding: 5vh; } .portfolio:hover{ max-height: 15vw; transition: max-height 0.5s ease-in-out, background-color 0.25s ease-in-out; background-color:rgba(0, 0, 0, 0.397); border-radius: 50vw; } footer{ color: beige; background-color: black; width: 100vw; display: flex; justify-content: center; padding: 2vw 0vw 2vw 0vw; } /*Estilos contact form*/ .wrapper_contact{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; width: 100vw; background-color: tomato; } .wrapper_contact > h1{ font-size: calc(4vw + 5vw); font-weight: 700; padding-left: 2vh; } form{ display: flex; flex-direction: column; } form > input, textarea{ justify-content: center; min-width: 75vw; max-width: 60vh; min-height: 1.5em; margin: 1em; padding: 1em; border: none; color: white; background-color: rgba(0, 0, 0, 0.5); border-radius: 1.25em; } input{ font-size: 1em; } input:focus, textarea:focus{ top: 0; left: 0; font-size: 85%; opacity: 0.5; color: black; font-weight: bold; } [type=button]{ color: black; background-color: rgba(0, 0, 0, 0.25); } [value='Submit']:hover{ background-color: rgba(0, 0, 0, 0.5); color:white; } [type=button]:active{ font-size: 1.25em; padding: 2em; background-color: rgba(0, 0, 0, 0.25); } @media (max-width: 768px) { .gallery { display: flex; flex-direction: column; } img{ max-height: 55vw; } img:hover{ max-height: 40vw; } .section2{ height: calc(100vh + 150vh); } p{ padding: 2vh 2vh 2vh 0vh; font-size: 1.5em; } }
0.408277
0.107017
========================================================================== */ /*========================= global ===========================*/ 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; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { font-family: 'DinPro'; color: #333534; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; background: url(../img/background/body.png); } /* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= =================== ============================================================ POP-UP============ /////////////////////////////////////////////////////////////////////////////*/ /*заказ звонка верхняя*/ .overlay-zvonokt { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokt:target { visibility: visible; opacity: 1; } .popup-zvonokt { opacity: 0; padding: 10px; position: absolute; right: -210px; top: 210px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-top { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-top:after { content: ""; position: absolute; background: url(../img/background/pointer-top.png) no-repeat; width: 27px; height: 18px; top: -11px; right: 110px; } .wind-zakaz-top input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-top input[type="text"]:focus { outline: none; } .wind-zakaz-top input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zvonokt:target+.popup-zvonokt { opacity: 1; visibility: visible; } .wind-zakaz-top p{ font-size: 21px; } .rel-pos { position: relative; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing: border-box; } /*заказ звонка нижняя*/ .overlay-zvonokb { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokb:target { visibility: visible; opacity: 1; } .popup-zvonokb { opacity: 0; padding: 10px; position: absolute; right: -210px; bottom: 0px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-bot { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-bot:after { content: ""; position: absolute; background: url(../img/background/pointer-bottom.png) no-repeat; width: 27px; height: 18px; bottom: -15px; right: 110px; } .wind-zakaz-bot input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-bot input[type="text"]:focus { outline: none; } .wind-zakaz-bot input[type="button"] { width: 252px; height: 44px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; background: rgba(241,122,116,1); background: -moz-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,122,116,1)), color-stop(100%, rgba(211,75,68,1))); background: -webkit-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -o-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -ms-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: linear-gradient(to right, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17a74', endColorstr='#d34b44', GradientType=1 ); } .overlay-zvonokb:target+.popup-zvonokb { opacity: 1; visibility: visible; } .wind-zakaz-bot p{ font-size: 21px; } .center-980-pop { margin: 0 auto; width: 980px; position: relative; } /* =============================== END =============================== //////////////////////////////////|||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\\\ =============================ШАПКА ========== ШАПКА ============= ШАПКА */ .center-980 { width: 980px; margin: 0 auto; position: relative; } .header-top { padding-top: 10px; } .header-top p{ display: inline-block; } .header-phone { display: inline-block; width: 565px; height: 50px; position: relative; float: right; } .header-phone a{ position: absolute; right: 0; top: 0; background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; text-align: center; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; padding-top: 10px; } .header h1 { padding-top: 40px; text-align: center; font-size: 22px; font-weight: bold; } .header-bottom-bg { background: url(../img/background/header-bottom.png) no-repeat; width: 1228px; height: 519px; margin: 0 auto; } .header-bottom { position: relative; } .header-form { position: absolute; right: 0; width: 330px; height: 420px; margin-top: 5px; } .fform input { padding-left: 30px; border: 1px solid #c6c6c6; border-top: 2px solid #c6c6c6; border-left: 2px solid #c6c6c6; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; height: 35px; width: 265px; margin: 0 0 10px 10px; font-size: 16px; } .fform input:focus { outline: 0; } .fform input:nth-child(1){ background: url(../img/background/input-name.png) no-repeat; background-color: #fff; background-position: 3% center; margin-top: 20px; } .fform input:nth-child(2){ background: url(../img/background/input-tel.png) no-repeat; background-color: #fff; background-position: 3% center; } .fform input:nth-child(4){ background: url(../img/background/input-maill.png) no-repeat; background-color: #fff; background-position: 3% center; } .fform input[type="button"]{ margin-top: 10px; margin-bottom: 20px; width: 295px; height: 37px; background: url(../img/background/button-header-form.png) no-repeat; border: none; color: #6f5338; font-size: 23px; cursor: pointer; padding: 0; } .fform { text-align: center; } .timer { background: url(../img/background/table.png); width: 321px; height: 301px; position: absolute; top: 50px; left: 300px; } .pellets { width: 980px; height: 152px; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; margin-top: -45px; padding: 10px 0 0 40px; font-size: 29px; text-align: center; position: relative; } .pellets:after{ content: ""; width: 940px; height: 22px; position: absolute; bottom: 5px; left: 20px; background: url(../img/hr-line.jpg) no-repeat; } .pellets:before{ content: ""; width: 46px; height: 39px; position: absolute; top: 5px; left: 75px; background: url(../img/skobki.jpg) no-repeat; } h2 { font-size: 35px; text-align: center; padding: 20px; } .top-choice { height: 860px; width: 980px; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; padding: 35px 0 0 40px; font-size: 29px; position: relative; } .top-choice img{ padding-right: 20px; vertical-align: middle; } .choice p{ vertical-align: middle; display: inline-block; font-size: 19px; font-weight: bold; padding-bottom: 3px; } .choice { padding-top: 25px; } .order { margin-top: 20px; width: 979px; height: 307px; background: url(../img/background/zakaz-bg.jpg); position: relative; text-align: center; padding-top: 18px; } .order a{ border: 2px solid #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; color: #fff; padding: 0 8px 0 8px; text-decoration: none; margin: 5px auto; display: block; width: 160px; font-size: 20px; } .order p { color: #fff; font-size: 20px; } /* POp UP форма для серых*/ .overlay-zakaz-silv { background-color: rgba(0, 0, 0, 0.8); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zakaz-silv:target { visibility: visible; opacity: 1; } .popup-zakaz-silv { display: inline-block; left: 50%; opacity: 0; padding: 10px; position: fixed; font: 14px Helvetica, Arial, Sans-Serif; top: 40%; visibility: hidden; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-silv { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-silv input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-silv input[type="text"]:focus { outline: none; } .wind-zakaz-silv input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zakaz-silv:target+.popup-zakaz-silv { opacity: 1; visibility: visible; } .wind-zakaz-silv p{ font-size: 21px; } /* ФОРМА ДЛЯ БЕЛЫХ*/ .overlay-zakaz-white { background-color: rgba(0, 0, 0, 0.8); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zakaz-white:target { visibility: visible; opacity: 1; } .popup-zakaz-white { display: inline-block; left: 50%; opacity: 0; padding: 10px; position: fixed; font: 14px Helvetica, Arial, Sans-Serif; top: 40%; visibility: hidden; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-white { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-white input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-white input[type="text"]:focus { outline: none; } .wind-zakaz-white input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zakaz-white:target+.popup-zakaz-white { opacity: 1; visibility: visible; } .wind-zakaz-white p{ font-size: 21px; } .zakaz-ind { background: url(../img/background/backgrr.jpg) no-repeat; width: 1206px; height: 369px; margin: 0 auto; margin-top: -5px; } .zakaz-dostavka { background: url(../img/background/dostavka.jpg) no-repeat; width: 1218px; height: 352px; margin: 0 auto; margin-top: -5px; } .zakaz-opt { background: url(../img/background/opt.jpg) no-repeat; width: 1274px; height: 377px; margin: 0 auto; margin-top: -5px; } .our-production { background: url(../img/background/production.jpg) no-repeat; height: 220px; width: 980px; margin: 0 auto; } .certificate { background: url(../img/background/sertifikat.jpg) no-repeat; height: 242px; width: 980px; margin: 0 auto; } .clients { background: url(../img/background/clients.jpg) no-repeat; height: 155px; width: 980px; margin: 0 auto; border-radius: 15px; } .reviws { width: 980px; margin: 0 auto; margin-top: -40px; padding-bottom: 25px; } .reviws img{ margin-top: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .reviw { padding-top: 50px; display: inline-block; width: 485px; vertical-align: top; text-align: justify; } .rev-cont { float: right; width: 400px; } .form-bot { background: url(../img/background/bottom.jpg) no-repeat; height: 362px; width: 1228px; margin: 0 auto; } /* ============= POPUP ======================= */ .overlay-zvonokb { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokb:target { visibility: visible; opacity: 1; } .popup-zvonokb { opacity: 0; padding: 10px; position: absolute; right: -211px; bottom: -20px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-but { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-but:after { content: ""; position: absolute; background: url(../img/background/pointer-bottom.png) no-repeat; width: 27px; height: 18px; bottom: -17px; right: 110px; } .wind-zakaz-but input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-but input[type="text"]:focus { outline: none; } .wind-zakaz-but input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zvonokb:target+.popup-zvonokb { opacity: 1; visibility: visible; } .wind-zakaz-but p{ font-size: 21px; }
!arh/landing/65_landings_templates/12/css/global.css
========================================================================== */ /*========================= global ===========================*/ 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; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { font-family: 'DinPro'; color: #333534; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; background: url(../img/background/body.png); } /* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= =================== ============================================================ POP-UP============ /////////////////////////////////////////////////////////////////////////////*/ /*заказ звонка верхняя*/ .overlay-zvonokt { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokt:target { visibility: visible; opacity: 1; } .popup-zvonokt { opacity: 0; padding: 10px; position: absolute; right: -210px; top: 210px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-top { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-top:after { content: ""; position: absolute; background: url(../img/background/pointer-top.png) no-repeat; width: 27px; height: 18px; top: -11px; right: 110px; } .wind-zakaz-top input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-top input[type="text"]:focus { outline: none; } .wind-zakaz-top input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zvonokt:target+.popup-zvonokt { opacity: 1; visibility: visible; } .wind-zakaz-top p{ font-size: 21px; } .rel-pos { position: relative; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing: border-box; } /*заказ звонка нижняя*/ .overlay-zvonokb { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokb:target { visibility: visible; opacity: 1; } .popup-zvonokb { opacity: 0; padding: 10px; position: absolute; right: -210px; bottom: 0px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-bot { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-bot:after { content: ""; position: absolute; background: url(../img/background/pointer-bottom.png) no-repeat; width: 27px; height: 18px; bottom: -15px; right: 110px; } .wind-zakaz-bot input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-bot input[type="text"]:focus { outline: none; } .wind-zakaz-bot input[type="button"] { width: 252px; height: 44px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; background: rgba(241,122,116,1); background: -moz-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,122,116,1)), color-stop(100%, rgba(211,75,68,1))); background: -webkit-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -o-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: -ms-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); background: linear-gradient(to right, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17a74', endColorstr='#d34b44', GradientType=1 ); } .overlay-zvonokb:target+.popup-zvonokb { opacity: 1; visibility: visible; } .wind-zakaz-bot p{ font-size: 21px; } .center-980-pop { margin: 0 auto; width: 980px; position: relative; } /* =============================== END =============================== //////////////////////////////////|||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\\\ =============================ШАПКА ========== ШАПКА ============= ШАПКА */ .center-980 { width: 980px; margin: 0 auto; position: relative; } .header-top { padding-top: 10px; } .header-top p{ display: inline-block; } .header-phone { display: inline-block; width: 565px; height: 50px; position: relative; float: right; } .header-phone a{ position: absolute; right: 0; top: 0; background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; text-align: center; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; padding-top: 10px; } .header h1 { padding-top: 40px; text-align: center; font-size: 22px; font-weight: bold; } .header-bottom-bg { background: url(../img/background/header-bottom.png) no-repeat; width: 1228px; height: 519px; margin: 0 auto; } .header-bottom { position: relative; } .header-form { position: absolute; right: 0; width: 330px; height: 420px; margin-top: 5px; } .fform input { padding-left: 30px; border: 1px solid #c6c6c6; border-top: 2px solid #c6c6c6; border-left: 2px solid #c6c6c6; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; height: 35px; width: 265px; margin: 0 0 10px 10px; font-size: 16px; } .fform input:focus { outline: 0; } .fform input:nth-child(1){ background: url(../img/background/input-name.png) no-repeat; background-color: #fff; background-position: 3% center; margin-top: 20px; } .fform input:nth-child(2){ background: url(../img/background/input-tel.png) no-repeat; background-color: #fff; background-position: 3% center; } .fform input:nth-child(4){ background: url(../img/background/input-maill.png) no-repeat; background-color: #fff; background-position: 3% center; } .fform input[type="button"]{ margin-top: 10px; margin-bottom: 20px; width: 295px; height: 37px; background: url(../img/background/button-header-form.png) no-repeat; border: none; color: #6f5338; font-size: 23px; cursor: pointer; padding: 0; } .fform { text-align: center; } .timer { background: url(../img/background/table.png); width: 321px; height: 301px; position: absolute; top: 50px; left: 300px; } .pellets { width: 980px; height: 152px; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; margin-top: -45px; padding: 10px 0 0 40px; font-size: 29px; text-align: center; position: relative; } .pellets:after{ content: ""; width: 940px; height: 22px; position: absolute; bottom: 5px; left: 20px; background: url(../img/hr-line.jpg) no-repeat; } .pellets:before{ content: ""; width: 46px; height: 39px; position: absolute; top: 5px; left: 75px; background: url(../img/skobki.jpg) no-repeat; } h2 { font-size: 35px; text-align: center; padding: 20px; } .top-choice { height: 860px; width: 980px; background: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; padding: 35px 0 0 40px; font-size: 29px; position: relative; } .top-choice img{ padding-right: 20px; vertical-align: middle; } .choice p{ vertical-align: middle; display: inline-block; font-size: 19px; font-weight: bold; padding-bottom: 3px; } .choice { padding-top: 25px; } .order { margin-top: 20px; width: 979px; height: 307px; background: url(../img/background/zakaz-bg.jpg); position: relative; text-align: center; padding-top: 18px; } .order a{ border: 2px solid #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 10px; color: #fff; padding: 0 8px 0 8px; text-decoration: none; margin: 5px auto; display: block; width: 160px; font-size: 20px; } .order p { color: #fff; font-size: 20px; } /* POp UP форма для серых*/ .overlay-zakaz-silv { background-color: rgba(0, 0, 0, 0.8); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zakaz-silv:target { visibility: visible; opacity: 1; } .popup-zakaz-silv { display: inline-block; left: 50%; opacity: 0; padding: 10px; position: fixed; font: 14px Helvetica, Arial, Sans-Serif; top: 40%; visibility: hidden; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-silv { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-silv input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-silv input[type="text"]:focus { outline: none; } .wind-zakaz-silv input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zakaz-silv:target+.popup-zakaz-silv { opacity: 1; visibility: visible; } .wind-zakaz-silv p{ font-size: 21px; } /* ФОРМА ДЛЯ БЕЛЫХ*/ .overlay-zakaz-white { background-color: rgba(0, 0, 0, 0.8); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zakaz-white:target { visibility: visible; opacity: 1; } .popup-zakaz-white { display: inline-block; left: 50%; opacity: 0; padding: 10px; position: fixed; font: 14px Helvetica, Arial, Sans-Serif; top: 40%; visibility: hidden; z-index: 10; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-white { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-white input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-white input[type="text"]:focus { outline: none; } .wind-zakaz-white input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zakaz-white:target+.popup-zakaz-white { opacity: 1; visibility: visible; } .wind-zakaz-white p{ font-size: 21px; } .zakaz-ind { background: url(../img/background/backgrr.jpg) no-repeat; width: 1206px; height: 369px; margin: 0 auto; margin-top: -5px; } .zakaz-dostavka { background: url(../img/background/dostavka.jpg) no-repeat; width: 1218px; height: 352px; margin: 0 auto; margin-top: -5px; } .zakaz-opt { background: url(../img/background/opt.jpg) no-repeat; width: 1274px; height: 377px; margin: 0 auto; margin-top: -5px; } .our-production { background: url(../img/background/production.jpg) no-repeat; height: 220px; width: 980px; margin: 0 auto; } .certificate { background: url(../img/background/sertifikat.jpg) no-repeat; height: 242px; width: 980px; margin: 0 auto; } .clients { background: url(../img/background/clients.jpg) no-repeat; height: 155px; width: 980px; margin: 0 auto; border-radius: 15px; } .reviws { width: 980px; margin: 0 auto; margin-top: -40px; padding-bottom: 25px; } .reviws img{ margin-top: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .reviw { padding-top: 50px; display: inline-block; width: 485px; vertical-align: top; text-align: justify; } .rev-cont { float: right; width: 400px; } .form-bot { background: url(../img/background/bottom.jpg) no-repeat; height: 362px; width: 1228px; margin: 0 auto; } /* ============= POPUP ======================= */ .overlay-zvonokb { background-color: rgba(0, 0, 0, 0.0); bottom: 0; cursor: default; left: 0; opacity: 0; position: fixed; right: 0; top: 0; visibility: hidden; z-index: 2; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; } .overlay-zvonokb:target { visibility: visible; opacity: 1; } .popup-zvonokb { opacity: 0; padding: 10px; position: absolute; right: -211px; bottom: -20px; z-index: 10; visibility: hidden; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-transition: opacity .5s, top .5s; -moz-transition: opacity .5s, top .5s; -ms-transition: opacity .5s, top .5s; -o-transition: opacity .5s, top .5s; transition: opacity .5s, top .5s; } .wind-zakaz-but { width: 379px; height: 260px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; text-align: center; padding: 10px; background: #fff; position: relative; } .wind-zakaz-but:after { content: ""; position: absolute; background: url(../img/background/pointer-bottom.png) no-repeat; width: 27px; height: 18px; bottom: -17px; right: 110px; } .wind-zakaz-but input[type="text"] { width: 340px; height: 42px; margin: 8px auto; font-size: 20px; padding-left: 15px; font-weight: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; border: 1px solid #d4d4d4; } .wind-zakaz-but input[type="text"]:focus { outline: none; } .wind-zakaz-but input[type="button"] { background: url(../img/background/zakazat-zvonok.png) no-repeat; height: 46px; width: 215px; border: none; color: #fff; margin: 8px auto; font-size: 19px; cursor: pointer; font-weight: bold; font-size: 19px; text-decoration: none; color: #6f5339; } .overlay-zvonokb:target+.popup-zvonokb { opacity: 1; visibility: visible; } .wind-zakaz-but p{ font-size: 21px; }
0.342022
0.065635
body, html { padding: 0; margin: 0; } * { box-sizing: border-box; } body { font: 15px sans-serif; color: #111; -webkit-text-size-adjust: none; background-color: #F5F5F5; height: 100vh; } main { max-width: 45rem; padding: 2rem; margin: auto; background-color: #F0F0F0; min-height: 100vh; } /* hide redundant text in article */ #text h1:first-child { display: none; } hr { background: #e1e4e8; border: 0; height: 0.25em; margin: 1em 0; } a { color: #3C3CA1; } a:hover { color: #8484C6; } pre, code { font-size: 96%; background: #f8f8f8; } pre { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 10px 16px; } :not(pre) > code { padding: 0.25em 0.5em; border-radius: 0.25em; background: #DDD; font-size: 90%; } blockquote { border-left: 0.5em solid #ccc; padding-left: 1em; margin: 0.25em 0; color: #555; } blockquote > p { margin: 0.6rem 0; } table td { vertical-align: baseline; padding-left: 8px; } table td:first-of-type { padding-left: 0; } #text table td, #text table th { border: 1px solid #ccc; padding: 0.25em 0.5em; } details { background: #f8f8f8; margin: 0.25em 0; padding: 0; } details > summary { cursor: pointer; padding: 0.5em 1em; } details > p { background: #f5f5f5; padding: 0.5em 0.5em 0.5em 2em; margin: 0; } main.article div.header span.time span, div.article span.time span { color: #888; font-family: serif; font-style: italic; } main.article div.header a.link-home { text-decoration: none; float: right; line-height: 2.4; } main.article div.header h1, main.article div.header h2, .title { margin-top: 0.85em; margin-bottom: 0.25em; font-size: 2em; font-weight: bold; } main.article div.header h1 a, main.article div.header h2 a, div.article h3 a { text-decoration: none; } main.article div.header span.time, div.article span.time { display: block; } div.article { margin: 0 1em 1em 1em; } div.article h3 { font-size: 1.3em; margin:0; color: #3C3CA1; } div.article a { text-decoration: none; color: inherit; } div.article img{ max-width: 100%; height: auto; margin-right:1em; margin-top:0.25em; } div.article:hover { opacity: 0.9; } div.article:active { opacity: 0.8; } #text { text-align: justify; hyphens: auto; } #text li, #text table, #text blockquote { text-align: left; } #text img, #text svg { max-width: 100%; height: auto; }
sample_data/home/style.css
body, html { padding: 0; margin: 0; } * { box-sizing: border-box; } body { font: 15px sans-serif; color: #111; -webkit-text-size-adjust: none; background-color: #F5F5F5; height: 100vh; } main { max-width: 45rem; padding: 2rem; margin: auto; background-color: #F0F0F0; min-height: 100vh; } /* hide redundant text in article */ #text h1:first-child { display: none; } hr { background: #e1e4e8; border: 0; height: 0.25em; margin: 1em 0; } a { color: #3C3CA1; } a:hover { color: #8484C6; } pre, code { font-size: 96%; background: #f8f8f8; } pre { overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 10px 16px; } :not(pre) > code { padding: 0.25em 0.5em; border-radius: 0.25em; background: #DDD; font-size: 90%; } blockquote { border-left: 0.5em solid #ccc; padding-left: 1em; margin: 0.25em 0; color: #555; } blockquote > p { margin: 0.6rem 0; } table td { vertical-align: baseline; padding-left: 8px; } table td:first-of-type { padding-left: 0; } #text table td, #text table th { border: 1px solid #ccc; padding: 0.25em 0.5em; } details { background: #f8f8f8; margin: 0.25em 0; padding: 0; } details > summary { cursor: pointer; padding: 0.5em 1em; } details > p { background: #f5f5f5; padding: 0.5em 0.5em 0.5em 2em; margin: 0; } main.article div.header span.time span, div.article span.time span { color: #888; font-family: serif; font-style: italic; } main.article div.header a.link-home { text-decoration: none; float: right; line-height: 2.4; } main.article div.header h1, main.article div.header h2, .title { margin-top: 0.85em; margin-bottom: 0.25em; font-size: 2em; font-weight: bold; } main.article div.header h1 a, main.article div.header h2 a, div.article h3 a { text-decoration: none; } main.article div.header span.time, div.article span.time { display: block; } div.article { margin: 0 1em 1em 1em; } div.article h3 { font-size: 1.3em; margin:0; color: #3C3CA1; } div.article a { text-decoration: none; color: inherit; } div.article img{ max-width: 100%; height: auto; margin-right:1em; margin-top:0.25em; } div.article:hover { opacity: 0.9; } div.article:active { opacity: 0.8; } #text { text-align: justify; hyphens: auto; } #text li, #text table, #text blockquote { text-align: left; } #text img, #text svg { max-width: 100%; height: auto; }
0.474875
0.097219
.components-circle-message-item-container{ width: 100%; display: flex; flex-direction: column; } .components-circle-message-item{ width: 100%; height: 135px; padding: 15px 15px 0; overflow: hidden; } .components-circle-message-item-main{ width: 100%; height: 112px; display: flex; flex-direction: reverse; } .components-circle-message-item-avatar{ margin-right: 10px; } .components-circle-message-item-content{ width: 220px; margin-right: 15px; } .components-circle-message-item-info{ width: 60px; height: 80px; font-size: 16px; color: #333333; letter-spacing: 0; line-height: 20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; } .components-circle-message-item-content-name{ font-size: 16px; color: #333333; letter-spacing: 0; line-height: 16px; margin-bottom: 8px; } .components-circle-message-item-content-comment{ font-size: 16px; color: #333333; letter-spacing: 0; line-height: 20px; height: 60px; margin-bottom: 8px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; } .components-circle-message-item-content-date{ font-size: 13px; color: #666666; letter-spacing: 0; line-height: 13px; } .components-circle-message-item-info-img{ width: 60px; height: 60px; } .components-circle-message-item-content-comment-delete{ width: 90px; height: 24px; background: #F8F8F8; border-radius: 2px; font-size: 13px; color: #666666; letter-spacing: 0; line-height: 24px; text-align: center; } .components-circle-message-item-none-content{ padding-left: 24px; padding-right: 26px; background-image: url('/images/my/praise_n.png'); background-repeat: no-repeat; background-size: 16px 16px; font-size: 13px; color: #666666; letter-spacing: 0; line-height: 13px; } .teams-empty-tip{ padding: 20px; text-align: center; color: #999; font-size: 14px; background: #fff; font-weight: 200; }
src/components/circle_message/index.css
.components-circle-message-item-container{ width: 100%; display: flex; flex-direction: column; } .components-circle-message-item{ width: 100%; height: 135px; padding: 15px 15px 0; overflow: hidden; } .components-circle-message-item-main{ width: 100%; height: 112px; display: flex; flex-direction: reverse; } .components-circle-message-item-avatar{ margin-right: 10px; } .components-circle-message-item-content{ width: 220px; margin-right: 15px; } .components-circle-message-item-info{ width: 60px; height: 80px; font-size: 16px; color: #333333; letter-spacing: 0; line-height: 20px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; } .components-circle-message-item-content-name{ font-size: 16px; color: #333333; letter-spacing: 0; line-height: 16px; margin-bottom: 8px; } .components-circle-message-item-content-comment{ font-size: 16px; color: #333333; letter-spacing: 0; line-height: 20px; height: 60px; margin-bottom: 8px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; } .components-circle-message-item-content-date{ font-size: 13px; color: #666666; letter-spacing: 0; line-height: 13px; } .components-circle-message-item-info-img{ width: 60px; height: 60px; } .components-circle-message-item-content-comment-delete{ width: 90px; height: 24px; background: #F8F8F8; border-radius: 2px; font-size: 13px; color: #666666; letter-spacing: 0; line-height: 24px; text-align: center; } .components-circle-message-item-none-content{ padding-left: 24px; padding-right: 26px; background-image: url('/images/my/praise_n.png'); background-repeat: no-repeat; background-size: 16px 16px; font-size: 13px; color: #666666; letter-spacing: 0; line-height: 13px; } .teams-empty-tip{ padding: 20px; text-align: center; color: #999; font-size: 14px; background: #fff; font-weight: 200; }
0.304455
0.040163
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { background-color: #414141; } .page { display: flex; height: 100vh; overflow: hidden; justify-content: center; color: #bbb; font-family: sans-serif; } .page .container { display: flex; flex-direction: column; max-width: 500px; width: 100vw; justify-content: space-between; align-items: center; padding: 1em; } .button { border: none; border-radius: 5px; color: white; } .button.primary { background: #F27037; } .button.secundary { background: #929292; } #welcome .container { background: url(/images/hand.png); background-repeat: no-repeat; background-position-y: 24vh; background-position-x: 69%; } #welcome .logo { width: 7em; margin: 1em; } #welcome h1 { text-align: center; font-size: 2em; color: white; margin: 2em 0; } #welcome p { text-align: center; font-size: 1.2em; line-height: 1.4em; margin-bottom: 7em; } #welcome .button { width: 100%; padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; } #take-selfie { display: none; } #take-selfie .container { background: url(/images/bender.gif); background-size: cover; justify-content: flex-end; } #take-selfie .button { border-radius: 100%; box-shadow: 0 0 5px 2px #000; margin-bottom: 2em; } #take-selfie .button img { width: 5em; } #selfie-result { display: none; } #selfie-result .container { background: url(/images/bender.png); background-size: cover; justify-content: flex-end; } #selfie-result .button { padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; width: 48%; } #selfie-result .buttons { width: 98%; display: flex; justify-content: space-between; } #share { display: none; } #share .container { background: url(/images/share.png); background-repeat: no-repeat; background-position-y: 13vh; background-position-x: 35%; background-size: 77%; } #share .logo { width: 7em; margin: 1em; } #share h1 { text-align: center; font-size: 2em; color: white; margin: 2em 0 1.5em 0; } #share p { text-align: center; font-size: 1.2em; line-height: 1.4em; margin-bottom: 7em; } #share .buttons { width: 100%; } #share .button { width: 100%; padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; }
css/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { background-color: #414141; } .page { display: flex; height: 100vh; overflow: hidden; justify-content: center; color: #bbb; font-family: sans-serif; } .page .container { display: flex; flex-direction: column; max-width: 500px; width: 100vw; justify-content: space-between; align-items: center; padding: 1em; } .button { border: none; border-radius: 5px; color: white; } .button.primary { background: #F27037; } .button.secundary { background: #929292; } #welcome .container { background: url(/images/hand.png); background-repeat: no-repeat; background-position-y: 24vh; background-position-x: 69%; } #welcome .logo { width: 7em; margin: 1em; } #welcome h1 { text-align: center; font-size: 2em; color: white; margin: 2em 0; } #welcome p { text-align: center; font-size: 1.2em; line-height: 1.4em; margin-bottom: 7em; } #welcome .button { width: 100%; padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; } #take-selfie { display: none; } #take-selfie .container { background: url(/images/bender.gif); background-size: cover; justify-content: flex-end; } #take-selfie .button { border-radius: 100%; box-shadow: 0 0 5px 2px #000; margin-bottom: 2em; } #take-selfie .button img { width: 5em; } #selfie-result { display: none; } #selfie-result .container { background: url(/images/bender.png); background-size: cover; justify-content: flex-end; } #selfie-result .button { padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; width: 48%; } #selfie-result .buttons { width: 98%; display: flex; justify-content: space-between; } #share { display: none; } #share .container { background: url(/images/share.png); background-repeat: no-repeat; background-position-y: 13vh; background-position-x: 35%; background-size: 77%; } #share .logo { width: 7em; margin: 1em; } #share h1 { text-align: center; font-size: 2em; color: white; margin: 2em 0 1.5em 0; } #share p { text-align: center; font-size: 1.2em; line-height: 1.4em; margin-bottom: 7em; } #share .buttons { width: 100%; } #share .button { width: 100%; padding: 1.2em; text-transform: uppercase; font-size: 1.1em; margin-bottom: 1em; }
0.335242
0.096791
pointer-events: none } #nprogress .bar { background: #42b983; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px } #nprogress .peg { display: block; position: absolute; right: 0; width: 100px; height: 100%; box-shadow: 0 0 10px #29d,0 0 5px #29d; opacity: 1; -webkit-transform: rotate(3deg) translateY(-4px); -ms-transform: rotate(3deg) translateY(-4px); transform: rotate(3deg) translateY(-4px) } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: 2px solid transparent; border-top-color: #42b983; border-left-color: #42b983; border-radius: 50%; -webkit-animation: nprogress-spinner .4s linear infinite; animation: nprogress-spinner .4s linear infinite } .nprogress-custom-parent { overflow: hidden; position: relative } .nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner { position: absolute } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(1turn) } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg) } to { transform: rotate(1turn) } } .hljs { display: block; overflow-x: auto; padding: .5em; color: #333; background: #f8f8f8 } .hljs-comment,.hljs-quote { color: #998; font-style: italic } .hljs-keyword,.hljs-selector-tag,.hljs-subst { color: #333; font-weight: 700 } .hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable { color: teal } .hljs-doctag,.hljs-string { color: #42b983 } .hljs-section,.hljs-selector-id,.hljs-title { color: #900; font-weight: 700 } .hljs-subst { font-weight: 400 } .hljs-class .hljs-title,.hljs-type { color: #458; font-weight: 700 } .hljs-attribute,.hljs-name,.hljs-tag { color: navy; font-weight: 400 } .hljs-link,.hljs-regexp { color: #009926 } .hljs-bullet,.hljs-symbol { color: #990073 } .hljs-built_in,.hljs-builtin-name { color: #0086b3 } .hljs-meta { color: #999; font-weight: 700 } .hljs-deletion { background: #fdd } .hljs-addition { background: #dfd } .hljs-emphasis { font-style: italic } .hljs-strong { font-weight: 700 } .markdown-body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; font-family:"Microsoft Yahei"; font-size: 16px; line-height: 1.5; word-wrap: break-word } .markdown-body .pl-c { color: #969896 } .markdown-body .pl-c1,.markdown-body .pl-s .pl-v { color: #0086b3 } .markdown-body .pl-e,.markdown-body .pl-en { color: #795da3 } .markdown-body .pl-s .pl-s1,.markdown-body .pl-smi { color: #333 } .markdown-body .pl-ent { color: #63a35c } .markdown-body .pl-k { color: #a71d5d } .markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre { color: #183691 } .markdown-body .pl-v { color: #ed6a43 } .markdown-body .pl-id { color: #b52a1d } .markdown-body .pl-ii { color: #f8f8f8; background-color: #b52a1d } .markdown-body .pl-sr .pl-cce { font-weight: 700; color: #63a35c } .markdown-body .pl-ml { color: #693a17 } .markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms { font-weight: 700; color: #1d3e81 } .markdown-body .pl-mq { color: teal } .markdown-body .pl-mi { font-style: italic; color: #333 } .markdown-body .pl-mb { font-weight: 700; color: #333 } .markdown-body .pl-md { color: #bd2c00; background-color: #ffecec } .markdown-body .pl-mi1 { color: #55a532; background-color: #eaffea } .markdown-body .pl-mdr { font-weight: 700; color: #795da3 } .markdown-body .pl-mo { color: #1d3e81 } .markdown-body .octicon { display: inline-block; vertical-align: text-top; fill: currentColor } .markdown-body a { background-color: transparent; -webkit-text-decoration-skip: objects } .markdown-body a:active,.markdown-body a:hover { outline-width: 0 } .markdown-body strong { font-weight: inherit; font-weight: bolder } .markdown-body h1 { font-size: 2em; margin: .67em 0 } .markdown-body img { border-style: none } .markdown-body svg:not(:root) { overflow: hidden } .markdown-body code,.markdown-body kbd,.markdown-body pre { font-family: monospace,monospace; font-size: 1em } .markdown-body hr { box-sizing: content-box; height: 0; overflow: visible } .markdown-body input { font: inherit; margin: 0; overflow: visible } .markdown-body [type=checkbox] { box-sizing: border-box; padding: 0 } .markdown-body * { box-sizing: border-box } .markdown-body input { font-family: inherit; font-size: inherit; line-height: inherit } .markdown-body a { color: #4078c0; text-decoration: none } .markdown-body a:active,.markdown-body a:hover { text-decoration: underline } .markdown-body strong { font-weight: 600 } .markdown-body hr { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #ddd } .markdown-body hr:after,.markdown-body hr:before { display: table; content: "" } .markdown-body hr:after { clear: both } .markdown-body table { border-spacing: 0; border-collapse: collapse } .markdown-body td,.markdown-body th { padding: 0 } .markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 { margin-top: 0; margin-bottom: 0 } .markdown-body h1 { font-size: 32px; font-weight: 600 } .markdown-body h2 { font-size: 24px; font-weight: 600 } .markdown-body h3 { font-size: 20px; font-weight: 600 } .markdown-body h4 { font-size: 16px; font-weight: 600 } .markdown-body h5 { font-size: 14px; font-weight: 600 } .markdown-body h6 { font-size: 12px; font-weight: 600 } .markdown-body p { margin-top: 0; margin-bottom: 10px } .markdown-body blockquote { margin: 0 } .markdown-body ol,.markdown-body ul { padding-left: 0; margin-top: 0; margin-bottom: 0 } .markdown-body ol ol,.markdown-body ul ol { list-style-type: lower-roman } .markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol { list-style-type: lower-alpha } .markdown-body dd { margin-left: 0 } .markdown-body code { font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; font-size: 12px } .markdown-body pre { margin-top: 0; margin-bottom: 0; font: 12px Consolas,Liberation Mono,Menlo,Courier,monospace } .markdown-body .octicon { vertical-align: text-bottom } .markdown-body input { -webkit-font-feature-settings: "liga" 0; font-feature-settings: "liga" 0 } .markdown-body:after,.markdown-body:before { display: table; content: "" } .markdown-body:after { clear: both } .markdown-body>:first-child { margin-top: 0!important } .markdown-body>:last-child { margin-bottom: 0!important } .markdown-body a:not([href]) { color: inherit; text-decoration: none } .markdown-body .anchor { float: left; padding-right: 4px; margin-left: -20px; line-height: 1 } .markdown-body .anchor:focus { outline: none } .markdown-body blockquote,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul { margin-top: 0; margin-bottom: 16px } .markdown-body hr { height: .25em; padding: 0; margin: 24px 0; background-color: #e7e7e7; border: 0 } .markdown-body blockquote { padding: 0 1em; color: #777; border-left: .25em solid #ddd } .markdown-body blockquote>:first-child { margin-top: 0 } .markdown-body blockquote>:last-child { margin-bottom: 0 } .markdown-body kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: 1px solid #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb } .markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; line-height: 1.25 } .markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link { color: #000; vertical-align: middle; visibility: hidden } .markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor { text-decoration: none } .markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link { visibility: visible } .markdown-body h1 { font-size: 2em } .markdown-body h1,.markdown-body h2 { padding-bottom: .3em; border-bottom: 1px solid #eee } .markdown-body h2 { font-size: 1.5em } .markdown-body h3 { font-size: 1.25em } .markdown-body h4 { font-size: 1em } .markdown-body h5 { font-size: .875em } .markdown-body h6 { font-size: .85em; color: #777 } .markdown-body ol,.markdown-body ul { padding-left: 2em } .markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul { margin-top: 0; margin-bottom: 0 } .markdown-body li>p { margin-top: 16px } .markdown-body li+li { margin-top: .25em } .markdown-body dl { padding: 0 } .markdown-body dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: 700 } .markdown-body dl dd { padding: 0 16px; margin-bottom: 16px } .markdown-body table { display: block; width: 100%; overflow: auto } .markdown-body table th { font-weight: 700 } .markdown-body table td,.markdown-body table th { padding: 6px 13px; border: 1px solid #ddd } .markdown-body table tr { background-color: #fff; border-top: 1px solid #ccc } .markdown-body table tr:nth-child(2n) { background-color: #f8f8f8 } .markdown-body img { max-width: 100%; box-sizing: content-box; background-color: #fff } .markdown-body code { padding: 0; padding-top: .2em; padding-bottom: .2em; margin: 0; font-size: 85%; background-color: rgba(0,0,0,.04); border-radius: 3px } .markdown-body code:after,.markdown-body code:before { letter-spacing: -.2em; content: "\A0" } .markdown-body pre { word-wrap: normal } .markdown-body pre>code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0 } .markdown-body .highlight { margin-bottom: 16px } .markdown-body .highlight pre { margin-bottom: 0; word-break: normal } .markdown-body .highlight pre,.markdown-body pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border-radius: 3px } .markdown-body pre code { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0 } .markdown-body pre code:after,.markdown-body pre code:before { content: normal } .markdown-body .pl-0 { padding-left: 0!important } .markdown-body .pl-1 { padding-left: 3px!important } .markdown-body .pl-2 { padding-left: 6px!important } .markdown-body .pl-3 { padding-left: 12px!important } .markdown-body .pl-4 { padding-left: 24px!important } .markdown-body .pl-5 { padding-left: 36px!important } .markdown-body .pl-6 { padding-left: 48px!important } .markdown-body .full-commit .btn-outline:not(:disabled):hover { color: #4078c0; border: 1px solid #4078c0 } .markdown-body kbd { display: inline-block; padding: 3px 5px; font: 11px Consolas,Liberation Mono,Menlo,Courier,monospace; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: 1px solid #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb } .markdown-body :checked+.radio-label { position: relative; z-index: 1; border-color: #4078c0 } .markdown-body .task-list-item { list-style-type: none } .markdown-body .task-list-item+.task-list-item { margin-top: 3px } .markdown-body .task-list-item input { margin: 0 .2em .25em -1.6em; vertical-align: middle } .markdown-body hr { border-bottom-color: #eee }/*! Hint.css - v2.4.1 - 2016-11-08 * http://kushagragour.in/lab/hint/ * Copyright (c) 2016 <NAME> */[class*=hint--] { position: relative; display: inline-block }[class*=hint--]:after,[class*=hint--]:before { position: absolute; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); visibility: hidden; opacity: 0; z-index: 1000000; pointer-events: none; -webkit-transition: .3s ease; -moz-transition: .3s ease; transition: .3s ease; -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms }[class*=hint--]:hover:after,[class*=hint--]:hover:before { visibility: visible; opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; transition-delay: .1s }[class*=hint--]:before { content: ''; position: absolute; background: transparent; border: 6px solid transparent; z-index: 1000001 }[class*=hint--]:after { background: #383838; color: #fff; padding: 8px 10px; font-size: 12px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 12px; white-space: nowrap }[class*=hint--][aria-label]:after { content: attr(aria-label) }[class*=hint--][data-hint]:after { content: attr(data-hint) }[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before { display: none!important } .hint--top-left:before,.hint--top-right:before,.hint--top:before { border-top-color: #383838 } .hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before { border-bottom-color: #383838 } .hint--left:before { border-left-color: #383838 } .hint--right:before { border-right-color: #383838 } .hint--top:before { margin-bottom: -11px } .hint--top:after,.hint--top:before { bottom: 100%; left: 50% } .hint--top:before { left: calc(50% - 6px) } .hint--top:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--top:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top:hover:after { -webkit-transform: translateX(-50%) translateY(-8px); -moz-transform: translateX(-50%) translateY(-8px); transform: translateX(-50%) translateY(-8px) } .hint--bottom:before { margin-top: -11px } .hint--bottom:after,.hint--bottom:before { top: 100%; left: 50% } .hint--bottom:before { left: calc(50% - 6px) } .hint--bottom:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--bottom:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom:hover:after { -webkit-transform: translateX(-50%) translateY(8px); -moz-transform: translateX(-50%) translateY(8px); transform: translateX(-50%) translateY(8px) } .hint--right:before { margin-left: -11px; margin-bottom: -6px } .hint--right:after { margin-bottom: -14px } .hint--right:after,.hint--right:before { left: 100%; bottom: 50% } .hint--right:hover:after,.hint--right:hover:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--left:before { margin-right: -11px; margin-bottom: -6px } .hint--left:after { margin-bottom: -14px } .hint--left:after,.hint--left:before { right: 100%; bottom: 50% } .hint--left:hover:after,.hint--left:hover:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--top-left:before { margin-bottom: -11px } .hint--top-left:after,.hint--top-left:before { bottom: 100%; left: 50% } .hint--top-left:before { left: calc(50% - 6px) } .hint--top-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); margin-left: 12px } .hint--top-left:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top-left:hover:after { -webkit-transform: translateX(-100%) translateY(-8px); -moz-transform: translateX(-100%) translateY(-8px); transform: translateX(-100%) translateY(-8px) } .hint--top-right:before { margin-bottom: -11px } .hint--top-right:after,.hint--top-right:before { bottom: 100%; left: 50% } .hint--top-right:before { left: calc(50% - 6px) } .hint--top-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); margin-left: -12px } .hint--top-right:hover:after,.hint--top-right:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--bottom-left:before { margin-top: -11px } .hint--bottom-left:after,.hint--bottom-left:before { top: 100%; left: 50% } .hint--bottom-left:before { left: calc(50% - 6px) } .hint--bottom-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); margin-left: 12px } .hint--bottom-left:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom-left:hover:after { -webkit-transform: translateX(-100%) translateY(8px); -moz-transform: translateX(-100%) translateY(8px); transform: translateX(-100%) translateY(8px) } .hint--bottom-right:before { margin-top: -11px } .hint--bottom-right:after,.hint--bottom-right:before { top: 100%; left: 50% } .hint--bottom-right:before { left: calc(50% - 6px) } .hint--bottom-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); margin-left: -12px } .hint--bottom-right:hover:after,.hint--bottom-right:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--large:after,.hint--medium:after,.hint--small:after { white-space: normal; line-height: 1.4em; word-wrap: break-word } .hint--small:after { width: 80px } .hint--medium:after { width: 150px } .hint--large:after { width: 300px }[class*=hint--]:after { text-shadow: 0 -1px 0 #000; box-shadow: 4px 4px 8px rgba(0,0,0,.3) } .hint--error:after { background-color: #b34e4d; text-shadow: 0 -1px 0 #592726 } .hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before { border-top-color: #b34e4d } .hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before { border-bottom-color: #b34e4d } .hint--error.hint--left:before { border-left-color: #b34e4d } .hint--error.hint--right:before { border-right-color: #b34e4d } .hint--warning:after { background-color: #c09854; text-shadow: 0 -1px 0 #6c5328 } .hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before { border-top-color: #c09854 } .hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before { border-bottom-color: #c09854 } .hint--warning.hint--left:before { border-left-color: #c09854 } .hint--warning.hint--right:before { border-right-color: #c09854 } .hint--info:after { background-color: #3986ac; text-shadow: 0 -1px 0 #1a3c4d } .hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before { border-top-color: #3986ac } .hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before { border-bottom-color: #3986ac } .hint--info.hint--left:before { border-left-color: #3986ac } .hint--info.hint--right:before { border-right-color: #3986ac } .hint--success:after { background-color: #458746; text-shadow: 0 -1px 0 #1a321a } .hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before { border-top-color: #458746 } .hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before { border-bottom-color: #458746 } .hint--success.hint--left:before { border-left-color: #458746 } .hint--success.hint--right:before { border-right-color: #458746 } .hint--always:after,.hint--always:before { opacity: 1; visibility: visible } .hint--always.hint--top:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--top:after { -webkit-transform: translateX(-50%) translateY(-8px); -moz-transform: translateX(-50%) translateY(-8px); transform: translateX(-50%) translateY(-8px) } .hint--always.hint--top-left:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--top-left:after { -webkit-transform: translateX(-100%) translateY(-8px); -moz-transform: translateX(-100%) translateY(-8px); transform: translateX(-100%) translateY(-8px) } .hint--always.hint--top-right:after,.hint--always.hint--top-right:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--bottom:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--bottom:after { -webkit-transform: translateX(-50%) translateY(8px); -moz-transform: translateX(-50%) translateY(8px); transform: translateX(-50%) translateY(8px) } .hint--always.hint--bottom-left:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--bottom-left:after { -webkit-transform: translateX(-100%) translateY(8px); -moz-transform: translateX(-100%) translateY(8px); transform: translateX(-100%) translateY(8px) } .hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--left:after,.hint--always.hint--left:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--always.hint--right:after,.hint--always.hint--right:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--rounded:after { border-radius: 4px } .hint--no-animate:after,.hint--no-animate:before { -webkit-transition-duration: 0ms; -moz-transition-duration: 0ms; transition-duration: 0ms } .hint--bounce:after,.hint--bounce:before { -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24); -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24); transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24) } * { box-sizing: border-box } #app,.page,body,html { height: 100% } body { margin: 0; font: 14px/1.4 -apple-system,BlinkMacSystemFont,"Microsoft Yahei" } a { color: #34495e; text-decoration: none } .sidebar { margin: 0; width: 280px; border-right: 1px solid rgba(0,0,0,.07); overflow: auto; position: fixed; left: 0; top: 0; bottom: 0; padding: 20px; background-color: #fff; box-shadow: 3px 0px 6px rgba(0,0,0,.2); font-size: 15px; } .main { padding: 20px; padding-left: 300px } .markdown-body .markdown-heading:focus { color: #42b983; outline: none }[class*=is-mobile] { display: none!important } @media screen and (max-width:768px) { .is-desktop { display: none!important } .is-mobile { display: block!important } .is-mobile-flex { display: flex!important } .main { padding-left: 10px; padding-right: 10px; padding-top: 70px } .sidebar { width: calc(100% - 50px); padding: 10px; padding-top: 60px; top: 0; border-right: none; box-shadow: 0 0 10px rgba(0,0,0,.2); transform: translateX(-120%); transition: transform .3s cubic-bezier(.4,0,0,1) } .sidebar.visible { transform: translateX(0) } } .header { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; font-family:"Microsoft Yahei"; } .header:empty { display: none } .header:hover .header-icons svg { color: #333 } .header-nav { list-style: none; padding-left: 0; margin: 0; line-height: 30px; height: 30px } .header-nav .nav-item { float: left; margin-right:35px } .header-nav .nav-item>a,.header-nav .nav-item>div { border-bottom: 3px solid transparent; display: block } .header-nav .nav-item>a.router-link-active,.header-nav .nav-item>div.router-link-active { border-bottom-color: #42b983 } .header-nav .nav-item .arrow { display: inline-block; vertical-align: middle; margin-top: -1px; margin-left: 6px; margin-right: -14px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #ccc } .header-nav .nav-item-dropdown { position: relative } .header-nav .nav-item-dropdown .dropdown-list { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none; background-color: #fff; margin: 0; list-style-type: none; border: 1px solid #e2e2e2; border-radius: 3px; white-space: nowrap; padding: 10px 0 } .header-nav .nav-item-dropdown .dropdown-list .dropdown-item { padding: 0 20px } .header-nav .nav-item-dropdown .dropdown-list .dropdown-item .router-link-active,.header-nav .nav-item-dropdown .dropdown-list .dropdown-item .router-link:hover { color: #42b983 } .header-nav .nav-item-dropdown:hover .dropdown-list { display: block } .header-nav.is-mobile { height: auto; line-height: auto } .header-nav.is-mobile .nav-item { float: none } .header-nav.is-mobile .nav-item>a,.header-nav.is-mobile .nav-item>div { border-bottom: none } .header-nav.is-mobile .nav-item>a.router-link-active,.header-nav.is-mobile .nav-item>div.router-link-active { color: #42b983 } .header-nav.is-mobile .nav-item-dropdown .dropdown-list { position: static; display: block; transform: none; border: none; padding: 0 } .svg-icon { align-items: center; justify-content: center } .header-icons,.svg-icon { display: flex } .header-icons .header-icon { margin-left: 20px } .header-icons svg { width: 22px; color: #999 } .mobile-header { box-shadow: 0 0 2px rgba(0,0,0,.25); padding: 0 10px; display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; height: 50px; left: 0; right: 0; z-index: 9900; background-color: #fff } .mobile-header .site-title { margin: 0; font-weight: 300; font-size: 20x; display: flex } .mobile-header .header-left { cursor: pointer; user-select: none } .mobile-header .header-left .svg-icon { margin-right: 10px; color: #999; margin-top: 1px; width: 24px } .sidebar-headings { list-style: none; padding-left: 0; margin: 0; font-family:"sidebar-headings"; } .sidebar-headings .sidebar-heading { line-height: 1.4; margin-bottom: 3px } .sidebar-headings .sidebar-heading:not(.visible) { display: none } .sidebar-headings .sidebar-heading[data-level="2"] { font-weight: 700; margin-bottom: 5px } .sidebar-headings .sidebar-heading[data-level="2"]:not(:first-child) { margin-top: 5px; padding-top: 5px } .sidebar-headings .sidebar-heading[data-level="2"] .sidebar-heading-anchor { color: #333 } .sidebar-headings .sidebar-heading[data-level="4"] { padding-left: 15px } .sidebar-headings .sidebar-heading[data-level="5"] { padding-left: 30px } .sidebar-headings .sidebar-heading .sidebar-heading-anchor { color: #666 } .sidebar-headings .sidebar-heading .sidebar-heading-anchor.active { color: #42b983 } @media screen and (max-width:768px) { .sidebar-headings { border-top: 1px solid #e2e2e2; padding-top: 10px; margin-top: 10px } } .page[data-v-24e0b2e2] { background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; text-align: center } .message { font-size: 30px; text-shadow: 0 1px #fff } .message a { color: #42b983 } .page{ overflow-x:hidden; } /*# sourceMappingURL=docute.css.map*/
docs/docute.css
pointer-events: none } #nprogress .bar { background: #42b983; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px } #nprogress .peg { display: block; position: absolute; right: 0; width: 100px; height: 100%; box-shadow: 0 0 10px #29d,0 0 5px #29d; opacity: 1; -webkit-transform: rotate(3deg) translateY(-4px); -ms-transform: rotate(3deg) translateY(-4px); transform: rotate(3deg) translateY(-4px) } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: 2px solid transparent; border-top-color: #42b983; border-left-color: #42b983; border-radius: 50%; -webkit-animation: nprogress-spinner .4s linear infinite; animation: nprogress-spinner .4s linear infinite } .nprogress-custom-parent { overflow: hidden; position: relative } .nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner { position: absolute } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg) } to { -webkit-transform: rotate(1turn) } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg) } to { transform: rotate(1turn) } } .hljs { display: block; overflow-x: auto; padding: .5em; color: #333; background: #f8f8f8 } .hljs-comment,.hljs-quote { color: #998; font-style: italic } .hljs-keyword,.hljs-selector-tag,.hljs-subst { color: #333; font-weight: 700 } .hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable { color: teal } .hljs-doctag,.hljs-string { color: #42b983 } .hljs-section,.hljs-selector-id,.hljs-title { color: #900; font-weight: 700 } .hljs-subst { font-weight: 400 } .hljs-class .hljs-title,.hljs-type { color: #458; font-weight: 700 } .hljs-attribute,.hljs-name,.hljs-tag { color: navy; font-weight: 400 } .hljs-link,.hljs-regexp { color: #009926 } .hljs-bullet,.hljs-symbol { color: #990073 } .hljs-built_in,.hljs-builtin-name { color: #0086b3 } .hljs-meta { color: #999; font-weight: 700 } .hljs-deletion { background: #fdd } .hljs-addition { background: #dfd } .hljs-emphasis { font-style: italic } .hljs-strong { font-weight: 700 } .markdown-body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #333; font-family:"Microsoft Yahei"; font-size: 16px; line-height: 1.5; word-wrap: break-word } .markdown-body .pl-c { color: #969896 } .markdown-body .pl-c1,.markdown-body .pl-s .pl-v { color: #0086b3 } .markdown-body .pl-e,.markdown-body .pl-en { color: #795da3 } .markdown-body .pl-s .pl-s1,.markdown-body .pl-smi { color: #333 } .markdown-body .pl-ent { color: #63a35c } .markdown-body .pl-k { color: #a71d5d } .markdown-body .pl-pds,.markdown-body .pl-s,.markdown-body .pl-s .pl-pse .pl-s1,.markdown-body .pl-sr,.markdown-body .pl-sr .pl-cce,.markdown-body .pl-sr .pl-sra,.markdown-body .pl-sr .pl-sre { color: #183691 } .markdown-body .pl-v { color: #ed6a43 } .markdown-body .pl-id { color: #b52a1d } .markdown-body .pl-ii { color: #f8f8f8; background-color: #b52a1d } .markdown-body .pl-sr .pl-cce { font-weight: 700; color: #63a35c } .markdown-body .pl-ml { color: #693a17 } .markdown-body .pl-mh,.markdown-body .pl-mh .pl-en,.markdown-body .pl-ms { font-weight: 700; color: #1d3e81 } .markdown-body .pl-mq { color: teal } .markdown-body .pl-mi { font-style: italic; color: #333 } .markdown-body .pl-mb { font-weight: 700; color: #333 } .markdown-body .pl-md { color: #bd2c00; background-color: #ffecec } .markdown-body .pl-mi1 { color: #55a532; background-color: #eaffea } .markdown-body .pl-mdr { font-weight: 700; color: #795da3 } .markdown-body .pl-mo { color: #1d3e81 } .markdown-body .octicon { display: inline-block; vertical-align: text-top; fill: currentColor } .markdown-body a { background-color: transparent; -webkit-text-decoration-skip: objects } .markdown-body a:active,.markdown-body a:hover { outline-width: 0 } .markdown-body strong { font-weight: inherit; font-weight: bolder } .markdown-body h1 { font-size: 2em; margin: .67em 0 } .markdown-body img { border-style: none } .markdown-body svg:not(:root) { overflow: hidden } .markdown-body code,.markdown-body kbd,.markdown-body pre { font-family: monospace,monospace; font-size: 1em } .markdown-body hr { box-sizing: content-box; height: 0; overflow: visible } .markdown-body input { font: inherit; margin: 0; overflow: visible } .markdown-body [type=checkbox] { box-sizing: border-box; padding: 0 } .markdown-body * { box-sizing: border-box } .markdown-body input { font-family: inherit; font-size: inherit; line-height: inherit } .markdown-body a { color: #4078c0; text-decoration: none } .markdown-body a:active,.markdown-body a:hover { text-decoration: underline } .markdown-body strong { font-weight: 600 } .markdown-body hr { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #ddd } .markdown-body hr:after,.markdown-body hr:before { display: table; content: "" } .markdown-body hr:after { clear: both } .markdown-body table { border-spacing: 0; border-collapse: collapse } .markdown-body td,.markdown-body th { padding: 0 } .markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 { margin-top: 0; margin-bottom: 0 } .markdown-body h1 { font-size: 32px; font-weight: 600 } .markdown-body h2 { font-size: 24px; font-weight: 600 } .markdown-body h3 { font-size: 20px; font-weight: 600 } .markdown-body h4 { font-size: 16px; font-weight: 600 } .markdown-body h5 { font-size: 14px; font-weight: 600 } .markdown-body h6 { font-size: 12px; font-weight: 600 } .markdown-body p { margin-top: 0; margin-bottom: 10px } .markdown-body blockquote { margin: 0 } .markdown-body ol,.markdown-body ul { padding-left: 0; margin-top: 0; margin-bottom: 0 } .markdown-body ol ol,.markdown-body ul ol { list-style-type: lower-roman } .markdown-body ol ol ol,.markdown-body ol ul ol,.markdown-body ul ol ol,.markdown-body ul ul ol { list-style-type: lower-alpha } .markdown-body dd { margin-left: 0 } .markdown-body code { font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; font-size: 12px } .markdown-body pre { margin-top: 0; margin-bottom: 0; font: 12px Consolas,Liberation Mono,Menlo,Courier,monospace } .markdown-body .octicon { vertical-align: text-bottom } .markdown-body input { -webkit-font-feature-settings: "liga" 0; font-feature-settings: "liga" 0 } .markdown-body:after,.markdown-body:before { display: table; content: "" } .markdown-body:after { clear: both } .markdown-body>:first-child { margin-top: 0!important } .markdown-body>:last-child { margin-bottom: 0!important } .markdown-body a:not([href]) { color: inherit; text-decoration: none } .markdown-body .anchor { float: left; padding-right: 4px; margin-left: -20px; line-height: 1 } .markdown-body .anchor:focus { outline: none } .markdown-body blockquote,.markdown-body dl,.markdown-body ol,.markdown-body p,.markdown-body pre,.markdown-body table,.markdown-body ul { margin-top: 0; margin-bottom: 16px } .markdown-body hr { height: .25em; padding: 0; margin: 24px 0; background-color: #e7e7e7; border: 0 } .markdown-body blockquote { padding: 0 1em; color: #777; border-left: .25em solid #ddd } .markdown-body blockquote>:first-child { margin-top: 0 } .markdown-body blockquote>:last-child { margin-bottom: 0 } .markdown-body kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: 1px solid #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb } .markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; line-height: 1.25 } .markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link { color: #000; vertical-align: middle; visibility: hidden } .markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor { text-decoration: none } .markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link { visibility: visible } .markdown-body h1 { font-size: 2em } .markdown-body h1,.markdown-body h2 { padding-bottom: .3em; border-bottom: 1px solid #eee } .markdown-body h2 { font-size: 1.5em } .markdown-body h3 { font-size: 1.25em } .markdown-body h4 { font-size: 1em } .markdown-body h5 { font-size: .875em } .markdown-body h6 { font-size: .85em; color: #777 } .markdown-body ol,.markdown-body ul { padding-left: 2em } .markdown-body ol ol,.markdown-body ol ul,.markdown-body ul ol,.markdown-body ul ul { margin-top: 0; margin-bottom: 0 } .markdown-body li>p { margin-top: 16px } .markdown-body li+li { margin-top: .25em } .markdown-body dl { padding: 0 } .markdown-body dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: 700 } .markdown-body dl dd { padding: 0 16px; margin-bottom: 16px } .markdown-body table { display: block; width: 100%; overflow: auto } .markdown-body table th { font-weight: 700 } .markdown-body table td,.markdown-body table th { padding: 6px 13px; border: 1px solid #ddd } .markdown-body table tr { background-color: #fff; border-top: 1px solid #ccc } .markdown-body table tr:nth-child(2n) { background-color: #f8f8f8 } .markdown-body img { max-width: 100%; box-sizing: content-box; background-color: #fff } .markdown-body code { padding: 0; padding-top: .2em; padding-bottom: .2em; margin: 0; font-size: 85%; background-color: rgba(0,0,0,.04); border-radius: 3px } .markdown-body code:after,.markdown-body code:before { letter-spacing: -.2em; content: "\A0" } .markdown-body pre { word-wrap: normal } .markdown-body pre>code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0 } .markdown-body .highlight { margin-bottom: 16px } .markdown-body .highlight pre { margin-bottom: 0; word-break: normal } .markdown-body .highlight pre,.markdown-body pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border-radius: 3px } .markdown-body pre code { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0 } .markdown-body pre code:after,.markdown-body pre code:before { content: normal } .markdown-body .pl-0 { padding-left: 0!important } .markdown-body .pl-1 { padding-left: 3px!important } .markdown-body .pl-2 { padding-left: 6px!important } .markdown-body .pl-3 { padding-left: 12px!important } .markdown-body .pl-4 { padding-left: 24px!important } .markdown-body .pl-5 { padding-left: 36px!important } .markdown-body .pl-6 { padding-left: 48px!important } .markdown-body .full-commit .btn-outline:not(:disabled):hover { color: #4078c0; border: 1px solid #4078c0 } .markdown-body kbd { display: inline-block; padding: 3px 5px; font: 11px Consolas,Liberation Mono,Menlo,Courier,monospace; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: 1px solid #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb } .markdown-body :checked+.radio-label { position: relative; z-index: 1; border-color: #4078c0 } .markdown-body .task-list-item { list-style-type: none } .markdown-body .task-list-item+.task-list-item { margin-top: 3px } .markdown-body .task-list-item input { margin: 0 .2em .25em -1.6em; vertical-align: middle } .markdown-body hr { border-bottom-color: #eee }/*! Hint.css - v2.4.1 - 2016-11-08 * http://kushagragour.in/lab/hint/ * Copyright (c) 2016 <NAME> */[class*=hint--] { position: relative; display: inline-block }[class*=hint--]:after,[class*=hint--]:before { position: absolute; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); visibility: hidden; opacity: 0; z-index: 1000000; pointer-events: none; -webkit-transition: .3s ease; -moz-transition: .3s ease; transition: .3s ease; -webkit-transition-delay: 0ms; -moz-transition-delay: 0ms; transition-delay: 0ms }[class*=hint--]:hover:after,[class*=hint--]:hover:before { visibility: visible; opacity: 1; -webkit-transition-delay: .1s; -moz-transition-delay: .1s; transition-delay: .1s }[class*=hint--]:before { content: ''; position: absolute; background: transparent; border: 6px solid transparent; z-index: 1000001 }[class*=hint--]:after { background: #383838; color: #fff; padding: 8px 10px; font-size: 12px; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 12px; white-space: nowrap }[class*=hint--][aria-label]:after { content: attr(aria-label) }[class*=hint--][data-hint]:after { content: attr(data-hint) }[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before { display: none!important } .hint--top-left:before,.hint--top-right:before,.hint--top:before { border-top-color: #383838 } .hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before { border-bottom-color: #383838 } .hint--left:before { border-left-color: #383838 } .hint--right:before { border-right-color: #383838 } .hint--top:before { margin-bottom: -11px } .hint--top:after,.hint--top:before { bottom: 100%; left: 50% } .hint--top:before { left: calc(50% - 6px) } .hint--top:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--top:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top:hover:after { -webkit-transform: translateX(-50%) translateY(-8px); -moz-transform: translateX(-50%) translateY(-8px); transform: translateX(-50%) translateY(-8px) } .hint--bottom:before { margin-top: -11px } .hint--bottom:after,.hint--bottom:before { top: 100%; left: 50% } .hint--bottom:before { left: calc(50% - 6px) } .hint--bottom:after { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%) } .hint--bottom:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom:hover:after { -webkit-transform: translateX(-50%) translateY(8px); -moz-transform: translateX(-50%) translateY(8px); transform: translateX(-50%) translateY(8px) } .hint--right:before { margin-left: -11px; margin-bottom: -6px } .hint--right:after { margin-bottom: -14px } .hint--right:after,.hint--right:before { left: 100%; bottom: 50% } .hint--right:hover:after,.hint--right:hover:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--left:before { margin-right: -11px; margin-bottom: -6px } .hint--left:after { margin-bottom: -14px } .hint--left:after,.hint--left:before { right: 100%; bottom: 50% } .hint--left:hover:after,.hint--left:hover:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--top-left:before { margin-bottom: -11px } .hint--top-left:after,.hint--top-left:before { bottom: 100%; left: 50% } .hint--top-left:before { left: calc(50% - 6px) } .hint--top-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); margin-left: 12px } .hint--top-left:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--top-left:hover:after { -webkit-transform: translateX(-100%) translateY(-8px); -moz-transform: translateX(-100%) translateY(-8px); transform: translateX(-100%) translateY(-8px) } .hint--top-right:before { margin-bottom: -11px } .hint--top-right:after,.hint--top-right:before { bottom: 100%; left: 50% } .hint--top-right:before { left: calc(50% - 6px) } .hint--top-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); margin-left: -12px } .hint--top-right:hover:after,.hint--top-right:hover:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--bottom-left:before { margin-top: -11px } .hint--bottom-left:after,.hint--bottom-left:before { top: 100%; left: 50% } .hint--bottom-left:before { left: calc(50% - 6px) } .hint--bottom-left:after { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); margin-left: 12px } .hint--bottom-left:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--bottom-left:hover:after { -webkit-transform: translateX(-100%) translateY(8px); -moz-transform: translateX(-100%) translateY(8px); transform: translateX(-100%) translateY(8px) } .hint--bottom-right:before { margin-top: -11px } .hint--bottom-right:after,.hint--bottom-right:before { top: 100%; left: 50% } .hint--bottom-right:before { left: calc(50% - 6px) } .hint--bottom-right:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); margin-left: -12px } .hint--bottom-right:hover:after,.hint--bottom-right:hover:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--large:after,.hint--medium:after,.hint--small:after { white-space: normal; line-height: 1.4em; word-wrap: break-word } .hint--small:after { width: 80px } .hint--medium:after { width: 150px } .hint--large:after { width: 300px }[class*=hint--]:after { text-shadow: 0 -1px 0 #000; box-shadow: 4px 4px 8px rgba(0,0,0,.3) } .hint--error:after { background-color: #b34e4d; text-shadow: 0 -1px 0 #592726 } .hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before { border-top-color: #b34e4d } .hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before { border-bottom-color: #b34e4d } .hint--error.hint--left:before { border-left-color: #b34e4d } .hint--error.hint--right:before { border-right-color: #b34e4d } .hint--warning:after { background-color: #c09854; text-shadow: 0 -1px 0 #6c5328 } .hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before { border-top-color: #c09854 } .hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before { border-bottom-color: #c09854 } .hint--warning.hint--left:before { border-left-color: #c09854 } .hint--warning.hint--right:before { border-right-color: #c09854 } .hint--info:after { background-color: #3986ac; text-shadow: 0 -1px 0 #1a3c4d } .hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before { border-top-color: #3986ac } .hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before { border-bottom-color: #3986ac } .hint--info.hint--left:before { border-left-color: #3986ac } .hint--info.hint--right:before { border-right-color: #3986ac } .hint--success:after { background-color: #458746; text-shadow: 0 -1px 0 #1a321a } .hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before { border-top-color: #458746 } .hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before { border-bottom-color: #458746 } .hint--success.hint--left:before { border-left-color: #458746 } .hint--success.hint--right:before { border-right-color: #458746 } .hint--always:after,.hint--always:before { opacity: 1; visibility: visible } .hint--always.hint--top:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--top:after { -webkit-transform: translateX(-50%) translateY(-8px); -moz-transform: translateX(-50%) translateY(-8px); transform: translateX(-50%) translateY(-8px) } .hint--always.hint--top-left:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--top-left:after { -webkit-transform: translateX(-100%) translateY(-8px); -moz-transform: translateX(-100%) translateY(-8px); transform: translateX(-100%) translateY(-8px) } .hint--always.hint--top-right:after,.hint--always.hint--top-right:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px) } .hint--always.hint--bottom:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--bottom:after { -webkit-transform: translateX(-50%) translateY(8px); -moz-transform: translateX(-50%) translateY(8px); transform: translateX(-50%) translateY(8px) } .hint--always.hint--bottom-left:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--bottom-left:after { -webkit-transform: translateX(-100%) translateY(8px); -moz-transform: translateX(-100%) translateY(8px); transform: translateX(-100%) translateY(8px) } .hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px) } .hint--always.hint--left:after,.hint--always.hint--left:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px) } .hint--always.hint--right:after,.hint--always.hint--right:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px) } .hint--rounded:after { border-radius: 4px } .hint--no-animate:after,.hint--no-animate:before { -webkit-transition-duration: 0ms; -moz-transition-duration: 0ms; transition-duration: 0ms } .hint--bounce:after,.hint--bounce:before { -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24); -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24); transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24) } * { box-sizing: border-box } #app,.page,body,html { height: 100% } body { margin: 0; font: 14px/1.4 -apple-system,BlinkMacSystemFont,"Microsoft Yahei" } a { color: #34495e; text-decoration: none } .sidebar { margin: 0; width: 280px; border-right: 1px solid rgba(0,0,0,.07); overflow: auto; position: fixed; left: 0; top: 0; bottom: 0; padding: 20px; background-color: #fff; box-shadow: 3px 0px 6px rgba(0,0,0,.2); font-size: 15px; } .main { padding: 20px; padding-left: 300px } .markdown-body .markdown-heading:focus { color: #42b983; outline: none }[class*=is-mobile] { display: none!important } @media screen and (max-width:768px) { .is-desktop { display: none!important } .is-mobile { display: block!important } .is-mobile-flex { display: flex!important } .main { padding-left: 10px; padding-right: 10px; padding-top: 70px } .sidebar { width: calc(100% - 50px); padding: 10px; padding-top: 60px; top: 0; border-right: none; box-shadow: 0 0 10px rgba(0,0,0,.2); transform: translateX(-120%); transition: transform .3s cubic-bezier(.4,0,0,1) } .sidebar.visible { transform: translateX(0) } } .header { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; font-family:"Microsoft Yahei"; } .header:empty { display: none } .header:hover .header-icons svg { color: #333 } .header-nav { list-style: none; padding-left: 0; margin: 0; line-height: 30px; height: 30px } .header-nav .nav-item { float: left; margin-right:35px } .header-nav .nav-item>a,.header-nav .nav-item>div { border-bottom: 3px solid transparent; display: block } .header-nav .nav-item>a.router-link-active,.header-nav .nav-item>div.router-link-active { border-bottom-color: #42b983 } .header-nav .nav-item .arrow { display: inline-block; vertical-align: middle; margin-top: -1px; margin-left: 6px; margin-right: -14px; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid #ccc } .header-nav .nav-item-dropdown { position: relative } .header-nav .nav-item-dropdown .dropdown-list { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none; background-color: #fff; margin: 0; list-style-type: none; border: 1px solid #e2e2e2; border-radius: 3px; white-space: nowrap; padding: 10px 0 } .header-nav .nav-item-dropdown .dropdown-list .dropdown-item { padding: 0 20px } .header-nav .nav-item-dropdown .dropdown-list .dropdown-item .router-link-active,.header-nav .nav-item-dropdown .dropdown-list .dropdown-item .router-link:hover { color: #42b983 } .header-nav .nav-item-dropdown:hover .dropdown-list { display: block } .header-nav.is-mobile { height: auto; line-height: auto } .header-nav.is-mobile .nav-item { float: none } .header-nav.is-mobile .nav-item>a,.header-nav.is-mobile .nav-item>div { border-bottom: none } .header-nav.is-mobile .nav-item>a.router-link-active,.header-nav.is-mobile .nav-item>div.router-link-active { color: #42b983 } .header-nav.is-mobile .nav-item-dropdown .dropdown-list { position: static; display: block; transform: none; border: none; padding: 0 } .svg-icon { align-items: center; justify-content: center } .header-icons,.svg-icon { display: flex } .header-icons .header-icon { margin-left: 20px } .header-icons svg { width: 22px; color: #999 } .mobile-header { box-shadow: 0 0 2px rgba(0,0,0,.25); padding: 0 10px; display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; height: 50px; left: 0; right: 0; z-index: 9900; background-color: #fff } .mobile-header .site-title { margin: 0; font-weight: 300; font-size: 20x; display: flex } .mobile-header .header-left { cursor: pointer; user-select: none } .mobile-header .header-left .svg-icon { margin-right: 10px; color: #999; margin-top: 1px; width: 24px } .sidebar-headings { list-style: none; padding-left: 0; margin: 0; font-family:"sidebar-headings"; } .sidebar-headings .sidebar-heading { line-height: 1.4; margin-bottom: 3px } .sidebar-headings .sidebar-heading:not(.visible) { display: none } .sidebar-headings .sidebar-heading[data-level="2"] { font-weight: 700; margin-bottom: 5px } .sidebar-headings .sidebar-heading[data-level="2"]:not(:first-child) { margin-top: 5px; padding-top: 5px } .sidebar-headings .sidebar-heading[data-level="2"] .sidebar-heading-anchor { color: #333 } .sidebar-headings .sidebar-heading[data-level="4"] { padding-left: 15px } .sidebar-headings .sidebar-heading[data-level="5"] { padding-left: 30px } .sidebar-headings .sidebar-heading .sidebar-heading-anchor { color: #666 } .sidebar-headings .sidebar-heading .sidebar-heading-anchor.active { color: #42b983 } @media screen and (max-width:768px) { .sidebar-headings { border-top: 1px solid #e2e2e2; padding-top: 10px; margin-top: 10px } } .page[data-v-24e0b2e2] { background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; text-align: center } .message { font-size: 30px; text-shadow: 0 1px #fff } .message a { color: #42b983 } .page{ overflow-x:hidden; } /*# sourceMappingURL=docute.css.map*/
0.467089
0.138287
.tracking-in-expand { -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; } @-webkit-keyframes tracking-in-expand { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } @keyframes tracking-in-expand { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } .wobble-hor-bottom { -webkit-animation: wobble-hor-bottom 0.8s both; animation: wobble-hor-bottom 0.8s both; } /* ---------------------------------------------- * Generated by Animista on 2020-5-28 17:15:23 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation wobble-hor-bottom * ---------------------------------------- */ @-webkit-keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } } @keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } } .rotate-out-center { -webkit-animation: rotate-out-center 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; animation: rotate-out-center 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; } @-webkit-keyframes rotate-out-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; } } @keyframes rotate-out-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; } } .text-pop-up-top { -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; } /* ---------------------------------------------- * Generated by Animista on 2020-5-28 17:2:17 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation text-pop-up-top * ---------------------------------------- */ @-webkit-keyframes text-pop-up-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: none; } 100% { -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3); } } @keyframes text-pop-up-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: none; } 100% { -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3); } } .jello-horizontal { -webkit-animation: jello-horizontal 0.9s both; animation: jello-horizontal 0.9s both; } @-webkit-keyframes jello-horizontal { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes jello-horizontal { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
public/css/animate.css
.tracking-in-expand { -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; } @-webkit-keyframes tracking-in-expand { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } @keyframes tracking-in-expand { 0% { letter-spacing: -0.5em; opacity: 0; } 40% { opacity: 0.6; } 100% { opacity: 1; } } .wobble-hor-bottom { -webkit-animation: wobble-hor-bottom 0.8s both; animation: wobble-hor-bottom 0.8s both; } /* ---------------------------------------------- * Generated by Animista on 2020-5-28 17:15:23 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation wobble-hor-bottom * ---------------------------------------- */ @-webkit-keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } } @keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-30px) rotate(-6deg); transform: translateX(-30px) rotate(-6deg); } 30% { -webkit-transform: translateX(15px) rotate(6deg); transform: translateX(15px) rotate(6deg); } 45% { -webkit-transform: translateX(-15px) rotate(-3.6deg); transform: translateX(-15px) rotate(-3.6deg); } 60% { -webkit-transform: translateX(9px) rotate(2.4deg); transform: translateX(9px) rotate(2.4deg); } 75% { -webkit-transform: translateX(-6px) rotate(-1.2deg); transform: translateX(-6px) rotate(-1.2deg); } } .rotate-out-center { -webkit-animation: rotate-out-center 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; animation: rotate-out-center 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both; } @-webkit-keyframes rotate-out-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; } } @keyframes rotate-out-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } 100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; } } .text-pop-up-top { -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; } /* ---------------------------------------------- * Generated by Animista on 2020-5-28 17:2:17 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation text-pop-up-top * ---------------------------------------- */ @-webkit-keyframes text-pop-up-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: none; } 100% { -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3); } } @keyframes text-pop-up-top { 0% { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: none; } 100% { -webkit-transform: translateY(-50px); transform: translateY(-50px); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3); } } .jello-horizontal { -webkit-animation: jello-horizontal 0.9s both; animation: jello-horizontal 0.9s both; } @-webkit-keyframes jello-horizontal { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes jello-horizontal { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } 100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
0.544075
0.163579
.CodeMirror { background-color: transparent !important; } .CodeMirror.cm-s-one-light { color: #383a42; } .cm-s-one-light .CodeMirror-selected { background-color: #c3c3c3 } .cm-s-one-light .CodeMirror-gutter, .cm-s-one-light .CodeMirror-gutters { border: none; } .cm-s-one-light .CodeMirror-linenumber, .cm-s-one-light .CodeMirror-linenumbers { color: #929292 !important; @apply bg-lighter; } .cm-s-one-light .CodeMirror-lines { color: #27292f !important; background-color: transparent } .cm-s-one-light .CodeMirror-cursor { border-left: 2px solid #526fff !important } .cm-s-one-light .cm-header { color: #e45649 } .cm-s-one-light .cm-quote { color: #a0a1a7; font-style: italic } .cm-s-one-light .cm-negative { color: #e45649 } .cm-s-one-light .cm-positive { color: #e45649 } .cm-s-one-light .cm-strong { color: #986801; font-weight: 700 } .cm-s-one-light .cm-header .cm-strong { color: #986801; font-weight: 700 } .cm-s-one-light .cm-em { color: #a626a4; font-style: italic } .cm-s-one-light .cm-header .cm-em { color: #a626a4; font-style: italic } .cm-s-one-light .cm-tag { color: #e45649 } .cm-s-one-light .cm-attribute { color: #d19a66 } .cm-s-one-light .cm-link { color: #4078f2; border-bottom: solid 1px #4078f2 } .cm-s-one-light .cm-string.cm-url { color: #0184bc; border-bottom: solid 1px #0184bc } .cm-s-one-light .cm-builtin { color: #e45649 } .cm-s-one-light .cm-keyword { color: #a626a4 } .cm-s-one-light .cm-def { color: #4078f2 } .cm-s-one-light .cm-atom { color: #d19a66 } .cm-s-one-light .cm-number { color: #986801 } .cm-s-one-light .cm-property { color: #4078f2 } .cm-s-one-light .cm-qualifier { color: #986801 } .cm-s-one-light .cm-variable { color: #e06c75 } .cm-s-one-light .cm-variable-2 { color: #e45649 } .cm-s-one-light .cm-string { color: #50a14f } .cm-s-one-light .cm-punctuation { color: #383a42 } .cm-s-one-light .cm-operator { color: #0184bc } .cm-s-one-light .cm-meta { color: #383a42 } .cm-s-one-light .cm-bracket { color: #383a42 } .cm-s-one-light .cm-comment { color: #a0a1a7; font-style: italic } .cm-s-one-light .cm-error { color: #e06c75 } .cm-s-one-light .cm-m-css.cm-variable { color: #828997 } .cm-s-one-light .cm-m-css.cm-property { color: #383a42 } .cm-s-one-light .cm-m-css.cm-atom { color: #0184bc } .cm-s-one-light .cm-m-css.cm-builtin { color: #56b6c2 }
src/assets/css/themes/one-light.css
.CodeMirror { background-color: transparent !important; } .CodeMirror.cm-s-one-light { color: #383a42; } .cm-s-one-light .CodeMirror-selected { background-color: #c3c3c3 } .cm-s-one-light .CodeMirror-gutter, .cm-s-one-light .CodeMirror-gutters { border: none; } .cm-s-one-light .CodeMirror-linenumber, .cm-s-one-light .CodeMirror-linenumbers { color: #929292 !important; @apply bg-lighter; } .cm-s-one-light .CodeMirror-lines { color: #27292f !important; background-color: transparent } .cm-s-one-light .CodeMirror-cursor { border-left: 2px solid #526fff !important } .cm-s-one-light .cm-header { color: #e45649 } .cm-s-one-light .cm-quote { color: #a0a1a7; font-style: italic } .cm-s-one-light .cm-negative { color: #e45649 } .cm-s-one-light .cm-positive { color: #e45649 } .cm-s-one-light .cm-strong { color: #986801; font-weight: 700 } .cm-s-one-light .cm-header .cm-strong { color: #986801; font-weight: 700 } .cm-s-one-light .cm-em { color: #a626a4; font-style: italic } .cm-s-one-light .cm-header .cm-em { color: #a626a4; font-style: italic } .cm-s-one-light .cm-tag { color: #e45649 } .cm-s-one-light .cm-attribute { color: #d19a66 } .cm-s-one-light .cm-link { color: #4078f2; border-bottom: solid 1px #4078f2 } .cm-s-one-light .cm-string.cm-url { color: #0184bc; border-bottom: solid 1px #0184bc } .cm-s-one-light .cm-builtin { color: #e45649 } .cm-s-one-light .cm-keyword { color: #a626a4 } .cm-s-one-light .cm-def { color: #4078f2 } .cm-s-one-light .cm-atom { color: #d19a66 } .cm-s-one-light .cm-number { color: #986801 } .cm-s-one-light .cm-property { color: #4078f2 } .cm-s-one-light .cm-qualifier { color: #986801 } .cm-s-one-light .cm-variable { color: #e06c75 } .cm-s-one-light .cm-variable-2 { color: #e45649 } .cm-s-one-light .cm-string { color: #50a14f } .cm-s-one-light .cm-punctuation { color: #383a42 } .cm-s-one-light .cm-operator { color: #0184bc } .cm-s-one-light .cm-meta { color: #383a42 } .cm-s-one-light .cm-bracket { color: #383a42 } .cm-s-one-light .cm-comment { color: #a0a1a7; font-style: italic } .cm-s-one-light .cm-error { color: #e06c75 } .cm-s-one-light .cm-m-css.cm-variable { color: #828997 } .cm-s-one-light .cm-m-css.cm-property { color: #383a42 } .cm-s-one-light .cm-m-css.cm-atom { color: #0184bc } .cm-s-one-light .cm-m-css.cm-builtin { color: #56b6c2 }
0.562657
0.07363
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 20px; color: #555; word-wrap: break-word; position: relative; z-index: 0; } ul.navbar-nav > li.active { color: #000; border-bottom: 1px solid #DD4B39; } .skin-black-light .main-header>.navbar .nav>.active>a { background: #fff; color: #5f5f5f; } .skin-black-light .main-header>.navbar .nav>li>a:hover{ background: #fff; color: #5f5f5f; } .skin-black-light .main-header > .navbar { -webkit-box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); -moz-box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .border-half-top { border-radius: 4px 4px 0 0; } .border-half-bottom { border-radius: 0 0 4px 4px; } .item-media { width: 48px; height: 21px; text-align: center; } /*.container { width: 980px; }*/ .wrapper { z-index: 1; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } .text-over { text-overflow: ellipsis; } h1, .h1 { font-size: 32px; } h2, .h2 { font-size: 26px; } h3, .h3 { font-size: 22px; } h4, .h4 { font-size: 16px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } a { text-decoration: none; } .content-header { padding: 20px 15px; } .panel > .breadcrumb { border-color: #ddd; border-bottom: 1px solid #ddd; } .navbar { border-radius: 0px; } .bg-white { background: #fff; } .bg-grey { background: #e1e1e1; } .article { } .article-cell { padding-top: 8px; } .article a { text-decoration: none; font-size: 16px; } .article a:hover { text-decoration: none; } .touxiang { margin-top: 5px; width: 48px; height: 48px; border-radius: 5px; } .time-from-now { font-size: 11px; color: #6c6c6c; } .user-block { border-bottom: 1px solid #F0F0F0; padding: 12px 0; } .user-block .username { font-size: 22px; font-weight: 500; } img { max-width: 100%; } .flash-message { left: 50%; margin: 0 0 0 -180px; width: 360px; position: fixed; top: 20px; z-index: 999999; opacity: 0.8; } .flash-message:hover { opacity: 1; } .box-body { padding: 10px 15px; } .content-wrapper, .right-side { background-color: #E0E3E7; } code { padding: 2px 4px; font-size: 95%; color: #C7254E; background-color: #F2F2F2; border-radius: 4px; } blockquote { padding: 10px 10px; margin: 0px 0px 20px; font-size: 13px; border-left: 5px solid #EEE; background: #f6f6f6; } .font16 { font-size: 16px; } .fullscreen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2000000; } .box-body #content-preview { overflow: auto; height: 54vh; } .fullscreen #content-preview { overflow: auto; height: 84vh; } .box-body textarea { height: 38vh; } .fullscreen textarea { height: 70vh; } .comment .CodeMirror { height: 150px; } .create .CodeMirror { height: 165px; } .fullscreen .create .CodeMirror { height: 360px; } .input-radius { border-radius: 20px; } .nav-small > li > a { padding: 4px 15px; border-radius: 4px; } .text-light { color: #ACACAC } .form-control-feedback-left { position: absolute; top: 0; left: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .feedback-left-input { padding-left: 28px; padding-right: 10px; } .bg-footer { background: #f4f4f4; color: #000; } dd { width: 100%; overflow: hidden; text-overflow: ellipsis; } /* Back to top button */ #back-top { position: fixed; bottom: 30px; right: 50px; } #back-top a { width: 48px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; /* background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover { color: #000; } /* arrow icon (span tag) */ #back-top span { width: 48px; height: 48px; display: block; margin-bottom: 7px; background: url('../img/up-arrow.png') no-repeat center center; } .label { display: inline; padding: .25em .6em; font-size: 65%; font-weight: 500; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .text-white { color: #fff; } .join-float { font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; position: fixed; font-weight: bold; bottom: -550px; border-top: 1px solid #c6c6c6; color: #000; width: 100%; background: #f4f4f4; z-index: 3; animation: join-float-animation 1.5s ease-in-out 5s; padding-bottom: 20px; animation-fill-mode: forwards; } .join-float-hide { animation: join-float-animation-hide 1.5s ease-in-out; animation-fill-mode: forwards; } @keyframes join-float-animation { 0% { bottom: -550px; } 100% { bottom: 0px; } } @keyframes join-float-animation-hide { 0% { bottom: 0px; } 100% { bottom: -550px; } }
public/css/style.css
body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 20px; color: #555; word-wrap: break-word; position: relative; z-index: 0; } ul.navbar-nav > li.active { color: #000; border-bottom: 1px solid #DD4B39; } .skin-black-light .main-header>.navbar .nav>.active>a { background: #fff; color: #5f5f5f; } .skin-black-light .main-header>.navbar .nav>li>a:hover{ background: #fff; color: #5f5f5f; } .skin-black-light .main-header > .navbar { -webkit-box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); -moz-box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); box-shadow: 0px 5px 15px 0px rgba(207, 205, 207, 1); } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .border-half-top { border-radius: 4px 4px 0 0; } .border-half-bottom { border-radius: 0 0 4px 4px; } .item-media { width: 48px; height: 21px; text-align: center; } /*.container { width: 980px; }*/ .wrapper { z-index: 1; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; } .text-over { text-overflow: ellipsis; } h1, .h1 { font-size: 32px; } h2, .h2 { font-size: 26px; } h3, .h3 { font-size: 22px; } h4, .h4 { font-size: 16px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } a { text-decoration: none; } .content-header { padding: 20px 15px; } .panel > .breadcrumb { border-color: #ddd; border-bottom: 1px solid #ddd; } .navbar { border-radius: 0px; } .bg-white { background: #fff; } .bg-grey { background: #e1e1e1; } .article { } .article-cell { padding-top: 8px; } .article a { text-decoration: none; font-size: 16px; } .article a:hover { text-decoration: none; } .touxiang { margin-top: 5px; width: 48px; height: 48px; border-radius: 5px; } .time-from-now { font-size: 11px; color: #6c6c6c; } .user-block { border-bottom: 1px solid #F0F0F0; padding: 12px 0; } .user-block .username { font-size: 22px; font-weight: 500; } img { max-width: 100%; } .flash-message { left: 50%; margin: 0 0 0 -180px; width: 360px; position: fixed; top: 20px; z-index: 999999; opacity: 0.8; } .flash-message:hover { opacity: 1; } .box-body { padding: 10px 15px; } .content-wrapper, .right-side { background-color: #E0E3E7; } code { padding: 2px 4px; font-size: 95%; color: #C7254E; background-color: #F2F2F2; border-radius: 4px; } blockquote { padding: 10px 10px; margin: 0px 0px 20px; font-size: 13px; border-left: 5px solid #EEE; background: #f6f6f6; } .font16 { font-size: 16px; } .fullscreen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2000000; } .box-body #content-preview { overflow: auto; height: 54vh; } .fullscreen #content-preview { overflow: auto; height: 84vh; } .box-body textarea { height: 38vh; } .fullscreen textarea { height: 70vh; } .comment .CodeMirror { height: 150px; } .create .CodeMirror { height: 165px; } .fullscreen .create .CodeMirror { height: 360px; } .input-radius { border-radius: 20px; } .nav-small > li > a { padding: 4px 15px; border-radius: 4px; } .text-light { color: #ACACAC } .form-control-feedback-left { position: absolute; top: 0; left: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .feedback-left-input { padding-left: 28px; padding-right: 10px; } .bg-footer { background: #f4f4f4; color: #000; } dd { width: 100%; overflow: hidden; text-overflow: ellipsis; } /* Back to top button */ #back-top { position: fixed; bottom: 30px; right: 50px; } #back-top a { width: 48px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; /* background color transition */ -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover { color: #000; } /* arrow icon (span tag) */ #back-top span { width: 48px; height: 48px; display: block; margin-bottom: 7px; background: url('../img/up-arrow.png') no-repeat center center; } .label { display: inline; padding: .25em .6em; font-size: 65%; font-weight: 500; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .text-white { color: #fff; } .join-float { font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; position: fixed; font-weight: bold; bottom: -550px; border-top: 1px solid #c6c6c6; color: #000; width: 100%; background: #f4f4f4; z-index: 3; animation: join-float-animation 1.5s ease-in-out 5s; padding-bottom: 20px; animation-fill-mode: forwards; } .join-float-hide { animation: join-float-animation-hide 1.5s ease-in-out; animation-fill-mode: forwards; } @keyframes join-float-animation { 0% { bottom: -550px; } 100% { bottom: 0px; } } @keyframes join-float-animation-hide { 0% { bottom: 0px; } 100% { bottom: -550px; } }
0.405684
0.092483