code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; scroll-behavior: smooth; } body { position: relative; } @media (min-width: 800px) { body::before { height: 100%; content: ''; width: 1px; background: #fd5d67; display: block; position: absolute; left: 45%; z-index: 100; } } a { color: #fd5d67; font-weight: 700; text-decoration: none; transition: all 0.25s ease; } a:hover { transition: all 0.25s ease; color: #442587; text-decoration: underline; } header { width: 100%; background: #442587; } header .header-text { padding: 55px 5%; } @media (min-width: 800px) { header .header-text { display: flex; flex-direction: column; justify-content: center; } } header .header-text h1 { font-family: 'Source Sans Pro', Helvetica, sans-serif; color: #ffffff; font-size: 6.5rem; font-weight: 600; padding-bottom: 20px; position: relative; } @media (min-width: 800px) { header .header-text h1 { height: 150px; margin-top: 89px; } header .header-text h1::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 102.5%; top: 35px; } header .header-text h1::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 102.5%; top: 32.5px; } } header .header-text h2 { font-family: 'Raleway', Helvetica, sans-serif; color: #ffffff; text-transform: uppercase; font-size: 3rem; padding: 5px 0; height: 50px; } header .header-text p { color: #ffffff; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.8rem; margin: 20px 0; } @media (min-width: 800px) { header .header-text p { margin-left: 40px; } } header .header-text button { cursor: pointer; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 2rem; color: #ffffff; background: #442587; border: 1px solid #ffffff; border-radius: 5px; margin: 20px 0 0; padding: 10px; transition: all 0.25s ease; } header .header-text button:hover { transition: all 0.25s ease; color: #442587; background: #ffffff; font-weight: 700; } @media (min-width: 800px) { header .header-text { width: 49%; text-align: right; padding: 0 10% 0 0; } } header .header-img { width: 100%; overflow: hidden; height: 600px; display: flex; justify-content: center; align-items: center; } header .header-img img { object-fit: cover; height: 600px; } @media (min-width: 800px) { header .header-img img { height: 1200px; } } @media (min-width: 800px) { header .header-img { width: 49%; height: 1200px; } } @media (min-width: 800px) { header { display: flex; justify-content: space-between; align-items: center; } } main { width: 100%; } @media (min-width: 800px) { main section { display: flex; justify-content: space-between; align-items: center; background: #442587; } } main .section-heading { background: #442587; color: #ffffff; font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; text-align: center; font-size: 2.5rem; padding: 50px 5%; } @media (min-width: 800px) { main .section-heading { width: 51%; height: 100%; text-align: right; padding: 0 15% 0 20%; position: relative; } main .section-heading::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 35px; } main .section-heading::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 33px; } } main .section-text { font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.6rem; text-align: center; line-height: 2; padding: 50px 5%; background: #ffffff; } main .section-text form { margin-top: 20px; } main .section-text form input { font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.6rem; width: 100%; height: 40px; border: 2px solid #c6c6c6; border-radius: 5px; margin: 5px 0; padding: 10px; } main .section-text form input::placeholder { color: #c6c6c6; } main .section-text form input:focus { border: 2px solid #442587; outline: 0; } main .section-text form button { cursor: pointer; width: 100%; color: #ffffff; background: #442587; font-family: 'Source Sans Pro', Helvetica, sans-serif; border: 2px solid #442587; border-radius: 5px; margin: 5px 0; padding: 10px; } main .section-text form button:focus { outline: none; } @media (min-width: 800px) { main .section-text { width: 49%; margin: 0; border-bottom: 2px dotted #c6c6c6; } } main #start p, main #start input, main #start button { max-width: 500px; } main .apps { margin-top: 40px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } @media (min-width: 500px) { main .apps { flex-direction: row; } } main .apps img { width: 200px; } main .apps img:first-child { margin-bottom: 10px; } @media (min-width: 500px) { main .apps img:first-child { margin-bottom: 0; } } .sr { position: absolute; left: -99999px; height: 1px; width: 1px; overflow: hidden; } footer { width: 100%; padding: 0 5%; font-family: 'Source Sans Pro', Helvetica, sans-serif; border-top: 1px dotted #2e2e2e; padding-top: 20px; margin-top: 20px; } footer h2 { font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; font-size: 1.7rem; font-weight: 600; text-align: center; margin-bottom: 20px; } @media (min-width: 800px) { footer h2 { width: 51%; background: #442587; color: #ffffff; margin: 0; text-align: right; padding: 60px 15% 0 20%; vertical-align: middle; font-weight: normal; font-size: 2.5rem; position: relative; } footer h2::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 97px; } footer h2::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 95px; } } footer h3 { font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; font-size: 1.5rem; font-weight: 600; letter-spacing: 1.5px; margin-bottom: 20px; text-align: center; } footer p { font-size: 1.6rem; margin-bottom: 30px; text-align: center; } footer p a { color: #2e2e2e; text-decoration: none; border-bottom: 1px dotted #2e2e2e; transition: all 0.25s ease; } footer p a:hover { color: #2e2e2e; text-decoration: none; border-bottom: none; transition: all 0.25s ease; } footer p:last-child { color: #c6c6c6; } @media (min-width: 800px) { footer { display: flex; align-content: center; border-top: none; margin: 0; padding: 0; } } @media (min-width: 800px) { footer .desktop-div { width: 49%; margin-top: 40px; padding: 0 5%; } } footer .social { font-size: 3rem; } footer .social a { color: #fd5d67; border-bottom: none; } footer .social a:hover { color: #442587; } .carousel { width: 100%; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .carousel .left-btn, .carousel .right-btn { display: flex; justify-content: center; align-items: center; color: #442587; background-color: #fd5d67; opacity: 0.5; font-size: 4rem; position: absolute; width: 50px; height: 50px; cursor: pointer; transition: all 0.25s ease; } .carousel .left-btn:hover, .carousel .right-btn:hover { color: #fd5d67; background-color: #442587; transition: all 0.25s ease; } .carousel .left-btn { top: 50%; left: 0; transform: translate(0, -50%); z-index: 100; } .carousel .right-btn { top: 50%; right: 0; transform: translate(0, -50%); z-index: 100; } .carousel .carousel-img { width: 100%; display: none; } .carousel .active { display: block; } .tabs { width: 100%; margin-top: 40px; display: flex; flex-direction: column; } @media (min-width: 800px) { .tabs { flex-direction: row; } } .tabs .actual-tabs { display: flex; background-color: #ffffff; } @media (min-width: 800px) { .tabs .actual-tabs { flex-direction: column; } } .tabs .actual-tab { position: relative; padding: 0 2.5%; text-align: center; font-size: 2rem; background-color: #fdb9ac; border-right: 1px solid #ffffff; border-top-left-radius: 15px; border-top-right-radius: 15px; color: #ffffff; cursor: pointer; transition: all 0.25s ease; } .tabs .actual-tab:hover { background-color: #fd5d67; transition: all 0.25s ease; } @media (min-width: 800px) { .tabs .actual-tab { border-top-right-radius: 0; border-bottom-left-radius: 15px; border-right: none; border-bottom: 1px solid #ffffff; height: 75px; width: 40px; padding: 0; text-align: left; } .tabs .actual-tab:nth-child(3) { height: 76px; } .tabs .actual-tab:first-child p { left: -5%; } .tabs .actual-tab:last-child p { left: -15%; } } @media (min-width: 800px) { .tabs .actual-tab p { position: absolute; top: 22%; left: -24%; transform: rotate(-450deg); } } .tabs .tab-selected { z-index: 2; background-color: #fd5d67; color: #ffffff; } .tabs .tab-selected:hover { background-color: #442587; transition: all 0.25s ease; } .tabs .tabs-content { width: 100%; height: 300px; display: flex; justify-content: center; align-items: center; padding: 0 5%; background-color: #c6c6c6; border-top-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } @media (min-width: 800px) { .tabs .tabs-content { border-bottom-left-radius: 0; } } .tabs .tabs-item { display: none; width: 75; } .tabs .tabs-item-selected { display: block; }
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; scroll-behavior: smooth; } body { position: relative; } @media (min-width: 800px) { body::before { height: 100%; content: ''; width: 1px; background: #fd5d67; display: block; position: absolute; left: 45%; z-index: 100; } } a { color: #fd5d67; font-weight: 700; text-decoration: none; transition: all 0.25s ease; } a:hover { transition: all 0.25s ease; color: #442587; text-decoration: underline; } header { width: 100%; background: #442587; } header .header-text { padding: 55px 5%; } @media (min-width: 800px) { header .header-text { display: flex; flex-direction: column; justify-content: center; } } header .header-text h1 { font-family: 'Source Sans Pro', Helvetica, sans-serif; color: #ffffff; font-size: 6.5rem; font-weight: 600; padding-bottom: 20px; position: relative; } @media (min-width: 800px) { header .header-text h1 { height: 150px; margin-top: 89px; } header .header-text h1::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 102.5%; top: 35px; } header .header-text h1::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 102.5%; top: 32.5px; } } header .header-text h2 { font-family: 'Raleway', Helvetica, sans-serif; color: #ffffff; text-transform: uppercase; font-size: 3rem; padding: 5px 0; height: 50px; } header .header-text p { color: #ffffff; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.8rem; margin: 20px 0; } @media (min-width: 800px) { header .header-text p { margin-left: 40px; } } header .header-text button { cursor: pointer; font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 2rem; color: #ffffff; background: #442587; border: 1px solid #ffffff; border-radius: 5px; margin: 20px 0 0; padding: 10px; transition: all 0.25s ease; } header .header-text button:hover { transition: all 0.25s ease; color: #442587; background: #ffffff; font-weight: 700; } @media (min-width: 800px) { header .header-text { width: 49%; text-align: right; padding: 0 10% 0 0; } } header .header-img { width: 100%; overflow: hidden; height: 600px; display: flex; justify-content: center; align-items: center; } header .header-img img { object-fit: cover; height: 600px; } @media (min-width: 800px) { header .header-img img { height: 1200px; } } @media (min-width: 800px) { header .header-img { width: 49%; height: 1200px; } } @media (min-width: 800px) { header { display: flex; justify-content: space-between; align-items: center; } } main { width: 100%; } @media (min-width: 800px) { main section { display: flex; justify-content: space-between; align-items: center; background: #442587; } } main .section-heading { background: #442587; color: #ffffff; font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; text-align: center; font-size: 2.5rem; padding: 50px 5%; } @media (min-width: 800px) { main .section-heading { width: 51%; height: 100%; text-align: right; padding: 0 15% 0 20%; position: relative; } main .section-heading::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 35px; } main .section-heading::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 33px; } } main .section-text { font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.6rem; text-align: center; line-height: 2; padding: 50px 5%; background: #ffffff; } main .section-text form { margin-top: 20px; } main .section-text form input { font-family: 'Source Sans Pro', Helvetica, sans-serif; font-size: 1.6rem; width: 100%; height: 40px; border: 2px solid #c6c6c6; border-radius: 5px; margin: 5px 0; padding: 10px; } main .section-text form input::placeholder { color: #c6c6c6; } main .section-text form input:focus { border: 2px solid #442587; outline: 0; } main .section-text form button { cursor: pointer; width: 100%; color: #ffffff; background: #442587; font-family: 'Source Sans Pro', Helvetica, sans-serif; border: 2px solid #442587; border-radius: 5px; margin: 5px 0; padding: 10px; } main .section-text form button:focus { outline: none; } @media (min-width: 800px) { main .section-text { width: 49%; margin: 0; border-bottom: 2px dotted #c6c6c6; } } main #start p, main #start input, main #start button { max-width: 500px; } main .apps { margin-top: 40px; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; } @media (min-width: 500px) { main .apps { flex-direction: row; } } main .apps img { width: 200px; } main .apps img:first-child { margin-bottom: 10px; } @media (min-width: 500px) { main .apps img:first-child { margin-bottom: 0; } } .sr { position: absolute; left: -99999px; height: 1px; width: 1px; overflow: hidden; } footer { width: 100%; padding: 0 5%; font-family: 'Source Sans Pro', Helvetica, sans-serif; border-top: 1px dotted #2e2e2e; padding-top: 20px; margin-top: 20px; } footer h2 { font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; font-size: 1.7rem; font-weight: 600; text-align: center; margin-bottom: 20px; } @media (min-width: 800px) { footer h2 { width: 51%; background: #442587; color: #ffffff; margin: 0; text-align: right; padding: 60px 15% 0 20%; vertical-align: middle; font-weight: normal; font-size: 2.5rem; position: relative; } footer h2::after { height: 1px; content: ''; width: 13%; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 97px; } footer h2::before { height: 5px; width: 5px; border-radius: 50%; content: ''; background: #fd5d67; display: block; position: absolute; left: 75.25%; top: 95px; } } footer h3 { font-family: 'Raleway', Helvetica, sans-serif; text-transform: uppercase; font-size: 1.5rem; font-weight: 600; letter-spacing: 1.5px; margin-bottom: 20px; text-align: center; } footer p { font-size: 1.6rem; margin-bottom: 30px; text-align: center; } footer p a { color: #2e2e2e; text-decoration: none; border-bottom: 1px dotted #2e2e2e; transition: all 0.25s ease; } footer p a:hover { color: #2e2e2e; text-decoration: none; border-bottom: none; transition: all 0.25s ease; } footer p:last-child { color: #c6c6c6; } @media (min-width: 800px) { footer { display: flex; align-content: center; border-top: none; margin: 0; padding: 0; } } @media (min-width: 800px) { footer .desktop-div { width: 49%; margin-top: 40px; padding: 0 5%; } } footer .social { font-size: 3rem; } footer .social a { color: #fd5d67; border-bottom: none; } footer .social a:hover { color: #442587; } .carousel { width: 100%; overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .carousel .left-btn, .carousel .right-btn { display: flex; justify-content: center; align-items: center; color: #442587; background-color: #fd5d67; opacity: 0.5; font-size: 4rem; position: absolute; width: 50px; height: 50px; cursor: pointer; transition: all 0.25s ease; } .carousel .left-btn:hover, .carousel .right-btn:hover { color: #fd5d67; background-color: #442587; transition: all 0.25s ease; } .carousel .left-btn { top: 50%; left: 0; transform: translate(0, -50%); z-index: 100; } .carousel .right-btn { top: 50%; right: 0; transform: translate(0, -50%); z-index: 100; } .carousel .carousel-img { width: 100%; display: none; } .carousel .active { display: block; } .tabs { width: 100%; margin-top: 40px; display: flex; flex-direction: column; } @media (min-width: 800px) { .tabs { flex-direction: row; } } .tabs .actual-tabs { display: flex; background-color: #ffffff; } @media (min-width: 800px) { .tabs .actual-tabs { flex-direction: column; } } .tabs .actual-tab { position: relative; padding: 0 2.5%; text-align: center; font-size: 2rem; background-color: #fdb9ac; border-right: 1px solid #ffffff; border-top-left-radius: 15px; border-top-right-radius: 15px; color: #ffffff; cursor: pointer; transition: all 0.25s ease; } .tabs .actual-tab:hover { background-color: #fd5d67; transition: all 0.25s ease; } @media (min-width: 800px) { .tabs .actual-tab { border-top-right-radius: 0; border-bottom-left-radius: 15px; border-right: none; border-bottom: 1px solid #ffffff; height: 75px; width: 40px; padding: 0; text-align: left; } .tabs .actual-tab:nth-child(3) { height: 76px; } .tabs .actual-tab:first-child p { left: -5%; } .tabs .actual-tab:last-child p { left: -15%; } } @media (min-width: 800px) { .tabs .actual-tab p { position: absolute; top: 22%; left: -24%; transform: rotate(-450deg); } } .tabs .tab-selected { z-index: 2; background-color: #fd5d67; color: #ffffff; } .tabs .tab-selected:hover { background-color: #442587; transition: all 0.25s ease; } .tabs .tabs-content { width: 100%; height: 300px; display: flex; justify-content: center; align-items: center; padding: 0 5%; background-color: #c6c6c6; border-top-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } @media (min-width: 800px) { .tabs .tabs-content { border-bottom-left-radius: 0; } } .tabs .tabs-item { display: none; width: 75; } .tabs .tabs-item-selected { display: block; }
0.443359
0.059374
html{ background-color: rgb(221, 221, 221); -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } body{ width: 50%; margin: 0 auto; } /*header*/ header{ background-color: rgb(243, 243, 243); padding-top: 0.5em; } .menu{ background-color: rgb(48, 56, 65); display: flex; flex-flow: row wrap; margin: 0; justify-content: space-between; } .menu_right{ align-self: center; } .navigation{ list-style: none; display: flex; flex-flow: row wrap; margin: 0; padding-inline-start: 0; } .navigation a{ text-decoration: none; color: white; padding: 1em; display: block; font-weight: 300; } .navigation a:hover{ background-color: rgb(40, 46, 53); font-weight: 500; } .navigation a::before, .navigation_main a::before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; } i.fa-facebook{ color: white; font-size: 1.5em; margin-right: 0.75em; } i:hover{ color: #4267B2; } /*main*/ .header_img{ margin-top: 1em; } .slideshow_nav{ display: flex; flex-flow: row wrap; justify-content: center; margin: 0; } i.fa-caret-square-left, i.fa-caret-square-right{ font-size: 1.5em; color: rgb(94, 104, 116); padding: 0.5em 0.15em 0em 0.15em; } i.fa-caret-square-left:hover, i.fa-caret-square-right:hover{ color: rgb(40, 46, 53); } .slideshow_indicator{ display: flex; flex-flow: row wrap; justify-content: center; margin: 0; } i.fa-circle{ color: rgb(94, 104, 116); font-size: 0.5em; padding: 0.5em 0.15em; } i.fa-circle:first-child{ color: rgb(40, 46, 53); } .boxes{ display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0; margin-top: 1em; } .box{ background-color: rgb(243, 243, 243); margin: 0; box-sizing: border-box; width: 32%; padding: 0em 1em 0.5em 1em; } h1, h2, h3, p{ color: rgb(40, 46, 53); font-weight: 400; margin-bottom: 0.75rem; } h2{ font-size: 2em; } h3{ font-size: 1.5em; } p{ font-weight: 300; line-height: 1.25em; letter-spacing: 0.05em; font-size: 0.85em; } .main{ background-color: rgb(243, 243, 243); margin: 0; box-sizing: border-box; padding: 0.1em 1em 1em 1em; margin-top: 1em; display: flex; flex-flow: row nowrap; justify-content: space-between; } article{ padding-right: 3em; } .navigation_main{ list-style: none; display: flex; flex-flow: column wrap; margin: 0; padding-inline-start: 0; margin-right: 1em; background-color: rgb(94, 104, 116); } .navigation_main a{ text-decoration: none; color: white; padding: 1em 10em 1em 1em; display: block; font-weight: 300; } .navigation_main a:hover{ background-color: rgb(40, 46, 53); font-weight: 500; } .gallery h1{ text-align: center; } .gallery_wrap{ display: flex; flex-flow: row nowrap; } .gallery img{ width: 25%; } /* footer */ .footerik{ margin-top: 2em; height: 4em; background-color: rgb(243, 243, 243); display: flex; flex-flow: row nowrap; justify-content: space-between; padding: 0em 2em; } .footer_right, .footer_left{ align-self: center; } .footer_right p{ color: #4267B2; font-weight: 500; }
style.css
html{ background-color: rgb(221, 221, 221); -webkit-font-smoothing: antialiased; font-family: 'Roboto', sans-serif; } body{ width: 50%; margin: 0 auto; } /*header*/ header{ background-color: rgb(243, 243, 243); padding-top: 0.5em; } .menu{ background-color: rgb(48, 56, 65); display: flex; flex-flow: row wrap; margin: 0; justify-content: space-between; } .menu_right{ align-self: center; } .navigation{ list-style: none; display: flex; flex-flow: row wrap; margin: 0; padding-inline-start: 0; } .navigation a{ text-decoration: none; color: white; padding: 1em; display: block; font-weight: 300; } .navigation a:hover{ background-color: rgb(40, 46, 53); font-weight: 500; } .navigation a::before, .navigation_main a::before { display: block; content: attr(title); font-weight: bold; height: 0; overflow: hidden; visibility: hidden; } i.fa-facebook{ color: white; font-size: 1.5em; margin-right: 0.75em; } i:hover{ color: #4267B2; } /*main*/ .header_img{ margin-top: 1em; } .slideshow_nav{ display: flex; flex-flow: row wrap; justify-content: center; margin: 0; } i.fa-caret-square-left, i.fa-caret-square-right{ font-size: 1.5em; color: rgb(94, 104, 116); padding: 0.5em 0.15em 0em 0.15em; } i.fa-caret-square-left:hover, i.fa-caret-square-right:hover{ color: rgb(40, 46, 53); } .slideshow_indicator{ display: flex; flex-flow: row wrap; justify-content: center; margin: 0; } i.fa-circle{ color: rgb(94, 104, 116); font-size: 0.5em; padding: 0.5em 0.15em; } i.fa-circle:first-child{ color: rgb(40, 46, 53); } .boxes{ display: flex; flex-flow: row wrap; justify-content: space-between; margin: 0; margin-top: 1em; } .box{ background-color: rgb(243, 243, 243); margin: 0; box-sizing: border-box; width: 32%; padding: 0em 1em 0.5em 1em; } h1, h2, h3, p{ color: rgb(40, 46, 53); font-weight: 400; margin-bottom: 0.75rem; } h2{ font-size: 2em; } h3{ font-size: 1.5em; } p{ font-weight: 300; line-height: 1.25em; letter-spacing: 0.05em; font-size: 0.85em; } .main{ background-color: rgb(243, 243, 243); margin: 0; box-sizing: border-box; padding: 0.1em 1em 1em 1em; margin-top: 1em; display: flex; flex-flow: row nowrap; justify-content: space-between; } article{ padding-right: 3em; } .navigation_main{ list-style: none; display: flex; flex-flow: column wrap; margin: 0; padding-inline-start: 0; margin-right: 1em; background-color: rgb(94, 104, 116); } .navigation_main a{ text-decoration: none; color: white; padding: 1em 10em 1em 1em; display: block; font-weight: 300; } .navigation_main a:hover{ background-color: rgb(40, 46, 53); font-weight: 500; } .gallery h1{ text-align: center; } .gallery_wrap{ display: flex; flex-flow: row nowrap; } .gallery img{ width: 25%; } /* footer */ .footerik{ margin-top: 2em; height: 4em; background-color: rgb(243, 243, 243); display: flex; flex-flow: row nowrap; justify-content: space-between; padding: 0em 2em; } .footer_right, .footer_left{ align-self: center; } .footer_right p{ color: #4267B2; font-weight: 500; }
0.520009
0.092688
*{ box-sizing: border-box; } body{ background-color: rgb(255, 207, 215); } .principal-header{ text-align: center; } .principal-header .navigation-bar{ display: flex; justify-content: end; margin-top:10px; } .principal-header .navigation-bar a{ padding: 0 20px 0px 0px; text-decoration: none; color: rgb(250, 67, 97); font-weight: bold; font-size: 18px; } .principal-main{ width: 100%; height: 550px; display: flex; justify-content: center; } .principal-header h1{ color:rgb(250, 67, 97); margin-top: 0px; } .principal-header p{ font-size: 20px; font-weight: bold; color: #062930; } .principal-main h3{ color: #0e6b7d; font-weight: bold; font-size: 18px; } .principal-main .principal-section{ padding: 0px 15px; width: 30%; height: auto ; background-color: rgb(248, 156, 169); border: 2px solid black; box-shadow: 10px 10px rgb(47, 47, 47); } .principal-section label{ margin-right: 20px; font-size: 17px; } .principal-section button{ margin: 25px calc(297px - 147px) 10px; height: 40px; background: linear-gradient(to top, #e1d6ab 25%, #0e6b7d ); border-radius: 10px; box-shadow: 4px 4px rgb(85, 85, 85); cursor: pointer; color:rgb(22, 22, 22); font-weight: bold; } .principal-section button:hover{ background: grey; } .principal-section button:active{ background: crimson; } .principal-section input{ margin: 10px 0px; height: 30px; background-color: #e1d6ab; } .cupons-figure{ display: grid; grid-template-columns: 1fr 1fr; margin:0px; justify-items: center; grid-auto-rows: 80px; gap: 15px; } .cupons-figure img{ width: 160px; height: 75px; } .cupons-figure ul{ margin: 0px; } hr{ height: 2px; width: 50%; background-color: rgb(228, 26, 60); } .cupons-figure .list{ box-shadow: 8px 8px rgb(233, 122, 140); width: 240px; } .principal-main label{ color: #0e6b7d; font-weight: 500; font-size: 17px; } .footer-section{ display: grid; grid-template-columns: 1.5fr 1fr; justify-items: end; align-items: center; margin-top: 50px; background:linear-gradient(to left, #f89ca9 , #f5cad1); width: 100%; box-shadow: 0px 0px 45px 0px rgb(155 155 155); margin: 25px 0px 0px 0px } .main-icons-container{ width: 100%; height: 50px; display: flex; align-items: center; justify-content: end; } .main-icons-container .icons{ width: 40px; height: 30px; background-size: contain; background-repeat: no-repeat; background-position: center; margin: 0px 15px 0px 5px; } .footer-section .development-section p{ font-size: 20px; font-weight: bold; color: rgb(0, 0, 0) } .main-icons-container .fb-icon{ background-image:url("https://i.ibb.co/gtpc0LK/facebook.png"); } .main-icons-container .tw-icon{ background-image: url("https://i.ibb.co/kHnSBWm/twitter.png"); } .main-icons-container .li-icon{ background-image: url("https://i.ibb.co/THQkyKs/linkedin.png"); } .main-icons-container .gt-icon{ background-image: url("https://i.ibb.co/jT9t0d2/github.png"); } .main-icons-container .ptz-icon{ background-image: url("https://i.ibb.co/d7hwDZ6/platzi.png"); }
descuentos/descuentos.css
*{ box-sizing: border-box; } body{ background-color: rgb(255, 207, 215); } .principal-header{ text-align: center; } .principal-header .navigation-bar{ display: flex; justify-content: end; margin-top:10px; } .principal-header .navigation-bar a{ padding: 0 20px 0px 0px; text-decoration: none; color: rgb(250, 67, 97); font-weight: bold; font-size: 18px; } .principal-main{ width: 100%; height: 550px; display: flex; justify-content: center; } .principal-header h1{ color:rgb(250, 67, 97); margin-top: 0px; } .principal-header p{ font-size: 20px; font-weight: bold; color: #062930; } .principal-main h3{ color: #0e6b7d; font-weight: bold; font-size: 18px; } .principal-main .principal-section{ padding: 0px 15px; width: 30%; height: auto ; background-color: rgb(248, 156, 169); border: 2px solid black; box-shadow: 10px 10px rgb(47, 47, 47); } .principal-section label{ margin-right: 20px; font-size: 17px; } .principal-section button{ margin: 25px calc(297px - 147px) 10px; height: 40px; background: linear-gradient(to top, #e1d6ab 25%, #0e6b7d ); border-radius: 10px; box-shadow: 4px 4px rgb(85, 85, 85); cursor: pointer; color:rgb(22, 22, 22); font-weight: bold; } .principal-section button:hover{ background: grey; } .principal-section button:active{ background: crimson; } .principal-section input{ margin: 10px 0px; height: 30px; background-color: #e1d6ab; } .cupons-figure{ display: grid; grid-template-columns: 1fr 1fr; margin:0px; justify-items: center; grid-auto-rows: 80px; gap: 15px; } .cupons-figure img{ width: 160px; height: 75px; } .cupons-figure ul{ margin: 0px; } hr{ height: 2px; width: 50%; background-color: rgb(228, 26, 60); } .cupons-figure .list{ box-shadow: 8px 8px rgb(233, 122, 140); width: 240px; } .principal-main label{ color: #0e6b7d; font-weight: 500; font-size: 17px; } .footer-section{ display: grid; grid-template-columns: 1.5fr 1fr; justify-items: end; align-items: center; margin-top: 50px; background:linear-gradient(to left, #f89ca9 , #f5cad1); width: 100%; box-shadow: 0px 0px 45px 0px rgb(155 155 155); margin: 25px 0px 0px 0px } .main-icons-container{ width: 100%; height: 50px; display: flex; align-items: center; justify-content: end; } .main-icons-container .icons{ width: 40px; height: 30px; background-size: contain; background-repeat: no-repeat; background-position: center; margin: 0px 15px 0px 5px; } .footer-section .development-section p{ font-size: 20px; font-weight: bold; color: rgb(0, 0, 0) } .main-icons-container .fb-icon{ background-image:url("https://i.ibb.co/gtpc0LK/facebook.png"); } .main-icons-container .tw-icon{ background-image: url("https://i.ibb.co/kHnSBWm/twitter.png"); } .main-icons-container .li-icon{ background-image: url("https://i.ibb.co/THQkyKs/linkedin.png"); } .main-icons-container .gt-icon{ background-image: url("https://i.ibb.co/jT9t0d2/github.png"); } .main-icons-container .ptz-icon{ background-image: url("https://i.ibb.co/d7hwDZ6/platzi.png"); }
0.475605
0.116663
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f9f5ea; font-family: 'Roboto Condensed', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .container { width: 100vw; height: 100vh; display: -ms-grid; display: grid; -ms-grid-columns: 80% auto; grid-template-columns: 80% auto; } #canvas { width: 100%; height: 100%; padding: 0; margin: 0; } #sidebar { padding: 5vh 20px; background: -webkit-gradient(linear, left top, left bottom, from(#060d1e), color-stop(31%, #16093a), color-stop(62%, #040e1e), to(#03010f)); background: linear-gradient(to bottom, #060d1e 0%, #16093a 31%, #040e1e 62%, #03010f 100%); border-left: 2px solid white; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar > * { margin-bottom: 10px; } #sidebar h1 { padding: 5px 8px; border-bottom: 2px solid #f9f5ea; margin-bottom: 12px; } #sidebar button { background-color: rgba(255, 255, 255, 0.35); font-size: 1.2em; padding: 5px 7px; border: 2px solid #f9f5ea; border-radius: 3px; -webkit-transition: 0.25s; transition: 0.25s; } #sidebar button:hover { background-color: rgba(255, 255, 255, 0.5); cursor: pointer; } #sidebar .panel { width: 100%; padding: 10px; border: 2px solid #f9f5ea; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar .panel h3 { margin-bottom: 15px; } #sidebar .panel .row { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar .panel .row > * { margin: 0 4px; } #hintbox { position: fixed; bottom: 1em; left: 1em; padding: 10px 12px; background-color: rgba(255, 255, 255, 0.35); border-radius: 5px; border: 2px solid #f9f5ea; } /*# sourceMappingURL=core.css.map */
css/core.css
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700"); * { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; color: #f9f5ea; font-family: 'Roboto Condensed', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .container { width: 100vw; height: 100vh; display: -ms-grid; display: grid; -ms-grid-columns: 80% auto; grid-template-columns: 80% auto; } #canvas { width: 100%; height: 100%; padding: 0; margin: 0; } #sidebar { padding: 5vh 20px; background: -webkit-gradient(linear, left top, left bottom, from(#060d1e), color-stop(31%, #16093a), color-stop(62%, #040e1e), to(#03010f)); background: linear-gradient(to bottom, #060d1e 0%, #16093a 31%, #040e1e 62%, #03010f 100%); border-left: 2px solid white; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar > * { margin-bottom: 10px; } #sidebar h1 { padding: 5px 8px; border-bottom: 2px solid #f9f5ea; margin-bottom: 12px; } #sidebar button { background-color: rgba(255, 255, 255, 0.35); font-size: 1.2em; padding: 5px 7px; border: 2px solid #f9f5ea; border-radius: 3px; -webkit-transition: 0.25s; transition: 0.25s; } #sidebar button:hover { background-color: rgba(255, 255, 255, 0.5); cursor: pointer; } #sidebar .panel { width: 100%; padding: 10px; border: 2px solid #f9f5ea; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar .panel h3 { margin-bottom: 15px; } #sidebar .panel .row { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #sidebar .panel .row > * { margin: 0 4px; } #hintbox { position: fixed; bottom: 1em; left: 1em; padding: 10px 12px; background-color: rgba(255, 255, 255, 0.35); border-radius: 5px; border: 2px solid #f9f5ea; } /*# sourceMappingURL=core.css.map */
0.291082
0.0729
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Regular.ttf); } @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Bold.ttf); font-weight: bold; } @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Italic.ttf); font-style: italic; } @font-face{ font-family: chopsic; src: url(../assets/chopsic-font/Chopsic-K6Dp.ttf); } *{ margin: 0; padding: 0; } html { font-family: lato, serif; color: #222; font-size: 1em; line-height: 1.4; } header{ background-color: #0d1c70; } .head { display: flex; justify-content: center; } main{ margin-bottom: 2em; } footer{ background-color: #0d1c70; text-align: justify; } .socials ul{ display: flex; justify-content: space-evenly; padding: 1em } footer i{ font-size: 3em; color: #dedede; } footer a:hover { text-decoration: underline; } .head { display: flex; align-items: center; background-image: url("../assets/Banner.jpg"); background-size: cover; height: 20vh; } .menu { display: flex; flex-direction: column; justify-content: center; align-items: center; } .nav { display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; list-style-type:none; } .nav li a {/*Nav buttons*/ display:flex; justify-content: center; align-items: center; width:100px; background-color:#6495ED; color:white; padding:5px; margin: 0.5em 2vw; border-radius: 3px; } .search { display: flex; align-items: flex-end; margin: 0.5em; } .searchbutton { border-radius: 3px; color: #0d1c70; font-weight: bold; padding: 0.1em; margin-left: 0.2em; } .productfile { /*Product card in index*/ border-radius: 2px; background-color: #f0f0f0; width: 80%; margin: 1em auto; padding: 1em; text-align: justify; font-size: 1.1em; } .productfile p { /*To limit description to 3 line in mobile index page*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .productfile img{ min-width: 170px; min-height: 170px; width: 20vw; height: auto; } .indexProductCard { display: flex; flex-direction: column; justify-content: center; align-items: center; } .indexProductCard a, .mainNoPrice a { /*Page links style*/ color: #0d1c70; } .indexProductCard a:hover, .mainNoPrice a:hover, .shops a:hover, footer a:hover{ text-decoration: underline rgb(255, 31, 255); } .productpageimg { display: flex; align-items: center; justify-content: center; width: 15em; height: 15em; margin: auto; } .panelImg{ max-width: 80vw; height: auto; margin: 1em auto; } .panel1, .panel2, .panel3, .panel4{ /*Style of each panels will be important for desktop versions*/ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1em; } .productmain{ text-align: justify; padding: 0 1em; font-size: 1.1em; } .mainDesc{ margin: 1em auto; } .description{ text-align: justify; padding: 0 1em; } .techs li{ margin: 0.5em 2em; } .shops ul{ width: 15vw; margin: auto; } .shops, footer{ text-align: justify; padding: 0 1em; } .shops li, footer li{ list-style-type:none; padding: 0.2em; } .contactDesc { display: flex; flex-direction: column; align-items: center; margin: auto 0.5em; text-align: justify; } .contactTeamPic { width: 80vw; } .teamPic{ width: 50vw; height: auto; } .form { margin: 2em; } .form input, select, textarea { width: 100%; padding: 0.7em 1.2em; margin: 0.5em 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; background-color: #6495ED; color: white; padding: 1em 1.2em; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #405cff; } iframe { width: 80vw; height: 45vw; /* 100/56.25 = 560/315 = 1.778 */ background:red; } .panels { text-align: justify; padding: 0 1em; } th { background-color: #ececec; } table, td, th, tr{ border-bottom: 2px solid black; border-collapse: collapse; width: 50vw; max-width: 100vw; margin: auto; padding: 0.6em; font-size: 1.3rem; text-align: center; } iframe { max-width: 90vw; } a{ text-decoration: none; } h1{ color: white; font-family: chopsic, lato, serif; } h2{ font-family: chopsic, lato, serif; text-align: center; margin: auto; font-size: 2em; } .mainDesc h2, .description h2{ font-family: lato, serif; } h3{ text-align: center; margin: 0.5em auto; font-size: 1.5em; } h4{ text-align: center; font-size: 2em; border-radius: 20px; background-color: #6495ED; padding: 0.2em 0.5em; margin: 1em auto; color: white; width: 50vw; } h4:hover{ background-color: #405cff; transform: scale(1.2); } h5{ text-align: center; font-size: 1.5em; } h6{ color: #f0f0f0; padding-bottom: 1em; text-align: center; } /* For tablets: */ @media only screen and (min-width: 768px) { .morePic{ /*changing display of the added pictures to macbook page*/ display: flex; flex-direction: row; justify-content: center; align-items: center; margin: auto; } h2{ font-size: 3em; margin: 1em; } .productfile img{ float: left; } .indexProductCard{ display: block; } iframe { width: 50vw; height: 28.12vw; } } /* For desktop: */ @media only screen and (min-width: 1024px) { h1 { font-size: 5rem; } .menu { flex-direction: row; justify-content: space-between; margin: 0em 1em; } .allArticle{ /*Changing style of the product card on index desktop*/ display: flex; flex-direction: row; } .productfile{ width: 25vw; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; } .productfile p{ /*To cancel limiting the card to 3 lines*/ display: block; } .indexProductCard { display: flex; flex-direction: column; justify-content: center; align-items: center; } .productPic { width: 25vw; height: auto; } .morePicImg { max-width: 20em; } .productfile h4 { width: 50%; } .mainPic { width: 40%; } .mainDesc { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .productpageimg { width: 35vw; height: auto; } .mainNoPrice { display: flex; flex-direction: row; justify-content: space-evenly; } .buybutton { display: flex; justify-content: center; align-items: center; margin: 2em auto; } .description { width: 80vw; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: auto; } .panel1, .panel3{ flex-direction: row; justify-content: space-between; align-items: center; } .panel2, .panel4{ /*Style to reverse panels each time*/ flex-direction: row-reverse; } .panels img { max-width: 40vw; } .panels p { margin: auto 1em; } .techs ul { column-count: 2; column-gap: 4em; } .form { max-width: 50vw; } .contactPage{ /*Style to put picture next to form instead of above on desktop*/ display: flex; flex-direction: row-reverse; justify-content: space-around; align-content: flex-start; } .contactTeamPic{ width: 90%; } .form{ width: 40%; } .contactDesc a{ display: flex; justify-content: center; } .contactDesc { margin: 2em 0.5em; } }
css/main.css
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Regular.ttf); } @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Bold.ttf); font-weight: bold; } @font-face{ font-family: lato; src: url(../assets/Lato/Lato-Italic.ttf); font-style: italic; } @font-face{ font-family: chopsic; src: url(../assets/chopsic-font/Chopsic-K6Dp.ttf); } *{ margin: 0; padding: 0; } html { font-family: lato, serif; color: #222; font-size: 1em; line-height: 1.4; } header{ background-color: #0d1c70; } .head { display: flex; justify-content: center; } main{ margin-bottom: 2em; } footer{ background-color: #0d1c70; text-align: justify; } .socials ul{ display: flex; justify-content: space-evenly; padding: 1em } footer i{ font-size: 3em; color: #dedede; } footer a:hover { text-decoration: underline; } .head { display: flex; align-items: center; background-image: url("../assets/Banner.jpg"); background-size: cover; height: 20vh; } .menu { display: flex; flex-direction: column; justify-content: center; align-items: center; } .nav { display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; list-style-type:none; } .nav li a {/*Nav buttons*/ display:flex; justify-content: center; align-items: center; width:100px; background-color:#6495ED; color:white; padding:5px; margin: 0.5em 2vw; border-radius: 3px; } .search { display: flex; align-items: flex-end; margin: 0.5em; } .searchbutton { border-radius: 3px; color: #0d1c70; font-weight: bold; padding: 0.1em; margin-left: 0.2em; } .productfile { /*Product card in index*/ border-radius: 2px; background-color: #f0f0f0; width: 80%; margin: 1em auto; padding: 1em; text-align: justify; font-size: 1.1em; } .productfile p { /*To limit description to 3 line in mobile index page*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .productfile img{ min-width: 170px; min-height: 170px; width: 20vw; height: auto; } .indexProductCard { display: flex; flex-direction: column; justify-content: center; align-items: center; } .indexProductCard a, .mainNoPrice a { /*Page links style*/ color: #0d1c70; } .indexProductCard a:hover, .mainNoPrice a:hover, .shops a:hover, footer a:hover{ text-decoration: underline rgb(255, 31, 255); } .productpageimg { display: flex; align-items: center; justify-content: center; width: 15em; height: 15em; margin: auto; } .panelImg{ max-width: 80vw; height: auto; margin: 1em auto; } .panel1, .panel2, .panel3, .panel4{ /*Style of each panels will be important for desktop versions*/ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1em; } .productmain{ text-align: justify; padding: 0 1em; font-size: 1.1em; } .mainDesc{ margin: 1em auto; } .description{ text-align: justify; padding: 0 1em; } .techs li{ margin: 0.5em 2em; } .shops ul{ width: 15vw; margin: auto; } .shops, footer{ text-align: justify; padding: 0 1em; } .shops li, footer li{ list-style-type:none; padding: 0.2em; } .contactDesc { display: flex; flex-direction: column; align-items: center; margin: auto 0.5em; text-align: justify; } .contactTeamPic { width: 80vw; } .teamPic{ width: 50vw; height: auto; } .form { margin: 2em; } .form input, select, textarea { width: 100%; padding: 0.7em 1.2em; margin: 0.5em 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; background-color: #6495ED; color: white; padding: 1em 1.2em; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #405cff; } iframe { width: 80vw; height: 45vw; /* 100/56.25 = 560/315 = 1.778 */ background:red; } .panels { text-align: justify; padding: 0 1em; } th { background-color: #ececec; } table, td, th, tr{ border-bottom: 2px solid black; border-collapse: collapse; width: 50vw; max-width: 100vw; margin: auto; padding: 0.6em; font-size: 1.3rem; text-align: center; } iframe { max-width: 90vw; } a{ text-decoration: none; } h1{ color: white; font-family: chopsic, lato, serif; } h2{ font-family: chopsic, lato, serif; text-align: center; margin: auto; font-size: 2em; } .mainDesc h2, .description h2{ font-family: lato, serif; } h3{ text-align: center; margin: 0.5em auto; font-size: 1.5em; } h4{ text-align: center; font-size: 2em; border-radius: 20px; background-color: #6495ED; padding: 0.2em 0.5em; margin: 1em auto; color: white; width: 50vw; } h4:hover{ background-color: #405cff; transform: scale(1.2); } h5{ text-align: center; font-size: 1.5em; } h6{ color: #f0f0f0; padding-bottom: 1em; text-align: center; } /* For tablets: */ @media only screen and (min-width: 768px) { .morePic{ /*changing display of the added pictures to macbook page*/ display: flex; flex-direction: row; justify-content: center; align-items: center; margin: auto; } h2{ font-size: 3em; margin: 1em; } .productfile img{ float: left; } .indexProductCard{ display: block; } iframe { width: 50vw; height: 28.12vw; } } /* For desktop: */ @media only screen and (min-width: 1024px) { h1 { font-size: 5rem; } .menu { flex-direction: row; justify-content: space-between; margin: 0em 1em; } .allArticle{ /*Changing style of the product card on index desktop*/ display: flex; flex-direction: row; } .productfile{ width: 25vw; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; } .productfile p{ /*To cancel limiting the card to 3 lines*/ display: block; } .indexProductCard { display: flex; flex-direction: column; justify-content: center; align-items: center; } .productPic { width: 25vw; height: auto; } .morePicImg { max-width: 20em; } .productfile h4 { width: 50%; } .mainPic { width: 40%; } .mainDesc { width: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .productpageimg { width: 35vw; height: auto; } .mainNoPrice { display: flex; flex-direction: row; justify-content: space-evenly; } .buybutton { display: flex; justify-content: center; align-items: center; margin: 2em auto; } .description { width: 80vw; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: auto; } .panel1, .panel3{ flex-direction: row; justify-content: space-between; align-items: center; } .panel2, .panel4{ /*Style to reverse panels each time*/ flex-direction: row-reverse; } .panels img { max-width: 40vw; } .panels p { margin: auto 1em; } .techs ul { column-count: 2; column-gap: 4em; } .form { max-width: 50vw; } .contactPage{ /*Style to put picture next to form instead of above on desktop*/ display: flex; flex-direction: row-reverse; justify-content: space-around; align-content: flex-start; } .contactTeamPic{ width: 90%; } .form{ width: 40%; } .contactDesc a{ display: flex; justify-content: center; } .contactDesc { margin: 2em 0.5em; } }
0.433022
0.078536
* { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; color: #34495E; } body { font-family: Arial, Helvetica, sans-serif; } .navigation { height: 50px; width: 300px; position: fixed; right: 10px; top: 10px; display: flex; justify-content: space-evenly; align-items: center; } img { max-width: 50px; max-height: 40px; } .bell { max-width: 25px; max-height: 25px; } .avatar { border-radius: 50%; } p { text-align: center; } .upperButton { background-color: white; display: flex; align-items: center; padding: auto; margin: auto; max-width: 100px; max-height: 30px; font-size: 18px; } .overlay { display: none; position: fixed; margin: 0; padding: 0; right: 50px; top: 60px; width: 310px; height: 440px; border: solid 1px gainsboro; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .popup { display: grid; position: relative; margin: auto; padding: auto; height: 100%; width: 100%; grid-template-rows: 100px 100px 100px 100px 38px; grid-template-columns: repeat(3, 100px); grid-auto-rows: 100px; grid-auto-columns: 100px; overflow-y: auto; overflow-x:hidden; grid-auto-flow: row; justify-content: space-between; } .more { margin: auto; display: none; } #toggle { position: absolute; -webkit-appearance: none; height: 24px; width: 24px; } #toggle1 { position: absolute; -webkit-appearance: none; margin:4px 2px; height: 30px; width: 100%; } #toggle:checked~.overlay { display: block; } #toggle1:checked~.more { display: grid; margin: auto; position: absolute; grid-template-rows: repeat (4, 100px); grid-template-columns: repeat(3, 100px); grid-auto-rows: 100px; grid-auto-columns: 100px; justify-content: space-around; align-items: auto; } .el { display: block; align-items: center; margin: auto; padding: 5px; max-width: 100px; text-align: center; font-size: 14px; } .popup-button:hover, .upperButton:hover, .el:hover { transition-duration: 0.2s; opacity: 0.7; } .popup-button:focus, .upperButton:focus, a:focus, input:focus, #toggle:focus { outline: 1px solid #757575; } .popup-button { cursor: pointer; width: 40px; height: 40px; z-index: 1; } .button { grid-column-start: 1; grid-column-end: 4; height: 100%; width: 100%; } .more-button { position: relative; height: 100%; width: 100%; margin: auto; padding: 10px; display: block; text-align: center; font-size: 14px; background-color: #D6EAF8; outline: none; cursor: pointer; z-index: 1; } .more-button:hover { opacity: 0.5; } #toggle1:focus + .more-button { outline: 1; opacity: 0.8; color: grey; }
submissions/alyonafuria/html-css_popup/styles.css
* { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; list-style-type: none; color: #34495E; } body { font-family: Arial, Helvetica, sans-serif; } .navigation { height: 50px; width: 300px; position: fixed; right: 10px; top: 10px; display: flex; justify-content: space-evenly; align-items: center; } img { max-width: 50px; max-height: 40px; } .bell { max-width: 25px; max-height: 25px; } .avatar { border-radius: 50%; } p { text-align: center; } .upperButton { background-color: white; display: flex; align-items: center; padding: auto; margin: auto; max-width: 100px; max-height: 30px; font-size: 18px; } .overlay { display: none; position: fixed; margin: 0; padding: 0; right: 50px; top: 60px; width: 310px; height: 440px; border: solid 1px gainsboro; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .popup { display: grid; position: relative; margin: auto; padding: auto; height: 100%; width: 100%; grid-template-rows: 100px 100px 100px 100px 38px; grid-template-columns: repeat(3, 100px); grid-auto-rows: 100px; grid-auto-columns: 100px; overflow-y: auto; overflow-x:hidden; grid-auto-flow: row; justify-content: space-between; } .more { margin: auto; display: none; } #toggle { position: absolute; -webkit-appearance: none; height: 24px; width: 24px; } #toggle1 { position: absolute; -webkit-appearance: none; margin:4px 2px; height: 30px; width: 100%; } #toggle:checked~.overlay { display: block; } #toggle1:checked~.more { display: grid; margin: auto; position: absolute; grid-template-rows: repeat (4, 100px); grid-template-columns: repeat(3, 100px); grid-auto-rows: 100px; grid-auto-columns: 100px; justify-content: space-around; align-items: auto; } .el { display: block; align-items: center; margin: auto; padding: 5px; max-width: 100px; text-align: center; font-size: 14px; } .popup-button:hover, .upperButton:hover, .el:hover { transition-duration: 0.2s; opacity: 0.7; } .popup-button:focus, .upperButton:focus, a:focus, input:focus, #toggle:focus { outline: 1px solid #757575; } .popup-button { cursor: pointer; width: 40px; height: 40px; z-index: 1; } .button { grid-column-start: 1; grid-column-end: 4; height: 100%; width: 100%; } .more-button { position: relative; height: 100%; width: 100%; margin: auto; padding: 10px; display: block; text-align: center; font-size: 14px; background-color: #D6EAF8; outline: none; cursor: pointer; z-index: 1; } .more-button:hover { opacity: 0.5; } #toggle1:focus + .more-button { outline: 1; opacity: 0.8; color: grey; }
0.365457
0.058912
@font-face { font-family: "rippleicons"; src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot"); src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"), url("../font/icons-69f2993ae31bde255c4a342228474e94.ttf") format("truetype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.svg?#icons") format("svg"); font-weight: normal; font-style: normal; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "rippleicons"; display: inline-block; vertical-align: middle; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ripple-logo:before { font-family: "rippleicons"; display: inline-block; font-weight: normal; font-style: normal; text-decoration: inherit; } .icon-ripple-logo:before { content: "\e001"; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; margin-left: auto; margin-right: auto; width: auto; padding: 10px; z-index: 1050; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.428571429px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { .modal-dialog { width: 600px; padding-top: 30px; padding-bottom: 30px; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } body { color: #393738; font-family: 'Open Sans', sans-serif; } body .content-root { background-color: #f3f6fb; -webkit-box-shadow: inset 780px 0 #ffffff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1); box-shadow: inset 780px 0 #ffffff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1); } body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: none; position: absolute; right: 20px; top: 8px; width: 40px; height: 38px; padding: 3px 4px; border: 1px solid #ccc; border-radius: 4px; background: url('../img/burger.png') center no-repeat; -moz-border-radius: 4px; z-index: 888; } body:not(.no-literate) .header .left .header-menu-button svg { z-index: -1; } body:not(.no-literate) .header .right { width: 50px; } body:not(.no-literate) .header .right iframe { width: 50px; } body:not(.no-literate) .content-root { background: #4a4a4c; } body:not(.no-literate) .content > pre, body:not(.no-literate) .content > blockquote { color: #fff; } /*body:not(.no-literate) a { color: #517ab8; }*/ body:not(.no-literate) .content { width: 100%; overflow-x: hidden; padding-top: 10px; /********************** CODE *****************/ /********************** CODE *****************/ } body:not(.no-literate) .content > h1, body:not(.no-literate) .content > h2, body:not(.no-literate) .content > h3 { color: #474648; font-family: 'Open Sans', sans-serif; } body:not(.no-literate) .content h1, body:not(.no-literate) .content h2, body:not(.no-literate) .content .big-heading, body:not(.no-literate) .content h3 { padding-top: 20px; padding-bottom: 10px; } body:not(.no-literate) .content h1:before, body:not(.no-literate) .content h2:before, body:not(.no-literate) .content .big-heading:before, body:not(.no-literate) .content h3:before { display: none; } body:not(.no-literate) .content h1 { font-size: 25px; } body:not(.no-literate) .content h2 { font-size: 20px; } body:not(.no-literate) .content h3 { font-size: 17px; } body:not(.no-literate) .content pre { display: block; position: relative; float: left; width: 40%; width: -moz-calc(100% - 550px); width: -webkit-calc(100% - 550px); width: -o-calc(100% - 550px); width: calc(100% - 550px); overflow-x: auto; } body:not(.no-literate) .content pre:after { content: "."; display: block; visibility: hidden; line-height: 0; height: 0; } body:not(.no-literate) .content pre code { color: #fff; word-wrap: break-word; } body:not(.no-literate) .content ul + pre { width: -moz-calc(100% - 570px); width: -webkit-calc(100% - 570px); width: -o-calc(100% - 570px); width: calc(100% - 570px); } body:not(.no-literate) .content li { position: relative; } body:not(.no-literate) .content li pre { width: -moz-calc(100% - 620px); width: -webkit-calc(100% - 620px); width: -o-calc(100% - 620px); width: calc(100% + 620px); padding-left: calc(100% + 40px); overflow: inherit; } body:not(.no-literate) .guidelines-content { box-shadow: none; background: #fff; color: #6E6F7E; padding: 0 15%; } body:not(.no-literate) .guidelines-content .content { padding-top: 20px; } body:not(.no-literate) .guidelines-content .terms-conditions-link-container { font-size: 15px; background: #F3EEAE; border: 1px solid #e6db55; padding: 10px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 15px 0; color: #695221; } body:not(.no-literate) .guidelines-content .terms-conditions-link-container a { text-decoration: underline; color: #695221; } body:not(.no-literate) .guidelines-content .download-all { text-align: center; font-size: 15px; background: #F9FAFC; border: 1px solid #b5c1da; padding: 10px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 20px 0 20px; } body:not(.no-literate) .guidelines-content .download-all a { cursor: pointer; color: #507BBA; font-weight: bold; font-size: 18px; } body:not(.no-literate) .guidelines-content .download-all a svg { display: inline-block; margin-top: -3px; vertical-align: middle; } body:not(.no-literate) .guidelines-content .brand-guidelines-row { overflow: hidden; padding-bottom: 25px; position: relative; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p { padding: 0; color: #6E6E70; font-size: 14px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p a { text-decoration: underline; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p strong { color: #346AA9; } body:not(.no-literate) .guidelines-content .brand-guidelines-title { color: #474648; font-weight: 600; font-family: 'Open sans' sans-serif; border: 0; } body:not(.no-literate) .guidelines-content .terms-conditions-content p { margin-bottom: 20px; color: #6E6E70; } body:not(.no-literate) .guidelines-content .terms-conditions-content p + h2 { padding-top: 0; } body:not(.no-literate) .guidelines-content .xrp-logos { text-align: center; overflow: hidden; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { position: relative; display: inline-block; width: 32%; float: left; margin-right: 2%; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 7px; moz-border-radius: 7px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container { padding-bottom: 90%; position: relative; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { padding-top: 23%; position: absolute; left: 0; top: 0; width: 100%; height: -webkit-calc(100% - 50px); height: -moz-calc(100% - 50px); height: calc(100% - 50px); background-position: center; background-repeat: no-repeat; background-size: 90%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logo-triskelion { background-image: url(../img/ripple-triskelion.png); background-size: 50%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logotype { background-image: url(../img/logotype.png); } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logo-full { background-image: url(../img/logo-lg.png); } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.badge-blue, body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.badge-gray { background-size: 52%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.bg-badge-white { background-image: url(../img/badge-white.png); background-size: 80%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link { position: absolute; bottom: 0; text-decoration: none; left: 0; display: block; width: 100%; background: #F5F5F5; height: 50px; line-height: 50px; font-weight: bold; font-size: 17px; border-top: 1px solid #ddd; border-radius: 0 0 7px 7px; moz-border-radius: 0 0 7px 7px; cursor: pointer; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link:hover { color: #346AA9; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link svg { display: inline-block; margin-top: -2px; vertical-align: middle; } body:not(.no-literate) .guidelines-content .brand-usage-types { padding-top: 25px; } body:not(.no-literate) .guidelines-content .brand-usage-types hr { display: block; width: 39%; float: left; border-color: #ddd; } body:not(.no-literate) .guidelines-content .brand-usage-types .unacceptable { float: left; } body:not(.no-literate) .guidelines-content .usage-brand { overflow: hidden; margin-bottom: 30px; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img { width: 40%; padding-right: 30px; float: left; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img img { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { float: left; width: 60%; padding-left: 55px; position: relative; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info:before { content: ""; height: 16px; position: absolute; left: 25px; top: 2px; display: block; background-position: center; background-size: contain; background-repeat: no-repeat; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info.acceptable-use:before { width: 20px; background-image: url('../img/icon-check.png'); } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info.unacceptable-use:before { top: 3px; width: 16px; background-image: url('../img/icon-remove.png'); } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info span { font-size: 14px; font-weight: bold; display: block; color: #474648; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info li { font-size: 14px; padding-left: 20px; } body:not(.no-literate) .guidelines-content hr { margin-bottom: 30px; } body:not(.no-literate) .guidelines-content .attribution-badges { margin-bottom: 50px; padding-top: 25px; overflow: hidden; text-align: center; } body:not(.no-literate) .guidelines-content .attribution-badges > div { width: 25%; min-width: 140px; display: inline-block; text-align: center; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge { position: relative; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-blue { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_blue.svg') center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-gray { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_gray.svg') center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-white { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_white.svg') #000000 center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge a.download-logo { display: none; opacity: 0.6; position: absolute; top: 0; right: 10%; width: 33px; height: 28px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge a.download-logo svg { width: 33px; height: 28px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge:hover a.download-logo { display: block; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge:hover a.download-logo:hover { opacity: 1; } body:not(.no-literate) .guidelines-content .badge-example { padding-bottom: 15px; position: relative; } body:not(.no-literate) .guidelines-content .badge-example img { width: 100%; } body:not(.no-literate) .guidelines-content .badge-example .badge-location { text-align: center; font-size: 12px; position: absolute; bottom: 0; display: inline-block; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.left { left: 0; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.right { left: auto; right: 0; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.center { left: 50%; margin-left: -75px; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:before { content: ""; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 70px; border-left: 1px solid #EC008D; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:after { color: #EC008D; content: "●"; position: absolute; bottom: 100%; left: 50%; line-height: 4px; margin-left: -3px; } .modal .modal-body .modal-body-content { height: 360px; overflow-x: auto; border: 1px solid #ccc; color: #323332; padding: 10px 15px; font-size: 14px; } .modal .modal-header { position: relative; background: #326BAA; padding: 20px 30px; } .modal .modal-header .modal-title { color: #FFFFFF; font-size: 19px; } .modal .modal-header .close { position: absolute; right: 15px; top: 15px; font-size: 30px; line-height: 15px; height: 15px; color: #93A5CF; } .modal .modal-footer { border-top: 0; margin: 0; padding-top: 10px; text-align: center; } .modal .modal-footer .btn { color: #fff; font-size: 17px; text-align: center; padding: 13px 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 170px; display: inline-block; outline: none; border: 0; } .modal .modal-footer .btn.btn-download { background: #56B95C; cursor: pointer; } .modal .modal-footer .btn.btn-disabled { background: #ccc; cursor: default; } .modal .modal-footer .modal-checkbox { text-align: left; padding-bottom: 10px; } .modal .modal-footer .modal-checkbox label { display: inline-block; vertical-align: top; color: #323332; font-size: 17px; } .modal .modal-footer .modal-checkbox input { margin: 7px 5px 2px 0; } .badge-blue { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_blue.svg') center no-repeat; } .badge-gray { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_gray.svg') center no-repeat; } .badge-white { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_white.svg') #000000 center no-repeat; } .menubar .section { padding-top: 10px; } .menu a { font-family: 'Open Sans', sans-serif; font-size: 13px; } .menu a.level-1 { color: #474648; font-size: 13px; font-family: 'Open Sans', sans-serif; } .menu a.level-2 { padding-left: 25px; color: #466db2; font-size: 13px; font-family: 'Open Sans', sans-serif; } .menu a.level-2.active { color: #517ab8 !important; } .menu a.level-3 { padding-left: 50px; color: #7A7979; } .menu a.level-3:before { content: "- "; } .menu a.active { border: solid 1px #CED3E1 !important; background: rgba(206, 211, 225, 0.5); } .menu a.active:after { display: none; } .menu a.active:hover { color: #517ab8 !important; } .menu li.level-2 a { border: solid 1px transparent; } .menu li.level-2 a:hover, .menu li.level-2 a:active { border: solid 1px #CED3E1; background: rgba(206, 211, 225, 0.5); } .header { background: #5d89ae; padding-top: 0; padding-bottom: 0; height: 56px; position: relative; -webkit-box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1); } .header h1 { border: 0; margin-top: -3px; color: #fff; font-size: 30px; line-height: 56px; font-weight: normal; font-family: 'Open Sans', sans-serif; } .header h1 i { display: inline-block; margin-top: -2px; margin: 0 5px; font-size: 24px; line-height: 56px; vertical-align: top; } .header h1 + ul { margin-left: 30px; border: 0; } .header h1 + ul li { display: inline-block; border: 0; } .header h1 + ul li a { border: 0; display: inline-block; line-height: 56px; padding: 0 20px; color: #fff; font-size: 13px; text-shadow: none; } .header h1 + ul li a:hover { color: #fff; text-decoration: none; } .header h1 + ul li.active a, .header h1 + ul li:hover a { background: rgba(255, 255, 255, 0.1); } @media (min-width: 1180px) { body:not(.no-literate) .modal .modal-dialog { width: 700px; } } @media (max-width: 1180px) { body:not(.no-literate) .body .content-root { background: #fff; box-shadow: none; width: 100%; } body:not(.no-literate) .content pre { width: 100%; overflow-x: auto; float: none; } body:not(.no-literate) .content pre code { color: #000; padding-left: 20px; } body:not(.no-literate) .content li pre { width: 100%; padding-left: 0; } body:not(.no-literate) .content li pre code { padding-left: 20px; color: #000; } body:not(.no-literate) .content ul + pre { width: 100%; } body:not(.no-literate) .guidelines-content { padding: 0; } body:not(.no-literate) .guidelines-content .content { padding-top: 50px; } .content { width: 100%; max-width: 100%; background: #fff; } .content pre { width: 100%; padding-left: 0; } } @media (max-width: 900px) { body:not(.no-literate) .guidelines-content { padding: 0; } body:not(.no-literate) .guidelines-content .content { padding: 0 20px; padding-top: 50px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row { padding-bottom: 50px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row .guidelines-label { padding: 0; text-align: center; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { width: 49%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 2%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(even) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo a.logo-download-link { line-height: 40px; height: 40px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { height: -webkit-calc(100% - 40px); height: -moz-calc(100% - 40px); height: calc(100% - 40px); } body:not(.no-literate) .guidelines-content .guidelines-graphics-part { margin-bottom: 30px; width: 100%; } body:not(.no-literate) .guidelines-content .guidelines-text-part { width: 100%; max-width: 100%; padding-bottom: 50px; } body:not(.no-literate) .guidelines-content .guidelines-text-part .brand-guidelines-title, body:not(.no-literate) .guidelines-content .guidelines-text-part p { max-width: 100%; } body:not(.no-literate) .guidelines-content .logo-trademark-guideline .colors-info ul { width: 100%; } body:not(.no-literate) .guidelines-content .logo-trademark-guideline .colors-info ul li { width: 33%; } body:not(.no-literate) .guidelines-content .badge-example .badge-location { font-size: 10px; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:before { height: 60px; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img { padding: 0 10%; width: 100%; margin-bottom: 20px; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img img { max-width: 365px; } } @media (max-width: 700px) { body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: inline-block; } body:not(.no-literate) .header .left ul { margin: 0; display: none; position: absolute; width: 100%; top: 100%; left: 0; background-color: #5D89AE; border: 1px solid #fff; border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; z-index: 999; } body:not(.no-literate) .header .left ul li { display: block; width: 100%; height: 50px; line-height: 50px; padding: 0; } body:not(.no-literate) .header .left ul li a { width: 100%; font-weight: normal; font-size: 18px; line-height: 50px; border-bottom: 1px solid #fff; height: 50px; } body:not(.no-literate) .header .left ul li:last-child a { border-bottom: 0px solid #fff; } body:not(.no-literate) .header .left ul.active { display: block; } body:not(.no-literate) .header .right { right: 90px; width: 50px; } } @media (max-width: 400px) { body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: inline-block; } body:not(.no-literate) .header .left ul { display: none; } body:not(.no-literate) .guidelines-content .content { padding-top: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { width: 100%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(even) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo a.logo-download-link { line-height: 50px; height: 50px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { height: -webkit-calc(100% - 50px); height: -moz-calc(100% - 50px); height: calc(100% - 50px); } body:not(.no-literate) .guidelines-content .brand-usage-types hr { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { padding-left: 20px; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info:before { left: 0; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info ul li { padding-left: 0; } body:not(.no-literate) .guidelines-content .attribution-badges { margin-bottom: 15px; } body:not(.no-literate) .guidelines-content .attribution-badges > div { width: 100%; margin-bottom: 15px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span { margin-bottom: 5px !important; } body:not(.no-literate) .guidelines-content .badge-example { display: none; } }
css/main.css
@font-face { font-family: "rippleicons"; src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot"); src: url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"), url("../font/icons-69f2993ae31bde255c4a342228474e94.ttf") format("truetype"), url("../font/icons-69f2993ae31bde255c4a342228474e94.svg?#icons") format("svg"); font-weight: normal; font-style: normal; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "rippleicons"; display: inline-block; vertical-align: middle; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-ripple-logo:before { font-family: "rippleicons"; display: inline-block; font-weight: normal; font-style: normal; text-decoration: inherit; } .icon-ripple-logo:before { content: "\e001"; } .modal-open { overflow: hidden; } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .modal-dialog { position: relative; margin-left: auto; margin-right: auto; width: auto; padding: 10px; z-index: 1050; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.428571429px; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.428571429; } .modal-body { position: relative; padding: 20px; } .modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { content: " "; /* 1 */ display: table; /* 2 */ } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { .modal-dialog { width: 600px; padding-top: 30px; padding-bottom: 30px; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } body { color: #393738; font-family: 'Open Sans', sans-serif; } body .content-root { background-color: #f3f6fb; -webkit-box-shadow: inset 780px 0 #ffffff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1); box-shadow: inset 780px 0 #ffffff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1); } body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: none; position: absolute; right: 20px; top: 8px; width: 40px; height: 38px; padding: 3px 4px; border: 1px solid #ccc; border-radius: 4px; background: url('../img/burger.png') center no-repeat; -moz-border-radius: 4px; z-index: 888; } body:not(.no-literate) .header .left .header-menu-button svg { z-index: -1; } body:not(.no-literate) .header .right { width: 50px; } body:not(.no-literate) .header .right iframe { width: 50px; } body:not(.no-literate) .content-root { background: #4a4a4c; } body:not(.no-literate) .content > pre, body:not(.no-literate) .content > blockquote { color: #fff; } /*body:not(.no-literate) a { color: #517ab8; }*/ body:not(.no-literate) .content { width: 100%; overflow-x: hidden; padding-top: 10px; /********************** CODE *****************/ /********************** CODE *****************/ } body:not(.no-literate) .content > h1, body:not(.no-literate) .content > h2, body:not(.no-literate) .content > h3 { color: #474648; font-family: 'Open Sans', sans-serif; } body:not(.no-literate) .content h1, body:not(.no-literate) .content h2, body:not(.no-literate) .content .big-heading, body:not(.no-literate) .content h3 { padding-top: 20px; padding-bottom: 10px; } body:not(.no-literate) .content h1:before, body:not(.no-literate) .content h2:before, body:not(.no-literate) .content .big-heading:before, body:not(.no-literate) .content h3:before { display: none; } body:not(.no-literate) .content h1 { font-size: 25px; } body:not(.no-literate) .content h2 { font-size: 20px; } body:not(.no-literate) .content h3 { font-size: 17px; } body:not(.no-literate) .content pre { display: block; position: relative; float: left; width: 40%; width: -moz-calc(100% - 550px); width: -webkit-calc(100% - 550px); width: -o-calc(100% - 550px); width: calc(100% - 550px); overflow-x: auto; } body:not(.no-literate) .content pre:after { content: "."; display: block; visibility: hidden; line-height: 0; height: 0; } body:not(.no-literate) .content pre code { color: #fff; word-wrap: break-word; } body:not(.no-literate) .content ul + pre { width: -moz-calc(100% - 570px); width: -webkit-calc(100% - 570px); width: -o-calc(100% - 570px); width: calc(100% - 570px); } body:not(.no-literate) .content li { position: relative; } body:not(.no-literate) .content li pre { width: -moz-calc(100% - 620px); width: -webkit-calc(100% - 620px); width: -o-calc(100% - 620px); width: calc(100% + 620px); padding-left: calc(100% + 40px); overflow: inherit; } body:not(.no-literate) .guidelines-content { box-shadow: none; background: #fff; color: #6E6F7E; padding: 0 15%; } body:not(.no-literate) .guidelines-content .content { padding-top: 20px; } body:not(.no-literate) .guidelines-content .terms-conditions-link-container { font-size: 15px; background: #F3EEAE; border: 1px solid #e6db55; padding: 10px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 15px 0; color: #695221; } body:not(.no-literate) .guidelines-content .terms-conditions-link-container a { text-decoration: underline; color: #695221; } body:not(.no-literate) .guidelines-content .download-all { text-align: center; font-size: 15px; background: #F9FAFC; border: 1px solid #b5c1da; padding: 10px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 20px 0 20px; } body:not(.no-literate) .guidelines-content .download-all a { cursor: pointer; color: #507BBA; font-weight: bold; font-size: 18px; } body:not(.no-literate) .guidelines-content .download-all a svg { display: inline-block; margin-top: -3px; vertical-align: middle; } body:not(.no-literate) .guidelines-content .brand-guidelines-row { overflow: hidden; padding-bottom: 25px; position: relative; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p { padding: 0; color: #6E6E70; font-size: 14px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p a { text-decoration: underline; } body:not(.no-literate) .guidelines-content .brand-guidelines-row p strong { color: #346AA9; } body:not(.no-literate) .guidelines-content .brand-guidelines-title { color: #474648; font-weight: 600; font-family: 'Open sans' sans-serif; border: 0; } body:not(.no-literate) .guidelines-content .terms-conditions-content p { margin-bottom: 20px; color: #6E6E70; } body:not(.no-literate) .guidelines-content .terms-conditions-content p + h2 { padding-top: 0; } body:not(.no-literate) .guidelines-content .xrp-logos { text-align: center; overflow: hidden; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { position: relative; display: inline-block; width: 32%; float: left; margin-right: 2%; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 7px; moz-border-radius: 7px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container { padding-bottom: 90%; position: relative; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { padding-top: 23%; position: absolute; left: 0; top: 0; width: 100%; height: -webkit-calc(100% - 50px); height: -moz-calc(100% - 50px); height: calc(100% - 50px); background-position: center; background-repeat: no-repeat; background-size: 90%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logo-triskelion { background-image: url(../img/ripple-triskelion.png); background-size: 50%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logotype { background-image: url(../img/logotype.png); } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.logo-full { background-image: url(../img/logo-lg.png); } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.badge-blue, body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.badge-gray { background-size: 52%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container.bg-badge-white { background-image: url(../img/badge-white.png); background-size: 80%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link { position: absolute; bottom: 0; text-decoration: none; left: 0; display: block; width: 100%; background: #F5F5F5; height: 50px; line-height: 50px; font-weight: bold; font-size: 17px; border-top: 1px solid #ddd; border-radius: 0 0 7px 7px; moz-border-radius: 0 0 7px 7px; cursor: pointer; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link:hover { color: #346AA9; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-download-link svg { display: inline-block; margin-top: -2px; vertical-align: middle; } body:not(.no-literate) .guidelines-content .brand-usage-types { padding-top: 25px; } body:not(.no-literate) .guidelines-content .brand-usage-types hr { display: block; width: 39%; float: left; border-color: #ddd; } body:not(.no-literate) .guidelines-content .brand-usage-types .unacceptable { float: left; } body:not(.no-literate) .guidelines-content .usage-brand { overflow: hidden; margin-bottom: 30px; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img { width: 40%; padding-right: 30px; float: left; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img img { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { float: left; width: 60%; padding-left: 55px; position: relative; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info:before { content: ""; height: 16px; position: absolute; left: 25px; top: 2px; display: block; background-position: center; background-size: contain; background-repeat: no-repeat; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info.acceptable-use:before { width: 20px; background-image: url('../img/icon-check.png'); } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info.unacceptable-use:before { top: 3px; width: 16px; background-image: url('../img/icon-remove.png'); } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info span { font-size: 14px; font-weight: bold; display: block; color: #474648; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info li { font-size: 14px; padding-left: 20px; } body:not(.no-literate) .guidelines-content hr { margin-bottom: 30px; } body:not(.no-literate) .guidelines-content .attribution-badges { margin-bottom: 50px; padding-top: 25px; overflow: hidden; text-align: center; } body:not(.no-literate) .guidelines-content .attribution-badges > div { width: 25%; min-width: 140px; display: inline-block; text-align: center; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge { position: relative; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-blue { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_blue.svg') center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-gray { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_gray.svg') center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span.badge-white { margin: 0 auto 20px; width: 100%; height: 100px; display: block; background: url('../img/Ripple_attribution_badge_white.svg') #000000 center no-repeat; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge a.download-logo { display: none; opacity: 0.6; position: absolute; top: 0; right: 10%; width: 33px; height: 28px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge a.download-logo svg { width: 33px; height: 28px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge:hover a.download-logo { display: block; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge:hover a.download-logo:hover { opacity: 1; } body:not(.no-literate) .guidelines-content .badge-example { padding-bottom: 15px; position: relative; } body:not(.no-literate) .guidelines-content .badge-example img { width: 100%; } body:not(.no-literate) .guidelines-content .badge-example .badge-location { text-align: center; font-size: 12px; position: absolute; bottom: 0; display: inline-block; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.left { left: 0; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.right { left: auto; right: 0; } body:not(.no-literate) .guidelines-content .badge-example .badge-location.center { left: 50%; margin-left: -75px; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:before { content: ""; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 70px; border-left: 1px solid #EC008D; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:after { color: #EC008D; content: "●"; position: absolute; bottom: 100%; left: 50%; line-height: 4px; margin-left: -3px; } .modal .modal-body .modal-body-content { height: 360px; overflow-x: auto; border: 1px solid #ccc; color: #323332; padding: 10px 15px; font-size: 14px; } .modal .modal-header { position: relative; background: #326BAA; padding: 20px 30px; } .modal .modal-header .modal-title { color: #FFFFFF; font-size: 19px; } .modal .modal-header .close { position: absolute; right: 15px; top: 15px; font-size: 30px; line-height: 15px; height: 15px; color: #93A5CF; } .modal .modal-footer { border-top: 0; margin: 0; padding-top: 10px; text-align: center; } .modal .modal-footer .btn { color: #fff; font-size: 17px; text-align: center; padding: 13px 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width: 170px; display: inline-block; outline: none; border: 0; } .modal .modal-footer .btn.btn-download { background: #56B95C; cursor: pointer; } .modal .modal-footer .btn.btn-disabled { background: #ccc; cursor: default; } .modal .modal-footer .modal-checkbox { text-align: left; padding-bottom: 10px; } .modal .modal-footer .modal-checkbox label { display: inline-block; vertical-align: top; color: #323332; font-size: 17px; } .modal .modal-footer .modal-checkbox input { margin: 7px 5px 2px 0; } .badge-blue { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_blue.svg') center no-repeat; } .badge-gray { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_gray.svg') center no-repeat; } .badge-white { margin: 0 auto 20px; width: 135px; height: 58px; display: inline-block; background: url('../img/Ripple_attribution_badge_white.svg') #000000 center no-repeat; } .menubar .section { padding-top: 10px; } .menu a { font-family: 'Open Sans', sans-serif; font-size: 13px; } .menu a.level-1 { color: #474648; font-size: 13px; font-family: 'Open Sans', sans-serif; } .menu a.level-2 { padding-left: 25px; color: #466db2; font-size: 13px; font-family: 'Open Sans', sans-serif; } .menu a.level-2.active { color: #517ab8 !important; } .menu a.level-3 { padding-left: 50px; color: #7A7979; } .menu a.level-3:before { content: "- "; } .menu a.active { border: solid 1px #CED3E1 !important; background: rgba(206, 211, 225, 0.5); } .menu a.active:after { display: none; } .menu a.active:hover { color: #517ab8 !important; } .menu li.level-2 a { border: solid 1px transparent; } .menu li.level-2 a:hover, .menu li.level-2 a:active { border: solid 1px #CED3E1; background: rgba(206, 211, 225, 0.5); } .header { background: #5d89ae; padding-top: 0; padding-bottom: 0; height: 56px; position: relative; -webkit-box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1); } .header h1 { border: 0; margin-top: -3px; color: #fff; font-size: 30px; line-height: 56px; font-weight: normal; font-family: 'Open Sans', sans-serif; } .header h1 i { display: inline-block; margin-top: -2px; margin: 0 5px; font-size: 24px; line-height: 56px; vertical-align: top; } .header h1 + ul { margin-left: 30px; border: 0; } .header h1 + ul li { display: inline-block; border: 0; } .header h1 + ul li a { border: 0; display: inline-block; line-height: 56px; padding: 0 20px; color: #fff; font-size: 13px; text-shadow: none; } .header h1 + ul li a:hover { color: #fff; text-decoration: none; } .header h1 + ul li.active a, .header h1 + ul li:hover a { background: rgba(255, 255, 255, 0.1); } @media (min-width: 1180px) { body:not(.no-literate) .modal .modal-dialog { width: 700px; } } @media (max-width: 1180px) { body:not(.no-literate) .body .content-root { background: #fff; box-shadow: none; width: 100%; } body:not(.no-literate) .content pre { width: 100%; overflow-x: auto; float: none; } body:not(.no-literate) .content pre code { color: #000; padding-left: 20px; } body:not(.no-literate) .content li pre { width: 100%; padding-left: 0; } body:not(.no-literate) .content li pre code { padding-left: 20px; color: #000; } body:not(.no-literate) .content ul + pre { width: 100%; } body:not(.no-literate) .guidelines-content { padding: 0; } body:not(.no-literate) .guidelines-content .content { padding-top: 50px; } .content { width: 100%; max-width: 100%; background: #fff; } .content pre { width: 100%; padding-left: 0; } } @media (max-width: 900px) { body:not(.no-literate) .guidelines-content { padding: 0; } body:not(.no-literate) .guidelines-content .content { padding: 0 20px; padding-top: 50px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row { padding-bottom: 50px; } body:not(.no-literate) .guidelines-content .brand-guidelines-row .guidelines-label { padding: 0; text-align: center; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { width: 49%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 2%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(even) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo a.logo-download-link { line-height: 40px; height: 40px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { height: -webkit-calc(100% - 40px); height: -moz-calc(100% - 40px); height: calc(100% - 40px); } body:not(.no-literate) .guidelines-content .guidelines-graphics-part { margin-bottom: 30px; width: 100%; } body:not(.no-literate) .guidelines-content .guidelines-text-part { width: 100%; max-width: 100%; padding-bottom: 50px; } body:not(.no-literate) .guidelines-content .guidelines-text-part .brand-guidelines-title, body:not(.no-literate) .guidelines-content .guidelines-text-part p { max-width: 100%; } body:not(.no-literate) .guidelines-content .logo-trademark-guideline .colors-info ul { width: 100%; } body:not(.no-literate) .guidelines-content .logo-trademark-guideline .colors-info ul li { width: 33%; } body:not(.no-literate) .guidelines-content .badge-example .badge-location { font-size: 10px; } body:not(.no-literate) .guidelines-content .badge-example .badge-location:before { height: 60px; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img { padding: 0 10%; width: 100%; margin-bottom: 20px; } body:not(.no-literate) .guidelines-content .usage-brand .brand-img img { max-width: 365px; } } @media (max-width: 700px) { body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: inline-block; } body:not(.no-literate) .header .left ul { margin: 0; display: none; position: absolute; width: 100%; top: 100%; left: 0; background-color: #5D89AE; border: 1px solid #fff; border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; z-index: 999; } body:not(.no-literate) .header .left ul li { display: block; width: 100%; height: 50px; line-height: 50px; padding: 0; } body:not(.no-literate) .header .left ul li a { width: 100%; font-weight: normal; font-size: 18px; line-height: 50px; border-bottom: 1px solid #fff; height: 50px; } body:not(.no-literate) .header .left ul li:last-child a { border-bottom: 0px solid #fff; } body:not(.no-literate) .header .left ul.active { display: block; } body:not(.no-literate) .header .right { right: 90px; width: 50px; } } @media (max-width: 400px) { body:not(.no-literate) .header { position: relative; } body:not(.no-literate) .header .left .header-menu-button { display: inline-block; } body:not(.no-literate) .header .left ul { display: none; } body:not(.no-literate) .guidelines-content .content { padding-top: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo { width: 100%; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(3n+3) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo:nth-of-type(even) { margin-right: 0; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo a.logo-download-link { line-height: 50px; height: 50px; } body:not(.no-literate) .guidelines-content .xrp-logos .xrp-logo .logo-container .bg-container { height: -webkit-calc(100% - 50px); height: -moz-calc(100% - 50px); height: calc(100% - 50px); } body:not(.no-literate) .guidelines-content .brand-usage-types hr { width: 100%; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info { padding-left: 20px; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info:before { left: 0; } body:not(.no-literate) .guidelines-content .usage-brand .usage-brand-info ul li { padding-left: 0; } body:not(.no-literate) .guidelines-content .attribution-badges { margin-bottom: 15px; } body:not(.no-literate) .guidelines-content .attribution-badges > div { width: 100%; margin-bottom: 15px; } body:not(.no-literate) .guidelines-content .attribution-badges .attribution-badge span { margin-bottom: 5px !important; } body:not(.no-literate) .guidelines-content .badge-example { display: none; } }
0.252016
0.108189
.h-header{ position: absolute; left: 0; right: 0; top: 0; background-color: #ffd600; width: 100%; display: flex; height: 1.4375rem; justify-content: space-between; align-items: center; z-index: 10; } .h-header p{ font-size: 0.40625rem; font-weight: 700; } .h-header img{ width: 0.625rem; height: 0.625rem; margin: 0 auto; } .h-scan{ margin-left: 0.1875rem; } .h-search{ margin-right: 0.1875rem; } .h-contents{ margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0; top: 1.4375rem; overflow: auto; } /*轮播图的图片设置*/ .swiper-container.h-banner img{ width: 100%; /*height: 3.71875rem;*/ } /*分页器的位置*/ /*#pagination{ padding-left: 6.25rem; }*/ /*隐藏滚动条*/ ::-webkit-scrollbar{ display: none; } /*分割区*/ .h-square{ height: 0.3125rem; background-color: #efefef; } /*导航菜单栏*/ .h-navs{ /*height: 4.921875rem;*/ } .h-navs ul{ width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding: 0.3rem 0 ; } .h-navs li{ width: 25%; /*height: 2.25625rem;*/ display: flex; flex-direction: column; align-items: center; font-size: 0.375rem; } .h-navs img{ margin-bottom: 0.1rem; width: 94%; } /*骑士酸牛奶*/ .h-milk{ display: flex; } .h-milk div{ width: 33.33%; border-right: 1px solid; border-color: #e0e0e0; } .h-milk img{ width: 100%; } /*鸭货广告区*/ .h-ducks{ display: flex; } .h-ducks div{ width: 50%; border-right: 1px solid; border-color: #e0e0e0; } .h-ducks img{ width: 100%; } .h-store img{ width: 100%; } /*热销榜*/ .h-hotsales ul{ display: flex; padding: 0 0.51625rem; /*justify-content: center;*/ align-content: center; } .h-hotsales li{ width: 50%; padding: 0 0.208125rem; text-align: center; height: 1.75rem; background-size: contain; background-repeat: no-repeat; } .h-hotsales li:first-of-type{ background-image: url(../../img/h-hot.jpg@90Q.jpg); } .h-hotsales li:last-of-type{ background-image: url(../../img/h-new.jpg@90Q.jpg); } /*牛奶面包等四个菜单*/ .h-bread{ /*height: 3rem;*/ border-bottom:1px solid #e0e0e0; padding-bottom: 0.15625rem; } .h-bread ul{ display: flex; width: 100%; /*height: 3rem;*/ align-items: center; /*align-content: center;*/ /*justify-content: center;*/ } .h-bread li{ width: 25%; text-align: center; font-size: 0.375rem; } .h-bread img{ width: 100%; /*margin-bottom: 0.1rem;*/ } /*优选水果系列*/ .h-fruit{ margin: 0 0.175rem; } .h-title{ height: 1.5rem; display: flex; justify-content: space-between; align-items: center; } .h-title h5{ padding-left: 0.15625rem; border-left: solid 0.3125rem; font-weight: 700; font-size: 0.375rem; } .f-color h5{ color: #F38631; border-color: #F38631; } .h-title p{ font-size: 0.390625rem; } .h-fimg img{ width: 100%; } /*水果内容*/ .hfcontent ul{ width: 100%; display: flex; } .hfcontent li{ /*height: 6.125rem;*/ width: 33.33%; font-size: 0.375rem; position: relative; } .hfcontent li:first-of-type,.hfcontent li:nth-of-type(2){ border-right: 1px solid #e0e0e0; } .hfcontent div{ width:100%; } .hfcontent div img{ width: 100%; } .hfcontent h6{ color: #232b33; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.375rem; margin-bottom: 0.2rem; font-weight: 500; } .h-choice{ height: 0.6rem; padding: .03rem .1rem; border: 1px solid red; border-radius: 0.3rem; margin-right: 0.3rem; color: red; } .hml{ margin: 0.15625rem auto; color: #999; } .h-moreone{ color: #FFF; background-color: red; padding: .03rem .1rem; border-radius: 0.3rem; height: 0.6rem; } .hprice-left{ color: #ff3800; } .hprice-right{ color: #999; text-decoration:line-through ; } .h-add{ width: 0.8rem; height: 0.8rem; line-height: 0.6rem; border-radius: 50%; border: #e0e0e0 solid 1px; font-size: 0.8rem; text-align: center; position: absolute; right: 0.1125rem; bottom: 0.2rem; color: #ff4300; } /*牛奶面包区域*/ .b-color h5{ color: #20B1FA; border-color: #20B1FA; }
template/home/home.css
.h-header{ position: absolute; left: 0; right: 0; top: 0; background-color: #ffd600; width: 100%; display: flex; height: 1.4375rem; justify-content: space-between; align-items: center; z-index: 10; } .h-header p{ font-size: 0.40625rem; font-weight: 700; } .h-header img{ width: 0.625rem; height: 0.625rem; margin: 0 auto; } .h-scan{ margin-left: 0.1875rem; } .h-search{ margin-right: 0.1875rem; } .h-contents{ margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 0; top: 1.4375rem; overflow: auto; } /*轮播图的图片设置*/ .swiper-container.h-banner img{ width: 100%; /*height: 3.71875rem;*/ } /*分页器的位置*/ /*#pagination{ padding-left: 6.25rem; }*/ /*隐藏滚动条*/ ::-webkit-scrollbar{ display: none; } /*分割区*/ .h-square{ height: 0.3125rem; background-color: #efefef; } /*导航菜单栏*/ .h-navs{ /*height: 4.921875rem;*/ } .h-navs ul{ width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding: 0.3rem 0 ; } .h-navs li{ width: 25%; /*height: 2.25625rem;*/ display: flex; flex-direction: column; align-items: center; font-size: 0.375rem; } .h-navs img{ margin-bottom: 0.1rem; width: 94%; } /*骑士酸牛奶*/ .h-milk{ display: flex; } .h-milk div{ width: 33.33%; border-right: 1px solid; border-color: #e0e0e0; } .h-milk img{ width: 100%; } /*鸭货广告区*/ .h-ducks{ display: flex; } .h-ducks div{ width: 50%; border-right: 1px solid; border-color: #e0e0e0; } .h-ducks img{ width: 100%; } .h-store img{ width: 100%; } /*热销榜*/ .h-hotsales ul{ display: flex; padding: 0 0.51625rem; /*justify-content: center;*/ align-content: center; } .h-hotsales li{ width: 50%; padding: 0 0.208125rem; text-align: center; height: 1.75rem; background-size: contain; background-repeat: no-repeat; } .h-hotsales li:first-of-type{ background-image: url(../../img/h-hot.jpg@90Q.jpg); } .h-hotsales li:last-of-type{ background-image: url(../../img/h-new.jpg@90Q.jpg); } /*牛奶面包等四个菜单*/ .h-bread{ /*height: 3rem;*/ border-bottom:1px solid #e0e0e0; padding-bottom: 0.15625rem; } .h-bread ul{ display: flex; width: 100%; /*height: 3rem;*/ align-items: center; /*align-content: center;*/ /*justify-content: center;*/ } .h-bread li{ width: 25%; text-align: center; font-size: 0.375rem; } .h-bread img{ width: 100%; /*margin-bottom: 0.1rem;*/ } /*优选水果系列*/ .h-fruit{ margin: 0 0.175rem; } .h-title{ height: 1.5rem; display: flex; justify-content: space-between; align-items: center; } .h-title h5{ padding-left: 0.15625rem; border-left: solid 0.3125rem; font-weight: 700; font-size: 0.375rem; } .f-color h5{ color: #F38631; border-color: #F38631; } .h-title p{ font-size: 0.390625rem; } .h-fimg img{ width: 100%; } /*水果内容*/ .hfcontent ul{ width: 100%; display: flex; } .hfcontent li{ /*height: 6.125rem;*/ width: 33.33%; font-size: 0.375rem; position: relative; } .hfcontent li:first-of-type,.hfcontent li:nth-of-type(2){ border-right: 1px solid #e0e0e0; } .hfcontent div{ width:100%; } .hfcontent div img{ width: 100%; } .hfcontent h6{ color: #232b33; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.375rem; margin-bottom: 0.2rem; font-weight: 500; } .h-choice{ height: 0.6rem; padding: .03rem .1rem; border: 1px solid red; border-radius: 0.3rem; margin-right: 0.3rem; color: red; } .hml{ margin: 0.15625rem auto; color: #999; } .h-moreone{ color: #FFF; background-color: red; padding: .03rem .1rem; border-radius: 0.3rem; height: 0.6rem; } .hprice-left{ color: #ff3800; } .hprice-right{ color: #999; text-decoration:line-through ; } .h-add{ width: 0.8rem; height: 0.8rem; line-height: 0.6rem; border-radius: 50%; border: #e0e0e0 solid 1px; font-size: 0.8rem; text-align: center; position: absolute; right: 0.1125rem; bottom: 0.2rem; color: #ff4300; } /*牛奶面包区域*/ .b-color h5{ color: #20B1FA; border-color: #20B1FA; }
0.245175
0.052303
@import 'prism-theme-vars/base.css'; @import 'prism-theme-vars/marker.css'; :root { --prism-font-family: 'Input Mono', monospace; } html:not(.dark) { --prism-foreground: #393a34; --prism-background: #f0f0f050; --prism-comment: #b8c4b8; --prism-string: #c67b5d; --prism-literal: #3a9c9b; --prism-keyword: #248459; --prism-function: #849145; --prism-deleted: #a14f55; --prism-class: #2b91af; --prism-builtin: #a52727; --prism-property: #ad502b; --prism-namespace: #c96880; --prism-punctuation: #8e8f8b; --prism-decorator: #bd8f8f; --prism-json-property: #698c96; --prism-inline-background: rgba(125,125,125,0.05); --prism-line-highlight-background: #f2f2f2; } html.dark { --prism-scheme: dark; --prism-foreground: #d4cfbf; --prism-background: #33333330; --prism-inline-background: rgba(125,125,125,0.1); --prism-comment: #758575; --prism-string: #ce9178; --prism-literal: #4fb09d; --prism-keyword: #4d9375; --prism-function: #c2c275; --prism-deleted: #a14f55; --prism-class: #5ebaa8; --prism-builtin: #cb7676; --prism-property: #dd8e6e; --prism-namespace: #c96880; --prism-punctuation: #d4d4d4; --prism-decorator: #bd8f8f; --prism-regex: #ab5e3f; --prism-json-property: #6b8b9e; --prism-line-number: #888888; --prism-line-number-gutter: #eeeeee; --prism-line-highlight-background: #202020; --prism-selection-background: #444444; } /* Overrides */ :not(pre) > code { background: var(--prism-inline-background); padding: 1px 6px; border-radius: 3px; } a > code { color: var(--c-brand-dark); } div[class*='language-'] { position: relative; } div[class*='language-'] pre { margin: 0; z-index: 1; } /* Line highlighting */ .highlight-lines { position: absolute; top: 0; bottom: 0; left: 0; padding: var(--prism-block-padding-y) 0; width: 100%; line-height: var(--prism-line-height); font-family: var(--prism-font-family); font-size: var(--prism-font-size); user-select: none; overflow: hidden; z-index: -1; } .highlight-lines .highlighted { background-color: var(--prism-line-highlight-background); }
packages/.vitepress/theme/styles/code.css
@import 'prism-theme-vars/base.css'; @import 'prism-theme-vars/marker.css'; :root { --prism-font-family: 'Input Mono', monospace; } html:not(.dark) { --prism-foreground: #393a34; --prism-background: #f0f0f050; --prism-comment: #b8c4b8; --prism-string: #c67b5d; --prism-literal: #3a9c9b; --prism-keyword: #248459; --prism-function: #849145; --prism-deleted: #a14f55; --prism-class: #2b91af; --prism-builtin: #a52727; --prism-property: #ad502b; --prism-namespace: #c96880; --prism-punctuation: #8e8f8b; --prism-decorator: #bd8f8f; --prism-json-property: #698c96; --prism-inline-background: rgba(125,125,125,0.05); --prism-line-highlight-background: #f2f2f2; } html.dark { --prism-scheme: dark; --prism-foreground: #d4cfbf; --prism-background: #33333330; --prism-inline-background: rgba(125,125,125,0.1); --prism-comment: #758575; --prism-string: #ce9178; --prism-literal: #4fb09d; --prism-keyword: #4d9375; --prism-function: #c2c275; --prism-deleted: #a14f55; --prism-class: #5ebaa8; --prism-builtin: #cb7676; --prism-property: #dd8e6e; --prism-namespace: #c96880; --prism-punctuation: #d4d4d4; --prism-decorator: #bd8f8f; --prism-regex: #ab5e3f; --prism-json-property: #6b8b9e; --prism-line-number: #888888; --prism-line-number-gutter: #eeeeee; --prism-line-highlight-background: #202020; --prism-selection-background: #444444; } /* Overrides */ :not(pre) > code { background: var(--prism-inline-background); padding: 1px 6px; border-radius: 3px; } a > code { color: var(--c-brand-dark); } div[class*='language-'] { position: relative; } div[class*='language-'] pre { margin: 0; z-index: 1; } /* Line highlighting */ .highlight-lines { position: absolute; top: 0; bottom: 0; left: 0; padding: var(--prism-block-padding-y) 0; width: 100%; line-height: var(--prism-line-height); font-family: var(--prism-font-family); font-size: var(--prism-font-size); user-select: none; overflow: hidden; z-index: -1; } .highlight-lines .highlighted { background-color: var(--prism-line-highlight-background); }
0.336767
0.050965
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300,100&subset=latin,cyrillic); /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { font-size: 2em; margin: .67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0 } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } optgroup { font-weight: 700 } table { border-collapse: collapse; border-spacing: 0 } td, th { padding: 0 } *, :after, :before { box-sizing: border-box } html { font-size: 62.5%; -webkit-tap-highlight-color: transparent } body, html { height: 100% } body { font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.375; color: #363d4d; background-color: #fff; overflow-y: scroll } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit } a { color: #528fcc; text-decoration: none } a:focus, a:hover { color: #3069a2; text-decoration: underline } a:focus { outline: 0 } a[role=button], a[role=menuitem] { cursor: pointer } img { vertical-align: middle } textarea { resize: vertical; overflow: auto } hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #e8e8e8 } .ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] { display: none !important } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #999 } .h1, .h2, .h3, h1, h2, h3 { margin-top: 22px; margin-bottom: 11px } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% } .h4, .h5, .h6, h4, h5, h6 { margin-top: 11px; margin-bottom: 11px } .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: 75% } .h1, h1 { font-size: 41px } .h2, h2 { font-size: 34px } .h3, h3 { font-size: 28px } .h4, h4 { font-size: 20px } .h5, h5 { font-size: 16px } .h6, h6 { font-size: 14px } p { margin: 0 0 11px } .small, small { font-size: 85% } cite { font-style: normal } .text-left { text-align: left } .text-right { text-align: right } .text-center { text-align: center } .text-justify { text-align: justify } .text-muted { color: #8b96a8 } ol, ul { margin-top: 0; margin-bottom: 11px } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } table { max-width: 100% } th { text-align: left } .table { width: 100% } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 10px; line-height: 1.375; vertical-align: top; border-top: 1px solid #ddd } .table > thead > tr > th { font-weight: 400; vertical-align: bottom; background-color: #f1f3f5 } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child + tbody > tr:first-child > td, .table > thead:first-child + tbody > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0 } .table > tbody + tbody { border-top: 2px solid #ddd } .table > thead:first-child > tr:first-child > td:first-child, .table > thead:first-child > tr:first-child > th:first-child { border-top-left-radius: 4px } .table > thead:first-child > tr:first-child > td:last-child, .table > thead:first-child > tr:first-child > th:last-child { border-top-right-radius: 4px } .table > thead:first-child > tr:last-child > td:first-child, .table > thead:first-child > tr:last-child > th:first-child { border-bottom-left-radius: 4px } .table > thead:first-child > tr:last-child > td:last-child, .table > thead:first-child > tr:last-child > th:last-child { border-bottom-right-radius: 4px } .table_bordered, .table_bordered > tbody > tr > td, .table_bordered > tbody > tr > th, .table_bordered > tfoot > tr > td, .table_bordered > tfoot > tr > th, .table_bordered > thead > tr > td, .table_bordered > thead > tr > th { border: 1px solid #ddd } .table_bordered > thead > tr > td, .table_bordered > thead > tr > th { border-bottom-width: 2px } .table_sm > tbody > tr > td, .table_sm > tbody > tr > th, .table_sm > tfoot > tr > td, .table_sm > tfoot > tr > th, .table_sm > thead > tr > td, .table_sm > thead > tr > th { font-size: 14px } table col[class*=col-] { position: static; float: none; display: table-column } table td[class*=col-], table th[class*=col-] { position: static; float: none; display: table-cell } fieldset { padding: 0; margin: 0; border: 0; min-width: 0 } fieldset[disabled] label { color: #b6bdcc } legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 24px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5 } input[type=search] { box-sizing: border-box } input[type=checkbox], input[type=radio] { margin: 5px 0 0; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple], select[size] { height: auto } input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus { outline: none } output { padding-top: 9px } .form-control, output { display: block; font-size: 16px; line-height: 1.375; color: #363d4d } .form-control { width: 100%; height: 40px; padding: 8px 10px; background-color: #fff; background-image: none; border: 1px solid #dfe5ed; border-radius: 4px } .form-control:focus { border-color: #528fcc; outline: 0 } .form-control.placeholder { color: #8b96a8 } .form-control:-moz-placeholder, .form-control::-moz-placeholder { color: #8b96a8 } .form-control:-ms-input-placeholder { color: #8b96a8 } .form-control::-webkit-input-placeholder { color: #8b96a8 } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; color: #b6bdcc; background-color: #f0f2f5; opacity: 1 } textarea.form-control { height: auto } .form-control_in-text, .form-control_inline { display: inline-block; width: auto } .form-control_in-text { vertical-align: middle; margin-left: 2px; margin-right: 2px } .form-control_width_sm { width: 48px } .form-control_width_md { width: 68px } .form-control_width_lg { width: 120px } .form-control_width_xlg { width: 300px } input[type=date] { line-height: 40px } .form-group { margin-bottom: 15px } .form-group_tight { margin-bottom: 0 } .form-group_condensed { margin-bottom: 10px } .form-group_sparse { margin-bottom: 25px } .form-group_clearfix:after, .form-group_clearfix:before { content: " "; display: table } .form-group_clearfix:after { clear: both } .form-label { margin-bottom: 3px; display: block } .form-group_row { display: table; width: 100% } .form-group_row_auto { display: table } .form-group__cell { display: table-cell; vertical-align: middle } .form-group__cell + .form-group__cell { padding-left: 10px } .form-group__cell + .form-group__cell_pl_md { padding-left: 20px } .form-group__cell + .form-group__cell_pl_sm { padding-left: 5px } .form-group__cell_fit { width: 1px } .form-group__cell_nowrap { white-space: nowrap } .form-group__cell_align_bottom { vertical-align: bottom } .form-group__cell_align_top { vertical-align: top } .form-group__cell_rt { text-align: right } .custom-input { position: absolute; top: 50%; left: 0; margin-top: -8px; width: 16px; height: 16px; border: 1px solid #d3d8e0; background-color: #fff } .custom-input:after { position: absolute; display: none; content: "" } .checkbox, .checkbox-inline, .radio, .radio-inline { position: relative; padding-left: 22px } .checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=radio], .radio-inline input[type=checkbox], .radio-inline input[type=radio], .radio input[type=checkbox], .radio input[type=radio] { position: absolute; z-index: -1; opacity: 0 } .checkbox-inline input[type=checkbox]:active ~ .custom-input, .checkbox-inline input[type=radio]:active ~ .custom-input, .checkbox input[type=checkbox]:active ~ .custom-input, .checkbox input[type=radio]:active ~ .custom-input, .radio-inline input[type=checkbox]:active ~ .custom-input, .radio-inline input[type=radio]:active ~ .custom-input, .radio input[type=checkbox]:active ~ .custom-input, .radio input[type=radio]:active ~ .custom-input { background-color: #f6f8fa } .checkbox-inline input[type=checkbox]:checked ~ .custom-input, .checkbox-inline input[type=radio]:checked ~ .custom-input, .checkbox input[type=checkbox]:checked ~ .custom-input, .checkbox input[type=radio]:checked ~ .custom-input, .radio-inline input[type=checkbox]:checked ~ .custom-input, .radio-inline input[type=radio]:checked ~ .custom-input, .radio input[type=checkbox]:checked ~ .custom-input, .radio input[type=radio]:checked ~ .custom-input { background-color: #0396ff; border: none } .checkbox-inline input[type=checkbox]:checked ~ .custom-input:after, .checkbox-inline input[type=radio]:checked ~ .custom-input:after, .checkbox input[type=checkbox]:checked ~ .custom-input:after, .checkbox input[type=radio]:checked ~ .custom-input:after, .radio-inline input[type=checkbox]:checked ~ .custom-input:after, .radio-inline input[type=radio]:checked ~ .custom-input:after, .radio input[type=checkbox]:checked ~ .custom-input:after, .radio input[type=radio]:checked ~ .custom-input:after { display: block } .checkbox-inline input[type=checkbox]:disabled ~ .custom-input, .checkbox-inline input[type=radio]:disabled ~ .custom-input, .checkbox input[type=checkbox]:disabled ~ .custom-input, .checkbox input[type=radio]:disabled ~ .custom-input, .radio-inline input[type=checkbox]:disabled ~ .custom-input, .radio-inline input[type=radio]:disabled ~ .custom-input, .radio input[type=checkbox]:disabled ~ .custom-input, .radio input[type=radio]:disabled ~ .custom-input { pointer-events: none; opacity: .6 } .checkbox-inline input[type=checkbox]:disabled:checked ~ .custom-input, .checkbox-inline input[type=radio]:disabled:checked ~ .custom-input, .checkbox input[type=checkbox]:disabled:checked ~ .custom-input, .checkbox input[type=radio]:disabled:checked ~ .custom-input, .radio-inline input[type=checkbox]:disabled:checked ~ .custom-input, .radio-inline input[type=radio]:disabled:checked ~ .custom-input, .radio input[type=checkbox]:disabled:checked ~ .custom-input, .radio input[type=radio]:disabled:checked ~ .custom-input { background-color: #d3d8e0 } .checkbox, .radio { display: block; min-height: 22px; margin-top: 20px; margin-bottom: 20px } .checkbox label, .radio label { display: inline; cursor: pointer } .checkbox-inline, .radio-inline { display: inline-block; margin-bottom: 0; vertical-align: middle; cursor: pointer } .radio-inline .custom-input, .radio .custom-input { border-radius: 50% } .radio-inline .custom-input:after, .radio .custom-input:after { top: 5px; left: 5px; width: 6px; height: 6px; border-radius: 50%; background: #fff } .checkbox-inline .custom-input, .checkbox .custom-input { border-radius: 4px } .checkbox-inline .custom-input:after, .checkbox .custom-input:after { top: 2px; left: 6px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .checkbox + .checkbox, .checkbox + .checkbox-group, .checkbox + .radio, .radio + .checkbox, .radio + .checkbox-group, .radio + .radio { margin-top: -10px } .checkbox-group + .checkbox, .checkbox-group + .radio { margin-top: 10px } .control-label + .checkbox, .control-label + .checkbox-group, .control-label + .radio { margin-top: 5px } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 20px } .checkbox-inline + .form-control_in-text, .radio-inline + .form-control_in-text { position: relative; top: 2px; margin-top: -3px } .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] { cursor: not-allowed } .checkbox_condensed, .radio_condensed { margin-top: 15px; margin-bottom: 15px } .checkbox_condensed_max, .radio_condensed_max { margin-top: 10px; margin-bottom: 10px } .checkbox_offset_1, .radio_offset_1 { margin-left: 20px } .radio-inline_bordered { padding: 8px 15px 8px 30px; border: 1px solid #dfe5ed; border-radius: 4px } .checkbox__link, .radio__link { position: relative; top: 2px; float: right; font-size: 14px } .select { position: relative; display: block; width: 100% } .select select { padding: .2em 1.4em .2em .6em; appearance: none; -webkit-appearance: none; -moz-appearance: none } .select select::-ms-expand { display: none } .select_inline { display: inline-block; width: auto } .select__arrow { position: absolute; top: 50%; margin-top: -2px; right: 8px; width: 0; height: 0; pointer-events: none; border-style: solid; border-width: 4px 4px 0; border-color: #363d4d transparent transparent } .select select[disabled] ~ .select__arrow, .select select[readonly] ~ .select__arrow, fieldset[disabled] .select select ~ .select__arrow { cursor: not-allowed; border-top-color: #b6bdcc } .form-control_sm, .input-group_sm > .form-control, .input-group_sm > .input-group-addon, .input-group_sm > .input-group-btn > .btn { height: 30px; padding: 3px 7px; font-size: 14px; line-height: 1.572; border-radius: 4px } .input-group_sm > .input-group-btn > select.btn, .input-group_sm > select.form-control, .input-group_sm > select.input-group-addon, select.form-control_sm { height: 30px } .input-group_sm > .input-group-btn > select[multiple].btn, .input-group_sm > .input-group-btn > textarea.btn, .input-group_sm > select[multiple].form-control, .input-group_sm > select[multiple].input-group-addon, .input-group_sm > textarea.form-control, .input-group_sm > textarea.input-group-addon, select[multiple].form-control_sm, textarea.form-control_sm { height: auto } .form-control_md { height: 32px; padding: 4px 8px; font-size: 16px; line-height: 1.375; border-radius: 4px } select.form-control_md { height: 32px } select[multiple].form-control_md, textarea.form-control_md { height: auto } .form-control_lg, .input-group_lg > .form-control, .input-group_lg > .input-group-addon, .input-group_lg > .input-group-btn > .btn { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px } .input-group_lg > .input-group-btn > select.btn, .input-group_lg > select.form-control, .input-group_lg > select.input-group-addon, select.form-control_lg { height: 49px } .input-group_lg > .input-group-btn > select[multiple].btn, .input-group_lg > .input-group-btn > textarea.btn, .input-group_lg > select[multiple].form-control, .input-group_lg > select[multiple].input-group-addon, .input-group_lg > textarea.form-control, .input-group_lg > textarea.input-group-addon, select[multiple].form-control_lg, textarea.form-control_lg { height: auto } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline { color: #54b377 } .has-success .form-control { border-color: #54b377 } .has-success .form-control:focus { border-color: #54b377; outline: 0 } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b } .has-warning .form-control:focus { border-color: #8a6d3b; outline: 0 } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline { color: #f27171 } .has-error .form-control { border-color: #f27171 } .has-error .form-control:focus { border-color: #f27171; outline: 0 } .checkbox > label.input-group_sm > .form-control_in-text.form-control, .checkbox > label.input-group_sm > .form-control_in-text.input-group-addon, .checkbox > label > .form-control_in-text.form-control_sm, .input-group_sm.checkbox > label.input-group-btn > .form-control_in-text.btn, .input-group_sm.radio > label.input-group-btn > .form-control_in-text.btn, .radio > label.input-group_sm > .form-control_in-text.form-control, .radio > label.input-group_sm > .form-control_in-text.input-group-addon, .radio > label > .form-control_in-text.form-control_sm { margin-top: -3px } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #6b7997; font-size: 14px } .form-control-static { margin: 0 } .control-label { display: inline-block; margin-bottom: 5px; font-size: 14px } .control-label[disabled] { color: #b6bdcc } .control-label_lg { font-size: 16px } .control-label_rt { margin-bottom: 0 } .label-inline { display: inline-block; vertical-align: middle } .form-heading { font-size: 18px; margin: 35px 0 12px } .form-heading_lead { margin-top: 0 } .form-heading__link { position: relative; top: 3px; float: right; font-size: 14px } .checkbox-group .checkbox { margin-top: 0; margin-bottom: 0 } .checkbox-group .checkbox + .checkbox { margin-top: 10px } .checkbox-group .checkbox + .checkbox.checkbox_condensed { margin-top: 5px } .checkbox-group + .checkbox-group { margin-top: 10px } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 8px 20px; font-size: 16px; line-height: 1.375; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none } .btn:focus { outline: none } .btn:focus, .btn:hover { text-decoration: none } .btn.active, .btn:active { outline: 0; background-image: none } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); box-shadow: none } .btn_default { color: #363d4d; background-color: #f6f8fa; border-color: #dfe5ed } .btn_default:focus, .btn_default:hover { color: #363d4d; background-color: #f6f8fa; border-color: #b8c5d7 } .btn_default.active, .btn_default:active, .open > .btn_default.dropdown-toggle { color: #363d4d; background-color: #e8ecf2; border-color: #b8c5d7 } .btn_default.active.focus, .btn_default.active:focus, .btn_default.active:hover, .btn_default:active.focus, .btn_default:active:focus, .btn_default:active:hover, .open > .btn_default.dropdown-toggle.focus, .open > .btn_default.dropdown-toggle:focus, .open > .btn_default.dropdown-toggle:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8da3bf } .btn_default.disabled, .btn_default.disabled.active, .btn_default.disabled:active, .btn_default.disabled:focus, .btn_default.disabled:hover, .btn_default[disabled], .btn_default[disabled].active, .btn_default[disabled]:active, .btn_default[disabled]:focus, .btn_default[disabled]:hover, fieldset[disabled] .btn_default, fieldset[disabled] .btn_default.active, fieldset[disabled] .btn_default:active, fieldset[disabled] .btn_default:focus, fieldset[disabled] .btn_default:hover { background-color: #f6f8fa; border-color: #dfe5ed } .btn_default-bis { color: #363d4d; background-color: #fff; border-color: #d3d9e0 } .btn_default-bis:focus, .btn_default-bis:hover { color: #363d4d; background-color: #fff; border-color: #afbac7 } .btn_default-bis.active, .btn_default-bis:active, .open > .btn_default-bis.dropdown-toggle { color: #363d4d; background-color: #e8ecf2; border-color: #afbac7 } .btn_default-bis.active.focus, .btn_default-bis.active:focus, .btn_default-bis.active:hover, .btn_default-bis:active.focus, .btn_default-bis:active:focus, .btn_default-bis:active:hover, .open > .btn_default-bis.dropdown-toggle.focus, .open > .btn_default-bis.dropdown-toggle:focus, .open > .btn_default-bis.dropdown-toggle:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8898ab } .btn_default-bis.disabled, .btn_default-bis.disabled.active, .btn_default-bis.disabled:active, .btn_default-bis.disabled:focus, .btn_default-bis.disabled:hover, .btn_default-bis[disabled], .btn_default-bis[disabled].active, .btn_default-bis[disabled]:active, .btn_default-bis[disabled]:focus, .btn_default-bis[disabled]:hover, fieldset[disabled] .btn_default-bis, fieldset[disabled] .btn_default-bis.active, fieldset[disabled] .btn_default-bis:active, fieldset[disabled] .btn_default-bis:focus, fieldset[disabled] .btn_default-bis:hover { background-color: #fff; border-color: #d3d9e0 } .btn_primary { color: #fff; background-color: #0396ff; border-color: transparent } .btn_primary.active, .btn_primary:active, .btn_primary:focus, .btn_primary:hover, .open > .btn_primary.dropdown-toggle { color: #fff; background-color: #0088e9 } .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 > .btn_primary.dropdown-toggle.focus, .open > .btn_primary.dropdown-toggle:focus, .open > .btn_primary.dropdown-toggle:hover { color: #fff; background-color: #0079cf } .btn_primary.disabled, .btn_primary.disabled.active, .btn_primary.disabled:active, .btn_primary.disabled:focus, .btn_primary.disabled:hover, .btn_primary[disabled], .btn_primary[disabled].active, .btn_primary[disabled]:active, .btn_primary[disabled]:focus, .btn_primary[disabled]:hover, fieldset[disabled] .btn_primary, fieldset[disabled] .btn_primary.active, fieldset[disabled] .btn_primary:active, fieldset[disabled] .btn_primary:focus, fieldset[disabled] .btn_primary:hover { background-color: #0396ff } .btn_success { color: #fff; background-color: #74caac; border-color: transparent } .btn_success.active, .btn_success:active, .btn_success:focus, .btn_success:hover, .open > .btn_success.dropdown-toggle { color: #fff; background-color: #62c3a1 } .btn_success.active.focus, .btn_success.active:focus, .btn_success.active:hover, .btn_success:active.focus, .btn_success:active:focus, .btn_success:active:hover, .open > .btn_success.dropdown-toggle.focus, .open > .btn_success.dropdown-toggle:focus, .open > .btn_success.dropdown-toggle:hover { color: #fff; background-color: #4fbc96 } .btn_success.disabled, .btn_success.disabled.active, .btn_success.disabled:active, .btn_success.disabled:focus, .btn_success.disabled:hover, .btn_success[disabled], .btn_success[disabled].active, .btn_success[disabled]:active, .btn_success[disabled]:focus, .btn_success[disabled]:hover, fieldset[disabled] .btn_success, fieldset[disabled] .btn_success.active, fieldset[disabled] .btn_success:active, fieldset[disabled] .btn_success:focus, fieldset[disabled] .btn_success:hover { background-color: #74caac } .btn_danger { color: #fff; background-color: #f27171; border-color: transparent } .btn_danger.active, .btn_danger:active, .btn_danger:focus, .btn_danger:hover, .open > .btn_danger.dropdown-toggle { color: #fff; background-color: #f05a5a } .btn_danger.active.focus, .btn_danger.active:focus, .btn_danger.active:hover, .btn_danger:active.focus, .btn_danger:active:focus, .btn_danger:active:hover, .open > .btn_danger.dropdown-toggle.focus, .open > .btn_danger.dropdown-toggle:focus, .open > .btn_danger.dropdown-toggle:hover { color: #fff; background-color: #ee4242 } .btn_danger.disabled, .btn_danger.disabled.active, .btn_danger.disabled:active, .btn_danger.disabled:focus, .btn_danger.disabled:hover, .btn_danger[disabled], .btn_danger[disabled].active, .btn_danger[disabled]:active, .btn_danger[disabled]:focus, .btn_danger[disabled]:hover, fieldset[disabled] .btn_danger, fieldset[disabled] .btn_danger.active, fieldset[disabled] .btn_danger:active, fieldset[disabled] .btn_danger:focus, fieldset[disabled] .btn_danger:hover { background-color: #f27171 } .btn_link { color: #528fcc; cursor: pointer; border-radius: 0 } .btn_link, .btn_link:active, .btn_link[disabled], fieldset[disabled] .btn_link { background-color: transparent; box-shadow: none } .btn_link, .btn_link:active, .btn_link:focus, .btn_link:hover { border-color: transparent } .btn_link:focus, .btn_link:hover { color: #3069a2; text-decoration: underline; background-color: transparent } .btn_link[disabled]:focus, .btn_link[disabled]:hover, fieldset[disabled] .btn_link:focus, fieldset[disabled] .btn_link:hover { color: #8b96a8; text-decoration: none } .btn_lg { padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px } .btn_md { padding: 4px 16px; font-size: 16px; line-height: 1.375 } .btn_md, .btn_sm { border-radius: 4px } .btn_sm { padding: 3px 14px; font-size: 14px; line-height: 1.572 } .btn_xs { padding: 5px 14px } .btn_xs, .btn_xxs { font-size: 12px; line-height: 1.572; border-radius: 3px } .btn_xxs { padding: 3px 4px } .btn_block { display: block; width: 100% } .btn_flat { padding-left: 0; padding-right: 0 } .btn_flat, .btn_flat.active, .btn_flat:active, .btn_flat:focus, .btn_flat:hover { border-color: transparent } .btn_lt { float: left } .btn_rt { float: right } .btn_color { position: relative; text-align: left } .btn-color-swatch { position: absolute; border: 1px solid #d6d6d6; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px } .btn_color.btn_xs { padding-left: 32px; padding-right: 32px } .btn_color.btn_xs .btn-color-swatch { width: 20px; height: 20px; left: 4px; top: 50%; margin-top: -10px } .btn-icon { padding: 11px 12px; line-height: 1; font-size: 0 } .btn__stick-right { border-right: 0 } .btn__stick-left { border-left: 0 } .btn-file { position: relative; overflow: hidden } .btn-file__input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 200px; direction: ltr; cursor: pointer } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent } .caret_invert, .form-field-type_active .form-field-type__caret { border-top: 0; border-bottom: 4px solid } .dropdown { position: relative } .dropdown-toggle:focus { outline: 0 } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 7px 0; margin: 2px 0 0; max-height: 415px; overflow-y: auto; list-style: none; font-size: 16px; background-color: #fff; border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .2); border: 1px solid \9; background-clip: padding-box } .dropdown-menu_right { left: auto; right: 0 } .dropdown-menu_left { left: 0; right: auto } .dropdown-menu__divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5 } .dropdown-menu__i_btn { padding: 10px 10px 3px } .dropdown-menu__a { display: block; padding: 8px 20px; border: 1px solid transparent; clear: both; line-height: 1.375; color: #363d4d; white-space: nowrap } .dropdown-menu__a:focus, .dropdown-menu__a:hover { text-decoration: none; color: #363d4d; background-color: #f1f3f5 } .dropdown-menu__i_active > .dropdown-menu__a, .dropdown-menu__i_active > .dropdown-menu__a:focus, .dropdown-menu__i_active > .dropdown-menu__a:hover { color: #fff; text-decoration: none; outline: 0; background-color: #528fcc } .dropdown-menu__i_disabled > .dropdown-menu__a, .dropdown-menu__i_disabled > .dropdown-menu__a:focus, .dropdown-menu__i_disabled > .dropdown-menu__a:hover { color: #6e6e6e } .dropdown-menu__i_disabled > .dropdown-menu__a:focus, .dropdown-menu__i_disabled > .dropdown-menu__a:hover { text-decoration: none; background-color: transparent; background-image: none; cursor: not-allowed } .open > .dropdown-menu { display: block } .open > a { outline: 0 } .btn-group { position: relative; display: inline-block; vertical-align: middle } .btn-group > .btn { position: relative; float: left } .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2 } .btn-group > .btn:focus { outline: none } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px } .btn-toolbar { margin-left: -5px } .btn-toolbar:after, .btn-toolbar:before { content: " "; display: table } .btn-toolbar:after { clear: both } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0 } .btn-group > .btn:first-child { margin-left: 0 } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0 } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0 } .btn-group > .btn-group { float: left } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0 } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0 } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0 } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0 } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px } .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn-group.open .dropdown-toggle.btn-link { box-shadow: none } .input-group { position: relative; display: table; border-collapse: separate } .input-group[class*=col-] { float: none; padding-left: 0; padding-right: 0 } .input-group .form-control { float: left; width: 100%; margin-bottom: 0 } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0 } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle } .input-group-addon { padding: 8px 10px; font-size: 16px; font-weight: 400; line-height: 1; color: #363d4d; text-align: center; background-color: #eee; border: 1px solid #dfe5ed; border-radius: 4px } .input-group-addon.form-control_sm, .input-group_sm > .input-group-addon, .input-group_sm > .input-group-btn > .input-group-addon.btn { padding: 3px 7px; font-size: 14px; border-radius: 3px } .input-group-addon.form-control_lg, .input-group_lg > .input-group-addon, .input-group_lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 20px; border-radius: 6px } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 } .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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0 } .input-group-addon:first-child { border-right: 0 } .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0 } .input-group-addon:last-child { border-left: 0 } .input-group-btn { font-size: 0; white-space: nowrap } .input-group-btn, .input-group-btn > .btn { position: relative } .input-group-btn > .btn + .btn { margin-left: -1px } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px } .label { position: relative; display: inline; padding: .2em .4em; font-size: 75%; font-weight: 400; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em } .label[href]:focus, .label[href]:hover { color: #fff; text-decoration: none; cursor: pointer } .label:empty { display: none } .label_default { background-color: #c3c5cc } .label_default[href]:focus, .label_default[href]:hover { background-color: #a7aab5 } .label_success { background-color: #74caac } .label_success[href]:focus, .label_success[href]:hover { background-color: #4fbc96 } .label_danger { background-color: #f27171 } .label_danger[href]:focus, .label_danger[href]:hover { background-color: #ee4242 } .label_test { background-color: #63a1d5 } .label_test[href]:focus, .label_test[href]:hover { background-color: #3b89ca } .label_lt { margin-right: 4px } .label_rt { margin-left: 4px } .label_sm { font-size: 10px; top: -1px } .label_xs { font-size: 55%; top: -2px } .alert { padding: 15px; border: 1px solid transparent; border-radius: 4px } .alert h4 { margin-top: 0; color: inherit } .alert .alert-link { font-weight: 700 } .alert > p, .alert > ul { margin-bottom: 0 } .alert > p + p { margin-top: 5px } .alert__h { margin: 0 0 20px; font-size: 16px } .alert_dismissable { padding-right: 35px } .alert_dismissable .close { position: relative; top: -2px; right: -21px; color: inherit } .alert_lg { padding: 25px } .alert_lg .alert-list { padding-left: 18px } .alert_success { background-color: #c0e3cc; border-color: #96a79c; color: #363d4d } .alert_success hr { border-top-color: #899b8f } .alert_success .alert-link { color: #21252f } .alert_info { background-color: #fffbe8; border-color: #e0d5a1; color: #363d4d } .alert_info hr { border-top-color: #d9cc8e } .alert_info .alert-link { color: #21252f } .alert_warning { background-color: #ffe2b3; border-color: #d3b17a; color: #363d4d } .alert_warning hr { border-top-color: #cca566 } .alert_warning .alert-link { color: #21252f } .alert_danger { background-color: #fbd8d0; border-color: #cda298; color: #363d4d } .alert_danger hr { border-top-color: #c49387 } .alert_danger .alert-link { color: #21252f } .alert-list { list-style: decimal; padding: 0 0 0 40px; margin: 0; font-size: 14px } .alert-list__i + .alert-list__i { margin-top: 20px } @-webkit-keyframes progress-bar-stripes { 0% { background-position: 40px 0 } to { background-position: 0 0 } } @keyframes progress-bar-stripes { 0% { background-position: 40px 0 } to { background-position: 0 0 } } .progress { overflow: hidden; height: 16px; background-color: #f5f5f5; border-radius: 2px } .progress-bar { float: left; width: 0; height: 100%; font-size: 14px; line-height: 22px; color: #fff; text-align: center; background-color: #0396ff; transition: width .6s ease } .progress_striped .progress-bar { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); background-size: 40px 40px } .progress_active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite } .progress-bar_success { background-color: #74caac } .progress_striped .progress-bar_success { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_info { background-color: #5bc0de } .progress_striped .progress-bar_info { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_warning { background-color: #ff9c00 } .progress_striped .progress-bar_warning { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_danger { background-color: #f27171 } .progress_striped .progress-bar_danger { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .panel { background-color: #fff } .panel_flat > .panel__body { padding: 0 } .panel_flat > .panel__footer { padding: 0; background-color: transparent; border-top: 1px solid #ddd } .panel_rounded { border: 1px solid #ddd; border-radius: 4px } .panel_rounded .panel__heading { border-top-right-radius: 3px; border-top-left-radius: 3px } .panel_rounded .panel__footer { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel__body { padding: 20px } .panel__body:after, .panel__body:before { content: " "; display: table } .panel__body:after { clear: both } .panel__body_minheight { min-height: 460px } .panel__heading { padding: 10px 20px; background-color: #f1f3f5; border-top-right-radius: 3px; border-top-left-radius: 3px } .panel__h { margin: 8px 0; font-size: 16px; line-height: 1.5 } .panel__heading-link { position: relative; top: 2px; float: right; font-size: 14px } .panel__footer { padding: 10px 20px; background-color: #f1f3f5; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center } .close { float: right; font-size: 26px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; outline: 0; opacity: .5; filter: alpha(opacity=50) } .close_btn { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none } .close_btn.active, .close_btn:active { outline: 0 } .modal-open { overflow: hidden } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0 } .modal_fade { opacity: 0; transition: opacity .15s linear } .modal_fade .modal__dialog { -webkit-transform: translateY(-25%); transform: translateY(-25%); transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out } .modal_fade-in { opacity: 1 } .modal_fade-in .modal__dialog { -webkit-transform: translate(0); transform: translate(0) } .modal__dialog { position: relative; width: 600px; margin: 110px auto 30px } .modal_sm .modal__dialog { width: 300px } .modal_lg .modal__dialog { width: 900px } .modal__content { position: relative; padding: 30px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 5px 15px rgba(0, 0, 0, .5); background-clip: padding-box; outline: none } .modal__header { margin-bottom: 20px } .modal__title { margin: 0; font-size: 28px; line-height: 1.375 } .modal__body { position: relative } .modal__footer { margin-top: 30px } .modal__footer:after, .modal__footer:before { content: " "; display: table } .modal__footer:after { clear: both } .modal__footer .btn + .btn { margin-left: 6px; margin-bottom: 0 } .modal__close { position: absolute; top: 5px; right: 12px; padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 26px; font-weight: 300; line-height: 1; color: #777 } .modal__close:focus, .modal__close:hover { color: #333; text-decoration: none; cursor: pointer; outline: 0 } .modal__close.active, .modal__close:active { outline: 0 } .modal__description { margin: 0 0 15px } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop_fade { opacity: 0; filter: alpha(opacity=0); transition: opacity .15s linear } .modal-backdrop_fade-in { opacity: .5; filter: alpha(opacity=50) } .modal__scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .tooltip { position: absolute; z-index: 1060; display: block; visibility: visible; font-size: 14px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0) } .tooltip.in { opacity: .9; filter: alpha(opacity=90) } .tooltip.top { margin-top: -3px; padding: 5px 0 } .tooltip.right { margin-left: 3px; padding: 0 5px } .tooltip.bottom { margin-top: 3px; padding: 5px 0 } .tooltip.left { margin-left: -3px; padding: 0 5px } .tooltip.top-left, .tooltip.top-right { margin-top: -3px; padding: 5px 0 } .tooltip.bottom-left, .tooltip.bottom-right { margin-top: 3px; padding: 5px 0 } .tooltip-inner { max-width: 250px; padding: 3px 8px; text-decoration: none; border-radius: 4px; white-space: normal } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0 } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0 } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0 } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0 } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px } .tooltip .tooltip-inner { color: #fff; background-color: #000 } .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow, .tooltip.top .tooltip-arrow { border-top-color: #000 } .tooltip.right .tooltip-arrow { border-right-color: #000 } .tooltip.left .tooltip-arrow { border-left-color: #000 } .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow, .tooltip.bottom .tooltip-arrow { border-bottom-color: #000 } .tooltip-validation .tooltip-inner { color: #fff; background-color: #f27171 } .tooltip-validation.top-left .tooltip-arrow, .tooltip-validation.top-right .tooltip-arrow, .tooltip-validation.top .tooltip-arrow { border-top-color: #f27171 } .tooltip-validation.right .tooltip-arrow { border-right-color: #f27171 } .tooltip-validation.left .tooltip-arrow { border-left-color: #f27171 } .tooltip-validation.bottom-left .tooltip-arrow, .tooltip-validation.bottom-right .tooltip-arrow, .tooltip-validation.bottom .tooltip-arrow { border-bottom-color: #f27171 } .pagination { display: inline-block; padding-left: 0; margin: 0 } .pagination > li { display: inline } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 4px 10px; line-height: 1.375; text-decoration: none; color: #363d4d; background-color: #fff; border-radius: 4px; border: 1px solid #ddd; margin-left: 6px } .pagination > li > a .icon, .pagination > li > span .icon { position: relative; top: -2px } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0 } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { color: #363d4d; background-color: #eee; border-color: #ddd } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; background-color: #0396ff; border-color: #0396ff; cursor: default } .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #999; background-color: #fff; border-color: #ddd; cursor: not-allowed } .pagination > .disabled .icon { opacity: .5; filter: alpha(opacity=50) } .pagination_lg > li > a, .pagination_lg > li > span { padding: 10px 16px; font-size: 20px } .pagination_lg > li:first-child > a, .pagination_lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px } .pagination_lg > li:last-child > a, .pagination_lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px } .pagination_sm > li > a, .pagination_sm > li > span { padding: 3px 7px; font-size: 14px } .pagination_sm > li:first-child > a, .pagination_sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px } .pagination_sm > li:last-child > a, .pagination_sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px } .link_danger { color: #f27171 } .link_danger:hover { color: #ee4242 } .link_rt { float: right } .link_sm { font-size: 14px } .text-link { color: #363d4d; text-decoration: none } .text-link:focus, .text-link:hover { color: #363d4d; text-decoration: underline } .text-link__icon { position: relative; top: -2px; margin-right: 6px } .text-link_sm { font-size: 14px } .text-link_sm .text-link__icon { top: -1px } .text-link_xs { font-size: 12px } .tooltipped { position: relative } .tooltipped:after { z-index: 1000000; padding: 5px 8px; font: normal normal 11px/1.5 Open Sans, Helvetica, Arial, sans-serif; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; content: attr(aria-label); background: rgba(0, 0, 0, .8); border-radius: 3px } .tooltipped:after, .tooltipped:before { position: absolute; display: none; pointer-events: none; opacity: 0 } .tooltipped:before { z-index: 1000001; width: 0; height: 0; color: rgba(0, 0, 0, .8); content: ""; border: 5px solid transparent } @-webkit-keyframes tooltip-appear { 0% { opacity: 0 } to { opacity: 1 } } @keyframes tooltip-appear { 0% { opacity: 0 } to { opacity: 1 } } .tooltipped:active:after, .tooltipped:active:before, .tooltipped:focus:after, .tooltipped:focus:before, .tooltipped:hover:after, .tooltipped:hover:before { display: inline-block; text-decoration: none; -webkit-animation-name: tooltip-appear; animation-name: tooltip-appear; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-delay: .4s; animation-delay: .4s } .tooltipped_no-delay:active:after, .tooltipped_no-delay:active:before, .tooltipped_no-delay:focus:after, .tooltipped_no-delay:focus:before, .tooltipped_no-delay:hover:after, .tooltipped_no-delay:hover:before { opacity: 1; -webkit-animation: none; animation: none } .tooltipped_multiline:active:after, .tooltipped_multiline:focus:after, .tooltipped_multiline:hover:after { display: table-cell } .tooltipped_s:after, .tooltipped_se:after, .tooltipped_sw:after { top: 100%; right: 50%; margin-top: 5px } .tooltipped_s:before, .tooltipped_se:before, .tooltipped_sw:before { top: auto; right: 50%; bottom: -5px; margin-right: -5px; border-bottom-color: rgba(0, 0, 0, .8) } .tooltipped_se:after { right: auto; left: 50%; margin-left: -15px } .tooltipped_sw:after { margin-right: -15px } .tooltipped_n:after, .tooltipped_ne:after, .tooltipped_nw:after { right: 50%; bottom: 100%; margin-bottom: 5px } .tooltipped_n:before, .tooltipped_ne:before, .tooltipped_nw:before { top: -5px; right: 50%; bottom: auto; margin-right: -5px; border-top-color: rgba(0, 0, 0, .8) } .tooltipped_ne:after { right: auto; left: 50%; margin-left: -15px } .tooltipped_nw:after { margin-right: -15px } .tooltipped_n:after, .tooltipped_s:after { -webkit-transform: translateX(50%); transform: translateX(50%) } .tooltipped_w:after { right: 100%; bottom: 50%; margin-right: 7px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped_w:before { top: 50%; bottom: 50%; left: -7px; margin-top: -5px; border-left-color: rgba(0, 0, 0, .8) } .tooltipped_e:after { bottom: 50%; left: 100%; margin-left: 5px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped_e:before { top: 50%; right: -5px; bottom: 50%; margin-top: -5px; border-right-color: rgba(0, 0, 0, .8) } .tooltipped_multiline:after { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 250px; word-break: break-all; word-wrap: normal; white-space: pre-line; border-collapse: separate } .tooltipped_multiline.tooltipped_n:after, .tooltipped_multiline.tooltipped_s:after { right: auto; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .tooltipped_multiline.tooltipped_e:after, .tooltipped_multiline.tooltipped_w:after { right: 100% } @media screen and (min-width: 0\0 ) { .tooltipped_multiline:after { width: 250px } } .tooltipped_sticky:after, .tooltipped_sticky:before { display: inline-block } .tooltipped_sticky.tooltipped_multiline:after { display: table-cell } .draggable { position: fixed; z-index: 110 } .draggable.dragged { cursor: move; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .draggable-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100 } .icon { vertical-align: middle; display: inline-block; width: 16px; height: 16px; background-image: url(/static/images/icons-common.20260d.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .icon { background-image: url(/static/images/icons-common@2x.d306d4.png); background-size: 16px 816px } } .icon_doc { background-position: 0 0 } .icon_comment { background-position: 0 -96px } .icon_next { background-position: 0 -128px } .icon_prev { background-position: 0 -144px } .icon_close { background-position: 0 -240px } .icon_close:hover { background-position: 0 -224px } .icon_pencil { background-position: 0 -256px } .icon_pencil:hover { background-position: 0 -272px } .icon_menu { background-position: 0 -304px } .icon_menu:hover { background-position: 0 -320px } .icon_handle { background-position: 0 -336px } .icon_trash { background-position: 0 -352px } .icon_trash:hover { background-position: 0 -368px } .icon_goto { background-position: 0 -384px } .icon_settings { background-position: 0 -400px } .icon_plus { background-position: 0 -416px } .icon_next-page { background-position: 0 -432px } [disabled] .icon_next-page { background-position: 0 -448px } .icon_last-page { background-position: 0 -464px } [disabled] .icon_last-page { background-position: 0 -480px } .icon_prev-page { background-position: 0 -496px } [disabled] .icon_prev-page { background-position: 0 -512px } .icon_first-page { background-position: 0 -528px } [disabled] .icon_first-page { background-position: 0 -544px } .icon_envelope { background-position: 0 -560px } .icon_star { background-position: 0 -592px } ._starred .icon_star { background-position: 0 -576px } .icon_sm-star { background-position: 0 -608px } ._selected .icon_sm-star { background-position: 0 -624px } .icon_external-link { background-position: 0 -640px } .icon_external-link:hover { background-position: 0 -656px } .icon_plus2 { background-position: 0 -672px } .icon_minus { background-position: 0 -688px } .icon_cross { background-position: 0 -704px } .icon_arrow { background-position: 0 -720px } .icon_up { background-position: 0 -736px } .icon_down { background-position: 0 -752px } .icon_facebook { background-position: 0 -768px } .icon_google { background-position: 0 -784px } .icon_slack { background-position: 0 -800px } .icon-md { display: inline-block; vertical-align: middle; width: 24px; height: 24px; background-image: url(/static/images/icons-medium.4f0fe3.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .icon-md { background-image: url(/static/images/icons-medium@2x.c4951e.png); background-size: 48px 48px } } .icon-md_desktop { background-position: 0 0 } .icon-md_desktop:hover { background-position: -24px 0 } .icon-md_mobile { background-position: 0 -24px } .icon-md_mobile:hover { background-position: -24px -24px } .tag-list { margin: -10px 0 0 -10px; padding: 0; list-style: none } .tag-list:after, .tag-list:before { content: " "; display: table } .tag-list:after { clear: both } .tag-list__i { float: left; margin: 10px 0 0 10px } .tag { position: relative; display: inline-block; padding: 8px 10px; font-size: 16px; line-height: 1.375; border: 1px solid transparent; border-radius: 4px; color: #363d4d; background-color: #f1f3f5; white-space: nowrap } .tag__close { float: right; font-size: 24px; line-height: 22px; color: #363d4d; margin-left: 10px } .tag__close:focus, .tag__close:hover { color: #6b7997; text-decoration: none; cursor: pointer } .tag__text { display: inline-block; max-width: 200px; overflow: hidden; text-overflow: ellipsis } fieldset[disabled] .tag, fieldset[disabled] .tag__close { cursor: not-allowed; pointer-events: none; color: #7a86a2; opacity: 1 } .tag_md { height: 32px; padding: 4px 8px; font-size: 16px } .tag_md .tag__close { margin-left: 8px } .loader { display: inline-block; width: 20px; height: 20px; background-image: url(/static/images/loading.c3786b.gif); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .loader { background-image: url(/static/images/loading@2x.44a23f.gif); background-size: 20px 20px } } .loading-screen-container { position: relative } .loading-screen { position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; border-radius: 4px; background-color: #f1f3f5; background-color: hsla(0, 0%, 96%, .8) } .loading-screen__inner-w { display: table; width: 100%; height: 100% } .loading-screen__inner { display: table-cell; vertical-align: middle } .loading-screen__loader { height: 40px; background-image: url(/static/images/loading-lg.44a23f.gif); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .loading-screen__loader { background-image: url(/static/images/loading-lg@2x.7e749d.gif); background-size: 40px 40px } } .loading-screen__title { margin: 0; text-align: center; margin-top: 10px } .textarea-group { border: 1px solid #dfe5ed; border-radius: 4px } .textarea-group__text { display: block; width: 100%; height: auto; padding: 8px 10px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; line-height: 1.375; color: #363d4d; background-color: #fff; resize: none } .textarea-group__text:focus { outline: 0 } .textarea-group__text_code { font-family: Courier New, monospace; font-size: 12px } .textarea-group__footer:after, .textarea-group__footer:before { content: " "; display: table } .textarea-group__footer:after { clear: both } .textarea-group__btn { float: right; position: relative; right: -1px; bottom: -1px } .info-icon { position: relative; top: 3px; display: inline-block; width: 16px; height: 16px; background-image: url(/static/images/icons-info.9e6199.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .info-icon { background-image: url(/static/images/icons-info@2x.25bab7.png); background-size: 32px 48px } } .info-icon_rt { margin-left: 4px } .info-icon_sm { top: 2px } .info-icon_help { background-position: -16px -16px; background-repeat: no-repeat; cursor: pointer } .info-icon_help:hover { background-position: 0 -16px } .info-icon_error { background-position: 0 -32px } .cms-icon { display: inline-block; width: 32px; height: 32px; background-image: url(/static/images/cms-logos.e62cf5.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .cms-icon { background-image: url(/static/images/cms-logos@2x.88d3d0.png); background-size: 32px 448px } } .cms-icon_lt { margin-right: 2px } .cms-icon_wordpress { background-position: 0 0 } .cms-icon_blogger { background-position: 0 -32px } .cms-icon_squarespace { background-position: 0 -64px } .cms-icon_tumblr { background-position: 0 -96px } .cms-icon_joomla { background-position: 0 -128px } .cms-icon_weebly { background-position: 0 -160px } .cms-icon_webydo { background-position: 0 -192px } .cms-icon_jimdo { background-position: 0 -224px } .cms-icon_rainmaker { background-position: 0 -256px } .cms-icon_shopify { background-position: 0 -288px } .cms-icon_volusion { background-position: 0 -320px } .cms-icon_bigcommerce { background-position: 0 -352px } .cms-icon_facebook { background-position: 0 -384px } .cms-icon_google { background-position: 0 -416px } .stripe-header { display: block; min-height: 40px; border-radius: 4px; background-color: #f1f3f5 } .stripe-header:after, .stripe-header:before { content: " "; display: table } .stripe-header:after { clear: both } .stripe-header__text { float: left; padding: 9px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 380px } .stripe-header__text small { font-size: 14px } .stripe-header__text_sm { max-width: 280px } .stripe-header__text_rt { float: right } .stripe-header__img { float: left; height: 24px; max-width: 40px; margin: 8px 0 0 8px; overflow: hidden } .stripe-header__icon { float: left } .stripe-header__info-icon { float: right; top: 12px; right: 12px } .stripe-header_success { background-color: #74caac } .stripe-header_success .stripe-header__text { color: #fff } .stripe-header_success .stripe-header__a { color: #fff; text-decoration: underline } .stripe-header_success .stripe-header__a:focus, .stripe-header_success .stripe-header__a:hover { color: #fff; text-decoration: none } .stripe-header_block .stripe-header__text { max-width: 100% } .stripe-header.dropdown-toggle { position: relative; cursor: pointer } .stripe-header.dropdown-toggle .caret { position: absolute; top: 50%; right: 10px } .tooltip-ex { opacity: 1; filter: alpha(opacity=100) } .tooltip-ex .tooltip-inner { max-width: 408px; width: 408px; padding: 20px; text-align: left; color: #333; background-color: #fff; box-shadow: 0 0 0 4px #d3d9e0 } .tooltip-ex.bottom-left .tooltip-inner, .tooltip-ex.bottom-right .tooltip-inner, .tooltip-ex.bottom .tooltip-inner, .tooltip-ex.left .tooltip-inner, .tooltip-ex.right .tooltip-inner { position: relative } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-left .tooltip-inner:before, .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:before, .tooltip-ex.bottom .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:before, .tooltip-ex.left .tooltip-inner:after, .tooltip-ex.left .tooltip-inner:before, .tooltip-ex.right .tooltip-inner:after, .tooltip-ex.right .tooltip-inner:before { border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; content: "" } .tooltip-ex.left .tooltip-inner:after, .tooltip-ex.left .tooltip-inner:before, .tooltip-ex.right .tooltip-inner:after, .tooltip-ex.right .tooltip-inner:before { top: 50% } .tooltip-ex.bottom .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:before { top: 0; left: 50% } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-left .tooltip-inner:before { left: 0 } .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:before { right: 0 } .tooltip-ex.right { padding-left: 14px; margin-left: 1px } .tooltip-ex.right .tooltip-inner:before { left: -14px; margin-top: -10px; border-width: 10px 10px 10px 0; border-right-color: #d3d9e0 } .tooltip-ex.right .tooltip-inner:after { left: -8px; margin-top: -8px; border-width: 8px 8px 8px 0; border-right-color: #fff } .tooltip-ex.left { padding-right: 14px; margin-left: -1px } .tooltip-ex.left .tooltip-inner:before { right: -14px; margin-top: -10px; border-width: 10px 0 10px 10px; border-left-color: #d3d9e0 } .tooltip-ex.left .tooltip-inner:after { right: -8px; margin-top: -8px; border-width: 8px 0 8px 8px; border-left-color: #fff } .tooltip-ex.bottom, .tooltip-ex.bottom-left, .tooltip-ex.bottom-right { padding-top: 14px; margin-top: 1px } .tooltip-ex.bottom-left .tooltip-inner:before, .tooltip-ex.bottom-right .tooltip-inner:before, .tooltip-ex.bottom .tooltip-inner:before { top: -14px; border-width: 0 10px 10px; border-bottom-color: #d3d9e0 } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:after { top: -8px; border-width: 0 8px 8px; border-bottom-color: #fff } .tooltip-ex.bottom .tooltip-inner:before { margin-left: -10px } .tooltip-ex.bottom .tooltip-inner:after { margin-left: -8px } .tooltip-ex.bottom-left .tooltip-inner:before { margin-left: 6px } .tooltip-ex.bottom-left .tooltip-inner:after { margin-left: 8px } .tooltip-ex.bottom-right .tooltip-inner:before { margin-right: 6px } .tooltip-ex.bottom-right .tooltip-inner:after { margin-right: 8px } .tooltip-ex__text { margin: 0 } .tooltip-ex__text + .tooltip-ex__text { margin-top: 10px } .tooltip-ex__actions { margin-top: 20px; text-align: left; white-space: nowrap } .tooltip-ex__actions .btn + .btn { margin-left: 6px } .tooltip-ex__link_rt { float: right } .tooltip-ex__close { position: absolute; top: 0; right: 6px; padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 26px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) } .tooltip-ex__close:focus, .tooltip-ex__close:hover { color: #000; text-decoration: none; cursor: pointer; outline: 0; opacity: .5; filter: alpha(opacity=50) } .tooltip-ex__close.active, .tooltip-ex__close:active { outline: 0 } .tooltip-ex_overlap.bottom-left, .tooltip-ex_overlap.bottom-right { margin-top: -4px } .tooltip-ex_condensed .tooltip-inner { padding: 10px } .tooltip-ex_size_auto .tooltip-inner { width: auto } .tooltip-ex_size_sm .tooltip-inner { max-width: 240px; width: 240px } .tooltip-ex_size_lg .tooltip-inner { max-width: 600px; width: 600px } .layout-list { display: block; list-style: none; margin: -11px 0 0 -11px; padding: 0 } .layout-list:after, .layout-list:before { content: " "; display: table } .layout-list:after { clear: both } .layout-list__i { float: left; margin: 11px 0 0 11px } .layout-icon { display: block; width: 40px; height: 40px; background-image: url(/uploads/cms/img/icons-layouts-40.4b912c.png); background-color: transparent; background-repeat: no-repeat; cursor: pointer } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .layout-icon { background-image: url(/static/images/icons-layouts-40@2x.8249c8.png); background-size: 440px 80px } } .layout-icon_topBar { background-position: 0 0 } .layout-icon_topBar.layout-icon_active, .layout-icon_topBar:hover { background-position: 0 -40px } .layout-icon_bottomBar { background-position: -40px 0 } .layout-icon_bottomBar.layout-icon_active, .layout-icon_bottomBar:hover { background-position: -40px -40px } .layout-icon_modal { background-position: -80px 0 } .layout-icon_modal.layout-icon_active, .layout-icon_modal:hover { background-position: -80px -40px } .layout-icon_leftSide { background-position: -120px 0 } .layout-icon_leftSide.layout-icon_active, .layout-icon_leftSide:hover { background-position: -120px -40px } .layout-icon_rightSide { background-position: -160px 0 } .layout-icon_rightSide.layout-icon_active, .layout-icon_rightSide:hover { background-position: -160px -40px } .layout-icon_bottomLeftPanel { background-position: -200px 0 } .layout-icon_bottomLeftPanel.layout-icon_active, .layout-icon_bottomLeftPanel:hover { background-position: -200px -40px } .layout-icon_bottomRightPanel { background-position: -240px 0 } .layout-icon_bottomRightPanel.layout-icon_active, .layout-icon_bottomRightPanel:hover { background-position: -240px -40px } .layout-icon_leftFlyby { background-position: -280px 0 } .layout-icon_leftFlyby.layout-icon_active, .layout-icon_leftFlyby:hover { background-position: -280px -40px } .layout-icon_rightFlyby { background-position: -320px 0 } .layout-icon_rightFlyby.layout-icon_active, .layout-icon_rightFlyby:hover { background-position: -320px -40px } .layout-icon_leftSidebar { background-position: -360px 0 } .layout-icon_leftSidebar.layout-icon_active, .layout-icon_leftSidebar:hover { background-position: -360px -40px } .layout-icon_rightSidebar { background-position: -400px 0 } .layout-icon_rightSidebar.layout-icon_active, .layout-icon_rightSidebar:hover { background-position: -400px -40px } .layout-icon-sm { display: block; width: 30px; height: 30px; background-image: url(/static/images/icons-layouts-30.98d400.png); background-color: transparent; background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .layout-icon-sm { background-image: url(/static/images/icons-layouts-30@2x.0d4e30.png); background-size: 270px 60px } } .layout-icon-sm_topBar { background-position: 0 0 } .layout-icon-sm_topBar.layout-icon_active, .layout-icon-sm_topBar:hover { background-position: 0 -30px } .layout-icon-sm_bottomBar { background-position: -30px 0 } .layout-icon-sm_bottomBar.layout-icon_active, .layout-icon-sm_bottomBar:hover { background-position: -30px -30px } .layout-icon-sm_modal { background-position: -60px 0 } .layout-icon-sm_modal.layout-icon_active, .layout-icon-sm_modal:hover { background-position: -60px -30px } .layout-icon-sm_leftSide { background-position: -90px 0 } .layout-icon-sm_leftSide.layout-icon_active, .layout-icon-sm_leftSide:hover { background-position: -90px -30px } .layout-icon-sm_rightSide { background-position: -120px 0 } .layout-icon-sm_rightSide.layout-icon_active, .layout-icon-sm_rightSide:hover { background-position: -120px -30px } .layout-icon-sm_bottomLeftPanel { background-position: -150px 0 } .layout-icon-sm_bottomLeftPanel.layout-icon_active, .layout-icon-sm_bottomLeftPanel:hover { background-position: -150px -30px } .layout-icon-sm_bottomRightPanel { background-position: -180px 0 } .layout-icon-sm_bottomRightPanel.layout-icon_active, .layout-icon-sm_bottomRightPanel:hover { background-position: -180px -30px } .layout-icon-sm_leftFlyby { background-position: -210px 0 } .layout-icon-sm_leftFlyby.layout-icon_active, .layout-icon-sm_leftFlyby:hover { background-position: -210px -30px } .layout-icon-sm_rightFlyby { background-position: -240px 0 } .layout-icon-sm_rightFlyby.layout-icon_active, .layout-icon-sm_rightFlyby:hover { background-position: -240px -30px } .datepicker { width: 250px; height: 305px; overflow: hidden; padding: 10px } .datepicker__btn { background-color: #fff } .datepicker__btn.active, .datepicker__btn:active, .datepicker__btn:focus, .datepicker__btn:hover { background-color: #f6f8fa } .datepicker__btn_selected { color: #fff; background-color: #0396ff } .datepicker__btn_selected.active, .datepicker__btn_selected:active, .datepicker__btn_selected:focus, .datepicker__btn_selected:hover { background-color: #0396ff } .datepicker__btn_today { color: #363d4d } .datepicker__btn_today, .datepicker__btn_today.active, .datepicker__btn_today:active, .datepicker__btn_today:focus, .datepicker__btn_today:hover { background-color: #d5dfe8 } .datepicker-table { table-layout: fixed; height: 100%; width: 100% } .datepicker-table thead th { font-weight: 700; font-size: 14px; padding: 5px 0 } .datepicker-table tbody button { padding: 6px } .datepicker_mode_1 .datepicker-table tbody button, .datepicker_mode_2 .datepicker-table tbody button { height: 65px } .datepicker-table-th._prev { text-align: left } .datepicker-table-th._next { text-align: right } .datepicker-table-th button { padding-left: 8px; padding-right: 8px } .datepicker-table-th button .icon { position: relative; top: -2px } .timepicker { padding: 5px } .timepicker-table { width: 100%; height: 100% } .timepicker-table tbody button { padding: 6px } .timepicker-table tfoot button, .timepicker-table thead button { padding-left: 8px; padding-right: 8px; background-color: #fff } .timepicker-table tfoot button.active, .timepicker-table tfoot button:active, .timepicker-table tfoot button:focus, .timepicker-table tfoot button:hover, .timepicker-table thead button.active, .timepicker-table thead button:active, .timepicker-table thead button:focus, .timepicker-table thead button:hover { background-color: #f6f8fa } .timepicker-table tfoot button .icon, .timepicker-table thead button .icon { position: relative; top: -2px } .colorpicker__slider-container { white-space: nowrap } .colorpicker__slider { display: inline-block; vertical-align: top; background-image: url(/static/images/color-picker.0dd775.png); background-repeat: no-repeat; border: 1px solid #d6d6d6 } .colorpicker__slider_hue { margin-left: 7px; background-position: -170px 0 } .colorpicker__slider_sv { background-position: 0 0 } .colorpicker-slider { position: relative } .colorpicker-slider__pointer { display: block; position: absolute; top: 0; left: 0 } .colorpicker-slider_2d { cursor: crosshair } .colorpicker-slider_2d .colorpicker-slider__pointer { width: 10px; height: 10px; border: 1px solid #000; border-radius: 8px; margin-top: -6px; margin-left: -6px } .colorpicker-slider_2d .colorpicker-slider__pointer:after { display: block; position: absolute; top: 0; left: 0; width: 8px; height: 8px; border-radius: 8px; border: 1px solid #fff; content: "" } .colorpicker-slider_1d { cursor: row-resize } .colorpicker-slider_1d .colorpicker-slider__pointer { width: 100%; height: 4px; margin-top: -2px } .colorpicker-slider_1d .colorpicker-slider__pointer:after, .colorpicker-slider_1d .colorpicker-slider__pointer:before { border: solid transparent; height: 0; width: 0; top: 50%; margin-top: -4px; position: absolute; pointer-events: none; content: "" } .colorpicker-slider_1d .colorpicker-slider__pointer:before { left: -6px; border-width: 4px 0 4px 4px; border-left-color: #000 } .colorpicker-slider_1d .colorpicker-slider__pointer:after { right: -6px; border-width: 4px 4px 4px 0; border-right-color: #000 } .colorpicker-popup_flat .tooltip-inner:after, .colorpicker-popup_flat .tooltip-inner:before { display: none } .colorpicker-popup__h { margin: 0 0 4px; font-size: 12px } .colorpicker-popup__palette { margin-right: -4px } .colorpicker-popup__palette_1, .colorpicker-popup__palette_2 { margin-bottom: 8px } .colorpicker-popup__palette_3 { margin-top: 8px; margin-bottom: -2px } .colorpicker-popup__input { margin-top: 10px } .color-input { position: relative; display: block; width: 127px } .color-input input { padding-left: 44px } .color-input_block { width: auto } .color-input-swatch { position: absolute; width: 28px; height: 28px; left: 6px; top: 50%; margin-top: -14px; border: 1px solid #dfe5ed; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px; cursor: text } .color-preview { width: 80px; height: 40px; padding: 5px; background-color: #fff; border: 1px solid #dfe5ed; border-radius: 4px } .color-preview__swatch { display: block; height: 100%; border: 1px solid #dfe5ed; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px } .colorpalette__list { list-style: none; margin: -10px 0 0 -10px; padding: 0; overflow: hidden } .colorpalette__i { float: left; margin: 10px 0 0 10px; border-radius: 5px } .colorpalette__color { display: block; width: 32px; height: 32px; border: 1px solid #e2e2e2; border-radius: 3px } .colorpalette + .colorpalette { margin-top: 10px } .colorpalette_dynamic .colorpalette__list { margin-left: -13px } .colorpalette_dynamic .colorpalette__i { padding: 1px; border: 2px solid transparent; cursor: pointer } .colorpalette_dynamic .colorpalette__i_active { border: 2px solid #0396ff } .colorpalette_sm .colorpalette__list { margin: -1px 0 0 -3px } .colorpalette_sm .colorpalette__i { margin: 1px 0 0 1px; border-width: 1px; border-radius: 3px } .colorpalette_sm .colorpalette__i_active { border-width: 1px } .colorpalette_sm .colorpalette__color { width: 15px; height: 15px } .colorpalette_sm + .colorpalette_sm { margin-top: 1px } .social-icon { display: block; width: 40px; height: 40px; background-image: url(/static/images/icons-social-logos.bcfe72.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .social-icon { background-image: url(/static/images/icons-social-logos@2x.3ba577.png); background-size: 80px 1840px } } .social-icon_facebook { background-position: 0 0 } .social-icon_twitter { background-position: 0 -40px } .social-icon_gplus { background-position: 0 -80px } .social-icon_youtube { background-position: 0 -120px } .social-icon_linkedin { background-position: 0 -160px } .social-icon_instagram { background-position: 0 -200px } .social-icon_tumblr { background-position: 0 -240px } .social-icon_pinterest { background-position: 0 -280px } .social-icon_vk { background-position: 0 -320px } .social-icon_mailchimp { background-position: 0 -360px } .social-icon_email-rnd { background-position: 0 -400px } .social-icon_ga { background-position: 0 -440px } .social-icon_print { background-position: 0 -480px } .social-icon_autoresponse { background-position: 0 -520px } .social-icon_email { background-position: 0 -560px } .social-icon_whatsapp { background-position: 0 -600px } .social-icon_aweber { background-position: 0 -640px } .social-icon_constantcontact { background-position: 0 -680px } .social-icon_campaignmonitor { background-position: 0 -720px } .social-icon_activecampaign { background-position: 0 -760px } .social-icon_getresponse { background-position: 0 -800px } .social-icon_madmimi { background-position: 0 -840px } .social-icon_icontact { background-position: 0 -880px } .social-icon_mailerlite { background-position: 0 -920px } .social-icon_mailjet { background-position: 0 -960px } .social-icon_drip { background-position: 0 -1040px } .social-icon_infusionsoft { background-position: 0 -1080px } .social-icon_convertkit { background-position: 0 -1120px } .social-icon_verticalresponse { background-position: 0 -1160px } .social-icon_easysendy { background-position: 0 -1200px } .social-icon_slack { background-position: 0 -1280px } .social-icon_messenger { background-position: 0 -1320px } .social-icon_hubspot { background-position: 0 -1360px } .social-icon_pardot { background-position: 0 -1400px } .social-icon_sendy { background-position: 0 -1440px } .social-icon_mautic { background-position: 0 -1480px } .social-icon_klaviyo { background-position: 0 -1520px } .social-icon_sendgrid { background-position: 0 -1560px } .social-icon_sendinblue { background-position: 0 -1600px } .social-icon_e-goi { background-position: 0 -1640px } .social-icon_benchmarkemail { background-position: 0 -1680px } .social-icon_freshmail { background-position: 0 -1720px } .social-icon_unisender { background-position: 0 -1760px } .social-icon_ontraport { background-position: 0 -1800px } .social-icon-sm { display: block; width: 20px; height: 20px; background-image: url(/static/images/icons-social-logos.bcfe72.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .social-icon-sm { background-image: url(/static/images/icons-social-logos@2x.3ba577.png); background-size: 80px 1840px } } .social-icon-sm_facebook { background-position: -40px 0 } .social-icon-sm_facebook.social-icon-sm_disabled { background-position: -60px 0 } .social-icon-sm_twitter { background-position: -40px -20px } .social-icon-sm_twitter.social-icon-sm_disabled { background-position: -60px -20px } .social-icon-sm_gplus { background-position: -40px -40px } .social-icon-sm_gplus.social-icon-sm_disabled { background-position: -60px -40px } .social-icon-sm_youtube { background-position: -40px -60px } .social-icon-sm_youtube.social-icon-sm_disabled { background-position: -60px -60px } .social-icon-sm_linkedin { background-position: -40px -80px } .social-icon-sm_linkedin.social-icon-sm_disabled { background-position: -60px -80px } .social-icon-sm_instagram { background-position: -40px -100px } .social-icon-sm_instagram.social-icon-sm_disabled { background-position: -60px -100px } .social-icon-sm_tumblr { background-position: -40px -120px } .social-icon-sm_tumblr.social-icon-sm_disabled { background-position: -60px -120px } .social-icon-sm_pinterest { background-position: -40px -140px } .social-icon-sm_pinterest.social-icon-sm_disabled { background-position: -60px -140px } .social-icon-sm_vk { background-position: -40px -160px } .social-icon-sm_vk.social-icon-sm_disabled { background-position: -60px -160px } .social-icon-sm_mailchimp { background-position: -40px -180px } .social-icon-sm_mailchimp.social-icon-sm_disabled { background-position: -60px -180px } .social-icon-sm_email-rnd { background-position: -40px -200px } .social-icon-sm_email-rnd.social-icon-sm_disabled { background-position: -60px -200px } .social-icon-sm_print { background-position: -40px -240px } .social-icon-sm_print.social-icon-sm_disabled { background-position: -60px -240px } .social-icon-sm_email { background-position: -40px -260px } .social-icon-sm_email.social-icon-sm_disabled { background-position: -60px -260px } .social-icon-sm_whatsapp { background-position: -40px -280px } .social-icon-sm_whatsapp.social-icon-sm_disabled { background-position: -60px -280px } .social-icon-sm_aweber { background-position: -40px -300px } .social-icon-sm_aweber.social-icon-sm_disabled { background-position: -60px -300px } .social-icon-sm_constantcontact { background-position: -40px -320px } .social-icon-sm_constantcontact.social-icon-sm_disabled { background-position: -60px -320px } .social-icon-sm_campaignmonitor { background-position: -40px -340px } .social-icon-sm_campaignmonitor.social-icon-sm_disabled { background-position: -60px -340px } .social-icon-sm_activecampaign { background-position: -40px -360px } .social-icon-sm_activecampaign.social-icon-sm_disabled { background-position: -60px -360px } .social-icon-sm_getresponse { background-position: -40px -380px } .social-icon-sm_getresponse.social-icon-sm_disabled { background-position: -60px -380px } .social-icon-sm_madmimi { background-position: -40px -400px } .social-icon-sm_madmimi.social-icon-sm_disabled { background-position: -60px -400px } .social-icon-sm_icontact { background-position: -40px -420px } .social-icon-sm_icontact.social-icon-sm_disabled { background-position: -60px -420px } .social-icon-sm_mailerlite { background-position: -40px -440px } .social-icon-sm_mailerlite.social-icon-sm_disabled { background-position: -60px -440px } .social-icon-sm_mailjet { background-position: -40px -460px } .social-icon-sm_mailjet.social-icon-sm_disabled { background-position: -60px -460px } .social-icon-sm_drip { background-position: -40px -500px } .social-icon-sm_drip.social-icon-sm_disabled { background-position: -60px -500px } .social-icon-sm_infusionsoft { background-position: -40px -520px } .social-icon-sm_infusionsoft.social-icon-sm_disabled { background-position: -60px -520px } .social-icon-sm_convertkit { background-position: -40px -540px } .social-icon-sm_convertkit.social-icon-sm_disabled { background-position: -60px -540px } .social-icon-sm_verticalresponse { background-position: -40px -560px } .social-icon-sm_verticalresponse.social-icon-sm_disabled { background-position: -60px -560px } .social-icon-sm_easysendy { background-position: -40px -580px } .social-icon-sm_easysendy.social-icon-sm_disabled { background-position: -60px -580px } .social-icon-sm_slack { background-position: -40px -620px } .social-icon-sm_slack.social-icon-sm_disabled { background-position: -60px -620px } .social-icon-sm_messenger { background-position: -40px -640px } .social-icon-sm_messenger.social-icon-sm_disabled { background-position: -60px -640px } .social-icon-sm_hubspot { background-position: -40px -660px } .social-icon-sm_hubspot.social-icon-sm_disabled { background-position: -60px -660px } .social-icon-sm_pardot { background-position: -40px -680px } .social-icon-sm_pardot.social-icon-sm_disabled { background-position: -60px -680px } .social-icon-sm_sendy { background-position: -40px -700px } .social-icon-sm_sendy.social-icon-sm_disabled { background-position: -60px -700px } .social-icon-sm_mautic { background-position: -40px -720px } .social-icon-sm_mautic.social-icon-sm_disabled { background-position: -60px -720px } .social-icon-sm_klaviyo { background-position: -40px -740px } .social-icon-sm_klaviyo.social-icon-sm_disabled { background-position: -60px -740px } .social-icon-sm_sendgrid { background-position: -40px -760px } .social-icon-sm_sendgrid.social-icon-sm_disabled { background-position: -60px -760px } .social-icon-sm_sendinblue { background-position: -40px -780px } .social-icon-sm_sendinblue.social-icon-sm_disabled { background-position: -60px -780px } .social-icon-sm_e-goi { background-position: -40px -800px } .social-icon-sm_e-goi.social-icon-sm_disabled { background-position: -60px -800px } .social-icon-sm_benchmarkemail { background-position: -40px -820px } .social-icon-sm_benchmarkemail.social-icon-sm_disabled { background-position: -60px -820px } .social-icon-sm_freshmail { background-position: -40px -840px } .social-icon-sm_freshmail.social-icon-sm_disabled { background-position: -60px -840px } .social-icon-sm_unisender { background-position: -40px -860px } .social-icon-sm_unisender.social-icon-sm_disabled { background-position: -60px -860px } .social-icon-sm_ontraport { background-position: -40px -880px } .social-icon-sm_ontraport.social-icon-sm_disabled { background-position: -60px -880px } .social-icon-sm_check { background-position: -40px -900px } .social-icon-sm_check.social-icon-sm_disabled { background-position: -60px -900px } .select-dropdown { position: relative } .select-dropdown__dropdown-toggle { display: block; position: relative; padding: 8px 10px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; line-height: 1.375; text-decoration: none } .select-dropdown__dropdown-toggle:focus, .select-dropdown__dropdown-toggle:hover { text-decoration: none } .select-dropdown__dropdown-toggle .caret { position: absolute; top: 50%; right: 10px } .select-dropdown__text { display: block; margin-right: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .status-dropdown { position: relative; display: inline-block } .status-dropdown:hover .dropdown-toggle { color: #9eb0c8 } .status-dropdown .dropdown-toggle { position: relative; width: 60px; padding: 19px 0; background-color: #fff; border-color: #dfe5ed; color: #becadb } .status-dropdown .dropdown-toggle:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-dropdown .dropdown-toggle:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-dropdown .dropdown-toggle .caret { position: absolute; top: 50%; margin-top: -1px; right: 8px } .status-dropdown .dropdown-toggle[disabled] { opacity: 1 } .status-dropdown_flat .dropdown-toggle { padding: 18px 0; border-color: transparent } .status-dropdown_active .dropdown-toggle:before { background-position: 0 0 } .status-dropdown_inactive .dropdown-toggle:before { background-position: 0 -32px } .status-dropdown_suspended .dropdown-toggle:before { background-position: 0 -64px } .logo-md { display: inline-block; width: 22px; height: 22px; background-image: url(/static/images/logo-white.326985.png); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .logo-md { background-image: url(/static/images/logo-white@2x.19dd66.png); background-size: 22px 22px } } .logo { display: inline-block; padding-left: 30px; margin: 0; font-size: 20px; font-weight: 400; line-height: 24px; background-image: url(/static/images/logo.a1871f.png); background-repeat: no-repeat; background-position: 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .logo { background-image: url(/static/images/logo@2x.95aa33.png); background-size: 22px 22px } } .navbar { min-height: 60px; background: #363d4d } .navbar:after, .navbar:before { content: " "; display: table } .navbar:after { clear: both } .navbar__inner { width: 960px; margin-right: auto; margin-left: auto } .navbar__inner:after, .navbar__inner:before { content: " "; display: table } .navbar__inner:after { clear: both } .navbar__header { float: left } .navbar__header:after, .navbar__header:before { content: " "; display: table } .navbar__header:after { clear: both } .navbar__brand { position: relative; float: left; padding: 19px 10px 19px 0; line-height: 22px; height: 60px; color: #fff; text-decoration: none } .navbar__brand:focus, .navbar__brand:hover { color: #d9d9d9; text-decoration: none } .navbar__logo { color: inherit } .navbar__spinner { position: absolute; left: 0; top: 50%; margin-top: -11px; width: 22px; height: 22px; background-image: url(/static/images/logo-spinner.f5df89.gif); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .navbar__spinner { background-image: url(/static/images/logo-spinner@2x.c111a4.gif); background-size: 22px 22px } } .navbar__dropdown { float: left; margin-left: 20px; margin-top: 19px; margin-bottom: 19px } .navbar__dropdown_rt { float: right } .navbar__btn { float: left; margin-left: 20px; margin-top: 10px; margin-bottom: 10px } .navbar__btn_rt { float: right } .navbar__select-dropdown { float: left; min-width: 240px; max-width: 270px; margin: 10px 20px 10px 10px } .navbar__select-dropdown .select-dropdown__dropdown-toggle { background-color: #41495c; color: #fff } .navbar__select-dropdown .select-dropdown__dropdown-toggle:focus, .navbar__select-dropdown .select-dropdown__dropdown-toggle:hover { background-color: #4b556b; color: #fff } .navbar__select-dropdown .dropdown-menu { min-width: 100% } .navbar__select-dropdown .dropdown-menu .dropdown-menu__a { max-width: 400px; overflow: hidden; text-overflow: ellipsis } .navbar__select { float: left; width: 122px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px } .navbar-nav { float: left; margin-bottom: 0; padding-left: 0; list-style: none } .navbar-nav:after, .navbar-nav:before { content: " "; display: table } .navbar-nav:after { clear: both } .navbar-nav__i { float: left } .navbar-nav__i:first-child .navbar-nav__a { padding-left: 0 } .navbar-nav__a { display: block; padding: 19px 10px; line-height: 22px; color: #fff; text-decoration: none } .navbar-nav__a:focus, .navbar-nav__a:hover { color: #d9d9d9; text-decoration: none } .navbar-nav__badge { position: relative; top: -1px; display: inline-block; vertical-align: middle; padding: 3px 6px 4px; max-width: 34px; overflow: hidden; text-overflow: ellipsis; border-radius: 9px; background-color: #eb605b; color: #fff; font-size: 11px; line-height: 1; margin-left: 2px } .navbar-nav__badge._hide, .navbar-nav__badge:empty { display: none } .navbar-nav_rt { float: right } .navbar-nav_rt .navbar-nav__i:last-child .navbar-nav__a { padding-right: 0 } .navbar-dropdown-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; max-width: 160px; color: #fff; text-decoration: none } .navbar-dropdown-toggle:focus, .navbar-dropdown-toggle:hover { color: #d9d9d9; text-decoration: none } .navbar-dropdown-toggle._with-status { padding-left: 15px; position: relative } .navbar-dropdown-toggle._with-status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; left: 0 } .navbar-dropdown-toggle._with-status._online:after { background-color: #74caac } .navbar-dropdown-toggle__status { -webkit-box-flex: 1; -ms-flex: 1 0 15px; flex: 1 0 15px; position: relative } .navbar-dropdown-toggle__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; left: 0 } .navbar-dropdown-toggle__title { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .navbar-dropdown-toggle__caret { -webkit-box-flex: 0; -ms-flex: 0; flex: 0; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 3px 0 0 5px } .navbar-dropdown-menu__status { padding-right: 40px; position: relative } .navbar-dropdown-menu__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; right: 20px } .navbar-dropdown-menu__status._online:after { background-color: #74caac } .form-signin { background: #fff; border-radius: 6px; background-clip: padding-box; box-shadow: 0 2px 0 rgba(0, 0, 0, .06) } .form-signin__body { padding: 10px 20px } .form-signin__body .form-group:last-child { margin-bottom: 0 } .form-signin__h { text-align: center; font-size: 18px; margin: 18px 0 20px } .form-signin__help { margin: 0 0 12px } .form-signin__footer { padding: 10px 20px 20px; text-align: center } .form-signin__social-h { text-align: center; font-size: 16px; margin: 0 0 12px } .form-signin__social { padding: 20px; background-color: #f1f3f5; border-radius: 0 0 6px 6px } .form-signin__btn { padding-left: 34px; padding-right: 34px } .form-signin__a { display: inline-block; margin-top: 5px; font-size: 14px } .social-signin { text-align: center } .social-signin__btn { min-width: 164px } .social-signin__btn .icon { position: relative; top: -2px; margin-right: 4px } .social-signin__btn + .social-signin__btn { margin-left: 4px } .signin { width: 380px; margin-left: auto; margin-right: auto } .signin__header { padding: 26px; text-align: center } .signin__footer { padding: 20px; text-align: center } .error-403 { border-radius: 4px; background-color: #fff; box-shadow: 0 2px #ddd } .error-403__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .error-404-w { display: table; width: 100%; height: 100% } .error-404-w__inner { display: table-cell; vertical-align: middle } .error-404 { min-width: 320px; background-image: url(/static/images/404.7aee73.png); background-position: top; background-repeat: no-repeat; padding-top: 116px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .error-404 { background-image: url(/static/images/404@2x.5e27dd.png); background-size: 320px 116px } } .error-404__h { margin: 52px 0 8px; text-align: center; font-size: 28px } .error-404__text { font-size: 18px; text-align: center } .page-header { position: fixed; top: 0; width: 100%; z-index: 1000 } .page-content { padding-top: 20px; width: 960px; margin-right: auto; margin-left: auto } .page-content:after, .page-content:before { content: " "; display: table } .page-content:after { clear: both } .page { min-height: 100%; min-width: 980px; background: #e9eaed } .page_signin { padding-top: 5% } .page_404 { height: 100% } .page_with-footer { position: relative; padding-bottom: 60px } .footer { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px } .footer .navbar { background: none; min-height: 40px } .footer__a { font-size: 12px; line-height: 1.3333333333; padding: 12px 10px; color: #8b96a8 } .footer__a:focus, .footer__a:hover { color: #636f84 } .footer__a_social { padding: 9px 5px } .footer__social { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background-image: url(/static/images/footer-social.423eba.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .footer__social { background-image: url(/static/images/footer-social@2x.ec7194.png); background-size: 88px 44px } } .footer__a_social_facebook .footer__social { background-position: 0 0 } .footer__a_social_facebook:hover .footer__social { background-position: 0 -22px } .footer__a_social_twitter .footer__social { background-position: -22px 0 } .footer__a_social_twitter:hover .footer__social { background-position: -22px -22px } .footer__a_social_gplus .footer__social { background-position: -44px 0 } .footer__a_social_gplus:hover .footer__social { background-position: -44px -22px } .footer__a_social_linkedin .footer__social { background-position: -66px 0 } .footer__a_social_linkedin:hover .footer__social { background-position: -66px -22px } .page-notification-container { display: block; position: fixed; z-index: 1070; top: 20px; left: 50%; width: 500px; margin-left: -250px } .page-notification { position: relative; padding: 24px 35px 24px 85px; border: 4px solid #d3d9e0; border-radius: 6px; background-color: #fff; font-size: 14px } .page-notification:before { position: absolute; left: 10px; top: 50%; width: 64px; height: 64px; margin-top: -32px; background-image: url(/static/images/icons-msg.db890c.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .page-notification:before { background-image: url(/static/images/icons-msg@2x.937f07.png); background-size: 64px 192px } } .page-notification .close { position: absolute; top: 5px; right: 10px } .page-notification + .page-notification { margin-top: 10px } .page-notification_error:before { background-position: 0 0 } .page-notification_pro:before { background-position: 0 -64px } .page-notification_check:before { background-position: 0 -128px } .dashboard:after, .dashboard:before { content: " "; display: table } .dashboard:after { clear: both } .dashboard__inner { padding-top: 20px; width: 960px; margin-right: auto; margin-left: auto } .dashboard__inner:after, .dashboard__inner:before { content: " "; display: table } .dashboard__inner:after { clear: both } .dashboard__alert { vertical-align: middle; text-align: right; padding: 10px 5px; color: #fff; background-color: #ff9d00 } .dashboard-panel { background: #fff; border-radius: 4px; box-shadow: 0 2px #dbdee6 } .dashboard-panel__header { position: relative; padding: 10px 20px 10px 10px; border-top-left-radius: 4px; border-top-right-radius: 4px; background: #f1f3f5; overflow: hidden } .dashboard-panel__body { padding: 20px } .dashboard-panel__body:after, .dashboard-panel__body:before { content: " "; display: table } .dashboard-panel__body:after { clear: both } .dashboard-panel__body_minheight { min-height: 460px } .dashboard-panel__body_minheight_sm { min-height: 410px } .dashboard-panel__footer { padding: 10px 20px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; text-align: center; background: #f1f3f5 } .dashboard-panel__footer .btn { min-width: 100px } .dashboard-panel__footer .btn + .btn { margin-left: 6px } .dashboard-panel__h { margin: 8px 0 8px 10px; max-width: 80%; font-size: 16px; line-height: 1.5; text-align: left; overflow: hidden; text-overflow: ellipsis } .dashboard-panel__h_rt { text-align: right; float: right } .dashboard-panel-nav { float: left; margin-bottom: 0; padding-left: 0; list-style: none } .dashboard-panel-nav:after, .dashboard-panel-nav:before { content: " "; display: table } .dashboard-panel-nav:after { clear: both } .dashboard-panel-nav_rt { float: right } .dashboard-panel-nav__i { float: left } .dashboard-panel-nav__i + .dashboard-panel-nav__i { margin-left: 2px } .dashboard-panel-nav__icon-error { position: absolute; top: -8px; right: -8px; z-index: 1; display: none } .dashboard-panel-nav__a { position: relative; display: block; padding: 8px 16px; color: #363d4d; text-decoration: none; border-radius: 4px; border: 1px solid transparent } .dashboard-panel-nav__a:focus, .dashboard-panel-nav__a:hover { color: #000; background-color: #fff; text-decoration: none } .dashboard-panel-nav__a_active { color: #000; background-color: #fff } .dashboard-panel-nav__a_error { border: 1px solid #f27171 } .dashboard-panel-nav__a_error .dashboard-panel-nav__icon-error { display: block } .alert-bar { padding: 7px 20px; text-align: center; color: #fff } .alert-bar__inner { white-space: nowrap } .alert-bar__text { display: inline-block; margin: 0 12px 0 0; vertical-align: middle } .alert-bar__btn { border-color: transparent } .alert-bar__btn .icon { position: relative; top: -1px; left: -3px } .alert-bar__a { vertical-align: middle; color: #fff; text-decoration: underline; white-space: nowrap } .alert-bar__a:focus, .alert-bar__a:hover { color: #fff; text-decoration: none } .alert-bar__btn + .alert-bar__a { margin-left: 12px } .alert-bar_warning { background-color: #ff9c00 } .alert-bar_danger { background-color: #f27171 } .widget-manager:after, .widget-manager:before { content: " "; display: table } .widget-manager:after { clear: both } .widget-manager__side { float: left; width: 24% } .widget-manager__side-panel .stats-panel { margin-top: 20px } .widget-manager__body { float: left; width: 76%; padding-left: 20px; border-radius: 4px } .widget-manager__btn { display: block; width: 100%; padding: 11px 16px; text-align: left; cursor: pointer; border-width: 0; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .1) } .widget-manager__btn .caret { position: absolute; top: 50%; right: 11px } .widget-manager__dropdown-menu { min-width: 100%; z-index: 500 } .widget-manager__list-stub { display: block; margin-top: 115px; padding: 0 85px } .widget-editor { position: relative } .widget-editor__left { float: left; width: 50%; padding-right: 12px } .widget-editor__right { margin-left: 50%; padding-left: 10px } .widget-editor__right_pd { padding-top: 26px } .widget-editor__widget-type { position: absolute; right: 20px; top: 50%; margin-top: -11px; text-align: right } .widget-editor__widget-type .label { top: -2px } .widget-editor-alert { overflow: hidden } .widget-editor-alert__inner { display: table; width: 100%; padding: 20px; background-color: #f1f3f5; border-bottom: 1px solid #e8e8e8 } .widget-editor-alert__main { display: table-cell; padding-left: 20px; padding-right: 80px; vertical-align: middle; font-size: 14px } .widget-editor-alert__side { display: table-cell; width: 1%; vertical-align: middle } .widget-editor-alert__btn { padding-left: 40px; padding-right: 40px } .widget-editor-alert-animation.ng-enter { max-height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .widget-editor-alert-animation.ng-enter.ng-enter-active, .widget-editor-alert-animation.ng-leave { max-height: 100px; opacity: 1; filter: alpha(opacity=100) } .widget-editor-alert-animation.ng-leave { transition: all .5s ease } .widget-editor-alert-animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .widget-follow-content__social-manager, .widget-share-content__social-manager { margin: 25px 0 20px } .widget-follow-content__social-manager .social-manager__dropdown, .widget-share-content__social-manager .social-manager__dropdown { display: inline-block; min-width: 75% } .widget-share-content__social-share { display: block; margin-bottom: 20px } .widget-survey-content__form-editor { padding-bottom: 5px } .widget-contact-content__form-editor { padding: 20px 0 5px } .behavior-display__hr { margin-top: 30px; margin-bottom: 28px } .behavior-display__multiplier { margin-left: 0; min-width: 90px } .behavior-display__error { display: none; margin-top: 15px } .behavior-display__error .info-icon { margin-right: 2px } .ng-submitted .behavior-display__error { display: block } .behavior-display__alert { margin-top: -10px; width: 65% } .widget-appearance__template-checkbox { margin-bottom: 0 } .widget-appearance__mobile-align { display: block } .widget-appearance__image { padding: 15px 0 10px } .widget-appearance__image_animation.ng-enter, .widget-appearance__image_animation.ng-leave { overflow: hidden; transition: all .5s ease } .widget-appearance__image_animation.ng-enter { max-height: 0; padding: 0; opacity: 0; filter: alpha(opacity=0) } .widget-appearance__image_animation.ng-enter.ng-enter-active, .widget-appearance__image_animation.ng-leave { max-height: 250px; padding: 15px 0 10px; opacity: 1; filter: alpha(opacity=100) } .widget-appearance__image_animation.ng-leave.ng-leave-active { max-height: 0; padding: 0; opacity: 0; filter: alpha(opacity=0) } .widget-targeting__url .control-label { margin-bottom: 10px } .widget-targeting__visitor { margin-left: 20px } .widget-targeting__api, .widget-targeting__browser, .widget-targeting__geo, .widget-targeting__ip, .widget-targeting__lang, .widget-targeting__os, .widget-targeting__platform, .widget-targeting__source, .widget-targeting__utm { margin-left: 20px; margin-top: 20px } .widget-targeting__ab { margin-top: 20px; padding-top: 15px; border-top: 1px solid #e8e8e8 } .targeting-url:after, .targeting-url:before { content: " "; display: table } .targeting-url:after { clear: both } .targeting-url .form-group { margin-bottom: 10px } .targeting-url .btn_md { padding-left: 8px; padding-right: 8px } .targeting-url__toggle { min-width: 160px; width: 160px } .targeting-url__site { display: inline-block; max-width: 200px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .targeting-url__add { float: right; font-size: 14px } .targeting-api__header { margin-bottom: 10px } .targeting-api__param .btn { padding-left: 8px; padding-right: 8px } .targeting-api__toggle { width: 200px } .targeting-api__add { font-size: 14px } [disabled] .targeting-api__add { cursor: not-allowed; color: #8b96a8; text-decoration: none } .targeting-data__toggle { width: 200px; margin-right: 10px } .targeting-data__dropdown-toggle { position: relative; top: 4px } .targeting-data__input { width: 200px } .targeting-data__info-icon { top: 3px; vertical-align: middle } .targeting-control { position: relative } .targeting-control .form-control { padding-right: 30px } .targeting-control .btn { position: absolute; right: 6px; top: 50%; margin-top: -10px; line-height: 1; padding: 1px 0 0 1px } .targeting-control .btn .icon { display: block } .widget-preview_no-mobile .widget-preview__btn { display: none } .widget-preview__footer { margin-top: 10px; text-align: center; white-space: nowrap } .widget-preview__footer .widget-preview__btn + .widget-preview__btn { margin-left: 6px } .widget-preview__link { display: inline-block; vertical-align: middle; padding-left: 4px; padding-right: 4px } .widget-preview__link.disabled, .widget-preview__link[disabled] { color: #363d4d; opacity: .4; filter: alpha(opacity=40) } .widget-preview__icon { display: inline-block; vertical-align: middle; width: 24px; height: 24px; background-image: url(/static/images/icons-medium.4f0fe3.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-preview__icon { background-image: url(/static/images/icons-medium@2x.c4951e.png); background-size: 48px 48px } } .widget-preview__btn { padding-left: 3px; padding-right: 3px; background-color: #fff; border: 1px solid #dfe5ed } .widget-preview__btn.active, .widget-preview__btn:active, .widget-preview__btn:focus, .widget-preview__btn:hover { border-color: #0396ff; background-color: #fff } .widget-preview__btn_desktop .widget-preview__icon { background-position: 0 0 } .widget-preview__btn_desktop.active .widget-preview__icon, .widget-preview__btn_desktop:hover .widget-preview__icon { background-position: -24px 0 } .widget-preview__btn_mobile .widget-preview__icon { background-position: 0 -24px } .widget-preview__btn_mobile.active .widget-preview__icon, .widget-preview__btn_mobile:hover .widget-preview__icon { background-position: -24px -24px } .widget-preview__btn-logo { padding: 4px 12px; margin-left: 65px; background-color: #fff; border: 1px solid #0396ff } .widget-preview__btn-logo.active, .widget-preview__btn-logo:active, .widget-preview__btn-logo:focus, .widget-preview__btn-logo:hover { border-color: #0396ff; background-color: #fff } .preview-frame { height: 100%; position: relative; overflow: hidden } .preview-frame iframe { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; position: absolute } .desktop-preview { height: 340px; position: relative; overflow: hidden; padding: 32px 2px 2px; background: #e7e7e7 url(/uploads/cms/img/desktop-preview.f798d1.png) no-repeat 0 0; border-radius: 4px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .desktop-preview { background-image: url(/static/images/desktop-preview@2x.0000df.png); background-size: 450px 340px } } .desktop-preview__site-url { position: absolute; top: 10px; left: 67px; width: 330px; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .mobile-preview__body { width: 328px; height: 528px; margin: 0 auto; position: relative; overflow: hidden; background-image: url(/static/images/mobile-preview.f90796.png); background-repeat: no-repeat; background-position: 0 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .mobile-preview__body { background-image: url(/static/images/mobile-preview@2x.ee3ef7.png); background-size: 328px 528px } } .mobile-preview__frame { top: 44px; left: 2px; height: 482px; width: 324px } .mobile-preview__site-url { position: absolute; top: 25px; left: 10px; right: 10px; font-size: 10px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .widget-integration__left { float: left; width: 50%; padding-right: 12px } .widget-integration__right { float: left; width: 50%; padding-left: 10px } .widget-integration__integration { display: block; margin-bottom: 30px } .widget-list__i { margin-bottom: 10px } .widget-list__i_drag { border: 2px dashed #d6d6d6; border-radius: 4px } .widget-list__i_drag * { visibility: hidden } .widget-list-stub { text-align: center } .widget-list-stub__h { font-size: 28px; margin: 0 0 20px; word-wrap: break-word } .widget-list-stub__text { margin: 0 } .widget-status-btn { position: relative; padding-left: 40px } .widget-status-btn:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-status-btn:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .widget-status-btn_active:before { background-position: 0 0 } .widget-status-btn_inactive:before { background-position: 0 -32px } .widget-status-icon { display: inline-block; width: 32px; height: 32px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-status-icon { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .widget-status-icon_active { background-position: 0 0 } .widget-status-icon_inactive { background-position: 0 -32px } .widget-status-icon_suspended { background-position: 0 -64px } .widget-a { position: relative; padding: 13px 30px 13px 62px } .widget-a:before { position: absolute; left: 15px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-createwidget.011087.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-a:before { background-image: url(/static/images/icons-createwidget@2x.546081.png); background-size: 64px 224px } } .widget-a:after { position: absolute; right: 18px; top: 50%; margin-top: -8px; width: 7px; height: 16px; border-radius: 2px; content: "" } .widget-a_promo:before { background-position: 0 0 } .widget-a_promo:after { background-color: #ffbe00 } .widget-a_subscribe:before { background-position: 0 -32px } .widget-a_subscribe:after { background-color: #ff8d00 } .widget-a_follow:before { background-position: 0 -64px } .widget-a_follow:after { background-color: #00d2f2 } .widget-a_share:before { background-position: 0 -96px } .widget-a_share:after { background-color: #3677ff } .widget-a_chat:before { background-position: 0 -128px } .widget-a_chat:after { background-color: #ff5e5e } .widget-a_survey:before { background-position: 0 -160px } .widget-a_survey:after { background-color: #ad4bff } .widget-a_contact:before { background-position: 0 -192px } .widget-a_contact:after { background-color: #32ccbc } .widget { position: relative } .widget__inner { padding-left: 16px; background: #fff; border-radius: 4px; background-clip: padding-box; box-shadow: 0 2px #dbdee6 } .widget-drag { position: absolute; left: 0; top: 0; width: 16px; bottom: 0; border-radius: 4px 0 0 4px; cursor: move; cursor: -webkit-grabbing; background-color: #c3c5cc; background-image: url(/static/images/drag_and_drop_icon.419b51.png); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-drag { background-image: url(/static/images/drag_and_drop_icon@2x.fba84a.png); background-size: 6px 26px } } .widget-drag_promo { background-color: #ffbe00 } .widget-drag_subscribe { background-color: #ff8d00 } .widget-drag_follow { background-color: #00d2f2 } .widget-drag_share { background-color: #3677ff } .widget-drag_chat { background-color: #ff5e5e } .widget-drag_contact { background-color: #32ccbc } .widget-drag_survey { background-color: #ad4bff } .widget-drag_disabled { background-color: #c3c5cc } .widget__header { position: relative; padding: 10px 180px 0 10px } .widget__header:after, .widget__header:before { content: " "; display: table } .widget__header:after { clear: both } .widget__body { position: relative; padding: 10px } .widget__body:after, .widget__body:before { content: " "; display: table } .widget__body:after { clear: both } .widget__info { bottom: 10px; cursor: pointer } .widget__info, .widget__type { position: absolute; right: 10px } .widget__type { top: 19px; text-align: right; font-size: 16px } .widget__type .label { top: -2px } .widget__id { position: absolute; right: 10px; bottom: 19px; color: #c3c5cc; font-size: 12px } .widget__name-editor { display: block; margin-left: 72px } .widget__footer { padding: 10px; background: #f1f3f5; border-radius: 0 0 4px 0 } .widget__footer:after, .widget__footer:before { content: " "; display: table } .widget__footer:after { clear: both } .widget__footer .btn_lt + .btn_lt { margin-left: 5px } .widget__footer .btn_rt + .btn_rt { margin-right: 5px } .widget__status { float: left; margin-right: 12px } .widget__status .dropdown-toggle { border-color: #eaeff4 } .widget__status .dropdown-toggle:focus, .widget__status .dropdown-toggle:hover { border-color: #c9d6e2 } .widget__h { display: block; margin: 0; font-size: 16px; line-height: 40px } .widget__h-text { display: inline-block; max-width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top } .widget__h-icon { position: relative; left: 12px; top: -2px; cursor: pointer } .widget__stats { display: inline-block; min-width: 340px; max-width: 460px; overflow-x: auto; overflow-y: hidden; vertical-align: middle } .widget__icon-btn { position: relative; padding: 14px } .widget__icon-btn:before { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; margin-top: -8px; margin-left: -8px; background-image: url(/static/images/icons-common.20260d.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget__icon-btn:before { background-image: url(/static/images/icons-common@2x.d306d4.png); background-size: 16px 816px } } .widget__icon-btn_up:before { background-position: 0 -32px } .widget__icon-btn_down:before { background-position: 0 -48px } .widget__icon-btn_trash:before { background-position: 0 -352px } .widget_inactive .widget__h, .widget_inactive .widget__type, .widget_suspended .widget__h, .widget_suspended .widget__type { color: #8b96a8 } .widget_inactive .ab-test-dropdown .ab-test-dropdown-toggle:after, .widget_inactive .widget__type > .label, .widget_suspended .ab-test-dropdown .ab-test-dropdown-toggle:after, .widget_suspended .widget__type > .label { background-color: #c3c5cc } .widget-stats-table { width: 100%; border-collapse: separate; border: 1px solid #eaeff4; border-radius: 4px } .widget-stats-table > tbody > tr > td, .widget-stats-table > tbody > tr > th, .widget-stats-table > tfoot > tr > td, .widget-stats-table > tfoot > tr > th, .widget-stats-table > thead > tr > td, .widget-stats-table > thead > tr > th { text-align: center; border-right: 1px solid #eaeff4 } .widget-stats-table > tbody > tr > td:last-child, .widget-stats-table > tbody > tr > th:last-child, .widget-stats-table > tfoot > tr > td:last-child, .widget-stats-table > tfoot > tr > th:last-child, .widget-stats-table > thead > tr > td:last-child, .widget-stats-table > thead > tr > th:last-child { border-right: none } .widget-stats-table__values-tr > td { padding: 8px 8px 0; vertical-align: bottom; font-size: 16px } .widget-stats-table__captions-tr > td { padding: 0 8px 8px; vertical-align: top; font-size: 12px; color: #8b96a8 } .widget-stub { text-align: center; white-space: nowrap } .widget-stub__text { display: inline-block; margin: 0; font-size: 12px; color: #8b96a8 } .widget-stub__actions { display: inline-block; margin-left: 4px } .widget-stub__actions .widget-stub__a + .widget-stub__a { margin-left: 4px } .widget-stub__a { color: #8b96a8; text-decoration: underline; font-size: 12px } .widget-stub__a:focus, .widget-stub__a:hover { color: #636f84; text-decoration: underline } .widget-list__i_animation.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .widget-list__i_animation.ng-enter.ng-enter-active { height: 176px; opacity: 1; filter: alpha(opacity=100) } .widget-list__i_animation.ng-leave { height: 22px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget-list__i_animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .widget_animation.ng-hide-add, .widget_animation.ng-hide-remove { overflow: hidden; height: 176px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget_animation.ng-hide { height: 0; opacity: 0; filter: alpha(opacity=0) } .widget-stub_animation.ng-hide-add, .widget-stub_animation.ng-hide-remove { height: 22px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget-stub_animation.ng-hide { height: 0; opacity: 0; filter: alpha(opacity=0) } @-webkit-keyframes widget-bounce { 0%, 20%, 53%, 80%, to { transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0); transform: translateZ(0) } 40%, 43% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 70% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0) } } @keyframes widget-bounce { 0%, 20%, 53%, 80%, to { transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0); transform: translateZ(0) } 40%, 43% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 70% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0) } } .widget_animation_highlight .widget__inner { -webkit-animation: widget-bounce 1s ease; animation: widget-bounce 1s ease } .user-manager__h { margin: 0 0 15px; font-size: 14px; line-height: 1.375 } .user-manager__user { display: block } .user-manager__user + .user-manager__user { margin-top: 10px } .user-manager__stub { display: block; margin-top: 80px; font-size: 28px; text-align: center } .user-manager__plan { margin: 25px 0 } .site-integration__btn { width: 120px } .site-integration__link { color: #8b96a8; border-bottom: 1px dashed #8b96a8; text-decoration: none } .site-integration__link:focus, .site-integration__link:hover { color: #8b96a8; border-bottom: none; text-decoration: none } .site-integrations { width: 60% } .site-integrations__h { margin: 0 0 10px; font-size: 14px } .slack-operator, .slack-operator__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .slack-operator__header { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 10px; background-color: #f1f3f5; min-height: 40px; min-width: 0; border-radius: 4px } .slack-operator__title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 30%; padding-right: 20px } .slack-operator__details, .slack-operator__title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .slack-operator__details { font-size: 14px } .slack-operator__action { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-left: 10px } .slack-operator__btn { width: 120px } .slack-operator-list__i { display: block } .slack-operator-list__i + .slack-operator-list__i { margin-top: 10px } .slack-operator-list__h { margin: 0 0 10px; font-size: 14px } .slack-operator-list__stub { margin: 15px 0 0 } .slack-channel-form__method { margin-bottom: 10px } .slack-info__h { margin: 13px 0 12px; font-size: 16px } .slack-info__description { font-size: 14px } .site-manager__h { margin: 0 0 15px; font-size: 14px; line-height: 1.375 } .site-manager__info + .site-manager__info { margin-top: 15px } .site-manager__stub { display: block; margin-top: 80px; font-size: 28px; text-align: center } .site-manager__plan { margin: 25px 0 } .site-manager__plan .link { float: right; position: relative; top: 1px } .site-info { display: table; width: 100% } .site-info__item { display: table-cell; vertical-align: middle; padding-right: 10px; white-space: nowrap } .site-info__item:first-child { padding-left: 1px; border-top-left-radius: 4px; border-bottom-left-radius: 4px } .site-info__item:nth-last-child(2) { border-top-right-radius: 4px; border-bottom-right-radius: 4px } .site-info__item:nth-last-child(n+2) { background-color: #f1f3f5 } .site-info__item:last-child { padding-right: 0; padding-left: 10px } .site-info__item._fit { width: 1px } .site-info__item._rt { text-align: right } .site-info__item .btn + .btn { margin-left: 6px } .site-info__name { display: block; max-width: 380px; overflow: hidden; text-overflow: ellipsis } .site-info__link, .site-info__link .icon { display: block } .site-info__stat { font-size: 14px; color: #8b96a8 } .site-settings__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .site-settings__description { margin: 0 0 15px } .site-settings__disclaimer { margin: 30px 0 0; font-size: 14px; color: #8e8e8e } .site-settings__body:after, .site-settings__body:before { content: " "; display: table } .site-settings__body:after { clear: both } .site-settings__left { float: left; width: 60% } .site-settings__right { margin-left: 40%; padding-left: 10px } .site-settings__alert { margin-bottom: 20px } .site-settings__name { margin-bottom: 25px } .site-settings__name .stripe-header .stripe-header__text { max-width: 332px } .site-settings__code-status { margin-top: 30px } .site-settings__footer { margin-top: 270px } .site-settings__footer:after, .site-settings__footer:before { content: " "; display: table } .site-settings__footer:after { clear: both } .style-color__header { margin-bottom: 10px } .style-color__dropdown { display: inline-block; margin-right: 6px } .style-color__btn { display: block; width: 142px } .style-color__theme { margin-top: 20px } .style-color__checkbox-native { margin-bottom: 0 } .style-color__colorpalette + .style-color__colorpalette { margin-top: 15px } .style-image__btn, .style-image__control { display: block; width: 142px } .style-image__padding { position: relative; top: 13px } .style-image__loader { vertical-align: middle; position: relative; left: 8px } .style-preset { display: block; width: 32px; height: 32px; border: 1px solid #e2e2e2; overflow: hidden } .style-preset span { float: left; width: 10px; height: 10px } .preset-list { display: block; list-style: none; margin: -5px 0 0 -5px; padding: 0 } .preset-list:after, .preset-list:before { content: " "; display: table } .preset-list:after { clear: both } .preset-list__i { position: relative; float: left; margin: 5px 0 0 5px } .preset-list__i_animation.ng-leave { max-width: 60px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .preset-list__i_animation.ng-leave.ng-leave-active { max-width: 0; margin-left: 0; opacity: 0; filter: alpha(opacity=0) } .preset-list__a { display: block; padding: 2px; border: 1px solid transparent; border-radius: 4px; clear: both; white-space: nowrap } .preset-list__a:focus, .preset-list__a:hover { border-color: #74caac } .preset-list__img { width: 46px; height: 46px } .preset-list__delete-icon { position: absolute; display: none; top: -3px; right: -3px; cursor: pointer } .preset-list_editable .preset-list__delete-icon { display: block } .preset-category-list { display: block; list-style: none; margin: -5px 0 0 -5px; padding: 0 } .preset-category-list:after, .preset-category-list:before { content: " "; display: table } .preset-category-list:after { clear: both } .preset-category-list__i { float: left; margin: 5px 0 0 5px } .preset-category-list__a { display: block; padding: 2px 5px; color: #363d4d; text-decoration: none; font-size: 14px } .preset-category-list__a.active, .preset-category-list__a:focus, .preset-category-list__a:hover { color: #74caac; text-decoration: none } .preset-selector-popup { padding: 15px 18px; width: 378px } .preset-selector-popup__list .preset-list { max-height: 132px; margin-top: 0; overflow-y: auto; overflow-x: hidden } .preset-selector-popup__list + .preset-selector-popup__list { margin-top: 15px } .preset-selector-popup__edit-a { float: right; margin-top: 2px; font-size: 14px } .preset-selector-popup__category-list { margin-bottom: 12px } .preset-selector-popup_lg { width: 448px; max-height: 540px } .account-profile__body:after, .account-profile__body:before { content: " "; display: table } .account-profile__body:after { clear: both } .account-profile__left { float: left; width: 50%; padding-right: 10px } .account-profile__right { float: left; width: 50%; padding-left: 10px } .account-profile__contact { margin: 0 } .account-profile__footer { margin-top: 107px } .account-profile__footer:after, .account-profile__footer:before { content: " "; display: table } .account-profile__footer:after { clear: both } .account-profile__delete-a { float: right; color: #f27171 } .account-profile__delete-a:hover { color: #ee4242 } .account-form__actions { margin-top: 30px; text-align: left } .billing { position: relative; min-height: 420px; padding-bottom: 40px } .billing__main { width: 60% } .billing__transactions { margin-top: 30px } .billing__contact { position: absolute; bottom: 0; margin: 0 } .billing__next-payment { margin: -8px 0 15px; font-size: 12px } .billing__label { padding: .2em .5em } .billing-plan__header { position: relative; padding: 8px 0 30px } .billing-plan__current { float: right; position: relative; top: 2px; color: #8b96a8 } .billing-plan__footer { margin-top: 20px } .billing-plan-form__toggle { float: right; margin-top: 2px; font-size: 14px } .billing-plan-form__footer { margin-top: 20px } .billing-plan-form__footer .btn + .btn { margin-left: 6px } .billing-payment__header { margin-bottom: 20px } .billing-payment__coupon { display: block; width: 50%; margin-bottom: 20px } .billing-payment__calculation { display: block; margin-top: 40px; width: 75% } .payment-form._creditcard .payment-form__footer, .payment-form._creditcard .payment-form__method, .payment-form__current { width: 50% } .payment-form__method-selector { margin-top: 5px } .payment-form__text { font-size: 14px; margin-bottom: 15px } .payment-form__method { display: block; padding: 20px 0 0 } .payment-form__footer { position: relative; margin-top: 40px } .payment-form__footer .btn + .btn { margin-left: 6px } .payment-calculation__info { color: #8b96a8; font-size: 14px; line-height: 1.572; margin-bottom: 15px } .payment-calculation__explanation { font-size: 14px; margin-top: 15px } .payment-calculation__limit { display: inline-block; font-size: 14px; margin: 20px 0 0 } .credit-card .form-control { font-family: Arial, sans-serif } .credit-card .form-group__cell + .form-group__cell { width: 108px; padding-left: 15px } .credit-card__hosted-field { display: block } .credit-card__hosted-field--cvv, .hosted-field { display: inline-block } .hosted-field { width: 100%; height: 40px; border: 1px solid #dfe5ed; border-radius: 4px; vertical-align: middle } .hosted-field--focused { border-color: #528fcc; outline: 0 } .has-error .hosted-field { border-color: #f27171 } .hosted-field--cvv { width: 68px } .cvv-info__h { margin: 0 0 5px } .cvv-info__desc { margin: 5px 0 0 } .cvv-tooltip .tooltip-inner { width: auto; max-width: 600px } .cvv-tooltip__content:after, .cvv-tooltip__content:before { content: " "; display: table } .cvv-tooltip__content:after { clear: both } .cvv-tooltip__content .cvv-info { float: left } .cvv-tooltip__content .cvv-info + .cvv-info { margin-left: 20px } .billing-logo { display: block; background-image: url(/static/images/billing-logos.fb64fe.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .billing-logo { background-image: url(/static/images/billing-logos@2x.f2b330.png); background-size: 310px 160px } } .billing-logo_paypal { width: 185px; height: 71px; background-position: 0 0 } .billing-logo_amex { width: 152px; height: 85px; background-position: 0 -71px } .billing-logo_visa { width: 152px; height: 85px; background-position: -152px -71px } .paypal-btn { display: block; width: 115px; height: 44px; overflow: hidden } .paypal-btn img { max-width: 100%; display: block; width: 100%; height: 100%; outline: none; border: 0 } .paypal-logged-in { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 14px; max-width: 500px } .paypal-logged-in__icon { width: 13px; height: 15px; margin-left: 16px } .paypal-logged-in__title { font-weight: 700; margin: 0 16px } .paypal-logged-in__email { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .pricing__legend { margin-top: 20px } .plan { display: block; border: 2px solid #dfe5ed; border-radius: 4px } .plan__header { padding: 25px 30px; border-bottom: 1px solid #dfe5ed; background-color: #f1f3f5 } .plan__h { position: relative; margin: 0; font-size: 35px; line-height: 1; overflow: hidden } .plan__price { position: absolute; bottom: 0; right: 0; width: 65%; text-align: right } .plan__price.ng-enter, .plan__price.ng-leave { transition: all .5s ease-out } .plan__price.ng-enter { bottom: 100% } .plan__price.ng-enter-active, .plan__price.ng-leave { bottom: 0 } .plan__price.ng-leave-active { bottom: -100% } .plan__extra { padding: 20px 30px; border-bottom: 1px solid #dfe5ed } .plan__features { min-height: 360px; padding: 20px 30px } .plan__actions { padding: 0 30px 30px; min-height: 40px } .plan-btn { display: block; padding: 8px 20px; font-size: 16px; font-weight: 700; line-height: 1.375; border: 1px solid transparent; border-radius: 4px; text-align: center; vertical-align: middle; white-space: nowrap } .plan-btn_current { color: inherit; background-color: #f1f3f5 } .plan-btn small { display: block; font-size: 12px; font-weight: 400; line-height: 1.75 } .plan-price { font-size: 35px } .plan-price small { color: #363d4d; font-size: 14px } .plan-extra { display: table; table-layout: fixed; width: 100% } .plan-extra__row { display: table-row } .plan-extra__i { display: table-cell; white-space: nowrap; height: 36px; padding: 0 4px; vertical-align: middle } .plan-extra__i:first-child { padding-left: 0 } .plan-extra__i:last-child { padding-right: 0 } .plan-extra__i._fit { width: 1px } .plan-extra__i._rt { text-align: right } .plan-extra__i._primary { font-weight: 700 } .plan-extra__cross { padding: .3em } .plan-features { list-style: none; margin: 0; padding: 0 } .plan-features__i { position: relative; padding: 5px 0; font-size: 14px } .plan-table { margin-left: -20px } .plan-table:after, .plan-table:before { content: " "; display: table } .plan-table:after { clear: both } .plan-table__cell { float: left; padding-left: 20px } .plan-table__cell_1of3 { width: 33.3333333333% } .plan-table-h { margin-bottom: 10px } .feature-prices-table { width: 100%; font-size: 16px } .feature-prices-table__td { padding: 8px; white-space: nowrap } .feature-prices-table__td._discount { color: #528fcc } .mobile-form__actions { margin-top: 20px; text-align: left } .add-modal .modal__dialog { width: 730px } .add-modal .modal__footer { margin-top: 30px } .add-modal__btn { padding: 14px 40px; font-size: 20px } .add-modal__info { margin: 0 } .add-modal__info_animation { overflow: hidden } .add-modal__info_animation.ng-enter, .add-modal__info_animation.ng-leave { transition: all 1s ease } .add-modal__info_animation.ng-enter { max-height: 0 } .add-modal__info_animation.ng-enter.ng-enter-active, .add-modal__info_animation.ng-leave { max-height: 200px } .add-modal__info_animation.ng-leave.ng-leave-active { max-height: 0 } .site-form .form-group { margin-bottom: 0 } .upgrade-modal .modal__dialog { width: 730px } .upgrade-modal__content ul { margin: 0; padding: 20px 0 0 40px } .upgrade-modal__btn { padding: 14px 40px; font-size: 20px } .site-code__cms-description { margin: 24px 0 0 } .cms-description { position: relative; padding-left: 42px; font-size: 14px } .cms-description__icon { position: absolute; left: 0; top: 50%; margin-top: -16px } .code-status__code-check { display: inline-block; margin-left: 6px } .status-badge { position: relative; display: inline-block; border-radius: 4px; border: 1px solid #d6d6d6; padding: 8px 14px 8px 34px; vertical-align: middle } .status-badge:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-repeat: no-repeat; content: "" } .status-badge_on:before { background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_on:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-badge_off { border: 1px solid #f27171 } .status-badge_off:before { background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 -32px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_off:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-badge_pending:before { left: 10px; width: 20px; height: 20px; margin-top: -10px; background-image: url(/static/images/loading.c3786b.gif) } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_pending:before { background-image: url(/static/images/loading@2x.44a23f.gif); background-size: 20px 20px } } .stats-panel { padding: 20px 16px; background-color: #fff; border-radius: 4px; box-shadow: 0 2px #dbdee6 } .stats-panel__h { margin: 0 0 12px; font-size: 16px } .stats-panel__h-icon { position: relative; padding-left: 24px; line-height: 28px } .stats-panel__h-icon:before { position: absolute; left: -8px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 -32px; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .stats-panel__h-icon:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .stats-panel__h-icon_lock:before { background-position: 0 -64px } .stats-panel__text { margin: 0 0 5px; font-size: 14px } .stats-panel__alert { margin: 18px 0 10px; font-size: 14px; color: #f27171 } .stats-panel__link { display: inline-block; margin-top: 10px } .stats-table { width: 100% } .stats-table__name-td, .stats-table__value-td { padding: 8px 5px; font-size: 14px } .stats-table__name-td { padding-left: 0 } .stats-table__name-td_badge { position: relative; text-align: left; padding-left: 15px } .stats-table__name-td_badge:before { position: absolute; left: 0; top: 50%; margin-top: -3px; height: 6px; width: 6px; border-radius: 50%; background-color: red; content: "" } .stats-table__value-td { text-align: right; padding-right: 0 } .stats-table__name-td_badge_promo:before { background-color: #ffbe00 } .stats-table__name-td_badge_subscribe:before { background-color: #ff8d00 } .stats-table__name-td_badge_follow:before { background-color: #00d2f2 } .stats-table__name-td_badge_share:before { background-color: #3677ff } .stats-table__name-td_badge_survey:before { background-color: #ad4bff } .stats-table__name-td_badge_contact:before { background-color: #32ccbc } .stats-table__name-td_badge_chat:before { background-color: #ff5e5e } .stats-table__name-td_badge_test:before { background-color: #63a1d5 } .stats-table__comment-td { padding: 0 0 12px 15px; font-size: 12px; color: #f27171 } .social-manager__dropdown { position: relative } .social-manager__dropdown .dropdown-menu { min-width: 100% } .social-manager__dropdown .dropdown-menu__i { float: left; width: 50% } .social-manager__dropdown .dropdown-menu__a { position: relative; padding-left: 40px } .social-manager__dropdown .dropdown-menu__a .social-icon-sm { position: absolute; left: 10px; top: 50%; margin-top: -10px } .social-manager__editors, .social-manager__editors .social-editor + .social-editor { margin-top: 20px } .social-manager__stub { display: none } .social-manager__stub .info-icon { margin: 2px 2px 0 0 } .ng-submitted .social-manager__stub { display: block } .social-editor__icon { margin-right: -1px } .social-editor__url { margin-top: 10px; padding-left: 41px } .social-editor_follow.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .social-editor_follow.ng-enter.ng-enter-active, .social-editor_follow.ng-leave { height: 90px; opacity: 1; filter: alpha(opacity=100) } .social-editor_follow.ng-leave { transition: all .5s ease } .social-editor_follow.ng-leave.ng-leave-active { height: 0; opacity: 0; filter: alpha(opacity=0) } .social-editor_follow.ng-leave.ng-leave-active + .social-editor_follow { margin-top: 0 } .social-editor_share.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .social-editor_share.ng-enter.ng-enter-active, .social-editor_share.ng-leave { height: 40px; opacity: 1; filter: alpha(opacity=100) } .social-editor_share.ng-leave { transition: all .5s ease } .social-editor_share.ng-leave.ng-leave-active { height: 0; opacity: 0; filter: alpha(opacity=0) } .social-editor_share.ng-leave.ng-leave-active + .social-editor_share { margin-top: 0 } .integration__header { margin-bottom: 15px } .integration__h { margin: 13px 0 12px; font-size: 16px } .integration__loader { position: relative; padding-left: 40px; font-size: 14px } .integration__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .integration__dropdown .dropdown-menu { min-width: 100% } .integration__dropdown .dropdown-menu__a { position: relative; padding-left: 40px; max-width: 560px; overflow: hidden; text-overflow: ellipsis } .integration__dropdown .dropdown-menu__a .social-icon-sm { position: absolute; left: 10px; top: 50%; margin-top: -10px } .integration__text { font-size: 14px } .integration__text_xsmall { font-size: 12px; color: #8b96a8; margin-bottom: 7px } .integration__text_error { color: #f27171 } .integration__list { margin: 0; padding: 0 0 0 16px; font-size: 12px; color: #8b96a8 } .integration__link-map { display: inline-block; margin-top: 15px } .integration__error { display: none; position: relative; margin-top: 20px; padding-left: 24px; font-size: 14px } .integration__error .info-icon { position: absolute; top: 2px; left: 0 } .ng-submitted .integration__error { display: block } .mapping-group + .mapping-group { margin-top: 15px } .mapping-group__title { margin: 0 0 10px; font-size: 28px; line-height: 1.375 } .mapping-table { width: 100%; max-width: 100% } .mapping-table-td { padding: 5px 0; font-size: 14px } .mapping-table-td_dest { width: 35% } .mapping-table-td_dash { width: 1px; padding-left: 10px; padding-right: 10px; color: #d6d6d6 } .mapping-table-td_src-type { width: 25%; padding-right: 10px } .mapping-table-td_src-value { width: 35% } .mapping-table-field { position: relative; background-color: #f1f3f5; font-size: 14px; line-height: 1.572; padding: 4px 20px 4px 8px } .mapping-table-field_required:before { position: absolute; top: 2px; right: 6px; color: #888; content: "*" } .form-editor__header { margin: 20px 0 25px } .subscribe-form-editor__fields, .subscribe-form-editor__flag { padding-left: 20px; border-left: 1px solid #d6d6d6 } .subscribe-form-editor__flag { margin-top: -8px } .form-field-type { position: relative; padding-right: 38px; color: #363d4d; background-color: #f6f8fa; border: 1px solid #dfe5ed; border-radius: 4px; font-size: 14px; line-height: 1.572; cursor: pointer } .ng-submitted .form-field-type.form-field-type_error { border-color: #f27171 } .ng-submitted .form-field-type.form-field-type_error .form-field-type__error-icon { z-index: 1; display: block } .form-field-type.form-field-type_active { border-color: #dfe5ed } .form-field-type_editing { padding: 5px } .form-field-type__title { position: relative; display: block; line-height: 40px; min-height: 40px; padding: 0 38px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .form-field-type__caret { position: absolute; right: 14px; top: 50%; margin-top: -2px } .form-field-type__divider { position: absolute; right: 0; top: 50%; margin-top: -11px; height: 22px; width: 1px; background-color: #d6d6d6 } .form-field-type__handle { position: absolute; left: 0; top: 0; padding: 12px 10px; line-height: 1; cursor: move; cursor: -webkit-grabbing } .form-field-type__error-icon { position: absolute; top: -8px; right: -8px; display: none } .form-field-type__dropdown { position: absolute; right: 0; top: 0; bottom: 0 } .form-field-type__dropdown-toggle { display: block; line-height: 1; padding: 12px 10px } .form-field-list__i { position: relative; margin-bottom: 10px } .form-field-list__i_drag .form-field-list__field { display: none } .form-field-list__i_drag .form-field-list__type { border: 2px dashed #d6d6d6; background: transparent } .form-field-list__i_drag .form-field-list__type * { visibility: hidden } .form-field-list__field { padding: 15px 0; background: #fff } .form-field-list-stub { display: none; margin-bottom: 15px } .form-field-list-stub .info-icon { margin-right: 2px } .ng-submitted .form-field-list-stub { display: block } .form-field { padding-left: 20px; border-left: 1px solid #d6d6d6 } .form-field:after, .form-field:before { content: " "; display: table } .form-field:after { clear: both } .form-field__add-option { float: right; font-size: 14px } .form-field__dropdown-toggle { padding-left: 13px; padding-right: 13px } .form-field__dropdown-toggle .icon { position: relative; top: -2px } .form-field__handle { cursor: move; cursor: -webkit-grabbing } .form-field__handle:focus, .form-field__handle:hover { background: #f6f8fa; border-color: #dfe5ed } .form-field__i_drag { border: 2px dashed #d6d6d6; border-radius: 4px } .form-field__i_drag * { visibility: hidden } .form-field__checkbox-group { margin-top: 25px } .form-field-option { position: relative; margin-bottom: 10px } .form-field-option__next { margin: 10px 0 20px } .form-field-option__icon-comment { position: absolute; top: 12px; right: 52px; display: none } .form-field-option_with-comment .form-field-option__input { padding-right: 34px } .form-field-option_with-comment .form-field-option__icon-comment { display: block } .form-field-next { position: relative; padding-left: 40px } .form-field-next .icon { position: absolute; left: 12px; top: 50%; margin-top: -8px } .form-field-option-animation.ng-enter { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .form-field-option-animation.ng-enter.ng-enter-active { height: 40px; margin-bottom: 10px; opacity: 1; filter: alpha(opacity=100) } .form-field-option-animation.ng-leave { height: 40px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .form-field-list-animation.ng-enter, .form-field-option-animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .form-field-list-animation.ng-enter { overflow: hidden; transition: all .5s ease } .form-field-list-animation.ng-enter.ng-enter-active { height: 42px; margin-bottom: 10px; opacity: 1; filter: alpha(opacity=100) } .form-field-list-animation.ng-leave { overflow: hidden; height: 42px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .form-field-list-animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .form-report__download { display: inline-block; margin-top: 20px } .form-report__field + .form-report__field { margin-top: 45px } .form-field-report__header { display: table; width: 100%; margin-bottom: 10px } .form-field-report__h { display: table-cell; margin: 0; padding-right: 20px; font-size: 20px; line-height: 1.375 } .form-field-report__sub-h { display: table-cell; width: 1%; white-space: nowrap; font-size: 14px } .form-response-table__pagination { margin: 10px 0 0 10px } .option-table { width: 100%; max-width: 100%; border: none } .option-table__a { color: #363d4d } .option-table__a.active, .option-table__a:active, .option-table__a:focus, .option-table__a:hover { color: #363d4d; text-decoration: none } .option-table-td { padding: 10px; text-align: left; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2 } .option-table-td_count { width: 30px; text-align: right; font-size: 14px } .option-table-td_bar { width: 220px } .option-table-td_percent { width: 30px; padding-right: 0; text-align: left; font-size: 14px } .option-table-td_expand { width: 180px; padding-left: 20px; padding-right: 0; text-align: right; font-size: 14px; white-space: nowrap } .option-table-td_responses { padding-left: 0; padding-right: 0; padding: 5px 0 } .option-table-td_responses .response-table { border: none } .response-table { width: 100%; max-width: 100%; border-top: 1px solid #f2f2f2 } .response-table-td { padding: 10px } .response-table-td_comment { word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; text-align: left } .response-table-td_date { width: 100px; padding-right: 0; text-align: right; font-size: 14px; white-space: nowrap } .report__h { margin: 0; font-size: 20px; line-height: 1.375 } .report__chart { height: 460px } .report__dropdown { position: relative; float: right; top: 4px } .report__map { margin: 20px 0; height: 460px } .report__download-link { display: inline-block; margin-top: 20px } @font-face { font-family: editor-font; src: url(/static/fonts/editor-font.974554.eot); src: url(/static/fonts/editor-font.974554.eot#iefix) format("embedded-opentype"), url(/static/fonts/editor-font.2d9143.woff) format("woff"), url(/static/fonts/editor-font.ee9936.ttf) format("truetype"), url(/static/fonts/editor-font.223040.svg#editor-font) format("svg"); font-weight: 400; font-style: normal } .ta-root { padding: 0; border: none; position: relative; height: auto } .ta-root .tooltip-inner { max-width: 100%; width: auto; white-space: nowrap } .ta-root .tooltip-inner .btn-group > .btn { float: none } .ta-editor { min-height: 74px; max-height: 118px; border-radius: 0 0 4px 4px; border: 1px solid #dfe5ed; border-top: 0; overflow: auto; padding: 0 } .ta-root.focused .ta-editor, .ta-root.focused .ta-toolbar { border-color: #528fcc } .ta-root.focused .ta-toolbar > .editor-toolbar__group { opacity: 1; filter: alpha(opacity=100) } .ta-toolbar { border: 1px solid #dfe5ed; border-bottom: none; border-radius: 4px 4px 0 0 } .ta-toolbar > .editor-toolbar__group { opacity: .2; filter: alpha(opacity=20); transition: opacity .2s ease } .editor-toolbar__group { display: table; white-space: nowrap; table-layout: fixed; width: 100% } .editor-toolbar__group > .btn { border-radius: 0; display: table-cell; border-top: none; width: 20%; border-right-width: 0 } .editor-toolbar__group > .btn:first-child { border-left: none; border-top-left-radius: 4px } .editor-toolbar__group > .btn:last-child { border-right: none; border-top-right-radius: 4px } .toolbar-icon:before { font-family: editor-font, sans-serif; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em } .toolbar-icon_list-bullet:before { content: "\E800" } .toolbar-icon_list-numbered:before { content: "\E801" } .toolbar-icon_underline:before { content: "\E802" } .toolbar-icon_bold:before { content: "\E804" } .toolbar-icon_italic:before { content: "\E805" } .toolbar-icon_header:before { content: "\E806" } .toolbar-icon_link:before { content: "\E808" } .toolbar-icon_unlink:before { content: "\E809" } .toolbar-icon_eraser:before { content: "\E80A" } .toolbar-icon_link-ext:before { content: "\E803" } .toolbar-icon_edit:before { content: "\E807" } .toolbar-icon_button:before { content: "\E80B" } .ta-bind { padding: 8px 10px; outline: none; min-height: 74px; font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.2; word-wrap: break-word } .ta-bind p { margin: 0 0 10px } .ta-bind b, .ta-bind strong { font-weight: 700 } .ta-bind em, .ta-bind i { font-weight: inherit; font-style: italic } .ta-bind u { font-weight: inherit; text-decoration: underline } .ta-bind .gscw-button { font-weight: 400; text-decoration: none; display: inline-block; text-align: center; border-radius: 2px; border: 1px solid transparent; white-space: nowrap; outline: 0; padding: 8px 26px; color: #363d4d; background-color: #f6f8fa; border-color: #dfe5ed } .ta-bind .gscw-button:focus, .ta-bind .gscw-button:hover { color: #363d4d; background-color: #f6f8fa; border-color: #b8c5d7 } .open > .ta-bind .gscw-button.dropdown-toggle, .ta-bind .gscw-button.active, .ta-bind .gscw-button:active { color: #363d4d; background-color: #e8ecf2; border-color: #b8c5d7 } .open > .ta-bind .gscw-button.dropdown-toggle.focus, .open > .ta-bind .gscw-button.dropdown-toggle:focus, .open > .ta-bind .gscw-button.dropdown-toggle:hover, .ta-bind .gscw-button.active.focus, .ta-bind .gscw-button.active:focus, .ta-bind .gscw-button.active:hover, .ta-bind .gscw-button:active.focus, .ta-bind .gscw-button:active:focus, .ta-bind .gscw-button:active:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8da3bf } .ta-bind .gscw-button.disabled, .ta-bind .gscw-button.disabled.active, .ta-bind .gscw-button.disabled:active, .ta-bind .gscw-button.disabled:focus, .ta-bind .gscw-button.disabled:hover, .ta-bind .gscw-button[disabled], .ta-bind .gscw-button[disabled].active, .ta-bind .gscw-button[disabled]:active, .ta-bind .gscw-button[disabled]:focus, .ta-bind .gscw-button[disabled]:hover, fieldset[disabled] .ta-bind .gscw-button, fieldset[disabled] .ta-bind .gscw-button.active, fieldset[disabled] .ta-bind .gscw-button:active, fieldset[disabled] .ta-bind .gscw-button:focus, fieldset[disabled] .ta-bind .gscw-button:hover { background-color: #f6f8fa; border-color: #dfe5ed } .ta-bind .gscw-button:active, .ta-bind .gscw-button:disabled, .ta-bind .gscw-button:focus, .ta-bind .gscw-button:hover { outline: 0; text-decoration: none } .ta-bind .gscw-button::-moz-focus-inner { padding: 0; border: 0 } .modal-preview .modal__dialog { width: 100%; height: 100%; margin: 0 } .modal-preview .modal__content { height: 100%; padding: 0; background-repeat: no-repeat; background-color: transparent; border: 0; box-shadow: none } .modal-preview .modal__body { height: 100%; width: 100% } .modal-preview.modal_fade-in .modal__dialog, .modal-preview.modal_fade .modal__dialog { -webkit-transform: none; transform: none } .modal-preview iframe { width: 100% !important; height: 100% !important } .modal-preview__container { height: 100%; width: 100%; overflow: hidden } .autoresponse { padding-bottom: 5px } .autoresponse__body_animation.ng-enter, .autoresponse__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .autoresponse__body_animation.ng-enter { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .autoresponse__body_animation.ng-enter.ng-enter-active, .autoresponse__body_animation.ng-leave { max-height: 400px; opacity: 1; filter: alpha(opacity=100) } .autoresponse__body_animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook { padding-bottom: 5px } .webhook__body_animation.ng-enter, .webhook__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .webhook__body_animation.ng-enter, .webhook__body_animation.ng-enter-prepare { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook__body_animation.ng-enter.ng-enter-active, .webhook__body_animation.ng-leave { max-height: 200px; opacity: 1; filter: alpha(opacity=100) } .webhook__body_animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook__description { font-size: 14px } .zapier__h { margin: 13px 0 12px; font-size: 16px } .zapier__description { font-size: 14px } .notification { padding-bottom: 5px } .notification__body_animation.ng-enter, .notification__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .notification__body_animation.ng-enter { max-height: 0; padding-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .notification__body_animation.ng-enter.ng-enter-active, .notification__body_animation.ng-leave { max-height: 200px; opacity: 1; filter: alpha(opacity=100) } .notification__body_animation.ng-leave.ng-leave-active { max-height: 0; padding-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .affiliate__contact { margin: 78px 0 0 } .affiliate-form__body:after, .affiliate-form__body:before { content: " "; display: table } .affiliate-form__body:after { clear: both } .affiliate-form__main { float: left; width: 50%; padding-right: 10px } .affiliate-form__side { float: left; width: 50%; padding-left: 10px } .affiliate-form__h { margin: 0 0 20px; font-size: 28px; line-height: 1.375 } .affiliate-form__description { margin: 0 0 20px } .affiliate-form__footer { margin-top: 20px } .affiliate-form__btn { padding: 14px 40px; font-size: 20px } .affiliate-editor__main:after, .affiliate-editor__main:before { content: " "; display: table } .affiliate-editor__main:after { clear: both } .affiliate-editor__affiliate { float: left; width: 50%; padding-right: 10px } .affiliate-editor__stats { float: left; width: 50%; padding-left: 10px } .affiliate-editor__transactions { margin-top: 10px } .affiliate-editor__transactions-stub { height: 120px } .affiliate-editor__chart { height: 230px } .affiliate-editor__footer-links { margin: 0; float: left } .affiliate-editor__footer-links a { display: inline-block } .affiliate-editor__footer-links a + a { margin-left: 20px } .affiliate-editor__download-link { float: right; position: relative; top: 2px } .affiliate-editor__remove-link { float: right } .affiliate-editor__footer { margin-top: 40px } .affiliate-editor__footer:after, .affiliate-editor__footer:before { content: " "; display: table } .affiliate-editor__footer:after { clear: both } .ab-test-list__body { padding-bottom: 40px } .ab-test-list__stub { margin: 0 } .ab-test-list__i + .ab-test-list__i { margin-top: 30px } .ab-test__h { margin: 0 0 10px; font-size: 20px; line-height: 1.375 } .ab-test__winner { margin: 0 } .ab-test__footer { margin-top: 10px } .ab-test__footer .btn + .btn, .ab-test__footer .btn + .btn-group { margin-left: 6px } .ab-test-table__td._place { width: 1px } .ab-test-table__td._name { position: relative; width: 360px; padding-left: 36px; word-break: break-all; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto } .ab-test-table__td._name .widget-status-icon { position: absolute; top: 4px; left: 0 } .ab-test-table__td._ctr { width: 1px } .ab-test-table__td._ctr-diff { width: 1px; padding-left: 0; padding-right: 40px; color: #f27171 } .ab-test-table__td._actions { width: 1px; white-space: nowrap; padding-right: 20px } .ab-test-menu { min-width: 140px; padding-bottom: 0 } .ab-test-menu__a { position: relative; padding-right: 34px } .ab-test-menu__a:after { position: absolute; right: 14px; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #c3c5cc; content: "" } .ab-test-menu__a_test:after { background-color: #63a1d5 } .ab-test-menu__label { display: block; border-radius: 0; padding: .4em } .ab-test-dropdown-toggle { position: relative; padding-right: 28px } .ab-test-dropdown-toggle:after { position: absolute; right: 14px; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #c3c5cc; content: "" } .ab-test-dropdown-toggle_test:after { background-color: #63a1d5 } .user-editor-header { display: table; width: 100%; background-color: #f1f3f5; border-radius: 4px; min-height: 40px } .user-editor-header__item { display: table-cell; vertical-align: middle; padding: 1px 10px 1px 0; white-space: nowrap } .user-editor-header__item._padding_sm { padding-left: 1px } .user-editor-header__item._padding_lg { padding-left: 10px } .user-editor-header__item._fit { width: 1px } .user-editor-header__item._rt { text-align: right } .user-editor-header__name { display: block; max-width: 580px; overflow: hidden; text-overflow: ellipsis } .user-editor-header_pending .user-editor-header__name { color: #8b96a8 } .user-editor-header__dropdown { position: relative } .user-editor-header__dropdown-toggle { display: block; line-height: 1 } .user-editor-header__divider { width: 1px; height: 22px; background-color: #d6d6d6 } .user-editor-header__switch { font-size: 14px } .user-editor-header__switch, .user-editor-header__switch:focus, .user-editor-header__switch:hover { color: #363d4d; text-decoration: none } .user-editor-header__switch._expand .caret { border-top: 0; border-bottom: 4px solid } .user-editor__permissions { padding: 0 0 10px 20px; margin: 20px 0; border-left: 1px solid #d6d6d6 } .user-permissions__h { margin: 0 0 10px; font-size: 14px } .user-permissions__add-new { padding-top: 10px } .user-permissions__stub { color: #8b96a8; font-size: 14px; cursor: not-allowed } .user-permission { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100% } .user-permission + .user-permission { margin-top: 10px } .user-permission__text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .user-permission__check, .user-permission__text { padding: 9px; border-radius: 4px; background-color: #f1f3f5; margin-right: 10px } .user-permission__check { min-width: 120px } .user-permission__check .checkbox { margin: 0 } .operator-settings { position: relative; min-height: 420px; padding-bottom: 40px } .operator-settings__contact { position: absolute; bottom: 0; margin: 0 } .operator-settings__info { display: block; width: 50%; margin-bottom: 40px } .operator-settings__slack { display: block; margin-bottom: 40px; padding-top: 35px; border-top: 1px solid #e8e8e8 } .operator-info-form__method { margin-bottom: 30px } .operator-info-form__footer { margin-top: 10px } .operator-info-notification .notification__body { padding-bottom: 25px } .operator-photo { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .operator-photo__frame { display: block; width: 46px; height: 46px; background-color: #f1f3f5 } .operator-photo__img { display: block; width: 100%; height: 100% } .operator-photo__btn, .operator-photo__loader { margin-left: 10px } .account-stats__h { margin: 0 0 10px; font-size: 14px } .account-stats-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100% } .account-stats-item + .account-stats-item { margin-top: 10px } .account-stats-item__text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 10px; padding: 9px; border-radius: 4px; background-color: #f1f3f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .welcome-wizard-modal .modal__dialog { width: 770px } .welcome-wizard-modal .modal__content { padding: 0 } .welcome-wizard__code-check { margin-left: 6px } .welcome-wizard__loader { position: relative; padding-left: 40px; font-size: 14px } .welcome-wizard__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .welcome-wizard__skip { margin-left: auto } .welcome-wizard-step { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 412px } .welcome-wizard-aside { width: 256px; padding: 30px; background-image: linear-gradient(15deg, #7cb6ff, #579ffb 40%, transparent 0), linear-gradient(-25deg, #7cb6ff, #579ffb 60%, transparent 0), linear-gradient(180deg, #3990ff 0, #579ffb); background-size: 100% 35%, 100% 54%, 100%; background-repeat: no-repeat; background-position: bottom, bottom, 0 0 } .welcome-wizard-aside__h { font-size: 24px; margin: 0 0 15px; color: #fff } .welcome-wizard-aside__description { color: #fff; font-size: 14px } .welcome-wizard-aside a { color: #fff; text-decoration: underline } .welcome-wizard-aside a:focus, .welcome-wizard-aside a:hover { color: #fff; text-decoration: none } .welcome-wizard-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 30px } .welcome-wizard-content__h { font-size: 24px; margin: 0 0 15px } .welcome-wizard-content__description { font-size: 14px } .welcome-wizard-content__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .welcome-wizard-content__footer { margin-top: 30px } .registration-method, .welcome-wizard-content__footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .registration-method { margin-bottom: 30px } .registration-method .cms-icon { margin-right: 16px } .site-add-modal .modal__dialog { width: 730px } .site-add-modal__code-check { display: inline-block; vertical-align: middle; margin-left: 6px } .site-add-modal__loader { display: inline-block; vertical-align: middle; position: relative; padding-left: 40px; font-size: 14px } .site-add-modal__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .registration-form { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .registration-form__footer { margin-top: auto } .site-add-form__footer { margin-top: 30px } .gdpr { position: relative; min-height: 600px; padding-bottom: 40px; width: 60% } .gdpr__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .gdpr__description { margin: 0 0 20px } .gdpr__contact { position: absolute; left: 0; bottom: 0; margin: 0 } .dpa-form__footer { margin-top: 30px } .dpa-form__footer, .dpa-form__loader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .dpa-form__loader { margin-left: 15px; font-size: 14px } .dpa-form__loader .loader { margin-right: 5px } .dpa-form__link { margin-left: 15px } .chat-page, .chat-page-wrapper { height: 100% } .chat-page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 460px; background: #e9eaed } .chat-page__header { position: fixed; top: 0; width: 100%; z-index: 1000 } .chat-page__footer, .chat-page__header { -webkit-box-flex: 0; -ms-flex: none; flex: none } .chat-page__footer { position: relative; height: 40px } .chat-page__body { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-height: 0; width: 960px; margin-right: auto; margin-left: auto; padding: 16px 0 } .chat-page__body:after, .chat-page__body:before { content: " "; display: table } .chat-page__body:after { clear: both } .chat-page__main { position: absolute; top: 0; bottom: 0; width: 100%; padding: 16px 0 } .chat-main { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; height: 100%; border-radius: 4px; background-color: #fff; box-shadow: 0 2px #dbdee6 } .chat-main__side { height: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 265px; flex: 0 0 265px; min-width: 0 } .chat-main__body { height: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-left: 1px solid #ddd; min-width: 0 } .chat-main__stub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100% } .conversation__heading { border-top-left-radius: 0 } .conversation-layout { position: relative } .conversation-layout__inner { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; overflow-x: hidden; width: 100%; height: 100% } .conversation-layout__main { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: 66%; height: 100%; transition: all .5s } .conversation-layout__main._expanded { width: 100%; padding-right: 0 } .conversation-layout__side { -webkit-box-flex: 0; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; height: 100%; border-left: 1px solid #ddd } .conversation-layout__main._expanded + .conversation-layout__side { display: none } .conversation-layout__main._expanded._expanded-add + .conversation-layout__side { display: block } .conversation-status { display: block; font-size: 12px; line-height: 1.3 } ._closed .conversation-status { color: #888 } ._muted .conversation-status { color: #eb605b } .conversation-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .conversation-heading__h { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; margin: 8px 0; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; line-height: 1.5 } ._closed .conversation-heading__h { color: #888 } .conversation-heading__typing { -webkit-box-flex: 1; -ms-flex: 1 0 100px; flex: 1 0 100px } .conversation-heading__typing .typing-indicator { display: none; line-height: 1.3 } ._typing .conversation-heading__typing .typing-indicator { display: block } .conversation-heading__star { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-right: 10px } .conversation-heading__star .icon { display: block; cursor: pointer } .conversation-heading__status { display: block; -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-right: 10px } ._muted .conversation-heading__status { display: block } ._typing .conversation-heading__status { display: none } .conversation-heading__assignment { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 15px; max-width: 300px } .conversation-heading__resolved { padding-right: 10px } .conversation-heading__dropdown, .conversation-heading__resolved { -webkit-box-flex: 0; -ms-flex: none; flex: none } .conversation-detail { height: 100% } .conversation-list-a { display: block; position: relative; padding: 10px 20px; min-height: 60px; line-height: 1.375; font-size: 14px; color: #363d4d; border-bottom: 1px solid #f4f6f7 } .conversation-list-a:focus, .conversation-list-a:hover { text-decoration: none; color: #363d4d; background-color: #f4f6f7 } .conversation-list-a:before { position: absolute; left: 9px; top: 18px; height: 4px; width: 4px; border-radius: 50%; background-color: #80c89b; content: "" } .conversation-list-a._away:before { background-color: #ff9d5a } .conversation-list-a._offline:before { display: none } .conversation-list-a._new { background-color: #fff1ce } .conversation-list-a._new:focus, .conversation-list-a._new:hover { background-color: #ffe29b } .conversation-list-a._notmine { background-color: #f7fbff } .conversation-list-a._notmine:focus, .conversation-list-a._notmine:hover { background-color: #c4e2ff } .conversation-list-a._closed .conversation-list-a__date, .conversation-list-a._closed .conversation-list-a__detail-dir, .conversation-list-a._closed .conversation-list-a__detail-operator, .conversation-list-a._closed .conversation-list-a__detail-text, .conversation-list-a._closed .conversation-list-a__name, .conversation-list-a._muted .conversation-list-a__date, .conversation-list-a._muted .conversation-list-a__detail-dir, .conversation-list-a._muted .conversation-list-a__detail-operator, .conversation-list-a._muted .conversation-list-a__detail-text, .conversation-list-a._muted .conversation-list-a__name { color: #888 } .conversation-list-a._closed:before, .conversation-list-a._muted:before { background-color: #888 } .conversation-list-a._selected, .conversation-list-a._selected:focus, .conversation-list-a._selected:hover { text-decoration: none; outline: 0; color: #fff; background-color: #528fcc } .conversation-list-a._selected .conversation-list-a__date, .conversation-list-a._selected .conversation-list-a__detail-dir, .conversation-list-a._selected .conversation-list-a__detail-operator, .conversation-list-a._selected .conversation-list-a__detail-text, .conversation-list-a._selected .conversation-list-a__name, .conversation-list-a._selected:before { color: #fff } .conversation-list-a._selected:before { background-color: #fff } .conversation-list-a._selected .conversation-list-a__badge { background-color: #fff; color: #528fcc } .conversation-list-a__row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end } .conversation-list-a__row + .conversation-list-a__row { margin-top: 4px } .conversation-list-a__name { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700 } .conversation-list-a__star { -webkit-box-flex: 1; -ms-flex: 1 0 15px; flex: 1 0 15px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center } .conversation-list-a__star .icon { display: none; margin-left: 4px } ._starred .conversation-list-a__star .icon { display: block } .conversation-list-a__date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 10px; font-size: 12px; color: #555 } .conversation-list-a__detail { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px } .conversation-list-a__detail-dir { color: #333 } .conversation-list-a__detail-text { color: #888 } .conversation-list-a__detail-operator { color: #528fcc } .conversation-list-a__badge { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 10px; padding: 2px 5px 3px; max-width: 34px; overflow: hidden; text-overflow: ellipsis; border-radius: 8px; background-color: #eb605b; color: #fff; font-size: 11px; line-height: 1 } .conversation-list-a__badge:empty { display: none } .conversation-list-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top-right-radius: 0 } .conversation-list-heading__h { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; padding-right: 15px; text-overflow: ellipsis; white-space: nowrap } .conversation-info__body { padding: 15px } .conversation-info__client { margin-bottom: 20px } .client-info { overflow: hidden } .client-info__text, .session-info { width: 100% } .session-info tr > td { padding: 2px 0 } .session-info tr > td, .session-info tr > td a { font-size: 12px; color: #555 } .session-info tr > td._heading { padding-top: 25px } .session-info tr > td._link { word-break: break-all } .conversation-dropdown { position: relative } .conversation-dropdown__toggle { padding: 6px } .conversation-dropdown__toggle .icon { display: block } .conversation-list-dropdown { position: relative } .conversation-list-dropdown__toggle { color: #555 } .conversation-list-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 18px 15px } .conversation-list-pagination__link { -webkit-box-flex: 0; -ms-flex: none; flex: none; color: #363d4d; text-decoration: none; font-size: 10px } .conversation-list-pagination__link:focus, .conversation-list-pagination__link:hover { color: #363d4d; text-decoration: none } .conversation-list-pagination__link[disabled], .conversation-list-pagination__link[disabled]:focus, .conversation-list-pagination__link[disabled]:hover { color: #8b96a8 } .conversation-list-pagination__link + .conversation-list-pagination__link { margin-left: 5px } .conversation-list-pagination__page { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.572; text-align: center; color: #555 } .conversation-textarea { max-height: 116px; padding: 10px 15px; border: none; font-size: 14px } .conversation-assignment { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 14px 10px; background-color: #f1f3f5; text-align: left } .conversation-assignment__text { margin: 0; padding-right: 10px; font-size: 14px } .conversation-assignment-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } ._closed .conversation-assignment-dropdown { color: #888 } .conversation-assignment-dropdown__title { font-size: 12px; line-height: 1.3; margin-right: 5px } .conversation-assignment-toggle { position: relative; line-height: 1.3; padding-right: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .conversation-assignment-toggle .caret { position: absolute; right: 0; top: 50% } ._closed .conversation-assignment-toggle { color: #888 } .conversation-assignment-menu__status { padding-right: 40px; position: relative } .conversation-assignment-menu__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; right: 20px } .conversation-assignment-menu__status._online:after { background-color: #74caac } @-webkit-keyframes new-message-animation { 0% { -webkit-transform: scale(.3); transform: scale(.3) } to { -webkit-transform: none; transform: none } } @keyframes new-message-animation { 0% { -webkit-transform: scale(.3); transform: scale(.3) } to { -webkit-transform: none; transform: none } } .message { font-size: 14px } .message._last .message__date { display: block } .message + .message { margin-top: 5px } .message._last + .message { margin-top: 15px } .message._in { text-align: left } .message._in .message__text { background-color: #dfecfc } .message._in._text:first-child .message__text:before, .message._last + .message._in._text .message__text:before { position: absolute; left: -8px; top: 0; width: 0; height: 0; border: 6px solid #dfecfc; border-bottom-color: transparent; border-left-color: transparent; content: "" } .message._out { text-align: right } .message._out .message__text { background-color: #f1f3f5 } .message._out._text._last .message__text:before { position: absolute; right: -8px; bottom: 0; width: 0; height: 0; border: 6px solid #f1f3f5; border-top-color: transparent; border-right-color: transparent; content: "" } .message._system { font-size: 12px } .message._system .message__text { width: 100%; max-width: none; color: #888; background-color: #f1f3f5; font-style: italic } .message._break { position: relative; font-size: 12px; text-align: center } .message._break:before { position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #888; opacity: .2; content: "" } .message._break .message__text { display: inline-block; max-width: none; color: #888; background-color: #fff; text-align: center } .message._out._sent-to-email .message__envelope { display: inline-block } .message._animate { -webkit-animation: new-message-animation .3s cubic-bezier(.455, .03, .515, .955); animation: new-message-animation .3s cubic-bezier(.455, .03, .515, .955); -webkit-transform-origin: top left; transform-origin: top left } .message._animate._out { -webkit-transform-origin: bottom right; transform-origin: bottom right } .message__text { position: relative; display: inline-block; padding: 6px 12px; max-width: 80%; border-radius: 3px; text-align: left; overflow-wrap: break-word; word-wrap: break-word; word-break: normal } .message__text a { color: inherit } .message__date { display: none; padding-top: 4px; font-size: 11px; color: #555 } .message__envelope { display: none; margin-left: 2px } .message-list { position: relative } .message-list__inner { position: absolute; left: 0; right: 0; bottom: 0; max-height: 100%; padding: 15px; overflow-y: auto } .chat-panel { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; background-color: transparent } .chat-panel__body { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; overflow-x: hidden } .editable-text { display: inline-block; vertical-align: middle; overflow: hidden; font-size: 14px; line-height: 1.572; padding: 4px 0; color: #363d4d; text-decoration: none; text-overflow: ellipsis } .editable-text:focus, .editable-text:hover { color: #363d4d; text-decoration: underline } .editable-text._empty { color: #528fcc } .editable-text._empty:focus, .editable-text._empty:hover { color: #3069a2 } .editable-text._hide { display: none } .profile { border-radius: 4px; background-color: #fff; box-shadow: 0 2px #ddd } .profile__info { width: 50% } .profile__contact { margin: 60px 0 0 } @-webkit-keyframes typing-animation { to { width: 1.25em } } @keyframes typing-animation { to { width: 1.25em } } .typing-indicator { font-size: 12px } .typing-indicator:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: typing-animation steps(4) .9s infinite; animation: typing-animation steps(4) .9s infinite; content: "\2026"; width: 0 } /*# sourceMappingURL=styles.792073e11383de486ec10a05fbd7b7b7.css.map*/
backend/web/customer/css/styles.css
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300,100&subset=latin,cyrillic); /*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block } audio, canvas, progress, video { display: inline-block; vertical-align: baseline } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } a { background: transparent } a:active, a:hover { outline: 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: 700 } dfn { font-style: italic } h1 { font-size: 2em; margin: .67em 0 } mark { background: #ff0; color: #000 } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 1em 40px } hr { box-sizing: content-box; height: 0 } pre { overflow: auto } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0 } button { overflow: visible } button, select { text-transform: none } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } input { line-height: normal } input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0 } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto } input[type=search] { -webkit-appearance: textfield; box-sizing: content-box } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } optgroup { font-weight: 700 } table { border-collapse: collapse; border-spacing: 0 } td, th { padding: 0 } *, :after, :before { box-sizing: border-box } html { font-size: 62.5%; -webkit-tap-highlight-color: transparent } body, html { height: 100% } body { font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.375; color: #363d4d; background-color: #fff; overflow-y: scroll } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit } a { color: #528fcc; text-decoration: none } a:focus, a:hover { color: #3069a2; text-decoration: underline } a:focus { outline: 0 } a[role=button], a[role=menuitem] { cursor: pointer } img { vertical-align: middle } textarea { resize: vertical; overflow: auto } hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #e8e8e8 } .ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] { display: none !important } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 400; line-height: 1.1; color: inherit } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small { font-weight: 400; line-height: 1; color: #999 } .h1, .h2, .h3, h1, h2, h3 { margin-top: 22px; margin-bottom: 11px } .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small { font-size: 65% } .h4, .h5, .h6, h4, h5, h6 { margin-top: 11px; margin-bottom: 11px } .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: 75% } .h1, h1 { font-size: 41px } .h2, h2 { font-size: 34px } .h3, h3 { font-size: 28px } .h4, h4 { font-size: 20px } .h5, h5 { font-size: 16px } .h6, h6 { font-size: 14px } p { margin: 0 0 11px } .small, small { font-size: 85% } cite { font-style: normal } .text-left { text-align: left } .text-right { text-align: right } .text-center { text-align: center } .text-justify { text-align: justify } .text-muted { color: #8b96a8 } ol, ul { margin-top: 0; margin-bottom: 11px } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } table { max-width: 100% } th { text-align: left } .table { width: 100% } .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 10px; line-height: 1.375; vertical-align: top; border-top: 1px solid #ddd } .table > thead > tr > th { font-weight: 400; vertical-align: bottom; background-color: #f1f3f5 } .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child + tbody > tr:first-child > td, .table > thead:first-child + tbody > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th { border-top: 0 } .table > tbody + tbody { border-top: 2px solid #ddd } .table > thead:first-child > tr:first-child > td:first-child, .table > thead:first-child > tr:first-child > th:first-child { border-top-left-radius: 4px } .table > thead:first-child > tr:first-child > td:last-child, .table > thead:first-child > tr:first-child > th:last-child { border-top-right-radius: 4px } .table > thead:first-child > tr:last-child > td:first-child, .table > thead:first-child > tr:last-child > th:first-child { border-bottom-left-radius: 4px } .table > thead:first-child > tr:last-child > td:last-child, .table > thead:first-child > tr:last-child > th:last-child { border-bottom-right-radius: 4px } .table_bordered, .table_bordered > tbody > tr > td, .table_bordered > tbody > tr > th, .table_bordered > tfoot > tr > td, .table_bordered > tfoot > tr > th, .table_bordered > thead > tr > td, .table_bordered > thead > tr > th { border: 1px solid #ddd } .table_bordered > thead > tr > td, .table_bordered > thead > tr > th { border-bottom-width: 2px } .table_sm > tbody > tr > td, .table_sm > tbody > tr > th, .table_sm > tfoot > tr > td, .table_sm > tfoot > tr > th, .table_sm > thead > tr > td, .table_sm > thead > tr > th { font-size: 14px } table col[class*=col-] { position: static; float: none; display: table-column } table td[class*=col-], table th[class*=col-] { position: static; float: none; display: table-cell } fieldset { padding: 0; margin: 0; border: 0; min-width: 0 } fieldset[disabled] label { color: #b6bdcc } legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 24px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5 } input[type=search] { box-sizing: border-box } input[type=checkbox], input[type=radio] { margin: 5px 0 0; line-height: normal } input[type=file] { display: block } input[type=range] { display: block; width: 100% } select[multiple], select[size] { height: auto } input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus { outline: none } output { padding-top: 9px } .form-control, output { display: block; font-size: 16px; line-height: 1.375; color: #363d4d } .form-control { width: 100%; height: 40px; padding: 8px 10px; background-color: #fff; background-image: none; border: 1px solid #dfe5ed; border-radius: 4px } .form-control:focus { border-color: #528fcc; outline: 0 } .form-control.placeholder { color: #8b96a8 } .form-control:-moz-placeholder, .form-control::-moz-placeholder { color: #8b96a8 } .form-control:-ms-input-placeholder { color: #8b96a8 } .form-control::-webkit-input-placeholder { color: #8b96a8 } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; color: #b6bdcc; background-color: #f0f2f5; opacity: 1 } textarea.form-control { height: auto } .form-control_in-text, .form-control_inline { display: inline-block; width: auto } .form-control_in-text { vertical-align: middle; margin-left: 2px; margin-right: 2px } .form-control_width_sm { width: 48px } .form-control_width_md { width: 68px } .form-control_width_lg { width: 120px } .form-control_width_xlg { width: 300px } input[type=date] { line-height: 40px } .form-group { margin-bottom: 15px } .form-group_tight { margin-bottom: 0 } .form-group_condensed { margin-bottom: 10px } .form-group_sparse { margin-bottom: 25px } .form-group_clearfix:after, .form-group_clearfix:before { content: " "; display: table } .form-group_clearfix:after { clear: both } .form-label { margin-bottom: 3px; display: block } .form-group_row { display: table; width: 100% } .form-group_row_auto { display: table } .form-group__cell { display: table-cell; vertical-align: middle } .form-group__cell + .form-group__cell { padding-left: 10px } .form-group__cell + .form-group__cell_pl_md { padding-left: 20px } .form-group__cell + .form-group__cell_pl_sm { padding-left: 5px } .form-group__cell_fit { width: 1px } .form-group__cell_nowrap { white-space: nowrap } .form-group__cell_align_bottom { vertical-align: bottom } .form-group__cell_align_top { vertical-align: top } .form-group__cell_rt { text-align: right } .custom-input { position: absolute; top: 50%; left: 0; margin-top: -8px; width: 16px; height: 16px; border: 1px solid #d3d8e0; background-color: #fff } .custom-input:after { position: absolute; display: none; content: "" } .checkbox, .checkbox-inline, .radio, .radio-inline { position: relative; padding-left: 22px } .checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=radio], .radio-inline input[type=checkbox], .radio-inline input[type=radio], .radio input[type=checkbox], .radio input[type=radio] { position: absolute; z-index: -1; opacity: 0 } .checkbox-inline input[type=checkbox]:active ~ .custom-input, .checkbox-inline input[type=radio]:active ~ .custom-input, .checkbox input[type=checkbox]:active ~ .custom-input, .checkbox input[type=radio]:active ~ .custom-input, .radio-inline input[type=checkbox]:active ~ .custom-input, .radio-inline input[type=radio]:active ~ .custom-input, .radio input[type=checkbox]:active ~ .custom-input, .radio input[type=radio]:active ~ .custom-input { background-color: #f6f8fa } .checkbox-inline input[type=checkbox]:checked ~ .custom-input, .checkbox-inline input[type=radio]:checked ~ .custom-input, .checkbox input[type=checkbox]:checked ~ .custom-input, .checkbox input[type=radio]:checked ~ .custom-input, .radio-inline input[type=checkbox]:checked ~ .custom-input, .radio-inline input[type=radio]:checked ~ .custom-input, .radio input[type=checkbox]:checked ~ .custom-input, .radio input[type=radio]:checked ~ .custom-input { background-color: #0396ff; border: none } .checkbox-inline input[type=checkbox]:checked ~ .custom-input:after, .checkbox-inline input[type=radio]:checked ~ .custom-input:after, .checkbox input[type=checkbox]:checked ~ .custom-input:after, .checkbox input[type=radio]:checked ~ .custom-input:after, .radio-inline input[type=checkbox]:checked ~ .custom-input:after, .radio-inline input[type=radio]:checked ~ .custom-input:after, .radio input[type=checkbox]:checked ~ .custom-input:after, .radio input[type=radio]:checked ~ .custom-input:after { display: block } .checkbox-inline input[type=checkbox]:disabled ~ .custom-input, .checkbox-inline input[type=radio]:disabled ~ .custom-input, .checkbox input[type=checkbox]:disabled ~ .custom-input, .checkbox input[type=radio]:disabled ~ .custom-input, .radio-inline input[type=checkbox]:disabled ~ .custom-input, .radio-inline input[type=radio]:disabled ~ .custom-input, .radio input[type=checkbox]:disabled ~ .custom-input, .radio input[type=radio]:disabled ~ .custom-input { pointer-events: none; opacity: .6 } .checkbox-inline input[type=checkbox]:disabled:checked ~ .custom-input, .checkbox-inline input[type=radio]:disabled:checked ~ .custom-input, .checkbox input[type=checkbox]:disabled:checked ~ .custom-input, .checkbox input[type=radio]:disabled:checked ~ .custom-input, .radio-inline input[type=checkbox]:disabled:checked ~ .custom-input, .radio-inline input[type=radio]:disabled:checked ~ .custom-input, .radio input[type=checkbox]:disabled:checked ~ .custom-input, .radio input[type=radio]:disabled:checked ~ .custom-input { background-color: #d3d8e0 } .checkbox, .radio { display: block; min-height: 22px; margin-top: 20px; margin-bottom: 20px } .checkbox label, .radio label { display: inline; cursor: pointer } .checkbox-inline, .radio-inline { display: inline-block; margin-bottom: 0; vertical-align: middle; cursor: pointer } .radio-inline .custom-input, .radio .custom-input { border-radius: 50% } .radio-inline .custom-input:after, .radio .custom-input:after { top: 5px; left: 5px; width: 6px; height: 6px; border-radius: 50%; background: #fff } .checkbox-inline .custom-input, .checkbox .custom-input { border-radius: 4px } .checkbox-inline .custom-input:after, .checkbox .custom-input:after { top: 2px; left: 6px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .checkbox + .checkbox, .checkbox + .checkbox-group, .checkbox + .radio, .radio + .checkbox, .radio + .checkbox-group, .radio + .radio { margin-top: -10px } .checkbox-group + .checkbox, .checkbox-group + .radio { margin-top: 10px } .control-label + .checkbox, .control-label + .checkbox-group, .control-label + .radio { margin-top: 5px } .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline { margin-top: 0; margin-left: 20px } .checkbox-inline + .form-control_in-text, .radio-inline + .form-control_in-text { position: relative; top: 2px; margin-top: -3px } .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] { cursor: not-allowed } .checkbox_condensed, .radio_condensed { margin-top: 15px; margin-bottom: 15px } .checkbox_condensed_max, .radio_condensed_max { margin-top: 10px; margin-bottom: 10px } .checkbox_offset_1, .radio_offset_1 { margin-left: 20px } .radio-inline_bordered { padding: 8px 15px 8px 30px; border: 1px solid #dfe5ed; border-radius: 4px } .checkbox__link, .radio__link { position: relative; top: 2px; float: right; font-size: 14px } .select { position: relative; display: block; width: 100% } .select select { padding: .2em 1.4em .2em .6em; appearance: none; -webkit-appearance: none; -moz-appearance: none } .select select::-ms-expand { display: none } .select_inline { display: inline-block; width: auto } .select__arrow { position: absolute; top: 50%; margin-top: -2px; right: 8px; width: 0; height: 0; pointer-events: none; border-style: solid; border-width: 4px 4px 0; border-color: #363d4d transparent transparent } .select select[disabled] ~ .select__arrow, .select select[readonly] ~ .select__arrow, fieldset[disabled] .select select ~ .select__arrow { cursor: not-allowed; border-top-color: #b6bdcc } .form-control_sm, .input-group_sm > .form-control, .input-group_sm > .input-group-addon, .input-group_sm > .input-group-btn > .btn { height: 30px; padding: 3px 7px; font-size: 14px; line-height: 1.572; border-radius: 4px } .input-group_sm > .input-group-btn > select.btn, .input-group_sm > select.form-control, .input-group_sm > select.input-group-addon, select.form-control_sm { height: 30px } .input-group_sm > .input-group-btn > select[multiple].btn, .input-group_sm > .input-group-btn > textarea.btn, .input-group_sm > select[multiple].form-control, .input-group_sm > select[multiple].input-group-addon, .input-group_sm > textarea.form-control, .input-group_sm > textarea.input-group-addon, select[multiple].form-control_sm, textarea.form-control_sm { height: auto } .form-control_md { height: 32px; padding: 4px 8px; font-size: 16px; line-height: 1.375; border-radius: 4px } select.form-control_md { height: 32px } select[multiple].form-control_md, textarea.form-control_md { height: auto } .form-control_lg, .input-group_lg > .form-control, .input-group_lg > .input-group-addon, .input-group_lg > .input-group-btn > .btn { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px } .input-group_lg > .input-group-btn > select.btn, .input-group_lg > select.form-control, .input-group_lg > select.input-group-addon, select.form-control_lg { height: 49px } .input-group_lg > .input-group-btn > select[multiple].btn, .input-group_lg > .input-group-btn > textarea.btn, .input-group_lg > select[multiple].form-control, .input-group_lg > select[multiple].input-group-addon, .input-group_lg > textarea.form-control, .input-group_lg > textarea.input-group-addon, select[multiple].form-control_lg, textarea.form-control_lg { height: auto } .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline { color: #54b377 } .has-success .form-control { border-color: #54b377 } .has-success .form-control:focus { border-color: #54b377; outline: 0 } .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline { color: #8a6d3b } .has-warning .form-control { border-color: #8a6d3b } .has-warning .form-control:focus { border-color: #8a6d3b; outline: 0 } .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline { color: #f27171 } .has-error .form-control { border-color: #f27171 } .has-error .form-control:focus { border-color: #f27171; outline: 0 } .checkbox > label.input-group_sm > .form-control_in-text.form-control, .checkbox > label.input-group_sm > .form-control_in-text.input-group-addon, .checkbox > label > .form-control_in-text.form-control_sm, .input-group_sm.checkbox > label.input-group-btn > .form-control_in-text.btn, .input-group_sm.radio > label.input-group-btn > .form-control_in-text.btn, .radio > label.input-group_sm > .form-control_in-text.form-control, .radio > label.input-group_sm > .form-control_in-text.input-group-addon, .radio > label > .form-control_in-text.form-control_sm { margin-top: -3px } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #6b7997; font-size: 14px } .form-control-static { margin: 0 } .control-label { display: inline-block; margin-bottom: 5px; font-size: 14px } .control-label[disabled] { color: #b6bdcc } .control-label_lg { font-size: 16px } .control-label_rt { margin-bottom: 0 } .label-inline { display: inline-block; vertical-align: middle } .form-heading { font-size: 18px; margin: 35px 0 12px } .form-heading_lead { margin-top: 0 } .form-heading__link { position: relative; top: 3px; float: right; font-size: 14px } .checkbox-group .checkbox { margin-top: 0; margin-bottom: 0 } .checkbox-group .checkbox + .checkbox { margin-top: 10px } .checkbox-group .checkbox + .checkbox.checkbox_condensed { margin-top: 5px } .checkbox-group + .checkbox-group { margin-top: 10px } .btn { display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 8px 20px; font-size: 16px; line-height: 1.375; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none } .btn:focus { outline: none } .btn:focus, .btn:hover { text-decoration: none } .btn.active, .btn:active { outline: 0; background-image: none } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: .65; filter: alpha(opacity=65); box-shadow: none } .btn_default { color: #363d4d; background-color: #f6f8fa; border-color: #dfe5ed } .btn_default:focus, .btn_default:hover { color: #363d4d; background-color: #f6f8fa; border-color: #b8c5d7 } .btn_default.active, .btn_default:active, .open > .btn_default.dropdown-toggle { color: #363d4d; background-color: #e8ecf2; border-color: #b8c5d7 } .btn_default.active.focus, .btn_default.active:focus, .btn_default.active:hover, .btn_default:active.focus, .btn_default:active:focus, .btn_default:active:hover, .open > .btn_default.dropdown-toggle.focus, .open > .btn_default.dropdown-toggle:focus, .open > .btn_default.dropdown-toggle:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8da3bf } .btn_default.disabled, .btn_default.disabled.active, .btn_default.disabled:active, .btn_default.disabled:focus, .btn_default.disabled:hover, .btn_default[disabled], .btn_default[disabled].active, .btn_default[disabled]:active, .btn_default[disabled]:focus, .btn_default[disabled]:hover, fieldset[disabled] .btn_default, fieldset[disabled] .btn_default.active, fieldset[disabled] .btn_default:active, fieldset[disabled] .btn_default:focus, fieldset[disabled] .btn_default:hover { background-color: #f6f8fa; border-color: #dfe5ed } .btn_default-bis { color: #363d4d; background-color: #fff; border-color: #d3d9e0 } .btn_default-bis:focus, .btn_default-bis:hover { color: #363d4d; background-color: #fff; border-color: #afbac7 } .btn_default-bis.active, .btn_default-bis:active, .open > .btn_default-bis.dropdown-toggle { color: #363d4d; background-color: #e8ecf2; border-color: #afbac7 } .btn_default-bis.active.focus, .btn_default-bis.active:focus, .btn_default-bis.active:hover, .btn_default-bis:active.focus, .btn_default-bis:active:focus, .btn_default-bis:active:hover, .open > .btn_default-bis.dropdown-toggle.focus, .open > .btn_default-bis.dropdown-toggle:focus, .open > .btn_default-bis.dropdown-toggle:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8898ab } .btn_default-bis.disabled, .btn_default-bis.disabled.active, .btn_default-bis.disabled:active, .btn_default-bis.disabled:focus, .btn_default-bis.disabled:hover, .btn_default-bis[disabled], .btn_default-bis[disabled].active, .btn_default-bis[disabled]:active, .btn_default-bis[disabled]:focus, .btn_default-bis[disabled]:hover, fieldset[disabled] .btn_default-bis, fieldset[disabled] .btn_default-bis.active, fieldset[disabled] .btn_default-bis:active, fieldset[disabled] .btn_default-bis:focus, fieldset[disabled] .btn_default-bis:hover { background-color: #fff; border-color: #d3d9e0 } .btn_primary { color: #fff; background-color: #0396ff; border-color: transparent } .btn_primary.active, .btn_primary:active, .btn_primary:focus, .btn_primary:hover, .open > .btn_primary.dropdown-toggle { color: #fff; background-color: #0088e9 } .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 > .btn_primary.dropdown-toggle.focus, .open > .btn_primary.dropdown-toggle:focus, .open > .btn_primary.dropdown-toggle:hover { color: #fff; background-color: #0079cf } .btn_primary.disabled, .btn_primary.disabled.active, .btn_primary.disabled:active, .btn_primary.disabled:focus, .btn_primary.disabled:hover, .btn_primary[disabled], .btn_primary[disabled].active, .btn_primary[disabled]:active, .btn_primary[disabled]:focus, .btn_primary[disabled]:hover, fieldset[disabled] .btn_primary, fieldset[disabled] .btn_primary.active, fieldset[disabled] .btn_primary:active, fieldset[disabled] .btn_primary:focus, fieldset[disabled] .btn_primary:hover { background-color: #0396ff } .btn_success { color: #fff; background-color: #74caac; border-color: transparent } .btn_success.active, .btn_success:active, .btn_success:focus, .btn_success:hover, .open > .btn_success.dropdown-toggle { color: #fff; background-color: #62c3a1 } .btn_success.active.focus, .btn_success.active:focus, .btn_success.active:hover, .btn_success:active.focus, .btn_success:active:focus, .btn_success:active:hover, .open > .btn_success.dropdown-toggle.focus, .open > .btn_success.dropdown-toggle:focus, .open > .btn_success.dropdown-toggle:hover { color: #fff; background-color: #4fbc96 } .btn_success.disabled, .btn_success.disabled.active, .btn_success.disabled:active, .btn_success.disabled:focus, .btn_success.disabled:hover, .btn_success[disabled], .btn_success[disabled].active, .btn_success[disabled]:active, .btn_success[disabled]:focus, .btn_success[disabled]:hover, fieldset[disabled] .btn_success, fieldset[disabled] .btn_success.active, fieldset[disabled] .btn_success:active, fieldset[disabled] .btn_success:focus, fieldset[disabled] .btn_success:hover { background-color: #74caac } .btn_danger { color: #fff; background-color: #f27171; border-color: transparent } .btn_danger.active, .btn_danger:active, .btn_danger:focus, .btn_danger:hover, .open > .btn_danger.dropdown-toggle { color: #fff; background-color: #f05a5a } .btn_danger.active.focus, .btn_danger.active:focus, .btn_danger.active:hover, .btn_danger:active.focus, .btn_danger:active:focus, .btn_danger:active:hover, .open > .btn_danger.dropdown-toggle.focus, .open > .btn_danger.dropdown-toggle:focus, .open > .btn_danger.dropdown-toggle:hover { color: #fff; background-color: #ee4242 } .btn_danger.disabled, .btn_danger.disabled.active, .btn_danger.disabled:active, .btn_danger.disabled:focus, .btn_danger.disabled:hover, .btn_danger[disabled], .btn_danger[disabled].active, .btn_danger[disabled]:active, .btn_danger[disabled]:focus, .btn_danger[disabled]:hover, fieldset[disabled] .btn_danger, fieldset[disabled] .btn_danger.active, fieldset[disabled] .btn_danger:active, fieldset[disabled] .btn_danger:focus, fieldset[disabled] .btn_danger:hover { background-color: #f27171 } .btn_link { color: #528fcc; cursor: pointer; border-radius: 0 } .btn_link, .btn_link:active, .btn_link[disabled], fieldset[disabled] .btn_link { background-color: transparent; box-shadow: none } .btn_link, .btn_link:active, .btn_link:focus, .btn_link:hover { border-color: transparent } .btn_link:focus, .btn_link:hover { color: #3069a2; text-decoration: underline; background-color: transparent } .btn_link[disabled]:focus, .btn_link[disabled]:hover, fieldset[disabled] .btn_link:focus, fieldset[disabled] .btn_link:hover { color: #8b96a8; text-decoration: none } .btn_lg { padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px } .btn_md { padding: 4px 16px; font-size: 16px; line-height: 1.375 } .btn_md, .btn_sm { border-radius: 4px } .btn_sm { padding: 3px 14px; font-size: 14px; line-height: 1.572 } .btn_xs { padding: 5px 14px } .btn_xs, .btn_xxs { font-size: 12px; line-height: 1.572; border-radius: 3px } .btn_xxs { padding: 3px 4px } .btn_block { display: block; width: 100% } .btn_flat { padding-left: 0; padding-right: 0 } .btn_flat, .btn_flat.active, .btn_flat:active, .btn_flat:focus, .btn_flat:hover { border-color: transparent } .btn_lt { float: left } .btn_rt { float: right } .btn_color { position: relative; text-align: left } .btn-color-swatch { position: absolute; border: 1px solid #d6d6d6; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px } .btn_color.btn_xs { padding-left: 32px; padding-right: 32px } .btn_color.btn_xs .btn-color-swatch { width: 20px; height: 20px; left: 4px; top: 50%; margin-top: -10px } .btn-icon { padding: 11px 12px; line-height: 1; font-size: 0 } .btn__stick-right { border-right: 0 } .btn__stick-left { border-left: 0 } .btn-file { position: relative; overflow: hidden } .btn-file__input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 200px; direction: ltr; cursor: pointer } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent } .caret_invert, .form-field-type_active .form-field-type__caret { border-top: 0; border-bottom: 4px solid } .dropdown { position: relative } .dropdown-toggle:focus { outline: 0 } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 7px 0; margin: 2px 0 0; max-height: 415px; overflow-y: auto; list-style: none; font-size: 16px; background-color: #fff; border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .2); border: 1px solid \9; background-clip: padding-box } .dropdown-menu_right { left: auto; right: 0 } .dropdown-menu_left { left: 0; right: auto } .dropdown-menu__divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5 } .dropdown-menu__i_btn { padding: 10px 10px 3px } .dropdown-menu__a { display: block; padding: 8px 20px; border: 1px solid transparent; clear: both; line-height: 1.375; color: #363d4d; white-space: nowrap } .dropdown-menu__a:focus, .dropdown-menu__a:hover { text-decoration: none; color: #363d4d; background-color: #f1f3f5 } .dropdown-menu__i_active > .dropdown-menu__a, .dropdown-menu__i_active > .dropdown-menu__a:focus, .dropdown-menu__i_active > .dropdown-menu__a:hover { color: #fff; text-decoration: none; outline: 0; background-color: #528fcc } .dropdown-menu__i_disabled > .dropdown-menu__a, .dropdown-menu__i_disabled > .dropdown-menu__a:focus, .dropdown-menu__i_disabled > .dropdown-menu__a:hover { color: #6e6e6e } .dropdown-menu__i_disabled > .dropdown-menu__a:focus, .dropdown-menu__i_disabled > .dropdown-menu__a:hover { text-decoration: none; background-color: transparent; background-image: none; cursor: not-allowed } .open > .dropdown-menu { display: block } .open > a { outline: 0 } .btn-group { position: relative; display: inline-block; vertical-align: middle } .btn-group > .btn { position: relative; float: left } .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 2 } .btn-group > .btn:focus { outline: none } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px } .btn-toolbar { margin-left: -5px } .btn-toolbar:after, .btn-toolbar:before { content: " "; display: table } .btn-toolbar:after { clear: both } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0 } .btn-group > .btn:first-child { margin-left: 0 } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0 } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0 } .btn-group > .btn-group { float: left } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0 } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0 } .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0 } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0 } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px } .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) } .btn-group.open .dropdown-toggle.btn-link { box-shadow: none } .input-group { position: relative; display: table; border-collapse: separate } .input-group[class*=col-] { float: none; padding-left: 0; padding-right: 0 } .input-group .form-control { float: left; width: 100%; margin-bottom: 0 } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0 } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle } .input-group-addon { padding: 8px 10px; font-size: 16px; font-weight: 400; line-height: 1; color: #363d4d; text-align: center; background-color: #eee; border: 1px solid #dfe5ed; border-radius: 4px } .input-group-addon.form-control_sm, .input-group_sm > .input-group-addon, .input-group_sm > .input-group-btn > .input-group-addon.btn { padding: 3px 7px; font-size: 14px; border-radius: 3px } .input-group-addon.form-control_lg, .input-group_lg > .input-group-addon, .input-group_lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 20px; border-radius: 6px } .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] { margin-top: 0 } .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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0 } .input-group-addon:first-child { border-right: 0 } .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0 } .input-group-addon:last-child { border-left: 0 } .input-group-btn { font-size: 0; white-space: nowrap } .input-group-btn, .input-group-btn > .btn { position: relative } .input-group-btn > .btn + .btn { margin-left: -1px } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px } .label { position: relative; display: inline; padding: .2em .4em; font-size: 75%; font-weight: 400; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em } .label[href]:focus, .label[href]:hover { color: #fff; text-decoration: none; cursor: pointer } .label:empty { display: none } .label_default { background-color: #c3c5cc } .label_default[href]:focus, .label_default[href]:hover { background-color: #a7aab5 } .label_success { background-color: #74caac } .label_success[href]:focus, .label_success[href]:hover { background-color: #4fbc96 } .label_danger { background-color: #f27171 } .label_danger[href]:focus, .label_danger[href]:hover { background-color: #ee4242 } .label_test { background-color: #63a1d5 } .label_test[href]:focus, .label_test[href]:hover { background-color: #3b89ca } .label_lt { margin-right: 4px } .label_rt { margin-left: 4px } .label_sm { font-size: 10px; top: -1px } .label_xs { font-size: 55%; top: -2px } .alert { padding: 15px; border: 1px solid transparent; border-radius: 4px } .alert h4 { margin-top: 0; color: inherit } .alert .alert-link { font-weight: 700 } .alert > p, .alert > ul { margin-bottom: 0 } .alert > p + p { margin-top: 5px } .alert__h { margin: 0 0 20px; font-size: 16px } .alert_dismissable { padding-right: 35px } .alert_dismissable .close { position: relative; top: -2px; right: -21px; color: inherit } .alert_lg { padding: 25px } .alert_lg .alert-list { padding-left: 18px } .alert_success { background-color: #c0e3cc; border-color: #96a79c; color: #363d4d } .alert_success hr { border-top-color: #899b8f } .alert_success .alert-link { color: #21252f } .alert_info { background-color: #fffbe8; border-color: #e0d5a1; color: #363d4d } .alert_info hr { border-top-color: #d9cc8e } .alert_info .alert-link { color: #21252f } .alert_warning { background-color: #ffe2b3; border-color: #d3b17a; color: #363d4d } .alert_warning hr { border-top-color: #cca566 } .alert_warning .alert-link { color: #21252f } .alert_danger { background-color: #fbd8d0; border-color: #cda298; color: #363d4d } .alert_danger hr { border-top-color: #c49387 } .alert_danger .alert-link { color: #21252f } .alert-list { list-style: decimal; padding: 0 0 0 40px; margin: 0; font-size: 14px } .alert-list__i + .alert-list__i { margin-top: 20px } @-webkit-keyframes progress-bar-stripes { 0% { background-position: 40px 0 } to { background-position: 0 0 } } @keyframes progress-bar-stripes { 0% { background-position: 40px 0 } to { background-position: 0 0 } } .progress { overflow: hidden; height: 16px; background-color: #f5f5f5; border-radius: 2px } .progress-bar { float: left; width: 0; height: 100%; font-size: 14px; line-height: 22px; color: #fff; text-align: center; background-color: #0396ff; transition: width .6s ease } .progress_striped .progress-bar { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); background-size: 40px 40px } .progress_active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite } .progress-bar_success { background-color: #74caac } .progress_striped .progress-bar_success { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_info { background-color: #5bc0de } .progress_striped .progress-bar_info { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_warning { background-color: #ff9c00 } .progress_striped .progress-bar_warning { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .progress-bar_danger { background-color: #f27171 } .progress_striped .progress-bar_danger { background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) } .panel { background-color: #fff } .panel_flat > .panel__body { padding: 0 } .panel_flat > .panel__footer { padding: 0; background-color: transparent; border-top: 1px solid #ddd } .panel_rounded { border: 1px solid #ddd; border-radius: 4px } .panel_rounded .panel__heading { border-top-right-radius: 3px; border-top-left-radius: 3px } .panel_rounded .panel__footer { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .panel__body { padding: 20px } .panel__body:after, .panel__body:before { content: " "; display: table } .panel__body:after { clear: both } .panel__body_minheight { min-height: 460px } .panel__heading { padding: 10px 20px; background-color: #f1f3f5; border-top-right-radius: 3px; border-top-left-radius: 3px } .panel__h { margin: 8px 0; font-size: 16px; line-height: 1.5 } .panel__heading-link { position: relative; top: 2px; float: right; font-size: 14px } .panel__footer { padding: 10px 20px; background-color: #f1f3f5; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center } .close { float: right; font-size: 26px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; outline: 0; opacity: .5; filter: alpha(opacity=50) } .close_btn { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none } .close_btn.active, .close_btn:active { outline: 0 } .modal-open { overflow: hidden } .modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0 } .modal_fade { opacity: 0; transition: opacity .15s linear } .modal_fade .modal__dialog { -webkit-transform: translateY(-25%); transform: translateY(-25%); transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out, -webkit-transform .3s ease-out } .modal_fade-in { opacity: 1 } .modal_fade-in .modal__dialog { -webkit-transform: translate(0); transform: translate(0) } .modal__dialog { position: relative; width: 600px; margin: 110px auto 30px } .modal_sm .modal__dialog { width: 300px } .modal_lg .modal__dialog { width: 900px } .modal__content { position: relative; padding: 30px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 5px 15px rgba(0, 0, 0, .5); background-clip: padding-box; outline: none } .modal__header { margin-bottom: 20px } .modal__title { margin: 0; font-size: 28px; line-height: 1.375 } .modal__body { position: relative } .modal__footer { margin-top: 30px } .modal__footer:after, .modal__footer:before { content: " "; display: table } .modal__footer:after { clear: both } .modal__footer .btn + .btn { margin-left: 6px; margin-bottom: 0 } .modal__close { position: absolute; top: 5px; right: 12px; padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 26px; font-weight: 300; line-height: 1; color: #777 } .modal__close:focus, .modal__close:hover { color: #333; text-decoration: none; cursor: pointer; outline: 0 } .modal__close.active, .modal__close:active { outline: 0 } .modal__description { margin: 0 0 15px } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop_fade { opacity: 0; filter: alpha(opacity=0); transition: opacity .15s linear } .modal-backdrop_fade-in { opacity: .5; filter: alpha(opacity=50) } .modal__scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } .tooltip { position: absolute; z-index: 1060; display: block; visibility: visible; font-size: 14px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0) } .tooltip.in { opacity: .9; filter: alpha(opacity=90) } .tooltip.top { margin-top: -3px; padding: 5px 0 } .tooltip.right { margin-left: 3px; padding: 0 5px } .tooltip.bottom { margin-top: 3px; padding: 5px 0 } .tooltip.left { margin-left: -3px; padding: 0 5px } .tooltip.top-left, .tooltip.top-right { margin-top: -3px; padding: 5px 0 } .tooltip.bottom-left, .tooltip.bottom-right { margin-top: 3px; padding: 5px 0 } .tooltip-inner { max-width: 250px; padding: 3px 8px; text-decoration: none; border-radius: 4px; white-space: normal } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0 } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0 } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0 } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0 } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px } .tooltip .tooltip-inner { color: #fff; background-color: #000 } .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow, .tooltip.top .tooltip-arrow { border-top-color: #000 } .tooltip.right .tooltip-arrow { border-right-color: #000 } .tooltip.left .tooltip-arrow { border-left-color: #000 } .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow, .tooltip.bottom .tooltip-arrow { border-bottom-color: #000 } .tooltip-validation .tooltip-inner { color: #fff; background-color: #f27171 } .tooltip-validation.top-left .tooltip-arrow, .tooltip-validation.top-right .tooltip-arrow, .tooltip-validation.top .tooltip-arrow { border-top-color: #f27171 } .tooltip-validation.right .tooltip-arrow { border-right-color: #f27171 } .tooltip-validation.left .tooltip-arrow { border-left-color: #f27171 } .tooltip-validation.bottom-left .tooltip-arrow, .tooltip-validation.bottom-right .tooltip-arrow, .tooltip-validation.bottom .tooltip-arrow { border-bottom-color: #f27171 } .pagination { display: inline-block; padding-left: 0; margin: 0 } .pagination > li { display: inline } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 4px 10px; line-height: 1.375; text-decoration: none; color: #363d4d; background-color: #fff; border-radius: 4px; border: 1px solid #ddd; margin-left: 6px } .pagination > li > a .icon, .pagination > li > span .icon { position: relative; top: -2px } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0 } .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { color: #363d4d; background-color: #eee; border-color: #ddd } .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; background-color: #0396ff; border-color: #0396ff; cursor: default } .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #999; background-color: #fff; border-color: #ddd; cursor: not-allowed } .pagination > .disabled .icon { opacity: .5; filter: alpha(opacity=50) } .pagination_lg > li > a, .pagination_lg > li > span { padding: 10px 16px; font-size: 20px } .pagination_lg > li:first-child > a, .pagination_lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px } .pagination_lg > li:last-child > a, .pagination_lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px } .pagination_sm > li > a, .pagination_sm > li > span { padding: 3px 7px; font-size: 14px } .pagination_sm > li:first-child > a, .pagination_sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px } .pagination_sm > li:last-child > a, .pagination_sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px } .link_danger { color: #f27171 } .link_danger:hover { color: #ee4242 } .link_rt { float: right } .link_sm { font-size: 14px } .text-link { color: #363d4d; text-decoration: none } .text-link:focus, .text-link:hover { color: #363d4d; text-decoration: underline } .text-link__icon { position: relative; top: -2px; margin-right: 6px } .text-link_sm { font-size: 14px } .text-link_sm .text-link__icon { top: -1px } .text-link_xs { font-size: 12px } .tooltipped { position: relative } .tooltipped:after { z-index: 1000000; padding: 5px 8px; font: normal normal 11px/1.5 Open Sans, Helvetica, Arial, sans-serif; -webkit-font-smoothing: subpixel-antialiased; color: #fff; text-align: center; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-wrap: break-word; white-space: pre; content: attr(aria-label); background: rgba(0, 0, 0, .8); border-radius: 3px } .tooltipped:after, .tooltipped:before { position: absolute; display: none; pointer-events: none; opacity: 0 } .tooltipped:before { z-index: 1000001; width: 0; height: 0; color: rgba(0, 0, 0, .8); content: ""; border: 5px solid transparent } @-webkit-keyframes tooltip-appear { 0% { opacity: 0 } to { opacity: 1 } } @keyframes tooltip-appear { 0% { opacity: 0 } to { opacity: 1 } } .tooltipped:active:after, .tooltipped:active:before, .tooltipped:focus:after, .tooltipped:focus:before, .tooltipped:hover:after, .tooltipped:hover:before { display: inline-block; text-decoration: none; -webkit-animation-name: tooltip-appear; animation-name: tooltip-appear; -webkit-animation-duration: .1s; animation-duration: .1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-delay: .4s; animation-delay: .4s } .tooltipped_no-delay:active:after, .tooltipped_no-delay:active:before, .tooltipped_no-delay:focus:after, .tooltipped_no-delay:focus:before, .tooltipped_no-delay:hover:after, .tooltipped_no-delay:hover:before { opacity: 1; -webkit-animation: none; animation: none } .tooltipped_multiline:active:after, .tooltipped_multiline:focus:after, .tooltipped_multiline:hover:after { display: table-cell } .tooltipped_s:after, .tooltipped_se:after, .tooltipped_sw:after { top: 100%; right: 50%; margin-top: 5px } .tooltipped_s:before, .tooltipped_se:before, .tooltipped_sw:before { top: auto; right: 50%; bottom: -5px; margin-right: -5px; border-bottom-color: rgba(0, 0, 0, .8) } .tooltipped_se:after { right: auto; left: 50%; margin-left: -15px } .tooltipped_sw:after { margin-right: -15px } .tooltipped_n:after, .tooltipped_ne:after, .tooltipped_nw:after { right: 50%; bottom: 100%; margin-bottom: 5px } .tooltipped_n:before, .tooltipped_ne:before, .tooltipped_nw:before { top: -5px; right: 50%; bottom: auto; margin-right: -5px; border-top-color: rgba(0, 0, 0, .8) } .tooltipped_ne:after { right: auto; left: 50%; margin-left: -15px } .tooltipped_nw:after { margin-right: -15px } .tooltipped_n:after, .tooltipped_s:after { -webkit-transform: translateX(50%); transform: translateX(50%) } .tooltipped_w:after { right: 100%; bottom: 50%; margin-right: 7px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped_w:before { top: 50%; bottom: 50%; left: -7px; margin-top: -5px; border-left-color: rgba(0, 0, 0, .8) } .tooltipped_e:after { bottom: 50%; left: 100%; margin-left: 5px; -webkit-transform: translateY(50%); transform: translateY(50%) } .tooltipped_e:before { top: 50%; right: -5px; bottom: 50%; margin-top: -5px; border-right-color: rgba(0, 0, 0, .8) } .tooltipped_multiline:after { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 250px; word-break: break-all; word-wrap: normal; white-space: pre-line; border-collapse: separate } .tooltipped_multiline.tooltipped_n:after, .tooltipped_multiline.tooltipped_s:after { right: auto; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .tooltipped_multiline.tooltipped_e:after, .tooltipped_multiline.tooltipped_w:after { right: 100% } @media screen and (min-width: 0\0 ) { .tooltipped_multiline:after { width: 250px } } .tooltipped_sticky:after, .tooltipped_sticky:before { display: inline-block } .tooltipped_sticky.tooltipped_multiline:after { display: table-cell } .draggable { position: fixed; z-index: 110 } .draggable.dragged { cursor: move; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .draggable-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100 } .icon { vertical-align: middle; display: inline-block; width: 16px; height: 16px; background-image: url(/static/images/icons-common.20260d.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .icon { background-image: url(/static/images/icons-common@2x.d306d4.png); background-size: 16px 816px } } .icon_doc { background-position: 0 0 } .icon_comment { background-position: 0 -96px } .icon_next { background-position: 0 -128px } .icon_prev { background-position: 0 -144px } .icon_close { background-position: 0 -240px } .icon_close:hover { background-position: 0 -224px } .icon_pencil { background-position: 0 -256px } .icon_pencil:hover { background-position: 0 -272px } .icon_menu { background-position: 0 -304px } .icon_menu:hover { background-position: 0 -320px } .icon_handle { background-position: 0 -336px } .icon_trash { background-position: 0 -352px } .icon_trash:hover { background-position: 0 -368px } .icon_goto { background-position: 0 -384px } .icon_settings { background-position: 0 -400px } .icon_plus { background-position: 0 -416px } .icon_next-page { background-position: 0 -432px } [disabled] .icon_next-page { background-position: 0 -448px } .icon_last-page { background-position: 0 -464px } [disabled] .icon_last-page { background-position: 0 -480px } .icon_prev-page { background-position: 0 -496px } [disabled] .icon_prev-page { background-position: 0 -512px } .icon_first-page { background-position: 0 -528px } [disabled] .icon_first-page { background-position: 0 -544px } .icon_envelope { background-position: 0 -560px } .icon_star { background-position: 0 -592px } ._starred .icon_star { background-position: 0 -576px } .icon_sm-star { background-position: 0 -608px } ._selected .icon_sm-star { background-position: 0 -624px } .icon_external-link { background-position: 0 -640px } .icon_external-link:hover { background-position: 0 -656px } .icon_plus2 { background-position: 0 -672px } .icon_minus { background-position: 0 -688px } .icon_cross { background-position: 0 -704px } .icon_arrow { background-position: 0 -720px } .icon_up { background-position: 0 -736px } .icon_down { background-position: 0 -752px } .icon_facebook { background-position: 0 -768px } .icon_google { background-position: 0 -784px } .icon_slack { background-position: 0 -800px } .icon-md { display: inline-block; vertical-align: middle; width: 24px; height: 24px; background-image: url(/static/images/icons-medium.4f0fe3.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .icon-md { background-image: url(/static/images/icons-medium@2x.c4951e.png); background-size: 48px 48px } } .icon-md_desktop { background-position: 0 0 } .icon-md_desktop:hover { background-position: -24px 0 } .icon-md_mobile { background-position: 0 -24px } .icon-md_mobile:hover { background-position: -24px -24px } .tag-list { margin: -10px 0 0 -10px; padding: 0; list-style: none } .tag-list:after, .tag-list:before { content: " "; display: table } .tag-list:after { clear: both } .tag-list__i { float: left; margin: 10px 0 0 10px } .tag { position: relative; display: inline-block; padding: 8px 10px; font-size: 16px; line-height: 1.375; border: 1px solid transparent; border-radius: 4px; color: #363d4d; background-color: #f1f3f5; white-space: nowrap } .tag__close { float: right; font-size: 24px; line-height: 22px; color: #363d4d; margin-left: 10px } .tag__close:focus, .tag__close:hover { color: #6b7997; text-decoration: none; cursor: pointer } .tag__text { display: inline-block; max-width: 200px; overflow: hidden; text-overflow: ellipsis } fieldset[disabled] .tag, fieldset[disabled] .tag__close { cursor: not-allowed; pointer-events: none; color: #7a86a2; opacity: 1 } .tag_md { height: 32px; padding: 4px 8px; font-size: 16px } .tag_md .tag__close { margin-left: 8px } .loader { display: inline-block; width: 20px; height: 20px; background-image: url(/static/images/loading.c3786b.gif); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .loader { background-image: url(/static/images/loading@2x.44a23f.gif); background-size: 20px 20px } } .loading-screen-container { position: relative } .loading-screen { position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 100; border-radius: 4px; background-color: #f1f3f5; background-color: hsla(0, 0%, 96%, .8) } .loading-screen__inner-w { display: table; width: 100%; height: 100% } .loading-screen__inner { display: table-cell; vertical-align: middle } .loading-screen__loader { height: 40px; background-image: url(/static/images/loading-lg.44a23f.gif); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .loading-screen__loader { background-image: url(/static/images/loading-lg@2x.7e749d.gif); background-size: 40px 40px } } .loading-screen__title { margin: 0; text-align: center; margin-top: 10px } .textarea-group { border: 1px solid #dfe5ed; border-radius: 4px } .textarea-group__text { display: block; width: 100%; height: auto; padding: 8px 10px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; line-height: 1.375; color: #363d4d; background-color: #fff; resize: none } .textarea-group__text:focus { outline: 0 } .textarea-group__text_code { font-family: Courier New, monospace; font-size: 12px } .textarea-group__footer:after, .textarea-group__footer:before { content: " "; display: table } .textarea-group__footer:after { clear: both } .textarea-group__btn { float: right; position: relative; right: -1px; bottom: -1px } .info-icon { position: relative; top: 3px; display: inline-block; width: 16px; height: 16px; background-image: url(/static/images/icons-info.9e6199.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .info-icon { background-image: url(/static/images/icons-info@2x.25bab7.png); background-size: 32px 48px } } .info-icon_rt { margin-left: 4px } .info-icon_sm { top: 2px } .info-icon_help { background-position: -16px -16px; background-repeat: no-repeat; cursor: pointer } .info-icon_help:hover { background-position: 0 -16px } .info-icon_error { background-position: 0 -32px } .cms-icon { display: inline-block; width: 32px; height: 32px; background-image: url(/static/images/cms-logos.e62cf5.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .cms-icon { background-image: url(/static/images/cms-logos@2x.88d3d0.png); background-size: 32px 448px } } .cms-icon_lt { margin-right: 2px } .cms-icon_wordpress { background-position: 0 0 } .cms-icon_blogger { background-position: 0 -32px } .cms-icon_squarespace { background-position: 0 -64px } .cms-icon_tumblr { background-position: 0 -96px } .cms-icon_joomla { background-position: 0 -128px } .cms-icon_weebly { background-position: 0 -160px } .cms-icon_webydo { background-position: 0 -192px } .cms-icon_jimdo { background-position: 0 -224px } .cms-icon_rainmaker { background-position: 0 -256px } .cms-icon_shopify { background-position: 0 -288px } .cms-icon_volusion { background-position: 0 -320px } .cms-icon_bigcommerce { background-position: 0 -352px } .cms-icon_facebook { background-position: 0 -384px } .cms-icon_google { background-position: 0 -416px } .stripe-header { display: block; min-height: 40px; border-radius: 4px; background-color: #f1f3f5 } .stripe-header:after, .stripe-header:before { content: " "; display: table } .stripe-header:after { clear: both } .stripe-header__text { float: left; padding: 9px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 380px } .stripe-header__text small { font-size: 14px } .stripe-header__text_sm { max-width: 280px } .stripe-header__text_rt { float: right } .stripe-header__img { float: left; height: 24px; max-width: 40px; margin: 8px 0 0 8px; overflow: hidden } .stripe-header__icon { float: left } .stripe-header__info-icon { float: right; top: 12px; right: 12px } .stripe-header_success { background-color: #74caac } .stripe-header_success .stripe-header__text { color: #fff } .stripe-header_success .stripe-header__a { color: #fff; text-decoration: underline } .stripe-header_success .stripe-header__a:focus, .stripe-header_success .stripe-header__a:hover { color: #fff; text-decoration: none } .stripe-header_block .stripe-header__text { max-width: 100% } .stripe-header.dropdown-toggle { position: relative; cursor: pointer } .stripe-header.dropdown-toggle .caret { position: absolute; top: 50%; right: 10px } .tooltip-ex { opacity: 1; filter: alpha(opacity=100) } .tooltip-ex .tooltip-inner { max-width: 408px; width: 408px; padding: 20px; text-align: left; color: #333; background-color: #fff; box-shadow: 0 0 0 4px #d3d9e0 } .tooltip-ex.bottom-left .tooltip-inner, .tooltip-ex.bottom-right .tooltip-inner, .tooltip-ex.bottom .tooltip-inner, .tooltip-ex.left .tooltip-inner, .tooltip-ex.right .tooltip-inner { position: relative } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-left .tooltip-inner:before, .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:before, .tooltip-ex.bottom .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:before, .tooltip-ex.left .tooltip-inner:after, .tooltip-ex.left .tooltip-inner:before, .tooltip-ex.right .tooltip-inner:after, .tooltip-ex.right .tooltip-inner:before { border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; content: "" } .tooltip-ex.left .tooltip-inner:after, .tooltip-ex.left .tooltip-inner:before, .tooltip-ex.right .tooltip-inner:after, .tooltip-ex.right .tooltip-inner:before { top: 50% } .tooltip-ex.bottom .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:before { top: 0; left: 50% } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-left .tooltip-inner:before { left: 0 } .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:before { right: 0 } .tooltip-ex.right { padding-left: 14px; margin-left: 1px } .tooltip-ex.right .tooltip-inner:before { left: -14px; margin-top: -10px; border-width: 10px 10px 10px 0; border-right-color: #d3d9e0 } .tooltip-ex.right .tooltip-inner:after { left: -8px; margin-top: -8px; border-width: 8px 8px 8px 0; border-right-color: #fff } .tooltip-ex.left { padding-right: 14px; margin-left: -1px } .tooltip-ex.left .tooltip-inner:before { right: -14px; margin-top: -10px; border-width: 10px 0 10px 10px; border-left-color: #d3d9e0 } .tooltip-ex.left .tooltip-inner:after { right: -8px; margin-top: -8px; border-width: 8px 0 8px 8px; border-left-color: #fff } .tooltip-ex.bottom, .tooltip-ex.bottom-left, .tooltip-ex.bottom-right { padding-top: 14px; margin-top: 1px } .tooltip-ex.bottom-left .tooltip-inner:before, .tooltip-ex.bottom-right .tooltip-inner:before, .tooltip-ex.bottom .tooltip-inner:before { top: -14px; border-width: 0 10px 10px; border-bottom-color: #d3d9e0 } .tooltip-ex.bottom-left .tooltip-inner:after, .tooltip-ex.bottom-right .tooltip-inner:after, .tooltip-ex.bottom .tooltip-inner:after { top: -8px; border-width: 0 8px 8px; border-bottom-color: #fff } .tooltip-ex.bottom .tooltip-inner:before { margin-left: -10px } .tooltip-ex.bottom .tooltip-inner:after { margin-left: -8px } .tooltip-ex.bottom-left .tooltip-inner:before { margin-left: 6px } .tooltip-ex.bottom-left .tooltip-inner:after { margin-left: 8px } .tooltip-ex.bottom-right .tooltip-inner:before { margin-right: 6px } .tooltip-ex.bottom-right .tooltip-inner:after { margin-right: 8px } .tooltip-ex__text { margin: 0 } .tooltip-ex__text + .tooltip-ex__text { margin-top: 10px } .tooltip-ex__actions { margin-top: 20px; text-align: left; white-space: nowrap } .tooltip-ex__actions .btn + .btn { margin-left: 6px } .tooltip-ex__link_rt { float: right } .tooltip-ex__close { position: absolute; top: 0; right: 6px; padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; font-size: 26px; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20) } .tooltip-ex__close:focus, .tooltip-ex__close:hover { color: #000; text-decoration: none; cursor: pointer; outline: 0; opacity: .5; filter: alpha(opacity=50) } .tooltip-ex__close.active, .tooltip-ex__close:active { outline: 0 } .tooltip-ex_overlap.bottom-left, .tooltip-ex_overlap.bottom-right { margin-top: -4px } .tooltip-ex_condensed .tooltip-inner { padding: 10px } .tooltip-ex_size_auto .tooltip-inner { width: auto } .tooltip-ex_size_sm .tooltip-inner { max-width: 240px; width: 240px } .tooltip-ex_size_lg .tooltip-inner { max-width: 600px; width: 600px } .layout-list { display: block; list-style: none; margin: -11px 0 0 -11px; padding: 0 } .layout-list:after, .layout-list:before { content: " "; display: table } .layout-list:after { clear: both } .layout-list__i { float: left; margin: 11px 0 0 11px } .layout-icon { display: block; width: 40px; height: 40px; background-image: url(/uploads/cms/img/icons-layouts-40.4b912c.png); background-color: transparent; background-repeat: no-repeat; cursor: pointer } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .layout-icon { background-image: url(/static/images/icons-layouts-40@2x.8249c8.png); background-size: 440px 80px } } .layout-icon_topBar { background-position: 0 0 } .layout-icon_topBar.layout-icon_active, .layout-icon_topBar:hover { background-position: 0 -40px } .layout-icon_bottomBar { background-position: -40px 0 } .layout-icon_bottomBar.layout-icon_active, .layout-icon_bottomBar:hover { background-position: -40px -40px } .layout-icon_modal { background-position: -80px 0 } .layout-icon_modal.layout-icon_active, .layout-icon_modal:hover { background-position: -80px -40px } .layout-icon_leftSide { background-position: -120px 0 } .layout-icon_leftSide.layout-icon_active, .layout-icon_leftSide:hover { background-position: -120px -40px } .layout-icon_rightSide { background-position: -160px 0 } .layout-icon_rightSide.layout-icon_active, .layout-icon_rightSide:hover { background-position: -160px -40px } .layout-icon_bottomLeftPanel { background-position: -200px 0 } .layout-icon_bottomLeftPanel.layout-icon_active, .layout-icon_bottomLeftPanel:hover { background-position: -200px -40px } .layout-icon_bottomRightPanel { background-position: -240px 0 } .layout-icon_bottomRightPanel.layout-icon_active, .layout-icon_bottomRightPanel:hover { background-position: -240px -40px } .layout-icon_leftFlyby { background-position: -280px 0 } .layout-icon_leftFlyby.layout-icon_active, .layout-icon_leftFlyby:hover { background-position: -280px -40px } .layout-icon_rightFlyby { background-position: -320px 0 } .layout-icon_rightFlyby.layout-icon_active, .layout-icon_rightFlyby:hover { background-position: -320px -40px } .layout-icon_leftSidebar { background-position: -360px 0 } .layout-icon_leftSidebar.layout-icon_active, .layout-icon_leftSidebar:hover { background-position: -360px -40px } .layout-icon_rightSidebar { background-position: -400px 0 } .layout-icon_rightSidebar.layout-icon_active, .layout-icon_rightSidebar:hover { background-position: -400px -40px } .layout-icon-sm { display: block; width: 30px; height: 30px; background-image: url(/static/images/icons-layouts-30.98d400.png); background-color: transparent; background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .layout-icon-sm { background-image: url(/static/images/icons-layouts-30@2x.0d4e30.png); background-size: 270px 60px } } .layout-icon-sm_topBar { background-position: 0 0 } .layout-icon-sm_topBar.layout-icon_active, .layout-icon-sm_topBar:hover { background-position: 0 -30px } .layout-icon-sm_bottomBar { background-position: -30px 0 } .layout-icon-sm_bottomBar.layout-icon_active, .layout-icon-sm_bottomBar:hover { background-position: -30px -30px } .layout-icon-sm_modal { background-position: -60px 0 } .layout-icon-sm_modal.layout-icon_active, .layout-icon-sm_modal:hover { background-position: -60px -30px } .layout-icon-sm_leftSide { background-position: -90px 0 } .layout-icon-sm_leftSide.layout-icon_active, .layout-icon-sm_leftSide:hover { background-position: -90px -30px } .layout-icon-sm_rightSide { background-position: -120px 0 } .layout-icon-sm_rightSide.layout-icon_active, .layout-icon-sm_rightSide:hover { background-position: -120px -30px } .layout-icon-sm_bottomLeftPanel { background-position: -150px 0 } .layout-icon-sm_bottomLeftPanel.layout-icon_active, .layout-icon-sm_bottomLeftPanel:hover { background-position: -150px -30px } .layout-icon-sm_bottomRightPanel { background-position: -180px 0 } .layout-icon-sm_bottomRightPanel.layout-icon_active, .layout-icon-sm_bottomRightPanel:hover { background-position: -180px -30px } .layout-icon-sm_leftFlyby { background-position: -210px 0 } .layout-icon-sm_leftFlyby.layout-icon_active, .layout-icon-sm_leftFlyby:hover { background-position: -210px -30px } .layout-icon-sm_rightFlyby { background-position: -240px 0 } .layout-icon-sm_rightFlyby.layout-icon_active, .layout-icon-sm_rightFlyby:hover { background-position: -240px -30px } .datepicker { width: 250px; height: 305px; overflow: hidden; padding: 10px } .datepicker__btn { background-color: #fff } .datepicker__btn.active, .datepicker__btn:active, .datepicker__btn:focus, .datepicker__btn:hover { background-color: #f6f8fa } .datepicker__btn_selected { color: #fff; background-color: #0396ff } .datepicker__btn_selected.active, .datepicker__btn_selected:active, .datepicker__btn_selected:focus, .datepicker__btn_selected:hover { background-color: #0396ff } .datepicker__btn_today { color: #363d4d } .datepicker__btn_today, .datepicker__btn_today.active, .datepicker__btn_today:active, .datepicker__btn_today:focus, .datepicker__btn_today:hover { background-color: #d5dfe8 } .datepicker-table { table-layout: fixed; height: 100%; width: 100% } .datepicker-table thead th { font-weight: 700; font-size: 14px; padding: 5px 0 } .datepicker-table tbody button { padding: 6px } .datepicker_mode_1 .datepicker-table tbody button, .datepicker_mode_2 .datepicker-table tbody button { height: 65px } .datepicker-table-th._prev { text-align: left } .datepicker-table-th._next { text-align: right } .datepicker-table-th button { padding-left: 8px; padding-right: 8px } .datepicker-table-th button .icon { position: relative; top: -2px } .timepicker { padding: 5px } .timepicker-table { width: 100%; height: 100% } .timepicker-table tbody button { padding: 6px } .timepicker-table tfoot button, .timepicker-table thead button { padding-left: 8px; padding-right: 8px; background-color: #fff } .timepicker-table tfoot button.active, .timepicker-table tfoot button:active, .timepicker-table tfoot button:focus, .timepicker-table tfoot button:hover, .timepicker-table thead button.active, .timepicker-table thead button:active, .timepicker-table thead button:focus, .timepicker-table thead button:hover { background-color: #f6f8fa } .timepicker-table tfoot button .icon, .timepicker-table thead button .icon { position: relative; top: -2px } .colorpicker__slider-container { white-space: nowrap } .colorpicker__slider { display: inline-block; vertical-align: top; background-image: url(/static/images/color-picker.0dd775.png); background-repeat: no-repeat; border: 1px solid #d6d6d6 } .colorpicker__slider_hue { margin-left: 7px; background-position: -170px 0 } .colorpicker__slider_sv { background-position: 0 0 } .colorpicker-slider { position: relative } .colorpicker-slider__pointer { display: block; position: absolute; top: 0; left: 0 } .colorpicker-slider_2d { cursor: crosshair } .colorpicker-slider_2d .colorpicker-slider__pointer { width: 10px; height: 10px; border: 1px solid #000; border-radius: 8px; margin-top: -6px; margin-left: -6px } .colorpicker-slider_2d .colorpicker-slider__pointer:after { display: block; position: absolute; top: 0; left: 0; width: 8px; height: 8px; border-radius: 8px; border: 1px solid #fff; content: "" } .colorpicker-slider_1d { cursor: row-resize } .colorpicker-slider_1d .colorpicker-slider__pointer { width: 100%; height: 4px; margin-top: -2px } .colorpicker-slider_1d .colorpicker-slider__pointer:after, .colorpicker-slider_1d .colorpicker-slider__pointer:before { border: solid transparent; height: 0; width: 0; top: 50%; margin-top: -4px; position: absolute; pointer-events: none; content: "" } .colorpicker-slider_1d .colorpicker-slider__pointer:before { left: -6px; border-width: 4px 0 4px 4px; border-left-color: #000 } .colorpicker-slider_1d .colorpicker-slider__pointer:after { right: -6px; border-width: 4px 4px 4px 0; border-right-color: #000 } .colorpicker-popup_flat .tooltip-inner:after, .colorpicker-popup_flat .tooltip-inner:before { display: none } .colorpicker-popup__h { margin: 0 0 4px; font-size: 12px } .colorpicker-popup__palette { margin-right: -4px } .colorpicker-popup__palette_1, .colorpicker-popup__palette_2 { margin-bottom: 8px } .colorpicker-popup__palette_3 { margin-top: 8px; margin-bottom: -2px } .colorpicker-popup__input { margin-top: 10px } .color-input { position: relative; display: block; width: 127px } .color-input input { padding-left: 44px } .color-input_block { width: auto } .color-input-swatch { position: absolute; width: 28px; height: 28px; left: 6px; top: 50%; margin-top: -14px; border: 1px solid #dfe5ed; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px; cursor: text } .color-preview { width: 80px; height: 40px; padding: 5px; background-color: #fff; border: 1px solid #dfe5ed; border-radius: 4px } .color-preview__swatch { display: block; height: 100%; border: 1px solid #dfe5ed; border: 1px solid rgba(0, 0, 0, .16); border-radius: 4px } .colorpalette__list { list-style: none; margin: -10px 0 0 -10px; padding: 0; overflow: hidden } .colorpalette__i { float: left; margin: 10px 0 0 10px; border-radius: 5px } .colorpalette__color { display: block; width: 32px; height: 32px; border: 1px solid #e2e2e2; border-radius: 3px } .colorpalette + .colorpalette { margin-top: 10px } .colorpalette_dynamic .colorpalette__list { margin-left: -13px } .colorpalette_dynamic .colorpalette__i { padding: 1px; border: 2px solid transparent; cursor: pointer } .colorpalette_dynamic .colorpalette__i_active { border: 2px solid #0396ff } .colorpalette_sm .colorpalette__list { margin: -1px 0 0 -3px } .colorpalette_sm .colorpalette__i { margin: 1px 0 0 1px; border-width: 1px; border-radius: 3px } .colorpalette_sm .colorpalette__i_active { border-width: 1px } .colorpalette_sm .colorpalette__color { width: 15px; height: 15px } .colorpalette_sm + .colorpalette_sm { margin-top: 1px } .social-icon { display: block; width: 40px; height: 40px; background-image: url(/static/images/icons-social-logos.bcfe72.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .social-icon { background-image: url(/static/images/icons-social-logos@2x.3ba577.png); background-size: 80px 1840px } } .social-icon_facebook { background-position: 0 0 } .social-icon_twitter { background-position: 0 -40px } .social-icon_gplus { background-position: 0 -80px } .social-icon_youtube { background-position: 0 -120px } .social-icon_linkedin { background-position: 0 -160px } .social-icon_instagram { background-position: 0 -200px } .social-icon_tumblr { background-position: 0 -240px } .social-icon_pinterest { background-position: 0 -280px } .social-icon_vk { background-position: 0 -320px } .social-icon_mailchimp { background-position: 0 -360px } .social-icon_email-rnd { background-position: 0 -400px } .social-icon_ga { background-position: 0 -440px } .social-icon_print { background-position: 0 -480px } .social-icon_autoresponse { background-position: 0 -520px } .social-icon_email { background-position: 0 -560px } .social-icon_whatsapp { background-position: 0 -600px } .social-icon_aweber { background-position: 0 -640px } .social-icon_constantcontact { background-position: 0 -680px } .social-icon_campaignmonitor { background-position: 0 -720px } .social-icon_activecampaign { background-position: 0 -760px } .social-icon_getresponse { background-position: 0 -800px } .social-icon_madmimi { background-position: 0 -840px } .social-icon_icontact { background-position: 0 -880px } .social-icon_mailerlite { background-position: 0 -920px } .social-icon_mailjet { background-position: 0 -960px } .social-icon_drip { background-position: 0 -1040px } .social-icon_infusionsoft { background-position: 0 -1080px } .social-icon_convertkit { background-position: 0 -1120px } .social-icon_verticalresponse { background-position: 0 -1160px } .social-icon_easysendy { background-position: 0 -1200px } .social-icon_slack { background-position: 0 -1280px } .social-icon_messenger { background-position: 0 -1320px } .social-icon_hubspot { background-position: 0 -1360px } .social-icon_pardot { background-position: 0 -1400px } .social-icon_sendy { background-position: 0 -1440px } .social-icon_mautic { background-position: 0 -1480px } .social-icon_klaviyo { background-position: 0 -1520px } .social-icon_sendgrid { background-position: 0 -1560px } .social-icon_sendinblue { background-position: 0 -1600px } .social-icon_e-goi { background-position: 0 -1640px } .social-icon_benchmarkemail { background-position: 0 -1680px } .social-icon_freshmail { background-position: 0 -1720px } .social-icon_unisender { background-position: 0 -1760px } .social-icon_ontraport { background-position: 0 -1800px } .social-icon-sm { display: block; width: 20px; height: 20px; background-image: url(/static/images/icons-social-logos.bcfe72.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .social-icon-sm { background-image: url(/static/images/icons-social-logos@2x.3ba577.png); background-size: 80px 1840px } } .social-icon-sm_facebook { background-position: -40px 0 } .social-icon-sm_facebook.social-icon-sm_disabled { background-position: -60px 0 } .social-icon-sm_twitter { background-position: -40px -20px } .social-icon-sm_twitter.social-icon-sm_disabled { background-position: -60px -20px } .social-icon-sm_gplus { background-position: -40px -40px } .social-icon-sm_gplus.social-icon-sm_disabled { background-position: -60px -40px } .social-icon-sm_youtube { background-position: -40px -60px } .social-icon-sm_youtube.social-icon-sm_disabled { background-position: -60px -60px } .social-icon-sm_linkedin { background-position: -40px -80px } .social-icon-sm_linkedin.social-icon-sm_disabled { background-position: -60px -80px } .social-icon-sm_instagram { background-position: -40px -100px } .social-icon-sm_instagram.social-icon-sm_disabled { background-position: -60px -100px } .social-icon-sm_tumblr { background-position: -40px -120px } .social-icon-sm_tumblr.social-icon-sm_disabled { background-position: -60px -120px } .social-icon-sm_pinterest { background-position: -40px -140px } .social-icon-sm_pinterest.social-icon-sm_disabled { background-position: -60px -140px } .social-icon-sm_vk { background-position: -40px -160px } .social-icon-sm_vk.social-icon-sm_disabled { background-position: -60px -160px } .social-icon-sm_mailchimp { background-position: -40px -180px } .social-icon-sm_mailchimp.social-icon-sm_disabled { background-position: -60px -180px } .social-icon-sm_email-rnd { background-position: -40px -200px } .social-icon-sm_email-rnd.social-icon-sm_disabled { background-position: -60px -200px } .social-icon-sm_print { background-position: -40px -240px } .social-icon-sm_print.social-icon-sm_disabled { background-position: -60px -240px } .social-icon-sm_email { background-position: -40px -260px } .social-icon-sm_email.social-icon-sm_disabled { background-position: -60px -260px } .social-icon-sm_whatsapp { background-position: -40px -280px } .social-icon-sm_whatsapp.social-icon-sm_disabled { background-position: -60px -280px } .social-icon-sm_aweber { background-position: -40px -300px } .social-icon-sm_aweber.social-icon-sm_disabled { background-position: -60px -300px } .social-icon-sm_constantcontact { background-position: -40px -320px } .social-icon-sm_constantcontact.social-icon-sm_disabled { background-position: -60px -320px } .social-icon-sm_campaignmonitor { background-position: -40px -340px } .social-icon-sm_campaignmonitor.social-icon-sm_disabled { background-position: -60px -340px } .social-icon-sm_activecampaign { background-position: -40px -360px } .social-icon-sm_activecampaign.social-icon-sm_disabled { background-position: -60px -360px } .social-icon-sm_getresponse { background-position: -40px -380px } .social-icon-sm_getresponse.social-icon-sm_disabled { background-position: -60px -380px } .social-icon-sm_madmimi { background-position: -40px -400px } .social-icon-sm_madmimi.social-icon-sm_disabled { background-position: -60px -400px } .social-icon-sm_icontact { background-position: -40px -420px } .social-icon-sm_icontact.social-icon-sm_disabled { background-position: -60px -420px } .social-icon-sm_mailerlite { background-position: -40px -440px } .social-icon-sm_mailerlite.social-icon-sm_disabled { background-position: -60px -440px } .social-icon-sm_mailjet { background-position: -40px -460px } .social-icon-sm_mailjet.social-icon-sm_disabled { background-position: -60px -460px } .social-icon-sm_drip { background-position: -40px -500px } .social-icon-sm_drip.social-icon-sm_disabled { background-position: -60px -500px } .social-icon-sm_infusionsoft { background-position: -40px -520px } .social-icon-sm_infusionsoft.social-icon-sm_disabled { background-position: -60px -520px } .social-icon-sm_convertkit { background-position: -40px -540px } .social-icon-sm_convertkit.social-icon-sm_disabled { background-position: -60px -540px } .social-icon-sm_verticalresponse { background-position: -40px -560px } .social-icon-sm_verticalresponse.social-icon-sm_disabled { background-position: -60px -560px } .social-icon-sm_easysendy { background-position: -40px -580px } .social-icon-sm_easysendy.social-icon-sm_disabled { background-position: -60px -580px } .social-icon-sm_slack { background-position: -40px -620px } .social-icon-sm_slack.social-icon-sm_disabled { background-position: -60px -620px } .social-icon-sm_messenger { background-position: -40px -640px } .social-icon-sm_messenger.social-icon-sm_disabled { background-position: -60px -640px } .social-icon-sm_hubspot { background-position: -40px -660px } .social-icon-sm_hubspot.social-icon-sm_disabled { background-position: -60px -660px } .social-icon-sm_pardot { background-position: -40px -680px } .social-icon-sm_pardot.social-icon-sm_disabled { background-position: -60px -680px } .social-icon-sm_sendy { background-position: -40px -700px } .social-icon-sm_sendy.social-icon-sm_disabled { background-position: -60px -700px } .social-icon-sm_mautic { background-position: -40px -720px } .social-icon-sm_mautic.social-icon-sm_disabled { background-position: -60px -720px } .social-icon-sm_klaviyo { background-position: -40px -740px } .social-icon-sm_klaviyo.social-icon-sm_disabled { background-position: -60px -740px } .social-icon-sm_sendgrid { background-position: -40px -760px } .social-icon-sm_sendgrid.social-icon-sm_disabled { background-position: -60px -760px } .social-icon-sm_sendinblue { background-position: -40px -780px } .social-icon-sm_sendinblue.social-icon-sm_disabled { background-position: -60px -780px } .social-icon-sm_e-goi { background-position: -40px -800px } .social-icon-sm_e-goi.social-icon-sm_disabled { background-position: -60px -800px } .social-icon-sm_benchmarkemail { background-position: -40px -820px } .social-icon-sm_benchmarkemail.social-icon-sm_disabled { background-position: -60px -820px } .social-icon-sm_freshmail { background-position: -40px -840px } .social-icon-sm_freshmail.social-icon-sm_disabled { background-position: -60px -840px } .social-icon-sm_unisender { background-position: -40px -860px } .social-icon-sm_unisender.social-icon-sm_disabled { background-position: -60px -860px } .social-icon-sm_ontraport { background-position: -40px -880px } .social-icon-sm_ontraport.social-icon-sm_disabled { background-position: -60px -880px } .social-icon-sm_check { background-position: -40px -900px } .social-icon-sm_check.social-icon-sm_disabled { background-position: -60px -900px } .select-dropdown { position: relative } .select-dropdown__dropdown-toggle { display: block; position: relative; padding: 8px 10px; border: 1px solid transparent; border-radius: 4px; font-size: 16px; line-height: 1.375; text-decoration: none } .select-dropdown__dropdown-toggle:focus, .select-dropdown__dropdown-toggle:hover { text-decoration: none } .select-dropdown__dropdown-toggle .caret { position: absolute; top: 50%; right: 10px } .select-dropdown__text { display: block; margin-right: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .status-dropdown { position: relative; display: inline-block } .status-dropdown:hover .dropdown-toggle { color: #9eb0c8 } .status-dropdown .dropdown-toggle { position: relative; width: 60px; padding: 19px 0; background-color: #fff; border-color: #dfe5ed; color: #becadb } .status-dropdown .dropdown-toggle:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-dropdown .dropdown-toggle:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-dropdown .dropdown-toggle .caret { position: absolute; top: 50%; margin-top: -1px; right: 8px } .status-dropdown .dropdown-toggle[disabled] { opacity: 1 } .status-dropdown_flat .dropdown-toggle { padding: 18px 0; border-color: transparent } .status-dropdown_active .dropdown-toggle:before { background-position: 0 0 } .status-dropdown_inactive .dropdown-toggle:before { background-position: 0 -32px } .status-dropdown_suspended .dropdown-toggle:before { background-position: 0 -64px } .logo-md { display: inline-block; width: 22px; height: 22px; background-image: url(/static/images/logo-white.326985.png); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .logo-md { background-image: url(/static/images/logo-white@2x.19dd66.png); background-size: 22px 22px } } .logo { display: inline-block; padding-left: 30px; margin: 0; font-size: 20px; font-weight: 400; line-height: 24px; background-image: url(/static/images/logo.a1871f.png); background-repeat: no-repeat; background-position: 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .logo { background-image: url(/static/images/logo@2x.95aa33.png); background-size: 22px 22px } } .navbar { min-height: 60px; background: #363d4d } .navbar:after, .navbar:before { content: " "; display: table } .navbar:after { clear: both } .navbar__inner { width: 960px; margin-right: auto; margin-left: auto } .navbar__inner:after, .navbar__inner:before { content: " "; display: table } .navbar__inner:after { clear: both } .navbar__header { float: left } .navbar__header:after, .navbar__header:before { content: " "; display: table } .navbar__header:after { clear: both } .navbar__brand { position: relative; float: left; padding: 19px 10px 19px 0; line-height: 22px; height: 60px; color: #fff; text-decoration: none } .navbar__brand:focus, .navbar__brand:hover { color: #d9d9d9; text-decoration: none } .navbar__logo { color: inherit } .navbar__spinner { position: absolute; left: 0; top: 50%; margin-top: -11px; width: 22px; height: 22px; background-image: url(/static/images/logo-spinner.f5df89.gif); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .navbar__spinner { background-image: url(/static/images/logo-spinner@2x.c111a4.gif); background-size: 22px 22px } } .navbar__dropdown { float: left; margin-left: 20px; margin-top: 19px; margin-bottom: 19px } .navbar__dropdown_rt { float: right } .navbar__btn { float: left; margin-left: 20px; margin-top: 10px; margin-bottom: 10px } .navbar__btn_rt { float: right } .navbar__select-dropdown { float: left; min-width: 240px; max-width: 270px; margin: 10px 20px 10px 10px } .navbar__select-dropdown .select-dropdown__dropdown-toggle { background-color: #41495c; color: #fff } .navbar__select-dropdown .select-dropdown__dropdown-toggle:focus, .navbar__select-dropdown .select-dropdown__dropdown-toggle:hover { background-color: #4b556b; color: #fff } .navbar__select-dropdown .dropdown-menu { min-width: 100% } .navbar__select-dropdown .dropdown-menu .dropdown-menu__a { max-width: 400px; overflow: hidden; text-overflow: ellipsis } .navbar__select { float: left; width: 122px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px } .navbar-nav { float: left; margin-bottom: 0; padding-left: 0; list-style: none } .navbar-nav:after, .navbar-nav:before { content: " "; display: table } .navbar-nav:after { clear: both } .navbar-nav__i { float: left } .navbar-nav__i:first-child .navbar-nav__a { padding-left: 0 } .navbar-nav__a { display: block; padding: 19px 10px; line-height: 22px; color: #fff; text-decoration: none } .navbar-nav__a:focus, .navbar-nav__a:hover { color: #d9d9d9; text-decoration: none } .navbar-nav__badge { position: relative; top: -1px; display: inline-block; vertical-align: middle; padding: 3px 6px 4px; max-width: 34px; overflow: hidden; text-overflow: ellipsis; border-radius: 9px; background-color: #eb605b; color: #fff; font-size: 11px; line-height: 1; margin-left: 2px } .navbar-nav__badge._hide, .navbar-nav__badge:empty { display: none } .navbar-nav_rt { float: right } .navbar-nav_rt .navbar-nav__i:last-child .navbar-nav__a { padding-right: 0 } .navbar-dropdown-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; max-width: 160px; color: #fff; text-decoration: none } .navbar-dropdown-toggle:focus, .navbar-dropdown-toggle:hover { color: #d9d9d9; text-decoration: none } .navbar-dropdown-toggle._with-status { padding-left: 15px; position: relative } .navbar-dropdown-toggle._with-status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; left: 0 } .navbar-dropdown-toggle._with-status._online:after { background-color: #74caac } .navbar-dropdown-toggle__status { -webkit-box-flex: 1; -ms-flex: 1 0 15px; flex: 1 0 15px; position: relative } .navbar-dropdown-toggle__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; left: 0 } .navbar-dropdown-toggle__title { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .navbar-dropdown-toggle__caret { -webkit-box-flex: 0; -ms-flex: 0; flex: 0; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 3px 0 0 5px } .navbar-dropdown-menu__status { padding-right: 40px; position: relative } .navbar-dropdown-menu__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; right: 20px } .navbar-dropdown-menu__status._online:after { background-color: #74caac } .form-signin { background: #fff; border-radius: 6px; background-clip: padding-box; box-shadow: 0 2px 0 rgba(0, 0, 0, .06) } .form-signin__body { padding: 10px 20px } .form-signin__body .form-group:last-child { margin-bottom: 0 } .form-signin__h { text-align: center; font-size: 18px; margin: 18px 0 20px } .form-signin__help { margin: 0 0 12px } .form-signin__footer { padding: 10px 20px 20px; text-align: center } .form-signin__social-h { text-align: center; font-size: 16px; margin: 0 0 12px } .form-signin__social { padding: 20px; background-color: #f1f3f5; border-radius: 0 0 6px 6px } .form-signin__btn { padding-left: 34px; padding-right: 34px } .form-signin__a { display: inline-block; margin-top: 5px; font-size: 14px } .social-signin { text-align: center } .social-signin__btn { min-width: 164px } .social-signin__btn .icon { position: relative; top: -2px; margin-right: 4px } .social-signin__btn + .social-signin__btn { margin-left: 4px } .signin { width: 380px; margin-left: auto; margin-right: auto } .signin__header { padding: 26px; text-align: center } .signin__footer { padding: 20px; text-align: center } .error-403 { border-radius: 4px; background-color: #fff; box-shadow: 0 2px #ddd } .error-403__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .error-404-w { display: table; width: 100%; height: 100% } .error-404-w__inner { display: table-cell; vertical-align: middle } .error-404 { min-width: 320px; background-image: url(/static/images/404.7aee73.png); background-position: top; background-repeat: no-repeat; padding-top: 116px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .error-404 { background-image: url(/static/images/404@2x.5e27dd.png); background-size: 320px 116px } } .error-404__h { margin: 52px 0 8px; text-align: center; font-size: 28px } .error-404__text { font-size: 18px; text-align: center } .page-header { position: fixed; top: 0; width: 100%; z-index: 1000 } .page-content { padding-top: 20px; width: 960px; margin-right: auto; margin-left: auto } .page-content:after, .page-content:before { content: " "; display: table } .page-content:after { clear: both } .page { min-height: 100%; min-width: 980px; background: #e9eaed } .page_signin { padding-top: 5% } .page_404 { height: 100% } .page_with-footer { position: relative; padding-bottom: 60px } .footer { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px } .footer .navbar { background: none; min-height: 40px } .footer__a { font-size: 12px; line-height: 1.3333333333; padding: 12px 10px; color: #8b96a8 } .footer__a:focus, .footer__a:hover { color: #636f84 } .footer__a_social { padding: 9px 5px } .footer__social { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background-image: url(/static/images/footer-social.423eba.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .footer__social { background-image: url(/static/images/footer-social@2x.ec7194.png); background-size: 88px 44px } } .footer__a_social_facebook .footer__social { background-position: 0 0 } .footer__a_social_facebook:hover .footer__social { background-position: 0 -22px } .footer__a_social_twitter .footer__social { background-position: -22px 0 } .footer__a_social_twitter:hover .footer__social { background-position: -22px -22px } .footer__a_social_gplus .footer__social { background-position: -44px 0 } .footer__a_social_gplus:hover .footer__social { background-position: -44px -22px } .footer__a_social_linkedin .footer__social { background-position: -66px 0 } .footer__a_social_linkedin:hover .footer__social { background-position: -66px -22px } .page-notification-container { display: block; position: fixed; z-index: 1070; top: 20px; left: 50%; width: 500px; margin-left: -250px } .page-notification { position: relative; padding: 24px 35px 24px 85px; border: 4px solid #d3d9e0; border-radius: 6px; background-color: #fff; font-size: 14px } .page-notification:before { position: absolute; left: 10px; top: 50%; width: 64px; height: 64px; margin-top: -32px; background-image: url(/static/images/icons-msg.db890c.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .page-notification:before { background-image: url(/static/images/icons-msg@2x.937f07.png); background-size: 64px 192px } } .page-notification .close { position: absolute; top: 5px; right: 10px } .page-notification + .page-notification { margin-top: 10px } .page-notification_error:before { background-position: 0 0 } .page-notification_pro:before { background-position: 0 -64px } .page-notification_check:before { background-position: 0 -128px } .dashboard:after, .dashboard:before { content: " "; display: table } .dashboard:after { clear: both } .dashboard__inner { padding-top: 20px; width: 960px; margin-right: auto; margin-left: auto } .dashboard__inner:after, .dashboard__inner:before { content: " "; display: table } .dashboard__inner:after { clear: both } .dashboard__alert { vertical-align: middle; text-align: right; padding: 10px 5px; color: #fff; background-color: #ff9d00 } .dashboard-panel { background: #fff; border-radius: 4px; box-shadow: 0 2px #dbdee6 } .dashboard-panel__header { position: relative; padding: 10px 20px 10px 10px; border-top-left-radius: 4px; border-top-right-radius: 4px; background: #f1f3f5; overflow: hidden } .dashboard-panel__body { padding: 20px } .dashboard-panel__body:after, .dashboard-panel__body:before { content: " "; display: table } .dashboard-panel__body:after { clear: both } .dashboard-panel__body_minheight { min-height: 460px } .dashboard-panel__body_minheight_sm { min-height: 410px } .dashboard-panel__footer { padding: 10px 20px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; text-align: center; background: #f1f3f5 } .dashboard-panel__footer .btn { min-width: 100px } .dashboard-panel__footer .btn + .btn { margin-left: 6px } .dashboard-panel__h { margin: 8px 0 8px 10px; max-width: 80%; font-size: 16px; line-height: 1.5; text-align: left; overflow: hidden; text-overflow: ellipsis } .dashboard-panel__h_rt { text-align: right; float: right } .dashboard-panel-nav { float: left; margin-bottom: 0; padding-left: 0; list-style: none } .dashboard-panel-nav:after, .dashboard-panel-nav:before { content: " "; display: table } .dashboard-panel-nav:after { clear: both } .dashboard-panel-nav_rt { float: right } .dashboard-panel-nav__i { float: left } .dashboard-panel-nav__i + .dashboard-panel-nav__i { margin-left: 2px } .dashboard-panel-nav__icon-error { position: absolute; top: -8px; right: -8px; z-index: 1; display: none } .dashboard-panel-nav__a { position: relative; display: block; padding: 8px 16px; color: #363d4d; text-decoration: none; border-radius: 4px; border: 1px solid transparent } .dashboard-panel-nav__a:focus, .dashboard-panel-nav__a:hover { color: #000; background-color: #fff; text-decoration: none } .dashboard-panel-nav__a_active { color: #000; background-color: #fff } .dashboard-panel-nav__a_error { border: 1px solid #f27171 } .dashboard-panel-nav__a_error .dashboard-panel-nav__icon-error { display: block } .alert-bar { padding: 7px 20px; text-align: center; color: #fff } .alert-bar__inner { white-space: nowrap } .alert-bar__text { display: inline-block; margin: 0 12px 0 0; vertical-align: middle } .alert-bar__btn { border-color: transparent } .alert-bar__btn .icon { position: relative; top: -1px; left: -3px } .alert-bar__a { vertical-align: middle; color: #fff; text-decoration: underline; white-space: nowrap } .alert-bar__a:focus, .alert-bar__a:hover { color: #fff; text-decoration: none } .alert-bar__btn + .alert-bar__a { margin-left: 12px } .alert-bar_warning { background-color: #ff9c00 } .alert-bar_danger { background-color: #f27171 } .widget-manager:after, .widget-manager:before { content: " "; display: table } .widget-manager:after { clear: both } .widget-manager__side { float: left; width: 24% } .widget-manager__side-panel .stats-panel { margin-top: 20px } .widget-manager__body { float: left; width: 76%; padding-left: 20px; border-radius: 4px } .widget-manager__btn { display: block; width: 100%; padding: 11px 16px; text-align: left; cursor: pointer; border-width: 0; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .1) } .widget-manager__btn .caret { position: absolute; top: 50%; right: 11px } .widget-manager__dropdown-menu { min-width: 100%; z-index: 500 } .widget-manager__list-stub { display: block; margin-top: 115px; padding: 0 85px } .widget-editor { position: relative } .widget-editor__left { float: left; width: 50%; padding-right: 12px } .widget-editor__right { margin-left: 50%; padding-left: 10px } .widget-editor__right_pd { padding-top: 26px } .widget-editor__widget-type { position: absolute; right: 20px; top: 50%; margin-top: -11px; text-align: right } .widget-editor__widget-type .label { top: -2px } .widget-editor-alert { overflow: hidden } .widget-editor-alert__inner { display: table; width: 100%; padding: 20px; background-color: #f1f3f5; border-bottom: 1px solid #e8e8e8 } .widget-editor-alert__main { display: table-cell; padding-left: 20px; padding-right: 80px; vertical-align: middle; font-size: 14px } .widget-editor-alert__side { display: table-cell; width: 1%; vertical-align: middle } .widget-editor-alert__btn { padding-left: 40px; padding-right: 40px } .widget-editor-alert-animation.ng-enter { max-height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .widget-editor-alert-animation.ng-enter.ng-enter-active, .widget-editor-alert-animation.ng-leave { max-height: 100px; opacity: 1; filter: alpha(opacity=100) } .widget-editor-alert-animation.ng-leave { transition: all .5s ease } .widget-editor-alert-animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .widget-follow-content__social-manager, .widget-share-content__social-manager { margin: 25px 0 20px } .widget-follow-content__social-manager .social-manager__dropdown, .widget-share-content__social-manager .social-manager__dropdown { display: inline-block; min-width: 75% } .widget-share-content__social-share { display: block; margin-bottom: 20px } .widget-survey-content__form-editor { padding-bottom: 5px } .widget-contact-content__form-editor { padding: 20px 0 5px } .behavior-display__hr { margin-top: 30px; margin-bottom: 28px } .behavior-display__multiplier { margin-left: 0; min-width: 90px } .behavior-display__error { display: none; margin-top: 15px } .behavior-display__error .info-icon { margin-right: 2px } .ng-submitted .behavior-display__error { display: block } .behavior-display__alert { margin-top: -10px; width: 65% } .widget-appearance__template-checkbox { margin-bottom: 0 } .widget-appearance__mobile-align { display: block } .widget-appearance__image { padding: 15px 0 10px } .widget-appearance__image_animation.ng-enter, .widget-appearance__image_animation.ng-leave { overflow: hidden; transition: all .5s ease } .widget-appearance__image_animation.ng-enter { max-height: 0; padding: 0; opacity: 0; filter: alpha(opacity=0) } .widget-appearance__image_animation.ng-enter.ng-enter-active, .widget-appearance__image_animation.ng-leave { max-height: 250px; padding: 15px 0 10px; opacity: 1; filter: alpha(opacity=100) } .widget-appearance__image_animation.ng-leave.ng-leave-active { max-height: 0; padding: 0; opacity: 0; filter: alpha(opacity=0) } .widget-targeting__url .control-label { margin-bottom: 10px } .widget-targeting__visitor { margin-left: 20px } .widget-targeting__api, .widget-targeting__browser, .widget-targeting__geo, .widget-targeting__ip, .widget-targeting__lang, .widget-targeting__os, .widget-targeting__platform, .widget-targeting__source, .widget-targeting__utm { margin-left: 20px; margin-top: 20px } .widget-targeting__ab { margin-top: 20px; padding-top: 15px; border-top: 1px solid #e8e8e8 } .targeting-url:after, .targeting-url:before { content: " "; display: table } .targeting-url:after { clear: both } .targeting-url .form-group { margin-bottom: 10px } .targeting-url .btn_md { padding-left: 8px; padding-right: 8px } .targeting-url__toggle { min-width: 160px; width: 160px } .targeting-url__site { display: inline-block; max-width: 200px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .targeting-url__add { float: right; font-size: 14px } .targeting-api__header { margin-bottom: 10px } .targeting-api__param .btn { padding-left: 8px; padding-right: 8px } .targeting-api__toggle { width: 200px } .targeting-api__add { font-size: 14px } [disabled] .targeting-api__add { cursor: not-allowed; color: #8b96a8; text-decoration: none } .targeting-data__toggle { width: 200px; margin-right: 10px } .targeting-data__dropdown-toggle { position: relative; top: 4px } .targeting-data__input { width: 200px } .targeting-data__info-icon { top: 3px; vertical-align: middle } .targeting-control { position: relative } .targeting-control .form-control { padding-right: 30px } .targeting-control .btn { position: absolute; right: 6px; top: 50%; margin-top: -10px; line-height: 1; padding: 1px 0 0 1px } .targeting-control .btn .icon { display: block } .widget-preview_no-mobile .widget-preview__btn { display: none } .widget-preview__footer { margin-top: 10px; text-align: center; white-space: nowrap } .widget-preview__footer .widget-preview__btn + .widget-preview__btn { margin-left: 6px } .widget-preview__link { display: inline-block; vertical-align: middle; padding-left: 4px; padding-right: 4px } .widget-preview__link.disabled, .widget-preview__link[disabled] { color: #363d4d; opacity: .4; filter: alpha(opacity=40) } .widget-preview__icon { display: inline-block; vertical-align: middle; width: 24px; height: 24px; background-image: url(/static/images/icons-medium.4f0fe3.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-preview__icon { background-image: url(/static/images/icons-medium@2x.c4951e.png); background-size: 48px 48px } } .widget-preview__btn { padding-left: 3px; padding-right: 3px; background-color: #fff; border: 1px solid #dfe5ed } .widget-preview__btn.active, .widget-preview__btn:active, .widget-preview__btn:focus, .widget-preview__btn:hover { border-color: #0396ff; background-color: #fff } .widget-preview__btn_desktop .widget-preview__icon { background-position: 0 0 } .widget-preview__btn_desktop.active .widget-preview__icon, .widget-preview__btn_desktop:hover .widget-preview__icon { background-position: -24px 0 } .widget-preview__btn_mobile .widget-preview__icon { background-position: 0 -24px } .widget-preview__btn_mobile.active .widget-preview__icon, .widget-preview__btn_mobile:hover .widget-preview__icon { background-position: -24px -24px } .widget-preview__btn-logo { padding: 4px 12px; margin-left: 65px; background-color: #fff; border: 1px solid #0396ff } .widget-preview__btn-logo.active, .widget-preview__btn-logo:active, .widget-preview__btn-logo:focus, .widget-preview__btn-logo:hover { border-color: #0396ff; background-color: #fff } .preview-frame { height: 100%; position: relative; overflow: hidden } .preview-frame iframe { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; position: absolute } .desktop-preview { height: 340px; position: relative; overflow: hidden; padding: 32px 2px 2px; background: #e7e7e7 url(/uploads/cms/img/desktop-preview.f798d1.png) no-repeat 0 0; border-radius: 4px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .desktop-preview { background-image: url(/static/images/desktop-preview@2x.0000df.png); background-size: 450px 340px } } .desktop-preview__site-url { position: absolute; top: 10px; left: 67px; width: 330px; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .mobile-preview__body { width: 328px; height: 528px; margin: 0 auto; position: relative; overflow: hidden; background-image: url(/static/images/mobile-preview.f90796.png); background-repeat: no-repeat; background-position: 0 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .mobile-preview__body { background-image: url(/static/images/mobile-preview@2x.ee3ef7.png); background-size: 328px 528px } } .mobile-preview__frame { top: 44px; left: 2px; height: 482px; width: 324px } .mobile-preview__site-url { position: absolute; top: 25px; left: 10px; right: 10px; font-size: 10px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden } .widget-integration__left { float: left; width: 50%; padding-right: 12px } .widget-integration__right { float: left; width: 50%; padding-left: 10px } .widget-integration__integration { display: block; margin-bottom: 30px } .widget-list__i { margin-bottom: 10px } .widget-list__i_drag { border: 2px dashed #d6d6d6; border-radius: 4px } .widget-list__i_drag * { visibility: hidden } .widget-list-stub { text-align: center } .widget-list-stub__h { font-size: 28px; margin: 0 0 20px; word-wrap: break-word } .widget-list-stub__text { margin: 0 } .widget-status-btn { position: relative; padding-left: 40px } .widget-status-btn:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-status-btn:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .widget-status-btn_active:before { background-position: 0 0 } .widget-status-btn_inactive:before { background-position: 0 -32px } .widget-status-icon { display: inline-block; width: 32px; height: 32px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0; background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-status-icon { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .widget-status-icon_active { background-position: 0 0 } .widget-status-icon_inactive { background-position: 0 -32px } .widget-status-icon_suspended { background-position: 0 -64px } .widget-a { position: relative; padding: 13px 30px 13px 62px } .widget-a:before { position: absolute; left: 15px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-createwidget.011087.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-a:before { background-image: url(/static/images/icons-createwidget@2x.546081.png); background-size: 64px 224px } } .widget-a:after { position: absolute; right: 18px; top: 50%; margin-top: -8px; width: 7px; height: 16px; border-radius: 2px; content: "" } .widget-a_promo:before { background-position: 0 0 } .widget-a_promo:after { background-color: #ffbe00 } .widget-a_subscribe:before { background-position: 0 -32px } .widget-a_subscribe:after { background-color: #ff8d00 } .widget-a_follow:before { background-position: 0 -64px } .widget-a_follow:after { background-color: #00d2f2 } .widget-a_share:before { background-position: 0 -96px } .widget-a_share:after { background-color: #3677ff } .widget-a_chat:before { background-position: 0 -128px } .widget-a_chat:after { background-color: #ff5e5e } .widget-a_survey:before { background-position: 0 -160px } .widget-a_survey:after { background-color: #ad4bff } .widget-a_contact:before { background-position: 0 -192px } .widget-a_contact:after { background-color: #32ccbc } .widget { position: relative } .widget__inner { padding-left: 16px; background: #fff; border-radius: 4px; background-clip: padding-box; box-shadow: 0 2px #dbdee6 } .widget-drag { position: absolute; left: 0; top: 0; width: 16px; bottom: 0; border-radius: 4px 0 0 4px; cursor: move; cursor: -webkit-grabbing; background-color: #c3c5cc; background-image: url(/static/images/drag_and_drop_icon.419b51.png); background-repeat: no-repeat; background-position: 50% } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget-drag { background-image: url(/static/images/drag_and_drop_icon@2x.fba84a.png); background-size: 6px 26px } } .widget-drag_promo { background-color: #ffbe00 } .widget-drag_subscribe { background-color: #ff8d00 } .widget-drag_follow { background-color: #00d2f2 } .widget-drag_share { background-color: #3677ff } .widget-drag_chat { background-color: #ff5e5e } .widget-drag_contact { background-color: #32ccbc } .widget-drag_survey { background-color: #ad4bff } .widget-drag_disabled { background-color: #c3c5cc } .widget__header { position: relative; padding: 10px 180px 0 10px } .widget__header:after, .widget__header:before { content: " "; display: table } .widget__header:after { clear: both } .widget__body { position: relative; padding: 10px } .widget__body:after, .widget__body:before { content: " "; display: table } .widget__body:after { clear: both } .widget__info { bottom: 10px; cursor: pointer } .widget__info, .widget__type { position: absolute; right: 10px } .widget__type { top: 19px; text-align: right; font-size: 16px } .widget__type .label { top: -2px } .widget__id { position: absolute; right: 10px; bottom: 19px; color: #c3c5cc; font-size: 12px } .widget__name-editor { display: block; margin-left: 72px } .widget__footer { padding: 10px; background: #f1f3f5; border-radius: 0 0 4px 0 } .widget__footer:after, .widget__footer:before { content: " "; display: table } .widget__footer:after { clear: both } .widget__footer .btn_lt + .btn_lt { margin-left: 5px } .widget__footer .btn_rt + .btn_rt { margin-right: 5px } .widget__status { float: left; margin-right: 12px } .widget__status .dropdown-toggle { border-color: #eaeff4 } .widget__status .dropdown-toggle:focus, .widget__status .dropdown-toggle:hover { border-color: #c9d6e2 } .widget__h { display: block; margin: 0; font-size: 16px; line-height: 40px } .widget__h-text { display: inline-block; max-width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: top } .widget__h-icon { position: relative; left: 12px; top: -2px; cursor: pointer } .widget__stats { display: inline-block; min-width: 340px; max-width: 460px; overflow-x: auto; overflow-y: hidden; vertical-align: middle } .widget__icon-btn { position: relative; padding: 14px } .widget__icon-btn:before { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; margin-top: -8px; margin-left: -8px; background-image: url(/static/images/icons-common.20260d.png); background-position: 0 0; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .widget__icon-btn:before { background-image: url(/static/images/icons-common@2x.d306d4.png); background-size: 16px 816px } } .widget__icon-btn_up:before { background-position: 0 -32px } .widget__icon-btn_down:before { background-position: 0 -48px } .widget__icon-btn_trash:before { background-position: 0 -352px } .widget_inactive .widget__h, .widget_inactive .widget__type, .widget_suspended .widget__h, .widget_suspended .widget__type { color: #8b96a8 } .widget_inactive .ab-test-dropdown .ab-test-dropdown-toggle:after, .widget_inactive .widget__type > .label, .widget_suspended .ab-test-dropdown .ab-test-dropdown-toggle:after, .widget_suspended .widget__type > .label { background-color: #c3c5cc } .widget-stats-table { width: 100%; border-collapse: separate; border: 1px solid #eaeff4; border-radius: 4px } .widget-stats-table > tbody > tr > td, .widget-stats-table > tbody > tr > th, .widget-stats-table > tfoot > tr > td, .widget-stats-table > tfoot > tr > th, .widget-stats-table > thead > tr > td, .widget-stats-table > thead > tr > th { text-align: center; border-right: 1px solid #eaeff4 } .widget-stats-table > tbody > tr > td:last-child, .widget-stats-table > tbody > tr > th:last-child, .widget-stats-table > tfoot > tr > td:last-child, .widget-stats-table > tfoot > tr > th:last-child, .widget-stats-table > thead > tr > td:last-child, .widget-stats-table > thead > tr > th:last-child { border-right: none } .widget-stats-table__values-tr > td { padding: 8px 8px 0; vertical-align: bottom; font-size: 16px } .widget-stats-table__captions-tr > td { padding: 0 8px 8px; vertical-align: top; font-size: 12px; color: #8b96a8 } .widget-stub { text-align: center; white-space: nowrap } .widget-stub__text { display: inline-block; margin: 0; font-size: 12px; color: #8b96a8 } .widget-stub__actions { display: inline-block; margin-left: 4px } .widget-stub__actions .widget-stub__a + .widget-stub__a { margin-left: 4px } .widget-stub__a { color: #8b96a8; text-decoration: underline; font-size: 12px } .widget-stub__a:focus, .widget-stub__a:hover { color: #636f84; text-decoration: underline } .widget-list__i_animation.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .widget-list__i_animation.ng-enter.ng-enter-active { height: 176px; opacity: 1; filter: alpha(opacity=100) } .widget-list__i_animation.ng-leave { height: 22px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget-list__i_animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .widget_animation.ng-hide-add, .widget_animation.ng-hide-remove { overflow: hidden; height: 176px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget_animation.ng-hide { height: 0; opacity: 0; filter: alpha(opacity=0) } .widget-stub_animation.ng-hide-add, .widget-stub_animation.ng-hide-remove { height: 22px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .widget-stub_animation.ng-hide { height: 0; opacity: 0; filter: alpha(opacity=0) } @-webkit-keyframes widget-bounce { 0%, 20%, 53%, 80%, to { transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0); transform: translateZ(0) } 40%, 43% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 70% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0) } } @keyframes widget-bounce { 0%, 20%, 53%, 80%, to { transition-timing-function: cubic-bezier(.215, .61, .355, 1); -webkit-transform: translateZ(0); transform: translateZ(0) } 40%, 43% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0) } 70% { transition-timing-function: cubic-bezier(.755, .05, .855, .06); -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0) } } .widget_animation_highlight .widget__inner { -webkit-animation: widget-bounce 1s ease; animation: widget-bounce 1s ease } .user-manager__h { margin: 0 0 15px; font-size: 14px; line-height: 1.375 } .user-manager__user { display: block } .user-manager__user + .user-manager__user { margin-top: 10px } .user-manager__stub { display: block; margin-top: 80px; font-size: 28px; text-align: center } .user-manager__plan { margin: 25px 0 } .site-integration__btn { width: 120px } .site-integration__link { color: #8b96a8; border-bottom: 1px dashed #8b96a8; text-decoration: none } .site-integration__link:focus, .site-integration__link:hover { color: #8b96a8; border-bottom: none; text-decoration: none } .site-integrations { width: 60% } .site-integrations__h { margin: 0 0 10px; font-size: 14px } .slack-operator, .slack-operator__header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .slack-operator__header { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 0 10px; background-color: #f1f3f5; min-height: 40px; min-width: 0; border-radius: 4px } .slack-operator__title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 30%; padding-right: 20px } .slack-operator__details, .slack-operator__title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .slack-operator__details { font-size: 14px } .slack-operator__action { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-left: 10px } .slack-operator__btn { width: 120px } .slack-operator-list__i { display: block } .slack-operator-list__i + .slack-operator-list__i { margin-top: 10px } .slack-operator-list__h { margin: 0 0 10px; font-size: 14px } .slack-operator-list__stub { margin: 15px 0 0 } .slack-channel-form__method { margin-bottom: 10px } .slack-info__h { margin: 13px 0 12px; font-size: 16px } .slack-info__description { font-size: 14px } .site-manager__h { margin: 0 0 15px; font-size: 14px; line-height: 1.375 } .site-manager__info + .site-manager__info { margin-top: 15px } .site-manager__stub { display: block; margin-top: 80px; font-size: 28px; text-align: center } .site-manager__plan { margin: 25px 0 } .site-manager__plan .link { float: right; position: relative; top: 1px } .site-info { display: table; width: 100% } .site-info__item { display: table-cell; vertical-align: middle; padding-right: 10px; white-space: nowrap } .site-info__item:first-child { padding-left: 1px; border-top-left-radius: 4px; border-bottom-left-radius: 4px } .site-info__item:nth-last-child(2) { border-top-right-radius: 4px; border-bottom-right-radius: 4px } .site-info__item:nth-last-child(n+2) { background-color: #f1f3f5 } .site-info__item:last-child { padding-right: 0; padding-left: 10px } .site-info__item._fit { width: 1px } .site-info__item._rt { text-align: right } .site-info__item .btn + .btn { margin-left: 6px } .site-info__name { display: block; max-width: 380px; overflow: hidden; text-overflow: ellipsis } .site-info__link, .site-info__link .icon { display: block } .site-info__stat { font-size: 14px; color: #8b96a8 } .site-settings__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .site-settings__description { margin: 0 0 15px } .site-settings__disclaimer { margin: 30px 0 0; font-size: 14px; color: #8e8e8e } .site-settings__body:after, .site-settings__body:before { content: " "; display: table } .site-settings__body:after { clear: both } .site-settings__left { float: left; width: 60% } .site-settings__right { margin-left: 40%; padding-left: 10px } .site-settings__alert { margin-bottom: 20px } .site-settings__name { margin-bottom: 25px } .site-settings__name .stripe-header .stripe-header__text { max-width: 332px } .site-settings__code-status { margin-top: 30px } .site-settings__footer { margin-top: 270px } .site-settings__footer:after, .site-settings__footer:before { content: " "; display: table } .site-settings__footer:after { clear: both } .style-color__header { margin-bottom: 10px } .style-color__dropdown { display: inline-block; margin-right: 6px } .style-color__btn { display: block; width: 142px } .style-color__theme { margin-top: 20px } .style-color__checkbox-native { margin-bottom: 0 } .style-color__colorpalette + .style-color__colorpalette { margin-top: 15px } .style-image__btn, .style-image__control { display: block; width: 142px } .style-image__padding { position: relative; top: 13px } .style-image__loader { vertical-align: middle; position: relative; left: 8px } .style-preset { display: block; width: 32px; height: 32px; border: 1px solid #e2e2e2; overflow: hidden } .style-preset span { float: left; width: 10px; height: 10px } .preset-list { display: block; list-style: none; margin: -5px 0 0 -5px; padding: 0 } .preset-list:after, .preset-list:before { content: " "; display: table } .preset-list:after { clear: both } .preset-list__i { position: relative; float: left; margin: 5px 0 0 5px } .preset-list__i_animation.ng-leave { max-width: 60px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .preset-list__i_animation.ng-leave.ng-leave-active { max-width: 0; margin-left: 0; opacity: 0; filter: alpha(opacity=0) } .preset-list__a { display: block; padding: 2px; border: 1px solid transparent; border-radius: 4px; clear: both; white-space: nowrap } .preset-list__a:focus, .preset-list__a:hover { border-color: #74caac } .preset-list__img { width: 46px; height: 46px } .preset-list__delete-icon { position: absolute; display: none; top: -3px; right: -3px; cursor: pointer } .preset-list_editable .preset-list__delete-icon { display: block } .preset-category-list { display: block; list-style: none; margin: -5px 0 0 -5px; padding: 0 } .preset-category-list:after, .preset-category-list:before { content: " "; display: table } .preset-category-list:after { clear: both } .preset-category-list__i { float: left; margin: 5px 0 0 5px } .preset-category-list__a { display: block; padding: 2px 5px; color: #363d4d; text-decoration: none; font-size: 14px } .preset-category-list__a.active, .preset-category-list__a:focus, .preset-category-list__a:hover { color: #74caac; text-decoration: none } .preset-selector-popup { padding: 15px 18px; width: 378px } .preset-selector-popup__list .preset-list { max-height: 132px; margin-top: 0; overflow-y: auto; overflow-x: hidden } .preset-selector-popup__list + .preset-selector-popup__list { margin-top: 15px } .preset-selector-popup__edit-a { float: right; margin-top: 2px; font-size: 14px } .preset-selector-popup__category-list { margin-bottom: 12px } .preset-selector-popup_lg { width: 448px; max-height: 540px } .account-profile__body:after, .account-profile__body:before { content: " "; display: table } .account-profile__body:after { clear: both } .account-profile__left { float: left; width: 50%; padding-right: 10px } .account-profile__right { float: left; width: 50%; padding-left: 10px } .account-profile__contact { margin: 0 } .account-profile__footer { margin-top: 107px } .account-profile__footer:after, .account-profile__footer:before { content: " "; display: table } .account-profile__footer:after { clear: both } .account-profile__delete-a { float: right; color: #f27171 } .account-profile__delete-a:hover { color: #ee4242 } .account-form__actions { margin-top: 30px; text-align: left } .billing { position: relative; min-height: 420px; padding-bottom: 40px } .billing__main { width: 60% } .billing__transactions { margin-top: 30px } .billing__contact { position: absolute; bottom: 0; margin: 0 } .billing__next-payment { margin: -8px 0 15px; font-size: 12px } .billing__label { padding: .2em .5em } .billing-plan__header { position: relative; padding: 8px 0 30px } .billing-plan__current { float: right; position: relative; top: 2px; color: #8b96a8 } .billing-plan__footer { margin-top: 20px } .billing-plan-form__toggle { float: right; margin-top: 2px; font-size: 14px } .billing-plan-form__footer { margin-top: 20px } .billing-plan-form__footer .btn + .btn { margin-left: 6px } .billing-payment__header { margin-bottom: 20px } .billing-payment__coupon { display: block; width: 50%; margin-bottom: 20px } .billing-payment__calculation { display: block; margin-top: 40px; width: 75% } .payment-form._creditcard .payment-form__footer, .payment-form._creditcard .payment-form__method, .payment-form__current { width: 50% } .payment-form__method-selector { margin-top: 5px } .payment-form__text { font-size: 14px; margin-bottom: 15px } .payment-form__method { display: block; padding: 20px 0 0 } .payment-form__footer { position: relative; margin-top: 40px } .payment-form__footer .btn + .btn { margin-left: 6px } .payment-calculation__info { color: #8b96a8; font-size: 14px; line-height: 1.572; margin-bottom: 15px } .payment-calculation__explanation { font-size: 14px; margin-top: 15px } .payment-calculation__limit { display: inline-block; font-size: 14px; margin: 20px 0 0 } .credit-card .form-control { font-family: Arial, sans-serif } .credit-card .form-group__cell + .form-group__cell { width: 108px; padding-left: 15px } .credit-card__hosted-field { display: block } .credit-card__hosted-field--cvv, .hosted-field { display: inline-block } .hosted-field { width: 100%; height: 40px; border: 1px solid #dfe5ed; border-radius: 4px; vertical-align: middle } .hosted-field--focused { border-color: #528fcc; outline: 0 } .has-error .hosted-field { border-color: #f27171 } .hosted-field--cvv { width: 68px } .cvv-info__h { margin: 0 0 5px } .cvv-info__desc { margin: 5px 0 0 } .cvv-tooltip .tooltip-inner { width: auto; max-width: 600px } .cvv-tooltip__content:after, .cvv-tooltip__content:before { content: " "; display: table } .cvv-tooltip__content:after { clear: both } .cvv-tooltip__content .cvv-info { float: left } .cvv-tooltip__content .cvv-info + .cvv-info { margin-left: 20px } .billing-logo { display: block; background-image: url(/static/images/billing-logos.fb64fe.png); background-repeat: no-repeat } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .billing-logo { background-image: url(/static/images/billing-logos@2x.f2b330.png); background-size: 310px 160px } } .billing-logo_paypal { width: 185px; height: 71px; background-position: 0 0 } .billing-logo_amex { width: 152px; height: 85px; background-position: 0 -71px } .billing-logo_visa { width: 152px; height: 85px; background-position: -152px -71px } .paypal-btn { display: block; width: 115px; height: 44px; overflow: hidden } .paypal-btn img { max-width: 100%; display: block; width: 100%; height: 100%; outline: none; border: 0 } .paypal-logged-in { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 16px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 14px; max-width: 500px } .paypal-logged-in__icon { width: 13px; height: 15px; margin-left: 16px } .paypal-logged-in__title { font-weight: 700; margin: 0 16px } .paypal-logged-in__email { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .pricing__legend { margin-top: 20px } .plan { display: block; border: 2px solid #dfe5ed; border-radius: 4px } .plan__header { padding: 25px 30px; border-bottom: 1px solid #dfe5ed; background-color: #f1f3f5 } .plan__h { position: relative; margin: 0; font-size: 35px; line-height: 1; overflow: hidden } .plan__price { position: absolute; bottom: 0; right: 0; width: 65%; text-align: right } .plan__price.ng-enter, .plan__price.ng-leave { transition: all .5s ease-out } .plan__price.ng-enter { bottom: 100% } .plan__price.ng-enter-active, .plan__price.ng-leave { bottom: 0 } .plan__price.ng-leave-active { bottom: -100% } .plan__extra { padding: 20px 30px; border-bottom: 1px solid #dfe5ed } .plan__features { min-height: 360px; padding: 20px 30px } .plan__actions { padding: 0 30px 30px; min-height: 40px } .plan-btn { display: block; padding: 8px 20px; font-size: 16px; font-weight: 700; line-height: 1.375; border: 1px solid transparent; border-radius: 4px; text-align: center; vertical-align: middle; white-space: nowrap } .plan-btn_current { color: inherit; background-color: #f1f3f5 } .plan-btn small { display: block; font-size: 12px; font-weight: 400; line-height: 1.75 } .plan-price { font-size: 35px } .plan-price small { color: #363d4d; font-size: 14px } .plan-extra { display: table; table-layout: fixed; width: 100% } .plan-extra__row { display: table-row } .plan-extra__i { display: table-cell; white-space: nowrap; height: 36px; padding: 0 4px; vertical-align: middle } .plan-extra__i:first-child { padding-left: 0 } .plan-extra__i:last-child { padding-right: 0 } .plan-extra__i._fit { width: 1px } .plan-extra__i._rt { text-align: right } .plan-extra__i._primary { font-weight: 700 } .plan-extra__cross { padding: .3em } .plan-features { list-style: none; margin: 0; padding: 0 } .plan-features__i { position: relative; padding: 5px 0; font-size: 14px } .plan-table { margin-left: -20px } .plan-table:after, .plan-table:before { content: " "; display: table } .plan-table:after { clear: both } .plan-table__cell { float: left; padding-left: 20px } .plan-table__cell_1of3 { width: 33.3333333333% } .plan-table-h { margin-bottom: 10px } .feature-prices-table { width: 100%; font-size: 16px } .feature-prices-table__td { padding: 8px; white-space: nowrap } .feature-prices-table__td._discount { color: #528fcc } .mobile-form__actions { margin-top: 20px; text-align: left } .add-modal .modal__dialog { width: 730px } .add-modal .modal__footer { margin-top: 30px } .add-modal__btn { padding: 14px 40px; font-size: 20px } .add-modal__info { margin: 0 } .add-modal__info_animation { overflow: hidden } .add-modal__info_animation.ng-enter, .add-modal__info_animation.ng-leave { transition: all 1s ease } .add-modal__info_animation.ng-enter { max-height: 0 } .add-modal__info_animation.ng-enter.ng-enter-active, .add-modal__info_animation.ng-leave { max-height: 200px } .add-modal__info_animation.ng-leave.ng-leave-active { max-height: 0 } .site-form .form-group { margin-bottom: 0 } .upgrade-modal .modal__dialog { width: 730px } .upgrade-modal__content ul { margin: 0; padding: 20px 0 0 40px } .upgrade-modal__btn { padding: 14px 40px; font-size: 20px } .site-code__cms-description { margin: 24px 0 0 } .cms-description { position: relative; padding-left: 42px; font-size: 14px } .cms-description__icon { position: absolute; left: 0; top: 50%; margin-top: -16px } .code-status__code-check { display: inline-block; margin-left: 6px } .status-badge { position: relative; display: inline-block; border-radius: 4px; border: 1px solid #d6d6d6; padding: 8px 14px 8px 34px; vertical-align: middle } .status-badge:before { position: absolute; left: 4px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-repeat: no-repeat; content: "" } .status-badge_on:before { background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 0 } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_on:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-badge_off { border: 1px solid #f27171 } .status-badge_off:before { background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 -32px } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_off:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .status-badge_pending:before { left: 10px; width: 20px; height: 20px; margin-top: -10px; background-image: url(/static/images/loading.c3786b.gif) } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .status-badge_pending:before { background-image: url(/static/images/loading@2x.44a23f.gif); background-size: 20px 20px } } .stats-panel { padding: 20px 16px; background-color: #fff; border-radius: 4px; box-shadow: 0 2px #dbdee6 } .stats-panel__h { margin: 0 0 12px; font-size: 16px } .stats-panel__h-icon { position: relative; padding-left: 24px; line-height: 28px } .stats-panel__h-icon:before { position: absolute; left: -8px; top: 50%; width: 32px; height: 32px; margin-top: -16px; background-image: url(/static/images/icons-status.5671fd.png); background-position: 0 -32px; background-repeat: no-repeat; content: "" } @media (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) { .stats-panel__h-icon:before { background-image: url(/static/images/icons-status@2x.0a8dc9.png); background-size: 32px 96px } } .stats-panel__h-icon_lock:before { background-position: 0 -64px } .stats-panel__text { margin: 0 0 5px; font-size: 14px } .stats-panel__alert { margin: 18px 0 10px; font-size: 14px; color: #f27171 } .stats-panel__link { display: inline-block; margin-top: 10px } .stats-table { width: 100% } .stats-table__name-td, .stats-table__value-td { padding: 8px 5px; font-size: 14px } .stats-table__name-td { padding-left: 0 } .stats-table__name-td_badge { position: relative; text-align: left; padding-left: 15px } .stats-table__name-td_badge:before { position: absolute; left: 0; top: 50%; margin-top: -3px; height: 6px; width: 6px; border-radius: 50%; background-color: red; content: "" } .stats-table__value-td { text-align: right; padding-right: 0 } .stats-table__name-td_badge_promo:before { background-color: #ffbe00 } .stats-table__name-td_badge_subscribe:before { background-color: #ff8d00 } .stats-table__name-td_badge_follow:before { background-color: #00d2f2 } .stats-table__name-td_badge_share:before { background-color: #3677ff } .stats-table__name-td_badge_survey:before { background-color: #ad4bff } .stats-table__name-td_badge_contact:before { background-color: #32ccbc } .stats-table__name-td_badge_chat:before { background-color: #ff5e5e } .stats-table__name-td_badge_test:before { background-color: #63a1d5 } .stats-table__comment-td { padding: 0 0 12px 15px; font-size: 12px; color: #f27171 } .social-manager__dropdown { position: relative } .social-manager__dropdown .dropdown-menu { min-width: 100% } .social-manager__dropdown .dropdown-menu__i { float: left; width: 50% } .social-manager__dropdown .dropdown-menu__a { position: relative; padding-left: 40px } .social-manager__dropdown .dropdown-menu__a .social-icon-sm { position: absolute; left: 10px; top: 50%; margin-top: -10px } .social-manager__editors, .social-manager__editors .social-editor + .social-editor { margin-top: 20px } .social-manager__stub { display: none } .social-manager__stub .info-icon { margin: 2px 2px 0 0 } .ng-submitted .social-manager__stub { display: block } .social-editor__icon { margin-right: -1px } .social-editor__url { margin-top: 10px; padding-left: 41px } .social-editor_follow.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .social-editor_follow.ng-enter.ng-enter-active, .social-editor_follow.ng-leave { height: 90px; opacity: 1; filter: alpha(opacity=100) } .social-editor_follow.ng-leave { transition: all .5s ease } .social-editor_follow.ng-leave.ng-leave-active { height: 0; opacity: 0; filter: alpha(opacity=0) } .social-editor_follow.ng-leave.ng-leave-active + .social-editor_follow { margin-top: 0 } .social-editor_share.ng-enter { height: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .social-editor_share.ng-enter.ng-enter-active, .social-editor_share.ng-leave { height: 40px; opacity: 1; filter: alpha(opacity=100) } .social-editor_share.ng-leave { transition: all .5s ease } .social-editor_share.ng-leave.ng-leave-active { height: 0; opacity: 0; filter: alpha(opacity=0) } .social-editor_share.ng-leave.ng-leave-active + .social-editor_share { margin-top: 0 } .integration__header { margin-bottom: 15px } .integration__h { margin: 13px 0 12px; font-size: 16px } .integration__loader { position: relative; padding-left: 40px; font-size: 14px } .integration__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .integration__dropdown .dropdown-menu { min-width: 100% } .integration__dropdown .dropdown-menu__a { position: relative; padding-left: 40px; max-width: 560px; overflow: hidden; text-overflow: ellipsis } .integration__dropdown .dropdown-menu__a .social-icon-sm { position: absolute; left: 10px; top: 50%; margin-top: -10px } .integration__text { font-size: 14px } .integration__text_xsmall { font-size: 12px; color: #8b96a8; margin-bottom: 7px } .integration__text_error { color: #f27171 } .integration__list { margin: 0; padding: 0 0 0 16px; font-size: 12px; color: #8b96a8 } .integration__link-map { display: inline-block; margin-top: 15px } .integration__error { display: none; position: relative; margin-top: 20px; padding-left: 24px; font-size: 14px } .integration__error .info-icon { position: absolute; top: 2px; left: 0 } .ng-submitted .integration__error { display: block } .mapping-group + .mapping-group { margin-top: 15px } .mapping-group__title { margin: 0 0 10px; font-size: 28px; line-height: 1.375 } .mapping-table { width: 100%; max-width: 100% } .mapping-table-td { padding: 5px 0; font-size: 14px } .mapping-table-td_dest { width: 35% } .mapping-table-td_dash { width: 1px; padding-left: 10px; padding-right: 10px; color: #d6d6d6 } .mapping-table-td_src-type { width: 25%; padding-right: 10px } .mapping-table-td_src-value { width: 35% } .mapping-table-field { position: relative; background-color: #f1f3f5; font-size: 14px; line-height: 1.572; padding: 4px 20px 4px 8px } .mapping-table-field_required:before { position: absolute; top: 2px; right: 6px; color: #888; content: "*" } .form-editor__header { margin: 20px 0 25px } .subscribe-form-editor__fields, .subscribe-form-editor__flag { padding-left: 20px; border-left: 1px solid #d6d6d6 } .subscribe-form-editor__flag { margin-top: -8px } .form-field-type { position: relative; padding-right: 38px; color: #363d4d; background-color: #f6f8fa; border: 1px solid #dfe5ed; border-radius: 4px; font-size: 14px; line-height: 1.572; cursor: pointer } .ng-submitted .form-field-type.form-field-type_error { border-color: #f27171 } .ng-submitted .form-field-type.form-field-type_error .form-field-type__error-icon { z-index: 1; display: block } .form-field-type.form-field-type_active { border-color: #dfe5ed } .form-field-type_editing { padding: 5px } .form-field-type__title { position: relative; display: block; line-height: 40px; min-height: 40px; padding: 0 38px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .form-field-type__caret { position: absolute; right: 14px; top: 50%; margin-top: -2px } .form-field-type__divider { position: absolute; right: 0; top: 50%; margin-top: -11px; height: 22px; width: 1px; background-color: #d6d6d6 } .form-field-type__handle { position: absolute; left: 0; top: 0; padding: 12px 10px; line-height: 1; cursor: move; cursor: -webkit-grabbing } .form-field-type__error-icon { position: absolute; top: -8px; right: -8px; display: none } .form-field-type__dropdown { position: absolute; right: 0; top: 0; bottom: 0 } .form-field-type__dropdown-toggle { display: block; line-height: 1; padding: 12px 10px } .form-field-list__i { position: relative; margin-bottom: 10px } .form-field-list__i_drag .form-field-list__field { display: none } .form-field-list__i_drag .form-field-list__type { border: 2px dashed #d6d6d6; background: transparent } .form-field-list__i_drag .form-field-list__type * { visibility: hidden } .form-field-list__field { padding: 15px 0; background: #fff } .form-field-list-stub { display: none; margin-bottom: 15px } .form-field-list-stub .info-icon { margin-right: 2px } .ng-submitted .form-field-list-stub { display: block } .form-field { padding-left: 20px; border-left: 1px solid #d6d6d6 } .form-field:after, .form-field:before { content: " "; display: table } .form-field:after { clear: both } .form-field__add-option { float: right; font-size: 14px } .form-field__dropdown-toggle { padding-left: 13px; padding-right: 13px } .form-field__dropdown-toggle .icon { position: relative; top: -2px } .form-field__handle { cursor: move; cursor: -webkit-grabbing } .form-field__handle:focus, .form-field__handle:hover { background: #f6f8fa; border-color: #dfe5ed } .form-field__i_drag { border: 2px dashed #d6d6d6; border-radius: 4px } .form-field__i_drag * { visibility: hidden } .form-field__checkbox-group { margin-top: 25px } .form-field-option { position: relative; margin-bottom: 10px } .form-field-option__next { margin: 10px 0 20px } .form-field-option__icon-comment { position: absolute; top: 12px; right: 52px; display: none } .form-field-option_with-comment .form-field-option__input { padding-right: 34px } .form-field-option_with-comment .form-field-option__icon-comment { display: block } .form-field-next { position: relative; padding-left: 40px } .form-field-next .icon { position: absolute; left: 12px; top: 50%; margin-top: -8px } .form-field-option-animation.ng-enter { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0); transition: all .5s ease } .form-field-option-animation.ng-enter.ng-enter-active { height: 40px; margin-bottom: 10px; opacity: 1; filter: alpha(opacity=100) } .form-field-option-animation.ng-leave { height: 40px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .form-field-list-animation.ng-enter, .form-field-option-animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .form-field-list-animation.ng-enter { overflow: hidden; transition: all .5s ease } .form-field-list-animation.ng-enter.ng-enter-active { height: 42px; margin-bottom: 10px; opacity: 1; filter: alpha(opacity=100) } .form-field-list-animation.ng-leave { overflow: hidden; height: 42px; opacity: 1; filter: alpha(opacity=100); transition: all .5s ease } .form-field-list-animation.ng-leave.ng-leave-active { height: 0; margin-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .form-report__download { display: inline-block; margin-top: 20px } .form-report__field + .form-report__field { margin-top: 45px } .form-field-report__header { display: table; width: 100%; margin-bottom: 10px } .form-field-report__h { display: table-cell; margin: 0; padding-right: 20px; font-size: 20px; line-height: 1.375 } .form-field-report__sub-h { display: table-cell; width: 1%; white-space: nowrap; font-size: 14px } .form-response-table__pagination { margin: 10px 0 0 10px } .option-table { width: 100%; max-width: 100%; border: none } .option-table__a { color: #363d4d } .option-table__a.active, .option-table__a:active, .option-table__a:focus, .option-table__a:hover { color: #363d4d; text-decoration: none } .option-table-td { padding: 10px; text-align: left; border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2 } .option-table-td_count { width: 30px; text-align: right; font-size: 14px } .option-table-td_bar { width: 220px } .option-table-td_percent { width: 30px; padding-right: 0; text-align: left; font-size: 14px } .option-table-td_expand { width: 180px; padding-left: 20px; padding-right: 0; text-align: right; font-size: 14px; white-space: nowrap } .option-table-td_responses { padding-left: 0; padding-right: 0; padding: 5px 0 } .option-table-td_responses .response-table { border: none } .response-table { width: 100%; max-width: 100%; border-top: 1px solid #f2f2f2 } .response-table-td { padding: 10px } .response-table-td_comment { word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; text-align: left } .response-table-td_date { width: 100px; padding-right: 0; text-align: right; font-size: 14px; white-space: nowrap } .report__h { margin: 0; font-size: 20px; line-height: 1.375 } .report__chart { height: 460px } .report__dropdown { position: relative; float: right; top: 4px } .report__map { margin: 20px 0; height: 460px } .report__download-link { display: inline-block; margin-top: 20px } @font-face { font-family: editor-font; src: url(/static/fonts/editor-font.974554.eot); src: url(/static/fonts/editor-font.974554.eot#iefix) format("embedded-opentype"), url(/static/fonts/editor-font.2d9143.woff) format("woff"), url(/static/fonts/editor-font.ee9936.ttf) format("truetype"), url(/static/fonts/editor-font.223040.svg#editor-font) format("svg"); font-weight: 400; font-style: normal } .ta-root { padding: 0; border: none; position: relative; height: auto } .ta-root .tooltip-inner { max-width: 100%; width: auto; white-space: nowrap } .ta-root .tooltip-inner .btn-group > .btn { float: none } .ta-editor { min-height: 74px; max-height: 118px; border-radius: 0 0 4px 4px; border: 1px solid #dfe5ed; border-top: 0; overflow: auto; padding: 0 } .ta-root.focused .ta-editor, .ta-root.focused .ta-toolbar { border-color: #528fcc } .ta-root.focused .ta-toolbar > .editor-toolbar__group { opacity: 1; filter: alpha(opacity=100) } .ta-toolbar { border: 1px solid #dfe5ed; border-bottom: none; border-radius: 4px 4px 0 0 } .ta-toolbar > .editor-toolbar__group { opacity: .2; filter: alpha(opacity=20); transition: opacity .2s ease } .editor-toolbar__group { display: table; white-space: nowrap; table-layout: fixed; width: 100% } .editor-toolbar__group > .btn { border-radius: 0; display: table-cell; border-top: none; width: 20%; border-right-width: 0 } .editor-toolbar__group > .btn:first-child { border-left: none; border-top-left-radius: 4px } .editor-toolbar__group > .btn:last-child { border-right: none; border-top-right-radius: 4px } .toolbar-icon:before { font-family: editor-font, sans-serif; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em } .toolbar-icon_list-bullet:before { content: "\E800" } .toolbar-icon_list-numbered:before { content: "\E801" } .toolbar-icon_underline:before { content: "\E802" } .toolbar-icon_bold:before { content: "\E804" } .toolbar-icon_italic:before { content: "\E805" } .toolbar-icon_header:before { content: "\E806" } .toolbar-icon_link:before { content: "\E808" } .toolbar-icon_unlink:before { content: "\E809" } .toolbar-icon_eraser:before { content: "\E80A" } .toolbar-icon_link-ext:before { content: "\E803" } .toolbar-icon_edit:before { content: "\E807" } .toolbar-icon_button:before { content: "\E80B" } .ta-bind { padding: 8px 10px; outline: none; min-height: 74px; font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.2; word-wrap: break-word } .ta-bind p { margin: 0 0 10px } .ta-bind b, .ta-bind strong { font-weight: 700 } .ta-bind em, .ta-bind i { font-weight: inherit; font-style: italic } .ta-bind u { font-weight: inherit; text-decoration: underline } .ta-bind .gscw-button { font-weight: 400; text-decoration: none; display: inline-block; text-align: center; border-radius: 2px; border: 1px solid transparent; white-space: nowrap; outline: 0; padding: 8px 26px; color: #363d4d; background-color: #f6f8fa; border-color: #dfe5ed } .ta-bind .gscw-button:focus, .ta-bind .gscw-button:hover { color: #363d4d; background-color: #f6f8fa; border-color: #b8c5d7 } .open > .ta-bind .gscw-button.dropdown-toggle, .ta-bind .gscw-button.active, .ta-bind .gscw-button:active { color: #363d4d; background-color: #e8ecf2; border-color: #b8c5d7 } .open > .ta-bind .gscw-button.dropdown-toggle.focus, .open > .ta-bind .gscw-button.dropdown-toggle:focus, .open > .ta-bind .gscw-button.dropdown-toggle:hover, .ta-bind .gscw-button.active.focus, .ta-bind .gscw-button.active:focus, .ta-bind .gscw-button.active:hover, .ta-bind .gscw-button:active.focus, .ta-bind .gscw-button:active:focus, .ta-bind .gscw-button:active:hover { color: #363d4d; background-color: #e8ecf2; border-color: #8da3bf } .ta-bind .gscw-button.disabled, .ta-bind .gscw-button.disabled.active, .ta-bind .gscw-button.disabled:active, .ta-bind .gscw-button.disabled:focus, .ta-bind .gscw-button.disabled:hover, .ta-bind .gscw-button[disabled], .ta-bind .gscw-button[disabled].active, .ta-bind .gscw-button[disabled]:active, .ta-bind .gscw-button[disabled]:focus, .ta-bind .gscw-button[disabled]:hover, fieldset[disabled] .ta-bind .gscw-button, fieldset[disabled] .ta-bind .gscw-button.active, fieldset[disabled] .ta-bind .gscw-button:active, fieldset[disabled] .ta-bind .gscw-button:focus, fieldset[disabled] .ta-bind .gscw-button:hover { background-color: #f6f8fa; border-color: #dfe5ed } .ta-bind .gscw-button:active, .ta-bind .gscw-button:disabled, .ta-bind .gscw-button:focus, .ta-bind .gscw-button:hover { outline: 0; text-decoration: none } .ta-bind .gscw-button::-moz-focus-inner { padding: 0; border: 0 } .modal-preview .modal__dialog { width: 100%; height: 100%; margin: 0 } .modal-preview .modal__content { height: 100%; padding: 0; background-repeat: no-repeat; background-color: transparent; border: 0; box-shadow: none } .modal-preview .modal__body { height: 100%; width: 100% } .modal-preview.modal_fade-in .modal__dialog, .modal-preview.modal_fade .modal__dialog { -webkit-transform: none; transform: none } .modal-preview iframe { width: 100% !important; height: 100% !important } .modal-preview__container { height: 100%; width: 100%; overflow: hidden } .autoresponse { padding-bottom: 5px } .autoresponse__body_animation.ng-enter, .autoresponse__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .autoresponse__body_animation.ng-enter { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .autoresponse__body_animation.ng-enter.ng-enter-active, .autoresponse__body_animation.ng-leave { max-height: 400px; opacity: 1; filter: alpha(opacity=100) } .autoresponse__body_animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook { padding-bottom: 5px } .webhook__body_animation.ng-enter, .webhook__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .webhook__body_animation.ng-enter, .webhook__body_animation.ng-enter-prepare { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook__body_animation.ng-enter.ng-enter-active, .webhook__body_animation.ng-leave { max-height: 200px; opacity: 1; filter: alpha(opacity=100) } .webhook__body_animation.ng-leave.ng-leave-active { max-height: 0; opacity: 0; filter: alpha(opacity=0) } .webhook__description { font-size: 14px } .zapier__h { margin: 13px 0 12px; font-size: 16px } .zapier__description { font-size: 14px } .notification { padding-bottom: 5px } .notification__body_animation.ng-enter, .notification__body_animation.ng-leave { overflow: hidden; transition: all .5s ease } .notification__body_animation.ng-enter { max-height: 0; padding-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .notification__body_animation.ng-enter.ng-enter-active, .notification__body_animation.ng-leave { max-height: 200px; opacity: 1; filter: alpha(opacity=100) } .notification__body_animation.ng-leave.ng-leave-active { max-height: 0; padding-bottom: 0; opacity: 0; filter: alpha(opacity=0) } .affiliate__contact { margin: 78px 0 0 } .affiliate-form__body:after, .affiliate-form__body:before { content: " "; display: table } .affiliate-form__body:after { clear: both } .affiliate-form__main { float: left; width: 50%; padding-right: 10px } .affiliate-form__side { float: left; width: 50%; padding-left: 10px } .affiliate-form__h { margin: 0 0 20px; font-size: 28px; line-height: 1.375 } .affiliate-form__description { margin: 0 0 20px } .affiliate-form__footer { margin-top: 20px } .affiliate-form__btn { padding: 14px 40px; font-size: 20px } .affiliate-editor__main:after, .affiliate-editor__main:before { content: " "; display: table } .affiliate-editor__main:after { clear: both } .affiliate-editor__affiliate { float: left; width: 50%; padding-right: 10px } .affiliate-editor__stats { float: left; width: 50%; padding-left: 10px } .affiliate-editor__transactions { margin-top: 10px } .affiliate-editor__transactions-stub { height: 120px } .affiliate-editor__chart { height: 230px } .affiliate-editor__footer-links { margin: 0; float: left } .affiliate-editor__footer-links a { display: inline-block } .affiliate-editor__footer-links a + a { margin-left: 20px } .affiliate-editor__download-link { float: right; position: relative; top: 2px } .affiliate-editor__remove-link { float: right } .affiliate-editor__footer { margin-top: 40px } .affiliate-editor__footer:after, .affiliate-editor__footer:before { content: " "; display: table } .affiliate-editor__footer:after { clear: both } .ab-test-list__body { padding-bottom: 40px } .ab-test-list__stub { margin: 0 } .ab-test-list__i + .ab-test-list__i { margin-top: 30px } .ab-test__h { margin: 0 0 10px; font-size: 20px; line-height: 1.375 } .ab-test__winner { margin: 0 } .ab-test__footer { margin-top: 10px } .ab-test__footer .btn + .btn, .ab-test__footer .btn + .btn-group { margin-left: 6px } .ab-test-table__td._place { width: 1px } .ab-test-table__td._name { position: relative; width: 360px; padding-left: 36px; word-break: break-all; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto } .ab-test-table__td._name .widget-status-icon { position: absolute; top: 4px; left: 0 } .ab-test-table__td._ctr { width: 1px } .ab-test-table__td._ctr-diff { width: 1px; padding-left: 0; padding-right: 40px; color: #f27171 } .ab-test-table__td._actions { width: 1px; white-space: nowrap; padding-right: 20px } .ab-test-menu { min-width: 140px; padding-bottom: 0 } .ab-test-menu__a { position: relative; padding-right: 34px } .ab-test-menu__a:after { position: absolute; right: 14px; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #c3c5cc; content: "" } .ab-test-menu__a_test:after { background-color: #63a1d5 } .ab-test-menu__label { display: block; border-radius: 0; padding: .4em } .ab-test-dropdown-toggle { position: relative; padding-right: 28px } .ab-test-dropdown-toggle:after { position: absolute; right: 14px; top: 50%; margin-top: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #c3c5cc; content: "" } .ab-test-dropdown-toggle_test:after { background-color: #63a1d5 } .user-editor-header { display: table; width: 100%; background-color: #f1f3f5; border-radius: 4px; min-height: 40px } .user-editor-header__item { display: table-cell; vertical-align: middle; padding: 1px 10px 1px 0; white-space: nowrap } .user-editor-header__item._padding_sm { padding-left: 1px } .user-editor-header__item._padding_lg { padding-left: 10px } .user-editor-header__item._fit { width: 1px } .user-editor-header__item._rt { text-align: right } .user-editor-header__name { display: block; max-width: 580px; overflow: hidden; text-overflow: ellipsis } .user-editor-header_pending .user-editor-header__name { color: #8b96a8 } .user-editor-header__dropdown { position: relative } .user-editor-header__dropdown-toggle { display: block; line-height: 1 } .user-editor-header__divider { width: 1px; height: 22px; background-color: #d6d6d6 } .user-editor-header__switch { font-size: 14px } .user-editor-header__switch, .user-editor-header__switch:focus, .user-editor-header__switch:hover { color: #363d4d; text-decoration: none } .user-editor-header__switch._expand .caret { border-top: 0; border-bottom: 4px solid } .user-editor__permissions { padding: 0 0 10px 20px; margin: 20px 0; border-left: 1px solid #d6d6d6 } .user-permissions__h { margin: 0 0 10px; font-size: 14px } .user-permissions__add-new { padding-top: 10px } .user-permissions__stub { color: #8b96a8; font-size: 14px; cursor: not-allowed } .user-permission { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100% } .user-permission + .user-permission { margin-top: 10px } .user-permission__text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .user-permission__check, .user-permission__text { padding: 9px; border-radius: 4px; background-color: #f1f3f5; margin-right: 10px } .user-permission__check { min-width: 120px } .user-permission__check .checkbox { margin: 0 } .operator-settings { position: relative; min-height: 420px; padding-bottom: 40px } .operator-settings__contact { position: absolute; bottom: 0; margin: 0 } .operator-settings__info { display: block; width: 50%; margin-bottom: 40px } .operator-settings__slack { display: block; margin-bottom: 40px; padding-top: 35px; border-top: 1px solid #e8e8e8 } .operator-info-form__method { margin-bottom: 30px } .operator-info-form__footer { margin-top: 10px } .operator-info-notification .notification__body { padding-bottom: 25px } .operator-photo { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .operator-photo__frame { display: block; width: 46px; height: 46px; background-color: #f1f3f5 } .operator-photo__img { display: block; width: 100%; height: 100% } .operator-photo__btn, .operator-photo__loader { margin-left: 10px } .account-stats__h { margin: 0 0 10px; font-size: 14px } .account-stats-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100% } .account-stats-item + .account-stats-item { margin-top: 10px } .account-stats-item__text { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-right: 10px; padding: 9px; border-radius: 4px; background-color: #f1f3f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .welcome-wizard-modal .modal__dialog { width: 770px } .welcome-wizard-modal .modal__content { padding: 0 } .welcome-wizard__code-check { margin-left: 6px } .welcome-wizard__loader { position: relative; padding-left: 40px; font-size: 14px } .welcome-wizard__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .welcome-wizard__skip { margin-left: auto } .welcome-wizard-step { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 412px } .welcome-wizard-aside { width: 256px; padding: 30px; background-image: linear-gradient(15deg, #7cb6ff, #579ffb 40%, transparent 0), linear-gradient(-25deg, #7cb6ff, #579ffb 60%, transparent 0), linear-gradient(180deg, #3990ff 0, #579ffb); background-size: 100% 35%, 100% 54%, 100%; background-repeat: no-repeat; background-position: bottom, bottom, 0 0 } .welcome-wizard-aside__h { font-size: 24px; margin: 0 0 15px; color: #fff } .welcome-wizard-aside__description { color: #fff; font-size: 14px } .welcome-wizard-aside a { color: #fff; text-decoration: underline } .welcome-wizard-aside a:focus, .welcome-wizard-aside a:hover { color: #fff; text-decoration: none } .welcome-wizard-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 30px } .welcome-wizard-content__h { font-size: 24px; margin: 0 0 15px } .welcome-wizard-content__description { font-size: 14px } .welcome-wizard-content__body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } .welcome-wizard-content__footer { margin-top: 30px } .registration-method, .welcome-wizard-content__footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .registration-method { margin-bottom: 30px } .registration-method .cms-icon { margin-right: 16px } .site-add-modal .modal__dialog { width: 730px } .site-add-modal__code-check { display: inline-block; vertical-align: middle; margin-left: 6px } .site-add-modal__loader { display: inline-block; vertical-align: middle; position: relative; padding-left: 40px; font-size: 14px } .site-add-modal__loader .loader { position: absolute; left: 10px; top: 50%; margin-top: -10px } .registration-form { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } .registration-form__footer { margin-top: auto } .site-add-form__footer { margin-top: 30px } .gdpr { position: relative; min-height: 600px; padding-bottom: 40px; width: 60% } .gdpr__h { margin: 0; font-size: 28px; line-height: 1.375; margin-bottom: 20px } .gdpr__description { margin: 0 0 20px } .gdpr__contact { position: absolute; left: 0; bottom: 0; margin: 0 } .dpa-form__footer { margin-top: 30px } .dpa-form__footer, .dpa-form__loader { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .dpa-form__loader { margin-left: 15px; font-size: 14px } .dpa-form__loader .loader { margin-right: 5px } .dpa-form__link { margin-left: 15px } .chat-page, .chat-page-wrapper { height: 100% } .chat-page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 460px; background: #e9eaed } .chat-page__header { position: fixed; top: 0; width: 100%; z-index: 1000 } .chat-page__footer, .chat-page__header { -webkit-box-flex: 0; -ms-flex: none; flex: none } .chat-page__footer { position: relative; height: 40px } .chat-page__body { position: relative; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-height: 0; width: 960px; margin-right: auto; margin-left: auto; padding: 16px 0 } .chat-page__body:after, .chat-page__body:before { content: " "; display: table } .chat-page__body:after { clear: both } .chat-page__main { position: absolute; top: 0; bottom: 0; width: 100%; padding: 16px 0 } .chat-main { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; height: 100%; border-radius: 4px; background-color: #fff; box-shadow: 0 2px #dbdee6 } .chat-main__side { height: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 265px; flex: 0 0 265px; min-width: 0 } .chat-main__body { height: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-left: 1px solid #ddd; min-width: 0 } .chat-main__stub { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100% } .conversation__heading { border-top-left-radius: 0 } .conversation-layout { position: relative } .conversation-layout__inner { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; overflow-x: hidden; width: 100%; height: 100% } .conversation-layout__main { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; width: 66%; height: 100%; transition: all .5s } .conversation-layout__main._expanded { width: 100%; padding-right: 0 } .conversation-layout__side { -webkit-box-flex: 0; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; height: 100%; border-left: 1px solid #ddd } .conversation-layout__main._expanded + .conversation-layout__side { display: none } .conversation-layout__main._expanded._expanded-add + .conversation-layout__side { display: block } .conversation-status { display: block; font-size: 12px; line-height: 1.3 } ._closed .conversation-status { color: #888 } ._muted .conversation-status { color: #eb605b } .conversation-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .conversation-heading__h { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; margin: 8px 0; padding-right: 10px; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; line-height: 1.5 } ._closed .conversation-heading__h { color: #888 } .conversation-heading__typing { -webkit-box-flex: 1; -ms-flex: 1 0 100px; flex: 1 0 100px } .conversation-heading__typing .typing-indicator { display: none; line-height: 1.3 } ._typing .conversation-heading__typing .typing-indicator { display: block } .conversation-heading__star { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-right: 10px } .conversation-heading__star .icon { display: block; cursor: pointer } .conversation-heading__status { display: block; -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-right: 10px } ._muted .conversation-heading__status { display: block } ._typing .conversation-heading__status { display: none } .conversation-heading__assignment { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 15px; max-width: 300px } .conversation-heading__resolved { padding-right: 10px } .conversation-heading__dropdown, .conversation-heading__resolved { -webkit-box-flex: 0; -ms-flex: none; flex: none } .conversation-detail { height: 100% } .conversation-list-a { display: block; position: relative; padding: 10px 20px; min-height: 60px; line-height: 1.375; font-size: 14px; color: #363d4d; border-bottom: 1px solid #f4f6f7 } .conversation-list-a:focus, .conversation-list-a:hover { text-decoration: none; color: #363d4d; background-color: #f4f6f7 } .conversation-list-a:before { position: absolute; left: 9px; top: 18px; height: 4px; width: 4px; border-radius: 50%; background-color: #80c89b; content: "" } .conversation-list-a._away:before { background-color: #ff9d5a } .conversation-list-a._offline:before { display: none } .conversation-list-a._new { background-color: #fff1ce } .conversation-list-a._new:focus, .conversation-list-a._new:hover { background-color: #ffe29b } .conversation-list-a._notmine { background-color: #f7fbff } .conversation-list-a._notmine:focus, .conversation-list-a._notmine:hover { background-color: #c4e2ff } .conversation-list-a._closed .conversation-list-a__date, .conversation-list-a._closed .conversation-list-a__detail-dir, .conversation-list-a._closed .conversation-list-a__detail-operator, .conversation-list-a._closed .conversation-list-a__detail-text, .conversation-list-a._closed .conversation-list-a__name, .conversation-list-a._muted .conversation-list-a__date, .conversation-list-a._muted .conversation-list-a__detail-dir, .conversation-list-a._muted .conversation-list-a__detail-operator, .conversation-list-a._muted .conversation-list-a__detail-text, .conversation-list-a._muted .conversation-list-a__name { color: #888 } .conversation-list-a._closed:before, .conversation-list-a._muted:before { background-color: #888 } .conversation-list-a._selected, .conversation-list-a._selected:focus, .conversation-list-a._selected:hover { text-decoration: none; outline: 0; color: #fff; background-color: #528fcc } .conversation-list-a._selected .conversation-list-a__date, .conversation-list-a._selected .conversation-list-a__detail-dir, .conversation-list-a._selected .conversation-list-a__detail-operator, .conversation-list-a._selected .conversation-list-a__detail-text, .conversation-list-a._selected .conversation-list-a__name, .conversation-list-a._selected:before { color: #fff } .conversation-list-a._selected:before { background-color: #fff } .conversation-list-a._selected .conversation-list-a__badge { background-color: #fff; color: #528fcc } .conversation-list-a__row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end } .conversation-list-a__row + .conversation-list-a__row { margin-top: 4px } .conversation-list-a__name { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700 } .conversation-list-a__star { -webkit-box-flex: 1; -ms-flex: 1 0 15px; flex: 1 0 15px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center } .conversation-list-a__star .icon { display: none; margin-left: 4px } ._starred .conversation-list-a__star .icon { display: block } .conversation-list-a__date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 10px; font-size: 12px; color: #555 } .conversation-list-a__detail { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px } .conversation-list-a__detail-dir { color: #333 } .conversation-list-a__detail-text { color: #888 } .conversation-list-a__detail-operator { color: #528fcc } .conversation-list-a__badge { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-left: 10px; padding: 2px 5px 3px; max-width: 34px; overflow: hidden; text-overflow: ellipsis; border-radius: 8px; background-color: #eb605b; color: #fff; font-size: 11px; line-height: 1 } .conversation-list-a__badge:empty { display: none } .conversation-list-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top-right-radius: 0 } .conversation-list-heading__h { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; padding-right: 15px; text-overflow: ellipsis; white-space: nowrap } .conversation-info__body { padding: 15px } .conversation-info__client { margin-bottom: 20px } .client-info { overflow: hidden } .client-info__text, .session-info { width: 100% } .session-info tr > td { padding: 2px 0 } .session-info tr > td, .session-info tr > td a { font-size: 12px; color: #555 } .session-info tr > td._heading { padding-top: 25px } .session-info tr > td._link { word-break: break-all } .conversation-dropdown { position: relative } .conversation-dropdown__toggle { padding: 6px } .conversation-dropdown__toggle .icon { display: block } .conversation-list-dropdown { position: relative } .conversation-list-dropdown__toggle { color: #555 } .conversation-list-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 18px 15px } .conversation-list-pagination__link { -webkit-box-flex: 0; -ms-flex: none; flex: none; color: #363d4d; text-decoration: none; font-size: 10px } .conversation-list-pagination__link:focus, .conversation-list-pagination__link:hover { color: #363d4d; text-decoration: none } .conversation-list-pagination__link[disabled], .conversation-list-pagination__link[disabled]:focus, .conversation-list-pagination__link[disabled]:hover { color: #8b96a8 } .conversation-list-pagination__link + .conversation-list-pagination__link { margin-left: 5px } .conversation-list-pagination__page { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; font-size: 14px; line-height: 1.572; text-align: center; color: #555 } .conversation-textarea { max-height: 116px; padding: 10px 15px; border: none; font-size: 14px } .conversation-assignment { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 14px 10px; background-color: #f1f3f5; text-align: left } .conversation-assignment__text { margin: 0; padding-right: 10px; font-size: 14px } .conversation-assignment-dropdown { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; flex-flow: row nowrap; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } ._closed .conversation-assignment-dropdown { color: #888 } .conversation-assignment-dropdown__title { font-size: 12px; line-height: 1.3; margin-right: 5px } .conversation-assignment-toggle { position: relative; line-height: 1.3; padding-right: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .conversation-assignment-toggle .caret { position: absolute; right: 0; top: 50% } ._closed .conversation-assignment-toggle { color: #888 } .conversation-assignment-menu__status { padding-right: 40px; position: relative } .conversation-assignment-menu__status:after { position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; border-radius: 50%; background-color: #e2e4eb; content: ""; right: 20px } .conversation-assignment-menu__status._online:after { background-color: #74caac } @-webkit-keyframes new-message-animation { 0% { -webkit-transform: scale(.3); transform: scale(.3) } to { -webkit-transform: none; transform: none } } @keyframes new-message-animation { 0% { -webkit-transform: scale(.3); transform: scale(.3) } to { -webkit-transform: none; transform: none } } .message { font-size: 14px } .message._last .message__date { display: block } .message + .message { margin-top: 5px } .message._last + .message { margin-top: 15px } .message._in { text-align: left } .message._in .message__text { background-color: #dfecfc } .message._in._text:first-child .message__text:before, .message._last + .message._in._text .message__text:before { position: absolute; left: -8px; top: 0; width: 0; height: 0; border: 6px solid #dfecfc; border-bottom-color: transparent; border-left-color: transparent; content: "" } .message._out { text-align: right } .message._out .message__text { background-color: #f1f3f5 } .message._out._text._last .message__text:before { position: absolute; right: -8px; bottom: 0; width: 0; height: 0; border: 6px solid #f1f3f5; border-top-color: transparent; border-right-color: transparent; content: "" } .message._system { font-size: 12px } .message._system .message__text { width: 100%; max-width: none; color: #888; background-color: #f1f3f5; font-style: italic } .message._break { position: relative; font-size: 12px; text-align: center } .message._break:before { position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #888; opacity: .2; content: "" } .message._break .message__text { display: inline-block; max-width: none; color: #888; background-color: #fff; text-align: center } .message._out._sent-to-email .message__envelope { display: inline-block } .message._animate { -webkit-animation: new-message-animation .3s cubic-bezier(.455, .03, .515, .955); animation: new-message-animation .3s cubic-bezier(.455, .03, .515, .955); -webkit-transform-origin: top left; transform-origin: top left } .message._animate._out { -webkit-transform-origin: bottom right; transform-origin: bottom right } .message__text { position: relative; display: inline-block; padding: 6px 12px; max-width: 80%; border-radius: 3px; text-align: left; overflow-wrap: break-word; word-wrap: break-word; word-break: normal } .message__text a { color: inherit } .message__date { display: none; padding-top: 4px; font-size: 11px; color: #555 } .message__envelope { display: none; margin-left: 2px } .message-list { position: relative } .message-list__inner { position: absolute; left: 0; right: 0; bottom: 0; max-height: 100%; padding: 15px; overflow-y: auto } .chat-panel { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; background-color: transparent } .chat-panel__body { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; overflow-x: hidden } .editable-text { display: inline-block; vertical-align: middle; overflow: hidden; font-size: 14px; line-height: 1.572; padding: 4px 0; color: #363d4d; text-decoration: none; text-overflow: ellipsis } .editable-text:focus, .editable-text:hover { color: #363d4d; text-decoration: underline } .editable-text._empty { color: #528fcc } .editable-text._empty:focus, .editable-text._empty:hover { color: #3069a2 } .editable-text._hide { display: none } .profile { border-radius: 4px; background-color: #fff; box-shadow: 0 2px #ddd } .profile__info { width: 50% } .profile__contact { margin: 60px 0 0 } @-webkit-keyframes typing-animation { to { width: 1.25em } } @keyframes typing-animation { to { width: 1.25em } } .typing-indicator { font-size: 12px } .typing-indicator:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: typing-animation steps(4) .9s infinite; animation: typing-animation steps(4) .9s infinite; content: "\2026"; width: 0 } /*# sourceMappingURL=styles.792073e11383de486ec10a05fbd7b7b7.css.map*/
0.432063
0.137446
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&.css'); body { font-family: 'Inter', sans-serif; color: var(--cogs-text-color); } h5 { margin-bottom: 0; } .btn-reset { background: transparent; border: none; display: inherit; } .btn-reset:active, .btn-reset:focus { outline: none; } :root { --cogs-black: #1f1f1f; --cogs-white: #ffffff; --cogs-greyscale-grey1: #fafafa; --cogs-greyscale-grey2: #f5f5f5; --cogs-greyscale-grey3: #e8e8e8; --cogs-greyscale-grey4: #d9d9d9; --cogs-greyscale-grey5: #bfbfbf; --cogs-greyscale-grey6: #8c8c8c; --cogs-greyscale-grey7: #595959; --cogs-greyscale-grey8: #404040; --cogs-greyscale-grey9: #333333; --cogs-greyscale-grey10: #262626; --cogs-lightblue: #24d8ed; --cogs-lightblue-1: #0f6d8a; --cogs-lightblue-2: #1aa3c1; --cogs-lightblue-3: #24d8ed; --cogs-lightblue-4: #50e0f1; --cogs-lightblue-5: #91ebf5; --cogs-lightblue-6: #d3f7fb; --cogs-lightblue-7: #eafcfe; --cogs-lightblue-8: #f4fdfe; --cogs-midblue: #4a67fb; --cogs-midblue-1: #2b3a88; --cogs-midblue-2: #4255bb; --cogs-midblue-3: #4a67fb; --cogs-midblue-4: #6e85fc; --cogs-midblue-5: #a4b2fc; --cogs-midblue-6: #dbe1fe; --cogs-midblue-7: #edf0ff; --cogs-midblue-8: #f6f7ff; --cogs-midorange: #ff6918; --cogs-midorange-1: #ae1f00; --cogs-midorange-2: #cc512b; --cogs-midorange-3: #ff6918; --cogs-midorange-4: #ff8746; --cogs-midorange-5: #ffb38b; --cogs-midorange-6: #ffe1d1; --cogs-midorange-7: #fff0e8; --cogs-midorange-8: #fff7f3; --cogs-pink: #fc2574; --cogs-pink-1: #8d1e47; --cogs-pink-2: #c13670; --cogs-pink-3: #fc2574; --cogs-pink-4: #fd5190; --cogs-pink-5: #fd91b9; --cogs-pink-6: #fed3e3; --cogs-pink-7: #ffeaf2; --cogs-pink-8: #fff4f8; --cogs-purple: #c945db; --cogs-purple-1: #642175; --cogs-purple-2: #923fa7; --cogs-purple-3: #c945db; --cogs-purple-4: #d46ae2; --cogs-purple-5: #e3a1ec; --cogs-purple-6: #f4daf8; --cogs-purple-7: #faedfc; --cogs-purple-8: #fcf5fd; --cogs-yellow: #ffbb00; --cogs-yellow-1: #d27200; --cogs-yellow-2: #eb9b00; --cogs-yellow-3: #ffbb00; --cogs-yellow-4: #ffc933; --cogs-yellow-5: #ffdc7f; --cogs-yellow-6: #fff1cc; --cogs-yellow-7: #fff9e6; --cogs-yellow-8: #fffbf2; --cogs-danger: #e32351; --cogs-warning: #ffbb00; --cogs-success: #2acf58; --cogs-gradient-dawn: linear-gradient(45deg, var(--cogs-lightblue) 0%, var(--cogs-midblue) 100%); --cogs-gradient-dusk: linear-gradient(45deg, var(--cogs-purple) 0%, var(--cogs-pink) 100%); --cogs-gradient-midnightblue: linear-gradient(45deg, var(--cogs-midblue) 0%, var(--cogs-purple) 100%); --cogs-gradient-sunrise: linear-gradient(45deg, var(--cogs-midorange) 0%, var(--cogs-yellow) 100%); --cogs-gradient-sunset: linear-gradient(45deg, var(--cogs-pink) 0%, var(--cogs-yellow) 100%); --cogs-primary: var(--cogs-midblue); --cogs-text-color: var(--cogs-greyscale-grey10); --cogs-text-color-secondary: var(--cogs-greyscale-grey7); } :root { --cogs-z-1: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06); --cogs-z-2: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06); --cogs-z-4: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06); --cogs-z-6: 0px 6px 8px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.06); --cogs-z-8: 0px 8px 12px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.06); --cogs-z-12: 0px 12px 16px rgba(0, 0, 0, 0.1), 0px 6px 8px rgba(0, 0, 0, 0.06); --cogs-z-16: 0px 16px 20px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.06); --cogs-z-24: 0px 24px 28px rgba(0, 0, 0, 0.1), 0px 10px 12px rgba(0, 0, 0, 0.06); } .z-1 { box-shadow: var(--cogs-z-1); } .z-2 { box-shadow: var(--cogs-z-2); } .z-4 { box-shadow: var(--cogs-z-4); } .z-6 { box-shadow: var(--cogs-z-6); } .z-8 { box-shadow: var(--cogs-z-8); } .z-12 { box-shadow: var(--cogs-z-12); } .z-16 { box-shadow: var(--cogs-z-16); } .z-24 { box-shadow: var(--cogs-z-24); } :root { --cogs-d1-color: var(--cogs-text-color); --cogs-d1-font-size: 80px; --cogs-d1-line-height: 96px; --cogs-d1-letter-spacing: -0.04em; --cogs-d2-color: var(--cogs-text-color); --cogs-d2-font-size: 48px; --cogs-d2-line-height: 52px; --cogs-d2-letter-spacing: -0.02em; --cogs-t1-color: var(--cogs-text-color); --cogs-t1-font-size: 36px; --cogs-t1-line-height: 48px; --cogs-t1-letter-spacing: -0.02em; --cogs-t2-color: var(--cogs-text-color); --cogs-t2-font-size: 28px; --cogs-t2-line-height: 32px; --cogs-t2-letter-spacing: 0em; --cogs-t3-color: var(--cogs-text-color); --cogs-t3-font-size: 24px; --cogs-t3-line-height: 32px; --cogs-t3-letter-spacing: 0em; --cogs-t4-color: var(--cogs-text-color); --cogs-t4-font-size: 18px; --cogs-t4-line-height: 24px; --cogs-t4-letter-spacing: 0em; --cogs-t5-color: var(--cogs-text-color); --cogs-t5-font-size: 16px; --cogs-t5-line-height: 20px; --cogs-t5-letter-spacing: -0.01em; --cogs-t6-color: var(--cogs-text-color); --cogs-t6-font-size: 14px; --cogs-t6-line-height: 20px; --cogs-t6-letter-spacing: -0.01em; --cogs-o1-color: var(--cogs-black); --cogs-o1-font-size: 14px; --cogs-o1-line-height: 16px; --cogs-o1-letter-spacing: 1.4px; --cogs-o2-color: var(--cogs-black); --cogs-o2-font-size: 12px; --cogs-o2-line-height: 16px; --cogs-o2-letter-spacing: 1px; --cogs-o3-color: var(--cogs-black); --cogs-o3-font-size: 10px; --cogs-o3-line-height: 16px; --cogs-o3-letter-spacing: 0; --cogs-b1-color: var(--cogs-text-color); --cogs-b1-font-size: 16px; --cogs-b1-line-height: 24px; --cogs-b1-letter-spacing: 0; --cogs-b2-color: var(--cogs-text-color); --cogs-b2-font-size: 13px; --cogs-b2-line-height: 20px; --cogs-b2-letter-spacing: -0.001em; --cogs-b3-color: var(--cogs-text-color); --cogs-b3-font-size: 12px; --cogs-b3-line-height: 16px; --cogs-b3-letter-spacing: -0.004em; --cogs-micro-color: var(--cogs-text-color); --cogs-micro-font-size: 10px; --cogs-micro-line-height: 12px; --cogs-micro-letter-spacing: -0.004em; } [class^='cogs-title-'], [class^='cogs-display-'], [class^='cogs-overline-'] { margin: 0; padding: 0; font-weight: 600; font-feature-settings: 'salt' on; font-feature-settings: 'cv08' on; } .cogs-title-1 { color: var(--cogs-t1-color); font-size: var(--cogs-t1-font-size); line-height: var(--cogs-t1-font-size); letter-spacing: var(--cogs-t1-letter-spacing); } .cogs-title-2 { color: var(--cogs-t2-color); font-size: var(--cogs-t2-font-size); line-height: var(--cogs-t2-font-size); letter-spacing: var(--cogs-t2-letter-spacing); } .cogs-title-3 { color: var(--cogs-t3-color); font-size: var(--cogs-t3-font-size); line-height: var(--cogs-t3-font-size); letter-spacing: var(--cogs-t3-letter-spacing); } .cogs-title-4 { color: var(--cogs-t4-color); font-size: var(--cogs-t4-font-size); line-height: var(--cogs-t4-font-size); letter-spacing: var(--cogs-t4-letter-spacing); } .cogs-title-5 { color: var(--cogs-t5-color); font-size: var(--cogs-t5-font-size); line-height: var(--cogs-t5-font-size); letter-spacing: var(--cogs-t5-letter-spacing); font-weight: 600; } .cogs-title-6 { color: var(--cogs-t6-color); font-size: var(--cogs-t6-font-size); line-height: var(--cogs-t6-font-size); letter-spacing: var(--cogs-t6-letter-spacing); font-weight: 600; } .cogs-display-1 { color: var(--cogs-d1-color); font-size: var(--cogs-d1-font-size); line-height: var(--cogs-d1-font-size); letter-spacing: var(--cogs-d1-letter-spacing); font-weight: 700; } .cogs-display-2 { color: var(--cogs-d2-color); font-size: var(--cogs-d2-font-size); line-height: var(--cogs-d2-font-size); letter-spacing: var(--cogs-d2-letter-spacing); font-weight: 700; } .cogs-overline-1 { color: var(--cogs-o1-color); font-size: var(--cogs-o1-font-size); line-height: var(--cogs-o1-font-size); letter-spacing: var(--cogs-o1-letter-spacing); text-transform: uppercase; } .cogs-overline-2 { color: var(--cogs-o2-color); font-size: var(--cogs-o2-font-size); line-height: var(--cogs-o2-font-size); letter-spacing: var(--cogs-o2-letter-spacing); font-weight: 600; text-transform: uppercase; } .cogs-overline-3 { color: var(--cogs-o3-color); font-size: var(--cogs-o3-font-size); line-height: var(--cogs-o3-font-size); letter-spacing: var(--cogs-o3-letter-spacing); font-weight: 500; text-transform: uppercase; } .cogs-body-1 { color: var(--cogs-b1-color); font-size: var(--cogs-b1-font-size); line-height: var(--cogs-b1-font-size); letter-spacing: var(--cogs-b1-letter-spacing); } .cogs-body-2 { color: var(--cogs-b2-color); font-size: var(--cogs-b2-font-size); line-height: var(--cogs-b2-font-size); letter-spacing: var(--cogs-b2-letter-spacing); } .cogs-body-3 { color: var(--cogs-b3-color); font-size: var(--cogs-b3-font-size); line-height: var(--cogs-b3-font-size); letter-spacing: var(--cogs-b3-letter-spacing); } .cogs-micro { color: var(--cogs-micro-color); font-size: var(--cogs-micro-font-size); line-height: var(--cogs-micro-font-size); letter-spacing: var(--cogs-micro-letter-spacing); } a, .cogs-anchor { color: var(--cogs-primary); text-decoration: none; } a:hover, .cogs-anchor:hover { color: var(--cogs-midblue-2); } a:active, .cogs-anchor:active, a:focus, .cogs-anchor:focus { color: var(--cogs-midblue-3); } strong, .strong { font-weight: 500; } .cogs-avatar { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; background: var(--cogs-midorange); text-transform: uppercase; color: white; font-size: 14px; font-weight: bold; border-radius: 100%; } .cogs-badge { border-radius: 100px; padding: 1px 8px; color: white; margin: 0 4px; display: inline-block; position: relative; overflow: hidden; outline: none; border: none; } .cogs-badge:before { content: ''; position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%; background: white; transition: 0.2s all; } .cogs-badge:hover:before { opacity: 0.1; } .cogs-badge:active:before { background: black; opacity: 0.1; } html { --cogs-black: #1f1f1f; } .cogs-btn { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; } .cogs-btn:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn:disabled, .cogs-btn:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn.cogs-btn-outline:disabled, .cogs-btn.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn.cogs-btn-ghost:disabled, .cogs-btn.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-secondary { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; background: var(--cogs-btn-color-secondary); color: #404040; } .cogs-btn-secondary:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn-secondary:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn-secondary:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn-secondary:disabled, .cogs-btn-secondary:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn-secondary.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn-secondary.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-secondary.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-secondary.cogs-btn-outline:disabled, .cogs-btn-secondary.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn-secondary.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn-secondary.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn-secondary.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn-secondary.cogs-btn-ghost:disabled, .cogs-btn-secondary.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-secondary:hover { background: var(--cogs-btn-color-secondary--hover); color: #404040; } .cogs-btn-secondary:disabled, .cogs-btn-secondary:hover:disabled { background: var(--cogs-btn-color-secondary--disabled); color: #8c8c8c; } .cogs-btn-secondary:active { background: var(--cogs-btn-color-secondary--active); color: #404040; } .cogs-btn-secondary:focus { background: var(--cogs-btn-color-secondary); color: #404040; } .cogs-btn-secondary.cogs-btn-outline { border: 1px solid #a3a3a3; color: #262626; } .cogs-btn-secondary.cogs-btn-outline:focus { background: transparent; } .cogs-btn-secondary.cogs-btn-outline:hover, .cogs-btn-secondary.cogs-btn-outline:active { color: var(--cogs-btn-color-primary); border: 1px solid var(--cogs-btn-color-primary); background: #f6f7ff; } .cogs-btn-secondary.cogs-btn-ghost { color: #262626; } .cogs-btn-secondary.cogs-btn-ghost:active { color: #262626; } .cogs-btn-danger { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; background: var(--cogs-btn-color-danger); } .cogs-btn-danger:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn-danger:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn-danger:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn-danger:disabled, .cogs-btn-danger:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn-danger.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn-danger.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-danger.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-danger.cogs-btn-outline:disabled, .cogs-btn-danger.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn-danger.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn-danger.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn-danger.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn-danger.cogs-btn-ghost:disabled, .cogs-btn-danger.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-danger:hover { background: var(--cogs-btn-color-danger--hover); } .cogs-btn-danger:active { background: var(--cogs-btn-color-danger--active); } .cogs-btn-danger:focus { box-shadow: 0 0 4px 2px var(--cogs-btn-color-danger--active); background: var(--cogs-btn-color-danger); color: white; } .cogs-btn-danger:active { background: var(--cogs-btn-color-danger--active); color: white; } .cogs-btn-danger.cogs-btn-outline { border: 1px solid var(--cogs-btn-color-danger); color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-outline:focus { background: transparent; } .cogs-btn-danger.cogs-btn-outline:active { background: #feebf3; color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-outline:hover { background: #fff5f9; color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-ghost { color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-ghost:hover { background: #ffebf2; } .cogs-btn-danger.cogs-btn-ghost:focus { background: #ffebf2; } .cogs-btn-danger.cogs-btn-ghost:active { color: var(--cogs-btn-color-danger); background: #edd4de; } .cogs-btn-link { padding: 0; margin: 0; color: var(--cogs-btn-color-primary); background: none; } .cogs-btn-link:hover { color: var(--cogs-btn-color-primary--hover); background: none; box-shadow: none; } .cogs-btn-link:hover, .cogs-btn-link:focus { color: var(--cogs-btn-color-primary--active); background: none; box-shadow: none; } .cogs-btn-tiny { padding: 4px 12px; } .cogs-btn-large { padding: 8px 20px; font-size: 16px; } .cogs-btn-block { display: flex; width: 100%; } .cogs-btn-loading { opacity: 0.7; } .cogs-btn-unstyled { border: none; margin: 0; padding: 0; width: auto; overflow: visible; border-radius: 0; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } .cogs-btn-unstyled, .cogs-btn-unstyled:hover, .cogs-btn-unstyled:focus, .cogs-btn-unstyled:active { background: inherit; border: inherit; color: inherit; font-weight: inherit; display: inherit; box-shadow: inherit; } .cogs.checkbox-disabled { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs.checkbox-disabled:after { content: none; } .cogs-checkbox { --cogs-checkbox-primary: #4967fb; display: inline-flex; align-items: center; box-sizing: border-box; transition: all 0.2s; cursor: pointer; } @keyframes checkmark-emergence { 0% { height: 0; } 100% { height: 11.25px; } } .cogs-checkbox .checkbox-ui { position: relative; border: 2px solid var(--cogs-greyscale-grey7); box-sizing: border-box; border-radius: 2px; width: 18px; height: 18px; margin: 1px 8px; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-checkbox-primary); border-color: var(--cogs-checkbox-primary); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui:before { width: 6.25px; height: 11.25px; position: absolute; display: table; border: 2.25px solid var(--cogs-white); border-top: 0; border-left: 0; transform: rotate(45deg) translate(-50%, -50%); opacity: 1; top: 6px; left: 18%; right: 25%; animation: checkmark-emergence 0.2s; content: ' '; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui:after { content: none; } .cogs-checkbox .checkbox-ui.indeterminate { border: 2px solid var(--cogs-black); box-shadow: none; border-radius: 1px; } .cogs-checkbox .checkbox-ui.indeterminate:before { position: absolute; left: 2px; top: 2px; width: 10px; height: 10px; background: #304ffe; transition: all 0.2s; content: ''; } .cogs-checkbox.disabled { cursor: not-allowed; color: var(--cogs-greyscale-grey5); } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui { cursor: not-allowed; background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:hover { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:hover:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:active { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:active:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled:checked + .checkbox-ui, .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui.indeterminate:before { background: var(--cogs-greyscale-grey4); } .cogs-checkbox:hover:not(.disabled) .checkbox-ui { border-color: var(--cogs-midblue); border-radius: 1px; } .cogs-checkbox:hover:not(.disabled) input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-midblue-2); border-color: var(--cogs-midblue-2); } .cogs-checkbox:active:not(.disabled) .checkbox-ui { background: var(--cogs-midblue-6); border-radius: 1px; border-color: var(--cogs-midblue); } .cogs-checkbox:active:not(.disabled) .checkbox-ui:after { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-checkbox:active:not(.disabled) input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-midblue-1); border-color: var(--cogs-midblue-1); } .cogs-checkbox:active:not(.disabled) .checkbox-ui.indeterminate { background: var(--cogs-midblue-6); } .cogs-checkbox:active:not(.disabled) .checkbox-ui.indeterminate:after { content: none; } .cogs-checkbox input[type='checkbox'] { position: absolute; left: -9999px; } .cogs-collapse { color: #444; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; } .cogs-panel { background: white; border: 1px solid var(--cogs-greyscale-grey4); overflow: hidden; } .cogs-panel:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cogs-panel:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cogs-panel .cogs-panel-header { width: 100%; background: var(--cogs-greyscale-grey3); display: block; text-align: left; padding: 8px; } .cogs-panel .cogs-panel-content-wrapper { background: white; transition: 0.2s max-height; } .cogs-panel .cogs-panel-content-wrapper .cogs-panel-content { padding: 8px; } .cogs-row { display: grid; grid-template-columns: repeat(24, 1fr); grid-gap: 8px; } .cogs-input-placeholder-to-top { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input-font { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); } .cogs-input-container > * { transition: 0.2s all; } .cogs-input-container { transition: 0.3s all; text-align: left; font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); } .cogs-input-container .title { display: block; font-size: 13px; font-weight: 500; line-height: 20px; margin-bottom: 4px; text-transform: capitalize; color: var(--cogs-greyscale-grey8); } .cogs-input-container .error-space { color: var(--cogs-greyscale-grey8); font-size: 13px; line-height: 16px; margin-top: 4px; } .cogs-input-container .title-as-placeholder-wrapper { display: flex; } .cogs-input-container .addons-input-wrapper { display: flex; } .cogs-input-container .input-wrapper { display: flex; position: relative; } .cogs-input-container .input-icon { position: absolute; top: calc(50% - 16px / 2); width: 16px; height: 16px; display: flex; justify-content: center; align-items: center; } .cogs-input-container .input-prefix, .cogs-input-container .input-postfix { background-color: var(--cogs-greyscale-grey3); border: 1px solid #94949f; box-sizing: border-box; padding: 0 8px; display: inline-flex; align-items: center; } .cogs-input-container .input-prefix { order: -1; border-radius: 4px 0 0 4px; } .cogs-input-container .input-postfix { border-radius: 0 4px 4px 0; } .cogs-input-container .input-prefix:not(.cogs-input-no-border) { border-right: none; } .cogs-input-container .input-postfix:not(.cogs-input-no-border) { border-left: none; } .cogs-input-container .input-prefix-node { order: -1; } .cogs-input-container .input-prefix-node > * { border-top-right-radius: 0; border-bottom-right-radius: 0; } .cogs-input-container .input-postfix-node > * { border-top-left-radius: 0; border-bottom-left-radius: 0; } .cogs-input-container .input-prefix-node, .cogs-input-container .input-postfix-node { display: inline-flex; } .cogs-input-container .input-clear-button { position: absolute; top: calc(50% - 32px / 2); right: 4px; width: 32px; height: 32px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%); } .cogs-input { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); --cogs-input-hover-border: 1px solid var(--cogs-midblue-4); --cogs-input-bordered-shadow: 0 0 0 1px var(--cogs-midblue-4) inset; --cogs-input-default-border-color: #94949f; --cogs-input-hover-background: rgba(246, 247, 255, 0.64); --cogs-input-default-height: 36px; --cogs-title-as-placeholder-height: 40px; --cogs-title-as-placeholder-side-padding: 12px; --cogs-title-as-placeholder-with-icon-side-padding: 34px; --cogs-input-side-padding: 16px; --cogs-input-with-icon-side-padding: 38px; height: var(--cogs-input-default-height); border-radius: 4px; padding: 0 var(--cogs-input-side-padding); caret-color: var(--cogs-color-black); outline: none; border: 1px solid var(--cogs-input-default-border-color); box-sizing: border-box; } .cogs-input::placeholder { color: var(--cogs-greyscale-grey6); } .cogs-input:disabled { cursor: not-allowed; } .cogs-input.with-prefix { border-top-left-radius: 0; border-bottom-left-radius: 0; } .cogs-input.with-postfix { border-top-right-radius: 0; border-bottom-right-radius: 0; } .cogs-input.cogs-input-default:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .cogs-input.cogs-input-default:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .cogs-input.cogs-input-default:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .cogs-input.cogs-input-default:invalid, .cogs-input.cogs-input-default.has-error { border-color: var(--cogs-danger); box-shadow: none; } .cogs-input.cogs-input-default:invalid:hover, .cogs-input.cogs-input-default.has-error:hover { background: var(--cogs-white); } .cogs-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .cogs-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .cogs-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .cogs-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .cogs-input.cogs-input-no-border:invalid, .cogs-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .cogs-input.cogs-input-no-border:invalid:hover, .cogs-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .cogs-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .cogs-input.with-icon-left { padding-left: var(--cogs-input-with-icon-side-padding); } .cogs-input.with-icon-left ~ .input-icon { left: 16px; } .cogs-input.with-icon-left ~ .input-clear-button { right: 4px; } .cogs-input.with-icon-right { padding-right: var(--cogs-input-with-icon-side-padding); } .cogs-input.with-icon-right ~ .input-icon { right: 16px; } .cogs-input.with-icon-right ~ .input-clear-button { right: 32px; } .cogs-input.cogs-input-title-as-placeholder { height: var(--cogs-title-as-placeholder-height); padding: 0 var(--cogs-title-as-placeholder-side-padding); } .cogs-input.cogs-input-title-as-placeholder:not(:placeholder-shown) { padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder:not(:placeholder-shown) ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder.placeholder-not-shown { padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder.placeholder-not-shown ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .cogs-input.cogs-input-title-as-placeholder:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder:focus ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .cogs-input.cogs-input-title-as-placeholder:invalid, .cogs-input.cogs-input-title-as-placeholder.has-error { border-color: var(--cogs-danger); box-shadow: none; } .cogs-input.cogs-input-title-as-placeholder:invalid:hover, .cogs-input.cogs-input-title-as-placeholder.has-error:hover { background: var(--cogs-white); } .cogs-input.cogs-input-title-as-placeholder ~ .placeholder { color: var(--cogs-greyscale-grey6); line-height: 16px; position: absolute; top: calc(50% - 16px / 2); left: 12px; transition: 0.3s all; pointer-events: none; } .cogs-input.cogs-input-title-as-placeholder.with-icon-left { padding-left: var(--cogs-title-as-placeholder-with-icon-side-padding); } .cogs-input.cogs-input-title-as-placeholder.with-icon-left ~ .placeholder { left: 34px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-left ~ .input-icon { left: 12px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-right { padding-right: var(--cogs-title-as-placeholder-with-icon-side-padding); } .cogs-input.cogs-input-title-as-placeholder.with-icon-right ~ .placeholder { right: 34px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-right ~ .input-icon { right: 12px; } .cogs-input-tiny { height: 24px; } .cogs-input-tiny ~ .input-clear-button { top: calc(50% - 20px / 2); height: 20px; } .cogs-input-large { height: 40px; } .cogs-input-large ~ .input-clear-button { top: calc(50% - 36px / 2); height: 36px; } .ant-input { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); --cogs-input-hover-border: 1px solid var(--cogs-midblue-4); --cogs-input-bordered-shadow: 0 0 0 1px var(--cogs-midblue-4) inset; --cogs-input-default-border-color: #94949f; --cogs-input-hover-background: rgba(246, 247, 255, 0.64); --cogs-input-default-height: 36px; --cogs-title-as-placeholder-height: 40px; --cogs-title-as-placeholder-side-padding: 12px; --cogs-title-as-placeholder-with-icon-side-padding: 34px; --cogs-input-side-padding: 16px; --cogs-input-with-icon-side-padding: 38px; height: var(--cogs-input-default-height); border-radius: 4px; padding: 0 var(--cogs-input-side-padding); caret-color: var(--cogs-color-black); outline: none; border: 1px solid var(--cogs-input-default-border-color); box-sizing: border-box; } .ant-input::placeholder { color: var(--cogs-greyscale-grey6); } .ant-input:disabled { cursor: not-allowed; } .ant-input.with-prefix { border-top-left-radius: 0; border-bottom-left-radius: 0; } .ant-input.with-postfix { border-top-right-radius: 0; border-bottom-right-radius: 0; } .ant-input.cogs-input-default:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input.cogs-input-default:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .ant-input.cogs-input-default:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input.cogs-input-default:invalid, .ant-input.cogs-input-default.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input.cogs-input-default:invalid:hover, .ant-input.cogs-input-default.has-error:hover { background: var(--cogs-white); } .ant-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .ant-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .ant-input.cogs-input-no-border:invalid, .ant-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .ant-input.cogs-input-no-border:invalid:hover, .ant-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .ant-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .ant-input.with-icon-left { padding-left: var(--cogs-input-with-icon-side-padding); } .ant-input.with-icon-left ~ .input-icon { left: 16px; } .ant-input.with-icon-left ~ .input-clear-button { right: 4px; } .ant-input.with-icon-right { padding-right: var(--cogs-input-with-icon-side-padding); } .ant-input.with-icon-right ~ .input-icon { right: 16px; } .ant-input.with-icon-right ~ .input-clear-button { right: 32px; } .ant-input.cogs-input-title-as-placeholder { height: var(--cogs-title-as-placeholder-height); padding: 0 var(--cogs-title-as-placeholder-side-padding); } .ant-input.cogs-input-title-as-placeholder:not(:placeholder-shown) { padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder:not(:placeholder-shown) ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder.placeholder-not-shown { padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder.placeholder-not-shown ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input.cogs-input-title-as-placeholder:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder:focus ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input.cogs-input-title-as-placeholder:invalid, .ant-input.cogs-input-title-as-placeholder.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input.cogs-input-title-as-placeholder:invalid:hover, .ant-input.cogs-input-title-as-placeholder.has-error:hover { background: var(--cogs-white); } .ant-input.cogs-input-title-as-placeholder ~ .placeholder { color: var(--cogs-greyscale-grey6); line-height: 16px; position: absolute; top: calc(50% - 16px / 2); left: 12px; transition: 0.3s all; pointer-events: none; } .ant-input.cogs-input-title-as-placeholder.with-icon-left { padding-left: var(--cogs-title-as-placeholder-with-icon-side-padding); } .ant-input.cogs-input-title-as-placeholder.with-icon-left ~ .placeholder { left: 34px; } .ant-input.cogs-input-title-as-placeholder.with-icon-left ~ .input-icon { left: 12px; } .ant-input.cogs-input-title-as-placeholder.with-icon-right { padding-right: var(--cogs-title-as-placeholder-with-icon-side-padding); } .ant-input.cogs-input-title-as-placeholder.with-icon-right ~ .placeholder { right: 34px; } .ant-input.cogs-input-title-as-placeholder.with-icon-right ~ .input-icon { right: 12px; } .ant-input:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .ant-input:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input:invalid, .ant-input.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input:invalid:hover, .ant-input.has-error:hover { background: var(--cogs-white); } .ant-input:focus { border-color: var(--cogs-midblue-4); border-right-width: 2px !important; } .ant-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .ant-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .ant-input.cogs-input-no-border:invalid, .ant-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .ant-input.cogs-input-no-border:invalid:hover, .ant-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .ant-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .ant-input.ant-input-sm { height: 24px; } .ant-input.ant-input-lg { height: 40px; } .cogs-menu { border: 1px solid #e8e8e8; background: white; padding: 8px; display: flex; flex-direction: column; min-width: 200px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.4); border-radius: 4px; } .cogs-menu-header { color: var(--cogs-greyscale-grey7); font-size: 12px; text-transform: uppercase; font-weight: 600; text-align: left; padding: 8px 12px 8px 8px; } .cogs-menu-item { background: transparent; border: none; display: inherit; display: flex; position: relative; align-items: center; width: 100%; padding: 8px; font-size: 14px; font-weight: normal; } .cogs-menu-item:active, .cogs-menu-item:focus { outline: none; } .cogs-menu-item:hover, .cogs-menu-item.hover { background: rgba(0, 0, 0, 0.08); } .cogs-menu-item:focus { outline: auto 5px -webkit-focus-ring-color; } .cogs-menu-item:active, .cogs-menu-item.active { background: rgba(0, 0, 0, 0.12); } .cogs-menu-item:focus:hover { background: rgba(0, 0, 0, 0.2); } button.cogs-menu-item, a.cogs-menu-item { cursor: pointer; } .cogs-menu-item.selected { color: var(--cogs-midblue); } .cogs-menu-item.disabled { color: var(--cogs-greyscale-grey6); cursor: default; } .cogs-menu-item .cogs-menu-submenu { border: 1px solid #e8e8e8; background: white; padding: 8px; display: flex; flex-direction: column; min-width: 200px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.4); border-radius: 4px; display: none; position: absolute; left: 100%; top: 0; } .cogs-menu-item:hover .cogs-menu-submenu, .cogs-menu-item:active .cogs-menu-submenu, .cogs-menu-item:focus-within .cogs-menu-submenu, .cogs-menu-item:focus .cogs-menu-submenu { display: flex; } .cogs-menu-item .cogs-icon { margin-right: 8px; } .cogs-menu-item .cogs-menu-arrow { display: flex; margin: auto; margin-right: 0; } .cogs-menu-divider { height: 2px; width: 100%; background: var(--cogs-greyscale-grey2); } .cogs-menu-footer { padding: 8px 4px; font-weight: 400; } .cogs-icon { display: inline-block; line-height: 0; } .cogs-custom-icon__loading { display: inline-block; position: relative; width: 16px; height: 16px; background: inherit; } .cogs-custom-icon__loading rect { animation: cognite-loading 0.4s linear infinite alternate; } .cogs-custom-icon__loading rect:nth-child(1) { left: 2px; animation-delay: -0.24s; } .cogs-custom-icon__loading rect:nth-child(2) { left: 8px; animation-delay: -0.12s; } .cogs-custom-icon__loading rect:nth-child(3) { left: 14px; animation-delay: 0; } @keyframes cognite-loading { 0% { y: 1px; height: 14px; } 100% { y: 4px; height: 7px; } } .cogs-switch { --cogs-switch-background: var(--cogs-greyscale-grey5); --cogs-switch-background--hover: var(--cogs-midblue-5); --cogs-switch-background--active: var(--cogs-primary); --cogs-switch-background-active: var(--cogs-primary); --cogs-switch-background-active--hover: var(--cogs-midblue-2); --cogs-switch-background-active--active: var(--cogs-midblue-1); display: inline-flex; } .cogs-switch .switch-ui { margin: 0 8px; } .switch-ui { width: 40px; height: 20px; background: var(--cogs-switch-background); border-radius: 32px; position: relative; transition: all 0.2s; cursor: pointer; display: inline-block; } .switch-ui:before { content: ''; background: white; border-radius: 100%; width: 14px; height: 14px; margin: 3px; left: 0; top: 0; position: absolute; transition: all 0.2s; display: block; box-shadow: var(--cogs-z-4); } .switch-ui:hover { background: var(--cogs-switch-background--hover); } .switch-ui:active, .switch-ui:focus { background: var(--cogs-switch-background--active); } .switch-ui.small { width: 32px; height: 16px; } .switch-ui.small:before { width: 12px; height: 12px; margin: 2px; } .switch-ui.checked, input[type='checkbox']:checked + .switch-ui { background: var(--cogs-switch-background-active); } .switch-ui.checked:before, input[type='checkbox']:checked + .switch-ui:before { left: calc(100% - 20px); } .switch-ui.checked.small:before, input[type='checkbox']:checked + .switch-ui.small:before { left: calc(100% - 16px); } .switch-ui.checked:hover, input[type='checkbox']:checked + .switch-ui:hover { background: var(--cogs-switch-background-active--hover); } .switch-ui.checked:active, input[type='checkbox']:checked + .switch-ui:active, .switch-ui.checked:focus, input[type='checkbox']:checked + .switch-ui:focus { background: var(--cogs-switch-background-active--active); } input[type='checkbox'] { position: absolute; left: -9999px; } .cogs-radio-active-state { border-color: var(--cogs-midblue); } .cogs-radio-active-state:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio { display: inline-flex; align-items: center; box-sizing: border-box; transition: all 0.2s; cursor: pointer; } @keyframes radio-checked-emergence { 0% { transform: scale(0); } 100% { transform: scale(1); } } .cogs-radio input[type='radio']:focus-within + .radio-ui { outline: var(--cogs-midblue) solid 1px; } .cogs-radio .radio-ui { width: 18px; height: 18px; margin: 1px 8px; position: relative; background: var(--cogs-white); border: 2px solid var(--cogs-greyscale-grey7); box-sizing: border-box; border-radius: 50%; } .cogs-radio .radio-ui:hover { border-color: var(--cogs-midblue); } .cogs-radio .radio-ui:active { border-color: var(--cogs-midblue); } .cogs-radio .radio-ui:active:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio input[type='radio']:checked + .radio-ui { border: 2px solid var(--cogs-midblue); outline: none; } .cogs-radio input[type='radio']:checked + .radio-ui:after { position: absolute; border-radius: 50%; width: 10px; height: 10px; background: var(--cogs-midblue); top: calc(50% - 10px / 2); left: calc(50% - 10px / 2); box-sizing: border-box; animation: radio-checked-emergence 0.2s; content: ''; } .cogs-radio input[type='radio']:checked + .radio-ui:hover { border-color: var(--cogs-midblue-2); } .cogs-radio input[type='radio']:checked + .radio-ui:hover:after { background: var(--cogs-midblue-2); } .cogs-radio input[type='radio']:checked + .radio-ui:active { border-color: var(--cogs-midblue-1); } .cogs-radio input[type='radio']:checked + .radio-ui:active:after { background: var(--cogs-midblue-1); } .cogs-radio.disabled { color: var(--cogs-greyscale-grey5); cursor: not-allowed; } .cogs-radio.disabled .radio-ui { border-color: var(--cogs-greyscale-grey5); } .cogs-radio.disabled .radio-ui:active:before { content: none; } .cogs-radio.disabled input[type='radio']:checked + .radio-ui { border-color: var(--cogs-greyscale-grey5); } .cogs-radio.disabled input[type='radio']:checked + .radio-ui:after { background: var(--cogs-greyscale-grey4); } .cogs-radio:hover input[type='radio']:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue); } .cogs-radio:hover input[type='radio']:checked:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue-2); } .cogs-radio:hover input[type='radio']:checked:not(:disabled) + .radio-ui:after { background: var(--cogs-midblue-2); } .cogs-radio:active input[type='radio']:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue); } .cogs-radio:active input[type='radio']:not(:disabled) + .radio-ui:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio:active input[type='radio']:checked:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue-1); } .cogs-radio:active input[type='radio']:checked:not(:disabled) + .radio-ui:after { background-color: var(--cogs-midblue-1); } .cogs-radio input[type='radio'] { position: absolute; left: -9999px; } .tippy-box[data-animation='fade'][data-state='hidden'] { opacity: 0; } .tippy-iOS { cursor: pointer !important; -webkit-tap-highlight-color: transparent; } [data-tippy-root] { max-width: calc(100vw - 10px); } .tippy-box { position: relative; background-color: #333; color: #fff; border-radius: 4px; font-size: 14px; line-height: 1.4; outline: 0; transition-property: transform, visibility, opacity; } .tippy-box[data-placement^='top'] > .tippy-arrow { bottom: 0; } .tippy-box[data-placement^='top'] > .tippy-arrow:before { bottom: -7px; left: 0; border-width: 8px 8px 0; border-top-color: initial; transform-origin: center top; } .tippy-box[data-placement^='bottom'] > .tippy-arrow { top: 0; } .tippy-box[data-placement^='bottom'] > .tippy-arrow:before { top: -7px; left: 0; border-width: 0 8px 8px; border-bottom-color: initial; transform-origin: center bottom; } .tippy-box[data-placement^='left'] > .tippy-arrow { right: 0; } .tippy-box[data-placement^='left'] > .tippy-arrow:before { border-width: 8px 0 8px 8px; border-left-color: initial; right: -7px; transform-origin: center left; } .tippy-box[data-placement^='right'] > .tippy-arrow { left: 0; } .tippy-box[data-placement^='right'] > .tippy-arrow:before { left: -7px; border-width: 8px 8px 8px 0; border-right-color: initial; transform-origin: center right; } .tippy-box[data-inertia][data-state='visible'] { transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); } .tippy-arrow { width: 16px; height: 16px; color: #333; } .tippy-arrow:before { content: ''; position: absolute; border-color: transparent; border-style: solid; } .tippy-content { position: relative; padding: 5px 9px; z-index: 1; }
src/assets/cogs.css
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&.css'); body { font-family: 'Inter', sans-serif; color: var(--cogs-text-color); } h5 { margin-bottom: 0; } .btn-reset { background: transparent; border: none; display: inherit; } .btn-reset:active, .btn-reset:focus { outline: none; } :root { --cogs-black: #1f1f1f; --cogs-white: #ffffff; --cogs-greyscale-grey1: #fafafa; --cogs-greyscale-grey2: #f5f5f5; --cogs-greyscale-grey3: #e8e8e8; --cogs-greyscale-grey4: #d9d9d9; --cogs-greyscale-grey5: #bfbfbf; --cogs-greyscale-grey6: #8c8c8c; --cogs-greyscale-grey7: #595959; --cogs-greyscale-grey8: #404040; --cogs-greyscale-grey9: #333333; --cogs-greyscale-grey10: #262626; --cogs-lightblue: #24d8ed; --cogs-lightblue-1: #0f6d8a; --cogs-lightblue-2: #1aa3c1; --cogs-lightblue-3: #24d8ed; --cogs-lightblue-4: #50e0f1; --cogs-lightblue-5: #91ebf5; --cogs-lightblue-6: #d3f7fb; --cogs-lightblue-7: #eafcfe; --cogs-lightblue-8: #f4fdfe; --cogs-midblue: #4a67fb; --cogs-midblue-1: #2b3a88; --cogs-midblue-2: #4255bb; --cogs-midblue-3: #4a67fb; --cogs-midblue-4: #6e85fc; --cogs-midblue-5: #a4b2fc; --cogs-midblue-6: #dbe1fe; --cogs-midblue-7: #edf0ff; --cogs-midblue-8: #f6f7ff; --cogs-midorange: #ff6918; --cogs-midorange-1: #ae1f00; --cogs-midorange-2: #cc512b; --cogs-midorange-3: #ff6918; --cogs-midorange-4: #ff8746; --cogs-midorange-5: #ffb38b; --cogs-midorange-6: #ffe1d1; --cogs-midorange-7: #fff0e8; --cogs-midorange-8: #fff7f3; --cogs-pink: #fc2574; --cogs-pink-1: #8d1e47; --cogs-pink-2: #c13670; --cogs-pink-3: #fc2574; --cogs-pink-4: #fd5190; --cogs-pink-5: #fd91b9; --cogs-pink-6: #fed3e3; --cogs-pink-7: #ffeaf2; --cogs-pink-8: #fff4f8; --cogs-purple: #c945db; --cogs-purple-1: #642175; --cogs-purple-2: #923fa7; --cogs-purple-3: #c945db; --cogs-purple-4: #d46ae2; --cogs-purple-5: #e3a1ec; --cogs-purple-6: #f4daf8; --cogs-purple-7: #faedfc; --cogs-purple-8: #fcf5fd; --cogs-yellow: #ffbb00; --cogs-yellow-1: #d27200; --cogs-yellow-2: #eb9b00; --cogs-yellow-3: #ffbb00; --cogs-yellow-4: #ffc933; --cogs-yellow-5: #ffdc7f; --cogs-yellow-6: #fff1cc; --cogs-yellow-7: #fff9e6; --cogs-yellow-8: #fffbf2; --cogs-danger: #e32351; --cogs-warning: #ffbb00; --cogs-success: #2acf58; --cogs-gradient-dawn: linear-gradient(45deg, var(--cogs-lightblue) 0%, var(--cogs-midblue) 100%); --cogs-gradient-dusk: linear-gradient(45deg, var(--cogs-purple) 0%, var(--cogs-pink) 100%); --cogs-gradient-midnightblue: linear-gradient(45deg, var(--cogs-midblue) 0%, var(--cogs-purple) 100%); --cogs-gradient-sunrise: linear-gradient(45deg, var(--cogs-midorange) 0%, var(--cogs-yellow) 100%); --cogs-gradient-sunset: linear-gradient(45deg, var(--cogs-pink) 0%, var(--cogs-yellow) 100%); --cogs-primary: var(--cogs-midblue); --cogs-text-color: var(--cogs-greyscale-grey10); --cogs-text-color-secondary: var(--cogs-greyscale-grey7); } :root { --cogs-z-1: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06); --cogs-z-2: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06); --cogs-z-4: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06); --cogs-z-6: 0px 6px 8px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.06); --cogs-z-8: 0px 8px 12px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.06); --cogs-z-12: 0px 12px 16px rgba(0, 0, 0, 0.1), 0px 6px 8px rgba(0, 0, 0, 0.06); --cogs-z-16: 0px 16px 20px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.06); --cogs-z-24: 0px 24px 28px rgba(0, 0, 0, 0.1), 0px 10px 12px rgba(0, 0, 0, 0.06); } .z-1 { box-shadow: var(--cogs-z-1); } .z-2 { box-shadow: var(--cogs-z-2); } .z-4 { box-shadow: var(--cogs-z-4); } .z-6 { box-shadow: var(--cogs-z-6); } .z-8 { box-shadow: var(--cogs-z-8); } .z-12 { box-shadow: var(--cogs-z-12); } .z-16 { box-shadow: var(--cogs-z-16); } .z-24 { box-shadow: var(--cogs-z-24); } :root { --cogs-d1-color: var(--cogs-text-color); --cogs-d1-font-size: 80px; --cogs-d1-line-height: 96px; --cogs-d1-letter-spacing: -0.04em; --cogs-d2-color: var(--cogs-text-color); --cogs-d2-font-size: 48px; --cogs-d2-line-height: 52px; --cogs-d2-letter-spacing: -0.02em; --cogs-t1-color: var(--cogs-text-color); --cogs-t1-font-size: 36px; --cogs-t1-line-height: 48px; --cogs-t1-letter-spacing: -0.02em; --cogs-t2-color: var(--cogs-text-color); --cogs-t2-font-size: 28px; --cogs-t2-line-height: 32px; --cogs-t2-letter-spacing: 0em; --cogs-t3-color: var(--cogs-text-color); --cogs-t3-font-size: 24px; --cogs-t3-line-height: 32px; --cogs-t3-letter-spacing: 0em; --cogs-t4-color: var(--cogs-text-color); --cogs-t4-font-size: 18px; --cogs-t4-line-height: 24px; --cogs-t4-letter-spacing: 0em; --cogs-t5-color: var(--cogs-text-color); --cogs-t5-font-size: 16px; --cogs-t5-line-height: 20px; --cogs-t5-letter-spacing: -0.01em; --cogs-t6-color: var(--cogs-text-color); --cogs-t6-font-size: 14px; --cogs-t6-line-height: 20px; --cogs-t6-letter-spacing: -0.01em; --cogs-o1-color: var(--cogs-black); --cogs-o1-font-size: 14px; --cogs-o1-line-height: 16px; --cogs-o1-letter-spacing: 1.4px; --cogs-o2-color: var(--cogs-black); --cogs-o2-font-size: 12px; --cogs-o2-line-height: 16px; --cogs-o2-letter-spacing: 1px; --cogs-o3-color: var(--cogs-black); --cogs-o3-font-size: 10px; --cogs-o3-line-height: 16px; --cogs-o3-letter-spacing: 0; --cogs-b1-color: var(--cogs-text-color); --cogs-b1-font-size: 16px; --cogs-b1-line-height: 24px; --cogs-b1-letter-spacing: 0; --cogs-b2-color: var(--cogs-text-color); --cogs-b2-font-size: 13px; --cogs-b2-line-height: 20px; --cogs-b2-letter-spacing: -0.001em; --cogs-b3-color: var(--cogs-text-color); --cogs-b3-font-size: 12px; --cogs-b3-line-height: 16px; --cogs-b3-letter-spacing: -0.004em; --cogs-micro-color: var(--cogs-text-color); --cogs-micro-font-size: 10px; --cogs-micro-line-height: 12px; --cogs-micro-letter-spacing: -0.004em; } [class^='cogs-title-'], [class^='cogs-display-'], [class^='cogs-overline-'] { margin: 0; padding: 0; font-weight: 600; font-feature-settings: 'salt' on; font-feature-settings: 'cv08' on; } .cogs-title-1 { color: var(--cogs-t1-color); font-size: var(--cogs-t1-font-size); line-height: var(--cogs-t1-font-size); letter-spacing: var(--cogs-t1-letter-spacing); } .cogs-title-2 { color: var(--cogs-t2-color); font-size: var(--cogs-t2-font-size); line-height: var(--cogs-t2-font-size); letter-spacing: var(--cogs-t2-letter-spacing); } .cogs-title-3 { color: var(--cogs-t3-color); font-size: var(--cogs-t3-font-size); line-height: var(--cogs-t3-font-size); letter-spacing: var(--cogs-t3-letter-spacing); } .cogs-title-4 { color: var(--cogs-t4-color); font-size: var(--cogs-t4-font-size); line-height: var(--cogs-t4-font-size); letter-spacing: var(--cogs-t4-letter-spacing); } .cogs-title-5 { color: var(--cogs-t5-color); font-size: var(--cogs-t5-font-size); line-height: var(--cogs-t5-font-size); letter-spacing: var(--cogs-t5-letter-spacing); font-weight: 600; } .cogs-title-6 { color: var(--cogs-t6-color); font-size: var(--cogs-t6-font-size); line-height: var(--cogs-t6-font-size); letter-spacing: var(--cogs-t6-letter-spacing); font-weight: 600; } .cogs-display-1 { color: var(--cogs-d1-color); font-size: var(--cogs-d1-font-size); line-height: var(--cogs-d1-font-size); letter-spacing: var(--cogs-d1-letter-spacing); font-weight: 700; } .cogs-display-2 { color: var(--cogs-d2-color); font-size: var(--cogs-d2-font-size); line-height: var(--cogs-d2-font-size); letter-spacing: var(--cogs-d2-letter-spacing); font-weight: 700; } .cogs-overline-1 { color: var(--cogs-o1-color); font-size: var(--cogs-o1-font-size); line-height: var(--cogs-o1-font-size); letter-spacing: var(--cogs-o1-letter-spacing); text-transform: uppercase; } .cogs-overline-2 { color: var(--cogs-o2-color); font-size: var(--cogs-o2-font-size); line-height: var(--cogs-o2-font-size); letter-spacing: var(--cogs-o2-letter-spacing); font-weight: 600; text-transform: uppercase; } .cogs-overline-3 { color: var(--cogs-o3-color); font-size: var(--cogs-o3-font-size); line-height: var(--cogs-o3-font-size); letter-spacing: var(--cogs-o3-letter-spacing); font-weight: 500; text-transform: uppercase; } .cogs-body-1 { color: var(--cogs-b1-color); font-size: var(--cogs-b1-font-size); line-height: var(--cogs-b1-font-size); letter-spacing: var(--cogs-b1-letter-spacing); } .cogs-body-2 { color: var(--cogs-b2-color); font-size: var(--cogs-b2-font-size); line-height: var(--cogs-b2-font-size); letter-spacing: var(--cogs-b2-letter-spacing); } .cogs-body-3 { color: var(--cogs-b3-color); font-size: var(--cogs-b3-font-size); line-height: var(--cogs-b3-font-size); letter-spacing: var(--cogs-b3-letter-spacing); } .cogs-micro { color: var(--cogs-micro-color); font-size: var(--cogs-micro-font-size); line-height: var(--cogs-micro-font-size); letter-spacing: var(--cogs-micro-letter-spacing); } a, .cogs-anchor { color: var(--cogs-primary); text-decoration: none; } a:hover, .cogs-anchor:hover { color: var(--cogs-midblue-2); } a:active, .cogs-anchor:active, a:focus, .cogs-anchor:focus { color: var(--cogs-midblue-3); } strong, .strong { font-weight: 500; } .cogs-avatar { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; background: var(--cogs-midorange); text-transform: uppercase; color: white; font-size: 14px; font-weight: bold; border-radius: 100%; } .cogs-badge { border-radius: 100px; padding: 1px 8px; color: white; margin: 0 4px; display: inline-block; position: relative; overflow: hidden; outline: none; border: none; } .cogs-badge:before { content: ''; position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%; background: white; transition: 0.2s all; } .cogs-badge:hover:before { opacity: 0.1; } .cogs-badge:active:before { background: black; opacity: 0.1; } html { --cogs-black: #1f1f1f; } .cogs-btn { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; } .cogs-btn:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn:disabled, .cogs-btn:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn.cogs-btn-outline:disabled, .cogs-btn.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn.cogs-btn-ghost:disabled, .cogs-btn.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-secondary { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; background: var(--cogs-btn-color-secondary); color: #404040; } .cogs-btn-secondary:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn-secondary:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn-secondary:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn-secondary:disabled, .cogs-btn-secondary:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn-secondary.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn-secondary.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-secondary.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-secondary.cogs-btn-outline:disabled, .cogs-btn-secondary.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn-secondary.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn-secondary.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn-secondary.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn-secondary.cogs-btn-ghost:disabled, .cogs-btn-secondary.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-secondary:hover { background: var(--cogs-btn-color-secondary--hover); color: #404040; } .cogs-btn-secondary:disabled, .cogs-btn-secondary:hover:disabled { background: var(--cogs-btn-color-secondary--disabled); color: #8c8c8c; } .cogs-btn-secondary:active { background: var(--cogs-btn-color-secondary--active); color: #404040; } .cogs-btn-secondary:focus { background: var(--cogs-btn-color-secondary); color: #404040; } .cogs-btn-secondary.cogs-btn-outline { border: 1px solid #a3a3a3; color: #262626; } .cogs-btn-secondary.cogs-btn-outline:focus { background: transparent; } .cogs-btn-secondary.cogs-btn-outline:hover, .cogs-btn-secondary.cogs-btn-outline:active { color: var(--cogs-btn-color-primary); border: 1px solid var(--cogs-btn-color-primary); background: #f6f7ff; } .cogs-btn-secondary.cogs-btn-ghost { color: #262626; } .cogs-btn-secondary.cogs-btn-ghost:active { color: #262626; } .cogs-btn-danger { --cogs-btn-color-primary: var(--cogs-primary); --cogs-btn-color-primary--hover: #1c3de3; --cogs-btn-color-primary--active: #1933b2; --cogs-btn-color-primary--disabled: #959595; --cogs-btn-color-secondary: #e8e8ec; --cogs-btn-color-secondary--hover: #dadae0; --cogs-btn-color-secondary--active: #dadae0; --cogs-btn-color-secondary--disabled: #f2f2f2; --cogs-btn-color-danger: #db0657; --cogs-btn-color-danger--hover: #ca174d; --cogs-btn-color-danger--active: #b62648; --cogs-btn-color-danger--disabled: #959595; --cogs-btn-border-radius: 4px; --cogs-btn-hover-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 0px rgba(0, 0, 0, 0.14); --cogs-btn-active-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.2); font-size: 14px; border-radius: var(--cogs-btn-border-radius); padding: 8px 16px; line-height: 1; background: var(--cogs-btn-color-primary); color: white; font-weight: 600; border: none; transition: 0.3s all; cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center; background: var(--cogs-btn-color-danger); } .cogs-btn-danger:hover { background: var(--cogs-btn-color-primary--hover); box-shadow: var(--cogs-btn-hover-shadow); color: white; } .cogs-btn-danger:focus { background: var(--cogs-btn-color-primary); color: white; box-shadow: 0 0 4px 1px var(--cogs-btn-color-primary--active); } .cogs-btn-danger:active { background: var(--cogs-btn-color-primary--active); box-shadow: var(--cogs-btn-active-shadow); color: white; } .cogs-btn-danger:disabled, .cogs-btn-danger:hover:disabled { background: #959595; color: #f2f2f2; } .cogs-btn-danger.cogs-btn-outline { background: transparent; border: 1px solid var(--cogs-btn-color-primary); color: var(--cogs-btn-color-primary); } .cogs-btn-danger.cogs-btn-outline:hover { background: #f6f7ff; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-danger.cogs-btn-outline:active { background: #dbe1fe; color: var(--cogs-btn-color-primary--hover); } .cogs-btn-danger.cogs-btn-outline:disabled, .cogs-btn-danger.cogs-btn-outline:hover:disabled { background: transparent; color: #8c8c8c; border: 1px solid #bfbfbf; } .cogs-btn-danger.cogs-btn-ghost { background: transparent; border: none; color: var(--cogs-btn-color-primary); } .cogs-btn-danger.cogs-btn-ghost:hover { background: #e8e8ec; box-shadow: none; } .cogs-btn-danger.cogs-btn-ghost:active { color: #1933b2; background: #d1d1dc; } .cogs-btn-danger.cogs-btn-ghost:disabled, .cogs-btn-danger.cogs-btn-ghost:hover:disabled { background: transparent; color: #8c8c8c; border: none; } .cogs-btn-danger:hover { background: var(--cogs-btn-color-danger--hover); } .cogs-btn-danger:active { background: var(--cogs-btn-color-danger--active); } .cogs-btn-danger:focus { box-shadow: 0 0 4px 2px var(--cogs-btn-color-danger--active); background: var(--cogs-btn-color-danger); color: white; } .cogs-btn-danger:active { background: var(--cogs-btn-color-danger--active); color: white; } .cogs-btn-danger.cogs-btn-outline { border: 1px solid var(--cogs-btn-color-danger); color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-outline:focus { background: transparent; } .cogs-btn-danger.cogs-btn-outline:active { background: #feebf3; color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-outline:hover { background: #fff5f9; color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-ghost { color: var(--cogs-btn-color-danger); } .cogs-btn-danger.cogs-btn-ghost:hover { background: #ffebf2; } .cogs-btn-danger.cogs-btn-ghost:focus { background: #ffebf2; } .cogs-btn-danger.cogs-btn-ghost:active { color: var(--cogs-btn-color-danger); background: #edd4de; } .cogs-btn-link { padding: 0; margin: 0; color: var(--cogs-btn-color-primary); background: none; } .cogs-btn-link:hover { color: var(--cogs-btn-color-primary--hover); background: none; box-shadow: none; } .cogs-btn-link:hover, .cogs-btn-link:focus { color: var(--cogs-btn-color-primary--active); background: none; box-shadow: none; } .cogs-btn-tiny { padding: 4px 12px; } .cogs-btn-large { padding: 8px 20px; font-size: 16px; } .cogs-btn-block { display: flex; width: 100%; } .cogs-btn-loading { opacity: 0.7; } .cogs-btn-unstyled { border: none; margin: 0; padding: 0; width: auto; overflow: visible; border-radius: 0; background: transparent; /* inherit font & color from ancestor */ color: inherit; font: inherit; /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ line-height: normal; /* Corrects font smoothing for webkit */ -webkit-font-smoothing: inherit; -moz-osx-font-smoothing: inherit; /* Corrects inability to style clickable `input` types in iOS */ -webkit-appearance: none; } .cogs-btn-unstyled, .cogs-btn-unstyled:hover, .cogs-btn-unstyled:focus, .cogs-btn-unstyled:active { background: inherit; border: inherit; color: inherit; font-weight: inherit; display: inherit; box-shadow: inherit; } .cogs.checkbox-disabled { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs.checkbox-disabled:after { content: none; } .cogs-checkbox { --cogs-checkbox-primary: #4967fb; display: inline-flex; align-items: center; box-sizing: border-box; transition: all 0.2s; cursor: pointer; } @keyframes checkmark-emergence { 0% { height: 0; } 100% { height: 11.25px; } } .cogs-checkbox .checkbox-ui { position: relative; border: 2px solid var(--cogs-greyscale-grey7); box-sizing: border-box; border-radius: 2px; width: 18px; height: 18px; margin: 1px 8px; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-checkbox-primary); border-color: var(--cogs-checkbox-primary); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui:before { width: 6.25px; height: 11.25px; position: absolute; display: table; border: 2.25px solid var(--cogs-white); border-top: 0; border-left: 0; transform: rotate(45deg) translate(-50%, -50%); opacity: 1; top: 6px; left: 18%; right: 25%; animation: checkmark-emergence 0.2s; content: ' '; } .cogs-checkbox input[type='checkbox']:checked + .checkbox-ui:after { content: none; } .cogs-checkbox .checkbox-ui.indeterminate { border: 2px solid var(--cogs-black); box-shadow: none; border-radius: 1px; } .cogs-checkbox .checkbox-ui.indeterminate:before { position: absolute; left: 2px; top: 2px; width: 10px; height: 10px; background: #304ffe; transition: all 0.2s; content: ''; } .cogs-checkbox.disabled { cursor: not-allowed; color: var(--cogs-greyscale-grey5); } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui { cursor: not-allowed; background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:hover { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:hover:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:active { background: var(--cogs-greyscale-grey2); border: 2px solid var(--cogs-greyscale-grey5); box-shadow: none; border-radius: 1px; } .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui:active:after { content: none; } .cogs-checkbox input[type='checkbox']:disabled:checked + .checkbox-ui, .cogs-checkbox input[type='checkbox']:disabled + .checkbox-ui.indeterminate:before { background: var(--cogs-greyscale-grey4); } .cogs-checkbox:hover:not(.disabled) .checkbox-ui { border-color: var(--cogs-midblue); border-radius: 1px; } .cogs-checkbox:hover:not(.disabled) input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-midblue-2); border-color: var(--cogs-midblue-2); } .cogs-checkbox:active:not(.disabled) .checkbox-ui { background: var(--cogs-midblue-6); border-radius: 1px; border-color: var(--cogs-midblue); } .cogs-checkbox:active:not(.disabled) .checkbox-ui:after { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-checkbox:active:not(.disabled) input[type='checkbox']:checked + .checkbox-ui { background: var(--cogs-midblue-1); border-color: var(--cogs-midblue-1); } .cogs-checkbox:active:not(.disabled) .checkbox-ui.indeterminate { background: var(--cogs-midblue-6); } .cogs-checkbox:active:not(.disabled) .checkbox-ui.indeterminate:after { content: none; } .cogs-checkbox input[type='checkbox'] { position: absolute; left: -9999px; } .cogs-collapse { color: #444; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; } .cogs-panel { background: white; border: 1px solid var(--cogs-greyscale-grey4); overflow: hidden; } .cogs-panel:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .cogs-panel:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .cogs-panel .cogs-panel-header { width: 100%; background: var(--cogs-greyscale-grey3); display: block; text-align: left; padding: 8px; } .cogs-panel .cogs-panel-content-wrapper { background: white; transition: 0.2s max-height; } .cogs-panel .cogs-panel-content-wrapper .cogs-panel-content { padding: 8px; } .cogs-row { display: grid; grid-template-columns: repeat(24, 1fr); grid-gap: 8px; } .cogs-input-placeholder-to-top { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input-font { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); } .cogs-input-container > * { transition: 0.2s all; } .cogs-input-container { transition: 0.3s all; text-align: left; font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); } .cogs-input-container .title { display: block; font-size: 13px; font-weight: 500; line-height: 20px; margin-bottom: 4px; text-transform: capitalize; color: var(--cogs-greyscale-grey8); } .cogs-input-container .error-space { color: var(--cogs-greyscale-grey8); font-size: 13px; line-height: 16px; margin-top: 4px; } .cogs-input-container .title-as-placeholder-wrapper { display: flex; } .cogs-input-container .addons-input-wrapper { display: flex; } .cogs-input-container .input-wrapper { display: flex; position: relative; } .cogs-input-container .input-icon { position: absolute; top: calc(50% - 16px / 2); width: 16px; height: 16px; display: flex; justify-content: center; align-items: center; } .cogs-input-container .input-prefix, .cogs-input-container .input-postfix { background-color: var(--cogs-greyscale-grey3); border: 1px solid #94949f; box-sizing: border-box; padding: 0 8px; display: inline-flex; align-items: center; } .cogs-input-container .input-prefix { order: -1; border-radius: 4px 0 0 4px; } .cogs-input-container .input-postfix { border-radius: 0 4px 4px 0; } .cogs-input-container .input-prefix:not(.cogs-input-no-border) { border-right: none; } .cogs-input-container .input-postfix:not(.cogs-input-no-border) { border-left: none; } .cogs-input-container .input-prefix-node { order: -1; } .cogs-input-container .input-prefix-node > * { border-top-right-radius: 0; border-bottom-right-radius: 0; } .cogs-input-container .input-postfix-node > * { border-top-left-radius: 0; border-bottom-left-radius: 0; } .cogs-input-container .input-prefix-node, .cogs-input-container .input-postfix-node { display: inline-flex; } .cogs-input-container .input-clear-button { position: absolute; top: calc(50% - 32px / 2); right: 4px; width: 32px; height: 32px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%); } .cogs-input { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); --cogs-input-hover-border: 1px solid var(--cogs-midblue-4); --cogs-input-bordered-shadow: 0 0 0 1px var(--cogs-midblue-4) inset; --cogs-input-default-border-color: #94949f; --cogs-input-hover-background: rgba(246, 247, 255, 0.64); --cogs-input-default-height: 36px; --cogs-title-as-placeholder-height: 40px; --cogs-title-as-placeholder-side-padding: 12px; --cogs-title-as-placeholder-with-icon-side-padding: 34px; --cogs-input-side-padding: 16px; --cogs-input-with-icon-side-padding: 38px; height: var(--cogs-input-default-height); border-radius: 4px; padding: 0 var(--cogs-input-side-padding); caret-color: var(--cogs-color-black); outline: none; border: 1px solid var(--cogs-input-default-border-color); box-sizing: border-box; } .cogs-input::placeholder { color: var(--cogs-greyscale-grey6); } .cogs-input:disabled { cursor: not-allowed; } .cogs-input.with-prefix { border-top-left-radius: 0; border-bottom-left-radius: 0; } .cogs-input.with-postfix { border-top-right-radius: 0; border-bottom-right-radius: 0; } .cogs-input.cogs-input-default:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .cogs-input.cogs-input-default:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .cogs-input.cogs-input-default:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .cogs-input.cogs-input-default:invalid, .cogs-input.cogs-input-default.has-error { border-color: var(--cogs-danger); box-shadow: none; } .cogs-input.cogs-input-default:invalid:hover, .cogs-input.cogs-input-default.has-error:hover { background: var(--cogs-white); } .cogs-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .cogs-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .cogs-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .cogs-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .cogs-input.cogs-input-no-border:invalid, .cogs-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .cogs-input.cogs-input-no-border:invalid:hover, .cogs-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .cogs-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .cogs-input.with-icon-left { padding-left: var(--cogs-input-with-icon-side-padding); } .cogs-input.with-icon-left ~ .input-icon { left: 16px; } .cogs-input.with-icon-left ~ .input-clear-button { right: 4px; } .cogs-input.with-icon-right { padding-right: var(--cogs-input-with-icon-side-padding); } .cogs-input.with-icon-right ~ .input-icon { right: 16px; } .cogs-input.with-icon-right ~ .input-clear-button { right: 32px; } .cogs-input.cogs-input-title-as-placeholder { height: var(--cogs-title-as-placeholder-height); padding: 0 var(--cogs-title-as-placeholder-side-padding); } .cogs-input.cogs-input-title-as-placeholder:not(:placeholder-shown) { padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder:not(:placeholder-shown) ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder.placeholder-not-shown { padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder.placeholder-not-shown ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .cogs-input.cogs-input-title-as-placeholder:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); padding-top: 16px; padding-bottom: 4px; } .cogs-input.cogs-input-title-as-placeholder:focus ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .cogs-input.cogs-input-title-as-placeholder:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .cogs-input.cogs-input-title-as-placeholder:invalid, .cogs-input.cogs-input-title-as-placeholder.has-error { border-color: var(--cogs-danger); box-shadow: none; } .cogs-input.cogs-input-title-as-placeholder:invalid:hover, .cogs-input.cogs-input-title-as-placeholder.has-error:hover { background: var(--cogs-white); } .cogs-input.cogs-input-title-as-placeholder ~ .placeholder { color: var(--cogs-greyscale-grey6); line-height: 16px; position: absolute; top: calc(50% - 16px / 2); left: 12px; transition: 0.3s all; pointer-events: none; } .cogs-input.cogs-input-title-as-placeholder.with-icon-left { padding-left: var(--cogs-title-as-placeholder-with-icon-side-padding); } .cogs-input.cogs-input-title-as-placeholder.with-icon-left ~ .placeholder { left: 34px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-left ~ .input-icon { left: 12px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-right { padding-right: var(--cogs-title-as-placeholder-with-icon-side-padding); } .cogs-input.cogs-input-title-as-placeholder.with-icon-right ~ .placeholder { right: 34px; } .cogs-input.cogs-input-title-as-placeholder.with-icon-right ~ .input-icon { right: 12px; } .cogs-input-tiny { height: 24px; } .cogs-input-tiny ~ .input-clear-button { top: calc(50% - 20px / 2); height: 20px; } .cogs-input-large { height: 40px; } .cogs-input-large ~ .input-clear-button { top: calc(50% - 36px / 2); height: 36px; } .ant-input { font-style: normal; font-weight: 400; font-size: var(--cogs-font-size-sm); line-height: 20px; color: var(--cogs-greyscale-grey10); --cogs-input-hover-border: 1px solid var(--cogs-midblue-4); --cogs-input-bordered-shadow: 0 0 0 1px var(--cogs-midblue-4) inset; --cogs-input-default-border-color: #94949f; --cogs-input-hover-background: rgba(246, 247, 255, 0.64); --cogs-input-default-height: 36px; --cogs-title-as-placeholder-height: 40px; --cogs-title-as-placeholder-side-padding: 12px; --cogs-title-as-placeholder-with-icon-side-padding: 34px; --cogs-input-side-padding: 16px; --cogs-input-with-icon-side-padding: 38px; height: var(--cogs-input-default-height); border-radius: 4px; padding: 0 var(--cogs-input-side-padding); caret-color: var(--cogs-color-black); outline: none; border: 1px solid var(--cogs-input-default-border-color); box-sizing: border-box; } .ant-input::placeholder { color: var(--cogs-greyscale-grey6); } .ant-input:disabled { cursor: not-allowed; } .ant-input.with-prefix { border-top-left-radius: 0; border-bottom-left-radius: 0; } .ant-input.with-postfix { border-top-right-radius: 0; border-bottom-right-radius: 0; } .ant-input.cogs-input-default:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input.cogs-input-default:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .ant-input.cogs-input-default:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input.cogs-input-default:invalid, .ant-input.cogs-input-default.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input.cogs-input-default:invalid:hover, .ant-input.cogs-input-default.has-error:hover { background: var(--cogs-white); } .ant-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .ant-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .ant-input.cogs-input-no-border:invalid, .ant-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .ant-input.cogs-input-no-border:invalid:hover, .ant-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .ant-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .ant-input.with-icon-left { padding-left: var(--cogs-input-with-icon-side-padding); } .ant-input.with-icon-left ~ .input-icon { left: 16px; } .ant-input.with-icon-left ~ .input-clear-button { right: 4px; } .ant-input.with-icon-right { padding-right: var(--cogs-input-with-icon-side-padding); } .ant-input.with-icon-right ~ .input-icon { right: 16px; } .ant-input.with-icon-right ~ .input-clear-button { right: 32px; } .ant-input.cogs-input-title-as-placeholder { height: var(--cogs-title-as-placeholder-height); padding: 0 var(--cogs-title-as-placeholder-side-padding); } .ant-input.cogs-input-title-as-placeholder:not(:placeholder-shown) { padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder:not(:placeholder-shown) ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder.placeholder-not-shown { padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder.placeholder-not-shown ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input.cogs-input-title-as-placeholder:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); padding-top: 16px; padding-bottom: 4px; } .ant-input.cogs-input-title-as-placeholder:focus ~ .placeholder { top: calc(50% - 12px / 2 - 10px); font-weight: 500; font-size: 10px; line-height: 16px; color: var(--cogs-greyscale-grey8); } .ant-input.cogs-input-title-as-placeholder:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input.cogs-input-title-as-placeholder:invalid, .ant-input.cogs-input-title-as-placeholder.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input.cogs-input-title-as-placeholder:invalid:hover, .ant-input.cogs-input-title-as-placeholder.has-error:hover { background: var(--cogs-white); } .ant-input.cogs-input-title-as-placeholder ~ .placeholder { color: var(--cogs-greyscale-grey6); line-height: 16px; position: absolute; top: calc(50% - 16px / 2); left: 12px; transition: 0.3s all; pointer-events: none; } .ant-input.cogs-input-title-as-placeholder.with-icon-left { padding-left: var(--cogs-title-as-placeholder-with-icon-side-padding); } .ant-input.cogs-input-title-as-placeholder.with-icon-left ~ .placeholder { left: 34px; } .ant-input.cogs-input-title-as-placeholder.with-icon-left ~ .input-icon { left: 12px; } .ant-input.cogs-input-title-as-placeholder.with-icon-right { padding-right: var(--cogs-title-as-placeholder-with-icon-side-padding); } .ant-input.cogs-input-title-as-placeholder.with-icon-right ~ .placeholder { right: 34px; } .ant-input.cogs-input-title-as-placeholder.with-icon-right ~ .input-icon { right: 12px; } .ant-input:hover { background: var(--cogs-input-hover-background); border: var(--cogs-input-hover-border); } .ant-input:focus { background: var(--cogs-white); box-shadow: var(--cogs-input-bordered-shadow); border-color: var(--cogs-midblue-4); } .ant-input:disabled { background: var(--cogs-greyscale-grey3); border-color: var(--cogs-greyscale-grey5); } .ant-input:invalid, .ant-input.has-error { border-color: var(--cogs-danger); box-shadow: none; } .ant-input:invalid:hover, .ant-input.has-error:hover { background: var(--cogs-white); } .ant-input:focus { border-color: var(--cogs-midblue-4); border-right-width: 2px !important; } .ant-input.cogs-input-no-border { background: var(--cogs-greyscale-grey2); border: none; } .ant-input.cogs-input-no-border:hover { background: var(--cogs-input-hover-background); box-shadow: inset 0px -1px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:focus { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-midblue-4); } .ant-input.cogs-input-no-border:disabled { background: var(--cogs-greyscale-grey3); box-shadow: none; } .ant-input.cogs-input-no-border:invalid, .ant-input.cogs-input-no-border.has-error { background: var(--cogs-greyscale-grey1); box-shadow: inset 0px -2px 0px 0px var(--cogs-danger); } .ant-input.cogs-input-no-border:invalid:hover, .ant-input.cogs-input-no-border.has-error:hover { background: var(--cogs-greyscale-grey1); } .ant-input.cogs-input-no-border ~ .input-clear-button { background: var(--cogs-greyscale-grey2); background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 20%, #fafafa 100%); } .ant-input.ant-input-sm { height: 24px; } .ant-input.ant-input-lg { height: 40px; } .cogs-menu { border: 1px solid #e8e8e8; background: white; padding: 8px; display: flex; flex-direction: column; min-width: 200px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.4); border-radius: 4px; } .cogs-menu-header { color: var(--cogs-greyscale-grey7); font-size: 12px; text-transform: uppercase; font-weight: 600; text-align: left; padding: 8px 12px 8px 8px; } .cogs-menu-item { background: transparent; border: none; display: inherit; display: flex; position: relative; align-items: center; width: 100%; padding: 8px; font-size: 14px; font-weight: normal; } .cogs-menu-item:active, .cogs-menu-item:focus { outline: none; } .cogs-menu-item:hover, .cogs-menu-item.hover { background: rgba(0, 0, 0, 0.08); } .cogs-menu-item:focus { outline: auto 5px -webkit-focus-ring-color; } .cogs-menu-item:active, .cogs-menu-item.active { background: rgba(0, 0, 0, 0.12); } .cogs-menu-item:focus:hover { background: rgba(0, 0, 0, 0.2); } button.cogs-menu-item, a.cogs-menu-item { cursor: pointer; } .cogs-menu-item.selected { color: var(--cogs-midblue); } .cogs-menu-item.disabled { color: var(--cogs-greyscale-grey6); cursor: default; } .cogs-menu-item .cogs-menu-submenu { border: 1px solid #e8e8e8; background: white; padding: 8px; display: flex; flex-direction: column; min-width: 200px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.4); border-radius: 4px; display: none; position: absolute; left: 100%; top: 0; } .cogs-menu-item:hover .cogs-menu-submenu, .cogs-menu-item:active .cogs-menu-submenu, .cogs-menu-item:focus-within .cogs-menu-submenu, .cogs-menu-item:focus .cogs-menu-submenu { display: flex; } .cogs-menu-item .cogs-icon { margin-right: 8px; } .cogs-menu-item .cogs-menu-arrow { display: flex; margin: auto; margin-right: 0; } .cogs-menu-divider { height: 2px; width: 100%; background: var(--cogs-greyscale-grey2); } .cogs-menu-footer { padding: 8px 4px; font-weight: 400; } .cogs-icon { display: inline-block; line-height: 0; } .cogs-custom-icon__loading { display: inline-block; position: relative; width: 16px; height: 16px; background: inherit; } .cogs-custom-icon__loading rect { animation: cognite-loading 0.4s linear infinite alternate; } .cogs-custom-icon__loading rect:nth-child(1) { left: 2px; animation-delay: -0.24s; } .cogs-custom-icon__loading rect:nth-child(2) { left: 8px; animation-delay: -0.12s; } .cogs-custom-icon__loading rect:nth-child(3) { left: 14px; animation-delay: 0; } @keyframes cognite-loading { 0% { y: 1px; height: 14px; } 100% { y: 4px; height: 7px; } } .cogs-switch { --cogs-switch-background: var(--cogs-greyscale-grey5); --cogs-switch-background--hover: var(--cogs-midblue-5); --cogs-switch-background--active: var(--cogs-primary); --cogs-switch-background-active: var(--cogs-primary); --cogs-switch-background-active--hover: var(--cogs-midblue-2); --cogs-switch-background-active--active: var(--cogs-midblue-1); display: inline-flex; } .cogs-switch .switch-ui { margin: 0 8px; } .switch-ui { width: 40px; height: 20px; background: var(--cogs-switch-background); border-radius: 32px; position: relative; transition: all 0.2s; cursor: pointer; display: inline-block; } .switch-ui:before { content: ''; background: white; border-radius: 100%; width: 14px; height: 14px; margin: 3px; left: 0; top: 0; position: absolute; transition: all 0.2s; display: block; box-shadow: var(--cogs-z-4); } .switch-ui:hover { background: var(--cogs-switch-background--hover); } .switch-ui:active, .switch-ui:focus { background: var(--cogs-switch-background--active); } .switch-ui.small { width: 32px; height: 16px; } .switch-ui.small:before { width: 12px; height: 12px; margin: 2px; } .switch-ui.checked, input[type='checkbox']:checked + .switch-ui { background: var(--cogs-switch-background-active); } .switch-ui.checked:before, input[type='checkbox']:checked + .switch-ui:before { left: calc(100% - 20px); } .switch-ui.checked.small:before, input[type='checkbox']:checked + .switch-ui.small:before { left: calc(100% - 16px); } .switch-ui.checked:hover, input[type='checkbox']:checked + .switch-ui:hover { background: var(--cogs-switch-background-active--hover); } .switch-ui.checked:active, input[type='checkbox']:checked + .switch-ui:active, .switch-ui.checked:focus, input[type='checkbox']:checked + .switch-ui:focus { background: var(--cogs-switch-background-active--active); } input[type='checkbox'] { position: absolute; left: -9999px; } .cogs-radio-active-state { border-color: var(--cogs-midblue); } .cogs-radio-active-state:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio { display: inline-flex; align-items: center; box-sizing: border-box; transition: all 0.2s; cursor: pointer; } @keyframes radio-checked-emergence { 0% { transform: scale(0); } 100% { transform: scale(1); } } .cogs-radio input[type='radio']:focus-within + .radio-ui { outline: var(--cogs-midblue) solid 1px; } .cogs-radio .radio-ui { width: 18px; height: 18px; margin: 1px 8px; position: relative; background: var(--cogs-white); border: 2px solid var(--cogs-greyscale-grey7); box-sizing: border-box; border-radius: 50%; } .cogs-radio .radio-ui:hover { border-color: var(--cogs-midblue); } .cogs-radio .radio-ui:active { border-color: var(--cogs-midblue); } .cogs-radio .radio-ui:active:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio input[type='radio']:checked + .radio-ui { border: 2px solid var(--cogs-midblue); outline: none; } .cogs-radio input[type='radio']:checked + .radio-ui:after { position: absolute; border-radius: 50%; width: 10px; height: 10px; background: var(--cogs-midblue); top: calc(50% - 10px / 2); left: calc(50% - 10px / 2); box-sizing: border-box; animation: radio-checked-emergence 0.2s; content: ''; } .cogs-radio input[type='radio']:checked + .radio-ui:hover { border-color: var(--cogs-midblue-2); } .cogs-radio input[type='radio']:checked + .radio-ui:hover:after { background: var(--cogs-midblue-2); } .cogs-radio input[type='radio']:checked + .radio-ui:active { border-color: var(--cogs-midblue-1); } .cogs-radio input[type='radio']:checked + .radio-ui:active:after { background: var(--cogs-midblue-1); } .cogs-radio.disabled { color: var(--cogs-greyscale-grey5); cursor: not-allowed; } .cogs-radio.disabled .radio-ui { border-color: var(--cogs-greyscale-grey5); } .cogs-radio.disabled .radio-ui:active:before { content: none; } .cogs-radio.disabled input[type='radio']:checked + .radio-ui { border-color: var(--cogs-greyscale-grey5); } .cogs-radio.disabled input[type='radio']:checked + .radio-ui:after { background: var(--cogs-greyscale-grey4); } .cogs-radio:hover input[type='radio']:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue); } .cogs-radio:hover input[type='radio']:checked:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue-2); } .cogs-radio:hover input[type='radio']:checked:not(:disabled) + .radio-ui:after { background: var(--cogs-midblue-2); } .cogs-radio:active input[type='radio']:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue); } .cogs-radio:active input[type='radio']:not(:disabled) + .radio-ui:before { background: var(--cogs-midblue-8); transition: all 0.2s; position: absolute; border-radius: 24px; height: 32px; width: 32px; z-index: -1; top: -9px; left: -9px; content: ''; } .cogs-radio:active input[type='radio']:checked:not(:disabled) + .radio-ui { border-color: var(--cogs-midblue-1); } .cogs-radio:active input[type='radio']:checked:not(:disabled) + .radio-ui:after { background-color: var(--cogs-midblue-1); } .cogs-radio input[type='radio'] { position: absolute; left: -9999px; } .tippy-box[data-animation='fade'][data-state='hidden'] { opacity: 0; } .tippy-iOS { cursor: pointer !important; -webkit-tap-highlight-color: transparent; } [data-tippy-root] { max-width: calc(100vw - 10px); } .tippy-box { position: relative; background-color: #333; color: #fff; border-radius: 4px; font-size: 14px; line-height: 1.4; outline: 0; transition-property: transform, visibility, opacity; } .tippy-box[data-placement^='top'] > .tippy-arrow { bottom: 0; } .tippy-box[data-placement^='top'] > .tippy-arrow:before { bottom: -7px; left: 0; border-width: 8px 8px 0; border-top-color: initial; transform-origin: center top; } .tippy-box[data-placement^='bottom'] > .tippy-arrow { top: 0; } .tippy-box[data-placement^='bottom'] > .tippy-arrow:before { top: -7px; left: 0; border-width: 0 8px 8px; border-bottom-color: initial; transform-origin: center bottom; } .tippy-box[data-placement^='left'] > .tippy-arrow { right: 0; } .tippy-box[data-placement^='left'] > .tippy-arrow:before { border-width: 8px 0 8px 8px; border-left-color: initial; right: -7px; transform-origin: center left; } .tippy-box[data-placement^='right'] > .tippy-arrow { left: 0; } .tippy-box[data-placement^='right'] > .tippy-arrow:before { left: -7px; border-width: 8px 8px 8px 0; border-right-color: initial; transform-origin: center right; } .tippy-box[data-inertia][data-state='visible'] { transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); } .tippy-arrow { width: 16px; height: 16px; color: #333; } .tippy-arrow:before { content: ''; position: absolute; border-color: transparent; border-style: solid; } .tippy-content { position: relative; padding: 5px 9px; z-index: 1; }
0.398758
0.124133
* { border: 1px solid black; } */ body { font-family: "Work Sans", sans-serif; height: auto; width: auto; width: 100vw; height: calc(100vh - 125px); } .background-color { background-color: #0C82EA; } /* -- Header -- */ header { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; background-color: rgba(255, 255, 255, 0); border-bottom: 1px solid rgba(255, 255, 255, 0.1); width: 100vw; z-index: 1; } @media only screen and (min-width: 1440px) { header { height: 125px; } } @media only screen and (max-width: 1440px) { header { height: 100px; } } @media only screen and (max-width: 768px) { header { height: 80px; } } .header-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; height: auto; width: 100%; } .header-content h1 { font-size: 1.5rem; color: white; text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.6); padding: 0; } @media only screen and (max-width: 768px) { .header-content h1 { font-size: 1.25rem; } } .header-content a { text-decoration: none; color: inherit; } .header-content h2 { font-size: 18px; font-weight: 400; color: white; opacity: 0.7; margin: 0; } .header-content .logo .logo-sub-desktop { padding-top: 0.5rem; } @media only screen and (max-width: 1025px) { .header-content .logo .logo-sub-desktop { display: none; } } button.mobile-button-feedback { border-radius: 0.3rem; background-color: black; color: white; font-size: 1rem; font-weight: 500; line-height: 1rem; white-space: nowrap; text-decoration: none; padding: 0.75rem 1rem; cursor: pointer; background-position: center; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-feedback:hover { background-color: rgba(0, 0, 0, 0.6); -webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-random { border-radius: 0.3rem; background-color: white; color: #0C82EA; font-size: 1.25rem; font-weight: 700; line-height: 1rem; white-space: nowrap; text-decoration: none; padding: 0.75rem 1rem; cursor: pointer; background-position: center; -webkit-transition: translateY(0px); transition: translateY(0px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-random:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-transition: 200ms; transition: 200ms; } @media only screen and (max-width: 1440px) { button.mobile-button-random { font-size: 1.25rem; margin-right: 1.5rem; background-position: center; -webkit-transition: 200ms; transition: 200ms; } } @media only screen and (max-width: 1025px) { button.mobile-button-random { font-size: 1.125rem; margin-right: 1.5rem; background-position: center; } } @media only screen and (max-width: 768px) { button.mobile-button-random { font-size: 1rem; padding: 0.5rem 0.9rem; margin-right: 1rem; border-radius: 0.2rem; } } /* -- Nav -- */ .menu { width: 90px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 200ms; transition: 200ms; } .menu:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 400ms; transition: 400ms; } nav { background-color: inherit; } nav ul { list-style: none; color: white; font-size: 1.25rem; font-weight: 700; margin: 0; padding: 0; } nav li { display: inline-block; } nav a { opacity: 0.7; -webkit-transition: 250ms; transition: 250ms; } nav a:hover { opacity: 1; -webkit-transition: 100ms; transition: 100ms; } nav a:active { opacity: 1; } li.nav-desktop-text { padding-right: 0.5rem; } @media only screen and (min-width: 1025px) { .nav-mobile { display: none; } } @media only screen and (max-width: 1025px) { .nav-desktop { display: none; } } .overlay { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: #fff; overflow-x: hidden; -webkit-transition: 0.5s; transition: 0.5s; } .overlay-content { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -webkit-transition: 0.5s; transition: 0.5s; opacity: 1; height: 100vh; } .overlay a { padding: 0 0rem 1rem 0rem; text-decoration: none; font-size: 2rem; font-weight: 500; display: block; -webkit-transition: 0.2s; transition: 0.2s; opacity: 0.5s; text-align: center; } a.menu-title { font-weight: 800; } .overlay a:hover, .overlay a:focus { opacity: 0.6; } .overlay .closebtn { position: absolute; top: 25px; right: 15px; font-size: 1.5rem; } .menu-items { width: 100%; } .menu-cta { font-size: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 2rem; } .menu-cta .menu-cta-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .menu-cta a { margin-top: 1rem; font-size: 1rem; } /* -- Main -- */ main { color: white; height: 80vh; position: relative; /* -- Home Wrapper -- */ /* -- About Wrapper -- */ /* -- Quote Wrapper -- */ /* -- Content Wrapper -- */ } main::before { content: ""; background-image: url("../png/quote-mark.png"); background-size: 50vw; background-repeat: no-repeat; background-blend-mode: overlay; background-position: bottom right; position: absolute; top: 0px; right: 5%; bottom: 0px; left: 0px; opacity: 0.04; } @media only screen and (max-width: 1025px) and (orientation: landscape) { main::before { background-position: bottom right; background-size: 40vw; right: 5%; bottom: 15%; } } @media only screen and (max-width: 1025px) and (orientation: portrait) { main::before { background-position: center bottom; background-size: 80vw; right: 0%; bottom: 0%; } } @media only screen and (max-width: 768px) { main::before { background-position: center bottom; background-size: 70vw; right: 0%; bottom: 0%; } } @media only screen and (max-width: 414px) { main::before { background-position: center bottom; background-size: 80vw; bottom: 7.5%; } } main .home-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; } main .about-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 90%; width: 100%; word-wrap: break-word; } main .about-wrapper .about-text { width: 50%; } main .about-wrapper p { font-size: 1.125rem; line-height: 1.75rem; opacity: 1; } main .about-wrapper p a { text-decoration: none; opacity: 0.5; color: white; } main .about-wrapper p a:hover { -webkit-transition: 500ms; transition: 500ms; opacity: 1; } main .quote-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: start; align-content: flex-start; height: 90%; word-wrap: break-word; } @media only screen and (min-width: 1440px) { main .quote-wrapper { width: 90%; } } @media only screen and (max-width: 1440px) { main .quote-wrapper { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; width: 100%; } } main .quote-wrapper .quote { font-weight: 600; opacity: 0.9; max-width: 100vw; } @media only screen and (min-width: 1920px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 8rem; line-height: 9rem; } } @media only screen and (max-width: 1920px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 6rem; line-height: 7rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 5rem; line-height: 5.75rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 4rem; line-height: 4.5rem; } } @media only screen and (max-width: 768px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 3.5rem; line-height: 4rem; } } @media only screen and (max-width: 414px) { main .quote-wrapper .quote { font-size: 2.5rem; line-height: 2.8rem; } } main .quote-wrapper .author { text-transform: uppercase; font-weight: 600; opacity: 0.7; height: auto; } @media only screen and (min-width: 1440px) { main .quote-wrapper .author { margin-top: 1.5rem; font-size: 2.5rem; line-height: 3rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .author { margin-top: 1.5rem; font-size: 2rem; line-height: 2.5rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.75rem; line-height: 2.25rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 2rem; line-height: 2.5rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.5rem; line-height: 2.5rem; } } @media only screen and (max-width: 768px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.25rem; line-height: 1.5rem; } } main .quote-wrapper .author a { color: inherit; display: inline-block; text-decoration: none; border-bottom: 1px solid white; -webkit-transition: 500ms; transition: 500ms; opacity: 0.7; height: 100%; /* -- &:after { content: url("../png/external-link.png"); display: inline-block; padding-left: 0.5rem; height: 50px; transform: translateY(0px); &:hover { opacity: 1; } } -- */ } main .quote-wrapper .author a:hover { -webkit-transition: 500ms; transition: 500ms; opacity: 1; } main .content-wrapper { padding: 2rem; background-color: white; height: 100vh; } /* -- Footer -- */ footer { height: auto; width: 100%; color: white; position: absolute; bottom: 0; left: 0; } @media only screen and (min-width: 1025px) { footer .footer-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; } } @media only screen and (max-width: 1025px) { footer .footer-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; display: none; width: 100%; } } footer .footer-mobile .footer-sub { background-color: rgba(255, 255, 255, 0.2); border-radius: 0.25rem; padding: 0rem 1rem; width: 100%; text-align: center; } footer .footer-mobile p { color: rgba(255, 255, 255, 0.5); font-size: 1.5rem; font-weight: 700; } @media only screen and (max-width: 768px) { footer .footer-mobile p { font-size: 1.25rem; } } @media only screen and (max-width: 414px) { footer .footer-mobile p { font-size: 1rem; } } @media only screen and (min-width: 1025px) { footer .footer-mobile { display: none; } } @media only screen and (max-width: 1025px) { footer .footer-mobile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; } } footer a { text-decoration: none; color: white; opacity: 0.7; -webkit-transition: 200ms; transition: 200ms; } footer a:hover { opacity: 1; -webkit-transition: 200ms; transition: 200ms; } footer a span { border-bottom: 1px solid white; } page-background { height: 100vh; width: 100vw; background-color: black; position: absolute; top: 0; opacity: 1; z-index: 0; } @media only screen and (min-width: 1440px) { header, footer, main { padding: 2rem; } } @media only screen and (max-width: 1440px) { header, footer, main { padding: 1.5rem; } } @media only screen and (max-width: 1025px) { header, footer, main { padding: 1.5rem; } } @media only screen and (max-width: 768px) { header, footer, main { padding: 1rem; } } ul { list-style: none; } /*# sourceMappingURL=styles.css.map */
resources/css/styles.css
* { border: 1px solid black; } */ body { font-family: "Work Sans", sans-serif; height: auto; width: auto; width: 100vw; height: calc(100vh - 125px); } .background-color { background-color: #0C82EA; } /* -- Header -- */ header { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; background-color: rgba(255, 255, 255, 0); border-bottom: 1px solid rgba(255, 255, 255, 0.1); width: 100vw; z-index: 1; } @media only screen and (min-width: 1440px) { header { height: 125px; } } @media only screen and (max-width: 1440px) { header { height: 100px; } } @media only screen and (max-width: 768px) { header { height: 80px; } } .header-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; height: auto; width: 100%; } .header-content h1 { font-size: 1.5rem; color: white; text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.6); padding: 0; } @media only screen and (max-width: 768px) { .header-content h1 { font-size: 1.25rem; } } .header-content a { text-decoration: none; color: inherit; } .header-content h2 { font-size: 18px; font-weight: 400; color: white; opacity: 0.7; margin: 0; } .header-content .logo .logo-sub-desktop { padding-top: 0.5rem; } @media only screen and (max-width: 1025px) { .header-content .logo .logo-sub-desktop { display: none; } } button.mobile-button-feedback { border-radius: 0.3rem; background-color: black; color: white; font-size: 1rem; font-weight: 500; line-height: 1rem; white-space: nowrap; text-decoration: none; padding: 0.75rem 1rem; cursor: pointer; background-position: center; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-feedback:hover { background-color: rgba(0, 0, 0, 0.6); -webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-random { border-radius: 0.3rem; background-color: white; color: #0C82EA; font-size: 1.25rem; font-weight: 700; line-height: 1rem; white-space: nowrap; text-decoration: none; padding: 0.75rem 1rem; cursor: pointer; background-position: center; -webkit-transition: translateY(0px); transition: translateY(0px); -webkit-transition: 200ms; transition: 200ms; } button.mobile-button-random:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-transition: 200ms; transition: 200ms; } @media only screen and (max-width: 1440px) { button.mobile-button-random { font-size: 1.25rem; margin-right: 1.5rem; background-position: center; -webkit-transition: 200ms; transition: 200ms; } } @media only screen and (max-width: 1025px) { button.mobile-button-random { font-size: 1.125rem; margin-right: 1.5rem; background-position: center; } } @media only screen and (max-width: 768px) { button.mobile-button-random { font-size: 1rem; padding: 0.5rem 0.9rem; margin-right: 1rem; border-radius: 0.2rem; } } /* -- Nav -- */ .menu { width: 90px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 200ms; transition: 200ms; } .menu:hover { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 400ms; transition: 400ms; } nav { background-color: inherit; } nav ul { list-style: none; color: white; font-size: 1.25rem; font-weight: 700; margin: 0; padding: 0; } nav li { display: inline-block; } nav a { opacity: 0.7; -webkit-transition: 250ms; transition: 250ms; } nav a:hover { opacity: 1; -webkit-transition: 100ms; transition: 100ms; } nav a:active { opacity: 1; } li.nav-desktop-text { padding-right: 0.5rem; } @media only screen and (min-width: 1025px) { .nav-mobile { display: none; } } @media only screen and (max-width: 1025px) { .nav-desktop { display: none; } } .overlay { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; background-color: #fff; overflow-x: hidden; -webkit-transition: 0.5s; transition: 0.5s; } .overlay-content { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; -webkit-transition: 0.5s; transition: 0.5s; opacity: 1; height: 100vh; } .overlay a { padding: 0 0rem 1rem 0rem; text-decoration: none; font-size: 2rem; font-weight: 500; display: block; -webkit-transition: 0.2s; transition: 0.2s; opacity: 0.5s; text-align: center; } a.menu-title { font-weight: 800; } .overlay a:hover, .overlay a:focus { opacity: 0.6; } .overlay .closebtn { position: absolute; top: 25px; right: 15px; font-size: 1.5rem; } .menu-items { width: 100%; } .menu-cta { font-size: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 2rem; } .menu-cta .menu-cta-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .menu-cta a { margin-top: 1rem; font-size: 1rem; } /* -- Main -- */ main { color: white; height: 80vh; position: relative; /* -- Home Wrapper -- */ /* -- About Wrapper -- */ /* -- Quote Wrapper -- */ /* -- Content Wrapper -- */ } main::before { content: ""; background-image: url("../png/quote-mark.png"); background-size: 50vw; background-repeat: no-repeat; background-blend-mode: overlay; background-position: bottom right; position: absolute; top: 0px; right: 5%; bottom: 0px; left: 0px; opacity: 0.04; } @media only screen and (max-width: 1025px) and (orientation: landscape) { main::before { background-position: bottom right; background-size: 40vw; right: 5%; bottom: 15%; } } @media only screen and (max-width: 1025px) and (orientation: portrait) { main::before { background-position: center bottom; background-size: 80vw; right: 0%; bottom: 0%; } } @media only screen and (max-width: 768px) { main::before { background-position: center bottom; background-size: 70vw; right: 0%; bottom: 0%; } } @media only screen and (max-width: 414px) { main::before { background-position: center bottom; background-size: 80vw; bottom: 7.5%; } } main .home-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; } main .about-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 90%; width: 100%; word-wrap: break-word; } main .about-wrapper .about-text { width: 50%; } main .about-wrapper p { font-size: 1.125rem; line-height: 1.75rem; opacity: 1; } main .about-wrapper p a { text-decoration: none; opacity: 0.5; color: white; } main .about-wrapper p a:hover { -webkit-transition: 500ms; transition: 500ms; opacity: 1; } main .quote-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: start; align-content: flex-start; height: 90%; word-wrap: break-word; } @media only screen and (min-width: 1440px) { main .quote-wrapper { width: 90%; } } @media only screen and (max-width: 1440px) { main .quote-wrapper { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; width: 100%; } } main .quote-wrapper .quote { font-weight: 600; opacity: 0.9; max-width: 100vw; } @media only screen and (min-width: 1920px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 8rem; line-height: 9rem; } } @media only screen and (max-width: 1920px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 6rem; line-height: 7rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 5rem; line-height: 5.75rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 4rem; line-height: 4.5rem; } } @media only screen and (max-width: 768px) { main .quote-wrapper .quote { margin-top: 0.75rem; font-size: 3.5rem; line-height: 4rem; } } @media only screen and (max-width: 414px) { main .quote-wrapper .quote { font-size: 2.5rem; line-height: 2.8rem; } } main .quote-wrapper .author { text-transform: uppercase; font-weight: 600; opacity: 0.7; height: auto; } @media only screen and (min-width: 1440px) { main .quote-wrapper .author { margin-top: 1.5rem; font-size: 2.5rem; line-height: 3rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .author { margin-top: 1.5rem; font-size: 2rem; line-height: 2.5rem; } } @media only screen and (max-width: 1440px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.75rem; line-height: 2.25rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 2rem; line-height: 2.5rem; } } @media only screen and (max-width: 1025px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.5rem; line-height: 2.5rem; } } @media only screen and (max-width: 768px) { main .quote-wrapper .author { margin-top: 0.75rem; font-size: 1.25rem; line-height: 1.5rem; } } main .quote-wrapper .author a { color: inherit; display: inline-block; text-decoration: none; border-bottom: 1px solid white; -webkit-transition: 500ms; transition: 500ms; opacity: 0.7; height: 100%; /* -- &:after { content: url("../png/external-link.png"); display: inline-block; padding-left: 0.5rem; height: 50px; transform: translateY(0px); &:hover { opacity: 1; } } -- */ } main .quote-wrapper .author a:hover { -webkit-transition: 500ms; transition: 500ms; opacity: 1; } main .content-wrapper { padding: 2rem; background-color: white; height: 100vh; } /* -- Footer -- */ footer { height: auto; width: 100%; color: white; position: absolute; bottom: 0; left: 0; } @media only screen and (min-width: 1025px) { footer .footer-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; } } @media only screen and (max-width: 1025px) { footer .footer-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; display: none; width: 100%; } } footer .footer-mobile .footer-sub { background-color: rgba(255, 255, 255, 0.2); border-radius: 0.25rem; padding: 0rem 1rem; width: 100%; text-align: center; } footer .footer-mobile p { color: rgba(255, 255, 255, 0.5); font-size: 1.5rem; font-weight: 700; } @media only screen and (max-width: 768px) { footer .footer-mobile p { font-size: 1.25rem; } } @media only screen and (max-width: 414px) { footer .footer-mobile p { font-size: 1rem; } } @media only screen and (min-width: 1025px) { footer .footer-mobile { display: none; } } @media only screen and (max-width: 1025px) { footer .footer-mobile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; } } footer a { text-decoration: none; color: white; opacity: 0.7; -webkit-transition: 200ms; transition: 200ms; } footer a:hover { opacity: 1; -webkit-transition: 200ms; transition: 200ms; } footer a span { border-bottom: 1px solid white; } page-background { height: 100vh; width: 100vw; background-color: black; position: absolute; top: 0; opacity: 1; z-index: 0; } @media only screen and (min-width: 1440px) { header, footer, main { padding: 2rem; } } @media only screen and (max-width: 1440px) { header, footer, main { padding: 1.5rem; } } @media only screen and (max-width: 1025px) { header, footer, main { padding: 1.5rem; } } @media only screen and (max-width: 768px) { header, footer, main { padding: 1rem; } } ul { list-style: none; } /*# sourceMappingURL=styles.css.map */
0.373076
0.080828
@charset "UTF-8"; /*----------------- [Master Stylesheet] Project: Interior & Furniture -----------------*/ /*----------------- [Table of contents] 1. Body 2. Click Top / #topcontrol 4. Header / .header 5. navbar / .navbar 6. Theme Banner / #banner 7. section-about / #section-about 8. Our Service / #Our Service 9. section-testimonial / #section-testimonial 10. section-portfolio / #portfoliolist 11. bg-image / #bg-image 12. event / .event 13. footer / .footer -------------------------------------------------------------------- [Color codes] Body-Font: #ffffff {white} Background: #ffffff (white) Content: #111111 (dark grey) Default: #93b120 (Yellow) a (standard): #212121 (dark grey) a (visited): #93b120 (Yellow ) a (active): #93b120 (Yellow ) ------------------------------------------------------------------- Body defaults:14px 'Ubuntu', sans-serif;; Input, textarea:14px 'Ubuntu', sans-serif;; Notes: decreasing heading by 0.4em with every subsequent heading level -------------------------------------------------------------------*/ @import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i'); @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700'); body { overflow-x:hidden; margin:80px 0 0 0; font-size:100%; font-size:14px; letter-spacing:.5px } .text-muted {color:#777} .text-primary {color:#ac2222} p { font-size:14px; line-height:1.75; margin:0 0 10px 0; letter-spacing:.5px } p.large { font-size:16px } /*==================== header ====================*/ /*header { background-image:url(../img/header-bg.jpg); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } header { background-image:url(../img/header-bg4.jpg); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff }*/ header .intro-text { padding-top:100px; padding-bottom:50px } header .intro-text .intro-lead-in { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:22px; line-height:22px; margin-bottom:25px } header .intro-text .intro-heading { font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:700; font-size:50px; line-height:50px; margin-bottom:25px } @media (min-width:768px) { header .intro-text { padding-top:300px; padding-bottom:200px } header .intro-text .intro-lead-in { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:40px; line-height:40px; margin-bottom:25px } header .intro-text .intro-heading { font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:700; font-size:75px; line-height:75px; margin-bottom:50px } } /*==================== section-heading ====================*/ section h2.section-heading { font-size:40px; margin-top:0; margin-bottom:15px } section h3.section-subheading { font-size:16px; font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:none; font-style:italic; font-weight:400; margin-bottom:75px } /*==================== section-about ====================*/ #section-about { padding:90px 0 90px 0; } #section-about h2 { margin:0 0 25px 0 ; padding:0; color:#2c2c2c; font-size:33px; } .separator { line-height: 0.5; text-align: center; margin:25px 0 60px 0; } .separator span { display: inline-block; position: relative; } .separator span:before, .separator span:after { content: ""; position: absolute; border-bottom: 1px solid rgba(0, 0, 0, .1); top: 5px; width: 300px; } .separator span:before { right: 100%; margin-right: 15px; } .separator span:after { left: 100%; margin-left: 15px; } .separator span i { font-size:6px; padding:0; margin:0; float:none; color: #93b120; } .spacer-single { clear: both; display: block; height: 30px; width: 100%; } .service-heading { margin:15px 0; text-transform:none } /*==================== portfolio ====================*/ #portfolio .portfolio-item { margin:0 0 15px; right:0 } #portfolio .portfolio-item .portfolio-link { display:block; position:relative; max-width:400px; margin:0 auto } #portfolio .portfolio-item .portfolio-link .portfolio-hover { background:rgba(254, 209, 54, .9); position:absolute; width:100%; height:100%; opacity:0; transition:all ease .5s; -webkit-transition:all ease .5s; -moz-transition:all ease .5s } #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { opacity:1 } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content { position:absolute; width:100%; height:20px; font-size:20px; text-align:center; top:50%; margin-top:-12px; color:#fff } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i { margin-top:-12px } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { margin:0 } #portfolio .portfolio-item .portfolio-caption { max-width:400px; margin:0 auto; background-color:#fff; text-align:center; padding:25px } #portfolio .portfolio-item .portfolio-caption h4 { text-transform:none; margin:0 } #portfolio .portfolio-item .portfolio-caption p { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:16px; margin:0 } #portfolio * { z-index:2 } @media (min-width:767px) { #portfolio .portfolio-item { margin:0 0 30px } } /*==================== portfolio ====================*/ /*==================== welcome====================*/ .top-text { width:474px; min-height:138px; background-color:rgba(255, 255, 255, 0.8); padding:28px 0 } .top-text h2 { font-size:23px; color:#000; } .top-text h2 span { color:#aa2121 } .top-text p { color:#444444 } .arrwo { position:relative; bottom:25px } .welcome { text-align:center } .welcome h3 { font-family:'Oswald', sans-serif; font-size:33px; } .welcome span { color:#aa2121 } .div-bg { background:#000; text-align:center; padding:20px; margin:0 0 10px 0 } /*==================== gallery====================*/ .gallery p { margin:0; padding:0; color:#fff } .div-bg h3 { margin:0 0 15px 0; padding:0; color:#fff; font-size:20px; } .float-no { float:none; margin:40px auto; color:#999 } .bg-image { background: url(../img/bg-1.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin:0; padding:115px 0 } .center-boder { border:solid 6px #fff; max-width:400px; padding:20px 20px 20px 20px; margin:0 auto; color:#fff; font-size:18px; text-align:center } .center-boder h3 { margin:0 0 10px 0; padding:0;} .center-boder p { font-size:28px; line-height:1.75; text-transform:uppercase; } .center-boder p span { font-size:16px; color:#93b120 } /*====================footer====================*/ .footer2 { background:#333; padding:30px 0 30px 0 } .footer { background:#0b0b0b; padding:25px 0; color:#fff; } .footer2 a { color:#fff; } .footer2 a:hover { color:#ffa1a2; } .footer2 { color:#fff; } .footer2 h3 { margin:0; padding:0; font-size:29px; } .footer2 ul li { font-size:14px; line-height:30px; font-weight:200 } .footer2 ul li a { color:#d0d0d0; text-decoration:none } .footer2 .col-md-2 { font-size:15px; } /*====================gettuch====================*/ .gettuch { background:#f4f4f4; color:#000; padding:18px 0; text-align:center; margin:50px 0; font-size:22px; } .gettuch span { color:#aa2121 } .gettuch .input { color:#999; font-size:14px; height:47px; padding:0 20px; width:80%; float:left; border:solid 1px #dedede; font-family:Arial, Helvetica, sans-serif } .gettuch .bt-css { background:url(../img/arrow-bt.html); width:52px; height:47px; border:0; float:left } .date-div { background:#93b120; font-size:25px; color:#111; padding:20px 10px } /*====================event====================*/ .event h2 { text-align:center; font-size:33px; color:#2c2c2c; padding:0; margin:0; } .event { padding:90px 0; background:#fff } .event h1 { font-size:33px!important;} .text-detail h3 { font-size:18px; color:#93b120; letter-spacing:1px; margin:0 0 8px 0; padding:0; font-weight:500;} .text-detail p { font-size:15px; color:#2c2c2c; } /*====================event====================*/ /*========================= Icons ================= */ /* footer social icons */ ul.social-network { list-style: none; display: inline; margin-left:0 !important; padding: 0; } ul.social-network li { display: inline; margin: 0 5px; } .social-circle li a { display:inline-block; position:relative; margin:0 auto 0 auto; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; text-align:center; width:40px; height:40px; font-size:20px; background:#fff; color:#777 } .social-circle li a:hover { background:#aa2121; color:#fff!important; } .social-circle li i { margin:0; line-height:40px; text-align: center; color: #777; } .social-circle li:hover i { color:#fff } .tuch { margin:10px 0 0 0; padding:0; } /*====================about-css====================*/ .about-css { } .about-css h3 { color:#fff; margin:0 0 10px 0; padding:0; } .about-css h3 a {color:#fff;} .about-css span {} .blog-left-grid h3 a { color:#93b120!important;} .blog-left-grid p { line-height:28px;} .blog-box p { color:#fff;} .blog-box h3 a { color:#fff!important} .blog-box h4 {color:#fff!important} .about-css p { line-height:30px; color:#fff } .blog-box { background:#242528; padding:10px 20px 20px 20px; margin:0 0 30px 0} /*====================testimonials====================*/ .testimo { background:#f6f5f5; } .testimonials { padding:5em 0; background:#F6F5F5; } .testimonials-info-grd p:before { background:url(../img/8.png) no-repeat 0px 0px; display:block; width:32px; height:32px; content:''; position:absolute; top:-6%; left:0%; } .testimonials-info-grd p { font-size:14px; color:#999; margin:0; line-height:1.8em; padding: 2em 0 0; position:relative; } .testimonials-info-grd p span { display:block; color: #aa2121; margin: 1em 0 0; font-size: 1.2em; } .testimonials-info-grid { margin:3em 0 0; } /*====================posts-left====================*/ .posts-left { float: left; width: 35%; } .posts-right { float: right; width: 60%; } .recent-posts-info { margin: 0 0 20px; } .posts-right p { line-height:19px; font-size:13px; } .recent-posts h4 {font-size:25px;margin:62px 0 18px;padding:0;} .blog-left-grid ul {margin:0 0 2em;} .blog-left-grid ul li {display:inline-block;font-size:12px;margin:0 1em 0 1em;} .blog-left-grid ul li a {color:#2c2c2c;text-decoration:none;} .blog-left-grid ul li span { right:5px; } .blog-left-grid ul li a:hover { color:#93b120; } .blog-left-grid h4 { font-size:13px; margin:0 0 10px 0;} .img-div { margin:0 0 15px 0 } .publice-date { font-size:13px; } .publice-date span { font-size:13px; color:#93b120 } .posts-right strong { margin:8px 0 8px 0; display:block } .posts-right a { color:#2c2c2c; font-size:12px; margin:8px 0 0 0; display:block; width:80px; border:solid 1px #93b120; text-align:center; } .posts-right a:hover { background:#93b120; color:#222; border:solid 1px #93b120; } .posts-right strong { margin:8px 0 8px 0; display:block } /*====================contact-div====================*/ .contact-div { padding:50px 0 } .contact-div h3 { margin:0; padding:0; font-size:20px; } .detail h3 { margin:0; padding:0; } .contact-2 { background-image:url(../img/header-bg2.html); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } .contact-3 { background-image:url(../img/header-bg3.html); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } .sent-bt { border:0; padding:10px 20px; background:#aa2121; color:#fff; letter-spacing:1px; font-size:16px; } .sent-bt:hover { background:#333333 } .social-icons a { padding:0 5px; } .social-icons a:hover { padding:0 5px; color:#93b120 } /*====================contact-div====================*/ .conact-add address span {margin-bottom: 0;padding-bottom: 10px;} .footer-div { background: #f0f0ee none repeat scroll 0 0; color: #2c2c2c; padding:80px 0 67px 0; } .footer-div .col-md-4 p { line-height:2; letter-spacing:.5px;} .footer-div .widget h3 { margin:0; padding:0 0 20px 0;} .footer-div h3, .de_light .footer-div h3 { color: #2c2c2c; font-size:20px; margin:0; padding:0 0 20px 0; } .footer-div .widget_recent_post li a { color: #2c2c2c; } .footer-div li a { color: #555; letter-spacing:.5px } .footer-div .widget_recent_post li { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom-color: #222; margin: 0; padding:8px 0 8px; list-style:none; } .footer-div ul { margin:0; padding:0; } .footer-div li { border-bottom: 1px solid #222; margin-bottom: 5px; padding-bottom: 7px; padding-left: 20px; } address a { color:#2c2c2c } address a:hover { color:#93b120 } address span { display: block; font-weight: 300; margin-bottom:10px; padding-bottom:10px; line-height:20px; color:#2c2c2c; } address span strong { display: inline-block; } address span strong { display: inline-block; width: 60px; color: #2c2c2c; letter-spacing:2px; font-weight:bold; } .widget-address { font-size:13px; margin:6px 0 0 0 } section { background: #fff none repeat scroll 0 0; } h1 {font-size: 48px; } h2 {font-size: 36px;} h3 {font-size: 24px;} h4 {font-size: 21px;} h5 {font-size: 18px;} h6 {font-size: 16px;} p {font-size: 14px;} #section-about h3 { color:#2c2c2c; text-transform:uppercase; font-size:25px; margin:20px 0 10px 0; padding:0; } #section-about p { margin:0 0 20px 0; font-size:15px; line-height:28px;} .id-color { color:#93b120; margin:10px 0 0 0; } .custom-quote { border: 1px solid #d4dee5; letter-spacing: 0.7px; padding: 36px 50px 45px 40px; color:#fff } /*====================section-testimonial====================*/ #section-testimonial { background: rgba(0, 0, 0, 0) url("../img/bg-3.jpg") repeat fixed center top; padding:90px 0 } #section-testimonial h2 {color:#fff;margin:0; padding:0; font-size:33px;} #section-testimonial h6 {color:#fff; font-size:12px;} /*====================projects====================*/ #view-all-projects, #call-to-action { padding:60px 0; background:#93b120 } a.btn-line-black, .de_light a.btn-line-black { border: 1px solid #111; border-radius: 0; color: #111!important; font-weight: normal; } a.btn-big { border:2px solid #212121; color: #111!important; letter-spacing: 1px; line-height: normal; padding:14px 30px; text-transform: uppercase; font-weight:800 } a.btn-line-black:hover { color:#fff!important; } .hove-div { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 5; opacity: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; text-align: center; } .hove-div a { color: #fff } .hove-div h2 { text-align: center; padding:30% 0 30% 0; margin:0; font-size:14px; color: #fff; } .hove-div h2 a { display:block; width:100%; height:100% } .hove-div p { text-align: center; color: #fff } .hove-div:hover { opacity: 1; cursor: pointer; } /*====================portfolio====================*/ #section-portfolio {overflow: hidden;width: 100%; padding:60px 0 0 0; border-top: solid 1px #e4e4e4} /*====================subheader====================*/ #subheader { background: url(../img/subheader-1.jpg) no-repeat 0 0 fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; } .subheader6 { background: url(../img/subheader-6.jpg) no-repeat 0 0 fixed!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .subheader7 { background: url(../img/subheader-7.jpg) no-repeat 0 0 fixed!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /*====================services====================*/ .service h2 { margin:10px 0 30px 0; padding:0; font-size:25px;} .service p { margin:-8px 0 20px 0; text-align:justify; font-size:15px; line-height:30px;} .pic-services img {margin-bottom: 30px;} #services-list {padding:0;margin:0 0 7px 0;text-align:center} #services-list li {display:inline-block} #services-list li a {color:#fff;} .de_light #services-list li a {color:#999;} #services-list li { list-style:none;background:rgba(0, 0, 0, .3);margin-bottom:20.5px;} .de_light #services-list li { background:#ddd; } #services-list li a {display:block;padding:15px 20px;text-decoration:none; font-size:16px; background:#2c2c2c } #services-list li a:hover {color:#fff;background:#93b120} #services-list .active a {color:#fff;background:#93b120} #content {background: #fff none repeat scroll 0 0;} .read-more {display:block;width:100%;float:left;margin:0} /*====================services====================*/ .read-services { display:block; width:100%; float:left; margin:10px 0 0 0 } .read-services a { background:#93b120; color:#fff; padding:5px 10px; margin:0; display:block; float:left } .read-services a:hover { background:#101010; } #subheader h1 { color: #eceff3; font-size: 32px; margin-right:0; margin-top:0; padding-right:0; text-transform:uppercase } #subheader .crumb { color: #fff; font-size: 10px; letter-spacing: 3px; margin-top: 90px; } .crumb { background-color: rgba(0, 0, 0, 0.33); bottom: 0; height: 55px; left: 0; padding: 14px 0 15px; position: absolute; width: 100%; } .crumb { text-align:center} .crumb li { display:inline-block; padding: 0 2px; text-align:center; text-decoration: none; text-transform:uppercase; } .crumb li a { color:#93b120; text-transform:none; text-transform:uppercase; } #subheader { padding:105px 0 100px 0; } #content { padding:90px 0; width: 100%; } .content2 { padding:90px 0 40px 0!important; width: 100%; } .content3 { padding:90px 0 78px 0!important; width: 100%; } .content4 { padding:90px 0 90px 0!important; width: 100%; } .no-top { padding-top: 0 !important; } .no-bottom { padding-bottom: 0 !important; } .no-bottom { margin-bottom: 0; padding-bottom: 0; } #section-about-us-2 .image-container { background: rgba(0, 0, 0, 0) url(../img/bg-side-1.jpg) repeat scroll 0 0; height:530px; } #section-about-us-2 h2 { margin:0; padding:0 0 20px 0; } #section-about-us-2 p { margin:0 0 10px 0 } .inner-padding { padding:106px 0; } .inner-padding h2 { color:#fff; margin:0 0 30px 0 } p.lead, p.intro { font-size: 16px; font-weight: 500; line-height: 1.7em; margin:0 0 20px 0 } .side-bg .image-container { background-size: cover !important; height: 100%; overflow: hidden; padding: 0; position: absolute; } .container-4 .de-team-list { float: left; position: relative; width: 24.9%; } .de-team-list .team-desc { background: #111 none repeat scroll 0 0; color: #fff; padding: 20px 20px 0; position: absolute; top: 0; z-index: 100; } .thumbnails li { margin:0 0 -1px 0; padding:0; list-style:none; } .project-name a { display:block; color:#fff } a.btn-big:after { font-family:FontAwesome; content: "\f054"; margin-left:20px; } /* ================================================== */ /* contact form */ /* ================================================== */ .error { padding:20px; border:none; display: none; color: #d9534f; border:solid 1px #d9534f; font-size: 12px; } .success { padding:20px; display: none; color: #5cb85c; border:solid 1px #5cb85c; margin-bottom: 20px; } .error img { vertical-align: top; } .full { width: 98%; } #contact_form { margin-top:20px; } #contact_form input[type=text], #contact_form textarea, #contact_form input[type=email], #search { padding:10px; margin-bottom:20px; border:solid 1px rgba(0, 0, 0, .3); background:rgba(0, 0, 0, .2); border-radius:0 !important; height:auto; background:#fff } .de_light #contact_form input[type=text], .de_light #contact_form textarea, .de_light #contact_form input[type=email], .de_light #search { border:solid 1px #ddd; background:#f5f5f5; color:#2c2c2c!important; } #contact_form input[placeholder], #contact_form textarea[placeholder] { color:#2c2c2c; } #contact_form input[type=submit] { background:none; } #contact_form input[type=submit]:hover { color:#2c2c2c; background:#111; border-color:#111; } #contact_form textarea { height:165px; } .error_input { border-color:#D31E2B !important; } /* ================================================== */ /* contact form */ /* ================================================== */ /* button */ /* ------------------------------ */ .btn-line, a.btn-line { border:solid 1px #222; color:#fff; font-weight:500; font-size:12px; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; padding:8px 30px!important; padding-left:30px; padding-right:30px; text-transform:uppercase; display:inline-block; text-align:center; letter-spacing:2px; text-decoration:none; } .btn-line, a.btn-line { border:solid 1px rgba(255, 255, 255, .2) !important; color:#fff; transition: background-color 0.5s ease; } .btn-line:hover { border:solid 1px rgba(255, 255, 255, .2) !important; color:#222; background:#93b120 } /*====================project-info====================*/ .project-info { color:#18191b; margin-top:0; } .de_light .project-info { color:#606060; } .project-info h2 { margin:0 0 20px 0; font-size:20px; letter-spacing:3px; color:#111 } .project-info h4 { font-weight:bold; color:#111 } .project-info .details { padding:20px; border:solid 1px #111; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; } .de_light .project-info .details { background:#eee; border-color:#ddd; } .project-infoproject-info span { display:block; } .project-info span.title { display:inline-block; min-width:80px;font-weight:bold; } .project-info span.val { margin-bottom:15px; } .project-view { padding:120px 0 80px 0; } .project-images img { width:100%; } /*====================project-info====================*/ #section-service-1, #section-service-3 { } .text-css { background:none; border:solid 1px #313133; color:#fff; margin:15px 0; } .read-more { margin:0 0 10px 0} .read-more a { color:#222 } .read-more a i { font-size:18px; margin:5px 0 0 10px; float:right} #gallery { max-width:800px } #gallery .item { width: 200px; float: left; } #gallery .item img { display: block; width: 100%; } .list2 li { width:200px;} .img-title { background:#111113; padding:10px; color:#fff; text-align:center; margin:0 0 20px 0 } .brochures { border: 1px solid #f4f4f4; overflow: hidden; padding:20px; position: relative; } /*brochures*/ .brochures { position: relative; overflow: hidden; padding: 19px; border: 1px solid #3e3c38; } .brochures p { margin: 11px 0; } .brochures-lists { } .brochures-lists li { display: inline-block; line-height: 43px; height: 45px; border: 1px solid #2c2c2c; position: relative; } .brochures-lists li:last-child { margin-bottom: 0px } .brochures-lists li a { color: #2c2c2c; font-size: 16px; font-weight: 400; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a span { display: inline-block; font-size: 16px; height: 28px; margin-left: 9px; margin-right: 10px; padding: 2px 5px; position: relative; font-size: 17px; line-height: 25px; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a:hover { color: #93b120; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a i:before { font-size: 18px; padding-right: 15px; position: absolute; right: 0; top: 18px; color: #ffffff; } .brochures-lists li { -webkit-transition: .5s ease; transition: .5s ease; } .brochures i.icon { position: absolute; right: 0; bottom: -10px; font-size: 60px; color: #f7f7f7; } /*get in tuch*/ .getin-tuch { position: relative; padding: 19px; border: 1px solid #3e3c38; overflow: hidden; } .getin-tuch .default_link {color: #2c2c2c; border:solid 2px #2c2c2c; padding:8px 10px; margin:0 0 20px 0;} .getin-tuch .default_link i { font-size:17px} .getin-tuch .default_link:hover { color:#222; border:solid 2px #93b120; padding:8px 10px; margin:0 0 10px 0; background:#93b120; border:solid 2px #93b120; } .getin-tuch p { margin: 15px 0 30px; font-size:13px } .getin-tuch p a { color: #93b120; text-decoration: underline; } .getin-tuch p b { color: #93b120; } .getin-tuch i.icon { position: absolute; right: 0; bottom: -10px; font-size: 60px; color: #f7f7f7; } .default_link { color:#93b120; font-size: 14px; text-transform: uppercase; transition: all 0.5s ease 0s; } .blog-2 p { margin:0 0 10px 0!important; line-height:25px; } .blog-2 h3 { color:#fff; font-size:20px; margin:0; padding:0; } .read-more a {background:#93b120;color:#222;padding:5px 15px;margin:0;display:block;float:left} .read-more a:hover {color:#222;} .link2 { margin:10px 0 10px 0 } .link2 a { color:#fff; padding:0 5px; font-size:13px; } .grid li h3 { margin:0; padding:10px 0 0 0; } .projects-gallery { padding:90px 0 52px 0 } .read { font-size:14px; font-weight:500; cursor:pointer; } .project-single-v1-area { padding:90px 0 } #project-single-area .project-info { } #project-single-area .project-info h3 { font-size: 24px; margin: -4px 0 17px; text-transform: uppercase; } #project-single-area .project-info .project-info-list { overflow: hidden; margin-top: 30px; margin-left: -30px; margin-right: -30px; } #project-single-area .project-info .project-info-list li { border-bottom: 1px solid #242528; float: left; margin: 0 30px 20px; overflow: hidden; padding-bottom: 11px; padding-left: 20px; position: relative; width: 145px; } #project-single-area .project-info .project-info-list li .icon-holder { left: 0; position: absolute; top: -5px; } #project-single-area .project-info .project-info-list li .icon-holder i { font-size: 14px; color: #93b120; margin:9px 0 0 0 } #project-single-area .project-info .project-info-list li .text-holder { } #project-single-area .project-info .project-info-list li .text-holder h5 { font-size: 16px; font-weight: 400; text-transform: capitalize; margin:0; } #project-single-area .project-info .project-info-list li .text-holder p { margin: 0; font-size:13px; } .project-single-v1-area .project-description-content { padding-top: 30px; } .project-single-v1-area .project-description-content p { line-height:28px;} .project-single-v1-area .project-description-content h3 { font-size: 24px; margin: 0 0 20px; text-transform: uppercase; } .project-single-v1-area .project-description-content .project-manager-box { background: #f7f7f7 none repeat scroll 0 0; border-left: 1px solid #d5ac63; margin: 32px 0 0; overflow: hidden; padding: 15px 30px 21px 75px; position: relative; } .project-single-v1-area .project-description-content .project-manager-box::before { background: #d5ac63 none repeat scroll 0 0; content: ""; height: 90%; left: 2px; position: absolute; top: 0; width: 1px; } .project-single-v1-area .project-description-content .project-manager-box::after { content: "\f10d"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; color: #e6e6e6; font-size: 30px; position: absolute; top: 23px; left: 23px; } .project-single-v1-area .project-description-content .project-manager-box h4 { color: #9a9a9a; font-size: 18px; font-style: italic; font-weight: 400; line-height: 32px; margin: 0 0 12px; } .project-single-v1-area .project-description-content .project-manager-box h5 { color: #252525; font-size: 18px; font-weight: 500; } .project-single-v1-area .project-description-content .project-manager-box h5 span { color: #d5ac63; font-size: 16px; font-weight: 400; } .project-single-v1-area .related-project-items { overflow: hidden; padding-top:30px; } .project-single-v1-area .related-project-items .sec-title { padding-bottom:30px; } .project-single-v1-area .related-project-items .single-project-item { margin:0 0 10px 0 } .related-project-items .img-holder .overlay .box .content .icon-holder { background: transparent none repeat scroll 0 0; border-radius: 50%; height: 40px; margin: 0 auto; position: static; text-align: center; transition: all 500ms ease 0s; width: 40px; } .related-project-items .img-holder .overlay .box .content .icon-holder a span::before { color: #fff; font-size: 30px; font-weight: 700; line-height: 40px; } .related-project-items .img-holder .overlay .box .content .icon-holder:hover { background: #d5ac63 none repeat scroll 0 0; } .related-project-items .single-project-item .text-holder { padding-top: 22px; } .related-project-items .single-project-item .text-holder a h3 { color:#fff; font-size: 20px; font-weight: 500; margin: 0 0 10px; text-transform: capitalize; } .related-project-items .single-project-item .text-holder p { color:#fff; font-weight: 400; line-height: 16px; margin: 0; } .imghvr-hinge-up figcaption h3 { margin:0 0 10px 0 } .not-found-area { padding-bottom:90px; padding-top:90px; } .not-found-content h1 { color: #2c2c2c; font-size: 150px; line-height:130px; font-weight: 700; padding:0; margin: 0 0 7px; } .not-found-content h3 { color: #2c2c2c; font-size: 20px; font-weight: 300; margin: 0 0 20px; text-transform: uppercase; } .not-found-content p { font-size: 18px; margin: 0 0 42px; color:#878787 } .not-found-content .search-form { margin: 0 auto; position: relative; max-width:401px; } .not-found-content .search-form input[type="text"] { background: #fff none repeat scroll 0 0; border: 1px solid #f1f1f1; color: #000; display: inline-block; font-size: 16px; font-weight: 300; height: 55px; letter-spacing: 1px; padding-left: 20px; padding-right: 60px; position: relative; transition: all 500ms ease 0s; max-width:100%; } .not-found-content .search-form button { background: #93b120 none repeat scroll 0 0; border: medium none; color: #fff; display: inline-block; height: 55px; padding: 11px 0; position: absolute; right: 0; text-align: center; top: 0; transition: all 500ms ease 0s; width: 55px; } .project-info p { } .project-info2 p {} /*====================faq====================*/ .faq-content-area { overflow: hidden; } .faq-content-area h1 { font-size:33px; margin:0 0 10px 0} .accordion-box { padding: 0 0 50px 0; } .faq-content-area .question-form { padding:0; } .faq-content-area .question-form h1 { color: #fff; font-size: 24px; font-weight: 700; margin: 0 0 35px; text-transform: uppercase; } .faq-content-area .question-form form input[type="text"], .faq-content-area .question-form form textarea { background: #131416; border: medium none; display: block; height:40px; margin-bottom:10px; padding: 0 20px; width: 100%; transition: all 500ms ease; border: 1px solid transparent; color:#fff; } .faq-content-area .question-form form textarea { height: 155px; padding: 15px 20px; } .faq-content-area .question-form form button { background: #93b120 none repeat scroll 0 0; border-color: #93b120; color: #fff; margin: 10px 0 0; padding: 15px 30px 13px; transition: all 500ms ease; } .faq-content-area .question-form form button:hover { background: #2c2c2c; color: #ff; border-color: #2c2c2c; } /*====================faq====================*/ .thm-btn { border: 2px solid #93b120; color: #fff; display:inline-block; font-size: 13px; font-weight:600; line-height: 14px; letter-spacing:1px; text-transform: uppercase; transition: all 500ms ease 0s; } .thm-btn:hover {} .panel-default > .panel-heading { color:#2c2c2c; margin:0 0 10px 0; } .panel-body { background:#2c2c2c } .panel-body p { line-height:28px; color:#fff} .panel > .panel-heading { position: relative; padding:10px 12px; border: dashed 1px #93b120 } .panel-title > a.collapsed:after { content: '+'; position: absolute; line-height:20px; right: 24px; font-size:20px } .panel-title > a:after { content: '-'; position: absolute; line-height:20px; right: 24px; font-size:20px } .panel-title a {display:block;width:95%;} .service-4-col {padding:60px 0 30px 0} .service-4-col h2 {margin:15px 0;padding:0;font-size:22px;} .home-block h3 { margin:20px 0 10px; padding:0; font-size:20px; color:#93b120 } .link-text { float:right; margin:10px 0 0 0 } .link-text { color:#93b120 } .link-text:hover { color:#000 } html, body { height: 100%; } .carousel, .item, .active { height: 100%; } #services-list .active { height:auto} .carousel-inner { height: 100%; } /* Background images are set within the HTML using inline CSS, not here */ .fill { width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Removes the default 20px margin and creates some padding space for the indicators and controls */ .carousel { margin-bottom: 0; padding:0; } /* Reposition the controls slightly */ .carousel-control { left:0; } .carousel-control.right { right:0; } /* Changes the position of the indicators */ .carousel-indicators { right: 50%; top: auto; margin-right:0; } /* Changes the colour of the indicators */ .carousel-indicators li { background: #fff; } .carousel-indicators .active { background: #93b120; } .div-1 { display:none; } 89 #map { height:500px; width:100%; } .gm-style-iw * { display: block; width: 100%; } .gm-style-iw h4, .gm-style-iw p { margin: 0; padding: 0; } .gm-style-iw a { color: #4272db; } #section-about-us-2 { padding:60px 0 } #section-about h3 { display:block; float:left; width:100%; margin:0 0 10px 0; } .btn2 { background:#222; color:#fff; margin:0; } .btn2:hover { color:#222!important; } #section-what { padding:0 0 82px 0 } .hr-bg {border-top: 1px solid #2f3031!important;} .hr-bg2 {border-top: 1px solid #2f3031!important; margin:0 0 30px 0} #section-what h2 { margin:72px 0 0 0; padding:0;} .home-block p { margin:0 0 5px 0 } .overlay { background:transparent; position:relative; width:100%; height:480px; /* your iframe height */ top:480px; /* your iframe height */ margin-top:-480px; /* your iframe height */ } #section-service-1 h3 { margin:0 0 20px 0; padding:0; font-size:24px } #section-service-1 h4 { margin:25px 0 20px 0; padding:0; font-size:24px } #section-service-1 p { text-align:justify;} ol, ul { margin: 0; padding: 0; } /*====================map====================*/ .map-container { width: 100%; margin:0; } .map-container object { width: 100%; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container object.clicked { pointer-events: auto; } .btn-line { margin:10px 0 10px 0} /*====================map====================*/ .img-holder h3 { font-size:19px; margin:10px 0 0 0} .service-4-col h2 { text-transform:uppercase; font-size:15px;} .widget_text a:hover { color:#93b120} .what-h3 h3 { margin:20px 0 5px 0; padding:0; text-transform:uppercase; font-size:18px;} .blog-2 { margin:0 0 20px 0} .carousel-caption h2 { font-size:80px; font-family: 'Playball', cursive; margin:0 0 4% 0} .carousel-caption h2 span { color:#93b120} .carousel-caption p { font-size:17px; line-height:20px; margin:0 0 5% 0; font-weight:300; line-height:30px;} .carousel-caption hr { max-width:50px; margin:30px auto; border-color: #93b120 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; border-width: 4px 0 0;} .banner-bt { color:#fff; border: solid 2px #fff; font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; border-radius:0; font-size:15px; padding:12px 27px } .banner-bt:hover { color:#2c2c2c; background-color:#fff; border-color:#fff; } .info-div1 { display:none} .list3 li { width:100%!important; margin:0 0 20px 0} .padd-b { padding-bottom:0!important} .div-n1 { display:block} .div-n2 { display:none} #carousel-example-generic2 .glyphicon-chevron-right { margin-right:0; right: 50%; top: 60% } #carousel-example-generic2 .glyphicon-chevron-left { margin-left:0; right: 50%; top: 60% } .contact h3 { margin:0 0 20px 0} .well h3 { margin:0 0 20px 0; font-size:20px;} /* Tags ----------------------------------------------------------------*/ .tags a { border: 1px solid #575757; color: #2c2c2c; font-size: 12px; padding:4px 5px; margin: 4px 0; display: inline-block; border-radius: 2px; -webkit-transition: all .2s ease; transition: all .2s ease; } .tags a:hover{ text-decoration: none; color:#222; border: 1px solid #93b120; -webkit-transition: all .2s ease; transition: all .2s ease; background:#93b120; border-radius: 2px; } .tags i{ padding-right: 5px; float:left; margin:8px 0 0 0;} .tags a:hover i{ color: #222; } .blog-t { margin-top:0!important} .arrow-2 .carousel-control { width:60px!important; height:45px!important;} .arrow-2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -20px;} .arrow-2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -20px;} .arrow-2 .carousel-control { top:43%;} .arrow-2 .icon-prev {font-size: 40px;height: 30px;margin-top: 0!important;width: 30px;} .arrow-3 .carousel-control { height: 45px !important; width: 60px !important; } .arrow-3 .carousel-control { top: 20%; } .arrow-3 .left {left:-13px;} .submit-bt { background:#222!important; color:#fff!important; border:0; padding:5px 10px;transition: all 500ms ease;} .submit-bt:hover { background:#93b120!important; color:#222!important; border:0;} .submit-bt:focus {background:#93b120!important; color:#222!important; border:0;} #topcontrol { z-index:9999!important} .modal-body { padding:30px; position: relative; } .modal-header { border-bottom: 1px solid #e5e5e5; padding: 12px 20px; } .modal-body p { color: #222; font-size: 15px; line-height: 28px; } .modal-title { color:#222} .modal-title { color: #222; font-size: 24px; } .modal-header .close { margin-top:7px; right:18px; } .logo-small { margin:0 0 8px 0} .mb { margin:0!important;} ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#fff; } ::-moz-placeholder { /* Firefox 19+ */ color:#fff; } :-ms-input-placeholder { /* IE 10+ */ color:#fff; } :-moz-placeholder { /* Firefox 18- */ color:#fff; } .map-css {width:100%; height:450px; border:0;} .submit-bt2 { border: 2px solid #95b217; color: #95b217!important; letter-spacing: 1px; line-height: normal; padding: 14px 30px; text-transform: uppercase; font-weight: 800; background:none!important; } .submit-bt2:hover { border: 2px solid #93b120!important; color: #000!important; letter-spacing: 1px; line-height: normal; padding: 14px 30px; text-transform: uppercase; font-weight: 800; background:#93b120!important; } .mt { margin:35px 0 0 0} .fr{ float:right!important} #sidebar { color: #222; } .m0 { margin:0; padding:0;} /*________________Preloader_______________ */ #preloader { background: #17181a url(../img/circles.svg) no-repeat center center; height: 100%; position: fixed; width: 100%; z-index:9999; background-size:50px; top:0; } /*________________Preloader_______________ */ /*----*/ .div4 { display:none} .footer-div .col-xs-6 .text-center { text-align:left} .div-right { float:right} /*----*/
assets/css/style.css
@charset "UTF-8"; /*----------------- [Master Stylesheet] Project: Interior & Furniture -----------------*/ /*----------------- [Table of contents] 1. Body 2. Click Top / #topcontrol 4. Header / .header 5. navbar / .navbar 6. Theme Banner / #banner 7. section-about / #section-about 8. Our Service / #Our Service 9. section-testimonial / #section-testimonial 10. section-portfolio / #portfoliolist 11. bg-image / #bg-image 12. event / .event 13. footer / .footer -------------------------------------------------------------------- [Color codes] Body-Font: #ffffff {white} Background: #ffffff (white) Content: #111111 (dark grey) Default: #93b120 (Yellow) a (standard): #212121 (dark grey) a (visited): #93b120 (Yellow ) a (active): #93b120 (Yellow ) ------------------------------------------------------------------- Body defaults:14px 'Ubuntu', sans-serif;; Input, textarea:14px 'Ubuntu', sans-serif;; Notes: decreasing heading by 0.4em with every subsequent heading level -------------------------------------------------------------------*/ @import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,500,500i,700,700i'); @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700'); body { overflow-x:hidden; margin:80px 0 0 0; font-size:100%; font-size:14px; letter-spacing:.5px } .text-muted {color:#777} .text-primary {color:#ac2222} p { font-size:14px; line-height:1.75; margin:0 0 10px 0; letter-spacing:.5px } p.large { font-size:16px } /*==================== header ====================*/ /*header { background-image:url(../img/header-bg.jpg); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } header { background-image:url(../img/header-bg4.jpg); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff }*/ header .intro-text { padding-top:100px; padding-bottom:50px } header .intro-text .intro-lead-in { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:22px; line-height:22px; margin-bottom:25px } header .intro-text .intro-heading { font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:700; font-size:50px; line-height:50px; margin-bottom:25px } @media (min-width:768px) { header .intro-text { padding-top:300px; padding-bottom:200px } header .intro-text .intro-lead-in { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:40px; line-height:40px; margin-bottom:25px } header .intro-text .intro-heading { font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:700; font-size:75px; line-height:75px; margin-bottom:50px } } /*==================== section-heading ====================*/ section h2.section-heading { font-size:40px; margin-top:0; margin-bottom:15px } section h3.section-subheading { font-size:16px; font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:none; font-style:italic; font-weight:400; margin-bottom:75px } /*==================== section-about ====================*/ #section-about { padding:90px 0 90px 0; } #section-about h2 { margin:0 0 25px 0 ; padding:0; color:#2c2c2c; font-size:33px; } .separator { line-height: 0.5; text-align: center; margin:25px 0 60px 0; } .separator span { display: inline-block; position: relative; } .separator span:before, .separator span:after { content: ""; position: absolute; border-bottom: 1px solid rgba(0, 0, 0, .1); top: 5px; width: 300px; } .separator span:before { right: 100%; margin-right: 15px; } .separator span:after { left: 100%; margin-left: 15px; } .separator span i { font-size:6px; padding:0; margin:0; float:none; color: #93b120; } .spacer-single { clear: both; display: block; height: 30px; width: 100%; } .service-heading { margin:15px 0; text-transform:none } /*==================== portfolio ====================*/ #portfolio .portfolio-item { margin:0 0 15px; right:0 } #portfolio .portfolio-item .portfolio-link { display:block; position:relative; max-width:400px; margin:0 auto } #portfolio .portfolio-item .portfolio-link .portfolio-hover { background:rgba(254, 209, 54, .9); position:absolute; width:100%; height:100%; opacity:0; transition:all ease .5s; -webkit-transition:all ease .5s; -moz-transition:all ease .5s } #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { opacity:1 } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content { position:absolute; width:100%; height:20px; font-size:20px; text-align:center; top:50%; margin-top:-12px; color:#fff } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i { margin-top:-12px } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { margin:0 } #portfolio .portfolio-item .portfolio-caption { max-width:400px; margin:0 auto; background-color:#fff; text-align:center; padding:25px } #portfolio .portfolio-item .portfolio-caption h4 { text-transform:none; margin:0 } #portfolio .portfolio-item .portfolio-caption p { font-family:"Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style:italic; font-size:16px; margin:0 } #portfolio * { z-index:2 } @media (min-width:767px) { #portfolio .portfolio-item { margin:0 0 30px } } /*==================== portfolio ====================*/ /*==================== welcome====================*/ .top-text { width:474px; min-height:138px; background-color:rgba(255, 255, 255, 0.8); padding:28px 0 } .top-text h2 { font-size:23px; color:#000; } .top-text h2 span { color:#aa2121 } .top-text p { color:#444444 } .arrwo { position:relative; bottom:25px } .welcome { text-align:center } .welcome h3 { font-family:'Oswald', sans-serif; font-size:33px; } .welcome span { color:#aa2121 } .div-bg { background:#000; text-align:center; padding:20px; margin:0 0 10px 0 } /*==================== gallery====================*/ .gallery p { margin:0; padding:0; color:#fff } .div-bg h3 { margin:0 0 15px 0; padding:0; color:#fff; font-size:20px; } .float-no { float:none; margin:40px auto; color:#999 } .bg-image { background: url(../img/bg-1.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin:0; padding:115px 0 } .center-boder { border:solid 6px #fff; max-width:400px; padding:20px 20px 20px 20px; margin:0 auto; color:#fff; font-size:18px; text-align:center } .center-boder h3 { margin:0 0 10px 0; padding:0;} .center-boder p { font-size:28px; line-height:1.75; text-transform:uppercase; } .center-boder p span { font-size:16px; color:#93b120 } /*====================footer====================*/ .footer2 { background:#333; padding:30px 0 30px 0 } .footer { background:#0b0b0b; padding:25px 0; color:#fff; } .footer2 a { color:#fff; } .footer2 a:hover { color:#ffa1a2; } .footer2 { color:#fff; } .footer2 h3 { margin:0; padding:0; font-size:29px; } .footer2 ul li { font-size:14px; line-height:30px; font-weight:200 } .footer2 ul li a { color:#d0d0d0; text-decoration:none } .footer2 .col-md-2 { font-size:15px; } /*====================gettuch====================*/ .gettuch { background:#f4f4f4; color:#000; padding:18px 0; text-align:center; margin:50px 0; font-size:22px; } .gettuch span { color:#aa2121 } .gettuch .input { color:#999; font-size:14px; height:47px; padding:0 20px; width:80%; float:left; border:solid 1px #dedede; font-family:Arial, Helvetica, sans-serif } .gettuch .bt-css { background:url(../img/arrow-bt.html); width:52px; height:47px; border:0; float:left } .date-div { background:#93b120; font-size:25px; color:#111; padding:20px 10px } /*====================event====================*/ .event h2 { text-align:center; font-size:33px; color:#2c2c2c; padding:0; margin:0; } .event { padding:90px 0; background:#fff } .event h1 { font-size:33px!important;} .text-detail h3 { font-size:18px; color:#93b120; letter-spacing:1px; margin:0 0 8px 0; padding:0; font-weight:500;} .text-detail p { font-size:15px; color:#2c2c2c; } /*====================event====================*/ /*========================= Icons ================= */ /* footer social icons */ ul.social-network { list-style: none; display: inline; margin-left:0 !important; padding: 0; } ul.social-network li { display: inline; margin: 0 5px; } .social-circle li a { display:inline-block; position:relative; margin:0 auto 0 auto; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; text-align:center; width:40px; height:40px; font-size:20px; background:#fff; color:#777 } .social-circle li a:hover { background:#aa2121; color:#fff!important; } .social-circle li i { margin:0; line-height:40px; text-align: center; color: #777; } .social-circle li:hover i { color:#fff } .tuch { margin:10px 0 0 0; padding:0; } /*====================about-css====================*/ .about-css { } .about-css h3 { color:#fff; margin:0 0 10px 0; padding:0; } .about-css h3 a {color:#fff;} .about-css span {} .blog-left-grid h3 a { color:#93b120!important;} .blog-left-grid p { line-height:28px;} .blog-box p { color:#fff;} .blog-box h3 a { color:#fff!important} .blog-box h4 {color:#fff!important} .about-css p { line-height:30px; color:#fff } .blog-box { background:#242528; padding:10px 20px 20px 20px; margin:0 0 30px 0} /*====================testimonials====================*/ .testimo { background:#f6f5f5; } .testimonials { padding:5em 0; background:#F6F5F5; } .testimonials-info-grd p:before { background:url(../img/8.png) no-repeat 0px 0px; display:block; width:32px; height:32px; content:''; position:absolute; top:-6%; left:0%; } .testimonials-info-grd p { font-size:14px; color:#999; margin:0; line-height:1.8em; padding: 2em 0 0; position:relative; } .testimonials-info-grd p span { display:block; color: #aa2121; margin: 1em 0 0; font-size: 1.2em; } .testimonials-info-grid { margin:3em 0 0; } /*====================posts-left====================*/ .posts-left { float: left; width: 35%; } .posts-right { float: right; width: 60%; } .recent-posts-info { margin: 0 0 20px; } .posts-right p { line-height:19px; font-size:13px; } .recent-posts h4 {font-size:25px;margin:62px 0 18px;padding:0;} .blog-left-grid ul {margin:0 0 2em;} .blog-left-grid ul li {display:inline-block;font-size:12px;margin:0 1em 0 1em;} .blog-left-grid ul li a {color:#2c2c2c;text-decoration:none;} .blog-left-grid ul li span { right:5px; } .blog-left-grid ul li a:hover { color:#93b120; } .blog-left-grid h4 { font-size:13px; margin:0 0 10px 0;} .img-div { margin:0 0 15px 0 } .publice-date { font-size:13px; } .publice-date span { font-size:13px; color:#93b120 } .posts-right strong { margin:8px 0 8px 0; display:block } .posts-right a { color:#2c2c2c; font-size:12px; margin:8px 0 0 0; display:block; width:80px; border:solid 1px #93b120; text-align:center; } .posts-right a:hover { background:#93b120; color:#222; border:solid 1px #93b120; } .posts-right strong { margin:8px 0 8px 0; display:block } /*====================contact-div====================*/ .contact-div { padding:50px 0 } .contact-div h3 { margin:0; padding:0; font-size:20px; } .detail h3 { margin:0; padding:0; } .contact-2 { background-image:url(../img/header-bg2.html); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } .contact-3 { background-image:url(../img/header-bg3.html); background-repeat:none; background-attachment:scroll; background-position:center center; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover; -o-background-size:cover; text-align:center; color:#fff } .sent-bt { border:0; padding:10px 20px; background:#aa2121; color:#fff; letter-spacing:1px; font-size:16px; } .sent-bt:hover { background:#333333 } .social-icons a { padding:0 5px; } .social-icons a:hover { padding:0 5px; color:#93b120 } /*====================contact-div====================*/ .conact-add address span {margin-bottom: 0;padding-bottom: 10px;} .footer-div { background: #f0f0ee none repeat scroll 0 0; color: #2c2c2c; padding:80px 0 67px 0; } .footer-div .col-md-4 p { line-height:2; letter-spacing:.5px;} .footer-div .widget h3 { margin:0; padding:0 0 20px 0;} .footer-div h3, .de_light .footer-div h3 { color: #2c2c2c; font-size:20px; margin:0; padding:0 0 20px 0; } .footer-div .widget_recent_post li a { color: #2c2c2c; } .footer-div li a { color: #555; letter-spacing:.5px } .footer-div .widget_recent_post li { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom-color: #222; margin: 0; padding:8px 0 8px; list-style:none; } .footer-div ul { margin:0; padding:0; } .footer-div li { border-bottom: 1px solid #222; margin-bottom: 5px; padding-bottom: 7px; padding-left: 20px; } address a { color:#2c2c2c } address a:hover { color:#93b120 } address span { display: block; font-weight: 300; margin-bottom:10px; padding-bottom:10px; line-height:20px; color:#2c2c2c; } address span strong { display: inline-block; } address span strong { display: inline-block; width: 60px; color: #2c2c2c; letter-spacing:2px; font-weight:bold; } .widget-address { font-size:13px; margin:6px 0 0 0 } section { background: #fff none repeat scroll 0 0; } h1 {font-size: 48px; } h2 {font-size: 36px;} h3 {font-size: 24px;} h4 {font-size: 21px;} h5 {font-size: 18px;} h6 {font-size: 16px;} p {font-size: 14px;} #section-about h3 { color:#2c2c2c; text-transform:uppercase; font-size:25px; margin:20px 0 10px 0; padding:0; } #section-about p { margin:0 0 20px 0; font-size:15px; line-height:28px;} .id-color { color:#93b120; margin:10px 0 0 0; } .custom-quote { border: 1px solid #d4dee5; letter-spacing: 0.7px; padding: 36px 50px 45px 40px; color:#fff } /*====================section-testimonial====================*/ #section-testimonial { background: rgba(0, 0, 0, 0) url("../img/bg-3.jpg") repeat fixed center top; padding:90px 0 } #section-testimonial h2 {color:#fff;margin:0; padding:0; font-size:33px;} #section-testimonial h6 {color:#fff; font-size:12px;} /*====================projects====================*/ #view-all-projects, #call-to-action { padding:60px 0; background:#93b120 } a.btn-line-black, .de_light a.btn-line-black { border: 1px solid #111; border-radius: 0; color: #111!important; font-weight: normal; } a.btn-big { border:2px solid #212121; color: #111!important; letter-spacing: 1px; line-height: normal; padding:14px 30px; text-transform: uppercase; font-weight:800 } a.btn-line-black:hover { color:#fff!important; } .hove-div { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 5; opacity: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; text-align: center; } .hove-div a { color: #fff } .hove-div h2 { text-align: center; padding:30% 0 30% 0; margin:0; font-size:14px; color: #fff; } .hove-div h2 a { display:block; width:100%; height:100% } .hove-div p { text-align: center; color: #fff } .hove-div:hover { opacity: 1; cursor: pointer; } /*====================portfolio====================*/ #section-portfolio {overflow: hidden;width: 100%; padding:60px 0 0 0; border-top: solid 1px #e4e4e4} /*====================subheader====================*/ #subheader { background: url(../img/subheader-1.jpg) no-repeat 0 0 fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative; } .subheader6 { background: url(../img/subheader-6.jpg) no-repeat 0 0 fixed!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .subheader7 { background: url(../img/subheader-7.jpg) no-repeat 0 0 fixed!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /*====================services====================*/ .service h2 { margin:10px 0 30px 0; padding:0; font-size:25px;} .service p { margin:-8px 0 20px 0; text-align:justify; font-size:15px; line-height:30px;} .pic-services img {margin-bottom: 30px;} #services-list {padding:0;margin:0 0 7px 0;text-align:center} #services-list li {display:inline-block} #services-list li a {color:#fff;} .de_light #services-list li a {color:#999;} #services-list li { list-style:none;background:rgba(0, 0, 0, .3);margin-bottom:20.5px;} .de_light #services-list li { background:#ddd; } #services-list li a {display:block;padding:15px 20px;text-decoration:none; font-size:16px; background:#2c2c2c } #services-list li a:hover {color:#fff;background:#93b120} #services-list .active a {color:#fff;background:#93b120} #content {background: #fff none repeat scroll 0 0;} .read-more {display:block;width:100%;float:left;margin:0} /*====================services====================*/ .read-services { display:block; width:100%; float:left; margin:10px 0 0 0 } .read-services a { background:#93b120; color:#fff; padding:5px 10px; margin:0; display:block; float:left } .read-services a:hover { background:#101010; } #subheader h1 { color: #eceff3; font-size: 32px; margin-right:0; margin-top:0; padding-right:0; text-transform:uppercase } #subheader .crumb { color: #fff; font-size: 10px; letter-spacing: 3px; margin-top: 90px; } .crumb { background-color: rgba(0, 0, 0, 0.33); bottom: 0; height: 55px; left: 0; padding: 14px 0 15px; position: absolute; width: 100%; } .crumb { text-align:center} .crumb li { display:inline-block; padding: 0 2px; text-align:center; text-decoration: none; text-transform:uppercase; } .crumb li a { color:#93b120; text-transform:none; text-transform:uppercase; } #subheader { padding:105px 0 100px 0; } #content { padding:90px 0; width: 100%; } .content2 { padding:90px 0 40px 0!important; width: 100%; } .content3 { padding:90px 0 78px 0!important; width: 100%; } .content4 { padding:90px 0 90px 0!important; width: 100%; } .no-top { padding-top: 0 !important; } .no-bottom { padding-bottom: 0 !important; } .no-bottom { margin-bottom: 0; padding-bottom: 0; } #section-about-us-2 .image-container { background: rgba(0, 0, 0, 0) url(../img/bg-side-1.jpg) repeat scroll 0 0; height:530px; } #section-about-us-2 h2 { margin:0; padding:0 0 20px 0; } #section-about-us-2 p { margin:0 0 10px 0 } .inner-padding { padding:106px 0; } .inner-padding h2 { color:#fff; margin:0 0 30px 0 } p.lead, p.intro { font-size: 16px; font-weight: 500; line-height: 1.7em; margin:0 0 20px 0 } .side-bg .image-container { background-size: cover !important; height: 100%; overflow: hidden; padding: 0; position: absolute; } .container-4 .de-team-list { float: left; position: relative; width: 24.9%; } .de-team-list .team-desc { background: #111 none repeat scroll 0 0; color: #fff; padding: 20px 20px 0; position: absolute; top: 0; z-index: 100; } .thumbnails li { margin:0 0 -1px 0; padding:0; list-style:none; } .project-name a { display:block; color:#fff } a.btn-big:after { font-family:FontAwesome; content: "\f054"; margin-left:20px; } /* ================================================== */ /* contact form */ /* ================================================== */ .error { padding:20px; border:none; display: none; color: #d9534f; border:solid 1px #d9534f; font-size: 12px; } .success { padding:20px; display: none; color: #5cb85c; border:solid 1px #5cb85c; margin-bottom: 20px; } .error img { vertical-align: top; } .full { width: 98%; } #contact_form { margin-top:20px; } #contact_form input[type=text], #contact_form textarea, #contact_form input[type=email], #search { padding:10px; margin-bottom:20px; border:solid 1px rgba(0, 0, 0, .3); background:rgba(0, 0, 0, .2); border-radius:0 !important; height:auto; background:#fff } .de_light #contact_form input[type=text], .de_light #contact_form textarea, .de_light #contact_form input[type=email], .de_light #search { border:solid 1px #ddd; background:#f5f5f5; color:#2c2c2c!important; } #contact_form input[placeholder], #contact_form textarea[placeholder] { color:#2c2c2c; } #contact_form input[type=submit] { background:none; } #contact_form input[type=submit]:hover { color:#2c2c2c; background:#111; border-color:#111; } #contact_form textarea { height:165px; } .error_input { border-color:#D31E2B !important; } /* ================================================== */ /* contact form */ /* ================================================== */ /* button */ /* ------------------------------ */ .btn-line, a.btn-line { border:solid 1px #222; color:#fff; font-weight:500; font-size:12px; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; padding:8px 30px!important; padding-left:30px; padding-right:30px; text-transform:uppercase; display:inline-block; text-align:center; letter-spacing:2px; text-decoration:none; } .btn-line, a.btn-line { border:solid 1px rgba(255, 255, 255, .2) !important; color:#fff; transition: background-color 0.5s ease; } .btn-line:hover { border:solid 1px rgba(255, 255, 255, .2) !important; color:#222; background:#93b120 } /*====================project-info====================*/ .project-info { color:#18191b; margin-top:0; } .de_light .project-info { color:#606060; } .project-info h2 { margin:0 0 20px 0; font-size:20px; letter-spacing:3px; color:#111 } .project-info h4 { font-weight:bold; color:#111 } .project-info .details { padding:20px; border:solid 1px #111; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; } .de_light .project-info .details { background:#eee; border-color:#ddd; } .project-infoproject-info span { display:block; } .project-info span.title { display:inline-block; min-width:80px;font-weight:bold; } .project-info span.val { margin-bottom:15px; } .project-view { padding:120px 0 80px 0; } .project-images img { width:100%; } /*====================project-info====================*/ #section-service-1, #section-service-3 { } .text-css { background:none; border:solid 1px #313133; color:#fff; margin:15px 0; } .read-more { margin:0 0 10px 0} .read-more a { color:#222 } .read-more a i { font-size:18px; margin:5px 0 0 10px; float:right} #gallery { max-width:800px } #gallery .item { width: 200px; float: left; } #gallery .item img { display: block; width: 100%; } .list2 li { width:200px;} .img-title { background:#111113; padding:10px; color:#fff; text-align:center; margin:0 0 20px 0 } .brochures { border: 1px solid #f4f4f4; overflow: hidden; padding:20px; position: relative; } /*brochures*/ .brochures { position: relative; overflow: hidden; padding: 19px; border: 1px solid #3e3c38; } .brochures p { margin: 11px 0; } .brochures-lists { } .brochures-lists li { display: inline-block; line-height: 43px; height: 45px; border: 1px solid #2c2c2c; position: relative; } .brochures-lists li:last-child { margin-bottom: 0px } .brochures-lists li a { color: #2c2c2c; font-size: 16px; font-weight: 400; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a span { display: inline-block; font-size: 16px; height: 28px; margin-left: 9px; margin-right: 10px; padding: 2px 5px; position: relative; font-size: 17px; line-height: 25px; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a:hover { color: #93b120; -webkit-transition: .5s ease; transition: .5s ease; } .brochures-lists li a i:before { font-size: 18px; padding-right: 15px; position: absolute; right: 0; top: 18px; color: #ffffff; } .brochures-lists li { -webkit-transition: .5s ease; transition: .5s ease; } .brochures i.icon { position: absolute; right: 0; bottom: -10px; font-size: 60px; color: #f7f7f7; } /*get in tuch*/ .getin-tuch { position: relative; padding: 19px; border: 1px solid #3e3c38; overflow: hidden; } .getin-tuch .default_link {color: #2c2c2c; border:solid 2px #2c2c2c; padding:8px 10px; margin:0 0 20px 0;} .getin-tuch .default_link i { font-size:17px} .getin-tuch .default_link:hover { color:#222; border:solid 2px #93b120; padding:8px 10px; margin:0 0 10px 0; background:#93b120; border:solid 2px #93b120; } .getin-tuch p { margin: 15px 0 30px; font-size:13px } .getin-tuch p a { color: #93b120; text-decoration: underline; } .getin-tuch p b { color: #93b120; } .getin-tuch i.icon { position: absolute; right: 0; bottom: -10px; font-size: 60px; color: #f7f7f7; } .default_link { color:#93b120; font-size: 14px; text-transform: uppercase; transition: all 0.5s ease 0s; } .blog-2 p { margin:0 0 10px 0!important; line-height:25px; } .blog-2 h3 { color:#fff; font-size:20px; margin:0; padding:0; } .read-more a {background:#93b120;color:#222;padding:5px 15px;margin:0;display:block;float:left} .read-more a:hover {color:#222;} .link2 { margin:10px 0 10px 0 } .link2 a { color:#fff; padding:0 5px; font-size:13px; } .grid li h3 { margin:0; padding:10px 0 0 0; } .projects-gallery { padding:90px 0 52px 0 } .read { font-size:14px; font-weight:500; cursor:pointer; } .project-single-v1-area { padding:90px 0 } #project-single-area .project-info { } #project-single-area .project-info h3 { font-size: 24px; margin: -4px 0 17px; text-transform: uppercase; } #project-single-area .project-info .project-info-list { overflow: hidden; margin-top: 30px; margin-left: -30px; margin-right: -30px; } #project-single-area .project-info .project-info-list li { border-bottom: 1px solid #242528; float: left; margin: 0 30px 20px; overflow: hidden; padding-bottom: 11px; padding-left: 20px; position: relative; width: 145px; } #project-single-area .project-info .project-info-list li .icon-holder { left: 0; position: absolute; top: -5px; } #project-single-area .project-info .project-info-list li .icon-holder i { font-size: 14px; color: #93b120; margin:9px 0 0 0 } #project-single-area .project-info .project-info-list li .text-holder { } #project-single-area .project-info .project-info-list li .text-holder h5 { font-size: 16px; font-weight: 400; text-transform: capitalize; margin:0; } #project-single-area .project-info .project-info-list li .text-holder p { margin: 0; font-size:13px; } .project-single-v1-area .project-description-content { padding-top: 30px; } .project-single-v1-area .project-description-content p { line-height:28px;} .project-single-v1-area .project-description-content h3 { font-size: 24px; margin: 0 0 20px; text-transform: uppercase; } .project-single-v1-area .project-description-content .project-manager-box { background: #f7f7f7 none repeat scroll 0 0; border-left: 1px solid #d5ac63; margin: 32px 0 0; overflow: hidden; padding: 15px 30px 21px 75px; position: relative; } .project-single-v1-area .project-description-content .project-manager-box::before { background: #d5ac63 none repeat scroll 0 0; content: ""; height: 90%; left: 2px; position: absolute; top: 0; width: 1px; } .project-single-v1-area .project-description-content .project-manager-box::after { content: "\f10d"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; color: #e6e6e6; font-size: 30px; position: absolute; top: 23px; left: 23px; } .project-single-v1-area .project-description-content .project-manager-box h4 { color: #9a9a9a; font-size: 18px; font-style: italic; font-weight: 400; line-height: 32px; margin: 0 0 12px; } .project-single-v1-area .project-description-content .project-manager-box h5 { color: #252525; font-size: 18px; font-weight: 500; } .project-single-v1-area .project-description-content .project-manager-box h5 span { color: #d5ac63; font-size: 16px; font-weight: 400; } .project-single-v1-area .related-project-items { overflow: hidden; padding-top:30px; } .project-single-v1-area .related-project-items .sec-title { padding-bottom:30px; } .project-single-v1-area .related-project-items .single-project-item { margin:0 0 10px 0 } .related-project-items .img-holder .overlay .box .content .icon-holder { background: transparent none repeat scroll 0 0; border-radius: 50%; height: 40px; margin: 0 auto; position: static; text-align: center; transition: all 500ms ease 0s; width: 40px; } .related-project-items .img-holder .overlay .box .content .icon-holder a span::before { color: #fff; font-size: 30px; font-weight: 700; line-height: 40px; } .related-project-items .img-holder .overlay .box .content .icon-holder:hover { background: #d5ac63 none repeat scroll 0 0; } .related-project-items .single-project-item .text-holder { padding-top: 22px; } .related-project-items .single-project-item .text-holder a h3 { color:#fff; font-size: 20px; font-weight: 500; margin: 0 0 10px; text-transform: capitalize; } .related-project-items .single-project-item .text-holder p { color:#fff; font-weight: 400; line-height: 16px; margin: 0; } .imghvr-hinge-up figcaption h3 { margin:0 0 10px 0 } .not-found-area { padding-bottom:90px; padding-top:90px; } .not-found-content h1 { color: #2c2c2c; font-size: 150px; line-height:130px; font-weight: 700; padding:0; margin: 0 0 7px; } .not-found-content h3 { color: #2c2c2c; font-size: 20px; font-weight: 300; margin: 0 0 20px; text-transform: uppercase; } .not-found-content p { font-size: 18px; margin: 0 0 42px; color:#878787 } .not-found-content .search-form { margin: 0 auto; position: relative; max-width:401px; } .not-found-content .search-form input[type="text"] { background: #fff none repeat scroll 0 0; border: 1px solid #f1f1f1; color: #000; display: inline-block; font-size: 16px; font-weight: 300; height: 55px; letter-spacing: 1px; padding-left: 20px; padding-right: 60px; position: relative; transition: all 500ms ease 0s; max-width:100%; } .not-found-content .search-form button { background: #93b120 none repeat scroll 0 0; border: medium none; color: #fff; display: inline-block; height: 55px; padding: 11px 0; position: absolute; right: 0; text-align: center; top: 0; transition: all 500ms ease 0s; width: 55px; } .project-info p { } .project-info2 p {} /*====================faq====================*/ .faq-content-area { overflow: hidden; } .faq-content-area h1 { font-size:33px; margin:0 0 10px 0} .accordion-box { padding: 0 0 50px 0; } .faq-content-area .question-form { padding:0; } .faq-content-area .question-form h1 { color: #fff; font-size: 24px; font-weight: 700; margin: 0 0 35px; text-transform: uppercase; } .faq-content-area .question-form form input[type="text"], .faq-content-area .question-form form textarea { background: #131416; border: medium none; display: block; height:40px; margin-bottom:10px; padding: 0 20px; width: 100%; transition: all 500ms ease; border: 1px solid transparent; color:#fff; } .faq-content-area .question-form form textarea { height: 155px; padding: 15px 20px; } .faq-content-area .question-form form button { background: #93b120 none repeat scroll 0 0; border-color: #93b120; color: #fff; margin: 10px 0 0; padding: 15px 30px 13px; transition: all 500ms ease; } .faq-content-area .question-form form button:hover { background: #2c2c2c; color: #ff; border-color: #2c2c2c; } /*====================faq====================*/ .thm-btn { border: 2px solid #93b120; color: #fff; display:inline-block; font-size: 13px; font-weight:600; line-height: 14px; letter-spacing:1px; text-transform: uppercase; transition: all 500ms ease 0s; } .thm-btn:hover {} .panel-default > .panel-heading { color:#2c2c2c; margin:0 0 10px 0; } .panel-body { background:#2c2c2c } .panel-body p { line-height:28px; color:#fff} .panel > .panel-heading { position: relative; padding:10px 12px; border: dashed 1px #93b120 } .panel-title > a.collapsed:after { content: '+'; position: absolute; line-height:20px; right: 24px; font-size:20px } .panel-title > a:after { content: '-'; position: absolute; line-height:20px; right: 24px; font-size:20px } .panel-title a {display:block;width:95%;} .service-4-col {padding:60px 0 30px 0} .service-4-col h2 {margin:15px 0;padding:0;font-size:22px;} .home-block h3 { margin:20px 0 10px; padding:0; font-size:20px; color:#93b120 } .link-text { float:right; margin:10px 0 0 0 } .link-text { color:#93b120 } .link-text:hover { color:#000 } html, body { height: 100%; } .carousel, .item, .active { height: 100%; } #services-list .active { height:auto} .carousel-inner { height: 100%; } /* Background images are set within the HTML using inline CSS, not here */ .fill { width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* Removes the default 20px margin and creates some padding space for the indicators and controls */ .carousel { margin-bottom: 0; padding:0; } /* Reposition the controls slightly */ .carousel-control { left:0; } .carousel-control.right { right:0; } /* Changes the position of the indicators */ .carousel-indicators { right: 50%; top: auto; margin-right:0; } /* Changes the colour of the indicators */ .carousel-indicators li { background: #fff; } .carousel-indicators .active { background: #93b120; } .div-1 { display:none; } 89 #map { height:500px; width:100%; } .gm-style-iw * { display: block; width: 100%; } .gm-style-iw h4, .gm-style-iw p { margin: 0; padding: 0; } .gm-style-iw a { color: #4272db; } #section-about-us-2 { padding:60px 0 } #section-about h3 { display:block; float:left; width:100%; margin:0 0 10px 0; } .btn2 { background:#222; color:#fff; margin:0; } .btn2:hover { color:#222!important; } #section-what { padding:0 0 82px 0 } .hr-bg {border-top: 1px solid #2f3031!important;} .hr-bg2 {border-top: 1px solid #2f3031!important; margin:0 0 30px 0} #section-what h2 { margin:72px 0 0 0; padding:0;} .home-block p { margin:0 0 5px 0 } .overlay { background:transparent; position:relative; width:100%; height:480px; /* your iframe height */ top:480px; /* your iframe height */ margin-top:-480px; /* your iframe height */ } #section-service-1 h3 { margin:0 0 20px 0; padding:0; font-size:24px } #section-service-1 h4 { margin:25px 0 20px 0; padding:0; font-size:24px } #section-service-1 p { text-align:justify;} ol, ul { margin: 0; padding: 0; } /*====================map====================*/ .map-container { width: 100%; margin:0; } .map-container object { width: 100%; display: block; pointer-events: none; position: relative; /* IE needs a position other than static */ } .map-container object.clicked { pointer-events: auto; } .btn-line { margin:10px 0 10px 0} /*====================map====================*/ .img-holder h3 { font-size:19px; margin:10px 0 0 0} .service-4-col h2 { text-transform:uppercase; font-size:15px;} .widget_text a:hover { color:#93b120} .what-h3 h3 { margin:20px 0 5px 0; padding:0; text-transform:uppercase; font-size:18px;} .blog-2 { margin:0 0 20px 0} .carousel-caption h2 { font-size:80px; font-family: 'Playball', cursive; margin:0 0 4% 0} .carousel-caption h2 span { color:#93b120} .carousel-caption p { font-size:17px; line-height:20px; margin:0 0 5% 0; font-weight:300; line-height:30px;} .carousel-caption hr { max-width:50px; margin:30px auto; border-color: #93b120 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; border-width: 4px 0 0;} .banner-bt { color:#fff; border: solid 2px #fff; font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform:uppercase; border-radius:0; font-size:15px; padding:12px 27px } .banner-bt:hover { color:#2c2c2c; background-color:#fff; border-color:#fff; } .info-div1 { display:none} .list3 li { width:100%!important; margin:0 0 20px 0} .padd-b { padding-bottom:0!important} .div-n1 { display:block} .div-n2 { display:none} #carousel-example-generic2 .glyphicon-chevron-right { margin-right:0; right: 50%; top: 60% } #carousel-example-generic2 .glyphicon-chevron-left { margin-left:0; right: 50%; top: 60% } .contact h3 { margin:0 0 20px 0} .well h3 { margin:0 0 20px 0; font-size:20px;} /* Tags ----------------------------------------------------------------*/ .tags a { border: 1px solid #575757; color: #2c2c2c; font-size: 12px; padding:4px 5px; margin: 4px 0; display: inline-block; border-radius: 2px; -webkit-transition: all .2s ease; transition: all .2s ease; } .tags a:hover{ text-decoration: none; color:#222; border: 1px solid #93b120; -webkit-transition: all .2s ease; transition: all .2s ease; background:#93b120; border-radius: 2px; } .tags i{ padding-right: 5px; float:left; margin:8px 0 0 0;} .tags a:hover i{ color: #222; } .blog-t { margin-top:0!important} .arrow-2 .carousel-control { width:60px!important; height:45px!important;} .arrow-2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -20px;} .arrow-2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {margin-left: -20px;} .arrow-2 .carousel-control { top:43%;} .arrow-2 .icon-prev {font-size: 40px;height: 30px;margin-top: 0!important;width: 30px;} .arrow-3 .carousel-control { height: 45px !important; width: 60px !important; } .arrow-3 .carousel-control { top: 20%; } .arrow-3 .left {left:-13px;} .submit-bt { background:#222!important; color:#fff!important; border:0; padding:5px 10px;transition: all 500ms ease;} .submit-bt:hover { background:#93b120!important; color:#222!important; border:0;} .submit-bt:focus {background:#93b120!important; color:#222!important; border:0;} #topcontrol { z-index:9999!important} .modal-body { padding:30px; position: relative; } .modal-header { border-bottom: 1px solid #e5e5e5; padding: 12px 20px; } .modal-body p { color: #222; font-size: 15px; line-height: 28px; } .modal-title { color:#222} .modal-title { color: #222; font-size: 24px; } .modal-header .close { margin-top:7px; right:18px; } .logo-small { margin:0 0 8px 0} .mb { margin:0!important;} ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color:#fff; } ::-moz-placeholder { /* Firefox 19+ */ color:#fff; } :-ms-input-placeholder { /* IE 10+ */ color:#fff; } :-moz-placeholder { /* Firefox 18- */ color:#fff; } .map-css {width:100%; height:450px; border:0;} .submit-bt2 { border: 2px solid #95b217; color: #95b217!important; letter-spacing: 1px; line-height: normal; padding: 14px 30px; text-transform: uppercase; font-weight: 800; background:none!important; } .submit-bt2:hover { border: 2px solid #93b120!important; color: #000!important; letter-spacing: 1px; line-height: normal; padding: 14px 30px; text-transform: uppercase; font-weight: 800; background:#93b120!important; } .mt { margin:35px 0 0 0} .fr{ float:right!important} #sidebar { color: #222; } .m0 { margin:0; padding:0;} /*________________Preloader_______________ */ #preloader { background: #17181a url(../img/circles.svg) no-repeat center center; height: 100%; position: fixed; width: 100%; z-index:9999; background-size:50px; top:0; } /*________________Preloader_______________ */ /*----*/ .div4 { display:none} .footer-div .col-xs-6 .text-center { text-align:left} .div-right { float:right} /*----*/
0.291384
0.069289
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent} body{line-height:1} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} nav ul{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:none} a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none} mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold} del{text-decoration:line-through} abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help} table{border-collapse:collapse;border-spacing:0} hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0} input,select{vertical-align:middle} li{list-style:none} canvas{ display:block; vertical-align:bottom; } #cat { position: fixed; bottom: 15px; left: 50%; font-weight: bold; text-align: center; } #photo { position: fixed; bottom: 15px; left: 47%; font-weight: bold; text-align: center; } #eyes { position: fixed; bottom: 15px; left: 53%; font-weight: bold; text-align: center; } #tw { position: fixed; bottom: 15px; left: 56%; font-weight: bold; text-align: center; } #menu { position: fixed; width: 500px; height: 200px; top: 45%; left: 50%; font-weight: bold; text-align: center; margin-top: -100px; /* Negative half of height. */ margin-left: -250px; } #tribal { position: fixed; width: 300px; height: 800px; top: 25%; right: 5%; font-weight: bold; text-align: center; margin-top: -100px; /* Negative half of height. */ margin-left: -250px; } .toggle-content { display: none; height: 0; overflow: hidden; transition: height 350ms ease-in-out; } .toggle-content.is-visible { display: block; height: auto; } /* ---- particles.js container ---- */ #particles-js{ width: 100%; height: 100%; background-color: #e5dfda; background-image: url('../assets/logo.png'); background-size: cover; background-size: 17%; background-position: 50% 43%; background-repeat: no-repeat; position:fixed; top:0; right:0; bottom:0; left:0; z-index:-1; } #particles-js.active { background-image: url(''); } @media only screen and (max-width:600px) { #particles-js{ width: 100%; height: 100%; background-color: #e5dfda; background-image: url('../assets/logo.png'); background-size: cover; background-size: 47%; background-position: 50% 43%; background-repeat: no-repeat; position:fixed; top:0; right:0; bottom:0; left:0; z-index:-1; } #cat { position: fixed; bottom: 15px; left: 50%; font-weight: bold; text-align: center; } #photo { position: fixed; bottom: 15px; left: 40%; font-weight: bold; text-align: center; } #eyes { position: fixed; bottom: 15px; left: 60%; font-weight: bold; text-align: center; } #tw { position: fixed; bottom: 15px; left: 70%; font-weight: bold; text-align: center; } }
css/style.css
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent} body{line-height:1} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} nav ul{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:none} a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none} mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold} del{text-decoration:line-through} abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help} table{border-collapse:collapse;border-spacing:0} hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0} input,select{vertical-align:middle} li{list-style:none} canvas{ display:block; vertical-align:bottom; } #cat { position: fixed; bottom: 15px; left: 50%; font-weight: bold; text-align: center; } #photo { position: fixed; bottom: 15px; left: 47%; font-weight: bold; text-align: center; } #eyes { position: fixed; bottom: 15px; left: 53%; font-weight: bold; text-align: center; } #tw { position: fixed; bottom: 15px; left: 56%; font-weight: bold; text-align: center; } #menu { position: fixed; width: 500px; height: 200px; top: 45%; left: 50%; font-weight: bold; text-align: center; margin-top: -100px; /* Negative half of height. */ margin-left: -250px; } #tribal { position: fixed; width: 300px; height: 800px; top: 25%; right: 5%; font-weight: bold; text-align: center; margin-top: -100px; /* Negative half of height. */ margin-left: -250px; } .toggle-content { display: none; height: 0; overflow: hidden; transition: height 350ms ease-in-out; } .toggle-content.is-visible { display: block; height: auto; } /* ---- particles.js container ---- */ #particles-js{ width: 100%; height: 100%; background-color: #e5dfda; background-image: url('../assets/logo.png'); background-size: cover; background-size: 17%; background-position: 50% 43%; background-repeat: no-repeat; position:fixed; top:0; right:0; bottom:0; left:0; z-index:-1; } #particles-js.active { background-image: url(''); } @media only screen and (max-width:600px) { #particles-js{ width: 100%; height: 100%; background-color: #e5dfda; background-image: url('../assets/logo.png'); background-size: cover; background-size: 47%; background-position: 50% 43%; background-repeat: no-repeat; position:fixed; top:0; right:0; bottom:0; left:0; z-index:-1; } #cat { position: fixed; bottom: 15px; left: 50%; font-weight: bold; text-align: center; } #photo { position: fixed; bottom: 15px; left: 40%; font-weight: bold; text-align: center; } #eyes { position: fixed; bottom: 15px; left: 60%; font-weight: bold; text-align: center; } #tw { position: fixed; bottom: 15px; left: 70%; font-weight: bold; text-align: center; } }
0.353763
0.063802
.news-project{ padding: 10px; color: #ffffff; } /* Page Heading */ .page-top{ text-align: left; } .mid li{ width: 190px; text-align: center; } /* margin-top rwd*/ .home_top{ margin-top: 250px; } .logo_name{ display: none; } .logo{ display: inline-block; } .toggle{ display: none; } .mid li a p{ margin-top:70px; } /*#owl-demo div{ height:240px; }*/ .carousel_height{ height:250px; } @media (max-width: 767px) { .home_top{ margin-top: 0; } .logo_name{ display: inline-block; } .logo{ display: none; } .nav_top{ margin-top:-50px } .toggle{ margin-bottom: 10px; margin-left: 40%; display: inline-block; } /*side bar*/ .animated{ display: none; } .mid li a p{ margin-top: 0px; text-align: left; } /*手機版隱藏cheng yao*/ .hidden2 { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .mid li a p{ margin-top: 30px; text-align: left; } .mid li{ width: 120px; text-align: center; } .toggle{ margin-bottom: 10px; margin-left: 40%; display: inline-block; } /*side bar*/ .animated{ display: none; } .design{ display: none; } .carousel_sm{ width: 55%; } } @media (min-width: 992px) and (max-width: 1199px) { .mid li{ width: 150px; text-align: center; } .carousel_height{ height:200px; } .design{ display: none; } .carousel_sm{ width: 55%; } } /* -------------------------------- Primary style -------------------------------- */ @media only screen and (min-width: 600px) { h1 { font-size: 3.2rem; } } input { font-family: "Jaldi", sans-serif; font-size: 1.6rem; } /* -------------------------------- Main Components -------------------------------- */ /*.cd-accordion-menu { width: 90%; max-width: 600px; background: #4d5158; margin: 4em auto; box-shadow: 0 4px 40px #70ac76; }*/ a { color: #337ab7; /* text-align: center;*/ text-decoration: none; } /*.animated li a{ font-size: 100%; } .animated li label{ font-size: 100%; }*/ /* -------------------------------- Main Components -------------------------------- */ .cd-accordion-menu ul { /* by default hide all sub menus */ display: none; } .cd-accordion-menu input[type=checkbox] { /* hide native checkbox */ position: absolute; opacity: 0; } .cd-accordion-menu label, .cd-accordion-menu a { position: relative; display: block; padding: 18px 18px 18px; background: #4d5158; box-shadow: inset 0 -1px #555960; color: #ffffff; letter-spacing: 1px; font-size:20px; /* background: rgba(255, 255, 255, 0)*/ } .cd-accordion-menu ul label, .cd-accordion-menu ul a { background: #35383d; box-shadow: inset 0 -1px #41444a; color: #ADADAD; font-size:15px; } html, body, div, span, applet, object, iframe,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, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; /* text-align: center;*/ font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, main { 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; } /*============================faq========================*/ dl { /* background: #e3e3e3;*/ /* border: 1px solid rgba(0,0,0, .2);*/ } dl, dt, dd { border-radius: 5px; } dt { background: #08071c; border-bottom: 1px solid #040412; /* border-top: 1px solid #262395;*/ color: white; cursor: pointer; font-size: 1.3em; font-weight: bold; line-height: 2em; text-shadow: -1px -1px 0px #1169c3; } dt:first-child { border-top: 0; } dt:last-of-type { border-bottom: 0; } dd { color: white; background-color: #29363d; margin-left: 0; padding: 1em 0; } /*=============================contact us=============================*/ .contact_us{ padding-top: 20px; line-height: 2em; color: white; background-color: #29363d; }
assets/css/home.css
.news-project{ padding: 10px; color: #ffffff; } /* Page Heading */ .page-top{ text-align: left; } .mid li{ width: 190px; text-align: center; } /* margin-top rwd*/ .home_top{ margin-top: 250px; } .logo_name{ display: none; } .logo{ display: inline-block; } .toggle{ display: none; } .mid li a p{ margin-top:70px; } /*#owl-demo div{ height:240px; }*/ .carousel_height{ height:250px; } @media (max-width: 767px) { .home_top{ margin-top: 0; } .logo_name{ display: inline-block; } .logo{ display: none; } .nav_top{ margin-top:-50px } .toggle{ margin-bottom: 10px; margin-left: 40%; display: inline-block; } /*side bar*/ .animated{ display: none; } .mid li a p{ margin-top: 0px; text-align: left; } /*手機版隱藏cheng yao*/ .hidden2 { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .mid li a p{ margin-top: 30px; text-align: left; } .mid li{ width: 120px; text-align: center; } .toggle{ margin-bottom: 10px; margin-left: 40%; display: inline-block; } /*side bar*/ .animated{ display: none; } .design{ display: none; } .carousel_sm{ width: 55%; } } @media (min-width: 992px) and (max-width: 1199px) { .mid li{ width: 150px; text-align: center; } .carousel_height{ height:200px; } .design{ display: none; } .carousel_sm{ width: 55%; } } /* -------------------------------- Primary style -------------------------------- */ @media only screen and (min-width: 600px) { h1 { font-size: 3.2rem; } } input { font-family: "Jaldi", sans-serif; font-size: 1.6rem; } /* -------------------------------- Main Components -------------------------------- */ /*.cd-accordion-menu { width: 90%; max-width: 600px; background: #4d5158; margin: 4em auto; box-shadow: 0 4px 40px #70ac76; }*/ a { color: #337ab7; /* text-align: center;*/ text-decoration: none; } /*.animated li a{ font-size: 100%; } .animated li label{ font-size: 100%; }*/ /* -------------------------------- Main Components -------------------------------- */ .cd-accordion-menu ul { /* by default hide all sub menus */ display: none; } .cd-accordion-menu input[type=checkbox] { /* hide native checkbox */ position: absolute; opacity: 0; } .cd-accordion-menu label, .cd-accordion-menu a { position: relative; display: block; padding: 18px 18px 18px; background: #4d5158; box-shadow: inset 0 -1px #555960; color: #ffffff; letter-spacing: 1px; font-size:20px; /* background: rgba(255, 255, 255, 0)*/ } .cd-accordion-menu ul label, .cd-accordion-menu ul a { background: #35383d; box-shadow: inset 0 -1px #41444a; color: #ADADAD; font-size:15px; } html, body, div, span, applet, object, iframe,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, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; /* text-align: center;*/ font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, main { 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; } /*============================faq========================*/ dl { /* background: #e3e3e3;*/ /* border: 1px solid rgba(0,0,0, .2);*/ } dl, dt, dd { border-radius: 5px; } dt { background: #08071c; border-bottom: 1px solid #040412; /* border-top: 1px solid #262395;*/ color: white; cursor: pointer; font-size: 1.3em; font-weight: bold; line-height: 2em; text-shadow: -1px -1px 0px #1169c3; } dt:first-child { border-top: 0; } dt:last-of-type { border-bottom: 0; } dd { color: white; background-color: #29363d; margin-left: 0; padding: 1em 0; } /*=============================contact us=============================*/ .contact_us{ padding-top: 20px; line-height: 2em; color: white; background-color: #29363d; }
0.186428
0.082033
.bootstrap-datetimepicker-widget { top:0; left:0; width:250px; padding:4px; margin-top:1px; z-index:3000; } .bootstrap-datetimepicker-widget:before { content:''; display:inline-block; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #ccc; border-bottom-color:rgba(0,0,0,0.2); position:absolute; top:-7px; left:6px; } .bootstrap-datetimepicker-widget:after { content:''; display:inline-block; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #fff; position:absolute; top:-6px; left:7px; } .bootstrap-datetimepicker-widget >ul { list-style-type:none; margin:0; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width:100%; font-weight:bold; font-size:1.2em; } .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator { width:4px; padding:0; margin:0; } .bootstrap-datetimepicker-widget .datepicker > div { display:none; } .bootstrap-datetimepicker-widget .picker-switch { text-align:center; } .bootstrap-datetimepicker-widget table { width:100%; margin:0; } .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th { text-align:center; width:20px; height:20px; } .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover { background:#eee; cursor:pointer; } .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new { color:#999; } .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); } .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget td span { display:block; width:47px; height:54px; line-height:54px; float:left; margin:2px; cursor:pointer; } .bootstrap-datetimepicker-widget td span:hover { background:#eee; } .bootstrap-datetimepicker-widget td span.active { color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); } .bootstrap-datetimepicker-widget td span.old { color:#999; } .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget th.switch { width:145px; } .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev { font-size:21px; } .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget thead tr:first-child th { cursor:pointer; } .bootstrap-datetimepicker-widget thead tr:first-child th:hover { background:#eee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display:block; cursor:pointer; width:16px; height:16px; }
web/css/organic_datetimepicker_5.css
.bootstrap-datetimepicker-widget { top:0; left:0; width:250px; padding:4px; margin-top:1px; z-index:3000; } .bootstrap-datetimepicker-widget:before { content:''; display:inline-block; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #ccc; border-bottom-color:rgba(0,0,0,0.2); position:absolute; top:-7px; left:6px; } .bootstrap-datetimepicker-widget:after { content:''; display:inline-block; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #fff; position:absolute; top:-6px; left:7px; } .bootstrap-datetimepicker-widget >ul { list-style-type:none; margin:0; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width:100%; font-weight:bold; font-size:1.2em; } .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator { width:4px; padding:0; margin:0; } .bootstrap-datetimepicker-widget .datepicker > div { display:none; } .bootstrap-datetimepicker-widget .picker-switch { text-align:center; } .bootstrap-datetimepicker-widget table { width:100%; margin:0; } .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th { text-align:center; width:20px; height:20px; } .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover { background:#eee; cursor:pointer; } .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new { color:#999; } .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover { color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); } .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget td span { display:block; width:47px; height:54px; line-height:54px; float:left; margin:2px; cursor:pointer; } .bootstrap-datetimepicker-widget td span:hover { background:#eee; } .bootstrap-datetimepicker-widget td span.active { color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,0.25); } .bootstrap-datetimepicker-widget td span.old { color:#999; } .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget th.switch { width:145px; } .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev { font-size:21px; } .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover { background:none; color:#999; cursor:not-allowed; } .bootstrap-datetimepicker-widget thead tr:first-child th { cursor:pointer; } .bootstrap-datetimepicker-widget thead tr:first-child th:hover { background:#eee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display:block; cursor:pointer; width:16px; height:16px; }
0.490724
0.045142
html, body { height: 100%; width: 100%; padding: 0; margin: 0; color: white; } @-webkit-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-moz-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-ms-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-o-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } #game-time { position: absolute; right: 1; bottom: 0; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; font-size: 32px; } #user-stats { display: none; width: 225px; height: 310px; } #weapon-list { display: none; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; width: 300px; height: 200px; position: relative; bottom: 0; right: 0; } #footer { position: absolute; right: 0; bottom: 0; font-size: 24px; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; } #places { display: none; width: 160px; height: 140px; } #adventure { display: none; width: 160px; height: 80px; } #tutorial { display: none; width: 600px; height: 200px; } #credits { display: none; }
css/style.css
html, body { height: 100%; width: 100%; padding: 0; margin: 0; color: white; } @-webkit-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-moz-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-ms-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @-o-keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } @keyframes color-change { 0% { color: orange; } 50% { color: red; } 100% { color: orange; } } #game-time { position: absolute; right: 1; bottom: 0; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; font-size: 32px; } #user-stats { display: none; width: 225px; height: 310px; } #weapon-list { display: none; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; width: 300px; height: 200px; position: relative; bottom: 0; right: 0; } #footer { position: absolute; right: 0; bottom: 0; font-size: 24px; -webkit-animation: color-change 1s infinite; -moz-animation: color-change 1s infinite; -o-animation: color-change 1s infinite; -ms-animation: color-change 1s infinite; animation: color-change 1s infinite; } #places { display: none; width: 160px; height: 140px; } #adventure { display: none; width: 160px; height: 80px; } #tutorial { display: none; width: 600px; height: 200px; } #credits { display: none; }
0.520984
0.119871
.header { position: sticky; position: -webkit-sticky; /* For Safari */ width: 100vw; top: 0; border-top: 5px transparent white; border-right: 5px transparent white; border-left: 5px transparent white; padding-top: 20px; background-color: blueviolet; } #header_logo { margin-left: 1vw; margin-right: 1vw; width: 8vw; min-width: 50px; max-width: 200px; } .header_title { text-decoration: none; padding-left: 1vw; color: whitesmoke; font-size: 4vw; padding-bottom: 2vw; } /* osxzxso - Styles for the nav bar/menu. The active indicator, which is the "bold undelrine" look, is using the same color as the div1 text (which was grabbed from the CS Club logo font color). More tabs can be added, then essentially, we will have to adjust the width percentage accordingly, or begin to use @media queries to make the site responsive and switch to a "hamburger" style menu on certain size displays if/when the current style becomes too congested with additional pages, etc... */ .topnav { position: relative; color: whitesmoke; } .topnav a, .topnav a:hover { text-decoration: none; display: inline-block; width: 25%; padding: 1em; text-align: center; color: whitesmoke; } .topnav a.active { border-bottom: 7px solid #4e0d78; } /* osxzxso - The font color for div1 was grabbed from the CS Club Logo font color. It can be changed to any other color, black, etc... when we decide on a specifc color/hex. */ .div1 h2, p { color: #4e0d78; } /* Name Here */ .div2 { /*Any div2 css here*/ } /* Name Here */ .div3 { /*Any div3 css here*/ } /* <NAME> */ .footer { background-color: blueviolet; padding-top: 40px; padding-bottom: 10px; text-align: center; /* Copied off stthomas.edu footer */ } .footer p { color: whitesmoke; } /* osxzxso - Styles for the social icons in the footer. For some reason the Discord icon was naturally larger than the others, so there is separate sizing for that specific icon. As of now, hover effects (like color changing upon hover is "inactive" but can be activated at any time by switching the color/hex. */ .socialIcons a { font-size: 14px; margin: 0 10px 0 0; color: whitesmoke; text-decoration: none; padding-left: 10px; padding-right: 10px; } #social-dc { font-size: 38px; } .socialIcons a:hover { color: whitesmoke; text-decoration: none;
public/css/style.css
.header { position: sticky; position: -webkit-sticky; /* For Safari */ width: 100vw; top: 0; border-top: 5px transparent white; border-right: 5px transparent white; border-left: 5px transparent white; padding-top: 20px; background-color: blueviolet; } #header_logo { margin-left: 1vw; margin-right: 1vw; width: 8vw; min-width: 50px; max-width: 200px; } .header_title { text-decoration: none; padding-left: 1vw; color: whitesmoke; font-size: 4vw; padding-bottom: 2vw; } /* osxzxso - Styles for the nav bar/menu. The active indicator, which is the "bold undelrine" look, is using the same color as the div1 text (which was grabbed from the CS Club logo font color). More tabs can be added, then essentially, we will have to adjust the width percentage accordingly, or begin to use @media queries to make the site responsive and switch to a "hamburger" style menu on certain size displays if/when the current style becomes too congested with additional pages, etc... */ .topnav { position: relative; color: whitesmoke; } .topnav a, .topnav a:hover { text-decoration: none; display: inline-block; width: 25%; padding: 1em; text-align: center; color: whitesmoke; } .topnav a.active { border-bottom: 7px solid #4e0d78; } /* osxzxso - The font color for div1 was grabbed from the CS Club Logo font color. It can be changed to any other color, black, etc... when we decide on a specifc color/hex. */ .div1 h2, p { color: #4e0d78; } /* Name Here */ .div2 { /*Any div2 css here*/ } /* Name Here */ .div3 { /*Any div3 css here*/ } /* <NAME> */ .footer { background-color: blueviolet; padding-top: 40px; padding-bottom: 10px; text-align: center; /* Copied off stthomas.edu footer */ } .footer p { color: whitesmoke; } /* osxzxso - Styles for the social icons in the footer. For some reason the Discord icon was naturally larger than the others, so there is separate sizing for that specific icon. As of now, hover effects (like color changing upon hover is "inactive" but can be activated at any time by switching the color/hex. */ .socialIcons a { font-size: 14px; margin: 0 10px 0 0; color: whitesmoke; text-decoration: none; padding-left: 10px; padding-right: 10px; } #social-dc { font-size: 38px; } .socialIcons a:hover { color: whitesmoke; text-decoration: none;
0.331336
0.094302
.ul-reset-mixin { padding: 0; margin: 0; list-style: none; } .border-mixin { border: 1px solid #cecece; } .section-mixin { padding: 30px 0; border-bottom: 1px solid #cecece; } .input-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; } .select-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; } .icon-wrapper-mixin { width: 40px; height: 40px; border-radius: 4px; } .checkbox-mixin { height: 21px; width: 21px; border-radius: 5px; background: #e6e6e6; border: 1px solid #cecece; } .button-mixin { padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; } .fa-caret-mixin { color: #737373; font-size: 1.3em; } .transition-mixin { transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } @media screen and (min-width: 768px) { .navbar-nav { float: right; } } @media screen and (max-width: 1200px) { .how-we-grade { float: left !important; text-align: left; margin-top: 15px; } } @media screen and (max-width: 565px) { .select-gray { margin-top: 30px; } } @media screen and (max-width: 992px) { .icon-legend .icon-wrapper { margin-bottom: 30px; margin-right: 30px; } } @media screen and (max-width: 768px) { .activity-page-dropdown-wrapper .button-select { margin-top: 10px; } .activity-page-dropdown-wrapper .dropdown-menu { min-width: 98% !important; } } @media screen and (max-width: 1200px) { #activity-planner .how-we-grade { margin-top: 0; } } @media screen and (max-width: 992px) { .bs-wizard { right: 50px !important; } } @media screen and (max-width: 768px) { .start-activity-wrapper .button-green { float: left; margin-top: 20px; } } /* ========================================================================== Font embedding ========================================================================== */ @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Light.otf'); font-weight: 200; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-LightItalic.otf'); font-weight: 200; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Regular.otf'); font-weight: 400; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-RegItalic.otf'); font-weight: 400; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-SemiBold.otf'); font-weight: 600; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Bold.otf'); font-weight: 700; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Light.eot'); font-weight: 200; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-LightItalic.eot'); font-weight: 200; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Regular.eot'); font-weight: 400; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-RegItalic.eot'); font-weight: 400; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-SemiBold.eot'); font-weight: 600; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Bold.eot'); font-weight: 700; font-style: normal; } /* ========================================================================== Tags ========================================================================== */ p, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; } section { padding: 30px 0; border-bottom: 1px solid #cecece; } .anchor-block { transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; border: 0; font-weight: bold; } .anchor-block:active { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.7); } .anchor-block:hover, .anchor-block:focus { text-decoration: none; color: #fff; } button:not(.select-mixin) { padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; border: 0; font-weight: bold; } button:not(.select-mixin):focus { outline: none; } button:not(.select-mixin):active { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.7); } .button-select { text-align: left; width: 100%; } .button-gray { background-color: #737373; color: #fff; } .button-gray:hover { background-color: #616161; } .button-green { background-color: #5bc1a9; color: #fff; } .button-green:hover { background-color: #44b49a; } .button-orange { background-color: #f99f3e; } .button-orange:hover { background-color: #f88e1b; } .button-red { background-color: #fc3e3b; color: #fff; } .button-red:hover { background-color: #fc2f2c; } .button-marine { background-color: #00c2a2; color: #fff; } .button-marine:hover { background-color: #009e84; } .button-yellow { background-color: #ea9a1a; color: #fff; } .button-yellow:hover { background-color: #e09215; } .button-blue { background-color: #348fdf; color: #fff; } .button-blue:hover { background-color: #217dcf; } /* ========================================================================== Navbar styles ========================================================================== */ .image-brand img { padding-top: 5px; } .navbar-default .navbar-nav > li > a { color: #000; font-size: 16px; line-height: 45px; padding: 10px 20px; font-weight: 500; border-top: none; } .navbar-default .navbar-nav > li > a .fa { color: #737373; margin-left: 5px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { border-top: none; } .navbar-default .navbar-nav { position: relative; left: 30px; } /* ========================================================================== Inputs, selects, etc ========================================================================== */ input { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } input:focus { outline: none; border: 1px solid #5bc1a9; } .datepicker-input { height: 26px; width: 148px; background-image: url(../images/icon-calendar.png); background-repeat: no-repeat; background-position-x: 120px; background-position-y: 3px; } input.inactive { background: #f7f5f5; width: 120px; border: 1px dashed #cecece; } input.inactive:focus { border: 1px dashed #5bc1a9; } select { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; } select:focus { outline: none; } .button-select-wrapper button { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; text-align: left; width: 100%; } .button-select-wrapper .dropdown-menu { list-style-type: none; padding: 0; margin: 0; width: 100%; border-radius: 5px; font-size: 14px; } .button-select-wrapper .dropdown-menu a { padding: 5px 14px; display: block; color: #000; } .button-select-wrapper .dropdown-menu a:hover { background: #f0f0f0; } .button-select-wrapper .dropdown-menu a:hover, .button-select-wrapper .dropdown-menu a:focus, .button-select-wrapper .dropdown-menu a:active { -webkit-appearance: none; } .button-select-wrapper a:hover { text-decoration: none; } .button-select-wrapper .fa { color: #737373; position: relative; float: right; font-size: 1.3em; text-align: right; line-height: normal; width: auto; } .select-white-wrapper .dropdown-menu { width: 265px; } .select-gray-wrapper .dropdown-menu { width: 100% !important; } .select-box-disabled { background: #ebebeb; } .select-white-wrapper { width: 280px; } .select-white { background: #fff; } .select-gray-wrapper { width: 220px; } .select-gray { background: #ebebeb; } .select-box-trigger { padding: 13px 40px; width: 284px; display: block; position: relative; right: 20px; } /* ========================================================================== Tabs ========================================================================== */ .tabs-navigation-list li a { font-size: 16px; } .nav-tabs { border-bottom: none; } #first-tab { border-left: 1px solid #cecece; } .tab-subnavigation-wrapper { padding: 8px 0; background: #fff; border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; } .tab-subnavigation-wrapper ul { padding: 0; margin: 0; list-style: none; float: left; } .tab-subnavigation-wrapper ul li { float: left; padding: 10px 16.5px; } .tab-subnavigation-wrapper ul li a { padding: 10px 18px; border-radius: 5px; font-size: 14px; color: #000; } .tab-subnavigation-wrapper ul li a.active { background: #e6e6e6; } .student-subnavigation { padding: 12px 0; } .student-subnavigation a { font-size: 14px; color: #999; } .student-subnavigation a:hover { text-decoration: none; } .student-subnavigation span { line-height: 24px; } .student-subnavigation img { margin-right: 9px; } .student-course-info a { margin-right: 50px; } .student-course-info a:last-child { margin-right: 0; } .tab-subnavigation-breadcrumb-wrapper { padding: 8px 0; background: #fff; border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; } .tab-subnavigation-breadcrumb-wrapper ul { padding: 0; margin: 0; list-style: none; float: left; } .tab-subnavigation-breadcrumb-wrapper ul li { float: left; } .tab-subnavigation-breadcrumb-wrapper ul li a { font-size: 14px; } /* ========================================================================== Icons ========================================================================== */ .icons-wrapper { padding-top: 30px; } .icon-wrapper { width: 40px; height: 40px; border-radius: 4px; float: left; } .icon-row { margin-bottom: 15px; } .icon-row .icon-wrapper { margin-right: 17px; float: none; display: inline-block; } .icon-row:first-child { margin-top: 26px; } .icon-row:last-child { margin-bottom: 0; } .icon-green { background: #58b146; } .icon-orange { background: #f8a724; } .icon-red { background: #e8522c; } .icon-gray { background: #b7b7b7; } .icon-pencil { background-image: url(../images/icon-pencil.png); background-repeat: no-repeat; background-position: 9px; } .icon-puzzle { background-image: url(../images/icon-puzzle.png); background-repeat: no-repeat; background-position: 11px 7px; } .icon-flag { background-image: url(../images/icon-flag.png); background-repeat: no-repeat; background-position: 9px; } .icons-description-wrapper { float: left; position: relative; margin-left: 10px; } .title { font-size: 14px; } .title-v-centered { line-height: 40px; } .title-not-started { line-height: 40px; position: static; } .explanation { font-size: 13px; } .how-we-grade { float: right; } .how-we-grade:hover .fa { color: #747474; } .how-we-grade .fa { color: #cecece; margin-left: 10px; } .section-header { font-weight: 600; font-size: 24px; } /* ========================================================================== Activity Planner styles ========================================================================== */ #activity-planner input:not([type="checkbox"]) { width: 326px; margin-top: 20px; } #activity-planner button:not(.button-select) { margin-left: 20px; border: none; color: #fff; font-weight: bold; margin-top: 20px; } #activity-planner .select-box-trigger { width: auto; } #activity-planner .activity-planner-select { display: inline-block; width: auto; margin-right: 18px; } #activity-planner .selects-wrapper { margin-top: 20px; } .activity-page-dropdown-wrapper { margin-top: 20px; } .activity-page-dropdown-wrapper .dropdown-menu { list-style-type: none; padding: 0; margin: 0; min-width: 94%; border-radius: 5px; font-size: 14px; } .activity-page-dropdown-wrapper .dropdown-menu a { padding: 5px 14px; display: block; color: #000; } .activity-page-dropdown-wrapper .dropdown-menu a:hover { background: #f0f0f0; } .activity-page-dropdown-wrapper .dropdown-menu a:hover, .activity-page-dropdown-wrapper .dropdown-menu a:focus, .activity-page-dropdown-wrapper .dropdown-menu a:active { -webkit-appearance: none; } .learning-to-use { padding: 30px 0 85px 0; } /* ========================================================================== Tables ========================================================================== */ #activity-planner table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } #activity-planner table thead { background: #f7f5f5; border: 1px solid #cecece; } #activity-planner table thead tr th { border-left: 1px solid #cecece; border-bottom: none; border-top: 1px solid #cecece; cursor: pointer; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } #activity-planner table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } #activity-planner table thead tr th.active { background: #e6e6e6; } #activity-planner table thead tr th:nth-child(1) { width: 5%; border-top-left-radius: 5px; text-align: center; } #activity-planner table thead tr th:nth-child(2) { width: 7%; } #activity-planner table thead tr th:nth-child(3) { width: 53%; } #activity-planner table thead tr th:nth-child(4) { width: 15%; } #activity-planner table thead tr th:nth-child(5) { width: 20%; border-top-right-radius: 5px; border-right: 1px solid #cecece; } #activity-planner table tbody tr:nth-child(3), #activity-planner table tbody tr:nth-child(4), #activity-planner table tbody tr:nth-child(5), #activity-planner table tbody tr:nth-child(8), #activity-planner table tbody tr:nth-child(9) { background: #f7f5f5; } #activity-planner table tbody tr { background: #fff; } #activity-planner table tbody tr td { font-size: 14px; padding: 7px; } #activity-planner table tbody tr td:nth-child(1) { text-align: center; border-left: 1px solid #cecece; } #activity-planner table tbody tr td:nth-child(2) { text-align: center; } #activity-planner table tbody tr td:nth-child(3) { text-align: left; } #activity-planner table tbody tr td:nth-child(4) { text-align: right; } #activity-planner table tbody tr td:nth-child(5) { text-align: left; border-right: 1px solid #cecece; } #activity-planner .table > thead > tr > th, #activity-planner .table > tbody > tr > th, #activity-planner .table > tfoot > tr > th, #activity-planner .table > thead > tr > td, #activity-planner .table > tbody > tr > td, #activity-planner .table > tfoot > tr > td { vertical-align: middle; } .learning-to-use table tbody tr { background: #f7f5f5 !important; } .learning-to-use table tbody tr:first-child td:nth-child(1) { border-top-left-radius: 5px; } .learning-to-use table tbody tr:first-child td:nth-child(3) { border-top-right-radius: 5px; } .learning-to-use table tbody tr:last-child td:nth-child(1) { border-bottom-left-radius: 5px; } .learning-to-use table tbody tr:last-child td:nth-child(3) { border-bottom-right-radius: 5px; } .learning-to-use table tbody tr td:nth-child(1) { width: 5%; } .learning-to-use table tbody tr td:nth-child(2) { width: 90%; text-align: left !important; } .learning-to-use table tbody tr td:nth-child(3) { border-right: 1px solid #cecece; width: 5%; } .learning-to-use .fake-border { width: 99.4%; margin: 0 auto; position: relative; bottom: 1px; } /* ========================================================================== Student Page Styles ========================================================================== */ .start-activity-wrapper button { float: right; } .student-page .section-header { margin-bottom: 30px; } /* ========================================================================== Class Manager ========================================================================== */ .manage-classes table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .manage-classes table a { color: #308183; } .manage-classes table thead { background: #f7f5f5; border: 1px solid #cecece; } .manage-classes table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .manage-classes table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .manage-classes table thead tr th.active { background: #e6e6e6; } .manage-classes table thead tr th:nth-child(1) { width: 40%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .manage-classes table thead tr th:nth-child(2) { width: 12%; text-align: center; } .manage-classes table thead tr th:nth-child(3) { width: 23%; text-align: center; } .manage-classes table thead tr th:nth-child(4) { width: 25%; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .manage-classes table tbody tr { background: #f7f5f5; } .manage-classes table tbody tr td { font-size: 14px; padding: 20px 12px; } .manage-classes table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .manage-classes table tbody tr td:nth-child(2) { text-align: center; } .manage-classes table tbody tr td:nth-child(3) { text-align: center; } .manage-classes table tbody tr td:nth-child(4) { text-align: right; border-right: 1px solid #cecece; } .manage-classes table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .manage-classes table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .manage-classes table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .manage-classes .table > thead > tr > th, .manage-classes .table > tbody > tr > th, .manage-classes .table > tfoot > tr > th, .manage-classes .table > thead > tr > td, .manage-classes .table > tbody > tr > td, .manage-classes .table > tfoot > tr > td { vertical-align: middle; } /* ========================================================================== Class Page ========================================================================== */ .class-page table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .class-page table a { color: #308183; } .class-page table thead { background: #f7f5f5; border: 1px solid #cecece; } .class-page table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .class-page table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .class-page table thead tr th.active { background: #e6e6e6; } .class-page table thead tr th:nth-child(1) { width: 40%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .class-page table thead tr th:nth-child(2) { width: 40%; text-align: left; } .class-page table thead tr th:nth-child(3) { width: 20%; text-align: center; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .class-page table tbody tr { background: #f7f5f5; } .class-page table tbody tr td { font-size: 14px; padding: 20px 12px; } .class-page table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .class-page table tbody tr td:nth-child(2) { text-align: left; } .class-page table tbody tr td:nth-child(3) { text-align: right; border-right: 1px solid #cecece; } .class-page table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .class-page table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .class-page table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .class-page .table > thead > tr > th, .class-page .table > tbody > tr > th, .class-page .table > tfoot > tr > th, .class-page .table > thead > tr > td, .class-page .table > tbody > tr > td, .class-page .table > tfoot > tr > td { vertical-align: middle; } .class-page input { width: 300px; margin: 0 20px; } .class-page .delete-class a { color: #308183; line-height: 50.5px; } .edit-student-page { width: 380px; overflow: hidden; position: relative; } .edit-student-page a { color: #308183; } .edit-student-page > div { margin-bottom: 20px; } .edit-student-page .first-div { margin-top: 25px; } .edit-student-page .last-div { margin-bottom: 10px; } .edit-student-page .second-part { width: 280px; float: right; } .edit-student-page .input-description-inline { line-height: 40px; } .edit-student-page .input-description { color: #b3b3b3; font-size: 12px; } .edit-student-page .password-reset { position: absolute; right: 110px; bottom: 235px; } .invite-students .select-white-wrapper .dropdown-menu { left: auto; width: 280px; top: auto; } .invite-students h1 { margin-top: 30px; margin-bottom: 20px; } .invite-students ol { padding-left: 20px; } .invite-students input, .invite-students .class-code { margin-right: 20px; } .invite-students table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .invite-students table a { color: #308183; } .invite-students table thead { background: #f7f5f5; border: 1px solid #cecece; } .invite-students table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .invite-students table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .invite-students table thead tr th.active { background: #e6e6e6; } .invite-students table thead tr th:nth-child(1) { width: 30%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .invite-students table thead tr th:nth-child(2) { width: 30%; text-align: left; } .invite-students table thead tr th:nth-child(3) { width: 40%; text-align: left; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .invite-students table tbody tr { background: #f7f5f5; } .invite-students table tbody tr td { font-size: 14px; padding: 20px 12px; } .invite-students table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .invite-students table tbody tr td:nth-child(2) { text-align: left; } .invite-students table tbody tr td:nth-child(3) { text-align: left; border-right: 1px solid #cecece; } .invite-students table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .invite-students table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .invite-students table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .invite-students .table > thead > tr > th, .invite-students .table > tbody > tr > th, .invite-students .table > tfoot > tr > th, .invite-students .table > thead > tr > td, .invite-students .table > tbody > tr > td, .invite-students .table > tfoot > tr > td { vertical-align: middle; } .create-a-class h1 { margin-bottom: 20px; } .create-a-class > div { margin-bottom: 20px; } .create-a-class input:not(.inactive) { width: 315px; } .create-a-class a { color: #308183; } .create-a-class .select-gray-wrapper { width: 180px; } .create-a-class .select-gray-wrapper .dropdown-menu { width: 180px !important; left: auto; top: auto; } .create-a-class .class-code-wrapper div { margin-bottom: 10px; } .create-a-class .class-code-wrapper span { margin-left: 15px; } .grade-select .selecter-selected { background-color: #ebebeb; width: 140px; max-width: 140px; } .grade-select .selecter-options { max-width: 140px; } /* ========================================================================== Fake table styles ========================================================================== */ .fake-table { border: 1px solid #cecece; border-radius: 5px; margin-bottom: 20px; } .fake-table:last-child { margin-bottom: 0; } .fake-table .header { background-color: #e6e6e6; padding: 12px 12px; color: #000; font-weight: bold; } .fake-table .line { padding: 10px 12px; border-bottom: 1px solid #cecece; } .fake-table .line:last-child { border-bottom: 0; } .fake-table .line a { color: #308183; } .fake-table a { float: right; line-height: 40px; } .fake-table .header-list-counter { color: #aeaeae; float: right; font-size: 14px; font-weight: normal; } /* ========================================================================== Pagination ========================================================================== */ .pagination { margin: 0; } .pagination .fa { color: #737373; font-size: 1.3em; } /* ========================================================================== Panel styles ========================================================================== */ .panel-group .panel { margin-bottom: 20px; } .panel-group .panel:last-child { margin-bottom: 0; } .panel-default:first-child { margin-top: 20px; } .panel-body .row { margin-bottom: 20px; } .panel-body .row:last-child { margin-bottom: 0; } .panel-body input[type=checkbox].css-checkbox + label.css-label { font-size: 14px; font-weight: normal; } .panel-heading input[type=checkbox].css-checkbox + label.css-label { font-size: 14px; margin-top: 7px; } .panel-heading .panel-select-by-student { line-height: 40px; width: 150px; } .panel-heading .title a { margin-bottom: 7px; } .ph-caret-up { background-image: url(../images/caret-up.png); background-repeat: no-repeat; background-position-x: 130px; background-position-y: 14px; } .ph-caret-down { background-image: url(../images/caret-down.png); background-repeat: no-repeat; background-position-x: 130px; background-position-y: 14px; } .assign-dates { padding-bottom: 80px; } .assign-dates table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .assign-dates table tbody { background: #f7f5f5; border: 1px solid #cecece; } .assign-dates table tbody tr:first-child td:first-child { border-top-left-radius: 5px; } .assign-dates table tbody tr:first-child td:last-child { border-top-right-radius: 5px; } .assign-dates table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .assign-dates table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .assign-dates table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .assign-dates table tbody tr th { border-left: 1px solid #cecece; border-bottom: none; border-top: 1px solid #cecece; cursor: pointer; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .assign-dates table tbody tr th .fa { float: right; color: #737373; font-size: 1.3em; } .assign-dates table tbody tr th.active { background: #e6e6e6; } .assign-dates table tbody tr td:nth-child(1) { width: 5%; text-align: center; } .assign-dates table tbody tr td:nth-child(2) { width: 80%; text-align: left; } .assign-dates table tbody tr td:nth-child(3) { width: 10%; } .assign-dates table tbody tr td:nth-child(4) { width: 5%; border-right: 1px solid #cecece; } .assign-dates table tbody tr { background: #f7f5f5; } .assign-dates table tbody tr td { font-size: 14px; padding: 7px; } .assign-dates table tbody tr td:nth-child(1) { text-align: center; border-left: 1px solid #cecece; } .assign-dates table tbody tr td:nth-child(2) { text-align: left; } .assign-dates table tbody tr td:nth-child(3) { text-align: left; } .assign-dates table tbody tr td:nth-child(4) { text-align: right; } .assign-dates .table > thead > tr > th, .assign-dates .table > tbody > tr > th, .assign-dates .table > tfoot > tr > th, .assign-dates .table > thead > tr > td, .assign-dates .table > tbody > tr > td, .assign-dates .table > tfoot > tr > td { vertical-align: middle; } .assign-dates button { margin-top: 20px; margin-bottom: 20px; } /* ========================================================================== Tooltips ========================================================================== */ .tooltip.in { opacity: 1; } /* ========================================================================== Helper styles to quickly manipulate the looks ========================================================================== */ .fake-border { border-top: 1px solid #cecece; } .no-border { border: none; } .text-right { text-align: right; } .m-20 { margin: 20px 0; } .mt-15 { margin-top: 15px; } .no-pl { padding-left: 0; } .no-pr { padding-right: 0; } footer { background-color: #fff; padding: 80px 0; } footer ul { list-style-type: none; overflow: hidden; padding: 0; } footer .wrapper { margin: 0 auto; } footer .footer-contacts { color: #333333; font-size: 18px; width: 633px; margin: 0 auto; } footer .footer-contacts li { float: left; margin-right: 20px; margin-left: 21px; } footer .footer-contacts li:last-child { margin-right: 0; } footer .footer-social { width: 340px; margin: 0 auto; } footer .footer-social li { width: 20%; float: left; text-align: center; } footer .footer-social li:last-child { margin-right: 0; } footer .footer-social li i { color: #aaaaaa; font-size: 32px; } footer .footer-social li .fa-twitter:hover { color: #55acee; } footer .footer-social li .fa-facebook:hover { color: #3b5998; } footer .footer-social li .fa-youtube-play:hover { color: #b31217; } footer .footer-social li .fa-instagram:hover { color: #3f729b; } footer .footer-social li .fa-github-alt:hover { color: #333; } footer .footer-line { margin: 30px auto; display: block; } footer .footer-new-logo-wrapper { text-align: center; margin: 20px auto 0 auto; width: 93px; height: 33px; background-position: 0 -97px; background-image: url(../images/footer-logos.png); } footer .footer-new-logo-wrapper a { display: block; height: 100%; width: 100%; } footer .footer-new-logo-wrapper:hover { background-position: 0 1px; } input[type=checkbox].css-checkbox { position: absolute; z-index: -1000; left: -1000px; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } input[type=checkbox].css-checkbox + label.css-label { padding-left: 28px; height: 23px; display: inline-block; line-height: 23px; background-repeat: no-repeat; background-position: 0 0; font-size: 23px; vertical-align: middle; cursor: pointer; position: relative; left: 4px; margin: 0; } input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -23px; } label.css-label { background-image: url(../images/checkbox-sprite.png); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #crumbs { text-align: center; position: relative; left: 30px; } #crumbs ul { list-style: none; display: inline-table; } #crumbs ul li { display: inline; } #crumbs ul li a { display: block; float: left; background: #e6e6e6; text-align: center; padding: 6px 38px; position: relative; margin: 0; color: #000; font-size: 14px; text-decoration: none; border: 1px solid #cecece; } #crumbs ul li a:hover { color: #000; } #crumbs ul li a.active { background: #fff; color: #000; } #crumbs ul li a.active:after { border-left: 16px solid #fff; } #crumbs ul li a:after { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #e6e6e6; position: absolute; right: -16px; top: 0; z-index: 1; } #crumbs ul li a:hover:after { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #fff; position: absolute; right: -16px; top: 0; z-index: 1; } #crumbs ul li a:before { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #cecece; position: absolute; left: 0; top: 0; } #crumbs ul li:first-child a { border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding: 6px 38px 6px 20px; } #crumbs ul li:first-child a:before { display: none; } #crumbs ul li:last-child a { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } #crumbs ul li:last-child a:after { display: none; } #crumbs ul li a:hover { background: #fff; } #crumbs ul li a:hover:after:not(.active) { border-left-color: #e6e6e6; } .bs-wizard { border-bottom: 0 !important; margin-bottom: 40px; position: relative; right: 75px; } /*Form Wizard*/ .bs-wizard { border-bottom: solid 1px #e0e0e0; } .bs-wizard > .bs-wizard-step { padding: 0; position: relative; } .bs-wizard > .bs-wizard-step .bs-wizard-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px; } .bs-wizard > .bs-wizard-step .bs-wizard-info { color: #000; font-size: 14px; margin-top: 15px; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 12px; height: 12px; display: block; background: #5bc1a9; top: 20px; left: 55%; margin-top: -15px; margin-left: -15px; border-radius: 50%; } .bs-wizard > .bs-wizard-step > .progress { position: relative; border-radius: 0px; height: 2px; box-shadow: none; margin: 10px 0; } .bs-wizard > .bs-wizard-step > .progress > .progress-bar { width: 0px; box-shadow: none; background: #5bc1a9; } .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar { width: 50%; } .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar { width: 0%; } .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot { background-color: #cecece; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after { opacity: 0; } .bs-wizard > .bs-wizard-step.disabled > .progress { background-color: #cecece; } .bs-wizard > .bs-wizard-step:first-child > .progress { left: 50%; width: 50%; } .bs-wizard > .bs-wizard-step:last-child > .progress { width: 50%; } .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot { pointer-events: none; } /*END Form Wizard*/ .ui-datepicker { width: 185px; border-radius: 5px; padding: 0; margin-top: 5px; margin-bottom: 10px; } .ui-datepicker table { background: #fff; border-bottom: 1px solid #cecece; border-left: 1px solid #cecece; border-right: 1px solid #cecece; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ui-datepicker .ui-datepicker-header { background: #737373; padding: 5px 10px; color: white; font-weight: bold; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ui-datepicker .ui-datepicker-prev { background-image: url(../images/datepicker-arrow-left.png); background-repeat: no-repeat; background-position-x: 10px; background-position-y: 11px; cursor: pointer; } .ui-datepicker .ui-datepicker-next { background-image: url(../images/datepicker-arrow-right.png); background-repeat: no-repeat; background-position-x: 10px; background-position-y: 11px; cursor: pointer; } .ui-state-disabled { color: #737373; } .selecter { position: relative; display: block; margin: 10px 0; z-index: 1; } .selecter:focus { box-shadow: none; outline: none; } .selecter, .selecter * { user-select: none !important; } .selecter, .selecter *, .selecter *:before, .selecter *:after { box-sizing: border-box; } .selecter-element { height: 100%; position: absolute; left: 0; opacity: 0; z-index: -1; } .selecter-element, .selecter-element:focus { outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; } .no-opacity .selecter-element { left: -999999px; } .selecter-selected { position: relative; background: #ffffff; border: 1px solid #cccccc; color: #222222; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 10px 15px; text-overflow: clip; z-index: 2; border-radius: 3px; } .selecter-selected:after { height: 0; width: 0; position: absolute; top: 0; right: 15px; bottom: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #737373; content: ''; display: block; margin: auto 0; } .no-touch .selecter-selected:hover { color: #333333; } .no-touch .selecter.disabled .selecter-selected:hover { color: #cccccc; } .selecter-options { width: 100%; max-height: 260px; position: absolute; top: 100%; left: 0; border: 1px solid #cccccc; border-width: 0 1px 1px; background-color: #ffffff; display: none; margin: 0; overflow: auto; overflow-x: hidden; padding: 0; z-index: 50; border-radius: 0 0 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .selecter-options.scroller { position: absolute; } .no-opacity .selecter-options { width: auto; } .selecter-group { color: #999999; display: block; font-size: 11px; padding: 10px 15px; text-transform: uppercase; } .selecter-item { width: 100%; background: #ffffff; color: #222222; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 10px 15px; text-decoration: none; text-overflow: ellipsis; } .selecter-item.placeholder { display: none; } .selecter-item.selected { background: #eeeeee; } .selecter-item.disabled { color: #999999; cursor: default; } .selecter-item:first-child { border-radius: 0; } .selecter-item:last-child { border-bottom: 0; border-radius: 0 0 2px 2px; } .selecter-item:hover { background-color: #f0f0f0; } .no-touch .selecter-item:hover, .no-touch .selecter-item.selected:hover { color: #333333; background-color: #cccccc; } .selecter-item.disabled, .no-touch .selecter-item.disabled:hover { color: #cccccc; background-color: #ffffff; } .selecter.open { z-index: 3; } .selecter.open .selecter-selected { z-index: 51; border-radius: 3px 3px 0 0; } .selecter.open .selecter-selected, .selecter.focus .selecter-selected { background-color: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } .selecter.cover .selecter-options { border-width: 1px; top: 0; border-radius: 3px; } .selecter.cover .selecter-options .selecter-item.first { border-radius: 3px 3px 0 0; } .selecter.cover.open .selecter-selected { z-index: 49; border-radius: 3px 3px 0 0; } .selecter.bottom .selecter-options { top: auto; bottom: 100%; border-width: 1px 1px 0; } .selecter.bottom .selecter-item:last-child { border: none; } .selecter.bottom.open .selecter-selected { border-radius: 0 0 3px 3px; } .selecter.bottom.open .selecter-options { border-radius: 3px 3px 0 0; } .selecter.bottom .cover .selecter-options { top: auto; bottom: 0; } .selecter.bottom .cover.open .selecter-selected { border-radius: 3px; } .selecter.bottom .cover.open .selecter-options { border-radius: 3px; } .selecter.multiple .selecter-options { width: 100%; position: static; border-width: 1px; display: block; border-radius: 3px; box-shadow: none; } .selecter.disabled .selecter-selected { background: #ffffff; border-color: #cccccc; color: #cccccc; cursor: default; } .selecter.disabled .selecter-options { background: #ffffff; border-color: #cccccc; } .selecter.disabled .selecter-group, .selecter.disabled .selecter-item { border-color: #cccccc; color: #cccccc; cursor: default; } .selecter.disabled .selecter-item.selected, .no-touch .selecter.disabled .selecter-item.selected:hover { background: #fafafa; } .selecter.disabled .selecter-item, .no-touch .selecter.disabled .selecter-item:hover { color: #cccccc; background-color: #ffffff; } .selecter-options.scroller { overflow: hidden; } .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0; }
build/css/custom.css
.ul-reset-mixin { padding: 0; margin: 0; list-style: none; } .border-mixin { border: 1px solid #cecece; } .section-mixin { padding: 30px 0; border-bottom: 1px solid #cecece; } .input-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; } .select-mixin { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; } .icon-wrapper-mixin { width: 40px; height: 40px; border-radius: 4px; } .checkbox-mixin { height: 21px; width: 21px; border-radius: 5px; background: #e6e6e6; border: 1px solid #cecece; } .button-mixin { padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; } .fa-caret-mixin { color: #737373; font-size: 1.3em; } .transition-mixin { transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } @media screen and (min-width: 768px) { .navbar-nav { float: right; } } @media screen and (max-width: 1200px) { .how-we-grade { float: left !important; text-align: left; margin-top: 15px; } } @media screen and (max-width: 565px) { .select-gray { margin-top: 30px; } } @media screen and (max-width: 992px) { .icon-legend .icon-wrapper { margin-bottom: 30px; margin-right: 30px; } } @media screen and (max-width: 768px) { .activity-page-dropdown-wrapper .button-select { margin-top: 10px; } .activity-page-dropdown-wrapper .dropdown-menu { min-width: 98% !important; } } @media screen and (max-width: 1200px) { #activity-planner .how-we-grade { margin-top: 0; } } @media screen and (max-width: 992px) { .bs-wizard { right: 50px !important; } } @media screen and (max-width: 768px) { .start-activity-wrapper .button-green { float: left; margin-top: 20px; } } /* ========================================================================== Font embedding ========================================================================== */ @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Light.otf'); font-weight: 200; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-LightItalic.otf'); font-weight: 200; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Regular.otf'); font-weight: 400; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-RegItalic.otf'); font-weight: 400; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-SemiBold.otf'); font-weight: 600; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Bold.otf'); font-weight: 700; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Light.eot'); font-weight: 200; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-LightItalic.eot'); font-weight: 200; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Regular.eot'); font-weight: 400; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-RegItalic.eot'); font-weight: 400; font-style: italic; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-SemiBold.eot'); font-weight: 600; font-style: normal; } @font-face { font-family: 'adelle-sans'; src: url('../fonts/adelle-sans/AdelleSans-Bold.eot'); font-weight: 700; font-style: normal; } /* ========================================================================== Tags ========================================================================== */ p, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; } section { padding: 30px 0; border-bottom: 1px solid #cecece; } .anchor-block { transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; border: 0; font-weight: bold; } .anchor-block:active { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.7); } .anchor-block:hover, .anchor-block:focus { text-decoration: none; color: #fff; } button:not(.select-mixin) { padding: 13px 25px 10px 25px; font-size: 14px; border-radius: 5px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; border: 0; font-weight: bold; } button:not(.select-mixin):focus { outline: none; } button:not(.select-mixin):active { box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.7); } .button-select { text-align: left; width: 100%; } .button-gray { background-color: #737373; color: #fff; } .button-gray:hover { background-color: #616161; } .button-green { background-color: #5bc1a9; color: #fff; } .button-green:hover { background-color: #44b49a; } .button-orange { background-color: #f99f3e; } .button-orange:hover { background-color: #f88e1b; } .button-red { background-color: #fc3e3b; color: #fff; } .button-red:hover { background-color: #fc2f2c; } .button-marine { background-color: #00c2a2; color: #fff; } .button-marine:hover { background-color: #009e84; } .button-yellow { background-color: #ea9a1a; color: #fff; } .button-yellow:hover { background-color: #e09215; } .button-blue { background-color: #348fdf; color: #fff; } .button-blue:hover { background-color: #217dcf; } /* ========================================================================== Navbar styles ========================================================================== */ .image-brand img { padding-top: 5px; } .navbar-default .navbar-nav > li > a { color: #000; font-size: 16px; line-height: 45px; padding: 10px 20px; font-weight: 500; border-top: none; } .navbar-default .navbar-nav > li > a .fa { color: #737373; margin-left: 5px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { border-top: none; } .navbar-default .navbar-nav { position: relative; left: 30px; } /* ========================================================================== Inputs, selects, etc ========================================================================== */ input { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } input:focus { outline: none; border: 1px solid #5bc1a9; } .datepicker-input { height: 26px; width: 148px; background-image: url(../images/icon-calendar.png); background-repeat: no-repeat; background-position-x: 120px; background-position-y: 3px; } input.inactive { background: #f7f5f5; width: 120px; border: 1px dashed #cecece; } input.inactive:focus { border: 1px dashed #5bc1a9; } select { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; } select:focus { outline: none; } .button-select-wrapper button { border-radius: 5px; border: 1px solid #cecece; color: #000; font-size: 14px; padding: 9px 14px; text-align: left; width: 100%; } .button-select-wrapper .dropdown-menu { list-style-type: none; padding: 0; margin: 0; width: 100%; border-radius: 5px; font-size: 14px; } .button-select-wrapper .dropdown-menu a { padding: 5px 14px; display: block; color: #000; } .button-select-wrapper .dropdown-menu a:hover { background: #f0f0f0; } .button-select-wrapper .dropdown-menu a:hover, .button-select-wrapper .dropdown-menu a:focus, .button-select-wrapper .dropdown-menu a:active { -webkit-appearance: none; } .button-select-wrapper a:hover { text-decoration: none; } .button-select-wrapper .fa { color: #737373; position: relative; float: right; font-size: 1.3em; text-align: right; line-height: normal; width: auto; } .select-white-wrapper .dropdown-menu { width: 265px; } .select-gray-wrapper .dropdown-menu { width: 100% !important; } .select-box-disabled { background: #ebebeb; } .select-white-wrapper { width: 280px; } .select-white { background: #fff; } .select-gray-wrapper { width: 220px; } .select-gray { background: #ebebeb; } .select-box-trigger { padding: 13px 40px; width: 284px; display: block; position: relative; right: 20px; } /* ========================================================================== Tabs ========================================================================== */ .tabs-navigation-list li a { font-size: 16px; } .nav-tabs { border-bottom: none; } #first-tab { border-left: 1px solid #cecece; } .tab-subnavigation-wrapper { padding: 8px 0; background: #fff; border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; } .tab-subnavigation-wrapper ul { padding: 0; margin: 0; list-style: none; float: left; } .tab-subnavigation-wrapper ul li { float: left; padding: 10px 16.5px; } .tab-subnavigation-wrapper ul li a { padding: 10px 18px; border-radius: 5px; font-size: 14px; color: #000; } .tab-subnavigation-wrapper ul li a.active { background: #e6e6e6; } .student-subnavigation { padding: 12px 0; } .student-subnavigation a { font-size: 14px; color: #999; } .student-subnavigation a:hover { text-decoration: none; } .student-subnavigation span { line-height: 24px; } .student-subnavigation img { margin-right: 9px; } .student-course-info a { margin-right: 50px; } .student-course-info a:last-child { margin-right: 0; } .tab-subnavigation-breadcrumb-wrapper { padding: 8px 0; background: #fff; border-bottom: 1px solid #cecece; border-top: 1px solid #cecece; } .tab-subnavigation-breadcrumb-wrapper ul { padding: 0; margin: 0; list-style: none; float: left; } .tab-subnavigation-breadcrumb-wrapper ul li { float: left; } .tab-subnavigation-breadcrumb-wrapper ul li a { font-size: 14px; } /* ========================================================================== Icons ========================================================================== */ .icons-wrapper { padding-top: 30px; } .icon-wrapper { width: 40px; height: 40px; border-radius: 4px; float: left; } .icon-row { margin-bottom: 15px; } .icon-row .icon-wrapper { margin-right: 17px; float: none; display: inline-block; } .icon-row:first-child { margin-top: 26px; } .icon-row:last-child { margin-bottom: 0; } .icon-green { background: #58b146; } .icon-orange { background: #f8a724; } .icon-red { background: #e8522c; } .icon-gray { background: #b7b7b7; } .icon-pencil { background-image: url(../images/icon-pencil.png); background-repeat: no-repeat; background-position: 9px; } .icon-puzzle { background-image: url(../images/icon-puzzle.png); background-repeat: no-repeat; background-position: 11px 7px; } .icon-flag { background-image: url(../images/icon-flag.png); background-repeat: no-repeat; background-position: 9px; } .icons-description-wrapper { float: left; position: relative; margin-left: 10px; } .title { font-size: 14px; } .title-v-centered { line-height: 40px; } .title-not-started { line-height: 40px; position: static; } .explanation { font-size: 13px; } .how-we-grade { float: right; } .how-we-grade:hover .fa { color: #747474; } .how-we-grade .fa { color: #cecece; margin-left: 10px; } .section-header { font-weight: 600; font-size: 24px; } /* ========================================================================== Activity Planner styles ========================================================================== */ #activity-planner input:not([type="checkbox"]) { width: 326px; margin-top: 20px; } #activity-planner button:not(.button-select) { margin-left: 20px; border: none; color: #fff; font-weight: bold; margin-top: 20px; } #activity-planner .select-box-trigger { width: auto; } #activity-planner .activity-planner-select { display: inline-block; width: auto; margin-right: 18px; } #activity-planner .selects-wrapper { margin-top: 20px; } .activity-page-dropdown-wrapper { margin-top: 20px; } .activity-page-dropdown-wrapper .dropdown-menu { list-style-type: none; padding: 0; margin: 0; min-width: 94%; border-radius: 5px; font-size: 14px; } .activity-page-dropdown-wrapper .dropdown-menu a { padding: 5px 14px; display: block; color: #000; } .activity-page-dropdown-wrapper .dropdown-menu a:hover { background: #f0f0f0; } .activity-page-dropdown-wrapper .dropdown-menu a:hover, .activity-page-dropdown-wrapper .dropdown-menu a:focus, .activity-page-dropdown-wrapper .dropdown-menu a:active { -webkit-appearance: none; } .learning-to-use { padding: 30px 0 85px 0; } /* ========================================================================== Tables ========================================================================== */ #activity-planner table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } #activity-planner table thead { background: #f7f5f5; border: 1px solid #cecece; } #activity-planner table thead tr th { border-left: 1px solid #cecece; border-bottom: none; border-top: 1px solid #cecece; cursor: pointer; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } #activity-planner table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } #activity-planner table thead tr th.active { background: #e6e6e6; } #activity-planner table thead tr th:nth-child(1) { width: 5%; border-top-left-radius: 5px; text-align: center; } #activity-planner table thead tr th:nth-child(2) { width: 7%; } #activity-planner table thead tr th:nth-child(3) { width: 53%; } #activity-planner table thead tr th:nth-child(4) { width: 15%; } #activity-planner table thead tr th:nth-child(5) { width: 20%; border-top-right-radius: 5px; border-right: 1px solid #cecece; } #activity-planner table tbody tr:nth-child(3), #activity-planner table tbody tr:nth-child(4), #activity-planner table tbody tr:nth-child(5), #activity-planner table tbody tr:nth-child(8), #activity-planner table tbody tr:nth-child(9) { background: #f7f5f5; } #activity-planner table tbody tr { background: #fff; } #activity-planner table tbody tr td { font-size: 14px; padding: 7px; } #activity-planner table tbody tr td:nth-child(1) { text-align: center; border-left: 1px solid #cecece; } #activity-planner table tbody tr td:nth-child(2) { text-align: center; } #activity-planner table tbody tr td:nth-child(3) { text-align: left; } #activity-planner table tbody tr td:nth-child(4) { text-align: right; } #activity-planner table tbody tr td:nth-child(5) { text-align: left; border-right: 1px solid #cecece; } #activity-planner .table > thead > tr > th, #activity-planner .table > tbody > tr > th, #activity-planner .table > tfoot > tr > th, #activity-planner .table > thead > tr > td, #activity-planner .table > tbody > tr > td, #activity-planner .table > tfoot > tr > td { vertical-align: middle; } .learning-to-use table tbody tr { background: #f7f5f5 !important; } .learning-to-use table tbody tr:first-child td:nth-child(1) { border-top-left-radius: 5px; } .learning-to-use table tbody tr:first-child td:nth-child(3) { border-top-right-radius: 5px; } .learning-to-use table tbody tr:last-child td:nth-child(1) { border-bottom-left-radius: 5px; } .learning-to-use table tbody tr:last-child td:nth-child(3) { border-bottom-right-radius: 5px; } .learning-to-use table tbody tr td:nth-child(1) { width: 5%; } .learning-to-use table tbody tr td:nth-child(2) { width: 90%; text-align: left !important; } .learning-to-use table tbody tr td:nth-child(3) { border-right: 1px solid #cecece; width: 5%; } .learning-to-use .fake-border { width: 99.4%; margin: 0 auto; position: relative; bottom: 1px; } /* ========================================================================== Student Page Styles ========================================================================== */ .start-activity-wrapper button { float: right; } .student-page .section-header { margin-bottom: 30px; } /* ========================================================================== Class Manager ========================================================================== */ .manage-classes table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .manage-classes table a { color: #308183; } .manage-classes table thead { background: #f7f5f5; border: 1px solid #cecece; } .manage-classes table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .manage-classes table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .manage-classes table thead tr th.active { background: #e6e6e6; } .manage-classes table thead tr th:nth-child(1) { width: 40%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .manage-classes table thead tr th:nth-child(2) { width: 12%; text-align: center; } .manage-classes table thead tr th:nth-child(3) { width: 23%; text-align: center; } .manage-classes table thead tr th:nth-child(4) { width: 25%; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .manage-classes table tbody tr { background: #f7f5f5; } .manage-classes table tbody tr td { font-size: 14px; padding: 20px 12px; } .manage-classes table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .manage-classes table tbody tr td:nth-child(2) { text-align: center; } .manage-classes table tbody tr td:nth-child(3) { text-align: center; } .manage-classes table tbody tr td:nth-child(4) { text-align: right; border-right: 1px solid #cecece; } .manage-classes table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .manage-classes table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .manage-classes table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .manage-classes .table > thead > tr > th, .manage-classes .table > tbody > tr > th, .manage-classes .table > tfoot > tr > th, .manage-classes .table > thead > tr > td, .manage-classes .table > tbody > tr > td, .manage-classes .table > tfoot > tr > td { vertical-align: middle; } /* ========================================================================== Class Page ========================================================================== */ .class-page table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .class-page table a { color: #308183; } .class-page table thead { background: #f7f5f5; border: 1px solid #cecece; } .class-page table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .class-page table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .class-page table thead tr th.active { background: #e6e6e6; } .class-page table thead tr th:nth-child(1) { width: 40%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .class-page table thead tr th:nth-child(2) { width: 40%; text-align: left; } .class-page table thead tr th:nth-child(3) { width: 20%; text-align: center; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .class-page table tbody tr { background: #f7f5f5; } .class-page table tbody tr td { font-size: 14px; padding: 20px 12px; } .class-page table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .class-page table tbody tr td:nth-child(2) { text-align: left; } .class-page table tbody tr td:nth-child(3) { text-align: right; border-right: 1px solid #cecece; } .class-page table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .class-page table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .class-page table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .class-page .table > thead > tr > th, .class-page .table > tbody > tr > th, .class-page .table > tfoot > tr > th, .class-page .table > thead > tr > td, .class-page .table > tbody > tr > td, .class-page .table > tfoot > tr > td { vertical-align: middle; } .class-page input { width: 300px; margin: 0 20px; } .class-page .delete-class a { color: #308183; line-height: 50.5px; } .edit-student-page { width: 380px; overflow: hidden; position: relative; } .edit-student-page a { color: #308183; } .edit-student-page > div { margin-bottom: 20px; } .edit-student-page .first-div { margin-top: 25px; } .edit-student-page .last-div { margin-bottom: 10px; } .edit-student-page .second-part { width: 280px; float: right; } .edit-student-page .input-description-inline { line-height: 40px; } .edit-student-page .input-description { color: #b3b3b3; font-size: 12px; } .edit-student-page .password-reset { position: absolute; right: 110px; bottom: 235px; } .invite-students .select-white-wrapper .dropdown-menu { left: auto; width: 280px; top: auto; } .invite-students h1 { margin-top: 30px; margin-bottom: 20px; } .invite-students ol { padding-left: 20px; } .invite-students input, .invite-students .class-code { margin-right: 20px; } .invite-students table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .invite-students table a { color: #308183; } .invite-students table thead { background: #f7f5f5; border: 1px solid #cecece; } .invite-students table thead tr th { border-bottom: none; border-top: 1px solid #cecece !important; cursor: pointer; background-color: #e6e6e6; padding: 8px 12px; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .invite-students table thead tr th .fa { float: right; color: #737373; font-size: 1.3em; } .invite-students table thead tr th.active { background: #e6e6e6; } .invite-students table thead tr th:nth-child(1) { width: 30%; border-top-left-radius: 5px; text-align: left; border-left: 1px solid #cecece; } .invite-students table thead tr th:nth-child(2) { width: 30%; text-align: left; } .invite-students table thead tr th:nth-child(3) { width: 40%; text-align: left; border-top-right-radius: 5px; border-right: 1px solid #cecece; } .invite-students table tbody tr { background: #f7f5f5; } .invite-students table tbody tr td { font-size: 14px; padding: 20px 12px; } .invite-students table tbody tr td:nth-child(1) { text-align: left; border-left: 1px solid #cecece; } .invite-students table tbody tr td:nth-child(2) { text-align: left; } .invite-students table tbody tr td:nth-child(3) { text-align: left; border-right: 1px solid #cecece; } .invite-students table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .invite-students table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .invite-students table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .invite-students .table > thead > tr > th, .invite-students .table > tbody > tr > th, .invite-students .table > tfoot > tr > th, .invite-students .table > thead > tr > td, .invite-students .table > tbody > tr > td, .invite-students .table > tfoot > tr > td { vertical-align: middle; } .create-a-class h1 { margin-bottom: 20px; } .create-a-class > div { margin-bottom: 20px; } .create-a-class input:not(.inactive) { width: 315px; } .create-a-class a { color: #308183; } .create-a-class .select-gray-wrapper { width: 180px; } .create-a-class .select-gray-wrapper .dropdown-menu { width: 180px !important; left: auto; top: auto; } .create-a-class .class-code-wrapper div { margin-bottom: 10px; } .create-a-class .class-code-wrapper span { margin-left: 15px; } .grade-select .selecter-selected { background-color: #ebebeb; width: 140px; max-width: 140px; } .grade-select .selecter-options { max-width: 140px; } /* ========================================================================== Fake table styles ========================================================================== */ .fake-table { border: 1px solid #cecece; border-radius: 5px; margin-bottom: 20px; } .fake-table:last-child { margin-bottom: 0; } .fake-table .header { background-color: #e6e6e6; padding: 12px 12px; color: #000; font-weight: bold; } .fake-table .line { padding: 10px 12px; border-bottom: 1px solid #cecece; } .fake-table .line:last-child { border-bottom: 0; } .fake-table .line a { color: #308183; } .fake-table a { float: right; line-height: 40px; } .fake-table .header-list-counter { color: #aeaeae; float: right; font-size: 14px; font-weight: normal; } /* ========================================================================== Pagination ========================================================================== */ .pagination { margin: 0; } .pagination .fa { color: #737373; font-size: 1.3em; } /* ========================================================================== Panel styles ========================================================================== */ .panel-group .panel { margin-bottom: 20px; } .panel-group .panel:last-child { margin-bottom: 0; } .panel-default:first-child { margin-top: 20px; } .panel-body .row { margin-bottom: 20px; } .panel-body .row:last-child { margin-bottom: 0; } .panel-body input[type=checkbox].css-checkbox + label.css-label { font-size: 14px; font-weight: normal; } .panel-heading input[type=checkbox].css-checkbox + label.css-label { font-size: 14px; margin-top: 7px; } .panel-heading .panel-select-by-student { line-height: 40px; width: 150px; } .panel-heading .title a { margin-bottom: 7px; } .ph-caret-up { background-image: url(../images/caret-up.png); background-repeat: no-repeat; background-position-x: 130px; background-position-y: 14px; } .ph-caret-down { background-image: url(../images/caret-down.png); background-repeat: no-repeat; background-position-x: 130px; background-position-y: 14px; } .assign-dates { padding-bottom: 80px; } .assign-dates table { margin-top: 20px; border-collapse: separate; margin-bottom: 0; } .assign-dates table tbody { background: #f7f5f5; border: 1px solid #cecece; } .assign-dates table tbody tr:first-child td:first-child { border-top-left-radius: 5px; } .assign-dates table tbody tr:first-child td:last-child { border-top-right-radius: 5px; } .assign-dates table tbody tr:last-child td { border-bottom: 1px solid #cecece; } .assign-dates table tbody tr:last-child td:first-child { border-bottom-left-radius: 5px; } .assign-dates table tbody tr:last-child td:last-child { border-bottom-right-radius: 5px; } .assign-dates table tbody tr th { border-left: 1px solid #cecece; border-bottom: none; border-top: 1px solid #cecece; cursor: pointer; transition: 0.1s ease-out; -moz-transition: 0.1s ease-out; -webkit-transition: 0.1s ease-out; } .assign-dates table tbody tr th .fa { float: right; color: #737373; font-size: 1.3em; } .assign-dates table tbody tr th.active { background: #e6e6e6; } .assign-dates table tbody tr td:nth-child(1) { width: 5%; text-align: center; } .assign-dates table tbody tr td:nth-child(2) { width: 80%; text-align: left; } .assign-dates table tbody tr td:nth-child(3) { width: 10%; } .assign-dates table tbody tr td:nth-child(4) { width: 5%; border-right: 1px solid #cecece; } .assign-dates table tbody tr { background: #f7f5f5; } .assign-dates table tbody tr td { font-size: 14px; padding: 7px; } .assign-dates table tbody tr td:nth-child(1) { text-align: center; border-left: 1px solid #cecece; } .assign-dates table tbody tr td:nth-child(2) { text-align: left; } .assign-dates table tbody tr td:nth-child(3) { text-align: left; } .assign-dates table tbody tr td:nth-child(4) { text-align: right; } .assign-dates .table > thead > tr > th, .assign-dates .table > tbody > tr > th, .assign-dates .table > tfoot > tr > th, .assign-dates .table > thead > tr > td, .assign-dates .table > tbody > tr > td, .assign-dates .table > tfoot > tr > td { vertical-align: middle; } .assign-dates button { margin-top: 20px; margin-bottom: 20px; } /* ========================================================================== Tooltips ========================================================================== */ .tooltip.in { opacity: 1; } /* ========================================================================== Helper styles to quickly manipulate the looks ========================================================================== */ .fake-border { border-top: 1px solid #cecece; } .no-border { border: none; } .text-right { text-align: right; } .m-20 { margin: 20px 0; } .mt-15 { margin-top: 15px; } .no-pl { padding-left: 0; } .no-pr { padding-right: 0; } footer { background-color: #fff; padding: 80px 0; } footer ul { list-style-type: none; overflow: hidden; padding: 0; } footer .wrapper { margin: 0 auto; } footer .footer-contacts { color: #333333; font-size: 18px; width: 633px; margin: 0 auto; } footer .footer-contacts li { float: left; margin-right: 20px; margin-left: 21px; } footer .footer-contacts li:last-child { margin-right: 0; } footer .footer-social { width: 340px; margin: 0 auto; } footer .footer-social li { width: 20%; float: left; text-align: center; } footer .footer-social li:last-child { margin-right: 0; } footer .footer-social li i { color: #aaaaaa; font-size: 32px; } footer .footer-social li .fa-twitter:hover { color: #55acee; } footer .footer-social li .fa-facebook:hover { color: #3b5998; } footer .footer-social li .fa-youtube-play:hover { color: #b31217; } footer .footer-social li .fa-instagram:hover { color: #3f729b; } footer .footer-social li .fa-github-alt:hover { color: #333; } footer .footer-line { margin: 30px auto; display: block; } footer .footer-new-logo-wrapper { text-align: center; margin: 20px auto 0 auto; width: 93px; height: 33px; background-position: 0 -97px; background-image: url(../images/footer-logos.png); } footer .footer-new-logo-wrapper a { display: block; height: 100%; width: 100%; } footer .footer-new-logo-wrapper:hover { background-position: 0 1px; } input[type=checkbox].css-checkbox { position: absolute; z-index: -1000; left: -1000px; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } input[type=checkbox].css-checkbox + label.css-label { padding-left: 28px; height: 23px; display: inline-block; line-height: 23px; background-repeat: no-repeat; background-position: 0 0; font-size: 23px; vertical-align: middle; cursor: pointer; position: relative; left: 4px; margin: 0; } input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -23px; } label.css-label { background-image: url(../images/checkbox-sprite.png); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #crumbs { text-align: center; position: relative; left: 30px; } #crumbs ul { list-style: none; display: inline-table; } #crumbs ul li { display: inline; } #crumbs ul li a { display: block; float: left; background: #e6e6e6; text-align: center; padding: 6px 38px; position: relative; margin: 0; color: #000; font-size: 14px; text-decoration: none; border: 1px solid #cecece; } #crumbs ul li a:hover { color: #000; } #crumbs ul li a.active { background: #fff; color: #000; } #crumbs ul li a.active:after { border-left: 16px solid #fff; } #crumbs ul li a:after { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #e6e6e6; position: absolute; right: -16px; top: 0; z-index: 1; } #crumbs ul li a:hover:after { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #fff; position: absolute; right: -16px; top: 0; z-index: 1; } #crumbs ul li a:before { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 16px solid #cecece; position: absolute; left: 0; top: 0; } #crumbs ul li:first-child a { border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding: 6px 38px 6px 20px; } #crumbs ul li:first-child a:before { display: none; } #crumbs ul li:last-child a { border-top-right-radius: 10px; border-bottom-right-radius: 10px; } #crumbs ul li:last-child a:after { display: none; } #crumbs ul li a:hover { background: #fff; } #crumbs ul li a:hover:after:not(.active) { border-left-color: #e6e6e6; } .bs-wizard { border-bottom: 0 !important; margin-bottom: 40px; position: relative; right: 75px; } /*Form Wizard*/ .bs-wizard { border-bottom: solid 1px #e0e0e0; } .bs-wizard > .bs-wizard-step { padding: 0; position: relative; } .bs-wizard > .bs-wizard-step .bs-wizard-stepnum { color: #595959; font-size: 16px; margin-bottom: 5px; } .bs-wizard > .bs-wizard-step .bs-wizard-info { color: #000; font-size: 14px; margin-top: 15px; } .bs-wizard > .bs-wizard-step > .bs-wizard-dot { position: absolute; width: 12px; height: 12px; display: block; background: #5bc1a9; top: 20px; left: 55%; margin-top: -15px; margin-left: -15px; border-radius: 50%; } .bs-wizard > .bs-wizard-step > .progress { position: relative; border-radius: 0px; height: 2px; box-shadow: none; margin: 10px 0; } .bs-wizard > .bs-wizard-step > .progress > .progress-bar { width: 0px; box-shadow: none; background: #5bc1a9; } .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar { width: 50%; } .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar { width: 0%; } .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar { width: 100%; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot { background-color: #cecece; } .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after { opacity: 0; } .bs-wizard > .bs-wizard-step.disabled > .progress { background-color: #cecece; } .bs-wizard > .bs-wizard-step:first-child > .progress { left: 50%; width: 50%; } .bs-wizard > .bs-wizard-step:last-child > .progress { width: 50%; } .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot { pointer-events: none; } /*END Form Wizard*/ .ui-datepicker { width: 185px; border-radius: 5px; padding: 0; margin-top: 5px; margin-bottom: 10px; } .ui-datepicker table { background: #fff; border-bottom: 1px solid #cecece; border-left: 1px solid #cecece; border-right: 1px solid #cecece; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ui-datepicker .ui-datepicker-header { background: #737373; padding: 5px 10px; color: white; font-weight: bold; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ui-datepicker .ui-datepicker-prev { background-image: url(../images/datepicker-arrow-left.png); background-repeat: no-repeat; background-position-x: 10px; background-position-y: 11px; cursor: pointer; } .ui-datepicker .ui-datepicker-next { background-image: url(../images/datepicker-arrow-right.png); background-repeat: no-repeat; background-position-x: 10px; background-position-y: 11px; cursor: pointer; } .ui-state-disabled { color: #737373; } .selecter { position: relative; display: block; margin: 10px 0; z-index: 1; } .selecter:focus { box-shadow: none; outline: none; } .selecter, .selecter * { user-select: none !important; } .selecter, .selecter *, .selecter *:before, .selecter *:after { box-sizing: border-box; } .selecter-element { height: 100%; position: absolute; left: 0; opacity: 0; z-index: -1; } .selecter-element, .selecter-element:focus { outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; } .no-opacity .selecter-element { left: -999999px; } .selecter-selected { position: relative; background: #ffffff; border: 1px solid #cccccc; color: #222222; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 10px 15px; text-overflow: clip; z-index: 2; border-radius: 3px; } .selecter-selected:after { height: 0; width: 0; position: absolute; top: 0; right: 15px; bottom: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #737373; content: ''; display: block; margin: auto 0; } .no-touch .selecter-selected:hover { color: #333333; } .no-touch .selecter.disabled .selecter-selected:hover { color: #cccccc; } .selecter-options { width: 100%; max-height: 260px; position: absolute; top: 100%; left: 0; border: 1px solid #cccccc; border-width: 0 1px 1px; background-color: #ffffff; display: none; margin: 0; overflow: auto; overflow-x: hidden; padding: 0; z-index: 50; border-radius: 0 0 3px 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); } .selecter-options.scroller { position: absolute; } .no-opacity .selecter-options { width: auto; } .selecter-group { color: #999999; display: block; font-size: 11px; padding: 10px 15px; text-transform: uppercase; } .selecter-item { width: 100%; background: #ffffff; color: #222222; cursor: pointer; display: block; font-size: 13px; margin: 0; overflow: hidden; padding: 10px 15px; text-decoration: none; text-overflow: ellipsis; } .selecter-item.placeholder { display: none; } .selecter-item.selected { background: #eeeeee; } .selecter-item.disabled { color: #999999; cursor: default; } .selecter-item:first-child { border-radius: 0; } .selecter-item:last-child { border-bottom: 0; border-radius: 0 0 2px 2px; } .selecter-item:hover { background-color: #f0f0f0; } .no-touch .selecter-item:hover, .no-touch .selecter-item.selected:hover { color: #333333; background-color: #cccccc; } .selecter-item.disabled, .no-touch .selecter-item.disabled:hover { color: #cccccc; background-color: #ffffff; } .selecter.open { z-index: 3; } .selecter.open .selecter-selected { z-index: 51; border-radius: 3px 3px 0 0; } .selecter.open .selecter-selected, .selecter.focus .selecter-selected { background-color: #ffffff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } .selecter.cover .selecter-options { border-width: 1px; top: 0; border-radius: 3px; } .selecter.cover .selecter-options .selecter-item.first { border-radius: 3px 3px 0 0; } .selecter.cover.open .selecter-selected { z-index: 49; border-radius: 3px 3px 0 0; } .selecter.bottom .selecter-options { top: auto; bottom: 100%; border-width: 1px 1px 0; } .selecter.bottom .selecter-item:last-child { border: none; } .selecter.bottom.open .selecter-selected { border-radius: 0 0 3px 3px; } .selecter.bottom.open .selecter-options { border-radius: 3px 3px 0 0; } .selecter.bottom .cover .selecter-options { top: auto; bottom: 0; } .selecter.bottom .cover.open .selecter-selected { border-radius: 3px; } .selecter.bottom .cover.open .selecter-options { border-radius: 3px; } .selecter.multiple .selecter-options { width: 100%; position: static; border-width: 1px; display: block; border-radius: 3px; box-shadow: none; } .selecter.disabled .selecter-selected { background: #ffffff; border-color: #cccccc; color: #cccccc; cursor: default; } .selecter.disabled .selecter-options { background: #ffffff; border-color: #cccccc; } .selecter.disabled .selecter-group, .selecter.disabled .selecter-item { border-color: #cccccc; color: #cccccc; cursor: default; } .selecter.disabled .selecter-item.selected, .no-touch .selecter.disabled .selecter-item.selected:hover { background: #fafafa; } .selecter.disabled .selecter-item, .no-touch .selecter.disabled .selecter-item:hover { color: #cccccc; background-color: #ffffff; } .selecter-options.scroller { overflow: hidden; } .selecter-options.scroller .scroller-content { max-height: 260px; padding: 0; }
0.305386
0.113383
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } TEI-byline { display: block; text-align: center; } TEI-closer { display: block; } TEI-closer>TEI-salute { display: block; } TEI-closer>TEI-signed { display: block; text-align: right; } TEI-div { display: block; } TEI-div[type=dedication]>TEI-lg { margin: auto; text-align: center; } TEI-docauthor { display: block; text-align: center; } TEI-docauthor>TEI-name { display: block; font-size: 2em; } TEI-docimprint { display: block; margin-top: 10em; text-align: center; } TEI-doctitle>TEI-titlepart { display: block; text-align: center; } TEI-doctitle>TEI-titlepart[type=main] { font-size: 3em; } TEI-doctitle>TEI-titlepart[type=subtitle] { font-size: 2em; } TEI-emph[rend=bold] { font-weight: bold; } TEI-figure { display: block; margin-top: 1em; margin-bottom: 1em; text-align: center; } TEI-figure>TEI-p { font-size: 80%; font-family: Arial, Helvetica, sans-serif; text-align: center; } TEI-hi[rend=italics] { font-style: italic; } TEI-l { display: block; } TEI-lg { display: block; margin-left: 5em; } TEI-list[type=simple] { list-style-type: none; } TEI-list[type=simple]>TEI-item { display: list-item; } TEI-p { display: block; margin-top: .5em; margin-bottom: .5em; text-align: justify; } TEI-TEI { font-family: Georgia, 'Times New Roman', Times, serif; } TEI-text { display: block; width: 750px; margin: auto; } TEI-titlepage { display: block; } /* Règles concernant la description des corpus */ TEI-msDesc { display: block; border-left: 2px outset gray; border-radius: 0px 5px 5px 0px; background: rgb(221, 221, 222); margin: 0.5em 0; padding: 0.5em; max-width: 40em; } TEI-bibl { display: block; border-left: 2px outset gray; border-radius: 0px 5px 5px 0px; background: rgb(221, 221, 222); margin: 0.5em 0; padding: 0.5em; max-width: 40em; } TEI-msIdenfifier { display: block; } TEI-settlement { display: inline; } TEI-settlement:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-settlement::after { display: inline; content: ','; } TEI-settlement:last-child::after { display: inline; content: '.'; } TEI-repository { display: inline; } TEI-repository:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-repository::after { display: inline; content: ','; } TEI-repository:last-child::after { display: inline; content: '.'; } TEI-collection { display: inline; } TEI-collection:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-collection::after { display: inline; content: ','; } TEI-collection:last-child::after { display: inline; content: '.'; } TEI-idno { display: inline; } TEI-idno:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-idno::after { display: inline; content: ','; } TEI-idno:last-child::after { display: inline; content: '.'; } TEI-altIdentifier { display: inline-block; } TEI-altIdentifier::before { display: inline-block; content: '[id. alt.]'; color: gray; } TEI-publisher { display: inline; } TEI-publisher:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-publisher::after { display: inline; content: ','; } TEI-publisher:last-child::after { display: inline; content: '.'; } TEI-pubPlace { display: inline; } TEI-pubPlace:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-pubPlace::after { display: inline; content: ','; } TEI-pubPlace:last-child::after { display: inline; content: '.'; } TEI-date { display: inline; } TEI-date:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-date::after { display: inline; content: ','; } TEI-date:last-child::after { display: inline; content: '.'; } TEI-msDesc cite::after { content: ','; font-style: normal; } TEI-bibl cite::after { content: ','; font-style: normal; } TEI-bibl cite:last-child::after { content: '.'; font-style: normal; } TEI-msDesc cite:last-child::after { content: '.'; font-style: normal; } /*ajout lien hypertexte*/ TEI-ref:hover { color: #C39EA0; text-decoration: underline; cursor: pointer; } /* Règles concernant les transcriptions des manuscrits */ TEI-rubric { display: block; color: brown; } TEI-hi { display: inline; } TEI-g[type="initiale"] { display: inline; font-size: 1.5em; color: blue; } TEI-num { display: inline; font-variant: small-caps; } TEI-note { display: none; } TEI-pb::before { display: inline-block; margin-top: 0.5em; padding-top: 0.5em; content: '[' attr(n) ']'; font-family: 'TeX Gyre Chorus', 'URW Chancery', 'Zapf Chancery', 'Lucida Calligraphy', 'Apple Chancery', 'Palatino', serif; color: gray; } TEI-cb::before { display: inline-block; max-width: 6em; margin-top: 0.5em; padding-top: 0.5em; content: '[' attr(n) ']'; font-family: 'TeX Gyre Chorus', 'URW Chancery', 'Zapf Chancery', 'Luc<NAME>', 'Apple Chancery', 'Palatino', serif; color: gray; } TEI-lb:after { content: '\a'; white-space: pre; } TEI-expan { display: inline; } TEI-ex { display: inline; font-style: italic; } TEI-g { display: inline; } TEI-g[type="exposant"] { font-size: 80%; vertical-align: super; position: relative; top: -0.4em; } TEI-g[type="pied-de-mouche"]::before { content: '❡'; } TEI-hi[rend="superscript"] { font-size: 80%; vertical-align: super; position: relative; top: -0.4em; } TEI-hi[rend="strike"] { text-decoration: line-through }
assets/css/tei.css
p.break { font-family: Arial, Helvetica, sans-serif; font-size: 80%; border-top: thin solid silver; color: gray; } TEI-byline { display: block; text-align: center; } TEI-closer { display: block; } TEI-closer>TEI-salute { display: block; } TEI-closer>TEI-signed { display: block; text-align: right; } TEI-div { display: block; } TEI-div[type=dedication]>TEI-lg { margin: auto; text-align: center; } TEI-docauthor { display: block; text-align: center; } TEI-docauthor>TEI-name { display: block; font-size: 2em; } TEI-docimprint { display: block; margin-top: 10em; text-align: center; } TEI-doctitle>TEI-titlepart { display: block; text-align: center; } TEI-doctitle>TEI-titlepart[type=main] { font-size: 3em; } TEI-doctitle>TEI-titlepart[type=subtitle] { font-size: 2em; } TEI-emph[rend=bold] { font-weight: bold; } TEI-figure { display: block; margin-top: 1em; margin-bottom: 1em; text-align: center; } TEI-figure>TEI-p { font-size: 80%; font-family: Arial, Helvetica, sans-serif; text-align: center; } TEI-hi[rend=italics] { font-style: italic; } TEI-l { display: block; } TEI-lg { display: block; margin-left: 5em; } TEI-list[type=simple] { list-style-type: none; } TEI-list[type=simple]>TEI-item { display: list-item; } TEI-p { display: block; margin-top: .5em; margin-bottom: .5em; text-align: justify; } TEI-TEI { font-family: Georgia, 'Times New Roman', Times, serif; } TEI-text { display: block; width: 750px; margin: auto; } TEI-titlepage { display: block; } /* Règles concernant la description des corpus */ TEI-msDesc { display: block; border-left: 2px outset gray; border-radius: 0px 5px 5px 0px; background: rgb(221, 221, 222); margin: 0.5em 0; padding: 0.5em; max-width: 40em; } TEI-bibl { display: block; border-left: 2px outset gray; border-radius: 0px 5px 5px 0px; background: rgb(221, 221, 222); margin: 0.5em 0; padding: 0.5em; max-width: 40em; } TEI-msIdenfifier { display: block; } TEI-settlement { display: inline; } TEI-settlement:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-settlement::after { display: inline; content: ','; } TEI-settlement:last-child::after { display: inline; content: '.'; } TEI-repository { display: inline; } TEI-repository:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-repository::after { display: inline; content: ','; } TEI-repository:last-child::after { display: inline; content: '.'; } TEI-collection { display: inline; } TEI-collection:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-collection::after { display: inline; content: ','; } TEI-collection:last-child::after { display: inline; content: '.'; } TEI-idno { display: inline; } TEI-idno:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-idno::after { display: inline; content: ','; } TEI-idno:last-child::after { display: inline; content: '.'; } TEI-altIdentifier { display: inline-block; } TEI-altIdentifier::before { display: inline-block; content: '[id. alt.]'; color: gray; } TEI-publisher { display: inline; } TEI-publisher:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-publisher::after { display: inline; content: ','; } TEI-publisher:last-child::after { display: inline; content: '.'; } TEI-pubPlace { display: inline; } TEI-pubPlace:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-pubPlace::after { display: inline; content: ','; } TEI-pubPlace:last-child::after { display: inline; content: '.'; } TEI-date { display: inline; } TEI-date:first-of-type::before { display: inline; content: ' '; color: gray; } TEI-date::after { display: inline; content: ','; } TEI-date:last-child::after { display: inline; content: '.'; } TEI-msDesc cite::after { content: ','; font-style: normal; } TEI-bibl cite::after { content: ','; font-style: normal; } TEI-bibl cite:last-child::after { content: '.'; font-style: normal; } TEI-msDesc cite:last-child::after { content: '.'; font-style: normal; } /*ajout lien hypertexte*/ TEI-ref:hover { color: #C39EA0; text-decoration: underline; cursor: pointer; } /* Règles concernant les transcriptions des manuscrits */ TEI-rubric { display: block; color: brown; } TEI-hi { display: inline; } TEI-g[type="initiale"] { display: inline; font-size: 1.5em; color: blue; } TEI-num { display: inline; font-variant: small-caps; } TEI-note { display: none; } TEI-pb::before { display: inline-block; margin-top: 0.5em; padding-top: 0.5em; content: '[' attr(n) ']'; font-family: 'TeX Gyre Chorus', 'URW Chancery', 'Zapf Chancery', 'Lucida Calligraphy', 'Apple Chancery', 'Palatino', serif; color: gray; } TEI-cb::before { display: inline-block; max-width: 6em; margin-top: 0.5em; padding-top: 0.5em; content: '[' attr(n) ']'; font-family: 'TeX Gyre Chorus', 'URW Chancery', 'Zapf Chancery', 'Luc<NAME>', 'Apple Chancery', 'Palatino', serif; color: gray; } TEI-lb:after { content: '\a'; white-space: pre; } TEI-expan { display: inline; } TEI-ex { display: inline; font-style: italic; } TEI-g { display: inline; } TEI-g[type="exposant"] { font-size: 80%; vertical-align: super; position: relative; top: -0.4em; } TEI-g[type="pied-de-mouche"]::before { content: '❡'; } TEI-hi[rend="superscript"] { font-size: 80%; vertical-align: super; position: relative; top: -0.4em; } TEI-hi[rend="strike"] { text-decoration: line-through }
0.414899
0.075278
.portlet-asset-category-admin .form-search { float: left; } .portlet-asset-category-admin .form-search .search-query { margin-right: 0; padding-right: 0; width: 200px; } .portlet-asset-category-admin .control-group { float: left; margin-bottom: 0; } .portlet-asset-category-admin .control-group .categories-admin-select-search { width: auto; } .portlet-asset-category-admin .categories-admin-content .select-vocabularies-container, .portlet-asset-category-admin .categories-admin-content .select-categories-container { display: inline-block; margin-left: 10px; } .portlet-asset-category-admin .categories-admin-content .vocabularies-header, .portlet-asset-category-admin .categories-admin-content .categories-header { display: inline-block; margin-left: 2px; } .portlet-asset-category-admin .categories-admin-content .vocabulary-categories-container .tree-node-selected .tree-label { background: none; } .portlet-asset-category-admin .categories-admin-content li.vocabulary-category, .portlet-asset-category-admin .categories-admin-content li.vocabulary-item { font-weight: bold; list-style: none; } .portlet-asset-category-admin .categories-admin-content li.vocabulary-category a, .portlet-asset-category-admin .categories-admin-content li.vocabulary-item a { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .portlet-asset-category-admin .categories-search-combobox { background: #CCC; } .portlet-asset-category-admin .select-vocabularies, .portlet-asset-category-admin .select-categories { float: left; margin-left: 2px; } .portlet-asset-category-admin .select-categories { margin-left: 10px; } .portlet-asset-category-admin .vocabulary-list-container-content, .portlet-asset-category-admin .vocabulary-categories-container-content, .portlet-asset-category-admin .vocabulary-edit-category-content { padding: 0; } .portlet-asset-category-admin .vocabulary-item-name, .portlet-asset-category-admin .header-title, .portlet-asset-category-admin .tree-node-content .tree-label { word-wrap: break-word; } .portlet-asset-category-admin .vocabulary-item-actions-trigger { background-image: url(@theme_image_path@/common/edit.png); background-repeat: no-repeat; clip: rect(0pt, 0pt, 0pt, 0pt); display: block; height: 16px; margin-top: -8px; padding: 0; position: absolute; right: 5px; top: 50%; width: 16px; } .portlet-asset-category-admin input.vocabulary-item-check { float: left; margin-right: 5px; margin-top: 0; position: static; } .portlet-asset-category-admin .vocabulary-category { position: relative; } .portlet-asset-category-admin .vocabulary-category:hover .vocabulary-item-actions-trigger, .portlet-asset-category-admin .vocabulary-category:focus .vocabulary-item-actions-trigger, .portlet-asset-category-admin .vocabulary-category .vocabulary-item-actions-trigger:focus { clip: rect(auto auto auto auto); } .portlet-asset-category-admin .vocabulary-container .results-row .vocabulary-item-actions a { padding: 0; } .portlet-asset-category-admin .vocabulary-item.alt { background: #F0F2F4; } .portlet-asset-category-admin .vocabulary-item.selected { background: #AEB9BE; } .portlet-asset-category-admin .vocabulary-item a { display: block; padding: 8px 20px 8px 10px; text-decoration: none; } .portlet-asset-category-admin .vocabulary-list { overflow: auto; overflow-x: hidden; } .portlet-asset-category-admin .vocabulary-list .active-area { border: 1px solid #008000; } .portlet-asset-category-admin .vocabulary-list .active-area a { background-color: #90EE90; } .portlet-asset-category-admin .vocabulary-list .selected a { color: #000; text-decoration: none; } .portlet-asset-category-admin .vocabulary-list .selected a:hover { color: #FFB683; } .portlet-asset-category-admin .vocabulary-categories .category-item { cursor: pointer; display: block; font-weight: bold; padding-left: 18px; padding-right: 5px; } .portlet-asset-category-admin .vocabulary-categories .category-item:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .portlet-asset-category-admin .vocabulary-categories .category-item:hover { background: #EEE; } .portlet-asset-category-admin .vocabulary-categories .category-item.active { background-color: #08C; color: #FFF; } .portlet-asset-category-admin .vocabulary-categories .category-item.active:hover { background-color: #08C; color: #FFB683; } .portlet-asset-category-admin .vocabulary-categories .category-name, .portlet-asset-category-admin .vocabulary-categories .category-path { overflow: hidden; padding-bottom: 8px; padding-top: 8px; text-overflow: ellipsis; white-space: nowrap; } .portlet-asset-category-admin .vocabulary-categories .category-name { float: left; width: 50%; } .portlet-asset-category-admin .vocabulary-categories .category-name .category-item-check { margin-right: 8px; margin-top: 0; } .portlet-asset-category-admin .vocabulary-categories .category-path { float: right; font-weight: normal; font-size: 0.8em; text-align: right; width: 49%; } .portlet-asset-category-admin .vocabulary-edit-category { position: relative; } .portlet-asset-category-admin .vocabulary-edit-category .category-view-close { position: absolute; right: 5px; top: 26px; } .portlet-asset-category-admin #vocabulary-category-messages { margin: 0 10px 10px 10px; } .portlet-asset-category-admin .categories-treeview-container .tree-label { cursor: pointer; } .portlet-asset-category-admin .categories-treeview-container .tree-label:hover { color: #06C; } .portlet-asset-category-admin .categories-treeview-container .tree-node .tree-icon { background: none; height: 0; width: 0; } .portlet-asset-category-admin .categories-treeview-container .tree-node-over { background: #EEE; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; height: 33px; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-hitarea { margin-left: 5px; margin-top: 10px; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-node-checkbox-container, .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-label { top: 8px; vertical-align: middle; } .portlet-asset-category-admin .categories-treeview-container .tree-node-selected { background: #08C; } .portlet-asset-category-admin .categories-treeview-container .tree-node-selected .tree-label { color: #FFF; cursor: move; } .portlet-asset-category-admin .vocabulary-container .category-name { width: 300px; } .portlet-asset-category-admin .view-category { margin: 1em; } .portlet-asset-category-admin .view-category label { display: block; font-weight: bold; } .portlet-asset-category-admin .view-category .category-field { clear: left; margin: 1em auto; } .portlet-asset-category-admin .vocabularies-pagination { margin: 10px 0; text-align: center; } .portlet-asset-category-admin .vocabularies-pagination .pagination-content { margin: 0; } .portlet-asset-categories-admin-dialog .fieldset { margin-bottom: 0; } .portlet-asset-categories-admin-dialog .lfr-panel-container { background-color: transparent; border-width: 0; } .portlet-asset-categories-admin-dialog .asset-category-layer .overlay { overflow: visible; width: 230px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer { padding: 0 10px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field-content { margin-bottom: 10px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer label { display: block; font-weight: bold; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field input, .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field select { width: 200px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .button-holder { margin-top: 10px; } .ie6 .portlet-asset-category-admin .vocabulary-item-actions-trigger, .ie7 .portlet-asset-category-admin .vocabulary-item-actions-trigger { cursor: pointer; } .ie6 .portlet-asset-category-admin .vocabulary-categories .category-item, .ie7 .portlet-asset-category-admin .vocabulary-categories .category-item { zoom: 1; } .ie .portlet-asset-category-admin .vocabulary-item a { zoom: 1; } .ie6 .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer { width: 200px; }
tomcat-7.0.62/webapps/ROOT/html/portlet/asset_category_admin/css/.sass-cache/main.css
.portlet-asset-category-admin .form-search { float: left; } .portlet-asset-category-admin .form-search .search-query { margin-right: 0; padding-right: 0; width: 200px; } .portlet-asset-category-admin .control-group { float: left; margin-bottom: 0; } .portlet-asset-category-admin .control-group .categories-admin-select-search { width: auto; } .portlet-asset-category-admin .categories-admin-content .select-vocabularies-container, .portlet-asset-category-admin .categories-admin-content .select-categories-container { display: inline-block; margin-left: 10px; } .portlet-asset-category-admin .categories-admin-content .vocabularies-header, .portlet-asset-category-admin .categories-admin-content .categories-header { display: inline-block; margin-left: 2px; } .portlet-asset-category-admin .categories-admin-content .vocabulary-categories-container .tree-node-selected .tree-label { background: none; } .portlet-asset-category-admin .categories-admin-content li.vocabulary-category, .portlet-asset-category-admin .categories-admin-content li.vocabulary-item { font-weight: bold; list-style: none; } .portlet-asset-category-admin .categories-admin-content li.vocabulary-category a, .portlet-asset-category-admin .categories-admin-content li.vocabulary-item a { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; } .portlet-asset-category-admin .categories-search-combobox { background: #CCC; } .portlet-asset-category-admin .select-vocabularies, .portlet-asset-category-admin .select-categories { float: left; margin-left: 2px; } .portlet-asset-category-admin .select-categories { margin-left: 10px; } .portlet-asset-category-admin .vocabulary-list-container-content, .portlet-asset-category-admin .vocabulary-categories-container-content, .portlet-asset-category-admin .vocabulary-edit-category-content { padding: 0; } .portlet-asset-category-admin .vocabulary-item-name, .portlet-asset-category-admin .header-title, .portlet-asset-category-admin .tree-node-content .tree-label { word-wrap: break-word; } .portlet-asset-category-admin .vocabulary-item-actions-trigger { background-image: url(@theme_image_path@/common/edit.png); background-repeat: no-repeat; clip: rect(0pt, 0pt, 0pt, 0pt); display: block; height: 16px; margin-top: -8px; padding: 0; position: absolute; right: 5px; top: 50%; width: 16px; } .portlet-asset-category-admin input.vocabulary-item-check { float: left; margin-right: 5px; margin-top: 0; position: static; } .portlet-asset-category-admin .vocabulary-category { position: relative; } .portlet-asset-category-admin .vocabulary-category:hover .vocabulary-item-actions-trigger, .portlet-asset-category-admin .vocabulary-category:focus .vocabulary-item-actions-trigger, .portlet-asset-category-admin .vocabulary-category .vocabulary-item-actions-trigger:focus { clip: rect(auto auto auto auto); } .portlet-asset-category-admin .vocabulary-container .results-row .vocabulary-item-actions a { padding: 0; } .portlet-asset-category-admin .vocabulary-item.alt { background: #F0F2F4; } .portlet-asset-category-admin .vocabulary-item.selected { background: #AEB9BE; } .portlet-asset-category-admin .vocabulary-item a { display: block; padding: 8px 20px 8px 10px; text-decoration: none; } .portlet-asset-category-admin .vocabulary-list { overflow: auto; overflow-x: hidden; } .portlet-asset-category-admin .vocabulary-list .active-area { border: 1px solid #008000; } .portlet-asset-category-admin .vocabulary-list .active-area a { background-color: #90EE90; } .portlet-asset-category-admin .vocabulary-list .selected a { color: #000; text-decoration: none; } .portlet-asset-category-admin .vocabulary-list .selected a:hover { color: #FFB683; } .portlet-asset-category-admin .vocabulary-categories .category-item { cursor: pointer; display: block; font-weight: bold; padding-left: 18px; padding-right: 5px; } .portlet-asset-category-admin .vocabulary-categories .category-item:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .portlet-asset-category-admin .vocabulary-categories .category-item:hover { background: #EEE; } .portlet-asset-category-admin .vocabulary-categories .category-item.active { background-color: #08C; color: #FFF; } .portlet-asset-category-admin .vocabulary-categories .category-item.active:hover { background-color: #08C; color: #FFB683; } .portlet-asset-category-admin .vocabulary-categories .category-name, .portlet-asset-category-admin .vocabulary-categories .category-path { overflow: hidden; padding-bottom: 8px; padding-top: 8px; text-overflow: ellipsis; white-space: nowrap; } .portlet-asset-category-admin .vocabulary-categories .category-name { float: left; width: 50%; } .portlet-asset-category-admin .vocabulary-categories .category-name .category-item-check { margin-right: 8px; margin-top: 0; } .portlet-asset-category-admin .vocabulary-categories .category-path { float: right; font-weight: normal; font-size: 0.8em; text-align: right; width: 49%; } .portlet-asset-category-admin .vocabulary-edit-category { position: relative; } .portlet-asset-category-admin .vocabulary-edit-category .category-view-close { position: absolute; right: 5px; top: 26px; } .portlet-asset-category-admin #vocabulary-category-messages { margin: 0 10px 10px 10px; } .portlet-asset-category-admin .categories-treeview-container .tree-label { cursor: pointer; } .portlet-asset-category-admin .categories-treeview-container .tree-label:hover { color: #06C; } .portlet-asset-category-admin .categories-treeview-container .tree-node .tree-icon { background: none; height: 0; width: 0; } .portlet-asset-category-admin .categories-treeview-container .tree-node-over { background: #EEE; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content { white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; height: 33px; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-hitarea { margin-left: 5px; margin-top: 10px; } .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-node-checkbox-container, .portlet-asset-category-admin .categories-treeview-container .tree-node-content .tree-label { top: 8px; vertical-align: middle; } .portlet-asset-category-admin .categories-treeview-container .tree-node-selected { background: #08C; } .portlet-asset-category-admin .categories-treeview-container .tree-node-selected .tree-label { color: #FFF; cursor: move; } .portlet-asset-category-admin .vocabulary-container .category-name { width: 300px; } .portlet-asset-category-admin .view-category { margin: 1em; } .portlet-asset-category-admin .view-category label { display: block; font-weight: bold; } .portlet-asset-category-admin .view-category .category-field { clear: left; margin: 1em auto; } .portlet-asset-category-admin .vocabularies-pagination { margin: 10px 0; text-align: center; } .portlet-asset-category-admin .vocabularies-pagination .pagination-content { margin: 0; } .portlet-asset-categories-admin-dialog .fieldset { margin-bottom: 0; } .portlet-asset-categories-admin-dialog .lfr-panel-container { background-color: transparent; border-width: 0; } .portlet-asset-categories-admin-dialog .asset-category-layer .overlay { overflow: visible; width: 230px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer { padding: 0 10px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field-content { margin-bottom: 10px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer label { display: block; font-weight: bold; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field input, .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .field select { width: 200px; } .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer .button-holder { margin-top: 10px; } .ie6 .portlet-asset-category-admin .vocabulary-item-actions-trigger, .ie7 .portlet-asset-category-admin .vocabulary-item-actions-trigger { cursor: pointer; } .ie6 .portlet-asset-category-admin .vocabulary-categories .category-item, .ie7 .portlet-asset-category-admin .vocabulary-categories .category-item { zoom: 1; } .ie .portlet-asset-category-admin .vocabulary-item a { zoom: 1; } .ie6 .portlet-asset-categories-admin-dialog .yui3-widget-bd .asset-category-layer { width: 200px; }
0.48121
0.125923
* { box-sizing: border-box; font-family: sans-serif; margin: 0; padding: 0; } div.document { display: contents; } /* general styles */ :root { --base-font-size: 16px; --base-line-height: calc(var(--base-font-size) * 1.6); --color-text-main: #000; --color-text-lighter: #444; --color-text-light: #808080; --color-bg-main: #fff; --color-bg-mac: #F2F5F9; --color-accent-light: #468cab; --color-accent-dark: #274466; --code-border-color: #E5EAF1; --code-font-family: consolas,monaco,"Andale Mono",monospace; --code-font-size: .875em; --table-header-color: #666; --table-header-bg: rgba(0,0,0,0.025); --table-color-border: var(--color-bg-mac); --table-header-height: 1.6rem; --table-row-gap: 2px; --table-column-gap: 1px; --comment-color: #636669; --comment-border-color: #838689; --primary-requirement-card-width: 300px; --secondary-requirement-card-width: 300px; --traceability-arrow: 1.25rem; --traceability-outer-row-gap: 1.25rem; --traceability-inner-row-gap: .5rem; --highlight-color: rgb(255, 255, 155); } body { background-color: var(--color-bg-mac); } section { /* for Fixed Headers + Section Anchors */ scroll-snap-margin-top: calc(var(--toc-bar-width)*1.5); scroll-margin-top: calc(var(--toc-bar-width)*1.5); } .view-document section:target .section-title, .view-table section:target .section-title, section:target [data-requirement-role="current"] .section-title { background-color: var(--highlight-color); } /* .content Layout */ .content { font-size: var(--base-font-size); line-height: var(--base-line-height); } .content p { margin: calc(var(--base-font-size) * 0.5) 0; } cite { position: relative; color: var(--color-text-lighter); display: inline-block; padding: 0 5px; /* font: .75em/2 var(--code-font-family); */ font-style: normal; font-family: var(--code-font-family); font-size: var(--code-font-size); white-space: nowrap; color: var(--color-text-lighter); background-color: var(--color-bg-mac); border-radius: 4px; } pre.code { font-size: var(--code-font-size); margin: 20px 0; padding: 15px 15px 15px 20px; overflow: auto; color: var(--color-text-lighter); background-color: var(--color-bg-mac); border: 1px solid var(--code-border-color); font-family: var(--code-font-family); } blockquote { color: #666; padding: .25em 0 0.25em 1rem; border-left: 4px solid #ccc; } a.reference.external { display: inline-block; max-width: 100%; vertical-align: bottom; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tag { display: inline-flex; align-items: center; background-color: rgba(0,0,0,0.1); border: 2px solid rgba(0,0,0,0.05); font-size: 12px; line-height: 1; vertical-align: middle; margin: 2px 0px; padding-left: 8px; border-radius: 2em; } .tag_badge { display: inline-flex; justify-content: center; align-items: center; font-size: 11px; background-color: rgba(255, 255, 255, 0.75); border: 4px solid transparent; min-width: 18px; height: 18px; border-radius: 2em; margin-left: 4px; } /* typo */ /* HEADERS */ h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.4em; } h4 { font-size: 1.2em; } h5 { font-size: 1em; } h6 { font-size: 1em; } .section-title, h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title { margin: 0 0 0.75rem; line-height: 1.4; color: var(--color-accent-dark); } h1.document-title, .document-title { display: block; margin-block-start: 0; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; font-size: 2em; margin-top: 0; color: var(--color-text-main); } span.document-view-type { display: inline-block; position: relative; text-transform: uppercase; font-size: .5em; line-height: 1; padding: 6px 10px; top: -6px; background-color: var(--color-bg-mac); color: var(--color-accent-dark); } /* requirement elements */ .requirement-meta { color: #444; } dl.requirement-meta { display: table; border-collapse: collapse; margin-bottom: 1rem; } .requirement-meta div { display: table-row; } .requirement-meta dt, .requirement-meta dd { display: table-cell; padding: 0 6px; font-size: .85rem; line-height: 1.4; font-family: 'Courier New', Courier, monospace; border: 1px solid #dddddd; } .requirement-meta dt::after { content: ':'; } .requirement-statement { margin: 16px 0px; } .requirement ul, .requirement ol, .requirement-statement ul, .requirement-statement ol, .free_text ul, .free_text ol { padding-left: 1.6em; } .requirement .comment, .view-table_requirement .comment { color: var(--comment-color); font-size: .9em; line-height: 1.4; } .requirement .comment + .comment { margin-top: 10px; } .requirement object, .requirement-statement object { width: 100%; padding: 1em; background: #fff; } .section-title:only-child { margin: 0; } .section-title[data-level]::before { content: attr(data-level) " "; font-weight: bold; } /* pre.code */ .requirement_table pre.code, .requirement_card pre.code { font-size: 0.75em; line-height: 1.2; margin: 10px 0; padding: 10px 10px 10px 15px; } /* view-document */ .view-document { max-width: 800px; } .view-document > section { padding: 1.5rem; background-color: #fff; margin-bottom: 2px; } .requirement_block .comment p:first-child::before { content: "Comment: "; font-weight: bold; } .requirement_block .comment { padding-left: 1em; border-left: 4px double var(--comment-border-color); } /* .view-table */ .view-table { min-width: 800px; box-sizing: border-box; /* background-color: #fff; padding: 1.5rem; */ } .view-table section { background-color: #fff; margin-bottom: var(--table-row-gap); } .view-table .free_text { max-width: 800px; /* padding: 1.5rem; */ } .view-table_section, .view-table_composite { /* margin: 2rem 0; */ padding: 1rem 1rem; } .view-table_composite { /* margin-top: 2rem; */ } .view-table_requirement { padding-top: var(--table-header-height); } /* .view-table_composite + .view-table_requirement, */ .view-table_requirement + .view-table_requirement { padding-top: 0; } /* requirement_table */ .requirement_table { display: flex; justify-content: center; } .requirement_table .requirement_section { width: 33%; flex-grow: 1; padding: .75rem; /* border-right: 1px solid var(--table-color-border); border-bottom: 3px solid var(--table-color-border); */ position: relative; } .requirement_table .requirement_section:first-child { /* border-left: 1px solid var(--table-color-border); */ } .requirement_table .section-title { color: var(--color-text-lighter); font-weight: bold; font-size: 1rem; margin: 0 0 .5rem; line-height: 1.2; } .requirement_table .section-title::before { color: var(--color-accent-dark); margin-right: .5rem; } /* section.view-table_composite .requirement_table, .view-table_section + .view-table_requirement .requirement_table { margin-top: 3rem; } */ /* section.view-table_composite .requirement_section[data-role]::before, .view-table_section + .view-table_requirement .requirement_section[data-role]::before */ .view-table_requirement .requirement_section[data-role]::before { content: attr(data-role) " "; position: absolute; display: flex; align-items: center; font-size: .75rem; padding: 0 .75rem; /* background-color: var(--table-header-bg); */ color: var(--table-header-color); left: -1px; right: -1px; bottom: calc(100% + var(--table-column-gap)); height: calc(var(--table-header-height) - var(--table-column-gap)); border: 1px solid var(--table-color-border); box-sizing: border-box; text-transform: capitalize; font-weight: bold; } /* .view-table_composite + .view-table_requirement .requirement_section[data-role]::before, */ .view-table_requirement + .view-table_requirement .requirement_section[data-role]::before { display: none; content: none; } /* .view-table_composite { display: none; } */ .requirement_table .requirement-meta { /* margin: 0 -.75rem; */ } .requirement_table .requirement-meta dt { width: 1%; /* border-left: none; */ padding-left: .75rem; } .requirement_table .requirement-meta dd { /* border-right: none; */ } .view-table .requirement-statement { margin: 0px; } .view-table .requirement-statement p:first-child { margin-top: 0; } .view-table .requirement_section *:last-child { margin-bottom: 0; } .view-table .view-table_requirement { background-color: var(--table-header-bg); } .requirement_table .requirement_section { background-color: #fff; } .requirement_table .requirement_section + .requirement_section { margin-left: var(--table-column-gap); } /* .view-traceability */ .view-traceability { display: flex; flex-flow: column nowrap; } .view-traceability_row { display: flex; flex-flow: row nowrap; } .view-traceability_column { width: 33%; min-width: calc(var(--primary-requirement-card-width) + var(--traceability-arrow)); padding: calc(var(--traceability-outer-row-gap)*0.5) 0; overflow: hidden; } .view-traceability .requirement { min-width: var(--primary-requirement-card-width); } /* arrows paddings */ .view-traceability [data-requirement-role="parents"] { padding-right: var(--traceability-arrow); } .view-traceability [data-requirement-role="children"] { padding-left: var(--traceability-arrow); } /* .view-traceability-deep */ .view-traceability-deep { display: table; height: 100%; } .view-traceability-deep_row { display: table-row; } .view-traceability-deep_column { display: table-cell; padding-bottom: var(--traceability-outer-row-gap); /* needed for vertical stretching: */ height: 100%; vertical-align: top; } .view-traceability-deep .requirement { /* needed for vertical stretching: */ height: 100%; display: inline-block; vertical-align: top; } .view-traceability-deep .requirement { width: var(--primary-requirement-card-width); } [data-requirement-role="current"] { /* hides arrows: */ overflow: hidden; } /* RECURIVE */ .recursive_row, /* ul */ .recursive_column /* li */ { list-style: none; padding: 0; margin: 0; } .recursive_row { display: flex; flex-direction: row; margin-bottom: var(--traceability-inner-row-gap); } .recursive_row:last-child { margin-bottom: 0; } .recursive_column { min-width: var(--secondary-requirement-card-width); display: flex; flex-direction: column; align-items: stretch; overflow: hidden; } [data-requirement-role="parents"] .recursive_row { /* parents are shown in reverse order: */ flex-direction: row-reverse; } .recursive_cell { position: relative; height: 100%; overflow: hidden; } [data-requirement-role="children"] .recursive_cell { /* shows an arrow on the left side: */ padding-left: var(--traceability-arrow); } [data-requirement-role="parents"] .recursive_cell { /* shows an arrow on the right side: */ padding-right: var(--traceability-arrow); } /* Requirement */ [data-requirement-role="current"] .requirement { border: 1px solid #000; background-color: #fff; height: 100%; } [data-requirement-role="current"] > .free_text { font-size: .9em; padding: .5em 0.75em; border: 1px dashed var(--table-color-border); background-color: #fff; position: relative; } [data-requirement-role="current"] > .section-title:only-child { font-size: 1.4rem; background-color: #fff; position: relative; margin: 0; padding: 0.2rem 0.5rem; border: 1px solid var(--table-color-border); } /* requirement_card */ .requirement_card { padding: .5em 0.75em; border: 1px solid var(--table-color-border); background-color: rgb(255 255 255 / 40%); position: relative; } .requirement_card + .requirement_card { margin-top: var(--traceability-inner-row-gap); } /* requirement_card elements */ .requirement_card .requirement_section .section-title { font-size: 1.1em; margin: 0 0 0.5rem; line-height: 1.2; } .requirement_card h1 { font-size: 1.4em; } .requirement_card .comment p:first-child::before { content: "Comment: "; font-weight: bold; } /* arrows */ .requirement_card::before, .requirement_card::after { content: '\2190'; position: absolute; top: .5rem; display: block; width: var(--traceability-arrow); line-height: var(--traceability-arrow); font-size: calc(var(--traceability-arrow) * 1); text-align: center; color: var(--color-accent-dark); } .requirement_card::after { right: calc(var(--traceability-arrow) *(-1) - 1px); } .requirement_card::before { left: calc(var(--traceability-arrow) *(-1) - 1px); } /* requirement-parent */ .requirement-parent, ul.requirement-parent { font-size: 14px; line-height: 1.4; list-style: none; padding-left: 1em; margin-top: .5rem; } .requirement-parent li::before { content: '\2190'; color: var(--color-accent-dark); display: inline-block; width: 1em; margin-left: -1em; } .requirement-parent a:link, .requirement-parent a:visited { color: var(--color-accent-dark); text-decoration: underline; } .requirement-parent a:hover { text-decoration: none; } .requirement-parent_uid { position: relative; font-weight: bold; } /* [data-requirement-role="current"] .requirement-parent { display: none; } */
docs/strictdoc-html/strictdoc-html/_static/global.css
* { box-sizing: border-box; font-family: sans-serif; margin: 0; padding: 0; } div.document { display: contents; } /* general styles */ :root { --base-font-size: 16px; --base-line-height: calc(var(--base-font-size) * 1.6); --color-text-main: #000; --color-text-lighter: #444; --color-text-light: #808080; --color-bg-main: #fff; --color-bg-mac: #F2F5F9; --color-accent-light: #468cab; --color-accent-dark: #274466; --code-border-color: #E5EAF1; --code-font-family: consolas,monaco,"Andale Mono",monospace; --code-font-size: .875em; --table-header-color: #666; --table-header-bg: rgba(0,0,0,0.025); --table-color-border: var(--color-bg-mac); --table-header-height: 1.6rem; --table-row-gap: 2px; --table-column-gap: 1px; --comment-color: #636669; --comment-border-color: #838689; --primary-requirement-card-width: 300px; --secondary-requirement-card-width: 300px; --traceability-arrow: 1.25rem; --traceability-outer-row-gap: 1.25rem; --traceability-inner-row-gap: .5rem; --highlight-color: rgb(255, 255, 155); } body { background-color: var(--color-bg-mac); } section { /* for Fixed Headers + Section Anchors */ scroll-snap-margin-top: calc(var(--toc-bar-width)*1.5); scroll-margin-top: calc(var(--toc-bar-width)*1.5); } .view-document section:target .section-title, .view-table section:target .section-title, section:target [data-requirement-role="current"] .section-title { background-color: var(--highlight-color); } /* .content Layout */ .content { font-size: var(--base-font-size); line-height: var(--base-line-height); } .content p { margin: calc(var(--base-font-size) * 0.5) 0; } cite { position: relative; color: var(--color-text-lighter); display: inline-block; padding: 0 5px; /* font: .75em/2 var(--code-font-family); */ font-style: normal; font-family: var(--code-font-family); font-size: var(--code-font-size); white-space: nowrap; color: var(--color-text-lighter); background-color: var(--color-bg-mac); border-radius: 4px; } pre.code { font-size: var(--code-font-size); margin: 20px 0; padding: 15px 15px 15px 20px; overflow: auto; color: var(--color-text-lighter); background-color: var(--color-bg-mac); border: 1px solid var(--code-border-color); font-family: var(--code-font-family); } blockquote { color: #666; padding: .25em 0 0.25em 1rem; border-left: 4px solid #ccc; } a.reference.external { display: inline-block; max-width: 100%; vertical-align: bottom; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .tag { display: inline-flex; align-items: center; background-color: rgba(0,0,0,0.1); border: 2px solid rgba(0,0,0,0.05); font-size: 12px; line-height: 1; vertical-align: middle; margin: 2px 0px; padding-left: 8px; border-radius: 2em; } .tag_badge { display: inline-flex; justify-content: center; align-items: center; font-size: 11px; background-color: rgba(255, 255, 255, 0.75); border: 4px solid transparent; min-width: 18px; height: 18px; border-radius: 2em; margin-left: 4px; } /* typo */ /* HEADERS */ h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.4em; } h4 { font-size: 1.2em; } h5 { font-size: 1em; } h6 { font-size: 1em; } .section-title, h1.section-title, h2.section-title, h3.section-title, h4.section-title, h5.section-title, h6.section-title { margin: 0 0 0.75rem; line-height: 1.4; color: var(--color-accent-dark); } h1.document-title, .document-title { display: block; margin-block-start: 0; margin-block-end: 0.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold; font-size: 2em; margin-top: 0; color: var(--color-text-main); } span.document-view-type { display: inline-block; position: relative; text-transform: uppercase; font-size: .5em; line-height: 1; padding: 6px 10px; top: -6px; background-color: var(--color-bg-mac); color: var(--color-accent-dark); } /* requirement elements */ .requirement-meta { color: #444; } dl.requirement-meta { display: table; border-collapse: collapse; margin-bottom: 1rem; } .requirement-meta div { display: table-row; } .requirement-meta dt, .requirement-meta dd { display: table-cell; padding: 0 6px; font-size: .85rem; line-height: 1.4; font-family: 'Courier New', Courier, monospace; border: 1px solid #dddddd; } .requirement-meta dt::after { content: ':'; } .requirement-statement { margin: 16px 0px; } .requirement ul, .requirement ol, .requirement-statement ul, .requirement-statement ol, .free_text ul, .free_text ol { padding-left: 1.6em; } .requirement .comment, .view-table_requirement .comment { color: var(--comment-color); font-size: .9em; line-height: 1.4; } .requirement .comment + .comment { margin-top: 10px; } .requirement object, .requirement-statement object { width: 100%; padding: 1em; background: #fff; } .section-title:only-child { margin: 0; } .section-title[data-level]::before { content: attr(data-level) " "; font-weight: bold; } /* pre.code */ .requirement_table pre.code, .requirement_card pre.code { font-size: 0.75em; line-height: 1.2; margin: 10px 0; padding: 10px 10px 10px 15px; } /* view-document */ .view-document { max-width: 800px; } .view-document > section { padding: 1.5rem; background-color: #fff; margin-bottom: 2px; } .requirement_block .comment p:first-child::before { content: "Comment: "; font-weight: bold; } .requirement_block .comment { padding-left: 1em; border-left: 4px double var(--comment-border-color); } /* .view-table */ .view-table { min-width: 800px; box-sizing: border-box; /* background-color: #fff; padding: 1.5rem; */ } .view-table section { background-color: #fff; margin-bottom: var(--table-row-gap); } .view-table .free_text { max-width: 800px; /* padding: 1.5rem; */ } .view-table_section, .view-table_composite { /* margin: 2rem 0; */ padding: 1rem 1rem; } .view-table_composite { /* margin-top: 2rem; */ } .view-table_requirement { padding-top: var(--table-header-height); } /* .view-table_composite + .view-table_requirement, */ .view-table_requirement + .view-table_requirement { padding-top: 0; } /* requirement_table */ .requirement_table { display: flex; justify-content: center; } .requirement_table .requirement_section { width: 33%; flex-grow: 1; padding: .75rem; /* border-right: 1px solid var(--table-color-border); border-bottom: 3px solid var(--table-color-border); */ position: relative; } .requirement_table .requirement_section:first-child { /* border-left: 1px solid var(--table-color-border); */ } .requirement_table .section-title { color: var(--color-text-lighter); font-weight: bold; font-size: 1rem; margin: 0 0 .5rem; line-height: 1.2; } .requirement_table .section-title::before { color: var(--color-accent-dark); margin-right: .5rem; } /* section.view-table_composite .requirement_table, .view-table_section + .view-table_requirement .requirement_table { margin-top: 3rem; } */ /* section.view-table_composite .requirement_section[data-role]::before, .view-table_section + .view-table_requirement .requirement_section[data-role]::before */ .view-table_requirement .requirement_section[data-role]::before { content: attr(data-role) " "; position: absolute; display: flex; align-items: center; font-size: .75rem; padding: 0 .75rem; /* background-color: var(--table-header-bg); */ color: var(--table-header-color); left: -1px; right: -1px; bottom: calc(100% + var(--table-column-gap)); height: calc(var(--table-header-height) - var(--table-column-gap)); border: 1px solid var(--table-color-border); box-sizing: border-box; text-transform: capitalize; font-weight: bold; } /* .view-table_composite + .view-table_requirement .requirement_section[data-role]::before, */ .view-table_requirement + .view-table_requirement .requirement_section[data-role]::before { display: none; content: none; } /* .view-table_composite { display: none; } */ .requirement_table .requirement-meta { /* margin: 0 -.75rem; */ } .requirement_table .requirement-meta dt { width: 1%; /* border-left: none; */ padding-left: .75rem; } .requirement_table .requirement-meta dd { /* border-right: none; */ } .view-table .requirement-statement { margin: 0px; } .view-table .requirement-statement p:first-child { margin-top: 0; } .view-table .requirement_section *:last-child { margin-bottom: 0; } .view-table .view-table_requirement { background-color: var(--table-header-bg); } .requirement_table .requirement_section { background-color: #fff; } .requirement_table .requirement_section + .requirement_section { margin-left: var(--table-column-gap); } /* .view-traceability */ .view-traceability { display: flex; flex-flow: column nowrap; } .view-traceability_row { display: flex; flex-flow: row nowrap; } .view-traceability_column { width: 33%; min-width: calc(var(--primary-requirement-card-width) + var(--traceability-arrow)); padding: calc(var(--traceability-outer-row-gap)*0.5) 0; overflow: hidden; } .view-traceability .requirement { min-width: var(--primary-requirement-card-width); } /* arrows paddings */ .view-traceability [data-requirement-role="parents"] { padding-right: var(--traceability-arrow); } .view-traceability [data-requirement-role="children"] { padding-left: var(--traceability-arrow); } /* .view-traceability-deep */ .view-traceability-deep { display: table; height: 100%; } .view-traceability-deep_row { display: table-row; } .view-traceability-deep_column { display: table-cell; padding-bottom: var(--traceability-outer-row-gap); /* needed for vertical stretching: */ height: 100%; vertical-align: top; } .view-traceability-deep .requirement { /* needed for vertical stretching: */ height: 100%; display: inline-block; vertical-align: top; } .view-traceability-deep .requirement { width: var(--primary-requirement-card-width); } [data-requirement-role="current"] { /* hides arrows: */ overflow: hidden; } /* RECURIVE */ .recursive_row, /* ul */ .recursive_column /* li */ { list-style: none; padding: 0; margin: 0; } .recursive_row { display: flex; flex-direction: row; margin-bottom: var(--traceability-inner-row-gap); } .recursive_row:last-child { margin-bottom: 0; } .recursive_column { min-width: var(--secondary-requirement-card-width); display: flex; flex-direction: column; align-items: stretch; overflow: hidden; } [data-requirement-role="parents"] .recursive_row { /* parents are shown in reverse order: */ flex-direction: row-reverse; } .recursive_cell { position: relative; height: 100%; overflow: hidden; } [data-requirement-role="children"] .recursive_cell { /* shows an arrow on the left side: */ padding-left: var(--traceability-arrow); } [data-requirement-role="parents"] .recursive_cell { /* shows an arrow on the right side: */ padding-right: var(--traceability-arrow); } /* Requirement */ [data-requirement-role="current"] .requirement { border: 1px solid #000; background-color: #fff; height: 100%; } [data-requirement-role="current"] > .free_text { font-size: .9em; padding: .5em 0.75em; border: 1px dashed var(--table-color-border); background-color: #fff; position: relative; } [data-requirement-role="current"] > .section-title:only-child { font-size: 1.4rem; background-color: #fff; position: relative; margin: 0; padding: 0.2rem 0.5rem; border: 1px solid var(--table-color-border); } /* requirement_card */ .requirement_card { padding: .5em 0.75em; border: 1px solid var(--table-color-border); background-color: rgb(255 255 255 / 40%); position: relative; } .requirement_card + .requirement_card { margin-top: var(--traceability-inner-row-gap); } /* requirement_card elements */ .requirement_card .requirement_section .section-title { font-size: 1.1em; margin: 0 0 0.5rem; line-height: 1.2; } .requirement_card h1 { font-size: 1.4em; } .requirement_card .comment p:first-child::before { content: "Comment: "; font-weight: bold; } /* arrows */ .requirement_card::before, .requirement_card::after { content: '\2190'; position: absolute; top: .5rem; display: block; width: var(--traceability-arrow); line-height: var(--traceability-arrow); font-size: calc(var(--traceability-arrow) * 1); text-align: center; color: var(--color-accent-dark); } .requirement_card::after { right: calc(var(--traceability-arrow) *(-1) - 1px); } .requirement_card::before { left: calc(var(--traceability-arrow) *(-1) - 1px); } /* requirement-parent */ .requirement-parent, ul.requirement-parent { font-size: 14px; line-height: 1.4; list-style: none; padding-left: 1em; margin-top: .5rem; } .requirement-parent li::before { content: '\2190'; color: var(--color-accent-dark); display: inline-block; width: 1em; margin-left: -1em; } .requirement-parent a:link, .requirement-parent a:visited { color: var(--color-accent-dark); text-decoration: underline; } .requirement-parent a:hover { text-decoration: none; } .requirement-parent_uid { position: relative; font-weight: bold; } /* [data-requirement-role="current"] .requirement-parent { display: none; } */
0.414899
0.091099
margin:auto; } #form-buscar { margin: auto; } a { text-align: center; } .navbar-top-gradient { display: block; position: relative; z-index: 99; margin-bottom: -7px; height: 7px; width: 100%; background: linear-gradient(to right, #d44727 10%, #77bc1f 50%, #6e335e 90%); } #navbar-container { position: relative; width: 100%; max-width: 1280px; margin: 0px, auto, 0px, 0px; } .navbar { border-bottom: 1px solid lightgray; } #nav-links { margin-left: 9%; font-size: 1.4em; border-left: 1px solid lightgray; margin-top:4%; text-transform: uppercase; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(gray), to(rgba(255, 255, 255, 1))) 1 10%; -webkit-border-image: -webkit-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -moz-border-image: -moz-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -o-border-image: -o-linear-gradient(bottom, gray, rgb(255, 255, 255)) 1 10%; border-image: linear-gradient(to top, lightgray, rgb(255, 255, 255)) 1 10%; } #on-left { margin-left: 4%; border-right: 1px solid lightgray; border-left: 1px solid lightgray; margin-top:4%; text-transform: uppercase; white-space: nowrap; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(gray), to(rgba(255, 255, 255, 1))) 1 10%; -webkit-border-image: -webkit-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -moz-border-image: -moz-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -o-border-image: -o-linear-gradient(bottom, gray, rgb(255, 255, 255)) 1 10%; border-image: linear-gradient(to top, lightgray, rgb(255, 255, 255)) 1 10%; } .carousel-item { opacity: 0; transition-duration: 1.6s!important; transition-property: opacity; } .three-links { margin: auto; } .link-1 { display: inline; padding: 3%; } .link-2 { display: inline; padding: 3%; } .link-3 { display: inline; padding: 3%; } #jumbotron { background-color: white; text-align: center; margin: auto; } .link-1:hover { /* on hover - scale to this x,y size */ transform: scale(1.15,1.15); /* property values: name, duration, iteration, timing-function */ animation: jiggle 0.5s infinite linear; } #container { width: 800px; font: lightgray; font-size: 20px; font-family: 'Crimson Text', serif; } header { font-family: 'Crimson Text', serif; text-align: center; font-size: 30px; text-decoration: underline; margin-top: 10px; margin-bottom: 10px; } ul { font: lightgray; font-size: 20px; margin-left: 10%; margin-right: 10%; font-family: 'Crimson Text', serif; } p{ text-justify: auto; font: lightgray; font-size: 20px; text-indent: 50px; margin-left: 15%; margin-right: 15%; font-family: 'Crimson Text', serif; } .things-you-can-do-for-yourself { font-size: 20px; font-family: 'Crimson Text', serif; list-style-position: inside; } #jumbotron-statement { text-align: center; margin: auto; } #jumbotron { background-color: white; text-align: center; margin: auto; } footer { border-top: 1px solid gray; } .row-2-image { float: left; } #container { color: var(--blue); } a:hover { color: rgba(0, 128, 0, 0.61); text-decoration: underline; } h5 { text-align: center; text-emphasis-color: red; }
assets/css/resources.css
margin:auto; } #form-buscar { margin: auto; } a { text-align: center; } .navbar-top-gradient { display: block; position: relative; z-index: 99; margin-bottom: -7px; height: 7px; width: 100%; background: linear-gradient(to right, #d44727 10%, #77bc1f 50%, #6e335e 90%); } #navbar-container { position: relative; width: 100%; max-width: 1280px; margin: 0px, auto, 0px, 0px; } .navbar { border-bottom: 1px solid lightgray; } #nav-links { margin-left: 9%; font-size: 1.4em; border-left: 1px solid lightgray; margin-top:4%; text-transform: uppercase; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(gray), to(rgba(255, 255, 255, 1))) 1 10%; -webkit-border-image: -webkit-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -moz-border-image: -moz-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -o-border-image: -o-linear-gradient(bottom, gray, rgb(255, 255, 255)) 1 10%; border-image: linear-gradient(to top, lightgray, rgb(255, 255, 255)) 1 10%; } #on-left { margin-left: 4%; border-right: 1px solid lightgray; border-left: 1px solid lightgray; margin-top:4%; text-transform: uppercase; white-space: nowrap; -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(gray), to(rgba(255, 255, 255, 1))) 1 10%; -webkit-border-image: -webkit-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -moz-border-image: -moz-linear-gradient(bottom, gray, rgba(255, 255, 255, 1)) 1 10%; -o-border-image: -o-linear-gradient(bottom, gray, rgb(255, 255, 255)) 1 10%; border-image: linear-gradient(to top, lightgray, rgb(255, 255, 255)) 1 10%; } .carousel-item { opacity: 0; transition-duration: 1.6s!important; transition-property: opacity; } .three-links { margin: auto; } .link-1 { display: inline; padding: 3%; } .link-2 { display: inline; padding: 3%; } .link-3 { display: inline; padding: 3%; } #jumbotron { background-color: white; text-align: center; margin: auto; } .link-1:hover { /* on hover - scale to this x,y size */ transform: scale(1.15,1.15); /* property values: name, duration, iteration, timing-function */ animation: jiggle 0.5s infinite linear; } #container { width: 800px; font: lightgray; font-size: 20px; font-family: 'Crimson Text', serif; } header { font-family: 'Crimson Text', serif; text-align: center; font-size: 30px; text-decoration: underline; margin-top: 10px; margin-bottom: 10px; } ul { font: lightgray; font-size: 20px; margin-left: 10%; margin-right: 10%; font-family: 'Crimson Text', serif; } p{ text-justify: auto; font: lightgray; font-size: 20px; text-indent: 50px; margin-left: 15%; margin-right: 15%; font-family: 'Crimson Text', serif; } .things-you-can-do-for-yourself { font-size: 20px; font-family: 'Crimson Text', serif; list-style-position: inside; } #jumbotron-statement { text-align: center; margin: auto; } #jumbotron { background-color: white; text-align: center; margin: auto; } footer { border-top: 1px solid gray; } .row-2-image { float: left; } #container { color: var(--blue); } a:hover { color: rgba(0, 128, 0, 0.61); text-decoration: underline; } h5 { text-align: center; text-emphasis-color: red; }
0.523908
0.10026
.partners p.heading { margin-bottom: 0%; } .partners-content span p { display: inline-block; font-family: MADE; font-style: normal; font-weight: normal; font-size: 24px; line-height: 36px; /* identical to box height, or 150% */ color: #808080; /* color: #ffffff; */ margin-right: 5%; text-decoration: none; cursor: pointer; border-bottom: 2px solid #000000; } .cards { z-index: 1; margin: 100px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .spkrcard { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 23vw; height: 353px; background-color: black; box-sizing: border-box; border-radius: 10px; transition: all 0.3s ease; margin-bottom: 45px; } .spkrcard:hover { transform: translate3d(0, -0.3rem, 0) scale(1.05); transition: all 0.3s ease; } .spkrcard .spkone { border-radius: 10px; width: 23vw; height: 353px; cursor: pointer; } .spkone:after { border-radius: 10px; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%); } .spkone img { width: 100%; height: 100%; border-radius: 10px; } .image_overlay { border-radius: 10px; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); color: #ffffff; display: flex; font-family: Inter, cursive; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s ease; } .overlay_title { border-radius: 10px; padding: 20px; } .image_overlay_blur { border-radius: 10px; backdrop-filter: blur(1px); } .image_overlay>* { border-radius: 10px; transform: translateY(20px); transition: transform 0.25s ease; } .image_overlay:hover { border-radius: 10px; opacity: 1; } .image_overlay:hover>* { border-radius: 10px; transform: translateY(0); } p { padding: 10px; font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: normal; font-size: 16.2033px; line-height: 27px; letter-spacing: 0.035em; color: #ffffff; } .image_description_title { transform: translate3d(-30px, 25px, 0); display: flex; align-items: flex-start; justify-content: flex-start; } .heading { transform: translateX(-23px); } .spkmain_heading { transform: translateY(17px); font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: bold; font-size: 23.1475px; line-height: 28px; color: #ffffff; margin: 0; } .spksub_heading { margin: 0; font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: normal; font-size: 16.2033px; line-height: 19px; letter-spacing: 0.035em; color: #ffffff; } .bar { background-color: white; width: 41.89px; height: 0px; border: 3.5874px solid #ffffff; transform: rotate(90deg) translateX(50px); } .inside_bar { background-color: white; width: 41.89px; height: 0px; border: 3.5874px solid #ffffff; transform: rotate(90deg) translateX(55px); } .inside_heading { transform: translateX(30px); } .inside_main_heading { bottom: 0; transform: translateY(40px); position: absolute; z-index: 1; } .hidden { display: none; } @media only screen and (min-width: 991px) and (max-width: 1281px) { .cards { padding: 50px; justify-content: space-between; } .spkrcard { width: 323px; height: 323px; } .spkrcard .spkone { width: 323px; height: 323px; } .spkone img { width: 323px; height: 323px; border-radius: 10px; } .image_overlay { width: 323px; height: 323px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 18.2033px; line-height: 23px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 30.1475px; } .spksub_heading { margin-top: 8px; font-size: 20.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 769px) and (max-width: 990px) { .cards { padding: 50px; justify-content: space-between; } .spkrcard { width: 300px; height: 300px; } .spkrcard .spkone { width: 300px; height: 300px; } .spkone img { width: 300px; height: 300px; border-radius: 10px; } .image_overlay { width: 300px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 16.2033px; line-height: 22px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 28.1475px; } .spksub_heading { margin-top: 8px; font-size: 18.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 577px) and (max-width: 768px) { .cards { padding: 10px; justify-content: space-between; } .spkrcard { width: 250px; height: 250px; } .spkrcard .spkone { width: 250px; height: 250px; } .spkone img { width: 250px; height: 250px; border-radius: 10px; } .image_overlay { width: 250px; height: 250px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 13.2033px; line-height: 20px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 22.1475px; } .spksub_heading { margin-top: 8px; font-size: 16.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 401px) and (max-width: 576px) { .cards { margin: 40px; justify-content: center; } .spkrcard { width: 250px; height: 300px; } .spkrcard .spkone { width: 250px; height: 300px; } .spkone img { width: 250px; height: 300px; border-radius: 10px; } .image_overlay { width: 250px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 12.2033px; line-height: 21px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 22.1475px; } .spksub_heading { font-size: 15.2033px; } .inside_main_heading { bottom: 0; transform: translateY(-10px); position: absolute; z-index: 1; } } @media only screen and (max-width: 400px) { .cards { margin: 40px; justify-content: center; } .spkrcard { width: 250px; height: 300px; } .spkrcard .spkone { width: 250px; height: 300px; } .spkone img { width: 250px; height: 300px; border-radius: 10px; } .image_overlay { width: 250px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 10.2033px; line-height: 20px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 20.1475px; } .spksub_heading { font-size: 15.2033px; } .inside_main_heading { bottom: 0; transform: translateY(-10px); position: absolute; z-index: 1; } } /*Sponsors*/ #spons-head { color: #ffffff; border-bottom: 2px solid #2a00a2; } span { white-space: nowrap; overflow-x: auto; } .sponsors { /* border: 2px solid red; */ color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: space-between; flex-wrap: wrap; height: 100%; padding: 1%; } .sponsors .rows { /* border: 2px solid white; */ padding: 1%; display: flex; flex-direction: row; justify-content: space-between; align-items: space-around; flex-wrap: wrap; padding-top: 3%; padding-bottom: 3%; } .spons-img { height: 90px; width: auto; }
vidushi/partners.css
.partners p.heading { margin-bottom: 0%; } .partners-content span p { display: inline-block; font-family: MADE; font-style: normal; font-weight: normal; font-size: 24px; line-height: 36px; /* identical to box height, or 150% */ color: #808080; /* color: #ffffff; */ margin-right: 5%; text-decoration: none; cursor: pointer; border-bottom: 2px solid #000000; } .cards { z-index: 1; margin: 100px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .spkrcard { position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 23vw; height: 353px; background-color: black; box-sizing: border-box; border-radius: 10px; transition: all 0.3s ease; margin-bottom: 45px; } .spkrcard:hover { transform: translate3d(0, -0.3rem, 0) scale(1.05); transition: all 0.3s ease; } .spkrcard .spkone { border-radius: 10px; width: 23vw; height: 353px; cursor: pointer; } .spkone:after { border-radius: 10px; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%); } .spkone img { width: 100%; height: 100%; border-radius: 10px; } .image_overlay { border-radius: 10px; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); color: #ffffff; display: flex; font-family: Inter, cursive; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s ease; } .overlay_title { border-radius: 10px; padding: 20px; } .image_overlay_blur { border-radius: 10px; backdrop-filter: blur(1px); } .image_overlay>* { border-radius: 10px; transform: translateY(20px); transition: transform 0.25s ease; } .image_overlay:hover { border-radius: 10px; opacity: 1; } .image_overlay:hover>* { border-radius: 10px; transform: translateY(0); } p { padding: 10px; font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: normal; font-size: 16.2033px; line-height: 27px; letter-spacing: 0.035em; color: #ffffff; } .image_description_title { transform: translate3d(-30px, 25px, 0); display: flex; align-items: flex-start; justify-content: flex-start; } .heading { transform: translateX(-23px); } .spkmain_heading { transform: translateY(17px); font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: bold; font-size: 23.1475px; line-height: 28px; color: #ffffff; margin: 0; } .spksub_heading { margin: 0; font-family: Neue Haas Grotesk Display Pro; font-style: normal; font-weight: normal; font-size: 16.2033px; line-height: 19px; letter-spacing: 0.035em; color: #ffffff; } .bar { background-color: white; width: 41.89px; height: 0px; border: 3.5874px solid #ffffff; transform: rotate(90deg) translateX(50px); } .inside_bar { background-color: white; width: 41.89px; height: 0px; border: 3.5874px solid #ffffff; transform: rotate(90deg) translateX(55px); } .inside_heading { transform: translateX(30px); } .inside_main_heading { bottom: 0; transform: translateY(40px); position: absolute; z-index: 1; } .hidden { display: none; } @media only screen and (min-width: 991px) and (max-width: 1281px) { .cards { padding: 50px; justify-content: space-between; } .spkrcard { width: 323px; height: 323px; } .spkrcard .spkone { width: 323px; height: 323px; } .spkone img { width: 323px; height: 323px; border-radius: 10px; } .image_overlay { width: 323px; height: 323px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 18.2033px; line-height: 23px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 30.1475px; } .spksub_heading { margin-top: 8px; font-size: 20.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 769px) and (max-width: 990px) { .cards { padding: 50px; justify-content: space-between; } .spkrcard { width: 300px; height: 300px; } .spkrcard .spkone { width: 300px; height: 300px; } .spkone img { width: 300px; height: 300px; border-radius: 10px; } .image_overlay { width: 300px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 16.2033px; line-height: 22px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 28.1475px; } .spksub_heading { margin-top: 8px; font-size: 18.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 577px) and (max-width: 768px) { .cards { padding: 10px; justify-content: space-between; } .spkrcard { width: 250px; height: 250px; } .spkrcard .spkone { width: 250px; height: 250px; } .spkone img { width: 250px; height: 250px; border-radius: 10px; } .image_overlay { width: 250px; height: 250px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 13.2033px; line-height: 20px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 22.1475px; } .spksub_heading { margin-top: 8px; font-size: 16.2033px; } .inside_main_heading { bottom: 0; transform: translateY(10px); position: absolute; z-index: 1; } } @media only screen and (min-width: 401px) and (max-width: 576px) { .cards { margin: 40px; justify-content: center; } .spkrcard { width: 250px; height: 300px; } .spkrcard .spkone { width: 250px; height: 300px; } .spkone img { width: 250px; height: 300px; border-radius: 10px; } .image_overlay { width: 250px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 12.2033px; line-height: 21px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 22.1475px; } .spksub_heading { font-size: 15.2033px; } .inside_main_heading { bottom: 0; transform: translateY(-10px); position: absolute; z-index: 1; } } @media only screen and (max-width: 400px) { .cards { margin: 40px; justify-content: center; } .spkrcard { width: 250px; height: 300px; } .spkrcard .spkone { width: 250px; height: 300px; } .spkone img { width: 250px; height: 300px; border-radius: 10px; } .image_overlay { width: 250px; height: 300px; } .image_overlay>* { transform: translateY(20px); } p { padding: 5px; font-size: 10.2033px; line-height: 20px; } .image_description_title { transform: translate3d(-30px, 15px, 0); } .heading { transform: translateX(-20px); } .spkmain_heading { font-size: 20.1475px; } .spksub_heading { font-size: 15.2033px; } .inside_main_heading { bottom: 0; transform: translateY(-10px); position: absolute; z-index: 1; } } /*Sponsors*/ #spons-head { color: #ffffff; border-bottom: 2px solid #2a00a2; } span { white-space: nowrap; overflow-x: auto; } .sponsors { /* border: 2px solid red; */ color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; align-items: space-between; flex-wrap: wrap; height: 100%; padding: 1%; } .sponsors .rows { /* border: 2px solid white; */ padding: 1%; display: flex; flex-direction: row; justify-content: space-between; align-items: space-around; flex-wrap: wrap; padding-top: 3%; padding-bottom: 3%; } .spons-img { height: 90px; width: auto; }
0.301156
0.116663
*{ margin: 0; padding:0; } .p { line-height: 1.5; } .title{ font-family: fantasy; letter-spacing: 20px; text-decoration: underline; text-transform: uppercase; text-align: center; font-size: 90px; } .subtitle{ font-family: Verdana, sans-serif; font-style: italic; font-variant: small-caps; font-weight: 600; font-size: 32px; word-spacing: 15px; } .content>p:nth-child(2) { word-spacing: 30px; text-transform: capitalize; } .main { background-image: url("https://cdn.pixabay.com/photo/2016/12/22/04/28/facebook-1924510_960_720.png"); background-color:green; border:1px solid blue; width:960px; margin-left: auto; margin-right: auto; margin-top:50px; min-height: 590px; background-position:center center; background-attachment: center; background-size: 345px; background-repeat: no-repeat; } .body{ background-color: #ccc; } a:link { text-decoration: none; color: white; } a { border:1px, solid, white; color:white; } a:hover { background-color:blue; font-weight: bold; font-size: 22px; } ul { color:blue; font-size:22px; list-style-position: inside; list-style-type: armenian; } .menu { list-style: none; background-color:orange; width: 152px; } .menu a, .menu:visited, .menu:hover, .menu:link, { border:none; color: black; font-size: 20px; font-weight: normal; } ul.menu li { border: 1px solid black; line-height: 30px; width: 150px; } ul.menu li+li { border-top:none; } ul.menu ul { position:absolute; left:211px; float: left; display:block; } ul.menu li>ul { display:none; } ul.menu li:hover>ul { display:block; margin-top: -30.5px; color:red; background-color:blue; } nav ul.mainmenu { list-style: none; } nav ul.mainmenu li { display: inline-block; border:1px solid blue; background-color:blue; color:black; line-height: 30px; padding:3px; min-width: 80px; text-align: center; font-size: 15px; font-weight: bold; font-family: Verdana, sans-serif } nav { margin-top:20px; margin-bottom: 30px; } nav ul.mainmenu li+li { margin-left: 5px; }
revisao.css
*{ margin: 0; padding:0; } .p { line-height: 1.5; } .title{ font-family: fantasy; letter-spacing: 20px; text-decoration: underline; text-transform: uppercase; text-align: center; font-size: 90px; } .subtitle{ font-family: Verdana, sans-serif; font-style: italic; font-variant: small-caps; font-weight: 600; font-size: 32px; word-spacing: 15px; } .content>p:nth-child(2) { word-spacing: 30px; text-transform: capitalize; } .main { background-image: url("https://cdn.pixabay.com/photo/2016/12/22/04/28/facebook-1924510_960_720.png"); background-color:green; border:1px solid blue; width:960px; margin-left: auto; margin-right: auto; margin-top:50px; min-height: 590px; background-position:center center; background-attachment: center; background-size: 345px; background-repeat: no-repeat; } .body{ background-color: #ccc; } a:link { text-decoration: none; color: white; } a { border:1px, solid, white; color:white; } a:hover { background-color:blue; font-weight: bold; font-size: 22px; } ul { color:blue; font-size:22px; list-style-position: inside; list-style-type: armenian; } .menu { list-style: none; background-color:orange; width: 152px; } .menu a, .menu:visited, .menu:hover, .menu:link, { border:none; color: black; font-size: 20px; font-weight: normal; } ul.menu li { border: 1px solid black; line-height: 30px; width: 150px; } ul.menu li+li { border-top:none; } ul.menu ul { position:absolute; left:211px; float: left; display:block; } ul.menu li>ul { display:none; } ul.menu li:hover>ul { display:block; margin-top: -30.5px; color:red; background-color:blue; } nav ul.mainmenu { list-style: none; } nav ul.mainmenu li { display: inline-block; border:1px solid blue; background-color:blue; color:black; line-height: 30px; padding:3px; min-width: 80px; text-align: center; font-size: 15px; font-weight: bold; font-family: Verdana, sans-serif } nav { margin-top:20px; margin-bottom: 30px; } nav ul.mainmenu li+li { margin-left: 5px; }
0.468791
0.068351
body{ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; height: 100vh; background-color: #000000; color: #fff; } div{ display: flex; align-items: center; width: 100%; } h1{ background: -webkit-linear-gradient(#ff2222, #ff2222, #000); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } nav{ display: flex; } nav ul{ display: flex; justify-content: space-between; } nav ul li { list-style: none; } nav ul li a{ display: inline-block; padding: 1rem 3rem; transition: all .5s; text-transform: uppercase; } nav ul li a:hover{ background-color: #ff2222; text-shadow: 2px 2px 10px #000; } .container-msg{ display: flex; width: 100%; padding: 2rem 0; } .msg{ border-radius: 5px; display: flex; padding: 1rem; width: max-content; background-color: #ffc9c9; color: #ff2222; position: absolute; align-items: center; font-weight: bold; justify-content: center; top: 0; right: 2%; animation: visible 2s ease; } @keyframes visible { from {opacity: 1;} to {opacity: 0;} } .login{ display: inline-block; margin-left: 3rem; } .login a{ background-color: #ff2222; } /* HOME */ #search-container, .container-home, #event-container { display: flex; flex-direction: column; } #search-container h2 { color: #fff; font-size: 2rem; } #search-container form input { padding: 1rem 2rem; } .eventos{ display: flex; flex-direction: column; width: 80%; } .eventos li::marker{ color: #ff2222; } .eventos li{ display: flex; margin: 1rem auto; } .eventos li .home-welcome-img{ display: flex; flex-direction: column; background-color: #181818; padding: 2rem; width: 100%; position: relative; z-index: 2; border-bottom: 6px solid transparent; border-top-left-radius: 6px; border-top-right-radius: 6px; } .eventos li .home-welcome-img:hover{ border-bottom: 6px solid #ff2222; } .home-welcome-img h2{ font-size: 1.2rem; color: #cccccc; } .home-welcome-img p { color: #cccccc; } /* eventos */ .evento-page{ display: flex; } .evento-page > div{ width: 80%; margin: 0 auto; } .evento-page div div:nth-child(1){ display: flex; flex-direction: column; flex: 1; } .evento-page > div > div { width: 80%; align-items: flex-start; } .evento-page div img{ width: 50%; } .evento-page > div div:nth-child(2){ flex: 1; display: flex; flex-direction: column; background-color: #1c1c1c; padding: 2rem; border-radius: 6px; } .evento-page > div div:nth-child(2) h2, .evento-page > div div:nth-child(2) h3{ color: #8c8c8c; } .evento-page > div div:nth-child(2) ul li:hover{ transform: scale(1.050, 1.050); } .evento-page > div div:nth-child(2) ul li::marker{ color: #ff5151; } .evento-page > div div:nth-child(2) ul li:hover::marker{ color: #ff2222; } .evento-private{ color: #ffff6a; } .evento-public{ color: #5cff5c; } .evento-presense{ display: flex; } .evento-presense form{ margin-right: 1rem; } .evento-presense p{ font-weight: bold; font-size: 1.25rem; } .confirmar-evento{ background-color: #ff6565; border-radius: 6px; transition: background-color 3s, transform 1s; padding: 1rem; } .confirmar-evento-link{ padding: 1rem 2rem; } .confirmar-evento-text{ color: #5cff5c; display: inline-block; margin-right: 1rem; } .confirmar-evento:hover{ background-color: #ff2d2d; transform: scale(1.050, 1.050); } /* Cadastrar itens */ .container-itens, .container-itens div{ display: flex; flex-direction: column; align-items: flex-start; } /* Editar evento */ .edit-event{ display: flex; flex-direction: column; width: 80%; margin: 0 auto; } .edit-event form .img{ display: flex; flex-direction: column; align-items: flex-start; } .edit-event img{ width: 50%; } .edit-event form .description{ display: flex; flex-direction: column; align-items: flex-start; } .edit-event form #description{ width: min-content; height: 100px; padding: 1rem; overflow-y: auto; } /* Cadastrar eventos */ .new-event{ display: flex; width: 100%; } .new-event div:nth-child(2) form{ display: flex; flex-direction: column; } .new-event div:nth-child(2) form div { align-items: flex-start; text-align: left; } .eventos li a img{ width: 200px; } .content-container{ display: flex; flex-direction: column; } .content-container div{ display: flex; width: 100%; } .content-container div a{ display: flex; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; width: 80%; margin: .5rem auto; border: 2px solid #ff2222; transition: all .5s; } .content-container div a:hover{ background-color: #ff2222; } .name__footer{ border-bottom: 2px solid #ff2222; padding: 5px; color: #fff; } .footer{ display: flex; justify-content: center; width: 100%; }
public/css/styles.css
body{ display: flex; flex-direction: column; align-items: center; justify-content: flex-start; height: 100vh; background-color: #000000; color: #fff; } div{ display: flex; align-items: center; width: 100%; } h1{ background: -webkit-linear-gradient(#ff2222, #ff2222, #000); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } nav{ display: flex; } nav ul{ display: flex; justify-content: space-between; } nav ul li { list-style: none; } nav ul li a{ display: inline-block; padding: 1rem 3rem; transition: all .5s; text-transform: uppercase; } nav ul li a:hover{ background-color: #ff2222; text-shadow: 2px 2px 10px #000; } .container-msg{ display: flex; width: 100%; padding: 2rem 0; } .msg{ border-radius: 5px; display: flex; padding: 1rem; width: max-content; background-color: #ffc9c9; color: #ff2222; position: absolute; align-items: center; font-weight: bold; justify-content: center; top: 0; right: 2%; animation: visible 2s ease; } @keyframes visible { from {opacity: 1;} to {opacity: 0;} } .login{ display: inline-block; margin-left: 3rem; } .login a{ background-color: #ff2222; } /* HOME */ #search-container, .container-home, #event-container { display: flex; flex-direction: column; } #search-container h2 { color: #fff; font-size: 2rem; } #search-container form input { padding: 1rem 2rem; } .eventos{ display: flex; flex-direction: column; width: 80%; } .eventos li::marker{ color: #ff2222; } .eventos li{ display: flex; margin: 1rem auto; } .eventos li .home-welcome-img{ display: flex; flex-direction: column; background-color: #181818; padding: 2rem; width: 100%; position: relative; z-index: 2; border-bottom: 6px solid transparent; border-top-left-radius: 6px; border-top-right-radius: 6px; } .eventos li .home-welcome-img:hover{ border-bottom: 6px solid #ff2222; } .home-welcome-img h2{ font-size: 1.2rem; color: #cccccc; } .home-welcome-img p { color: #cccccc; } /* eventos */ .evento-page{ display: flex; } .evento-page > div{ width: 80%; margin: 0 auto; } .evento-page div div:nth-child(1){ display: flex; flex-direction: column; flex: 1; } .evento-page > div > div { width: 80%; align-items: flex-start; } .evento-page div img{ width: 50%; } .evento-page > div div:nth-child(2){ flex: 1; display: flex; flex-direction: column; background-color: #1c1c1c; padding: 2rem; border-radius: 6px; } .evento-page > div div:nth-child(2) h2, .evento-page > div div:nth-child(2) h3{ color: #8c8c8c; } .evento-page > div div:nth-child(2) ul li:hover{ transform: scale(1.050, 1.050); } .evento-page > div div:nth-child(2) ul li::marker{ color: #ff5151; } .evento-page > div div:nth-child(2) ul li:hover::marker{ color: #ff2222; } .evento-private{ color: #ffff6a; } .evento-public{ color: #5cff5c; } .evento-presense{ display: flex; } .evento-presense form{ margin-right: 1rem; } .evento-presense p{ font-weight: bold; font-size: 1.25rem; } .confirmar-evento{ background-color: #ff6565; border-radius: 6px; transition: background-color 3s, transform 1s; padding: 1rem; } .confirmar-evento-link{ padding: 1rem 2rem; } .confirmar-evento-text{ color: #5cff5c; display: inline-block; margin-right: 1rem; } .confirmar-evento:hover{ background-color: #ff2d2d; transform: scale(1.050, 1.050); } /* Cadastrar itens */ .container-itens, .container-itens div{ display: flex; flex-direction: column; align-items: flex-start; } /* Editar evento */ .edit-event{ display: flex; flex-direction: column; width: 80%; margin: 0 auto; } .edit-event form .img{ display: flex; flex-direction: column; align-items: flex-start; } .edit-event img{ width: 50%; } .edit-event form .description{ display: flex; flex-direction: column; align-items: flex-start; } .edit-event form #description{ width: min-content; height: 100px; padding: 1rem; overflow-y: auto; } /* Cadastrar eventos */ .new-event{ display: flex; width: 100%; } .new-event div:nth-child(2) form{ display: flex; flex-direction: column; } .new-event div:nth-child(2) form div { align-items: flex-start; text-align: left; } .eventos li a img{ width: 200px; } .content-container{ display: flex; flex-direction: column; } .content-container div{ display: flex; width: 100%; } .content-container div a{ display: flex; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; width: 80%; margin: .5rem auto; border: 2px solid #ff2222; transition: all .5s; } .content-container div a:hover{ background-color: #ff2222; } .name__footer{ border-bottom: 2px solid #ff2222; padding: 5px; color: #fff; } .footer{ display: flex; justify-content: center; width: 100%; }
0.467089
0.065755
body { font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } #content { height: 500px; overflow: auto; } #outer-content { margin: 1em 0.3em; } #outer-content p { margin: 0; } .mobile-item { display: none !important; } @media (max-height: 1200px) { #content { height: 300px; overflow: auto; } } @media (max-width: 1600px) { #content { height: 400px; overflow: auto; } } @media (max-width: 768px) { .tk-gallery.cyclic .items { width: 10000%; height: auto !important; } #content { height: 300px; overflow: auto; } } @media (max-width: 360px) { #content { height: 230px; } #outer-content { margin: 1em 0px; } #file-reader-ondrop { display: none; } p { margin: 0px 0px 0.5em; } } @media (max-width: 320px) { #content { height: 140px; } #footer-mobile { display: none; } .no-mobile-item { display: none !important; } .mobile-item { display: inline-block !important; } } .ui.avatar.image { background-image: url('../img/face_avatars.min.png'); background-position: 94px -112.89px; } .tk-gallery { position: relative; } .tk-gallery .item { height: 74px; width: 77.5px; border: solid 1px rgb(230,230,230); border-radius: 5px; box-shadow: 0 0 2px rgb(230,230,230); background-image: url('../img/face_avatars.png'); background-position: 0px -0px; cursor: pointer; display: inline-block; } .tk-gallery .item:hover { border: solid 1px rgb(200,200,200); border-radius: 5px; box-shadow: 0 0 2px rgb(200,200,200); } .tk-gallery .item.selected { border: solid 1px silver; border-radius: 5px; box-shadow: 0 0 8px silver; } .tk-gallery .item.unselected { opacity: 0.4; } .tk-gallery.cyclic { overflow: hidden; } .tk-gallery.cyclic .items { height: 233px; overflow: hidden; } .tk-gallery.cyclic .controls { overflow: hidden } .tk-gallery.cyclic .control-left { float: left; } .tk-gallery.cyclic .control-right { float: right; } .tk-gallery.cyclic .controls.mobile { display: none; } @media (max-width: 360px) { .tk-gallery.cyclic .controls { display: none; } .tk-gallery.cyclic .controls.mobile { display: block; } } .semantic.ui.modal { overflow-x: initial; overflow-y: initial; bottom: initial; } .purple-background { position: fixed; width: 100%; overflow-x: hidden; overflow-y: auto; background: #834790; /* Old browsers */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -moz-linear-gradient(top, #834790 2%, #c86caf 48%, #a56caf 100%, #2989d8 100%, #7db9e8 100%); /* FF3.6+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-gradient(linear, left top, left bottom, color-stop(2%,#834790), color-stop(48%,#c86caf), color-stop(100%,#a56caf), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -o-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* Opera 11.10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -ms-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* IE10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 linear-gradient(to bottom, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#834790', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ height: 100% !important; } body.purple-background.pushable { position: relative; background: #834790 !important; /* Old browsers */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -moz-linear-gradient(top, #834790 2%, #c86caf 48%, #a56caf 100%, #2989d8 100%, #7db9e8 100%) !important; /* FF3.6+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-gradient(linear, left top, left bottom, color-stop(2%,#834790), color-stop(48%,#c86caf), color-stop(100%,#a56caf), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)) !important; /* Chrome,Safari4+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* Chrome10+,Safari5.1+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -o-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* Opera 11.10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -ms-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* IE10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 linear-gradient(to bottom, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#834790', endColorstr='#7db9e8',GradientType=0 ) !important; /* IE6-9 */ min-height: 100% !important; } body.pushable > .pusher { background: transparent !important; } .purple-background .purple-contrast { color: white; } /* Fb sprites */ .emoticon { width: 16px; height: 16px; display: inline-block; vertical-align: top; } .emoticonsPanel .panelCell { cursor: pointer; display: inline-block; padding: 5px; border: solid 1px silver; } .emoticonsPanel .panelCell:hover { background: silver; } .emoticonsPanel .panelCell .emoticon { display: block; height: 16px; padding: 0 2px 2px 0; width: 16px; } .emoticon_smile { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -85px -394px; } .emoticon_frown { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -544px -377px; } .emoticon_tongue { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -136px -394px; } .emoticon_grin { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -595px -377px; } .emoticon_gasp { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -561px -377px; } .emoticon_wink { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -187px -394px; } .emoticon_pacman { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: 0 -394px; } .emoticon_grumpy { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -612px -377px; } .emoticon_unsure { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -153px -394px; } .emoticon_cry { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -510px -377px; } .emoticon_kiki { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -646px -377px; } .emoticon_glasses { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -578px -377px; } .emoticon_heart { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -629px -377px; } .emoticon_devil { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -527px -377px; } .emoticon_angel { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -442px -377px; } .emoticon_squint { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -102px -394px; } .emoticon_confused { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -476px -377px; } .emoticon_upset { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -170px -394px; } .emoticon_colonthree { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -459px -377px; } .emoticon_like { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -182px -169px; } #private-messages { position: absolute !important; bottom: 0; right: 0; overflow: hidden; } .private-message-box { position: relative; display: inline-block; width: 200px; height: 215px; margin-right: 11px !important; margin-bottom: 1px !important; } .private-message-box .ui.vertical.menu { height: 100% } .private-message-box .ui.vertical.menu .item.content { height: 130px !important; overflow: auto; } .private-message-box .ui.vertical.menu .item.content p { margin: 0; } .private-message-box .ui.vertical.menu form { position: absolute; bottom: 5px; left: 5px; width: 100%; } .private-message-box .item.header { cursor: pointer; } .private-message-box.hidden { height: auto; } .private-message-box.hidden .item.content, .private-message-box.hidden form { display: none; } .responsive-image { width: 200px; max-width: 100%; border: solid 1px white; box-shadow: 0 0 3px black; } @media (max-width: 320px) { .responsive-image { width: 100%; } } /* Fluid design */ div#outer-content { position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin: 0; margin-top: 6.6em; padding: 0 0.3em 11em 0.3em; padding-bottom: 10.7em; } div#outer-content #content { height: 100%; overflow: auto; background: white; margin: 2px; padding: 0.5em; } form#chat { position: fixed; bottom: 1em; width: 100%; }
public/css/style.css
body { font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } #content { height: 500px; overflow: auto; } #outer-content { margin: 1em 0.3em; } #outer-content p { margin: 0; } .mobile-item { display: none !important; } @media (max-height: 1200px) { #content { height: 300px; overflow: auto; } } @media (max-width: 1600px) { #content { height: 400px; overflow: auto; } } @media (max-width: 768px) { .tk-gallery.cyclic .items { width: 10000%; height: auto !important; } #content { height: 300px; overflow: auto; } } @media (max-width: 360px) { #content { height: 230px; } #outer-content { margin: 1em 0px; } #file-reader-ondrop { display: none; } p { margin: 0px 0px 0.5em; } } @media (max-width: 320px) { #content { height: 140px; } #footer-mobile { display: none; } .no-mobile-item { display: none !important; } .mobile-item { display: inline-block !important; } } .ui.avatar.image { background-image: url('../img/face_avatars.min.png'); background-position: 94px -112.89px; } .tk-gallery { position: relative; } .tk-gallery .item { height: 74px; width: 77.5px; border: solid 1px rgb(230,230,230); border-radius: 5px; box-shadow: 0 0 2px rgb(230,230,230); background-image: url('../img/face_avatars.png'); background-position: 0px -0px; cursor: pointer; display: inline-block; } .tk-gallery .item:hover { border: solid 1px rgb(200,200,200); border-radius: 5px; box-shadow: 0 0 2px rgb(200,200,200); } .tk-gallery .item.selected { border: solid 1px silver; border-radius: 5px; box-shadow: 0 0 8px silver; } .tk-gallery .item.unselected { opacity: 0.4; } .tk-gallery.cyclic { overflow: hidden; } .tk-gallery.cyclic .items { height: 233px; overflow: hidden; } .tk-gallery.cyclic .controls { overflow: hidden } .tk-gallery.cyclic .control-left { float: left; } .tk-gallery.cyclic .control-right { float: right; } .tk-gallery.cyclic .controls.mobile { display: none; } @media (max-width: 360px) { .tk-gallery.cyclic .controls { display: none; } .tk-gallery.cyclic .controls.mobile { display: block; } } .semantic.ui.modal { overflow-x: initial; overflow-y: initial; bottom: initial; } .purple-background { position: fixed; width: 100%; overflow-x: hidden; overflow-y: auto; background: #834790; /* Old browsers */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -moz-linear-gradient(top, #834790 2%, #c86caf 48%, #a56caf 100%, #2989d8 100%, #7db9e8 100%); /* FF3.6+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-gradient(linear, left top, left bottom, color-stop(2%,#834790), color-stop(48%,#c86caf), color-stop(100%,#a56caf), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -o-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* Opera 11.10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -ms-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* IE10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 linear-gradient(to bottom, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#834790', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ height: 100% !important; } body.purple-background.pushable { position: relative; background: #834790 !important; /* Old browsers */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -moz-linear-gradient(top, #834790 2%, #c86caf 48%, #a56caf 100%, #2989d8 100%, #7db9e8 100%) !important; /* FF3.6+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-gradient(linear, left top, left bottom, color-stop(2%,#834790), color-stop(48%,#c86caf), color-stop(100%,#a56caf), color-stop(100%,#2989d8), color-stop(100%,#7db9e8)) !important; /* Chrome,Safari4+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -webkit-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* Chrome10+,Safari5.1+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -o-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* Opera 11.10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 -ms-linear-gradient(top, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* IE10+ */ background: url("../img/purple-wallpaper.jpg") repeat scroll 0% 0%, #834790 linear-gradient(to bottom, #834790 2%,#c86caf 48%,#a56caf 100%,#2989d8 100%,#7db9e8 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#834790', endColorstr='#7db9e8',GradientType=0 ) !important; /* IE6-9 */ min-height: 100% !important; } body.pushable > .pusher { background: transparent !important; } .purple-background .purple-contrast { color: white; } /* Fb sprites */ .emoticon { width: 16px; height: 16px; display: inline-block; vertical-align: top; } .emoticonsPanel .panelCell { cursor: pointer; display: inline-block; padding: 5px; border: solid 1px silver; } .emoticonsPanel .panelCell:hover { background: silver; } .emoticonsPanel .panelCell .emoticon { display: block; height: 16px; padding: 0 2px 2px 0; width: 16px; } .emoticon_smile { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -85px -394px; } .emoticon_frown { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -544px -377px; } .emoticon_tongue { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -136px -394px; } .emoticon_grin { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -595px -377px; } .emoticon_gasp { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -561px -377px; } .emoticon_wink { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -187px -394px; } .emoticon_pacman { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: 0 -394px; } .emoticon_grumpy { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -612px -377px; } .emoticon_unsure { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -153px -394px; } .emoticon_cry { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -510px -377px; } .emoticon_kiki { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -646px -377px; } .emoticon_glasses { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -578px -377px; } .emoticon_heart { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -629px -377px; } .emoticon_devil { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -527px -377px; } .emoticon_angel { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -442px -377px; } .emoticon_squint { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -102px -394px; } .emoticon_confused { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -476px -377px; } .emoticon_upset { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -170px -394px; } .emoticon_colonthree { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -459px -377px; } .emoticon_like { background-image: url("../img/fb-sprite-KM2wagmDD8i.png"); background-repeat: no-repeat; background-size: auto; background-position: -182px -169px; } #private-messages { position: absolute !important; bottom: 0; right: 0; overflow: hidden; } .private-message-box { position: relative; display: inline-block; width: 200px; height: 215px; margin-right: 11px !important; margin-bottom: 1px !important; } .private-message-box .ui.vertical.menu { height: 100% } .private-message-box .ui.vertical.menu .item.content { height: 130px !important; overflow: auto; } .private-message-box .ui.vertical.menu .item.content p { margin: 0; } .private-message-box .ui.vertical.menu form { position: absolute; bottom: 5px; left: 5px; width: 100%; } .private-message-box .item.header { cursor: pointer; } .private-message-box.hidden { height: auto; } .private-message-box.hidden .item.content, .private-message-box.hidden form { display: none; } .responsive-image { width: 200px; max-width: 100%; border: solid 1px white; box-shadow: 0 0 3px black; } @media (max-width: 320px) { .responsive-image { width: 100%; } } /* Fluid design */ div#outer-content { position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin: 0; margin-top: 6.6em; padding: 0 0.3em 11em 0.3em; padding-bottom: 10.7em; } div#outer-content #content { height: 100%; overflow: auto; background: white; margin: 2px; padding: 0.5em; } form#chat { position: fixed; bottom: 1em; width: 100%; }
0.253122
0.078113
@import url("https://fonts.googleapis.com/css2?family=Fruktur&family=Nunito:wght@300&family=Poppins&family=Raleway:wght@300&family=Zen+Kaku+Gothic+Antique:wght@300&family=Zen+Maru+Gothic:wght@300&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-weight: 600; font-family: "Raleway", sans-serif; background: rgb(231, 229, 229); } html { scroll-behavior: smooth; } @media (max-width: 600px) { header { display: flex; flex-wrap: wrap; } } #page-wrapper { position: relative; } #header { top: 0; width: 100%; height: 80px; background: #eee; box-shadow: 0 0 6px 0 #484848; position: fixed; z-index: 2; } .imagem { position: absolute; margin: 10px; padding-left: 20px; } a { color: #000; text-decoration: none; } nav ul li { list-style: none; transition: all 0.6s ease-in; height: 80px; display: flex; line-height: 3.4em; padding-right: 6em; font-size: 1.4em; } nav ul { display: flex; justify-content: end; font-weight: 600; font-family: "Raleway", sans-serif; } nav a:hover { border-bottom: 2px solid rgb(51, 194, 175); } li a:hover { border-bottom: 2px solid rgb(51, 194, 175); } #main-title { font-family: "Poppins", sans-serif; text-align: center; padding-top: 40px; margin-top: 80px; } #email { padding: 7px; width: 100%; max-width: 270px; outline: none; margin: 0 auto; } input[type="email"] { font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 600; } .email-user { width: 100%; max-width: 270px; margin: 20px auto; } #email { border-radius: 4px; border: 1px solid rgb(196, 182, 182); transition: box-shadow 0.5s ease; } #email:focus { border: 1px solid #888888; box-shadow: rgb(214, 206, 206) 0 0 0 1px; } #hero .button { max-width: 150px; margin: 30px auto; } #hero .btn:hover { background: rgba(255, 153, 0, 0.774); } #hero .btn { padding: 12px 24px; cursor: pointer; font-family: "Josefin Sans", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; border: 1px solid #000; color: #000; background: #f7bd00e3; border-radius: 3px; } .fa, .icon { color: #f78400e3; } .grid { display: grid; grid-template-columns: 130px 830px; margin-top: 60px; } h2 { font-family: "Josefin Sans", sans-serif; font-weight: 700; } #features { display: flex; flex-direction: column; align-items: center; } #truck, #battery { margin-top: 10px; } #how-it-works { max-width: 600px; margin: 4em auto; } .card { border: 1px solid #000; display: flex; flex-direction: column; align-items: center; text-align: center; width: calc(100% / 4); margin: 10px; border: 1px solid #000; border-radius: 3px; } #cards { display: flex; flex-direction: row; justify-content: center; margin-bottom: 60px; } video { z-index: 1; border-radius: 3px; } .title { background: rgb(204, 202, 202); width: 100%; } .title h2 { padding: 7px 0; } h3 { line-height: 2.6em; font-size: 26px; } li { list-style: none; line-height: 2em; } .btn { padding-top: 20px; padding-bottom: 15px; } .btn button { padding: 12px 40px; cursor: pointer; font-family: "Josefin Sans", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; border: 1px solid #000; color: #000; background: #f7bd00e3; border-radius: 3px; } button:hover { background: rgba(255, 153, 0, 0.774); } footer { height: 90px; width: 100%; bottom: 0; background: rgb(204, 202, 202); } #copyright { display: grid; grid-template-columns: 340px 250px 250px 150px; text-transform: uppercase; } .list-footer { padding-top: 10px; padding-left: 60px; } #number { font-family: "poppins"; cursor: pointer; } #number:hover { text-decoration: underline; } .footer-2 { display: flex; justify-content: end; padding-right: 10px; } .voltar-topo { margin-top: -35px; padding-right: 8px; } .seta { margin-top: -30px; margin-right: 20px; }
product-landing-page/index.css
@import url("https://fonts.googleapis.com/css2?family=Fruktur&family=Nunito:wght@300&family=Poppins&family=Raleway:wght@300&family=Zen+Kaku+Gothic+Antique:wght@300&family=Zen+Maru+Gothic:wght@300&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-weight: 600; font-family: "Raleway", sans-serif; background: rgb(231, 229, 229); } html { scroll-behavior: smooth; } @media (max-width: 600px) { header { display: flex; flex-wrap: wrap; } } #page-wrapper { position: relative; } #header { top: 0; width: 100%; height: 80px; background: #eee; box-shadow: 0 0 6px 0 #484848; position: fixed; z-index: 2; } .imagem { position: absolute; margin: 10px; padding-left: 20px; } a { color: #000; text-decoration: none; } nav ul li { list-style: none; transition: all 0.6s ease-in; height: 80px; display: flex; line-height: 3.4em; padding-right: 6em; font-size: 1.4em; } nav ul { display: flex; justify-content: end; font-weight: 600; font-family: "Raleway", sans-serif; } nav a:hover { border-bottom: 2px solid rgb(51, 194, 175); } li a:hover { border-bottom: 2px solid rgb(51, 194, 175); } #main-title { font-family: "Poppins", sans-serif; text-align: center; padding-top: 40px; margin-top: 80px; } #email { padding: 7px; width: 100%; max-width: 270px; outline: none; margin: 0 auto; } input[type="email"] { font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 600; } .email-user { width: 100%; max-width: 270px; margin: 20px auto; } #email { border-radius: 4px; border: 1px solid rgb(196, 182, 182); transition: box-shadow 0.5s ease; } #email:focus { border: 1px solid #888888; box-shadow: rgb(214, 206, 206) 0 0 0 1px; } #hero .button { max-width: 150px; margin: 30px auto; } #hero .btn:hover { background: rgba(255, 153, 0, 0.774); } #hero .btn { padding: 12px 24px; cursor: pointer; font-family: "Josefin Sans", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; border: 1px solid #000; color: #000; background: #f7bd00e3; border-radius: 3px; } .fa, .icon { color: #f78400e3; } .grid { display: grid; grid-template-columns: 130px 830px; margin-top: 60px; } h2 { font-family: "Josefin Sans", sans-serif; font-weight: 700; } #features { display: flex; flex-direction: column; align-items: center; } #truck, #battery { margin-top: 10px; } #how-it-works { max-width: 600px; margin: 4em auto; } .card { border: 1px solid #000; display: flex; flex-direction: column; align-items: center; text-align: center; width: calc(100% / 4); margin: 10px; border: 1px solid #000; border-radius: 3px; } #cards { display: flex; flex-direction: row; justify-content: center; margin-bottom: 60px; } video { z-index: 1; border-radius: 3px; } .title { background: rgb(204, 202, 202); width: 100%; } .title h2 { padding: 7px 0; } h3 { line-height: 2.6em; font-size: 26px; } li { list-style: none; line-height: 2em; } .btn { padding-top: 20px; padding-bottom: 15px; } .btn button { padding: 12px 40px; cursor: pointer; font-family: "Josefin Sans", sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; border: 1px solid #000; color: #000; background: #f7bd00e3; border-radius: 3px; } button:hover { background: rgba(255, 153, 0, 0.774); } footer { height: 90px; width: 100%; bottom: 0; background: rgb(204, 202, 202); } #copyright { display: grid; grid-template-columns: 340px 250px 250px 150px; text-transform: uppercase; } .list-footer { padding-top: 10px; padding-left: 60px; } #number { font-family: "poppins"; cursor: pointer; } #number:hover { text-decoration: underline; } .footer-2 { display: flex; justify-content: end; padding-right: 10px; } .voltar-topo { margin-top: -35px; padding-right: 8px; } .seta { margin-top: -30px; margin-right: 20px; }
0.359589
0.101456
@-moz-document domain(sahibinden.com) { a { color: #9eb4f5; } .homepage .homepage-content li img { border: 1px solid #d90000; } .homepage .vitrin-list.popular-links li a, .homepage .interesting-ads.popular-links li a { border: 1px solid #dfdfdf; color: #bbb; } .footer-container .footer .warning-text { color: #888; background-color: #000; } .header-container, .my-account-tabs, .classifiedDetailContent .classifiedOtherBoxes .classifiedUserContent, .footer-container, footer .warningText, footer, #searchResultsTable tbody tr.searchResultsItem, #searchResultsGallery td.searchResultsGalleryItem, #classifiedProperties,.classifiedOtherDetails .classifiedDescription>ul, header, .user-login.guest-buy, .guest-new-screen, .guest-new-screen .not-member, .my-account-content .individual-dashboard .my-active-last-classified, .my-account-content .individual-dashboard .my-active-last-classified .classified-box .classified-list-container, .my-account-content .individual-dashboard .statistics-box .my-account-box, .two-column,.favorite-classified-row, .favorite-classified-title, .searchResultSorted,#searchResultsTable thead td.searchResultsFirstColumn, .search-left .searchResultsCat, .search-filter-section dl .collapseTitle,.searchResultsRight .pageNavigator, .searchResultsRight .searchFooter { background-color: #000; } .classifiedOtherDetails .classifiedDescription li.selected,.homepage .homepage-content li a, .classifiedDetailTitle h1,#searchResultsTable tbody td, .address-select-wrapper .address-search-list li a { color: #fff; } html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, form, dl, dt, dd, fieldset, #classifiedDescription.uiBoxContainer div, .uiBoxContainer font, .uiBoxContainer span, .uiBoxContainer b,.classifiedOtherDetails .classifiedDescription .classified-pair.all-original,.classifiedOtherDetails .uiBox, #classifiedDescription,#searchResultsTable thead td { color: #fff; background-color: #000; } .my-account-tabs li a { color: #888; } .classifiedBreadCrumb ul li a, .classifiedBreadCrumb ol li a { color: #76a2ff; } #searchResultsTable tbody tr.searchResultsItem:not(.premiumClassified):HOVER,a:hover { background-color: #8b8e92; } .classifiedDetailContent .classifiedOtherBoxes h5, .classifiedDetailContent .classifiedOtherBoxes .userLinks li { text-shadow: none; } .classifiedDetailStickyHeader.scroll-active { background: #888; } .classifiedDetailStickyHeader.scroll-active .classified-sticky-header h1 { background: #888; color: #333; } a.megaPhotoRight, a.megaPhotoLeft{ background:none; } }
data/usercss/158977.user.css
@-moz-document domain(sahibinden.com) { a { color: #9eb4f5; } .homepage .homepage-content li img { border: 1px solid #d90000; } .homepage .vitrin-list.popular-links li a, .homepage .interesting-ads.popular-links li a { border: 1px solid #dfdfdf; color: #bbb; } .footer-container .footer .warning-text { color: #888; background-color: #000; } .header-container, .my-account-tabs, .classifiedDetailContent .classifiedOtherBoxes .classifiedUserContent, .footer-container, footer .warningText, footer, #searchResultsTable tbody tr.searchResultsItem, #searchResultsGallery td.searchResultsGalleryItem, #classifiedProperties,.classifiedOtherDetails .classifiedDescription>ul, header, .user-login.guest-buy, .guest-new-screen, .guest-new-screen .not-member, .my-account-content .individual-dashboard .my-active-last-classified, .my-account-content .individual-dashboard .my-active-last-classified .classified-box .classified-list-container, .my-account-content .individual-dashboard .statistics-box .my-account-box, .two-column,.favorite-classified-row, .favorite-classified-title, .searchResultSorted,#searchResultsTable thead td.searchResultsFirstColumn, .search-left .searchResultsCat, .search-filter-section dl .collapseTitle,.searchResultsRight .pageNavigator, .searchResultsRight .searchFooter { background-color: #000; } .classifiedOtherDetails .classifiedDescription li.selected,.homepage .homepage-content li a, .classifiedDetailTitle h1,#searchResultsTable tbody td, .address-select-wrapper .address-search-list li a { color: #fff; } html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, form, dl, dt, dd, fieldset, #classifiedDescription.uiBoxContainer div, .uiBoxContainer font, .uiBoxContainer span, .uiBoxContainer b,.classifiedOtherDetails .classifiedDescription .classified-pair.all-original,.classifiedOtherDetails .uiBox, #classifiedDescription,#searchResultsTable thead td { color: #fff; background-color: #000; } .my-account-tabs li a { color: #888; } .classifiedBreadCrumb ul li a, .classifiedBreadCrumb ol li a { color: #76a2ff; } #searchResultsTable tbody tr.searchResultsItem:not(.premiumClassified):HOVER,a:hover { background-color: #8b8e92; } .classifiedDetailContent .classifiedOtherBoxes h5, .classifiedDetailContent .classifiedOtherBoxes .userLinks li { text-shadow: none; } .classifiedDetailStickyHeader.scroll-active { background: #888; } .classifiedDetailStickyHeader.scroll-active .classified-sticky-header h1 { background: #888; color: #333; } a.megaPhotoRight, a.megaPhotoLeft{ background:none; } }
0.235812
0.051391
.container{ width: 1440px; } .navigationbanner{ /* height: 680px; */ /* background-image: url(./assest/section_hero.png); */ } .navigation{ background-image: url(./assest/section_hero.png); /* height:680px; */ } .navigationbanner ul{ list-style-type: none; /* border: 5px solid grey; */ } .navigationbanner li{ float: left; color:white; } p{ color:white; } /* ul::after{ content: ""; display: block; background-color: violet; clear: both; } */ html,body,h1,h2,h3,h4,h5,h6,p,ul,li,div{ margin: 0px; padding: 0px; } /* ul li{ list-style-type: none; } */ .navigation1,.logo,.navigation2{ float:left; } /* .navigation1 li, .navigation2 li{ float:left; } */ .navigation{ /* background-image: url("./assets/section_hero.png"); */ /* padding: 258px; */ } .navigationbanner{ width:940px; margin: auto; color:#ffffff; } .navigationbanner::after{ content: ""; display:block; clear: both; } .navigation1{ margin-right:98px; } .navigation1 li, .navigation2 li{ margin-right:38px; padding-top: 45px; } .logo{ width:100px; text-size-adjust: 0.6px; } .navigation{ padding-bottom: 190px; } .navigation2{ margin-left:98px; } .navigation3{ width:520px; margin: auto; margin-top: 278px; } .navigation3 p{ font-size: 36px; } .navigation3 div{ width:368px; margin:auto; } .bannertext p{ width: 800px; color:#272727; margin: auto; text-align:center; font-size: 18px; padding: 38px 320px; } .what-we-do p{ color: black; } .navigation3 div button:first-child{ background-color: #0e6248; color: white; } .navigation3 div button:last-child{ color:#0e6248 ; margin-left: 40px; } .navigation3 div button{ border-radius: 5px; padding: 10px; } .navigation3 div{ width: 368px; margin: auto; } .navigation3 div:first-of-type{ margin-top: 25px; } .what-we-do p:first-child{ color: #0e6248; font-size: 12px; } .supportstatement{ margin: auto; width: 940px; } .supportstatement{ padding-bottom: 150px; } .what-we-do p:last-child{ color: #272727; width: 680px; /* margin: auto; */ /* margin-left: 250px; */ font-size: 20px; padding: 4px; } /* .Our-mission button{ width: 200px; padding: 10px, 29px; background-color: #0e6248; border-radius: 4px; color: white; } */ .content{ width: 940px; margin-left: 340px; clear: both; } .content::after{ content: ""; display: block; clear: both; } .child{ width: 280px; } div.child:nth-child(2){ margin-left: 40px; } div.child:last-child{ margin-left: 40px; } .vb button{ /* width: 200px; */ background-color: #0e6248; border-radius: 4px; color: white; margin-left: 60px; padding: 10px 28px; } .what-we-do{ float: left; } .vb{ float: left; padding-top: 19px; } .supportstatement{ /* display: flex; */ /* justify-content: center; */ clear: both; } .child{ float: left; width: 232px; } .child p{ color: black; } .child button{ background-color: #0e6248; padding: 10px 19px 11px; border-radius: 4px; color: white; width: 120px; margin: 16px 56px 0px; } .content{ /* display: flex; */ /* justify-content: center; */ } .child img{ display: inline-block; margin-right: 10px; width: 200px; } .reports p{ color: black; } .reports{ width: 942px; margin: 120px 249px 70px; padding: 36px 64px 42px; border-radius: 8px; background-color: #fbf8f6; } .reports{ padding-right: 0px; } .num{ margin-right: 50px; } .num{ display: inline-block; margin-right: 10px; width: 200px; } .banner{ display: block; margin-left: auto; margin-right: auto; width: 1440px; } .want p{ color: black; font-size: 16px; } .help .want{ width: 440px; /* margin: auto; */ } .want h3{ font-size: 24px; } .want{ float: left; } .want1{ /* float: left; */ } div.want1{ width: 380px; margin:auto; padding: 29px 22px 30px 26px; border-radius: 4px; box-shadow: 0 0 20px 0 rgba(16, 114, 83, 0.16); border: solid 1px #fbf8f6; background-color: #fff; } .want1 p{ color: black; } .want1 button{ width: 120px; margin: 26px 212px 0 0; padding: 10px 21px 11px; border-radius: 4px; background-color: #0e6248; color: white; } .want1 input:first-child{ width: 275px; margin: 4px 0 0; border-radius: 4px; border: solid 1px #ddd; background-color: #fff; } .want1 input:nth-child(2){ /* width: 332px; */ margin: 4px 0 0; border-radius: 4px; /* border: solid 1px #ddd; */ background-color: #fff; margin-bottom: 37px; } .want1 input:nth-child(3){ width: 332px; margin: 4px 0 0; padding: 1px 250px 0 16px; border-radius: 4px; border: solid 1px #ddd; background-color: #fff; margin-bottom: 37px; }
projectp/stylep.css
.container{ width: 1440px; } .navigationbanner{ /* height: 680px; */ /* background-image: url(./assest/section_hero.png); */ } .navigation{ background-image: url(./assest/section_hero.png); /* height:680px; */ } .navigationbanner ul{ list-style-type: none; /* border: 5px solid grey; */ } .navigationbanner li{ float: left; color:white; } p{ color:white; } /* ul::after{ content: ""; display: block; background-color: violet; clear: both; } */ html,body,h1,h2,h3,h4,h5,h6,p,ul,li,div{ margin: 0px; padding: 0px; } /* ul li{ list-style-type: none; } */ .navigation1,.logo,.navigation2{ float:left; } /* .navigation1 li, .navigation2 li{ float:left; } */ .navigation{ /* background-image: url("./assets/section_hero.png"); */ /* padding: 258px; */ } .navigationbanner{ width:940px; margin: auto; color:#ffffff; } .navigationbanner::after{ content: ""; display:block; clear: both; } .navigation1{ margin-right:98px; } .navigation1 li, .navigation2 li{ margin-right:38px; padding-top: 45px; } .logo{ width:100px; text-size-adjust: 0.6px; } .navigation{ padding-bottom: 190px; } .navigation2{ margin-left:98px; } .navigation3{ width:520px; margin: auto; margin-top: 278px; } .navigation3 p{ font-size: 36px; } .navigation3 div{ width:368px; margin:auto; } .bannertext p{ width: 800px; color:#272727; margin: auto; text-align:center; font-size: 18px; padding: 38px 320px; } .what-we-do p{ color: black; } .navigation3 div button:first-child{ background-color: #0e6248; color: white; } .navigation3 div button:last-child{ color:#0e6248 ; margin-left: 40px; } .navigation3 div button{ border-radius: 5px; padding: 10px; } .navigation3 div{ width: 368px; margin: auto; } .navigation3 div:first-of-type{ margin-top: 25px; } .what-we-do p:first-child{ color: #0e6248; font-size: 12px; } .supportstatement{ margin: auto; width: 940px; } .supportstatement{ padding-bottom: 150px; } .what-we-do p:last-child{ color: #272727; width: 680px; /* margin: auto; */ /* margin-left: 250px; */ font-size: 20px; padding: 4px; } /* .Our-mission button{ width: 200px; padding: 10px, 29px; background-color: #0e6248; border-radius: 4px; color: white; } */ .content{ width: 940px; margin-left: 340px; clear: both; } .content::after{ content: ""; display: block; clear: both; } .child{ width: 280px; } div.child:nth-child(2){ margin-left: 40px; } div.child:last-child{ margin-left: 40px; } .vb button{ /* width: 200px; */ background-color: #0e6248; border-radius: 4px; color: white; margin-left: 60px; padding: 10px 28px; } .what-we-do{ float: left; } .vb{ float: left; padding-top: 19px; } .supportstatement{ /* display: flex; */ /* justify-content: center; */ clear: both; } .child{ float: left; width: 232px; } .child p{ color: black; } .child button{ background-color: #0e6248; padding: 10px 19px 11px; border-radius: 4px; color: white; width: 120px; margin: 16px 56px 0px; } .content{ /* display: flex; */ /* justify-content: center; */ } .child img{ display: inline-block; margin-right: 10px; width: 200px; } .reports p{ color: black; } .reports{ width: 942px; margin: 120px 249px 70px; padding: 36px 64px 42px; border-radius: 8px; background-color: #fbf8f6; } .reports{ padding-right: 0px; } .num{ margin-right: 50px; } .num{ display: inline-block; margin-right: 10px; width: 200px; } .banner{ display: block; margin-left: auto; margin-right: auto; width: 1440px; } .want p{ color: black; font-size: 16px; } .help .want{ width: 440px; /* margin: auto; */ } .want h3{ font-size: 24px; } .want{ float: left; } .want1{ /* float: left; */ } div.want1{ width: 380px; margin:auto; padding: 29px 22px 30px 26px; border-radius: 4px; box-shadow: 0 0 20px 0 rgba(16, 114, 83, 0.16); border: solid 1px #fbf8f6; background-color: #fff; } .want1 p{ color: black; } .want1 button{ width: 120px; margin: 26px 212px 0 0; padding: 10px 21px 11px; border-radius: 4px; background-color: #0e6248; color: white; } .want1 input:first-child{ width: 275px; margin: 4px 0 0; border-radius: 4px; border: solid 1px #ddd; background-color: #fff; } .want1 input:nth-child(2){ /* width: 332px; */ margin: 4px 0 0; border-radius: 4px; /* border: solid 1px #ddd; */ background-color: #fff; margin-bottom: 37px; } .want1 input:nth-child(3){ width: 332px; margin: 4px 0 0; padding: 1px 250px 0 16px; border-radius: 4px; border: solid 1px #ddd; background-color: #fff; margin-bottom: 37px; }
0.181771
0.07383
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img { margin:0; padding:0; } html { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; } fieldset, img { border: 0; display: inline-block; } address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; } ol, ul, li, dl, dt, dd { list-style: none outside; text-decoration: none; } h3, h4, h5, h6 { font-size: 100%; font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; } abbr, acronym { border: 0; } img { border: 0 none; vertical-align: middle; display: block; } body { overflow-x: hidden; height: 100%; background:#FFF; color: #333; font-family: "Hiragino Sans GB"; -webkit-overflow-scrolling: touch; } a, button, label, input { -webkit-tap-highlight-color: rgba(0,0,0,0); background:none; outline:none; border:0px; } a, a:link, a:active, a:hover { text-decoration: none; } p{ -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px;} .clear { clear: both; font-size: 0; height: 0; overflow: hidden } .clearfix:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; } .clearfix { *zoom:1;} .w100{ width:100%;} .web-main{ max-width: 640px; min-width: 320px; margin: 0 auto; } .web-main img{ display: block; width: 100%;} /*top*/ .web-top{ padding-top: .08rem; overflow: hidden; position: relative; } .web-top a{ display: block; position: absolute; left: 88.4%; top: 27%; width: 7.5%; } /*banner*/ #web-banner{ overflow: hidden; } .web-banner-d{ position: absolute; bottom: .2rem;left: 0;width: 100%; text-align: center; z-index: 99; font-size: 0;} .web-banner-d li{ display: inline-block; float: left; width:.3rem; height: 1px; } .swiper-pagination-bullet { width: .3rem ; height: 1px; margin: .05rem; background: #9db1d3; opacity: 1; } .swiper-pagination-bullet-active { background: #fff ; height: .06rem; margin: .03rem .05rem; border-radius: .06rem; } /*中间内容*/ .web-content1 { width: 96%; margin: .4rem auto .4rem; overflow: hidden; } .web-content1 a { display: block; width: 25%; float: left; overflow: hidden; text-align: center; } .web-content1 a img{ width:67%; margin: 0 auto} .web-content1 a p { width: 100%; font-size: .28rem; line-height: .5rem; color: #2b333a;} .web-content2 { width: 100%; overflow: hidden; position: relative; } .web-content2 a { display: block; position: absolute; width: 50%;} .web-content2 a:nth-of-type(1){ left: 0%; top: 0%; height: 100%; width: 46.8%;} .web-content2 a:nth-of-type(2){ left: 46.8%; top: 0%; height: 50%; width: 53.2%;} .web-content2 a:nth-of-type(3){ left: 46.8%; top: 50%; height: 50%; width: 53.2%;} .web-content2 a b{ display: block; padding-left: .2rem; padding-top: .3rem; font-size: .3rem; line-height: .3rem; color: #f08b5e; font-weight: bold; } .web-content3 { width: 100%; background: #f7fafb; padding-bottom: .45rem; overflow: hidden; } .web-content3 h2 { width: 100%; padding-top: .4rem; background: #f7fafb; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content3 h2 span{ font-weight: normal; font-size: .22rem;} .web-content3 ul { width: 97%; margin: .18rem auto 0; overflow: hidden; } .web-content3 ul li { width:47%; margin: 0 1.5% .2rem; background: #fff; overflow: hidden; float: left; } .web-content3 ul li h3 { width:90%;padding: .4rem 5% .2rem; font-size: .28rem; line-height: .28rem; color: #2b333a;} .web-content3 ul li p { width:90%; padding: 0 5%; height: 1rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; } .web-content3 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content3 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} .web-content4 { width: 100%; background: #f7fafb; padding-bottom: .35rem; overflow: hidden; } .web-content4 h2 { width: 100%; background: #f7fafb; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content4 h2 span{ font-weight: normal; font-size: .22rem;} .web-content4-1 { width: 100%; margin-top: .28rem; overflow: hidden; } .web-content4-1 dl { width:97%; padding: .38rem 0 0 3%; margin-bottom: .16rem; background: #fff; overflow: hidden; float: left; } .web-content4-1 dl dt{ width: 32.5%; margin-right: 5.5%; float: left;} .web-content4-1 dl dd{ width: 62%; float: left;} .web-content4-1 h3{ width:100%; height: .55rem; font-size: .32rem; line-height: .4rem; color: #2b333a;} .web-content4-1 h4{ width:100%; height: .7rem; padding-top: .15rem; font-size: 0;} .web-content4-1 h4 span{ margin-right: .1rem; padding: .13rem .2rem; border: solid 1px #6699cc; border-radius: .1rem; font-size: .24rem; line-height: .24rem; color: #6699cc;} .web-content4-1 p { width:90%; height: .76rem; margin-bottom: .3rem; font-size: .28rem; line-height: .38rem; color: #a3a9b3;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .web-content4-1 a{ display: block; width: 1.7rem; height: .64rem; font-size: .28rem; line-height: .64rem; color: #fff; background: #00afef; border-radius: .1rem; text-align: center;margin-bottom: .3rem; } .web-content4-a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content4-a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} .web-content5 { width: 100%; background: #fff; padding-bottom: .45rem; overflow: hidden; } .web-content5 h2 { width: 100%; padding-top: .45rem; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content5 h2 span{ font-weight: normal; font-size: .22rem;} .web-content5 ul { width: 100%; height: 11rem; margin-top: .5rem;background: url(../images/web-content5-bg.jpg) no-repeat; background-size: 100% auto; overflow: hidden; } .web-content5 ul li { width:42%; height: 5.8rem; padding: 0 4%; overflow: hidden; float: left; } .web-content5 ul li h3 { width:100%; height: .4rem; padding-top: .6rem; font-size: .32rem; line-height: .32rem; color: #00afef;} .web-content5 ul li p { width:100%; height: 1.08rem; font-size: .28rem; line-height: .36rem; color: #959aaa;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; } .web-content5 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content5 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} /*.web-footer{ width: 100%; padding-top: .6rem; border-top: solid 1px #eaf1f2; overflow: hidden; background: #f7fafb; position: relative; } .web-footer h2{ width: 87.5%; margin-left: 4%; margin-bottom: .4rem; } .web-footer dl { width: 100%; overflow: hidden; } .web-footer dl dt{ width: 39.68%; margin: 0 auto; margin-bottom: .18rem; } .web-footer dl dd{ width: 100%; height: .85rem; font-size: .38rem; line-height: .5rem; color: #999; text-align: center;} .web-footer p{ width: 100%; margin-bottom: .5rem; font-size: .24rem; line-height: .3rem; color: #ccc; text-align: center;}*/ .web-bottom { width: 100%; max-width: 640px; height: 1rem; background: #00afef; overflow: hidden; position: fixed; left: 50%; transform:translate(-50%); bottom: 0; } .web-bottom a { display: block; width: 50%; height: 1rem; float: left; font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; } .web-bottom:after{content:"";width: 2px;height: .48rem;background: #80d7f7;position: absolute;left: 50%;margin-left: -1px; top: .26rem;} /*公共头部底部*/ .public-top { width: 100%; height: .38rem; padding: .25rem 0; background: #f7fafb; position: relative; } .public-top h2 { width: 100%; height: .38rem; font-size: .36rem; line-height: .38rem; color: #00afef; text-align: center; font-weight: normal; } .public-top dl { width: 20%; height: .38rem; position: absolute; left: 4%; top:.25rem; } .public-top dl dt{ width: 28.125%; height: .38rem; float: left;} .public-top dl dd{ width: 60%; height: .38rem; float: right; font-size: .28rem; line-height: .38rem; color: #959aaa;} .public-footer { width: 100%; padding: .55rem 0 .3rem; margin-bottom: 1rem; background: #f7fafb; overflow: hidden; border-top: solid 1px #eaf1f2;} .public-footer h3 { width: 70%; margin: 0 auto .2rem;} .public-footer p { width: 100%; font-size: .2rem; line-height: .3rem; color: #999; text-align: center; } /*查看报告-无*/ .Wbaogao { width: 100%; padding-top: 1.7rem; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; display: none; } .Wbaogao p{ width: 100%; padding-top: .58rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3; text-align: center;} /*查看报告-有*/ .Ybaogao { width: 100%; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; } .Ybaogao li{ width: 100%; margin-top:.25rem; overflow: hidden;} .Ybaogao-1{ width: 100%; height: .4rem; text-align: center; font-size: 0; } .Ybaogao-1 dt{ display: inline-block; width: .24rem; height: .2rem; margin-right: .1rem;} .Ybaogao-1 dd{ display: inline-block; font-size: .24rem; line-height: .24rem; color: #d0d0d0;} .Ybaogao-2{ width: 92%; margin:0 4% .15rem; background: #fff; box-shadow: 0px 0px .3rem #d5dbe0; overflow: hidden;} .Ybaogao-2 h3{ width: 92%; padding: 0 4%; height: .8rem; margin-bottom: .4rem; font-size: .24rem; line-height: .8rem; color: #a3a9b3; border-bottom: solid 1px #e1e9ec; overflow: hidden;} .Ybaogao-2 h3 span{ padding-left: .2rem;} .Ybaogao-2 h3 a{ display: inline-block; float: right; color: #6699cc;} .Ybaogao-2 dl{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .Ybaogao-2 dl dt{ width: 39%; float: left; text-align: center;} .Ybaogao-2 dl dt h4{ width: 100%; height: .95rem; font-size: .36rem; line-height: .88rem; color: #44597a;} .Ybaogao-2 dl dt p{ width: 100%; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .Ybaogao-2 dl dt p span{ margin-left: .24rem;} .Ybaogao-2 dl dd{ width: 55%; padding-left: 4.6%; border-left: solid 1px #e1e9ec; float: left; overflow: hidden;} .Ybaogao-2 dl dd h4{ width: 100%; height: .45rem; font-size: .32rem; line-height: .45rem; color: #44597a;} .Ybaogao-2 dl dd p{ width: 100%; font-size: .28rem; line-height: .38rem; color: #a3a9b3;} /*短信登入*/ .DXdengru { width: 100%; overflow: hidden; } .DXdengru-1{ width: 100%; overflow: hidden; position: relative;} .DXdengru-1 a{ display: block; position: absolute; width: 40%; height: .8rem; font-size: .28rem; line-height: .8rem; color: #fff; bottom: 0; text-align: center;} .DXdengru-1 a span{ display: block; width: .28rem; position: absolute; left: 50%; margin-left: -.14rem; bottom: 0;} .DXdengru-1 a:nth-of-type(1){ left: 10%;} .DXdengru-1 a:nth-of-type(2){ left: 50%;} .DXdengru-2 { width: 92%; margin: 0 auto; overflow: hidden; position: relative;} .DXdengru-2 p{ width: 100%; overflow: hidden;} .DXdengru-2 p:nth-of-type(1) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .DXdengru-2 p:nth-of-type(2) input{ display: block; float: left; width: 55%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} #DXdengru-yanz{ display: block; float: right; width: 40%; height:.6rem; background: #ccc; margin-top: .2rem; border-bottom:none; font-size: .36rem; line-height: .6rem; color: #666; text-align: center;} .DXdengru-2 p:nth-of-type(3){ width: 100%; height:.85rem; padding-top: .25rem; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .DXdengru-2 p:nth-of-type(3) input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .DXdengru-2 p:nth-of-type(3) span{ color: #6699cc} #DXdengru-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} .DXdengru-zc{ position: fixed; left: 0; bottom: 5%; width: 100%; font-size: .28rem; line-height: .28rem; color: #00a0e9; text-align: center;} .error_content{position: fixed;left: 0;bottom: 10%;width: 100%;font-size: .28rem;line-height: .28rem;color: #e90054;text-align: center;display: none;} /*账号登入*/ .ZHdengru { width: 100%; overflow: hidden; } .ZHdengru-1{ width: 100%; overflow: hidden; position: relative;} .ZHdengru-1 a{ display: block; position: absolute; width: 40%; height: .8rem; font-size: .28rem; line-height: .8rem; color: #fff; bottom: 0; text-align: center;} .ZHdengru-1 a span{ display: block; width: .28rem; position: absolute; left: 50%; margin-left: -.14rem; bottom: 0; display: none;} .ZHdengru-1 a.on span{ display: block;} .ZHdengru-1 a:nth-of-type(1){ left: 10%;} .ZHdengru-1 a:nth-of-type(2){ left: 50%;} .ZHdengru-2 { width: 92%; margin: 0 auto; overflow: hidden; position: relative;} .ZHdengru-2 p{ width: 100%; overflow: hidden; position: relative;} .ZHdengru-2 p:nth-of-type(1) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .ZHdengru-2 p:nth-of-type(2) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .ZHdengru-2 p:nth-of-type(3) input{ display: block; float: left; width: 55%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} #ZHdengru-yanz{ display: block; float: right; width: 40%; height:.6rem; background: #ccc; margin-top: .2rem; border-bottom:none; font-size: .36rem; line-height: .6rem; color: #666; text-align: center;} .ZHdengru-2 p:nth-of-type(4){ width: 100%; height:.85rem; padding-top: .25rem; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .ZHdengru-2 p:nth-of-type(4) input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .ZHdengru-2 p:nth-of-type(4) span{ color: #6699cc} #ZHdengru-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} .ZHdengru-zc{ position: fixed; left: 0; bottom: 5%; width: 100%; font-size: .28rem; line-height: .28rem; color: #00a0e9; text-align: center;} .ZHdengru-2 p a{ display: block; position: absolute; right: 0; top: 0; font-size: .28rem; line-height: .8rem; color: #08abe8;} .DXdengru-2{ display: none;} .ZHdengru-2{ display: none;} .dengru .on{ display: block;} /*个人资料*/ .gerenziliao1 { width: 92%; height: .72rem; padding:.08rem 4%; background: #fff; overflow: hidden; position: relative; } .gerenziliao1 p { width: 24%; height: .72rem; font-size: .28rem; line-height: .72rem; color: #959aaa; float: left; } .gerenziliao1 a { display: block; width: 76%; height: .72rem; font-size: .28rem; line-height: .72rem; color: #959aaa; float: left; font-family: "楷体"; } .gerenziliao1 a span { display: inline-block; float: right; width: .72rem; } .gerenziliao1 a em { display: inline-block; float: right; width: 13%; text-align: right; } .gerenziliao2 { width: 100%; background: #f7fafb; overflow: hidden; position: relative; } .gerenziliao2 h3 { width: 96%; padding-left: 4%; height: .56rem; font-size: .24rem; line-height: .56rem; color: #d0d0d0; float: left; } .gerenziliao2 ul { width: 92%; padding:0 4%; background: #fff; overflow: hidden; } .gerenziliao2 li { width: 100%; height: .88rem; border-bottom: solid 1px #e1e9ec; } .gerenziliao2 li h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .gerenziliao2 li p { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; text-align: right; } .gerenziliao2 li a { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right; } .gerenziliao2 li a span { display: inline-block; width: 87%; text-align: right; color: #d0d0d0; } .gerenziliao2 li a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .gerenziliao2 li:last-child{ border-bottom: none;} .gerenziliao2-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .gerenziliao2-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .gerenziliao2-xb2 span.on{ color: #00a0e9; } .gerenziliao2-xb2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .gerenziliao2-1 { width: 92%; height: .88rem; margin-top: .16rem; padding:0 4%; background: #fff; overflow: hidden; position: relative; } .gerenziliao2-1 h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .gerenziliao2-1 a { display: block; width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right; } .gerenziliao2-1 a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .gerenziliao2-1 a span { display: inline-block; width: 87%; text-align: right; color: #d0d0d0; } /*修改昵称*/ .Gname { width: 100%; overflow: hidden; position: relative; } .Gname p{ width: 92%; height: .88rem; padding:0 4%; margin-bottom: .4rem; background: #fff; overflow: hidden; position: relative; } .Gname p input:nth-of-type(1) { display: block; width: 100%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; } .Gname p input:nth-of-type(2) { display: block; width: .28rem; height: .28rem; background: #d0d0d0; border-radius: 50%; font-size: .2rem; line-height: .28rem; color: #fff; text-align: center; position: absolute; right: 4%; top: .3rem; } #Gname-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*修改密码*/ .Gmima { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .Gmima p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .Gmima p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .Gmima p:nth-of-type(2) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .Gmima p:nth-of-type(3){ margin-bottom: .4rem;} .Gmima p:nth-of-type(3) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } #Gmima-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} #Gmima-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*个人中心*/ .gerenzhongxin1 { width: 100%; padding-bottom: .7rem; overflow: hidden; position: relative;} .gerenzhongxin1 h3 { position: absolute; top: 5%; left: 0; width: 100%; text-align: center; } .gerenzhongxin1 h3 img { display: inline-block; width: 1.77rem; } .gerenzhongxin1 p { position: absolute; top: 50%; left: 0; width: 100%;font-size: .32rem; line-height: .32rem; color: #fff; text-align: center; } .gerenzhongxin1 a:nth-of-type(1) { position: absolute; top: 5%; right: 5%; font-size: .32rem; line-height: .32rem; color: #94d4f6; } .gerenzhongxin1 a:nth-of-type(2) { display: block; position: absolute; top: 73%; left: 27%; width: 46%; } .gerenzhongxin2 { width: 94%; margin: 0 auto .4rem; overflow: hidden; position: relative; } .gerenzhongxin2 a { display: block; float: left; width: 47%; height: 2.1rem; background: #fff; margin: 0 1.5% .16rem; text-align: center; } .gerenzhongxin2 a img { width: .56rem; margin: .55rem auto .25rem; } .gerenzhongxin2 a p { width: 100%; font-size: .28rem; line-height: .28rem; color: #a3a9b3; } /*专家列表*/ .doctor-list { width: 100%; margin-bottom: .4rem; overflow: hidden; } .doctor-list dl { width:97%; padding: .38rem 0 0 3%; margin-bottom: .16rem; background: #fff; overflow: hidden; float: left; } .doctor-list dl dt{ width: 32.5%; margin-right: 5.5%; float: left;} .doctor-list dl dd{ width: 62%; float: left;} .doctor-list h3{ width:100%; height: .55rem; font-size: .32rem; line-height: .4rem; color: #2b333a;} .doctor-list h4{ width:100%; height: .7rem; padding-top: .15rem; font-size: 0;} .doctor-list h4 span{ margin-right: .1rem; padding: .13rem .2rem; border: solid 1px #6699cc; border-radius: .1rem; font-size: .24rem; line-height: .24rem; color: #6699cc;} .doctor-list p { width:90%; height: .76rem; margin-bottom: .3rem; font-size: .28rem; line-height: .38rem; color: #a3a9b3;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .doctor-list a{ display: block; width: 1.7rem; height: .64rem; font-size: .28rem; line-height: .64rem; color: #fff; background: #00afef; border-radius: .1rem; text-align: center;margin-bottom: .3rem; } /*专家介绍*/ .doctor1 { width: 100%; height: 4.48rem; margin-bottom: .4rem; overflow: hidden; background: url(../images/doctor-bg.jpg); background-size: 100% 100%; } .doctor1 h3 {width: 2.4rem; height: 2.3rem; overflow: hidden; margin: .2rem auto 0; } .doctor1 h4 { width: 100%; height: .48rem; font-size: .36rem; line-height: .36rem; color: #fff; font-weight: bold; text-align: center; } .doctor1 h5 { width: 70%; padding-left: 30%; height: .5rem; font-size: .36rem; line-height: .36rem; color: #fff; } .doctor1 h5 span { display: inline-block; padding: .1rem; border-radius: .08rem; border: solid 1px #fff; font-size: .28rem; line-height: .28rem; color: #fff; text-align: center; margin-right: 2%; } .doctor2 { width: 100%; overflow: hidden; } .doctor2 p{ width: 92%; margin: 0 auto; padding-bottom: .6rem; margin-bottom: .5rem; border-bottom: dashed 1px #e1e9ec; font-size: .28rem; line-height: .4rem; color: #a3a9b3; text-align: center;} .doctor2 p:last-child{ border-bottom: none;} /*体检方案*/ .TJfangan{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .TJfangan-1 { width: 94%; height: .88rem; padding: 0 3%; margin-bottom: .28rem; background:#fff; overflow: hidden; position: relative; } .TJfangan-1 li { width: 36%; height: .86rem; margin: 0 7%; float: left; font-size: .32rem; line-height: .86rem; color: #959aaa; text-align: center; } .TJfangan-1 li.on{ border-bottom: solid .02rem #00afef;} .TJfangan-1 span { position: absolute; left: 50%; margin-left: -1px; top: .33rem; width: 2px; height: .22rem; background:#e5ecee; } .TJfangan-2 { width: 100%; overflow: hidden; } .TJfangan-2 ul { width: 97%; margin: .18rem auto 0; overflow: hidden; display: none; } .TJfangan-2 ul.on{ display: block;} .TJfangan-2 ul li { width:47%; margin: 0 1.5% .2rem; background: #fff; overflow: hidden; float: left; } .TJfangan-2 ul li h3 { width:90%;padding: .4rem 5% .2rem; font-size: .28rem; line-height: .28rem; color: #2b333a;} .TJfangan-2 ul li p { width:90%; padding: 0 5%; height: 1rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; } .TJfangan-2 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .TJfangan-2 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} /*方案详情*/ .fangan-xq { width: 100%; overflow: hidden; margin-bottom: 60px;} .fangan-xq h3 { width: 100%; height: 1rem; font-size: .32rem; line-height: .9rem; color: #333; text-align: center; } .fangan-xq-1{ width: 100%; height: .7rem;} .fangan-xq-1 li { width: 100%; height: .7rem; font-size: .36rem; line-height: .36rem; color: #0099ff; text-align: center; display: none; } .fangan-xq-1 li span { font-size: .24rem; } .fangan-xq-1 li.on{ display: block;} .fangan-xq-2 { width: 92%; height: .9rem; border-bottom: dashed 1px #e1e9ec; margin: 0 auto; } .fangan-xq-2 li { width: 32%; height: .64rem; float: left; margin-right: 2%; border: solid 1px #f7fafb; background: #f7fafb; box-sizing:border-box; font-size: .28rem; line-height: .64rem; color: #333; text-align: center; } .fangan-xq-2 li:last-child{ margin-right: 0;} .fangan-xq-2 li.on{ border: solid 1px #00a0e9; background: #fff; color: #00a0e9} .fangan-xq p { width: 92%; padding: .1rem 4% .2rem; font-size: .24rem; line-height: .4rem; color: #a3a9b3; text-align: center; } .fangan-xq a { display: block; width: 100%; height: 1rem; background: #00a0e9;font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; position: fixed; left: 0; bottom: 0; } /*体检需知列表*/ .TJxuzhi-list { width: 100%; padding-top: .25rem; margin-bottom: .4rem; border-top: solid 1px #fff; overflow: hidden; } .TJxuzhi-list ul { width:100%; } .TJxuzhi-list li { width: 92%; margin: 0 4% .4rem; border-radius: .1rem; box-shadow: 0 2px 10px #eef3f5; overflow: hidden; background: #fff; } .TJxuzhi-list li h3 { width: 92%; margin: .5rem auto .25rem; border-bottom: dashed 1px #e1e9ec; height: .7rem; font-size: .36rem; line-height: .36rem; color: #2b333a; } .TJxuzhi-list li p { width: 92%; margin:0 auto .3rem; font-size: .28rem; line-height: .46rem; color: #a3a9b3; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; } /*体检需知详情*/ .TJxuzhi { width: 100%; margin-bottom: .4rem; overflow: hidden; } .TJxuzhi h3 { width: 100%; height: 1.08rem; padding-top: 1.05rem; margin: .1rem auto .9rem; background: url(../images/TJxuzhi-t.jpg); background-size: 100% 100%; font-size: .44rem; line-height: .44rem; color: #00afef; text-align: center; } .TJxuzhi dl { width: 92%; border: solid 1px #00afef; margin: 0 auto; overflow: hidden; } .TJxuzhi dl dt { width: 2.06rem; height: .55rem; background: #00afef; margin: 0 auto .38rem; font-size: .27rem; line-height: .55rem; color: #fff; text-align: center; font-weight: bold; } .TJxuzhi dl dd { width: 90%; margin: 0 1.5% .4rem; padding: .3rem 3.5%; background: #e5f7fd; font-size: .24rem; line-height: .4rem; color: #7e7e7e; } /*加入我们*/ .jiaru { width: 100%; overflow: hidden; } .jiaru ul { width: 100%; overflow: hidden; background: url(../images/jiaru-2.jpg) no-repeat top #f7fafb; background-size: 100% auto; } .jiaru li { width: 92%; margin: 0 auto .32rem; padding-bottom: .5rem; background: #fff; overflow: hidden; box-shadow: 0 0 20px #f0f3f6; } .jiaru li h3 { width: 92%; margin: 0 auto; font-size: .32rem; line-height: 1rem; color: #44597a; border-bottom: solid 1px #e1e9ec; font-weight: bold; margin-bottom: .4rem; } .jiaru li p {width: 92%; margin: 0 auto .35rem; font-size: .28rem; line-height: .42rem; color: #a3a9b3;} /*影像设备列表*/ .shebei-list { width: 100%; margin-bottom: .52rem; overflow: hidden; } .shebei-list li { width: 100%; height: 7.3rem; padding-top: .9rem; margin-bottom: .1rem; overflow: hidden; position: relative; background: url(../images/shebei-list-bg.jpg) no-repeat; background-size:100% auto; } .shebei-list li .shebei-list-1 { width: 94%; height: 3.75rem; background: rgba(0,175,239,.6); position: absolute; left: 3%; bottom: 0; } .shebei-list li .shebei-list-1 h3 { width: 100%; height: .5rem; padding-top: .55rem; font-size: .34rem; line-height: .34rem; color: #fff; text-align: center; font-weight: bold; } .shebei-list li .shebei-list-1 h5 { width: 100%; height: .45rem; font-size: .3rem; line-height: .3rem; color: #fff; text-align: center; } .shebei-list li .shebei-list-1 h5.on{ font-size: .18rem;} .shebei-list li .shebei-list-1 p { width: 70%; margin: 0 auto .2rem; font-size: .22rem; line-height: .3rem; color: #fff; text-align: center; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical; } .shebei-list li .shebei-list-1 a { display: block; width: 2.42rem; margin: 0 auto; } .shebei-list li .shebei-list-1 a img { } /*影像设备详情*/ .shebei { width: 100%; margin-bottom: .9rem; overflow: hidden;} .shebei h3 { width: 92%; margin: .42rem auto 0; height: .42rem; font-size: .32rem; line-height: .32rem; color: #309ed9; font-weight: bold; } .shebei h4 { width: 92%; margin: 0 auto; height: .7rem; font-size: .28rem; line-height: .28rem; color: #309ed9; border-bottom: solid 1px #e1e9ec; } .shebei p { width: 92%; margin: .25rem auto 0; font-size: .28rem; line-height: .48rem; color: #7e7e7e; } /*注册信息*/ .zhuce { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .zhuce p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .zhuce p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(2) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } .zhuce p:nth-of-type(3) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(4) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(4){ margin-bottom: .26rem;} .zhuce h5{ width: 92%; height: .86rem; padding: 0 4%; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .zhuce h5 input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .zhuce h5 span{ color: #6699cc} #zhuce-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} #zhuce-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*信息完善*/ .xinxiwanshan { width: 100%; margin: 0 auto; overflow: hidden; position: relative; display: none;} .xinxiwanshan p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .xinxiwanshan p input{ display: block; width: 70%; height:.85rem; float: right;font-size: .28rem; line-height: .88rem; color: #ccc;} .xinxiwanshan p span{ color: #ff6666; font-size: .24rem;} .xinxiwanshan h5{ width: 92%; height: .86rem; padding: .25rem 4% 0; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .xinxiwanshan h5 span{ color: #ff6666} .xinxiwanshan p a { width: 70%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: right; } .xinxiwanshan p a span { display: inline-block; width: 87%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; } .xinxiwanshan p a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .xinxiwanshan p a input{ display: block; width: 87%; height:.85rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc;} .xinxiwanshan-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .xinxiwanshan-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .xinxiwanshan-xb2 span.on{ color: #00a0e9; } .xinxiwanshan-xb2 h6 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } /*全景官网服务协义*/ .xieyi { width: 92%; margin: .2rem auto 1.4rem; overflow: hidden; position: relative; } .xieyi p { width: 100%; margin-bottom: .15rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; overflow: hidden;} .xieyi a { display: block; width: 100%; height: 1rem; background: #00a0e9;font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; position: fixed; left: 0; bottom: 0; } /*我的预约*/ .yuyue-list{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .yuyue-list-li{ width: 92%; margin:0 4% .25rem; background: #fff; box-shadow: 0px 0px .1rem #e9eff2; overflow: hidden;} .yuyue-list-li h3{ width: 100%; height: .8rem; margin: 0 4% .4rem; font-size: .24rem; line-height: .8rem; color: #a3a9b3; border-bottom: solid 1px #e1e9ec; overflow: hidden;} .yuyue-list-li dl{ width: 92%; margin: 0 4% .4rem; overflow: hidden;} .yuyue-list-li dl dt{ width: 50%; float: left; text-align: center;} .yuyue-list-li dl dt h4{ width: 100%; height: .7rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .yuyue-list-li dl dt p{ width: 100%; font-size: .32rem; line-height: .32rem; color: #44597a;} .yuyue-list-li dl dd{ width: 50%; border-left: solid 1px #e1e9ec;box-sizing:border-box; float: left; overflow: hidden; text-align: center;} .yuyue-list-li dl dd h4{ width: 100%; height: .55rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .yuyue-list-li dl dd p{ width: 100%; font-size: .24rem; line-height: .32rem; color: #44597a; margin-bottom: .3rem;} .yuyue-list-li dl dd p span{ font-size: .24rem;} .yuyue-list-li a{ display: block; width: 100%; height: .78rem; background: #f7fafb; font-size: .28rem; line-height: .78rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .yuyue-list-li a:before{content:"";width: .32rem;height: .32rem;background: url(../images/yuyue-list-a.png); position: absolute;left: 50%; top:.23rem; margin-left:.5rem; background-size: 100% 100%;} .yuyue-list-1 { width: 92%; height: .56rem; padding: .23rem 4% 0; background: #f7fafb; overflow: hidden; position: relative; } .yuyue-list-1 span { display: block; width: 100%; height: 1px; border-top: dashed 1px #a3a9b3; } .yuyue-list-1 ul { position: absolute; left: 4%; top: .14rem; width: 92%; } .yuyue-list-1 ul li:nth-of-type(1) { padding-left: 0; } .yuyue-list-1 ul li { width: 14%; padding-left: 7.5%; float: left; text-align: center; } .yuyue-list-1 ul li.on h5 { border: solid .02rem #00a0e9; } .yuyue-list-1 ul li h5 { width: .15rem; height: .15rem; margin: 0 auto .1rem; border: solid .02rem #a3a9b3; background: #fff; border-radius: 50%; } .yuyue-list-1 ul li.on p { color: #00a0e9; } .yuyue-list-1 ul li p { width: 100%; font-size: .24rem; line-height: .24rem; color: #a3a9b3; } /*报告详情*/ .baogao-xq1 { width: 92%; padding: .25rem 4% .4rem; margin-bottom: .15rem; background: #fff; overflow: hidden; } .baogao-xq1 h3 { width: 100%; height: .52rem; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec; margin-bottom: .25rem; } .baogao-xq1 p { width: 100%; font-size: .28rem; line-height: .28rem; color: #959aaa;margin-bottom: .23rem; overflow: hidden; } .baogao-xq2 {width: 92%; padding: .25rem 4% .4rem; margin-bottom: .15rem; background: #fff; overflow: hidden; } .baogao-xq2 h3 {width: 100%; height: .52rem; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec; margin-bottom: .25rem; } .baogao-xq2 img { } /*意见反馈*/ .yijianfankui { width: 100%; overflow: hidden; } .yijianfankui textarea{ display: block; width: 84%; height: 2rem; padding: .25rem 4%; margin: .25rem 4%; background: #fff; overflow: hidden; font-size: .28rem; line-height: .4rem; color: #d0d0d0; border: none;} .yijianfankui input:nth-of-type(1) { display: block; width: 84%; height: .88rem; padding: 0 4%; margin: 0 4% .8rem; background: #fff; overflow: hidden; font-size: .28rem; line-height: .88rem; color: #d0d0d0; } #yijianfankui-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*联系我们*/ .lianxiwomen { width: 100%; overflow: hidden; } .lianxiwomen ul { width: 100%; } .lianxiwomen li { width: 100%; overflow: hidden; border-bottom: solid .16rem #f7fafb; } .lianxiwomen li dl { width: 92%; padding: 0 4%; border-bottom: solid 1px #e1e9ec; overflow: hidden; } .lianxiwomen li dl dt { width: 90%; font-size: .32rem; line-height: 1rem; color: #333; font-weight: bold; float: left; } .lianxiwomen li dl dd { width: 8.75%; float: right; padding-top: .3rem; } .lianxiwomen li .lianxiwomen-1 { width: 92%; margin: .5rem auto; } .lianxiwomen li .lianxiwomen-1 p { width: 100%; margin-bottom: .2rem; font-size: .28rem; line-height: .32rem; color: #a3a9b3; text-indent: 8%; position: relative; } .lianxiwomen li .lianxiwomen-1 p:nth-of-type(1):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-1.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li .lianxiwomen-1 p:nth-of-type(2):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-2.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li .lianxiwomen-1 p:nth-of-type(3):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-3.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li:last-child{ border-bottom: none;} /*预约体检*/ .yuyuexinxi { width: 100%; background: #f7fafb; overflow: hidden; position: relative; } .yuyuexinxi ul { width: 92%; padding:0 4%; background: #fff; overflow: hidden; } .yuyuexinxi li { width: 100%; height: .88rem; border-bottom: solid 1px #e1e9ec; } .yuyuexinxi li h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .yuyuexinxi li p { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; text-align: right; } .yuyuexinxi li a { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .yuyuexinxi li a span { display: inline-block; width: 87%; color: #d0d0d0; } .yuyuexinxi li a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .yuyuexinxi-1{width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right;} .yuyuexinxi-1 input { display: inline-block; width: 87%; font-size: .28rem; line-height: .72rem; color: #d0d0d0 !important; } .yuyuexinxi-1 select{ display: inline-block; width: 87%; height: .86rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; overflow: scroll;appearance:none; -moz-appearance:none; -webkit-appearance:none;outline:none; border: none;overflow-y:scroll; -webkit-overflow-scrolling: touch; } .yuyuexinxi-1 select option{ display: block; font-size: .28rem; line-height: .4rem; color: #d0d0d0;} .yuyuexinxi-1 em {display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体";} .yuyuexinxi li:last-child{ border-bottom: none;} .yuyuexinxi li p { width: 76%; height: .88rem; float: left; } .yuyuexinxi li p input{ display: block; width: 100%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; } .yuyuexinxi li p textarea{ display: block; width: 100%; height: 2.5rem; font-size: .28rem; color: #d0d0d0; float: left; border: 0; margin-top: 10px; } #yuyuexinxi-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center; position: fixed; bottom: 0; left: 0;} .yuyuexinxi-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .yuyuexinxi-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .yuyuexinxi-xb2 span.on{ color: #00a0e9; } .yuyuexinxi-xb2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .yuyuexinxi-hy2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .yuyuexinxi-hy2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .yuyuexinxi-hy2 span.on{ color: #00a0e9; } .yuyuexinxi-hy2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .yy-bg{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.3); display: none;} /*找回密码*/ .ZHmima { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .ZHmima p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .ZHmima form p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(2) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } #ZHmima-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} .ZHmima form p:nth-of-type(3) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(4) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(4){ border-bottom: none;} #ZHmima-sub{ display: block; width: 92%; height: .8rem; margin: .6rem auto 0; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*查看报告列表*/ .bg { width: 100%; padding-top: .25rem; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; } .bg ul { width: 100%; } .bg li { width: 92%; margin: 0 auto .3rem; background: #fff; box-shadow: 0 0 .1rem #e2ebf0; position: relative; } .bg li h3 { width: 90%; margin: 0 auto; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #959aaa; text-indent: .1rem; } .bg li dl {width: 100%; padding: .5rem 0; overflow: hidden; } .bg li dl dt { width: 40%; padding-left: 10%; float: left; } .bg li dl dt h4 { width: 100%; font-size: .36rem; line-height: .5rem; color: #00afef;} .bg li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .bg li dl dd { width: 40%; padding-left: 10%; float: left; } .bg li dl dd h4 { width: 100%; font-size: .32rem; line-height: .5rem; color: #44597a; } .bg li dl dd p {width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0 } .bg ul a {display: block; width: 100%; font-size: .28rem; padding: .21rem 0; line-height: .32rem; color: #6699cc; text-align: center; background: #fbfcfd; } .bg ul a span { display: inline-block; width: .32rem; height: .32rem; border:solid 1px #f3f3f3; border-radius: .16rem; color: #bababa; margin-left: 3%; } .bg li .bg-1 { position: absolute; right: 0; top: -.03rem; width: 20.72%; } .bg-footer {width: 92%; margin: .8rem auto 0; overflow: hidden; } .bg-footer h3 {width: 100%; font-size: .32rem; line-height: .32rem; color: #a3a9b3; text-align: center; position: relative; } .bg-footer h3:after{content:"";width: 33.6%;height: 1px;background:#e1e9ec; position: absolute;left:0; top:.16rem;} .bg-footer h3:before{content:"";width: 33.6%;height: 1px;background:#e1e9ec; position: absolute;right:0; top:.16rem;;} .bg-footer p { width: 100%; padding-top: .1rem; font-size: .24rem; line-height: .4rem; color: #a3a9b3; text-align: center;} /*查看报告*/ .cbg { width: 100%; padding-bottom: .6rem; background: #00afef; overflow: hidden; } .cbg form { width: 100%; overflow: hidden; position: relative;} .cbg form p{width: 100%; font-size: .2rem; line-height: .2rem; color: #ccc; text-align: center; position: absolute; left: 0%; top: 14.17%;} .cbg input{ background:none; outline:none; border:0px; } .cbg form>input:nth-of-type(1){ position: absolute; left: 20.5%; top: 27.84%; width: 70%; height: .4rem; font-size: .32rem; line-height: .4rem; color: #d0d0d0; } .cbg form .form2_1 { position: absolute; left: 20.5%; top: 45.96%; width: 66%; } .cbg form .form2_1>input:nth-of-type(1){ width: 60%; height: .4rem; font-size: .32rem; line-height: .4rem; color: #d0d0d0; float: left; } .cbg form .form2_1 input:nth-of-type(2) { width: 38%; height: .45rem; font-size: .24rem; line-height: .45rem; color: #00afef; float: right; border: solid 1px #e4ebee; border-radius: .28rem; } .cbg form input[type="submit"] { width: 74.375%; height: .88rem; font-size: .32rem; line-height: .88rem; color: #fff; background: #00afef; text-align: center; position: absolute; left: 12.3%; top: 70.51%; border-radius: 4px; } /*关于全景*/ .gy { width: 100%; overflow: hidden; } .gy p { width: 92%; margin: .4rem auto; font-size: .28rem; line-height: .48rem; color: #a3a9b3;} /*全景活动*/ .hd {width: 100%; overflow: hidden; } .hd dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .hd dl:last-child{border-bottom:none; } .hd dl dt { width: 63%; float: left; } .hd dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .hd dl dt h3 span{ display: inline-block; width: 13%; padding-left: 2%;} .hd dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .hd dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .hd dl dd {width: 35.5%; float: right; } /*全景活动详情*/ .hdxq {width: 100%; overflow: hidden; } .hdxq h3 { width: 100%; font-size: .36rem; line-height: 1.36rem; color: #2b333a; font-weight: bold; text-align: center; } .hdxq h4 { width: 92%; height: .56rem; margin: 0 auto; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec;} .hdxq h4 span{ padding-left: 2%; color: #a3a9b3;} .hdxq p {width: 92%; margin: .2rem auto .5rem; font-size: .28rem; line-height: .48rem; color: #959aaa; } /*全景新闻*/ .xw {width: 100%; overflow: hidden; } .xw-1 { width: 92%; height: .88rem; margin: 0 auto;position: relative; } .xw-1 li { width: 24%; height: .86rem; margin: 0 4.65%; font-size: .32rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; } .xw-1 li.lh{ border-bottom: solid 2px #00afef;} .xw-1 span { display:block; width:5%; font-size: .2rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; position:absolute; left: 30%; top: 0; } .xw-1 span:nth-of-type(2){ left: 65%;} .xw-2 {width: 100%; overflow: hidden; } .xw-2 li {width: 100%; display: none; } .xw-2 li dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .xw-2 li dl dt { width: 63%; float: left;} .xw-2 li dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .xw-2 li dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .xw-2 li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .xw-2 li dl dd {width: 35.5%; float: right; } /*全景新闻详情*/ .xwxq {width: 100%; overflow: hidden; } .xwxq h3 { width: 100%; font-size: .36rem; line-height: 1.36rem; color: #2b333a; font-weight: bold; text-align: center; } .xwxq h4 { width: 92%; height: .56rem; margin: 0 auto; font-size: .28rem; line-height: .28rem; color: #6699cc; } .xwxq h4 span{ padding-left: 2%; color: #a3a9b3;} .xwxq h5 { width: 82%; padding: 5%; margin: 0 auto; font-size: .28rem; line-height: .4rem; color: #d0d0d0; border: solid 1px #e1e9ec; } .xwxq p {width: 92%; margin: .2rem auto .5rem; font-size: .28rem; line-height: .48rem; color: #959aaa; } .xwxq p i{ display: block; margin: .3rem 0; overflow: hidden;} /*影像科普*/ .yxkp {width: 100%; overflow: hidden; } .yxkp-1 { width: 92%; height: .88rem; margin: 0 auto;position: relative; } .yxkp-1 li { width: 40%; height: .86rem; margin: 0 5%; font-size: .32rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; } .yxkp-1 li.lh{ border-bottom: solid 2px #00afef;} .yxkp-1 span { display:block; width:5%; font-size: .2rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; position:absolute; left: 47.5%; top: 0; } .yxkp-2 {width: 100%; overflow: hidden; } .yxkp-2 li {width: 100%; display: none; } .yxkp-2 li dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .yxkp-2 li dl dt { width: 63%; float: left;} .yxkp-2 li dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .yxkp-2 li dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .yxkp-2 li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .yxkp-2 li dl dd {width: 35.5%; float: right; } /*影像案例*/ .yxal { width: 100%; background:#00afef; padding-bottom: .65rem; overflow: hidden;} .yxal ul { width: 100%; overflow: hidden; } .yxal li { width: 92%; margin: .25rem auto 0; } .yxal li dl { width: 100%; background:#fff; overflow: hidden; } .yxal li dl dt { width: 39%; float: left; } .yxal li dl dd { width: 55%; padding: 5% 3% 0; float: left; } .yxal li dl dd h3 {width: 100%; font-size: .3rem; line-height: .36rem; margin-bottom: .2rem; color: #2b333a; font-weight: bold; } .yxal li dl dd h4 {width: 100%; font-size: .28rem; line-height: .4rem; color: #959aaa; } /*专家访谈*/ .zkr { width: 100%; background:#f7fafb; overflow: hidden; } .zkr h3 {width: 92%; height: .53rem; margin: .4rem auto; background:url(../images/zkr-t.jpg) no-repeat top; background-size: 100% 100%; font-size: .32rem; line-height: .53rem; color: #4343c9; font-weight: bold; text-align: center;} .zkr p {width: 92%; margin: 0 auto .45rem; font-size: .28rem; line-height: .4rem; color: #959aaa; } /*公共区域结束*/ /*文章列表页*/ .list-banner{ width: 100%; } .list-content { width: 94%; margin: 1.5rem 3% 2.5rem; overflow: hidden; } .list-content h3 { width: 100%; height:2.6rem;font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .list-content h3 a{ color: #444;} .list-content-1 { width: 100%; height: 4rem; } .list-content-1 li { width: 15%; height: 2.6rem; margin-right: 2%; float: left; cursor: pointer; } .list-content-1 li:last-child{ margin-right: 0; } .list-content-1 li p { width: 100%; height: 2rem; border: solid .1rem #e4440c; font-size: 1rem; line-height: 1.8rem; color: #333; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-content-1 li.on{ border-bottom: solid .1rem #e4440c; } .list-content-1 li.on p{ background:#e4440c; color: #fff; } .list-content h4 { width: 100%; height: 1.6rem;font-size: 1.2rem; line-height: 1.2rem; color: #000; } .list-content-2 { width: 100%; padding: 3px 0 ; border-bottom:solid 2px #ef521b; border-top:solid 2px #ef521b; overflow: hidden; } .list-content-2>ul { display: none; width: 100%; border-bottom:solid 1px #ef521b; border-top:solid 1px #ef521b; } .list-content-2>ul>li { width: 96%; margin: auto; padding: 1.5rem 0 1rem 0; border-bottom:solid 1px #c9c9c9; } .list-content-2>ul:first-child{ display: block; } .list-content-2>ul>li:last-child{ border-bottom: none; } .list-content-2>ul>li h5 { width: 100%; height: 1.8rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .list-content-2>ul>li h5 a{ color: #333;} .list-content-2>ul>li h5 span { display: inline-block; width: 10%; margin-right: 3%; height: 1.2rem;font-size: .8rem; line-height: 1.2rem; color: #ef521b;border: solid 1px #ef521b; border-radius: .6rem;-webkit-border-radius: .6rem; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-content-2>ul>li p {font-size: .8rem; line-height: 1.3rem; color: #333; } .list-content-2>ul>li p a { color: #e4440c; } .list-doctor{ width: 100%; overflow: hidden; } .list-doctor h3{ width: 100%; height: 5.2rem;font-size: 2.4rem; line-height: 2rem; color: #ef521b; text-align: center; } .list-doctor h3 span{font-size: 1.1rem; color: #8f8f8f; } .list-doctor-1{ width: 100%; position:relative; display:block;} .list-doctor-1 .hd {width:100%; height:10px; position:absolute; z-index:9; bottom:3rem; text-align:center; } .list-doctor-1 .hd ul {display:inline-block; height:1rem; padding:3px 5px; font-size:0; vertical-align:top; } .list-doctor-1 .hd ul li{ display:inline-block; width:1rem; height:1rem;border-radius:50%; border: solid 1px #ef521b; margin:0 5px; vertical-align:top; overflow:hidden; } .list-doctor-1 .hd ul li.on{ background:#ef521b; } .list-doctor-1 .bd ul { width: 100%; } .list-doctor-1 .bd ul li{ position: relative; } .list-doctor-1 .bd ul li h4{ position: absolute; left: 53%; top: 11%; font-size: 2.2rem; line-height: 1.8rem; color: #ef521b; } .list-doctor-1 .bd ul li h4 span{ color: #333; font-size: 1.4rem; } .list-doctor-1 .bd ul li p{ position: absolute; left: 46%; top: 32%; font-size: 1rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li dt{ position: absolute; left: 56%; top: 47%; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li dd{ position: absolute; left: 55%; top: 57%; width: 38%; font-size: 1rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li:nth-child(2) h4{ left: 55%; text-indent: 2rem; } .list-doctor-1 .bd ul li:nth-child(3) h4{ left: 57%; } .list-doctor-1 .bd ul li:nth-child(3) p{ top: 35%; } .list-doctor-1 .bd ul li:nth-child(5) h4{ left: 56%; text-indent: 1.5rem; } .list-doctor-1 .bd ul li a{display: block; position: absolute; left: 54.6%; bottom: 4rem; width:39%; margin-right: 4%; display: block; float: left;-webkit-box-reflect:below 0 -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1)); z-index: 99; } .list-foot{ width: 94%; margin: 2.5rem 3%; overflow: hidden; } .list-foot ul{ width: 100% } .list-foot ul a{ display: block; width: 23%; height: 5.5rem; padding-top: .5rem; margin-right: 2.66%; float: left;border: solid .25rem #e1e1e1; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-foot ul a:last-child{ margin-right: 0; } .list-foot ul a p{ width: 100%; font-size: 1.1rem; line-height: 2rem; color: #000; text-align: center; } /*文章页*/ .article-banner{ width: 100%; } .article-content { width: 94%; margin: 1.5rem 3%; overflow: hidden; } .article-content h3 { width: 100%; height:1.7rem;font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; border-bottom: solid 1px #d2d2d2; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .article-content h3 a{ color: #444;} .article-content-1 h4{ width: 100%; height:3rem; padding-top: 2rem; font-size: 1.8rem; line-height: 1.8rem; color: #e4440c; text-align: center; } .article-content-1 p{ width: 100%; padding-bottom: 1rem; font-size: 1rem; line-height: 1.5rem; color: #333; text-indent: 2em; } .article-content-1 h5{ width: 100%; height: 1.8rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-content-1 a{ display: block; width: 73%; margin: 1rem auto; } .article-case { width: 94%; margin: 1.5rem 3%; overflow: hidden;} .article-case h3 { width: 100%; height:2.4rem;font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; border-bottom: solid 1px #b9b9b9; position: relative; } .article-case h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-case h3 span{ display: inline-block; width: 45%; font-size: 1.1rem; color: #444; } .article-case h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-case-1 { width: 100%; margin: 1.5rem auto; } .article-case-1 i { display: block; width: 96%; margin: 0 auto .5rem; } .article-case-1 dl { width: 100%; margin-bottom: 1rem; overflow: hidden; } .article-case-1 dl dt { width: 20%; margin-right: 2%; float: left; } .article-case-1 dl dd { width: 78%; padding-top: .5rem; float: left;font-size: 1rem; line-height: 1.3rem; color: #333; } .article-case-1 h5 { width: 100%; height: 2.3rem; font-size: 1.4rem; line-height: 1.4rem; color: #333; } .article-case-1 p {width: 96%; margin: 0 auto 1rem; font-size: 1rem; line-height: 1.3rem; color: #000; } .article-doctor { width: 100%; margin: 1.5rem auto 2.5rem; overflow: hidden;} .article-doctor h3 { width: 94%; height:2.4rem; margin: auto; font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; position: relative; } .article-doctor h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-doctor h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-doctor-1{ width: 100%; margin-bottom: 1.7rem; overflow: hidden; } .article-doctor-1 li{ width: 100%; position: relative;} .article-doctor-1 li h4{ position: absolute; left: 53%; top: 11%; font-size: 2.2rem; line-height: 1.8rem; color: #ef521b; } .article-doctor-1 li h4 span{ color: #333; font-size: 1.4rem; } .article-doctor-1 li p{ position: absolute; left: 46%; top: 32%; font-size: 1rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li dt{ position: absolute; left: 56%; top: 47%; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li dd{ position: absolute; left: 55%; top: 57%; width: 38%; font-size: 1rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li:nth-child(2) h4{ left: 55%; text-indent: 2rem; } .article-doctor-1 li:nth-child(3) h4{ left: 57%; } .article-doctor-1 li:nth-child(3) p{ top: 35%; } .article-doctor-1 li:nth-child(5) h4{ left: 56%; text-indent: 1.5rem; } .article-doctor-1 li a{display: block; position: absolute; left: 54.6%; bottom: 4rem; width:39%; margin-right: 4%; display: block; float: left;-webkit-box-reflect:below 0 -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1)); z-index: 99; } .article-doctor-2{ width: 94%; margin:auto;} .article-doctor-2 li{ width: 30%; margin-right: 5%; padding: .3rem; background: #f5aa48; float: left; position: relative; box-sizing:border-box;-webkit-box-sizing:border-box; } .article-doctor-2 li.on{ background: #f57148; } .article-doctor-2 li.on:before{content:""; width: 0;height: 0;border-left: 1rem solid transparent;border-bottom: 1rem solid #f57148;border-right:1rem solid transparent;position: absolute;right:50%;top: -1rem; margin-right: -1rem;} .article-doctor-2 li p{ width: 100%;font-size: 1.2rem; line-height: 2rem; color: #fff; text-align: center; } .article-doctor-2 li:last-child{ margin-right: 0; } .article-more { width: 94%; margin: 1.5rem 3% 2.5rem; overflow: hidden;} .article-more h3 { width: 100%; height:2.4rem; margin-bottom: 1.5rem; font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; border-bottom: solid 1px #b9b9b9; position: relative; } .article-more h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-more h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-more-1{ width: 100%; padding: 0 1rem .7rem; border:solid 1px #dcdcdc; background: #f8f8f8; overflow: hidden; border-radius: 10px;-webkit-border-radius: 10px; box-sizing:border-box;-webkit-box-sizing:border-box;} .article-more-1 ul{ width: 100%; } .article-more-1 ul a{ display: block; width: 100%; height: 1.9rem; padding-top:1.2rem; border-bottom: dashed 1px #d2d2d2;font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-more-1 ul a:last-child{border-bottom:none;} .article-more-1 ul li span{ float: right; } /*来源路线*/ .route-banner{ width: 100%; } .route-content { width: 94%; margin: 1.5rem 3%; overflow: hidden; } .route-content h3 { width: 100%; height:1.7rem; margin-bottom: 2rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; border-bottom: solid 1px #d2d2d2; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .route-content h3 a{ color: #444;} .route-content-1 {width: 100%; overflow: hidden; } .route-content-1 h4 { width: 100%; height:3.8rem; margin-bottom: 1.1rem; font-size: 1.2rem; line-height: .8rem; color: #505050; text-indent: 4%; border-bottom: dashed 1px #b9b9b9; position: relative; } .route-content-1 h4:after{content:"";width: 2%;height: 2.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .route-content-1 h4 span { display: block; text-indent: 4%; color: #464646; font-size: 1.5rem; line-height: 2.2rem; } .route-content-1 ul { width: 100%; } .route-content-1 li { width: 100%; margin-bottom: 1rem; font-size: 1.2rem; line-height: 1.25rem; color: #404040; } .route-content-1 li span { display: inline-block; width: 1.25rem; height: 1.25rem; border-radius: .65rem;-webkit-border-radius: .65rem; margin-right: .5rem; background: #e95013; font-size: 1rem; line-height: 1.25rem; color: #fff; text-align: center;} .route-content-1 li i{ font-style: normal; display: block; text-indent: 7.6rem; } .route-content-2 {width: 100%; overflow: hidden; } .route-content-2 h4 { width: 100%; height:3.8rem; font-size: 1.2rem; line-height: .8rem; color: #505050; text-indent: 4%; position: relative; } .route-content-2 h4:after{content:"";width: 2%;height: 2.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .route-content-2 h4 span { display: block; text-indent: 4%; color: #464646; font-size: 1.5rem; line-height: 2.2rem; } .route-content-2 iframe { height: 17.5rem; border: solid 1px #d6d6d6; box-sizing:border-box;-webkit-box-sizing:border-box; } .route-vehicle { width: 100%; margin-bottom: 5rem; overflow: hidden; } .route-vehicle dl { width: 94%; padding: 1.5rem 3%; border-bottom: solid 1px #cccccc; overflow: hidden; } .route-vehicle dl dt { width: 21%; margin-right: 3%; float: left; } .route-vehicle dl dd { width: 76%; float: left; } .route-vehicle dl dd h4 { width: 100%; height:2rem; font-size: 1.5rem; line-height: 2rem; color: #010101; } .route-vehicle dl dd h4 span { font-size: 1.1rem; } .route-vehicle dl dd p { width: 100%; font-size: 1rem; line-height: 1.25rem; color: #333; } .route-vehicle dl dd p span { color: #e4440c; } .route-vehicle dl:last-child{ border-bottom:none; } .route-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .route-foot a { display: block; width: 100%; } .route-foot ul { width: 100%; margin-top: 2.5rem; } .route-foot li { width: 30%; margin: 0 10%; float: left; } .route-foot li i { display: block; width: 100%; } .route-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*专家页面*/ .doctor-content { width: 100%; margin: 2.5rem auto 1rem; overflow: hidden; } .doctor-content-1 { width: 94%; margin: 0 auto; height: 4rem; margin-bottom: 1rem; } .doctor-content-1 ul { width: 100%; height: 4rem; } .doctor-content-1 li { width: 30%; height: 3.2rem; padding-top: .8rem; margin-right: 5%; float: left; font-size: 1.5rem; line-height: 1.2rem; color: #fff; text-align: center; background: #f69c0f; } .doctor-content-1 li:last-child{ margin-right: 0; } .doctor-content-1 li span { font-size: .9rem; color: #fff; } .doctor-content-1 li.on{ background: #e4450d; } .doctor-content-2 { width: 100%; overflow: hidden; } .doctor-content-2 .u1 { width: 100%; overflow: hidden; } .doctor-content-2 .u1 li { width: 100%; margin-bottom: 1rem; position: relative; overflow: hidden; } .doctor-content-2 .u1 li h3 { position: absolute; left: 40%; top: 11%; font-size: 1.5rem; line-height: 1.5rem; color: #000; } .doctor-content-2 .u1 li h3 span { font-size: 1.2rem; color: #333; } .doctor-content-2 .u1 li p { position: absolute; left: 40%; top: 38%; width: 57%; font-size: 1rem; line-height: 1.3rem; color: #333; } .doctor-content-2 .u1 li h5 { position: absolute; left: 11%; top: 82%; font-size: 1rem; line-height: 1.3rem; color: #333; } .doctor-content-2 .u1 li h5 b { color: #666; } .doctor-content-2 .u1 li h5 span{ display: block; text-indent: 5rem; } .doctor-content-2 .u1 li:nth-child(7) h3{ top: 8%; } .doctor-content-2 .u1 li:nth-child(7) p{ top: 32%; } .doctor-content-2 .u1 li:nth-child(7) h5{ top: 78%; } .doctor-content-2 .u1 li:nth-child(8) h5{ top: 78%; } .doctor-content-2 .u2 { width: 94%; margin: 0 auto; overflow: hidden; } .doctor-content-2 .u2 li { width: 48%; margin: 0 4% 1.5rem 0; padding: 1px; border: solid 1px #e8e8e8; float: left; position: relative; box-sizing:border-box;-webkit-box-sizing:border-box; } .doctor-content-2 .u2 li:nth-child(2n){ margin-right: 0; } .doctor-content-2 .u2 li:nth-child(5) p{ height: 4rem; } .doctor-content-2 .u2 li:nth-child(6) p{ height: 4rem; } .doctor-content-2 .u2 li i { display: block; width: 100% } .doctor-content-2 .u2 li h3 { width: 96%; padding: .5rem 0 0 2%; font-size: 1.1rem; line-height: 1.3rem; color: #e4450d; font-weight: bold; } .doctor-content-2 .u2 li h3 span { font-size: 1rem; color: #333; } .doctor-content-2 .u2 li h5 { width: 75%; padding: 0 23% 0 2%; height: 2.6rem; font-size: .9rem; line-height: 1.1rem; color: #333; border-bottom: dashed 1px #c9c9c9; } .doctor-content-2 .u2 li p { width: 96%; height: 3rem; padding: .6rem 2% 0; font-size: .9rem; line-height: 1.25rem; color: #333; } .doctor-content-2 .u2 li p span { display: inline-block; width: 16%; height: 1.25rem; margin-right: 2%; background: #fc875c; font-size: .9rem; line-height: 1.25rem; color: #fff; text-align: center; } .doctor-content-2 .u2 a { display: block; position: absolute; right: 2%; top: 12.2rem; width: 22%; } .doctor-brand { width: 94%; margin: 0 3% 2.5rem; overflow: hidden; } .doctor-brand h3 { width: 100%;} .doctor-brand p { width: 100%; padding: 1.2rem 0 1rem; font-size: .9rem; line-height: 1.3rem; color: #333; text-indent: 2em; } .doctor-brand i { display: block; } .doctor-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .doctor-foot a { display: block; width: 100%; } .doctor-foot ul { width: 100%; margin-top: 2.5rem; } .doctor-foot li { width: 30%; margin: 0 10%; float: left; } .doctor-foot li i { display: block; width: 100%; } .doctor-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*案例页面*/ .case-p{ width:94%; margin:1.8rem auto 1.5rem; font-size: 1rem; line-height: 1.5rem; color: #333; text-indent: 2em; overflow: hidden;} .case-content { width: 94%; margin: 0 3% 2.5rem; overflow: hidden; } .case-content-1 { width: 100%; height: 3.8rem; } .case-content-1 ul { width: 100%; height: 3.8rem; } .case-content-1 li { width: 50%; height: 3.8rem; background: #fba93d; float: left; font-size: 1.7rem; line-height: 3.8rem; color: #fff; text-align: center; } .case-content-1 li.on{ background: #e5440d; } .case-content-2 { width: 100%; overflow: hidden; } .case-content-2 .case-l { width: 100%; overflow: hidden; display: none; } .case-content-2 .case-l .case1 { width: 100%; border-bottom: solid 1px #b5b5b5; overflow: hidden; } .case-content-2 .case-l .case1 dl { width: 100%; padding: 1.5rem 0 1rem; overflow: hidden; } .case-content-2 .case-l .case1 dl dt { width: 20%; margin-right: 2%; float: left; } .case-content-2 .case-l .case1 dl dd { width: 75%; float: left; } .case-content-2 .case-l .case1 dl dd h4 { width: 100%; height: 2.2rem; padding-top: .7rem; font-size: 1.8rem; line-height: 1.8rem; color: #e5440d; } .case-content-2 .case-l .case1 dl dd p { width: 100%; font-size: 1rem; line-height: 1.3rem; color: #333; } .case-content-2 .case-l .case1 dl dd p span { font-size: 1.1rem; color: #e5440d; } .case-content-2 .case-l .case1-1 { width: 100%; position: relative; } .case-content-2 .case-l .case1-1 i { display: block; width: 100%; } .case-content-2 .case-l .case1-1 a { position: absolute; left: 52%; top: 75%; width: 38%; } .case-content-2 .case-l .case1>p { width: 96%; padding: .7rem 2% 1.2rem; font-size: 1rem; line-height: 1.3rem; color: #333; } .case-content-2 .case-l .case1>p span { color: #e5440d; } .case-content-2 .case-r { width: 100%; height: 26.5rem; overflow: hidden; } .case-content-2 .case-r .u1{ width: 18%; height: 25.2rem; padding: .65rem 3%; background: #acacac; float: left; } .case-content-2 .case-r .u1 li{ color:#fff;text-align: center;font-size: 1.4rem; line-height: 1.4rem; position: relative;padding: 1.4rem 0; } .case-content-2 .case-r .u1 li:after{content:"";width: 30%;height: 1px;background: #fff;position: absolute;left: 50%;margin-left: -15%;bottom:20%;} .case-content-2 .case-r .u1 li.lh{ background: #e1461b; } .case-content-2 .case-r .u1 li.lh:before{content:""; width: 0;height: 0;border-top: .5rem solid transparent;border-left: .5rem solid #e1461b;border-bottom:.5rem solid transparent;position: absolute;top:50%;right: -.5rem; margin-top: -.5rem;} .case-content-2 .case-r .u2{ width: 70%; height: 26rem; padding-top: .5rem; float: right; overflow-y:scroll;-webkit-overflow-scrolling: touch; } .case-content-2 .case-r .u2 p { width: 100%; font-size: 1.3rem; line-height: 2.5rem; color: #333; text-align: center; } .case-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .case-foot a { display: block; width: 100%; } .case-foot ul { width: 100%; margin-top: 2.5rem; } .case-foot li { width: 30%; margin: 0 10%; float: left; } .case-foot li i { display: block; width: 100%; } .case-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*项目页面*/ .item-content { width: 100%; height: 50rem; margin-bottom: 3.2rem; overflow: hidden; } .item-content-1 { width: 21%; height: 49rem; padding: 1rem 2%; background: #e1461b; overflow-y:scroll;-webkit-overflow-scrolling: touch;float: left; } .item-content-1 li { color:#fff;text-align: center;font-size: 1.2rem; line-height: 1.2rem; position: relative;padding: 1.3rem 0; } .item-content-1 li:last-child{ margin-bottom: 1rem; } .item-content-1 li:after{content:"";width: 30%;height: 1px;background: #fff;position: absolute;left: 50%;margin-left: -15%;bottom:20%;} .item-content-1 li.on {background: #fc875c; } .item-content-1 li.on:before{content:""; width: 0;height: 0;border-top: .5rem solid transparent;border-left: .5rem solid #fc875c;border-bottom:.5rem solid transparent;position: absolute;top:50%;right: -.5rem; margin-top: -.5rem;} .item-content-2 { width: 71%; height: 49rem; padding: .5rem 2%; overflow-y:scroll;-webkit-overflow-scrolling: touch; float: left; } .item-content-2>li { width: 100%; } .item-content-2 li .item-banner { width: 100%; padding: .45rem; background: #f9f5f4; border: solid 1px #dddcdc; box-sizing:border-box;-webkit-box-sizing:border-box;} .item-content-2 li .item-1 { width: 100%; padding: 1.5rem 0 1rem; border-bottom: solid 1px #c9c9c9; overflow: hidden; } .item-content-2 li .item-1 h3{ width: 100%; height: 2.6rem;font-size: 1.2rem; line-height: 1.2rem; color: #333; } .item-content-2 li .item-1 a { display: block; width: 32%; padding: 0 2%; height: 3rem; margin: 0 2% .5rem 0; border: solid 1px #e4430c;font-size: 1rem; line-height: 3rem; color: #333; text-align: center; float: left;box-sizing:border-box;-webkit-box-sizing:border-box; } .item-content-2 li .item-1 a:nth-of-type(3n){ margin-right: 0; } .item-content-2 li .item-2 { width: 100%; } .item-content-2 li .item-2 .u1 { width: 100%; height: 1.6rem; margin:1.5rem auto 1rem; } .item-content-2 li .item-2 .u1 li { width: 5rem; height: 1.6rem; margin-right: 1rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; text-align: center; float: left; } .item-content-2 li .item-2 .u1 li.lh{ border-bottom: solid 1px #e1461a; color: #e1461a;} .item-content-2 li .item-2 .u2 { width: 100%; box-shadow: 0 0 10px #eceaea; } .item-content-2 li .item-2 .u2 li { width: 100%; padding: 1rem 4.5%; overflow: hidden; box-sizing:border-box;-webkit-box-sizing:border-box; } .item-content-2 li .item-2 .u2 li.bk{ } .item-content-2 li .item-2 .u2 li dl { width: 48%; float: left; } .item-content-2 li .item-2 .u2 li dl:nth-child(2n){ float: right; } .item-content-2 li .item-2 .u2 li dl dt{ width: 100%; } .item-content-2 li .item-2 .u2 li dl dd { width: 100%; padding-top: .7rem; } .item-content-2 li .item-2 .u2 li dl dd h3 { width: 100%; height: 3.3rem; font-size: 1.1rem; line-height: 1.2rem; color: #5d5d5d; } .item-content-2 li .item-2 .u2 li dl dd h3 span {font-size: .9rem; color: #8c8c8c; } .item-content-2 li .item-2 .u2 li dl dd a { display: block; width: 75%; } .item-content-2 li .item-2 .u2 li i { display: block; width: 100%; } .item-content-2 li .item-2 .u2 li p { width: 100%; height: 4.5rem;font-size: 1.4rem; line-height: 4.5rem; color: #333; text-align: center; } /*栏目页面*/ .menu-content { width: 100%; overflow: hidden; } .menu-banner{ width: 100%; } .menu-content h3 { width: 94%; margin: 1.6rem 3% 0; height:2.4rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .menu-content h3 a{ color: #444;} .menu-content .menu-case { width: 97%; margin: 0 auto 2.1rem; padding:1rem 1.5%; border: solid 1px #bebebe; box-sizing:border-box;-webkit-box-sizing:border-box; overflow: hidden; } .menu-content .menu-case dl { width: 100%; } .menu-content .menu-case dl dt { width: 61.6%; float: left; } .menu-content .menu-case dl dd { width: 37%; float: right; } .menu-content .menu-case dl dd h4 { width: 100%; height: 8.5rem; margin: .8rem 0; font-size: 1.3rem; line-height: 2rem; color: #fc4c00; border-bottom: solid 1px #cfcfcf;} .menu-content .menu-case dl dd h4 span { font-size: 1rem; color: #666; } .menu-content .menu-case dl dd ul { width: 100%; } .menu-content .menu-case dl dd li { width: 48%; height: 1.5rem; border: solid 1px #fd7940; float: left; font-size: .9rem; line-height: 1.5rem; color: #444; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box;} .menu-content .menu-case dl dd li:last-child{ float: right; } .menu-content .menu-case dl dd li span { color: #fd7940; } .menu-content .menu-item { width: 94%; margin: 0 auto 2.4rem; overflow: hidden; } .menu-content .menu-item-1 { width:100%; height: 3.5rem; } .menu-content .menu-item-1 li { width: 18%; height: 1.6rem; margin-right: 8%; float: left; font-size: 1.2rem; line-height: 1.2rem; color: #333; text-align: center; } .menu-content .menu-item-1 li a{ color: #333; } .menu-content .menu-item-1 li:first-child{ border-bottom: solid 1px #e4440c; color: #e4440c;} .menu-content .menu-item-2 { width: 100%; overflow: hidden; } .menu-content .menu-item-2 ul { width: 100%; } .menu-content .menu-item-2 li { width: 30%; height: 3rem; border: solid 1px #e4440c; margin-right: 5%; margin-bottom: 1.5rem; float: left; font-size: 1rem; line-height: 3rem; color: #333; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box;} .menu-content .menu-item-2 ul li:nth-child(3n){ margin-right: 0; }; /*设备页面*/ .device-content { width: 100%;overflow: hidden; } .device-content h3 { width: 94%; margin: 1.5rem 3% 0; height:2.5rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .device-content h3 a{ color: #444;} .device-content-1 { width: 100%; overflow: hidden; } .device-content-1-t { width: 100%; position: relative; } .device-content-1-t h4 { position: absolute; left: 0; top: 18%; width: 100%; font-size: 2.1rem; line-height: 2.1rem; color: #e4440e; text-align: center; } .device-content-1-t p { position: absolute; left: 3%; top: 40%; width: 94%; font-size: .9rem; line-height: 1.5rem; color: #333; } .device-content-1 dl { width: 100%; overflow: hidden; } .device-content-1 dl dt { width: 50%; float: left; } .device-content-1 dl dd { width: 50%; padding-top: 20%; float: left; font-size: 1.3rem; line-height: 2.8rem; color: #494949; text-align: center; } .device-content-1 h5 { width: 100%; height: 3rem; padding-top: 1rem; border-bottom: solid 1px #818181; font-size: 1.6rem; line-height: 3rem; color: #e4440e; text-align: center; } .device-content-1>p { width: 94%; margin: .5rem 3% 2.5rem; font-size: 1.1rem; line-height: 1.8rem; color: #494949; text-indent: 2em; } .device-content-2 { width: 100%; margin-bottom: 2.6rem; overflow: hidden; } .device-content-2 h4 { width: 100%; position: relative; } .device-content-2 h4 span { display: block; position: absolute; left: 0; top: 40%; width: 100%; font-size: 1.8rem; line-height: 1.8rem; color: #e4440e; text-align: center; } .device-content-2 p { width: 80%; padding: 1rem 10% 2rem; background: #f6f6f6; overflow: hidden; font-size: 1.1rem; line-height: 1.9rem; color: #494949; text-align: center; }
public/home/css/css.css
@charset "utf-8"; /* CSS Document */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,img { margin:0; padding:0; } html { padding: 0; margin: 0; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; } fieldset, img { border: 0; display: inline-block; } address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; } ol, ul, li, dl, dt, dd { list-style: none outside; text-decoration: none; } h3, h4, h5, h6 { font-size: 100%; font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; } abbr, acronym { border: 0; } img { border: 0 none; vertical-align: middle; display: block; } body { overflow-x: hidden; height: 100%; background:#FFF; color: #333; font-family: "Hiragino Sans GB"; -webkit-overflow-scrolling: touch; } a, button, label, input { -webkit-tap-highlight-color: rgba(0,0,0,0); background:none; outline:none; border:0px; } a, a:link, a:active, a:hover { text-decoration: none; } p{ -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0px; -webkit-margin-end: 0px;} .clear { clear: both; font-size: 0; height: 0; overflow: hidden } .clearfix:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; } .clearfix { *zoom:1;} .w100{ width:100%;} .web-main{ max-width: 640px; min-width: 320px; margin: 0 auto; } .web-main img{ display: block; width: 100%;} /*top*/ .web-top{ padding-top: .08rem; overflow: hidden; position: relative; } .web-top a{ display: block; position: absolute; left: 88.4%; top: 27%; width: 7.5%; } /*banner*/ #web-banner{ overflow: hidden; } .web-banner-d{ position: absolute; bottom: .2rem;left: 0;width: 100%; text-align: center; z-index: 99; font-size: 0;} .web-banner-d li{ display: inline-block; float: left; width:.3rem; height: 1px; } .swiper-pagination-bullet { width: .3rem ; height: 1px; margin: .05rem; background: #9db1d3; opacity: 1; } .swiper-pagination-bullet-active { background: #fff ; height: .06rem; margin: .03rem .05rem; border-radius: .06rem; } /*中间内容*/ .web-content1 { width: 96%; margin: .4rem auto .4rem; overflow: hidden; } .web-content1 a { display: block; width: 25%; float: left; overflow: hidden; text-align: center; } .web-content1 a img{ width:67%; margin: 0 auto} .web-content1 a p { width: 100%; font-size: .28rem; line-height: .5rem; color: #2b333a;} .web-content2 { width: 100%; overflow: hidden; position: relative; } .web-content2 a { display: block; position: absolute; width: 50%;} .web-content2 a:nth-of-type(1){ left: 0%; top: 0%; height: 100%; width: 46.8%;} .web-content2 a:nth-of-type(2){ left: 46.8%; top: 0%; height: 50%; width: 53.2%;} .web-content2 a:nth-of-type(3){ left: 46.8%; top: 50%; height: 50%; width: 53.2%;} .web-content2 a b{ display: block; padding-left: .2rem; padding-top: .3rem; font-size: .3rem; line-height: .3rem; color: #f08b5e; font-weight: bold; } .web-content3 { width: 100%; background: #f7fafb; padding-bottom: .45rem; overflow: hidden; } .web-content3 h2 { width: 100%; padding-top: .4rem; background: #f7fafb; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content3 h2 span{ font-weight: normal; font-size: .22rem;} .web-content3 ul { width: 97%; margin: .18rem auto 0; overflow: hidden; } .web-content3 ul li { width:47%; margin: 0 1.5% .2rem; background: #fff; overflow: hidden; float: left; } .web-content3 ul li h3 { width:90%;padding: .4rem 5% .2rem; font-size: .28rem; line-height: .28rem; color: #2b333a;} .web-content3 ul li p { width:90%; padding: 0 5%; height: 1rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; } .web-content3 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content3 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} .web-content4 { width: 100%; background: #f7fafb; padding-bottom: .35rem; overflow: hidden; } .web-content4 h2 { width: 100%; background: #f7fafb; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content4 h2 span{ font-weight: normal; font-size: .22rem;} .web-content4-1 { width: 100%; margin-top: .28rem; overflow: hidden; } .web-content4-1 dl { width:97%; padding: .38rem 0 0 3%; margin-bottom: .16rem; background: #fff; overflow: hidden; float: left; } .web-content4-1 dl dt{ width: 32.5%; margin-right: 5.5%; float: left;} .web-content4-1 dl dd{ width: 62%; float: left;} .web-content4-1 h3{ width:100%; height: .55rem; font-size: .32rem; line-height: .4rem; color: #2b333a;} .web-content4-1 h4{ width:100%; height: .7rem; padding-top: .15rem; font-size: 0;} .web-content4-1 h4 span{ margin-right: .1rem; padding: .13rem .2rem; border: solid 1px #6699cc; border-radius: .1rem; font-size: .24rem; line-height: .24rem; color: #6699cc;} .web-content4-1 p { width:90%; height: .76rem; margin-bottom: .3rem; font-size: .28rem; line-height: .38rem; color: #a3a9b3;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .web-content4-1 a{ display: block; width: 1.7rem; height: .64rem; font-size: .28rem; line-height: .64rem; color: #fff; background: #00afef; border-radius: .1rem; text-align: center;margin-bottom: .3rem; } .web-content4-a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content4-a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} .web-content5 { width: 100%; background: #fff; padding-bottom: .45rem; overflow: hidden; } .web-content5 h2 { width: 100%; padding-top: .45rem; position: relative; font-size: .36rem; line-height: .5rem; color: #4d4d4d; text-align: center; } .web-content5 h2 span{ font-weight: normal; font-size: .22rem;} .web-content5 ul { width: 100%; height: 11rem; margin-top: .5rem;background: url(../images/web-content5-bg.jpg) no-repeat; background-size: 100% auto; overflow: hidden; } .web-content5 ul li { width:42%; height: 5.8rem; padding: 0 4%; overflow: hidden; float: left; } .web-content5 ul li h3 { width:100%; height: .4rem; padding-top: .6rem; font-size: .32rem; line-height: .32rem; color: #00afef;} .web-content5 ul li p { width:100%; height: 1.08rem; font-size: .28rem; line-height: .36rem; color: #959aaa;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; } .web-content5 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .web-content5 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} /*.web-footer{ width: 100%; padding-top: .6rem; border-top: solid 1px #eaf1f2; overflow: hidden; background: #f7fafb; position: relative; } .web-footer h2{ width: 87.5%; margin-left: 4%; margin-bottom: .4rem; } .web-footer dl { width: 100%; overflow: hidden; } .web-footer dl dt{ width: 39.68%; margin: 0 auto; margin-bottom: .18rem; } .web-footer dl dd{ width: 100%; height: .85rem; font-size: .38rem; line-height: .5rem; color: #999; text-align: center;} .web-footer p{ width: 100%; margin-bottom: .5rem; font-size: .24rem; line-height: .3rem; color: #ccc; text-align: center;}*/ .web-bottom { width: 100%; max-width: 640px; height: 1rem; background: #00afef; overflow: hidden; position: fixed; left: 50%; transform:translate(-50%); bottom: 0; } .web-bottom a { display: block; width: 50%; height: 1rem; float: left; font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; } .web-bottom:after{content:"";width: 2px;height: .48rem;background: #80d7f7;position: absolute;left: 50%;margin-left: -1px; top: .26rem;} /*公共头部底部*/ .public-top { width: 100%; height: .38rem; padding: .25rem 0; background: #f7fafb; position: relative; } .public-top h2 { width: 100%; height: .38rem; font-size: .36rem; line-height: .38rem; color: #00afef; text-align: center; font-weight: normal; } .public-top dl { width: 20%; height: .38rem; position: absolute; left: 4%; top:.25rem; } .public-top dl dt{ width: 28.125%; height: .38rem; float: left;} .public-top dl dd{ width: 60%; height: .38rem; float: right; font-size: .28rem; line-height: .38rem; color: #959aaa;} .public-footer { width: 100%; padding: .55rem 0 .3rem; margin-bottom: 1rem; background: #f7fafb; overflow: hidden; border-top: solid 1px #eaf1f2;} .public-footer h3 { width: 70%; margin: 0 auto .2rem;} .public-footer p { width: 100%; font-size: .2rem; line-height: .3rem; color: #999; text-align: center; } /*查看报告-无*/ .Wbaogao { width: 100%; padding-top: 1.7rem; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; display: none; } .Wbaogao p{ width: 100%; padding-top: .58rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3; text-align: center;} /*查看报告-有*/ .Ybaogao { width: 100%; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; } .Ybaogao li{ width: 100%; margin-top:.25rem; overflow: hidden;} .Ybaogao-1{ width: 100%; height: .4rem; text-align: center; font-size: 0; } .Ybaogao-1 dt{ display: inline-block; width: .24rem; height: .2rem; margin-right: .1rem;} .Ybaogao-1 dd{ display: inline-block; font-size: .24rem; line-height: .24rem; color: #d0d0d0;} .Ybaogao-2{ width: 92%; margin:0 4% .15rem; background: #fff; box-shadow: 0px 0px .3rem #d5dbe0; overflow: hidden;} .Ybaogao-2 h3{ width: 92%; padding: 0 4%; height: .8rem; margin-bottom: .4rem; font-size: .24rem; line-height: .8rem; color: #a3a9b3; border-bottom: solid 1px #e1e9ec; overflow: hidden;} .Ybaogao-2 h3 span{ padding-left: .2rem;} .Ybaogao-2 h3 a{ display: inline-block; float: right; color: #6699cc;} .Ybaogao-2 dl{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .Ybaogao-2 dl dt{ width: 39%; float: left; text-align: center;} .Ybaogao-2 dl dt h4{ width: 100%; height: .95rem; font-size: .36rem; line-height: .88rem; color: #44597a;} .Ybaogao-2 dl dt p{ width: 100%; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .Ybaogao-2 dl dt p span{ margin-left: .24rem;} .Ybaogao-2 dl dd{ width: 55%; padding-left: 4.6%; border-left: solid 1px #e1e9ec; float: left; overflow: hidden;} .Ybaogao-2 dl dd h4{ width: 100%; height: .45rem; font-size: .32rem; line-height: .45rem; color: #44597a;} .Ybaogao-2 dl dd p{ width: 100%; font-size: .28rem; line-height: .38rem; color: #a3a9b3;} /*短信登入*/ .DXdengru { width: 100%; overflow: hidden; } .DXdengru-1{ width: 100%; overflow: hidden; position: relative;} .DXdengru-1 a{ display: block; position: absolute; width: 40%; height: .8rem; font-size: .28rem; line-height: .8rem; color: #fff; bottom: 0; text-align: center;} .DXdengru-1 a span{ display: block; width: .28rem; position: absolute; left: 50%; margin-left: -.14rem; bottom: 0;} .DXdengru-1 a:nth-of-type(1){ left: 10%;} .DXdengru-1 a:nth-of-type(2){ left: 50%;} .DXdengru-2 { width: 92%; margin: 0 auto; overflow: hidden; position: relative;} .DXdengru-2 p{ width: 100%; overflow: hidden;} .DXdengru-2 p:nth-of-type(1) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .DXdengru-2 p:nth-of-type(2) input{ display: block; float: left; width: 55%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} #DXdengru-yanz{ display: block; float: right; width: 40%; height:.6rem; background: #ccc; margin-top: .2rem; border-bottom:none; font-size: .36rem; line-height: .6rem; color: #666; text-align: center;} .DXdengru-2 p:nth-of-type(3){ width: 100%; height:.85rem; padding-top: .25rem; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .DXdengru-2 p:nth-of-type(3) input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .DXdengru-2 p:nth-of-type(3) span{ color: #6699cc} #DXdengru-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} .DXdengru-zc{ position: fixed; left: 0; bottom: 5%; width: 100%; font-size: .28rem; line-height: .28rem; color: #00a0e9; text-align: center;} .error_content{position: fixed;left: 0;bottom: 10%;width: 100%;font-size: .28rem;line-height: .28rem;color: #e90054;text-align: center;display: none;} /*账号登入*/ .ZHdengru { width: 100%; overflow: hidden; } .ZHdengru-1{ width: 100%; overflow: hidden; position: relative;} .ZHdengru-1 a{ display: block; position: absolute; width: 40%; height: .8rem; font-size: .28rem; line-height: .8rem; color: #fff; bottom: 0; text-align: center;} .ZHdengru-1 a span{ display: block; width: .28rem; position: absolute; left: 50%; margin-left: -.14rem; bottom: 0; display: none;} .ZHdengru-1 a.on span{ display: block;} .ZHdengru-1 a:nth-of-type(1){ left: 10%;} .ZHdengru-1 a:nth-of-type(2){ left: 50%;} .ZHdengru-2 { width: 92%; margin: 0 auto; overflow: hidden; position: relative;} .ZHdengru-2 p{ width: 100%; overflow: hidden; position: relative;} .ZHdengru-2 p:nth-of-type(1) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .ZHdengru-2 p:nth-of-type(2) input{ display: block; width: 100%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} .ZHdengru-2 p:nth-of-type(3) input{ display: block; float: left; width: 55%; height:.8rem; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #e1e9ec;} #ZHdengru-yanz{ display: block; float: right; width: 40%; height:.6rem; background: #ccc; margin-top: .2rem; border-bottom:none; font-size: .36rem; line-height: .6rem; color: #666; text-align: center;} .ZHdengru-2 p:nth-of-type(4){ width: 100%; height:.85rem; padding-top: .25rem; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .ZHdengru-2 p:nth-of-type(4) input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .ZHdengru-2 p:nth-of-type(4) span{ color: #6699cc} #ZHdengru-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} .ZHdengru-zc{ position: fixed; left: 0; bottom: 5%; width: 100%; font-size: .28rem; line-height: .28rem; color: #00a0e9; text-align: center;} .ZHdengru-2 p a{ display: block; position: absolute; right: 0; top: 0; font-size: .28rem; line-height: .8rem; color: #08abe8;} .DXdengru-2{ display: none;} .ZHdengru-2{ display: none;} .dengru .on{ display: block;} /*个人资料*/ .gerenziliao1 { width: 92%; height: .72rem; padding:.08rem 4%; background: #fff; overflow: hidden; position: relative; } .gerenziliao1 p { width: 24%; height: .72rem; font-size: .28rem; line-height: .72rem; color: #959aaa; float: left; } .gerenziliao1 a { display: block; width: 76%; height: .72rem; font-size: .28rem; line-height: .72rem; color: #959aaa; float: left; font-family: "楷体"; } .gerenziliao1 a span { display: inline-block; float: right; width: .72rem; } .gerenziliao1 a em { display: inline-block; float: right; width: 13%; text-align: right; } .gerenziliao2 { width: 100%; background: #f7fafb; overflow: hidden; position: relative; } .gerenziliao2 h3 { width: 96%; padding-left: 4%; height: .56rem; font-size: .24rem; line-height: .56rem; color: #d0d0d0; float: left; } .gerenziliao2 ul { width: 92%; padding:0 4%; background: #fff; overflow: hidden; } .gerenziliao2 li { width: 100%; height: .88rem; border-bottom: solid 1px #e1e9ec; } .gerenziliao2 li h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .gerenziliao2 li p { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; text-align: right; } .gerenziliao2 li a { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right; } .gerenziliao2 li a span { display: inline-block; width: 87%; text-align: right; color: #d0d0d0; } .gerenziliao2 li a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .gerenziliao2 li:last-child{ border-bottom: none;} .gerenziliao2-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .gerenziliao2-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .gerenziliao2-xb2 span.on{ color: #00a0e9; } .gerenziliao2-xb2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .gerenziliao2-1 { width: 92%; height: .88rem; margin-top: .16rem; padding:0 4%; background: #fff; overflow: hidden; position: relative; } .gerenziliao2-1 h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .gerenziliao2-1 a { display: block; width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right; } .gerenziliao2-1 a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .gerenziliao2-1 a span { display: inline-block; width: 87%; text-align: right; color: #d0d0d0; } /*修改昵称*/ .Gname { width: 100%; overflow: hidden; position: relative; } .Gname p{ width: 92%; height: .88rem; padding:0 4%; margin-bottom: .4rem; background: #fff; overflow: hidden; position: relative; } .Gname p input:nth-of-type(1) { display: block; width: 100%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; } .Gname p input:nth-of-type(2) { display: block; width: .28rem; height: .28rem; background: #d0d0d0; border-radius: 50%; font-size: .2rem; line-height: .28rem; color: #fff; text-align: center; position: absolute; right: 4%; top: .3rem; } #Gname-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*修改密码*/ .Gmima { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .Gmima p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .Gmima p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .Gmima p:nth-of-type(2) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .Gmima p:nth-of-type(3){ margin-bottom: .4rem;} .Gmima p:nth-of-type(3) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } #Gmima-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} #Gmima-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*个人中心*/ .gerenzhongxin1 { width: 100%; padding-bottom: .7rem; overflow: hidden; position: relative;} .gerenzhongxin1 h3 { position: absolute; top: 5%; left: 0; width: 100%; text-align: center; } .gerenzhongxin1 h3 img { display: inline-block; width: 1.77rem; } .gerenzhongxin1 p { position: absolute; top: 50%; left: 0; width: 100%;font-size: .32rem; line-height: .32rem; color: #fff; text-align: center; } .gerenzhongxin1 a:nth-of-type(1) { position: absolute; top: 5%; right: 5%; font-size: .32rem; line-height: .32rem; color: #94d4f6; } .gerenzhongxin1 a:nth-of-type(2) { display: block; position: absolute; top: 73%; left: 27%; width: 46%; } .gerenzhongxin2 { width: 94%; margin: 0 auto .4rem; overflow: hidden; position: relative; } .gerenzhongxin2 a { display: block; float: left; width: 47%; height: 2.1rem; background: #fff; margin: 0 1.5% .16rem; text-align: center; } .gerenzhongxin2 a img { width: .56rem; margin: .55rem auto .25rem; } .gerenzhongxin2 a p { width: 100%; font-size: .28rem; line-height: .28rem; color: #a3a9b3; } /*专家列表*/ .doctor-list { width: 100%; margin-bottom: .4rem; overflow: hidden; } .doctor-list dl { width:97%; padding: .38rem 0 0 3%; margin-bottom: .16rem; background: #fff; overflow: hidden; float: left; } .doctor-list dl dt{ width: 32.5%; margin-right: 5.5%; float: left;} .doctor-list dl dd{ width: 62%; float: left;} .doctor-list h3{ width:100%; height: .55rem; font-size: .32rem; line-height: .4rem; color: #2b333a;} .doctor-list h4{ width:100%; height: .7rem; padding-top: .15rem; font-size: 0;} .doctor-list h4 span{ margin-right: .1rem; padding: .13rem .2rem; border: solid 1px #6699cc; border-radius: .1rem; font-size: .24rem; line-height: .24rem; color: #6699cc;} .doctor-list p { width:90%; height: .76rem; margin-bottom: .3rem; font-size: .28rem; line-height: .38rem; color: #a3a9b3;text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .doctor-list a{ display: block; width: 1.7rem; height: .64rem; font-size: .28rem; line-height: .64rem; color: #fff; background: #00afef; border-radius: .1rem; text-align: center;margin-bottom: .3rem; } /*专家介绍*/ .doctor1 { width: 100%; height: 4.48rem; margin-bottom: .4rem; overflow: hidden; background: url(../images/doctor-bg.jpg); background-size: 100% 100%; } .doctor1 h3 {width: 2.4rem; height: 2.3rem; overflow: hidden; margin: .2rem auto 0; } .doctor1 h4 { width: 100%; height: .48rem; font-size: .36rem; line-height: .36rem; color: #fff; font-weight: bold; text-align: center; } .doctor1 h5 { width: 70%; padding-left: 30%; height: .5rem; font-size: .36rem; line-height: .36rem; color: #fff; } .doctor1 h5 span { display: inline-block; padding: .1rem; border-radius: .08rem; border: solid 1px #fff; font-size: .28rem; line-height: .28rem; color: #fff; text-align: center; margin-right: 2%; } .doctor2 { width: 100%; overflow: hidden; } .doctor2 p{ width: 92%; margin: 0 auto; padding-bottom: .6rem; margin-bottom: .5rem; border-bottom: dashed 1px #e1e9ec; font-size: .28rem; line-height: .4rem; color: #a3a9b3; text-align: center;} .doctor2 p:last-child{ border-bottom: none;} /*体检方案*/ .TJfangan{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .TJfangan-1 { width: 94%; height: .88rem; padding: 0 3%; margin-bottom: .28rem; background:#fff; overflow: hidden; position: relative; } .TJfangan-1 li { width: 36%; height: .86rem; margin: 0 7%; float: left; font-size: .32rem; line-height: .86rem; color: #959aaa; text-align: center; } .TJfangan-1 li.on{ border-bottom: solid .02rem #00afef;} .TJfangan-1 span { position: absolute; left: 50%; margin-left: -1px; top: .33rem; width: 2px; height: .22rem; background:#e5ecee; } .TJfangan-2 { width: 100%; overflow: hidden; } .TJfangan-2 ul { width: 97%; margin: .18rem auto 0; overflow: hidden; display: none; } .TJfangan-2 ul.on{ display: block;} .TJfangan-2 ul li { width:47%; margin: 0 1.5% .2rem; background: #fff; overflow: hidden; float: left; } .TJfangan-2 ul li h3 { width:90%;padding: .4rem 5% .2rem; font-size: .28rem; line-height: .28rem; color: #2b333a;} .TJfangan-2 ul li p { width:90%; padding: 0 5%; height: 1rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; } .TJfangan-2 a{ display: block; width: 100%; font-size: .28rem; line-height: .32rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .TJfangan-2 a:before{content:"";width: .32rem;height: .32rem;background: url(../images/web-content-a.png); position: absolute;left: 50%; top:0; margin-left:.5rem; background-size: 100% 100%;} /*方案详情*/ .fangan-xq { width: 100%; overflow: hidden; margin-bottom: 60px;} .fangan-xq h3 { width: 100%; height: 1rem; font-size: .32rem; line-height: .9rem; color: #333; text-align: center; } .fangan-xq-1{ width: 100%; height: .7rem;} .fangan-xq-1 li { width: 100%; height: .7rem; font-size: .36rem; line-height: .36rem; color: #0099ff; text-align: center; display: none; } .fangan-xq-1 li span { font-size: .24rem; } .fangan-xq-1 li.on{ display: block;} .fangan-xq-2 { width: 92%; height: .9rem; border-bottom: dashed 1px #e1e9ec; margin: 0 auto; } .fangan-xq-2 li { width: 32%; height: .64rem; float: left; margin-right: 2%; border: solid 1px #f7fafb; background: #f7fafb; box-sizing:border-box; font-size: .28rem; line-height: .64rem; color: #333; text-align: center; } .fangan-xq-2 li:last-child{ margin-right: 0;} .fangan-xq-2 li.on{ border: solid 1px #00a0e9; background: #fff; color: #00a0e9} .fangan-xq p { width: 92%; padding: .1rem 4% .2rem; font-size: .24rem; line-height: .4rem; color: #a3a9b3; text-align: center; } .fangan-xq a { display: block; width: 100%; height: 1rem; background: #00a0e9;font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; position: fixed; left: 0; bottom: 0; } /*体检需知列表*/ .TJxuzhi-list { width: 100%; padding-top: .25rem; margin-bottom: .4rem; border-top: solid 1px #fff; overflow: hidden; } .TJxuzhi-list ul { width:100%; } .TJxuzhi-list li { width: 92%; margin: 0 4% .4rem; border-radius: .1rem; box-shadow: 0 2px 10px #eef3f5; overflow: hidden; background: #fff; } .TJxuzhi-list li h3 { width: 92%; margin: .5rem auto .25rem; border-bottom: dashed 1px #e1e9ec; height: .7rem; font-size: .36rem; line-height: .36rem; color: #2b333a; } .TJxuzhi-list li p { width: 92%; margin:0 auto .3rem; font-size: .28rem; line-height: .46rem; color: #a3a9b3; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; } /*体检需知详情*/ .TJxuzhi { width: 100%; margin-bottom: .4rem; overflow: hidden; } .TJxuzhi h3 { width: 100%; height: 1.08rem; padding-top: 1.05rem; margin: .1rem auto .9rem; background: url(../images/TJxuzhi-t.jpg); background-size: 100% 100%; font-size: .44rem; line-height: .44rem; color: #00afef; text-align: center; } .TJxuzhi dl { width: 92%; border: solid 1px #00afef; margin: 0 auto; overflow: hidden; } .TJxuzhi dl dt { width: 2.06rem; height: .55rem; background: #00afef; margin: 0 auto .38rem; font-size: .27rem; line-height: .55rem; color: #fff; text-align: center; font-weight: bold; } .TJxuzhi dl dd { width: 90%; margin: 0 1.5% .4rem; padding: .3rem 3.5%; background: #e5f7fd; font-size: .24rem; line-height: .4rem; color: #7e7e7e; } /*加入我们*/ .jiaru { width: 100%; overflow: hidden; } .jiaru ul { width: 100%; overflow: hidden; background: url(../images/jiaru-2.jpg) no-repeat top #f7fafb; background-size: 100% auto; } .jiaru li { width: 92%; margin: 0 auto .32rem; padding-bottom: .5rem; background: #fff; overflow: hidden; box-shadow: 0 0 20px #f0f3f6; } .jiaru li h3 { width: 92%; margin: 0 auto; font-size: .32rem; line-height: 1rem; color: #44597a; border-bottom: solid 1px #e1e9ec; font-weight: bold; margin-bottom: .4rem; } .jiaru li p {width: 92%; margin: 0 auto .35rem; font-size: .28rem; line-height: .42rem; color: #a3a9b3;} /*影像设备列表*/ .shebei-list { width: 100%; margin-bottom: .52rem; overflow: hidden; } .shebei-list li { width: 100%; height: 7.3rem; padding-top: .9rem; margin-bottom: .1rem; overflow: hidden; position: relative; background: url(../images/shebei-list-bg.jpg) no-repeat; background-size:100% auto; } .shebei-list li .shebei-list-1 { width: 94%; height: 3.75rem; background: rgba(0,175,239,.6); position: absolute; left: 3%; bottom: 0; } .shebei-list li .shebei-list-1 h3 { width: 100%; height: .5rem; padding-top: .55rem; font-size: .34rem; line-height: .34rem; color: #fff; text-align: center; font-weight: bold; } .shebei-list li .shebei-list-1 h5 { width: 100%; height: .45rem; font-size: .3rem; line-height: .3rem; color: #fff; text-align: center; } .shebei-list li .shebei-list-1 h5.on{ font-size: .18rem;} .shebei-list li .shebei-list-1 p { width: 70%; margin: 0 auto .2rem; font-size: .22rem; line-height: .3rem; color: #fff; text-align: center; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical; } .shebei-list li .shebei-list-1 a { display: block; width: 2.42rem; margin: 0 auto; } .shebei-list li .shebei-list-1 a img { } /*影像设备详情*/ .shebei { width: 100%; margin-bottom: .9rem; overflow: hidden;} .shebei h3 { width: 92%; margin: .42rem auto 0; height: .42rem; font-size: .32rem; line-height: .32rem; color: #309ed9; font-weight: bold; } .shebei h4 { width: 92%; margin: 0 auto; height: .7rem; font-size: .28rem; line-height: .28rem; color: #309ed9; border-bottom: solid 1px #e1e9ec; } .shebei p { width: 92%; margin: .25rem auto 0; font-size: .28rem; line-height: .48rem; color: #7e7e7e; } /*注册信息*/ .zhuce { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .zhuce p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .zhuce p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(2) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } .zhuce p:nth-of-type(3) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(4) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .zhuce p:nth-of-type(4){ margin-bottom: .26rem;} .zhuce h5{ width: 92%; height: .86rem; padding: 0 4%; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .zhuce h5 input{ display: inline-block; width: .2rem; height: .2rem;border: solid 1px #e1e9ec; font-weight: normal; margin-right: .08rem; } .zhuce h5 span{ color: #6699cc} #zhuce-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} #zhuce-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*信息完善*/ .xinxiwanshan { width: 100%; margin: 0 auto; overflow: hidden; position: relative; display: none;} .xinxiwanshan p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .xinxiwanshan p input{ display: block; width: 70%; height:.85rem; float: right;font-size: .28rem; line-height: .88rem; color: #ccc;} .xinxiwanshan p span{ color: #ff6666; font-size: .24rem;} .xinxiwanshan h5{ width: 92%; height: .86rem; padding: .25rem 4% 0; font-size: .24rem; line-height: .24rem; color: #a3a9b3;} .xinxiwanshan h5 span{ color: #ff6666} .xinxiwanshan p a { width: 70%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: right; } .xinxiwanshan p a span { display: inline-block; width: 87%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; } .xinxiwanshan p a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .xinxiwanshan p a input{ display: block; width: 87%; height:.85rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc;} .xinxiwanshan-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .xinxiwanshan-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .xinxiwanshan-xb2 span.on{ color: #00a0e9; } .xinxiwanshan-xb2 h6 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } /*全景官网服务协义*/ .xieyi { width: 92%; margin: .2rem auto 1.4rem; overflow: hidden; position: relative; } .xieyi p { width: 100%; margin-bottom: .15rem; font-size: .28rem; line-height: .36rem; color: #a3a9b3; overflow: hidden;} .xieyi a { display: block; width: 100%; height: 1rem; background: #00a0e9;font-size: .32rem; line-height: 1rem; color: #fff; text-align: center; position: fixed; left: 0; bottom: 0; } /*我的预约*/ .yuyue-list{ width: 100%; margin-bottom: .4rem; overflow: hidden;} .yuyue-list-li{ width: 92%; margin:0 4% .25rem; background: #fff; box-shadow: 0px 0px .1rem #e9eff2; overflow: hidden;} .yuyue-list-li h3{ width: 100%; height: .8rem; margin: 0 4% .4rem; font-size: .24rem; line-height: .8rem; color: #a3a9b3; border-bottom: solid 1px #e1e9ec; overflow: hidden;} .yuyue-list-li dl{ width: 92%; margin: 0 4% .4rem; overflow: hidden;} .yuyue-list-li dl dt{ width: 50%; float: left; text-align: center;} .yuyue-list-li dl dt h4{ width: 100%; height: .7rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .yuyue-list-li dl dt p{ width: 100%; font-size: .32rem; line-height: .32rem; color: #44597a;} .yuyue-list-li dl dd{ width: 50%; border-left: solid 1px #e1e9ec;box-sizing:border-box; float: left; overflow: hidden; text-align: center;} .yuyue-list-li dl dd h4{ width: 100%; height: .55rem; font-size: .28rem; line-height: .28rem; color: #a3a9b3;} .yuyue-list-li dl dd p{ width: 100%; font-size: .24rem; line-height: .32rem; color: #44597a; margin-bottom: .3rem;} .yuyue-list-li dl dd p span{ font-size: .24rem;} .yuyue-list-li a{ display: block; width: 100%; height: .78rem; background: #f7fafb; font-size: .28rem; line-height: .78rem; color: #6699cc; text-align: center; position: relative; text-indent: -.3rem; } .yuyue-list-li a:before{content:"";width: .32rem;height: .32rem;background: url(../images/yuyue-list-a.png); position: absolute;left: 50%; top:.23rem; margin-left:.5rem; background-size: 100% 100%;} .yuyue-list-1 { width: 92%; height: .56rem; padding: .23rem 4% 0; background: #f7fafb; overflow: hidden; position: relative; } .yuyue-list-1 span { display: block; width: 100%; height: 1px; border-top: dashed 1px #a3a9b3; } .yuyue-list-1 ul { position: absolute; left: 4%; top: .14rem; width: 92%; } .yuyue-list-1 ul li:nth-of-type(1) { padding-left: 0; } .yuyue-list-1 ul li { width: 14%; padding-left: 7.5%; float: left; text-align: center; } .yuyue-list-1 ul li.on h5 { border: solid .02rem #00a0e9; } .yuyue-list-1 ul li h5 { width: .15rem; height: .15rem; margin: 0 auto .1rem; border: solid .02rem #a3a9b3; background: #fff; border-radius: 50%; } .yuyue-list-1 ul li.on p { color: #00a0e9; } .yuyue-list-1 ul li p { width: 100%; font-size: .24rem; line-height: .24rem; color: #a3a9b3; } /*报告详情*/ .baogao-xq1 { width: 92%; padding: .25rem 4% .4rem; margin-bottom: .15rem; background: #fff; overflow: hidden; } .baogao-xq1 h3 { width: 100%; height: .52rem; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec; margin-bottom: .25rem; } .baogao-xq1 p { width: 100%; font-size: .28rem; line-height: .28rem; color: #959aaa;margin-bottom: .23rem; overflow: hidden; } .baogao-xq2 {width: 92%; padding: .25rem 4% .4rem; margin-bottom: .15rem; background: #fff; overflow: hidden; } .baogao-xq2 h3 {width: 100%; height: .52rem; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec; margin-bottom: .25rem; } .baogao-xq2 img { } /*意见反馈*/ .yijianfankui { width: 100%; overflow: hidden; } .yijianfankui textarea{ display: block; width: 84%; height: 2rem; padding: .25rem 4%; margin: .25rem 4%; background: #fff; overflow: hidden; font-size: .28rem; line-height: .4rem; color: #d0d0d0; border: none;} .yijianfankui input:nth-of-type(1) { display: block; width: 84%; height: .88rem; padding: 0 4%; margin: 0 4% .8rem; background: #fff; overflow: hidden; font-size: .28rem; line-height: .88rem; color: #d0d0d0; } #yijianfankui-sub{ display: block; width: 92%; height: .8rem; margin: 0 auto; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*联系我们*/ .lianxiwomen { width: 100%; overflow: hidden; } .lianxiwomen ul { width: 100%; } .lianxiwomen li { width: 100%; overflow: hidden; border-bottom: solid .16rem #f7fafb; } .lianxiwomen li dl { width: 92%; padding: 0 4%; border-bottom: solid 1px #e1e9ec; overflow: hidden; } .lianxiwomen li dl dt { width: 90%; font-size: .32rem; line-height: 1rem; color: #333; font-weight: bold; float: left; } .lianxiwomen li dl dd { width: 8.75%; float: right; padding-top: .3rem; } .lianxiwomen li .lianxiwomen-1 { width: 92%; margin: .5rem auto; } .lianxiwomen li .lianxiwomen-1 p { width: 100%; margin-bottom: .2rem; font-size: .28rem; line-height: .32rem; color: #a3a9b3; text-indent: 8%; position: relative; } .lianxiwomen li .lianxiwomen-1 p:nth-of-type(1):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-1.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li .lianxiwomen-1 p:nth-of-type(2):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-2.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li .lianxiwomen-1 p:nth-of-type(3):after{content:"";width: 5.43%; height: .32rem; background:url(../images/lianxiwomen-3.jpg) no-repeat top; position: absolute;left:0; top:0; background-size: 100% 100%;} .lianxiwomen li:last-child{ border-bottom: none;} /*预约体检*/ .yuyuexinxi { width: 100%; background: #f7fafb; overflow: hidden; position: relative; } .yuyuexinxi ul { width: 92%; padding:0 4%; background: #fff; overflow: hidden; } .yuyuexinxi li { width: 100%; height: .88rem; border-bottom: solid 1px #e1e9ec; } .yuyuexinxi li h4 { width: 24%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .yuyuexinxi li p { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; text-align: right; } .yuyuexinxi li a { width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; } .yuyuexinxi li a span { display: inline-block; width: 87%; color: #d0d0d0; } .yuyuexinxi li a em { display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体"; } .yuyuexinxi-1{width: 76%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #959aaa; float: left; text-align: right;} .yuyuexinxi-1 input { display: inline-block; width: 87%; font-size: .28rem; line-height: .72rem; color: #d0d0d0 !important; } .yuyuexinxi-1 select{ display: inline-block; width: 87%; height: .86rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; overflow: scroll;appearance:none; -moz-appearance:none; -webkit-appearance:none;outline:none; border: none;overflow-y:scroll; -webkit-overflow-scrolling: touch; } .yuyuexinxi-1 select option{ display: block; font-size: .28rem; line-height: .4rem; color: #d0d0d0;} .yuyuexinxi-1 em {display: inline-block; float: right; width: 13%; text-align: right; font-family: "楷体";} .yuyuexinxi li:last-child{ border-bottom: none;} .yuyuexinxi li p { width: 76%; height: .88rem; float: left; } .yuyuexinxi li p input{ display: block; width: 100%; height: .88rem; font-size: .28rem; line-height: .88rem; color: #d0d0d0; float: left; } .yuyuexinxi li p textarea{ display: block; width: 100%; height: 2.5rem; font-size: .28rem; color: #d0d0d0; float: left; border: 0; margin-top: 10px; } #yuyuexinxi-sub{ display: block; width: 100%; height: .8rem; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center; position: fixed; bottom: 0; left: 0;} .yuyuexinxi-xb2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .yuyuexinxi-xb2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .yuyuexinxi-xb2 span.on{ color: #00a0e9; } .yuyuexinxi-xb2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .yuyuexinxi-hy2 { width:48%; padding: .4rem 8%; position: fixed; left: 18%; top: 50%; margin-top: -1.85rem; text-align: center; overflow: hidden; background: #fff; display: none; z-index: 99;} .yuyuexinxi-hy2 span { display: block; width: 100%; border-bottom: solid 1px #f1f5f6; font-size: .28rem; line-height: .85rem; color: #2b333a; overflow: hidden; } .yuyuexinxi-hy2 span.on{ color: #00a0e9; } .yuyuexinxi-hy2 h5 { width: 100%; margin-top: .85rem; font-size: .32rem; line-height: .32rem; color: #00a0e9; text-align: center; } .yy-bg{ width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.3); display: none;} /*找回密码*/ .ZHmima { width: 100%; margin: 0 auto; overflow: hidden; position: relative;} .ZHmima p{ width: 92%; height: .88rem; padding: 0 4%; overflow: hidden; background: #fff; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .88rem; color: #959aaa;} .ZHmima form p:nth-of-type(1) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(2) input{ display: block; width: 50%; height:.8rem; float: left; font-size: .28rem; line-height: .88rem; color: #ccc; } #ZHmima-yanz{ display: block; float: right; width: 40%; height:.6rem; margin-top: .13rem; border-radius: .3rem; border: solid .02rem #6699cc; font-size: .28rem; line-height: .6rem; color: #6699cc; text-align: center;} .ZHmima form p:nth-of-type(3) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(4) input{ display: block; width: 70%; height:.8rem; float: right; font-size: .28rem; line-height: .88rem; color: #ccc;} .ZHmima form p:nth-of-type(4){ border-bottom: none;} #ZHmima-sub{ display: block; width: 92%; height: .8rem; margin: .6rem auto 0; background: #00a0e9; font-size: .36rem; line-height: .8rem; color: #fff; text-align: center;} /*查看报告列表*/ .bg { width: 100%; padding-top: .25rem; background: #f7fafb; border-top: solid 1px #fff; overflow: hidden; } .bg ul { width: 100%; } .bg li { width: 92%; margin: 0 auto .3rem; background: #fff; box-shadow: 0 0 .1rem #e2ebf0; position: relative; } .bg li h3 { width: 90%; margin: 0 auto; border-bottom: solid 1px #e1e9ec; font-size: .28rem; line-height: .8rem; color: #959aaa; text-indent: .1rem; } .bg li dl {width: 100%; padding: .5rem 0; overflow: hidden; } .bg li dl dt { width: 40%; padding-left: 10%; float: left; } .bg li dl dt h4 { width: 100%; font-size: .36rem; line-height: .5rem; color: #00afef;} .bg li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .bg li dl dd { width: 40%; padding-left: 10%; float: left; } .bg li dl dd h4 { width: 100%; font-size: .32rem; line-height: .5rem; color: #44597a; } .bg li dl dd p {width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0 } .bg ul a {display: block; width: 100%; font-size: .28rem; padding: .21rem 0; line-height: .32rem; color: #6699cc; text-align: center; background: #fbfcfd; } .bg ul a span { display: inline-block; width: .32rem; height: .32rem; border:solid 1px #f3f3f3; border-radius: .16rem; color: #bababa; margin-left: 3%; } .bg li .bg-1 { position: absolute; right: 0; top: -.03rem; width: 20.72%; } .bg-footer {width: 92%; margin: .8rem auto 0; overflow: hidden; } .bg-footer h3 {width: 100%; font-size: .32rem; line-height: .32rem; color: #a3a9b3; text-align: center; position: relative; } .bg-footer h3:after{content:"";width: 33.6%;height: 1px;background:#e1e9ec; position: absolute;left:0; top:.16rem;} .bg-footer h3:before{content:"";width: 33.6%;height: 1px;background:#e1e9ec; position: absolute;right:0; top:.16rem;;} .bg-footer p { width: 100%; padding-top: .1rem; font-size: .24rem; line-height: .4rem; color: #a3a9b3; text-align: center;} /*查看报告*/ .cbg { width: 100%; padding-bottom: .6rem; background: #00afef; overflow: hidden; } .cbg form { width: 100%; overflow: hidden; position: relative;} .cbg form p{width: 100%; font-size: .2rem; line-height: .2rem; color: #ccc; text-align: center; position: absolute; left: 0%; top: 14.17%;} .cbg input{ background:none; outline:none; border:0px; } .cbg form>input:nth-of-type(1){ position: absolute; left: 20.5%; top: 27.84%; width: 70%; height: .4rem; font-size: .32rem; line-height: .4rem; color: #d0d0d0; } .cbg form .form2_1 { position: absolute; left: 20.5%; top: 45.96%; width: 66%; } .cbg form .form2_1>input:nth-of-type(1){ width: 60%; height: .4rem; font-size: .32rem; line-height: .4rem; color: #d0d0d0; float: left; } .cbg form .form2_1 input:nth-of-type(2) { width: 38%; height: .45rem; font-size: .24rem; line-height: .45rem; color: #00afef; float: right; border: solid 1px #e4ebee; border-radius: .28rem; } .cbg form input[type="submit"] { width: 74.375%; height: .88rem; font-size: .32rem; line-height: .88rem; color: #fff; background: #00afef; text-align: center; position: absolute; left: 12.3%; top: 70.51%; border-radius: 4px; } /*关于全景*/ .gy { width: 100%; overflow: hidden; } .gy p { width: 92%; margin: .4rem auto; font-size: .28rem; line-height: .48rem; color: #a3a9b3;} /*全景活动*/ .hd {width: 100%; overflow: hidden; } .hd dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .hd dl:last-child{border-bottom:none; } .hd dl dt { width: 63%; float: left; } .hd dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .hd dl dt h3 span{ display: inline-block; width: 13%; padding-left: 2%;} .hd dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .hd dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .hd dl dd {width: 35.5%; float: right; } /*全景活动详情*/ .hdxq {width: 100%; overflow: hidden; } .hdxq h3 { width: 100%; font-size: .36rem; line-height: 1.36rem; color: #2b333a; font-weight: bold; text-align: center; } .hdxq h4 { width: 92%; height: .56rem; margin: 0 auto; font-size: .28rem; line-height: .28rem; color: #6699cc; border-bottom: solid 1px #e1e9ec;} .hdxq h4 span{ padding-left: 2%; color: #a3a9b3;} .hdxq p {width: 92%; margin: .2rem auto .5rem; font-size: .28rem; line-height: .48rem; color: #959aaa; } /*全景新闻*/ .xw {width: 100%; overflow: hidden; } .xw-1 { width: 92%; height: .88rem; margin: 0 auto;position: relative; } .xw-1 li { width: 24%; height: .86rem; margin: 0 4.65%; font-size: .32rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; } .xw-1 li.lh{ border-bottom: solid 2px #00afef;} .xw-1 span { display:block; width:5%; font-size: .2rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; position:absolute; left: 30%; top: 0; } .xw-1 span:nth-of-type(2){ left: 65%;} .xw-2 {width: 100%; overflow: hidden; } .xw-2 li {width: 100%; display: none; } .xw-2 li dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .xw-2 li dl dt { width: 63%; float: left;} .xw-2 li dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .xw-2 li dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .xw-2 li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .xw-2 li dl dd {width: 35.5%; float: right; } /*全景新闻详情*/ .xwxq {width: 100%; overflow: hidden; } .xwxq h3 { width: 100%; font-size: .36rem; line-height: 1.36rem; color: #2b333a; font-weight: bold; text-align: center; } .xwxq h4 { width: 92%; height: .56rem; margin: 0 auto; font-size: .28rem; line-height: .28rem; color: #6699cc; } .xwxq h4 span{ padding-left: 2%; color: #a3a9b3;} .xwxq h5 { width: 82%; padding: 5%; margin: 0 auto; font-size: .28rem; line-height: .4rem; color: #d0d0d0; border: solid 1px #e1e9ec; } .xwxq p {width: 92%; margin: .2rem auto .5rem; font-size: .28rem; line-height: .48rem; color: #959aaa; } .xwxq p i{ display: block; margin: .3rem 0; overflow: hidden;} /*影像科普*/ .yxkp {width: 100%; overflow: hidden; } .yxkp-1 { width: 92%; height: .88rem; margin: 0 auto;position: relative; } .yxkp-1 li { width: 40%; height: .86rem; margin: 0 5%; font-size: .32rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; } .yxkp-1 li.lh{ border-bottom: solid 2px #00afef;} .yxkp-1 span { display:block; width:5%; font-size: .2rem; line-height: .86rem; color: #959aaa; float: left; text-align: center; position:absolute; left: 47.5%; top: 0; } .yxkp-2 {width: 100%; overflow: hidden; } .yxkp-2 li {width: 100%; display: none; } .yxkp-2 li dl {width: 92%; padding: .4rem 4%; border-bottom: dashed 1px #e1e9ec; overflow: hidden; } .yxkp-2 li dl dt { width: 63%; float: left;} .yxkp-2 li dl dt h3 { width: 100%; font-size: .32rem; line-height: .4rem; margin-bottom: .2rem; color: #2b333a; } .yxkp-2 li dl dt h4 { width: 100%; font-size: .28rem; line-height: .4rem; margin-bottom: .2rem; color: #959aaa; } .yxkp-2 li dl dt p { width: 100%; font-size: .28rem; line-height: .4rem; color: #d0d0d0; } .yxkp-2 li dl dd {width: 35.5%; float: right; } /*影像案例*/ .yxal { width: 100%; background:#00afef; padding-bottom: .65rem; overflow: hidden;} .yxal ul { width: 100%; overflow: hidden; } .yxal li { width: 92%; margin: .25rem auto 0; } .yxal li dl { width: 100%; background:#fff; overflow: hidden; } .yxal li dl dt { width: 39%; float: left; } .yxal li dl dd { width: 55%; padding: 5% 3% 0; float: left; } .yxal li dl dd h3 {width: 100%; font-size: .3rem; line-height: .36rem; margin-bottom: .2rem; color: #2b333a; font-weight: bold; } .yxal li dl dd h4 {width: 100%; font-size: .28rem; line-height: .4rem; color: #959aaa; } /*专家访谈*/ .zkr { width: 100%; background:#f7fafb; overflow: hidden; } .zkr h3 {width: 92%; height: .53rem; margin: .4rem auto; background:url(../images/zkr-t.jpg) no-repeat top; background-size: 100% 100%; font-size: .32rem; line-height: .53rem; color: #4343c9; font-weight: bold; text-align: center;} .zkr p {width: 92%; margin: 0 auto .45rem; font-size: .28rem; line-height: .4rem; color: #959aaa; } /*公共区域结束*/ /*文章列表页*/ .list-banner{ width: 100%; } .list-content { width: 94%; margin: 1.5rem 3% 2.5rem; overflow: hidden; } .list-content h3 { width: 100%; height:2.6rem;font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .list-content h3 a{ color: #444;} .list-content-1 { width: 100%; height: 4rem; } .list-content-1 li { width: 15%; height: 2.6rem; margin-right: 2%; float: left; cursor: pointer; } .list-content-1 li:last-child{ margin-right: 0; } .list-content-1 li p { width: 100%; height: 2rem; border: solid .1rem #e4440c; font-size: 1rem; line-height: 1.8rem; color: #333; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-content-1 li.on{ border-bottom: solid .1rem #e4440c; } .list-content-1 li.on p{ background:#e4440c; color: #fff; } .list-content h4 { width: 100%; height: 1.6rem;font-size: 1.2rem; line-height: 1.2rem; color: #000; } .list-content-2 { width: 100%; padding: 3px 0 ; border-bottom:solid 2px #ef521b; border-top:solid 2px #ef521b; overflow: hidden; } .list-content-2>ul { display: none; width: 100%; border-bottom:solid 1px #ef521b; border-top:solid 1px #ef521b; } .list-content-2>ul>li { width: 96%; margin: auto; padding: 1.5rem 0 1rem 0; border-bottom:solid 1px #c9c9c9; } .list-content-2>ul:first-child{ display: block; } .list-content-2>ul>li:last-child{ border-bottom: none; } .list-content-2>ul>li h5 { width: 100%; height: 1.8rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .list-content-2>ul>li h5 a{ color: #333;} .list-content-2>ul>li h5 span { display: inline-block; width: 10%; margin-right: 3%; height: 1.2rem;font-size: .8rem; line-height: 1.2rem; color: #ef521b;border: solid 1px #ef521b; border-radius: .6rem;-webkit-border-radius: .6rem; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-content-2>ul>li p {font-size: .8rem; line-height: 1.3rem; color: #333; } .list-content-2>ul>li p a { color: #e4440c; } .list-doctor{ width: 100%; overflow: hidden; } .list-doctor h3{ width: 100%; height: 5.2rem;font-size: 2.4rem; line-height: 2rem; color: #ef521b; text-align: center; } .list-doctor h3 span{font-size: 1.1rem; color: #8f8f8f; } .list-doctor-1{ width: 100%; position:relative; display:block;} .list-doctor-1 .hd {width:100%; height:10px; position:absolute; z-index:9; bottom:3rem; text-align:center; } .list-doctor-1 .hd ul {display:inline-block; height:1rem; padding:3px 5px; font-size:0; vertical-align:top; } .list-doctor-1 .hd ul li{ display:inline-block; width:1rem; height:1rem;border-radius:50%; border: solid 1px #ef521b; margin:0 5px; vertical-align:top; overflow:hidden; } .list-doctor-1 .hd ul li.on{ background:#ef521b; } .list-doctor-1 .bd ul { width: 100%; } .list-doctor-1 .bd ul li{ position: relative; } .list-doctor-1 .bd ul li h4{ position: absolute; left: 53%; top: 11%; font-size: 2.2rem; line-height: 1.8rem; color: #ef521b; } .list-doctor-1 .bd ul li h4 span{ color: #333; font-size: 1.4rem; } .list-doctor-1 .bd ul li p{ position: absolute; left: 46%; top: 32%; font-size: 1rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li dt{ position: absolute; left: 56%; top: 47%; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li dd{ position: absolute; left: 55%; top: 57%; width: 38%; font-size: 1rem; line-height: 1.2rem; color: #333; } .list-doctor-1 .bd ul li:nth-child(2) h4{ left: 55%; text-indent: 2rem; } .list-doctor-1 .bd ul li:nth-child(3) h4{ left: 57%; } .list-doctor-1 .bd ul li:nth-child(3) p{ top: 35%; } .list-doctor-1 .bd ul li:nth-child(5) h4{ left: 56%; text-indent: 1.5rem; } .list-doctor-1 .bd ul li a{display: block; position: absolute; left: 54.6%; bottom: 4rem; width:39%; margin-right: 4%; display: block; float: left;-webkit-box-reflect:below 0 -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1)); z-index: 99; } .list-foot{ width: 94%; margin: 2.5rem 3%; overflow: hidden; } .list-foot ul{ width: 100% } .list-foot ul a{ display: block; width: 23%; height: 5.5rem; padding-top: .5rem; margin-right: 2.66%; float: left;border: solid .25rem #e1e1e1; box-sizing:border-box;-webkit-box-sizing:border-box; } .list-foot ul a:last-child{ margin-right: 0; } .list-foot ul a p{ width: 100%; font-size: 1.1rem; line-height: 2rem; color: #000; text-align: center; } /*文章页*/ .article-banner{ width: 100%; } .article-content { width: 94%; margin: 1.5rem 3%; overflow: hidden; } .article-content h3 { width: 100%; height:1.7rem;font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; border-bottom: solid 1px #d2d2d2; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .article-content h3 a{ color: #444;} .article-content-1 h4{ width: 100%; height:3rem; padding-top: 2rem; font-size: 1.8rem; line-height: 1.8rem; color: #e4440c; text-align: center; } .article-content-1 p{ width: 100%; padding-bottom: 1rem; font-size: 1rem; line-height: 1.5rem; color: #333; text-indent: 2em; } .article-content-1 h5{ width: 100%; height: 1.8rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-content-1 a{ display: block; width: 73%; margin: 1rem auto; } .article-case { width: 94%; margin: 1.5rem 3%; overflow: hidden;} .article-case h3 { width: 100%; height:2.4rem;font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; border-bottom: solid 1px #b9b9b9; position: relative; } .article-case h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-case h3 span{ display: inline-block; width: 45%; font-size: 1.1rem; color: #444; } .article-case h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-case-1 { width: 100%; margin: 1.5rem auto; } .article-case-1 i { display: block; width: 96%; margin: 0 auto .5rem; } .article-case-1 dl { width: 100%; margin-bottom: 1rem; overflow: hidden; } .article-case-1 dl dt { width: 20%; margin-right: 2%; float: left; } .article-case-1 dl dd { width: 78%; padding-top: .5rem; float: left;font-size: 1rem; line-height: 1.3rem; color: #333; } .article-case-1 h5 { width: 100%; height: 2.3rem; font-size: 1.4rem; line-height: 1.4rem; color: #333; } .article-case-1 p {width: 96%; margin: 0 auto 1rem; font-size: 1rem; line-height: 1.3rem; color: #000; } .article-doctor { width: 100%; margin: 1.5rem auto 2.5rem; overflow: hidden;} .article-doctor h3 { width: 94%; height:2.4rem; margin: auto; font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; position: relative; } .article-doctor h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-doctor h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-doctor-1{ width: 100%; margin-bottom: 1.7rem; overflow: hidden; } .article-doctor-1 li{ width: 100%; position: relative;} .article-doctor-1 li h4{ position: absolute; left: 53%; top: 11%; font-size: 2.2rem; line-height: 1.8rem; color: #ef521b; } .article-doctor-1 li h4 span{ color: #333; font-size: 1.4rem; } .article-doctor-1 li p{ position: absolute; left: 46%; top: 32%; font-size: 1rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li dt{ position: absolute; left: 56%; top: 47%; font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li dd{ position: absolute; left: 55%; top: 57%; width: 38%; font-size: 1rem; line-height: 1.2rem; color: #333; } .article-doctor-1 li:nth-child(2) h4{ left: 55%; text-indent: 2rem; } .article-doctor-1 li:nth-child(3) h4{ left: 57%; } .article-doctor-1 li:nth-child(3) p{ top: 35%; } .article-doctor-1 li:nth-child(5) h4{ left: 56%; text-indent: 1.5rem; } .article-doctor-1 li a{display: block; position: absolute; left: 54.6%; bottom: 4rem; width:39%; margin-right: 4%; display: block; float: left;-webkit-box-reflect:below 0 -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.1)); z-index: 99; } .article-doctor-2{ width: 94%; margin:auto;} .article-doctor-2 li{ width: 30%; margin-right: 5%; padding: .3rem; background: #f5aa48; float: left; position: relative; box-sizing:border-box;-webkit-box-sizing:border-box; } .article-doctor-2 li.on{ background: #f57148; } .article-doctor-2 li.on:before{content:""; width: 0;height: 0;border-left: 1rem solid transparent;border-bottom: 1rem solid #f57148;border-right:1rem solid transparent;position: absolute;right:50%;top: -1rem; margin-right: -1rem;} .article-doctor-2 li p{ width: 100%;font-size: 1.2rem; line-height: 2rem; color: #fff; text-align: center; } .article-doctor-2 li:last-child{ margin-right: 0; } .article-more { width: 94%; margin: 1.5rem 3% 2.5rem; overflow: hidden;} .article-more h3 { width: 100%; height:2.4rem; margin-bottom: 1.5rem; font-size: 1.8rem; line-height: 1.6rem; color: #e4440c; text-indent: 4%; border-bottom: solid 1px #b9b9b9; position: relative; } .article-more h3:after{content:"";width: 2%;height: 1.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .article-more h3 a { display: inline-block; font-size: 1.1rem; color: #444; float: right; } .article-more-1{ width: 100%; padding: 0 1rem .7rem; border:solid 1px #dcdcdc; background: #f8f8f8; overflow: hidden; border-radius: 10px;-webkit-border-radius: 10px; box-sizing:border-box;-webkit-box-sizing:border-box;} .article-more-1 ul{ width: 100%; } .article-more-1 ul a{ display: block; width: 100%; height: 1.9rem; padding-top:1.2rem; border-bottom: dashed 1px #d2d2d2;font-size: 1.2rem; line-height: 1.2rem; color: #333; } .article-more-1 ul a:last-child{border-bottom:none;} .article-more-1 ul li span{ float: right; } /*来源路线*/ .route-banner{ width: 100%; } .route-content { width: 94%; margin: 1.5rem 3%; overflow: hidden; } .route-content h3 { width: 100%; height:1.7rem; margin-bottom: 2rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; border-bottom: solid 1px #d2d2d2; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .route-content h3 a{ color: #444;} .route-content-1 {width: 100%; overflow: hidden; } .route-content-1 h4 { width: 100%; height:3.8rem; margin-bottom: 1.1rem; font-size: 1.2rem; line-height: .8rem; color: #505050; text-indent: 4%; border-bottom: dashed 1px #b9b9b9; position: relative; } .route-content-1 h4:after{content:"";width: 2%;height: 2.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .route-content-1 h4 span { display: block; text-indent: 4%; color: #464646; font-size: 1.5rem; line-height: 2.2rem; } .route-content-1 ul { width: 100%; } .route-content-1 li { width: 100%; margin-bottom: 1rem; font-size: 1.2rem; line-height: 1.25rem; color: #404040; } .route-content-1 li span { display: inline-block; width: 1.25rem; height: 1.25rem; border-radius: .65rem;-webkit-border-radius: .65rem; margin-right: .5rem; background: #e95013; font-size: 1rem; line-height: 1.25rem; color: #fff; text-align: center;} .route-content-1 li i{ font-style: normal; display: block; text-indent: 7.6rem; } .route-content-2 {width: 100%; overflow: hidden; } .route-content-2 h4 { width: 100%; height:3.8rem; font-size: 1.2rem; line-height: .8rem; color: #505050; text-indent: 4%; position: relative; } .route-content-2 h4:after{content:"";width: 2%;height: 2.8rem;background: #e4440c;position: absolute;left: 0; top:0;} .route-content-2 h4 span { display: block; text-indent: 4%; color: #464646; font-size: 1.5rem; line-height: 2.2rem; } .route-content-2 iframe { height: 17.5rem; border: solid 1px #d6d6d6; box-sizing:border-box;-webkit-box-sizing:border-box; } .route-vehicle { width: 100%; margin-bottom: 5rem; overflow: hidden; } .route-vehicle dl { width: 94%; padding: 1.5rem 3%; border-bottom: solid 1px #cccccc; overflow: hidden; } .route-vehicle dl dt { width: 21%; margin-right: 3%; float: left; } .route-vehicle dl dd { width: 76%; float: left; } .route-vehicle dl dd h4 { width: 100%; height:2rem; font-size: 1.5rem; line-height: 2rem; color: #010101; } .route-vehicle dl dd h4 span { font-size: 1.1rem; } .route-vehicle dl dd p { width: 100%; font-size: 1rem; line-height: 1.25rem; color: #333; } .route-vehicle dl dd p span { color: #e4440c; } .route-vehicle dl:last-child{ border-bottom:none; } .route-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .route-foot a { display: block; width: 100%; } .route-foot ul { width: 100%; margin-top: 2.5rem; } .route-foot li { width: 30%; margin: 0 10%; float: left; } .route-foot li i { display: block; width: 100%; } .route-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*专家页面*/ .doctor-content { width: 100%; margin: 2.5rem auto 1rem; overflow: hidden; } .doctor-content-1 { width: 94%; margin: 0 auto; height: 4rem; margin-bottom: 1rem; } .doctor-content-1 ul { width: 100%; height: 4rem; } .doctor-content-1 li { width: 30%; height: 3.2rem; padding-top: .8rem; margin-right: 5%; float: left; font-size: 1.5rem; line-height: 1.2rem; color: #fff; text-align: center; background: #f69c0f; } .doctor-content-1 li:last-child{ margin-right: 0; } .doctor-content-1 li span { font-size: .9rem; color: #fff; } .doctor-content-1 li.on{ background: #e4450d; } .doctor-content-2 { width: 100%; overflow: hidden; } .doctor-content-2 .u1 { width: 100%; overflow: hidden; } .doctor-content-2 .u1 li { width: 100%; margin-bottom: 1rem; position: relative; overflow: hidden; } .doctor-content-2 .u1 li h3 { position: absolute; left: 40%; top: 11%; font-size: 1.5rem; line-height: 1.5rem; color: #000; } .doctor-content-2 .u1 li h3 span { font-size: 1.2rem; color: #333; } .doctor-content-2 .u1 li p { position: absolute; left: 40%; top: 38%; width: 57%; font-size: 1rem; line-height: 1.3rem; color: #333; } .doctor-content-2 .u1 li h5 { position: absolute; left: 11%; top: 82%; font-size: 1rem; line-height: 1.3rem; color: #333; } .doctor-content-2 .u1 li h5 b { color: #666; } .doctor-content-2 .u1 li h5 span{ display: block; text-indent: 5rem; } .doctor-content-2 .u1 li:nth-child(7) h3{ top: 8%; } .doctor-content-2 .u1 li:nth-child(7) p{ top: 32%; } .doctor-content-2 .u1 li:nth-child(7) h5{ top: 78%; } .doctor-content-2 .u1 li:nth-child(8) h5{ top: 78%; } .doctor-content-2 .u2 { width: 94%; margin: 0 auto; overflow: hidden; } .doctor-content-2 .u2 li { width: 48%; margin: 0 4% 1.5rem 0; padding: 1px; border: solid 1px #e8e8e8; float: left; position: relative; box-sizing:border-box;-webkit-box-sizing:border-box; } .doctor-content-2 .u2 li:nth-child(2n){ margin-right: 0; } .doctor-content-2 .u2 li:nth-child(5) p{ height: 4rem; } .doctor-content-2 .u2 li:nth-child(6) p{ height: 4rem; } .doctor-content-2 .u2 li i { display: block; width: 100% } .doctor-content-2 .u2 li h3 { width: 96%; padding: .5rem 0 0 2%; font-size: 1.1rem; line-height: 1.3rem; color: #e4450d; font-weight: bold; } .doctor-content-2 .u2 li h3 span { font-size: 1rem; color: #333; } .doctor-content-2 .u2 li h5 { width: 75%; padding: 0 23% 0 2%; height: 2.6rem; font-size: .9rem; line-height: 1.1rem; color: #333; border-bottom: dashed 1px #c9c9c9; } .doctor-content-2 .u2 li p { width: 96%; height: 3rem; padding: .6rem 2% 0; font-size: .9rem; line-height: 1.25rem; color: #333; } .doctor-content-2 .u2 li p span { display: inline-block; width: 16%; height: 1.25rem; margin-right: 2%; background: #fc875c; font-size: .9rem; line-height: 1.25rem; color: #fff; text-align: center; } .doctor-content-2 .u2 a { display: block; position: absolute; right: 2%; top: 12.2rem; width: 22%; } .doctor-brand { width: 94%; margin: 0 3% 2.5rem; overflow: hidden; } .doctor-brand h3 { width: 100%;} .doctor-brand p { width: 100%; padding: 1.2rem 0 1rem; font-size: .9rem; line-height: 1.3rem; color: #333; text-indent: 2em; } .doctor-brand i { display: block; } .doctor-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .doctor-foot a { display: block; width: 100%; } .doctor-foot ul { width: 100%; margin-top: 2.5rem; } .doctor-foot li { width: 30%; margin: 0 10%; float: left; } .doctor-foot li i { display: block; width: 100%; } .doctor-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*案例页面*/ .case-p{ width:94%; margin:1.8rem auto 1.5rem; font-size: 1rem; line-height: 1.5rem; color: #333; text-indent: 2em; overflow: hidden;} .case-content { width: 94%; margin: 0 3% 2.5rem; overflow: hidden; } .case-content-1 { width: 100%; height: 3.8rem; } .case-content-1 ul { width: 100%; height: 3.8rem; } .case-content-1 li { width: 50%; height: 3.8rem; background: #fba93d; float: left; font-size: 1.7rem; line-height: 3.8rem; color: #fff; text-align: center; } .case-content-1 li.on{ background: #e5440d; } .case-content-2 { width: 100%; overflow: hidden; } .case-content-2 .case-l { width: 100%; overflow: hidden; display: none; } .case-content-2 .case-l .case1 { width: 100%; border-bottom: solid 1px #b5b5b5; overflow: hidden; } .case-content-2 .case-l .case1 dl { width: 100%; padding: 1.5rem 0 1rem; overflow: hidden; } .case-content-2 .case-l .case1 dl dt { width: 20%; margin-right: 2%; float: left; } .case-content-2 .case-l .case1 dl dd { width: 75%; float: left; } .case-content-2 .case-l .case1 dl dd h4 { width: 100%; height: 2.2rem; padding-top: .7rem; font-size: 1.8rem; line-height: 1.8rem; color: #e5440d; } .case-content-2 .case-l .case1 dl dd p { width: 100%; font-size: 1rem; line-height: 1.3rem; color: #333; } .case-content-2 .case-l .case1 dl dd p span { font-size: 1.1rem; color: #e5440d; } .case-content-2 .case-l .case1-1 { width: 100%; position: relative; } .case-content-2 .case-l .case1-1 i { display: block; width: 100%; } .case-content-2 .case-l .case1-1 a { position: absolute; left: 52%; top: 75%; width: 38%; } .case-content-2 .case-l .case1>p { width: 96%; padding: .7rem 2% 1.2rem; font-size: 1rem; line-height: 1.3rem; color: #333; } .case-content-2 .case-l .case1>p span { color: #e5440d; } .case-content-2 .case-r { width: 100%; height: 26.5rem; overflow: hidden; } .case-content-2 .case-r .u1{ width: 18%; height: 25.2rem; padding: .65rem 3%; background: #acacac; float: left; } .case-content-2 .case-r .u1 li{ color:#fff;text-align: center;font-size: 1.4rem; line-height: 1.4rem; position: relative;padding: 1.4rem 0; } .case-content-2 .case-r .u1 li:after{content:"";width: 30%;height: 1px;background: #fff;position: absolute;left: 50%;margin-left: -15%;bottom:20%;} .case-content-2 .case-r .u1 li.lh{ background: #e1461b; } .case-content-2 .case-r .u1 li.lh:before{content:""; width: 0;height: 0;border-top: .5rem solid transparent;border-left: .5rem solid #e1461b;border-bottom:.5rem solid transparent;position: absolute;top:50%;right: -.5rem; margin-top: -.5rem;} .case-content-2 .case-r .u2{ width: 70%; height: 26rem; padding-top: .5rem; float: right; overflow-y:scroll;-webkit-overflow-scrolling: touch; } .case-content-2 .case-r .u2 p { width: 100%; font-size: 1.3rem; line-height: 2.5rem; color: #333; text-align: center; } .case-foot { width: 94%; margin: 0 auto 2rem; overflow: hidden; } .case-foot a { display: block; width: 100%; } .case-foot ul { width: 100%; margin-top: 2.5rem; } .case-foot li { width: 30%; margin: 0 10%; float: left; } .case-foot li i { display: block; width: 100%; } .case-foot li p { width:100%; font-size: 1rem; line-height: 1.5rem; color: #444; text-align: center; } /*项目页面*/ .item-content { width: 100%; height: 50rem; margin-bottom: 3.2rem; overflow: hidden; } .item-content-1 { width: 21%; height: 49rem; padding: 1rem 2%; background: #e1461b; overflow-y:scroll;-webkit-overflow-scrolling: touch;float: left; } .item-content-1 li { color:#fff;text-align: center;font-size: 1.2rem; line-height: 1.2rem; position: relative;padding: 1.3rem 0; } .item-content-1 li:last-child{ margin-bottom: 1rem; } .item-content-1 li:after{content:"";width: 30%;height: 1px;background: #fff;position: absolute;left: 50%;margin-left: -15%;bottom:20%;} .item-content-1 li.on {background: #fc875c; } .item-content-1 li.on:before{content:""; width: 0;height: 0;border-top: .5rem solid transparent;border-left: .5rem solid #fc875c;border-bottom:.5rem solid transparent;position: absolute;top:50%;right: -.5rem; margin-top: -.5rem;} .item-content-2 { width: 71%; height: 49rem; padding: .5rem 2%; overflow-y:scroll;-webkit-overflow-scrolling: touch; float: left; } .item-content-2>li { width: 100%; } .item-content-2 li .item-banner { width: 100%; padding: .45rem; background: #f9f5f4; border: solid 1px #dddcdc; box-sizing:border-box;-webkit-box-sizing:border-box;} .item-content-2 li .item-1 { width: 100%; padding: 1.5rem 0 1rem; border-bottom: solid 1px #c9c9c9; overflow: hidden; } .item-content-2 li .item-1 h3{ width: 100%; height: 2.6rem;font-size: 1.2rem; line-height: 1.2rem; color: #333; } .item-content-2 li .item-1 a { display: block; width: 32%; padding: 0 2%; height: 3rem; margin: 0 2% .5rem 0; border: solid 1px #e4430c;font-size: 1rem; line-height: 3rem; color: #333; text-align: center; float: left;box-sizing:border-box;-webkit-box-sizing:border-box; } .item-content-2 li .item-1 a:nth-of-type(3n){ margin-right: 0; } .item-content-2 li .item-2 { width: 100%; } .item-content-2 li .item-2 .u1 { width: 100%; height: 1.6rem; margin:1.5rem auto 1rem; } .item-content-2 li .item-2 .u1 li { width: 5rem; height: 1.6rem; margin-right: 1rem; font-size: 1.2rem; line-height: 1.2rem; color: #333; text-align: center; float: left; } .item-content-2 li .item-2 .u1 li.lh{ border-bottom: solid 1px #e1461a; color: #e1461a;} .item-content-2 li .item-2 .u2 { width: 100%; box-shadow: 0 0 10px #eceaea; } .item-content-2 li .item-2 .u2 li { width: 100%; padding: 1rem 4.5%; overflow: hidden; box-sizing:border-box;-webkit-box-sizing:border-box; } .item-content-2 li .item-2 .u2 li.bk{ } .item-content-2 li .item-2 .u2 li dl { width: 48%; float: left; } .item-content-2 li .item-2 .u2 li dl:nth-child(2n){ float: right; } .item-content-2 li .item-2 .u2 li dl dt{ width: 100%; } .item-content-2 li .item-2 .u2 li dl dd { width: 100%; padding-top: .7rem; } .item-content-2 li .item-2 .u2 li dl dd h3 { width: 100%; height: 3.3rem; font-size: 1.1rem; line-height: 1.2rem; color: #5d5d5d; } .item-content-2 li .item-2 .u2 li dl dd h3 span {font-size: .9rem; color: #8c8c8c; } .item-content-2 li .item-2 .u2 li dl dd a { display: block; width: 75%; } .item-content-2 li .item-2 .u2 li i { display: block; width: 100%; } .item-content-2 li .item-2 .u2 li p { width: 100%; height: 4.5rem;font-size: 1.4rem; line-height: 4.5rem; color: #333; text-align: center; } /*栏目页面*/ .menu-content { width: 100%; overflow: hidden; } .menu-banner{ width: 100%; } .menu-content h3 { width: 94%; margin: 1.6rem 3% 0; height:2.4rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .menu-content h3 a{ color: #444;} .menu-content .menu-case { width: 97%; margin: 0 auto 2.1rem; padding:1rem 1.5%; border: solid 1px #bebebe; box-sizing:border-box;-webkit-box-sizing:border-box; overflow: hidden; } .menu-content .menu-case dl { width: 100%; } .menu-content .menu-case dl dt { width: 61.6%; float: left; } .menu-content .menu-case dl dd { width: 37%; float: right; } .menu-content .menu-case dl dd h4 { width: 100%; height: 8.5rem; margin: .8rem 0; font-size: 1.3rem; line-height: 2rem; color: #fc4c00; border-bottom: solid 1px #cfcfcf;} .menu-content .menu-case dl dd h4 span { font-size: 1rem; color: #666; } .menu-content .menu-case dl dd ul { width: 100%; } .menu-content .menu-case dl dd li { width: 48%; height: 1.5rem; border: solid 1px #fd7940; float: left; font-size: .9rem; line-height: 1.5rem; color: #444; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box;} .menu-content .menu-case dl dd li:last-child{ float: right; } .menu-content .menu-case dl dd li span { color: #fd7940; } .menu-content .menu-item { width: 94%; margin: 0 auto 2.4rem; overflow: hidden; } .menu-content .menu-item-1 { width:100%; height: 3.5rem; } .menu-content .menu-item-1 li { width: 18%; height: 1.6rem; margin-right: 8%; float: left; font-size: 1.2rem; line-height: 1.2rem; color: #333; text-align: center; } .menu-content .menu-item-1 li a{ color: #333; } .menu-content .menu-item-1 li:first-child{ border-bottom: solid 1px #e4440c; color: #e4440c;} .menu-content .menu-item-2 { width: 100%; overflow: hidden; } .menu-content .menu-item-2 ul { width: 100%; } .menu-content .menu-item-2 li { width: 30%; height: 3rem; border: solid 1px #e4440c; margin-right: 5%; margin-bottom: 1.5rem; float: left; font-size: 1rem; line-height: 3rem; color: #333; text-align: center; box-sizing:border-box;-webkit-box-sizing:border-box;} .menu-content .menu-item-2 ul li:nth-child(3n){ margin-right: 0; }; /*设备页面*/ .device-content { width: 100%;overflow: hidden; } .device-content h3 { width: 94%; margin: 1.5rem 3% 0; height:2.5rem; font-size: 1.1rem; line-height: 1.2rem; color: #444; text-indent: 6%; background: url(../images/list/content-1.png) no-repeat left top; background-size:4.5% auto; } .device-content h3 a{ color: #444;} .device-content-1 { width: 100%; overflow: hidden; } .device-content-1-t { width: 100%; position: relative; } .device-content-1-t h4 { position: absolute; left: 0; top: 18%; width: 100%; font-size: 2.1rem; line-height: 2.1rem; color: #e4440e; text-align: center; } .device-content-1-t p { position: absolute; left: 3%; top: 40%; width: 94%; font-size: .9rem; line-height: 1.5rem; color: #333; } .device-content-1 dl { width: 100%; overflow: hidden; } .device-content-1 dl dt { width: 50%; float: left; } .device-content-1 dl dd { width: 50%; padding-top: 20%; float: left; font-size: 1.3rem; line-height: 2.8rem; color: #494949; text-align: center; } .device-content-1 h5 { width: 100%; height: 3rem; padding-top: 1rem; border-bottom: solid 1px #818181; font-size: 1.6rem; line-height: 3rem; color: #e4440e; text-align: center; } .device-content-1>p { width: 94%; margin: .5rem 3% 2.5rem; font-size: 1.1rem; line-height: 1.8rem; color: #494949; text-indent: 2em; } .device-content-2 { width: 100%; margin-bottom: 2.6rem; overflow: hidden; } .device-content-2 h4 { width: 100%; position: relative; } .device-content-2 h4 span { display: block; position: absolute; left: 0; top: 40%; width: 100%; font-size: 1.8rem; line-height: 1.8rem; color: #e4440e; text-align: center; } .device-content-2 p { width: 80%; padding: 1rem 10% 2rem; background: #f6f6f6; overflow: hidden; font-size: 1.1rem; line-height: 1.9rem; color: #494949; text-align: center; }
0.376623
0.072801
html, body { padding: 0; margin: 0; height: 100%; min-height: 100%; font-family: 'Open Sans', sans-serif; color: #4F5F6F; font-size: 16px!important; } #main-wrapper { width: 100%; position: absolute; height: 100%; overflow-y: auto; overflow-x: hidden; } #app { position: relative; width: 100%; padding-left: 230px; min-height: 100vh; margin: 0 auto; left: 0; background-color: #f0f3f6; box-shadow: 0 0 3px #ccc; -webkit-transition: left 0.3s ease, padding-left 0.3s ease; transition: left 0.3s ease, padding-left 0.3s ease; overflow: hidden; } sup { top: -0.5em; position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } a:not(.btn) { -webkit-transition: color 0.13s; transition: color 0.13s; } ul { list-style-type: none; -webkit-padding-start: 0; } .btn-primary { background-color: #59c2e6; border-color: #59c2e6; color: #fff; border-radius: 0.2rem; } .btn-secondary { color: #4f5f6f; background-color: #fff; border-color: #d7dde4; } .btn-primary:hover { color: #fff; background-color: #2db2df; border-color: #24aede; } .btn-sm { padding: 0.25rem 0.75rem; font-size: 0.875rem; line-height: 1.5; } /* ======================================== */ /* == SIDEBAR STYLES == */ .sidebar { background-color: #3A4651; width: 230px; padding-bottom: 60px; position: absolute; top: 0; left: 0; bottom: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 20; display: block; } .sidebar .sidebar-container { position: absolute; top: 0; bottom: 51px; width: 100%; left: 0; overflow-y: auto; overflow-x: hidden; } .sidebar-header .sidebar-brand { color: #fff; text-align: left; padding-left: 25px; line-height: 70px; font-size: 16px; cursor: pointer; } .sidebar-header .sidebar-logo { display: inline-block; width: 45px; height: 25px; vertical-align: middle; margin-right: 5px; position: relative; } .sidebar-menu { font-size: 14px; padding-left: 0; margin-bottom: 0; list-style-type: none!important; } .sidebar-menu > li > a { padding: 15px 10px 15px 20px; } .sidebar-menu > li.active > a, .sidebar-menu > li.active > a:hover, .sidebar-menu > li.active > a:focus { background-color: #59C2E6!important; color: #fff!important; } .sidebar-menu li a { color: rgba(255, 255, 255, 0.5); text-decoration: none; display: block; } .sidebar-menu .collapse li.active a { color: rgba(255, 255, 255, 1); } .sidebar-menu > li > a i { margin-right: 5px; font-size: 16px; } .sidebar-menu > li > a i.arrow { float: right; font-size: 12px; line-height: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .sidebar-menu > li > a:focus { background-color: transparent; } .sidebar-menu li a:hover, .sidebar-menu li.dropdown-open > a { color: #fff; background-color: #2D363F; } .sidebar-menu > li > ul > li a { /* first child dropdown a elements */ padding-top: 10px; padding-bottom: 10px; padding-left: 50px; background-color: #333E48; } .metismenu .has-arrow:after { -webkit-transform: rotate(-225deg) translateY(50%); transform: rotate(-225deg) translateY(-50%); } /* END SIDEBAR STYLES */ /* ======================================== */ /* ======================================== */ /* == TOPBAR STYLES == */ .topbar { background-color: #D7DDE4; height: 70px; position: absolute; left: 229px; /* removed one pixel because of weird :before pipe */ right: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 10; display: flex; -webkit-box-align: center; align-items: center; } .topbar .topbar-block-nav a { text-decoration: none; } .topbar .topbar-block { margin-right: 15px; } .topbar .topbar-block-nav { margin-left: auto; white-space: nowrap; } .topbar .topbar-block-nav > .nav-profile { display: table; } .topbar .topbar-block-nav ul { margin: 0; padding: 0; list-style: none; } .topbar .topbar-block-nav .notifications { font-size: 16px; } .topbar .topbar-block-nav .notifications a { padding-right: 10px; } .topbar .topbar-block-nav > ul > li > a { padding: 0 15px; color: #4F5F6F; } .topbar .topbar-block-nav > ul > li { display: table-cell; } .topbar .topbar-block-nav > ul > li:after { display: block; content: " "; width: 1px; height: 24px; top: 50%; margin-top: -12px; background-color: #8B9CB1; position: absolute; left: 0; } .topbar .topbar-block-nav:after { content: ""; display: table; clear: both; } .topbar .topbar-block-nav .profile .img { display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 4px; background-color: #8B9CB1; color: #fff; text-align: center; margin-right: 10px; background-repeat: no-repeat; background-position: center; background-size: cover; vertical-align: middle; } .topbar .topbar-block-nav .notifications .counter { color :#59C2E6; font-weight: bold; font-size: 14px; position: relative; top: -3px; left: -2px; } .topbar .topbar-block-nav .profile .name { display: inline-block; margin-right: 9px; font-weight: bold; } .dropdown-toggle:after { display: inline-block; width: 0; height: 0; margin-right: 0.25rem; margin-left: 0.25rem; vertical-align: middle; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; } /* END TOPBAR STYLES */ /* ======================================== */ /* ======================================== */ /* == CONTENT STYLES == */ @media(min-width: 1200px) { #app #content { padding: 120px 50px 100px 50px!important; } } #app #content { padding: 110px 30px 90px 30px; min-height: 100vh; } .title-block { position: relative; padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #D7DDE4; } .title { font-size: 1.45rem; font-weight: 600; margin-bottom: 0; margin-top: 0; } .title-description { margin: 0; font-size: 0.9rem; font-weight: normal; color: #7E8E9F; } .pagination > .active > a, .pagination > .active > a:hover { background-color: #4F5F6F; border-color: #4F5F6F; } /* END CONTENT STYLES */ /* ======================================== */ /* ======================================== */ /* == PROCTORED EXAM STYLES == */ .name-filter { position: absolute; top: 50%; transform: translate(0, -50%); right: 0; } /* END PROCTORED EXAM STYLES */ /* ======================================== */
assets/css/main.css
html, body { padding: 0; margin: 0; height: 100%; min-height: 100%; font-family: 'Open Sans', sans-serif; color: #4F5F6F; font-size: 16px!important; } #main-wrapper { width: 100%; position: absolute; height: 100%; overflow-y: auto; overflow-x: hidden; } #app { position: relative; width: 100%; padding-left: 230px; min-height: 100vh; margin: 0 auto; left: 0; background-color: #f0f3f6; box-shadow: 0 0 3px #ccc; -webkit-transition: left 0.3s ease, padding-left 0.3s ease; transition: left 0.3s ease, padding-left 0.3s ease; overflow: hidden; } sup { top: -0.5em; position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } a:not(.btn) { -webkit-transition: color 0.13s; transition: color 0.13s; } ul { list-style-type: none; -webkit-padding-start: 0; } .btn-primary { background-color: #59c2e6; border-color: #59c2e6; color: #fff; border-radius: 0.2rem; } .btn-secondary { color: #4f5f6f; background-color: #fff; border-color: #d7dde4; } .btn-primary:hover { color: #fff; background-color: #2db2df; border-color: #24aede; } .btn-sm { padding: 0.25rem 0.75rem; font-size: 0.875rem; line-height: 1.5; } /* ======================================== */ /* == SIDEBAR STYLES == */ .sidebar { background-color: #3A4651; width: 230px; padding-bottom: 60px; position: absolute; top: 0; left: 0; bottom: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 20; display: block; } .sidebar .sidebar-container { position: absolute; top: 0; bottom: 51px; width: 100%; left: 0; overflow-y: auto; overflow-x: hidden; } .sidebar-header .sidebar-brand { color: #fff; text-align: left; padding-left: 25px; line-height: 70px; font-size: 16px; cursor: pointer; } .sidebar-header .sidebar-logo { display: inline-block; width: 45px; height: 25px; vertical-align: middle; margin-right: 5px; position: relative; } .sidebar-menu { font-size: 14px; padding-left: 0; margin-bottom: 0; list-style-type: none!important; } .sidebar-menu > li > a { padding: 15px 10px 15px 20px; } .sidebar-menu > li.active > a, .sidebar-menu > li.active > a:hover, .sidebar-menu > li.active > a:focus { background-color: #59C2E6!important; color: #fff!important; } .sidebar-menu li a { color: rgba(255, 255, 255, 0.5); text-decoration: none; display: block; } .sidebar-menu .collapse li.active a { color: rgba(255, 255, 255, 1); } .sidebar-menu > li > a i { margin-right: 5px; font-size: 16px; } .sidebar-menu > li > a i.arrow { float: right; font-size: 12px; line-height: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .sidebar-menu > li > a:focus { background-color: transparent; } .sidebar-menu li a:hover, .sidebar-menu li.dropdown-open > a { color: #fff; background-color: #2D363F; } .sidebar-menu > li > ul > li a { /* first child dropdown a elements */ padding-top: 10px; padding-bottom: 10px; padding-left: 50px; background-color: #333E48; } .metismenu .has-arrow:after { -webkit-transform: rotate(-225deg) translateY(50%); transform: rotate(-225deg) translateY(-50%); } /* END SIDEBAR STYLES */ /* ======================================== */ /* ======================================== */ /* == TOPBAR STYLES == */ .topbar { background-color: #D7DDE4; height: 70px; position: absolute; left: 229px; /* removed one pixel because of weird :before pipe */ right: 0; -webkit-transition: left 0.3s ease; transition: left 0.3s ease; z-index: 10; display: flex; -webkit-box-align: center; align-items: center; } .topbar .topbar-block-nav a { text-decoration: none; } .topbar .topbar-block { margin-right: 15px; } .topbar .topbar-block-nav { margin-left: auto; white-space: nowrap; } .topbar .topbar-block-nav > .nav-profile { display: table; } .topbar .topbar-block-nav ul { margin: 0; padding: 0; list-style: none; } .topbar .topbar-block-nav .notifications { font-size: 16px; } .topbar .topbar-block-nav .notifications a { padding-right: 10px; } .topbar .topbar-block-nav > ul > li > a { padding: 0 15px; color: #4F5F6F; } .topbar .topbar-block-nav > ul > li { display: table-cell; } .topbar .topbar-block-nav > ul > li:after { display: block; content: " "; width: 1px; height: 24px; top: 50%; margin-top: -12px; background-color: #8B9CB1; position: absolute; left: 0; } .topbar .topbar-block-nav:after { content: ""; display: table; clear: both; } .topbar .topbar-block-nav .profile .img { display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 4px; background-color: #8B9CB1; color: #fff; text-align: center; margin-right: 10px; background-repeat: no-repeat; background-position: center; background-size: cover; vertical-align: middle; } .topbar .topbar-block-nav .notifications .counter { color :#59C2E6; font-weight: bold; font-size: 14px; position: relative; top: -3px; left: -2px; } .topbar .topbar-block-nav .profile .name { display: inline-block; margin-right: 9px; font-weight: bold; } .dropdown-toggle:after { display: inline-block; width: 0; height: 0; margin-right: 0.25rem; margin-left: 0.25rem; vertical-align: middle; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-left: 0.3em solid transparent; } /* END TOPBAR STYLES */ /* ======================================== */ /* ======================================== */ /* == CONTENT STYLES == */ @media(min-width: 1200px) { #app #content { padding: 120px 50px 100px 50px!important; } } #app #content { padding: 110px 30px 90px 30px; min-height: 100vh; } .title-block { position: relative; padding-bottom: 15px; margin-bottom: 30px; border-bottom: 1px solid #D7DDE4; } .title { font-size: 1.45rem; font-weight: 600; margin-bottom: 0; margin-top: 0; } .title-description { margin: 0; font-size: 0.9rem; font-weight: normal; color: #7E8E9F; } .pagination > .active > a, .pagination > .active > a:hover { background-color: #4F5F6F; border-color: #4F5F6F; } /* END CONTENT STYLES */ /* ======================================== */ /* ======================================== */ /* == PROCTORED EXAM STYLES == */ .name-filter { position: absolute; top: 50%; transform: translate(0, -50%); right: 0; } /* END PROCTORED EXAM STYLES */ /* ======================================== */
0.341253
0.044349
.faide_slider{ width: 100%; margin: 0px auto 0 auto; float: left; } .faide_slider #slider{ width: 95%; overflow: hidden; border-radius: 4px; } .faide_slider #slider strong{ color: #fff; font-size: 14px; } .faide_slider #slider b{ color: #393a3b; font-size: 14px; margin-top: 13px; font-weight: normal; margin-top: 10px; float: left; } .faide_slider #slider b em{ color: #999; font-size: 13px; font-weight: normal; font-style: normal; display: block; margin: -5px 0px 0px 0px; } .faide_slider #slider .h_graphline{ float: left; width: 100%; height: 26px; margin: 20px 0px 0px 0px; background: url(../../images/h-graph-line.png) no-repeat left top; } .faide_slider #slider .testi_people{ float: left; width: 60px; height: 60px; margin-left: 80px; margin-right: 20px; margin-bottom: 4px; background: #999; border-radius: 100%; border: 4px solid #fff; -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); } .faide_slider #slider .testi_people.one{ background: url(../../images/people-img1.jpg) no-repeat center top; } .faide_slider #slider .testi_people.two{ background: url(../../images/people-img2.jpg) no-repeat center top; } .faide_slider #slider .testi_people.three{ background: url(../../images/people-img3.jpg) no-repeat center top; } .faide_slider #slide1{ float: left; margin: 0 auto; width: 100%; } .faide_slider #slide2{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide3{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide4{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide1{ float: left; margin: 0 auto; width: 100%; } .faide_slider #slide2{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide3{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide4{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider ul.controlls{ padding: 0px; margin: 7px 0 0 220px; } .faide_slider .controlls li{ padding: 0px; margin: 0px 5px 0px 0px; float: left; display: inline; } .faide_slider .controlls li a { width: 10px; height: 10px; background-color: #b9b9b9; display: block; border-radius: 100%; } .faide_slider .controlls li a:hover { background-color: #757574; } .faide_slider .controlls li a:active { background-color: #757574; } @media only screen and (min-width: 1000px) and (max-width: 1169px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 38%; } } @media only screen and (min-width: 768px) and (max-width: 999px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 34%; } } @media only screen and (min-width: 480px) and (max-width: 767px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 48%; } } @media only screen and (max-width: 479px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 40%; } }
js/testimonials/fadeeffect.css
.faide_slider{ width: 100%; margin: 0px auto 0 auto; float: left; } .faide_slider #slider{ width: 95%; overflow: hidden; border-radius: 4px; } .faide_slider #slider strong{ color: #fff; font-size: 14px; } .faide_slider #slider b{ color: #393a3b; font-size: 14px; margin-top: 13px; font-weight: normal; margin-top: 10px; float: left; } .faide_slider #slider b em{ color: #999; font-size: 13px; font-weight: normal; font-style: normal; display: block; margin: -5px 0px 0px 0px; } .faide_slider #slider .h_graphline{ float: left; width: 100%; height: 26px; margin: 20px 0px 0px 0px; background: url(../../images/h-graph-line.png) no-repeat left top; } .faide_slider #slider .testi_people{ float: left; width: 60px; height: 60px; margin-left: 80px; margin-right: 20px; margin-bottom: 4px; background: #999; border-radius: 100%; border: 4px solid #fff; -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4); } .faide_slider #slider .testi_people.one{ background: url(../../images/people-img1.jpg) no-repeat center top; } .faide_slider #slider .testi_people.two{ background: url(../../images/people-img2.jpg) no-repeat center top; } .faide_slider #slider .testi_people.three{ background: url(../../images/people-img3.jpg) no-repeat center top; } .faide_slider #slide1{ float: left; margin: 0 auto; width: 100%; } .faide_slider #slide2{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide3{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide4{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide1{ float: left; margin: 0 auto; width: 100%; } .faide_slider #slide2{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide3{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider #slide4{ float: left; display: none; margin: 0 auto; width: 100%; } .faide_slider ul.controlls{ padding: 0px; margin: 7px 0 0 220px; } .faide_slider .controlls li{ padding: 0px; margin: 0px 5px 0px 0px; float: left; display: inline; } .faide_slider .controlls li a { width: 10px; height: 10px; background-color: #b9b9b9; display: block; border-radius: 100%; } .faide_slider .controlls li a:hover { background-color: #757574; } .faide_slider .controlls li a:active { background-color: #757574; } @media only screen and (min-width: 1000px) and (max-width: 1169px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 38%; } } @media only screen and (min-width: 768px) and (max-width: 999px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 34%; } } @media only screen and (min-width: 480px) and (max-width: 767px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 48%; } } @media only screen and (max-width: 479px){ .faide_slider ul.controlls{ padding: 0px; margin: 0 0 0 40%; } }
0.23231
0.062674
.overclear { width: 100%; overflow: hidden; } .defaultForm label { float: left; clear: left; width: 10em; text-align: right; padding-right: 8px; height: 20px; color: black; padding-top: 3px; } .selectLabel { margin-top: 4px; } .defaultForm legend { padding: 5px; font-weight: bold; color: black; } .defaultForm fieldset { margin: 0 0 0.5em 0; padding: 0; padding-bottom: 10px; border: 1px solid #BFBAB0; background-color: #F2EFE9; background-image: url(/images/fieldset_gradient.jpg); background-repeat: repeat-x; } .defaultForm input, select, textarea { margin-right: 5px; } .defaultForm select { height: 25px; } .defaultForm input { height: 18px; } .defaultFormTextField { width: 220px; } .defaultFormCheckBox { margin-top: 3px; } .defaultFormError { display: inline; color: red; } .defaultFormField { padding-top: 5px; } .defaultFormError { color: red; font-weight: bold; } .defaultFormButtons { text-align: right; padding-top: 5px; padding-bottom: 5px; } .defaultFormErrorOverview { float: left; color: red; font-weight: bold; margin-top: 5px; } .fieldWithErrors { display: inline; } .fieldWithErrors input { background-color: #FA9898; } .contentCarouselItem { width: 150px; height: 195px; padding: 5px; position : relative; } .contentCarouselImageDiv { position: absolute; top: 26px; left: 25px; } .contentCarouselImage { margin-top: 0px; margin-bottom: 0px; } .contentCarouselName { font-weight: bold; } .contentCarouselYear { position: absolute; bottom: 5px; left: 10px; } .contentCarouselRuntime { position: absolute; bottom: 5px; right: 10px; } .viewWrapper { } .viewCoreMetadata { float: left; width: 550px; margin-right: 20px; } .viewPosterWrapper { float: left; max-width: 290px; } .viewPosterLargeImg { max-width: 290px; } .viewCoreDetailsWrapper { padding-top: 15px; } .viewCoreDetailsLeft { float: left; width: 275px; margin-right: 10px; } .viewCoreDetailsRight { float: left; } .viewDetailsLabel { font-weight: bold; float: left; width: 100px; } .viewDetailsValue { float: left; text-align: right; width: 160px; margin-left: 5px; } #viewAccordionWrapper { padding-top: 10px; padding-left: 2px; } .viewAccordion .yui-cms-accordion .yui-cms-item { } .accordionContent { padding: 10px; } .formWrapper { float: left; width: 600px; } .formSideBar{ float: left; margin-top: 10px; margin-left: 20px; } .viewActionsWrapper { margin-top: 5px; } .filePropertyName { font-weight: bold; } .hiddenDiv { visibility:hidden; } .viewGenreLabel { font-weight: bold; padding-right: 10px; } .bulkChangeSearchResults { padding-top: 5px; clear:both; } .noResults { font-style: italic; } #bulkChangeTable { margin-bottom: 10px; } .fakeLink { cursor: pointer; text-decoration: underline; } #selectHelperWrapper { padding-top: 1px; padding-bottom: 10px; } #loginHeader { padding: 5px; float: left; width: 215px; text-align: right; } #watchedWrapper { float: right; margin-top: 5px; margin-right: 0px; } .notWatched { opacity : 0.4; filter: alpha(opacity=40); // msie background-color: #000; } #watchedWrapper img { background-color: transparent !important; border : none !important; padding-bottom: 0px !important; -webkit-box-reflect:below -13px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.65, transparent), to(white)); } #showTypeIconWrapper { float: right; margin-top: 5px; margin-right: 5px; } #showTypeIconWrapper img { background-color: white !important; border : none !important; } #yui-history-iframe { position:absolute; top:0; left:0; width:1px; height:1px; /* avoid scrollbars */ visibility:hidden; } .yui-link-button { cursor: pointer; } #imdbSearchResultWrapper { padding: 5px 5px 5px 0px; max-height: 350px; overflow: auto; } #nfoWrapper { overflow: auto; max-width: 495px; max-height: 495px; } #movieSearchDiv { margin-top: 18px; margin-right: 5px; float: right; } #movieSearchDiv label { display: none; } #movieSearchDiv input { height: 18px; -moz-border-radius: 3px; } #videoCountWrapper { padding: 5px; float: right; font-style: italic; font-weight: bold; } #videoOrderWrapper { padding: 5px; float: left; font-size: 10px; } .bold { font-weight: bold; } #videoPlayer { text-align: center; } #videoPlayer video{ padding-top: 15px; } #videoPlayer object{ margin-top: 15px; border: 1px solid black; } .playMediaButtonWrapper { text-align: right; padding-right: 10px; padding-bottom: 5px; }
public/stylesheets/style.css
.overclear { width: 100%; overflow: hidden; } .defaultForm label { float: left; clear: left; width: 10em; text-align: right; padding-right: 8px; height: 20px; color: black; padding-top: 3px; } .selectLabel { margin-top: 4px; } .defaultForm legend { padding: 5px; font-weight: bold; color: black; } .defaultForm fieldset { margin: 0 0 0.5em 0; padding: 0; padding-bottom: 10px; border: 1px solid #BFBAB0; background-color: #F2EFE9; background-image: url(/images/fieldset_gradient.jpg); background-repeat: repeat-x; } .defaultForm input, select, textarea { margin-right: 5px; } .defaultForm select { height: 25px; } .defaultForm input { height: 18px; } .defaultFormTextField { width: 220px; } .defaultFormCheckBox { margin-top: 3px; } .defaultFormError { display: inline; color: red; } .defaultFormField { padding-top: 5px; } .defaultFormError { color: red; font-weight: bold; } .defaultFormButtons { text-align: right; padding-top: 5px; padding-bottom: 5px; } .defaultFormErrorOverview { float: left; color: red; font-weight: bold; margin-top: 5px; } .fieldWithErrors { display: inline; } .fieldWithErrors input { background-color: #FA9898; } .contentCarouselItem { width: 150px; height: 195px; padding: 5px; position : relative; } .contentCarouselImageDiv { position: absolute; top: 26px; left: 25px; } .contentCarouselImage { margin-top: 0px; margin-bottom: 0px; } .contentCarouselName { font-weight: bold; } .contentCarouselYear { position: absolute; bottom: 5px; left: 10px; } .contentCarouselRuntime { position: absolute; bottom: 5px; right: 10px; } .viewWrapper { } .viewCoreMetadata { float: left; width: 550px; margin-right: 20px; } .viewPosterWrapper { float: left; max-width: 290px; } .viewPosterLargeImg { max-width: 290px; } .viewCoreDetailsWrapper { padding-top: 15px; } .viewCoreDetailsLeft { float: left; width: 275px; margin-right: 10px; } .viewCoreDetailsRight { float: left; } .viewDetailsLabel { font-weight: bold; float: left; width: 100px; } .viewDetailsValue { float: left; text-align: right; width: 160px; margin-left: 5px; } #viewAccordionWrapper { padding-top: 10px; padding-left: 2px; } .viewAccordion .yui-cms-accordion .yui-cms-item { } .accordionContent { padding: 10px; } .formWrapper { float: left; width: 600px; } .formSideBar{ float: left; margin-top: 10px; margin-left: 20px; } .viewActionsWrapper { margin-top: 5px; } .filePropertyName { font-weight: bold; } .hiddenDiv { visibility:hidden; } .viewGenreLabel { font-weight: bold; padding-right: 10px; } .bulkChangeSearchResults { padding-top: 5px; clear:both; } .noResults { font-style: italic; } #bulkChangeTable { margin-bottom: 10px; } .fakeLink { cursor: pointer; text-decoration: underline; } #selectHelperWrapper { padding-top: 1px; padding-bottom: 10px; } #loginHeader { padding: 5px; float: left; width: 215px; text-align: right; } #watchedWrapper { float: right; margin-top: 5px; margin-right: 0px; } .notWatched { opacity : 0.4; filter: alpha(opacity=40); // msie background-color: #000; } #watchedWrapper img { background-color: transparent !important; border : none !important; padding-bottom: 0px !important; -webkit-box-reflect:below -13px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.65, transparent), to(white)); } #showTypeIconWrapper { float: right; margin-top: 5px; margin-right: 5px; } #showTypeIconWrapper img { background-color: white !important; border : none !important; } #yui-history-iframe { position:absolute; top:0; left:0; width:1px; height:1px; /* avoid scrollbars */ visibility:hidden; } .yui-link-button { cursor: pointer; } #imdbSearchResultWrapper { padding: 5px 5px 5px 0px; max-height: 350px; overflow: auto; } #nfoWrapper { overflow: auto; max-width: 495px; max-height: 495px; } #movieSearchDiv { margin-top: 18px; margin-right: 5px; float: right; } #movieSearchDiv label { display: none; } #movieSearchDiv input { height: 18px; -moz-border-radius: 3px; } #videoCountWrapper { padding: 5px; float: right; font-style: italic; font-weight: bold; } #videoOrderWrapper { padding: 5px; float: left; font-size: 10px; } .bold { font-weight: bold; } #videoPlayer { text-align: center; } #videoPlayer video{ padding-top: 15px; } #videoPlayer object{ margin-top: 15px; border: 1px solid black; } .playMediaButtonWrapper { text-align: right; padding-right: 10px; padding-bottom: 5px; }
0.470737
0.188772
:root { --background-color: rgb(255, 255, 255); --color: rgb(54, 96, 146); --color-0_05: rgb(245, 247, 249); /* rgba(54, 96, 146, 0.05); */ --color-0_13: rgb(228, 234, 242); /* rgba(54, 96, 146, 0.13); */ --color-0_39: rgb(174, 193, 215); /* rgba(54, 96, 146, 0.39); */ --footer-border-top: rgb(209, 208, 208); /* rgba(136, 133, 133, 0.39); */ --footer-background-color: rgb(229, 229, 229); --footer-color: rgb(161, 161, 161); --tabs--label-text: var(--footer-color); --tabs--label-text--active: var(--color); --tabs--label-text--hover: var(--color); --tabs--label-background--active: transparent; --tabs--label-background--hover: var(--color-0_05); --tabs--border: var(--color-0_13); --tabs--border--active: var(--tabs--label-text--active); } body { padding: 13px 0; background-color: var(--background-color); font-family: "Arial", "Sans-Serif"; font-size: 10pt; } a { color: var(--color); outline: 0; text-decoration: none; } a:focus, a:hover { margin: -1px; border: 1px solid var(--color-0_13); background-color: var(--color-0_05); color: var(--color); } a.headerlink { display: none; } a.image-reference { margin: 0 auto; border: 0; display: table; } button.copybtn { right: 1.3em; } button.copybtn img { padding: 0; } code, pre { font-family: "Consolas", "Menlo", "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Monospace"; font-size: 9pt; } code { color: var(--color); } div.copyright { z-index: 999; position: fixed; bottom: 0; left: 0; width: 100%; height: 19px; border-top: 1px solid var(--footer-border-top); background-color: var(--footer-background-color); color: var(--footer-color); font-size: 9pt; font-weight: bold; } div.copyright div { display: table-cell; position: fixed; bottom: 2px; } div.copyright div.center { position: absolute; left: 50%; top: 50%; } div.copyright div.left { left: 4px; } div.copyright div.right { right: 4px; } div.copyright div a.copyright:hover { margin: 0; border: 0; background: none; } div.copyright div img.twitter { position: relative; top: -15px; border: 0; } div.copyright div img.vpr { position: relative; top: 1px; border: 0; } div.highlight { background: none; } div.highlight > pre { /* For the latest version of Sphinx. */ line-height: normal; } div.highlight > pre > span.linenos { /* For the latest version of Sphinx. */ margin-right: 3px; padding: 0 9px; border-right: 1px solid var(--color-0_05); background-color: var(--color-0_05); color: var(--color); } div.line-block { margin: 1em 0; } h1 { z-index: 999; padding: 3px; margin: 0; position: fixed; top: 0; left: 0; width: 100%; height: 23px; background-color: var(--color); color: var(--background-color); font-size: 15pt; font-weight: bold; } h2 { margin: 1.5em 0 0.5em 0; /* Note: the margin is so that it is rendered like a <p>, which is */ /* necessary if we want to use a section at the beginning of */ /* a page (because of our fixed header at the top)... */ border-bottom: 1px solid var(--color-0_39); color: var(--color); font-size: 13pt; font-weight: bold; } h3 { margin: 1.5em 0 0.5em 0; /* Note: mimicking what has been done in h2... */ color: var(--color); font-size: 11pt; font-style: italic; font-weight: bold; } img { vertical-align: middle; } img.align-center { padding: 7px; } img.align-center:hover { margin-top: -1px; margin-bottom: -1px; border: 1px solid var(--color-0_13); border-radius: 7px; background-color: var(--color-0_05); } li > p { margin: 0; } pre { margin: 3px 13px 3px 13px; border: 1px solid var(--color-0_13); border-radius: 2px; padding: 3px; background-color: var(--color-0_05); overflow: auto; } span:empty:not([class]) { display: block; position: relative; top: -34px; } table.highlighttable { /* For the OpenCOR version of Sphinx. */ border-spacing: 0; } table.highlighttable > tbody > tr > td.code { /* For the OpenCOR version of Sphinx. */ padding: 0; width: 100%; } table.highlighttable > tbody > tr > td.code > div.highlight > pre { /* For the OpenCOR version of Sphinx. */ margin: 0 13px 0 0; border-left: 0; border-radius: 0 2px 2px 0; padding-left: 3px; width: auto; } table.highlighttable > tbody > tr > td.linenos { /* For the OpenCOR version of Sphinx. */ padding: 0; vertical-align: top; } table.highlighttable > tbody > tr > td.linenos > div.linenodiv > pre { /* For the OpenCOR version of Sphinx. */ margin: 0 0 0 13px; border-radius: 2px 0 0 2px; padding: 0; line-height: normal; background-color: var(--color-0_13); color: var(--color); } table.highlighttable > tbody > tr > td.linenos > div.linenodiv > pre > span.normal { /* For the OpenCOR version of Sphinx. */ padding: 0 9px; } table.mathematics button.copybtn { right: 0.45em; } ul { margin: 7px 0; } ul > li { list-style-type: square; margin-left: -1em; } ul.internal.reference > li > a.internal.reference:first-child { font-weight: bold; } ul > li > ul { margin: 0; }
static/theme.css
:root { --background-color: rgb(255, 255, 255); --color: rgb(54, 96, 146); --color-0_05: rgb(245, 247, 249); /* rgba(54, 96, 146, 0.05); */ --color-0_13: rgb(228, 234, 242); /* rgba(54, 96, 146, 0.13); */ --color-0_39: rgb(174, 193, 215); /* rgba(54, 96, 146, 0.39); */ --footer-border-top: rgb(209, 208, 208); /* rgba(136, 133, 133, 0.39); */ --footer-background-color: rgb(229, 229, 229); --footer-color: rgb(161, 161, 161); --tabs--label-text: var(--footer-color); --tabs--label-text--active: var(--color); --tabs--label-text--hover: var(--color); --tabs--label-background--active: transparent; --tabs--label-background--hover: var(--color-0_05); --tabs--border: var(--color-0_13); --tabs--border--active: var(--tabs--label-text--active); } body { padding: 13px 0; background-color: var(--background-color); font-family: "Arial", "Sans-Serif"; font-size: 10pt; } a { color: var(--color); outline: 0; text-decoration: none; } a:focus, a:hover { margin: -1px; border: 1px solid var(--color-0_13); background-color: var(--color-0_05); color: var(--color); } a.headerlink { display: none; } a.image-reference { margin: 0 auto; border: 0; display: table; } button.copybtn { right: 1.3em; } button.copybtn img { padding: 0; } code, pre { font-family: "Consolas", "Menlo", "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", "Monospace"; font-size: 9pt; } code { color: var(--color); } div.copyright { z-index: 999; position: fixed; bottom: 0; left: 0; width: 100%; height: 19px; border-top: 1px solid var(--footer-border-top); background-color: var(--footer-background-color); color: var(--footer-color); font-size: 9pt; font-weight: bold; } div.copyright div { display: table-cell; position: fixed; bottom: 2px; } div.copyright div.center { position: absolute; left: 50%; top: 50%; } div.copyright div.left { left: 4px; } div.copyright div.right { right: 4px; } div.copyright div a.copyright:hover { margin: 0; border: 0; background: none; } div.copyright div img.twitter { position: relative; top: -15px; border: 0; } div.copyright div img.vpr { position: relative; top: 1px; border: 0; } div.highlight { background: none; } div.highlight > pre { /* For the latest version of Sphinx. */ line-height: normal; } div.highlight > pre > span.linenos { /* For the latest version of Sphinx. */ margin-right: 3px; padding: 0 9px; border-right: 1px solid var(--color-0_05); background-color: var(--color-0_05); color: var(--color); } div.line-block { margin: 1em 0; } h1 { z-index: 999; padding: 3px; margin: 0; position: fixed; top: 0; left: 0; width: 100%; height: 23px; background-color: var(--color); color: var(--background-color); font-size: 15pt; font-weight: bold; } h2 { margin: 1.5em 0 0.5em 0; /* Note: the margin is so that it is rendered like a <p>, which is */ /* necessary if we want to use a section at the beginning of */ /* a page (because of our fixed header at the top)... */ border-bottom: 1px solid var(--color-0_39); color: var(--color); font-size: 13pt; font-weight: bold; } h3 { margin: 1.5em 0 0.5em 0; /* Note: mimicking what has been done in h2... */ color: var(--color); font-size: 11pt; font-style: italic; font-weight: bold; } img { vertical-align: middle; } img.align-center { padding: 7px; } img.align-center:hover { margin-top: -1px; margin-bottom: -1px; border: 1px solid var(--color-0_13); border-radius: 7px; background-color: var(--color-0_05); } li > p { margin: 0; } pre { margin: 3px 13px 3px 13px; border: 1px solid var(--color-0_13); border-radius: 2px; padding: 3px; background-color: var(--color-0_05); overflow: auto; } span:empty:not([class]) { display: block; position: relative; top: -34px; } table.highlighttable { /* For the OpenCOR version of Sphinx. */ border-spacing: 0; } table.highlighttable > tbody > tr > td.code { /* For the OpenCOR version of Sphinx. */ padding: 0; width: 100%; } table.highlighttable > tbody > tr > td.code > div.highlight > pre { /* For the OpenCOR version of Sphinx. */ margin: 0 13px 0 0; border-left: 0; border-radius: 0 2px 2px 0; padding-left: 3px; width: auto; } table.highlighttable > tbody > tr > td.linenos { /* For the OpenCOR version of Sphinx. */ padding: 0; vertical-align: top; } table.highlighttable > tbody > tr > td.linenos > div.linenodiv > pre { /* For the OpenCOR version of Sphinx. */ margin: 0 0 0 13px; border-radius: 2px 0 0 2px; padding: 0; line-height: normal; background-color: var(--color-0_13); color: var(--color); } table.highlighttable > tbody > tr > td.linenos > div.linenodiv > pre > span.normal { /* For the OpenCOR version of Sphinx. */ padding: 0 9px; } table.mathematics button.copybtn { right: 0.45em; } ul { margin: 7px 0; } ul > li { list-style-type: square; margin-left: -1em; } ul.internal.reference > li > a.internal.reference:first-child { font-weight: bold; } ul > li > ul { margin: 0; }
0.560854
0.177632
html, body, #container { height: 100%; } body { overflow: hidden; } #search-form { float: left; } #search-form button, #search-form input { display: block; float: left; margin: 0 3px; border: 1px solid #eee; border-radius: 3px; color: #eee; } #search-form button { margin-top: 1px; font-size: 11px; height: 23px; background: #111; text-transform: uppercase; } #search-form input { background: transparent; font-size: 13px; height: 20px; padding-left: 8px; width: 180px; } #container { position: relative; } #menu { position: absolute; top: 0; bottom: 0; left: 0; width: 44px; padding-top: 6px; background: rgba(0, 0, 0, 0.9); transition: background .25s; cursor: pointer; } .playlist-open #menu { background: #000; } .playlist-open #playlist { left: 0; } .playlist-open #menu > * { visibility: hidden; } #player-container { position: absolute; top: 0; bottom: 0; right: 0; left: 44px; } #playlist { position: fixed; background: rgba(0, 0, 0, 0.9); top: 0; bottom: 0; left: -400px; width: 400px; transition: left .25s ease-out; } #playlist-handle { height: 36px; } #playlist-header { height: 30px; padding: 15px; border-bottom: 1px solid #444; background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); } #playlist-scroll-view { overflow-x: hidden; overflow-y: auto; position: absolute; top: 61px; bottom: 0; width: 100%; } #playlist-close { font-size: 24px; color: #eee; float: right; cursor: pointer; margin-top: -5px; margin-right: -8px; text-align: center; width: 30px; } .playlist-item { color: #eee; display: block; font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 13px; padding: 10px; height: 44px; } .playlist-item:hover { cursor: pointer; } .playlist-item-index, .playlist-item-now-playing { padding-right: 9px; min-width: 10px; height: 44px; line-height: 44px; float: left; font-size: 11px; } .playlist-item-now-playing { display: none; color: #f12b24; } .playlist-item[aria-checked=true] { background-color: rgba(255,255,255,0.1); } .playlist-item:hover, .playlist-item[aria-checked=true]:hover { background-color: rgba(255,255,255,0.15); } .playlist-item[aria-checked=true] .playlist-item-now-playing { display: inline; } .playlist-item[aria-checked=true] .playlist-item-index { display: none; } .playlist-item[aria-checked=true] .playlist-item-thumbnail { border-width: 2px; margin: 2px; } .playlist-item-thumbnail { width: 64px; height: 36px; margin: 4px; background-size: 64px 48px; background-position: 0 -6px; float: left; border: 0 solid #f12b24; } .playlist-item-title { padding-left: 9px; padding-top: 13px; overflow: hidden; } .ytp-svg-shadow { stroke: #000; stroke-opacity: .15; stroke-width: 2px; fill: none; } .ytp-svg-fill { fill: #fff; } #playlist-spinner { background: url(/static/spinner.gif) no-repeat center center; height: 64px; display: none; } .win #playlist-scroll-view { overflow-y: hidden; } .win #playlist-scroll-view:hover { overflow-y: auto; } @media (max-width: 400px) { .playlist-open #playlist { width: auto; right: 0; } }
cosette/static/main.css
html, body, #container { height: 100%; } body { overflow: hidden; } #search-form { float: left; } #search-form button, #search-form input { display: block; float: left; margin: 0 3px; border: 1px solid #eee; border-radius: 3px; color: #eee; } #search-form button { margin-top: 1px; font-size: 11px; height: 23px; background: #111; text-transform: uppercase; } #search-form input { background: transparent; font-size: 13px; height: 20px; padding-left: 8px; width: 180px; } #container { position: relative; } #menu { position: absolute; top: 0; bottom: 0; left: 0; width: 44px; padding-top: 6px; background: rgba(0, 0, 0, 0.9); transition: background .25s; cursor: pointer; } .playlist-open #menu { background: #000; } .playlist-open #playlist { left: 0; } .playlist-open #menu > * { visibility: hidden; } #player-container { position: absolute; top: 0; bottom: 0; right: 0; left: 44px; } #playlist { position: fixed; background: rgba(0, 0, 0, 0.9); top: 0; bottom: 0; left: -400px; width: 400px; transition: left .25s ease-out; } #playlist-handle { height: 36px; } #playlist-header { height: 30px; padding: 15px; border-bottom: 1px solid #444; background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); } #playlist-scroll-view { overflow-x: hidden; overflow-y: auto; position: absolute; top: 61px; bottom: 0; width: 100%; } #playlist-close { font-size: 24px; color: #eee; float: right; cursor: pointer; margin-top: -5px; margin-right: -8px; text-align: center; width: 30px; } .playlist-item { color: #eee; display: block; font-family: Roboto, Arial, Helvetica, sans-serif; font-size: 13px; padding: 10px; height: 44px; } .playlist-item:hover { cursor: pointer; } .playlist-item-index, .playlist-item-now-playing { padding-right: 9px; min-width: 10px; height: 44px; line-height: 44px; float: left; font-size: 11px; } .playlist-item-now-playing { display: none; color: #f12b24; } .playlist-item[aria-checked=true] { background-color: rgba(255,255,255,0.1); } .playlist-item:hover, .playlist-item[aria-checked=true]:hover { background-color: rgba(255,255,255,0.15); } .playlist-item[aria-checked=true] .playlist-item-now-playing { display: inline; } .playlist-item[aria-checked=true] .playlist-item-index { display: none; } .playlist-item[aria-checked=true] .playlist-item-thumbnail { border-width: 2px; margin: 2px; } .playlist-item-thumbnail { width: 64px; height: 36px; margin: 4px; background-size: 64px 48px; background-position: 0 -6px; float: left; border: 0 solid #f12b24; } .playlist-item-title { padding-left: 9px; padding-top: 13px; overflow: hidden; } .ytp-svg-shadow { stroke: #000; stroke-opacity: .15; stroke-width: 2px; fill: none; } .ytp-svg-fill { fill: #fff; } #playlist-spinner { background: url(/static/spinner.gif) no-repeat center center; height: 64px; display: none; } .win #playlist-scroll-view { overflow-y: hidden; } .win #playlist-scroll-view:hover { overflow-y: auto; } @media (max-width: 400px) { .playlist-open #playlist { width: auto; right: 0; } }
0.429669
0.092196
.currently-running { /*border-bottom:3px dotted #ddd;*/ /*margin-bottom:1em;*/ /*padding-bottom:1em;*/ } .row.job-log:not(:last-child) { border-bottom:1px solid #eee; margin-bottom:5px; padding-bottom:5px; } td.job-type { /*text-align:right;*/ width:15%; min-width:9em; } .job-run-time { font-size:90%; color:#777; display:block; } .job-completed-at { display:block; font-size:90%; color:#777; text-decoration:underline; text-decoration-style:dotted; } .job-runner-name { display:block; font-size:90%; color:#777; } .label.job-runner { float:right; } .job .job-payload { color: #777; display: inline-block; } .job-payload .key { color:#8e44ad; display:inline-block; margin-right:.2em; } .key-value-pair { /* display:inline-block; */ margin-right:0.5em; } ul.nav.nav-pills.job-type-nav > li > a { /*padding:5px 8px;*/ } .search-bar .search-filter { background-color:#f2f2f2; /*padding:5px 10px;*/ } .search-bar .filter-name { display:inline-block; padding:5px 5px 5px 8px; font-weight:bold; border-right:1px solid #ddd; } .filter-value { padding:5px 8px 5px 5px; display:inline-block; } ul.search-bar > li.search-filter { padding:0px; margin-right: 0.5em; } .filter-value i.glyphicon { margin-left:4px; /*vertical-align:middle;*/ } .search-container { display:flex; flex-direction:row; background:white; } .search-container ul.search-bar { padding:4px; flex-grow:2; margin:0px; border:1px solid #ccc; border-right-width:0px; border-radius:3px 0px 0px 3px; } .search-container button.search-button { border-top-left-radius:0px; border-bottom-left-radius:0px; } .main-nav { text-align:center; } .navbar.navbar-default.navigation-clean { box-shadow:0px 2px 5px rgba(0,0,0, 0.1); } body { background:linear-gradient(to bottom, #f9f9f9, #ffffff); } .json-ellipsis { color:#8e44ad; font-weight:bold; display:inline-block; padding:0px 2px; background:#f2f2f2; } abbr[title] { border-bottom: inherit; } .list-group-item.active-nav { border-left: 3px solid #28a745; } .job .job-type { font-weight: bold; display: inline-block; margin-right: 0.75rem; } .job .job-error.collapsed { height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: no-wrap; color: #777; }
assets/css/styles.css
.currently-running { /*border-bottom:3px dotted #ddd;*/ /*margin-bottom:1em;*/ /*padding-bottom:1em;*/ } .row.job-log:not(:last-child) { border-bottom:1px solid #eee; margin-bottom:5px; padding-bottom:5px; } td.job-type { /*text-align:right;*/ width:15%; min-width:9em; } .job-run-time { font-size:90%; color:#777; display:block; } .job-completed-at { display:block; font-size:90%; color:#777; text-decoration:underline; text-decoration-style:dotted; } .job-runner-name { display:block; font-size:90%; color:#777; } .label.job-runner { float:right; } .job .job-payload { color: #777; display: inline-block; } .job-payload .key { color:#8e44ad; display:inline-block; margin-right:.2em; } .key-value-pair { /* display:inline-block; */ margin-right:0.5em; } ul.nav.nav-pills.job-type-nav > li > a { /*padding:5px 8px;*/ } .search-bar .search-filter { background-color:#f2f2f2; /*padding:5px 10px;*/ } .search-bar .filter-name { display:inline-block; padding:5px 5px 5px 8px; font-weight:bold; border-right:1px solid #ddd; } .filter-value { padding:5px 8px 5px 5px; display:inline-block; } ul.search-bar > li.search-filter { padding:0px; margin-right: 0.5em; } .filter-value i.glyphicon { margin-left:4px; /*vertical-align:middle;*/ } .search-container { display:flex; flex-direction:row; background:white; } .search-container ul.search-bar { padding:4px; flex-grow:2; margin:0px; border:1px solid #ccc; border-right-width:0px; border-radius:3px 0px 0px 3px; } .search-container button.search-button { border-top-left-radius:0px; border-bottom-left-radius:0px; } .main-nav { text-align:center; } .navbar.navbar-default.navigation-clean { box-shadow:0px 2px 5px rgba(0,0,0, 0.1); } body { background:linear-gradient(to bottom, #f9f9f9, #ffffff); } .json-ellipsis { color:#8e44ad; font-weight:bold; display:inline-block; padding:0px 2px; background:#f2f2f2; } abbr[title] { border-bottom: inherit; } .list-group-item.active-nav { border-left: 3px solid #28a745; } .job .job-type { font-weight: bold; display: inline-block; margin-right: 0.75rem; } .job .job-error.collapsed { height: 1.5em; overflow: hidden; text-overflow: ellipsis; white-space: no-wrap; color: #777; }
0.44553
0.090374
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); * { margin: 0; padding: 0 } body { font-family: Roboto, sans-serif; font-size: 14px; background: #3c3f49; } body > header { background-image: url('img/header-bg.png'); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; box-shadow: inset 0 0 0 100vh rgba(60, 63, 73, 0.8); } body > header > h1, .title ul li a { text-transform: uppercase; color: #fff; font-weight: bold; font-size: 14px; } body > header > h1 { margin-left: 20px; padding-top: 30px; } .title ul { display: block; text-align: right; margin-top: -13px; } .title ul li{ display: inline-block; margin-right: 30px;; } .title ul li a { text-decoration: none; } .title ul li a:hover { color: #fa692e; } #intro { text-transform: none; font-weight: 300; display: inline-block; width: 650px; font-size: 34px; margin-top: 120px; margin-left: 350px; } #intro span { font-weight: bold; } #play { color: #fff; margin-left: -50px; cursor: pointer; } #info-section { margin-left: 7%; } .header-article { float: left; box-sizing: border-box; color: #fff; width: 250px; margin-top: 150px; display: inline-block; margin-right: 5%; height: 225px; } .header-article:hover { border-bottom: 10px solid #fa692e; cursor: pointer; } .header-article i { margin-bottom: 25%; } .feedback { position: relative; background-color: #fff; height: 80vh; } .quote { width: 200px; text-align: center; margin-left: 280px; padding-top: 130px; } .quote-credits { margin-left: 328px; padding-top: 50px; text-transform: capitalize; } .long-text { position: absolute; width: 258px; margin-left: 550px; top: 70px; border-bottom: 2px solid #ddd; padding-bottom: 30px; } .feedback h3 { position: absolute; width: 260px; margin-left: 550px; top: 430px; } .feedback img { position: absolute; margin-left: 880px; top: 80px; } .colorful-area { position: absolute; margin-left: 1039px; top: 5px; width: 310px; height: 500px; background: rgba(250, 105, 46, 0.7); } .schedule h2 { color: #fff; width: 430px; margin-left: 150px; margin-top: 70px; margin-bottom: 120px; } .schedule ul { list-style-type: none; color: #fff; margin-bottom: 50px; } .schedule ul li { display: inline-block; margin-top: 50px; margin-bottom: 50px; margin-left: 190px; } .schedule ul li:nth-of-type(2n){ margin-left: 320px; } .schedule ul li:nth-of-type(4){ margin-left: 185px; } .schedule ul li i { display: inline-block; border-radius: 50%; line-height: 45px; text-align: center; background: #fa692e; width: 45px; height: 45px; } .schedule ul li span { font-weight: bold; margin-left: 25px; margin-right: 25px; } .schedule ul li { text-transform: capitalize; } .speakers { position: relative; background: #fff; } .speakers h2 { padding-top: 60px; width: 480px; margin-left: 180px; } .speakers > p{ position: absolute; margin-left: 680px; top: 85px; font-size: 12px; } .profiles { margin-left: 125px; margin-top: 70px; margin-right: 100px; padding-bottom: 50px; } div.profile { display: inline-block; margin-left: 25px; margin-bottom: 25px; width: 230px; height: 330px; box-shadow: 5px 5px 5px #ccc; } div.profile img { width: 230px; height: 230px; } div.profile h3 { text-transform: capitalize; margin: 15px 0 25px 20px; } div.profile p { text-transform: uppercase; color: #fa692e; margin-left: 20px; } .events { position: relative; color: #fff; border: 1px solid #eee; margin: 80px 200px; } .events h1 { text-transform: uppercase; font-size: 54px; text-align: center; margin-top: 100px; margin-bottom: 50px; } .events p { text-align: center; width: 510px; display: block; margin: 0 auto; margin-bottom: 70px; } .events input[type="email"], .events input[type="submit"] { border: none; color: #fff; font-family: Roboto, sans-serif; } .events input[type="email"] { display: block; background: none; border-bottom: 3px solid #fa692e; font-size: 16px; width: 180px; margin-left: 300px; margin-bottom: 80px; } .events input[type="submit"] { position: absolute; margin-left:530px; top: 340px; background: #fa692e; border-radius: 15px; padding: 7px 20px; font-size: 14px; text-transform: uppercase; } .events input[type="submit"]:hover { cursor: pointer; background: #333333; } footer { background: #333333; } footer #name, #copy { display: inline-block; text-transform: uppercase; } footer #name { color: #fff; font-size: 18px; margin: 30px 20px; } footer #copy { margin-top: 25px; color: #aaa; font-weight: bold; font-size: 16px; font-weight: normal; width: 250px; float: right; }
{1} Web Fundamentals - HTML5 (Course)/[10] Creating Landing Pages/02. Code Mesh Conference/code-mesh-conference.css
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); * { margin: 0; padding: 0 } body { font-family: Roboto, sans-serif; font-size: 14px; background: #3c3f49; } body > header { background-image: url('img/header-bg.png'); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; box-shadow: inset 0 0 0 100vh rgba(60, 63, 73, 0.8); } body > header > h1, .title ul li a { text-transform: uppercase; color: #fff; font-weight: bold; font-size: 14px; } body > header > h1 { margin-left: 20px; padding-top: 30px; } .title ul { display: block; text-align: right; margin-top: -13px; } .title ul li{ display: inline-block; margin-right: 30px;; } .title ul li a { text-decoration: none; } .title ul li a:hover { color: #fa692e; } #intro { text-transform: none; font-weight: 300; display: inline-block; width: 650px; font-size: 34px; margin-top: 120px; margin-left: 350px; } #intro span { font-weight: bold; } #play { color: #fff; margin-left: -50px; cursor: pointer; } #info-section { margin-left: 7%; } .header-article { float: left; box-sizing: border-box; color: #fff; width: 250px; margin-top: 150px; display: inline-block; margin-right: 5%; height: 225px; } .header-article:hover { border-bottom: 10px solid #fa692e; cursor: pointer; } .header-article i { margin-bottom: 25%; } .feedback { position: relative; background-color: #fff; height: 80vh; } .quote { width: 200px; text-align: center; margin-left: 280px; padding-top: 130px; } .quote-credits { margin-left: 328px; padding-top: 50px; text-transform: capitalize; } .long-text { position: absolute; width: 258px; margin-left: 550px; top: 70px; border-bottom: 2px solid #ddd; padding-bottom: 30px; } .feedback h3 { position: absolute; width: 260px; margin-left: 550px; top: 430px; } .feedback img { position: absolute; margin-left: 880px; top: 80px; } .colorful-area { position: absolute; margin-left: 1039px; top: 5px; width: 310px; height: 500px; background: rgba(250, 105, 46, 0.7); } .schedule h2 { color: #fff; width: 430px; margin-left: 150px; margin-top: 70px; margin-bottom: 120px; } .schedule ul { list-style-type: none; color: #fff; margin-bottom: 50px; } .schedule ul li { display: inline-block; margin-top: 50px; margin-bottom: 50px; margin-left: 190px; } .schedule ul li:nth-of-type(2n){ margin-left: 320px; } .schedule ul li:nth-of-type(4){ margin-left: 185px; } .schedule ul li i { display: inline-block; border-radius: 50%; line-height: 45px; text-align: center; background: #fa692e; width: 45px; height: 45px; } .schedule ul li span { font-weight: bold; margin-left: 25px; margin-right: 25px; } .schedule ul li { text-transform: capitalize; } .speakers { position: relative; background: #fff; } .speakers h2 { padding-top: 60px; width: 480px; margin-left: 180px; } .speakers > p{ position: absolute; margin-left: 680px; top: 85px; font-size: 12px; } .profiles { margin-left: 125px; margin-top: 70px; margin-right: 100px; padding-bottom: 50px; } div.profile { display: inline-block; margin-left: 25px; margin-bottom: 25px; width: 230px; height: 330px; box-shadow: 5px 5px 5px #ccc; } div.profile img { width: 230px; height: 230px; } div.profile h3 { text-transform: capitalize; margin: 15px 0 25px 20px; } div.profile p { text-transform: uppercase; color: #fa692e; margin-left: 20px; } .events { position: relative; color: #fff; border: 1px solid #eee; margin: 80px 200px; } .events h1 { text-transform: uppercase; font-size: 54px; text-align: center; margin-top: 100px; margin-bottom: 50px; } .events p { text-align: center; width: 510px; display: block; margin: 0 auto; margin-bottom: 70px; } .events input[type="email"], .events input[type="submit"] { border: none; color: #fff; font-family: Roboto, sans-serif; } .events input[type="email"] { display: block; background: none; border-bottom: 3px solid #fa692e; font-size: 16px; width: 180px; margin-left: 300px; margin-bottom: 80px; } .events input[type="submit"] { position: absolute; margin-left:530px; top: 340px; background: #fa692e; border-radius: 15px; padding: 7px 20px; font-size: 14px; text-transform: uppercase; } .events input[type="submit"]:hover { cursor: pointer; background: #333333; } footer { background: #333333; } footer #name, #copy { display: inline-block; text-transform: uppercase; } footer #name { color: #fff; font-size: 18px; margin: 30px 20px; } footer #copy { margin-top: 25px; color: #aaa; font-weight: bold; font-size: 16px; font-weight: normal; width: 250px; float: right; }
0.288369
0.065366
* { padding: 0px; margin: 0px; font-family: "josefin sans", sans-serif; } body { background-color: #f8f8f8; } p { line-height: 160%; } h1 { margin: 20px 0px; font-size: 42px; } .testimonials::-webkit-scrollbar { width: 1244px; } .testimonials::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 299px; } .testimonials::-webkit-scrollbar-thumb { background-color: #00E789; outline: 1px solid slategrey; border-radius: 200px; } .container { width: 100%; } .button-primary { background-color: #00E789; border: none; padding: 15px 30px; color: #fff; font-weight: bold; text-transform: uppercase; border-radius: 2px; } button:hover { background: #00E789; transition: 0.4s; } button:hover { background: rgb(0, 170, 102); box-shadow: 0px 0px 87px -14px rgba(0,231,137,1); transition: 0.2s; } .row { margin: 0 auto; max-width: 960px; } .navbar.container { z-index: 2; position: fixed; top: 0; } .navbar.container .row { padding: 20px; } .login { margin: 0px 15px; } .router-link-active:hover { color: #00E789; } a { color: #fff; text-decoration: none; } nav ul { list-style: none; display: flex; } .link { margin: auto; } .link-color { color: #000; } .link-color:hover { color: #00E789; } .link li { margin: 0 10px; } .land.container { padding: 70px 0px 190px; background-color: #373959; color: #fff; } .action { margin-top: 50px; width: 50%; } .action p { margin: 20px 0px; } .action button { margin-top: 20px; } .info { transform: translateY(-80px); display: flex; flex-direction: row; background-color: #fff; box-shadow: 0px 0px 87px -21px rgba(140,140,140,1); border-radius: 8px; padding: 40px; justify-content: space-between; } .info div { width: 32%; } .info div h3 { margin: 15px 0px; color: #1e1f30; } .info div p { color: #000000b3; } .info img { width: 40px; } .info + h1 { text-align: center; } .plans { margin-top: 30px; display: flex; text-align: center; } .plans div { padding: 30px; border-top: 4px solid transparent; } .plans div:hover { background-color: #fff; border-top: 4px solid #539ff7; transform: translateY(-10px); transition: 0.5s; box-shadow: 0px 0px 87px -21px rgba(140,140,140,0.5); } .plans div .price { color: #00E789; font-size: 80px; } .plans div button { margin: 40px 0px 20px; } .footer.container { color: #b3b3b3b3; text-align: center; border-top: 2px solid #b3b3b3b3; padding: 20px 0px; } /* Login */ .form-page.container { background-color: #373959; padding: 70px 0px; } .form-page h1 { text-align: center; color: #fff; margin: 40px; } form { display: table; background-color: #fff; margin: 0 auto; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 32px -2px rgba(117,117,117,1); } form input { width: 400px; font-size: 16px; padding: 20px 10px; margin: 5px 0px; border: 2px solid #a7a7a7; border-radius: 3px; } form button { background-color: #00E789; color: #fff; border: 2px solid transparent; font-size: 16px; margin-top: 20px; width: 100%; padding: 10px; }
style.css
* { padding: 0px; margin: 0px; font-family: "josefin sans", sans-serif; } body { background-color: #f8f8f8; } p { line-height: 160%; } h1 { margin: 20px 0px; font-size: 42px; } .testimonials::-webkit-scrollbar { width: 1244px; } .testimonials::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 299px; } .testimonials::-webkit-scrollbar-thumb { background-color: #00E789; outline: 1px solid slategrey; border-radius: 200px; } .container { width: 100%; } .button-primary { background-color: #00E789; border: none; padding: 15px 30px; color: #fff; font-weight: bold; text-transform: uppercase; border-radius: 2px; } button:hover { background: #00E789; transition: 0.4s; } button:hover { background: rgb(0, 170, 102); box-shadow: 0px 0px 87px -14px rgba(0,231,137,1); transition: 0.2s; } .row { margin: 0 auto; max-width: 960px; } .navbar.container { z-index: 2; position: fixed; top: 0; } .navbar.container .row { padding: 20px; } .login { margin: 0px 15px; } .router-link-active:hover { color: #00E789; } a { color: #fff; text-decoration: none; } nav ul { list-style: none; display: flex; } .link { margin: auto; } .link-color { color: #000; } .link-color:hover { color: #00E789; } .link li { margin: 0 10px; } .land.container { padding: 70px 0px 190px; background-color: #373959; color: #fff; } .action { margin-top: 50px; width: 50%; } .action p { margin: 20px 0px; } .action button { margin-top: 20px; } .info { transform: translateY(-80px); display: flex; flex-direction: row; background-color: #fff; box-shadow: 0px 0px 87px -21px rgba(140,140,140,1); border-radius: 8px; padding: 40px; justify-content: space-between; } .info div { width: 32%; } .info div h3 { margin: 15px 0px; color: #1e1f30; } .info div p { color: #000000b3; } .info img { width: 40px; } .info + h1 { text-align: center; } .plans { margin-top: 30px; display: flex; text-align: center; } .plans div { padding: 30px; border-top: 4px solid transparent; } .plans div:hover { background-color: #fff; border-top: 4px solid #539ff7; transform: translateY(-10px); transition: 0.5s; box-shadow: 0px 0px 87px -21px rgba(140,140,140,0.5); } .plans div .price { color: #00E789; font-size: 80px; } .plans div button { margin: 40px 0px 20px; } .footer.container { color: #b3b3b3b3; text-align: center; border-top: 2px solid #b3b3b3b3; padding: 20px 0px; } /* Login */ .form-page.container { background-color: #373959; padding: 70px 0px; } .form-page h1 { text-align: center; color: #fff; margin: 40px; } form { display: table; background-color: #fff; margin: 0 auto; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 32px -2px rgba(117,117,117,1); } form input { width: 400px; font-size: 16px; padding: 20px 10px; margin: 5px 0px; border: 2px solid #a7a7a7; border-radius: 3px; } form button { background-color: #00E789; color: #fff; border: 2px solid transparent; font-size: 16px; margin-top: 20px; width: 100%; padding: 10px; }
0.298901
0.105625
@charset "utf-8"; *{ margin:0px; padding:0px; } img{ border:none;} a{text-decoration:none;} .clear{ clear:both;} /*html5*/ abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; } address { display: inline; } /**/ *{ padding:0px; margin:0px;} body{font-family:"微软雅黑";} ul,li,image,h1,h2,h3,h4,dl,dt,dd,p,span,a{padding:0; margin:0; list-style:none; border:0; font-family:"微软雅黑","Arial";} h1,h2,h3,h4{font-family:"微软雅黑"; border:0px; margin:0px; padding:0px; font-weight:normal;} img{ padding:0px; border:0px;} a{ color:#000; text-decoration:none;} a:hover{text-decoration:none; text-decoration:underline;} .fl{ float: left;} .fr{ float: right;} .fr.fl{display:inline; } .mauto{ margin: 0 auto; width: 1240px;} .txt_c{ text-align: center;} .f12,.f14,.f16,.f18,.f20,.f24{ font-weight: normal; color: #333333; font-family: "Microsoft YaHei","微软雅黑";} .f12{ font-size: 12px; font-family: "Microsoft YaHei","微软雅黑";} .f14{ font-size: 14px;} .f16{ font-size: 16px;} .f18{ font-size: 18px;} .f20{ font-size: 20px;} .f24{ font-size: 24px;} input,button,select,textarea{outline:none; border: none; background: none;} textarea{resize:none} /*{ behavior: url(css/PIE.htc); position: relative;}*/ .showbot{float: left;} #showbox { background:#eee;} #showbox img{ width:400px;height: 400px;} /*#showbox span { background:url(../images/whitebg.png) repeat;}*/ #showsum { left:25px; margin-top:10px;} #showsum span { border:1px solid #ddd;} #showsum span.sel { border:1px solid #f60;} .showpage { width:400px; position:relative;} .showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;} .showpage a#shownext { left:auto; right:0;} .showpage a:hover { background:#ccc; color:#777;} .showall{ width: 1240px; margin: 0 auto; margin-top: 15px; } .tb-property{ width:530px; height: 520px; margin-left: 50px; float: left; } .extInfo{ width:220px; height: 520px; float: right; } .tr-nobdr{ margin-top: 20px; padding-bottom: 10px; } .tr-nobdr h3{ color: #171717; font-size: 28px; font-weight:400; } .txt{ width: 520px; margin-top: 15px; overflow: hidden; background: #f8f8f8; } .nowprice{ display: block; line-height: 100px; color: #f73a3a; font-size: 24px; float: left; } .nowprice a{ font-size: 36px; color: #f73a3a; } .nowprice a:hover{text-decoration: none;} .cumulative{ float: right; } .number{ float: left; margin-top: 30px; padding: 0px 10px; border-right: #e7e7e7 solid 1px; font-size: 14px; text-align: center; color: #bfbfbf; } .number em{ color: #5885c6; font-style:normal } .tyu{ border: none; } .txt-h{ width: 520px; overflow: hidden; } .tex-o{ float: left; font-size: 14px; line-height: 80px; padding-right: 20px; color: #848484; } #glist{padding-top:25px;} #glist li{ float: left; padding-right: 10px; } #glist li a{ padding: 5px 8px; color: #222222; font-size: 16px; border: #e3e3e3 solid 1px; display: block; } #glist li a:hover{ border: #f73a3a solid 1px; text-decoration: none; color: #f73a3a; } .gcIpt{ height: 70px; } .guT{ color: #848484; font-size: 14px; padding-right:18px; line-height: 70px; } .gcIpt input{ border: #e3e3e3 solid 1px; padding: 5px 8px; color: #848484; font-size: 16px;} .nobdr-btns{ padding-top: 25px; } .Hgt{ color: #424242; font-size:14px; padding-left: 10px;} .addcart{ background: #fd532d; padding: 0px 50px; border-radius: 4px; color: #FFFFFF; margin-right: 10px; font-size:16px; line-height: 50px; } .yh{ background: #e60013;} .addcart img{vertical-align:middle;margin-bottom:3px;padding-right: 5px;} .guarantee{ height: 50px; } .guarantee span{ color: #666666; font-size: 14px; line-height: 50px;} .guarantee span a img{vertical-align:middle;margin-bottom:3px;} .brand-logo{ width:220px; height: 85px; border-top:#eeeeee solid 1px; border-bottom:#eeeeee solid 1px; text-align: center; } .brand-logo a img{ margin-top: 10px; } .seller-pop-box{ width:200px; overflow: hidden; padding:10px 0px 10px 20px; } .tr{ color: #666666; display: block; width:200px; font-size:14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2; } .tr.hoh a{color:#005aa0;} .tr.hoh a:hover{text-decoration: none;} .seller-phone{ width: 220px; height:85px; overflow: hidden; } .pop{ float: left; margin: 0px 0px 10px 18px; } .pop a{ color: #666666; background: #f9f9f9; border: #cdcdcd solid 1px; display: block; width: 80px; height: 30px; line-height: 30px; text-align: center; font-size: 12px;} .pop a:hover{ color: #000000; text-decoration: none;} .pop a img{vertical-align:middle;margin-bottom:3px; margin-right:4px;} .jd-service{ width: 220px; text-align: center; margin-top: 10px; } .jd-service img:hover{transform:rotateY(360deg); transition:1s;} .suport-icons{ width: 220px; text-align: center; } .suport-icons h4{ color: #666666; } .suport-icons img{ padding-top: 10px;} .suport-icons img:hover{transform: scale(1.1); transition: 1s;} /* 推荐搭配 */ .gdetail{ width: 1240px; margin: 0 auto; clear: both; } .dp_wrap_title{ display: block; width: 1240px; height: 30px; overflow: hidden; color: #666666; font-size: 16px; } .dp_wrap{ width: 1240px; overflow: hidden; border:1px solid #e5e5e5 ; } .dq_total_wrap{ background-color: #F8F8F8; width:200px; height: 250px; float: right; overflow: hidden; font-size: 14px; } .icon_equal{ background-color: #FFFFFF; font-size:30px; text-align: center; font-weight: bold; width: 40px;color: #d2d2d2; line-height: 250px;display: inline-block; } .dp_num{ width: 150px; display: inline-block; color: #666666; font-size: 14px; line-height: 2; text-align: center; margin-top: 10px;} .dq_price{ display: inline-block; color:#666666; } .dq_price span{ color: #f63c30; font-size:20px;} .get{ width: 115px; height: 38px; background: #f63c30; color: #FFFFFF; font-size: 14px; margin-top:5px; } .dq_ori{ height:250px; width: 170px; text-align: center; background: #fefefe; border-right: #E5E5E5 solid 1px; float: left; } .dq_ori_prd{ display: block; margin: 30px auto 15px; } .dq_ori_prd img{ width: 120px; height: 120px; vertical-align:top; } .ori_prd{ display: block; color: #666666; font-size: 14px; padding: 0px 10px; } .ori_prd:hover{text-decoration: none; color: #fd532d;} .dp_wrap_pprice_ori{ color: #fd532d;line-height: 2;} .dp_prd{ display: block; overflow: hidden; float: left; } .scroll_wrap{ width:740px; float: left; } .icon_plus{ width: 30px;font-weight: bold; text-align: center; font-size: 30px; color:#d2d2d2; line-height: 250px; display: inline-block; } .dp_p_wrap{ display: inline-block; float: right; text-align: center; width:170px; } .dp_wrap_pimg{ display: block; margin: 30px auto 15px; } .dp_wrap_pimg img{ width: 120px; height: 120px; vertical-align:top;} .dp_wrap_pname{ display: block; padding: 0px 10px; font-size: 14px; color: #666666; } .dp_wrap_pname:hover{text-decoration: none; color: #fd532d;} .dp_wrap_pprice{font-size: 14px; color: #fd532d;margin-top: 10px;} /* 商品评价 */ .gdetail{ width:1240px; margin: 0 auto; margin-top: 20px; clear:both; } .ac-mod-list{ width: 200px; margin: 0 auto; margin-bottom: 15px; text-align: center; } .ac-mod-list dt{ padding: 5px; } .ac-mod-list dt img{ width:180px; height: 155px; } .ac-mod-list dd{ color: #424242; font-size: 14px; } .ac-mod-list dd span{ display:block; color: #e31939; line-height: 2; } .detail{ float:right; } .sticky { position: fixed; top: 0; } .aside{ width:230px; height:760px; float: left; border: #ebebeb solid 1px; } .aside h3{ width: 220px; padding: 5px; background: #fcfcfc; border-bottom: #ebebeb solid 1px; float: left; font-size: 14px; color: #424242; line-height:40px; } .aside h3 span{ float: right; color: #b7b7b7; line-height: 45px; font-size: 12px; } .aside h3 span img{ vertical-align: middle; margin-bottom: 2px; padding-right: 5px; } .active_tab{ width:1000px; margin:0 auto; margin-bottom: 20px; border-bottom:#e4393c solid 1px; height:37px; line-height:37px; background:#f7f7f7; } .active_tab a{ color:#666666;font-size: 14px; text-decoration:none; } .active_tab a:hover{ color:#ffffff; text-decoration:none; } .act_title_left{ float:left; width:70%; } .act_title_left li{ float:left; width:150px; color:#666666; text-align:center; height:37px } .act_active{ background:#e4393c; border-bottom:none !important; color: #ffffff; } .act_active a{color:#ffffff; font-size: 14px;} .act_title_right{ float:right; } .mui-ac{ background: #e4393c none repeat scroll 0 0; float: left; font-size: 14px; height:25px; margin-top: 10px; line-height:25px; margin-left: 20px; padding: 0 8px; } .mui-ac a{color: #ffffff;} .mui{ float: left;margin-top:2px; } #mui-a{ color: #666666; } #mui-a:hover{color: #666666;} .active_list{ width:1000px; margin:0 auto; } .active_list a{text-decoration:none;} #ui-a{width: 1000px; height: 100%; overflow: hidden;} #ui-a ul{width:950px; margin: 0 auto;} #ui-a ul li{ width:950px; height: 100%; color: #424242; font-size: 14px; line-height: 2; overflow: hidden; } #ui-a ul li img{ width:950px; height: 100%; display: block; } .morejia{ background: #f00 none repeat scroll 0 0; border-radius: 15px; color: #fff; display: block; float: right; font-size: 12px; margin: 20px 0; padding: 2px 5px; } .morejia:hover{ color: #fff; } #bit{ width: 1000px; height: 100%; overflow: hidden; } #bit ul{ width:950px; margin: 0 auto;} #bit ul li{ width:950px; height: 100%; overflow: hidden; } #bit ul li img{ width:950px; height: 100%; display: block;} #uic{width: 1000px; height: 100%; overflow: hidden;} #uic ul{ width:950px; margin: 0 auto;} #uic ul span{ width:950px; margin: 0 auto; height: 100%; } #uic ul span img{ width:950px; height: 100%; display: block;} #uic ul p{ text-align:left; line-height: 2; font-size: 14px; color: 424242; }
src/main/webapp/static/grids/gridsPay/css/normalize.css
@charset "utf-8"; *{ margin:0px; padding:0px; } img{ border:none;} a{text-decoration:none;} .clear{ clear:both;} /*html5*/ abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video { display: block; } address { display: inline; } /**/ *{ padding:0px; margin:0px;} body{font-family:"微软雅黑";} ul,li,image,h1,h2,h3,h4,dl,dt,dd,p,span,a{padding:0; margin:0; list-style:none; border:0; font-family:"微软雅黑","Arial";} h1,h2,h3,h4{font-family:"微软雅黑"; border:0px; margin:0px; padding:0px; font-weight:normal;} img{ padding:0px; border:0px;} a{ color:#000; text-decoration:none;} a:hover{text-decoration:none; text-decoration:underline;} .fl{ float: left;} .fr{ float: right;} .fr.fl{display:inline; } .mauto{ margin: 0 auto; width: 1240px;} .txt_c{ text-align: center;} .f12,.f14,.f16,.f18,.f20,.f24{ font-weight: normal; color: #333333; font-family: "Microsoft YaHei","微软雅黑";} .f12{ font-size: 12px; font-family: "Microsoft YaHei","微软雅黑";} .f14{ font-size: 14px;} .f16{ font-size: 16px;} .f18{ font-size: 18px;} .f20{ font-size: 20px;} .f24{ font-size: 24px;} input,button,select,textarea{outline:none; border: none; background: none;} textarea{resize:none} /*{ behavior: url(css/PIE.htc); position: relative;}*/ .showbot{float: left;} #showbox { background:#eee;} #showbox img{ width:400px;height: 400px;} /*#showbox span { background:url(../images/whitebg.png) repeat;}*/ #showsum { left:25px; margin-top:10px;} #showsum span { border:1px solid #ddd;} #showsum span.sel { border:1px solid #f60;} .showpage { width:400px; position:relative;} .showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;} .showpage a#shownext { left:auto; right:0;} .showpage a:hover { background:#ccc; color:#777;} .showall{ width: 1240px; margin: 0 auto; margin-top: 15px; } .tb-property{ width:530px; height: 520px; margin-left: 50px; float: left; } .extInfo{ width:220px; height: 520px; float: right; } .tr-nobdr{ margin-top: 20px; padding-bottom: 10px; } .tr-nobdr h3{ color: #171717; font-size: 28px; font-weight:400; } .txt{ width: 520px; margin-top: 15px; overflow: hidden; background: #f8f8f8; } .nowprice{ display: block; line-height: 100px; color: #f73a3a; font-size: 24px; float: left; } .nowprice a{ font-size: 36px; color: #f73a3a; } .nowprice a:hover{text-decoration: none;} .cumulative{ float: right; } .number{ float: left; margin-top: 30px; padding: 0px 10px; border-right: #e7e7e7 solid 1px; font-size: 14px; text-align: center; color: #bfbfbf; } .number em{ color: #5885c6; font-style:normal } .tyu{ border: none; } .txt-h{ width: 520px; overflow: hidden; } .tex-o{ float: left; font-size: 14px; line-height: 80px; padding-right: 20px; color: #848484; } #glist{padding-top:25px;} #glist li{ float: left; padding-right: 10px; } #glist li a{ padding: 5px 8px; color: #222222; font-size: 16px; border: #e3e3e3 solid 1px; display: block; } #glist li a:hover{ border: #f73a3a solid 1px; text-decoration: none; color: #f73a3a; } .gcIpt{ height: 70px; } .guT{ color: #848484; font-size: 14px; padding-right:18px; line-height: 70px; } .gcIpt input{ border: #e3e3e3 solid 1px; padding: 5px 8px; color: #848484; font-size: 16px;} .nobdr-btns{ padding-top: 25px; } .Hgt{ color: #424242; font-size:14px; padding-left: 10px;} .addcart{ background: #fd532d; padding: 0px 50px; border-radius: 4px; color: #FFFFFF; margin-right: 10px; font-size:16px; line-height: 50px; } .yh{ background: #e60013;} .addcart img{vertical-align:middle;margin-bottom:3px;padding-right: 5px;} .guarantee{ height: 50px; } .guarantee span{ color: #666666; font-size: 14px; line-height: 50px;} .guarantee span a img{vertical-align:middle;margin-bottom:3px;} .brand-logo{ width:220px; height: 85px; border-top:#eeeeee solid 1px; border-bottom:#eeeeee solid 1px; text-align: center; } .brand-logo a img{ margin-top: 10px; } .seller-pop-box{ width:200px; overflow: hidden; padding:10px 0px 10px 20px; } .tr{ color: #666666; display: block; width:200px; font-size:14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2; } .tr.hoh a{color:#005aa0;} .tr.hoh a:hover{text-decoration: none;} .seller-phone{ width: 220px; height:85px; overflow: hidden; } .pop{ float: left; margin: 0px 0px 10px 18px; } .pop a{ color: #666666; background: #f9f9f9; border: #cdcdcd solid 1px; display: block; width: 80px; height: 30px; line-height: 30px; text-align: center; font-size: 12px;} .pop a:hover{ color: #000000; text-decoration: none;} .pop a img{vertical-align:middle;margin-bottom:3px; margin-right:4px;} .jd-service{ width: 220px; text-align: center; margin-top: 10px; } .jd-service img:hover{transform:rotateY(360deg); transition:1s;} .suport-icons{ width: 220px; text-align: center; } .suport-icons h4{ color: #666666; } .suport-icons img{ padding-top: 10px;} .suport-icons img:hover{transform: scale(1.1); transition: 1s;} /* 推荐搭配 */ .gdetail{ width: 1240px; margin: 0 auto; clear: both; } .dp_wrap_title{ display: block; width: 1240px; height: 30px; overflow: hidden; color: #666666; font-size: 16px; } .dp_wrap{ width: 1240px; overflow: hidden; border:1px solid #e5e5e5 ; } .dq_total_wrap{ background-color: #F8F8F8; width:200px; height: 250px; float: right; overflow: hidden; font-size: 14px; } .icon_equal{ background-color: #FFFFFF; font-size:30px; text-align: center; font-weight: bold; width: 40px;color: #d2d2d2; line-height: 250px;display: inline-block; } .dp_num{ width: 150px; display: inline-block; color: #666666; font-size: 14px; line-height: 2; text-align: center; margin-top: 10px;} .dq_price{ display: inline-block; color:#666666; } .dq_price span{ color: #f63c30; font-size:20px;} .get{ width: 115px; height: 38px; background: #f63c30; color: #FFFFFF; font-size: 14px; margin-top:5px; } .dq_ori{ height:250px; width: 170px; text-align: center; background: #fefefe; border-right: #E5E5E5 solid 1px; float: left; } .dq_ori_prd{ display: block; margin: 30px auto 15px; } .dq_ori_prd img{ width: 120px; height: 120px; vertical-align:top; } .ori_prd{ display: block; color: #666666; font-size: 14px; padding: 0px 10px; } .ori_prd:hover{text-decoration: none; color: #fd532d;} .dp_wrap_pprice_ori{ color: #fd532d;line-height: 2;} .dp_prd{ display: block; overflow: hidden; float: left; } .scroll_wrap{ width:740px; float: left; } .icon_plus{ width: 30px;font-weight: bold; text-align: center; font-size: 30px; color:#d2d2d2; line-height: 250px; display: inline-block; } .dp_p_wrap{ display: inline-block; float: right; text-align: center; width:170px; } .dp_wrap_pimg{ display: block; margin: 30px auto 15px; } .dp_wrap_pimg img{ width: 120px; height: 120px; vertical-align:top;} .dp_wrap_pname{ display: block; padding: 0px 10px; font-size: 14px; color: #666666; } .dp_wrap_pname:hover{text-decoration: none; color: #fd532d;} .dp_wrap_pprice{font-size: 14px; color: #fd532d;margin-top: 10px;} /* 商品评价 */ .gdetail{ width:1240px; margin: 0 auto; margin-top: 20px; clear:both; } .ac-mod-list{ width: 200px; margin: 0 auto; margin-bottom: 15px; text-align: center; } .ac-mod-list dt{ padding: 5px; } .ac-mod-list dt img{ width:180px; height: 155px; } .ac-mod-list dd{ color: #424242; font-size: 14px; } .ac-mod-list dd span{ display:block; color: #e31939; line-height: 2; } .detail{ float:right; } .sticky { position: fixed; top: 0; } .aside{ width:230px; height:760px; float: left; border: #ebebeb solid 1px; } .aside h3{ width: 220px; padding: 5px; background: #fcfcfc; border-bottom: #ebebeb solid 1px; float: left; font-size: 14px; color: #424242; line-height:40px; } .aside h3 span{ float: right; color: #b7b7b7; line-height: 45px; font-size: 12px; } .aside h3 span img{ vertical-align: middle; margin-bottom: 2px; padding-right: 5px; } .active_tab{ width:1000px; margin:0 auto; margin-bottom: 20px; border-bottom:#e4393c solid 1px; height:37px; line-height:37px; background:#f7f7f7; } .active_tab a{ color:#666666;font-size: 14px; text-decoration:none; } .active_tab a:hover{ color:#ffffff; text-decoration:none; } .act_title_left{ float:left; width:70%; } .act_title_left li{ float:left; width:150px; color:#666666; text-align:center; height:37px } .act_active{ background:#e4393c; border-bottom:none !important; color: #ffffff; } .act_active a{color:#ffffff; font-size: 14px;} .act_title_right{ float:right; } .mui-ac{ background: #e4393c none repeat scroll 0 0; float: left; font-size: 14px; height:25px; margin-top: 10px; line-height:25px; margin-left: 20px; padding: 0 8px; } .mui-ac a{color: #ffffff;} .mui{ float: left;margin-top:2px; } #mui-a{ color: #666666; } #mui-a:hover{color: #666666;} .active_list{ width:1000px; margin:0 auto; } .active_list a{text-decoration:none;} #ui-a{width: 1000px; height: 100%; overflow: hidden;} #ui-a ul{width:950px; margin: 0 auto;} #ui-a ul li{ width:950px; height: 100%; color: #424242; font-size: 14px; line-height: 2; overflow: hidden; } #ui-a ul li img{ width:950px; height: 100%; display: block; } .morejia{ background: #f00 none repeat scroll 0 0; border-radius: 15px; color: #fff; display: block; float: right; font-size: 12px; margin: 20px 0; padding: 2px 5px; } .morejia:hover{ color: #fff; } #bit{ width: 1000px; height: 100%; overflow: hidden; } #bit ul{ width:950px; margin: 0 auto;} #bit ul li{ width:950px; height: 100%; overflow: hidden; } #bit ul li img{ width:950px; height: 100%; display: block;} #uic{width: 1000px; height: 100%; overflow: hidden;} #uic ul{ width:950px; margin: 0 auto;} #uic ul span{ width:950px; margin: 0 auto; height: 100%; } #uic ul span img{ width:950px; height: 100%; display: block;} #uic ul p{ text-align:left; line-height: 2; font-size: 14px; color: 424242; }
0.223208
0.092483
*{ padding:0px; margin:0px; box-sizing:border-box; } .bgtop { background-color:white; } .background { background-image:url("../img/banner2.jpg"); background-size: cover; } .bg{ background-image: url(../img/3.jpg); background-size: cover; } #form{ background-color: #000; height:550px; width:900px; margin:auto; padding:20px; opacity: 0.7; } #form h3{ border-bottom: 2px solid #3399ff; width:210px; padding: 5px; } ::placeholder{ color:#fff } #input #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input2 #group{ width:195px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input3 #group{ margin-left: 50px; margin:15px; } #input4 #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input4 #group1{ width:615px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input5 h3{ border-bottom: 2px solid #3399ff; width:220px; padding: 5px; } #input6 #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input6 #group1{ width:615px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } /* Full-width input fields */ input[type=text], input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } /* Set a style for all buttons */ button { background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } button:hover { opacity: 0.8; } /* Extra styles for the cancel button */ .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the image and position the close button */ .container { padding: 16px; } span.psw { float: right; padding-top: 16px; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /*Full height*/ overflow:hidden; /* Enable scroll if needed */ background-color:rgb(0,0,0); /* Fallback color */ background-color:rgba(0,0,0,0.4); /* Black w/ opacity */ padding-top:60px; } /* Modal Content/Box */ .modal-content { background-color: #fefefe; margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */ border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button (x) */ .close { position: absolute; right: 25px; top: 0; color: #000; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: red; cursor: pointer; } /* Add Zoom Animation */ .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } .navbg { background-color:black; } .bgtop{ background-color:#E9967A; } .bnav { background-color:blue; } .footer { background-color:#050A30; color:white; padding:10px; } .box{ width:450px; height:450px; margin-top:100px; padding: 30px; word-spacing: 20px; } .pic{ background-color:#e9ecef; } .box1{ width:450px; height:450px; margin-top:100px; padding: 30px; word-spacing: 20px; } .bg1 { background-color:rgba(0,0,0,0.4); } .register{ background: -webkit-linear-gradient(left, #3931af, #00c6ff); margin-top: 3%; padding: 3%; } .register-left{ text-align: center; color: #fff; margin-top: 4%; } .register-left input{ border: none; border-radius: 1.5rem; padding: 2%; width: 60%; background: #f8f9fa; font-weight: bold; color: #383d41; margin-top: 30%; margin-bottom: 3%; cursor: pointer; } .register-right{ background: #f8f9fa; border-top-left-radius: 10% 50%; border-bottom-left-radius: 10% 50%; } .register-left img{ margin-top: 15%; margin-bottom: 5%; width: 25%; -webkit-animation: mover 2s infinite alternate; animation: mover 1s infinite alternate; } @-webkit-keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } @keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } .register-left p{ font-weight: lighter; padding: 12%; margin-top: -9%; } .register .register-form{ padding: 10%; margin-top: 10%; } .btnRegister{ float: right; margin-top: 10%; border: none; border-radius: 1.5rem; padding: 2%; background: #0062cc; color: #fff; font-weight: 600; width: 50%; cursor: pointer; } .register .nav-tabs{ margin-top: 3%; border: none; background: #0062cc; border-radius: 1.5rem; width: 28%; float: right; } .register .nav-tabs .nav-link{ padding: 2%; height: 34px; font-weight: 600; color: #fff; border-top-right-radius: 1.5rem; border-bottom-right-radius: 1.5rem; } .register .nav-tabs .nav-link:hover{ border: none; } .register .nav-tabs .nav-link.active{ width: 100px; color: #0062cc; border: 2px solid #0062cc; border-top-left-radius: 1.5rem; border-bottom-left-radius: 1.5rem; } .register-heading{ text-align: center; margin-top: 8%; margin-bottom: -15%; color: #495057; }
public/css/style.css
*{ padding:0px; margin:0px; box-sizing:border-box; } .bgtop { background-color:white; } .background { background-image:url("../img/banner2.jpg"); background-size: cover; } .bg{ background-image: url(../img/3.jpg); background-size: cover; } #form{ background-color: #000; height:550px; width:900px; margin:auto; padding:20px; opacity: 0.7; } #form h3{ border-bottom: 2px solid #3399ff; width:210px; padding: 5px; } ::placeholder{ color:#fff } #input #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input2 #group{ width:195px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input3 #group{ margin-left: 50px; margin:15px; } #input4 #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input4 #group1{ width:615px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input5 h3{ border-bottom: 2px solid #3399ff; width:220px; padding: 5px; } #input6 #group{ width:300px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } #input6 #group1{ width:615px; margin:15px; border-top: none; border-left: none; border-right: none; outline: none; background: transparent; color:#fff } /* Full-width input fields */ input[type=text], input[type=password] { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; } /* Set a style for all buttons */ button { background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } button:hover { opacity: 0.8; } /* Extra styles for the cancel button */ .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the image and position the close button */ .container { padding: 16px; } span.psw { float: right; padding-top: 16px; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /*Full height*/ overflow:hidden; /* Enable scroll if needed */ background-color:rgb(0,0,0); /* Fallback color */ background-color:rgba(0,0,0,0.4); /* Black w/ opacity */ padding-top:60px; } /* Modal Content/Box */ .modal-content { background-color: #fefefe; margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */ border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button (x) */ .close { position: absolute; right: 25px; top: 0; color: #000; font-size: 35px; font-weight: bold; } .close:hover, .close:focus { color: red; cursor: pointer; } /* Add Zoom Animation */ .animate { -webkit-animation: animatezoom 0.6s; animation: animatezoom 0.6s } @-webkit-keyframes animatezoom { from {-webkit-transform: scale(0)} to {-webkit-transform: scale(1)} } @keyframes animatezoom { from {transform: scale(0)} to {transform: scale(1)} } .navbg { background-color:black; } .bgtop{ background-color:#E9967A; } .bnav { background-color:blue; } .footer { background-color:#050A30; color:white; padding:10px; } .box{ width:450px; height:450px; margin-top:100px; padding: 30px; word-spacing: 20px; } .pic{ background-color:#e9ecef; } .box1{ width:450px; height:450px; margin-top:100px; padding: 30px; word-spacing: 20px; } .bg1 { background-color:rgba(0,0,0,0.4); } .register{ background: -webkit-linear-gradient(left, #3931af, #00c6ff); margin-top: 3%; padding: 3%; } .register-left{ text-align: center; color: #fff; margin-top: 4%; } .register-left input{ border: none; border-radius: 1.5rem; padding: 2%; width: 60%; background: #f8f9fa; font-weight: bold; color: #383d41; margin-top: 30%; margin-bottom: 3%; cursor: pointer; } .register-right{ background: #f8f9fa; border-top-left-radius: 10% 50%; border-bottom-left-radius: 10% 50%; } .register-left img{ margin-top: 15%; margin-bottom: 5%; width: 25%; -webkit-animation: mover 2s infinite alternate; animation: mover 1s infinite alternate; } @-webkit-keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } @keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } .register-left p{ font-weight: lighter; padding: 12%; margin-top: -9%; } .register .register-form{ padding: 10%; margin-top: 10%; } .btnRegister{ float: right; margin-top: 10%; border: none; border-radius: 1.5rem; padding: 2%; background: #0062cc; color: #fff; font-weight: 600; width: 50%; cursor: pointer; } .register .nav-tabs{ margin-top: 3%; border: none; background: #0062cc; border-radius: 1.5rem; width: 28%; float: right; } .register .nav-tabs .nav-link{ padding: 2%; height: 34px; font-weight: 600; color: #fff; border-top-right-radius: 1.5rem; border-bottom-right-radius: 1.5rem; } .register .nav-tabs .nav-link:hover{ border: none; } .register .nav-tabs .nav-link.active{ width: 100px; color: #0062cc; border: 2px solid #0062cc; border-top-left-radius: 1.5rem; border-bottom-left-radius: 1.5rem; } .register-heading{ text-align: center; margin-top: 8%; margin-bottom: -15%; color: #495057; }
0.40439
0.065965
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); body{ background: rgb(255, 244, 232); background-image: url(images/bg.jpg); font-family: 'Arimo', sans-serif; padding: 0; margin: 0; position: relative; } .warpper{ display:flex; flex-direction: column; align-items: center; margin-top: 20px; padding-bottom: 100px; color: red; } .tab{ cursor: pointer; padding:10px 20px; margin:0px 2px; background:#000; display:inline-block; color:#fff; border-radius:3px 3px 0px 0px; box-shadow: 0 0.5rem 0.8rem #00000080; } .panels{ background:#fffffff6; box-shadow: 0 2rem 2rem #00000080; min-height:200px; width:100%; max-width:500px; border-radius:3px; overflow:hidden; padding:20px; } .panel{ display:none; animation: fadein .8s; } @keyframes fadein { from { opacity:0; } to { opacity:1; } } .panel-title{ font-size:1.5em; font-weight:bold; } .radio{ display:none; } #one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel{ display:block } #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab{ background:#fffffff6; color:#000; border-top: 3px solid #000; } #validator{ height: 60px; position: fixed; bottom: 0; } table, th, td { text-align: left; height: 30px; width: 100%; } table{ margin-top: 15px; } .evenRow{ background-color: #e7e7e7; border:thin dotted #AAAAAA; } a{ font-weight: normal; } .centertext{ text-align:center; } footer{ width: 100%; background-color: black; color: white; margin-top:40px; height: 50px; vertical-align: middle; display: flex; position: absolute; bottom:0; } footer p { margin: auto; vertical-align: center; } .topnav { overflow: hidden; background-color: #000; } .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #f5bf42; color: black; }
css/small-device.css
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); body{ background: rgb(255, 244, 232); background-image: url(images/bg.jpg); font-family: 'Arimo', sans-serif; padding: 0; margin: 0; position: relative; } .warpper{ display:flex; flex-direction: column; align-items: center; margin-top: 20px; padding-bottom: 100px; color: red; } .tab{ cursor: pointer; padding:10px 20px; margin:0px 2px; background:#000; display:inline-block; color:#fff; border-radius:3px 3px 0px 0px; box-shadow: 0 0.5rem 0.8rem #00000080; } .panels{ background:#fffffff6; box-shadow: 0 2rem 2rem #00000080; min-height:200px; width:100%; max-width:500px; border-radius:3px; overflow:hidden; padding:20px; } .panel{ display:none; animation: fadein .8s; } @keyframes fadein { from { opacity:0; } to { opacity:1; } } .panel-title{ font-size:1.5em; font-weight:bold; } .radio{ display:none; } #one:checked ~ .panels #one-panel, #two:checked ~ .panels #two-panel, #three:checked ~ .panels #three-panel{ display:block } #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab{ background:#fffffff6; color:#000; border-top: 3px solid #000; } #validator{ height: 60px; position: fixed; bottom: 0; } table, th, td { text-align: left; height: 30px; width: 100%; } table{ margin-top: 15px; } .evenRow{ background-color: #e7e7e7; border:thin dotted #AAAAAA; } a{ font-weight: normal; } .centertext{ text-align:center; } footer{ width: 100%; background-color: black; color: white; margin-top:40px; height: 50px; vertical-align: middle; display: flex; position: absolute; bottom:0; } footer p { margin: auto; vertical-align: center; } .topnav { overflow: hidden; background-color: #000; } .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #f5bf42; color: black; }
0.501465
0.078325
@charset "utf-8"; /* CSS Document */ body, h1, ul,ol, h2,h3, p,figure,hr{ margin: 0; padding: 0; } div,figure,img,input,button{ box-sizing: border-box; } body{ background:#fff; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft Yahei",SimHei,"宋体",simsun,sans-serif; } a{ text-decoration: none; } ul,ol{ list-style: outside none none; } img{ display: block; max-width:100%; } .m-visible{ display: none; } #header{ width: 100%; height: 70px; background: #333; box-shadow: 0 1px 10px rgba(0,0,0,0.3);/*设置阴影*/ position: fixed; top:0; z-index: 9999; } #header .center{ max-width: 1263px; height: 70px; margin: 0 auto; } .logo{ width: 30%; height: 70px; background: url(../img/logo.png) no-repeat left center; text-indent: -999px;/*向左边移动位置使其不显示在页面上*/ float: left; } .lin{ height: 70px; width: 55%; float: right; line-height: 70px; color: #ccc; } .lin li { width: 20%; float: left; text-align: center; } /*设置a的字体颜色和把a转换为块状显示大块鼠标经过颜色*/ .lin li a{ color: #eee; display: block; } /*设置鼠标经过和首页的颜色*/ .lin a:hover, .lin .active a { background: #000; } #adver{ max-width: 1920px; margin: 0 auto; padding:70px 0 0 0; position: relative; } #adver .datupian { width: 40%; height: 60px; background-color: #333; position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -20%;/*设定位置*/ opacity: 0.6;/*透明度*/ border-radius: 10px; /*圆角矩形*/ } #adver .copy{ opacity: 1; background-color:transparent; padding:3px 3px 0 3px; } #adver .search{ width: 70%; height: 54px; border-radius: 10px; /*圆角矩形*/ border: 1px solid #666; font-size: 24px; color: #666; outline: none; padding: 0 10px; display: block; float: left; } #adver .button{ width: 30%; height: 54px; cursor: pointer;/*鼠标放上出现抓手*/ font-size: 22px; border-radius: 10px;/*圆角矩形*/ border: 1px solid #333; border-left-width:3px; color: #666; font-weight: bold; outline: none;/*定义无轮廓*/ background-color: #eee; display: block; float: right; } #tour{ max-width:1263px; height:1150px; margin:30px auto; text-align:center; } #tour .center h2{ margin:10px 0; font-size:45px; letter-spacing:2px;/*字与字之间间距2px*/ color:#666; } #tour .center p{ color:#666; margin:10px 10px; font-size: 16px; } #tour figure{ border:1px solid #ddd; display:block;/*行内联元素设置框正好包住图片*/ padding:4px; border-radius:4px; width:32.4%; margin:15px 0.4%; float: left; text-align:left; position:relative; text-align:left; background-color:#fff; } #tour .tour_title{ height:43px; overflow: hidden; } #tour figure img{ vertical-align:middle;/*图片垂直对齐方式,居中*/ } #tour .info{ padding:5px 0 0 0;} #tour figure figcaption{ text-align:left; color:#777; line-height:1.5; letter-spacing:1px; font-size:14px; padding:5px 0 0 0; } #tour .title{ color:#333; font-weight:normal; } #tour .sat{ float:right; font-size:13px; color:#999; font-style:normal; position:relative; right:5px; } #tour .price{ color:#f60; font-size:14px; } #tour .price strong{ font-size:20px; letter-spacing:1px; } #tour .type{ width:90px; height:25px; line-height:25px; text-align:center; border-bottom-right-radius:4px; background-color:#59b200; font-size:14px; color:#fff; letter-spacing:1px; position:absolute; top:4px; left:4px; } .clearfix:after{ content:"."; height:0; visibility: hidden; display: block; clear: both; } #footer{ background:#222; clear:both; position:relative; top:20px; } #footer .top{ max-width:1263px; height:280px; margin:0 auto; text-align:center; } #footer .version{ color:#777; text-align: center; padding:10px 0; } #footer .block{ width:33.33%; height:280px; color:#ccc; display:block; float: left; text-align:left; vertical-align:top;/*默认居顶*/ } #footer .block h2{ font-size:24px; font-weight:normal; padding:20px 0 0 20px; } #footer .block hr{ width:90%; border:1px dashed #333; } #footer .block ul{ font-size:18px; color:#777; text-indent:20px; line-height:2; } #footer .bottom{ background:#000; text-align:center; padding:15px 0; color:#777; border-top:1px solid #444; clear:both; } /*public and about*/ #headline { max-width: 1920px; padding:70px 0 0 0; margin:0 auto; position: relative; } #headline hgroup { position: absolute; top:45%; left:18%; } #headline h2 { color: #eee; font-size: 45px; letter-spacing: 1px; } #headline h3 { color: #eee; font-size: 24px; letter-spacing: 1px; } #container { max-width: 1263px; margin: 30px auto; } #container .sidebar { width: 28%; float: right; } #container .sidebox { border: 1px solid #eee; margin: 0 0 10px 0; text-align: center; } #container .sidebox h2 { font-size: 20px; font-weight: normal; letter-spacing: 1px; text-indent: 8px; height: 40px; line-height: 40px; background-color: #fafafa; color: #999; text-align: left; } #container .tag { padding: 10px 0; } #container .tag li { display: inline-block; width: 100px; height: 35px; line-height: 35px; margin: 2px 0; background-color: #eee; color: #999; text-align: left; text-indent: 8px; } #container .tag li a{ display:block; color:#999;} #container .tag a:hover { background-color: #0C3; color: #FFF; } #container .sidebox hot { height: 500px; } #container .figura { padding: 10px 0; } #container .figura figure { width: 150px; display: inline-block; padding: 4px; color: #666; } #container .figura figure img{width:150px;} #container .box { padding: 10px 0; } #container .box a { display: inline-block; width: 150px; height: 40px; line-height: 40px; margin: 2px 0; color: #999; text-align: left; text-indent: 35px; } #container .box a.treal1 { background: #eee url(../img/tb.jpg) no-repeat left; } #container .box a.treal2 { background: #eee url(../img/tb2.jpg) no-repeat left; } #container .box a.treal3 { background: #eee url(../img/tb.jpg) no-repeat left; } #container .box a.treal4 { background: #eee url(../img/tb2.jpg) no-repeat left; } .list { width: 71%; float: left; } .list h2{ height:40px; line-height: 40px; font-size:30px; font-weight: normal; border-bottom: 1px dashed #999; padding:0 0 15px 0; } .about p { font-size: 20px; color: #666; line-height: 2; margin: 20px 0; } .about address{ font-style: normal; font-size: 20px; color:#666; margin:20px 0; line-height: 1.6; } /*---scenery---*/ .scenery{ color:#666; font-size: 20px; } .scenery h2{ height:40px; line-height: 40px; border-bottom: 1px dashed #999; padding:0 0 15px 0; font-size: 30px; font-weight: normal; } .scenery figure{ border:1px solid #ddd; display: block; padding: 4px; border-radius: 4px; margin: 15px 5px 15px 0; width:32.6%; text-align: left; float: left; position: relative; } .scenery figcaption{ text-align: center; padding: 5px 0; } .scenery .more{ width:200px; height: 50px; line-height: 50px; text-align: center; margin: 0 auto; border:1px solid #ccc; background-color: #fafafa; border-radius: 10px; cursor: pointer; font-size: 18px; color: #666; } /*---ticket---*/ .ticket{ color:#666; font-size: 20px; } .ticket h2{ height:40px; line-height: 40px; border-bottom:1px dashed #eee; padding:0 0 15px 0; font-size:30px; font-weight: normal; } .ticket .type{ margin:20px 0 10px 0; } .ticket .type mark{ color:#fff; background-color: #458B00; padding:5px 8px; border-radius: 4px; margin:0 10px 0 16px; } .ticket .from{ font-size: 20px; } .button{ display: inline-block; width: 9%; } .ticket .right{ display: inline-block; width: 43%; } .ticket .form p{ line-height: 3; } .ticket .form input{ width:250px; height: 30px; border: 1px solid #ccc; background-color: #fff; border-radius: 4px; padding:5px; font-size: 18px; color: #666; margin:0 0 0 16px; } .ticket .left{ width:43%; display: inline-block; } .ticke.button{ display: inline-block; width: 9%; } .ticket .submit{ display: inline-block; width:90px; height:90px; line-height: 90px; border-radius: 4px; background-color: #f60; color: #fff; font-size: 20px; text-align: center; border: none; cursor: pointer; position: relative; top:-28px; } .ticket .new{ margin:20px 0 0 0; } .ticket .new ul{ margin: 20px 0 0 0; } .ticket .new li{ display: inline-block; padding:5px 10px; } .ticket .new li:first-child{ padding-left: 0; } .ticket .new li:nth-child(2){ background-color: #45B800; color: #fff; border-radius: 4px; } .ticket table{ margin:20px 0 0 0; width:100%; border: 1px solid #ddd; border-collapse: collapse; } .ticket th{ height:50px; line-height: 50px; border: 1px solid #ddd; } .ticket td{ height:50px; line-height: 50px; border: 1px solid #ddd; text-align: center; } .ticket tr:nth-child(2n){ background-color: #fafafa; } .ticket tr:hover{ background-color: #eee; } .ticket .price{ color:#f60; } .ticket .moree{ color:#666; } .ticket .reserve{ display: inline-block; width: 80px; height: 35px; line-height: 35px; text-align: center; border-radius: 4px; font-size: 20px; color: #fff; background-color: #f60; } /*---information---*/ .information .info{ height:45px; line-height:45px; margin:0 0 20px 0; background:#eee; } .info .left{ width:310px; display:inline-block; float:left; } .info .left li{ display:inline-block; width:150px; height:43px; line-height:43px; text-align:center; } .info .left li a{ color:#666; } .info .left li:first-child{ background-color:#fff; border-top:2px solid #458b00; position:relative; left:1px; } .info .right{ width:200px; display:inline-block; padding:0 20px 0 0; float:right; } .info .right li{ display:inline-block; width:60px; height:45px; line-height:45px; text-align:center; } .info .right li a{ padding:3px 8px; color:#666; } .info .right li .active,#container .information .right li a:hover{ background-color:green; color:#fff; } .tour{ margin:0 0 20px 0; border:1px solid #eee; position: relative; background-color: #fff; overflow: hidden; } .tour:after{ content:"."; height:0; visibility: hidden; display: block; clear: both; } .tour img{ width:45%; float:left; } .tour figcaption{ width:55%; float:right; } .tour hgroup{ width:300px; } .tour h2{ font-size:24px; font-weight:normal; padding:10px 0 10px 25px; color:#333; border:none; } .tour h3{ font-size:16px; font-weight:normal; padding:10px 0 10px 25px; line-height: 1.5; color:#666; } .tour footer{ width:55%; height:30px; line-height: 30px; letter-spacing:1px; text-indent: 25px; background-color:#fafafa; position:absolute; bottom:0; } .tour time{ color:#458b00; } .tour ol{ padding:0 0 0 25px; color:#666; line-height: 2; } .tour img{ width:40%; float:left; } .tour mark{ padding:0 5px; border-radius: 4px; color:#458B00; background-color: #fff; border:1px solid #458B00; } .tour .buy{ position: absolute; top:55px; right:30px; } .tour s{ font-size:16px; color:#999; } .tour .price{ font-size:20px; color:#f60; } .tour strong{ font-size: 36px; } .tour .reserve{ margin:10px 0 0 0; } .tour .reserve a{ display:inline-block; width:152px; height:40px; line-height:40px; border-radius:4px; background-color: #f60; color:#fff; font-size: 20px; text-align: center; } .tour .type{ width:90px; height:25px; line-height: 25px; font-size: 14px; text-align: center; color: #fff; background-color: #59b200; position: absolute; top:0; left:0; } .tour .disc{ position: absolute; top:0; right:0; width:52px; height:52px; background: url(../img/disc.png) no-repeat; } .tour .disc span{ width:52px; height:52px; display: block; font-size: 14px; color:#ff7a4b; transform:rotate(45deg); text-indent:7px; padding:5px 0 0 0 ; } .more{ width:200px; height:50px; line-height: 50px; text-align: center; border: 1px solid #ccc; border-radius: 10px; font-size: 18px; margin:0 auto; cursor:pointer; background-color: #fafafa; } /*媒体查询*/ /*当页面大于1200px时,大屏幕,主要是PC端*/ @media (min-width:1200px) { } /*在992和1199像素之间的屏幕里,中等屏幕,分辨率低的PC*/ @media (min-width:992px) and (max-width:1199px) { #adver .datupian { width: 50%; margin: -10px 0 0 -25%;/*设定位置*/ } #tour{height:auto;} #tour .center h2{ font-size:40px ; } #headline hgroup{ left:8%; } #headline h2 { font-size: 36px; } #headline h3 { font-size: 20px; } .sidebar{ display: none; } .list{ width:100%; padding:0 20px; } } /*在768和991像素之间的屏幕里,中等屏幕,主要是PAD*/ @media (min-width:768px) and (max-width:991px) { #adver .datupian { width: 60%; margin: -10px 0 0 -30%;/*设定位置*/ } #adver .search,#adver .button{ font-size: 20px; } #tour .center h2{ font-size:35px; } #tour{height:auto;} #tour figure{ width:49.2%; } #headline hgroup{ left:8%; } #headline h2 { font-size: 30px; } #headline h3 { font-size: 16px; } .sidebar{ display: none; } .list{ width:100%; padding:0 20px; } .list h2{font-size:28px;} .about p,.about address{font-size:18px;} .scenery figure{ width:48.8%; } .scenery figcaption{ font-size:18px; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .tour h2{font-size: 22px;} .md-hidden{ display: none; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } } /*在480和767像素之间的屏幕里,超小屏幕,主要是手机*/ @media (min-width:480px) and (max-width:767px) { #header,#header.center,.link{ height: 45px; } #adver .datupian { width: 70%; height:53px; margin: -10px 0 0 -35%;/*设定位置*/ } #adver .search,#adver .button{ height:45px; font-size: 18px; } #header .logo,.sm-hidden,.sidebar{ display: none; } .lin { width:100%; line-height: 45px; } .lin li{ width:25%; } #adver{ padding: 45px 0 0 0; } .m-visible{ display: block; } #tour .center h2{ font-size:30px; } #tour .center p{ color:#666; margin:10px 10px; font-size: 15px; } #tour figure{ width:49.2%; } #headline hgroup{ left:8%; } #headline h2 { font-size: 26px; } #headline h3 { font-size: 14px; } #headline { padding:45px 0 0 0; } .list{ width:100%; padding:0 20px; } .list h2{font-size:25px;} .about p,.about address{font-size:15px;} .scenery figure{ width:48.8%; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .ticket .type,.ticket .form,.ticket .new,.ticket .form input,.ticket .submit,.ticket .reserve{ font-size:16px; } .md-hidden{ display: none; } .tour h2{ font-size:16px; height:20px; padding:5px 0 10px 15px; } .tour h3{ font-size:14px; padding:5px 0 10px 15px; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } .tour .buy strong{ font-size:18px; } } /*在小于480像素的屏幕,微小屏幕,更低分辨率的手机*/ @media (max-width:479px) { #header .logo,.xs-hidden,.sm-hidden,.sidebar{ display: none; } .lin { width:100%; line-height: 45px; } #header,#header.center,.link{ height: 45px; } .lin li{ width:25%; } #adver{ max-width: 1920px; margin:0 auto; padding: 45px 0 0 0; position: relative; } #adver .datupian { width: 80%; height:48px; margin: -10px 0 0 -40%;/*设定位置*/ } #adver .search,#adver .button{ font-size: 13px; height:40px; } .m-visible{ display: block; } #footer .button,#footer .version{ font-size:13px; } #tour .center h2{ font-size:26px; } #tour .center p{ font-size: 14px; } #tour figure{ width:99%; } #headline h2 { font-size: 20px; } #headline h3 { font-size: 12px; } #headline { padding:45px 0 0 0; } .list{ width:100%; padding:0 20px; } .list h2{font-size:20px;} .about p,.about address{font-size:14px;} .scenery figure{ width:99%; } .scenery figcaption{ font-size:16px; } .ticket .type,.ticket .form,.ticket .new,.ticket .form input,.ticket .submit,.ticket .reserve{ font-size:14px; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .ticket .reserve{ display: inline-block; width:auto; height: auto; padding:8px; line-height: 1; } .xs-hidden{ display: none; } .info{ display: none; } .tour hgroup{ width:100%; } .md-hidden{ display: none; } .tour h2{ font-size:16px; height:15px; padding:5px 0 8px 15px; line-height:15px; } .tour h3{ font-size:14px; padding:5px 0 10px 15px; height:15px; overflow: hidden; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } .tour .buy strong,.tour .buy .price s,.tour .buy .price s{ font-size:15px; } .more{ width:35%; height: 30px; line-height: 30px; } .tour .type{ width: 18%; height: auto; line-height: 1; } }
responsive/css/style.css
@charset "utf-8"; /* CSS Document */ body, h1, ul,ol, h2,h3, p,figure,hr{ margin: 0; padding: 0; } div,figure,img,input,button{ box-sizing: border-box; } body{ background:#fff; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei UI","Microsoft Yahei",SimHei,"宋体",simsun,sans-serif; } a{ text-decoration: none; } ul,ol{ list-style: outside none none; } img{ display: block; max-width:100%; } .m-visible{ display: none; } #header{ width: 100%; height: 70px; background: #333; box-shadow: 0 1px 10px rgba(0,0,0,0.3);/*设置阴影*/ position: fixed; top:0; z-index: 9999; } #header .center{ max-width: 1263px; height: 70px; margin: 0 auto; } .logo{ width: 30%; height: 70px; background: url(../img/logo.png) no-repeat left center; text-indent: -999px;/*向左边移动位置使其不显示在页面上*/ float: left; } .lin{ height: 70px; width: 55%; float: right; line-height: 70px; color: #ccc; } .lin li { width: 20%; float: left; text-align: center; } /*设置a的字体颜色和把a转换为块状显示大块鼠标经过颜色*/ .lin li a{ color: #eee; display: block; } /*设置鼠标经过和首页的颜色*/ .lin a:hover, .lin .active a { background: #000; } #adver{ max-width: 1920px; margin: 0 auto; padding:70px 0 0 0; position: relative; } #adver .datupian { width: 40%; height: 60px; background-color: #333; position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -20%;/*设定位置*/ opacity: 0.6;/*透明度*/ border-radius: 10px; /*圆角矩形*/ } #adver .copy{ opacity: 1; background-color:transparent; padding:3px 3px 0 3px; } #adver .search{ width: 70%; height: 54px; border-radius: 10px; /*圆角矩形*/ border: 1px solid #666; font-size: 24px; color: #666; outline: none; padding: 0 10px; display: block; float: left; } #adver .button{ width: 30%; height: 54px; cursor: pointer;/*鼠标放上出现抓手*/ font-size: 22px; border-radius: 10px;/*圆角矩形*/ border: 1px solid #333; border-left-width:3px; color: #666; font-weight: bold; outline: none;/*定义无轮廓*/ background-color: #eee; display: block; float: right; } #tour{ max-width:1263px; height:1150px; margin:30px auto; text-align:center; } #tour .center h2{ margin:10px 0; font-size:45px; letter-spacing:2px;/*字与字之间间距2px*/ color:#666; } #tour .center p{ color:#666; margin:10px 10px; font-size: 16px; } #tour figure{ border:1px solid #ddd; display:block;/*行内联元素设置框正好包住图片*/ padding:4px; border-radius:4px; width:32.4%; margin:15px 0.4%; float: left; text-align:left; position:relative; text-align:left; background-color:#fff; } #tour .tour_title{ height:43px; overflow: hidden; } #tour figure img{ vertical-align:middle;/*图片垂直对齐方式,居中*/ } #tour .info{ padding:5px 0 0 0;} #tour figure figcaption{ text-align:left; color:#777; line-height:1.5; letter-spacing:1px; font-size:14px; padding:5px 0 0 0; } #tour .title{ color:#333; font-weight:normal; } #tour .sat{ float:right; font-size:13px; color:#999; font-style:normal; position:relative; right:5px; } #tour .price{ color:#f60; font-size:14px; } #tour .price strong{ font-size:20px; letter-spacing:1px; } #tour .type{ width:90px; height:25px; line-height:25px; text-align:center; border-bottom-right-radius:4px; background-color:#59b200; font-size:14px; color:#fff; letter-spacing:1px; position:absolute; top:4px; left:4px; } .clearfix:after{ content:"."; height:0; visibility: hidden; display: block; clear: both; } #footer{ background:#222; clear:both; position:relative; top:20px; } #footer .top{ max-width:1263px; height:280px; margin:0 auto; text-align:center; } #footer .version{ color:#777; text-align: center; padding:10px 0; } #footer .block{ width:33.33%; height:280px; color:#ccc; display:block; float: left; text-align:left; vertical-align:top;/*默认居顶*/ } #footer .block h2{ font-size:24px; font-weight:normal; padding:20px 0 0 20px; } #footer .block hr{ width:90%; border:1px dashed #333; } #footer .block ul{ font-size:18px; color:#777; text-indent:20px; line-height:2; } #footer .bottom{ background:#000; text-align:center; padding:15px 0; color:#777; border-top:1px solid #444; clear:both; } /*public and about*/ #headline { max-width: 1920px; padding:70px 0 0 0; margin:0 auto; position: relative; } #headline hgroup { position: absolute; top:45%; left:18%; } #headline h2 { color: #eee; font-size: 45px; letter-spacing: 1px; } #headline h3 { color: #eee; font-size: 24px; letter-spacing: 1px; } #container { max-width: 1263px; margin: 30px auto; } #container .sidebar { width: 28%; float: right; } #container .sidebox { border: 1px solid #eee; margin: 0 0 10px 0; text-align: center; } #container .sidebox h2 { font-size: 20px; font-weight: normal; letter-spacing: 1px; text-indent: 8px; height: 40px; line-height: 40px; background-color: #fafafa; color: #999; text-align: left; } #container .tag { padding: 10px 0; } #container .tag li { display: inline-block; width: 100px; height: 35px; line-height: 35px; margin: 2px 0; background-color: #eee; color: #999; text-align: left; text-indent: 8px; } #container .tag li a{ display:block; color:#999;} #container .tag a:hover { background-color: #0C3; color: #FFF; } #container .sidebox hot { height: 500px; } #container .figura { padding: 10px 0; } #container .figura figure { width: 150px; display: inline-block; padding: 4px; color: #666; } #container .figura figure img{width:150px;} #container .box { padding: 10px 0; } #container .box a { display: inline-block; width: 150px; height: 40px; line-height: 40px; margin: 2px 0; color: #999; text-align: left; text-indent: 35px; } #container .box a.treal1 { background: #eee url(../img/tb.jpg) no-repeat left; } #container .box a.treal2 { background: #eee url(../img/tb2.jpg) no-repeat left; } #container .box a.treal3 { background: #eee url(../img/tb.jpg) no-repeat left; } #container .box a.treal4 { background: #eee url(../img/tb2.jpg) no-repeat left; } .list { width: 71%; float: left; } .list h2{ height:40px; line-height: 40px; font-size:30px; font-weight: normal; border-bottom: 1px dashed #999; padding:0 0 15px 0; } .about p { font-size: 20px; color: #666; line-height: 2; margin: 20px 0; } .about address{ font-style: normal; font-size: 20px; color:#666; margin:20px 0; line-height: 1.6; } /*---scenery---*/ .scenery{ color:#666; font-size: 20px; } .scenery h2{ height:40px; line-height: 40px; border-bottom: 1px dashed #999; padding:0 0 15px 0; font-size: 30px; font-weight: normal; } .scenery figure{ border:1px solid #ddd; display: block; padding: 4px; border-radius: 4px; margin: 15px 5px 15px 0; width:32.6%; text-align: left; float: left; position: relative; } .scenery figcaption{ text-align: center; padding: 5px 0; } .scenery .more{ width:200px; height: 50px; line-height: 50px; text-align: center; margin: 0 auto; border:1px solid #ccc; background-color: #fafafa; border-radius: 10px; cursor: pointer; font-size: 18px; color: #666; } /*---ticket---*/ .ticket{ color:#666; font-size: 20px; } .ticket h2{ height:40px; line-height: 40px; border-bottom:1px dashed #eee; padding:0 0 15px 0; font-size:30px; font-weight: normal; } .ticket .type{ margin:20px 0 10px 0; } .ticket .type mark{ color:#fff; background-color: #458B00; padding:5px 8px; border-radius: 4px; margin:0 10px 0 16px; } .ticket .from{ font-size: 20px; } .button{ display: inline-block; width: 9%; } .ticket .right{ display: inline-block; width: 43%; } .ticket .form p{ line-height: 3; } .ticket .form input{ width:250px; height: 30px; border: 1px solid #ccc; background-color: #fff; border-radius: 4px; padding:5px; font-size: 18px; color: #666; margin:0 0 0 16px; } .ticket .left{ width:43%; display: inline-block; } .ticke.button{ display: inline-block; width: 9%; } .ticket .submit{ display: inline-block; width:90px; height:90px; line-height: 90px; border-radius: 4px; background-color: #f60; color: #fff; font-size: 20px; text-align: center; border: none; cursor: pointer; position: relative; top:-28px; } .ticket .new{ margin:20px 0 0 0; } .ticket .new ul{ margin: 20px 0 0 0; } .ticket .new li{ display: inline-block; padding:5px 10px; } .ticket .new li:first-child{ padding-left: 0; } .ticket .new li:nth-child(2){ background-color: #45B800; color: #fff; border-radius: 4px; } .ticket table{ margin:20px 0 0 0; width:100%; border: 1px solid #ddd; border-collapse: collapse; } .ticket th{ height:50px; line-height: 50px; border: 1px solid #ddd; } .ticket td{ height:50px; line-height: 50px; border: 1px solid #ddd; text-align: center; } .ticket tr:nth-child(2n){ background-color: #fafafa; } .ticket tr:hover{ background-color: #eee; } .ticket .price{ color:#f60; } .ticket .moree{ color:#666; } .ticket .reserve{ display: inline-block; width: 80px; height: 35px; line-height: 35px; text-align: center; border-radius: 4px; font-size: 20px; color: #fff; background-color: #f60; } /*---information---*/ .information .info{ height:45px; line-height:45px; margin:0 0 20px 0; background:#eee; } .info .left{ width:310px; display:inline-block; float:left; } .info .left li{ display:inline-block; width:150px; height:43px; line-height:43px; text-align:center; } .info .left li a{ color:#666; } .info .left li:first-child{ background-color:#fff; border-top:2px solid #458b00; position:relative; left:1px; } .info .right{ width:200px; display:inline-block; padding:0 20px 0 0; float:right; } .info .right li{ display:inline-block; width:60px; height:45px; line-height:45px; text-align:center; } .info .right li a{ padding:3px 8px; color:#666; } .info .right li .active,#container .information .right li a:hover{ background-color:green; color:#fff; } .tour{ margin:0 0 20px 0; border:1px solid #eee; position: relative; background-color: #fff; overflow: hidden; } .tour:after{ content:"."; height:0; visibility: hidden; display: block; clear: both; } .tour img{ width:45%; float:left; } .tour figcaption{ width:55%; float:right; } .tour hgroup{ width:300px; } .tour h2{ font-size:24px; font-weight:normal; padding:10px 0 10px 25px; color:#333; border:none; } .tour h3{ font-size:16px; font-weight:normal; padding:10px 0 10px 25px; line-height: 1.5; color:#666; } .tour footer{ width:55%; height:30px; line-height: 30px; letter-spacing:1px; text-indent: 25px; background-color:#fafafa; position:absolute; bottom:0; } .tour time{ color:#458b00; } .tour ol{ padding:0 0 0 25px; color:#666; line-height: 2; } .tour img{ width:40%; float:left; } .tour mark{ padding:0 5px; border-radius: 4px; color:#458B00; background-color: #fff; border:1px solid #458B00; } .tour .buy{ position: absolute; top:55px; right:30px; } .tour s{ font-size:16px; color:#999; } .tour .price{ font-size:20px; color:#f60; } .tour strong{ font-size: 36px; } .tour .reserve{ margin:10px 0 0 0; } .tour .reserve a{ display:inline-block; width:152px; height:40px; line-height:40px; border-radius:4px; background-color: #f60; color:#fff; font-size: 20px; text-align: center; } .tour .type{ width:90px; height:25px; line-height: 25px; font-size: 14px; text-align: center; color: #fff; background-color: #59b200; position: absolute; top:0; left:0; } .tour .disc{ position: absolute; top:0; right:0; width:52px; height:52px; background: url(../img/disc.png) no-repeat; } .tour .disc span{ width:52px; height:52px; display: block; font-size: 14px; color:#ff7a4b; transform:rotate(45deg); text-indent:7px; padding:5px 0 0 0 ; } .more{ width:200px; height:50px; line-height: 50px; text-align: center; border: 1px solid #ccc; border-radius: 10px; font-size: 18px; margin:0 auto; cursor:pointer; background-color: #fafafa; } /*媒体查询*/ /*当页面大于1200px时,大屏幕,主要是PC端*/ @media (min-width:1200px) { } /*在992和1199像素之间的屏幕里,中等屏幕,分辨率低的PC*/ @media (min-width:992px) and (max-width:1199px) { #adver .datupian { width: 50%; margin: -10px 0 0 -25%;/*设定位置*/ } #tour{height:auto;} #tour .center h2{ font-size:40px ; } #headline hgroup{ left:8%; } #headline h2 { font-size: 36px; } #headline h3 { font-size: 20px; } .sidebar{ display: none; } .list{ width:100%; padding:0 20px; } } /*在768和991像素之间的屏幕里,中等屏幕,主要是PAD*/ @media (min-width:768px) and (max-width:991px) { #adver .datupian { width: 60%; margin: -10px 0 0 -30%;/*设定位置*/ } #adver .search,#adver .button{ font-size: 20px; } #tour .center h2{ font-size:35px; } #tour{height:auto;} #tour figure{ width:49.2%; } #headline hgroup{ left:8%; } #headline h2 { font-size: 30px; } #headline h3 { font-size: 16px; } .sidebar{ display: none; } .list{ width:100%; padding:0 20px; } .list h2{font-size:28px;} .about p,.about address{font-size:18px;} .scenery figure{ width:48.8%; } .scenery figcaption{ font-size:18px; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .tour h2{font-size: 22px;} .md-hidden{ display: none; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } } /*在480和767像素之间的屏幕里,超小屏幕,主要是手机*/ @media (min-width:480px) and (max-width:767px) { #header,#header.center,.link{ height: 45px; } #adver .datupian { width: 70%; height:53px; margin: -10px 0 0 -35%;/*设定位置*/ } #adver .search,#adver .button{ height:45px; font-size: 18px; } #header .logo,.sm-hidden,.sidebar{ display: none; } .lin { width:100%; line-height: 45px; } .lin li{ width:25%; } #adver{ padding: 45px 0 0 0; } .m-visible{ display: block; } #tour .center h2{ font-size:30px; } #tour .center p{ color:#666; margin:10px 10px; font-size: 15px; } #tour figure{ width:49.2%; } #headline hgroup{ left:8%; } #headline h2 { font-size: 26px; } #headline h3 { font-size: 14px; } #headline { padding:45px 0 0 0; } .list{ width:100%; padding:0 20px; } .list h2{font-size:25px;} .about p,.about address{font-size:15px;} .scenery figure{ width:48.8%; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .ticket .type,.ticket .form,.ticket .new,.ticket .form input,.ticket .submit,.ticket .reserve{ font-size:16px; } .md-hidden{ display: none; } .tour h2{ font-size:16px; height:20px; padding:5px 0 10px 15px; } .tour h3{ font-size:14px; padding:5px 0 10px 15px; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } .tour .buy strong{ font-size:18px; } } /*在小于480像素的屏幕,微小屏幕,更低分辨率的手机*/ @media (max-width:479px) { #header .logo,.xs-hidden,.sm-hidden,.sidebar{ display: none; } .lin { width:100%; line-height: 45px; } #header,#header.center,.link{ height: 45px; } .lin li{ width:25%; } #adver{ max-width: 1920px; margin:0 auto; padding: 45px 0 0 0; position: relative; } #adver .datupian { width: 80%; height:48px; margin: -10px 0 0 -40%;/*设定位置*/ } #adver .search,#adver .button{ font-size: 13px; height:40px; } .m-visible{ display: block; } #footer .button,#footer .version{ font-size:13px; } #tour .center h2{ font-size:26px; } #tour .center p{ font-size: 14px; } #tour figure{ width:99%; } #headline h2 { font-size: 20px; } #headline h3 { font-size: 12px; } #headline { padding:45px 0 0 0; } .list{ width:100%; padding:0 20px; } .list h2{font-size:20px;} .about p,.about address{font-size:14px;} .scenery figure{ width:99%; } .scenery figcaption{ font-size:16px; } .ticket .type,.ticket .form,.ticket .new,.ticket .form input,.ticket .submit,.ticket .reserve{ font-size:14px; } .ticket .form p{ line-height: 2; } .ticket .form input{ width:98%; height: 35px; margin:0; } .ticket .left,.ticket .right{ width:98%; display:block; } .button{ display: block; width: 98%; } .ticket .submit{ display:block; width:30%; height:auto; line-height: 2; position: relative; top:10px; margin:0 auto; } .ticket .reserve{ display: inline-block; width:auto; height: auto; padding:8px; line-height: 1; } .xs-hidden{ display: none; } .info{ display: none; } .tour hgroup{ width:100%; } .md-hidden{ display: none; } .tour h2{ font-size:16px; height:15px; padding:5px 0 8px 15px; line-height:15px; } .tour h3{ font-size:14px; padding:5px 0 10px 15px; height:15px; overflow: hidden; } .tour .buy{ position: absolute; top:auto; right:auto; bottom:0; padding:0 0 0 25px; } .tour .buy strong,.tour .buy .price s,.tour .buy .price s{ font-size:15px; } .more{ width:35%; height: 30px; line-height: 30px; } .tour .type{ width: 18%; height: auto; line-height: 1; } }
0.203708
0.062303
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-image: url("../images/background.jpg"); text-align: center; display: grid; grid-template: minmax(100px, -webkit-max-content) 1fr/1fr; grid-template: minmax(100px, max-content) 1fr/1fr; } main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .white-card { background-color: white; -webkit-box-shadow: 0 0 20px #8d6a36; box-shadow: 0 0 20px #8d6a36; } .container { max-width: 500px; min-width: 280px; margin: 20px; } .cat-container { padding: 20px; } .title { font-family: Cutive, serif; font-size: 2em; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .page-title { padding: 20px 0; max-width: 500px; width: 100%; } .kittyContainer { font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; border: 1px solid black; padding: 20px; } .cat { -webkit-transition: all 0.4s; transition: all 0.4s; cursor: pointer; -o-object-fit: contain; object-fit: contain; width: 100%; margin: 20px auto; } .cat:hover { -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7)); filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7)); -webkit-transform: scale(1.005); transform: scale(1.005); -webkit-transition: none; transition: none; } .cat:active { -webkit-transform: scale(0.995); transform: scale(0.995); -webkit-filter: none; filter: none; -webkit-transition: none; transition: none; } .hidden { visibility: hidden; } .menu { width: 280px; } .menu-header { background-color: bisque; display: grid; grid-template: 1fr / 60px 1fr 60px; height: 60px; } .cat-select { font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; grid-column: 2 / 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .drop-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .cat-list { position: absolute; z-index: 10; display: none; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: bisque; font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; overflow: scroll; overflow-x: hidden; width: 280px; max-height: 150px; } .cat-list::-webkit-scrollbar { width: 0.2em; } .cat-list::-webkit-scrollbar-track { border: 1px solid #ddb17a; } .cat-list::-webkit-scrollbar-thumb { background-color: #ddb17a; } .cat-list-element { margin: 5px; cursor: pointer; text-align: center; } .selected-cat, .drop-btn:hover, .cat-list-element:hover, .cat-list-element:active { background-color: #ddb17a; } .cat-list-visible { display: block; } .admin { margin: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .admin-btn { margin: 0 auto 20px; width: 80px; } .admin-form { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .form-span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .admin-input { margin: 10px 0 15px; } .submit-btn { width: 80px; margin: 0 auto 0; } @media screen and (min-width: 900px) { main { display: grid; grid-template: 1fr / 25% 50% 25%; -webkit-box-align: initial; -ms-flex-align: initial; align-items: initial; } .menu { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: initial; } .menu-header { display: none; } .cat-list { position: initial; overflow: initial; overflow-x: initial; max-height: initial; display: block; width: 180px; } .container { margin: 20px auto; } .admin-btn { margin: 0; margin-bottom: 20px; } }
Nanodegree/Cat_Clicker/Premium_Edition_Pro/dist/css/main.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-image: url("../images/background.jpg"); text-align: center; display: grid; grid-template: minmax(100px, -webkit-max-content) 1fr/1fr; grid-template: minmax(100px, max-content) 1fr/1fr; } main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .white-card { background-color: white; -webkit-box-shadow: 0 0 20px #8d6a36; box-shadow: 0 0 20px #8d6a36; } .container { max-width: 500px; min-width: 280px; margin: 20px; } .cat-container { padding: 20px; } .title { font-family: Cutive, serif; font-size: 2em; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .page-title { padding: 20px 0; max-width: 500px; width: 100%; } .kittyContainer { font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; border: 1px solid black; padding: 20px; } .cat { -webkit-transition: all 0.4s; transition: all 0.4s; cursor: pointer; -o-object-fit: contain; object-fit: contain; width: 100%; margin: 20px auto; } .cat:hover { -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7)); filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7)); -webkit-transform: scale(1.005); transform: scale(1.005); -webkit-transition: none; transition: none; } .cat:active { -webkit-transform: scale(0.995); transform: scale(0.995); -webkit-filter: none; filter: none; -webkit-transition: none; transition: none; } .hidden { visibility: hidden; } .menu { width: 280px; } .menu-header { background-color: bisque; display: grid; grid-template: 1fr / 60px 1fr 60px; height: 60px; } .cat-select { font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; grid-column: 2 / 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .drop-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; } .cat-list { position: absolute; z-index: 10; display: none; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: bisque; font-family: 'Annie Use Your Telescope', sans-serif; font-size: 2em; overflow: scroll; overflow-x: hidden; width: 280px; max-height: 150px; } .cat-list::-webkit-scrollbar { width: 0.2em; } .cat-list::-webkit-scrollbar-track { border: 1px solid #ddb17a; } .cat-list::-webkit-scrollbar-thumb { background-color: #ddb17a; } .cat-list-element { margin: 5px; cursor: pointer; text-align: center; } .selected-cat, .drop-btn:hover, .cat-list-element:hover, .cat-list-element:active { background-color: #ddb17a; } .cat-list-visible { display: block; } .admin { margin: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .admin-btn { margin: 0 auto 20px; width: 80px; } .admin-form { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .form-span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .admin-input { margin: 10px 0 15px; } .submit-btn { width: 80px; margin: 0 auto 0; } @media screen and (min-width: 900px) { main { display: grid; grid-template: 1fr / 25% 50% 25%; -webkit-box-align: initial; -ms-flex-align: initial; align-items: initial; } .menu { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: initial; } .menu-header { display: none; } .cat-list { position: initial; overflow: initial; overflow-x: initial; max-height: initial; display: block; width: 180px; } .container { margin: 20px auto; } .admin-btn { margin: 0; margin-bottom: 20px; } }
0.349977
0.061115
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ .container { width: 1860px; } body > .container { padding: 60px 15px 0; } .navbar-header .logo { margin-top: 15px; } #navbar { padding-left: 175px; } .container .text-muted { margin: 20px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } #editor { min-height: 750px; } body { position: relative; overflow-x: hidden; } body, html { height: 100%;} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;} /*-------------------------------*/ /* Wrappers */ /*-------------------------------*/ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 220px; } #page-content-wrapper { width: 100%; padding-top: 70px; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -220px; } .page-header { margin-top: -10px; } /*-------------------------------*/ /* Overlay */ /*-------------------------------*/ .overlay { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(250,250,250,.8); z-index: 1; } /*-------------------------------*/ /* buttons */ /*-------------------------------*/ .check { display: block; width: 60px; padding: 2px 6px; font-size: 12px; font-weight: bold; border-radius: 4px; height: 19px; } #writable { background-color: #17AB17; } #notwritable { background-color: #ab1700; width: 80px; } /* Edit bar */ .edit_bar { background-color: #CCC; height: 30px; margin: 5px 0px; border-radius: 7px; font-size: 21px; } .bar_links { list-style: none; display: inline-block; padding: 0px 25px; }
assets/css/stylesheet.css
-------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 60px; background-color: #f5f5f5; } /* Custom page CSS -------------------------------------------------- */ .container { width: 1860px; } body > .container { padding: 60px 15px 0; } .navbar-header .logo { margin-top: 15px; } #navbar { padding-left: 175px; } .container .text-muted { margin: 20px 0; } .footer > .container { padding-right: 15px; padding-left: 15px; } code { font-size: 80%; } #editor { min-height: 750px; } body { position: relative; overflow-x: hidden; } body, html { height: 100%;} .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;} /*-------------------------------*/ /* Wrappers */ /*-------------------------------*/ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 220px; } #page-content-wrapper { width: 100%; padding-top: 70px; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -220px; } .page-header { margin-top: -10px; } /*-------------------------------*/ /* Overlay */ /*-------------------------------*/ .overlay { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(250,250,250,.8); z-index: 1; } /*-------------------------------*/ /* buttons */ /*-------------------------------*/ .check { display: block; width: 60px; padding: 2px 6px; font-size: 12px; font-weight: bold; border-radius: 4px; height: 19px; } #writable { background-color: #17AB17; } #notwritable { background-color: #ab1700; width: 80px; } /* Edit bar */ .edit_bar { background-color: #CCC; height: 30px; margin: 5px 0px; border-radius: 7px; font-size: 21px; } .bar_links { list-style: none; display: inline-block; padding: 0px 25px; }
0.452294
0.054424
.shade{ height: 1400px; } .datum{ width: 100%; height:749px; } .bookrack{ width:50%; height: 100%; background:url(../img/datum/bookrack.jpg) no-repeat; } .bookrack ul{ height:160px; } .bookrack ul li{ width: 155px; height: 155px; margin-left:20px; margin-right:15px; float: left; text-align: center; } .bookrack ul li:nth-child(4){ margin-top:39px; } /* 资料详情 */ .datum_details{ float:right; width:48%; height:400px; background:rgba(0,0,0,.5); } .datum_details h4{ color:#d7dddd; padding-left:20px; padding-top:10px; } .datum_details hr{ border: 1px solid #74adaa !important; } .datum_details p{ padding-left: 20px; padding-right:30px; color:#c6cbcb; } /* 右边详情标题 */ .datum_details div h4:nth-child(1){ display: block; } .datum_details div h4:nth-child(2),h4:nth-child(3),h4:nth-child(4){ display:none; } #ptxt div{ display: none; text-indent: 2em; } #ptxt div:nth-child(1){ display: block; } /* 动画 */ .cartoon{ width: 48%; height: 350px; padding-top:30px; background:rgba(0,0,0,.5); float: right; overflow: hidden; } /* 小鸟 */ .cartoon .bird{ width: 60px; height:60px; position: relative; top:100px; animation: bird 1s infinite linear; } @keyframes bird{ 0%{ left:250px;top:-210px;} 25%{ left:250px;top:-214px;} 50%{ left:250px;top:-210px;} 75%{ left:250px;top:-214px;} 100%{left:250px;top:-210px;} } /* 草地 */ #colee_left{ width:100%; height:320px; overflow: hidden; } #colee_left td{ padding:0; } .tt { width:576px; height:320px; display: block; } /* 轮播书籍————走马灯 */ /* 标题 */ .order { height: 60px; line-height: 60px; text-align: center; margin-top:80px; } .order .line { display: inline-block; width: 200px; border-top: 2px solid #74adaa; } .order .txt { color: #74adaa; vertical-align: middle; font-size: 20px; } /* 轮播 */ #roll{ width:100%; height:200px; overflow:hidden; } #sm #pic1 td,#sm #pic2 td{ width:100px; height: 100%; padding: 5px; } #sm #pic1 img,#sm #pic2 img{ width: 60px; height: 40px; } #roll table td{ padding:0px 5px !important; border:0 !important; } #roll table td img{ height: 100%; }
public/css/datum.css
.shade{ height: 1400px; } .datum{ width: 100%; height:749px; } .bookrack{ width:50%; height: 100%; background:url(../img/datum/bookrack.jpg) no-repeat; } .bookrack ul{ height:160px; } .bookrack ul li{ width: 155px; height: 155px; margin-left:20px; margin-right:15px; float: left; text-align: center; } .bookrack ul li:nth-child(4){ margin-top:39px; } /* 资料详情 */ .datum_details{ float:right; width:48%; height:400px; background:rgba(0,0,0,.5); } .datum_details h4{ color:#d7dddd; padding-left:20px; padding-top:10px; } .datum_details hr{ border: 1px solid #74adaa !important; } .datum_details p{ padding-left: 20px; padding-right:30px; color:#c6cbcb; } /* 右边详情标题 */ .datum_details div h4:nth-child(1){ display: block; } .datum_details div h4:nth-child(2),h4:nth-child(3),h4:nth-child(4){ display:none; } #ptxt div{ display: none; text-indent: 2em; } #ptxt div:nth-child(1){ display: block; } /* 动画 */ .cartoon{ width: 48%; height: 350px; padding-top:30px; background:rgba(0,0,0,.5); float: right; overflow: hidden; } /* 小鸟 */ .cartoon .bird{ width: 60px; height:60px; position: relative; top:100px; animation: bird 1s infinite linear; } @keyframes bird{ 0%{ left:250px;top:-210px;} 25%{ left:250px;top:-214px;} 50%{ left:250px;top:-210px;} 75%{ left:250px;top:-214px;} 100%{left:250px;top:-210px;} } /* 草地 */ #colee_left{ width:100%; height:320px; overflow: hidden; } #colee_left td{ padding:0; } .tt { width:576px; height:320px; display: block; } /* 轮播书籍————走马灯 */ /* 标题 */ .order { height: 60px; line-height: 60px; text-align: center; margin-top:80px; } .order .line { display: inline-block; width: 200px; border-top: 2px solid #74adaa; } .order .txt { color: #74adaa; vertical-align: middle; font-size: 20px; } /* 轮播 */ #roll{ width:100%; height:200px; overflow:hidden; } #sm #pic1 td,#sm #pic2 td{ width:100px; height: 100%; padding: 5px; } #sm #pic1 img,#sm #pic2 img{ width: 60px; height: 40px; } #roll table td{ padding:0px 5px !important; border:0 !important; } #roll table td img{ height: 100%; }
0.232484
0.073897
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Style+Script&display=swap'); @font-face{ font-family: 'Android'; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } :root{ --fonte-padra:Arial, Verdana, Helvetica, sans-serif; --fonte-destaque:'Bebas Neue', cursive; --fonto-android: 'Android', cursive; } * { margin: 0px; padding: 0px; } body{ background-color:#f47373; font-family:var(--fonte-padra) ; } p{ margin: 15px 0px; text-align: justify; font-size: 17px; text-indent: 30px; } header{ background-image: linear-gradient(to bottom, #f86060, #f22929, #bf2121 ); min-height: 150px; text-align: center; padding-top: 30px; } header > h1{ font-family:var(--fonte-destaque); font-size: 50px; color: rgb(255, 255, 255); margin-bottom: 20px; } header > p{ color: white; text-align: center; } nav{ background-color: #BF2121; padding: 10px; box-shadow: 0px 7px 9px #00000033; } nav > a{ color: white; padding: 10px; text-decoration: none; font-weight:bold ; } nav > a:hover{ background-color: #fd5e5e; color: #BF2121; } main{ background-color: white; min-width: 300px; max-width: 1000px; margin: auto; margin-bottom: 30px; padding: 20px; box-shadow:0px 0px 10px #733636 ; } main h1{ color: #BF2121; font-family:var(--fonte-destaque); font-size: 35px; } main h2{ background-image: linear-gradient(to right, #f78989, #fad7d7); color: #BF2121; font-family: var(--fonto-android); } main img{ width: 100%; } main img.pequeno{ width: 50%; display: block; margin:auto; } main strong{ color: #bf2121; margin: 1px 4px; } main a{ background-color: #fac0c0d5; color: #f22929; text-decoration: none; margin: 2px 6px; } div{ background-color: #733636; padding: 10px; margin: -10px -20px ; margin-bottom: 10px; text-align: center; border-radius: 10px; } div iframe{ width: 100%; } aside{ background-color: #f0a8a8; padding: 10px; border-radius: 10px; } aside > ul{ list-style-type: '\2714'; columns: 2; list-style-position: inside; } aside > h3{ background-color:#BF2121; margin: -10px -10px 0px -10px; padding: 5px; color: white; border-radius: 10px; } footer{ background-color: #BF2121; text-align: center; margin-bottom: .5px; padding: 5px; color: white; }
style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Style+Script&display=swap'); @font-face{ font-family: 'Android'; src: url('/fontes/idroid.otf') format('opentype'); font-weight: normal; } :root{ --fonte-padra:Arial, Verdana, Helvetica, sans-serif; --fonte-destaque:'Bebas Neue', cursive; --fonto-android: 'Android', cursive; } * { margin: 0px; padding: 0px; } body{ background-color:#f47373; font-family:var(--fonte-padra) ; } p{ margin: 15px 0px; text-align: justify; font-size: 17px; text-indent: 30px; } header{ background-image: linear-gradient(to bottom, #f86060, #f22929, #bf2121 ); min-height: 150px; text-align: center; padding-top: 30px; } header > h1{ font-family:var(--fonte-destaque); font-size: 50px; color: rgb(255, 255, 255); margin-bottom: 20px; } header > p{ color: white; text-align: center; } nav{ background-color: #BF2121; padding: 10px; box-shadow: 0px 7px 9px #00000033; } nav > a{ color: white; padding: 10px; text-decoration: none; font-weight:bold ; } nav > a:hover{ background-color: #fd5e5e; color: #BF2121; } main{ background-color: white; min-width: 300px; max-width: 1000px; margin: auto; margin-bottom: 30px; padding: 20px; box-shadow:0px 0px 10px #733636 ; } main h1{ color: #BF2121; font-family:var(--fonte-destaque); font-size: 35px; } main h2{ background-image: linear-gradient(to right, #f78989, #fad7d7); color: #BF2121; font-family: var(--fonto-android); } main img{ width: 100%; } main img.pequeno{ width: 50%; display: block; margin:auto; } main strong{ color: #bf2121; margin: 1px 4px; } main a{ background-color: #fac0c0d5; color: #f22929; text-decoration: none; margin: 2px 6px; } div{ background-color: #733636; padding: 10px; margin: -10px -20px ; margin-bottom: 10px; text-align: center; border-radius: 10px; } div iframe{ width: 100%; } aside{ background-color: #f0a8a8; padding: 10px; border-radius: 10px; } aside > ul{ list-style-type: '\2714'; columns: 2; list-style-position: inside; } aside > h3{ background-color:#BF2121; margin: -10px -10px 0px -10px; padding: 5px; color: white; border-radius: 10px; } footer{ background-color: #BF2121; text-align: center; margin-bottom: .5px; padding: 5px; color: white; }
0.266166
0.091666
.wsd-header, #wsd-header-bg, .wsd-layout-cell, .wsd-layout-wrapper, .wsd-footer, .wsd-nav, #wsd-hmenu-bg, .wsd-sheet, .clearfix { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } .wsd-textblock > div { display: block; line-height: normal; zoom: 1; } .wsd-header { z-index: 1; background-image: [headerimage]; background-position: [headerposition]; } #wsd-header-bg { display: none; } .wsd-hmenu>li, .wsd-hmenu>li>a { display: inline !important; zoom: 1; float: none !important; vertical-align: top; } ul.wsd-hmenu, ul.wsd-hmenu ul { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } #wsd-hmenu-bg { display: none; } ul.wsd-hmenu>li:first-child { padding-right:1px; } ul.wsd-hmenu ul{ background-color: #4386B2 !important; } .wsd-content-layout, .wsd-content-layout-row, .wsd-layout-cell { display: block; zoom: 1; } .wsd-layout-cell { position:relative; float: left; clear: right; } ul.wsd-vmenu, ul.wsd-vmenu ul, ul.wsd-vmenu li{ zoom: 1; } ul.wsd-vmenu ul { } input[type="text"] { margin:0 0 0 -3px; zoom:expression(runtimeStyle.zoom = 1, parentNode.insertBefore(document.createElement('div'), this).appendChild(this)); } * html input[type="text"] { margin :0; } form.wsd-search>input[type="text"] { margin:0 0 0 -3px; zoom:expression(runtimeStyle.zoom = 1, parentNode.insertBefore(document.createElement('div'), this).appendChild(this)); } form.wsd-search div>input[type="text"] { width: 100%; } * html form.wsd-search>input[type="text"] { margin :0; } form.wsd-search { zoom: 1; } .wsd-postheadericons span{ zoom: 1; } .wsd-postcontent { height: 1%; } .wsd-postfootericons span{ zoom: 1; } .close-alt, .arrow-right-alt, .arrow-left-alt { display: block !important; } .cw, .ccw { display: none !important; } .wsd-sidebar2 { width: auto; float:none; }
themes/mythm/style.ie7.css
.wsd-header, #wsd-header-bg, .wsd-layout-cell, .wsd-layout-wrapper, .wsd-footer, .wsd-nav, #wsd-hmenu-bg, .wsd-sheet, .clearfix { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } .wsd-textblock > div { display: block; line-height: normal; zoom: 1; } .wsd-header { z-index: 1; background-image: [headerimage]; background-position: [headerposition]; } #wsd-header-bg { display: none; } .wsd-hmenu>li, .wsd-hmenu>li>a { display: inline !important; zoom: 1; float: none !important; vertical-align: top; } ul.wsd-hmenu, ul.wsd-hmenu ul { zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).className="cleared"); } #wsd-hmenu-bg { display: none; } ul.wsd-hmenu>li:first-child { padding-right:1px; } ul.wsd-hmenu ul{ background-color: #4386B2 !important; } .wsd-content-layout, .wsd-content-layout-row, .wsd-layout-cell { display: block; zoom: 1; } .wsd-layout-cell { position:relative; float: left; clear: right; } ul.wsd-vmenu, ul.wsd-vmenu ul, ul.wsd-vmenu li{ zoom: 1; } ul.wsd-vmenu ul { } input[type="text"] { margin:0 0 0 -3px; zoom:expression(runtimeStyle.zoom = 1, parentNode.insertBefore(document.createElement('div'), this).appendChild(this)); } * html input[type="text"] { margin :0; } form.wsd-search>input[type="text"] { margin:0 0 0 -3px; zoom:expression(runtimeStyle.zoom = 1, parentNode.insertBefore(document.createElement('div'), this).appendChild(this)); } form.wsd-search div>input[type="text"] { width: 100%; } * html form.wsd-search>input[type="text"] { margin :0; } form.wsd-search { zoom: 1; } .wsd-postheadericons span{ zoom: 1; } .wsd-postcontent { height: 1%; } .wsd-postfootericons span{ zoom: 1; } .close-alt, .arrow-right-alt, .arrow-left-alt { display: block !important; } .cw, .ccw { display: none !important; } .wsd-sidebar2 { width: auto; float:none; }
0.274449
0.095941
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; box-sizing: border-box; list-style: none; text-decoration: none; } body{ /* background-color: #C5DDEB; */ margin: 0; padding: 0; height: 100vh; width: 100vw; } button:focus, input:focus { outline: 0; } .container { width: 100%; height: 100%; background-color: #eee; display: flex; justify-content: center; align-items: center; } main { width: 100%; display: flex; justify-content: center; } #main { display: flex; max-width: 1368px; overflow-x: auto; } /* estiliza o scroll do componente */ #main::-webkit-scrollbar { height: 8px; background:#EEEEEE; } #main::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); } #main::-webkit-scrollbar-thumb { border-radius:10px; background:#8665C2; } .card { width: 150px; min-width: 150px; height: 250px; background-color: #fff; background: linear-gradient(#f8f8f8, #fff); box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4); border-radius: 6px; overflow: hidden; position: relative; margin: 1.5rem; transition: all 0.4s; } .card.checked{ width: 400px; min-width: 400px; } .card.empty{ display: flex; justify-content: center; align-items: center; background: rgba(255,255,255, 0.1); border: dashed 2px rgb(134 101 194 / 0.31); cursor: pointer; transition: all linear 0.3s; } .card.empty:hover{ background: rgba(255,255,255, 0.8); } .card.empty em{ font-size: 70px; color: rgb(134 101 194 / 0.31); } .card h1 { text-align: center; } .card .switch { position: absolute; top: 5px; left: 5px; z-index: 3; } .switch { position: relative; display: inline-block; width: 35px; height: 18px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #535461; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 10px; width: 10px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #8665C2; } input:focus + .slider { box-shadow: 0 0 1px #8665C2; } input:checked + .slider:before { -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .card .additional { position: absolute; width: 100%; height: 100%; background: linear-gradient(#dE685E, #EE786E); /* transition: width 0.4s; */ overflow: hidden; z-index: 2; } .card.green .additional { background: linear-gradient(#92bCa6, #A2CCB6); } .card .additional .user-card { width: 150px; height: 100%; position: relative; float: left; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card .additional .user-card::after { content: ""; display: block; position: absolute; top: 10%; right: -2px; height: 80%; border-left: 2px solid rgba(0,0,0,0.025); } .card .additional .user-card .name { top: 15%; color: #fff; text-transform: uppercase; font-size: 0.75em; font-weight: bold; background: rgba(0,0,0,0.15); padding: 0.125rem 0.75rem; border-radius: 100px; white-space: nowrap; margin-top: 20px; } .card .additional .more-info { width: 250px; float: left; position: absolute; left: 150px; height: 100%; } .card .additional .more-info h1 { color: #fff; margin-bottom: 0; } .more-info .points { width: calc(100% - 10px); margin-left: 10px; color: #fff; margin-top: 20px; } .points th, td { text-align: left; } .points th.center, td.center { text-align: center; } .points .item td.st { color: #ce2525; } .points .item td.st.on { color: #30a731; } .points .item td.ac { color: #ce2525; } .points .item td.ac.on { color: #30a731; } .more-info .status { position: absolute; right: 1rem; bottom: 1rem; color: white; }
public/css/main.css
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; box-sizing: border-box; list-style: none; text-decoration: none; } body{ /* background-color: #C5DDEB; */ margin: 0; padding: 0; height: 100vh; width: 100vw; } button:focus, input:focus { outline: 0; } .container { width: 100%; height: 100%; background-color: #eee; display: flex; justify-content: center; align-items: center; } main { width: 100%; display: flex; justify-content: center; } #main { display: flex; max-width: 1368px; overflow-x: auto; } /* estiliza o scroll do componente */ #main::-webkit-scrollbar { height: 8px; background:#EEEEEE; } #main::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); } #main::-webkit-scrollbar-thumb { border-radius:10px; background:#8665C2; } .card { width: 150px; min-width: 150px; height: 250px; background-color: #fff; background: linear-gradient(#f8f8f8, #fff); box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4); border-radius: 6px; overflow: hidden; position: relative; margin: 1.5rem; transition: all 0.4s; } .card.checked{ width: 400px; min-width: 400px; } .card.empty{ display: flex; justify-content: center; align-items: center; background: rgba(255,255,255, 0.1); border: dashed 2px rgb(134 101 194 / 0.31); cursor: pointer; transition: all linear 0.3s; } .card.empty:hover{ background: rgba(255,255,255, 0.8); } .card.empty em{ font-size: 70px; color: rgb(134 101 194 / 0.31); } .card h1 { text-align: center; } .card .switch { position: absolute; top: 5px; left: 5px; z-index: 3; } .switch { position: relative; display: inline-block; width: 35px; height: 18px; } .switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #535461; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 10px; width: 10px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #8665C2; } input:focus + .slider { box-shadow: 0 0 1px #8665C2; } input:checked + .slider:before { -webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .card .additional { position: absolute; width: 100%; height: 100%; background: linear-gradient(#dE685E, #EE786E); /* transition: width 0.4s; */ overflow: hidden; z-index: 2; } .card.green .additional { background: linear-gradient(#92bCa6, #A2CCB6); } .card .additional .user-card { width: 150px; height: 100%; position: relative; float: left; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card .additional .user-card::after { content: ""; display: block; position: absolute; top: 10%; right: -2px; height: 80%; border-left: 2px solid rgba(0,0,0,0.025); } .card .additional .user-card .name { top: 15%; color: #fff; text-transform: uppercase; font-size: 0.75em; font-weight: bold; background: rgba(0,0,0,0.15); padding: 0.125rem 0.75rem; border-radius: 100px; white-space: nowrap; margin-top: 20px; } .card .additional .more-info { width: 250px; float: left; position: absolute; left: 150px; height: 100%; } .card .additional .more-info h1 { color: #fff; margin-bottom: 0; } .more-info .points { width: calc(100% - 10px); margin-left: 10px; color: #fff; margin-top: 20px; } .points th, td { text-align: left; } .points th.center, td.center { text-align: center; } .points .item td.st { color: #ce2525; } .points .item td.st.on { color: #30a731; } .points .item td.ac { color: #ce2525; } .points .item td.ac.on { color: #30a731; } .more-info .status { position: absolute; right: 1rem; bottom: 1rem; color: white; }
0.494385
0.087564
@keyframes dwave { 0% { transform: rotate(45deg); } 25% { transform: rotate(-45deg); } 50% { transform: rotate(-135deg); } 75% { transform: rotate(-225deg); } 100% { transform: rotate(-225deg); } } .dwave { --animd: 2s; animation: dwave calc(4 * var(--animd)) step-end infinite; } @keyframes dwave__box { 0% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } 10% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.5); } 20% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } 100% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } } .dwave__box { animation: dwave__box var(--animd) infinite; stroke-width: 1; transform-origin: 0 0; } .dwave__box--0 { --x-offset: -15px; --y-offset: -15px; animation-delay: calc(-8 * var(--animd) / 8); } .dwave__box--1 { --x-offset: -5px; --y-offset: -15px; animation-delay: calc(-7 * var(--animd) / 8); } .dwave__box--2 { --x-offset: 5px; --y-offset: -15px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--3 { --x-offset: 15px; --y-offset: -15px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--4 { --x-offset: -15px; --y-offset: -5px; animation-delay: calc(-7 * var(--animd) / 8); } .dwave__box--5 { --x-offset: -5px; --y-offset: -5px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--6 { --x-offset: 5px; --y-offset: -5px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--7 { --x-offset: 15px; --y-offset: -5px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--8 { --x-offset: -15px; --y-offset: 5px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--9 { --x-offset: -5px; --y-offset: 5px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--a { --x-offset: 5px; --y-offset: 5px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--b { --x-offset: 15px; --y-offset: 5px; animation-delay: calc(-3 * var(--animd) / 8); } .dwave__box--c { --x-offset: -15px; --y-offset: 15px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--d { --x-offset: -5px; --y-offset: 15px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--e { --x-offset: 5px; --y-offset: 15px; animation-delay: calc(-3 * var(--animd) / 8); } .dwave__box--f { --x-offset: 15px; --y-offset: 15px; animation-delay: calc(-2 * var(--animd) / 8); }
components/Dwave.css
@keyframes dwave { 0% { transform: rotate(45deg); } 25% { transform: rotate(-45deg); } 50% { transform: rotate(-135deg); } 75% { transform: rotate(-225deg); } 100% { transform: rotate(-225deg); } } .dwave { --animd: 2s; animation: dwave calc(4 * var(--animd)) step-end infinite; } @keyframes dwave__box { 0% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } 10% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.5); } 20% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } 100% { transform: translate(var(--x-offset), var(--y-offset)) scale(0.1); } } .dwave__box { animation: dwave__box var(--animd) infinite; stroke-width: 1; transform-origin: 0 0; } .dwave__box--0 { --x-offset: -15px; --y-offset: -15px; animation-delay: calc(-8 * var(--animd) / 8); } .dwave__box--1 { --x-offset: -5px; --y-offset: -15px; animation-delay: calc(-7 * var(--animd) / 8); } .dwave__box--2 { --x-offset: 5px; --y-offset: -15px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--3 { --x-offset: 15px; --y-offset: -15px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--4 { --x-offset: -15px; --y-offset: -5px; animation-delay: calc(-7 * var(--animd) / 8); } .dwave__box--5 { --x-offset: -5px; --y-offset: -5px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--6 { --x-offset: 5px; --y-offset: -5px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--7 { --x-offset: 15px; --y-offset: -5px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--8 { --x-offset: -15px; --y-offset: 5px; animation-delay: calc(-6 * var(--animd) / 8); } .dwave__box--9 { --x-offset: -5px; --y-offset: 5px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--a { --x-offset: 5px; --y-offset: 5px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--b { --x-offset: 15px; --y-offset: 5px; animation-delay: calc(-3 * var(--animd) / 8); } .dwave__box--c { --x-offset: -15px; --y-offset: 15px; animation-delay: calc(-5 * var(--animd) / 8); } .dwave__box--d { --x-offset: -5px; --y-offset: 15px; animation-delay: calc(-4 * var(--animd) / 8); } .dwave__box--e { --x-offset: 5px; --y-offset: 15px; animation-delay: calc(-3 * var(--animd) / 8); } .dwave__box--f { --x-offset: 15px; --y-offset: 15px; animation-delay: calc(-2 * var(--animd) / 8); }
0.654895
0.305477
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;400;700&family=Merriweather:wght@300;400;700&display=swap'); :root { --bgColor: #eaeaea; --mainColor: #fff; --secundaryColor:#304CFD; --textColor: #44566C; } body { background: var(--bgColor); color: var(--textColor); font-family: 'Archivo', sans-serif; padding: 0; margin: 0; height: 100vh; /* background: linear-gradient(to right, #55439E, #952FFF); */ } a { text-decoration: none; color: var(--textColor); } h1 { font-family: "Merriweather", serif; font-size: 1.5rem; margin-bottom: 0.625rem; } h1 span { font-weight: 100; } h2 { font-size: 1.3rem; text-align: left; } p { font-size: .9rem; line-height: 1.5rem; font-weight: 300; } .mainContainer { height: 100%; width: 100%; display: inline-table; align-items: center; justify-content: center; text-align: center; margin: 0 auto; } .box { width: 240px; background-color: var(--mainColor); border-radius: 20px; padding: 2rem; position: relative; transition: box-shadow .3s ease-in-out; margin: 2rem auto; } /* .box:first-child { margin-top: 7rem; } */ .sidebar { margin-top: -8rem; margin-bottom: 1.5625rem; margin-left: auto; margin-right: auto; transition: all .3s ease-in-out; } .avatar { margin: 20px 0; } .avatar img { height: 150px; width: 150px; border-radius: 40px; } .role { background-color: #F5F6F7; color: #44566C; display: inline-block; padding: .4rem .6rem; font-size: .8rem; font-weight: 400; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 1rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .social { margin-top: 1rem; margin-bottom: 1rem; cursor: pointer; } .socialIcons { width: 15px; height: 15px; background-image: url('../svg/iconLinkedin.svg'); background-position: center; background-repeat: no-repeat; background-size: auto; display: inline-block; } .contacts { list-style: none; padding-left: 0; margin-bottom: .5rem; overflow: hidden; } .contactInfos { display: block; margin-left: auto; margin-right: auto; margin-bottom: .5rem; font-size: .9rem; } .boxInner { background-color: #F5F8F9; padding-top: 1rem; padding-bottom: 1rem; position: relative; z-index: 0; } .boxInner::before { content: ''; background-color: #F5F8F9; height: 100%; position: absolute; top: 0; right: -32px; width: 2rem; z-index: -1; border-radius: 0 0 16px 0; } .boxInner::after { content: ''; background-color: #F5F8F9; height: 100%; position: absolute; top: 0; left: -32px; width: 2rem; z-index: -1; border-radius: 0 0 0 16px; } .iconContacts { width: 15px; height: 15px; margin-right: .5rem; vertical-align: top; } .btn { background-color: var(--secundaryColor); border-radius: 20px; border: 0; box-shadow: 0 0.5rem 1rem rgb(48 76 253 / 15%), 0 0.125rem 0.25rem rgb(48 76 253 / 15%); color: #fff; cursor: pointer; font-size: 1rem; font-weight: 400; line-height: inherit; padding: 1rem 4rem 1rem; position: relative; transition: .4s ease-in-out; white-space: nowrap; } .ctaIcon { width: 15px; height: 15px; background-image: url('../svg/iconDownload.svg'); background-position: center; background-repeat: no-repeat; background-size: auto; display: inline-block; } .about { text-align: left; } .about h2 { font-size: 1.6rem; margin-top: 0; } .contentLine::before { content: ''; background-color: #304CFD; border-radius: 0.5rem; height: .2rem; position: absolute; top: 4rem; width: 3rem; z-index: 1; } .caseItem { background: var(--mainColor); flex-direction: column; align-items: center; margin-bottom: 1.25rem; padding: 1rem; text-align: center; border-radius: 1rem; } .iconJobs { width: 100%; } .skills { margin: 0 auto; } .iconSkills { width: 55px; height: 55px; } .boxInnerRounded { padding: 2rem 2rem 0 2rem!important; } footer { text-align: center; padding: 1rem; display: block; } footer p { font-size: .8rem; } @media only screen and (min-width: 768px){ .box { width: 500px; } .iconSkills { padding: .3rem; } } @media only screen and (min-width: 1000px){ .box { width: 750px; } .iconSkills { padding: .6rem; } .boxCaseItems { display: flex; flex-wrap: wrap; } .caseItem { margin: .5rem auto; width: 100%; } } @media only screen and (min-width: 1440px){ .mainContainer { display: flex; align-items: baseline; max-width: 1200px; height: auto; } .box:first-child { position: relative; /* top: 1.5rem; */ } .about p { margin-bottom: 2rem; } .boxInner h2 { display: block; } .iconSkills { padding: 1rem; } }
webpages/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;400;700&family=Merriweather:wght@300;400;700&display=swap'); :root { --bgColor: #eaeaea; --mainColor: #fff; --secundaryColor:#304CFD; --textColor: #44566C; } body { background: var(--bgColor); color: var(--textColor); font-family: 'Archivo', sans-serif; padding: 0; margin: 0; height: 100vh; /* background: linear-gradient(to right, #55439E, #952FFF); */ } a { text-decoration: none; color: var(--textColor); } h1 { font-family: "Merriweather", serif; font-size: 1.5rem; margin-bottom: 0.625rem; } h1 span { font-weight: 100; } h2 { font-size: 1.3rem; text-align: left; } p { font-size: .9rem; line-height: 1.5rem; font-weight: 300; } .mainContainer { height: 100%; width: 100%; display: inline-table; align-items: center; justify-content: center; text-align: center; margin: 0 auto; } .box { width: 240px; background-color: var(--mainColor); border-radius: 20px; padding: 2rem; position: relative; transition: box-shadow .3s ease-in-out; margin: 2rem auto; } /* .box:first-child { margin-top: 7rem; } */ .sidebar { margin-top: -8rem; margin-bottom: 1.5625rem; margin-left: auto; margin-right: auto; transition: all .3s ease-in-out; } .avatar { margin: 20px 0; } .avatar img { height: 150px; width: 150px; border-radius: 40px; } .role { background-color: #F5F6F7; color: #44566C; display: inline-block; padding: .4rem .6rem; font-size: .8rem; font-weight: 400; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 1rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .social { margin-top: 1rem; margin-bottom: 1rem; cursor: pointer; } .socialIcons { width: 15px; height: 15px; background-image: url('../svg/iconLinkedin.svg'); background-position: center; background-repeat: no-repeat; background-size: auto; display: inline-block; } .contacts { list-style: none; padding-left: 0; margin-bottom: .5rem; overflow: hidden; } .contactInfos { display: block; margin-left: auto; margin-right: auto; margin-bottom: .5rem; font-size: .9rem; } .boxInner { background-color: #F5F8F9; padding-top: 1rem; padding-bottom: 1rem; position: relative; z-index: 0; } .boxInner::before { content: ''; background-color: #F5F8F9; height: 100%; position: absolute; top: 0; right: -32px; width: 2rem; z-index: -1; border-radius: 0 0 16px 0; } .boxInner::after { content: ''; background-color: #F5F8F9; height: 100%; position: absolute; top: 0; left: -32px; width: 2rem; z-index: -1; border-radius: 0 0 0 16px; } .iconContacts { width: 15px; height: 15px; margin-right: .5rem; vertical-align: top; } .btn { background-color: var(--secundaryColor); border-radius: 20px; border: 0; box-shadow: 0 0.5rem 1rem rgb(48 76 253 / 15%), 0 0.125rem 0.25rem rgb(48 76 253 / 15%); color: #fff; cursor: pointer; font-size: 1rem; font-weight: 400; line-height: inherit; padding: 1rem 4rem 1rem; position: relative; transition: .4s ease-in-out; white-space: nowrap; } .ctaIcon { width: 15px; height: 15px; background-image: url('../svg/iconDownload.svg'); background-position: center; background-repeat: no-repeat; background-size: auto; display: inline-block; } .about { text-align: left; } .about h2 { font-size: 1.6rem; margin-top: 0; } .contentLine::before { content: ''; background-color: #304CFD; border-radius: 0.5rem; height: .2rem; position: absolute; top: 4rem; width: 3rem; z-index: 1; } .caseItem { background: var(--mainColor); flex-direction: column; align-items: center; margin-bottom: 1.25rem; padding: 1rem; text-align: center; border-radius: 1rem; } .iconJobs { width: 100%; } .skills { margin: 0 auto; } .iconSkills { width: 55px; height: 55px; } .boxInnerRounded { padding: 2rem 2rem 0 2rem!important; } footer { text-align: center; padding: 1rem; display: block; } footer p { font-size: .8rem; } @media only screen and (min-width: 768px){ .box { width: 500px; } .iconSkills { padding: .3rem; } } @media only screen and (min-width: 1000px){ .box { width: 750px; } .iconSkills { padding: .6rem; } .boxCaseItems { display: flex; flex-wrap: wrap; } .caseItem { margin: .5rem auto; width: 100%; } } @media only screen and (min-width: 1440px){ .mainContainer { display: flex; align-items: baseline; max-width: 1200px; height: auto; } .box:first-child { position: relative; /* top: 1.5rem; */ } .about p { margin-bottom: 2rem; } .boxInner h2 { display: block; } .iconSkills { padding: 1rem; } }
0.396652
0.069922
html { height:100%; } body { background: #293B47; font-family: 'Open Sans', sans-serif; margin:0; height:100%; } * { box-sizing: border-box; } .splash { position:absolute; top:0; left:0; width:100%; height:100%; transform-origin:100% 50%; } .top-splash { width:100%; height:100%; background: #293B47; text-align:center; } .bottom-splash { width:100%; height:50%; background: #293B47; } .top-splash img { height:150px; margin-bottom:20px; } .student-text-box { font-size:36px; padding:10px 20px; background:rgba(255,255,255, 0.3); border-radius:10px; border:0; border:transparent 3px solid; outline:none; color:white; } .student-text-box:active { outline:none; } button:focus {outline:0;} .top-pane { width:100%; height:8%; float:left; text-align:center; } .title { color:white; margin:auto auto; } .name-area { color:white; text-align:right; margin-right:50px; } .side-cell { width:30%; } .title img { height:42px; } .left-pane { width:20%; height:77%; float:left; background: #5F7A87; } .right-pane { width:80%; height:77%; float:left; background: #5F7A87; } .bottom-pane { float:left; width:100%; height:15%; } .back-button { height:100%; width:100%; background: #CBFF48; border-radius:10px; font-size:44px; font-weight:bold; text-align:center; cursor:pointer; } .back-button:hover { border:#000 3px solid; } .back-button:active { opacity:0.8; } .next-button { float:left; height:100%; width:100%; background: #CBFF48; border-radius:10px; font-size:44px; font-weight:bold; text-align:center; cursor:pointer; } .next-button:hover { border:#000 3px solid; } .next-button:active { opacity:0.8; } .back-button-cell { width:15%; padding:20px; } .bottom-center-cell { width:70%; position:relative; } .next-button-cell { width:15%; padding:20px; } .question-answer-area { color:white; width:100%; text-align:center; } .question-answer-area p { margin-top: 3px; margin-bottom: 10px; } .answer-area { position:relative; width:508px; margin:0 auto; } .error-area { width:100%; height:71px; position:absolute; background:rgb(41, 59, 71); top:0; left:0; border-radius:10px; border:rgba(255,0,0,0.5) 2px solid; } .success-area { width:100%; height:71px; position:absolute; background:#CBFF48; top:0; left:0; color:#293B47; border-radius:10px; border: #293B47 2px solid; } map { display:block; width:100%; height:100%; position:relative; } .map-path { fill:rgb(41, 59, 71); } .icon { width:40px; height:40px; } .data-window { position:absolute; } .data-window * { margin:0; padding:0; } .data-container { margin-top:-53px; margin-left: -50%; float: left; font-size:13px; } .temp-data { float:left; padding:3px 10px; background:red; opacity:0.8; color:white; border-radius:5px 0px 0px 0px; border: 2px rgba(255, 255, 255, 0.96) solid; border-left: 0px; border-right: 0px; } .city-name { float:left; padding:3px 10px; background:blue; opacity:0.8; color:white; border-radius:0px 0px 5px 0px; border: 2px rgba(255, 255, 255, 0.96) solid; border-left: 0px; border-right: 0px; } .weather-data img { height:40px; margin-bottom:-4px; margin-left:calc(50% - 20px); } .selected { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); width:100%; height:60%; position:relative; } .selected .data { background-color: #293B47; } .selected .data-item { margin-left:10px; background-color:antiquewhite; } .selected .left-column { float:left;width:30%;height:100%; } .selected .right-column { float:left;width:70%;height:100%; } .selected .components { background-color:#293B47; } .selected .component-item { background-color:#CBFF48; border-radius:5px; opacity:1; } .selected .component-item .control-wrapper { background:none; border:none; } .selected .component-item .control-wrapper .control-text { margin-top:12px; color:#293B47; } .selected-header { color:white; text-align:right; margin:10px; } .selected .empty-component-item { background-color:#5F7A87; } .question { font-size:21px; } .answer-text-box { font-size:36px; padding:10px 20px; background:rgba(255,255,255, 0.3); border-radius:10px; border:0; border:transparent 3px solid; outline:none; color:white; } .answer-text-box:active { outline:none; } .answer-button { font-size:36px; padding:10px 20px; background: #CBFF48; border:0; border-radius:10px; cursor:pointer; border:transparent 3px solid; } .answer-button:hover { border:#000 3px solid; } .answer-button:active { opacity:0.8; } .student-button { font-size:36px; padding:10px 20px; background: #CBFF48; border:0; border-radius:10px; border:transparent 3px solid; opacity:0.1; } .student-button.valid { cursor:pointer; opacity:1; } .student-button.valid:hover { border:#000 3px solid; } .student-button.valid:active { opacity:0.8; } .selectionoff { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .thermometer { padding-top:2px; margin-top:13px; height: 35px; width: 36px; } .selected .empty-data-item { background-color:#5F7A87; } .toolbox { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); } .toolbox .icon { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; /* Required to make elements draggable in old WebKit */ -khtml-user-drag: element; -webkit-user-drag: element; } slider { display: inline-block; position: relative; height: 22px; width: 90%; margin: 25px 5px 25px 5px; vertical-align: middle; } slider span { white-space: nowrap; position: absolute; display: inline-block; } slider span.base { width: 100%; height: 100%; padding: 0; } slider span.bar { width: 100%; height: 100%; z-index: 0; background: #F5F5F5; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; border: 1px solid #E3E3E3; } slider span.bar.selection { width: 0%; z-index: 1; background: #F5F5F5; } slider span.pointer { cursor: pointer; width: 20px; height: 20px; top: 1px; background-color: #fff; border: 1px solid #000; z-index: 2; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; } slider span.pointer:after { content: ''; background-color: #2C3B44; width: 6px; height: 6px; position: absolute; top: 6px; left: 6px; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; } slider span.pointer:hover:after { background-color: #000; } slider span.pointer.active:after { background-color: #FF5C17; } slider span.bubble { cursor: default; top: -20px; padding: 1px 3px 1px 3px; font-size: 0.8em; font-family: sans-serif; } slider span.bubble.selection { top: 15px; } slider span.bubble.limit { color: #808080; } .helper { position:absolute; top:18%; left:18%; opacity:0.7; } .helper-arrow { float:left; } .helper-text { font-size:46px; font-weight:bold; color:white; float:left; width:700px; margin:100px 0 0 30px; } .workshop-helper-text { font-size:26px; font-weight:bold; color:white; position:absolute; top:0; left:0; height:50px; width:70%; text-align:center; opacity:0.4; margin-top:calc(50%); margin-left:15%; } .box-header { width:100%; padding:5px 10px; background:#293B47; margin:0; opacity:0.7; color:white; } .control-wrapper { width:100%; height:46px; padding:0; border:rgba(41,59,71, 0.5) 2px solid; border-radius:10px; margin-bottom:10px; cursor:pointer; position:relative; } .control-wrapper:hover { background:rgba(255,255,255, 0.1); } .box-content { padding:10px 10px 0 10px; } .control-text { float:left; margin-left:20px; margin-bottom:0; margin-top:10px; color:white; } .control-remove { margin:0; position:absolute; top:0; right:0; font-size:30px; clear:right; height:100%; line-height:26px; padding:10px; } .control-remove:hover { background:rgba(41, 59, 71, 0.1); border-radius:0px 5px 5px 0px; } .control-wrapper .icon { float:left; margin:4px 0 0 6px; } .selected img.dataset { height:28px; } .weather { height:30px; padding-top:5px; margin-left:6px; } .day-selector { font-size:24px; } .middle-cell { width:30px; } .value-cell { background:white; padding:5px 20px; text-align:center; } .change-cell { text-align:center; background:#CBFF48; cursor:pointer; border:transparent 2px solid; height:50px; } .not-changeable { background:rgba(203, 255, 72, 0.4); } .change-cell:hover { border:#000 2px solid; } selector { width:100%; display:block; height:129px; }
styles/style.css
html { height:100%; } body { background: #293B47; font-family: 'Open Sans', sans-serif; margin:0; height:100%; } * { box-sizing: border-box; } .splash { position:absolute; top:0; left:0; width:100%; height:100%; transform-origin:100% 50%; } .top-splash { width:100%; height:100%; background: #293B47; text-align:center; } .bottom-splash { width:100%; height:50%; background: #293B47; } .top-splash img { height:150px; margin-bottom:20px; } .student-text-box { font-size:36px; padding:10px 20px; background:rgba(255,255,255, 0.3); border-radius:10px; border:0; border:transparent 3px solid; outline:none; color:white; } .student-text-box:active { outline:none; } button:focus {outline:0;} .top-pane { width:100%; height:8%; float:left; text-align:center; } .title { color:white; margin:auto auto; } .name-area { color:white; text-align:right; margin-right:50px; } .side-cell { width:30%; } .title img { height:42px; } .left-pane { width:20%; height:77%; float:left; background: #5F7A87; } .right-pane { width:80%; height:77%; float:left; background: #5F7A87; } .bottom-pane { float:left; width:100%; height:15%; } .back-button { height:100%; width:100%; background: #CBFF48; border-radius:10px; font-size:44px; font-weight:bold; text-align:center; cursor:pointer; } .back-button:hover { border:#000 3px solid; } .back-button:active { opacity:0.8; } .next-button { float:left; height:100%; width:100%; background: #CBFF48; border-radius:10px; font-size:44px; font-weight:bold; text-align:center; cursor:pointer; } .next-button:hover { border:#000 3px solid; } .next-button:active { opacity:0.8; } .back-button-cell { width:15%; padding:20px; } .bottom-center-cell { width:70%; position:relative; } .next-button-cell { width:15%; padding:20px; } .question-answer-area { color:white; width:100%; text-align:center; } .question-answer-area p { margin-top: 3px; margin-bottom: 10px; } .answer-area { position:relative; width:508px; margin:0 auto; } .error-area { width:100%; height:71px; position:absolute; background:rgb(41, 59, 71); top:0; left:0; border-radius:10px; border:rgba(255,0,0,0.5) 2px solid; } .success-area { width:100%; height:71px; position:absolute; background:#CBFF48; top:0; left:0; color:#293B47; border-radius:10px; border: #293B47 2px solid; } map { display:block; width:100%; height:100%; position:relative; } .map-path { fill:rgb(41, 59, 71); } .icon { width:40px; height:40px; } .data-window { position:absolute; } .data-window * { margin:0; padding:0; } .data-container { margin-top:-53px; margin-left: -50%; float: left; font-size:13px; } .temp-data { float:left; padding:3px 10px; background:red; opacity:0.8; color:white; border-radius:5px 0px 0px 0px; border: 2px rgba(255, 255, 255, 0.96) solid; border-left: 0px; border-right: 0px; } .city-name { float:left; padding:3px 10px; background:blue; opacity:0.8; color:white; border-radius:0px 0px 5px 0px; border: 2px rgba(255, 255, 255, 0.96) solid; border-left: 0px; border-right: 0px; } .weather-data img { height:40px; margin-bottom:-4px; margin-left:calc(50% - 20px); } .selected { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); width:100%; height:60%; position:relative; } .selected .data { background-color: #293B47; } .selected .data-item { margin-left:10px; background-color:antiquewhite; } .selected .left-column { float:left;width:30%;height:100%; } .selected .right-column { float:left;width:70%;height:100%; } .selected .components { background-color:#293B47; } .selected .component-item { background-color:#CBFF48; border-radius:5px; opacity:1; } .selected .component-item .control-wrapper { background:none; border:none; } .selected .component-item .control-wrapper .control-text { margin-top:12px; color:#293B47; } .selected-header { color:white; text-align:right; margin:10px; } .selected .empty-component-item { background-color:#5F7A87; } .question { font-size:21px; } .answer-text-box { font-size:36px; padding:10px 20px; background:rgba(255,255,255, 0.3); border-radius:10px; border:0; border:transparent 3px solid; outline:none; color:white; } .answer-text-box:active { outline:none; } .answer-button { font-size:36px; padding:10px 20px; background: #CBFF48; border:0; border-radius:10px; cursor:pointer; border:transparent 3px solid; } .answer-button:hover { border:#000 3px solid; } .answer-button:active { opacity:0.8; } .student-button { font-size:36px; padding:10px 20px; background: #CBFF48; border:0; border-radius:10px; border:transparent 3px solid; opacity:0.1; } .student-button.valid { cursor:pointer; opacity:1; } .student-button.valid:hover { border:#000 3px solid; } .student-button.valid:active { opacity:0.8; } .selectionoff { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .thermometer { padding-top:2px; margin-top:13px; height: 35px; width: 36px; } .selected .empty-data-item { background-color:#5F7A87; } .toolbox { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); } .toolbox .icon { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none; /* Required to make elements draggable in old WebKit */ -khtml-user-drag: element; -webkit-user-drag: element; } slider { display: inline-block; position: relative; height: 22px; width: 90%; margin: 25px 5px 25px 5px; vertical-align: middle; } slider span { white-space: nowrap; position: absolute; display: inline-block; } slider span.base { width: 100%; height: 100%; padding: 0; } slider span.bar { width: 100%; height: 100%; z-index: 0; background: #F5F5F5; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; border: 1px solid #E3E3E3; } slider span.bar.selection { width: 0%; z-index: 1; background: #F5F5F5; } slider span.pointer { cursor: pointer; width: 20px; height: 20px; top: 1px; background-color: #fff; border: 1px solid #000; z-index: 2; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; } slider span.pointer:after { content: ''; background-color: #2C3B44; width: 6px; height: 6px; position: absolute; top: 6px; left: 6px; -webkit-border-radius: 1em/1em; border-radius: 1em/1em; } slider span.pointer:hover:after { background-color: #000; } slider span.pointer.active:after { background-color: #FF5C17; } slider span.bubble { cursor: default; top: -20px; padding: 1px 3px 1px 3px; font-size: 0.8em; font-family: sans-serif; } slider span.bubble.selection { top: 15px; } slider span.bubble.limit { color: #808080; } .helper { position:absolute; top:18%; left:18%; opacity:0.7; } .helper-arrow { float:left; } .helper-text { font-size:46px; font-weight:bold; color:white; float:left; width:700px; margin:100px 0 0 30px; } .workshop-helper-text { font-size:26px; font-weight:bold; color:white; position:absolute; top:0; left:0; height:50px; width:70%; text-align:center; opacity:0.4; margin-top:calc(50%); margin-left:15%; } .box-header { width:100%; padding:5px 10px; background:#293B47; margin:0; opacity:0.7; color:white; } .control-wrapper { width:100%; height:46px; padding:0; border:rgba(41,59,71, 0.5) 2px solid; border-radius:10px; margin-bottom:10px; cursor:pointer; position:relative; } .control-wrapper:hover { background:rgba(255,255,255, 0.1); } .box-content { padding:10px 10px 0 10px; } .control-text { float:left; margin-left:20px; margin-bottom:0; margin-top:10px; color:white; } .control-remove { margin:0; position:absolute; top:0; right:0; font-size:30px; clear:right; height:100%; line-height:26px; padding:10px; } .control-remove:hover { background:rgba(41, 59, 71, 0.1); border-radius:0px 5px 5px 0px; } .control-wrapper .icon { float:left; margin:4px 0 0 6px; } .selected img.dataset { height:28px; } .weather { height:30px; padding-top:5px; margin-left:6px; } .day-selector { font-size:24px; } .middle-cell { width:30px; } .value-cell { background:white; padding:5px 20px; text-align:center; } .change-cell { text-align:center; background:#CBFF48; cursor:pointer; border:transparent 2px solid; height:50px; } .not-changeable { background:rgba(203, 255, 72, 0.4); } .change-cell:hover { border:#000 2px solid; } selector { width:100%; display:block; height:129px; }
0.416085
0.062732
nav { position: fixed; z-index: 100; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; width: 25vw; background-color: #FEFEFE; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } nav #header { width: 100%; padding: 29px 0; box-sizing: border-box; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); text-align: center; } nav #header a.logo { text-decoration: none; font-weight: bold; font-size: 47px; color: #fff; } nav #header a.hamburgerButton { display: none; } nav ul { list-style: none; padding: 0; margin: 0 29px; overflow: auto; flex: 3; } nav ul li { font-size: 18px; } nav ul li.sectionTitle { margin-top: 29px; font-weight: bold; } nav ul li:not(.sectionTitle) { margin-top: 18px; } nav ul li:not(.sectionTitle) a { color: #101010; text-decoration: none; } nav a#logout { display: block; text-align: center; color: darkred; font-size: 12px; text-decoration: none; margin-bottom: 18px; padding-bottom: 18px; } nav a#siteAccessButton { display: block; margin: 29px; padding: 18px; text-align: center; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); text-decoration: none; color: #101010; font-size: 18px; font-weight: bold; border-radius: 5px; } .inputContainer { position: relative; margin-bottom: 29px; } .inputContainer .image_input_preview { max-width: calc(75vw - ( 2 * 47px)); border-radius: 5px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; background-color: lightgrey; } .inputContainer .image_input_preview input[type="file"] { display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; z-index: 4; opacity: 0; } .inputContainer .image_input_preview:hover input[type="file"] { z-index: 2; } .inputContainer .image_input_preview::after { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); opacity: 0; transition: opacity .2s; } .inputContainer .image_input_preview:hover::after { opacity: 0.8; } .inputContainer .image_input_preview label { font-size: 18px; font-weight: bold; cursor: pointer; padding: 18px 29px; border-radius: 5px; background: #FEFEFE; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; opacity: 0; transition: opacity .2s; } .inputContainer .image_input_preview:hover label { opacity: 1; } .inputContainer .image_input_preview img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .inputContainer .image_input_preview img.fullHeight { height: 100%; } .inputContainer .image_input_preview img.fullWidth { width: 100%; } .inputContainer input[type="file"] { display: none; } .inputContainer textarea, .inputContainer input[type='text'], .inputContainer input[type='password'] { padding: 18px; background-color: #FEFEFE; font-size: 18px; line-height: 1.5; display: block; resize: none; border: none; border-radius: 5px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); width: 100%; max-width: 600px; height: auto; box-sizing: border-box; outline: none; } .inputContainer input[name^='number_'] { max-width: 250px; } .submitContainer { position: fixed; z-index: 10; top: 29px; right: 47px; padding: 5px; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); border-radius: 10px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); opacity: 0; } .submitContainer input[type="submit"], .submitContainer a { cursor: pointer; outline: none; display: block; text-decoration: none; -webkit-appearance: none; padding: 18px 29px; border-radius: 5px; border: none; font-size: 18px; color: #101010; font-weight: bold; background: #FEFEFE; } .submitContainer span.success { display: none; padding: 18px 29px; font-size: 18px; font-weight: 700; color: #FEFEFE; } .submitContainer, .submitContainer input[type="submit"] { transition: opacity .3s, box-shadow .2s, transform .2s; } .submitContainer:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .submitContainer.clickable { opacity: 1; } .submitContainer.loading input[type="submit"] { opacity: 0; } .submitContainer.success { transform: scale(1.2); box-shadow: 0 0 200px #96FBC4; } .submitContainer.success input[type="submit"] { display: none; } .submitContainer.success span.success { display: block; } #backButton { display: inline-block; vertical-align: middle; width: 52px; height: 52px; background: #FEFEFE; background: url("../images/icons/arrow_left.svg") no-repeat; background-size: 100%; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); border-radius: 5px; margin-right: 29px; } h1 { font-size: 29px; font-weight: bold; margin: 29px 0 47px; } h2 { font-size: 18px; font-weight: bold; margin: 0 0 11px; } p { font-size: 18px; line-height: 1.5; } p.error { font-size: 12px; color: darkred; } .collectionItemBox { display: flex; align-items: center; justify-content: stretch; padding: 18px; background-color: #FEFEFE; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); margin-bottom: 29px; border-radius: 5px; transition: box-shadow .2s, background-color .2s, border .2s; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .collectionItemBox:focus { outline: none; } .collectionItemBox:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .collectionItemBox.slip-reordering:hover { border: 3px solid #96FBC4; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .collectionItemBox h2 { flex: 3; margin: 0; } .collectionItemBox a.button { position: relative; display: block; margin: 0 29px; height: 40px; width: 40px; } .collectionItemBox a.button::after { content: " "; display: block; position: absolute; width: 100%; height: 0px; opacity: 0; bottom: -5px; left: 0; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); border-radius: 2.5px; transition: height .2s, opacity .2s; } .collectionItemBox a.button:hover::after { height: 5px; opacity: 1; } .collectionItemBox a.editButton { background: url("../images/icons/edit.svg") no-repeat center; background-size: auto 100%; } .collectionItemBox a.deleteButton { background: url("../images/icons/trashbin.svg") no-repeat center; background-size: auto 100%; } .collectionItemBox.waiting { background-color: #ba5914; } .collectionItemBox.waiting h2, .collectionItemBox.waiting a { visibility: hidden; } #login { height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); } #login form { max-width: 80%; width: 650px; background-color: #FEFEFE; padding: 29px; border-radius: 5px; text-align: center; } #login form .inputContainer { width: 100%; } #login form .inputContainer input { text-align: center; margin: 0 auto; } #login form .submitContainer { position: static; display: inline-block; } body { margin: 0; background: #FEFEFE; color: #101010; font-family: "Arial", sans-serif; } #content { margin-left: 25vw; width: 75vw; height: 100vh; overflow: auto; padding: 29px 47px; box-sizing: border-box; } @media screen and (max-width: 950px) and (min-width: 801px) { #content { margin-left: 30vw; width: 70vw; } nav { width: 30vw; } .inputContainer .image_input_preview { max-width: calc(70vw - ( 2 * 47px)); } } @media screen and (max-width: 800px) { #content { margin-left: 0; width: auto; height: auto; padding: 29px 18px 76px; } .inputContainer .image_input_preview { max-width: calc(100vw - ( 2 * 18px)); } nav { width: 100vw; position: relative; } nav #header { padding: 29px; display: flex; justify-content: space-between; } nav #header a.hamburgerButton { display: block; height: 50px; width: 50px; background: url("../images/icons/menu.svg") no-repeat center; background-size: 100%; } nav .navSection { display: none; } body.menuOpen #header a.hamburgerButton { background-image: url(../images/icons/close.svg); } body.menuOpen .navSection { display: block; } body.menuOpen #content { display: none; } .submitContainer { bottom: 26px; top: unset; right: 18px; left: 18px; text-align: center; } .submitContainer a, .submitContainer input[type=submit] { width: 100%; box-sizing: border-box; } #backButton { display: block; margin-bottom: 18px; } .collectionItemBox { padding: 18px 0 18px 11px; } .collectionItemBox a.button { margin: 0 18px; } }
Demo/admin/assets/styles/main.css
nav { position: fixed; z-index: 100; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; width: 25vw; background-color: #FEFEFE; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } nav #header { width: 100%; padding: 29px 0; box-sizing: border-box; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); text-align: center; } nav #header a.logo { text-decoration: none; font-weight: bold; font-size: 47px; color: #fff; } nav #header a.hamburgerButton { display: none; } nav ul { list-style: none; padding: 0; margin: 0 29px; overflow: auto; flex: 3; } nav ul li { font-size: 18px; } nav ul li.sectionTitle { margin-top: 29px; font-weight: bold; } nav ul li:not(.sectionTitle) { margin-top: 18px; } nav ul li:not(.sectionTitle) a { color: #101010; text-decoration: none; } nav a#logout { display: block; text-align: center; color: darkred; font-size: 12px; text-decoration: none; margin-bottom: 18px; padding-bottom: 18px; } nav a#siteAccessButton { display: block; margin: 29px; padding: 18px; text-align: center; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); text-decoration: none; color: #101010; font-size: 18px; font-weight: bold; border-radius: 5px; } .inputContainer { position: relative; margin-bottom: 29px; } .inputContainer .image_input_preview { max-width: calc(75vw - ( 2 * 47px)); border-radius: 5px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; background-color: lightgrey; } .inputContainer .image_input_preview input[type="file"] { display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; z-index: 4; opacity: 0; } .inputContainer .image_input_preview:hover input[type="file"] { z-index: 2; } .inputContainer .image_input_preview::after { content: ""; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); opacity: 0; transition: opacity .2s; } .inputContainer .image_input_preview:hover::after { opacity: 0.8; } .inputContainer .image_input_preview label { font-size: 18px; font-weight: bold; cursor: pointer; padding: 18px 29px; border-radius: 5px; background: #FEFEFE; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; opacity: 0; transition: opacity .2s; } .inputContainer .image_input_preview:hover label { opacity: 1; } .inputContainer .image_input_preview img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .inputContainer .image_input_preview img.fullHeight { height: 100%; } .inputContainer .image_input_preview img.fullWidth { width: 100%; } .inputContainer input[type="file"] { display: none; } .inputContainer textarea, .inputContainer input[type='text'], .inputContainer input[type='password'] { padding: 18px; background-color: #FEFEFE; font-size: 18px; line-height: 1.5; display: block; resize: none; border: none; border-radius: 5px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); width: 100%; max-width: 600px; height: auto; box-sizing: border-box; outline: none; } .inputContainer input[name^='number_'] { max-width: 250px; } .submitContainer { position: fixed; z-index: 10; top: 29px; right: 47px; padding: 5px; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); border-radius: 10px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); opacity: 0; } .submitContainer input[type="submit"], .submitContainer a { cursor: pointer; outline: none; display: block; text-decoration: none; -webkit-appearance: none; padding: 18px 29px; border-radius: 5px; border: none; font-size: 18px; color: #101010; font-weight: bold; background: #FEFEFE; } .submitContainer span.success { display: none; padding: 18px 29px; font-size: 18px; font-weight: 700; color: #FEFEFE; } .submitContainer, .submitContainer input[type="submit"] { transition: opacity .3s, box-shadow .2s, transform .2s; } .submitContainer:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .submitContainer.clickable { opacity: 1; } .submitContainer.loading input[type="submit"] { opacity: 0; } .submitContainer.success { transform: scale(1.2); box-shadow: 0 0 200px #96FBC4; } .submitContainer.success input[type="submit"] { display: none; } .submitContainer.success span.success { display: block; } #backButton { display: inline-block; vertical-align: middle; width: 52px; height: 52px; background: #FEFEFE; background: url("../images/icons/arrow_left.svg") no-repeat; background-size: 100%; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); border-radius: 5px; margin-right: 29px; } h1 { font-size: 29px; font-weight: bold; margin: 29px 0 47px; } h2 { font-size: 18px; font-weight: bold; margin: 0 0 11px; } p { font-size: 18px; line-height: 1.5; } p.error { font-size: 12px; color: darkred; } .collectionItemBox { display: flex; align-items: center; justify-content: stretch; padding: 18px; background-color: #FEFEFE; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); margin-bottom: 29px; border-radius: 5px; transition: box-shadow .2s, background-color .2s, border .2s; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .collectionItemBox:focus { outline: none; } .collectionItemBox:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .collectionItemBox.slip-reordering:hover { border: 3px solid #96FBC4; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .collectionItemBox h2 { flex: 3; margin: 0; } .collectionItemBox a.button { position: relative; display: block; margin: 0 29px; height: 40px; width: 40px; } .collectionItemBox a.button::after { content: " "; display: block; position: absolute; width: 100%; height: 0px; opacity: 0; bottom: -5px; left: 0; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); border-radius: 2.5px; transition: height .2s, opacity .2s; } .collectionItemBox a.button:hover::after { height: 5px; opacity: 1; } .collectionItemBox a.editButton { background: url("../images/icons/edit.svg") no-repeat center; background-size: auto 100%; } .collectionItemBox a.deleteButton { background: url("../images/icons/trashbin.svg") no-repeat center; background-size: auto 100%; } .collectionItemBox.waiting { background-color: #ba5914; } .collectionItemBox.waiting h2, .collectionItemBox.waiting a { visibility: hidden; } #login { height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; background: linear-gradient(to right bottom, #96FBC4 0%, #F9F586 100%); } #login form { max-width: 80%; width: 650px; background-color: #FEFEFE; padding: 29px; border-radius: 5px; text-align: center; } #login form .inputContainer { width: 100%; } #login form .inputContainer input { text-align: center; margin: 0 auto; } #login form .submitContainer { position: static; display: inline-block; } body { margin: 0; background: #FEFEFE; color: #101010; font-family: "Arial", sans-serif; } #content { margin-left: 25vw; width: 75vw; height: 100vh; overflow: auto; padding: 29px 47px; box-sizing: border-box; } @media screen and (max-width: 950px) and (min-width: 801px) { #content { margin-left: 30vw; width: 70vw; } nav { width: 30vw; } .inputContainer .image_input_preview { max-width: calc(70vw - ( 2 * 47px)); } } @media screen and (max-width: 800px) { #content { margin-left: 0; width: auto; height: auto; padding: 29px 18px 76px; } .inputContainer .image_input_preview { max-width: calc(100vw - ( 2 * 18px)); } nav { width: 100vw; position: relative; } nav #header { padding: 29px; display: flex; justify-content: space-between; } nav #header a.hamburgerButton { display: block; height: 50px; width: 50px; background: url("../images/icons/menu.svg") no-repeat center; background-size: 100%; } nav .navSection { display: none; } body.menuOpen #header a.hamburgerButton { background-image: url(../images/icons/close.svg); } body.menuOpen .navSection { display: block; } body.menuOpen #content { display: none; } .submitContainer { bottom: 26px; top: unset; right: 18px; left: 18px; text-align: center; } .submitContainer a, .submitContainer input[type=submit] { width: 100%; box-sizing: border-box; } #backButton { display: block; margin-bottom: 18px; } .collectionItemBox { padding: 18px 0 18px 11px; } .collectionItemBox a.button { margin: 0 18px; } }
0.378459
0.089494
@-webkit-keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @-webkit-keyframes bottom-move { 80% { height: 44vh; } 85% { height: 42vh; } 90% { height: 44vh; } 95% { height: 42vh; } 100% { height: 44vh; } } @keyframes bottom-move { 80% { height: 44vh; } 85% { height: 42vh; } 90% { height: 44vh; } 95% { height: 42vh; } 100% { height: 44vh; } } @-webkit-keyframes circle-box-move { 80% { height: 80vh; width: 80vh; } 83% { height: 88vh; width: 88vh; } 90% { height: 80vh; width: 80vh; } 93% { height: 88vh; width: 88vh; } 100% { height: 80vh; width: 80vh; } } @keyframes circle-box-move { 80% { height: 80vh; width: 80vh; } 83% { height: 88vh; width: 88vh; } 90% { height: 80vh; width: 80vh; } 93% { height: 88vh; width: 88vh; } 100% { height: 80vh; width: 80vh; } } @-webkit-keyframes inner-circle-move { 80% { height: 30vmin; width: 30vmin; } 82% { height: 45vmin; width: 45vmin; } 90% { height: 30vmin; width: 30vmin; } 92% { height: 45vmin; width: 45vmin; } 100% { height: 30vmin; width: 30vmin; } } @keyframes inner-circle-move { 80% { height: 30vmin; width: 30vmin; } 82% { height: 45vmin; width: 45vmin; } 90% { height: 30vmin; width: 30vmin; } 92% { height: 45vmin; width: 45vmin; } 100% { height: 30vmin; width: 30vmin; } } @-webkit-keyframes outer-circle-move { 80% { height: 60vmin; width: 60vmin; } 83% { height: 70vmin; width: 70vmin; } 90% { height: 60vmin; width: 60vmin; } 93% { height: 70vmin; width: 70vmin; } 100% { height: 60vmin; width: 60vmin; } } @keyframes outer-circle-move { 80% { height: 60vmin; width: 60vmin; } 83% { height: 70vmin; width: 70vmin; } 90% { height: 60vmin; width: 60vmin; } 93% { height: 70vmin; width: 70vmin; } 100% { height: 60vmin; width: 60vmin; } } @-webkit-keyframes text-move { 80% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 82% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 90% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 92% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 100% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } } @keyframes text-move { 80% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 82% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 90% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 92% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 100% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } } @-webkit-keyframes open-panel { 0% { width: 100%; left: 0; } 100% { width: 170%; left: -35%; } } @keyframes open-panel { 0% { width: 100%; left: 0; } 100% { width: 170%; left: -35%; } } @media only screen and (max-width: 768px) { .name-box__name { font-size: 1.5vmin; background-color: pink; } } * { font-family: 'Audiowide'; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .background { height: 100vh; width: 100vw; background: radial-gradient(orange 5%, darkred 70%, #380c0c); position: fixed; top: 0px; left: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; z-index: -1; } .background__middle { height: 7vw; width: 100vw; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #000; z-index: -2; -webkit-animation: middle-move 6s ease 0s infinite normal none; animation: middle-move 6s ease 0s infinite normal none; } .background__bottom { height: 44vh; width: 100vw; background: radial-gradient(#FFF 5%, #bdbaba 70%); border-top: 1vh solid #d8d8d8; -webkit-animation: bottom-move 6s ease 0s infinite normal none; animation: bottom-move 6s ease 0s infinite normal none; } .background__circle-box { height: 80vmin; width: 80vmin; border-radius: 50%; background-color: #000; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: circle-box-move 6s ease 0s infinite normal none; animation: circle-box-move 6s ease 0s infinite normal none; } .background__inner-circle { height: 30vmin; width: 30vmin; border-radius: 50%; border: 0.5vh solid #e9e9e9; -webkit-box-shadow: 1vh 1vh 10px 4px #bdbaba; box-shadow: 1vh 1vh 10px 4px #bdbaba; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; -webkit-animation: inner-circle-move 6s ease 0s infinite normal none; animation: inner-circle-move 6s ease 0s infinite normal none; } .background__outer-circle { -webkit-box-shadow: inset 1vh 1vh 5px 4px #bdbaba; box-shadow: inset 1vh 1vh 5px 4px #bdbaba; border: 0.5vh solid #000; height: 60vmin; width: 60vmin; border-radius: 50%; background-color: #dbdbdb; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer; z-index: 2; -webkit-animation: outer-circle-move 6s ease 0s infinite normal none; animation: outer-circle-move 6s ease 0s infinite normal none; } .background__outer-circle:hover { -webkit-box-shadow: inset 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.527); box-shadow: inset 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.527); background-color: #ffa600; } .background__outer-circle:hover .background__hover-text p { color: darkred; font-weight: bold; } .background__outer-circle:hover .background__inner-circle { border: 0.5vh solid rgba(255, 0, 0, 0.521); -webkit-box-shadow: 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.452); box-shadow: 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.452); } .background__outer-circle:hover .background__middle { background-color: yellow; } .background__outer-circle:hover .background__circle-box { background-color: yellow; } .background__hover-text { height: 30vmin; width: 30vmin; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .background__hover-text .hover-text { padding-top: 1vmin; height: 20vmin; width: 20vmin; -webkit-animation: text-move 6s ease 0s infinite normal none; animation: text-move 6s ease 0s infinite normal none; font-size: 5.5vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; color: transparent; } .header { height: 20vh; width: 20vw; position: absolute; top: -7vh; text-align: center; } .header__main-title { opacity: 0; } .header__image-pokemon { max-height: auto; width: 28vw; position: absolute; top: 40%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .gallery { height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; display: none; background-color: transparent; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: fixed; top: 0; left: 0; } .gallery__pokemon { height: 100%; width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; list-style: none; z-index: -1; } .gallery__pokemon .pokemon { height: 100%; max-width: 18%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-flow: column wrap; flex-flow: column wrap; cursor: pointer; } .gallery__pokemon .pokemon__button { height: 60vh; width: 18vw; margin-top: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; background-color: transparent; cursor: pointer; padding: 1vw; border-width: 8px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; border-radius: 5vw; } .gallery__pokemon .pokemon__button:hover { background-color: gold; border-radius: 5vw; width: 23vw; } .gallery__pokemon .pokemon__button:hover .pokemon__name-box { width: 80%; } .gallery__pokemon .pokemon__button:hover .name-box__name { color: #000; } .gallery__pokemon .pokemon__image { max-width: 100%; height: auto; padding: 10%; } .gallery__pokemon .pokemon__name-box { height: 7vh; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 7vh; overflow: hidden; background-color: transparent; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } .gallery__pokemon .pokemon__name-box .name-box__name { height: 7.2vh; width: 75%; font-size: 2.5vmin; color: #000; text-transform: uppercase; background-color: red; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .gallery__pokemon .pokemon__name-box .name-box__id { height: 7.2vh; width: 25%; font-size: 3vmin; background-color: #000; color: yellow; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .gallery__navigation-button { height: 100%; width: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .gallery__navigation-button .navigation-button { height: 15vh; width: 15vh; border-radius: 50%; border: none; background-color: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; cursor: pointer; -webkit-transition: 0.6s; transition: 0.6s; } .gallery__navigation-button .navigation-button__upLeft-downRigth { height: 20%; width: 50%; background-color: red; -webkit-transition: 0.4s; transition: 0.4s; -webkit-transform: skewX(40deg); transform: skewX(40deg); } .gallery__navigation-button .navigation-button__downLeft-upRigth { height: 20%; width: 50%; background: red; -webkit-transform: skewX(-40deg); transform: skewX(-40deg); -webkit-transition: 0.4s; transition: 0.4s; } .gallery__navigation-button .navigation-button:hover { background-color: red; } .gallery__navigation-button .navigation-button:hover .navigation-button__upLeft-downRigth { -webkit-animation: mymove infinite; animation: mymove infinite; -webkit-animation-duration: 3s; animation-duration: 3s; background-color: orange; } .gallery__navigation-button .navigation-button:hover .navigation-button__downLeft-upRigth { background-color: orange; } .gallery__search { height: 5vh; width: 15vw; border-radius: 0 0 0 2vh; border: 1vh solid #000; background-color: darkred; position: absolute; top: 0; left: 85vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; cursor: pointer; border-top: transparent; -webkit-box-shadow: 0.5vw 0.5vw 10px rgba(41, 4, 4, 0.863); box-shadow: 0.5vw 0.5vw 10px rgba(41, 4, 4, 0.863); } .gallery__search .search__input { height: 3vh; width: 10vh; border-radius: 0.5vw; border: none; color: indianred; font-size: 4vh; text-align: center; } .gallery__search .search__button { height: 3vh; border: none; background-color: transparent; font-size: 3vh; text-align: center; color: #e7db2c; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; margin: 0 0.8vw; padding: 0.2vmin; } .gallery__search .search__tooltip { visibility: hidden; width: 10vw; height: 5vh; background-color: black; color: yellow; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 0.9em; border-radius: 6px; padding: 5px 0; position: absolute; left: 0px; top: 6.75vh; z-index: 1; opacity: 0; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition: opacity 1s; transition: opacity 1s; -webkit-transition-delay: 1s; transition-delay: 1s; } .gallery__search .search__tooltip::after { content: " "; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .gallery__search:hover .search__button { background-color: orange; color: red; border-radius: 0.5vw; } .gallery__search:hover .search__tooltip { visibility: visible; opacity: 1; } .detail { height: 100vh; width: 100vw; overflow: hidden; position: absolute; top: 0px; left: 0px; background-color: rgba(65, 9, 9, 0.7); z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .detail__box { background-color: #FFF; height: 100vh; width: 70vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; } .detail__info { height: 100%; width: 50%; margin: auto; z-index: 3; } .detail__info .info__name { height: 8vh; max-width: 80vw; background-color: darkred; color: gold; font-size: 4vw; text-align: right; padding: 0 1vh 1vw 1vh; position: absolute; top: -6.5vh; right: 15vw; border-bottom: solid; } .detail__info .info__name::after { content: " "; position: absolute; top: 0; right: 100%; height: 10vh; width: 5vw; background-color: darkred; -webkit-clip-path: polygon(100% 0, 75% 0, 100% 100%); clip-path: polygon(100% 0, 75% 0, 100% 100%); } .detail__info .info__id { height: 6vh; max-width: 5.75vw; background-color: darkred; color: orange; font-size: 3vw; text-align: right; padding: 0 1vh 1vw 1vh; border-bottom: solid; border-left: solid darkred; position: absolute; top: 5.5vh; right: 15vw; } .detail__info .info__id::after { content: " "; position: absolute; top: 0; right: 100%; height: 8vh; width: 5vw; background-color: darkred; -webkit-clip-path: polygon(100% 0, 75% 0, 100% 100%); clip-path: polygon(100% 0, 75% 0, 100% 100%); } .detail__info .info__types { text-align: center; } .detail__info .info__abilities { text-align: center; } .detail__info h3 { text-align: center; } .detail__sprites { height: 100%; width: 100%; } .detail__sprites .sprites__artwork { height: 75vh; width: 100%; background-color: #0e111f; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .detail__sprites .sprites__artwork .artwork__image { max-height: 120vmin; max-width: 120vmin; display: block; position: absolute; top: 5%; } .detail__sprites .sprites__artwork .artwork__podium { height: 15vmin; width: 70vmin; border-radius: 50%; background: yellow; position: absolute; bottom: 30%; z-index: 0; } .detail__sprites .sprites__artwork .artwork__light { height: 70vmin; width: 115vmin; background-image: linear-gradient(80deg, rgba(255, 252, 93, 0.842), rgba(255, 252, 93, 0.842) 2%, transparent 35%), linear-gradient(-80deg, rgba(255, 252, 93, 0.842), rgba(255, 252, 93, 0.842) 2%, transparent 35%); position: absolute; bottom: 38%; z-index: 0; -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); } .detail__sprites .sprites__versions { height: 25vh; width: 70%; background-image: repeating-linear-gradient(green, green 0.1vh, transparent 1vh, transparent 2vh), repeating-linear-gradient(90deg, green, green 0.1vh, transparent 1vh, transparent 2vh), repeating-linear-gradient(#18181a, #18181a 5%); position: absolute; bottom: 0; left: 15%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 0.5vh solid red; } .detail__sprites .sprites__versions .versions__image { height: 80%; width: 18%; padding: 2%; } .detail__panel { height: 100%; width: 100%; position: absolute; top: 0; left: -35%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation: open-panel 2s ease 0s 1 alternate forwards; animation: open-panel 2s ease 0s 1 alternate forwards; } .detail__panel .panel { height: 100vh; width: 50vw; } .detail__panel .panel--right { background-image: repeating-linear-gradient(-45deg, red, red 2%, #000 2.01%, #000 4%); z-index: 4; } .detail__panel .panel--left { background: palevioletred; background-image: repeating-linear-gradient(45deg, red, red 2%, #000 2.01%, #000 4%); z-index: 4; } /*# sourceMappingURL=style.css.map */
service/style/style.css
@-webkit-keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @keyframes middle-move { 80% { height: 7vw; } 85% { height: 9vw; } 90% { height: 7vw; } 95% { height: 9vw; } 100% { height: 7vw; } } @-webkit-keyframes bottom-move { 80% { height: 44vh; } 85% { height: 42vh; } 90% { height: 44vh; } 95% { height: 42vh; } 100% { height: 44vh; } } @keyframes bottom-move { 80% { height: 44vh; } 85% { height: 42vh; } 90% { height: 44vh; } 95% { height: 42vh; } 100% { height: 44vh; } } @-webkit-keyframes circle-box-move { 80% { height: 80vh; width: 80vh; } 83% { height: 88vh; width: 88vh; } 90% { height: 80vh; width: 80vh; } 93% { height: 88vh; width: 88vh; } 100% { height: 80vh; width: 80vh; } } @keyframes circle-box-move { 80% { height: 80vh; width: 80vh; } 83% { height: 88vh; width: 88vh; } 90% { height: 80vh; width: 80vh; } 93% { height: 88vh; width: 88vh; } 100% { height: 80vh; width: 80vh; } } @-webkit-keyframes inner-circle-move { 80% { height: 30vmin; width: 30vmin; } 82% { height: 45vmin; width: 45vmin; } 90% { height: 30vmin; width: 30vmin; } 92% { height: 45vmin; width: 45vmin; } 100% { height: 30vmin; width: 30vmin; } } @keyframes inner-circle-move { 80% { height: 30vmin; width: 30vmin; } 82% { height: 45vmin; width: 45vmin; } 90% { height: 30vmin; width: 30vmin; } 92% { height: 45vmin; width: 45vmin; } 100% { height: 30vmin; width: 30vmin; } } @-webkit-keyframes outer-circle-move { 80% { height: 60vmin; width: 60vmin; } 83% { height: 70vmin; width: 70vmin; } 90% { height: 60vmin; width: 60vmin; } 93% { height: 70vmin; width: 70vmin; } 100% { height: 60vmin; width: 60vmin; } } @keyframes outer-circle-move { 80% { height: 60vmin; width: 60vmin; } 83% { height: 70vmin; width: 70vmin; } 90% { height: 60vmin; width: 60vmin; } 93% { height: 70vmin; width: 70vmin; } 100% { height: 60vmin; width: 60vmin; } } @-webkit-keyframes text-move { 80% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 82% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 90% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 92% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 100% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } } @keyframes text-move { 80% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 82% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 90% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } 92% { font-size: 7.5vh; height: 22vmin; widht: 22vmin; } 100% { font-size: 5.5vh; height: 20vmin; widht: 20vmin; } } @-webkit-keyframes open-panel { 0% { width: 100%; left: 0; } 100% { width: 170%; left: -35%; } } @keyframes open-panel { 0% { width: 100%; left: 0; } 100% { width: 170%; left: -35%; } } @media only screen and (max-width: 768px) { .name-box__name { font-size: 1.5vmin; background-color: pink; } } * { font-family: 'Audiowide'; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .background { height: 100vh; width: 100vw; background: radial-gradient(orange 5%, darkred 70%, #380c0c); position: fixed; top: 0px; left: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; z-index: -1; } .background__middle { height: 7vw; width: 100vw; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #000; z-index: -2; -webkit-animation: middle-move 6s ease 0s infinite normal none; animation: middle-move 6s ease 0s infinite normal none; } .background__bottom { height: 44vh; width: 100vw; background: radial-gradient(#FFF 5%, #bdbaba 70%); border-top: 1vh solid #d8d8d8; -webkit-animation: bottom-move 6s ease 0s infinite normal none; animation: bottom-move 6s ease 0s infinite normal none; } .background__circle-box { height: 80vmin; width: 80vmin; border-radius: 50%; background-color: #000; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: circle-box-move 6s ease 0s infinite normal none; animation: circle-box-move 6s ease 0s infinite normal none; } .background__inner-circle { height: 30vmin; width: 30vmin; border-radius: 50%; border: 0.5vh solid #e9e9e9; -webkit-box-shadow: 1vh 1vh 10px 4px #bdbaba; box-shadow: 1vh 1vh 10px 4px #bdbaba; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; -webkit-animation: inner-circle-move 6s ease 0s infinite normal none; animation: inner-circle-move 6s ease 0s infinite normal none; } .background__outer-circle { -webkit-box-shadow: inset 1vh 1vh 5px 4px #bdbaba; box-shadow: inset 1vh 1vh 5px 4px #bdbaba; border: 0.5vh solid #000; height: 60vmin; width: 60vmin; border-radius: 50%; background-color: #dbdbdb; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); cursor: pointer; z-index: 2; -webkit-animation: outer-circle-move 6s ease 0s infinite normal none; animation: outer-circle-move 6s ease 0s infinite normal none; } .background__outer-circle:hover { -webkit-box-shadow: inset 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.527); box-shadow: inset 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.527); background-color: #ffa600; } .background__outer-circle:hover .background__hover-text p { color: darkred; font-weight: bold; } .background__outer-circle:hover .background__inner-circle { border: 0.5vh solid rgba(255, 0, 0, 0.521); -webkit-box-shadow: 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.452); box-shadow: 1vh 1vh 1vh 0 rgba(255, 0, 0, 0.452); } .background__outer-circle:hover .background__middle { background-color: yellow; } .background__outer-circle:hover .background__circle-box { background-color: yellow; } .background__hover-text { height: 30vmin; width: 30vmin; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .background__hover-text .hover-text { padding-top: 1vmin; height: 20vmin; width: 20vmin; -webkit-animation: text-move 6s ease 0s infinite normal none; animation: text-move 6s ease 0s infinite normal none; font-size: 5.5vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; color: transparent; } .header { height: 20vh; width: 20vw; position: absolute; top: -7vh; text-align: center; } .header__main-title { opacity: 0; } .header__image-pokemon { max-height: auto; width: 28vw; position: absolute; top: 40%; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } .gallery { height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; display: none; background-color: transparent; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: fixed; top: 0; left: 0; } .gallery__pokemon { height: 100%; width: 80%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; list-style: none; z-index: -1; } .gallery__pokemon .pokemon { height: 100%; max-width: 18%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-flow: column wrap; flex-flow: column wrap; cursor: pointer; } .gallery__pokemon .pokemon__button { height: 60vh; width: 18vw; margin-top: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; background-color: transparent; cursor: pointer; padding: 1vw; border-width: 8px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; border-radius: 5vw; } .gallery__pokemon .pokemon__button:hover { background-color: gold; border-radius: 5vw; width: 23vw; } .gallery__pokemon .pokemon__button:hover .pokemon__name-box { width: 80%; } .gallery__pokemon .pokemon__button:hover .name-box__name { color: #000; } .gallery__pokemon .pokemon__image { max-width: 100%; height: auto; padding: 10%; } .gallery__pokemon .pokemon__name-box { height: 7vh; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 7vh; overflow: hidden; background-color: transparent; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } .gallery__pokemon .pokemon__name-box .name-box__name { height: 7.2vh; width: 75%; font-size: 2.5vmin; color: #000; text-transform: uppercase; background-color: red; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .gallery__pokemon .pokemon__name-box .name-box__id { height: 7.2vh; width: 25%; font-size: 3vmin; background-color: #000; color: yellow; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .gallery__navigation-button { height: 100%; width: 10%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .gallery__navigation-button .navigation-button { height: 15vh; width: 15vh; border-radius: 50%; border: none; background-color: transparent; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: auto; cursor: pointer; -webkit-transition: 0.6s; transition: 0.6s; } .gallery__navigation-button .navigation-button__upLeft-downRigth { height: 20%; width: 50%; background-color: red; -webkit-transition: 0.4s; transition: 0.4s; -webkit-transform: skewX(40deg); transform: skewX(40deg); } .gallery__navigation-button .navigation-button__downLeft-upRigth { height: 20%; width: 50%; background: red; -webkit-transform: skewX(-40deg); transform: skewX(-40deg); -webkit-transition: 0.4s; transition: 0.4s; } .gallery__navigation-button .navigation-button:hover { background-color: red; } .gallery__navigation-button .navigation-button:hover .navigation-button__upLeft-downRigth { -webkit-animation: mymove infinite; animation: mymove infinite; -webkit-animation-duration: 3s; animation-duration: 3s; background-color: orange; } .gallery__navigation-button .navigation-button:hover .navigation-button__downLeft-upRigth { background-color: orange; } .gallery__search { height: 5vh; width: 15vw; border-radius: 0 0 0 2vh; border: 1vh solid #000; background-color: darkred; position: absolute; top: 0; left: 85vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: none; cursor: pointer; border-top: transparent; -webkit-box-shadow: 0.5vw 0.5vw 10px rgba(41, 4, 4, 0.863); box-shadow: 0.5vw 0.5vw 10px rgba(41, 4, 4, 0.863); } .gallery__search .search__input { height: 3vh; width: 10vh; border-radius: 0.5vw; border: none; color: indianred; font-size: 4vh; text-align: center; } .gallery__search .search__button { height: 3vh; border: none; background-color: transparent; font-size: 3vh; text-align: center; color: #e7db2c; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; margin: 0 0.8vw; padding: 0.2vmin; } .gallery__search .search__tooltip { visibility: hidden; width: 10vw; height: 5vh; background-color: black; color: yellow; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 0.9em; border-radius: 6px; padding: 5px 0; position: absolute; left: 0px; top: 6.75vh; z-index: 1; opacity: 0; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition: opacity 1s; transition: opacity 1s; -webkit-transition-delay: 1s; transition-delay: 1s; } .gallery__search .search__tooltip::after { content: " "; position: absolute; bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: transparent transparent black transparent; } .gallery__search:hover .search__button { background-color: orange; color: red; border-radius: 0.5vw; } .gallery__search:hover .search__tooltip { visibility: visible; opacity: 1; } .detail { height: 100vh; width: 100vw; overflow: hidden; position: absolute; top: 0px; left: 0px; background-color: rgba(65, 9, 9, 0.7); z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .detail__box { background-color: #FFF; height: 100vh; width: 70vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; } .detail__info { height: 100%; width: 50%; margin: auto; z-index: 3; } .detail__info .info__name { height: 8vh; max-width: 80vw; background-color: darkred; color: gold; font-size: 4vw; text-align: right; padding: 0 1vh 1vw 1vh; position: absolute; top: -6.5vh; right: 15vw; border-bottom: solid; } .detail__info .info__name::after { content: " "; position: absolute; top: 0; right: 100%; height: 10vh; width: 5vw; background-color: darkred; -webkit-clip-path: polygon(100% 0, 75% 0, 100% 100%); clip-path: polygon(100% 0, 75% 0, 100% 100%); } .detail__info .info__id { height: 6vh; max-width: 5.75vw; background-color: darkred; color: orange; font-size: 3vw; text-align: right; padding: 0 1vh 1vw 1vh; border-bottom: solid; border-left: solid darkred; position: absolute; top: 5.5vh; right: 15vw; } .detail__info .info__id::after { content: " "; position: absolute; top: 0; right: 100%; height: 8vh; width: 5vw; background-color: darkred; -webkit-clip-path: polygon(100% 0, 75% 0, 100% 100%); clip-path: polygon(100% 0, 75% 0, 100% 100%); } .detail__info .info__types { text-align: center; } .detail__info .info__abilities { text-align: center; } .detail__info h3 { text-align: center; } .detail__sprites { height: 100%; width: 100%; } .detail__sprites .sprites__artwork { height: 75vh; width: 100%; background-color: #0e111f; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } .detail__sprites .sprites__artwork .artwork__image { max-height: 120vmin; max-width: 120vmin; display: block; position: absolute; top: 5%; } .detail__sprites .sprites__artwork .artwork__podium { height: 15vmin; width: 70vmin; border-radius: 50%; background: yellow; position: absolute; bottom: 30%; z-index: 0; } .detail__sprites .sprites__artwork .artwork__light { height: 70vmin; width: 115vmin; background-image: linear-gradient(80deg, rgba(255, 252, 93, 0.842), rgba(255, 252, 93, 0.842) 2%, transparent 35%), linear-gradient(-80deg, rgba(255, 252, 93, 0.842), rgba(255, 252, 93, 0.842) 2%, transparent 35%); position: absolute; bottom: 38%; z-index: 0; -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%); } .detail__sprites .sprites__versions { height: 25vh; width: 70%; background-image: repeating-linear-gradient(green, green 0.1vh, transparent 1vh, transparent 2vh), repeating-linear-gradient(90deg, green, green 0.1vh, transparent 1vh, transparent 2vh), repeating-linear-gradient(#18181a, #18181a 5%); position: absolute; bottom: 0; left: 15%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 0.5vh solid red; } .detail__sprites .sprites__versions .versions__image { height: 80%; width: 18%; padding: 2%; } .detail__panel { height: 100%; width: 100%; position: absolute; top: 0; left: -35%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-animation: open-panel 2s ease 0s 1 alternate forwards; animation: open-panel 2s ease 0s 1 alternate forwards; } .detail__panel .panel { height: 100vh; width: 50vw; } .detail__panel .panel--right { background-image: repeating-linear-gradient(-45deg, red, red 2%, #000 2.01%, #000 4%); z-index: 4; } .detail__panel .panel--left { background: palevioletred; background-image: repeating-linear-gradient(45deg, red, red 2%, #000 2.01%, #000 4%); z-index: 4; } /*# sourceMappingURL=style.css.map */
0.382949
0.069101
body { font-family: Helvetica; font-size: 14px; line-height: 1.2; /* font-weight: 200; */ margin: 0; /* padding: 8px; */ /* position: relative; */ white-space: nowrap; /* box-sizing: border-box; */ /* zoom:2; */ } div { transition-property: opacity, background-color, background-image, height, top; transition-duration: .2s; box-sizing: border-box; } /* borders */ .main, .btns, .btn, .tools { border: 0px solid #aaa; } .main.working, .working .btns, working .btn, .working .tools { /* border-color: #fff; */ } .main { border-width: 1px; } .tools { /* border-width: 1px 0; */ } .toolbar .btn { border: 1px solid #ccc; } .toolbar-options:hover .btns { /* border-width: 1px 1px 0 0; */ } .toolbar-options:hover .btns .btn { border-width: 1px; } .main { position: fixed; top: 0; bottom: 0; left: 0; right: 0; /* padding: 8px; */ /* height: 120px; */ /* min-width: 242px; */ /* border-width: 2px; */ } a { color: inherit; cursor: pointer; } a:hover { color: #9f9; } .btn { border: 0px solid #ddd; cursor: pointer; /* border-radius: 4px; */ /* color: #444; */ } .btn:hover { background: #ddd; } .timer-btn { height: 32px; line-height: 30px; display: inline-block; vertical-align: top; padding: 3px 10px 0; } .timer-btn > div { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; /* margin-bottom: 2px; */ } .timer-btn { /* position: relative; */ /* font-weight: bold; */ text-align: center; /* margin-right: 4px; */ } .timer-btn-help { position: absolute; top: 2px; right: 6px; font-size: 90%; font-weight: bold; display: none; } .timer-btn:hover .timer-btn-help { display: inherit; } .timer-display label, .label { /* font-size: 75%; */ margin-left: 4px; /* width: 4em; */ display: inline-block; /* background: rgba(0,0,0,.05); */ border-radius: 3px; /* color: #333; */ /* color: rgba(0,0,0,.7); */ /* font-weight: bold; */ /* padding: 1px 3px; */ border-width: 1px; border-style: solid; border-color: rgba(0,0,0,.1); line-height: 1em; cursor: inherit; /* box-shadow: inset 0 0 2px rgba(0,0,0,.5); */ } .timer-display label { /* margin-right: -3px; */ /* display: block; */ } .timer-display { /* display: block; */ /* border: 1px solid #dfe2e5; */ /* background: #ddd; */ color: #6a737d; height: 72px; border-radius: 4px; padding: 8px; margin: 4px; /* display: flex; */ /* flex-direction: row; */ /* vertical-align: text-bottom; */ /* white-space: normal; */ position: relative; min-width: 220px; box-shadow: inset 0 0 20px #fff; } .timer-btn { /* border-color: #999; */ /* color: #777; */ /* background-color: #eee; */ /* background-image: linear-gradient(#eee,#ccc); */ } .timer-btn-task { /* width: 80px; */ } .has-task .timer-btn-task:hover { /* background: #9f9; */ } .times2 { position: absolute; top: 4px; right: 4px; text-align: right; /* padding-right: 3px; */ font-size: 12px; /* display: inline-block; */ } .old .times > div { /* display: inline-block; */ /* position: relative; */ /* border: 1px solid; */ } .old .times > div > div { padding: 2px 7px; display: inline-block; border: 1px solid #dfe2e5; background-color: #fff; color: #000; } .old .times > div > div:first-child { background-color: #f3f3f3; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .old .times > div > div + div { background-color: #fff; border-left-width: 0; } .old .times > div > div:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; /* width: 40px; */ /* text-align: center; */ } .current-task-old { /* white-space: normal !important; */ height: 1.2em; font-size: 25px; line-height: 1.1; /* clear: both; */ /* display: inline-block; */ margin-top: 10px; text-overflow: ellipsis; overflow: hidden; } .timer-btns-side { float: right; padding: 3px; } .timer-btns-side .btn { display: inline-block; padding: 7px; /* margin-top: 3px; */ z-index: 1; } .timer-btn-stop, .timer-btn-rewind { /* font-weight: bold; */ /* text-align: center; */ } .btn.timer-btn-stop { /* border-color: hsl(4, 43%, 72%); */ color: hsl(4, 49%, 59%); /* background: hsl(5, 100%, 88%); */ } .timer-btn-stop:hover { background: hsl(5, 100%, 82%); /* color: hsl(0, 100%, 100%); */ } .stopped .btn.timer-btn-stop { background: hsl(5, 84%, 95%); color: hsl(5, 34%, 66%); border-color: hsl(5, 60%, 80%); cursor: default; } .timer-btn-rewind { /* border-color: #999; */ /* color: #777; */ /* background-color: #eee; */ /* background-image: linear-gradient(#eee,#ccc); */ } .btn.timer-btn-rewind:hover { /* background: #ccc; */ } .stopped .btn.timer-btn-rewind { color: rgba(36, 41, 46, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; cursor: default; background-position: 0 0; } i.fa { opacity: 0.8; } .task-list { position: absolute; top: 57px; bottom: 0; left: 0; right: 0; overflow-y: scroll; overflow-x: hidden; /* transition: top; */ min-width: 238px; z-index: 0; } .task-list > div { position: relative; } .tasks, .projects { margin: -1px 0 0 0; list-style: none; padding: 0; } .task-list li { position: relative; border-top: 1px solid #ddd; /* margin-bottom: 1px; */ /* padding: 2px 0; */ } .task-item { /* line-height: 1em; */ white-space: normal; /* margin-bottom: 2px; */ /* padding: 4px 0; */ } .task-item .btn, .task-item .task-label { /* border: 1px solid #dfe2e5; */ cursor: pointer; overflow: hidden; padding: 1px 0; line-height: 1.2; /* background-image: radial-gradient(circle at center, #ddd, #fff); */ background-color: #fff; /* box-shadow: inset 0 0 16px 2px #fff; */ } .task-item .task-label { padding: 5px 0 5px 5px; } .task-item:hover .task-label { /* background-color: rgba(0,0,0,.1); */ /* background-image: radial-gradient(circle at center, rgb(221, 221, 221), rgb(221, 221, 221)); */ background-color: #f4f4f4; } .task-item.selected .task-label { background: #ddd; } .compact .task-item { white-space: nowrap; } .task-list ul ul { display: none; padding-left: 19px; } .task-list .toggled + ul { display: inherit; } .tools { position: relative; /* border-width: 1px; */ /* height: 1em; */ } .toolbar { /* margin-bottom: .3em; */ /* border-bottom: 1px solid #ccc; */ /* padding: 2px 3px; */ /* width: 2em; */ /* height: 2em; */ /* font-size: 20px; */ /* line-height: 1; */ /* position: absolute; */ /* right: 3px; */ /* top: 3px; */ /* z-index: 1; */ /* border: 1px solid #000; */ /* border-color: inherit; */ /* background-color: inherit; */ /* float: left; */ line-height: 1em; margin: 0; /* display: inline-block; */ } .tools .toolbar > * { /* display: inline-block !important; */ float: left; /* display: block; */ border-left-color: transparent; } .toolbar-inner { position: relative; } .toolbar:hover { /* font-size: 10px; */ /* padding: 10px; */ /* margin: -10px; */ /* line-height: initial; */ /* border-width: 1px; */ /* border-style: solid; */ z-index: 1; } .toolbar:hover .hamburger { /* display: none; */ /* height: 0; */ /* opacity: 0; */ } .hamburger { /* color: #fff; */ padding: 0 4px; font-size: 12px; /* margin: 2px; */ } .toolbar .btn { padding: 1px 4px; vertical-align: bottom; background: none; /* border-radius: 0; */ color: #6D6D6D; /* font-weight: bold; */ font-size: 14px; /* border: 1px solid transparent; */ margin: 0; /* display: block; */ /* height: 0; */ /* border-color: transparent; */ /* border-width: 0 1px 0 0; */ /* margin-left: 0; */ /* border-left-width: 0; */ /* border: inherit; */ /* border-top-color: transparent; */ } .toolbar .btn:first-child:hover { /* margin-left: 0; */ /* padding-left: 3px; */ /* border-left-width: 1px !important; */ /* margin-left: 0 !important; */ } .toolbar .btn { /* border-right: 1px solid #aaa; */ /* background-color: #C7C7C7; */ /* color: #6D6D6D; */ } .toolbar .btn { margin: 0 0px 0 -1px; } .toolbar .btns .btn { margin: -1px 0 0 0; border-top-color: transparent; } .toolbar .btn:hover { /* box-shadow: inset 0 0 4px 3px rgba(255,255,255,.3); */ background: #D8D8D8; /* border-color: #848484 #aaa #BDBDBD #999; */ /* border-left-width: 1px; */ /* margin-left: -1px; */ z-index: 1; border-color: #999; } .toolbar > .btn { /* border-left-color: transparent; */ } .toolbar .btns .btn:hover + .btn { border-top-color: transparent; } .toolbar .btns, div.show-popup .toolbar .btns { display: none; position: absolute; /* width: 20px; */ height: 0px; /* overflow: hidden; */ transition: height .4s linear; background: #fff; border-color: inherit; } .toolbar-options { /* z-index: 100; */ /* background: inherit; */ /* display: inline-block; */ /* float: left; */ /* margin-top: -1px; */ /* border: inherit; */ } .toolbar-options:hover .btns { display: block; /* right: 0; */ /* width: 60px; */ height: auto; /* overflow: visible; */ } .btns .btn { font-size: 11px; padding: 2px 4px; margin: 0 0 -1px 0; } /* @media (max-width: 330px) { .toolbar .btn-pri2 .btn-label { display: none; } } @media (max-width: 240px) { .toolbar .btn-pri1 .btn-label { display: none; } } */ .btns { /* display: inline-block; */ /* flex: initial; */ vertical-align: top; } .btns + .btns { /* margin-left: 5px; */ } .btns .btn:not(:first-child) { /* border-top-left-radius: 0; */ /* border-bottom-left-radius: 0; */ } /* .btns .btn:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } */ .toolbar-options .btns { /* display: inline-block; */ position: absolute; z-index: 1; margin: 0 -1px; } .task-item .btn { position: absolute; width: 18px; border-top-right-radius: 0; border-bottom-right-radius: 0; text-align: center; line-height: 1em; } .task-item .btn + .btn { border-radius: 0; } .task-item .task-label { /* border-radius: 4px; */ } .task-labels { /* display: inline; */ /* float: right; */ /* position: absolute; */ /* right: 0; */ } .task-labels .label { /* float: right; */ /* clear: right; */ /* margin-top: 1px; */ /* font-weight: normal; */ /* text-align: right; */ } .task-item .issue-label { font-size: 13px; margin-right: 4px; margin-left: 0; background: transparent; color: #999; border: none; } .project-label, .updated-label { float: right; font-size: 10px; clear: right; padding: 0 2px; margin: 0 0 1px; } .task-title { display: inline; } .task-item .btn-toggle { left: 0; } .task-item .btn-start { left: 0; } .task-item.project .btn-start { left: 19px; } .task-item.project .task-label { margin-left: 19px; font-weight: bold; border-top-left-radius: 0; font-size: 13px; padding: 1px 5px; } .time-remaining { /* font-size: 24px; */ /* line-height: 1; */ } .time-idle { color: #baa; background: rgba(255,255,255,.8); border: 0 solid #cbb; border-width: 0 1px 1px 0; border-bottom-right-radius: 2px; padding: 0 2px; display: block; position: absolute; top: 0; /* width: 100px; */ /* text-align: center; */ line-height: 1; } .status-message { color: #666; font-size: 10px; /* padding-left: 8px; */ position: absolute; top: 27px; right: 0; /* width: auto; */ /* text-align: center; */ opacity: .8; background: #fff; padding: 1px 8px; z-index: 100; border: 1px solid #666; border-width: 1px 0 1px 1px; border-radius: 2px 0 0 2px; } .status-message.error { background: #fcc; color: #a00; } .status-message.hide { opacity: 0; transition: opacity 2s, margin 1s, background 6s; /* margin-top: -30px; */ margin-right: -60px; } .search { color: #999; /* position: absolute; */ /* width: 100%; */ /* left: 0; */ /* right: 0; */ /* height: 18px; */ /* top: 0; */ /* padding-right: 1em; */ /* z-index: 1; */ /* background: white; */ /* margin-top: -16px; */ /* display: block; */ /* position: relative; */ } .search input { /* position: absolute; */ /* right: 0; */ /* bottom: 0; */ width: 100%; /* border-radius: 2px; */ /* border: none; */ border: 1px solid #ccc; box-sizing: border-box; outline: none; padding: 0px 4px; /* margin-bottom: 2px; */ background: #fff; font-size: 12px; /* display: block; */ /* float: left; */ margin: 0px 0px 0px -1px; height: 18px; border-left-color: transparent; } .search input:focus { border-color: #ccf; box-shadow: inset 0 0 2px 0px #ccf; background: #fff; /* position: absolute; */ /* left: 0; */ } .search .clear-btn { position: absolute; top: 0px; right: 2px; cursor: pointer; } .popup { display: none; position: fixed; z-index: 1; overflow-x: hidden; overflow-y: auto; left: 0; right: 0; bottom: 0; top: 61px; /* max-height: 75%; */ /* background: #f9f9f9; */ /* border: 1px solid #ddd; */ /* border-radius: 4px; */ /* box-shadow: 0 1px 2px 1px rgba(0,0,0,.2); */ color: #666; opacity: .9; } .popup ul { list-style: none; padding: 0; font-size: 13px; margin: 0; } .popup li { border-bottom: 1px solid #ddd; padding-left: 10px; } .popup li.header { background: #aaa; color: #fff; font-size: 12px; } .popup li:last-child { border-bottom: none; margin-bottom: 2px; } .show-status .popup-status { display: block; } .show-messages .messages { display: block; } .show-log .log { display: block; } .show-alert .alert { display: block; } .show-timeline .timeline { display: block; } .alert li + li { padding: 20% 20%; font-size: 24px; text-align: center; background: #fff; color: #963; white-space: normal; } .popup-backdrop, .popup-click { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .popup-backdrop { background: rgba(0,0,0,.1); } .popup-click { background: rgba(255,255,255,0); z-index: 1; } .show-popup .popup-backdrop, .show-popup .popup-click { display: block; } @keyframes bouncer { from { top: 10%; } 50% { top: 10%; } 95% { top: 50%; } to { top: 10%; } } @keyframes blinker { from { opacity: 1.0; } 90% { opacity: 1.0; } 95% { opacity: 0.0; } to { opacity: 1.0; } } @keyframes flasher { from { background: #fff; } 50% { background: #ff0; } to { background: #fff; } } @keyframes flasher2 { from { background: #fff; } 1% { background: #fc0; } 2% { background: #fff; } 3% { background: #fc0; } 4% { background: #fff; } to { background: #fff; } } @keyframes flasher3 { from { background: #fff; } 5% { background: #fc0; } 10% { background: #f00; } 15% { background: #fc0; } 20% { background: #fff; } to { background: #fff; } } /* .show-alert .alert { animation-name: bouncer; animation-iteration-count: infinite; animation-timing-function: ease-in; animation-duration: 15s; } .show-alert .alert li + li { animation-name: flasher; animation-iteration-count: infinite; animation-timing-function: ease; animation-duration: 1s; } */ .show-alert .alert li + li { animation-name: flasher3; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 10s; } .if-stopped, .if-paused, .if-working { display: none; } .stopped .if-stopped { display: initial; } .paused .if-paused { display: initial; } .working .if-working { display: initial; } .working { /* background-color: #9f9; */ /* background-image: linear-gradient(to bottom, #dfd, #fff 200px); */ color: #060; } .working .task-item.selected .task-label { background: #bfb; color: #060; /* box-shadow: inset 0 0 16px 4px #fff; */ } .working .task-item.selected .task-label:hover { background: #cfc; } .working .task-item.selected .task-label:active { background: #fff; } .working .selected .btn-start { color: #0a0; text-shadow: 0 1px 0 #afa; } .working .time-remaining { /* color: #008E23; */ } .working .btn.timer-btn-task { background-color: #279f43; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15); } .working .timer-display { background-color: #9F9; } /* background-color: #9f9; color: #D8FFD8; border-color: #0d0; background-image: linear-gradient(#00D800,#009E00); */ /* border-radius: 4px; */ /* display: inline-block; */ /* height: 28px; */ /* width: 80px; */ /* text-align: center; */ /* vertical-align: middle; */ /* padding: 3px 20px; */ } /* .working .timer-btn-task:hover { background: #6f6; } .working .toolbar .btn { color: #060; border-color: #0d0; } .working .toolbar .btn:hover { background: #9f9; } */ .paused { background-image: linear-gradient(to bottom, #ffd, #fff 200px); color: #660; } .paused .task-item.selected .task-label { background: #ffc; color: #660; } .paused .selected .btn-start { color: #660; text-shadow: 0 1px 0 #ffa; } .paused .timer-btn-task { border-color: #dd9; background: #ffc; color: #660; } .paused .timer-btn-task:hover { background: #ff9; } /* .paused .toolbar .btn { color: #660; } .paused .toolbar .btn:hover { background: #ff9; } */ .log li:last-child { padding-top: 4px; } .log tbody th { background: #ddd; text-align: left; } .log table { border-spacing: 0; border-collapse: collapse; width: 100%; } .log td { vertical-align: top; border: 1px solid #ccc; } .log td.task { white-space: normal; } .log .start { color: #060; border-color: #060; } .log .end { color: #600; border-color: #600; } .log .work { position: relative; /* border: 0 solid #666; */ /* border-width: 1px 0; */ /* margin-top: 2px; */ padding-bottom: 1px; } .log .log-entry { margin-left: 18px; } .work .chart { display: none; } .work:hover .chart { display: block; } .log .chart { position: absolute; top: 2px; /* left: -30px; */ /* margin-bottom: -50px; */ /* bottom: 3px; */ left: -10px; width: 24px; /* height: 100px; */ z-index: 1; padding: 3px; border-radius: 3px; } .work > .chart { border: 1px solid #aaa; background: #fff; /* z-index: 2; */ /* height: 100px; */ /* width: 30px; */ } .log-entry .chart { background: none; } .chart-inner { width: 100%; height: 100%; position: relative; } .chart-inner > div { width: 100%; position: absolute; } .chart-label { border: 1px solid rgba(0,0,0,.1); min-height: 4px; padding: 2px 0; margin-bottom: -2px; /* width: 10px !important; */ z-index: 1; } .log-entry:hover .chart .chart-label, .log-entry:hover .colorsquare { border-color: rgba(0,0,0,.4); box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); z-index: 1; } .log .chart span { font-size: 9px; /* position: absolute; */ border-style: solid; border-width: 0; /* background: #fff; */ line-height: .9; /* width: 100%; */ } .log .chart .start { border-bottom-width: 1px; /* left: 0; */ bottom: 0; } .log .chart .end { border-top-width: 1px; /* right: 0; */ top: 0; text-align: right; } .chart-time-label { border: 1px solid #AAA; font-size: 10px; border-width: 1px 0 0px 0; } .chart-time-label-bottom { border-width: 0px 0 1px 0; } .log .chart2 { width: 2px; } .day { background: #ccc; /* font-weight: bold; */ position: relative; padding: 0 4px; /* display: none; */ font-size: 12px; border: 0 solid #666; border-width: 1px 0; } .day .date { font-weight: bold; margin-left: 4px; line-height: 1.4; } .log .stats { position: absolute; font-size: 11px; padding: 2px 0; right: 0; } .work .stats { background: #fff; } .stats > span { margin-left: 4px; } .log .colorsquare { width: 8px; display: inline-block; height: .6em; border: 1px solid rgba(0,0,0,.2); } .log .task-name { font-size: 14px; /* display: inline-block; */ } .log .log-entry > span { margin: 0 .2em; } @media all and (max-width: 350px) { .old .times { position: initial; margin-left: 0; text-align: initial; margin-top: 4px; } .old .times > div { /* margin-right: 8px; */ display: inline-block; } .times > div + div { margin-left: 8px; } .timer-display { height: 124px; overflow: hidden; } .timer-btn-task { /* width: 100%; */ } .current-task { /* white-space: normal; */ /* height: 2.2em; */ /* overflow: hidden; */ } .old .task-list { top: 177px; } /* .task-title { display: block; } .task-labels { display: block; text-align: center; } .task-labels .label { float: none; clear: none; vertical-align: top; } .task-labels .issue-label { float: left; } .task-labels .updated-label { float: right; } */ } @media all and (max-height: 350px) { .task-item { white-space: nowrap; font-size: 13px; overflow: hidden; text-overflow: ellipsis; } .task-labels { position: absolute; right: 0; } .project-label, .updated-label { clear: none; margin: 2px 0 0px; } .task-item .task-label { padding: 1px; } } .old .hover-help { position: relative; overflow-y: hidden; } .old .hover-help .help { position: absolute; top: -1.8em; right: 0; transition-timing-function: ease-in; transition-property: top; transition-duration: .2s; } .old .hover-help:hover .help { top: 0; transition-timing-function: ease-out; } .hover-help { position: absolute; border: 1px solid #000; border-radius: 4px; padding: 0 2px; background: #ddd; opacity: 1; } @keyframes help-drop-down { from { top: -1.8em; } 10% { top: 0; } 90% { top: 0; } to { top: -1.8em; } } @keyframes help-fade { from { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } to { opacity: 0; } } div:hover > .hover-help { /* opacity: 1; */ } div:hover > .hover-help { animation-name: help-fade; animation-iteration-count: 1; animation-timing-function: ease; animation-duration: 2s; } .tools, .timer { background: #eee; color: #333; /* border-color: #aaa; */ } .timer { padding: 0px 7px; position: relative; cursor: default; height: 39px; } .time-remaining { /* float: left; */ width: 100px; font-size: 36px; font-weight: lighter; line-height: 1; margin-bottom: -2px; } .timer .labels { /* float: left; */ width: 90px; font-size: 14px; line-height: .9; /* padding: 2px 0; */ /* text-shadow: 1px 1px rgba(0,0,0,.5); */ display: none; } .timer .labels > div { width: 50%; margin: 0; display: inline-block; } .timer .labels i { font-size: 18px; /* height: 17px; */ /* margin-right: 1px; */ /* vertical-align: top; */ margin-top: 4px; opacity: .7; float: left; } .timer .issue-label { /* font-size: 15px; */ /* font-weight: bold; */ /* float: right; */ } .timer .timer-label { /* font-size: 13px; */ } .issue-source, .time-started { font-size: 9px; display: block; } .current-task { position: absolute; font-size: 17px; /* margin: 0; */ text-overflow: ellipsis; overflow: hidden; /* margin-right: 60px; */ line-height: 1; white-space: normal; padding: 3px 0; top: 0; left: 100px; margin: 0 8px; height: 4em; } .status { font-size: 13px; white-space: nowrap; } .status > div { display: inline-block; } .status > div + div { margin-left: 8px; } .working .timer { background-color: #090; color: #fff; border-color: #fff; } .timer .btn:hover { background-color: #0a0; } .paused .timer { background-color: #ff0; color: #990; } .times > div > div { display: inline-block; /* min-width: 40px; */ margin-left: 2px; } .times > div > div:first-child { font-size: 11px; /* text-transform: capitalize; */ }
app/app.css
body { font-family: Helvetica; font-size: 14px; line-height: 1.2; /* font-weight: 200; */ margin: 0; /* padding: 8px; */ /* position: relative; */ white-space: nowrap; /* box-sizing: border-box; */ /* zoom:2; */ } div { transition-property: opacity, background-color, background-image, height, top; transition-duration: .2s; box-sizing: border-box; } /* borders */ .main, .btns, .btn, .tools { border: 0px solid #aaa; } .main.working, .working .btns, working .btn, .working .tools { /* border-color: #fff; */ } .main { border-width: 1px; } .tools { /* border-width: 1px 0; */ } .toolbar .btn { border: 1px solid #ccc; } .toolbar-options:hover .btns { /* border-width: 1px 1px 0 0; */ } .toolbar-options:hover .btns .btn { border-width: 1px; } .main { position: fixed; top: 0; bottom: 0; left: 0; right: 0; /* padding: 8px; */ /* height: 120px; */ /* min-width: 242px; */ /* border-width: 2px; */ } a { color: inherit; cursor: pointer; } a:hover { color: #9f9; } .btn { border: 0px solid #ddd; cursor: pointer; /* border-radius: 4px; */ /* color: #444; */ } .btn:hover { background: #ddd; } .timer-btn { height: 32px; line-height: 30px; display: inline-block; vertical-align: top; padding: 3px 10px 0; } .timer-btn > div { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; /* margin-bottom: 2px; */ } .timer-btn { /* position: relative; */ /* font-weight: bold; */ text-align: center; /* margin-right: 4px; */ } .timer-btn-help { position: absolute; top: 2px; right: 6px; font-size: 90%; font-weight: bold; display: none; } .timer-btn:hover .timer-btn-help { display: inherit; } .timer-display label, .label { /* font-size: 75%; */ margin-left: 4px; /* width: 4em; */ display: inline-block; /* background: rgba(0,0,0,.05); */ border-radius: 3px; /* color: #333; */ /* color: rgba(0,0,0,.7); */ /* font-weight: bold; */ /* padding: 1px 3px; */ border-width: 1px; border-style: solid; border-color: rgba(0,0,0,.1); line-height: 1em; cursor: inherit; /* box-shadow: inset 0 0 2px rgba(0,0,0,.5); */ } .timer-display label { /* margin-right: -3px; */ /* display: block; */ } .timer-display { /* display: block; */ /* border: 1px solid #dfe2e5; */ /* background: #ddd; */ color: #6a737d; height: 72px; border-radius: 4px; padding: 8px; margin: 4px; /* display: flex; */ /* flex-direction: row; */ /* vertical-align: text-bottom; */ /* white-space: normal; */ position: relative; min-width: 220px; box-shadow: inset 0 0 20px #fff; } .timer-btn { /* border-color: #999; */ /* color: #777; */ /* background-color: #eee; */ /* background-image: linear-gradient(#eee,#ccc); */ } .timer-btn-task { /* width: 80px; */ } .has-task .timer-btn-task:hover { /* background: #9f9; */ } .times2 { position: absolute; top: 4px; right: 4px; text-align: right; /* padding-right: 3px; */ font-size: 12px; /* display: inline-block; */ } .old .times > div { /* display: inline-block; */ /* position: relative; */ /* border: 1px solid; */ } .old .times > div > div { padding: 2px 7px; display: inline-block; border: 1px solid #dfe2e5; background-color: #fff; color: #000; } .old .times > div > div:first-child { background-color: #f3f3f3; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .old .times > div > div + div { background-color: #fff; border-left-width: 0; } .old .times > div > div:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; /* width: 40px; */ /* text-align: center; */ } .current-task-old { /* white-space: normal !important; */ height: 1.2em; font-size: 25px; line-height: 1.1; /* clear: both; */ /* display: inline-block; */ margin-top: 10px; text-overflow: ellipsis; overflow: hidden; } .timer-btns-side { float: right; padding: 3px; } .timer-btns-side .btn { display: inline-block; padding: 7px; /* margin-top: 3px; */ z-index: 1; } .timer-btn-stop, .timer-btn-rewind { /* font-weight: bold; */ /* text-align: center; */ } .btn.timer-btn-stop { /* border-color: hsl(4, 43%, 72%); */ color: hsl(4, 49%, 59%); /* background: hsl(5, 100%, 88%); */ } .timer-btn-stop:hover { background: hsl(5, 100%, 82%); /* color: hsl(0, 100%, 100%); */ } .stopped .btn.timer-btn-stop { background: hsl(5, 84%, 95%); color: hsl(5, 34%, 66%); border-color: hsl(5, 60%, 80%); cursor: default; } .timer-btn-rewind { /* border-color: #999; */ /* color: #777; */ /* background-color: #eee; */ /* background-image: linear-gradient(#eee,#ccc); */ } .btn.timer-btn-rewind:hover { /* background: #ccc; */ } .stopped .btn.timer-btn-rewind { color: rgba(36, 41, 46, 0.4); background-color: #eff3f6; background-image: none; border-color: rgba(27, 31, 35, 0.2); box-shadow: none; cursor: default; background-position: 0 0; } i.fa { opacity: 0.8; } .task-list { position: absolute; top: 57px; bottom: 0; left: 0; right: 0; overflow-y: scroll; overflow-x: hidden; /* transition: top; */ min-width: 238px; z-index: 0; } .task-list > div { position: relative; } .tasks, .projects { margin: -1px 0 0 0; list-style: none; padding: 0; } .task-list li { position: relative; border-top: 1px solid #ddd; /* margin-bottom: 1px; */ /* padding: 2px 0; */ } .task-item { /* line-height: 1em; */ white-space: normal; /* margin-bottom: 2px; */ /* padding: 4px 0; */ } .task-item .btn, .task-item .task-label { /* border: 1px solid #dfe2e5; */ cursor: pointer; overflow: hidden; padding: 1px 0; line-height: 1.2; /* background-image: radial-gradient(circle at center, #ddd, #fff); */ background-color: #fff; /* box-shadow: inset 0 0 16px 2px #fff; */ } .task-item .task-label { padding: 5px 0 5px 5px; } .task-item:hover .task-label { /* background-color: rgba(0,0,0,.1); */ /* background-image: radial-gradient(circle at center, rgb(221, 221, 221), rgb(221, 221, 221)); */ background-color: #f4f4f4; } .task-item.selected .task-label { background: #ddd; } .compact .task-item { white-space: nowrap; } .task-list ul ul { display: none; padding-left: 19px; } .task-list .toggled + ul { display: inherit; } .tools { position: relative; /* border-width: 1px; */ /* height: 1em; */ } .toolbar { /* margin-bottom: .3em; */ /* border-bottom: 1px solid #ccc; */ /* padding: 2px 3px; */ /* width: 2em; */ /* height: 2em; */ /* font-size: 20px; */ /* line-height: 1; */ /* position: absolute; */ /* right: 3px; */ /* top: 3px; */ /* z-index: 1; */ /* border: 1px solid #000; */ /* border-color: inherit; */ /* background-color: inherit; */ /* float: left; */ line-height: 1em; margin: 0; /* display: inline-block; */ } .tools .toolbar > * { /* display: inline-block !important; */ float: left; /* display: block; */ border-left-color: transparent; } .toolbar-inner { position: relative; } .toolbar:hover { /* font-size: 10px; */ /* padding: 10px; */ /* margin: -10px; */ /* line-height: initial; */ /* border-width: 1px; */ /* border-style: solid; */ z-index: 1; } .toolbar:hover .hamburger { /* display: none; */ /* height: 0; */ /* opacity: 0; */ } .hamburger { /* color: #fff; */ padding: 0 4px; font-size: 12px; /* margin: 2px; */ } .toolbar .btn { padding: 1px 4px; vertical-align: bottom; background: none; /* border-radius: 0; */ color: #6D6D6D; /* font-weight: bold; */ font-size: 14px; /* border: 1px solid transparent; */ margin: 0; /* display: block; */ /* height: 0; */ /* border-color: transparent; */ /* border-width: 0 1px 0 0; */ /* margin-left: 0; */ /* border-left-width: 0; */ /* border: inherit; */ /* border-top-color: transparent; */ } .toolbar .btn:first-child:hover { /* margin-left: 0; */ /* padding-left: 3px; */ /* border-left-width: 1px !important; */ /* margin-left: 0 !important; */ } .toolbar .btn { /* border-right: 1px solid #aaa; */ /* background-color: #C7C7C7; */ /* color: #6D6D6D; */ } .toolbar .btn { margin: 0 0px 0 -1px; } .toolbar .btns .btn { margin: -1px 0 0 0; border-top-color: transparent; } .toolbar .btn:hover { /* box-shadow: inset 0 0 4px 3px rgba(255,255,255,.3); */ background: #D8D8D8; /* border-color: #848484 #aaa #BDBDBD #999; */ /* border-left-width: 1px; */ /* margin-left: -1px; */ z-index: 1; border-color: #999; } .toolbar > .btn { /* border-left-color: transparent; */ } .toolbar .btns .btn:hover + .btn { border-top-color: transparent; } .toolbar .btns, div.show-popup .toolbar .btns { display: none; position: absolute; /* width: 20px; */ height: 0px; /* overflow: hidden; */ transition: height .4s linear; background: #fff; border-color: inherit; } .toolbar-options { /* z-index: 100; */ /* background: inherit; */ /* display: inline-block; */ /* float: left; */ /* margin-top: -1px; */ /* border: inherit; */ } .toolbar-options:hover .btns { display: block; /* right: 0; */ /* width: 60px; */ height: auto; /* overflow: visible; */ } .btns .btn { font-size: 11px; padding: 2px 4px; margin: 0 0 -1px 0; } /* @media (max-width: 330px) { .toolbar .btn-pri2 .btn-label { display: none; } } @media (max-width: 240px) { .toolbar .btn-pri1 .btn-label { display: none; } } */ .btns { /* display: inline-block; */ /* flex: initial; */ vertical-align: top; } .btns + .btns { /* margin-left: 5px; */ } .btns .btn:not(:first-child) { /* border-top-left-radius: 0; */ /* border-bottom-left-radius: 0; */ } /* .btns .btn:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } */ .toolbar-options .btns { /* display: inline-block; */ position: absolute; z-index: 1; margin: 0 -1px; } .task-item .btn { position: absolute; width: 18px; border-top-right-radius: 0; border-bottom-right-radius: 0; text-align: center; line-height: 1em; } .task-item .btn + .btn { border-radius: 0; } .task-item .task-label { /* border-radius: 4px; */ } .task-labels { /* display: inline; */ /* float: right; */ /* position: absolute; */ /* right: 0; */ } .task-labels .label { /* float: right; */ /* clear: right; */ /* margin-top: 1px; */ /* font-weight: normal; */ /* text-align: right; */ } .task-item .issue-label { font-size: 13px; margin-right: 4px; margin-left: 0; background: transparent; color: #999; border: none; } .project-label, .updated-label { float: right; font-size: 10px; clear: right; padding: 0 2px; margin: 0 0 1px; } .task-title { display: inline; } .task-item .btn-toggle { left: 0; } .task-item .btn-start { left: 0; } .task-item.project .btn-start { left: 19px; } .task-item.project .task-label { margin-left: 19px; font-weight: bold; border-top-left-radius: 0; font-size: 13px; padding: 1px 5px; } .time-remaining { /* font-size: 24px; */ /* line-height: 1; */ } .time-idle { color: #baa; background: rgba(255,255,255,.8); border: 0 solid #cbb; border-width: 0 1px 1px 0; border-bottom-right-radius: 2px; padding: 0 2px; display: block; position: absolute; top: 0; /* width: 100px; */ /* text-align: center; */ line-height: 1; } .status-message { color: #666; font-size: 10px; /* padding-left: 8px; */ position: absolute; top: 27px; right: 0; /* width: auto; */ /* text-align: center; */ opacity: .8; background: #fff; padding: 1px 8px; z-index: 100; border: 1px solid #666; border-width: 1px 0 1px 1px; border-radius: 2px 0 0 2px; } .status-message.error { background: #fcc; color: #a00; } .status-message.hide { opacity: 0; transition: opacity 2s, margin 1s, background 6s; /* margin-top: -30px; */ margin-right: -60px; } .search { color: #999; /* position: absolute; */ /* width: 100%; */ /* left: 0; */ /* right: 0; */ /* height: 18px; */ /* top: 0; */ /* padding-right: 1em; */ /* z-index: 1; */ /* background: white; */ /* margin-top: -16px; */ /* display: block; */ /* position: relative; */ } .search input { /* position: absolute; */ /* right: 0; */ /* bottom: 0; */ width: 100%; /* border-radius: 2px; */ /* border: none; */ border: 1px solid #ccc; box-sizing: border-box; outline: none; padding: 0px 4px; /* margin-bottom: 2px; */ background: #fff; font-size: 12px; /* display: block; */ /* float: left; */ margin: 0px 0px 0px -1px; height: 18px; border-left-color: transparent; } .search input:focus { border-color: #ccf; box-shadow: inset 0 0 2px 0px #ccf; background: #fff; /* position: absolute; */ /* left: 0; */ } .search .clear-btn { position: absolute; top: 0px; right: 2px; cursor: pointer; } .popup { display: none; position: fixed; z-index: 1; overflow-x: hidden; overflow-y: auto; left: 0; right: 0; bottom: 0; top: 61px; /* max-height: 75%; */ /* background: #f9f9f9; */ /* border: 1px solid #ddd; */ /* border-radius: 4px; */ /* box-shadow: 0 1px 2px 1px rgba(0,0,0,.2); */ color: #666; opacity: .9; } .popup ul { list-style: none; padding: 0; font-size: 13px; margin: 0; } .popup li { border-bottom: 1px solid #ddd; padding-left: 10px; } .popup li.header { background: #aaa; color: #fff; font-size: 12px; } .popup li:last-child { border-bottom: none; margin-bottom: 2px; } .show-status .popup-status { display: block; } .show-messages .messages { display: block; } .show-log .log { display: block; } .show-alert .alert { display: block; } .show-timeline .timeline { display: block; } .alert li + li { padding: 20% 20%; font-size: 24px; text-align: center; background: #fff; color: #963; white-space: normal; } .popup-backdrop, .popup-click { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .popup-backdrop { background: rgba(0,0,0,.1); } .popup-click { background: rgba(255,255,255,0); z-index: 1; } .show-popup .popup-backdrop, .show-popup .popup-click { display: block; } @keyframes bouncer { from { top: 10%; } 50% { top: 10%; } 95% { top: 50%; } to { top: 10%; } } @keyframes blinker { from { opacity: 1.0; } 90% { opacity: 1.0; } 95% { opacity: 0.0; } to { opacity: 1.0; } } @keyframes flasher { from { background: #fff; } 50% { background: #ff0; } to { background: #fff; } } @keyframes flasher2 { from { background: #fff; } 1% { background: #fc0; } 2% { background: #fff; } 3% { background: #fc0; } 4% { background: #fff; } to { background: #fff; } } @keyframes flasher3 { from { background: #fff; } 5% { background: #fc0; } 10% { background: #f00; } 15% { background: #fc0; } 20% { background: #fff; } to { background: #fff; } } /* .show-alert .alert { animation-name: bouncer; animation-iteration-count: infinite; animation-timing-function: ease-in; animation-duration: 15s; } .show-alert .alert li + li { animation-name: flasher; animation-iteration-count: infinite; animation-timing-function: ease; animation-duration: 1s; } */ .show-alert .alert li + li { animation-name: flasher3; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 10s; } .if-stopped, .if-paused, .if-working { display: none; } .stopped .if-stopped { display: initial; } .paused .if-paused { display: initial; } .working .if-working { display: initial; } .working { /* background-color: #9f9; */ /* background-image: linear-gradient(to bottom, #dfd, #fff 200px); */ color: #060; } .working .task-item.selected .task-label { background: #bfb; color: #060; /* box-shadow: inset 0 0 16px 4px #fff; */ } .working .task-item.selected .task-label:hover { background: #cfc; } .working .task-item.selected .task-label:active { background: #fff; } .working .selected .btn-start { color: #0a0; text-shadow: 0 1px 0 #afa; } .working .time-remaining { /* color: #008E23; */ } .working .btn.timer-btn-task { background-color: #279f43; background-image: none; border-color: rgba(27, 31, 35, 0.5); box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15); } .working .timer-display { background-color: #9F9; } /* background-color: #9f9; color: #D8FFD8; border-color: #0d0; background-image: linear-gradient(#00D800,#009E00); */ /* border-radius: 4px; */ /* display: inline-block; */ /* height: 28px; */ /* width: 80px; */ /* text-align: center; */ /* vertical-align: middle; */ /* padding: 3px 20px; */ } /* .working .timer-btn-task:hover { background: #6f6; } .working .toolbar .btn { color: #060; border-color: #0d0; } .working .toolbar .btn:hover { background: #9f9; } */ .paused { background-image: linear-gradient(to bottom, #ffd, #fff 200px); color: #660; } .paused .task-item.selected .task-label { background: #ffc; color: #660; } .paused .selected .btn-start { color: #660; text-shadow: 0 1px 0 #ffa; } .paused .timer-btn-task { border-color: #dd9; background: #ffc; color: #660; } .paused .timer-btn-task:hover { background: #ff9; } /* .paused .toolbar .btn { color: #660; } .paused .toolbar .btn:hover { background: #ff9; } */ .log li:last-child { padding-top: 4px; } .log tbody th { background: #ddd; text-align: left; } .log table { border-spacing: 0; border-collapse: collapse; width: 100%; } .log td { vertical-align: top; border: 1px solid #ccc; } .log td.task { white-space: normal; } .log .start { color: #060; border-color: #060; } .log .end { color: #600; border-color: #600; } .log .work { position: relative; /* border: 0 solid #666; */ /* border-width: 1px 0; */ /* margin-top: 2px; */ padding-bottom: 1px; } .log .log-entry { margin-left: 18px; } .work .chart { display: none; } .work:hover .chart { display: block; } .log .chart { position: absolute; top: 2px; /* left: -30px; */ /* margin-bottom: -50px; */ /* bottom: 3px; */ left: -10px; width: 24px; /* height: 100px; */ z-index: 1; padding: 3px; border-radius: 3px; } .work > .chart { border: 1px solid #aaa; background: #fff; /* z-index: 2; */ /* height: 100px; */ /* width: 30px; */ } .log-entry .chart { background: none; } .chart-inner { width: 100%; height: 100%; position: relative; } .chart-inner > div { width: 100%; position: absolute; } .chart-label { border: 1px solid rgba(0,0,0,.1); min-height: 4px; padding: 2px 0; margin-bottom: -2px; /* width: 10px !important; */ z-index: 1; } .log-entry:hover .chart .chart-label, .log-entry:hover .colorsquare { border-color: rgba(0,0,0,.4); box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.3); z-index: 1; } .log .chart span { font-size: 9px; /* position: absolute; */ border-style: solid; border-width: 0; /* background: #fff; */ line-height: .9; /* width: 100%; */ } .log .chart .start { border-bottom-width: 1px; /* left: 0; */ bottom: 0; } .log .chart .end { border-top-width: 1px; /* right: 0; */ top: 0; text-align: right; } .chart-time-label { border: 1px solid #AAA; font-size: 10px; border-width: 1px 0 0px 0; } .chart-time-label-bottom { border-width: 0px 0 1px 0; } .log .chart2 { width: 2px; } .day { background: #ccc; /* font-weight: bold; */ position: relative; padding: 0 4px; /* display: none; */ font-size: 12px; border: 0 solid #666; border-width: 1px 0; } .day .date { font-weight: bold; margin-left: 4px; line-height: 1.4; } .log .stats { position: absolute; font-size: 11px; padding: 2px 0; right: 0; } .work .stats { background: #fff; } .stats > span { margin-left: 4px; } .log .colorsquare { width: 8px; display: inline-block; height: .6em; border: 1px solid rgba(0,0,0,.2); } .log .task-name { font-size: 14px; /* display: inline-block; */ } .log .log-entry > span { margin: 0 .2em; } @media all and (max-width: 350px) { .old .times { position: initial; margin-left: 0; text-align: initial; margin-top: 4px; } .old .times > div { /* margin-right: 8px; */ display: inline-block; } .times > div + div { margin-left: 8px; } .timer-display { height: 124px; overflow: hidden; } .timer-btn-task { /* width: 100%; */ } .current-task { /* white-space: normal; */ /* height: 2.2em; */ /* overflow: hidden; */ } .old .task-list { top: 177px; } /* .task-title { display: block; } .task-labels { display: block; text-align: center; } .task-labels .label { float: none; clear: none; vertical-align: top; } .task-labels .issue-label { float: left; } .task-labels .updated-label { float: right; } */ } @media all and (max-height: 350px) { .task-item { white-space: nowrap; font-size: 13px; overflow: hidden; text-overflow: ellipsis; } .task-labels { position: absolute; right: 0; } .project-label, .updated-label { clear: none; margin: 2px 0 0px; } .task-item .task-label { padding: 1px; } } .old .hover-help { position: relative; overflow-y: hidden; } .old .hover-help .help { position: absolute; top: -1.8em; right: 0; transition-timing-function: ease-in; transition-property: top; transition-duration: .2s; } .old .hover-help:hover .help { top: 0; transition-timing-function: ease-out; } .hover-help { position: absolute; border: 1px solid #000; border-radius: 4px; padding: 0 2px; background: #ddd; opacity: 1; } @keyframes help-drop-down { from { top: -1.8em; } 10% { top: 0; } 90% { top: 0; } to { top: -1.8em; } } @keyframes help-fade { from { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } to { opacity: 0; } } div:hover > .hover-help { /* opacity: 1; */ } div:hover > .hover-help { animation-name: help-fade; animation-iteration-count: 1; animation-timing-function: ease; animation-duration: 2s; } .tools, .timer { background: #eee; color: #333; /* border-color: #aaa; */ } .timer { padding: 0px 7px; position: relative; cursor: default; height: 39px; } .time-remaining { /* float: left; */ width: 100px; font-size: 36px; font-weight: lighter; line-height: 1; margin-bottom: -2px; } .timer .labels { /* float: left; */ width: 90px; font-size: 14px; line-height: .9; /* padding: 2px 0; */ /* text-shadow: 1px 1px rgba(0,0,0,.5); */ display: none; } .timer .labels > div { width: 50%; margin: 0; display: inline-block; } .timer .labels i { font-size: 18px; /* height: 17px; */ /* margin-right: 1px; */ /* vertical-align: top; */ margin-top: 4px; opacity: .7; float: left; } .timer .issue-label { /* font-size: 15px; */ /* font-weight: bold; */ /* float: right; */ } .timer .timer-label { /* font-size: 13px; */ } .issue-source, .time-started { font-size: 9px; display: block; } .current-task { position: absolute; font-size: 17px; /* margin: 0; */ text-overflow: ellipsis; overflow: hidden; /* margin-right: 60px; */ line-height: 1; white-space: normal; padding: 3px 0; top: 0; left: 100px; margin: 0 8px; height: 4em; } .status { font-size: 13px; white-space: nowrap; } .status > div { display: inline-block; } .status > div + div { margin-left: 8px; } .working .timer { background-color: #090; color: #fff; border-color: #fff; } .timer .btn:hover { background-color: #0a0; } .paused .timer { background-color: #ff0; color: #990; } .times > div > div { display: inline-block; /* min-width: 40px; */ margin-left: 2px; } .times > div > div:first-child { font-size: 11px; /* text-transform: capitalize; */ }
0.312685
0.050799
.mod-iTunesMusic{ background:#f5f7f7; } .mod-iTunesMusic .im-tabControl{ border-left:1px solid #fff; border-right:1px solid #fff; background:url(../img/tab-normal-bg.png?__sprite) repeat-x; } .mod-iTunesMusic .im-tabControl li{ float:left; position:relative; } .mod-iTunesMusic .im-tabControl a{ display:block; line-height:30px; /*background:url(../img/tab-normal-bg.png?__sprite) repeat-x;*/ text-align:center; border:1px solid #edeff0; border-top-color:#fff; border-left:0; } .mod-iTunesMusic .im-tabControl a:hover{ border-right-color:#e6e8e9; border-bottom-color:#e3e5e5; -moz-box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); -webkit-box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); font-weight:600; color:#00b075; } .mod-iTunesMusic .im-tabControl a.current{ background:#f5f7f7; border-bottom-color:#f5f7f7; font-weight:600; color:#00b075; cursor:default; } .mod-iTunesMusic .im-tabControl a.current:hover{ border-right-color:#edeff0; border-bottom-color:#f5f7f7; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } .mod-iTunesMusic .im-tabControl .last{ border-right:0; } .mod-iTunesMusic .container{ height: 435px; overflow: hidden; } /*rank-unit*/ .mod-iTunesMusic .rank-unit{ height: 108px; border-bottom: 1px solid #E3E5E6; } .mod-iTunesMusic .rank-unit .media { float: left; width: 75px; padding: 10px 10px 0 13px; } .mod-iTunesMusic .rank-unit .media .rank-photo{ width: 75px; height: 75px; display: block; position: relative; } .mod-iTunesMusic .rank-unit .media .ic-rank{ position: absolute; display: none; width: 17px; height: 15px; top: -5px; left: -2px; background:url(../img/rank-bg.png?__sprite); color: #fff; text-align: center; line-height: 18px; } .mod-iTunesMusic .rank-unit .media .rank-img{ display: block; width: 100%; height: 100%; } .mod-iTunesMusic .rank-unit .media .rank-price1{ display: block; background: #646565; height: 14px; color: #fff; text-align: center; } .mod-iTunesMusic .rank-unit .media .rank-price0{ display: none; } .mod-iTunesMusic .rank-unit .content { overflow: hidden; padding: 10px 0; } .mod-iTunesMusic .rank-unit .content .rank-title{ font-size: 14px; height: 26px; padding: 0 10px 10px 0; word-break: break-all; display: block; overflow: hidden; } .mod-iTunesMusic .rank-unit .content .info-font{ display: block; color: #595757; line-height: 15px; height: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .mod-iTunesMusic .rank-unit .content .action-btn{ position: relative; width: 43px; height: 20px; display: inline-block; /*border: 1px solid #03aa71;*/ /*border-radius: 2px;*/ /*background: #03c584;*/ color: #fff; line-height: 20px; text-align: center; padding-left: 13px; background:url(../img/video-btn.png?__sprite); } .mod-iTunesMusic .rank-unit .content .action-btn:hover{ background:url(../img/video-btn-hover.png?__sprite); } .mod-iTunesMusic .rank-unit .content .action-btn i{ position: absolute; left: 9px; display: block; } .mod-iTunesMusic .rank-unit .content .on .action-btn i{ top: 3px; width: 9px; height: 13px; display: block; background:url(../img/btn-play.png?__sprite); } .mod-iTunesMusic .rank-unit .content .off .action-btn i{ top: 5px; width: 10px; height: 10px; display: block; background:url(../img/btn-stop.png?__sprite); } .mod-iTunesMusic .rank-unit .content .on .action-btn i{ top: 3px; width: 9px; height: 13px; display: block; background:url(../img/btn-play.png?__sprite); } .mod-iTunesMusic .rank-unit .content .store-btn{ display: inline-block; width: 100px; height: 20px; border-radius: 2px; margin-left: 10px; line-height: 20px; text-align: center; } .mod-iTunesMusic .rank-unit .content .on .store-btn{ border: 1px solid #04a56e; color: #05ae76; background: #fff; } .mod-iTunesMusic .rank-unit .content .on .store-btn:hover{ color: #088e61; } .mod-iTunesMusic .rank-unit .content .off .store-btn{ border: 1px solid #dd5a19; color: #fff; background: #f6702e; } .mod-iTunesMusic .rank-unit .content .off .store-btn:hover{ background: #e35f1e; } .mod-iTunesMusic .video-wrap{ position: relative; } .mod-iTunesMusic .video-wrap i{ position: absolute; background: url(../img/video-arrow.png?__sprite) no-repeat; width: 6px; height: 5px; top: -5px; left: 47px; display: block; }
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/itunesmusic/ltr/ltr.css
.mod-iTunesMusic{ background:#f5f7f7; } .mod-iTunesMusic .im-tabControl{ border-left:1px solid #fff; border-right:1px solid #fff; background:url(../img/tab-normal-bg.png?__sprite) repeat-x; } .mod-iTunesMusic .im-tabControl li{ float:left; position:relative; } .mod-iTunesMusic .im-tabControl a{ display:block; line-height:30px; /*background:url(../img/tab-normal-bg.png?__sprite) repeat-x;*/ text-align:center; border:1px solid #edeff0; border-top-color:#fff; border-left:0; } .mod-iTunesMusic .im-tabControl a:hover{ border-right-color:#e6e8e9; border-bottom-color:#e3e5e5; -moz-box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); -webkit-box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); box-shadow:0px 2px 0px 0px rgba(227, 229, 229, 0.1); font-weight:600; color:#00b075; } .mod-iTunesMusic .im-tabControl a.current{ background:#f5f7f7; border-bottom-color:#f5f7f7; font-weight:600; color:#00b075; cursor:default; } .mod-iTunesMusic .im-tabControl a.current:hover{ border-right-color:#edeff0; border-bottom-color:#f5f7f7; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } .mod-iTunesMusic .im-tabControl .last{ border-right:0; } .mod-iTunesMusic .container{ height: 435px; overflow: hidden; } /*rank-unit*/ .mod-iTunesMusic .rank-unit{ height: 108px; border-bottom: 1px solid #E3E5E6; } .mod-iTunesMusic .rank-unit .media { float: left; width: 75px; padding: 10px 10px 0 13px; } .mod-iTunesMusic .rank-unit .media .rank-photo{ width: 75px; height: 75px; display: block; position: relative; } .mod-iTunesMusic .rank-unit .media .ic-rank{ position: absolute; display: none; width: 17px; height: 15px; top: -5px; left: -2px; background:url(../img/rank-bg.png?__sprite); color: #fff; text-align: center; line-height: 18px; } .mod-iTunesMusic .rank-unit .media .rank-img{ display: block; width: 100%; height: 100%; } .mod-iTunesMusic .rank-unit .media .rank-price1{ display: block; background: #646565; height: 14px; color: #fff; text-align: center; } .mod-iTunesMusic .rank-unit .media .rank-price0{ display: none; } .mod-iTunesMusic .rank-unit .content { overflow: hidden; padding: 10px 0; } .mod-iTunesMusic .rank-unit .content .rank-title{ font-size: 14px; height: 26px; padding: 0 10px 10px 0; word-break: break-all; display: block; overflow: hidden; } .mod-iTunesMusic .rank-unit .content .info-font{ display: block; color: #595757; line-height: 15px; height: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .mod-iTunesMusic .rank-unit .content .action-btn{ position: relative; width: 43px; height: 20px; display: inline-block; /*border: 1px solid #03aa71;*/ /*border-radius: 2px;*/ /*background: #03c584;*/ color: #fff; line-height: 20px; text-align: center; padding-left: 13px; background:url(../img/video-btn.png?__sprite); } .mod-iTunesMusic .rank-unit .content .action-btn:hover{ background:url(../img/video-btn-hover.png?__sprite); } .mod-iTunesMusic .rank-unit .content .action-btn i{ position: absolute; left: 9px; display: block; } .mod-iTunesMusic .rank-unit .content .on .action-btn i{ top: 3px; width: 9px; height: 13px; display: block; background:url(../img/btn-play.png?__sprite); } .mod-iTunesMusic .rank-unit .content .off .action-btn i{ top: 5px; width: 10px; height: 10px; display: block; background:url(../img/btn-stop.png?__sprite); } .mod-iTunesMusic .rank-unit .content .on .action-btn i{ top: 3px; width: 9px; height: 13px; display: block; background:url(../img/btn-play.png?__sprite); } .mod-iTunesMusic .rank-unit .content .store-btn{ display: inline-block; width: 100px; height: 20px; border-radius: 2px; margin-left: 10px; line-height: 20px; text-align: center; } .mod-iTunesMusic .rank-unit .content .on .store-btn{ border: 1px solid #04a56e; color: #05ae76; background: #fff; } .mod-iTunesMusic .rank-unit .content .on .store-btn:hover{ color: #088e61; } .mod-iTunesMusic .rank-unit .content .off .store-btn{ border: 1px solid #dd5a19; color: #fff; background: #f6702e; } .mod-iTunesMusic .rank-unit .content .off .store-btn:hover{ background: #e35f1e; } .mod-iTunesMusic .video-wrap{ position: relative; } .mod-iTunesMusic .video-wrap i{ position: absolute; background: url(../img/video-arrow.png?__sprite) no-repeat; width: 6px; height: 5px; top: -5px; left: 47px; display: block; }
0.231788
0.0666
html, body, div, span, a, b, u, i, h1, h2, h3, h4, h5, h6, p, q, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ol, ul, li, button, img, form, input, textarea, label { margin: 0; padding: 0; border: 0; outline: 0; font-size: 62.5%; font: inherit; color: inherit; vertical-align: baseline; background: transparent; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *::before, *::after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } :focus { outline: 0; } body { line-height: 1; } ol, ul { list-style: none; } a, a:hover { color: inherit; text-decoration: none; } a:active, a:hover { outline: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } input, label, select, button, textarea { display: inline-block; vertical-align: baseline; white-space: normal; line-height: 1; } textarea { vertical-align: top; overflow: auto; resize: vertical; min-height: 2rem; } input[type=checkbox], input[type=radio] { margin: 0.5rem; width: 1rem; height: 1rem; padding: 0; } input[type=search] { -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; -moz-appearance: none; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
reset.css
html, body, div, span, a, b, u, i, h1, h2, h3, h4, h5, h6, p, q, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ol, ul, li, button, img, form, input, textarea, label { margin: 0; padding: 0; border: 0; outline: 0; font-size: 62.5%; font: inherit; color: inherit; vertical-align: baseline; background: transparent; } html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *, *::before, *::after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; } :focus { outline: 0; } body { line-height: 1; } ol, ul { list-style: none; } a, a:hover { color: inherit; text-decoration: none; } a:active, a:hover { outline: 0 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } input, label, select, button, textarea { display: inline-block; vertical-align: baseline; white-space: normal; line-height: 1; } textarea { vertical-align: top; overflow: auto; resize: vertical; min-height: 2rem; } input[type=checkbox], input[type=radio] { margin: 0.5rem; width: 1rem; height: 1rem; padding: 0; } input[type=search] { -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; -moz-appearance: none; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
0.394201
0.073596
.btn{padding:0.75rem 2rem;outline:none!important;box-shadow:none!important;font-size:14px;font-weight:normal;-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;border-radius:0;} /*---------------------------------*/ .btn.disabled, .btn:disabled{opacity:0.65;} .btn:not(:disabled):not(.disabled){cursor:pointer;} .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{background-image:none;} a.btn.disabled, fieldset:disabled a.btn{pointer-events:none;} .btn-primary{color:#fff;background-color:#262626;border-color:#262626;} .btn-primary:focus, .btn-primary.focus, .btn-primary:hover{color:#fff;background-color:#000;border-color:#000;} .btn-primary:focus, .btn-primary.focus{box-shadow:none;} .btn-primary.disabled, .btn-primary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#262626;border-color:#262626;} .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-secondary{color:#6c757d;background-color:#F5F5F5;border-color:#F5F5F5;} .btn-secondary:focus, .btn-secondary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-secondary:focus, .btn-secondary.focus{box-shadow:none;} .btn-secondary.disabled, .btn-secondary:disabled{color:#6c757d;background-color:#FFF;border-color:#FFF;} .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#545b62;border-color:#4e555b;} .btn-success{color:#fff;background-color:#5bcc7e;border-color:#5cc57c;} .btn-success:hover{color:#fff;background-color:#47b78b;border-color:#3fa77e;} .btn-success:focus, .btn-success.focus{box-shadow:rgba(91,204,126,0.8);} .btn-success.disabled, .btn-success:disabled{color:#fff;background-color:#a7caaf;border-color:#95b59c;} .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active{color:#fff;background-color:#28a745;border-color:#45b568;} .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-info{color:#fff;background-color:#41b4e0;border-color:#41b4e0;} .btn-info:hover{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:focus, .btn-info.focus{box-shadow:none;} .btn-info.disabled, .btn-info:disabled{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-warning{color:#262626;background-color:#fbeead;border-color:#f3e5a3;} .btn-warning:hover{color:#262626;background-color:#fbe49c;border-color:#fbe49c;} .btn-warning:focus, .btn-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-warning.disabled, .btn-warning:disabled{color:#262626;background-color:#f7efc5;border-color:#f9edb7;} .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active{color:#262626;background-color:#fbe49c;border-color:#fbe49c;} .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-light{color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} .btn-light:hover{color:#FFF;background-color:#262626;border-color:#262626;} .btn-light:focus, .btn-light.focus{box-shadow:none;color:#FFF;background-color:#262626;border-color:#262626;} .btn-light.disabled, .btn-light:disabled{color:#FFF;background-color:#d4d4d4;border-color:#d4d4d4;} .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active{color:#FFF;background-color:#262626;border-color:#262626;} .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;} .btn-dark:focus, .btn-dark.focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5);} .btn-dark.disabled, .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#1d2124;border-color:#171a1d;} .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-outline-primary{color:#262626;background-color:transparent;background-image:none;border-color:#262626;} .btn-outline-primary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-outline-primary:focus, .btn-outline-primary.focus{box-shadow:none;} .btn-outline-primary.disabled, .btn-outline-primary:disabled{color:#262626;background-color:transparent;} .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d;} .btn-outline-secondary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-outline-secondary:focus, .btn-outline-secondary.focus{box-shadow:none;} .btn-outline-secondary.disabled, .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;} .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-outline-success{color:#47b78b;background-color:transparent;background-image:none;border-color:#5cc57c;} .btn-outline-success:hover{color:#fff;background-color:#47b78b;border-color:#28a745;} .btn-outline-success:focus, .btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);} .btn-outline-success.disabled, .btn-outline-success:disabled{color:#28a745;background-color:transparent;} .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;} .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);} .btn-outline-info{color:#41b4e0;background-color:transparent;background-image:none;border-color:#41b4e0;} .btn-outline-info:hover{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-outline-info:focus, .btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);} .btn-outline-info.disabled, .btn-outline-info:disabled{color:#0599d8;background-color:transparent;} .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus{box-shadow:none;} .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#f3e5a3;} .btn-outline-warning:hover{color:#212529;background-color:#fbe49c;border-color:#fbe49c;} .btn-outline-warning:focus, .btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-outline-warning.disabled, .btn-outline-warning:disabled{color:#ffc107;background-color:transparent;} .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#fbe49c;border-color:#fbe49c;} .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-outline-light{color:#6c757d;background-color:transparent;background-image:none;border-color:#f3f3f3;} .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f3f3f3;} .btn-outline-light:focus, .btn-outline-light.focus{box-shadow:none;} .btn-outline-light.disabled, .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;} .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f3f3f3;} .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus{box-shadow:none;} .btn-outline-dark{color:#000;background-color:transparent;background-image:none;border-color:#000;} .btn-outline-dark:hover{color:#fff;background-color:#000;border-color:#000;} .btn-outline-dark:focus, .btn-outline-dark.focus{box-shadow:none;} .btn-outline-dark.disabled, .btn-outline-dark:disabled{color:#343a40;background-color:transparent;} .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-link{font-weight:normal;color:#262626;background-color:transparent;} .btn-link:hover{color:#000;text-decoration:none;background-color:transparent;border-color:transparent;} .btn-link:focus, .btn-link.focus{text-decoration:none;border-color:transparent;box-shadow:none;} .btn-link:disabled, .btn-link.disabled{color:#6c757d;pointer-events:none;} /*-------------------------------------------------------------- 1.2 btn-size --------------------------------------------------------------*/ .btn-nostyle{margin:0;padding:0;border:0;line-height:normal;background-color:transparent;} .btn-lg{padding:1rem 2rem;} .btn-sm{padding:.25rem 1rem;} .btn-block{} .btn-overlay{background-color:rgba(0,0,0,0.33)!important;border:0!important;color:#FFF!important;} .btn-error{background-color:#f7094c!important;border-color:#f7094c!important;color:#FFF;} .btn-error:hover{background-color:#d2043e!important;border-color:#d2043e!important;color:#FFF;} .btn-transparent{background-color:transparent!important;border-color:transparent!important;} .btn-border:hover{background-color:#262626!important;border-color:#262626!important;color:#FFF!important;} .btn-border{background-color:transparent!important;border-color:#262626!important;color:#262626!important;} .btn-border:hover{background-color:#262626!important;border-color:#262626!important;color:#FFF!important;} .btn-rounded{border-radius:4rem;padding-left:1rem;padding-right:1rem;} .btn-rounded.btn-sm{padding-left:0.8rem;padding-right:0.8rem;padding-top:0.33rem;padding-bottom:0.33rem;} @media (max-width:767px){ .btn-outline-secondary{padding:5px 15px;} } .btn-icon{text-align:center;width:2.125rem;height:2.125rem;padding:0!important;position:relative;} .btn-icon.btn-sm{width:1.75rem;height:1.75rem;} .btn-icon.btn-md{width:2.5rem;height:2.5rem;} .btn-icon.btn-lg{width:3.375rem;height:3.375rem;} /*-------------------------------------------------------------- form reset --------------------------------------------------------------*/ .form-group{position:relative;} .form-control{border:1px solid #eee;border-radius:0;font-size:14px;padding:0.75rem 1rem;} .form-control:focus{border-color:#eee;} .form-control-sm{padding:0.5rem .75rem;} .form-control-lg{padding:1rem 1.25rem;} .form-input-inner{position:relative;} .form-input-inner .form-control{padding-right:40px;} .form-input-inner .show-pwd-btn{position:absolute;right:0;top:0;bottom:0;width:45px;border:0;background-color:transparent;color:#6c757d;} .form-input-inner .show-pwd-btn:hover{color:#262626} /*-------------------------------------------------------------- 1.1 input-group --------------------------------------------------------------*/ .nice-input-group .input-group-text{background-color:#FFF;border-color:#eee;width:45px;border-radius:0;padding:.375rem 0 .375rem .55rem;} .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#FFF;border:1px solid #eee;border-radius:0.25rem;} .input-group-text input[type="radio"], .input-group-text input[type="checkbox"]{margin-top:0;} .input-group>.form-control:not(:last-child){border-right-width:0;} /*-------------------------------------------------------------- 25.0 nice-radio --------------------------------------------------------------*/ .nice-radio input{display:none;} .nice-radio label{position:relative;display:block;cursor:pointer;text-align:center;border:1px solid #eaeaea;height:40px;line-height:40px;margin:0;} .nice-radio input:checked + label{border:1px solid #262626;} .nice-radio input:checked + label::after{content:"\2713";position:absolute;top:-10px;right:-10px;width:20px;height:20px;line-height:20px;border-radius:100%;font-size:12px;color:#FFF;background-color:#262626;z-index:999;} .nice-radio label.alipay{border-color:rgba(59,166,243,0.3);color:#3ba6f3;} .nice-radio input:checked + label.alipay{border-color:#3ba6f3} .nice-radio input:checked + label.weixin{border-color:#20b767;} .nice-radio label.weixin{border-color:rgba(32,183,103,0.3);color:#20b767;} .nice-radio input:checked + label.alipay::after{background-color:#3ba6f3;} .nice-radio input:checked + label.weixin::after{background-color:#20b767;} /*-------------------------------------------------------------- 1.1 drop --------------------------------------------------------------*/ .nice-dropmenu{display:inline-block;} .show.nice-dropmenu .dropdown-inner{opacity:1;z-index:9999;visibility:initial;margin-top:15px;} .nice-dropmenu .dropdown-inner{position:absolute;left:0;opacity:0;width:220px;padding:10px;margin-top:-20px;z-index:-100;display:none\9;background-color:#FFF;border:1px solid #eaeaea;border-radius:2px;-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;visibility:hidden;} .nice-dropmenu .dropdown-inner::before{content:"";border-style:solid;border-width:0 7px 7px 7px;border-color:transparent transparent #ffffff transparent;height:0px;position:absolute;left:50%;top:-7px;width:0px;-webkit-transform:rotate(360deg);z-index:1;margin-left:-7px;} .nice-dropmenu .dropdown-inner::after{content:"";border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #eaeaea transparent;height:0px;position:absolute;top:-8px;left:50%;width:0px;-webkit-transform:rotate(360deg);margin-left:-8px;} /*-------------------------------------------------------------- 1.1.1 sign drop --------------------------------------------------------------*/ .navbar-sign .dropdown-inner{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:111px;text-align:right;border:1px solid #F1F1F1;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);padding:5px 15px;} .navbar-sign .dropdown-inner li{display:block;} .navbar-sign .dropdown-inner li a{display:block;position:relative;font-size:14px;margin:5px 0;padding:5px 0;} .navbar-sign .dropdown-inner li .icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .container-fluid .navbar-sign .dropdown-inner{right:-14px;left:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);} .container-fluid .navbar-sign .dropdown-inner::before, .container-fluid .navbar-sign .dropdown-inner::after{left:auto;right:21px;} /*-------------------------------------------------------------- 1.1.2 smilies drop --------------------------------------------------------------*/ .dropdown-smilies{position:initial;} .dropdown-smilies .dropdown-inner{width:380px;padding:15px;border:1px solid #F1F1F1;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);} .dropdown-smilies .dropdown-inner .add-smily{display:inline-block} .dropdown-smilies .dropdown-inner .add-smily img{height:auto!important;width:1.4em!important;} .dropdown-smilies .dropdown-inner::before{left:20px;margin-left:0;} .dropdown-smilies .dropdown-inner::after{left:19px;margin-left:0;} .show.dropdown-smilies .dropdown-inner{margin-top:0px;} @media (max-width:767px){ .dropdown-smilies .dropdown-inner{width:100%;padding:10px;left:1px;float:none;} } /*-------------------------------------------------------------- 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:#6c757d;padding:10px 0;} .data-null p i{position:relative;display:inline-block;width:150px;height:150px;background-image:url("../assets/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;} .widget .data-null{padding:1em 0;} /*-------------------------------------------------------------- 3.0 Layout --------------------------------------------------------------*/ .site, .nice-warp{position:relative;} /*-------------------------------------------------------------- 4.0 Header --------------------------------------------------------------*/ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background-color:initial;border-color:initial;} .nice-header{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:9;} .navbar{padding:0;} .navbar-header{vertical-align:middle;line-height:70px;height:70px;} .navbar-header .navbar-brand{position:relative;display:block;width:168px;height:70px;line-height:70px;text-indent:-9999px;padding:0;z-index:2;transition:none;background-size:contain;background-position:left center;background-repeat:no-repeat;} .navbar-site li{position:relative;-ms-flex-negative:0!important;flex-shrink:0!important;} .navbar-site > li > a{position:relative;display:block;padding:0 5px;margin:0 10px 0 0;font-size:14px;line-height:70px;} .navbar-site li a:hover, .navbar-site li.current-menu-ancestor > a, .navbar-site li.current-menu-item > a{color:#000;background-color:transparent;} .navbar-site li .sub-menu li a:hover, .navbar-site li .sub-menu li.current-menu-item > a, .navbar-site li .sub-menu li.current-menu-ancestor > a:hover{color:#FFF;background-color:#000;} .navbar-site li .sub-menu li.current-menu-ancestor > a{color:#000;} .mb-main-menu .mb-menu-item .sub-menu .mb-sub-menu-item:hover>.sub-menu{visibility:visible;opacity:1} .navbar-site li:hover>.sub-menu{visibility:visible;opacity:1} .navbar-site li:hover>.sub-menu>li{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeIn;animation-name:fadeIn} .navbar-site li:hover>.sub-menu>li:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s} .navbar-site li:hover>.sub-menu>li:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s} .navbar-site li:hover>.sub-menu>li:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s} .navbar-site li:hover>.sub-menu>li:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s} .navbar-site li:hover>.sub-menu>li:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s} .navbar-site li:hover>.sub-menu>li:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s} .navbar-site li:hover>.sub-menu>li:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s} .navbar-site li:hover>.sub-menu>li:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s} .navbar-site li:hover>.sub-menu>li:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s} .navbar-site li:hover>.sub-menu>li:nth-child(11){-webkit-animation-delay:1s;animation-delay:1s} .navbar-site li:hover>.sub-menu>li:nth-child(12){-webkit-animation-delay:1.1s;animation-delay:1.1s} .navbar-site li:hover>.sub-menu>li:nth-child(13){-webkit-animation-delay:1.2s;animation-delay:1.2s} .navbar-site li:hover>.sub-menu>li:nth-child(14){-webkit-animation-delay:1.3s;animation-delay:1.3s} .navbar-site li:hover>.sub-menu>li:nth-child(15){-webkit-animation-delay:1.4s;animation-delay:1.4s} .navbar-site > li.menu-item-has-children > a{margin-right:20px;} .navbar-site > li.menu-item-has-children .fa-angle-down{position:absolute;right:10px;top:50%;font-size:14px;color:#6c757d;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);} .navbar-site > li.menu-item-has-children:hover .fa-angle-down{transform:rotate(180deg) translate(50%,50%);-webkit-transform:rotate(180deg) translate(50%,50%);} .navbar-site > li > a::after{content:"";position:absolute;margin:auto;bottom:15px;width:4px;height:4px;left:0;right:0;opacity:0;border-radius:6px;background:#000;transition:all 0.3s ease 0s;} .navbar-site > li.current-menu-item > a::after, .navbar-site > li.current-post-ancestor > a::after{opacity:1;} .navbar-sign, .navbar-sign > li{position:relative;} .navbar-sign > li.nice-dropmenu{margin-right:15px;} .navbar-sign > li.nice-dropmenu > a{margin:0;display:block;} .navbar-sign li .fa-angle-down{position:absolute;right:-15px;top:50%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);} .navbar-sign li .sign-avatar .avatar{width:33px;height:33px;border-radius:50%;} .black-top .navbar-sign > li > a, .black-top .navbar-sign > li > button{color:#d4d4d4!important;} .black-top .navbar-sign > li > a:hover, .black-top .navbar-sign > li > button:hover{color:#FFF!important;} .black-top .navbar-sign > li > .btn-signin{border-color:#d4d4d4;} .black-top .navbar-sign > li > .btn-signin:hover{background-color:#FFF;border-color:#FFF;color:#262626!important;} .black-top .navbar-sign li .fa-angle-down{color:#d4d4d4!important;} @media (min-width:992px) and (max-width:1199px){ .navbar-collapse .navbar-site li a{margin:0 10px 0 0;} .navbar-site li.menu-item-has-children a{padding-right:10px;} .navbar-site li.menu-item-has-children .fa-angle-down{right:5px;} } /* - min-width: 992 */ @media (min-width:992px){ .container-fluid .navbar-site{justify-content:center;} .navbar-site li .sub-menu{position:absolute;visibility:hidden;opacity:0;background:#ffffff none repeat scroll 0 0;left:5px;top:100%;margin-top:-15px;padding:0;min-width:205px;max-width:205px;border-radius:0;transition:all 0.33s ease 0s;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);} .navbar-site li:last-child > .sub-menu, .navbar-site li:nth-last-child(2) > .sub-menu{right:0;left:auto;} .navbar-site li:hover .sub-menu{opacity:1;visibility:visible;margin-top:0;z-index:11} .navbar-site li .sub-menu li{display:block;border-bottom:1px solid #f5f5f5;} .navbar-site li .sub-menu li:last-child{border-bottom:0;} .navbar-site li .sub-menu li a{display:block;padding:14px 22px;margin:0;font-size:14px;} .navbar-site li .sub-menu li a:hover{padding:14px 22px 14px 25px;} .navbar-site li .sub-menu li.has-children .fa-angle-down{-webkit-transform:rotate(270deg) translate(100%,-50%);transform:rotate(270deg) translate(100%,-50%);} .navbar-site li .sub-menu li.has-children ul{left:100%;top:0;opacity:0;padding:0;visibility:hidden;} .navbar-site li .sub-menu li.has-children:hover > ul.sub-menu{opacity:1;visibility:visible;} } @media (max-width:991px){ .mobile-navbar .mobile-navbar-toggle{position:absolute;cursor:pointer;top:50%;right:0;margin-top:0;margin-right:0;margin-bottom:0;padding:5px 0 5px 15px;z-index:11111;border:0;background-color:transparent;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);color:#FFF;} .mobile-navbar .mobile-navbar-toggle .icon-bar{background-color:#262626;width:20px;height:1px;display:block;border-radius:1px;} .mobile-navbar .mobile-navbar-toggle .icon-bar+.icon-bar{margin-top:5px;} .mobile-style01 .mobile-navbar .navbar-header{height:66px;line-height:66px;} .mobile-style01 .mobile-navbar .navbar-header .navbar-brand{width:188px;height:66px;line-height:66px;} .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#6c757d;-webkit-transform:translate(0%,-5px);-ms-transform:translate(0%,-5px);transform:translate(0%,-5px);top:auto;bottom:0;} .black-top .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#d4d4d4;} } @media (max-width:767px){ .mobile-style01 .mobile-navbar .navbar-header{line-height:55px;height:55px;margin-left:0!important;} .mobile-style01 .mobile-navbar .navbar-header .navbar-brand{display:inline-block;background-position:left center;position:relative;height:55px;line-height:55px;width:160px;} .mobile-style01 .mobile-navbar .mobile-navbar-toggle{-webkit-transform:translate(0%,-15%);-ms-transform:translate(0%,-15%);transform:translate(0%,-15%);} } /*-------------------------------------------------------------- 4.1 black-top navbar --------------------------------------------------------------*/ .home.black-top .nice-header{box-shadow:none;background-color:transparent;position:fixed;top:0;left:0;width:100%;z-index:11;padding:20px 0 0;} .home.paged-2.black-top .nice-header{background-color:#000;position:relative;top:auto;left:auto;padding:0;} .black-top .nice-header{background-color:#000;box-shadow:none;} .black-top .nice-header.headroom--not-top, .home.paged-2.black-top .nice-header.headroom--not-top{padding-top:0;background-color:rgba(0,0,0,0.88);} .home.paged-2.black-top .nice-header.headroom--not-top{position:fixed;top:0;left:0;} .black-top .navbar-site li a{color:#d4d4d4;} .black-top .navbar-site li a:hover, .black-top .navbar-site li.current-menu-ancestor > a, .black-top .navbar-site li.current-menu-item > a, .black-top .navbar-site li.current-menu-parent > a, .black-top .navbar-site li .sub-menu li.current-menu-parent > a{color:#FFF;} .black-top .navbar-site li .sub-menu{background-color:#000;} .black-top .navbar-site li .sub-menu li{border-bottom:1px solid rgba(238,238,238,0.1);} .black-top .navbar-site li .sub-menu li ul{background-color:#0e0e0e;} .black-top .navbar-site li .sub-menu li.current-menu-item > a, .black-top .navbar-site li .sub-menu li.current-menu-ancestor > a:hover{color:#FFF;background-color:transparent;} .black-top .navbar-site > li.current-menu-item > a::after, .black-top .navbar-site > li.current-menu-parent > a::after{background:#fff;opacity:1;} .black-top .navbar-site > li.menu-item-has-children > .fa-angle-down{color:#ecedef;} @media (max-width:991.98px){ .home.black-top .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#d4d4d4;} } @media (max-width:767.98px){ .home.black-top .nice-header{padding-top:0;background:rgba(0,0,0,0.68);} .home.black-top .nice-header.mobile-style01{position:relative;top:auto;left:auto;background:#000;} .home.black-top .nice-header.mobile-style01.headroom--not-top{position:fixed;top:0;left:0;} .black-top .mobile-navbar-toggle .icon-bar{background-color:#c3c3c3;} } /*-------------------------------------------------------------- 4.1 mobile header navbar style01 --------------------------------------------------------------*/ @media (max-width:991.98px){ .mobile-style01 .mobile-navbar{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;} } @media (min-width:768px) and (max-width:991.98px){ .mobile-style01 .mobile-navbar{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;} .home.black-top .nice-header.mobile-style01{padding:15px 0 0;} .home.black-top .nice-header.headroom--not-top, .home.black-top .nice-header.headroom--bottom{position:fixed;z-index:10;right:0;left:0;top:0;} } /*-------------------------------------------------------------- 4.1 mobile header navbar style02 --------------------------------------------------------------*/ @media (max-width:991.98px){ .mobile-style02{background:#000;min-height:50px;} .home.black-top .mobile-style02.headroom--pinned{background-color:rgba(0,0,0,0.88);padding:0;} .home.black-top .mobile-style02.headroom--top{background-color:transparent;padding:30px 0 0;} .mobile-style02 .navbar-header{width:55px;height:55px;line-height:normal;display:flex;justify-content:center;align-items:center;} .mobile-style02 .navbar-brand{height:55px;line-height:55px;display:none;} .mobile-style02 .mobile-navbar-brand{display:block!important;height:40px;width:40px;} .mobile-style02 .mobile-navbar .navbar-nav li a{color:#d4d4d4;padding:5px;} .mobile-style02 .mobile-navbar .navbar-nav li.current-menu-item a, .mobile-style02 .mobile-navbar .navbar-nav li a:hover{color:#FFF;} .mobile-style02 .mobile-navbar .navbar-nav li a::after{background-color:#FFF;bottom:-1px;} .mobile-style02 .mobile-navbar-toggle .icon-bar{width:15px;height:1px;} .mobile-style02 .mobile-navbar-toggle .icon-bar{background-color:#dadada;} } @media (max-width:767.98px){ .home.black-top .mobile-style02, .home.black-top .mobile-style02.headroom--not-bottom{position:relative;top:auto;left:auto;padding:0;background:#000;} .home.black-top .mobile-style02.headroom--pinned{position:fixed;top:0;left:0;padding:0;background-color:rgba(0,0,0,0.88);} .home.black-top .mobile-style02.headroom--top{position:relative;top:auto;left:auto;padding:0;background:#000;} } /*-------------------------------------------------------------- 4.1 mobile-navbar --------------------------------------------------------------*/ .mobile-navbar{position:relative;} .mobile-navbar .navbar-collapse{width:100%;margin-right:35px;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch} .mobile-navbar .navbar-collapse::-webkit-scrollbar{display:none} .mobile-navbar .navbar-nav li{display:inline-block;} .mobile-navbar .navbar-nav li a{padding:0 15px 10px 0;font-size:14px;line-height:1.6;display:block;} .mobile-navbar .navbar-nav li a::after{bottom:5px;width:6px;height:3px;} .black-top .mobile-navbar .navbar-nav li a{color:#d4d4d4;} /*-------------------------------------------------------------- 4.2 nice-mobile-overlay --------------------------------------------------------------*/ .mobile-open{overflow:hidden;} .nice-mobile-overlay{position:fixed;background:#FFF;top:0;width:100%;height:0;opacity:0;z-index:9999;visibility:hidden;-webkit-transition:opacity .35s,visibility .35s,height .35s;transition:opacity .35s,visibility .35s,height .35s;overflow:auto;} .nice-mobile-overlay .mobile-action{position:absolute;right:5px;top:15px;z-index:2} .mobile-search{position:relative;padding:1rem;opacity:0;background-color:#FFF;} .mobile-search .mobile-search-form .form-control{border:0;background-color:#f8f9fa;} .mobile-search .mobile-search-form .btn-light:hover{color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} .mobile-search .mobile-search-form .btn-light:focus, .mobile-search .mobile-search-form .btn-light.focus{box-shadow:none;color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} /*-------------------------------------------------------------- 4.3 Mobile Navigation --------------------------------------------------------------*/ .mobile-navigation{position:relative;background-color:#FFF;} .mobile-menu > li{display:block;position:relative;opacity:0;padding:1rem;background-color:#FFF;border-bottom:10px solid #f3f3f3;} .mobile-menu > li > a, .mobile-menu > li > a:not([href]):not([tabindex]){display:block;position:relative;font-size:12px;color:#6c757d;} .mobile-menu > li > a i{font-size:14px;margin-right:5px;} .mobile-menu > li.menu-item-has-children > ul{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;} .mobile-menu > li.menu-item-has-children > ul > li{width:100%;min-height:1px;padding:5px;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;text-align:center;} .mobile-menu > li.menu-item-has-children > ul > li > a{display:block;padding:8px 5px;font-size:14px;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#FFF;border:1px solid #eee;} .mobile-menu > li.menu-item-has-children > ul > li > a i{display:block;font-size:24px;border-radius:40px;margin:5px auto 5px;color:#999fa5;} .nice-mobile-overlay.open .mobile-menu > li{-webkit-animation:fadeInRight .45s ease forwards;animation:fadeInRight .45s ease forwards;-webkit-animation-delay:.45s;animation-delay:.45s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(2){-webkit-animation-delay:.5s;animation-delay:.5s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(3){-webkit-animation-delay:.55s;animation-delay:.55s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(4){-webkit-animation-delay:.60s;animation-delay:.60s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(5){-webkit-animation-delay:.65s;animation-delay:.65s;} .nice-mobile-overlay.open .mobile-search{-webkit-animation:fadeInRight .45s ease forwards;animation:fadeInRight .45s ease forwards;-webkit-animation-delay:.70s;animation-delay:.70s;} .nice-mobile-overlay.no-user-sign .mobile-action{top:auto;position:relative;text-align:right;right:auto;padding:1rem 0 0;} .nice-mobile-overlay.no-user-sign .mobile-action .btn{color:#999fa5!important;} @-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:767.98px){ .nice-mobile-overlay.open{opacity:1;visibility:visible;height:100%;-webkit-overflow-scrolling:touch;} } @media (min-width:768px) and (max-width:991.98px){ .nice-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;} .nice-mobile-overlay.open{opacity:1;visibility:visible;height:100%;left:0;} } /*-------------------------------------------------------------- 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:#262626;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;} .nice-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;} .nice-mobile-overlay.open{opacity:1;left:0;visibility:visible;} .nice-mobile-overlay.open .navbar-close{left:auto;bottom:auto;right:30px;top:30px;} .nice-mobile-overlay.open .navbar-close i{font-size:20px;} .nice-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.3 headroom --------------------------------------------------------------*/ .headroom{transition:transform 300ms linear;} .headroom--pinned{transform:translateY(0%);} .headroom--unpinned{transform:translateY(-100%);} .nice-header.headroom--not-top, .nice-header.headroom--bottom{position:fixed;z-index:10;right:0;left:0;top:0;} .nice-header.headroom--unpinned.headroom--bottom{transform:translateY(0%);} /*-------------------------------------------------------------- 5.0 hearder search form --------------------------------------------------------------*/ .nt_second_menu_search_anims{overflow:hidden;} .nt_second_menu_search_anims .site{margin-top:0px!important} .nice-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;overflow:visible;opacity:0;} .nice-search-inner-up{transform:translate3d(0,-100%,0);background-color:#FFF;height:33%;} .nice-search-inner-down{top:33%;height:67%;transform:translate3d(0,100%,0);background-color:#f4f4f5;} .nt_second_menu_height_100 .nice-search-inner-up{height:33%;} .nt_second_menu_height_100 .nice-search-inner-down{top:33%;height:67%;} .nice-search-inner h4{position:relative;letter-spacing:5px;} .nice-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;} .search_inner_close .btn-search-close:hover{-moz-transform:rotate(45deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(270deg)} .nt_showing_search .nice-search-inner{z-index:999;} .nt_second_menu_search_anims .search_inner_close{opacity:1} .nt_second_menu_search_anims .nice-search-inner{transform:translate3d(0,0,0);opacity:1;} .nt_second_menu_search_anims .nice-search-inner-up{top:0;} .featured-search-title, .featured-search{display:none;} .nt_second_menu_search_anims .featured-search-title{display:block;} .nt_second_menu_search_anims .featured-search{display:flex;} .featured-search .item{} .featured-search .item article{position:relative;} .featured-search .item a{display:block;} .featured-search .item .image{height:333px;background-size:cover;background-repeat:no-repeat;background-position:center;} .featured-search .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} @media (min-width:768px) and (max-width:991px){ .featured-search{width:100%;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch;} .featured-search .item{padding-left:0;padding-right:15px!important;white-space:normal;flex:1;} .featured-search .item article{width:266px;} } @media (max-width:767px){ .nice-search-inner-up{height:15%;transition:transform 0.38s;} .nt_second_menu_height_100 .nice-search-inner-up{height:15%;} .nice-search-inner .searchform input[type="text"]{padding:10px 20px;} .nice-search-inner .searchform .input-group-append .btn{border-radius:0!important;padding:15px 25px;} .nt_second_menu_search_anims .nice-search-inner-down{top:20%;height:80%;} .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 .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-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{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:40px;border:0;font-size:16px;} .owl-carousel .owl-nav button.owl-prev{left:20px;} .owl-carousel .owl-nav button.owl-next{right:20px;} .owl-carousel .owl-dots{position:absolute;text-align:center;width:100%;left:0;bottom:20px;} .owl-carousel button.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 button.owl-dot.active{height:8px;position:relative;width:20px;background-color:#FFF;} .nice-featured-posts .owl-carousel .owl-nav button.owl-next, .nice-featured-posts .owl-carousel .owl-nav button.owl-prev{background-color:transparent;margin-top:-15px;width:30px;height:30px;line-height:30px;font-size:20px;color:#d4d4d4;} .nice-featured-posts .owl-carousel .owl-nav button.owl-prev{left:-40px;} .nice-featured-posts .owl-carousel .owl-nav button.owl-next{right:-40px;} .nice-featured-posts .owl-carousel .owl-nav button:hover{color:#282828} @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;} } /*-------------------------------------------------------------- 7.1 nice-slider --------------------------------------------------------------*/ .nice-slider .item .content{background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;position:relative;height:500px;} .nice-slider .item .content h2{position:relative;} @media (max-width:767px){ .nice-slider .item .content, .nice-slider.slider-style02 .owl-carousel .content{height:257.75px;} } @media (min-width:768px) and (max-width:991px){ .nice-slider .owl-carousel .content{height:345px;} } @media (min-width:992px) and (max-width:1199.98px){ .nice-slider .owl-carousel .content{height:465px;} } @media (min-width:1921px){ .nice-slider .owl-carousel{max-width:1905px;margin:0 auto;} } /*-------------------------------------------------------------- 8.0 nice-top-content --------------------------------------------------------------*/ .nice-top-content{position:relative;overflow:hidden;padding:60px 0;min-height:266px;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;flex-direction:column;} .nice-top-content .backdrop{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;top:-5%;left:-5%;width:110%;height:110%;-webkit-filter:blur(6px);filter:blur(6px);} .nice-top-content .name{position:relative;width:100%;z-index:2;text-align:center;} .nice-top-content .name h5 .u-cat-name{margin-left:0;} .nice-top-content .name .desc p{margin-bottom:5px;color:#d4d4d4;} .nice-top-content p.data{} .nice-top-content p.data span{margin:0 5px;} .nice-top-content p.data span i{margin-right:5px;} .auther-meta{position:relative;width:100%;} .auther-contact ul li{position:relative;text-align:center;} .auther-contact ul li a{width:30px;height:30px;line-height:30px;border-radius:50%;display:block;} .auther-contact ul li a:hover{opacity:0.66} .auther-contact ul li a.weibo{background-color:#e24040} .auther-contact ul li a.weixin{background-color:#20b767} .auther-contact ul li a.qq{background-color:#3d93e0} @media (max-width:767px){ .nice-top-content{padding:30px 0 10px 0;min-height:88px;} .nice-top-content .name{text-align:left;width:100%;} .nice-top-content .name h1, .nice-top-content .name h5{font-size:28px!important;} .nice-top-content .name .u-cat-name{margin-left:0;} .no-backdrop .name{padding-left:5px!important;} .no-backdrop .name h1, .no-backdrop .name h5, .no-backdrop .name .desc{color:#282828!important;} .no-backdrop .name .data{color:#6c757d!important;} .no-backdrop .backdrop{background:#FFF!important;background-image:none!important;} .no-backdrop > .black-gradient, .no-backdrop > .overlay{display:none;} .auther-avatar img{height:66px;width:66px;} .auther-data{background-color:#FFF;margin:0 -15px;padding:1rem 0;border-bottom:10px solid #f3f3f3;} .auther-data b{color:#282828!important;} .auther-data small{color:#d4d4d4!important;} } @media (min-width:768px) and (max-width:991px){ .nice-top-content{padding:30px 0;min-height:188px;} } /*-------------------------------------------------------------- 9.0 Stickys Post --------------------------------------------------------------*/ .stickys{position:relative;width:100%;} .stickys .container-fluid .item .image{height:400px;} .stickys .item article{position:relative;overflow:hidden;} .stickys .item .image{background-position:center;background-size:cover;position:relative;text-align:center;height:466.67px;} .stickys .row-10 .item .image{height:325.5px;} .stickys .item article .sticky{position:absolute;top:20px;left:20px;z-index:1;} .stickys .item article .sticky span{background-color:rgba(0,0,0,0.66);color:#fff;font-size:12px;line-height:1;padding:6px 12px;display:inline-block;border-radius:20px;} .stickys .item article .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} @media (max-width:767px){ .stickys{width:100%;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);padding:0 1rem;-webkit-overflow-scrolling:touch;} .stickys .item{padding-left:0;padding-right:15px!important;white-space:normal;flex:1;} .stickys .item article{width:150px;} .stickys .item article .image{height:186px;} .stickys .row-10 .item .image{height:186px;} .stickys .item article .sticky{top:10px;left:10px;} } @media (min-width:768px) and (max-width:991px){ .stickys{margin-top:20px!important;} .stickys .item{white-space:normal;} .stickys .item article .image{height:280px;} .stickys .row-10 .item .image{height:195.3px;} .stickys .item article .sticky{top:15px;left:15px;} } @media (min-width:992px) and (max-width:1199.98px){ .stickys .item .image{height:359.6px} .stickys .row-10 .item .image{height:269.7px;} } /*-------------------------------------------------------------- 10.0 Post --------------------------------------------------------------*/ .posts-list{position:relative;min-height:328px;} @media (min-width:1200px){ .nice-warp-raw .posts-list{margin-bottom:30px;} .nice-warp-raw .list-inner{margin-left:-10px;margin-right:-10px;} } /*-------------------------------------------------------------- 10.1 Post list item regular --------------------------------------------------------------*/ .item-regular .media .image{position:relative;overflow:hidden;width:300px;height:auto;max-height:225px;} .item-regular .media .image img{display:block;width:100%;height:auto;} .item-regular .media .image .original{width:auto;height:100%;max-width:none;min-width:100%;max-height:225px;} @media (max-width:767px){ .item-regular{border-bottom:1px solid #f6f6f6;} .item-regular .media{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:stretch;} .item-regular .media .image{width:160px;height:auto;max-height:120px;} .item-regular .media .image .original{max-height:116.4px;} .item-regular .media .content{display:flex;flex-direction:column;} .item-regular .media .content .title{margin-bottom:0!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .item-regular .media .content .title h2{font-size:16px!important;} .item-regular .media .content .data{margin-top:0;} .item-regular .media .content .meta span a{font-size:12px;} } @media (min-width:576px) and (max-width:767.98px){ .item-regular .media .image{max-height:126.6px;width:33%;} .item-regular .media .image .original{max-height:126.6px;} } /*-------------------------------------------------------------- 10.1 Post list item card --------------------------------------------------------------*/ .item-card .card{border-radius:0;border:0;} .item-card .card .image{position:relative;overflow:hidden;max-height:197px;} .item-card .card .image .original{width:auto;height:100%;min-width:100%;max-height:195px;max-width:none;} .item-card .card .content{padding:0;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:261px;} .item-card .card .image .qiniu, .item-card .card .image .upyun, .item-card .card .image .aliyunoss{min-height:-webkit-stretch;min-height:-moz-stretch;min-height:-moz-available;min-height:stretch;} @media (max-width:767px){ .item-card .card{margin-bottom:0;} .item-card .card .image img{position:relative;transform:none;} .item-card .card .content .meta span a{font-size:10px!important;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original, .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:258.75px;} .list-xs-6 .item-card.col-lg-4 .image, .list-xs-6 .item-card.col-lg-4 .image .original, .list-xs-6 .item-card.col-lg-3 .image, .list-xs-6 .item-card.col-lg-3 .image .original{max-height:124.1px;} } @media (min-width:576px) and (max-width:767.98px){ .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original, .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:180px;} .list-xs-6 .item-card.col-lg-4 .image, .list-xs-6 .item-card.col-lg-4 .image .original, .list-xs-6 .item-card.col-lg-3 .image, .list-xs-6 .item-card.col-lg-3 .image .original{max-height:124.1px;} } @media (min-width:768px) and (max-width:991px){ .item-card .card .image img{min-height:0;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:157.5px;} .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:118px;} } @media (min-width:992px){ .row-10 .item-card .card{margin-bottom:1.5rem!important;} } @media (min-width:992px) and (max-width:1199.98px){ .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:224.2px;} .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:163px;} } @media (min-width:1200px){ .nice-warp-raw .item-card .card{margin-bottom:25px;} .nice-warp-raw .item-card .card .image{margin-bottom:0;height:200px;} .nice-warp-raw .item-card .card .image img{min-height:200px;} .nice-warp-raw .item-topic .item{margin-bottom:25px;} } /*-------------------------------------------------------------- 11.0 post view icon --------------------------------------------------------------*/ .post-format-icon{position:absolute;z-index:2;top:50%;left:50%;font-size:20px;line-height:1;color:#FFF;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-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-format-icon .fa-play{margin-left:3px;margin-top:2px;} .image:hover .post-format-icon{color:#FFF;} .post-format-icon i{position:relative;} .post-format-icon::before{content:'';display:block;width:50px;height:50px;border-radius:100px;position:absolute;top:50%;left:50%;border:solid 1px #fff;webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(0,0,0,.33);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;} .image:hover .post-format-icon::before{background:rgba(0,0,0,.66);} @media (max-width:767px){ .post-format-icon{font-size:20px;} .post-format-icon::before{width:44px;height:44px;} } /*-------------------------------------------------------------- 11.2 ajax filter post --------------------------------------------------------------*/ .post-tipping{background-color:#f9f9f9;} .post-tipping .desc{} .post-tipping .desc p{} .post-tipping .button{} .post-tipping .supporter{} .supporter .avatar{position:relative;} .supporter .avatar + .avatar{margin-left:-.5rem;} .supporter .avatar img{border-radius:50%;width:35px;height:35px;border:2px solid #fff;} .supporter .avatar:hover, .supporter .avatar:active, .supporter .avatar.active{z-index:1;} /*-------------------------------------------------------------- 12.0 ajax filter post --------------------------------------------------------------*/ .filter-menu{} .filter-menu ul li{position:relative;} .filter-menu ul li{margin-right:10px;} .filter-menu ul li::before{background:#d7d7d7 none repeat scroll 0 0;content:"";height:15px;position:absolute;right:0;width:1px;top:40%;-webkit-transform:rotate(45deg) translate(0%,-50%);-ms-transform:rotate(45deg) translate(0%,-50%);transform:rotate(45deg) translate(0%,-40%);} .filter-menu ul li:last-child::before{display:none} .filter-menu ul li .btn{position:relative;letter-spacing:2px;margin:0 5px;font-size:16px;color:#6c757d;border-radius:0!important;-webkit-transition:all 0.22s ease-in-out;-moz-transition:all 0.22s ease-in-out;-ms-transition:all 0.22s ease-in-out;-o-transition:all 0.22s ease-in-out;transition:all 0.22s ease-in-out;} .filter-menu ul li .btn.active{color:#262626;font-size:18px;font-weight:bold;} .filter-menu ul li .btn::after{background:#000 none repeat scroll 0 0;bottom:-2px;content:"";width:4px;height:4px;left:0;margin:auto;opacity:0;position:absolute;right:0;transition:all 0.3s ease 0s;border-radius:10px;} .filter-menu ul li .btn.active::after, .filter-menu ul li .btn:hover::after{opacity:1} @media (max-width:767px){ .filter-menu{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);} .filter-menu ul li{position:relative;margin-right:20px;} .filter-menu ul li::before{position:absolute;width:1px;height:15px;right:0;top:50%;margin-top:-3px;-webkit-transform:rotate(45deg) translate(0%,-50%);-ms-transform:rotate(45deg) translate(0%,-50%);transform:rotate(45deg) translate(0%,-50%);} .filter-menu ul li .btn{margin:5px 10px 5px 0;padding:5px 0;} .filter-menu ul li .btn::before{top:10px;right:0px;} } /*-------------------------------------------------------------- 13.0 ajax load button --------------------------------------------------------------*/ .posts-ajax-load{text-align:center;margin-top:30px;} .posts-ajax-load .btn:hover{padding-right:45px;padding-left:45px;} .posts-ajax-load .btn.loading{color:#d4d4d4!important;background-color:transparent!important;border-color:transparent!important;} .posts-ajax-load .btn.loading::after, .posts-ajax-load .btn.loading::before{background:#eee;content:"";display:inline-block;height:2px;margin:0 10px;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;} @media (max-width:767px){ .posts-ajax-load{margin-top:15px;margin-bottom:0;} .posts-ajax-load .btn{width:100%;} } /*-------------------------------------------------------------- .post-loading --------------------------------------------------------------*/ .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:#262626;-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 3px;margin:0 6px;font-size:16px;font-style:normal;color:#6c757d;} .pagination .nav-links .page-numbers.current{border-bottom:3px solid #262626;color:#262626;} .pagination .nav-links .page-numbers.dots{padding:0;} .pagination .nav-links .page-numbers:hover{color:#262626} /*-------------------------------------------------------------- 15.0 Featured Posts --------------------------------------------------------------*/ .nice-featured-posts .item .content{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;height:90.94px;display:flex;} .nice-featured-posts .item .content .image{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;} .nice-featured-posts .item .content .title{position:relative;z-index:2;} @media (min-width:992px){ .nice-featured-posts{margin-top:20px!important;} } /*-------------------------------------------------------------- 15.1 Featured Posts style02 --------------------------------------------------------------*/ .nice-featured, .nice-featured .items{position:relative} .nice-featured .items .image{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-featured .items-left .image{height:600px;} .nice-featured-style02 .items-left .image{height:500px;} /*-------------------------------------------------------------- feartured post date --------------------------------------------------------------*/ .nice-featured .items .content{position:absolute;width:100%;left:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.7) 100%);z-index:1;} .nice-featured .items-right .item .image{height:300px;} .nice-featured-style02 .items-right .item .image{height:250px;} .nice-featured .items-right .item .bg-white{background-color:transparent!important;} @media (min-width:992px) and (max-width:1199.98px){ .nice-featured .items-left .image{height:460px;} .nice-featured .items-right .item .image{height:230px;} } @media (min-width:768px) and (max-width:991.98px){ .nice-featured .items-left .image{height:320px;} .nice-featured .items-right .item .image{height:160px;} } @media (max-width:767.98px){ .nice-featured{padding:1.22rem 0;background:#f3f3f3!important;} .nice-featured .items-left .image{height:258.75px;} .nice-featured .items-right{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);} .nice-featured .items-right .item{flex:0 0 40%;max-width:40%;} .nice-featured .items-right .item .image{height:103.5px;} .nice-featured .items-right .item .overlay{display:none;} .nice-featured .items-right .item .bg-white{background-color:#fff!important;} .nice-featured .items-right .item .custom-hover::before{opacity:0;} .nice-featured .items-right .item .content{position:relative;width:100%;left:auto;bottom:auto;background:#FFF;} .nice-featured .items-right .item .content .title h2{color:#000!important;} } @media (min-width:576px) and (max-width:767.98px){ .nice-featured .items-left .image{height:382.5px;} .nice-featured .items-right .item .image{height:153px;} } /*------------------------------------------------------- 16.0 black-top nice-featured -------------------------------------------------------*/ .black-top .nice-featured{margin-top:0!important;padding:120px 0 50px 0;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#000;} .black-top .nice-featured::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 .nice-featured{padding:1.66rem 0 1rem 0;} .black-top .nice-featured::before{display:none;} } @media (min-width:768px) and (max-width:991px){ .black-top .nice-featured{padding:120px 0 30px 0;margin-top:0!important;} } /*-------------------------------------------------------------- 15.1 Cms Posts --------------------------------------------------------------*/ .nice-cms-push .cms-cover{background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-cms-push .cms-title{letter-spacing:5px;} .cms-push-liststyle01 .card{background-color:transparent;} .cms-push-liststyle01 .card .card-body{padding:0.5rem 0.75rem;background-color:#FFF;} .nice-cms-push .card{border:0;border-radius:0;} .cms-push-liststyle02 .card-img-overlay{z-index:2} .cms-push-liststyle01 .card .image{position:relative;overflow:hidden;max-height:197px;} .cms-push-liststyle01 .card .image .original{width:auto;height:100%;min-width:100%;max-height:195px;max-width:none;} .cms-push-liststyle02 .card .image{position:relative;overflow:hidden;max-height:168px;} .cms-push-liststyle02 .card .image .original{width:auto;height:100%;min-width:100%;max-height:168px;max-width:none;} @media (min-width:992px) and (max-width:1199.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:163px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:138.33px;} } @media (min-width:768px) and (max-width:991.98px){ .cms-push-liststyle01 .card .image{position:relative;overflow:hidden;max-height:117.75px;} .cms-push-liststyle01 .card .image .original{width:auto;height:100%;min-width:100%;max-height:117.75px;max-width:none;} .cms-push-liststyle02 .card .image{position:relative;overflow:hidden;max-height:168px;} .cms-push-liststyle02 .card .image .original{width:auto;height:100%;min-width:100%;max-height:168px;max-width:none;} } @media (max-width:767.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:124.1px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:165.5px;} .cms-push-liststyle01 .row-xs-15, .cms-push-liststyle02 .row-xs-15{margin-left:-7px!important;margin-right:-7px!important;} .cms-push-liststyle01 .col-6, .cms-push-liststyle02 .col-6{padding-left:7px;padding-right:7px;} } @media (min-width:576px) and (max-width:767.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:180px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:240px;} } /*-------------------------------------------------------------- 15.1 Cms cats --------------------------------------------------------------*/ .nice-cms-archive .item-top .meta{position:absolute;top:25px;left:25px;z-index:1;} .nice-cms-archive .item-top .content{position:absolute;width:100%;left:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.7) 100%);z-index:1;} .nice-cms-archive .item-top .image{height:262.5px;background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-cms-archive .item-bottom:last-child{margin-bottom:0!important;padding-bottom:0!important;} .nice-cms-archive .item-bottom .image{width:120px;height:90px;} .nice-cms-archive .item-bottom .image img{width:120px;height:90px;} .nice-cms-archive .item-bottom .image .post-format-icon{font-size:16px;} .nice-cms-archive .item-bottom .image .post-format-icon::before{width:38px;height:38px;} @media (max-width:767.98px){ } /*-------------------------------------------------------------- 15.1 Cms list --------------------------------------------------------------*/ .nice-cms-list .item .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .nice-cms-list .item .image{position:relative;height:147.66px;background-position:center;background-repeat:no-repeat;background-size:cover;} @media (min-width:992px) and (max-width:1199.98px){ .nice-cms-list .item .image{height:122.3px;} } @media (min-width:768px) and (max-width:991.98px){ .nice-cms-list .item .image{height:88.6px;} } @media (max-width:767.98px){ .nice-cms-list{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);border-top:10px solid #f3f3f3;border-bottom:10px solid #f3f3f3;} .nice-cms-list .item .image{height:166px;} .nice-cms-list .item{flex:0 0 95%;max-width:95%;padding-right:0;padding-left:10px;} .nice-cms-list .item:first-child{padding-left:15px;} .nice-cms-list .item:last-child{padding-right:15px;} } /*------------------------------------------------------- 16.0 topics -------------------------------------------------------*/ .topics{position:relative;} .topics article{position:relative;} .topics .image{display:flex;position:relative;height:340px;background-position:center;background-repeat:no-repeat;background-size:cover;} .topics .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .topics .content h2{position:relative;} .topics .content h2::after, .topics .content h2::before{content:"";position:absolute;display:inline-block;top:50%;width:13px;height:2px;background:#eee;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .topics .content h2::before{left:-26px;} .topics .content h2::after{right:-26px;} .topics a:hover .content h2::after{right:-22px;} .topics a:hover .content h2::before{left:-22px;} @media (max-width:767px){ .topics .content h2::after, .topics .content h2::before{margin:0 10px;width:10px;} .topics .image{height:258.75px;} } @media (min-width:768px) and (max-width:991px){ .topics .image{height:210px;} .topics .content h2::after, .topics .content h2::before{width:10px;} .topics .content h2::before{left:-14px;} .topics .content h2::after{right:-14px;} .topics a:hover .content h2::after{right:-14px;} .topics a:hover .content h2::before{left:-14px;} } @media (min-width:992px) and (max-width:1199.98px){ .topics .image{height:290px;} } /*-------------------------------------------------------------- 17.0 sticky topics post --------------------------------------------------------------*/ .sticky-topics{position:relative;width:100%;} .sticky-topics .item, .sticky-topics .item .content{position:relative;} .sticky-topics .item a{display:block;} .sticky-topics .item .image{position:relative;height:340px;background-position:center;background-repeat:no-repeat;background-size:cover;} .sticky-topics .item .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .sticky-topics .item .content .title{position:relative;} .sticky-topics .item .content .title::after, .sticky-topics .item .content .title::before{content:"";position:absolute;display:inline-block;top:50%;width:15px;height:2px;background:#eee;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .sticky-topics .item .title::after{right:-30px;} .sticky-topics .item .title::before{left:-30px;} .sticky-topics a:hover .content .title::after{right:-22px;} .sticky-topics a:hover .content .title::before{left:-22px;} @media (max-width:767px){ .sticky-topics{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch;} .sticky-topics .item{padding-left:10px;padding-right:0;flex:0 0 95%;max-width:95%;} .sticky-topics .item:first-child{padding-left:15px;} .sticky-topics .item:last-child{padding-right:15px;} .sticky-topics .item .image{height:186px;} .sticky-topics .item .image{height:249.75px;} } @media (min-width:768px) and (max-width:991px){ .sticky-topics .item .image{height:210px;} .sticky-topics .item .content .title::after, .sticky-topics .item .content .title::before{width:12px;} .sticky-topics .item .title::after{right:-20px;} .sticky-topics .item .title::before{left:-20px;} .sticky-topics a:hover .content .title::after{right:-20px;} .sticky-topics a:hover .content .title::before{left:-20px;} } @media (min-width:992px) and (max-width:1199.98px){ .sticky-topics .item .image{height:290px;} } /*-------------------------------------------------------------- 17.1 regular-topic --------------------------------------------------------------*/ .regular-topic .image{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;} .regular-topic .content{z-index:2} /*-------------------------------------------------------------- 17.2 item-topic --------------------------------------------------------------*/ .item-topic{position:relative;} .item-topic .card .image{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;max-height:none!important;} .item-topic .card .content-topic{z-index:1} /*-------------------------------------------------------------- 17.3 friendly link list page --------------------------------------------------------------*/ .friendly-link .link-items h3{position:relative;} .friendly-link .link-items .item{padding-top:15px;padding-bottom:15px;} .friendly-link .link-items .item article{position:relative;} .friendly-link .link-items .item a{display:block;height:120px;position:relative;overflow:hidden;} .friendly-link .link-items .item .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) .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) .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) .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) .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) .image{background:#c1dfc4;background:-webkit-linear-gradient(left,#c1dfc4,#deecdd);background:linear-gradient(to right,#c1dfc4,#deecdd);} .friendly-link .link-items .item .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 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 a:hover .content{width:100%;} .friendly-link .link-items .item .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 .content span{display:block;color:#FFF;} .friendly-link .link-items .item .content .name{font-size:14px;margin-bottom:5px;} .friendly-link .link-items .item .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 .link-items .item{padding-bottom:0;padding-top:5px;} .friendly-link .link-items .item a{height:90px;} .friendly-link .link-items .item .content{width:100%;} .friendly-link .link-items .item .image{filter:blur(2px);-webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);-o-filter:blur(2px);} } /*-------------------------------------------------------------- 19.0 Post --------------------------------------------------------------*/ .post-style02 .post-title .image{height:410.625px;background-size:cover;background-repeat:no-repeat;background-position:center;} .post-style05 .post-title .meta-author img{border-radius:100%;} .post-content{min-height:555px;line-height:1.8;} .post-content .btn{margin:5px 10px 5px 0;text-decoration:none!important;} .post-content p{margin-bottom:2rem;font-size:16px;line-height:1.8;word-break:break-all;color:#333} .post-content p a{text-decoration:underline;} .post-content em{font-style:italic;} .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;padding-bottom:15px;border-bottom:1px solid #F1F1F1;} .post-content h4{font-size:18px;position:relative;padding-left:20px;} .post-content h4::before{content:'';position:absolute;display:block;top:0;left:0;width:10px;height:10px;background:#212226;border-radius:20px;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0,7px);} .post-content h5{font-size:16px;} .post-content h6{font-size:13px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:30px;} .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:#6c757d;} .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;} @media (max-width:767px){ .post-style02 .post-title .image{height:194px;} .post-content{min-height:333px;} .post-content h1{font-size:22px;} .post-content h2{font-size:20px;} .post-content h3{font-size:18px;padding-bottom:10px;} .post-content h4{font-size:16px;padding-left:15px;} .post-content h4::before{width:8px;height:8px;} .post-content h5{font-size:14px;} .post-content h6{font-size:12px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:15px;} .post-content p{margin-bottom:1.25rem} } @media (min-width:768px) and (max-width:991.98px){ .post-style02 .post-title .image{height:200px;} .post-content h1{font-size:20px;} .post-content h2{font-size:18px;} .post-content h3{font-size:16px;padding-bottom:15px;} .post-content h4{font-size:16px;padding-left:15px;} .post-content h4::before{width:8px;height:8px;} .post-content h5{font-size:16px;} .post-content h6{font-size:14px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:20px;} } @media (min-width:992px) and (max-width:1199.98px){ .post-style02 .post-title .image{height:343.125px;} } /*-------------------------------------------------------------- 19.1 post table --------------------------------------------------------------*/ .post-content table{width:100%;} .post-content table th+th, .post-content table th+td, .post-content table td+th, .post-content table td+td{border-left:1px solid #ddd;} .post-content table > p{margin:0!important;} .post-content table td, .post-content table th{padding:0.92em;text-align:left;border:0;border-bottom:1px solid #dddddd;font-size:14px;} .post-content table tr:last-child td, .post-content table tr:last-child th{border-bottom:none;} .post-content table th, .post-content table th + th, .post-content table td + th{border-color:#343434;} .post-content table th{border-bottom:1px solid #343434;color:#d4d4d4;background-color:#1a1d24;} .post-content table td, .post-content table th + td, .post-content table td + td{color:#6c757d;border-color:rgba(237,237,237,0.64);} .post-content table>tbody>tr:nth-child(2n)>td{background-color:rgba(242,242,242,0.33);} /*-------------------------------------------------------------- 19.1 post embed --------------------------------------------------------------*/ .post-embed-item .image{width:160px;height:120px;} .post-embed-item .image img{margin:0} .post-embed-item .media{display:flex;align-items:stretch;} .post-embed-item .content{display:flex;flex-direction:column;} .post-embed-item .content .desc{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .post-embed-item .content .desc p, .post-embed-item .content .data span img{margin-bottom:0;} @media (min-width:768px) and (max-width:991px){ .post-embed-item .content .title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .post-embed-item .image{width:160px;height:120px;} } @media (max-width:767px){ .post-embed-item .image{width:120px;height:90px;} .post-embed-item .content .title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} } @media (min-width:576px) and (max-width:767.98px){ .post-embed-item .image{width:120px;height:90px;} } /*-------------------------------------------------------------- 19.2 comment embed --------------------------------------------------------------*/ .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-comment p{margin-bottom:0;font-size:14px;color:#262626;} @media (max-width:767px){ .comment-embed-item .author-avatar img{width:35px;height:35px;} } /*-------------------------------------------------------------- 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;position:relative;padding:10px 8px;margin:0 2px;line-height:1;font-size:20px;} .post-content .nav-links span::after{position:absolute;content:"";width:15px;height:3px;left:0;bottom:0;right:0;transition:all 0.3s ease 0s;background:#000;opacity:1;margin:auto;} .post-content .nav-links a{display:inline-block} .post-content .nav-links a span{font-size:14px;font-style:normal;color:#6c757d;display:block;} .post-content .nav-links a span::after{display:none;} .post-content .nav-links a .page-next:hover, .post-content .nav-links a .page-numbers:hover{color:#000} @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 --------------------------------------------------------------*/ .post-video{position:relative;padding:30px 0;background-color:#161617;} .post-video h1{font-size:26px;color:#FFF;margin-bottom:30px;} @media (max-width:767px){ .post-video .container{padding:0;} .post-video{position:relative;padding:0;background-color:transparent;} } /*-------------------------------------------------------------- 19.4 footer related posts --------------------------------------------------------------*/ .nice-footer-related-posts{background-color:#f9f9f9;} .nice-footer-related-posts .related-title{letter-spacing:5px;} .nice-footer-related-posts .related-inner .item article{position:relative;overflow:hidden;} .nice-footer-related-posts .related-inner .item article a{display:block;} .nice-footer-related-posts .related-inner .item article .image{background-position:center;background-size:cover;position:relative;text-align:center;height:196.9px;transition:transform 0.3s ease-out;} .nice-footer-related-posts .related-inner .item article a:hover .image{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);} .nice-footer-related-posts .related-inner .item article .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} .nice-footer-related-posts .related-inner .item article .content .data span{display:inline-block;} .nice-footer-related-posts .related-inner .item article .content .data span i{margin-right:5px} @media (max-width:767px){ .nice-footer-related-posts .related-inner .item article .image{height:258.75px;} } @media (min-width:576px) and (max-width:767.98px){ .nice-footer-related-posts .related-inner .item article .image{height:180px;} } @media (min-width:768px) and (max-width:991px){ .nice-footer-related-posts .related-inner .item article .image{height:195.3px;} } /*-------------------------------------------------------------- 19.5 footer post dock --------------------------------------------------------------*/ .nice-footer-post-dock{transition:transform 300ms linear;position:fixed;z-index:10;right:0;left:0;bottom:0;padding:28px 0 25px;background-color:#FFF;border-top:1px solid #f1ecec;-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);display:flex;} .nice-footer-post-dock .container{display:flex;} .postdock-pinned{transform:translateY(100%);} .postdock-unpinned{transform:translateY(0);} .postdock-unpinned.postdock-bottom{transform:translateY(100%);} .dock-post-title{align-items:center;} .dock-post-title h2{font-size:16px;} .dock-data{align-items:center;} .dock-data .item{position:relative;display:inline-block;font-size:18px;margin-left:25px;} .dock-data .item small{display:inline-block;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px;letter-spacing:0.05em;} .dock-data .item a{font-size:16px;} .dock-data .item a i{margin-right:.25rem;} .dock-data .item a.current .count{color:#f56559} @media (max-width:767px){ .nice-footer-post-dock{padding:0;background-color:transparent;border:0;box-shadow:none;} .nice-footer-post-dock .container{margin:15px auto;width:100%;} .dock-data{text-align:center;border:1px solid #F1F1F1;border-radius:2px;background-color:#FFF;padding:1rem 0;box-shadow:0 25px 150px -15px rgba(7,1,27,0.33);width:100%;flex:none;} .dock-data .item{font-size:16px;flex:1;margin-left:0;} .dock-data .item .icon{display:block;} .dock-data .item{display:flex;justify-content:center;} .dock-data .item .icon, .dock-data .item a{font-size:18px;display:block;} .dock-data .item a i{margin:0 auto;} .dock-data .item small{transform:none;display:block;font-size:10px;margin-top:5px} } @media (min-width:768px) and (max-width:991px){ .nice-footer-post-dock{padding:0;background-color:transparent;border:0;box-shadow:none;} .nice-footer-post-dock .container{margin:15px auto;width:100%;} .dock-data{text-align:center;border:1px solid #F1F1F1;border-radius:2px;background-color:#FFF;padding:1rem 0;box-shadow:0 25px 150px -15px rgba(7,1,27,0.33);width:100%;flex:none;} .dock-data .item{font-size:16px;flex:1;margin-left:0;} .dock-data .item .icon{display:block;} .dock-data .item .icon, .dock-data .item, .dock-data .item a{font-size:18px;} .dock-data .item a i{margin:0 auto;} .dock-data .item small{transform:none;display:block;font-size:10px;margin-top:5px} } /*-------------------------------------------------------------- 19.6 post download parts --------------------------------------------------------------*/ .post-download-parts{padding:35px;margin:15px 0 25px;display:flex;width:100%;background-color:rgba(10,0,0,0.03);} .post-download-parts .content{display:flex;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;width:78%;} .post-download-parts .name{margin:0 0 10px;padding:0;} .post-download-parts .name i{margin-right:5px;color:#6c757d;} .post-download-parts .name::before{display:none;} .post-download-parts .name small{font-size:12px;} .post-download-parts .name small i{margin-right:2px;} .post-download-parts .desc p{font-size:14px;margin-bottom:0;} .post-download-parts .desc p.tip{color:#f66;margin-top:10px;} .post-download-parts .btns{margin-top:0;display:flex;position:relative;width:22%;text-align:right;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;} .post-download-parts .btns p{margin:0;line-height:1.6;} .post-download-parts .btns .tip{color:#F66;} .post-download-parts .btns .btn{max-width:135px;width:100%;margin-bottom:10px;padding:14px 5px;} .post-download-parts.center{padding:50px 35px;display:block;text-align:center;} .post-download-parts.center .content{display:block;flex-direction:inherit;-webkit-box-flex:inherit;-ms-flex:none;flex:none;padding-right:0;width:100%;margin-bottom:15px;} .post-download-parts.center .btns{display:block;width:100%;text-align:center;flex-wrap:inherit;justify-content:inherit;align-content:inherit;align-items:inherit;} .post-download-parts.center .btns .mail-inner{width:60%;margin:0 auto;position:relative;text-align:left;} .post-download-parts.center .btns .mail-inner .form-control{width:65%;display:inline-block;border-color:#262626;background-color:#f8f8f8;} .post-download-parts.center .btns .mail-inner .btn{position:absolute;top:0;right:0;margin:0;height:100%;} @media (max-width:767px){ .post-download-parts{flex-direction:column;padding:30px 20px;} .post-download-parts .content{width:100%;padding-right:0;text-align:center;margin-bottom:20px;} .post-download-parts .btns{width:100%;flex-direction:column;} .post-download-parts .btns .btn{max-width:none;width:auto;margin-bottom:10px;padding:12px 20px;} .post-download-parts.center{padding:40px 20px;} .post-download-parts.center .btns .mail-inner{width:100%;} .post-download-parts.center .btns .mail-inner .form-control{width:100%;} .post-download-parts.center .btns .mail-inner .btn{max-width:none;} } /*-------------------------------------------------------------- 20.0 post cover --------------------------------------------------------------*/ .post-cover{display:flex;position:relative;height:624px;align-content:center;align-items:center;justify-content:center;} @media (min-width:992px) and (max-width:1199.98px){ .post-cover{height:465px;} } @media (min-width:768px) and (max-width:991px){ .post-cover{height:350px;} } @media (max-width:767px){ .post-cover{height:250px;} } .post-cover{overflow:hidden;} .post-cover .image{position:absolute;top:0%;left:0%;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;max-width:none;} .post-cover .content{position:relative;z-index:2;display:flex;flex-wrap:wrap;text-align:center;} .post-cover .content h1{color:#fff;} .post-cover .content h1 a{color:#e8e8e8;font-size:14px;display:block;} .post-cover .content .u-cat-name{display:inline-block;} .post-cover .content .u-cat-name a{display:block;} .post-style03 .post-cover{align-content:flex-end;align-items:flex-end;height:576px;} .post-style03 .post-cover .content{text-align:left;flex-direction:column;} .post-style03 .post-cover .content .data{position:relative;bottom:auto;left:auto;right:auto;text-align:left;padding:0;align-items:center;} .image-blur .image{position:absolute;top:-5%;left:-5%;width:110%;height:110%;-webkit-filter:blur(3px);filter:blur(3px);} .image-blur:hover .image{-webkit-filter:blur(0);filter:blur(0);} @media (max-width:767px){ .post-style01 .post-cover{height:333px;} .post-style01 .post-cover .content{display:block;} .post-style02 .post-cover .image{height:266px;} .post-style03 .post-cover{overflow:inherit;display:block;height:auto;background:#000000;background:-webkit-linear-gradient(left,#434343,#000000);background:linear-gradient(to right,#434343,#000000);} .post-style03 .post-cover::before{display:none;} .post-style03 .post-cover .image{position:relative;height:211px;width:100%;top:0;left:0;-webkit-filter:none;filter:none;} .post-style03 .post-cover .content{display:block;} .post-style03 .post-cover .data{padding:10px;position:relative;bottom:auto;left:auto;right:auto;} .post-style03 .post-cover{align-content:center;align-items:center;background:#FFF;} .post-style03 .post-cover .overlay{opacity:0;} .post-style03 .post-cover .content h1{color:#262626} .post-style03 .post-cover .data span, .post-style03 .post-cover .data span a{color:#6c757d;} } @media (min-width:768px) and (max-width:991.98px){ .post-style03 .post-cover{height:432px;} } /*-------------------------------------------------------------- 21.0 post data --------------------------------------------------------------*/ .data{position:relative;word-wrap:break-word;} .data span{position:relative;padding-left:20px;display:inline-block;} .data span::before{content:'';position:absolute;width:4px;height:4px;background:#d4d4d4;top:50%;left:0;-ms-transform:translate(8px,-50%);transform:translate(8px,-50%);border-radius:10px;} .data span:first-child, .data .u-name{padding-left:0px;} .data span:first-child::before, .data .u-name::before{display:none;} .data span .icon{margin-right:5px;} .data .u-avatar{position:relative;overflow:hidden;border-radius:50%;border:1px solid rgba(255,255,255,0.31);-ms-flex-negative:0;flex-shrink:0;} .data .u-avatar img{-ms-flex-negative:0!important;flex-shrink:0!important;} .data .text-nowrap span{margin-left:10px;} .data .text-nowrap span:first-child{margin-left:0;} .dataStyle02 .text-nowrap span{margin-left:0;} .dataStyle02 .text-nowrap span.u-like a.current{color:#f56559} .dataStyle02 .text-nowrap span i{margin-right:.25rem} .dataStyle02 .text-nowrap span{position:relative;display:inline-block;font-size:18px;margin-left:25px;} .dataStyle02 .text-nowrap span small{display:inline-block;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);font-size:12px;letter-spacing:0.05em;} .post-cover .data{position:absolute;bottom:0;left:0;right:0;padding:20px;font-size:14px;text-align:center;z-index:2;} @media (max-width:767px){ .data span .icon{margin-right:2px;} .post-title .data .u-avatar img{width:30px;height:30px;} } /*-------------------------------------------------------------- 21.1 post cover data --------------------------------------------------------------*/ .post-cover .data span{font-size:14px;} .post-cover .data span, .post-cover .data span a{color:#FFF;} .post-cover .data span:first-child{padding-left:0;} .post-cover .data span:first-child::before{display:none;} .post-cover .data .u-avatar img{border-color:rgba(185,184,184,0.25);} .nodots.data span::before{display:none;} .nodots.data span{padding-left:0} @media (max-width:767px){ .post-cover .data{padding:15px 10px;} .post-cover .data span.u-avatar img{width:25px;height:25px;border-width:1px;} } /*-------------------------------------------------------------- 22.0 post action --------------------------------------------------------------*/ .post-action .btn-bigger-cover{margin-left:20px;} .post-action .btn-like.current{color:#f56559} .video-action .u-data{display:inline-block;margin-right:10px;font-size:14px;} .video-action .u-data .count{font-size:14px;} .video-action .video-like{display:inline-block} /*-------------------------------------------------------------- 23.0 post footer --------------------------------------------------------------*/ .post-footer{position:relative;} /*-------------------------------------------------------------- 24.0 post tags --------------------------------------------------------------*/ .post-tags{position:relative;color:#6c757d;font-size:14px;} .post-tags a{color:#6c757d;font-size:14px;margin-right:5px;} .post-tags a:hover{color:#000;} /*-------------------------------------------------------------- 25.0 post author --------------------------------------------------------------*/ .post-author{position:relative;border:1px solid #eee;} .post-author .author-avatar img{display:inline-block;width:65px;height:65px;border-radius:50%;border:2px solid #f9f9f9;} .author-info{position:relative;} .author-info .desc{margin-top:10px;} .author-info .links{margin-top:5px;} .author-info .links li{position:relative;display:inline-block} .author-info .links a.btn-author-sns{display:inline-block;opacity:.6;} .author-info .links a.btn-author-sns:hover{opacity:1} .author-info .links li .fa-weibo{color:#e24040;border-color:#e68686;} .author-info .links li .fa-weixin{color:#20b767;border-color:#70c196;} .author-info .links li .fa-qq{color:#3d93e0;border-color:#87b9e6;} .author-info .links li .fa-fackbook{color:#395796;border-color:#707f9e;} .author-info .links li .fa-twitter{color:#1ea1f3;border-color:#74beec;} .post-footer .social li a.weibo:hover{color:#FFF;background-color:#e24040;border-color:#e24040;} @media (max-width:767px){ .post-declare{text-align:center;} .post-author{align-items:center;-ms-flex-direction:column!important;flex-direction:column!important;-ms-flex-pack:center!important;justify-content:center!important;} .post-author .author-avatar{margin-right:0!important;margin-bottom:10px;} .post-author .author-info{text-align:center;} .post-author .author-avatar img{width:55px;height:55px;} .post-author .author-info .desc p{font-size:12px;} } /*-------------------------------------------------------------- 26.1 post social style01 --------------------------------------------------------------*/ .post-footer .social li{display:inline-block;margin-left:5px;} .post-footer .social li a{font-size:16px;display:block;color:#6c757d;width:40px;height:40px;line-height:38px;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;} .post-footer .social li a.weibo:hover{color:#FFF;background-color:#e24040;border-color:#e24040;} .post-footer .social li a.weixin:hover{color:#FFF;background-color:#20b767;border-color:#20b767;} .post-footer .social li a.qq:hover{color:#FFF;background-color:#3d93e0;border-color:#3d93e0;} .post-footer .social li a.fackbook:hover{color:#FFF;background-color:#395796;border-color:#395796;} .post-footer .social li a.twitter:hover{color:#FFF;background-color:#1ea1f3;border-color:#1ea1f3;} /*-------------------------------------------------------------- 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:-1;opacity:0;visibility:hidden;} .dialog_overlay{position:fixed;background:rgba(55,58,71,0.9);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden;pointer-events:auto;z-index:1111;} .dialog-content{width:50%;max-width:560px;min-width:290px;background:#fff;padding:4em;text-align:center;position:relative;border-radius:.25em;} .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;font-size:24px;color:#d4d4d4;display:inline-block;cursor:pointer;-webkit-transform:translate(0%,150%);-ms-transform:translate(0%,150%);transform:translate(-14px,150%);bottom:0;left:50%;line-height:1;} .dialog-suxing.open{z-index:1112;opacity:1;visibility:initial;} .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;} @-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);} } /*dialog-bigger-cover*/ .dialog-bigger-cover{max-width:666px;width:100%;padding:0;} .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 #eee;} .dialog-bigger-cover .bigger-share{transition:all .3s;} .dialog-bigger-cover .bigger-share h3{font-size:16px;margin-bottom:30px;} .dialog-bigger-cover .bigger-share a.bigger_down, .dialog-bigger-cover .bigger-share a.bigger_share{max-width:188px;display:inline-block;} .dialog-bigger-cover .bigger-share a.bigger_share.weibo{background-color:#e24040!important;color:#FFF!important;border-color:#e24040!important;} .dialog-bigger-cover .bigger-share a.bigger_share.facebook{background-color:#395796!important;color:#FFF!important;border-color:#395796!important;} .dialog-bigger-cover .bigger-share a.bigger_share.twitter{background-color:#1ea1f3!important;color:#FFF!important;border-color:#1ea1f3!important;} .dialog-bigger-cover .bigger-share a.bigger_share:hover{opacity:.88} @media (max-width:767px){ .dialog-bigger-cover{width:66.66%;min-width:auto;padding:0 0 55px;} .dialog-bigger-cover .text-weixin{position:absolute;width:100%;left:0;top:-40px;font-size:24px;color:#FFF;} .dialog-bigger-cover .text-weixin p{color:#FFF;} .dialog-bigger-cover .btn-close{font-size:28px;} .dialog-bigger-cover .btn-close i{cursor:pointer;} .dialog-bigger-cover .bigger-image img{border:0;} .dialog-bigger-cover .action-share{position:absolute;bottom:0;left:0;width:100%;height:55px;line-height:55px;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);} .dialog-bigger-cover .action-share .btn-open-share, .dialog-bigger-cover .action-share .btn-close-share{padding:10px 16px;border:0;background-color:transparent;line-height:1;font-size:16px;} .dialog-bigger-cover .action-share .btn-close-share{display:none;} .dialog-bigger-cover .bigger-share{z-index:-1;position:absolute;top:0;bottom:0;left:0;width:100%;} .dialog-bigger-cover .bigger-share.open{background:rgba(255,255,255,0.88);z-index:2;} .dialog-bigger-cover .bigger-share.open h3{color:#FFF;font-size:16px;} .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);} } } @media (min-width:576px) and (max-width:767.98px){ .dialog-bigger-cover{width:66%;max-width:none;padding:1rem;} .dialog-bigger-cover .bigger-image{min-height:0;} .dialog-bigger-cover .bigger-image img{border:1px solid #eee;} .dialog-bigger-cover .bigger-share{z-index:1;position:relative;top:auto;bottom:auto;left:auto;width:auto;} .dialog-bigger-cover .bigger-share .share-btns{opacity:1;padding-left:1rem!important;} .dialog-bigger-cover .bigger-share a.bigger_down, .dialog-bigger-cover .bigger-share a.bigger_share{max-width:none;padding:.5rem;} } /*-------------------------------------------------------------- 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.next{text-align:right;padding-right:60px;} .post-navigation a.next i{position:absolute;right:20px;top:2px;font-size:20px;color:#d4d4d4;-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:2px;font-size:20px;color:#d4d4d4;-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;} /*-------------------------------------------------------------- 27.1 navigation with images --------------------------------------------------------------*/ .post-navigation-with-image .item .image{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;height:133px;} .post-navigation-with-image .item .content{z-index:2;position:absolute;left:0;top:0;width:100%;height:100%;} /*--------------------------------- 28.0 post mobile style --------------------------------- */ @media (max-width:767px){ .post-title{margin-bottom:20px;} .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-footer{text-align:center;} .post-footer .text-nowrap{width:100%;} .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:#d4d4d4;} .video-action .btn-like{color:#262626;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 span{color:#6c757d;font-size:12px;} .breadcrumbs span.sep{margin:0 5px;font-size:14px;} .breadcrumbs span.current{color:#d4d4d4;} /*-------------------------------------------------------------- 31.0 Widgets --------------------------------------------------------------*/ .nice-sidebar{padding-left:40px;} .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:14px;text-transform:uppercase;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;} @media (min-width:768px) and (max-width:991px){ .nice-sidebar{padding-left:15px;} } /*-------------------------------------------------------------- 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:#d4d4d4} /*-------------------------------------------------------------- 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;} /*-------------------------------------------------------------- 34.0 tag cloud widget --------------------------------------------------------------*/ .widget_tag_cloud .tagcloud a{font-size:14px!important;line-height:1.4;text-transform:uppercase;padding:3px 10px;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:#999fa5;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:#262626;-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 images 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:#d4d4d4;} .widget_rss ul li .rssSummary{font-size:12px;margin-top:5px;color:#6c757d;} .widget_rss ul li cite{font-size:12px;font-style:normal;color:#d4d4d4;} /*-------------------------------------------------------------- 41.0 archive widget --------------------------------------------------------------*/ .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.styel01 li{text-transform:uppercase;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-bottom:1px solid #f5f5f5;padding:15px 0;} .widget_top_entries ul.styel01 li:last-child{border-bottom:0;} .widget_top_entries ul.styel01 li a{display:flex;width:100%;} .widget_top_entries ul.styel01 li a.custom-hover::before{display:none;} .widget_top_entries ul.styel01 li .image{width:120px;height:90px;display:flex;position:relative;overflow:hidden;} .widget_top_entries ul.styel01 li .image img{width:120px;height:90px;} .widget_top_entries ul.styel01 li .content{display:flex;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 15px 0 0;} .widget_top_entries ul.styel01 li .content .title{margin-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .widget_top_entries ul.styel01 li .content .meta{color:#999fa5!important;font-size:12px;} .widget_top_entries ul.styel02 li{position:relative;border:0;padding:0;margin-bottom:15px;} .widget_top_entries ul.styel02 li .image{width:100%;height:140px;position:relative;overflow:hidden;} .widget_top_entries ul.styel02 li .image img{width:100%;height:auto;min-height:140px;} .widget_top_entries ul.styel02 li .content{position:absolute;text-align:center;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:20px;} .widget_top_entries ul.styel02 li .content .title{margin-top:5px;margin-bottom:5px;} .widget_top_entries ul.styel02 li .content .title h4{color:#FFF;} @media (min-width:768px) and (max-width:991px){ .widget_top_entries ul.styel01 li .image, .widget_top_entries ul.styel01 li .image img{width:80px;height:60px;} .widget_top_entries ul.styel02 li .content{padding:10px;} .widget_top_entries ul.styel02 li .image{height:111px;} } /*------------------------------------------------------- 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-bottom:10px;padding-top:10px;} .widget_related_posts ul li a{display:block;} .widget_related_posts ul li .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .widget_related_posts ul li .image{height:150px;background-position:center;background-size:cover;background-repeat:no-repeat;} @media (min-width:992px) and (max-width:1199.98px){ .widget_related_posts ul li .image{height:122px;} } @media (min-width:768px) and (max-width:991px){ .widget_related_posts ul li .image{height:111px;} } /*------------------------------------------------------- 44.0 Comments -------------------------------------------------------*/ .comment-list .comment-respond{margin-top:30px;position:relative;padding:0 0 35px 0;} .comment-list .comment-respond::before{content:'';width:0;height:0;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #f5f6f7;position:absolute;left:28px;top:-39px;} .comment-list .comment-respond::after{content:'';display:block;width:0;height:0;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #FFF;position:absolute;left:28px;top:-38px;} .nice-comments h4{letter-spacing:5px;} .nice-comments h4 small{letter-spacing:normal;} .comment{position:relative;} .comment:last-child{ /* border-bottom: 0; */} .comment .children{padding-left:66px;margin-bottom:22px;} .comment .children .children{padding-left:0;padding-bottom:0;} .comment .children .comment{border-bottom:0;margin-bottom:0;padding:0;} .comment .children .comment-text{padding-top:0;} .comment .children .load-more-comment{display:inline-block;position:absolute;bottom:5px;left:0;width:100%;text-align:center;z-index:1;} .comment .children .load-more-comment button{background:#FFF;border:1px solid #eee;border-radius:20px;font-size:12px;line-height:1;padding:7px 18px;} .comment-body{position:relative;} .parent .comment-body{padding-bottom:35px;} .children .comment-body{} .children .comment-avatar-author .avatar{width:36px;height:36px;-ms-flex-negative:0!important;flex-shrink:0!important;} .comment-text{padding-top:5px;border-bottom:1px solid #f5f6f7;margin-bottom:20px;padding-bottom:20px;} .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-author .avatar{border-radius:50%;border:1px solid #eaeaea;} .comment-author{position:relative;} .comment-author span{display:inline-block;font-size:12px;margin-left:5px} .comment-meta .comment-date, .comment-meta .like, .comment-meta .fuck, .comment-meta .comment-reply-link{display:inline-block;} .comment-meta .like.current{color:#F66!important;} .comment-meta .fuck.current{color:#639e71!important;} @media only screen and (max-width:767px){ .comment{ /* margin-top: 25px; */} .comment-text{padding-top:0;} .comment-body{padding-bottom:5px;} .comment-avatar-author .avatar{width:40px;height:40px;} .comment .children{padding-left:11px;} .comment .children .load-more-comment{bottom:10px;} .children .comment-avatar-author .avatar{width:30px;height:30px;} } /*------------------------------------------------------- 44.1 Comment Form -------------------------------------------------------*/ .comment-from-author{} .comment-textarea{position:relative;background-color:#f9f9f9;border:0;border-radius:0;padding:0;} .comment-author-info{padding-top:5px;padding-bottom:15px;} .comment-from-author .form-submit small{font-size:12px;color:#d4d4d4;margin-left:10px;display:inline-block;} .comment-form-info .form-control{background-color:#f9f9f9;border:0;border-radius:0;} .comment-form-text{position:relative;} .comment-form-text textarea{height:100px;margin-bottom:0;padding:10px;border:0;background-color:#f9f9f9;} .comment-form-text .comment-action-bar{position:relative;} .comment-form-text .comment-action-bar .btn{padding:5px 0 10px 20px;} .comment-form-text .comment-action-bar .insert_emoji{display:inline-block;} .comment-form-text .comment-action-bar .insert_emoji img.emoji{height:25px!important;width:25px!important;margin:0 3px!important;display:block!important;} .comment-from-author .form-submit .btn-secondary{ /* margin-right:10px; */} @media (min-width:768px) and (max-width:991px){ .comment-form-url:last-child{margin-top:10px;} } @media (max-width:767px){ .nice-comments{margin-top:0;padding:20px 0;} .nice-comments h4{margin-bottom:20px;} .comment-from-author{margin:0;} .comment-author-info{} .comment-form-text .comment-action-bar .insert_emoji img.emoji{height:32px!important;width:32px!important;} .comment-from-author .form-submit .btn{width:100%;} .form-submit .btn-secondary{width:100%;} } /*------------------------------------------------------------- 44.2 captcha -------------------------------------------------------------*/ .form-captcha{display:none;} .form-captcha-code{display:none;position:relative;} .form-captcha-code .captcha-image img{} .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 #6c757d;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:#6c757d;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;} .input-switch .input-checkbox{position:absolute;visibility:hidden;width:0;height:0;} .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;} /*------------------------------------------------------------- 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: images -------------------------------------------------------------*/ /* 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-gallery{position:relative;margin-bottom:30px;} .post-gallery .owl-item .item{position:relative;overflow:hidden;height:auto;} .post-gallery .owl-item .item a{display:block;} .post-gallery .owl-item .item .image{display:block;height:618.75px;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-gallery .owl-item .item .overlay{opacity:0;} .post-gallery .owl-item .item img{display:none;} .post-gallery .owl-item .item:hover .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-gallery .owl-item .item:hover .overlay{filter:alpha(opacity=40);opacity:0.4;} /* expand icon */ .post-gallery .owl-item .item:hover .post-expand-icon{top:10px;filter:alpha(opacity=100);opacity:1;} .post-gallery .owl-prev, .post-gallery .owl-next{line-height:38px;} @media (min-width:992px) and (max-width:1199.98px){ .post-gallery .owl-item .item .image{height:523px;} } @media (min-width:768px) and (max-width:991.98px){ .post-gallery .owl-item .item .image{height:388px;} } @media (max-width:767.98px){ .post-gallery .owl-item .item .image{height:194px;} } @media (min-width:576px) and (max-width:767.98px){ .post-gallery .owl-item .item .image{height:286.87px;} } /*-------------------------------------------------------------- 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:transparent;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;border:1px solid #F1F1F1;box-shadow:0 25px 150px -10px rgba(7,1,27,0.33);border-radius:2px;margin:20px;} .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:90%;max-width:none;min-width:190px;background:#FFF;padding:1.2em 2em;text-align:center;position:relative;z-index:5;opacity:0;margin:20px;} } @-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 --------------------------------------------------------------*/ .nice-footer{padding:30px 0;border-top:1px solid #f5f5f5;} .nice-footer .hr-short:before{width:33px;margin:1.5rem 0;} .footer-menu ul li{display:inline-block;position:relative;} .footer-menu ul li{ /* margin-right: 10px; */} .footer-menu ul li::before{content:'';position:absolute;width:4px;height:4px;background:#d4d4d4;top:50%;left:-10px;-ms-transform:translate(8px,-50%);transform:translate(8px,-50%);border-radius:10px;} .footer-menu ul li:first-child::before{display:none} .footer-menu ul li a{padding:0 .75rem;font-size:14px;} .footer-menu ul li a:hover{opacity:.66} .footer-social a{width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;margin:0 .2rem 0;background-color:#f5f5f5;} .footer-social a:hover{background-color:#282828;color:#FFF!important;} @media (max-width:767.98px){ } @media (min-width:768px) and (max-width:991.98px){ } /*-------------------------------------------------------------- 49.1 Footer: 2 :: Widget Setting --------------------------------------------------------------*/ .footer-style-2{position:relative;padding-top:55px;padding-bottom:0px;background-color:#f5f5f5;} .footer-style-2 .container{padding-right:20px;padding-left:20px;} .footer-top{border-bottom:1px solid #ececec;padding-bottom:30px;} .footer-style-2 .widget-title{position:relative;font-size:14px;text-transform:uppercase;color:#000;letter-spacing:5px;padding-bottom:20px;margin-bottom:30px;} .footer-style-2 .widget-title::before{content:'';display:block;position:absolute;width:30px;height:2px;bottom:0;background:#131313;} .footer-style-2 .footer-widget-text .text-widget p{font-size:13px;} .footer-style-2 .footer-widget-categories ul{padding-left:0;} .footer-style-2 .footer-widget-categories ul li{display:inline-block;margin:0 15px 10px 0;} .footer-style-2 .footer-widget-categories ul li a{display:block;font-size:13px;text-decoration:none;text-transform:capitalize;} .footer-style-2 .footer-widget-links ul{padding-left:0;} .footer-style-2 .footer-widget-links ul li{display:inline-block;margin:0 15px 10px 0;} .footer-style-2 .footer-widget-links ul li a{display:block;font-size:13px;text-decoration:none;text-transform:capitalize;} .footer-style-2 .footer-widget-social li{width:auto;display:inline-block;margin:0 25px 0 0;} .footer-style-2 .footer-copyright{padding-top:30px;padding-bottom:30px;} .footer-style-2 .footer-copyright p{font-size:12px;} .footer-style-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:#181818;} .footer-black .widget-title::before{background-color:#d4d4d4;} .footer-black .widget-title, .footer-black .footer-widget a:hover{color:#FFF;} .footer-black .footer-widget a, .footer-black .footer-widget p{color:#d4d4d4} @media (min-width:768px) and (max-width:991px){ .footer-style-2 .footer-widget{margin-bottom:30px;} } @media (max-width:767px){ .footer-style-2{padding:30px 0 0;} .footer-style-2 .widget-title{padding-bottom:0;margin-bottom:10px;} .footer-style-2 .widget-title::before{bottom:0;height:0;} .footer-style-2 .footer-widget-text{margin-bottom:0;} } /*-------------------------------------------------------------- 50.0 ADs --------------------------------------------------------------*/ .nice-sales, .grid-sales{position:relative;} .nice-sales a, .grid-sales a{display:block;} .nice-sales .card, .grid-sales .card{width:100%;overflow:hidden;} .nice-sales img, .grid-sales img{width:100%;height:auto;} .nice-sales span, .grid-sales span{position:absolute;left:20px;bottom:20px;font-size:12px;color:#d4d4d4;} .post-sales{margin-top:40px;} @media (max-width:767px){ .item-card .card.list-sales{margin:0;border-top:5px solid #f6f6f6;} .item-card .card.nice-sales{margin-bottom:0;} .list-sales{margin-bottom:0!important;} .post-sales{margin-top:20px;} .nice-sales span{left:10px;bottom:10px;} } /*-------------------------------------------------------------- 25.0 tipping-content --------------------------------------------------------------*/ .tipping-content .meta-author img{border-radius:50%;} .btn-payment{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain;} .btn-alipay{background-image:url('../assets/images/alipay.svg')} .btn-weixin{background-image:url('../assets/images/weixin.svg');} /*-------------------------------------------------------------- 25.0 mobile-user-meta --------------------------------------------------------------*/ .mobile-usernav{position:relative;} .cosy-user-cover{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;top:0;left:0;} .cosy-user-avatar{border:2px solid rgba(255,255,255,0.16);} .cosy-user-data{border-bottom:10px solid #f3f3f3;} /*------------------------------------------------------------- post grid hover -------------------------------------------------------------*/ .grid-hover .item-card .card{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;} .grid-hover .item-card .card:hover{box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-webkit-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-moz-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);} .grid-hover .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat.grid-hover .item-card .card .content{padding:.5rem 1rem 1rem;} @media (min-width:768px) and (max-width:991.98px){ .stickys .item.grid-hover article .content{padding:1rem;} .grid-hover .card .content{padding:0 .8rem .8rem;} } @media (max-width:767.98px){ .grid-hover .item-card .card{-webkit-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-moz-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);} .grid-hover .nice-featured-posts .owl-carousel{box-shadow:none;} .grid-hover .item-card .card .content{padding:0 1rem 1rem;} } /*------------------------------------------------------------- post grid radius -------------------------------------------------------------*/ .grid-radius .btn{-moz-border-radius:6rem; /* Firefox */-webkit-border-radius:6rem; /* Safari and Chrome */border-radius:6rem; /* Opera 10.5+*/} .grid-radius .featured-search .item .custom-hover, .grid-radius .nice-featured-posts .item .custom-hover, .grid-radius .nice-slider.slider-style02 .item .content, .grid-radius .post-gallery .owl-item .item .popup-link, .grid-radius .post-embed-item .custom-hover, .grid-radius.post-style01 .post-cover, .grid-radius.post-style02 .post-title .image, .grid-radius .widget_related_posts .item .custom-hover, .grid-radius .widget_top_entries .styel02 .item .custom-hover, .grid-radius .widget_top_entries .styel01 .item .image, .grid-radius .nice-footer-related-posts .item .custom-hover, .grid-radius .post-tipping, .grid-radius .post-author, .grid-radius .post-navigation-with-image .item .custom-hover, .grid-radius .stickys .item .custom-hover, .grid-radius .topics .custom-hover, .grid-radius .sticky-topics .item .custom-hover, .grid-radius .nice-cms-list .item .custom-hover, .grid-radius .nice-cms-push .card, .grid-radius .cms-push-liststyle02 .card .custom-hover, .grid-radius .item-regular .custom-hover, .grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover, .grid-border.grid-radius .item-card .card, .grid-radius .grid-sales img{-moz-border-radius:.66rem; /* Firefox */-webkit-border-radius:.66rem; /* Safari and Chrome */border-radius:.66rem; /* Opera 10.5+*/overflow:hidden;} .grid-radius .cms-push-liststyle01 .card .custom-hover, .grid-border.grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover .custom-hover{border-top-right-radius:.66rem;border-top-left-radius:.66rem;border-bottom-right-radius:0;border-bottom-left-radius:0;} .grid-radius .item-topic .card .custom-hover, .grid-radius .item-topic .card:hover .custom-hover, .grid-hover.grid-radius .item-topic .card .custom-hover, .grid-hover.grid-radius .item-topic .card:hover .custom-hover{-moz-border-radius:.66rem; /* Firefox */-webkit-border-radius:.66rem; /* Safari and Chrome */border-radius:.66rem; /* Opera 10.5+*/} .grid-radius .form-control{-moz-border-radius:.25rem; /* Firefox */-webkit-border-radius:.25rem; /* Safari and Chrome */border-radius:.25rem; /* Opera 10.5+*/} .grid-radius .input-group .btn{border-top-right-radius:.25rem;border-top-left-radius:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:0;} .grid-radius .item-card .card .content{padding:0 .5rem 0;} .grid-hover.grid-radius .item-card .card .content{padding:0 1rem 1rem;} @media (max-width:767.98px){ .grid-radius .item-card .card .content{padding:0 1rem 1rem;} .grid-radius .featured-search .item .custom-hover, .grid-radius .nice-featured-posts .item .custom-hover, .grid-radius .nice-slider.slider-style02 .item .content, .grid-radius .post-gallery .owl-item .item .popup-link, .grid-radius .post-embed-item .custom-hover, .grid-radius.post-style01 .post-cover, .grid-radius.post-style02 .post-title .image, .grid-radius .widget_related_posts .item .custom-hover, .grid-radius .widget_top_entries .styel02 .item .custom-hover, .grid-radius .widget_top_entries .styel01 .item .image, .grid-radius .nice-footer-related-posts .item .custom-hover, .grid-radius .post-tipping, .grid-radius .post-author, .grid-radius .post-navigation-with-image .item .custom-hover, .grid-radius .stickys .item .custom-hover, .grid-radius .topics .custom-hover, .grid-radius .sticky-topics .item .custom-hover, .grid-radius .nice-cms-list .item .custom-hover, .grid-radius .nice-cms-push .card, .grid-radius .cms-push-liststyle02 .card .custom-hover, .grid-radius .item-regular .custom-hover, .grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover, .grid-border.grid-radius .item-card .card, .grid-radius .grid-sales img{-moz-border-radius:.33rem; /* Firefox */-webkit-border-radius:.33rem; /* Safari and Chrome */border-radius:.33rem; /* Opera 10.5+*/} .grid-radius .cms-push-liststyle01 .card .custom-hover, .grid-hover.grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover .custom-hover, .grid-border.grid-radius .item-card .card .custom-hover{border-top-right-radius:.33rem;border-top-left-radius:.33rem;border-bottom-right-radius:0;border-bottom-left-radius:0;} .grid-radius .item-topic .card .custom-hover, .grid-radius .item-topic .card:hover .custom-hover, .grid-hover.grid-radius .item-topic .card .custom-hover, .grid-hover.grid-radius .item-topic .card:hover .custom-hover, .grid-radius .nice-featured .item .custom-hover, .grid-radius .nice-featured .item .bg-white, .grid-hover.grid-radius .item-card .card{-moz-border-radius:.33rem; /* Firefox */-webkit-border-radius:.33rem; /* Safari and Chrome */border-radius:.33rem; /* Opera 10.5+*/} } /*------------------------------------------------------------- post grid cat -------------------------------------------------------------*/ .grid-cat .card{position:relative;} .grid-cat .item-card .card .content{position:initial;padding:.75rem .5rem .25rem;} .grid-cat .item-card .card .content .meta{margin-top:0!important;position:absolute;top:1rem;left:1rem;line-height:1;border-radius:15px;text-shadow:-1px 0px rgba(0,0,0,0.22),0px 1px rgba(0,0,0,0.22),1px 1px rgba(0,0,0,0.22),0px -1px rgba(0,0,0,0.22);} .grid-cat .item-card .card .meta span a{color:#FFF!important;font-size:12px!important;} .grid-cat .item-card .card .u-cat-name::before{background:#FFF;} .grid-cat .item-card .card .u-cat-dot{margin-left:18px;} .grid-cat .item-card .card .u-cat-dot::before{left:-18px;border-color:#FFF;background-color:transparent;} .grid-cat .nice-cms-push .u-cat-dot::before{border-color:#FFF;} /*------------------------------------------------------------- post grid border -------------------------------------------------------------*/ .grid-border .item-card .card{border:1px solid #eee!important;} .grid-border .item-card .card .content{padding:0 1rem 1rem;} .grid-cat.grid-border .item-card .card .content{padding:0rem 1rem 1rem;} /*------------------------------------------------------------- list width -------------------------------------------------------------*/ @media (max-width:767px){ .list-xs-6{margin-right:-7px!important;margin-left:-7px!important;} .list-xs-6 .item-card{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:7px;padding-right:7px;padding-bottom:0!important;border-bottom:0!important;} .list-xs-6 .item-card .card .content .title h2{font-size:14px!important;} .list-xs-6 .item-topic .card .content-topic{padding:.75rem!important;} .list-xs-6 .item-topic .card .content-topic .content-body{padding-bottom:0!important;} .list-xs-6 .item-card .card .content .meta{margin-top:.75rem!important;} .grid-hover.grid-radius .list-xs-6 .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat .list-xs-6 .item-card .card .data{} .grid-cat .list-xs-6 .item-card .card .content .meta{top:.75rem;left:.75rem;} .grid-cat.grid-border .list-xs-6 .item-card .card .content{padding:.25rem .75rem .75rem;} .grid-radius .list-xs-6 .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat .list-xs-6 .item-card .card .content .meta{margin-top:0!important;} } /*------------------------------------------------------------- categories dot style -------------------------------------------------------------*/ .u-cat-name{margin-left:20px;position:relative;} .u-cat-name::before{position:absolute;background:#262626;border-radius:20px;width:10px;height:10px;display:block;content:'';left:-20px;top:50%;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .nice-top-content .u-cat-name::before{right:-15px;top:0;left:auto;} .nice-top-content .u-cat-name::before{background-color:#FFF} .nice-top-content .u-cat-name.u-cat-dot::before{border-color:#fff;background-color:transparent!important;} .u-cat-dot{margin-left:20px;} .u-cat-dot::before{left:-20px;width:12px;height:12px;border-radius:20px;border:3px solid #262626;background-color:transparent;} .u-cat-name.u-cat-color::before{background-color:#212226} .u-cat-name.u-color-red::before{background-color:#F66666!important} .u-cat-name.u-color-blue::before{background-color:#5d86dc!important} .u-cat-name.u-color-orange::before{background-color:#ffc781!important} .u-cat-name.u-color-purple::before{background-color:#9984de!important} .u-cat-name.u-color-green::before{background-color:#00CED1!important} .u-cat-dot.u-cat-color::before{border-color:#212226;background-color:transparent!important;} .u-cat-dot.u-color-red::before{border-color:#F66666!important;background-color:transparent!important;} .u-cat-dot.u-color-blue::before{border-color:#5d86dc!important;background-color:transparent!important;} .u-cat-dot.u-color-orange::before{border-color:#ffc781!important;background-color:transparent!important;} .u-cat-dot.u-color-purple::before{border-color:#9984de!important;background-color:transparent!important;} .u-cat-dot.u-color-green::before{border-color:#00CED1!important;background-color:transparent!important;} .blink-dot{position:relative;width:8px;height:8px;margin:0 10px;-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:1s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;} .blink-dot, .blink-dot::before{content:' ';display:inline-block;border-radius:50%;background-color:#f16339;} .blink-dot::before{position:absolute;width:20px;height:20px;opacity:.1;top:50%;left:50%;border:solid 1px #fff;webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
resources/less/vender/style.css
.btn{padding:0.75rem 2rem;outline:none!important;box-shadow:none!important;font-size:14px;font-weight:normal;-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;border-radius:0;} /*---------------------------------*/ .btn.disabled, .btn:disabled{opacity:0.65;} .btn:not(:disabled):not(.disabled){cursor:pointer;} .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{background-image:none;} a.btn.disabled, fieldset:disabled a.btn{pointer-events:none;} .btn-primary{color:#fff;background-color:#262626;border-color:#262626;} .btn-primary:focus, .btn-primary.focus, .btn-primary:hover{color:#fff;background-color:#000;border-color:#000;} .btn-primary:focus, .btn-primary.focus{box-shadow:none;} .btn-primary.disabled, .btn-primary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#262626;border-color:#262626;} .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-secondary{color:#6c757d;background-color:#F5F5F5;border-color:#F5F5F5;} .btn-secondary:focus, .btn-secondary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-secondary:focus, .btn-secondary.focus{box-shadow:none;} .btn-secondary.disabled, .btn-secondary:disabled{color:#6c757d;background-color:#FFF;border-color:#FFF;} .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#545b62;border-color:#4e555b;} .btn-success{color:#fff;background-color:#5bcc7e;border-color:#5cc57c;} .btn-success:hover{color:#fff;background-color:#47b78b;border-color:#3fa77e;} .btn-success:focus, .btn-success.focus{box-shadow:rgba(91,204,126,0.8);} .btn-success.disabled, .btn-success:disabled{color:#fff;background-color:#a7caaf;border-color:#95b59c;} .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active{color:#fff;background-color:#28a745;border-color:#45b568;} .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-info{color:#fff;background-color:#41b4e0;border-color:#41b4e0;} .btn-info:hover{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:focus, .btn-info.focus{box-shadow:none;} .btn-info.disabled, .btn-info:disabled{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-warning{color:#262626;background-color:#fbeead;border-color:#f3e5a3;} .btn-warning:hover{color:#262626;background-color:#fbe49c;border-color:#fbe49c;} .btn-warning:focus, .btn-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-warning.disabled, .btn-warning:disabled{color:#262626;background-color:#f7efc5;border-color:#f9edb7;} .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active{color:#262626;background-color:#fbe49c;border-color:#fbe49c;} .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-light{color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} .btn-light:hover{color:#FFF;background-color:#262626;border-color:#262626;} .btn-light:focus, .btn-light.focus{box-shadow:none;color:#FFF;background-color:#262626;border-color:#262626;} .btn-light.disabled, .btn-light:disabled{color:#FFF;background-color:#d4d4d4;border-color:#d4d4d4;} .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active{color:#FFF;background-color:#262626;border-color:#262626;} .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124;} .btn-dark:focus, .btn-dark.focus{box-shadow:0 0 0 0.2rem rgba(52,58,64,0.5);} .btn-dark.disabled, .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#1d2124;border-color:#171a1d;} .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus{box-shadow:none} .btn-outline-primary{color:#262626;background-color:transparent;background-image:none;border-color:#262626;} .btn-outline-primary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-outline-primary:focus, .btn-outline-primary.focus{box-shadow:none;} .btn-outline-primary.disabled, .btn-outline-primary:disabled{color:#262626;background-color:transparent;} .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d;} .btn-outline-secondary:hover{color:#fff;background-color:#262626;border-color:#262626;} .btn-outline-secondary:focus, .btn-outline-secondary.focus{box-shadow:none;} .btn-outline-secondary.disabled, .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent;} .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active{color:#fff;background-color:#6c757d;border-color:#6c757d;} .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-outline-success{color:#47b78b;background-color:transparent;background-image:none;border-color:#5cc57c;} .btn-outline-success:hover{color:#fff;background-color:#47b78b;border-color:#28a745;} .btn-outline-success:focus, .btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);} .btn-outline-success.disabled, .btn-outline-success:disabled{color:#28a745;background-color:transparent;} .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745;} .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);} .btn-outline-info{color:#41b4e0;background-color:transparent;background-image:none;border-color:#41b4e0;} .btn-outline-info:hover{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-outline-info:focus, .btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);} .btn-outline-info.disabled, .btn-outline-info:disabled{color:#0599d8;background-color:transparent;} .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle{color:#fff;background-color:#0599d8;border-color:#0599d8;} .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus{box-shadow:none;} .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#f3e5a3;} .btn-outline-warning:hover{color:#212529;background-color:#fbe49c;border-color:#fbe49c;} .btn-outline-warning:focus, .btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-outline-warning.disabled, .btn-outline-warning:disabled{color:#ffc107;background-color:transparent;} .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle{color:#212529;background-color:#fbe49c;border-color:#fbe49c;} .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);} .btn-outline-light{color:#6c757d;background-color:transparent;background-image:none;border-color:#f3f3f3;} .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f3f3f3;} .btn-outline-light:focus, .btn-outline-light.focus{box-shadow:none;} .btn-outline-light.disabled, .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent;} .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f3f3f3;} .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus{box-shadow:none;} .btn-outline-dark{color:#000;background-color:transparent;background-image:none;border-color:#000;} .btn-outline-dark:hover{color:#fff;background-color:#000;border-color:#000;} .btn-outline-dark:focus, .btn-outline-dark.focus{box-shadow:none;} .btn-outline-dark.disabled, .btn-outline-dark:disabled{color:#343a40;background-color:transparent;} .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active{color:#fff;background-color:#343a40;border-color:#343a40;} .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus{box-shadow:none;} .btn-link{font-weight:normal;color:#262626;background-color:transparent;} .btn-link:hover{color:#000;text-decoration:none;background-color:transparent;border-color:transparent;} .btn-link:focus, .btn-link.focus{text-decoration:none;border-color:transparent;box-shadow:none;} .btn-link:disabled, .btn-link.disabled{color:#6c757d;pointer-events:none;} /*-------------------------------------------------------------- 1.2 btn-size --------------------------------------------------------------*/ .btn-nostyle{margin:0;padding:0;border:0;line-height:normal;background-color:transparent;} .btn-lg{padding:1rem 2rem;} .btn-sm{padding:.25rem 1rem;} .btn-block{} .btn-overlay{background-color:rgba(0,0,0,0.33)!important;border:0!important;color:#FFF!important;} .btn-error{background-color:#f7094c!important;border-color:#f7094c!important;color:#FFF;} .btn-error:hover{background-color:#d2043e!important;border-color:#d2043e!important;color:#FFF;} .btn-transparent{background-color:transparent!important;border-color:transparent!important;} .btn-border:hover{background-color:#262626!important;border-color:#262626!important;color:#FFF!important;} .btn-border{background-color:transparent!important;border-color:#262626!important;color:#262626!important;} .btn-border:hover{background-color:#262626!important;border-color:#262626!important;color:#FFF!important;} .btn-rounded{border-radius:4rem;padding-left:1rem;padding-right:1rem;} .btn-rounded.btn-sm{padding-left:0.8rem;padding-right:0.8rem;padding-top:0.33rem;padding-bottom:0.33rem;} @media (max-width:767px){ .btn-outline-secondary{padding:5px 15px;} } .btn-icon{text-align:center;width:2.125rem;height:2.125rem;padding:0!important;position:relative;} .btn-icon.btn-sm{width:1.75rem;height:1.75rem;} .btn-icon.btn-md{width:2.5rem;height:2.5rem;} .btn-icon.btn-lg{width:3.375rem;height:3.375rem;} /*-------------------------------------------------------------- form reset --------------------------------------------------------------*/ .form-group{position:relative;} .form-control{border:1px solid #eee;border-radius:0;font-size:14px;padding:0.75rem 1rem;} .form-control:focus{border-color:#eee;} .form-control-sm{padding:0.5rem .75rem;} .form-control-lg{padding:1rem 1.25rem;} .form-input-inner{position:relative;} .form-input-inner .form-control{padding-right:40px;} .form-input-inner .show-pwd-btn{position:absolute;right:0;top:0;bottom:0;width:45px;border:0;background-color:transparent;color:#6c757d;} .form-input-inner .show-pwd-btn:hover{color:#262626} /*-------------------------------------------------------------- 1.1 input-group --------------------------------------------------------------*/ .nice-input-group .input-group-text{background-color:#FFF;border-color:#eee;width:45px;border-radius:0;padding:.375rem 0 .375rem .55rem;} .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#FFF;border:1px solid #eee;border-radius:0.25rem;} .input-group-text input[type="radio"], .input-group-text input[type="checkbox"]{margin-top:0;} .input-group>.form-control:not(:last-child){border-right-width:0;} /*-------------------------------------------------------------- 25.0 nice-radio --------------------------------------------------------------*/ .nice-radio input{display:none;} .nice-radio label{position:relative;display:block;cursor:pointer;text-align:center;border:1px solid #eaeaea;height:40px;line-height:40px;margin:0;} .nice-radio input:checked + label{border:1px solid #262626;} .nice-radio input:checked + label::after{content:"\2713";position:absolute;top:-10px;right:-10px;width:20px;height:20px;line-height:20px;border-radius:100%;font-size:12px;color:#FFF;background-color:#262626;z-index:999;} .nice-radio label.alipay{border-color:rgba(59,166,243,0.3);color:#3ba6f3;} .nice-radio input:checked + label.alipay{border-color:#3ba6f3} .nice-radio input:checked + label.weixin{border-color:#20b767;} .nice-radio label.weixin{border-color:rgba(32,183,103,0.3);color:#20b767;} .nice-radio input:checked + label.alipay::after{background-color:#3ba6f3;} .nice-radio input:checked + label.weixin::after{background-color:#20b767;} /*-------------------------------------------------------------- 1.1 drop --------------------------------------------------------------*/ .nice-dropmenu{display:inline-block;} .show.nice-dropmenu .dropdown-inner{opacity:1;z-index:9999;visibility:initial;margin-top:15px;} .nice-dropmenu .dropdown-inner{position:absolute;left:0;opacity:0;width:220px;padding:10px;margin-top:-20px;z-index:-100;display:none\9;background-color:#FFF;border:1px solid #eaeaea;border-radius:2px;-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;visibility:hidden;} .nice-dropmenu .dropdown-inner::before{content:"";border-style:solid;border-width:0 7px 7px 7px;border-color:transparent transparent #ffffff transparent;height:0px;position:absolute;left:50%;top:-7px;width:0px;-webkit-transform:rotate(360deg);z-index:1;margin-left:-7px;} .nice-dropmenu .dropdown-inner::after{content:"";border-style:solid;border-width:0 8px 8px 8px;border-color:transparent transparent #eaeaea transparent;height:0px;position:absolute;top:-8px;left:50%;width:0px;-webkit-transform:rotate(360deg);margin-left:-8px;} /*-------------------------------------------------------------- 1.1.1 sign drop --------------------------------------------------------------*/ .navbar-sign .dropdown-inner{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:111px;text-align:right;border:1px solid #F1F1F1;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);padding:5px 15px;} .navbar-sign .dropdown-inner li{display:block;} .navbar-sign .dropdown-inner li a{display:block;position:relative;font-size:14px;margin:5px 0;padding:5px 0;} .navbar-sign .dropdown-inner li .icon{position:absolute;left:0;top:50%;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .container-fluid .navbar-sign .dropdown-inner{right:-14px;left:auto;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);} .container-fluid .navbar-sign .dropdown-inner::before, .container-fluid .navbar-sign .dropdown-inner::after{left:auto;right:21px;} /*-------------------------------------------------------------- 1.1.2 smilies drop --------------------------------------------------------------*/ .dropdown-smilies{position:initial;} .dropdown-smilies .dropdown-inner{width:380px;padding:15px;border:1px solid #F1F1F1;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);} .dropdown-smilies .dropdown-inner .add-smily{display:inline-block} .dropdown-smilies .dropdown-inner .add-smily img{height:auto!important;width:1.4em!important;} .dropdown-smilies .dropdown-inner::before{left:20px;margin-left:0;} .dropdown-smilies .dropdown-inner::after{left:19px;margin-left:0;} .show.dropdown-smilies .dropdown-inner{margin-top:0px;} @media (max-width:767px){ .dropdown-smilies .dropdown-inner{width:100%;padding:10px;left:1px;float:none;} } /*-------------------------------------------------------------- 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:#6c757d;padding:10px 0;} .data-null p i{position:relative;display:inline-block;width:150px;height:150px;background-image:url("../assets/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;} .widget .data-null{padding:1em 0;} /*-------------------------------------------------------------- 3.0 Layout --------------------------------------------------------------*/ .site, .nice-warp{position:relative;} /*-------------------------------------------------------------- 4.0 Header --------------------------------------------------------------*/ .nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background-color:initial;border-color:initial;} .nice-header{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:9;} .navbar{padding:0;} .navbar-header{vertical-align:middle;line-height:70px;height:70px;} .navbar-header .navbar-brand{position:relative;display:block;width:168px;height:70px;line-height:70px;text-indent:-9999px;padding:0;z-index:2;transition:none;background-size:contain;background-position:left center;background-repeat:no-repeat;} .navbar-site li{position:relative;-ms-flex-negative:0!important;flex-shrink:0!important;} .navbar-site > li > a{position:relative;display:block;padding:0 5px;margin:0 10px 0 0;font-size:14px;line-height:70px;} .navbar-site li a:hover, .navbar-site li.current-menu-ancestor > a, .navbar-site li.current-menu-item > a{color:#000;background-color:transparent;} .navbar-site li .sub-menu li a:hover, .navbar-site li .sub-menu li.current-menu-item > a, .navbar-site li .sub-menu li.current-menu-ancestor > a:hover{color:#FFF;background-color:#000;} .navbar-site li .sub-menu li.current-menu-ancestor > a{color:#000;} .mb-main-menu .mb-menu-item .sub-menu .mb-sub-menu-item:hover>.sub-menu{visibility:visible;opacity:1} .navbar-site li:hover>.sub-menu{visibility:visible;opacity:1} .navbar-site li:hover>.sub-menu>li{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeIn;animation-name:fadeIn} .navbar-site li:hover>.sub-menu>li:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s} .navbar-site li:hover>.sub-menu>li:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s} .navbar-site li:hover>.sub-menu>li:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s} .navbar-site li:hover>.sub-menu>li:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s} .navbar-site li:hover>.sub-menu>li:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s} .navbar-site li:hover>.sub-menu>li:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s} .navbar-site li:hover>.sub-menu>li:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s} .navbar-site li:hover>.sub-menu>li:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s} .navbar-site li:hover>.sub-menu>li:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s} .navbar-site li:hover>.sub-menu>li:nth-child(11){-webkit-animation-delay:1s;animation-delay:1s} .navbar-site li:hover>.sub-menu>li:nth-child(12){-webkit-animation-delay:1.1s;animation-delay:1.1s} .navbar-site li:hover>.sub-menu>li:nth-child(13){-webkit-animation-delay:1.2s;animation-delay:1.2s} .navbar-site li:hover>.sub-menu>li:nth-child(14){-webkit-animation-delay:1.3s;animation-delay:1.3s} .navbar-site li:hover>.sub-menu>li:nth-child(15){-webkit-animation-delay:1.4s;animation-delay:1.4s} .navbar-site > li.menu-item-has-children > a{margin-right:20px;} .navbar-site > li.menu-item-has-children .fa-angle-down{position:absolute;right:10px;top:50%;font-size:14px;color:#6c757d;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);} .navbar-site > li.menu-item-has-children:hover .fa-angle-down{transform:rotate(180deg) translate(50%,50%);-webkit-transform:rotate(180deg) translate(50%,50%);} .navbar-site > li > a::after{content:"";position:absolute;margin:auto;bottom:15px;width:4px;height:4px;left:0;right:0;opacity:0;border-radius:6px;background:#000;transition:all 0.3s ease 0s;} .navbar-site > li.current-menu-item > a::after, .navbar-site > li.current-post-ancestor > a::after{opacity:1;} .navbar-sign, .navbar-sign > li{position:relative;} .navbar-sign > li.nice-dropmenu{margin-right:15px;} .navbar-sign > li.nice-dropmenu > a{margin:0;display:block;} .navbar-sign li .fa-angle-down{position:absolute;right:-15px;top:50%;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);} .navbar-sign li .sign-avatar .avatar{width:33px;height:33px;border-radius:50%;} .black-top .navbar-sign > li > a, .black-top .navbar-sign > li > button{color:#d4d4d4!important;} .black-top .navbar-sign > li > a:hover, .black-top .navbar-sign > li > button:hover{color:#FFF!important;} .black-top .navbar-sign > li > .btn-signin{border-color:#d4d4d4;} .black-top .navbar-sign > li > .btn-signin:hover{background-color:#FFF;border-color:#FFF;color:#262626!important;} .black-top .navbar-sign li .fa-angle-down{color:#d4d4d4!important;} @media (min-width:992px) and (max-width:1199px){ .navbar-collapse .navbar-site li a{margin:0 10px 0 0;} .navbar-site li.menu-item-has-children a{padding-right:10px;} .navbar-site li.menu-item-has-children .fa-angle-down{right:5px;} } /* - min-width: 992 */ @media (min-width:992px){ .container-fluid .navbar-site{justify-content:center;} .navbar-site li .sub-menu{position:absolute;visibility:hidden;opacity:0;background:#ffffff none repeat scroll 0 0;left:5px;top:100%;margin-top:-15px;padding:0;min-width:205px;max-width:205px;border-radius:0;transition:all 0.33s ease 0s;-webkit-box-shadow:0 4px 20px rgba(93,115,141,0.22);-moz-box-shadow:0 4px 20px rgba(93,115,141,0.22);box-shadow:0 4px 20px rgba(93,115,141,0.22);} .navbar-site li:last-child > .sub-menu, .navbar-site li:nth-last-child(2) > .sub-menu{right:0;left:auto;} .navbar-site li:hover .sub-menu{opacity:1;visibility:visible;margin-top:0;z-index:11} .navbar-site li .sub-menu li{display:block;border-bottom:1px solid #f5f5f5;} .navbar-site li .sub-menu li:last-child{border-bottom:0;} .navbar-site li .sub-menu li a{display:block;padding:14px 22px;margin:0;font-size:14px;} .navbar-site li .sub-menu li a:hover{padding:14px 22px 14px 25px;} .navbar-site li .sub-menu li.has-children .fa-angle-down{-webkit-transform:rotate(270deg) translate(100%,-50%);transform:rotate(270deg) translate(100%,-50%);} .navbar-site li .sub-menu li.has-children ul{left:100%;top:0;opacity:0;padding:0;visibility:hidden;} .navbar-site li .sub-menu li.has-children:hover > ul.sub-menu{opacity:1;visibility:visible;} } @media (max-width:991px){ .mobile-navbar .mobile-navbar-toggle{position:absolute;cursor:pointer;top:50%;right:0;margin-top:0;margin-right:0;margin-bottom:0;padding:5px 0 5px 15px;z-index:11111;border:0;background-color:transparent;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);color:#FFF;} .mobile-navbar .mobile-navbar-toggle .icon-bar{background-color:#262626;width:20px;height:1px;display:block;border-radius:1px;} .mobile-navbar .mobile-navbar-toggle .icon-bar+.icon-bar{margin-top:5px;} .mobile-style01 .mobile-navbar .navbar-header{height:66px;line-height:66px;} .mobile-style01 .mobile-navbar .navbar-header .navbar-brand{width:188px;height:66px;line-height:66px;} .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#6c757d;-webkit-transform:translate(0%,-5px);-ms-transform:translate(0%,-5px);transform:translate(0%,-5px);top:auto;bottom:0;} .black-top .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#d4d4d4;} } @media (max-width:767px){ .mobile-style01 .mobile-navbar .navbar-header{line-height:55px;height:55px;margin-left:0!important;} .mobile-style01 .mobile-navbar .navbar-header .navbar-brand{display:inline-block;background-position:left center;position:relative;height:55px;line-height:55px;width:160px;} .mobile-style01 .mobile-navbar .mobile-navbar-toggle{-webkit-transform:translate(0%,-15%);-ms-transform:translate(0%,-15%);transform:translate(0%,-15%);} } /*-------------------------------------------------------------- 4.1 black-top navbar --------------------------------------------------------------*/ .home.black-top .nice-header{box-shadow:none;background-color:transparent;position:fixed;top:0;left:0;width:100%;z-index:11;padding:20px 0 0;} .home.paged-2.black-top .nice-header{background-color:#000;position:relative;top:auto;left:auto;padding:0;} .black-top .nice-header{background-color:#000;box-shadow:none;} .black-top .nice-header.headroom--not-top, .home.paged-2.black-top .nice-header.headroom--not-top{padding-top:0;background-color:rgba(0,0,0,0.88);} .home.paged-2.black-top .nice-header.headroom--not-top{position:fixed;top:0;left:0;} .black-top .navbar-site li a{color:#d4d4d4;} .black-top .navbar-site li a:hover, .black-top .navbar-site li.current-menu-ancestor > a, .black-top .navbar-site li.current-menu-item > a, .black-top .navbar-site li.current-menu-parent > a, .black-top .navbar-site li .sub-menu li.current-menu-parent > a{color:#FFF;} .black-top .navbar-site li .sub-menu{background-color:#000;} .black-top .navbar-site li .sub-menu li{border-bottom:1px solid rgba(238,238,238,0.1);} .black-top .navbar-site li .sub-menu li ul{background-color:#0e0e0e;} .black-top .navbar-site li .sub-menu li.current-menu-item > a, .black-top .navbar-site li .sub-menu li.current-menu-ancestor > a:hover{color:#FFF;background-color:transparent;} .black-top .navbar-site > li.current-menu-item > a::after, .black-top .navbar-site > li.current-menu-parent > a::after{background:#fff;opacity:1;} .black-top .navbar-site > li.menu-item-has-children > .fa-angle-down{color:#ecedef;} @media (max-width:991.98px){ .home.black-top .mobile-style01 .mobile-navbar .mobile-navbar-toggle{color:#d4d4d4;} } @media (max-width:767.98px){ .home.black-top .nice-header{padding-top:0;background:rgba(0,0,0,0.68);} .home.black-top .nice-header.mobile-style01{position:relative;top:auto;left:auto;background:#000;} .home.black-top .nice-header.mobile-style01.headroom--not-top{position:fixed;top:0;left:0;} .black-top .mobile-navbar-toggle .icon-bar{background-color:#c3c3c3;} } /*-------------------------------------------------------------- 4.1 mobile header navbar style01 --------------------------------------------------------------*/ @media (max-width:991.98px){ .mobile-style01 .mobile-navbar{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;} } @media (min-width:768px) and (max-width:991.98px){ .mobile-style01 .mobile-navbar{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;} .home.black-top .nice-header.mobile-style01{padding:15px 0 0;} .home.black-top .nice-header.headroom--not-top, .home.black-top .nice-header.headroom--bottom{position:fixed;z-index:10;right:0;left:0;top:0;} } /*-------------------------------------------------------------- 4.1 mobile header navbar style02 --------------------------------------------------------------*/ @media (max-width:991.98px){ .mobile-style02{background:#000;min-height:50px;} .home.black-top .mobile-style02.headroom--pinned{background-color:rgba(0,0,0,0.88);padding:0;} .home.black-top .mobile-style02.headroom--top{background-color:transparent;padding:30px 0 0;} .mobile-style02 .navbar-header{width:55px;height:55px;line-height:normal;display:flex;justify-content:center;align-items:center;} .mobile-style02 .navbar-brand{height:55px;line-height:55px;display:none;} .mobile-style02 .mobile-navbar-brand{display:block!important;height:40px;width:40px;} .mobile-style02 .mobile-navbar .navbar-nav li a{color:#d4d4d4;padding:5px;} .mobile-style02 .mobile-navbar .navbar-nav li.current-menu-item a, .mobile-style02 .mobile-navbar .navbar-nav li a:hover{color:#FFF;} .mobile-style02 .mobile-navbar .navbar-nav li a::after{background-color:#FFF;bottom:-1px;} .mobile-style02 .mobile-navbar-toggle .icon-bar{width:15px;height:1px;} .mobile-style02 .mobile-navbar-toggle .icon-bar{background-color:#dadada;} } @media (max-width:767.98px){ .home.black-top .mobile-style02, .home.black-top .mobile-style02.headroom--not-bottom{position:relative;top:auto;left:auto;padding:0;background:#000;} .home.black-top .mobile-style02.headroom--pinned{position:fixed;top:0;left:0;padding:0;background-color:rgba(0,0,0,0.88);} .home.black-top .mobile-style02.headroom--top{position:relative;top:auto;left:auto;padding:0;background:#000;} } /*-------------------------------------------------------------- 4.1 mobile-navbar --------------------------------------------------------------*/ .mobile-navbar{position:relative;} .mobile-navbar .navbar-collapse{width:100%;margin-right:35px;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch} .mobile-navbar .navbar-collapse::-webkit-scrollbar{display:none} .mobile-navbar .navbar-nav li{display:inline-block;} .mobile-navbar .navbar-nav li a{padding:0 15px 10px 0;font-size:14px;line-height:1.6;display:block;} .mobile-navbar .navbar-nav li a::after{bottom:5px;width:6px;height:3px;} .black-top .mobile-navbar .navbar-nav li a{color:#d4d4d4;} /*-------------------------------------------------------------- 4.2 nice-mobile-overlay --------------------------------------------------------------*/ .mobile-open{overflow:hidden;} .nice-mobile-overlay{position:fixed;background:#FFF;top:0;width:100%;height:0;opacity:0;z-index:9999;visibility:hidden;-webkit-transition:opacity .35s,visibility .35s,height .35s;transition:opacity .35s,visibility .35s,height .35s;overflow:auto;} .nice-mobile-overlay .mobile-action{position:absolute;right:5px;top:15px;z-index:2} .mobile-search{position:relative;padding:1rem;opacity:0;background-color:#FFF;} .mobile-search .mobile-search-form .form-control{border:0;background-color:#f8f9fa;} .mobile-search .mobile-search-form .btn-light:hover{color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} .mobile-search .mobile-search-form .btn-light:focus, .mobile-search .mobile-search-form .btn-light.focus{box-shadow:none;color:#262626;background-color:#f8f9fa;border-color:#f8f9fa;} /*-------------------------------------------------------------- 4.3 Mobile Navigation --------------------------------------------------------------*/ .mobile-navigation{position:relative;background-color:#FFF;} .mobile-menu > li{display:block;position:relative;opacity:0;padding:1rem;background-color:#FFF;border-bottom:10px solid #f3f3f3;} .mobile-menu > li > a, .mobile-menu > li > a:not([href]):not([tabindex]){display:block;position:relative;font-size:12px;color:#6c757d;} .mobile-menu > li > a i{font-size:14px;margin-right:5px;} .mobile-menu > li.menu-item-has-children > ul{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;} .mobile-menu > li.menu-item-has-children > ul > li{width:100%;min-height:1px;padding:5px;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;text-align:center;} .mobile-menu > li.menu-item-has-children > ul > li > a{display:block;padding:8px 5px;font-size:14px;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#FFF;border:1px solid #eee;} .mobile-menu > li.menu-item-has-children > ul > li > a i{display:block;font-size:24px;border-radius:40px;margin:5px auto 5px;color:#999fa5;} .nice-mobile-overlay.open .mobile-menu > li{-webkit-animation:fadeInRight .45s ease forwards;animation:fadeInRight .45s ease forwards;-webkit-animation-delay:.45s;animation-delay:.45s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(2){-webkit-animation-delay:.5s;animation-delay:.5s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(3){-webkit-animation-delay:.55s;animation-delay:.55s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(4){-webkit-animation-delay:.60s;animation-delay:.60s;} .nice-mobile-overlay.open .mobile-menu > li:nth-of-type(5){-webkit-animation-delay:.65s;animation-delay:.65s;} .nice-mobile-overlay.open .mobile-search{-webkit-animation:fadeInRight .45s ease forwards;animation:fadeInRight .45s ease forwards;-webkit-animation-delay:.70s;animation-delay:.70s;} .nice-mobile-overlay.no-user-sign .mobile-action{top:auto;position:relative;text-align:right;right:auto;padding:1rem 0 0;} .nice-mobile-overlay.no-user-sign .mobile-action .btn{color:#999fa5!important;} @-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:767.98px){ .nice-mobile-overlay.open{opacity:1;visibility:visible;height:100%;-webkit-overflow-scrolling:touch;} } @media (min-width:768px) and (max-width:991.98px){ .nice-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;} .nice-mobile-overlay.open{opacity:1;visibility:visible;height:100%;left:0;} } /*-------------------------------------------------------------- 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:#262626;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;} .nice-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;} .nice-mobile-overlay.open{opacity:1;left:0;visibility:visible;} .nice-mobile-overlay.open .navbar-close{left:auto;bottom:auto;right:30px;top:30px;} .nice-mobile-overlay.open .navbar-close i{font-size:20px;} .nice-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.3 headroom --------------------------------------------------------------*/ .headroom{transition:transform 300ms linear;} .headroom--pinned{transform:translateY(0%);} .headroom--unpinned{transform:translateY(-100%);} .nice-header.headroom--not-top, .nice-header.headroom--bottom{position:fixed;z-index:10;right:0;left:0;top:0;} .nice-header.headroom--unpinned.headroom--bottom{transform:translateY(0%);} /*-------------------------------------------------------------- 5.0 hearder search form --------------------------------------------------------------*/ .nt_second_menu_search_anims{overflow:hidden;} .nt_second_menu_search_anims .site{margin-top:0px!important} .nice-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;overflow:visible;opacity:0;} .nice-search-inner-up{transform:translate3d(0,-100%,0);background-color:#FFF;height:33%;} .nice-search-inner-down{top:33%;height:67%;transform:translate3d(0,100%,0);background-color:#f4f4f5;} .nt_second_menu_height_100 .nice-search-inner-up{height:33%;} .nt_second_menu_height_100 .nice-search-inner-down{top:33%;height:67%;} .nice-search-inner h4{position:relative;letter-spacing:5px;} .nice-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;} .search_inner_close .btn-search-close:hover{-moz-transform:rotate(45deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(270deg)} .nt_showing_search .nice-search-inner{z-index:999;} .nt_second_menu_search_anims .search_inner_close{opacity:1} .nt_second_menu_search_anims .nice-search-inner{transform:translate3d(0,0,0);opacity:1;} .nt_second_menu_search_anims .nice-search-inner-up{top:0;} .featured-search-title, .featured-search{display:none;} .nt_second_menu_search_anims .featured-search-title{display:block;} .nt_second_menu_search_anims .featured-search{display:flex;} .featured-search .item{} .featured-search .item article{position:relative;} .featured-search .item a{display:block;} .featured-search .item .image{height:333px;background-size:cover;background-repeat:no-repeat;background-position:center;} .featured-search .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} @media (min-width:768px) and (max-width:991px){ .featured-search{width:100%;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch;} .featured-search .item{padding-left:0;padding-right:15px!important;white-space:normal;flex:1;} .featured-search .item article{width:266px;} } @media (max-width:767px){ .nice-search-inner-up{height:15%;transition:transform 0.38s;} .nt_second_menu_height_100 .nice-search-inner-up{height:15%;} .nice-search-inner .searchform input[type="text"]{padding:10px 20px;} .nice-search-inner .searchform .input-group-append .btn{border-radius:0!important;padding:15px 25px;} .nt_second_menu_search_anims .nice-search-inner-down{top:20%;height:80%;} .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 .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-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{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:40px;border:0;font-size:16px;} .owl-carousel .owl-nav button.owl-prev{left:20px;} .owl-carousel .owl-nav button.owl-next{right:20px;} .owl-carousel .owl-dots{position:absolute;text-align:center;width:100%;left:0;bottom:20px;} .owl-carousel button.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 button.owl-dot.active{height:8px;position:relative;width:20px;background-color:#FFF;} .nice-featured-posts .owl-carousel .owl-nav button.owl-next, .nice-featured-posts .owl-carousel .owl-nav button.owl-prev{background-color:transparent;margin-top:-15px;width:30px;height:30px;line-height:30px;font-size:20px;color:#d4d4d4;} .nice-featured-posts .owl-carousel .owl-nav button.owl-prev{left:-40px;} .nice-featured-posts .owl-carousel .owl-nav button.owl-next{right:-40px;} .nice-featured-posts .owl-carousel .owl-nav button:hover{color:#282828} @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;} } /*-------------------------------------------------------------- 7.1 nice-slider --------------------------------------------------------------*/ .nice-slider .item .content{background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;position:relative;height:500px;} .nice-slider .item .content h2{position:relative;} @media (max-width:767px){ .nice-slider .item .content, .nice-slider.slider-style02 .owl-carousel .content{height:257.75px;} } @media (min-width:768px) and (max-width:991px){ .nice-slider .owl-carousel .content{height:345px;} } @media (min-width:992px) and (max-width:1199.98px){ .nice-slider .owl-carousel .content{height:465px;} } @media (min-width:1921px){ .nice-slider .owl-carousel{max-width:1905px;margin:0 auto;} } /*-------------------------------------------------------------- 8.0 nice-top-content --------------------------------------------------------------*/ .nice-top-content{position:relative;overflow:hidden;padding:60px 0;min-height:266px;display:flex;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;flex-direction:column;} .nice-top-content .backdrop{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;top:-5%;left:-5%;width:110%;height:110%;-webkit-filter:blur(6px);filter:blur(6px);} .nice-top-content .name{position:relative;width:100%;z-index:2;text-align:center;} .nice-top-content .name h5 .u-cat-name{margin-left:0;} .nice-top-content .name .desc p{margin-bottom:5px;color:#d4d4d4;} .nice-top-content p.data{} .nice-top-content p.data span{margin:0 5px;} .nice-top-content p.data span i{margin-right:5px;} .auther-meta{position:relative;width:100%;} .auther-contact ul li{position:relative;text-align:center;} .auther-contact ul li a{width:30px;height:30px;line-height:30px;border-radius:50%;display:block;} .auther-contact ul li a:hover{opacity:0.66} .auther-contact ul li a.weibo{background-color:#e24040} .auther-contact ul li a.weixin{background-color:#20b767} .auther-contact ul li a.qq{background-color:#3d93e0} @media (max-width:767px){ .nice-top-content{padding:30px 0 10px 0;min-height:88px;} .nice-top-content .name{text-align:left;width:100%;} .nice-top-content .name h1, .nice-top-content .name h5{font-size:28px!important;} .nice-top-content .name .u-cat-name{margin-left:0;} .no-backdrop .name{padding-left:5px!important;} .no-backdrop .name h1, .no-backdrop .name h5, .no-backdrop .name .desc{color:#282828!important;} .no-backdrop .name .data{color:#6c757d!important;} .no-backdrop .backdrop{background:#FFF!important;background-image:none!important;} .no-backdrop > .black-gradient, .no-backdrop > .overlay{display:none;} .auther-avatar img{height:66px;width:66px;} .auther-data{background-color:#FFF;margin:0 -15px;padding:1rem 0;border-bottom:10px solid #f3f3f3;} .auther-data b{color:#282828!important;} .auther-data small{color:#d4d4d4!important;} } @media (min-width:768px) and (max-width:991px){ .nice-top-content{padding:30px 0;min-height:188px;} } /*-------------------------------------------------------------- 9.0 Stickys Post --------------------------------------------------------------*/ .stickys{position:relative;width:100%;} .stickys .container-fluid .item .image{height:400px;} .stickys .item article{position:relative;overflow:hidden;} .stickys .item .image{background-position:center;background-size:cover;position:relative;text-align:center;height:466.67px;} .stickys .row-10 .item .image{height:325.5px;} .stickys .item article .sticky{position:absolute;top:20px;left:20px;z-index:1;} .stickys .item article .sticky span{background-color:rgba(0,0,0,0.66);color:#fff;font-size:12px;line-height:1;padding:6px 12px;display:inline-block;border-radius:20px;} .stickys .item article .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} @media (max-width:767px){ .stickys{width:100%;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);padding:0 1rem;-webkit-overflow-scrolling:touch;} .stickys .item{padding-left:0;padding-right:15px!important;white-space:normal;flex:1;} .stickys .item article{width:150px;} .stickys .item article .image{height:186px;} .stickys .row-10 .item .image{height:186px;} .stickys .item article .sticky{top:10px;left:10px;} } @media (min-width:768px) and (max-width:991px){ .stickys{margin-top:20px!important;} .stickys .item{white-space:normal;} .stickys .item article .image{height:280px;} .stickys .row-10 .item .image{height:195.3px;} .stickys .item article .sticky{top:15px;left:15px;} } @media (min-width:992px) and (max-width:1199.98px){ .stickys .item .image{height:359.6px} .stickys .row-10 .item .image{height:269.7px;} } /*-------------------------------------------------------------- 10.0 Post --------------------------------------------------------------*/ .posts-list{position:relative;min-height:328px;} @media (min-width:1200px){ .nice-warp-raw .posts-list{margin-bottom:30px;} .nice-warp-raw .list-inner{margin-left:-10px;margin-right:-10px;} } /*-------------------------------------------------------------- 10.1 Post list item regular --------------------------------------------------------------*/ .item-regular .media .image{position:relative;overflow:hidden;width:300px;height:auto;max-height:225px;} .item-regular .media .image img{display:block;width:100%;height:auto;} .item-regular .media .image .original{width:auto;height:100%;max-width:none;min-width:100%;max-height:225px;} @media (max-width:767px){ .item-regular{border-bottom:1px solid #f6f6f6;} .item-regular .media{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:stretch;} .item-regular .media .image{width:160px;height:auto;max-height:120px;} .item-regular .media .image .original{max-height:116.4px;} .item-regular .media .content{display:flex;flex-direction:column;} .item-regular .media .content .title{margin-bottom:0!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .item-regular .media .content .title h2{font-size:16px!important;} .item-regular .media .content .data{margin-top:0;} .item-regular .media .content .meta span a{font-size:12px;} } @media (min-width:576px) and (max-width:767.98px){ .item-regular .media .image{max-height:126.6px;width:33%;} .item-regular .media .image .original{max-height:126.6px;} } /*-------------------------------------------------------------- 10.1 Post list item card --------------------------------------------------------------*/ .item-card .card{border-radius:0;border:0;} .item-card .card .image{position:relative;overflow:hidden;max-height:197px;} .item-card .card .image .original{width:auto;height:100%;min-width:100%;max-height:195px;max-width:none;} .item-card .card .content{padding:0;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:261px;} .item-card .card .image .qiniu, .item-card .card .image .upyun, .item-card .card .image .aliyunoss{min-height:-webkit-stretch;min-height:-moz-stretch;min-height:-moz-available;min-height:stretch;} @media (max-width:767px){ .item-card .card{margin-bottom:0;} .item-card .card .image img{position:relative;transform:none;} .item-card .card .content .meta span a{font-size:10px!important;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original, .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:258.75px;} .list-xs-6 .item-card.col-lg-4 .image, .list-xs-6 .item-card.col-lg-4 .image .original, .list-xs-6 .item-card.col-lg-3 .image, .list-xs-6 .item-card.col-lg-3 .image .original{max-height:124.1px;} } @media (min-width:576px) and (max-width:767.98px){ .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original, .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:180px;} .list-xs-6 .item-card.col-lg-4 .image, .list-xs-6 .item-card.col-lg-4 .image .original, .list-xs-6 .item-card.col-lg-3 .image, .list-xs-6 .item-card.col-lg-3 .image .original{max-height:124.1px;} } @media (min-width:768px) and (max-width:991px){ .item-card .card .image img{min-height:0;} .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:157.5px;} .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:118px;} } @media (min-width:992px){ .row-10 .item-card .card{margin-bottom:1.5rem!important;} } @media (min-width:992px) and (max-width:1199.98px){ .item-card.col-lg-4 .card .image, .item-card.col-lg-4 .card .image .original{max-height:224.2px;} .item-card.col-lg-3 .card .image, .item-card.col-lg-3 .card .image .original{max-height:163px;} } @media (min-width:1200px){ .nice-warp-raw .item-card .card{margin-bottom:25px;} .nice-warp-raw .item-card .card .image{margin-bottom:0;height:200px;} .nice-warp-raw .item-card .card .image img{min-height:200px;} .nice-warp-raw .item-topic .item{margin-bottom:25px;} } /*-------------------------------------------------------------- 11.0 post view icon --------------------------------------------------------------*/ .post-format-icon{position:absolute;z-index:2;top:50%;left:50%;font-size:20px;line-height:1;color:#FFF;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-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-format-icon .fa-play{margin-left:3px;margin-top:2px;} .image:hover .post-format-icon{color:#FFF;} .post-format-icon i{position:relative;} .post-format-icon::before{content:'';display:block;width:50px;height:50px;border-radius:100px;position:absolute;top:50%;left:50%;border:solid 1px #fff;webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(0,0,0,.33);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;} .image:hover .post-format-icon::before{background:rgba(0,0,0,.66);} @media (max-width:767px){ .post-format-icon{font-size:20px;} .post-format-icon::before{width:44px;height:44px;} } /*-------------------------------------------------------------- 11.2 ajax filter post --------------------------------------------------------------*/ .post-tipping{background-color:#f9f9f9;} .post-tipping .desc{} .post-tipping .desc p{} .post-tipping .button{} .post-tipping .supporter{} .supporter .avatar{position:relative;} .supporter .avatar + .avatar{margin-left:-.5rem;} .supporter .avatar img{border-radius:50%;width:35px;height:35px;border:2px solid #fff;} .supporter .avatar:hover, .supporter .avatar:active, .supporter .avatar.active{z-index:1;} /*-------------------------------------------------------------- 12.0 ajax filter post --------------------------------------------------------------*/ .filter-menu{} .filter-menu ul li{position:relative;} .filter-menu ul li{margin-right:10px;} .filter-menu ul li::before{background:#d7d7d7 none repeat scroll 0 0;content:"";height:15px;position:absolute;right:0;width:1px;top:40%;-webkit-transform:rotate(45deg) translate(0%,-50%);-ms-transform:rotate(45deg) translate(0%,-50%);transform:rotate(45deg) translate(0%,-40%);} .filter-menu ul li:last-child::before{display:none} .filter-menu ul li .btn{position:relative;letter-spacing:2px;margin:0 5px;font-size:16px;color:#6c757d;border-radius:0!important;-webkit-transition:all 0.22s ease-in-out;-moz-transition:all 0.22s ease-in-out;-ms-transition:all 0.22s ease-in-out;-o-transition:all 0.22s ease-in-out;transition:all 0.22s ease-in-out;} .filter-menu ul li .btn.active{color:#262626;font-size:18px;font-weight:bold;} .filter-menu ul li .btn::after{background:#000 none repeat scroll 0 0;bottom:-2px;content:"";width:4px;height:4px;left:0;margin:auto;opacity:0;position:absolute;right:0;transition:all 0.3s ease 0s;border-radius:10px;} .filter-menu ul li .btn.active::after, .filter-menu ul li .btn:hover::after{opacity:1} @media (max-width:767px){ .filter-menu{overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);} .filter-menu ul li{position:relative;margin-right:20px;} .filter-menu ul li::before{position:absolute;width:1px;height:15px;right:0;top:50%;margin-top:-3px;-webkit-transform:rotate(45deg) translate(0%,-50%);-ms-transform:rotate(45deg) translate(0%,-50%);transform:rotate(45deg) translate(0%,-50%);} .filter-menu ul li .btn{margin:5px 10px 5px 0;padding:5px 0;} .filter-menu ul li .btn::before{top:10px;right:0px;} } /*-------------------------------------------------------------- 13.0 ajax load button --------------------------------------------------------------*/ .posts-ajax-load{text-align:center;margin-top:30px;} .posts-ajax-load .btn:hover{padding-right:45px;padding-left:45px;} .posts-ajax-load .btn.loading{color:#d4d4d4!important;background-color:transparent!important;border-color:transparent!important;} .posts-ajax-load .btn.loading::after, .posts-ajax-load .btn.loading::before{background:#eee;content:"";display:inline-block;height:2px;margin:0 10px;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;} @media (max-width:767px){ .posts-ajax-load{margin-top:15px;margin-bottom:0;} .posts-ajax-load .btn{width:100%;} } /*-------------------------------------------------------------- .post-loading --------------------------------------------------------------*/ .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:#262626;-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 3px;margin:0 6px;font-size:16px;font-style:normal;color:#6c757d;} .pagination .nav-links .page-numbers.current{border-bottom:3px solid #262626;color:#262626;} .pagination .nav-links .page-numbers.dots{padding:0;} .pagination .nav-links .page-numbers:hover{color:#262626} /*-------------------------------------------------------------- 15.0 Featured Posts --------------------------------------------------------------*/ .nice-featured-posts .item .content{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;height:90.94px;display:flex;} .nice-featured-posts .item .content .image{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;} .nice-featured-posts .item .content .title{position:relative;z-index:2;} @media (min-width:992px){ .nice-featured-posts{margin-top:20px!important;} } /*-------------------------------------------------------------- 15.1 Featured Posts style02 --------------------------------------------------------------*/ .nice-featured, .nice-featured .items{position:relative} .nice-featured .items .image{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-featured .items-left .image{height:600px;} .nice-featured-style02 .items-left .image{height:500px;} /*-------------------------------------------------------------- feartured post date --------------------------------------------------------------*/ .nice-featured .items .content{position:absolute;width:100%;left:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.7) 100%);z-index:1;} .nice-featured .items-right .item .image{height:300px;} .nice-featured-style02 .items-right .item .image{height:250px;} .nice-featured .items-right .item .bg-white{background-color:transparent!important;} @media (min-width:992px) and (max-width:1199.98px){ .nice-featured .items-left .image{height:460px;} .nice-featured .items-right .item .image{height:230px;} } @media (min-width:768px) and (max-width:991.98px){ .nice-featured .items-left .image{height:320px;} .nice-featured .items-right .item .image{height:160px;} } @media (max-width:767.98px){ .nice-featured{padding:1.22rem 0;background:#f3f3f3!important;} .nice-featured .items-left .image{height:258.75px;} .nice-featured .items-right{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);} .nice-featured .items-right .item{flex:0 0 40%;max-width:40%;} .nice-featured .items-right .item .image{height:103.5px;} .nice-featured .items-right .item .overlay{display:none;} .nice-featured .items-right .item .bg-white{background-color:#fff!important;} .nice-featured .items-right .item .custom-hover::before{opacity:0;} .nice-featured .items-right .item .content{position:relative;width:100%;left:auto;bottom:auto;background:#FFF;} .nice-featured .items-right .item .content .title h2{color:#000!important;} } @media (min-width:576px) and (max-width:767.98px){ .nice-featured .items-left .image{height:382.5px;} .nice-featured .items-right .item .image{height:153px;} } /*------------------------------------------------------- 16.0 black-top nice-featured -------------------------------------------------------*/ .black-top .nice-featured{margin-top:0!important;padding:120px 0 50px 0;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#000;} .black-top .nice-featured::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 .nice-featured{padding:1.66rem 0 1rem 0;} .black-top .nice-featured::before{display:none;} } @media (min-width:768px) and (max-width:991px){ .black-top .nice-featured{padding:120px 0 30px 0;margin-top:0!important;} } /*-------------------------------------------------------------- 15.1 Cms Posts --------------------------------------------------------------*/ .nice-cms-push .cms-cover{background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-cms-push .cms-title{letter-spacing:5px;} .cms-push-liststyle01 .card{background-color:transparent;} .cms-push-liststyle01 .card .card-body{padding:0.5rem 0.75rem;background-color:#FFF;} .nice-cms-push .card{border:0;border-radius:0;} .cms-push-liststyle02 .card-img-overlay{z-index:2} .cms-push-liststyle01 .card .image{position:relative;overflow:hidden;max-height:197px;} .cms-push-liststyle01 .card .image .original{width:auto;height:100%;min-width:100%;max-height:195px;max-width:none;} .cms-push-liststyle02 .card .image{position:relative;overflow:hidden;max-height:168px;} .cms-push-liststyle02 .card .image .original{width:auto;height:100%;min-width:100%;max-height:168px;max-width:none;} @media (min-width:992px) and (max-width:1199.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:163px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:138.33px;} } @media (min-width:768px) and (max-width:991.98px){ .cms-push-liststyle01 .card .image{position:relative;overflow:hidden;max-height:117.75px;} .cms-push-liststyle01 .card .image .original{width:auto;height:100%;min-width:100%;max-height:117.75px;max-width:none;} .cms-push-liststyle02 .card .image{position:relative;overflow:hidden;max-height:168px;} .cms-push-liststyle02 .card .image .original{width:auto;height:100%;min-width:100%;max-height:168px;max-width:none;} } @media (max-width:767.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:124.1px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:165.5px;} .cms-push-liststyle01 .row-xs-15, .cms-push-liststyle02 .row-xs-15{margin-left:-7px!important;margin-right:-7px!important;} .cms-push-liststyle01 .col-6, .cms-push-liststyle02 .col-6{padding-left:7px;padding-right:7px;} } @media (min-width:576px) and (max-width:767.98px){ .cms-push-liststyle01 .card .image, .cms-push-liststyle01 .card .image .original{max-height:180px;} .cms-push-liststyle02 .card .image, .cms-push-liststyle02 .card .image .original{max-height:240px;} } /*-------------------------------------------------------------- 15.1 Cms cats --------------------------------------------------------------*/ .nice-cms-archive .item-top .meta{position:absolute;top:25px;left:25px;z-index:1;} .nice-cms-archive .item-top .content{position:absolute;width:100%;left:0;bottom:0;background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,0.7) 100%);z-index:1;} .nice-cms-archive .item-top .image{height:262.5px;background-size:cover;background-repeat:no-repeat;background-position:center;} .nice-cms-archive .item-bottom:last-child{margin-bottom:0!important;padding-bottom:0!important;} .nice-cms-archive .item-bottom .image{width:120px;height:90px;} .nice-cms-archive .item-bottom .image img{width:120px;height:90px;} .nice-cms-archive .item-bottom .image .post-format-icon{font-size:16px;} .nice-cms-archive .item-bottom .image .post-format-icon::before{width:38px;height:38px;} @media (max-width:767.98px){ } /*-------------------------------------------------------------- 15.1 Cms list --------------------------------------------------------------*/ .nice-cms-list .item .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .nice-cms-list .item .image{position:relative;height:147.66px;background-position:center;background-repeat:no-repeat;background-size:cover;} @media (min-width:992px) and (max-width:1199.98px){ .nice-cms-list .item .image{height:122.3px;} } @media (min-width:768px) and (max-width:991.98px){ .nice-cms-list .item .image{height:88.6px;} } @media (max-width:767.98px){ .nice-cms-list{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);border-top:10px solid #f3f3f3;border-bottom:10px solid #f3f3f3;} .nice-cms-list .item .image{height:166px;} .nice-cms-list .item{flex:0 0 95%;max-width:95%;padding-right:0;padding-left:10px;} .nice-cms-list .item:first-child{padding-left:15px;} .nice-cms-list .item:last-child{padding-right:15px;} } /*------------------------------------------------------- 16.0 topics -------------------------------------------------------*/ .topics{position:relative;} .topics article{position:relative;} .topics .image{display:flex;position:relative;height:340px;background-position:center;background-repeat:no-repeat;background-size:cover;} .topics .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .topics .content h2{position:relative;} .topics .content h2::after, .topics .content h2::before{content:"";position:absolute;display:inline-block;top:50%;width:13px;height:2px;background:#eee;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .topics .content h2::before{left:-26px;} .topics .content h2::after{right:-26px;} .topics a:hover .content h2::after{right:-22px;} .topics a:hover .content h2::before{left:-22px;} @media (max-width:767px){ .topics .content h2::after, .topics .content h2::before{margin:0 10px;width:10px;} .topics .image{height:258.75px;} } @media (min-width:768px) and (max-width:991px){ .topics .image{height:210px;} .topics .content h2::after, .topics .content h2::before{width:10px;} .topics .content h2::before{left:-14px;} .topics .content h2::after{right:-14px;} .topics a:hover .content h2::after{right:-14px;} .topics a:hover .content h2::before{left:-14px;} } @media (min-width:992px) and (max-width:1199.98px){ .topics .image{height:290px;} } /*-------------------------------------------------------------- 17.0 sticky topics post --------------------------------------------------------------*/ .sticky-topics{position:relative;width:100%;} .sticky-topics .item, .sticky-topics .item .content{position:relative;} .sticky-topics .item a{display:block;} .sticky-topics .item .image{position:relative;height:340px;background-position:center;background-repeat:no-repeat;background-size:cover;} .sticky-topics .item .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .sticky-topics .item .content .title{position:relative;} .sticky-topics .item .content .title::after, .sticky-topics .item .content .title::before{content:"";position:absolute;display:inline-block;top:50%;width:15px;height:2px;background:#eee;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .sticky-topics .item .title::after{right:-30px;} .sticky-topics .item .title::before{left:-30px;} .sticky-topics a:hover .content .title::after{right:-22px;} .sticky-topics a:hover .content .title::before{left:-22px;} @media (max-width:767px){ .sticky-topics{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;transform:translate3d(0,0,0);-webkit-overflow-scrolling:touch;} .sticky-topics .item{padding-left:10px;padding-right:0;flex:0 0 95%;max-width:95%;} .sticky-topics .item:first-child{padding-left:15px;} .sticky-topics .item:last-child{padding-right:15px;} .sticky-topics .item .image{height:186px;} .sticky-topics .item .image{height:249.75px;} } @media (min-width:768px) and (max-width:991px){ .sticky-topics .item .image{height:210px;} .sticky-topics .item .content .title::after, .sticky-topics .item .content .title::before{width:12px;} .sticky-topics .item .title::after{right:-20px;} .sticky-topics .item .title::before{left:-20px;} .sticky-topics a:hover .content .title::after{right:-20px;} .sticky-topics a:hover .content .title::before{left:-20px;} } @media (min-width:992px) and (max-width:1199.98px){ .sticky-topics .item .image{height:290px;} } /*-------------------------------------------------------------- 17.1 regular-topic --------------------------------------------------------------*/ .regular-topic .image{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;} .regular-topic .content{z-index:2} /*-------------------------------------------------------------- 17.2 item-topic --------------------------------------------------------------*/ .item-topic{position:relative;} .item-topic .card .image{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;max-height:none!important;} .item-topic .card .content-topic{z-index:1} /*-------------------------------------------------------------- 17.3 friendly link list page --------------------------------------------------------------*/ .friendly-link .link-items h3{position:relative;} .friendly-link .link-items .item{padding-top:15px;padding-bottom:15px;} .friendly-link .link-items .item article{position:relative;} .friendly-link .link-items .item a{display:block;height:120px;position:relative;overflow:hidden;} .friendly-link .link-items .item .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) .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) .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) .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) .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) .image{background:#c1dfc4;background:-webkit-linear-gradient(left,#c1dfc4,#deecdd);background:linear-gradient(to right,#c1dfc4,#deecdd);} .friendly-link .link-items .item .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 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 a:hover .content{width:100%;} .friendly-link .link-items .item .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 .content span{display:block;color:#FFF;} .friendly-link .link-items .item .content .name{font-size:14px;margin-bottom:5px;} .friendly-link .link-items .item .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 .link-items .item{padding-bottom:0;padding-top:5px;} .friendly-link .link-items .item a{height:90px;} .friendly-link .link-items .item .content{width:100%;} .friendly-link .link-items .item .image{filter:blur(2px);-webkit-filter:blur(2px);-moz-filter:blur(2px);-ms-filter:blur(2px);-o-filter:blur(2px);} } /*-------------------------------------------------------------- 19.0 Post --------------------------------------------------------------*/ .post-style02 .post-title .image{height:410.625px;background-size:cover;background-repeat:no-repeat;background-position:center;} .post-style05 .post-title .meta-author img{border-radius:100%;} .post-content{min-height:555px;line-height:1.8;} .post-content .btn{margin:5px 10px 5px 0;text-decoration:none!important;} .post-content p{margin-bottom:2rem;font-size:16px;line-height:1.8;word-break:break-all;color:#333} .post-content p a{text-decoration:underline;} .post-content em{font-style:italic;} .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;padding-bottom:15px;border-bottom:1px solid #F1F1F1;} .post-content h4{font-size:18px;position:relative;padding-left:20px;} .post-content h4::before{content:'';position:absolute;display:block;top:0;left:0;width:10px;height:10px;background:#212226;border-radius:20px;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0,7px);} .post-content h5{font-size:16px;} .post-content h6{font-size:13px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:30px;} .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:#6c757d;} .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;} @media (max-width:767px){ .post-style02 .post-title .image{height:194px;} .post-content{min-height:333px;} .post-content h1{font-size:22px;} .post-content h2{font-size:20px;} .post-content h3{font-size:18px;padding-bottom:10px;} .post-content h4{font-size:16px;padding-left:15px;} .post-content h4::before{width:8px;height:8px;} .post-content h5{font-size:14px;} .post-content h6{font-size:12px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:15px;} .post-content p{margin-bottom:1.25rem} } @media (min-width:768px) and (max-width:991.98px){ .post-style02 .post-title .image{height:200px;} .post-content h1{font-size:20px;} .post-content h2{font-size:18px;} .post-content h3{font-size:16px;padding-bottom:15px;} .post-content h4{font-size:16px;padding-left:15px;} .post-content h4::before{width:8px;height:8px;} .post-content h5{font-size:16px;} .post-content h6{font-size:14px;} .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{margin-bottom:20px;} } @media (min-width:992px) and (max-width:1199.98px){ .post-style02 .post-title .image{height:343.125px;} } /*-------------------------------------------------------------- 19.1 post table --------------------------------------------------------------*/ .post-content table{width:100%;} .post-content table th+th, .post-content table th+td, .post-content table td+th, .post-content table td+td{border-left:1px solid #ddd;} .post-content table > p{margin:0!important;} .post-content table td, .post-content table th{padding:0.92em;text-align:left;border:0;border-bottom:1px solid #dddddd;font-size:14px;} .post-content table tr:last-child td, .post-content table tr:last-child th{border-bottom:none;} .post-content table th, .post-content table th + th, .post-content table td + th{border-color:#343434;} .post-content table th{border-bottom:1px solid #343434;color:#d4d4d4;background-color:#1a1d24;} .post-content table td, .post-content table th + td, .post-content table td + td{color:#6c757d;border-color:rgba(237,237,237,0.64);} .post-content table>tbody>tr:nth-child(2n)>td{background-color:rgba(242,242,242,0.33);} /*-------------------------------------------------------------- 19.1 post embed --------------------------------------------------------------*/ .post-embed-item .image{width:160px;height:120px;} .post-embed-item .image img{margin:0} .post-embed-item .media{display:flex;align-items:stretch;} .post-embed-item .content{display:flex;flex-direction:column;} .post-embed-item .content .desc{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .post-embed-item .content .desc p, .post-embed-item .content .data span img{margin-bottom:0;} @media (min-width:768px) and (max-width:991px){ .post-embed-item .content .title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .post-embed-item .image{width:160px;height:120px;} } @media (max-width:767px){ .post-embed-item .image{width:120px;height:90px;} .post-embed-item .content .title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} } @media (min-width:576px) and (max-width:767.98px){ .post-embed-item .image{width:120px;height:90px;} } /*-------------------------------------------------------------- 19.2 comment embed --------------------------------------------------------------*/ .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-comment p{margin-bottom:0;font-size:14px;color:#262626;} @media (max-width:767px){ .comment-embed-item .author-avatar img{width:35px;height:35px;} } /*-------------------------------------------------------------- 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;position:relative;padding:10px 8px;margin:0 2px;line-height:1;font-size:20px;} .post-content .nav-links span::after{position:absolute;content:"";width:15px;height:3px;left:0;bottom:0;right:0;transition:all 0.3s ease 0s;background:#000;opacity:1;margin:auto;} .post-content .nav-links a{display:inline-block} .post-content .nav-links a span{font-size:14px;font-style:normal;color:#6c757d;display:block;} .post-content .nav-links a span::after{display:none;} .post-content .nav-links a .page-next:hover, .post-content .nav-links a .page-numbers:hover{color:#000} @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 --------------------------------------------------------------*/ .post-video{position:relative;padding:30px 0;background-color:#161617;} .post-video h1{font-size:26px;color:#FFF;margin-bottom:30px;} @media (max-width:767px){ .post-video .container{padding:0;} .post-video{position:relative;padding:0;background-color:transparent;} } /*-------------------------------------------------------------- 19.4 footer related posts --------------------------------------------------------------*/ .nice-footer-related-posts{background-color:#f9f9f9;} .nice-footer-related-posts .related-title{letter-spacing:5px;} .nice-footer-related-posts .related-inner .item article{position:relative;overflow:hidden;} .nice-footer-related-posts .related-inner .item article a{display:block;} .nice-footer-related-posts .related-inner .item article .image{background-position:center;background-size:cover;position:relative;text-align:center;height:196.9px;transition:transform 0.3s ease-out;} .nice-footer-related-posts .related-inner .item article a:hover .image{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);} .nice-footer-related-posts .related-inner .item article .content{background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));position:absolute;right:0;bottom:0;left:0;z-index:1;} .nice-footer-related-posts .related-inner .item article .content .data span{display:inline-block;} .nice-footer-related-posts .related-inner .item article .content .data span i{margin-right:5px} @media (max-width:767px){ .nice-footer-related-posts .related-inner .item article .image{height:258.75px;} } @media (min-width:576px) and (max-width:767.98px){ .nice-footer-related-posts .related-inner .item article .image{height:180px;} } @media (min-width:768px) and (max-width:991px){ .nice-footer-related-posts .related-inner .item article .image{height:195.3px;} } /*-------------------------------------------------------------- 19.5 footer post dock --------------------------------------------------------------*/ .nice-footer-post-dock{transition:transform 300ms linear;position:fixed;z-index:10;right:0;left:0;bottom:0;padding:28px 0 25px;background-color:#FFF;border-top:1px solid #f1ecec;-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);display:flex;} .nice-footer-post-dock .container{display:flex;} .postdock-pinned{transform:translateY(100%);} .postdock-unpinned{transform:translateY(0);} .postdock-unpinned.postdock-bottom{transform:translateY(100%);} .dock-post-title{align-items:center;} .dock-post-title h2{font-size:16px;} .dock-data{align-items:center;} .dock-data .item{position:relative;display:inline-block;font-size:18px;margin-left:25px;} .dock-data .item small{display:inline-block;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);font-size:12px;letter-spacing:0.05em;} .dock-data .item a{font-size:16px;} .dock-data .item a i{margin-right:.25rem;} .dock-data .item a.current .count{color:#f56559} @media (max-width:767px){ .nice-footer-post-dock{padding:0;background-color:transparent;border:0;box-shadow:none;} .nice-footer-post-dock .container{margin:15px auto;width:100%;} .dock-data{text-align:center;border:1px solid #F1F1F1;border-radius:2px;background-color:#FFF;padding:1rem 0;box-shadow:0 25px 150px -15px rgba(7,1,27,0.33);width:100%;flex:none;} .dock-data .item{font-size:16px;flex:1;margin-left:0;} .dock-data .item .icon{display:block;} .dock-data .item{display:flex;justify-content:center;} .dock-data .item .icon, .dock-data .item a{font-size:18px;display:block;} .dock-data .item a i{margin:0 auto;} .dock-data .item small{transform:none;display:block;font-size:10px;margin-top:5px} } @media (min-width:768px) and (max-width:991px){ .nice-footer-post-dock{padding:0;background-color:transparent;border:0;box-shadow:none;} .nice-footer-post-dock .container{margin:15px auto;width:100%;} .dock-data{text-align:center;border:1px solid #F1F1F1;border-radius:2px;background-color:#FFF;padding:1rem 0;box-shadow:0 25px 150px -15px rgba(7,1,27,0.33);width:100%;flex:none;} .dock-data .item{font-size:16px;flex:1;margin-left:0;} .dock-data .item .icon{display:block;} .dock-data .item .icon, .dock-data .item, .dock-data .item a{font-size:18px;} .dock-data .item a i{margin:0 auto;} .dock-data .item small{transform:none;display:block;font-size:10px;margin-top:5px} } /*-------------------------------------------------------------- 19.6 post download parts --------------------------------------------------------------*/ .post-download-parts{padding:35px;margin:15px 0 25px;display:flex;width:100%;background-color:rgba(10,0,0,0.03);} .post-download-parts .content{display:flex;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:20px;width:78%;} .post-download-parts .name{margin:0 0 10px;padding:0;} .post-download-parts .name i{margin-right:5px;color:#6c757d;} .post-download-parts .name::before{display:none;} .post-download-parts .name small{font-size:12px;} .post-download-parts .name small i{margin-right:2px;} .post-download-parts .desc p{font-size:14px;margin-bottom:0;} .post-download-parts .desc p.tip{color:#f66;margin-top:10px;} .post-download-parts .btns{margin-top:0;display:flex;position:relative;width:22%;text-align:right;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center;} .post-download-parts .btns p{margin:0;line-height:1.6;} .post-download-parts .btns .tip{color:#F66;} .post-download-parts .btns .btn{max-width:135px;width:100%;margin-bottom:10px;padding:14px 5px;} .post-download-parts.center{padding:50px 35px;display:block;text-align:center;} .post-download-parts.center .content{display:block;flex-direction:inherit;-webkit-box-flex:inherit;-ms-flex:none;flex:none;padding-right:0;width:100%;margin-bottom:15px;} .post-download-parts.center .btns{display:block;width:100%;text-align:center;flex-wrap:inherit;justify-content:inherit;align-content:inherit;align-items:inherit;} .post-download-parts.center .btns .mail-inner{width:60%;margin:0 auto;position:relative;text-align:left;} .post-download-parts.center .btns .mail-inner .form-control{width:65%;display:inline-block;border-color:#262626;background-color:#f8f8f8;} .post-download-parts.center .btns .mail-inner .btn{position:absolute;top:0;right:0;margin:0;height:100%;} @media (max-width:767px){ .post-download-parts{flex-direction:column;padding:30px 20px;} .post-download-parts .content{width:100%;padding-right:0;text-align:center;margin-bottom:20px;} .post-download-parts .btns{width:100%;flex-direction:column;} .post-download-parts .btns .btn{max-width:none;width:auto;margin-bottom:10px;padding:12px 20px;} .post-download-parts.center{padding:40px 20px;} .post-download-parts.center .btns .mail-inner{width:100%;} .post-download-parts.center .btns .mail-inner .form-control{width:100%;} .post-download-parts.center .btns .mail-inner .btn{max-width:none;} } /*-------------------------------------------------------------- 20.0 post cover --------------------------------------------------------------*/ .post-cover{display:flex;position:relative;height:624px;align-content:center;align-items:center;justify-content:center;} @media (min-width:992px) and (max-width:1199.98px){ .post-cover{height:465px;} } @media (min-width:768px) and (max-width:991px){ .post-cover{height:350px;} } @media (max-width:767px){ .post-cover{height:250px;} } .post-cover{overflow:hidden;} .post-cover .image{position:absolute;top:0%;left:0%;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;max-width:none;} .post-cover .content{position:relative;z-index:2;display:flex;flex-wrap:wrap;text-align:center;} .post-cover .content h1{color:#fff;} .post-cover .content h1 a{color:#e8e8e8;font-size:14px;display:block;} .post-cover .content .u-cat-name{display:inline-block;} .post-cover .content .u-cat-name a{display:block;} .post-style03 .post-cover{align-content:flex-end;align-items:flex-end;height:576px;} .post-style03 .post-cover .content{text-align:left;flex-direction:column;} .post-style03 .post-cover .content .data{position:relative;bottom:auto;left:auto;right:auto;text-align:left;padding:0;align-items:center;} .image-blur .image{position:absolute;top:-5%;left:-5%;width:110%;height:110%;-webkit-filter:blur(3px);filter:blur(3px);} .image-blur:hover .image{-webkit-filter:blur(0);filter:blur(0);} @media (max-width:767px){ .post-style01 .post-cover{height:333px;} .post-style01 .post-cover .content{display:block;} .post-style02 .post-cover .image{height:266px;} .post-style03 .post-cover{overflow:inherit;display:block;height:auto;background:#000000;background:-webkit-linear-gradient(left,#434343,#000000);background:linear-gradient(to right,#434343,#000000);} .post-style03 .post-cover::before{display:none;} .post-style03 .post-cover .image{position:relative;height:211px;width:100%;top:0;left:0;-webkit-filter:none;filter:none;} .post-style03 .post-cover .content{display:block;} .post-style03 .post-cover .data{padding:10px;position:relative;bottom:auto;left:auto;right:auto;} .post-style03 .post-cover{align-content:center;align-items:center;background:#FFF;} .post-style03 .post-cover .overlay{opacity:0;} .post-style03 .post-cover .content h1{color:#262626} .post-style03 .post-cover .data span, .post-style03 .post-cover .data span a{color:#6c757d;} } @media (min-width:768px) and (max-width:991.98px){ .post-style03 .post-cover{height:432px;} } /*-------------------------------------------------------------- 21.0 post data --------------------------------------------------------------*/ .data{position:relative;word-wrap:break-word;} .data span{position:relative;padding-left:20px;display:inline-block;} .data span::before{content:'';position:absolute;width:4px;height:4px;background:#d4d4d4;top:50%;left:0;-ms-transform:translate(8px,-50%);transform:translate(8px,-50%);border-radius:10px;} .data span:first-child, .data .u-name{padding-left:0px;} .data span:first-child::before, .data .u-name::before{display:none;} .data span .icon{margin-right:5px;} .data .u-avatar{position:relative;overflow:hidden;border-radius:50%;border:1px solid rgba(255,255,255,0.31);-ms-flex-negative:0;flex-shrink:0;} .data .u-avatar img{-ms-flex-negative:0!important;flex-shrink:0!important;} .data .text-nowrap span{margin-left:10px;} .data .text-nowrap span:first-child{margin-left:0;} .dataStyle02 .text-nowrap span{margin-left:0;} .dataStyle02 .text-nowrap span.u-like a.current{color:#f56559} .dataStyle02 .text-nowrap span i{margin-right:.25rem} .dataStyle02 .text-nowrap span{position:relative;display:inline-block;font-size:18px;margin-left:25px;} .dataStyle02 .text-nowrap span small{display:inline-block;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);font-size:12px;letter-spacing:0.05em;} .post-cover .data{position:absolute;bottom:0;left:0;right:0;padding:20px;font-size:14px;text-align:center;z-index:2;} @media (max-width:767px){ .data span .icon{margin-right:2px;} .post-title .data .u-avatar img{width:30px;height:30px;} } /*-------------------------------------------------------------- 21.1 post cover data --------------------------------------------------------------*/ .post-cover .data span{font-size:14px;} .post-cover .data span, .post-cover .data span a{color:#FFF;} .post-cover .data span:first-child{padding-left:0;} .post-cover .data span:first-child::before{display:none;} .post-cover .data .u-avatar img{border-color:rgba(185,184,184,0.25);} .nodots.data span::before{display:none;} .nodots.data span{padding-left:0} @media (max-width:767px){ .post-cover .data{padding:15px 10px;} .post-cover .data span.u-avatar img{width:25px;height:25px;border-width:1px;} } /*-------------------------------------------------------------- 22.0 post action --------------------------------------------------------------*/ .post-action .btn-bigger-cover{margin-left:20px;} .post-action .btn-like.current{color:#f56559} .video-action .u-data{display:inline-block;margin-right:10px;font-size:14px;} .video-action .u-data .count{font-size:14px;} .video-action .video-like{display:inline-block} /*-------------------------------------------------------------- 23.0 post footer --------------------------------------------------------------*/ .post-footer{position:relative;} /*-------------------------------------------------------------- 24.0 post tags --------------------------------------------------------------*/ .post-tags{position:relative;color:#6c757d;font-size:14px;} .post-tags a{color:#6c757d;font-size:14px;margin-right:5px;} .post-tags a:hover{color:#000;} /*-------------------------------------------------------------- 25.0 post author --------------------------------------------------------------*/ .post-author{position:relative;border:1px solid #eee;} .post-author .author-avatar img{display:inline-block;width:65px;height:65px;border-radius:50%;border:2px solid #f9f9f9;} .author-info{position:relative;} .author-info .desc{margin-top:10px;} .author-info .links{margin-top:5px;} .author-info .links li{position:relative;display:inline-block} .author-info .links a.btn-author-sns{display:inline-block;opacity:.6;} .author-info .links a.btn-author-sns:hover{opacity:1} .author-info .links li .fa-weibo{color:#e24040;border-color:#e68686;} .author-info .links li .fa-weixin{color:#20b767;border-color:#70c196;} .author-info .links li .fa-qq{color:#3d93e0;border-color:#87b9e6;} .author-info .links li .fa-fackbook{color:#395796;border-color:#707f9e;} .author-info .links li .fa-twitter{color:#1ea1f3;border-color:#74beec;} .post-footer .social li a.weibo:hover{color:#FFF;background-color:#e24040;border-color:#e24040;} @media (max-width:767px){ .post-declare{text-align:center;} .post-author{align-items:center;-ms-flex-direction:column!important;flex-direction:column!important;-ms-flex-pack:center!important;justify-content:center!important;} .post-author .author-avatar{margin-right:0!important;margin-bottom:10px;} .post-author .author-info{text-align:center;} .post-author .author-avatar img{width:55px;height:55px;} .post-author .author-info .desc p{font-size:12px;} } /*-------------------------------------------------------------- 26.1 post social style01 --------------------------------------------------------------*/ .post-footer .social li{display:inline-block;margin-left:5px;} .post-footer .social li a{font-size:16px;display:block;color:#6c757d;width:40px;height:40px;line-height:38px;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;} .post-footer .social li a.weibo:hover{color:#FFF;background-color:#e24040;border-color:#e24040;} .post-footer .social li a.weixin:hover{color:#FFF;background-color:#20b767;border-color:#20b767;} .post-footer .social li a.qq:hover{color:#FFF;background-color:#3d93e0;border-color:#3d93e0;} .post-footer .social li a.fackbook:hover{color:#FFF;background-color:#395796;border-color:#395796;} .post-footer .social li a.twitter:hover{color:#FFF;background-color:#1ea1f3;border-color:#1ea1f3;} /*-------------------------------------------------------------- 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:-1;opacity:0;visibility:hidden;} .dialog_overlay{position:fixed;background:rgba(55,58,71,0.9);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden;pointer-events:auto;z-index:1111;} .dialog-content{width:50%;max-width:560px;min-width:290px;background:#fff;padding:4em;text-align:center;position:relative;border-radius:.25em;} .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;font-size:24px;color:#d4d4d4;display:inline-block;cursor:pointer;-webkit-transform:translate(0%,150%);-ms-transform:translate(0%,150%);transform:translate(-14px,150%);bottom:0;left:50%;line-height:1;} .dialog-suxing.open{z-index:1112;opacity:1;visibility:initial;} .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;} @-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);} } /*dialog-bigger-cover*/ .dialog-bigger-cover{max-width:666px;width:100%;padding:0;} .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 #eee;} .dialog-bigger-cover .bigger-share{transition:all .3s;} .dialog-bigger-cover .bigger-share h3{font-size:16px;margin-bottom:30px;} .dialog-bigger-cover .bigger-share a.bigger_down, .dialog-bigger-cover .bigger-share a.bigger_share{max-width:188px;display:inline-block;} .dialog-bigger-cover .bigger-share a.bigger_share.weibo{background-color:#e24040!important;color:#FFF!important;border-color:#e24040!important;} .dialog-bigger-cover .bigger-share a.bigger_share.facebook{background-color:#395796!important;color:#FFF!important;border-color:#395796!important;} .dialog-bigger-cover .bigger-share a.bigger_share.twitter{background-color:#1ea1f3!important;color:#FFF!important;border-color:#1ea1f3!important;} .dialog-bigger-cover .bigger-share a.bigger_share:hover{opacity:.88} @media (max-width:767px){ .dialog-bigger-cover{width:66.66%;min-width:auto;padding:0 0 55px;} .dialog-bigger-cover .text-weixin{position:absolute;width:100%;left:0;top:-40px;font-size:24px;color:#FFF;} .dialog-bigger-cover .text-weixin p{color:#FFF;} .dialog-bigger-cover .btn-close{font-size:28px;} .dialog-bigger-cover .btn-close i{cursor:pointer;} .dialog-bigger-cover .bigger-image img{border:0;} .dialog-bigger-cover .action-share{position:absolute;bottom:0;left:0;width:100%;height:55px;line-height:55px;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);} .dialog-bigger-cover .action-share .btn-open-share, .dialog-bigger-cover .action-share .btn-close-share{padding:10px 16px;border:0;background-color:transparent;line-height:1;font-size:16px;} .dialog-bigger-cover .action-share .btn-close-share{display:none;} .dialog-bigger-cover .bigger-share{z-index:-1;position:absolute;top:0;bottom:0;left:0;width:100%;} .dialog-bigger-cover .bigger-share.open{background:rgba(255,255,255,0.88);z-index:2;} .dialog-bigger-cover .bigger-share.open h3{color:#FFF;font-size:16px;} .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);} } } @media (min-width:576px) and (max-width:767.98px){ .dialog-bigger-cover{width:66%;max-width:none;padding:1rem;} .dialog-bigger-cover .bigger-image{min-height:0;} .dialog-bigger-cover .bigger-image img{border:1px solid #eee;} .dialog-bigger-cover .bigger-share{z-index:1;position:relative;top:auto;bottom:auto;left:auto;width:auto;} .dialog-bigger-cover .bigger-share .share-btns{opacity:1;padding-left:1rem!important;} .dialog-bigger-cover .bigger-share a.bigger_down, .dialog-bigger-cover .bigger-share a.bigger_share{max-width:none;padding:.5rem;} } /*-------------------------------------------------------------- 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.next{text-align:right;padding-right:60px;} .post-navigation a.next i{position:absolute;right:20px;top:2px;font-size:20px;color:#d4d4d4;-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:2px;font-size:20px;color:#d4d4d4;-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;} /*-------------------------------------------------------------- 27.1 navigation with images --------------------------------------------------------------*/ .post-navigation-with-image .item .image{position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;height:133px;} .post-navigation-with-image .item .content{z-index:2;position:absolute;left:0;top:0;width:100%;height:100%;} /*--------------------------------- 28.0 post mobile style --------------------------------- */ @media (max-width:767px){ .post-title{margin-bottom:20px;} .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-footer{text-align:center;} .post-footer .text-nowrap{width:100%;} .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:#d4d4d4;} .video-action .btn-like{color:#262626;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 span{color:#6c757d;font-size:12px;} .breadcrumbs span.sep{margin:0 5px;font-size:14px;} .breadcrumbs span.current{color:#d4d4d4;} /*-------------------------------------------------------------- 31.0 Widgets --------------------------------------------------------------*/ .nice-sidebar{padding-left:40px;} .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:14px;text-transform:uppercase;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;} @media (min-width:768px) and (max-width:991px){ .nice-sidebar{padding-left:15px;} } /*-------------------------------------------------------------- 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:#d4d4d4} /*-------------------------------------------------------------- 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;} /*-------------------------------------------------------------- 34.0 tag cloud widget --------------------------------------------------------------*/ .widget_tag_cloud .tagcloud a{font-size:14px!important;line-height:1.4;text-transform:uppercase;padding:3px 10px;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:#999fa5;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:#262626;-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 images 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:#d4d4d4;} .widget_rss ul li .rssSummary{font-size:12px;margin-top:5px;color:#6c757d;} .widget_rss ul li cite{font-size:12px;font-style:normal;color:#d4d4d4;} /*-------------------------------------------------------------- 41.0 archive widget --------------------------------------------------------------*/ .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.styel01 li{text-transform:uppercase;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;border-bottom:1px solid #f5f5f5;padding:15px 0;} .widget_top_entries ul.styel01 li:last-child{border-bottom:0;} .widget_top_entries ul.styel01 li a{display:flex;width:100%;} .widget_top_entries ul.styel01 li a.custom-hover::before{display:none;} .widget_top_entries ul.styel01 li .image{width:120px;height:90px;display:flex;position:relative;overflow:hidden;} .widget_top_entries ul.styel01 li .image img{width:120px;height:90px;} .widget_top_entries ul.styel01 li .content{display:flex;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 15px 0 0;} .widget_top_entries ul.styel01 li .content .title{margin-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;} .widget_top_entries ul.styel01 li .content .meta{color:#999fa5!important;font-size:12px;} .widget_top_entries ul.styel02 li{position:relative;border:0;padding:0;margin-bottom:15px;} .widget_top_entries ul.styel02 li .image{width:100%;height:140px;position:relative;overflow:hidden;} .widget_top_entries ul.styel02 li .image img{width:100%;height:auto;min-height:140px;} .widget_top_entries ul.styel02 li .content{position:absolute;text-align:center;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:20px;} .widget_top_entries ul.styel02 li .content .title{margin-top:5px;margin-bottom:5px;} .widget_top_entries ul.styel02 li .content .title h4{color:#FFF;} @media (min-width:768px) and (max-width:991px){ .widget_top_entries ul.styel01 li .image, .widget_top_entries ul.styel01 li .image img{width:80px;height:60px;} .widget_top_entries ul.styel02 li .content{padding:10px;} .widget_top_entries ul.styel02 li .image{height:111px;} } /*------------------------------------------------------- 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-bottom:10px;padding-top:10px;} .widget_related_posts ul li a{display:block;} .widget_related_posts ul li .content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;} .widget_related_posts ul li .image{height:150px;background-position:center;background-size:cover;background-repeat:no-repeat;} @media (min-width:992px) and (max-width:1199.98px){ .widget_related_posts ul li .image{height:122px;} } @media (min-width:768px) and (max-width:991px){ .widget_related_posts ul li .image{height:111px;} } /*------------------------------------------------------- 44.0 Comments -------------------------------------------------------*/ .comment-list .comment-respond{margin-top:30px;position:relative;padding:0 0 35px 0;} .comment-list .comment-respond::before{content:'';width:0;height:0;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #f5f6f7;position:absolute;left:28px;top:-39px;} .comment-list .comment-respond::after{content:'';display:block;width:0;height:0;border-width:0 8px 8px;border-style:solid;border-color:transparent transparent #FFF;position:absolute;left:28px;top:-38px;} .nice-comments h4{letter-spacing:5px;} .nice-comments h4 small{letter-spacing:normal;} .comment{position:relative;} .comment:last-child{ /* border-bottom: 0; */} .comment .children{padding-left:66px;margin-bottom:22px;} .comment .children .children{padding-left:0;padding-bottom:0;} .comment .children .comment{border-bottom:0;margin-bottom:0;padding:0;} .comment .children .comment-text{padding-top:0;} .comment .children .load-more-comment{display:inline-block;position:absolute;bottom:5px;left:0;width:100%;text-align:center;z-index:1;} .comment .children .load-more-comment button{background:#FFF;border:1px solid #eee;border-radius:20px;font-size:12px;line-height:1;padding:7px 18px;} .comment-body{position:relative;} .parent .comment-body{padding-bottom:35px;} .children .comment-body{} .children .comment-avatar-author .avatar{width:36px;height:36px;-ms-flex-negative:0!important;flex-shrink:0!important;} .comment-text{padding-top:5px;border-bottom:1px solid #f5f6f7;margin-bottom:20px;padding-bottom:20px;} .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-author .avatar{border-radius:50%;border:1px solid #eaeaea;} .comment-author{position:relative;} .comment-author span{display:inline-block;font-size:12px;margin-left:5px} .comment-meta .comment-date, .comment-meta .like, .comment-meta .fuck, .comment-meta .comment-reply-link{display:inline-block;} .comment-meta .like.current{color:#F66!important;} .comment-meta .fuck.current{color:#639e71!important;} @media only screen and (max-width:767px){ .comment{ /* margin-top: 25px; */} .comment-text{padding-top:0;} .comment-body{padding-bottom:5px;} .comment-avatar-author .avatar{width:40px;height:40px;} .comment .children{padding-left:11px;} .comment .children .load-more-comment{bottom:10px;} .children .comment-avatar-author .avatar{width:30px;height:30px;} } /*------------------------------------------------------- 44.1 Comment Form -------------------------------------------------------*/ .comment-from-author{} .comment-textarea{position:relative;background-color:#f9f9f9;border:0;border-radius:0;padding:0;} .comment-author-info{padding-top:5px;padding-bottom:15px;} .comment-from-author .form-submit small{font-size:12px;color:#d4d4d4;margin-left:10px;display:inline-block;} .comment-form-info .form-control{background-color:#f9f9f9;border:0;border-radius:0;} .comment-form-text{position:relative;} .comment-form-text textarea{height:100px;margin-bottom:0;padding:10px;border:0;background-color:#f9f9f9;} .comment-form-text .comment-action-bar{position:relative;} .comment-form-text .comment-action-bar .btn{padding:5px 0 10px 20px;} .comment-form-text .comment-action-bar .insert_emoji{display:inline-block;} .comment-form-text .comment-action-bar .insert_emoji img.emoji{height:25px!important;width:25px!important;margin:0 3px!important;display:block!important;} .comment-from-author .form-submit .btn-secondary{ /* margin-right:10px; */} @media (min-width:768px) and (max-width:991px){ .comment-form-url:last-child{margin-top:10px;} } @media (max-width:767px){ .nice-comments{margin-top:0;padding:20px 0;} .nice-comments h4{margin-bottom:20px;} .comment-from-author{margin:0;} .comment-author-info{} .comment-form-text .comment-action-bar .insert_emoji img.emoji{height:32px!important;width:32px!important;} .comment-from-author .form-submit .btn{width:100%;} .form-submit .btn-secondary{width:100%;} } /*------------------------------------------------------------- 44.2 captcha -------------------------------------------------------------*/ .form-captcha{display:none;} .form-captcha-code{display:none;position:relative;} .form-captcha-code .captcha-image img{} .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 #6c757d;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:#6c757d;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;} .input-switch .input-checkbox{position:absolute;visibility:hidden;width:0;height:0;} .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;} /*------------------------------------------------------------- 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: images -------------------------------------------------------------*/ /* 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-gallery{position:relative;margin-bottom:30px;} .post-gallery .owl-item .item{position:relative;overflow:hidden;height:auto;} .post-gallery .owl-item .item a{display:block;} .post-gallery .owl-item .item .image{display:block;height:618.75px;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-gallery .owl-item .item .overlay{opacity:0;} .post-gallery .owl-item .item img{display:none;} .post-gallery .owl-item .item:hover .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-gallery .owl-item .item:hover .overlay{filter:alpha(opacity=40);opacity:0.4;} /* expand icon */ .post-gallery .owl-item .item:hover .post-expand-icon{top:10px;filter:alpha(opacity=100);opacity:1;} .post-gallery .owl-prev, .post-gallery .owl-next{line-height:38px;} @media (min-width:992px) and (max-width:1199.98px){ .post-gallery .owl-item .item .image{height:523px;} } @media (min-width:768px) and (max-width:991.98px){ .post-gallery .owl-item .item .image{height:388px;} } @media (max-width:767.98px){ .post-gallery .owl-item .item .image{height:194px;} } @media (min-width:576px) and (max-width:767.98px){ .post-gallery .owl-item .item .image{height:286.87px;} } /*-------------------------------------------------------------- 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:transparent;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;border:1px solid #F1F1F1;box-shadow:0 25px 150px -10px rgba(7,1,27,0.33);border-radius:2px;margin:20px;} .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:90%;max-width:none;min-width:190px;background:#FFF;padding:1.2em 2em;text-align:center;position:relative;z-index:5;opacity:0;margin:20px;} } @-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 --------------------------------------------------------------*/ .nice-footer{padding:30px 0;border-top:1px solid #f5f5f5;} .nice-footer .hr-short:before{width:33px;margin:1.5rem 0;} .footer-menu ul li{display:inline-block;position:relative;} .footer-menu ul li{ /* margin-right: 10px; */} .footer-menu ul li::before{content:'';position:absolute;width:4px;height:4px;background:#d4d4d4;top:50%;left:-10px;-ms-transform:translate(8px,-50%);transform:translate(8px,-50%);border-radius:10px;} .footer-menu ul li:first-child::before{display:none} .footer-menu ul li a{padding:0 .75rem;font-size:14px;} .footer-menu ul li a:hover{opacity:.66} .footer-social a{width:40px;height:40px;line-height:40px;border-radius:50%;text-align:center;margin:0 .2rem 0;background-color:#f5f5f5;} .footer-social a:hover{background-color:#282828;color:#FFF!important;} @media (max-width:767.98px){ } @media (min-width:768px) and (max-width:991.98px){ } /*-------------------------------------------------------------- 49.1 Footer: 2 :: Widget Setting --------------------------------------------------------------*/ .footer-style-2{position:relative;padding-top:55px;padding-bottom:0px;background-color:#f5f5f5;} .footer-style-2 .container{padding-right:20px;padding-left:20px;} .footer-top{border-bottom:1px solid #ececec;padding-bottom:30px;} .footer-style-2 .widget-title{position:relative;font-size:14px;text-transform:uppercase;color:#000;letter-spacing:5px;padding-bottom:20px;margin-bottom:30px;} .footer-style-2 .widget-title::before{content:'';display:block;position:absolute;width:30px;height:2px;bottom:0;background:#131313;} .footer-style-2 .footer-widget-text .text-widget p{font-size:13px;} .footer-style-2 .footer-widget-categories ul{padding-left:0;} .footer-style-2 .footer-widget-categories ul li{display:inline-block;margin:0 15px 10px 0;} .footer-style-2 .footer-widget-categories ul li a{display:block;font-size:13px;text-decoration:none;text-transform:capitalize;} .footer-style-2 .footer-widget-links ul{padding-left:0;} .footer-style-2 .footer-widget-links ul li{display:inline-block;margin:0 15px 10px 0;} .footer-style-2 .footer-widget-links ul li a{display:block;font-size:13px;text-decoration:none;text-transform:capitalize;} .footer-style-2 .footer-widget-social li{width:auto;display:inline-block;margin:0 25px 0 0;} .footer-style-2 .footer-copyright{padding-top:30px;padding-bottom:30px;} .footer-style-2 .footer-copyright p{font-size:12px;} .footer-style-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:#181818;} .footer-black .widget-title::before{background-color:#d4d4d4;} .footer-black .widget-title, .footer-black .footer-widget a:hover{color:#FFF;} .footer-black .footer-widget a, .footer-black .footer-widget p{color:#d4d4d4} @media (min-width:768px) and (max-width:991px){ .footer-style-2 .footer-widget{margin-bottom:30px;} } @media (max-width:767px){ .footer-style-2{padding:30px 0 0;} .footer-style-2 .widget-title{padding-bottom:0;margin-bottom:10px;} .footer-style-2 .widget-title::before{bottom:0;height:0;} .footer-style-2 .footer-widget-text{margin-bottom:0;} } /*-------------------------------------------------------------- 50.0 ADs --------------------------------------------------------------*/ .nice-sales, .grid-sales{position:relative;} .nice-sales a, .grid-sales a{display:block;} .nice-sales .card, .grid-sales .card{width:100%;overflow:hidden;} .nice-sales img, .grid-sales img{width:100%;height:auto;} .nice-sales span, .grid-sales span{position:absolute;left:20px;bottom:20px;font-size:12px;color:#d4d4d4;} .post-sales{margin-top:40px;} @media (max-width:767px){ .item-card .card.list-sales{margin:0;border-top:5px solid #f6f6f6;} .item-card .card.nice-sales{margin-bottom:0;} .list-sales{margin-bottom:0!important;} .post-sales{margin-top:20px;} .nice-sales span{left:10px;bottom:10px;} } /*-------------------------------------------------------------- 25.0 tipping-content --------------------------------------------------------------*/ .tipping-content .meta-author img{border-radius:50%;} .btn-payment{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain;} .btn-alipay{background-image:url('../assets/images/alipay.svg')} .btn-weixin{background-image:url('../assets/images/weixin.svg');} /*-------------------------------------------------------------- 25.0 mobile-user-meta --------------------------------------------------------------*/ .mobile-usernav{position:relative;} .cosy-user-cover{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%;top:0;left:0;} .cosy-user-avatar{border:2px solid rgba(255,255,255,0.16);} .cosy-user-data{border-bottom:10px solid #f3f3f3;} /*------------------------------------------------------------- post grid hover -------------------------------------------------------------*/ .grid-hover .item-card .card{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;} .grid-hover .item-card .card:hover{box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-webkit-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-moz-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);} .grid-hover .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat.grid-hover .item-card .card .content{padding:.5rem 1rem 1rem;} @media (min-width:768px) and (max-width:991.98px){ .stickys .item.grid-hover article .content{padding:1rem;} .grid-hover .card .content{padding:0 .8rem .8rem;} } @media (max-width:767.98px){ .grid-hover .item-card .card{-webkit-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);-moz-box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);box-shadow:0px 11px 122px -15px rgba(11,10,39,0.22);} .grid-hover .nice-featured-posts .owl-carousel{box-shadow:none;} .grid-hover .item-card .card .content{padding:0 1rem 1rem;} } /*------------------------------------------------------------- post grid radius -------------------------------------------------------------*/ .grid-radius .btn{-moz-border-radius:6rem; /* Firefox */-webkit-border-radius:6rem; /* Safari and Chrome */border-radius:6rem; /* Opera 10.5+*/} .grid-radius .featured-search .item .custom-hover, .grid-radius .nice-featured-posts .item .custom-hover, .grid-radius .nice-slider.slider-style02 .item .content, .grid-radius .post-gallery .owl-item .item .popup-link, .grid-radius .post-embed-item .custom-hover, .grid-radius.post-style01 .post-cover, .grid-radius.post-style02 .post-title .image, .grid-radius .widget_related_posts .item .custom-hover, .grid-radius .widget_top_entries .styel02 .item .custom-hover, .grid-radius .widget_top_entries .styel01 .item .image, .grid-radius .nice-footer-related-posts .item .custom-hover, .grid-radius .post-tipping, .grid-radius .post-author, .grid-radius .post-navigation-with-image .item .custom-hover, .grid-radius .stickys .item .custom-hover, .grid-radius .topics .custom-hover, .grid-radius .sticky-topics .item .custom-hover, .grid-radius .nice-cms-list .item .custom-hover, .grid-radius .nice-cms-push .card, .grid-radius .cms-push-liststyle02 .card .custom-hover, .grid-radius .item-regular .custom-hover, .grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover, .grid-border.grid-radius .item-card .card, .grid-radius .grid-sales img{-moz-border-radius:.66rem; /* Firefox */-webkit-border-radius:.66rem; /* Safari and Chrome */border-radius:.66rem; /* Opera 10.5+*/overflow:hidden;} .grid-radius .cms-push-liststyle01 .card .custom-hover, .grid-border.grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover .custom-hover{border-top-right-radius:.66rem;border-top-left-radius:.66rem;border-bottom-right-radius:0;border-bottom-left-radius:0;} .grid-radius .item-topic .card .custom-hover, .grid-radius .item-topic .card:hover .custom-hover, .grid-hover.grid-radius .item-topic .card .custom-hover, .grid-hover.grid-radius .item-topic .card:hover .custom-hover{-moz-border-radius:.66rem; /* Firefox */-webkit-border-radius:.66rem; /* Safari and Chrome */border-radius:.66rem; /* Opera 10.5+*/} .grid-radius .form-control{-moz-border-radius:.25rem; /* Firefox */-webkit-border-radius:.25rem; /* Safari and Chrome */border-radius:.25rem; /* Opera 10.5+*/} .grid-radius .input-group .btn{border-top-right-radius:.25rem;border-top-left-radius:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:0;} .grid-radius .item-card .card .content{padding:0 .5rem 0;} .grid-hover.grid-radius .item-card .card .content{padding:0 1rem 1rem;} @media (max-width:767.98px){ .grid-radius .item-card .card .content{padding:0 1rem 1rem;} .grid-radius .featured-search .item .custom-hover, .grid-radius .nice-featured-posts .item .custom-hover, .grid-radius .nice-slider.slider-style02 .item .content, .grid-radius .post-gallery .owl-item .item .popup-link, .grid-radius .post-embed-item .custom-hover, .grid-radius.post-style01 .post-cover, .grid-radius.post-style02 .post-title .image, .grid-radius .widget_related_posts .item .custom-hover, .grid-radius .widget_top_entries .styel02 .item .custom-hover, .grid-radius .widget_top_entries .styel01 .item .image, .grid-radius .nice-footer-related-posts .item .custom-hover, .grid-radius .post-tipping, .grid-radius .post-author, .grid-radius .post-navigation-with-image .item .custom-hover, .grid-radius .stickys .item .custom-hover, .grid-radius .topics .custom-hover, .grid-radius .sticky-topics .item .custom-hover, .grid-radius .nice-cms-list .item .custom-hover, .grid-radius .nice-cms-push .card, .grid-radius .cms-push-liststyle02 .card .custom-hover, .grid-radius .item-regular .custom-hover, .grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover, .grid-border.grid-radius .item-card .card, .grid-radius .grid-sales img{-moz-border-radius:.33rem; /* Firefox */-webkit-border-radius:.33rem; /* Safari and Chrome */border-radius:.33rem; /* Opera 10.5+*/} .grid-radius .cms-push-liststyle01 .card .custom-hover, .grid-hover.grid-radius .item-card .card .custom-hover, .grid-hover.grid-radius .item-card .card:hover .custom-hover, .grid-border.grid-radius .item-card .card .custom-hover{border-top-right-radius:.33rem;border-top-left-radius:.33rem;border-bottom-right-radius:0;border-bottom-left-radius:0;} .grid-radius .item-topic .card .custom-hover, .grid-radius .item-topic .card:hover .custom-hover, .grid-hover.grid-radius .item-topic .card .custom-hover, .grid-hover.grid-radius .item-topic .card:hover .custom-hover, .grid-radius .nice-featured .item .custom-hover, .grid-radius .nice-featured .item .bg-white, .grid-hover.grid-radius .item-card .card{-moz-border-radius:.33rem; /* Firefox */-webkit-border-radius:.33rem; /* Safari and Chrome */border-radius:.33rem; /* Opera 10.5+*/} } /*------------------------------------------------------------- post grid cat -------------------------------------------------------------*/ .grid-cat .card{position:relative;} .grid-cat .item-card .card .content{position:initial;padding:.75rem .5rem .25rem;} .grid-cat .item-card .card .content .meta{margin-top:0!important;position:absolute;top:1rem;left:1rem;line-height:1;border-radius:15px;text-shadow:-1px 0px rgba(0,0,0,0.22),0px 1px rgba(0,0,0,0.22),1px 1px rgba(0,0,0,0.22),0px -1px rgba(0,0,0,0.22);} .grid-cat .item-card .card .meta span a{color:#FFF!important;font-size:12px!important;} .grid-cat .item-card .card .u-cat-name::before{background:#FFF;} .grid-cat .item-card .card .u-cat-dot{margin-left:18px;} .grid-cat .item-card .card .u-cat-dot::before{left:-18px;border-color:#FFF;background-color:transparent;} .grid-cat .nice-cms-push .u-cat-dot::before{border-color:#FFF;} /*------------------------------------------------------------- post grid border -------------------------------------------------------------*/ .grid-border .item-card .card{border:1px solid #eee!important;} .grid-border .item-card .card .content{padding:0 1rem 1rem;} .grid-cat.grid-border .item-card .card .content{padding:0rem 1rem 1rem;} /*------------------------------------------------------------- list width -------------------------------------------------------------*/ @media (max-width:767px){ .list-xs-6{margin-right:-7px!important;margin-left:-7px!important;} .list-xs-6 .item-card{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:7px;padding-right:7px;padding-bottom:0!important;border-bottom:0!important;} .list-xs-6 .item-card .card .content .title h2{font-size:14px!important;} .list-xs-6 .item-topic .card .content-topic{padding:.75rem!important;} .list-xs-6 .item-topic .card .content-topic .content-body{padding-bottom:0!important;} .list-xs-6 .item-card .card .content .meta{margin-top:.75rem!important;} .grid-hover.grid-radius .list-xs-6 .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat .list-xs-6 .item-card .card .data{} .grid-cat .list-xs-6 .item-card .card .content .meta{top:.75rem;left:.75rem;} .grid-cat.grid-border .list-xs-6 .item-card .card .content{padding:.25rem .75rem .75rem;} .grid-radius .list-xs-6 .item-card .card .content{padding:0 .75rem .75rem;} .grid-cat .list-xs-6 .item-card .card .content .meta{margin-top:0!important;} } /*------------------------------------------------------------- categories dot style -------------------------------------------------------------*/ .u-cat-name{margin-left:20px;position:relative;} .u-cat-name::before{position:absolute;background:#262626;border-radius:20px;width:10px;height:10px;display:block;content:'';left:-20px;top:50%;-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);} .nice-top-content .u-cat-name::before{right:-15px;top:0;left:auto;} .nice-top-content .u-cat-name::before{background-color:#FFF} .nice-top-content .u-cat-name.u-cat-dot::before{border-color:#fff;background-color:transparent!important;} .u-cat-dot{margin-left:20px;} .u-cat-dot::before{left:-20px;width:12px;height:12px;border-radius:20px;border:3px solid #262626;background-color:transparent;} .u-cat-name.u-cat-color::before{background-color:#212226} .u-cat-name.u-color-red::before{background-color:#F66666!important} .u-cat-name.u-color-blue::before{background-color:#5d86dc!important} .u-cat-name.u-color-orange::before{background-color:#ffc781!important} .u-cat-name.u-color-purple::before{background-color:#9984de!important} .u-cat-name.u-color-green::before{background-color:#00CED1!important} .u-cat-dot.u-cat-color::before{border-color:#212226;background-color:transparent!important;} .u-cat-dot.u-color-red::before{border-color:#F66666!important;background-color:transparent!important;} .u-cat-dot.u-color-blue::before{border-color:#5d86dc!important;background-color:transparent!important;} .u-cat-dot.u-color-orange::before{border-color:#ffc781!important;background-color:transparent!important;} .u-cat-dot.u-color-purple::before{border-color:#9984de!important;background-color:transparent!important;} .u-cat-dot.u-color-green::before{border-color:#00CED1!important;background-color:transparent!important;} .blink-dot{position:relative;width:8px;height:8px;margin:0 10px;-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:1s;animation-duration:8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;} .blink-dot, .blink-dot::before{content:' ';display:inline-block;border-radius:50%;background-color:#f16339;} .blink-dot::before{position:absolute;width:20px;height:20px;opacity:.1;top:50%;left:50%;border:solid 1px #fff;webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
0.181698
0.029901
body { margin: 0px; background-color: rgb(220,220,220); } .menu { background-color: rgb(255,255,191); position: relative; display: flex; height: 44px; } .page-title { position: relative; margin-left: 100px; display: inline-block; margin-top:10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: black; } .side-menu { position: absolute; right: 0; height: 44px; width: 80px; } .side-menu:hover { background-color: rgb(204,204,0); } .menu-btn { position: relative; font-size: 20px; font-family: Arial, Helvetica, sans-serif; border: none; padding: 11px 15px 10px 15px; text-align: center; text-decoration: none; display: inline-block; } /* The side navigation menu */ .sidenav { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: fixed; /* Stay in place */ z-index: 2; /* Stay on top */ top: 0; /* Stay at the top */ right: 0; background-color: #111; /* Black*/ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ } /* The navigation menu links */ .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } .option { font-family: Arial, Helvetica, sans-serif; } #body { height: 650px; margin-left: auto; margin-right: auto; margin-top: 90px; max-width: 1100px; } .card1, .card2 { position: relative; border: 2px solid black; border-radius: 5px; height: 520px; width: 450px; z-index: 1; background-color: rgb(192,192,192); } .card1 { float: left; } .card2 { float: right; } .pic1 { height: 300px; width: 450px; z-index: 2; } .pic2 { height: 300px; width: 450px; z-index: 2; } .link-btn1, .link-btn2 { position: relative; background-color:white; border: solid rgb(238,232,170); color: black; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 12px; transition-duration: 0.4s; font-family: Verdana, Geneva, Tahoma, sans-serif; display: block; margin-left: auto; margin-right: auto; margin-top: 130px; max-width: 150px; } .link-btn1:hover, .link-btn2:hover { background-color: rgb(255,255,0); border: solid rgb(204,204,0); } #body2 { height: 750px; margin-left: auto; margin-right: auto; max-width: 1100px; } #about { font-family: Verdana, Geneva, Tahoma, sans-serif; } .description { font-family: Verdana, Geneva, Tahoma, sans-serif; } .footer { width: 100%; background-color: rgb(84,84,84); height: 40px; } .source { margin-top: 9px; margin-right: 6px; color: white; text-decoration: none; float: right; font-size: 17px; font-family: Verdana, Geneva, Tahoma, sans-serif; }
static/css/style2.css
body { margin: 0px; background-color: rgb(220,220,220); } .menu { background-color: rgb(255,255,191); position: relative; display: flex; height: 44px; } .page-title { position: relative; margin-left: 100px; display: inline-block; margin-top:10px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: black; } .side-menu { position: absolute; right: 0; height: 44px; width: 80px; } .side-menu:hover { background-color: rgb(204,204,0); } .menu-btn { position: relative; font-size: 20px; font-family: Arial, Helvetica, sans-serif; border: none; padding: 11px 15px 10px 15px; text-align: center; text-decoration: none; display: inline-block; } /* The side navigation menu */ .sidenav { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: fixed; /* Stay in place */ z-index: 2; /* Stay on top */ top: 0; /* Stay at the top */ right: 0; background-color: #111; /* Black*/ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ } /* The navigation menu links */ .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } .option { font-family: Arial, Helvetica, sans-serif; } #body { height: 650px; margin-left: auto; margin-right: auto; margin-top: 90px; max-width: 1100px; } .card1, .card2 { position: relative; border: 2px solid black; border-radius: 5px; height: 520px; width: 450px; z-index: 1; background-color: rgb(192,192,192); } .card1 { float: left; } .card2 { float: right; } .pic1 { height: 300px; width: 450px; z-index: 2; } .pic2 { height: 300px; width: 450px; z-index: 2; } .link-btn1, .link-btn2 { position: relative; background-color:white; border: solid rgb(238,232,170); color: black; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 12px; transition-duration: 0.4s; font-family: Verdana, Geneva, Tahoma, sans-serif; display: block; margin-left: auto; margin-right: auto; margin-top: 130px; max-width: 150px; } .link-btn1:hover, .link-btn2:hover { background-color: rgb(255,255,0); border: solid rgb(204,204,0); } #body2 { height: 750px; margin-left: auto; margin-right: auto; max-width: 1100px; } #about { font-family: Verdana, Geneva, Tahoma, sans-serif; } .description { font-family: Verdana, Geneva, Tahoma, sans-serif; } .footer { width: 100%; background-color: rgb(84,84,84); height: 40px; } .source { margin-top: 9px; margin-right: 6px; color: white; text-decoration: none; float: right; font-size: 17px; font-family: Verdana, Geneva, Tahoma, sans-serif; }
0.537041
0.084153
h1 { font-weight: bold; vertical-align: text-bottom; font-size: 72px; } @media (max-width:767px) { h1 { font-size: 60px; white-space: initial; text-align: center; } } #hero { padding-top: 100px; padding-bottom: 100px; color: rgb(240,240,240); height: 500px; margin-bottom: -100px; padding: 70px 0; clip-path: polygon(0% 0%,100% 0%,100% 80%,0% 100%); -webkit-clip-path: polygon(0% 0%,100% 0%,100% 80%,0% 100%); /* border-bottom: 100px solid red; */ /* border-left: 50px solid transparent; */ background: -moz-linear-gradient(left, rgba(15,138,148,1) 0%, #b9f5b7 100%); background: -webkit-linear-gradient(left, rgba(15,138,148,1) 0%,#b9f5b7 100%); background: linear-gradient(to right, rgba(15,138,148,1) 0%,#b9f5b7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8a94', endColorstr='#b9f5b7',GradientType=1 ) } @media (max-width:767px) { #hero { height: 700px; margin-bottom: -140px; padding-top: 40px; text-align: center; } } h1 img { vertical-align: baseline; } h2 { font-weight: normal; } section { background-color: white; } section>div>h2 { text-align: center; font-weight: 300; font-family: Source Sans Pro; font-size: 48px; padding-bottom: 50px; color: #60C694; text-transform: uppercase; } * { font-size: 18px; box-sizing: border-box; } .container { padding: 30px; } #herotext { font-weight: 300; } .grey { background-color: #eee; } .howto-step { margin-bottom: 50px; } .howto-step-img { margin-left: auto; margin-right: auto; display: block; padding-top: 27px; } .whitebox { background-color: white; margin-bottom: 30px; padding: 15px; } .sample-header { background-color: #60C694; margin: 0px; padding: 10px; } .whitebox .sample-header { margin: -15px; margin-bottom: 0px; } .whitebox a { position: absolute; bottom: 50px; right: 40px; } pre { background-color: inherit; border: none; border-radius: 0px; margin: 0px; } .shadow-down { position: absolute; width: 100%; height: 0px; box-shadow: 0px 0px 10px 1px black; -webkit-clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); -moz-clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); } .shadow-up { position: absolute; bottom: 0px; width: 100%; height: px; box-shadow: 0px 0px 10px 1px black; -webkit-clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); -moz-clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); } .lines { background-color: #60C694; text-align: right; } .inset { overflow: hidden; background-color: white; } .inset-box { position: relative; z-index: 10; height: 0px; width: 100%; box-shadow: 0px 0px 10px 1px black; } .btn-key { background-color: #60C694; } .btn-key:hover { background-color: #359364; } [data-annotate] pre { padding: 0px; font-size: 11px; white-space: pre-wrap; } [data-annotate] .anno-code pre:nth-child(even) { background-color: #f8f8f8; } [data-annotate]>div { padding-top: 10px; padding-bottom: 10px; font-size: 11px; } [data-annotate] div, [data-annotate] pre, [data-annotate] code, [data-annotate] span { font-size: 11px; } .example-headline { padding-bottom: 20px; } .example-container:nth-child(4n+2) { background-color: #f8f8f8; } html { height: 100%; } body { height: 100%; font-family: source sans pro, texgyreheros, "Helvetica Neue", Helvetica, Arial, sans-serif; } [lj-type="frame"], [data-lj-type="frame"] { width: 100%; z-index: 0; } nav img { display: inline-block; vertical-align: baseline; } nav { background-color: white; line-height: 70px; box-shadow: 0px 0px 10px 0px black; } nav a { color: black; text-decoration: none; } nav a:hover { } nav h1 { margin: 0px; padding: 10px; } nav h1, nav h1 * { font-size: 40px; } nav>.nav-items>* { display: inline-block; margin-right: 10px; } nav form .form-control { display: inline-block; width: 200px; } .column-icon { display: block; margin: auto; width: 120px; padding: 10px; } footer ul { list-style: none; } footer a { text-decoration: none; color: inherit; } footer a:hover { text-decoration: none; } a:hover { color: inherit; } footer { background-color: #58585A; color: #eee; padding: 30px; } footer * { font-size: 14px; } /*[lj-name="contentlayer"] footer { visibility: hidden; pointer-events: none; }*/ .social-share img { width: 25px; margin-top: 5px; margin-right: 5px; } .mobile-github-btn { margin: auto; margin-top: 20px; width: 190px; font-size: 20px; } [lj-name="menulayer"] { width: 100% !important; } [lj-name="menuframe"] { display: none; /* only initally; will be overwritten by layerJS */ } .trybox { border: 3px solid #60C694; padding: 0px !important; margin: 0px 20px; } .jobs-cta { width: 100%; } .jobs-cta a { width: 300px; font-size: 32px; margin-left: auto; margin-right: auto; display: block; margin-bottom: 30px; } #feedback_text { margin-bottom: 15px; } #help { display: none; /* initially only, will be overriden by layerJS */ background-color: #C66094; border-top-left-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0px 0px 5px 0px gray; width:30px; height: 100px; line-height:30px; } #help a{ text-decoration: none; color: white; display: block; width:100px; position:relative; top: 100px; text-align: center; transform-origin: 0 0; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); } #helpopen { width:200px; height:100px; }
test/e2e/bootstrap/style.css
h1 { font-weight: bold; vertical-align: text-bottom; font-size: 72px; } @media (max-width:767px) { h1 { font-size: 60px; white-space: initial; text-align: center; } } #hero { padding-top: 100px; padding-bottom: 100px; color: rgb(240,240,240); height: 500px; margin-bottom: -100px; padding: 70px 0; clip-path: polygon(0% 0%,100% 0%,100% 80%,0% 100%); -webkit-clip-path: polygon(0% 0%,100% 0%,100% 80%,0% 100%); /* border-bottom: 100px solid red; */ /* border-left: 50px solid transparent; */ background: -moz-linear-gradient(left, rgba(15,138,148,1) 0%, #b9f5b7 100%); background: -webkit-linear-gradient(left, rgba(15,138,148,1) 0%,#b9f5b7 100%); background: linear-gradient(to right, rgba(15,138,148,1) 0%,#b9f5b7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f8a94', endColorstr='#b9f5b7',GradientType=1 ) } @media (max-width:767px) { #hero { height: 700px; margin-bottom: -140px; padding-top: 40px; text-align: center; } } h1 img { vertical-align: baseline; } h2 { font-weight: normal; } section { background-color: white; } section>div>h2 { text-align: center; font-weight: 300; font-family: Source Sans Pro; font-size: 48px; padding-bottom: 50px; color: #60C694; text-transform: uppercase; } * { font-size: 18px; box-sizing: border-box; } .container { padding: 30px; } #herotext { font-weight: 300; } .grey { background-color: #eee; } .howto-step { margin-bottom: 50px; } .howto-step-img { margin-left: auto; margin-right: auto; display: block; padding-top: 27px; } .whitebox { background-color: white; margin-bottom: 30px; padding: 15px; } .sample-header { background-color: #60C694; margin: 0px; padding: 10px; } .whitebox .sample-header { margin: -15px; margin-bottom: 0px; } .whitebox a { position: absolute; bottom: 50px; right: 40px; } pre { background-color: inherit; border: none; border-radius: 0px; margin: 0px; } .shadow-down { position: absolute; width: 100%; height: 0px; box-shadow: 0px 0px 10px 1px black; -webkit-clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); -moz-clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); clip-path: polygon(0px 0px,0px 20px, 100% 20px, 100% 0px); } .shadow-up { position: absolute; bottom: 0px; width: 100%; height: px; box-shadow: 0px 0px 10px 1px black; -webkit-clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); -moz-clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); clip-path: polygon(0px 0px,0px -20px, 100% -20px, 100% 0px); } .lines { background-color: #60C694; text-align: right; } .inset { overflow: hidden; background-color: white; } .inset-box { position: relative; z-index: 10; height: 0px; width: 100%; box-shadow: 0px 0px 10px 1px black; } .btn-key { background-color: #60C694; } .btn-key:hover { background-color: #359364; } [data-annotate] pre { padding: 0px; font-size: 11px; white-space: pre-wrap; } [data-annotate] .anno-code pre:nth-child(even) { background-color: #f8f8f8; } [data-annotate]>div { padding-top: 10px; padding-bottom: 10px; font-size: 11px; } [data-annotate] div, [data-annotate] pre, [data-annotate] code, [data-annotate] span { font-size: 11px; } .example-headline { padding-bottom: 20px; } .example-container:nth-child(4n+2) { background-color: #f8f8f8; } html { height: 100%; } body { height: 100%; font-family: source sans pro, texgyreheros, "Helvetica Neue", Helvetica, Arial, sans-serif; } [lj-type="frame"], [data-lj-type="frame"] { width: 100%; z-index: 0; } nav img { display: inline-block; vertical-align: baseline; } nav { background-color: white; line-height: 70px; box-shadow: 0px 0px 10px 0px black; } nav a { color: black; text-decoration: none; } nav a:hover { } nav h1 { margin: 0px; padding: 10px; } nav h1, nav h1 * { font-size: 40px; } nav>.nav-items>* { display: inline-block; margin-right: 10px; } nav form .form-control { display: inline-block; width: 200px; } .column-icon { display: block; margin: auto; width: 120px; padding: 10px; } footer ul { list-style: none; } footer a { text-decoration: none; color: inherit; } footer a:hover { text-decoration: none; } a:hover { color: inherit; } footer { background-color: #58585A; color: #eee; padding: 30px; } footer * { font-size: 14px; } /*[lj-name="contentlayer"] footer { visibility: hidden; pointer-events: none; }*/ .social-share img { width: 25px; margin-top: 5px; margin-right: 5px; } .mobile-github-btn { margin: auto; margin-top: 20px; width: 190px; font-size: 20px; } [lj-name="menulayer"] { width: 100% !important; } [lj-name="menuframe"] { display: none; /* only initally; will be overwritten by layerJS */ } .trybox { border: 3px solid #60C694; padding: 0px !important; margin: 0px 20px; } .jobs-cta { width: 100%; } .jobs-cta a { width: 300px; font-size: 32px; margin-left: auto; margin-right: auto; display: block; margin-bottom: 30px; } #feedback_text { margin-bottom: 15px; } #help { display: none; /* initially only, will be overriden by layerJS */ background-color: #C66094; border-top-left-radius: 0px; border-bottom-left-radius: 0px; box-shadow: 0px 0px 5px 0px gray; width:30px; height: 100px; line-height:30px; } #help a{ text-decoration: none; color: white; display: block; width:100px; position:relative; top: 100px; text-align: center; transform-origin: 0 0; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); } #helpopen { width:200px; height:100px; }
0.407333
0.09628
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /*fonts for homework */ /* roboto-slab-fonts */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-slab-v9-cyrillic-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v9-cyrillic-regular.woff') format('woff'); } /* great vibes-fonts */ @font-face { font-family: 'Great Vibes'; font-style: normal; font-weight: 400; src: local('Great Vibes'), local('GreatVibes-Regular'), url('../fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), url('../fonts/great-vibes-v7-latin-regular.woff') format('woff'); } /* montserrat-fonts */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-cyrillic-regular.woff2') format('woff2'), url('../fonts/montserrat-v14-cyrillic-regular.woff') format('woff'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-cyrillic-700.woff2') format('woff2'), url('../fonts/montserrat-v14-cyrillic-700.woff') format('woff'); } /* goudy-fonts */ @font-face { font-family: 'Goudy Bookletter 1911'; font-style: normal; font-weight: 400; src: local('Goudy Bookletter 1911'), local('GoudyBookletter1911'), url('../fonts/goudy-bookletter-1911-v9-latin-regular.woff2') format('woff2'), url('../fonts/goudy-bookletter-1911-v9-latin-regular.woff') format('woff'); } body { color: #777777; font-family: "Montserrat", sans-serif; font-weight: 400; } .container { width: 940px; margin: 0 auto; } img { display: block; max-width: 100%; height: auto; } /* my header start */ .page-header { margin-top:55px; } .site-logo { display: flex; margin: 0; text-decoration: none; } .page-nav { display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', 'Arial', sans-serif; } .site-navigation { display: flex; margin: 0; list-style: none; justify-content: space-between; width: 490px; align-items: center; text-transform: uppercase; } .site-navigation a { text-decoration: none; color: #222222; font-size: 14px; font-weight: 700; transition-property: color; transition: color 0.2s linear; line-height: 17px; font-style: normal; } .site-navigation a:hover, .site-navigation a :focus { color: #fed136; } /* my header end */ /* service start */ .service { margin-top: 124px; } .services-title { color: #222222; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; margin-bottom: 10px; } .title2 { color:#929292;; font-size: 16px; font-weight: 400; font-style: italic; text-align: center; padding: 0; margin: 0; line-height: 19px; margin-bottom: 80px; font-family: 'Goudy Bookletter 1911', 'Arial', sans-serif; } .service-list { display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none; flex-wrap: wrap; } .service-icon { width: 300px; align-items: center; } .service-icon::before { content: ""; display: block; height: 70px; width: 70px; border: 3px solid #fed136; border-radius: 50%; background-position: center; background-repeat: no-repeat; margin-bottom: 26px; margin: 0 auto; } .basket::before { background-image: url(../img/Basket.png); } .laptop::before { background-image: url(../img/Laptop.png); } .dd::before { background-image: url(../img/dd.png); } .list-title { padding: 0; margin: 0; margin-top: 28px; font-style: normal; font-weight: 700; text-transform: capitalize; text-align: center; font-size: 18px; color: #222222; font-family: 'Montserrat', 'Arial', sans-serif; margin-bottom: 18px; } .list-text { margin: 0 auto; color: #777777; font-size: 14px; font-weight: 400; font-family: 'Roboto Slab', 'Arial', sans-serif; margin-top: 12px; padding-bottom: 120px; padding-right: 10px; text-align: center; } /* section contact start */ .contact { background-color: #222222; padding-top: 110px; height: 676px; background-image: url(../img/Image.png); background-repeat: no-repeat; background-position: right bottom; width: 100%; } .contact-title1 { /* Style for "Contact us" */ color: #ffffff; font-family: Montserrat, sans-serif;; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 0; margin: 0; } .contact-title2 { margin: 0; padding: 0; color: #777777; font-size: 16px; font-style: italic; text-align: center; font-family: 'Goudy Bookletter 1911', 'Arial', sans-serif; margin-bottom: 75px; } .contact-form div { display: flex; flex-wrap: wrap; height: 210px; margin-bottom: 30px; } .input-list { margin-bottom: 30px; width: 455px; height: 50px; border: 1px solid #cccccc; border-radius: 2px; margin-left: 30px; padding-left: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } .input-list::placeholder { color: #bbbbbb; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } .validation:focus:valid { outline: 3px solid green; } .validation:focus:invalid { outline: 3px solid red; } .input-textarea { width: 455px; height: 210px; border: 1px solid #cccccc; border-radius: 2px; padding: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; margin-top: -25.5%; margin-left: 55%; } .input-textarea::placeholder { color: #bbbbbb; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } /* section contact end */ /* button start */ .form-button { width: 240px; height: 66px; background-color: #fed136; border: none; border-radius: 2px; left: 50%; transform: translateX(-50%); color: #ffffff; font-family: 'Montserrat', 'Arial', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; position: relative; } /* button end */
modul7/css/styles.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } /*fonts for homework */ /* roboto-slab-fonts */ @font-face { font-family: 'Roboto Slab'; font-style: normal; font-weight: 400; src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url('../fonts/roboto-slab-v9-cyrillic-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v9-cyrillic-regular.woff') format('woff'); } /* great vibes-fonts */ @font-face { font-family: 'Great Vibes'; font-style: normal; font-weight: 400; src: local('Great Vibes'), local('GreatVibes-Regular'), url('../fonts/great-vibes-v7-latin-regular.woff2') format('woff2'), url('../fonts/great-vibes-v7-latin-regular.woff') format('woff'); } /* montserrat-fonts */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-cyrillic-regular.woff2') format('woff2'), url('../fonts/montserrat-v14-cyrillic-regular.woff') format('woff'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v14-cyrillic-700.woff2') format('woff2'), url('../fonts/montserrat-v14-cyrillic-700.woff') format('woff'); } /* goudy-fonts */ @font-face { font-family: 'Goudy Bookletter 1911'; font-style: normal; font-weight: 400; src: local('Goudy Bookletter 1911'), local('GoudyBookletter1911'), url('../fonts/goudy-bookletter-1911-v9-latin-regular.woff2') format('woff2'), url('../fonts/goudy-bookletter-1911-v9-latin-regular.woff') format('woff'); } body { color: #777777; font-family: "Montserrat", sans-serif; font-weight: 400; } .container { width: 940px; margin: 0 auto; } img { display: block; max-width: 100%; height: auto; } /* my header start */ .page-header { margin-top:55px; } .site-logo { display: flex; margin: 0; text-decoration: none; } .page-nav { display: flex; justify-content: space-between; align-items: center; font-family: 'Montserrat', 'Arial', sans-serif; } .site-navigation { display: flex; margin: 0; list-style: none; justify-content: space-between; width: 490px; align-items: center; text-transform: uppercase; } .site-navigation a { text-decoration: none; color: #222222; font-size: 14px; font-weight: 700; transition-property: color; transition: color 0.2s linear; line-height: 17px; font-style: normal; } .site-navigation a:hover, .site-navigation a :focus { color: #fed136; } /* my header end */ /* service start */ .service { margin-top: 124px; } .services-title { color: #222222; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; margin-bottom: 10px; } .title2 { color:#929292;; font-size: 16px; font-weight: 400; font-style: italic; text-align: center; padding: 0; margin: 0; line-height: 19px; margin-bottom: 80px; font-family: 'Goudy Bookletter 1911', 'Arial', sans-serif; } .service-list { display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none; flex-wrap: wrap; } .service-icon { width: 300px; align-items: center; } .service-icon::before { content: ""; display: block; height: 70px; width: 70px; border: 3px solid #fed136; border-radius: 50%; background-position: center; background-repeat: no-repeat; margin-bottom: 26px; margin: 0 auto; } .basket::before { background-image: url(../img/Basket.png); } .laptop::before { background-image: url(../img/Laptop.png); } .dd::before { background-image: url(../img/dd.png); } .list-title { padding: 0; margin: 0; margin-top: 28px; font-style: normal; font-weight: 700; text-transform: capitalize; text-align: center; font-size: 18px; color: #222222; font-family: 'Montserrat', 'Arial', sans-serif; margin-bottom: 18px; } .list-text { margin: 0 auto; color: #777777; font-size: 14px; font-weight: 400; font-family: 'Roboto Slab', 'Arial', sans-serif; margin-top: 12px; padding-bottom: 120px; padding-right: 10px; text-align: center; } /* section contact start */ .contact { background-color: #222222; padding-top: 110px; height: 676px; background-image: url(../img/Image.png); background-repeat: no-repeat; background-position: right bottom; width: 100%; } .contact-title1 { /* Style for "Contact us" */ color: #ffffff; font-family: Montserrat, sans-serif;; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 0; margin: 0; } .contact-title2 { margin: 0; padding: 0; color: #777777; font-size: 16px; font-style: italic; text-align: center; font-family: 'Goudy Bookletter 1911', 'Arial', sans-serif; margin-bottom: 75px; } .contact-form div { display: flex; flex-wrap: wrap; height: 210px; margin-bottom: 30px; } .input-list { margin-bottom: 30px; width: 455px; height: 50px; border: 1px solid #cccccc; border-radius: 2px; margin-left: 30px; padding-left: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } .input-list::placeholder { color: #bbbbbb; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } .validation:focus:valid { outline: 3px solid green; } .validation:focus:invalid { outline: 3px solid red; } .input-textarea { width: 455px; height: 210px; border: 1px solid #cccccc; border-radius: 2px; padding: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; margin-top: -25.5%; margin-left: 55%; } .input-textarea::placeholder { color: #bbbbbb; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', 'Arial', sans-serif; } /* section contact end */ /* button start */ .form-button { width: 240px; height: 66px; background-color: #fed136; border: none; border-radius: 2px; left: 50%; transform: translateX(-50%); color: #ffffff; font-family: 'Montserrat', 'Arial', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; position: relative; } /* button end */
0.311008
0.053849
body { width: 1920px; height: 730px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } /* Header */ .header { display: flex; align-items: center; width: 940px; height: 100px; top: 0; position: absolute; left: 25%; } .boxH1 { width: 300px; height: 100px; left: 0px; top: 0px; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .boxH2 { position: absolute; width: 620px; height: 100px; left: 320px; top: 0px; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .skupElementaHeader { position: absolute; width: 245px; height: 18px; left: 80px; top: 30px; /* Substitute for Neue Helvetica */ font-family: 'Liberation Sans', sans-serif; font-size: 15px; line-height: 18px; display: flex; align-items: flex-end; color: #FFFFFF; } /* Container */ .container { position: absolute; width: 940px; top: 110px; bottom: 110px; left: 25%; background: #FFFFFF; } body::-webkit-scrollbar { display: none; /* Safari and Chrome */ } /* Slider */ .slider{ display: flex; flex-direction: column; grid-gap: 10px; position: absolute; height: 410px; width: 1230px; top: 70px; right: 300px; } /* Parents (Images) */ .topRow { display: flex; flex-direction: row; grid-gap: 10px; position: absolute; max-width: 1230px; height: 200px; /*right: 320px;*/ top: 0; } .botRow { display: flex; flex-direction: row; grid-gap: 10px; width: fit-content; position: absolute; width: 1080px; height: 200px; /*right: 480px;*/ bottom: 0; } /* Children (images) */ img { max-height: 100%; width: auto; border-radius: 5px; position: relative; } .fitItem { position: relative; height: 200px; } /* Arrows */ .arrows { display: grid; position: absolute; width: 60px; height: 130px; right: 320px; top: 280px; } .leftArrow { transition: background-color 0.5s ease-in-out; height: 60px; width: inherit; padding-left: 8px; padding-top: 8px; border: 1px solid #DDDDDD; box-sizing: border-box; border-radius: 5px; } .leftArrow:hover { transition: background-color 0.5s ease-in-out; background-color: #cdcfd1; } .rightArrow { transition: background-color 0.5s ease-in-out; height: 60px; width: inherit; padding-left: 8px; padding-top: 8px; border: 1px solid #134880; box-sizing: border-box; border-radius: 5px; } .rightArrow:hover { transition: background-color 0.5s ease-in-out; background-color: #cdcfd1; } /* Stock Text */ .stockText { position: absolute; width: 300px; height: 296px; right: 0; top: 30px; } .textHead { font-family: Source Sans Pro; font-style: normal; font-weight: bold; font-size: 32px; line-height: 40px; display: flex; align-items: flex-end; letter-spacing: -0.2px; color: #134880; } .textContent { font-family: Source Sans Pro; font-style: normal; font-weight: normal; font-size: 18px; line-height: 26px; display: flex; align-items: center; letter-spacing: -0.2px; color: #484A4C; } /* Footer */ .footer { position: absolute; width: 940px; height: 100px; left: 25%; bottom: 0; } .boxF { position: absolute; width: 940px; height: 100px; bottom: 0; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .skupElementaFooter { position: absolute; width: 245px; height: 18px; left: 81px; top: 32px; /* Substitute for Neue Helvetica */ font-family: 'Liberation Sans', sans-serif; font-size: 15px; line-height: 18px; display: flex; align-items: flex-end; color: #FFFFFF; }
css/mainBackup.css
body { width: 1920px; height: 730px; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; -ms-overflow-style: none; /* Internet Explorer 10+ */ scrollbar-width: none; /* Firefox */ } /* Header */ .header { display: flex; align-items: center; width: 940px; height: 100px; top: 0; position: absolute; left: 25%; } .boxH1 { width: 300px; height: 100px; left: 0px; top: 0px; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .boxH2 { position: absolute; width: 620px; height: 100px; left: 320px; top: 0px; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .skupElementaHeader { position: absolute; width: 245px; height: 18px; left: 80px; top: 30px; /* Substitute for Neue Helvetica */ font-family: 'Liberation Sans', sans-serif; font-size: 15px; line-height: 18px; display: flex; align-items: flex-end; color: #FFFFFF; } /* Container */ .container { position: absolute; width: 940px; top: 110px; bottom: 110px; left: 25%; background: #FFFFFF; } body::-webkit-scrollbar { display: none; /* Safari and Chrome */ } /* Slider */ .slider{ display: flex; flex-direction: column; grid-gap: 10px; position: absolute; height: 410px; width: 1230px; top: 70px; right: 300px; } /* Parents (Images) */ .topRow { display: flex; flex-direction: row; grid-gap: 10px; position: absolute; max-width: 1230px; height: 200px; /*right: 320px;*/ top: 0; } .botRow { display: flex; flex-direction: row; grid-gap: 10px; width: fit-content; position: absolute; width: 1080px; height: 200px; /*right: 480px;*/ bottom: 0; } /* Children (images) */ img { max-height: 100%; width: auto; border-radius: 5px; position: relative; } .fitItem { position: relative; height: 200px; } /* Arrows */ .arrows { display: grid; position: absolute; width: 60px; height: 130px; right: 320px; top: 280px; } .leftArrow { transition: background-color 0.5s ease-in-out; height: 60px; width: inherit; padding-left: 8px; padding-top: 8px; border: 1px solid #DDDDDD; box-sizing: border-box; border-radius: 5px; } .leftArrow:hover { transition: background-color 0.5s ease-in-out; background-color: #cdcfd1; } .rightArrow { transition: background-color 0.5s ease-in-out; height: 60px; width: inherit; padding-left: 8px; padding-top: 8px; border: 1px solid #134880; box-sizing: border-box; border-radius: 5px; } .rightArrow:hover { transition: background-color 0.5s ease-in-out; background-color: #cdcfd1; } /* Stock Text */ .stockText { position: absolute; width: 300px; height: 296px; right: 0; top: 30px; } .textHead { font-family: Source Sans Pro; font-style: normal; font-weight: bold; font-size: 32px; line-height: 40px; display: flex; align-items: flex-end; letter-spacing: -0.2px; color: #134880; } .textContent { font-family: Source Sans Pro; font-style: normal; font-weight: normal; font-size: 18px; line-height: 26px; display: flex; align-items: center; letter-spacing: -0.2px; color: #484A4C; } /* Footer */ .footer { position: absolute; width: 940px; height: 100px; left: 25%; bottom: 0; } .boxF { position: absolute; width: 940px; height: 100px; bottom: 0; background: #DDDDDD; border-radius: 0px 0px 5px 5px; } .skupElementaFooter { position: absolute; width: 245px; height: 18px; left: 81px; top: 32px; /* Substitute for Neue Helvetica */ font-family: 'Liberation Sans', sans-serif; font-size: 15px; line-height: 18px; display: flex; align-items: flex-end; color: #FFFFFF; }
0.403684
0.056652
body>div:nth-child(2){ height: 70px; background: #72BBF9; margin-top: 6%; } body>div:nth-child(2) div{ width:140px; height: 100%; background:#ededed; padding: 0; margin: auto; } body>div:nth-child(2) div button{ float:left; width:70px; height:70px; border:0; } body>div:nth-child(2) div button:nth-child(1){ background: url(../img/alarmW.svg) no-repeat, #76BBF9; background-position: 50%; border-left:1px solid #ededed; } body>div:nth-child(2) div button:nth-child(2){ background: url(../img/sensibility.svg) no-repeat; background-position: 50%; } div>i:nth-child(1){ visibility: hidden; } body>div:nth-child(3){ text-align: center; } body>div:nth-child(3) div{ width:140px; height: auto; padding: 0; margin: auto; } body>div:nth-child(3) i{ font-size: 2em; color: #76BBF9; width: 68px; } /*############################CORPS */ form{ text-align: center; } .btn-default{ background: #ddd; } .btn-default:hover{ background: #72BBF9; } /*valeur*/ form>div>div:nth-of-type(2){ font-family: Nunito; } /*Paramètre gauche*/ .glyphicon-info-sign{ color:#72BBF9; font-size:1.5em; margin-right:2%; vertical-align: bottom; } /*Paramètres droite*/ form>div:nth-child(2){ height: 280px; margin-top:8%; } /*curseur*/ #alerte1, #alerte2{ width: 62%; margin: 13% auto; } #alerte1 .ui-slider-range, #alerte2 .ui-slider-range { background: #72BBF9; } #alerte1 label { position: absolute; width: 20px; margin-top: 20px; margin-left: -10px; text-align: center; } #alerte1>span:nth-child(1),#alerte2>span:nth-child(1){ position: relative; top:12px; left:0px; } #alerte1>span:nth-child(2),#alerte2>span:nth-child(2){ position: relative; top:12px; right: -85%; } /*media queries*/ @media screen and (min-width: 390px){ #alerte1, #alerte2{ margin: 8% auto; } } @media screen and (min-width: 549px){ h2{ font-size:1.2em; } } @media screen and (min-width:720px) and (max-width:992px){ #alerte1, #alerte2{ margin: 5% auto; } } @media screen and (min-width:992px){ /*parametre à droite*/ form>div:nth-child(2){ margin-top:0; } } @media screen and (min-width:1700px){ /*parametre gauche + droite*/ form>div:nth-child(2){ height: 400px; } }
web/css/reglage-capteur.css
body>div:nth-child(2){ height: 70px; background: #72BBF9; margin-top: 6%; } body>div:nth-child(2) div{ width:140px; height: 100%; background:#ededed; padding: 0; margin: auto; } body>div:nth-child(2) div button{ float:left; width:70px; height:70px; border:0; } body>div:nth-child(2) div button:nth-child(1){ background: url(../img/alarmW.svg) no-repeat, #76BBF9; background-position: 50%; border-left:1px solid #ededed; } body>div:nth-child(2) div button:nth-child(2){ background: url(../img/sensibility.svg) no-repeat; background-position: 50%; } div>i:nth-child(1){ visibility: hidden; } body>div:nth-child(3){ text-align: center; } body>div:nth-child(3) div{ width:140px; height: auto; padding: 0; margin: auto; } body>div:nth-child(3) i{ font-size: 2em; color: #76BBF9; width: 68px; } /*############################CORPS */ form{ text-align: center; } .btn-default{ background: #ddd; } .btn-default:hover{ background: #72BBF9; } /*valeur*/ form>div>div:nth-of-type(2){ font-family: Nunito; } /*Paramètre gauche*/ .glyphicon-info-sign{ color:#72BBF9; font-size:1.5em; margin-right:2%; vertical-align: bottom; } /*Paramètres droite*/ form>div:nth-child(2){ height: 280px; margin-top:8%; } /*curseur*/ #alerte1, #alerte2{ width: 62%; margin: 13% auto; } #alerte1 .ui-slider-range, #alerte2 .ui-slider-range { background: #72BBF9; } #alerte1 label { position: absolute; width: 20px; margin-top: 20px; margin-left: -10px; text-align: center; } #alerte1>span:nth-child(1),#alerte2>span:nth-child(1){ position: relative; top:12px; left:0px; } #alerte1>span:nth-child(2),#alerte2>span:nth-child(2){ position: relative; top:12px; right: -85%; } /*media queries*/ @media screen and (min-width: 390px){ #alerte1, #alerte2{ margin: 8% auto; } } @media screen and (min-width: 549px){ h2{ font-size:1.2em; } } @media screen and (min-width:720px) and (max-width:992px){ #alerte1, #alerte2{ margin: 5% auto; } } @media screen and (min-width:992px){ /*parametre à droite*/ form>div:nth-child(2){ margin-top:0; } } @media screen and (min-width:1700px){ /*parametre gauche + droite*/ form>div:nth-child(2){ height: 400px; } }
0.08181
0.055031
.progress-container progress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; display: block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 20px; max-width: 100%; border-radius: 2px; border-left: 1px #ccc solid; border-right: 1px #ccc solid; border-top: 1px #aaa solid; background-color: #eee; } .progress-container progress::-webkit-progress-bar { background-color: #eee; border: 1px solid #ebebeb; } .progress-container progress::-webkit-progress-value { background-color: #f74c4a; background-color: -webkit-linear-gradient(right, #f74c4a, #ea0d0a); background-color: linear-gradient(to left, #f74c4a, #ea0d0a); } .progress-container progress::-moz-progress-bar { background-color: #f74c4a; background-color: linear-gradient(to left, #f74c4a, #ea0d0a); } .progress-container progress[value^="3"]:not([value="3"])::-webkit-progress-value, .progress-container progress[value^="4"]:not([value="4"])::-webkit-progress-value, .progress-container progress[value^="5"]:not([value="5"])::-webkit-progress-value { background-color: #ffd44b; background-color: -webkit-linear-gradient(right, #ffd44b, #fec100); background-color: linear-gradient(to left, #ffd44b, #fec100); } .progress-container progress[value^="3"]:not([value="3"])::-moz-progress-bar, .progress-container progress[value^="4"]:not([value="4"])::-moz-progress-bar, .progress-container progress[value^="5"]:not([value="5"])::-moz-progress-bar { background-color: #ffd44b; background-color: linear-gradient(to left, #ffd44b, #fec100); } .progress-container progress[value^="6"]:not([value="6"])::-webkit-progress-value, .progress-container progress[value^="7"]:not([value="7"])::-webkit-progress-value, .progress-container progress[value^="8"]:not([value="8"])::-webkit-progress-value, .progress-container progress[value^="9"]:not([value="9"])::-webkit-progress-value, .progress-container progress[value="100"]::-webkit-progress-value { background-color: #4fd364; background-color: -webkit-linear-gradient(right, #4fd364, #2bab3f); background-color: linear-gradient(to left, #4fd364, #2bab3f); } .progress-container progress[value^="6"]:not([value="6"])::-moz-progress-bar, .progress-container progress[value^="7"]:not([value="7"])::-moz-progress-bar, .progress-container progress[value^="8"]:not([value="8"])::-moz-progress-bar, .progress-container progress[value^="9"]:not([value="9"])::-moz-progress-bar, .progress-container progress[value="100"]::-moz-progress-bar { background-color: #4fd364; background-color: linear-gradient(to left, #4fd364, #2bab3f); } /* .progress-container progress:after { content: attr(value) "%"; margin-left: 20px; font-weight: bold; width: 2em; } */ .progress-container { background: #fff; font: normal normal 16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; /* border: 2px solid #eee; */ max-width: 100%; } .container { max-width: 100%; } body { width: 100vw; height: 100vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: normal normal 16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif,; /* -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; */ } * { box-sizing: border-box; -webkit-font-smoothing: antialiased; border: 0; padding: 0; margin: 0; outline: 0; } progress::-webkit-progress-bar { background-color: #d7d7d7; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */ progress{ height:20px; display:block; width:100px; } }
css/progress.css
.progress-container progress { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; display: block; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; height: 20px; max-width: 100%; border-radius: 2px; border-left: 1px #ccc solid; border-right: 1px #ccc solid; border-top: 1px #aaa solid; background-color: #eee; } .progress-container progress::-webkit-progress-bar { background-color: #eee; border: 1px solid #ebebeb; } .progress-container progress::-webkit-progress-value { background-color: #f74c4a; background-color: -webkit-linear-gradient(right, #f74c4a, #ea0d0a); background-color: linear-gradient(to left, #f74c4a, #ea0d0a); } .progress-container progress::-moz-progress-bar { background-color: #f74c4a; background-color: linear-gradient(to left, #f74c4a, #ea0d0a); } .progress-container progress[value^="3"]:not([value="3"])::-webkit-progress-value, .progress-container progress[value^="4"]:not([value="4"])::-webkit-progress-value, .progress-container progress[value^="5"]:not([value="5"])::-webkit-progress-value { background-color: #ffd44b; background-color: -webkit-linear-gradient(right, #ffd44b, #fec100); background-color: linear-gradient(to left, #ffd44b, #fec100); } .progress-container progress[value^="3"]:not([value="3"])::-moz-progress-bar, .progress-container progress[value^="4"]:not([value="4"])::-moz-progress-bar, .progress-container progress[value^="5"]:not([value="5"])::-moz-progress-bar { background-color: #ffd44b; background-color: linear-gradient(to left, #ffd44b, #fec100); } .progress-container progress[value^="6"]:not([value="6"])::-webkit-progress-value, .progress-container progress[value^="7"]:not([value="7"])::-webkit-progress-value, .progress-container progress[value^="8"]:not([value="8"])::-webkit-progress-value, .progress-container progress[value^="9"]:not([value="9"])::-webkit-progress-value, .progress-container progress[value="100"]::-webkit-progress-value { background-color: #4fd364; background-color: -webkit-linear-gradient(right, #4fd364, #2bab3f); background-color: linear-gradient(to left, #4fd364, #2bab3f); } .progress-container progress[value^="6"]:not([value="6"])::-moz-progress-bar, .progress-container progress[value^="7"]:not([value="7"])::-moz-progress-bar, .progress-container progress[value^="8"]:not([value="8"])::-moz-progress-bar, .progress-container progress[value^="9"]:not([value="9"])::-moz-progress-bar, .progress-container progress[value="100"]::-moz-progress-bar { background-color: #4fd364; background-color: linear-gradient(to left, #4fd364, #2bab3f); } /* .progress-container progress:after { content: attr(value) "%"; margin-left: 20px; font-weight: bold; width: 2em; } */ .progress-container { background: #fff; font: normal normal 16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; /* border: 2px solid #eee; */ max-width: 100%; } .container { max-width: 100%; } body { width: 100vw; height: 100vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: normal normal 16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif,; /* -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; */ } * { box-sizing: border-box; -webkit-font-smoothing: antialiased; border: 0; padding: 0; margin: 0; outline: 0; } progress::-webkit-progress-bar { background-color: #d7d7d7; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */ progress{ height:20px; display:block; width:100px; } }
0.281307
0.088583
.aDrawer-wrapper{ position: relative; /*display: inline-flex;*/ /*display: flex; justify-content: center; align-items: center;*/ background-color: #3a3a3a; overflow: hidden; } .aDrawer{ position: absolute; background-size: 100% 100%; background-position: 0px 0px; background-repeat: no-repeat; /* overflow: hidden; */ } .aDrawer.show{ display: block; } .aDrawer-percent { position: absolute; padding: 3px 10px; left: calc(50% - 32px); top: calc(50% - 13px); color: white; background-color: rgba(0, 0, 0, 0.383); font-size: 15px; border-radius: 3px; opacity: 0; transition: opacity 0.5s ease; } /*悬浮窗*/ .ag-overlay { position: absolute; z-index: 1; } /*辅助样式*/ .aDrawer-loading{ position: absolute; width: 50px; height: 50px; left: calc(50% - 25px); top: calc(50% - 25px); background: url("./images/loading.png") 0px 0px no-repeat; background-size: 50px; transition: transform 1s ease-out; animation: time-loading 3.5s infinite linear; z-index: 2; } @keyframes time-loading{ 0%{ transform: rotateZ(0deg); } 30%{ transform: rotateZ(180deg); } 50%{ transform: rotateZ(180deg); } 80%{ transform: rotateZ(360deg); } 100%{ transform: rotateZ(360deg); } } .aDrawer-mask{ position: absolute; width: 300px; height: 154px; left: 0px; top: 0px; background-color: transparent; z-index: 3; /* cursor: url("./images/cursor/hand-open.ico"), auto; */ } .aDrawer-mask.dark{ background-color: rgba(6, 6, 6, 0.6); } .ag-smooth{ transform-origin: center center; /* transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); */ transition: all 0.5s ease-out; } .ag-back-transparent { background: transparent !important; } /* 抓手 */ .grab { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }
old-version/src/ag-img-drawer.css
.aDrawer-wrapper{ position: relative; /*display: inline-flex;*/ /*display: flex; justify-content: center; align-items: center;*/ background-color: #3a3a3a; overflow: hidden; } .aDrawer{ position: absolute; background-size: 100% 100%; background-position: 0px 0px; background-repeat: no-repeat; /* overflow: hidden; */ } .aDrawer.show{ display: block; } .aDrawer-percent { position: absolute; padding: 3px 10px; left: calc(50% - 32px); top: calc(50% - 13px); color: white; background-color: rgba(0, 0, 0, 0.383); font-size: 15px; border-radius: 3px; opacity: 0; transition: opacity 0.5s ease; } /*悬浮窗*/ .ag-overlay { position: absolute; z-index: 1; } /*辅助样式*/ .aDrawer-loading{ position: absolute; width: 50px; height: 50px; left: calc(50% - 25px); top: calc(50% - 25px); background: url("./images/loading.png") 0px 0px no-repeat; background-size: 50px; transition: transform 1s ease-out; animation: time-loading 3.5s infinite linear; z-index: 2; } @keyframes time-loading{ 0%{ transform: rotateZ(0deg); } 30%{ transform: rotateZ(180deg); } 50%{ transform: rotateZ(180deg); } 80%{ transform: rotateZ(360deg); } 100%{ transform: rotateZ(360deg); } } .aDrawer-mask{ position: absolute; width: 300px; height: 154px; left: 0px; top: 0px; background-color: transparent; z-index: 3; /* cursor: url("./images/cursor/hand-open.ico"), auto; */ } .aDrawer-mask.dark{ background-color: rgba(6, 6, 6, 0.6); } .ag-smooth{ transform-origin: center center; /* transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); */ transition: all 0.5s ease-out; } .ag-back-transparent { background: transparent !important; } /* 抓手 */ .grab { cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; } .grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }
0.390011
0.088072
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } body { color: #fcfafa; background: #223843; background-image: url('/img/elephant-bg.jpg'); background-blend-mode: multiply; background-repeat: no-repeat; background-size: cover; } html, body { font-family: 'ABeeZee', Ariel, Helvetica, Sans-serif; } #content-container p { font-size: 1.5rem; line-height: 2rem; margin-bottom: 25px; } #content-container h1, #content-container h2, #content-container h3, #content-container h4, #content-container h5 { font-family: 'Anton', Ariel, Helvetica, Sans-serif; } #content-container h1 { font-size: 4rem; text-transform: uppercase; letter-spacing: 0.45rem; } #content-container h2 { font-size: 2.5rem; padding-bottom: 10px; text-transform: capitalize; letter-spacing: 0.35rem; } #content-container h4 { font-size: 2.5rem; padding-bottom: 10px; } #content-container a { color: #d0e17b; text-decoration: none; } #content-container a:hover, #content-container a:focus { color: #542344; } #content-container ul li { font-size: 1.5rem; list-style-type: square; margin: 0 0 15px 25px; } #content-container .container { width: 80%; padding: 5%; } @media (min-width: 1000px) { #content-container { max-width: 1200px; border: 1px solid #223843; border-top: none; margin: 0 auto; background-color: #fcfafa; } } #content-container button { display: inline-block; width: 100%; background-color: transparent; border: none; padding-top: 50px; margin: 0 auto; } nav { display: flex; flex-basis: auto; align-items: center; background-color: #542344; padding: 5%; width: 100%; justify-content: center; } nav a, nav:visited { color: #d0e17b; text-decoration: none; font-size: 2rem; color: #fcfafa; padding: 0 10px 0 10px; } nav a:hover, nav:visited:hover, nav a:focus, nav:visited:focus { color: #d0e17b; } nav .logo { max-width: 100px; margin-top: 15px; border: 1px solid #fcfafa; } @media (min-width: 800px) { nav { padding: 10px; display: unset; border: 2px dotted #421c35; } nav a { padding: 15px; } } header { display: block; width: 100%; } header h1 { font-size: 4rem; text-transform: uppercase; letter-spacing: 0.45rem; text-align: center; font-family: 'Anton', Ariel, Helvetica, Sans-serif; margin: 7% auto; } @media (min-width: 1000px) { header h1 { padding-top: 5%; margin: 0 auto; } } @media (min-width: 1000px) { header { max-width: 1200px; border: 1px solid #223843; border-bottom: none; margin: 0 auto; background-color: #f26f39; } } #footer { background: #542344; text-align: center; padding: 25px 0 2px 0; } #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } @media (min-width: 800px) { #content-container #intro { padding-top: 75px; } } @media (min-width: 1000px) { #content-container #intro { border-radius: 100px; } } #content-container #supporter { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } #content-container #supporter .btn { border: 2px solid #f26f39; } #content-container #supporter img { max-width: 100%; border: 2px solid #fcfafa; margin-bottom: 25px; } #content-container #supporter h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } #content-container #organizer { background: #f26f39; width: 80%; margin: 25px auto 25px auto; padding-top: 50px; } #content-container #organizer h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } #content-container .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; } #content-container .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } #content-container .btn:hover { background-color: #d0e17b; color: #223843; border: 2px solid #223843; } .projects-page { background-image: url('/img/projects-bg.jpg'); background-size: cover; } .projects-page #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } .projects-page #content-container #intro h3 { line-height: 3rem; } @media (min-width: 800px) { .projects-page #content-container #intro { margin: 0 auto; } } .projects-page #content-container #projects { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } .projects-page #content-container #projects h3 { font-size: 2.5rem; margin-bottom: 25px; text-align: center; line-height: 3.5rem; } .projects-page #content-container #projects .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; } .projects-page #content-container #projects .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } .projects-page #content-container #projects .btn:hover { background: #f26f39; } .projects-page #content-container #projects #project-list { display: flex; flex-wrap: wrap; flex-direction: row; margin-bottom: 25px; } .projects-page #content-container #projects #project-list .project { color: #fcfafa; max-width: 100%; width: 100%; display: block; margin: 0 2.5% 0 2.5%; } .projects-page #content-container #projects #project-list .project h4 { font-family: 'ABeeZee', Ariel, Helvetica, Sans-serif; } .projects-page #content-container #projects #project-list .project img { width: 100%; border: 1px solid #223843; margin-bottom: 20%; } .projects-page #content-container #projects #project-list .project .project-info { font-size: 2rem; color: #f26f39; text-align: center; max-width: 100%; margin: 0 auto; text-transform: capitalize; } @media (min-width: 800px) { .projects-page #content-container #projects #project-list .project { max-width: 40%; flex-direction: row; margin: 0 auto; } } @media (min-width: 800px) { .projects-page #content-container #projects { padding: 5%; } } .contact-page { background-image: url('/img/contact-bg-02.jpg'); background-size: cover; background-position: left; background-repeat: repeat; } #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } #content-container #intro h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } @media (min-width: 800px) { #content-container #intro { margin: 0 auto; padding-top: 50px; } } #content-container #info { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } #content-container #info .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; border: 2px solid #f26f39; } #content-container #info .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } #content-container #info .btn:hover { background: #f26f39; } #content-container #info form { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } #content-container #info form label { font-size: 2rem; color: #223843; } #content-container #info form input { width: 100%; margin-bottom: 20px; padding: 10px 15px; } #content-container #info form fieldset { border: 1px solid #223843; padding: 20px; margin-bottom: 25px; } #content-container #info form fieldset legend { text-transform: capitalize; text-align: center; font-size: 2rem; margin-bottom: 25px; padding: 0 10px; }
css/index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { box-sizing: border-box; } html { font-size: 62.5%; } body { color: #fcfafa; background: #223843; background-image: url('/img/elephant-bg.jpg'); background-blend-mode: multiply; background-repeat: no-repeat; background-size: cover; } html, body { font-family: 'ABeeZee', Ariel, Helvetica, Sans-serif; } #content-container p { font-size: 1.5rem; line-height: 2rem; margin-bottom: 25px; } #content-container h1, #content-container h2, #content-container h3, #content-container h4, #content-container h5 { font-family: 'Anton', Ariel, Helvetica, Sans-serif; } #content-container h1 { font-size: 4rem; text-transform: uppercase; letter-spacing: 0.45rem; } #content-container h2 { font-size: 2.5rem; padding-bottom: 10px; text-transform: capitalize; letter-spacing: 0.35rem; } #content-container h4 { font-size: 2.5rem; padding-bottom: 10px; } #content-container a { color: #d0e17b; text-decoration: none; } #content-container a:hover, #content-container a:focus { color: #542344; } #content-container ul li { font-size: 1.5rem; list-style-type: square; margin: 0 0 15px 25px; } #content-container .container { width: 80%; padding: 5%; } @media (min-width: 1000px) { #content-container { max-width: 1200px; border: 1px solid #223843; border-top: none; margin: 0 auto; background-color: #fcfafa; } } #content-container button { display: inline-block; width: 100%; background-color: transparent; border: none; padding-top: 50px; margin: 0 auto; } nav { display: flex; flex-basis: auto; align-items: center; background-color: #542344; padding: 5%; width: 100%; justify-content: center; } nav a, nav:visited { color: #d0e17b; text-decoration: none; font-size: 2rem; color: #fcfafa; padding: 0 10px 0 10px; } nav a:hover, nav:visited:hover, nav a:focus, nav:visited:focus { color: #d0e17b; } nav .logo { max-width: 100px; margin-top: 15px; border: 1px solid #fcfafa; } @media (min-width: 800px) { nav { padding: 10px; display: unset; border: 2px dotted #421c35; } nav a { padding: 15px; } } header { display: block; width: 100%; } header h1 { font-size: 4rem; text-transform: uppercase; letter-spacing: 0.45rem; text-align: center; font-family: 'Anton', Ariel, Helvetica, Sans-serif; margin: 7% auto; } @media (min-width: 1000px) { header h1 { padding-top: 5%; margin: 0 auto; } } @media (min-width: 1000px) { header { max-width: 1200px; border: 1px solid #223843; border-bottom: none; margin: 0 auto; background-color: #f26f39; } } #footer { background: #542344; text-align: center; padding: 25px 0 2px 0; } #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } @media (min-width: 800px) { #content-container #intro { padding-top: 75px; } } @media (min-width: 1000px) { #content-container #intro { border-radius: 100px; } } #content-container #supporter { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } #content-container #supporter .btn { border: 2px solid #f26f39; } #content-container #supporter img { max-width: 100%; border: 2px solid #fcfafa; margin-bottom: 25px; } #content-container #supporter h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } #content-container #organizer { background: #f26f39; width: 80%; margin: 25px auto 25px auto; padding-top: 50px; } #content-container #organizer h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } #content-container .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; } #content-container .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } #content-container .btn:hover { background-color: #d0e17b; color: #223843; border: 2px solid #223843; } .projects-page { background-image: url('/img/projects-bg.jpg'); background-size: cover; } .projects-page #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } .projects-page #content-container #intro h3 { line-height: 3rem; } @media (min-width: 800px) { .projects-page #content-container #intro { margin: 0 auto; } } .projects-page #content-container #projects { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } .projects-page #content-container #projects h3 { font-size: 2.5rem; margin-bottom: 25px; text-align: center; line-height: 3.5rem; } .projects-page #content-container #projects .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; } .projects-page #content-container #projects .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } .projects-page #content-container #projects .btn:hover { background: #f26f39; } .projects-page #content-container #projects #project-list { display: flex; flex-wrap: wrap; flex-direction: row; margin-bottom: 25px; } .projects-page #content-container #projects #project-list .project { color: #fcfafa; max-width: 100%; width: 100%; display: block; margin: 0 2.5% 0 2.5%; } .projects-page #content-container #projects #project-list .project h4 { font-family: 'ABeeZee', Ariel, Helvetica, Sans-serif; } .projects-page #content-container #projects #project-list .project img { width: 100%; border: 1px solid #223843; margin-bottom: 20%; } .projects-page #content-container #projects #project-list .project .project-info { font-size: 2rem; color: #f26f39; text-align: center; max-width: 100%; margin: 0 auto; text-transform: capitalize; } @media (min-width: 800px) { .projects-page #content-container #projects #project-list .project { max-width: 40%; flex-direction: row; margin: 0 auto; } } @media (min-width: 800px) { .projects-page #content-container #projects { padding: 5%; } } .contact-page { background-image: url('/img/contact-bg-02.jpg'); background-size: cover; background-position: left; background-repeat: repeat; } #content-container #intro { display: block; margin: -10% auto 0 auto; background: #f26f39; color: #fcfafa; } #content-container #intro h3 { font-size: 2rem; margin-bottom: 25px; letter-spacing: 0.3rem; text-align: center; } @media (min-width: 800px) { #content-container #intro { margin: 0 auto; padding-top: 50px; } } #content-container #info { background: #fcfafa; color: #542344; margin: 25px auto 0 auto; width: 100%; padding: 10% 15%; } #content-container #info .btn { color: #fcfafa; background-color: #542344; border: 2px solid #d0e17b; border-radius: 10px; font-size: 1.5rem; padding: 10px; text-align: center; font-weight: 700; width: 50%; cursor: pointer; margin: 0 auto; display: inline-block; border: 2px solid #f26f39; } #content-container #info .btn:hover { color: #ffffff; border: 2px solid #d0e17b; } #content-container #info .btn:hover { background: #f26f39; } #content-container #info form { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; } #content-container #info form label { font-size: 2rem; color: #223843; } #content-container #info form input { width: 100%; margin-bottom: 20px; padding: 10px 15px; } #content-container #info form fieldset { border: 1px solid #223843; padding: 20px; margin-bottom: 25px; } #content-container #info form fieldset legend { text-transform: capitalize; text-align: center; font-size: 2rem; margin-bottom: 25px; padding: 0 10px; }
0.271735
0.060142
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);.menuzord, .menuzord *{font-family:'Open Sans', sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .menuzord{width:100%;padding:0 30px;float:left;position:relative;background:#fff;} .menuzord a{-o-transition:color .3s linear, background .3s linear;-moz-transition:color .3s linear, background .3s linear;-webkit-transition:color .3s linear, background .3s linear;transition:color .3s linear, background .3s linear;} .menuzord-menu.scrollable > .scrollable-fix{display:none;} .menuzord-brand{margin:18px 30px 0 0;float:left;color:#666;text-decoration:none;font-size:24px;font-weight:600;line-height:1.3;cursor:pointer;} .menuzord-menu{margin:0;padding:0;float:left;list-style:none;} .menuzord-menu.menuzord-right{float:right;} .menuzord-menu > li{display:inline-block;float:left;} .menuzord-menu > li > a{padding:26px 16px;display:inline-block;text-decoration:none;font-size:14px;font-weight:600;color:#888;outline:0;line-height:1.42857143;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;} .menuzord-menu > li.active > a, .menuzord-menu > li:hover > a{color:#333;} .menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99;min-width:180px;white-space:nowrap;background:#fff;} .menuzord-menu ul.dropdown li ul.dropdown{left:100%;} .menuzord-menu ul.dropdown li{clear:both;width:100%;border:0 none;font-size:12px;position:relative;} .menuzord-menu ul.dropdown li a{width:100%;background:none;padding:10px 25px 10px 22px;color:#888;text-decoration:none;display:inline-block;float:left;clear:both;position:relative;outline:0;-o-transition:padding .2s linear;-moz-transition:padding .2s linear;-webkit-transition:padding .2s linear;transition:padding .2s linear;} .menuzord-menu ul.dropdown li:hover > a{} .menuzord-menu ul.dropdown.dropdown-left{left:none;} .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{left:-100%;} .menuzord-menu li .indicator{margin-left:3px;} .menuzord-menu li ul.dropdown li .indicator{position:absolute;top:8px;right:10px;font-size:15px;} .menuzord-menu > li > .megamenu{width:100%;padding:20px 30px;left:0;position:absolute;display:none;z-index:99;border-top:solid 1px #f0f0f0;background:#fff;} .menuzord-menu > li > .megamenu.megamenu-half-width{width:50%;left:auto;} .menuzord-menu > li > .megamenu.megamenu-quarter-width{width:25%;left:auto;} .menuzord-menu > li > .megamenu .megamenu-row{width:100%;margin-top:15px;} .menuzord-menu > li > .megamenu .megamenu-row:first-child{margin-top:0;} .menuzord-menu > li > .megamenu .megamenu-row:before, .menuzord-menu > li > .megamenu .megamenu-row:after{display:table;content:"";line-height:0;} .menuzord-menu > li > .megamenu .megamenu-row:after{clear:both;} .menuzord-menu > li > .megamenu .megamenu-row .col1, .menuzord-menu > li > .megamenu .megamenu-row .col2, .menuzord-menu > li > .megamenu .megamenu-row .col3, .menuzord-menu > li > .megamenu .megamenu-row .col4, .menuzord-menu > li > .megamenu .megamenu-row .col5, .menuzord-menu > li > .megamenu .megamenu-row .col6, .menuzord-menu > li > .megamenu .megamenu-row .col7, .menuzord-menu > li > .megamenu .megamenu-row .col8, .menuzord-menu > li > .megamenu .megamenu-row .col9, .menuzord-menu > li > .megamenu .megamenu-row .col10, .menuzord-menu > li > .megamenu .megamenu-row .col11, .menuzord-menu > li > .megamenu .megamenu-row .col12{display:block;min-height:20px;float:left;margin-left:3%;} .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child{margin-left:0;} .menuzord-menu > li > .megamenu .megamenu-row .col1{width:5.583333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col2{width:14.166666666666%;} .menuzord-menu > li > .megamenu .megamenu-row .col3{width:22.75%;} .menuzord-menu > li > .megamenu .megamenu-row .col4{width:31.333333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col5{width:39.916666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col6{width:48.5%;} .menuzord-menu > li > .megamenu .megamenu-row .col7{width:57.083333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col8{width:65.666666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col9{width:74.25%;} .menuzord-menu > li > .megamenu .megamenu-row .col10{width:82.833333333334%;} .menuzord-menu > li > .megamenu .megamenu-row .col11{width:91.416666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col12{width:100%;} .menuzord .showhide{width:60px;height:46px;padding:13px 0 0;display:none;float:right;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;} .menuzord .showhide em{width:25px;height:4px;margin:5.5px 20px 0;float:right;background:#AFAFAF;} .menuzord-menu > li > a > i{margin:0 5px 0 0;font-size:18px;float:left;line-height:20px;font-family:'FontAwesome';} .menuzord-menu > li.search form{float:left;padding:22px 16px 17px;} .menuzord-menu > li.search form input[type="text"]{width:160px;padding:5px 10px;font-family:'Open Sans', sans-serif;border:none;background:#f0f0f0;border-radius:2px;outline:0;-o-transition:width 1s ease-out;-moz-transition:width 1s ease-out;-webkit-transition:width 1s ease-out;transition:width 1s ease-out;} .menuzord-menu > li.search form:hover input[type="text"]{width:160px;} .menuzord-tabs{width:100%;float:left;} .menuzord-tabs-nav{width:20%;margin:0;padding:0;float:left;list-style:none;} .menuzord-tabs-nav > li > a{width:100%;padding:7px 16px;float:left;font-size:13px;text-decoration:none;color:#666;border:solid 1px #f0f0f0;outline:0;} .menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a{background:#f0f0f0;} .menuzord-tabs-content{width:80%;min-height:30px;padding:20px;float:right;display:none;font-size:13px;border:solid 1px #f0f0f0;} .menuzord-tabs-content.active{display:block;} .menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{color:#4A89DC;} .menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a{color:#37BC9B;} .menuzord.red .menuzord-menu > li.active > a, .menuzord.red .menuzord-menu > li:hover > a, .menuzord.red .menuzord-menu ul.dropdown li:hover > a{color:#E9573F;} .menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a{color:#ff670f;} .menuzord.yellow .menuzord-menu > li.active > a, .menuzord.yellow .menuzord-menu > li:hover > a, .menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{color:#F6BB42;} .menuzord.purple .menuzord-menu > li.active > a, .menuzord.purple .menuzord-menu > li:hover > a, .menuzord.purple .menuzord-menu ul.dropdown li:hover > a{color:#967ADC;} .menuzord.pink .menuzord-menu > li.active > a, .menuzord.pink .menuzord-menu > li:hover > a, .menuzord.pink .menuzord-menu ul.dropdown li:hover > a{color:#D770AD;} @media (max-width:768px){.menuzord-responsive.menuzord{padding:0;} .menuzord-responsive .menuzord-brand{margin:8px 30px 10px 20px;font-size:20px;line-height:1.55;} .menuzord-responsive .showhide{margin:0;} .menuzord-responsive .menuzord-menu{width:100%;float:left !important;} .menuzord-responsive .menuzord-menu.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch;} .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix{display:block;} .menuzord-responsive .menuzord-menu > li{width:100%;display:block;position:relative;} .menuzord-responsive .menuzord-menu > li > a{width:100%;padding:12px 20px!important;display:block;border-bottom:solid 1px #f0f0f0;background:#fff;color:#000!important;} .menuzord-responsive .menuzord-menu > li:first-child > a{border-top:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{width:100%;left:0;position:static;border:none;background:#fff;float:left;} .menuzord-responsive .menuzord-menu ul.dropdown li{position:relative;} .menuzord-responsive .menuzord-menu ul.dropdown li a{border-bottom:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a{padding-left:40px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a{padding-left:60px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{padding-left:80px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a{padding-left:50px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a{padding-left:70px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a{padding-left:90px !important;} .menuzord-responsive .menuzord-menu li .indicator{width:60px;height:45px;position:absolute;right:0;top:0;font-size:22px;text-align:center;line-height:43px;border-left:solid 1px #f5f5f5;} .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{height:38px;right:0;top:0;font-size:18px;line-height:36px;} .menuzord-responsive .menuzord-menu > li > .megamenu{width:100% !important;left:0 !important;position:static;border-top:none;border-bottom:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]{float:none;display:block;width:100% !important;margin-left:0;margin-top:15px;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child{margin-top:0;background:#fff;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row{margin-top:0;background:#fff;} .menuzord-responsive .menuzord-menu > li.search form{width:100%;margin:4px 0;padding:10px 16px !important;} .menuzord-responsive .menuzord-menu > li.search form input[type="text"]{width:100%;} .menuzord-responsive .menuzord-tabs-nav{width:100%;} .menuzord-responsive .menuzord-tabs-content{width:100%;} }
frontend_asset/css/menuzord.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);.menuzord, .menuzord *{font-family:'Open Sans', sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .menuzord{width:100%;padding:0 30px;float:left;position:relative;background:#fff;} .menuzord a{-o-transition:color .3s linear, background .3s linear;-moz-transition:color .3s linear, background .3s linear;-webkit-transition:color .3s linear, background .3s linear;transition:color .3s linear, background .3s linear;} .menuzord-menu.scrollable > .scrollable-fix{display:none;} .menuzord-brand{margin:18px 30px 0 0;float:left;color:#666;text-decoration:none;font-size:24px;font-weight:600;line-height:1.3;cursor:pointer;} .menuzord-menu{margin:0;padding:0;float:left;list-style:none;} .menuzord-menu.menuzord-right{float:right;} .menuzord-menu > li{display:inline-block;float:left;} .menuzord-menu > li > a{padding:26px 16px;display:inline-block;text-decoration:none;font-size:14px;font-weight:600;color:#888;outline:0;line-height:1.42857143;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;} .menuzord-menu > li.active > a, .menuzord-menu > li:hover > a{color:#333;} .menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99;min-width:180px;white-space:nowrap;background:#fff;} .menuzord-menu ul.dropdown li ul.dropdown{left:100%;} .menuzord-menu ul.dropdown li{clear:both;width:100%;border:0 none;font-size:12px;position:relative;} .menuzord-menu ul.dropdown li a{width:100%;background:none;padding:10px 25px 10px 22px;color:#888;text-decoration:none;display:inline-block;float:left;clear:both;position:relative;outline:0;-o-transition:padding .2s linear;-moz-transition:padding .2s linear;-webkit-transition:padding .2s linear;transition:padding .2s linear;} .menuzord-menu ul.dropdown li:hover > a{} .menuzord-menu ul.dropdown.dropdown-left{left:none;} .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{left:-100%;} .menuzord-menu li .indicator{margin-left:3px;} .menuzord-menu li ul.dropdown li .indicator{position:absolute;top:8px;right:10px;font-size:15px;} .menuzord-menu > li > .megamenu{width:100%;padding:20px 30px;left:0;position:absolute;display:none;z-index:99;border-top:solid 1px #f0f0f0;background:#fff;} .menuzord-menu > li > .megamenu.megamenu-half-width{width:50%;left:auto;} .menuzord-menu > li > .megamenu.megamenu-quarter-width{width:25%;left:auto;} .menuzord-menu > li > .megamenu .megamenu-row{width:100%;margin-top:15px;} .menuzord-menu > li > .megamenu .megamenu-row:first-child{margin-top:0;} .menuzord-menu > li > .megamenu .megamenu-row:before, .menuzord-menu > li > .megamenu .megamenu-row:after{display:table;content:"";line-height:0;} .menuzord-menu > li > .megamenu .megamenu-row:after{clear:both;} .menuzord-menu > li > .megamenu .megamenu-row .col1, .menuzord-menu > li > .megamenu .megamenu-row .col2, .menuzord-menu > li > .megamenu .megamenu-row .col3, .menuzord-menu > li > .megamenu .megamenu-row .col4, .menuzord-menu > li > .megamenu .megamenu-row .col5, .menuzord-menu > li > .megamenu .megamenu-row .col6, .menuzord-menu > li > .megamenu .megamenu-row .col7, .menuzord-menu > li > .megamenu .megamenu-row .col8, .menuzord-menu > li > .megamenu .megamenu-row .col9, .menuzord-menu > li > .megamenu .megamenu-row .col10, .menuzord-menu > li > .megamenu .megamenu-row .col11, .menuzord-menu > li > .megamenu .megamenu-row .col12{display:block;min-height:20px;float:left;margin-left:3%;} .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child{margin-left:0;} .menuzord-menu > li > .megamenu .megamenu-row .col1{width:5.583333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col2{width:14.166666666666%;} .menuzord-menu > li > .megamenu .megamenu-row .col3{width:22.75%;} .menuzord-menu > li > .megamenu .megamenu-row .col4{width:31.333333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col5{width:39.916666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col6{width:48.5%;} .menuzord-menu > li > .megamenu .megamenu-row .col7{width:57.083333333333%;} .menuzord-menu > li > .megamenu .megamenu-row .col8{width:65.666666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col9{width:74.25%;} .menuzord-menu > li > .megamenu .megamenu-row .col10{width:82.833333333334%;} .menuzord-menu > li > .megamenu .megamenu-row .col11{width:91.416666666667%;} .menuzord-menu > li > .megamenu .megamenu-row .col12{width:100%;} .menuzord .showhide{width:60px;height:46px;padding:13px 0 0;display:none;float:right;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;} .menuzord .showhide em{width:25px;height:4px;margin:5.5px 20px 0;float:right;background:#AFAFAF;} .menuzord-menu > li > a > i{margin:0 5px 0 0;font-size:18px;float:left;line-height:20px;font-family:'FontAwesome';} .menuzord-menu > li.search form{float:left;padding:22px 16px 17px;} .menuzord-menu > li.search form input[type="text"]{width:160px;padding:5px 10px;font-family:'Open Sans', sans-serif;border:none;background:#f0f0f0;border-radius:2px;outline:0;-o-transition:width 1s ease-out;-moz-transition:width 1s ease-out;-webkit-transition:width 1s ease-out;transition:width 1s ease-out;} .menuzord-menu > li.search form:hover input[type="text"]{width:160px;} .menuzord-tabs{width:100%;float:left;} .menuzord-tabs-nav{width:20%;margin:0;padding:0;float:left;list-style:none;} .menuzord-tabs-nav > li > a{width:100%;padding:7px 16px;float:left;font-size:13px;text-decoration:none;color:#666;border:solid 1px #f0f0f0;outline:0;} .menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a{background:#f0f0f0;} .menuzord-tabs-content{width:80%;min-height:30px;padding:20px;float:right;display:none;font-size:13px;border:solid 1px #f0f0f0;} .menuzord-tabs-content.active{display:block;} .menuzord.blue .menuzord-menu > li.active > a, .menuzord.blue .menuzord-menu > li:hover > a, .menuzord.blue .menuzord-menu ul.dropdown li:hover > a{color:#4A89DC;} .menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a{color:#37BC9B;} .menuzord.red .menuzord-menu > li.active > a, .menuzord.red .menuzord-menu > li:hover > a, .menuzord.red .menuzord-menu ul.dropdown li:hover > a{color:#E9573F;} .menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a{color:#ff670f;} .menuzord.yellow .menuzord-menu > li.active > a, .menuzord.yellow .menuzord-menu > li:hover > a, .menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{color:#F6BB42;} .menuzord.purple .menuzord-menu > li.active > a, .menuzord.purple .menuzord-menu > li:hover > a, .menuzord.purple .menuzord-menu ul.dropdown li:hover > a{color:#967ADC;} .menuzord.pink .menuzord-menu > li.active > a, .menuzord.pink .menuzord-menu > li:hover > a, .menuzord.pink .menuzord-menu ul.dropdown li:hover > a{color:#D770AD;} @media (max-width:768px){.menuzord-responsive.menuzord{padding:0;} .menuzord-responsive .menuzord-brand{margin:8px 30px 10px 20px;font-size:20px;line-height:1.55;} .menuzord-responsive .showhide{margin:0;} .menuzord-responsive .menuzord-menu{width:100%;float:left !important;} .menuzord-responsive .menuzord-menu.scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch;} .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix{display:block;} .menuzord-responsive .menuzord-menu > li{width:100%;display:block;position:relative;} .menuzord-responsive .menuzord-menu > li > a{width:100%;padding:12px 20px!important;display:block;border-bottom:solid 1px #f0f0f0;background:#fff;color:#000!important;} .menuzord-responsive .menuzord-menu > li:first-child > a{border-top:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{width:100%;left:0;position:static;border:none;background:#fff;float:left;} .menuzord-responsive .menuzord-menu ul.dropdown li{position:relative;} .menuzord-responsive .menuzord-menu ul.dropdown li a{border-bottom:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a{padding-left:40px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a{padding-left:60px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{padding-left:80px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a{padding-left:50px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a{padding-left:70px !important;} .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a{padding-left:90px !important;} .menuzord-responsive .menuzord-menu li .indicator{width:60px;height:45px;position:absolute;right:0;top:0;font-size:22px;text-align:center;line-height:43px;border-left:solid 1px #f5f5f5;} .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{height:38px;right:0;top:0;font-size:18px;line-height:36px;} .menuzord-responsive .menuzord-menu > li > .megamenu{width:100% !important;left:0 !important;position:static;border-top:none;border-bottom:solid 1px #f0f0f0;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]{float:none;display:block;width:100% !important;margin-left:0;margin-top:15px;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child{margin-top:0;background:#fff;} .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row{margin-top:0;background:#fff;} .menuzord-responsive .menuzord-menu > li.search form{width:100%;margin:4px 0;padding:10px 16px !important;} .menuzord-responsive .menuzord-menu > li.search form input[type="text"]{width:100%;} .menuzord-responsive .menuzord-tabs-nav{width:100%;} .menuzord-responsive .menuzord-tabs-content{width:100%;} }
0.230054
0.035813
@charset "utf-8"; .side-menu { position: fixed; right: 0; top: 35%; z-index: 90; } .side-menu .side-nav { position: relative; float: left; z-index: 99; } .side-menu .side-nav ul li { width: 55px; height: 45px; background-color: #2a2a2a; margin-top: 10px; } .side-menu .side-nav ul li a { display: inline-block; width: 100%; height: 100%; } .side-menu .side-nav ul li:hover { background-color: #2883E1; } .side-menu .side-nav ul li.nav-letter { background-image: url(../images/Ce-xf.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-letter span { height: 16px; line-height: 16px; font-size: 10px; color: #fff; padding: 0 5px; text-align: center; display: inline-block; background-color: #f2493b; border-radius: 16px; position: relative; right: -32px; top: 5px; } .side-menu .side-nav ul li.nav-tel { background-image: url(../images/Ce-tel.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-edit { background-image: url(../images/Ce-edit.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-people { background-image: url(../images/Ce-people.png); background-repeat: no-repeat; background-position: center center; } .side-menu .tel-window { background-color: #fff; margin-top: -200px; margin-right: 20px; float: left; width: 363px; height: 616px; box-shadow: 0px 0px 5px 1px #d7d7d7; } .side-menu .tel-window .tel-window-nav { height: 49px; border-bottom: 1px solid #ddd; position: relative; } .side-menu .tel-window .tel-window-nav p { padding-left: 20px; line-height: 49px; color: #666; font-size: 18px; } .side-menu .tel-window .tel-window-nav p .all-record { color: #2883E1; padding-left: 10px; font-size: 14px; } .side-menu .tel-window .tel-window-nav .tel-close { background: url(../images/tel-close.png) no-repeat center; width: 10px; height: 10px; display: inherit; position: absolute; right: 19px; top: 20px; z-index: 3; } .side-menu .tel-window .layui-tab { margin: 0; } .side-menu .tel-window .layui-tab .layui-tab-title { border: 0; height: 65px; } .side-menu .tel-window .layui-tab .layui-tab-title li { padding: 0; width: 90px; height: 64px; line-height: 1; color: #999; border-bottom: 1px solid #ddd; background-color: #f5f5f5; } .side-menu .tel-window .layui-tab .layui-tab-title li i { display: block; width: 24px; height: 24px; margin: 9px auto 9px; } .side-menu .tel-window .layui-tab .layui-tab-title li.lately-contact i { background: url(../images/Ce-gay.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.call i { background: url(../images/Ce-gay.png) no-repeat -30px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.custom-dial i { background: url(../images/Ce-gay.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.unknown-customer i { background: url(../images/Ce-gay.png) no-repeat -90px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.lately-contact.layui-this i { background: url(../images/Ce-blue.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.call.layui-this i { background: url(../images/Ce-blue.png) no-repeat -30px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.custom-dial.layui-this i { background: url(../images/Ce-blue.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.unknown-customer.layui-this i { background: url(../images/Ce-blue.png) no-repeat -90px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li + li { border-left: 1px solid #ddd; } .side-menu .tel-window .layui-tab .layui-tab-title .layui-this { color: #2883E1; background-color: #fff; border-bottom: 1px solid #fff; } .side-menu .tel-window .layui-tab .layui-tab-title .layui-this:after { border: 0; } .side-menu .tel-window .layui-tab .layui-tab-content { overflow: hidden; padding: 0; position: relative; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li { padding: 0 20px; height: 69px; border-bottom: 1px solid #f5f5f5; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head { float: left; height: 100%; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head img { border-radius: 50%; margin-top: 17px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head h2 { font-size: 14px; color: #222; width: 125px; margin: -35px 0 3px 46px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head p { font-size: 12px; color: #666; width: 125px; margin-left: 46px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon { display: none; float: right; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon a { display: inline-block; height: 18px; width: 18px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon a + a { margin: 25px 0 0 19px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-call { background: url(../images/contact-gay.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-call:hover { background: url(../images/contact-gay-hover.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-record { background: url(../images/contact-gay.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-record:hover { background: url(../images/contact-gay-hover.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-addrecord { background: url(../images/contact-gay.png) no-repeat -40px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-addrecord:hover { background: url(../images/contact-gay-hover.png) no-repeat -40px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-remove { background: url(../images/contact-gay.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-remove:hover { background: url(../images/contact-gay-hover.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li:hover { background-color: #fcfcfc; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li:hover .contact-icon { display: block; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 .no-data { background: url(../images/no-contact.png) no-repeat center; width: 100%; min-height: 400px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 .no-customer { background: url(../images/no-customer.png) no-repeat center; width: 100%; min-height: 400px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 { text-align: center; padding: 0 43px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box { position: relative; border-bottom: 1px solid #eee; padding: 10px 0; margin-top: 30px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box input { border: 0; color: #222; font-size: 30px; width: 277px; text-align: center; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box span { position: absolute; display: inline-block; height: 16px; width: 16px; top: 18px; right: 10px; background: url(../images/delete-tel.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box span:hover { background: url(../images/delete-tel.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 dl { margin-top: 19px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 dl dd { float: left; width: 91px; height: 60px; background-color: #f5f5f5; font-size: 24px; color: #666; line-height: 60px; text-align: center; margin: 1px 0 0 1px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 button { width: 249px; height: 58px; background: url(../images/Ce-bth.png) no-repeat 0 -60px; border: 0; margin-top: 30px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 { text-align: center; overflow: hidden; min-height: 500px; background-color: #eff6ff; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav { background-color: #fff; position: relative; z-index: 10; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav img { position: absolute; margin: 49px 0; border-radius: 50%; left: 141px; z-index: 10; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line { position: absolute; top: 11px; left: 104px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line p { position: absolute; top: 0; border: 1px solid #efefef; width: 154px; height: 154px; border-radius: 50%; opacity: 0.0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line1item { opacity: 0.0; animation: cline 2.4s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line2item { opacity: 0.0; animation: cline 2.4s 0.6s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line3item { opacity: 0.0; animation: cline 2.4s 1.2s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line4item { opacity: 0.0; animation: cline 2.4s 1.8s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text { position: relative; z-index: 11; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-name { font-size: 18px; color: #222; margin-top: 160px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-tel { font-size: 30px; color: #222; margin-top: 15px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-warn { font-size: 14px; color: #999; margin-top: 12px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way { margin-top: 40px; position: relative; z-index: 10; padding-bottom: 50px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way p { color: #2883E1; font-size: 14px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way .contact-bth { width: 249px; height: 58px; border: 0; margin-top: 15px; background: url(../images/Ce-bth.png) no-repeat 0 -60px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way .contact-bth.active { background: url(../images/Ce-bth.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box { position: absolute; min-height: 330px; width: 100%; top: 0; z-index: 9; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:before, .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:after { content: ""; position: absolute; left: 40%; min-width: 1500px; min-height: 1500px; background-color: #fff; animation-name: rotate; animation-iteration-count: infinite; animation-timing-function: linear; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:before { bottom: 22px; border-radius: 43%; animation-duration: 12s; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:after { bottom: 12px; opacity: .5; border-radius: 49%; animation-duration: 12s; } .side-menu .remarks-group { margin-right: 20px; width: 250px; padding-bottom: 20px; height: 525px; margin-top: -155px; float: left; box-shadow: 0px 0px 5px 1px #d7d7d7; background-color: #fff; } .side-menu .remarks-group .window-nav { height: 49px; border-bottom: 1px solid #ddd; padding: 0 20px; position: relative; } .side-menu .remarks-group .window-nav p { color: #666; font-size: 18px; line-height: 49px; } .side-menu .remarks-group .window-nav .window-close { background: url(../images/tel-close.png) no-repeat center; width: 10px; height: 10px; display: inherit; position: absolute; z-index: 3; right: 19px; top: 20px; } .side-menu .remarks-group .action-box { padding: 0 20px; } .side-menu .remarks-group .action-box ul { padding-bottom: 20px; padding-top: 10px; } .side-menu .remarks-group .action-box .choose-finish { border-bottom: 1px solid #eee; margin-left: -10px; } .side-menu .remarks-group .action-box .choose-finish li { background-color: #2883E1; height: 28px; color: #fff; font-size: 14px; float: left; margin-left: 10px; line-height: 28px; border-radius: 3px; margin-top: 10px; padding: 0 10px; } .side-menu .remarks-group .action-box .choose-finish li a { width: 8px; height: 8px; display: inline-block; margin-left: 10px; background: url(../images/r-close.png) no-repeat center; } .side-menu .remarks-group .action-box .choose-wait { margin-left: -20px; } .side-menu .remarks-group .action-box .choose-wait li { height: 26px; color: #666; font-size: 14px; float: left; margin-left: 20px; line-height: 26px; border: 1px solid #eee; border-radius: 3px; margin-top: 10px; padding: 0 10px; } .side-menu .group-window { width: 250px; height: auto; margin-top: -82px; } .side-menu .group-window .group-warning { color: #f2493b; font-size: 12px; } .side-menu .group-window .group-warning i { vertical-align: middle; } @keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @-webkit-keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @keyframes rotate { 0% { transform: translate(-50%, 0) rotateZ(0deg); } 25% { transform: translate(-50%, -2%) rotateZ(90deg); } 50% { transform: translate(-50%, -2%) rotateZ(180deg); } 75% { transform: translate(-50%, -2%) rotateZ(270deg); } 100% { transform: translate(-50%, 0%) rotateZ(360deg); } }
public/assets/css/tel-window.css
@charset "utf-8"; .side-menu { position: fixed; right: 0; top: 35%; z-index: 90; } .side-menu .side-nav { position: relative; float: left; z-index: 99; } .side-menu .side-nav ul li { width: 55px; height: 45px; background-color: #2a2a2a; margin-top: 10px; } .side-menu .side-nav ul li a { display: inline-block; width: 100%; height: 100%; } .side-menu .side-nav ul li:hover { background-color: #2883E1; } .side-menu .side-nav ul li.nav-letter { background-image: url(../images/Ce-xf.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-letter span { height: 16px; line-height: 16px; font-size: 10px; color: #fff; padding: 0 5px; text-align: center; display: inline-block; background-color: #f2493b; border-radius: 16px; position: relative; right: -32px; top: 5px; } .side-menu .side-nav ul li.nav-tel { background-image: url(../images/Ce-tel.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-edit { background-image: url(../images/Ce-edit.png); background-repeat: no-repeat; background-position: center center; } .side-menu .side-nav ul li.nav-people { background-image: url(../images/Ce-people.png); background-repeat: no-repeat; background-position: center center; } .side-menu .tel-window { background-color: #fff; margin-top: -200px; margin-right: 20px; float: left; width: 363px; height: 616px; box-shadow: 0px 0px 5px 1px #d7d7d7; } .side-menu .tel-window .tel-window-nav { height: 49px; border-bottom: 1px solid #ddd; position: relative; } .side-menu .tel-window .tel-window-nav p { padding-left: 20px; line-height: 49px; color: #666; font-size: 18px; } .side-menu .tel-window .tel-window-nav p .all-record { color: #2883E1; padding-left: 10px; font-size: 14px; } .side-menu .tel-window .tel-window-nav .tel-close { background: url(../images/tel-close.png) no-repeat center; width: 10px; height: 10px; display: inherit; position: absolute; right: 19px; top: 20px; z-index: 3; } .side-menu .tel-window .layui-tab { margin: 0; } .side-menu .tel-window .layui-tab .layui-tab-title { border: 0; height: 65px; } .side-menu .tel-window .layui-tab .layui-tab-title li { padding: 0; width: 90px; height: 64px; line-height: 1; color: #999; border-bottom: 1px solid #ddd; background-color: #f5f5f5; } .side-menu .tel-window .layui-tab .layui-tab-title li i { display: block; width: 24px; height: 24px; margin: 9px auto 9px; } .side-menu .tel-window .layui-tab .layui-tab-title li.lately-contact i { background: url(../images/Ce-gay.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.call i { background: url(../images/Ce-gay.png) no-repeat -30px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.custom-dial i { background: url(../images/Ce-gay.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.unknown-customer i { background: url(../images/Ce-gay.png) no-repeat -90px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.lately-contact.layui-this i { background: url(../images/Ce-blue.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.call.layui-this i { background: url(../images/Ce-blue.png) no-repeat -30px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.custom-dial.layui-this i { background: url(../images/Ce-blue.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li.unknown-customer.layui-this i { background: url(../images/Ce-blue.png) no-repeat -90px 0; } .side-menu .tel-window .layui-tab .layui-tab-title li + li { border-left: 1px solid #ddd; } .side-menu .tel-window .layui-tab .layui-tab-title .layui-this { color: #2883E1; background-color: #fff; border-bottom: 1px solid #fff; } .side-menu .tel-window .layui-tab .layui-tab-title .layui-this:after { border: 0; } .side-menu .tel-window .layui-tab .layui-tab-content { overflow: hidden; padding: 0; position: relative; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li { padding: 0 20px; height: 69px; border-bottom: 1px solid #f5f5f5; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head { float: left; height: 100%; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head img { border-radius: 50%; margin-top: 17px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head h2 { font-size: 14px; color: #222; width: 125px; margin: -35px 0 3px 46px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-head p { font-size: 12px; color: #666; width: 125px; margin-left: 46px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon { display: none; float: right; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon a { display: inline-block; height: 18px; width: 18px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon a + a { margin: 25px 0 0 19px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-call { background: url(../images/contact-gay.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-call:hover { background: url(../images/contact-gay-hover.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-record { background: url(../images/contact-gay.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-record:hover { background: url(../images/contact-gay-hover.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-addrecord { background: url(../images/contact-gay.png) no-repeat -40px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-addrecord:hover { background: url(../images/contact-gay-hover.png) no-repeat -40px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-remove { background: url(../images/contact-gay.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li .contact-icon .icon-remove:hover { background: url(../images/contact-gay-hover.png) no-repeat -60px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li:hover { background-color: #fcfcfc; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 ul li:hover .contact-icon { display: block; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 .no-data { background: url(../images/no-contact.png) no-repeat center; width: 100%; min-height: 400px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item0 .no-customer { background: url(../images/no-customer.png) no-repeat center; width: 100%; min-height: 400px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 { text-align: center; padding: 0 43px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box { position: relative; border-bottom: 1px solid #eee; padding: 10px 0; margin-top: 30px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box input { border: 0; color: #222; font-size: 30px; width: 277px; text-align: center; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box span { position: absolute; display: inline-block; height: 16px; width: 16px; top: 18px; right: 10px; background: url(../images/delete-tel.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 .input-box span:hover { background: url(../images/delete-tel.png) no-repeat -20px 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 dl { margin-top: 19px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 dl dd { float: left; width: 91px; height: 60px; background-color: #f5f5f5; font-size: 24px; color: #666; line-height: 60px; text-align: center; margin: 1px 0 0 1px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item2 button { width: 249px; height: 58px; background: url(../images/Ce-bth.png) no-repeat 0 -60px; border: 0; margin-top: 30px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 { text-align: center; overflow: hidden; min-height: 500px; background-color: #eff6ff; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav { background-color: #fff; position: relative; z-index: 10; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav img { position: absolute; margin: 49px 0; border-radius: 50%; left: 141px; z-index: 10; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line { position: absolute; top: 11px; left: 104px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line p { position: absolute; top: 0; border: 1px solid #efefef; width: 154px; height: 154px; border-radius: 50%; opacity: 0.0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line1item { opacity: 0.0; animation: cline 2.4s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line2item { opacity: 0.0; animation: cline 2.4s 0.6s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line3item { opacity: 0.0; animation: cline 2.4s 1.2s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-nav .breath-line.active .line4item { opacity: 0.0; animation: cline 2.4s 1.8s infinite; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text { position: relative; z-index: 11; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-name { font-size: 18px; color: #222; margin-top: 160px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-tel { font-size: 30px; color: #222; margin-top: 15px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-text .contact-warn { font-size: 14px; color: #999; margin-top: 12px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way { margin-top: 40px; position: relative; z-index: 10; padding-bottom: 50px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way p { color: #2883E1; font-size: 14px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way .contact-bth { width: 249px; height: 58px; border: 0; margin-top: 15px; background: url(../images/Ce-bth.png) no-repeat 0 -60px; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .contact-way .contact-bth.active { background: url(../images/Ce-bth.png) no-repeat 0 0; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box { position: absolute; min-height: 330px; width: 100%; top: 0; z-index: 9; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:before, .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:after { content: ""; position: absolute; left: 40%; min-width: 1500px; min-height: 1500px; background-color: #fff; animation-name: rotate; animation-iteration-count: infinite; animation-timing-function: linear; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:before { bottom: 22px; border-radius: 43%; animation-duration: 12s; } .side-menu .tel-window .layui-tab .layui-tab-content .tab-item1 .wave-box:after { bottom: 12px; opacity: .5; border-radius: 49%; animation-duration: 12s; } .side-menu .remarks-group { margin-right: 20px; width: 250px; padding-bottom: 20px; height: 525px; margin-top: -155px; float: left; box-shadow: 0px 0px 5px 1px #d7d7d7; background-color: #fff; } .side-menu .remarks-group .window-nav { height: 49px; border-bottom: 1px solid #ddd; padding: 0 20px; position: relative; } .side-menu .remarks-group .window-nav p { color: #666; font-size: 18px; line-height: 49px; } .side-menu .remarks-group .window-nav .window-close { background: url(../images/tel-close.png) no-repeat center; width: 10px; height: 10px; display: inherit; position: absolute; z-index: 3; right: 19px; top: 20px; } .side-menu .remarks-group .action-box { padding: 0 20px; } .side-menu .remarks-group .action-box ul { padding-bottom: 20px; padding-top: 10px; } .side-menu .remarks-group .action-box .choose-finish { border-bottom: 1px solid #eee; margin-left: -10px; } .side-menu .remarks-group .action-box .choose-finish li { background-color: #2883E1; height: 28px; color: #fff; font-size: 14px; float: left; margin-left: 10px; line-height: 28px; border-radius: 3px; margin-top: 10px; padding: 0 10px; } .side-menu .remarks-group .action-box .choose-finish li a { width: 8px; height: 8px; display: inline-block; margin-left: 10px; background: url(../images/r-close.png) no-repeat center; } .side-menu .remarks-group .action-box .choose-wait { margin-left: -20px; } .side-menu .remarks-group .action-box .choose-wait li { height: 26px; color: #666; font-size: 14px; float: left; margin-left: 20px; line-height: 26px; border: 1px solid #eee; border-radius: 3px; margin-top: 10px; padding: 0 10px; } .side-menu .group-window { width: 250px; height: auto; margin-top: -82px; } .side-menu .group-window .group-warning { color: #f2493b; font-size: 12px; } .side-menu .group-window .group-warning i { vertical-align: middle; } @keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @-webkit-keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @-moz-keyframes cline { 0% { transform: scale(0.4); -webkit-transform: scale(0.4); opacity: 0.2; } 25% { transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0.4; } 50% { transform: scale(0.7); -webkit-transform: scale(0.7); opacity: 0.6; } 75% { transform: scale(0.85); -webkit-transform: scale(0.85); opacity: 0.8; } 100% { transform: scale(1); -webkit-transform: scale(1); opacity: 1; } } @keyframes rotate { 0% { transform: translate(-50%, 0) rotateZ(0deg); } 25% { transform: translate(-50%, -2%) rotateZ(90deg); } 50% { transform: translate(-50%, -2%) rotateZ(180deg); } 75% { transform: translate(-50%, -2%) rotateZ(270deg); } 100% { transform: translate(-50%, 0%) rotateZ(360deg); } }
0.207938
0.062646
@media (min-width: 1200px) { .schedule-col { width: 100%; margin-left: auto; } } @media (min-width: 1570px) { .schedule-col.large-col { width: 82.666666%; margin-left: 8.666666%; } } @media (min-width: 1800px) { .schedule-col.large-col { width: 58.666666%; margin-left: 20.666666%; } } .task-schedule-panel .cipanel-content.task-schedule-pb-mobile h4 { margin-bottom: 0; } @media (max-width: 991px) { .task-schedule-panel .cipanel-content.task-schedule-pb, .task-schedule-panel .panel-footer { display: none; } .task-schedule-panel .cipanel-content.task-schedule-pb-mobile { display: block; } } @media (min-width: 992px) { .task-schedule-panel .cipanel-content.task-schedule-pb-mobile { display: none; } } /*Legend*/ #task-schedule-legend { background-color: #FFFFFF; padding-top: 5px; padding-bottom: 5px; } #task-schedule-legend .element { float: left; font-size: 16px; margin-right: 15px; } #task-schedule-legend .element .colour { width: 32px; height: 16px; border: 1px solid #CCCCCC; display: inline-block; vertical-align: middle; margin-bottom: 2px; } #task-schedule-legend .element.non-business .colour { background-color: #a9d4e0; } /*Tooltip*/ .tooltip { z-index: 30000; } .tooltip-data h4 { color: #00AEEF; } .tooltip-data p { text-align: left !important; margin-bottom: 0; } .tooltip p span.late_stay { color: #d9534f; } /*Range*/ #rangeview { background-color: #00aeef !important; } /*Schedule*/ #task-schedule { width: 100%; height: 500px; border: 1px solid #a1a1a2; background: #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: scroll; position: relative; } #task-schedule .loading-indicator { position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; } /*Corner*/ #task-schedule .schedule-corner { display: block; position: absolute; top: 0; left: 0; z-index: 4; width: 100px; height: 61px; background: #FFFFFF; border-right: 1px solid #a1a1a2; border-bottom: 1px solid #a1a1a2; } /*Day Headers*/ #task-schedule .schedule-headers-days { position: absolute; background: #fff; top: 0; left: 0; z-index: 4; margin-left: 99px; border-bottom: 1px solid #a1a1a2; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-headers-days .schedule-header { display: inline-block; /*width: 250px;*/ line-height: 18px; height: 30px; padding: 2px; border-left: 1px solid #a1a1a2; text-align: center; } /*Headers*/ #task-schedule .schedule-headers { position: absolute; background: #fff; top: 0; left: 0; z-index: 4; margin-left: 99px; border-bottom: 1px solid #a1a1a2; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-headers .schedule-header { display: inline-block; width: 50px; line-height: 18px; height: 30px; padding: 4px; border-left: 1px solid #a1a1a2; text-align: center; } #task-schedule .schedule-headers .schedule-header-daystart { background: #4091a9; color: #fff; } /*Special dates*/ #task-schedule .schedule-special-date { position: absolute; top: 0; left: 0; height: 100%; background: rgba(0,185,241,0.5); } /*Special dates*/ #task-schedule .schedule-weekend-date { position: absolute; top: 0; left: 0; height: 100%; background: rgba(0,185,241,0.5); } /*Users*/ #task-schedule .schedule-user-headers { position: absolute; background: #f3f3f3; top: 61px; left: 0; z-index: 3; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-user-headers .schedule-user-header { display: block; width: 100px; height: 24px; padding: 2px; border-bottom: 1px solid #a1a1a2; border-right: 1px solid #a1a1a2; text-align: left; background: #f9a34a; color: #fff; /*padding-left: 10px;*/ } /*Grid*/ #task-schedule .schedule-grid { position: absolute; top: 61px; left: 100px; background: url(../../img/schedule-grid.png) left top repeat; } /*Tasks*/ #task-schedule .schedule-tasks-overlay { position: absolute; top: 61px; overflow: hidden; left: 100px; } #task-schedule .schedule-tasks-overlay .schedule-task { position: absolute; background: #ccc; height: 23px; color: #fff; font-weight: bold; line-height: 24px; cursor: pointer; z-index: 2; } #task-schedule .schedule-tasks-overlay .schedule-task span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: normal; } #task-schedule .schedule-tasks-overlay .schedule-task:after { content: ""; position: absolute; right: -40px; display: block; top: 0; width: 0; height: 0; white-space: nowrap; overflow: visible; border-style: solid; border-width: 23px 40px 0 0; border-color: #ccc transparent transparent transparent; z-index: 2; } #task-schedule .schedule-tasks-overlay .schedule-task-without-after:after { content: none; } #task-schedule .schedule-tasks-overlay .schedule-task:before { content: ""; position: absolute; left: -40px; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 23px 40px; border-color: transparent transparent #ccc transparent; } #task-schedule .schedule-tasks-overlay .schedule-task-without-before:before { content: none; } /*Disabled*/ #task-schedule .schedule-tasks-overlay .schedule-task.disabled { z-index: 1; pointer-events: none !important; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:before { border: 0; background: #ccc; width: 49px; height: 23px; left: -50px; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:after { z-index: 1; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:hover { background: #ccc !important; color: #fff !important; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover { background: #bfe5f3; color: #000; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover:after { border-color: #bfe5f3 transparent transparent transparent; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover:before { border-color: transparent transparent #bfe5f3 transparent; } #task-schedule .schedule-loading-fade { background: rgba(255, 255, 255, 0.5); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none; z-index: 10; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-justedited { box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); z-index: 1.5; -moz-animation: flashing 1s infinite; -o-animation: flashing 1s infinite; -ms-animation: flashing 1s infinite; -webkit-animation: flashing 1s infinite; animation: flashing 1s infinite } /*Non-business*/ #task-schedule .schedule-tasks-overlay .schedule-task.non-business { background: #a9d4e0; z-index: 1; pointer-events: none !important; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:before { display: none; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:after { display: none; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:hover { background: #a9d4e0 !important; color: #fff !important; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business span { margin-left: 10px; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold { background-color: #000080; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold::after { border-color: #000080 transparent transparent transparent; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold::before { border-color: transparent transparent #000080 transparent; } /*Status*/ #task-schedule .schedule-tasks-overlay .schedule-task.pending { background-color: #F37A62 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.pending::after { border-color: #F37A62 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.pending::before { border-color: transparent transparent #F37A62 transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress { background-color: #807E27 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress::after { border-color: #807e27 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress::before { border-color: transparent transparent #807E27 transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete { background-color: #008000 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete::after { border-color: #008000 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete::before { border-color: transparent transparent #008000 transparent !important; } @-webkit-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-moz-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-ms-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-o-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } }
public/css/task/schedule.css
@media (min-width: 1200px) { .schedule-col { width: 100%; margin-left: auto; } } @media (min-width: 1570px) { .schedule-col.large-col { width: 82.666666%; margin-left: 8.666666%; } } @media (min-width: 1800px) { .schedule-col.large-col { width: 58.666666%; margin-left: 20.666666%; } } .task-schedule-panel .cipanel-content.task-schedule-pb-mobile h4 { margin-bottom: 0; } @media (max-width: 991px) { .task-schedule-panel .cipanel-content.task-schedule-pb, .task-schedule-panel .panel-footer { display: none; } .task-schedule-panel .cipanel-content.task-schedule-pb-mobile { display: block; } } @media (min-width: 992px) { .task-schedule-panel .cipanel-content.task-schedule-pb-mobile { display: none; } } /*Legend*/ #task-schedule-legend { background-color: #FFFFFF; padding-top: 5px; padding-bottom: 5px; } #task-schedule-legend .element { float: left; font-size: 16px; margin-right: 15px; } #task-schedule-legend .element .colour { width: 32px; height: 16px; border: 1px solid #CCCCCC; display: inline-block; vertical-align: middle; margin-bottom: 2px; } #task-schedule-legend .element.non-business .colour { background-color: #a9d4e0; } /*Tooltip*/ .tooltip { z-index: 30000; } .tooltip-data h4 { color: #00AEEF; } .tooltip-data p { text-align: left !important; margin-bottom: 0; } .tooltip p span.late_stay { color: #d9534f; } /*Range*/ #rangeview { background-color: #00aeef !important; } /*Schedule*/ #task-schedule { width: 100%; height: 500px; border: 1px solid #a1a1a2; background: #fff; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; overflow: scroll; position: relative; } #task-schedule .loading-indicator { position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; } /*Corner*/ #task-schedule .schedule-corner { display: block; position: absolute; top: 0; left: 0; z-index: 4; width: 100px; height: 61px; background: #FFFFFF; border-right: 1px solid #a1a1a2; border-bottom: 1px solid #a1a1a2; } /*Day Headers*/ #task-schedule .schedule-headers-days { position: absolute; background: #fff; top: 0; left: 0; z-index: 4; margin-left: 99px; border-bottom: 1px solid #a1a1a2; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-headers-days .schedule-header { display: inline-block; /*width: 250px;*/ line-height: 18px; height: 30px; padding: 2px; border-left: 1px solid #a1a1a2; text-align: center; } /*Headers*/ #task-schedule .schedule-headers { position: absolute; background: #fff; top: 0; left: 0; z-index: 4; margin-left: 99px; border-bottom: 1px solid #a1a1a2; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-headers .schedule-header { display: inline-block; width: 50px; line-height: 18px; height: 30px; padding: 4px; border-left: 1px solid #a1a1a2; text-align: center; } #task-schedule .schedule-headers .schedule-header-daystart { background: #4091a9; color: #fff; } /*Special dates*/ #task-schedule .schedule-special-date { position: absolute; top: 0; left: 0; height: 100%; background: rgba(0,185,241,0.5); } /*Special dates*/ #task-schedule .schedule-weekend-date { position: absolute; top: 0; left: 0; height: 100%; background: rgba(0,185,241,0.5); } /*Users*/ #task-schedule .schedule-user-headers { position: absolute; background: #f3f3f3; top: 61px; left: 0; z-index: 3; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); } #task-schedule .schedule-user-headers .schedule-user-header { display: block; width: 100px; height: 24px; padding: 2px; border-bottom: 1px solid #a1a1a2; border-right: 1px solid #a1a1a2; text-align: left; background: #f9a34a; color: #fff; /*padding-left: 10px;*/ } /*Grid*/ #task-schedule .schedule-grid { position: absolute; top: 61px; left: 100px; background: url(../../img/schedule-grid.png) left top repeat; } /*Tasks*/ #task-schedule .schedule-tasks-overlay { position: absolute; top: 61px; overflow: hidden; left: 100px; } #task-schedule .schedule-tasks-overlay .schedule-task { position: absolute; background: #ccc; height: 23px; color: #fff; font-weight: bold; line-height: 24px; cursor: pointer; z-index: 2; } #task-schedule .schedule-tasks-overlay .schedule-task span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: normal; } #task-schedule .schedule-tasks-overlay .schedule-task:after { content: ""; position: absolute; right: -40px; display: block; top: 0; width: 0; height: 0; white-space: nowrap; overflow: visible; border-style: solid; border-width: 23px 40px 0 0; border-color: #ccc transparent transparent transparent; z-index: 2; } #task-schedule .schedule-tasks-overlay .schedule-task-without-after:after { content: none; } #task-schedule .schedule-tasks-overlay .schedule-task:before { content: ""; position: absolute; left: -40px; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 23px 40px; border-color: transparent transparent #ccc transparent; } #task-schedule .schedule-tasks-overlay .schedule-task-without-before:before { content: none; } /*Disabled*/ #task-schedule .schedule-tasks-overlay .schedule-task.disabled { z-index: 1; pointer-events: none !important; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:before { border: 0; background: #ccc; width: 49px; height: 23px; left: -50px; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:after { z-index: 1; } #task-schedule .schedule-tasks-overlay .schedule-task.disabled:hover { background: #ccc !important; color: #fff !important; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover { background: #bfe5f3; color: #000; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover:after { border-color: #bfe5f3 transparent transparent transparent; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-hover:before { border-color: transparent transparent #bfe5f3 transparent; } #task-schedule .schedule-loading-fade { background: rgba(255, 255, 255, 0.5); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: none; z-index: 10; } #task-schedule .schedule-tasks-overlay .schedule-task.schedule-task-justedited { box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); z-index: 1.5; -moz-animation: flashing 1s infinite; -o-animation: flashing 1s infinite; -ms-animation: flashing 1s infinite; -webkit-animation: flashing 1s infinite; animation: flashing 1s infinite } /*Non-business*/ #task-schedule .schedule-tasks-overlay .schedule-task.non-business { background: #a9d4e0; z-index: 1; pointer-events: none !important; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:before { display: none; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:after { display: none; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business:hover { background: #a9d4e0 !important; color: #fff !important; } #task-schedule .schedule-tasks-overlay .schedule-task.non-business span { margin-left: 10px; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold { background-color: #000080; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold::after { border-color: #000080 transparent transparent transparent; } #task-schedule .schedule-tasks-overlay .schedule-task.on_hold::before { border-color: transparent transparent #000080 transparent; } /*Status*/ #task-schedule .schedule-tasks-overlay .schedule-task.pending { background-color: #F37A62 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.pending::after { border-color: #F37A62 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.pending::before { border-color: transparent transparent #F37A62 transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress { background-color: #807E27 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress::after { border-color: #807e27 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.in_progress::before { border-color: transparent transparent #807E27 transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete { background-color: #008000 !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete::after { border-color: #008000 transparent transparent transparent !important; } #task-schedule .schedule-tasks-overlay .schedule-task.complete::before { border-color: transparent transparent #008000 transparent !important; } @-webkit-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-moz-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-ms-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @-o-keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } } @keyframes flashing { 0% { color: #fff } 50% { color: #000 } 100% { color: #fff } }
0.454956
0.087019
body { background: url(../../images/maintenance/body-pattern.jpg) top left repeat; font-family: Arial, Helvetica, sans-serif; padding-bottom: 40px; } /* ---- Header ---- */ header { width: 720px; margin: 80px auto 0 auto; } header h1 { font-size: 30px; font-weight: bold; color: #272727; text-shadow: 0 1px 0 #fff; } header p { margin: 20px 0 0 3px; font-size: 14px; color: #272727; } /* ---- Main Area ---- */ #main { position: relative; width: 700px; margin: 50px auto 0 auto; padding: 20px 0 0 25px; background: url(../../images/maintenance/main-content-pattern.jpg) top left repeat; } /* ---- Links ---- */ #links { width: 700px; font-size: 12px; font-weight: bold; color: #aaa; line-height: 18px; overflow: hidden; } #links a { position: relative; color: #aaa; text-decoration: none; } #links a:hover { color: #aaa; text-decoration: none; } .home, .support, .browser, .books, .download, .ups { float: left; width: 180px; margin-left: 42px; padding-left: 25px; } .home { background: url(../../images/maintenance/home.png) left center no-repeat; margin-left: 0; } .support { background: url(../../images/maintenance/support.png) left center no-repeat; } .browser { background: url(../../images/maintenance/browser.png) left center no-repeat; clear: right; } .books, .download, .ups { margin-top: 10px; } .books { background: url(../../images/maintenance/books.png) left center no-repeat; margin-left: 0; } .download { background: url(../../images/maintenance/download.png) left center no-repeat; } .ups { background: url(../../images/maintenance/ups.png) left center no-repeat; clear: right; } /* ---- Counter ---- */ #counter { width: 700px; height: 145px; margin: 55px auto 0 auto; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-size: 92px; color: #272727; text-shadow: 0 1px 0 #fff; overflow: hidden; } .countDays, .countHours, .countMinutes, .countSeconds { float: left; width: 102px; height: 138px; padding-left: 36px; background: #e7e7e7; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.07))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); border: 1px solid #ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); } .points { float: left; width: 40px; margin: 0; font-family: Georgia, serif; font-size: 44px; font-weight: bold; text-align: center; line-height: 138px; text-shadow: none; } .position { position: relative; float: left; width: 35px; height: 92px; margin: 8px 0 0 0; } .digit { position: absolute; top: 0; left: 0; } .boxName { float: left; width: 80px; margin: -5px 0 0 7px; font-size: 36px; color: #a6a6a6; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .Hours { margin-left: 5px; } .Seconds { margin-left: 2px; } /* ---- Subscription Form ---- */ form { position: relative; margin: 40px auto 0 auto; } .email { width: 498px; height: 35px; padding: 0 15px; background: #f1f1f1; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.02)), to(rgba(0,0,0,.02))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -o-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); border: 1px solid #cbcbcb; -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #b3b2b2; font-style: italic; } .email:focus { outline: 0; border: 1px solid #c0c0c0; -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; } .submit { width: 140px; height: 37px; margin: 0 0 0 5px; padding: 0; background: #888; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); border: 1px solid #636363; -moz-box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.35); line-height: 13px; cursor: pointer; } .submit:hover { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1))); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; } .submit:active { -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; color: #ddd; } .popup { position: absolute; top: 45px; left: 0; width: 140px; padding: 10px; background: #e7e7e7; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #888; } /* ---- Social Media Arrow ---- */ .social-media-arrow { position: absolute; top: 125px; right: -95px; width: 108px; height: 256px; background: url(../../images/maintenance/social-media-arrow.png) top left no-repeat; } /* ---- Footer ---- */ footer { width: 700px; margin: 0 auto; padding: 35px 0 25px 0; overflow: hidden; } footer ul { float: right; width: 125px; height: 22px; } footer ul li { float: left; } footer a { position: relative; display: block; margin-left: 10px; } .digg { width: 10px; height: 16px; background: url(../../images/maintenance/digg.png) center center no-repeat; } .twitter { width: 21px; height: 16px; background: url(../../images/maintenance/twitter.png) center center no-repeat; } .vimeo { width: 16px; height: 16px; background: url(../../images/maintenance/vimeo.png) center center no-repeat; } .skype { width: 16px; height: 16px; background: url(../../images/maintenance/skype.png) center center no-repeat; }
public/styles/maintenance/style.css
body { background: url(../../images/maintenance/body-pattern.jpg) top left repeat; font-family: Arial, Helvetica, sans-serif; padding-bottom: 40px; } /* ---- Header ---- */ header { width: 720px; margin: 80px auto 0 auto; } header h1 { font-size: 30px; font-weight: bold; color: #272727; text-shadow: 0 1px 0 #fff; } header p { margin: 20px 0 0 3px; font-size: 14px; color: #272727; } /* ---- Main Area ---- */ #main { position: relative; width: 700px; margin: 50px auto 0 auto; padding: 20px 0 0 25px; background: url(../../images/maintenance/main-content-pattern.jpg) top left repeat; } /* ---- Links ---- */ #links { width: 700px; font-size: 12px; font-weight: bold; color: #aaa; line-height: 18px; overflow: hidden; } #links a { position: relative; color: #aaa; text-decoration: none; } #links a:hover { color: #aaa; text-decoration: none; } .home, .support, .browser, .books, .download, .ups { float: left; width: 180px; margin-left: 42px; padding-left: 25px; } .home { background: url(../../images/maintenance/home.png) left center no-repeat; margin-left: 0; } .support { background: url(../../images/maintenance/support.png) left center no-repeat; } .browser { background: url(../../images/maintenance/browser.png) left center no-repeat; clear: right; } .books, .download, .ups { margin-top: 10px; } .books { background: url(../../images/maintenance/books.png) left center no-repeat; margin-left: 0; } .download { background: url(../../images/maintenance/download.png) left center no-repeat; } .ups { background: url(../../images/maintenance/ups.png) left center no-repeat; clear: right; } /* ---- Counter ---- */ #counter { width: 700px; height: 145px; margin: 55px auto 0 auto; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-size: 92px; color: #272727; text-shadow: 0 1px 0 #fff; overflow: hidden; } .countDays, .countHours, .countMinutes, .countSeconds { float: left; width: 102px; height: 138px; padding-left: 36px; background: #e7e7e7; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.07))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.07)); border: 1px solid #ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); box-shadow: 0 2px 3px 0 rgba(255,255,255,.2) inset, 0 2px 2px 0 rgba(0,0,0,.1); } .points { float: left; width: 40px; margin: 0; font-family: Georgia, serif; font-size: 44px; font-weight: bold; text-align: center; line-height: 138px; text-shadow: none; } .position { position: relative; float: left; width: 35px; height: 92px; margin: 8px 0 0 0; } .digit { position: absolute; top: 0; left: 0; } .boxName { float: left; width: 80px; margin: -5px 0 0 7px; font-size: 36px; color: #a6a6a6; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .Hours { margin-left: 5px; } .Seconds { margin-left: 2px; } /* ---- Subscription Form ---- */ form { position: relative; margin: 40px auto 0 auto; } .email { width: 498px; height: 35px; padding: 0 15px; background: #f1f1f1; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.02)), to(rgba(0,0,0,.02))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: -o-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); background-image: linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.02)); border: 1px solid #cbcbcb; -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #b3b2b2; font-style: italic; } .email:focus { outline: 0; border: 1px solid #c0c0c0; -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset; } .submit { width: 140px; height: 37px; margin: 0 0 0 5px; padding: 0; background: #888; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1)); border: 1px solid #636363; -moz-box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; box-shadow: 0 1px 2px 0 rgba(253,252,252,.35) inset, 0 -1px 2px 0 rgba(0,0,0,.15) inset; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.35); line-height: 13px; cursor: pointer; } .submit:hover { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1))); background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -ms-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: -o-linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); background-image: linear-gradient(bottom, rgba(255,255,255,.1), rgba(0,0,0,.1)); -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset; } .submit:active { -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset, 0 3px 13px 3px rgba(0,0,0,.3) inset; color: #ddd; } .popup { position: absolute; top: 45px; left: 0; width: 140px; padding: 10px; background: #e7e7e7; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,.1); font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #888; } /* ---- Social Media Arrow ---- */ .social-media-arrow { position: absolute; top: 125px; right: -95px; width: 108px; height: 256px; background: url(../../images/maintenance/social-media-arrow.png) top left no-repeat; } /* ---- Footer ---- */ footer { width: 700px; margin: 0 auto; padding: 35px 0 25px 0; overflow: hidden; } footer ul { float: right; width: 125px; height: 22px; } footer ul li { float: left; } footer a { position: relative; display: block; margin-left: 10px; } .digg { width: 10px; height: 16px; background: url(../../images/maintenance/digg.png) center center no-repeat; } .twitter { width: 21px; height: 16px; background: url(../../images/maintenance/twitter.png) center center no-repeat; } .vimeo { width: 16px; height: 16px; background: url(../../images/maintenance/vimeo.png) center center no-repeat; } .skype { width: 16px; height: 16px; background: url(../../images/maintenance/skype.png) center center no-repeat; }
0.316581
0.061678
body, html { height: 100%; margin: 0; background-color: #F5F5F5; } body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4a4a4a; } header { top: 0; width: 100%; position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; background-color: #13AB55; height: 50px; } header nav a { display: inline-block; color: #f2f2f2; text-align: center; padding: 14px 16px; font-size: 18px; text-decoration: underline; } header nav a:hover { background-color: white; color: black; } #header-web-title { color: white; font-size: 30px; margin: 10px; } #header-logo { width: 20px; margin-right: 20px; } #adresa{ font-size: 17px; color: #222222; } #hero { height: 100%; background: url("./../img/uvodka.jpg") no-repeat center; background-size: cover; position: relative; text-align: center; display: flex; align-items: center; justify-content: center; color: white; } #hero h1 { font-size: 5em; text-shadow: 0 2px black, 2px 0 black; } #hero a { padding: 20px 40px; background-color: #7AD3FF; border-radius: 5px; color: #4a4a4a; border: 1px solid white; transition: 1s; } #hero a:hover { background-color: #13AB55; color: white; border: 1px solid white; } .full-width-wrapper, main { width: 960px; margin: 0 auto; } .flex-wrap { display: flex; flex-wrap: wrap; justify-content: space-around; } .flex-wrap2 { display: flex; flex-wrap: wrap; justify-content: left; } .jumptarget:before{ height: 60px; display: block; content: ""; } footer { margin-top: 20px; min-height:50px; left: 0; bottom: 0; width: 100%; background-color: #13AB55; color: #f2f2f2; } footer a { color: white; text-decoration: underline; } #footer-newsletter input[type="submit"] { width: 100%; } .top-space { height: 80px; } .button { text-align: center; display: block; width: 120px; padding: 10px 15px; border: 1px solid #4a4a4a; background-color: #4a4a4a; color: white; transition: 1s; margin: 10px; } .action-button { width: 20px; text-align: center; display: block; padding: 5px; border: 1px solid #7AD3FF; background-color: #7AD3FF; color: black; transition: 1s; margin: 5px; } .action-button:hover, .button:hover { background-color: white; color: #13AB55; } #login-screen { width: 300px; margin: auto; } .centered-600px { width: 600px; margin: auto; } .article-text { padding: 20px; margin-top: 20px; background-color: #c6c6c6; color: white; } table, td, th { border: 1px solid #ddd; text-align: left; } table { border-collapse: collapse; width: 100%; } th, td { padding: 15px; } /* Create two unequal columns that floats next to each other */ .column { float: left; } .left { width: 25%; } .right { width: 75%; } /* Clear floats after the columns */ .row:after { content: ""; display: block; clear: both; }
src/css/layout.css
body, html { height: 100%; margin: 0; background-color: #F5F5F5; } body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #4a4a4a; } header { top: 0; width: 100%; position: fixed; z-index: 1; display: flex; align-items: center; justify-content: center; background-color: #13AB55; height: 50px; } header nav a { display: inline-block; color: #f2f2f2; text-align: center; padding: 14px 16px; font-size: 18px; text-decoration: underline; } header nav a:hover { background-color: white; color: black; } #header-web-title { color: white; font-size: 30px; margin: 10px; } #header-logo { width: 20px; margin-right: 20px; } #adresa{ font-size: 17px; color: #222222; } #hero { height: 100%; background: url("./../img/uvodka.jpg") no-repeat center; background-size: cover; position: relative; text-align: center; display: flex; align-items: center; justify-content: center; color: white; } #hero h1 { font-size: 5em; text-shadow: 0 2px black, 2px 0 black; } #hero a { padding: 20px 40px; background-color: #7AD3FF; border-radius: 5px; color: #4a4a4a; border: 1px solid white; transition: 1s; } #hero a:hover { background-color: #13AB55; color: white; border: 1px solid white; } .full-width-wrapper, main { width: 960px; margin: 0 auto; } .flex-wrap { display: flex; flex-wrap: wrap; justify-content: space-around; } .flex-wrap2 { display: flex; flex-wrap: wrap; justify-content: left; } .jumptarget:before{ height: 60px; display: block; content: ""; } footer { margin-top: 20px; min-height:50px; left: 0; bottom: 0; width: 100%; background-color: #13AB55; color: #f2f2f2; } footer a { color: white; text-decoration: underline; } #footer-newsletter input[type="submit"] { width: 100%; } .top-space { height: 80px; } .button { text-align: center; display: block; width: 120px; padding: 10px 15px; border: 1px solid #4a4a4a; background-color: #4a4a4a; color: white; transition: 1s; margin: 10px; } .action-button { width: 20px; text-align: center; display: block; padding: 5px; border: 1px solid #7AD3FF; background-color: #7AD3FF; color: black; transition: 1s; margin: 5px; } .action-button:hover, .button:hover { background-color: white; color: #13AB55; } #login-screen { width: 300px; margin: auto; } .centered-600px { width: 600px; margin: auto; } .article-text { padding: 20px; margin-top: 20px; background-color: #c6c6c6; color: white; } table, td, th { border: 1px solid #ddd; text-align: left; } table { border-collapse: collapse; width: 100%; } th, td { padding: 15px; } /* Create two unequal columns that floats next to each other */ .column { float: left; } .left { width: 25%; } .right { width: 75%; } /* Clear floats after the columns */ .row:after { content: ""; display: block; clear: both; }
0.409929
0.107063
@import url(saveTab.css); body { width: 25rem; height: 37.5rem; } /** Navigation Bar */ .navbar { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .navbar .navbar-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } /* Extension Name and Logo */ .header span { padding-left: 0.25rem; font-size: 1.125rem; } /* Extension Support Links */ .navbar-content .links { width: 6rem; } .links span svg { width: 1.75rem; height: 1.75rem; } .export-section, .import-section, .logs-section { padding: 0.25rem; } .export-section { height: calc(25% - 0.5rem); } .import-section { height: calc(17% - 0.5rem); } .logs-section { height: calc(58% - 0.5rem); } /* Fieldset */ fieldset { padding: 0.25rem; height: calc(100% - 0.5rem); border-radius: 0.25rem; } .fieldset-content input#file-name { padding: 0 0.5rem; height: 1.5rem; border-radius: 0.25rem; border-bottom: 0.15rem solid var(--color_A_light_2); } input#file-name:focus { border-bottom: 0.15rem solid var(--color_A); } /* Legend */ legend { margin-left: 0.25rem; width: calc(100% - 0.5rem); border-radius: 0.25rem; } .legend-left .legend-title,.legend-left .legend-element { padding: 0 0.25rem; font-size: 1.1rem; border-radius: 0.25rem; } .legend-left .legend-element { margin-left: 0.5rem; } .info .section-info { width: 1.25rem; height: 1.25rem; } .section-info svg { width: 1.25rem; height: 1.25rem; } /* Tooltip */ .tooltip span { right: 150%; padding: 0.125rem 0.25rem; border-radius: 0.25rem; } .tooltip span:after { margin-top: -0.5rem; border-width: 0.5rem; } /* Import & Export Button */ .button { width: 6rem; height: 1.5rem; font-size: 0.8rem; border-radius: 0.25rem; } .button span { width: 1.25rem; height: 1.25rem; } span svg { width: 1.25rem; height: 1.25rem; } .export { border: 0.1rem solid var(--color_A); -webkit-box-shadow: 0 0.125rem 0.125rem var(--color_A_light_2); box-shadow: 0 0.125rem 0.125rem var(--color_A_light_2); } .export:hover { -webkit-box-shadow: 0 0.25rem 0.125rem var(--color_A_light_2); box-shadow: 0 0.25rem 0.125rem var(--color_A_light_2); } .export:active { -webkit-box-shadow: 0 0 0.125rem var(--color_A_light_2); box-shadow: 0 0 0.125rem var(--color_A_light_2); } .import { border: 0.1rem solid var(--color_B); -webkit-box-shadow: 0 0.125rem 0.125rem var(--color_B_light_2); box-shadow: 0 0.125rem 0.125rem var(--color_B_light_2); } .import:hover { -webkit-box-shadow: 0 0.25rem 0.125rem var(--color_B_light_2); box-shadow: 0 0.25rem 0.125rem var(--color_B_light_2); } .import:active { -webkit-box-shadow: 0 0 0.125rem var(--color_B_light_2); box-shadow: 0 0 0.125rem var(--color_B_light_2); } /* Logs Section */ .logs-section fieldset { overflow: hidden; } .fieldset-content .logs { padding: 0.25rem; width: calc(100% - 0.5rem); height: calc(100% - 0.5rem); font-size: 0.8rem; } .logs .log { padding: 0.25rem; width: 21rem; } .meta-data .timestamp { width: 6rem; } .meta-data .status { margin-left: 0.25rem; padding: 0.062rem 0.25rem; font-weight: 500; } /* Log Toggle Button */ input[type="checkbox"] + label { width: 2rem; height: 1.25rem; border-radius: 1.25rem; } input[type="checkbox"] + label:after{ top: 0.125rem; left: 0.125rem; width: 1rem; height: 1rem; } input[type="checkbox"]:checked + label:after { left: calc(100% - 0.125rem); } input[type="checkbox"] + label:active:after { width: 1.25rem; } /** Footer */ .footer { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .footer .footer-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } .footer-content .developer-name { padding: 0 0.125rem; font-size: 0.8rem; } ::-webkit-scrollbar { width: 0.5rem } ::-webkit-scrollbar-track { background-color: var(--color_C_light_2); border-radius: 0.5rem } ::-webkit-scrollbar-thumb { border-radius: 0.5rem; -webkit-box-shadow: inset 0 0 0.5rem var(--color_C); box-shadow: inset 0 0 0.5rem var(--color_C) } /** Extras */ .box-shadow { -webkit-box-shadow: 0 0 0.2rem var(--color_shadow); box-shadow: 0 0 0.2rem var(--color_shadow); }
extension/saveTab-chrome.css
@import url(saveTab.css); body { width: 25rem; height: 37.5rem; } /** Navigation Bar */ .navbar { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .navbar .navbar-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } /* Extension Name and Logo */ .header span { padding-left: 0.25rem; font-size: 1.125rem; } /* Extension Support Links */ .navbar-content .links { width: 6rem; } .links span svg { width: 1.75rem; height: 1.75rem; } .export-section, .import-section, .logs-section { padding: 0.25rem; } .export-section { height: calc(25% - 0.5rem); } .import-section { height: calc(17% - 0.5rem); } .logs-section { height: calc(58% - 0.5rem); } /* Fieldset */ fieldset { padding: 0.25rem; height: calc(100% - 0.5rem); border-radius: 0.25rem; } .fieldset-content input#file-name { padding: 0 0.5rem; height: 1.5rem; border-radius: 0.25rem; border-bottom: 0.15rem solid var(--color_A_light_2); } input#file-name:focus { border-bottom: 0.15rem solid var(--color_A); } /* Legend */ legend { margin-left: 0.25rem; width: calc(100% - 0.5rem); border-radius: 0.25rem; } .legend-left .legend-title,.legend-left .legend-element { padding: 0 0.25rem; font-size: 1.1rem; border-radius: 0.25rem; } .legend-left .legend-element { margin-left: 0.5rem; } .info .section-info { width: 1.25rem; height: 1.25rem; } .section-info svg { width: 1.25rem; height: 1.25rem; } /* Tooltip */ .tooltip span { right: 150%; padding: 0.125rem 0.25rem; border-radius: 0.25rem; } .tooltip span:after { margin-top: -0.5rem; border-width: 0.5rem; } /* Import & Export Button */ .button { width: 6rem; height: 1.5rem; font-size: 0.8rem; border-radius: 0.25rem; } .button span { width: 1.25rem; height: 1.25rem; } span svg { width: 1.25rem; height: 1.25rem; } .export { border: 0.1rem solid var(--color_A); -webkit-box-shadow: 0 0.125rem 0.125rem var(--color_A_light_2); box-shadow: 0 0.125rem 0.125rem var(--color_A_light_2); } .export:hover { -webkit-box-shadow: 0 0.25rem 0.125rem var(--color_A_light_2); box-shadow: 0 0.25rem 0.125rem var(--color_A_light_2); } .export:active { -webkit-box-shadow: 0 0 0.125rem var(--color_A_light_2); box-shadow: 0 0 0.125rem var(--color_A_light_2); } .import { border: 0.1rem solid var(--color_B); -webkit-box-shadow: 0 0.125rem 0.125rem var(--color_B_light_2); box-shadow: 0 0.125rem 0.125rem var(--color_B_light_2); } .import:hover { -webkit-box-shadow: 0 0.25rem 0.125rem var(--color_B_light_2); box-shadow: 0 0.25rem 0.125rem var(--color_B_light_2); } .import:active { -webkit-box-shadow: 0 0 0.125rem var(--color_B_light_2); box-shadow: 0 0 0.125rem var(--color_B_light_2); } /* Logs Section */ .logs-section fieldset { overflow: hidden; } .fieldset-content .logs { padding: 0.25rem; width: calc(100% - 0.5rem); height: calc(100% - 0.5rem); font-size: 0.8rem; } .logs .log { padding: 0.25rem; width: 21rem; } .meta-data .timestamp { width: 6rem; } .meta-data .status { margin-left: 0.25rem; padding: 0.062rem 0.25rem; font-weight: 500; } /* Log Toggle Button */ input[type="checkbox"] + label { width: 2rem; height: 1.25rem; border-radius: 1.25rem; } input[type="checkbox"] + label:after{ top: 0.125rem; left: 0.125rem; width: 1rem; height: 1rem; } input[type="checkbox"]:checked + label:after { left: calc(100% - 0.125rem); } input[type="checkbox"] + label:active:after { width: 1.25rem; } /** Footer */ .footer { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); } .footer .footer-content { padding: 0.25rem 0.5rem; width: calc(100% - 1rem); border-radius: 0.25rem; } .footer-content .developer-name { padding: 0 0.125rem; font-size: 0.8rem; } ::-webkit-scrollbar { width: 0.5rem } ::-webkit-scrollbar-track { background-color: var(--color_C_light_2); border-radius: 0.5rem } ::-webkit-scrollbar-thumb { border-radius: 0.5rem; -webkit-box-shadow: inset 0 0 0.5rem var(--color_C); box-shadow: inset 0 0 0.5rem var(--color_C) } /** Extras */ .box-shadow { -webkit-box-shadow: 0 0 0.2rem var(--color_shadow); box-shadow: 0 0 0.2rem var(--color_shadow); }
0.370339
0.079818
div.fancy-select { position: relative; color: #46565D; } div.fancy-select.disabled { opacity: 0.5; } div.fancy-select select:focus + div.trigger { box-shadow: 0 0 0 2px #4B5468; } div.fancy-select select:focus + div.trigger.open { box-shadow: none; } div.fancy-select div.trigger { border-radius: 4px; cursor: pointer; padding: 10px 24px 9px 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; background: #99A5BE; border: 1px solid #99A5BE; border-top-color: #A5B2CB; color: #4B5468; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); width: 200px; transition:all 0.6s ease 0s; } div.fancy-select div.trigger:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px solid transparent; border-top-color: #4B5468; top: 20px; right: 9px; } div.fancy-select div.trigger.open { background: #4A5368; border: 1px solid #475062; color: #7A8498; box-shadow: none; } div.fancy-select div.trigger.open:after { border-top-color: #7A8498; } div.fancy-select ul.options { list-style: none; margin: 0; position: absolute; top: 40px; right: 0; visibility: hidden; opacity: 0; z-index: 50; max-height: 200px; overflow: auto; background: #62C8BF; border-radius: 4px; border-top: 1px solid #7DD8D2; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); min-width: 120px; transition:all 0.3s ease 0s; } div.fancy-select ul.options.open { visibility: visible; top: 50px; opacity: 1; /* have to use a non-visibility transition to prevent this iOS issue (bug?): */ /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/ transition:all 0.4s ease 0s; } div.fancy-select ul.options.overflowing { top: auto; bottom: 40px; transition:all 0.3s ease 0s; } div.fancy-select ul.options.overflowing.open { top: auto; bottom: 50px; transition:all 0.3s ease 0s; } div.fancy-select ul.options li { padding: 8px 12px; color: #2B8686; cursor: pointer; white-space: nowrap; transition:all 0.3s ease 0s; } div.fancy-select ul.options li.selected { background: rgba(43,134,134,0.3); color: rgba(255,255,255,0.75); } div.fancy-select ul.options li.hover { color: #fff; } /* Custom Finance */ /*light top bar*/ .right-top-bar .fancy-select { margin-top:2px; } div.fancy-select ul.options { padding-left:0; max-height: none; z-index: 9999; } .top-bar-light .right-top-bar div.fancy-select div.trigger { background: transparent; padding:0; box-shadow: none; min-width: 100px; width:auto; border:none; font-size:13px; line-height: 22px; color:#888888; padding-right: 30px; text-align: right; } .top-bar-light .right-top-bar div.fancy-select div.trigger:hover,.top-bar-light .right-top-bar div.fancy-select div.trigger:hover:after { color:#333; } .top-bar-light .right-top-bar div.fancy-select div.trigger::after { border:0; content:"\f107"; font-family: FontAwesome; font-size: 13px; top:0; right:15px; color:#888888; } .top-bar-light .right-top-bar div.fancy-select div.trigger.open:after { color:#555; content:"\f106"; } .top-bar-light .right-top-bar div.fancy-select div.trigger.open { color:#555; } .top-bar-light .right-top-bar div.fancy-select ul.options { top:50px; background:#f2f2f2; border-color:#f2f2f2; color:#888; } .top-bar-light .right-top-bar div.fancy-select ul.options li { color:#888; } .top-bar-light .right-top-bar div.fancy-select ul.options li.selected { color:#fff; background:#2e363a; } .top-bar-light .right-top-bar div.fancy-select ul.options li:hover { color:#fff; background: rgba(46, 54, 58,.8); } .top-bar-light .right-top-bar div.fancy-select ul.options.open { top:30px; } /*dark top bar*/ .top-bar-dark .right-top-bar div.fancy-select div.trigger { background: transparent; padding:0; box-shadow: none; min-width: 100px; width:auto; border:none; font-size:13px; line-height: 22px; color:#888888; padding-right: 20px; text-align: right; } .top-bar-dark .right-top-bar div.fancy-select div.trigger:hover,.top-bar-dark .right-top-bar div.fancy-select div.trigger:hover:after { color:#f2f2f2; } .top-bar-dark .right-top-bar div.fancy-select div.trigger::after { border:0; content:"\f107"; font-family: FontAwesome; font-size: 13px; top:0; right:15px; color:#888888; } .top-bar-dark .right-top-bar div.fancy-select ul.options { top:50px; } .top-bar-dark .right-top-bar div.fancy-select div.trigger.open:after { color:#555; content:"\f106"; } .top-bar-dark .right-top-bar div.fancy-select div.trigger.open { color:#555; } .top-bar-dark .right-top-bar div.fancy-select ul.options { background:#f2f2f2; border-color:#f2f2f2; color:#888; border:none; } .top-bar-dark .right-top-bar div.fancy-select ul.options li { color:#888; } .top-bar-dark .right-top-bar div.fancy-select ul.options li.selected { color:#fff; background:#2e363a; } .top-bar-dark .right-top-bar div.fancy-select ul.options li:hover { color:#fff; background: rgba(46, 54, 58,.8); } .top-bar-dark .right-top-bar div.fancy-select ul.options.open { top:30px; }
css/fancySelect.css
div.fancy-select { position: relative; color: #46565D; } div.fancy-select.disabled { opacity: 0.5; } div.fancy-select select:focus + div.trigger { box-shadow: 0 0 0 2px #4B5468; } div.fancy-select select:focus + div.trigger.open { box-shadow: none; } div.fancy-select div.trigger { border-radius: 4px; cursor: pointer; padding: 10px 24px 9px 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; background: #99A5BE; border: 1px solid #99A5BE; border-top-color: #A5B2CB; color: #4B5468; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); width: 200px; transition:all 0.6s ease 0s; } div.fancy-select div.trigger:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px solid transparent; border-top-color: #4B5468; top: 20px; right: 9px; } div.fancy-select div.trigger.open { background: #4A5368; border: 1px solid #475062; color: #7A8498; box-shadow: none; } div.fancy-select div.trigger.open:after { border-top-color: #7A8498; } div.fancy-select ul.options { list-style: none; margin: 0; position: absolute; top: 40px; right: 0; visibility: hidden; opacity: 0; z-index: 50; max-height: 200px; overflow: auto; background: #62C8BF; border-radius: 4px; border-top: 1px solid #7DD8D2; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); min-width: 120px; transition:all 0.3s ease 0s; } div.fancy-select ul.options.open { visibility: visible; top: 50px; opacity: 1; /* have to use a non-visibility transition to prevent this iOS issue (bug?): */ /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/ transition:all 0.4s ease 0s; } div.fancy-select ul.options.overflowing { top: auto; bottom: 40px; transition:all 0.3s ease 0s; } div.fancy-select ul.options.overflowing.open { top: auto; bottom: 50px; transition:all 0.3s ease 0s; } div.fancy-select ul.options li { padding: 8px 12px; color: #2B8686; cursor: pointer; white-space: nowrap; transition:all 0.3s ease 0s; } div.fancy-select ul.options li.selected { background: rgba(43,134,134,0.3); color: rgba(255,255,255,0.75); } div.fancy-select ul.options li.hover { color: #fff; } /* Custom Finance */ /*light top bar*/ .right-top-bar .fancy-select { margin-top:2px; } div.fancy-select ul.options { padding-left:0; max-height: none; z-index: 9999; } .top-bar-light .right-top-bar div.fancy-select div.trigger { background: transparent; padding:0; box-shadow: none; min-width: 100px; width:auto; border:none; font-size:13px; line-height: 22px; color:#888888; padding-right: 30px; text-align: right; } .top-bar-light .right-top-bar div.fancy-select div.trigger:hover,.top-bar-light .right-top-bar div.fancy-select div.trigger:hover:after { color:#333; } .top-bar-light .right-top-bar div.fancy-select div.trigger::after { border:0; content:"\f107"; font-family: FontAwesome; font-size: 13px; top:0; right:15px; color:#888888; } .top-bar-light .right-top-bar div.fancy-select div.trigger.open:after { color:#555; content:"\f106"; } .top-bar-light .right-top-bar div.fancy-select div.trigger.open { color:#555; } .top-bar-light .right-top-bar div.fancy-select ul.options { top:50px; background:#f2f2f2; border-color:#f2f2f2; color:#888; } .top-bar-light .right-top-bar div.fancy-select ul.options li { color:#888; } .top-bar-light .right-top-bar div.fancy-select ul.options li.selected { color:#fff; background:#2e363a; } .top-bar-light .right-top-bar div.fancy-select ul.options li:hover { color:#fff; background: rgba(46, 54, 58,.8); } .top-bar-light .right-top-bar div.fancy-select ul.options.open { top:30px; } /*dark top bar*/ .top-bar-dark .right-top-bar div.fancy-select div.trigger { background: transparent; padding:0; box-shadow: none; min-width: 100px; width:auto; border:none; font-size:13px; line-height: 22px; color:#888888; padding-right: 20px; text-align: right; } .top-bar-dark .right-top-bar div.fancy-select div.trigger:hover,.top-bar-dark .right-top-bar div.fancy-select div.trigger:hover:after { color:#f2f2f2; } .top-bar-dark .right-top-bar div.fancy-select div.trigger::after { border:0; content:"\f107"; font-family: FontAwesome; font-size: 13px; top:0; right:15px; color:#888888; } .top-bar-dark .right-top-bar div.fancy-select ul.options { top:50px; } .top-bar-dark .right-top-bar div.fancy-select div.trigger.open:after { color:#555; content:"\f106"; } .top-bar-dark .right-top-bar div.fancy-select div.trigger.open { color:#555; } .top-bar-dark .right-top-bar div.fancy-select ul.options { background:#f2f2f2; border-color:#f2f2f2; color:#888; border:none; } .top-bar-dark .right-top-bar div.fancy-select ul.options li { color:#888; } .top-bar-dark .right-top-bar div.fancy-select ul.options li.selected { color:#fff; background:#2e363a; } .top-bar-dark .right-top-bar div.fancy-select ul.options li:hover { color:#fff; background: rgba(46, 54, 58,.8); } .top-bar-dark .right-top-bar div.fancy-select ul.options.open { top:30px; }
0.391988
0.068289
@font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Light.ttf") format("truetype"); font-weight: light; font-style: normal; } body { background: #ccc; font-family: Oswald, sans-serif; text-align: center; } h1 { text-align: center; padding: 0.5em; background: #eee; border-radius: 0.2em; } .run { text-align: center; } .countdown { font-size: 5em; font-weight: bold; text-shadow: 4px 4px 4px #aaa; text-align: right; padding: 0.5em 0.5em; margin: 0; border: 0; } .description { font-size: 5em; font-weight: bold; text-shadow: 4px 4px 4px #aaa; text-align: left; padding: 0.5em 0.5em; margin: 0; border: 0; } button { background: #eee; padding: 0.5em; border-radius: 0.2em; } .run table.repetitions { width: 60%; margin: 0 auto; padding: 0; border: 0; } .run table.repetitions td { width: 50%; margin: 0; padding: 0; border: 0; } .run table.main { background: #eee; border-radius: 0.5em; width: 100%; margin: 0; padding: 0; border: 0; } .run .main td { width: 50%; margin: 0; padding: 0; border: 0; } .footer { margin: 1em; font-size: 0.8em; } .footer a { color: #000; } .footer a:active { color: #000; } .footer a:visited { color: #000; } button.action { width: 2em; height: 2em; border: 0; background-size: 2em; background-color: #aaa; background-repeat: no-repeat; } button.action:hover { background-color: #fff; } button.action-create { background-image: url('resources/icons/light/ic_action_new.png'); } button.action-create:hover { background-image: url('resources/icons/dark/ic_action_new.png'); } button.action-edit { background-image: url('resources/icons/light/ic_action_edit.png'); } button.action-edit:hover { background-image: url('resources/icons/dark/ic_action_edit.png'); } button.action-delete { background-image: url('resources/icons/light/ic_action_discard.png'); } button.action-delete:hover { background-image: url('resources/icons/dark/ic_action_discard.png'); } button.action-accept { background-image: url('resources/icons/light/ic_action_accept.png'); } button.action-accept:hover { background-image: url('resources/icons/dark/ic_action_accept.png'); } button.action-cancel { background-image: url('resources/icons/light/ic_action_cancel.png'); } button.action-cancel:hover { background-image: url('resources/icons/dark/ic_action_cancel.png'); } button.action-play { background-image: url('resources/icons/light/ic_action_play.png'); } button.action-play:hover { background-image: url('resources/icons/dark/ic_action_play.png'); } button.action-stop { background-image: url('resources/icons/light/ic_action_stop.png'); } button.action-stop:hover { background-image: url('resources/icons/dark/ic_action_stop.png'); } button.action-raise { background-image: url('resources/icons/light/ic_action_collapse.png'); } button.action-raise:hover { background-image: url('resources/icons/dark/ic_action_collapse.png'); } button.action-lower { background-image: url('resources/icons/light/ic_action_expand.png'); } button.action-lower:hover { background-image: url('resources/icons/dark/ic_action_expand.png'); }
app/main.css
@font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: "Oswald"; src: url("resources/Oswald/Oswald-Light.ttf") format("truetype"); font-weight: light; font-style: normal; } body { background: #ccc; font-family: Oswald, sans-serif; text-align: center; } h1 { text-align: center; padding: 0.5em; background: #eee; border-radius: 0.2em; } .run { text-align: center; } .countdown { font-size: 5em; font-weight: bold; text-shadow: 4px 4px 4px #aaa; text-align: right; padding: 0.5em 0.5em; margin: 0; border: 0; } .description { font-size: 5em; font-weight: bold; text-shadow: 4px 4px 4px #aaa; text-align: left; padding: 0.5em 0.5em; margin: 0; border: 0; } button { background: #eee; padding: 0.5em; border-radius: 0.2em; } .run table.repetitions { width: 60%; margin: 0 auto; padding: 0; border: 0; } .run table.repetitions td { width: 50%; margin: 0; padding: 0; border: 0; } .run table.main { background: #eee; border-radius: 0.5em; width: 100%; margin: 0; padding: 0; border: 0; } .run .main td { width: 50%; margin: 0; padding: 0; border: 0; } .footer { margin: 1em; font-size: 0.8em; } .footer a { color: #000; } .footer a:active { color: #000; } .footer a:visited { color: #000; } button.action { width: 2em; height: 2em; border: 0; background-size: 2em; background-color: #aaa; background-repeat: no-repeat; } button.action:hover { background-color: #fff; } button.action-create { background-image: url('resources/icons/light/ic_action_new.png'); } button.action-create:hover { background-image: url('resources/icons/dark/ic_action_new.png'); } button.action-edit { background-image: url('resources/icons/light/ic_action_edit.png'); } button.action-edit:hover { background-image: url('resources/icons/dark/ic_action_edit.png'); } button.action-delete { background-image: url('resources/icons/light/ic_action_discard.png'); } button.action-delete:hover { background-image: url('resources/icons/dark/ic_action_discard.png'); } button.action-accept { background-image: url('resources/icons/light/ic_action_accept.png'); } button.action-accept:hover { background-image: url('resources/icons/dark/ic_action_accept.png'); } button.action-cancel { background-image: url('resources/icons/light/ic_action_cancel.png'); } button.action-cancel:hover { background-image: url('resources/icons/dark/ic_action_cancel.png'); } button.action-play { background-image: url('resources/icons/light/ic_action_play.png'); } button.action-play:hover { background-image: url('resources/icons/dark/ic_action_play.png'); } button.action-stop { background-image: url('resources/icons/light/ic_action_stop.png'); } button.action-stop:hover { background-image: url('resources/icons/dark/ic_action_stop.png'); } button.action-raise { background-image: url('resources/icons/light/ic_action_collapse.png'); } button.action-raise:hover { background-image: url('resources/icons/dark/ic_action_collapse.png'); } button.action-lower { background-image: url('resources/icons/light/ic_action_expand.png'); } button.action-lower:hover { background-image: url('resources/icons/dark/ic_action_expand.png'); }
0.401805
0.108898
.wrapper { background-color: #0047b3; } .titleFooter { line-height: 59px; color: #ffffff; } .footerLogo{ padding-bottom: 14px; } .inputContainer::before { content: " "; width: 100%; height: 1px; background: #ffffff; opacity: 0.7; position: absolute; bottom: 0; } .input { font-style: normal; font-weight: normal; font-size: 26px; line-height: 140%; letter-spacing: 0.01em; color: #ffffff; width: 100%; outline: none; background: inherit; border: none; padding-bottom: 15px; } .send { color: #0047b3 !important; cursor: pointer; height: 58px; background: #ffffff; border-radius: 30px; padding: 0 86px; margin-top: 58px; align-items: center; display: flex; white-space: nowrap; user-select: none; text-decoration: none; transition: all 0.15s ease-in-out; font-weight: 600; font-size: 20px; line-height: 24px; justify-content: center; } .send:hover { cursor: pointer; background: #dee3eb; } .send:focus { outline: none; } .text { font-style: normal; font-weight: 500; font-size: 18px; line-height: 22px; display: flex; align-items: flex-end; text-align: center; color: #ffffff; } .bookContainer { max-width: 288px !important; text-align: center; display: flex; flex-direction: column; justify-content: space-between; margin-top: 79px; } .contact { display: flex; align-items: center; margin-top: 97px; } .contactText { font-style: normal; font-weight: 500; font-size: 26px; line-height: 100%; color: #ffffff !important; margin-left: 25px; } .contactText + .contactText { margin-left: 42px; } .image { margin: 0px; } .submit { margin-top: 30px; width: 100%; position: absolute; justify-content: space-evenly; display: flex; } .success { composes: submit; color: #4c0; } .fail { composes: submit; color: red; } @media screen and (max-width: 768px){ .send { color: #102037 !important; line-height: 23px; } .titleFooter{ text-align-last: center; } .image { height: 66px; } } @media screen and (max-width: 610px) { .image { height: 40px; } .contactText { font-size: 18px; } .send { height: 50px; min-width: 255px; padding: 0; margin-top: 40px; font-weight: 600; font-size: 20px; line-height: 24px; } .footerLogo { padding-bottom: 8px; } }
src/components/footer/footer.module.css
.wrapper { background-color: #0047b3; } .titleFooter { line-height: 59px; color: #ffffff; } .footerLogo{ padding-bottom: 14px; } .inputContainer::before { content: " "; width: 100%; height: 1px; background: #ffffff; opacity: 0.7; position: absolute; bottom: 0; } .input { font-style: normal; font-weight: normal; font-size: 26px; line-height: 140%; letter-spacing: 0.01em; color: #ffffff; width: 100%; outline: none; background: inherit; border: none; padding-bottom: 15px; } .send { color: #0047b3 !important; cursor: pointer; height: 58px; background: #ffffff; border-radius: 30px; padding: 0 86px; margin-top: 58px; align-items: center; display: flex; white-space: nowrap; user-select: none; text-decoration: none; transition: all 0.15s ease-in-out; font-weight: 600; font-size: 20px; line-height: 24px; justify-content: center; } .send:hover { cursor: pointer; background: #dee3eb; } .send:focus { outline: none; } .text { font-style: normal; font-weight: 500; font-size: 18px; line-height: 22px; display: flex; align-items: flex-end; text-align: center; color: #ffffff; } .bookContainer { max-width: 288px !important; text-align: center; display: flex; flex-direction: column; justify-content: space-between; margin-top: 79px; } .contact { display: flex; align-items: center; margin-top: 97px; } .contactText { font-style: normal; font-weight: 500; font-size: 26px; line-height: 100%; color: #ffffff !important; margin-left: 25px; } .contactText + .contactText { margin-left: 42px; } .image { margin: 0px; } .submit { margin-top: 30px; width: 100%; position: absolute; justify-content: space-evenly; display: flex; } .success { composes: submit; color: #4c0; } .fail { composes: submit; color: red; } @media screen and (max-width: 768px){ .send { color: #102037 !important; line-height: 23px; } .titleFooter{ text-align-last: center; } .image { height: 66px; } } @media screen and (max-width: 610px) { .image { height: 40px; } .contactText { font-size: 18px; } .send { height: 50px; min-width: 255px; padding: 0; margin-top: 40px; font-weight: 600; font-size: 20px; line-height: 24px; } .footerLogo { padding-bottom: 8px; } }
0.487063
0.081813
* { margin: 0; padding: 0; box-sizing: border-box; } /**Global Components**/ a { text-decoration: none; color: black; } body, .login, .search, .signup { font-family: 'Nunito', sans-serif; } button, input, textarea, select { border: none; font-family: "PT Sans", sans-serif; font-size: 1em; margin: 0; text-decoration: none; text-align: center; outline: none; } input, select, textarea { height: 45px; text-align: left; border: 2px solid #1E359B; border-radius: 4px; margin-bottom: 20px; padding: 0 10px; background: transparent; } input[type="file"] { padding-top: 8px; } textarea { padding: 10px; height: 90px; } button { cursor: pointer; } /*View Individual Car*/ .card { padding: 20px; border-left: 3px solid #0facf3; position: relative; box-shadow: 0 10px 15px #cecaca; } .pose { margin-bottom: 17px; } .profile-card { background: #fffffa; display: flex; flex-basis: 25%; flex-direction: column; align-items: center; padding: 20px; margin-top: 20px; } .images { display: flex; } .distribute { display: flex; justify-content: space-between; } .positioning { display: flex; justify-content: space-between; width: 400px; margin-left: 20px; padding-bottom: 10px; } .top-positioning { padding-top: 150px; } .image-management { overflow: hidden; } .detail { display: flex; flex-direction: column; } #purchase-trigger { margin-left: 40px; } .title { margin-left: 65px; margin-bottom: 20px; } /*End View Individual Car*/ .menu-container { color: #fff; background-color: #250F8A; padding: 20px 0; display: flex; justify-content: center; } .menu { width: 1200px; display: flex; justify-content: space-between; } .links { display: flex; justify-content: flex-start; margin-top: 10px; } .homepage { color: #FFFFFF; font-family: 'Abril Fatface', cursive; font-size: 30px; } .login { margin-left: 40px; margin-right: 40px; color: #FFFFFF; } .flag-ad { color: red; } .search { color: #FFFFFF; } .signup { color: #FFFFFF; } .hero { position: relative; } #showcase { min-height: 400px; background:url('../img/indexImg/car-race-438467_1920.jpg') no-repeat 0 -400px; text-align: center; color: #ffffff; } .alignment { text-align: left; } #showcase h2 { text-align: left; padding-top: 100px; font-size: 55px; margin-bottom: 10px; margin-right: 50px; margin-left: 10px; } #showcase p { text-align: left; font-size: 20px; width: 40%; margin-left: 10px; margin-top: 30px; } .success { background-color: #FFCA00; } .btn { padding: 12px 25px; border-radius: 4px; display: inline-block; min-width: 110px; text-align: center; } .btn-go { background-color: #FF5A5F; } .btn-hollow { border: 2px solid #FFCA00; color: #fffffa; background-color: transparent; } .btn-warning { color: #fffffa; background: #ef271b; } .hollow-text { color: black; } /**another section**/ .circle-icon { width: 30px; height: 60px; border-radius: 60px; background: #FF5A5F; color: #FFFFFF; display: block; line-height: 60px; text-align: center; font-size: 1.5em; font-weight: 600; } .section-title, .section-text { position: relative; margin-bottom: 15px; } section { padding: 40px 20px; } section { padding: 40px; display: flex; flex-direction: column; } section > .btn { align-self: center; } .steps { display: flex; justify-content: space-between; } .column.step { padding: 20px; } .column.step { flex-basis: 50%; flex-direction: column; padding: 20px 50px; } .column .circle-icon { align-self: center; margin-bottom: 20px; } .column { display: flex; justify-content: space-between; } /*Modal*/ .modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; } .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 1rem 1.5rem; width: 44rem; border-radius: 0.5rem; text-align: center; } .container { text-align: center; } .item { display: inline-block; margin-left: 40px; } .payments-form { width: 75%; background: #fffffa; display: flex; flex-direction: column; padding: 50px 40px; margin-top: 25px; margin-left: 40px; } .close-button { float: right; width: 1.5rem; line-height: 1.5rem; text-align: center; cursor: pointer; border-radius: 0.25rem; background-color: lightgray; } .close-button:hover { background-color: darkgray; } .show-modal { opacity: 1; visibility: visible; transform: scale(1.0); transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; } /* Footer */ footer { display: flex; padding: 10px; justify-content: center; background-color: #FF5A5F; } .credits { font-weight: 600; } @media only screen and (max-width: 768px) { .menu { margin-left: 20px; margin-right: 20px; } .login { margin-left: 10px; margin-right: 10px; color: #FFFFFF; } .hero-cta { padding-top: 20px; display: inline-block; } section { padding: 20px 60px; } .steps { flex-direction: column; } } /**Sign up Page**/ label { margin-bottom: 5px; font-weight: 600; } label span { color: #ef271b; font-size: 18px; } .form-card { width: 45%; background: #fffffa; display: flex; flex-direction: column; padding: 50px 40px; margin-top: 25px; } .form-container > .section-title, .form-card { align-self: center; } .container { padding: 40px 20px; } .container { background: #dfe0e2; padding: 50px 40px 130px; position: relative; } main { display: flex; flex-direction: column; } .form-container { padding: 40px 0 65px; } .section-title, .section-text { position: relative; margin-bottom: 15px; } /*Showroom CSS*/ .container-header { display: flex; justify-content: space-around; margin-top: 20px; } .container { background: #dfe0e2; padding: 50px 40px 130px; position: relative; } .section-title, .section-text { position: relative; margin-bottom: 15px; } /*Profile Page*/ .space { margin-left: 10px; } .up-top { margin-bottom: 25px; } .lettering { margin-right: 10px; margin-left: 349px; } .columnade { display: flex; flex-direction: column; } /*End Profile Page*/ /*Start Showroom*/ /* Profile Card */ .profile, .dashboard { display: flex; justify-content: space-between; align-items: flex-start; } .detail { padding: 8px; } .profile-card { background: #fffffa; display: flex; flex-basis: 25%; flex-direction: column; align-items: center; padding: 20px; margin-top: 20px; } .profile-image { width: 10px; height: 10px; border-radius: 50%; margin-bottom: 20px; } .profile-name { font-size: 1.5rem; font-weight: 600; } .profile-details { display: flex; width: 100%; justify-content: space-between; } .detail { position: relative; margin-bottom: 20px; } .detail:not(:last-child)::after { content: ""; position: absolute; height: 50px; right: -25px; top: 5px; border-right: 2px solid rgba(173, 176, 183, 0.7); } p.stat-value { margin-bottom: 0; font-size: 1.5rem; font-weight: 600; text-align: center; } /* Toast */ .toast { top: 50px; right: 50%; transform: translateX(50%); position: fixed; color: #fffffa; text-align: center; width: 25%; margin: 0 auto; padding: 20px; background: #0facf3; opacity: 0; } .toast-show { opacity: 1; transition: opacity 0.5s ease-in-out; } .toast-message { display: inline-block; } .toast-hide { float: right; cursor: pointer; } /* Reports Table */ .stats-table { margin-top: 20px; background: #fffffa; } .profile-table { z-index: 100; flex-basis: 73%; } .admin-table { flex-basis: 100%; } .admin-table > .stats-table { width: 100%; } .admin-report { display: flex; justify-content: space-between; background: #fffffa; padding: 25px; margin-top: 20px; border-left: 3px solid #0facf3; } .report-stat { text-align: center; } .report-stat > p { font-size: 3em; } .report-stat > span { font-weight: 600; } td, th { padding: 20px 10px; border-bottom: 1px solid #dddddd; } td .am-user { font-size: 1em; text-align: center; margin-bottom: 0; } tr > td:nth-child(4), tr > td:nth-child(5) { text-align: center; } tr > td:last-child { text-align: center; } /* User reports */ .user-reports { flex-basis: 73%; } .user-reports > .featured-cards { justify-content: flex-start; } .user-reports .report-card { flex-basis: 30%; margin-right: 20px; } .report-img { width: 200px; height: auto; } /*End Showroom*/ /*Start Accordion*/ .accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .accordion:hover { background-color: #ccc; } .panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } /*End Accordion*/ /*mobile layout*/ @media only screen and (max-width: 400px) { .menu { width: 80%; display: flex; justify-content: space-between; } .alignment { text-align: justify; text-justify: inter-word; } footer { display: flex; padding: 30px; justify-content: center; background-color: #FF5A5F; } .form-container > .section-title, .form-card { align-self: center; width: 80%; } .hero-cta { } } /*table-layout*/ @media only screen and (min-width: 961px) { .menu { width: 80%; display: flex; justify-content: space-between; } footer { display: flex; padding: 30px; justify-content: center; background-color: #FF5A5F; } .form-container > .section-title, .form-card { align-self: center; width: 80%; } }
UI/assets/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } /**Global Components**/ a { text-decoration: none; color: black; } body, .login, .search, .signup { font-family: 'Nunito', sans-serif; } button, input, textarea, select { border: none; font-family: "PT Sans", sans-serif; font-size: 1em; margin: 0; text-decoration: none; text-align: center; outline: none; } input, select, textarea { height: 45px; text-align: left; border: 2px solid #1E359B; border-radius: 4px; margin-bottom: 20px; padding: 0 10px; background: transparent; } input[type="file"] { padding-top: 8px; } textarea { padding: 10px; height: 90px; } button { cursor: pointer; } /*View Individual Car*/ .card { padding: 20px; border-left: 3px solid #0facf3; position: relative; box-shadow: 0 10px 15px #cecaca; } .pose { margin-bottom: 17px; } .profile-card { background: #fffffa; display: flex; flex-basis: 25%; flex-direction: column; align-items: center; padding: 20px; margin-top: 20px; } .images { display: flex; } .distribute { display: flex; justify-content: space-between; } .positioning { display: flex; justify-content: space-between; width: 400px; margin-left: 20px; padding-bottom: 10px; } .top-positioning { padding-top: 150px; } .image-management { overflow: hidden; } .detail { display: flex; flex-direction: column; } #purchase-trigger { margin-left: 40px; } .title { margin-left: 65px; margin-bottom: 20px; } /*End View Individual Car*/ .menu-container { color: #fff; background-color: #250F8A; padding: 20px 0; display: flex; justify-content: center; } .menu { width: 1200px; display: flex; justify-content: space-between; } .links { display: flex; justify-content: flex-start; margin-top: 10px; } .homepage { color: #FFFFFF; font-family: 'Abril Fatface', cursive; font-size: 30px; } .login { margin-left: 40px; margin-right: 40px; color: #FFFFFF; } .flag-ad { color: red; } .search { color: #FFFFFF; } .signup { color: #FFFFFF; } .hero { position: relative; } #showcase { min-height: 400px; background:url('../img/indexImg/car-race-438467_1920.jpg') no-repeat 0 -400px; text-align: center; color: #ffffff; } .alignment { text-align: left; } #showcase h2 { text-align: left; padding-top: 100px; font-size: 55px; margin-bottom: 10px; margin-right: 50px; margin-left: 10px; } #showcase p { text-align: left; font-size: 20px; width: 40%; margin-left: 10px; margin-top: 30px; } .success { background-color: #FFCA00; } .btn { padding: 12px 25px; border-radius: 4px; display: inline-block; min-width: 110px; text-align: center; } .btn-go { background-color: #FF5A5F; } .btn-hollow { border: 2px solid #FFCA00; color: #fffffa; background-color: transparent; } .btn-warning { color: #fffffa; background: #ef271b; } .hollow-text { color: black; } /**another section**/ .circle-icon { width: 30px; height: 60px; border-radius: 60px; background: #FF5A5F; color: #FFFFFF; display: block; line-height: 60px; text-align: center; font-size: 1.5em; font-weight: 600; } .section-title, .section-text { position: relative; margin-bottom: 15px; } section { padding: 40px 20px; } section { padding: 40px; display: flex; flex-direction: column; } section > .btn { align-self: center; } .steps { display: flex; justify-content: space-between; } .column.step { padding: 20px; } .column.step { flex-basis: 50%; flex-direction: column; padding: 20px 50px; } .column .circle-icon { align-self: center; margin-bottom: 20px; } .column { display: flex; justify-content: space-between; } /*Modal*/ .modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; } .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 1rem 1.5rem; width: 44rem; border-radius: 0.5rem; text-align: center; } .container { text-align: center; } .item { display: inline-block; margin-left: 40px; } .payments-form { width: 75%; background: #fffffa; display: flex; flex-direction: column; padding: 50px 40px; margin-top: 25px; margin-left: 40px; } .close-button { float: right; width: 1.5rem; line-height: 1.5rem; text-align: center; cursor: pointer; border-radius: 0.25rem; background-color: lightgray; } .close-button:hover { background-color: darkgray; } .show-modal { opacity: 1; visibility: visible; transform: scale(1.0); transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; } /* Footer */ footer { display: flex; padding: 10px; justify-content: center; background-color: #FF5A5F; } .credits { font-weight: 600; } @media only screen and (max-width: 768px) { .menu { margin-left: 20px; margin-right: 20px; } .login { margin-left: 10px; margin-right: 10px; color: #FFFFFF; } .hero-cta { padding-top: 20px; display: inline-block; } section { padding: 20px 60px; } .steps { flex-direction: column; } } /**Sign up Page**/ label { margin-bottom: 5px; font-weight: 600; } label span { color: #ef271b; font-size: 18px; } .form-card { width: 45%; background: #fffffa; display: flex; flex-direction: column; padding: 50px 40px; margin-top: 25px; } .form-container > .section-title, .form-card { align-self: center; } .container { padding: 40px 20px; } .container { background: #dfe0e2; padding: 50px 40px 130px; position: relative; } main { display: flex; flex-direction: column; } .form-container { padding: 40px 0 65px; } .section-title, .section-text { position: relative; margin-bottom: 15px; } /*Showroom CSS*/ .container-header { display: flex; justify-content: space-around; margin-top: 20px; } .container { background: #dfe0e2; padding: 50px 40px 130px; position: relative; } .section-title, .section-text { position: relative; margin-bottom: 15px; } /*Profile Page*/ .space { margin-left: 10px; } .up-top { margin-bottom: 25px; } .lettering { margin-right: 10px; margin-left: 349px; } .columnade { display: flex; flex-direction: column; } /*End Profile Page*/ /*Start Showroom*/ /* Profile Card */ .profile, .dashboard { display: flex; justify-content: space-between; align-items: flex-start; } .detail { padding: 8px; } .profile-card { background: #fffffa; display: flex; flex-basis: 25%; flex-direction: column; align-items: center; padding: 20px; margin-top: 20px; } .profile-image { width: 10px; height: 10px; border-radius: 50%; margin-bottom: 20px; } .profile-name { font-size: 1.5rem; font-weight: 600; } .profile-details { display: flex; width: 100%; justify-content: space-between; } .detail { position: relative; margin-bottom: 20px; } .detail:not(:last-child)::after { content: ""; position: absolute; height: 50px; right: -25px; top: 5px; border-right: 2px solid rgba(173, 176, 183, 0.7); } p.stat-value { margin-bottom: 0; font-size: 1.5rem; font-weight: 600; text-align: center; } /* Toast */ .toast { top: 50px; right: 50%; transform: translateX(50%); position: fixed; color: #fffffa; text-align: center; width: 25%; margin: 0 auto; padding: 20px; background: #0facf3; opacity: 0; } .toast-show { opacity: 1; transition: opacity 0.5s ease-in-out; } .toast-message { display: inline-block; } .toast-hide { float: right; cursor: pointer; } /* Reports Table */ .stats-table { margin-top: 20px; background: #fffffa; } .profile-table { z-index: 100; flex-basis: 73%; } .admin-table { flex-basis: 100%; } .admin-table > .stats-table { width: 100%; } .admin-report { display: flex; justify-content: space-between; background: #fffffa; padding: 25px; margin-top: 20px; border-left: 3px solid #0facf3; } .report-stat { text-align: center; } .report-stat > p { font-size: 3em; } .report-stat > span { font-weight: 600; } td, th { padding: 20px 10px; border-bottom: 1px solid #dddddd; } td .am-user { font-size: 1em; text-align: center; margin-bottom: 0; } tr > td:nth-child(4), tr > td:nth-child(5) { text-align: center; } tr > td:last-child { text-align: center; } /* User reports */ .user-reports { flex-basis: 73%; } .user-reports > .featured-cards { justify-content: flex-start; } .user-reports .report-card { flex-basis: 30%; margin-right: 20px; } .report-img { width: 200px; height: auto; } /*End Showroom*/ /*Start Accordion*/ .accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; } .active, .accordion:hover { background-color: #ccc; } .panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } /*End Accordion*/ /*mobile layout*/ @media only screen and (max-width: 400px) { .menu { width: 80%; display: flex; justify-content: space-between; } .alignment { text-align: justify; text-justify: inter-word; } footer { display: flex; padding: 30px; justify-content: center; background-color: #FF5A5F; } .form-container > .section-title, .form-card { align-self: center; width: 80%; } .hero-cta { } } /*table-layout*/ @media only screen and (min-width: 961px) { .menu { width: 80%; display: flex; justify-content: space-between; } footer { display: flex; padding: 30px; justify-content: center; background-color: #FF5A5F; } .form-container > .section-title, .form-card { align-self: center; width: 80%; } }
0.367951
0.088505
* MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 62.5%; } body { box-sizing: border-box; width: 100vw; max-width: 100%; position: relative; min-height: 100vh; max-height: 100%; } ::selection { background-color: #2d3338; color: #fff; } button { outline-width: 0; } /* * MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ body { font-family: sans-serif; font-weight: 400; font-size: 1.6rem; line-height: 1; color: #363636; } .heading-primary { color: #363636; } .heading-primary--main { display: block; font-size: 3rem; font-weight: 400; } .heading-primary--sub { display: block; font-size: 2rem; font-weight: 700; } a { cursor: pointer; } a:link, a:active, a:visited { color: #000; text-decoration: none; } a:hover { color: #43484d; text-decoration: none; } /*! * MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ .wrapper { max-width: 100vw; } .action_bar__top { margin: 1rem; display: flex; align-items: center; } .action_bar__top button { padding: 1rem; font-size: 1.2rem; border: 1px solid #43484d; border-right: none; cursor: pointer; outline: none; color: #fff; box-shadow: inset 0 3.4rem 0px -1.5rem #2d3338; background-color: #22262a; } .action_bar__top button:hover { box-shadow: inset 0 3.4rem 0px -1.5rem #43484d; background-color: #2d3338; } .action_bar__top .sortDateButtonActive { box-shadow: inset 0 3.4rem 0px -1.5rem #43484d; background-color: #43484d; } .action_bar__top__left button:first-of-type, .action_bar__top__right button:first-of-type { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .action_bar__top__left button:last-of-type, .action_bar__top__right button:last-of-type { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; border-right: 1px solid #43484d; } .action_bar__top__icon { fill: #fff; width: 1.5rem; height: 1.5rem; } .action_bar__top__left { display: flex; justify-self: flex-start; align-items: center; width: 100%; } .action_bar__top__left__dates { display: flex; align-items: center; margin-left: 2rem; } .action_bar__top__left__dates input { width: 13rem; border-radius: 0.5rem; border: 1px solid #ededed; outline: none; padding: 0.5rem 0.5rem 0.5rem 0.5rem; background-color: #eff1f2; color: #363636; } .action_bar__top__left__dates__separator { margin: 0 1rem; } .action_bar__top__right { display: flex; justify-self: flex-end; justify-content: flex-end; width: 100%; } .table { border-spacing: 0; border-collapse: collapse; width: 100%; max-width: 100%; table-layout: fixed; } .table__wrapper { overflow-x: auto; overflow-y: scroll; white-space: nowrap; width: 100%; height: 70vh; display: block; } .table__top__overlay { min-height: 1rem; min-width: 100%; background-color: #fff; position: relative; z-index: 100; margin-bottom: -0.6px; } .table__no_results { display: block; width: 100%; text-align: center; margin-top: 1rem; } .table__blur tbody:hover td { color: transparent; text-shadow: 0 0 0.3rem #aaa; } .table__blur tbody:hover tr:hover td { color: #363636; text-shadow: none; } .table__focus tbody:hover td { opacity: 0.5; } .table__focus tbody:hover tr:hover td { opacity: 1; } .table__highlight_row tbody tr:hover { background: #FFFF00; } .table__highlight_column { background: #FFFF00; } .table thead tr th { position: sticky; position: -webkit-sticky; top: 0; padding: 0.8rem 2rem; border: 1px solid #43484d; box-shadow: inset 0 3.4rem 0 -1.7rem #2d3338; background-color: #22262a; color: #fff; text-transform: uppercase; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.4rem; z-index: 2; } .table thead tr th:hover { box-shadow: inset 0 3.4rem 0 -1.7rem #43484d; background-color: #2d3338; } .table tbody tr td { border: 1px solid #43484d; padding: 0.5rem; font-size: 1.3rem; text-align: center; cursor: default; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table tr:nth-child(even) { background-color: #eff1f2; } .table .row_width_5 { width: 5%; } .table .row_width_10 { width: 10%; } .table .row_width_15 { width: 15%; } .table .row_width_20 { width: 20%; } .table .row_width_25 { width: 25%; } .table .row_width_30 { width: 30%; } .table .row_width_35 { width: 35%; } .table .row_width_40 { width: 40%; } .table .row_width_45 { width: 45%; } .table .row_width_50 { width: 50%; } .action_bar { display: flex; align-items: center; margin: 1rem; } .action_bar__left { display: flex; justify-self: flex-start; align-items: center; width: 33.33333%; justify-content: space-around; padding-right: 3rem; } .action_bar__left__table_num_rows { border-radius: 0.5rem; border: 1px solid #ededed; outline: none; width: 6rem; padding: 0.5rem 0 0.5rem 0.5rem; background-color: #eff1f2; } .action_bar__left__table_num_rows__label { display: flex; align-items: center; } .action_bar__left__item { display: flex; flex-direction: column; align-items: center; font-size: 1.3rem; width: 20%; white-space: nowrap; } .action_bar__left__item label { margin-top: 0.5rem; } .action_bar__left__item:first-of-type { align-items: flex-start; } .action_bar__center { justify-self: center; width: 33.33333%; font-size: 1.3rem; display: flex; flex-direction: column; justify-content: center; } .action_bar__center__text { margin-left: 1rem; margin-bottom: 0.5rem; } .action_bar__center label { display: flex; align-items: center; width: 100%; } .action_bar__center input { width: 100%; border-radius: 0.5rem; border: 1px solid #ededed; outline: none; padding: 0.5rem 0.5rem 0.5rem 0.5rem; background-color: #eff1f2; } .action_bar__right { display: flex; justify-self: flex-end; flex-direction: column; justify-content: center; align-items: flex-end; width: 33.33333%; font-size: 1.3rem; } .action_bar__right__page_number__wrapper { display: flex; flex-direction: column; } .action_bar__right__text { margin: 0 0 0.5rem 3.2rem; } .action_bar__right label { display: flex; align-items: center; } .action_bar__right__icon { width: 2rem; height: 2rem; fill: #363636; cursor: pointer; margin: 0 0.5rem; } .action_bar__right input { border-radius: 0.5rem; border: 1px solid #ededed; outline: none; width: 4rem; padding: 0.5rem 0 0.5rem 0.5rem; background-color: #eff1f2; margin-right: 0.5rem; text-align: center; } .action_bar__right__total_pages_number { margin-left: 0.5rem; } .toggle_switch { position: relative; display: inline-block; width: 3.2rem; height: 1.9rem; } .toggle_switch__checkbox { display: none; } .toggle_switch__slider { position: absolute; cursor: pointer; top: 0; width: 100%; height: 100%; background-color: #eff1f2; border: 1px solid #ededed; transition: 0.4s; border-radius: 100rem; } .toggle_switch__slider:before { position: absolute; content: ""; height: 1.3rem; width: 1.3rem; left: 0.2rem; bottom: 0.2rem; background-color: #fff; transition: 0.4s; border-radius: 100rem; } .toggle_switch__checkbox:checked + .toggle_switch__slider { background-color: #43484d; border: 1px solid #2d3338; } .toggle_switch__checkbox:checked + .toggle_switch__slider:before { transform: translateX(1.3rem); } .double_arrow:before, .double_arrow:after { border: 0.4rem solid transparent; content: ""; height: 0; right: 0.5rem; top: 50%; position: absolute; width: 0; } .double_arrow:before { border-bottom-color: #fff; margin-top: -0.9rem; } .double_arrow:after { border-top-color: #fff; margin-top: 1px; } .arrow_down:after { border: 4px solid transparent; border-top-color: #fff; margin-top: -0.2rem; content: ""; height: 0; right: 5px; top: 50%; position: absolute; width: 0; } .arrow_up:before { border: 0.4rem solid transparent; border-bottom-color: #fff; margin-top: -0.6rem; content: ""; height: 0; right: 0.5rem; top: 50%; position: absolute; width: 0; } .loading { background-image: url("../images/icons/loading.gif"); background-size: contain; width: 2rem; height: 2rem; display: none; }
assets/css/style.css
* MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ *, *::before, *::after { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 62.5%; } body { box-sizing: border-box; width: 100vw; max-width: 100%; position: relative; min-height: 100vh; max-height: 100%; } ::selection { background-color: #2d3338; color: #fff; } button { outline-width: 0; } /* * MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ body { font-family: sans-serif; font-weight: 400; font-size: 1.6rem; line-height: 1; color: #363636; } .heading-primary { color: #363636; } .heading-primary--main { display: block; font-size: 3rem; font-weight: 400; } .heading-primary--sub { display: block; font-size: 2rem; font-weight: 700; } a { cursor: pointer; } a:link, a:active, a:visited { color: #000; text-decoration: none; } a:hover { color: #43484d; text-decoration: none; } /*! * MIT License * * Copyright (c) 2018. <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * * <NAME> * https://rajohan.no */ .wrapper { max-width: 100vw; } .action_bar__top { margin: 1rem; display: flex; align-items: center; } .action_bar__top button { padding: 1rem; font-size: 1.2rem; border: 1px solid #43484d; border-right: none; cursor: pointer; outline: none; color: #fff; box-shadow: inset 0 3.4rem 0px -1.5rem #2d3338; background-color: #22262a; } .action_bar__top button:hover { box-shadow: inset 0 3.4rem 0px -1.5rem #43484d; background-color: #2d3338; } .action_bar__top .sortDateButtonActive { box-shadow: inset 0 3.4rem 0px -1.5rem #43484d; background-color: #43484d; } .action_bar__top__left button:first-of-type, .action_bar__top__right button:first-of-type { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .action_bar__top__left button:last-of-type, .action_bar__top__right button:last-of-type { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; border-right: 1px solid #43484d; } .action_bar__top__icon { fill: #fff; width: 1.5rem; height: 1.5rem; } .action_bar__top__left { display: flex; justify-self: flex-start; align-items: center; width: 100%; } .action_bar__top__left__dates { display: flex; align-items: center; margin-left: 2rem; } .action_bar__top__left__dates input { width: 13rem; border-radius: 0.5rem; border: 1px solid #ededed; outline: none; padding: 0.5rem 0.5rem 0.5rem 0.5rem; background-color: #eff1f2; color: #363636; } .action_bar__top__left__dates__separator { margin: 0 1rem; } .action_bar__top__right { display: flex; justify-self: flex-end; justify-content: flex-end; width: 100%; } .table { border-spacing: 0; border-collapse: collapse; width: 100%; max-width: 100%; table-layout: fixed; } .table__wrapper { overflow-x: auto; overflow-y: scroll; white-space: nowrap; width: 100%; height: 70vh; display: block; } .table__top__overlay { min-height: 1rem; min-width: 100%; background-color: #fff; position: relative; z-index: 100; margin-bottom: -0.6px; } .table__no_results { display: block; width: 100%; text-align: center; margin-top: 1rem; } .table__blur tbody:hover td { color: transparent; text-shadow: 0 0 0.3rem #aaa; } .table__blur tbody:hover tr:hover td { color: #363636; text-shadow: none; } .table__focus tbody:hover td { opacity: 0.5; } .table__focus tbody:hover tr:hover td { opacity: 1; } .table__highlight_row tbody tr:hover { background: #FFFF00; } .table__highlight_column { background: #FFFF00; } .table thead tr th { position: sticky; position: -webkit-sticky; top: 0; padding: 0.8rem 2rem; border: 1px solid #43484d; box-shadow: inset 0 3.4rem 0 -1.7rem #2d3338; background-color: #22262a; color: #fff; text-transform: uppercase; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.4rem; z-index: 2; } .table thead tr th:hover { box-shadow: inset 0 3.4rem 0 -1.7rem #43484d; background-color: #2d3338; } .table tbody tr td { border: 1px solid #43484d; padding: 0.5rem; font-size: 1.3rem; text-align: center; cursor: default; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table tr:nth-child(even) { background-color: #eff1f2; } .table .row_width_5 { width: 5%; } .table .row_width_10 { width: 10%; } .table .row_width_15 { width: 15%; } .table .row_width_20 { width: 20%; } .table .row_width_25 { width: 25%; } .table .row_width_30 { width: 30%; } .table .row_width_35 { width: 35%; } .table .row_width_40 { width: 40%; } .table .row_width_45 { width: 45%; } .table .row_width_50 { width: 50%; } .action_bar { display: flex; align-items: center; margin: 1rem; } .action_bar__left { display: flex; justify-self: flex-start; align-items: center; width: 33.33333%; justify-content: space-around; padding-right: 3rem; } .action_bar__left__table_num_rows { border-radius: 0.5rem; border: 1px solid #ededed; outline: none; width: 6rem; padding: 0.5rem 0 0.5rem 0.5rem; background-color: #eff1f2; } .action_bar__left__table_num_rows__label { display: flex; align-items: center; } .action_bar__left__item { display: flex; flex-direction: column; align-items: center; font-size: 1.3rem; width: 20%; white-space: nowrap; } .action_bar__left__item label { margin-top: 0.5rem; } .action_bar__left__item:first-of-type { align-items: flex-start; } .action_bar__center { justify-self: center; width: 33.33333%; font-size: 1.3rem; display: flex; flex-direction: column; justify-content: center; } .action_bar__center__text { margin-left: 1rem; margin-bottom: 0.5rem; } .action_bar__center label { display: flex; align-items: center; width: 100%; } .action_bar__center input { width: 100%; border-radius: 0.5rem; border: 1px solid #ededed; outline: none; padding: 0.5rem 0.5rem 0.5rem 0.5rem; background-color: #eff1f2; } .action_bar__right { display: flex; justify-self: flex-end; flex-direction: column; justify-content: center; align-items: flex-end; width: 33.33333%; font-size: 1.3rem; } .action_bar__right__page_number__wrapper { display: flex; flex-direction: column; } .action_bar__right__text { margin: 0 0 0.5rem 3.2rem; } .action_bar__right label { display: flex; align-items: center; } .action_bar__right__icon { width: 2rem; height: 2rem; fill: #363636; cursor: pointer; margin: 0 0.5rem; } .action_bar__right input { border-radius: 0.5rem; border: 1px solid #ededed; outline: none; width: 4rem; padding: 0.5rem 0 0.5rem 0.5rem; background-color: #eff1f2; margin-right: 0.5rem; text-align: center; } .action_bar__right__total_pages_number { margin-left: 0.5rem; } .toggle_switch { position: relative; display: inline-block; width: 3.2rem; height: 1.9rem; } .toggle_switch__checkbox { display: none; } .toggle_switch__slider { position: absolute; cursor: pointer; top: 0; width: 100%; height: 100%; background-color: #eff1f2; border: 1px solid #ededed; transition: 0.4s; border-radius: 100rem; } .toggle_switch__slider:before { position: absolute; content: ""; height: 1.3rem; width: 1.3rem; left: 0.2rem; bottom: 0.2rem; background-color: #fff; transition: 0.4s; border-radius: 100rem; } .toggle_switch__checkbox:checked + .toggle_switch__slider { background-color: #43484d; border: 1px solid #2d3338; } .toggle_switch__checkbox:checked + .toggle_switch__slider:before { transform: translateX(1.3rem); } .double_arrow:before, .double_arrow:after { border: 0.4rem solid transparent; content: ""; height: 0; right: 0.5rem; top: 50%; position: absolute; width: 0; } .double_arrow:before { border-bottom-color: #fff; margin-top: -0.9rem; } .double_arrow:after { border-top-color: #fff; margin-top: 1px; } .arrow_down:after { border: 4px solid transparent; border-top-color: #fff; margin-top: -0.2rem; content: ""; height: 0; right: 5px; top: 50%; position: absolute; width: 0; } .arrow_up:before { border: 0.4rem solid transparent; border-bottom-color: #fff; margin-top: -0.6rem; content: ""; height: 0; right: 0.5rem; top: 50%; position: absolute; width: 0; } .loading { background-image: url("../images/icons/loading.gif"); background-size: contain; width: 2rem; height: 2rem; display: none; }
0.864038
0.064772
.glyphicon-modal-window:before { content: "\e237" } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5) } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0 } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5 } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5 } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857143 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px } .modal-footer .btn-group .btn+.btn { margin-left: -1px } .modal-footer .btn-block+.btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } @media (min-width:768px) { .modal-dialog { width: 600px; margin: 30px auto } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal-sm { width: 300px } } @media (min-width:992px) { .modal-lg { width: 900px } } .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { display: table; content: " " } .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { clear: both } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0 } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px } @media (min-width:768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right } } .form-horizontal .has-feedback .form-control-feedback { right: 15px } @media (min-width:768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px } } @media (min-width:768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px } } .glyphicon-eye-close:before { content: "\e106" } .glyphicon-folder-close:before { content: "\e117" } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2 } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5 } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 }
assets/css/bootstrap.plus.css
.glyphicon-modal-window:before { content: "\e237" } .modal-open { overflow: hidden } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0 } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%) } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) } .modal-open .modal { overflow-x: hidden; overflow-y: auto } .modal-dialog { position: relative; width: auto; margin: 10px } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5) } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000 } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0 } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5 } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5 } .modal-header .close { margin-top: -2px } .modal-title { margin: 0; line-height: 1.42857143 } .modal-body { position: relative; padding: 15px } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5 } .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px } .modal-footer .btn-group .btn+.btn { margin-left: -1px } .modal-footer .btn-block+.btn-block { margin-left: 0 } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll } @media (min-width:768px) { .modal-dialog { width: 600px; margin: 30px auto } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal-sm { width: 300px } } @media (min-width:992px) { .modal-lg { width: 900px } } .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before { display: table; content: " " } .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after { clear: both } .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0 } .form-horizontal .checkbox, .form-horizontal .radio { min-height: 27px } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px } @media (min-width:768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right } } .form-horizontal .has-feedback .form-control-feedback { right: 15px } @media (min-width:768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px } } @media (min-width:768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px } } .glyphicon-eye-close:before { content: "\e106" } .glyphicon-folder-close:before { content: "\e117" } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit } .close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2 } .close:focus, .close:hover { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5 } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0 }
0.324021
0.054803
@import url("../../../icon/icon.css"); html, body, div, form, p, a, h1, h2, h3, h4, h5, h6, img, table, td, th, input, span, section, header, footer, nav, article, aside, fieldset, textarea, dl, dt, dd, blockquote, ul, ol { margin: 0 0; padding: 0 0; } section, header, footer, nav, article, aside { display: block; } body { font-size: 12px; background-color: #ffffff; } ol, ul { list-style: none; } li { list-style-type: none; } caption, th { text-align: left; } address, caption, cite, code, dfn, ins, em, th, var { font-weight: normal; font-style: normal; } input, textarea { font-size: 12px; padding: 2px; } img { vertical-align: top; border-width: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } textarea { overflow: auto; } a { text-decoration: none; color: #0B3B8C; } .f-l { float: left; _display: inline; } .f-r { float: right; _display: inline; } .clear { clear: both; } .pos-r { position: relative; } .pos-a { position: absolute; } .b { font-weight: bold; } .hide, .hidden { display: none; } .ov { overflow: hidden; _zoom: 1; } .tc { text-align: center; } .dashed { border-bottom: 1px dashed #cccccc; } .bd-gray { border: 1px solid #D6D6D6; } .fz12 { font-size: 12px; } .fz14 { font-size: 14px; } .ti2 { text-indent: 2em; } .Opacity { opacity: .5; filter: alpha(opacity=50); } .column { width: 960px; margin: 0 auto; overflow: hidden; _zoom: 1; } #Banner ._output { width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .top-block { position: absolute; background: transparent url('images/head-ico.png') repeat-x 0 0; width: 100%; height: 32px; top: 0; left: 0; z-index: -1; } .head-repeat-x .header-topbar { height: 32px; width: 960px; margin: 0 auto; /*顶部链接*/ } .head-repeat-x .header-topbar .share { float: right; _display: inline; margin: 9px 20px 0 0; } .head-repeat-x .header-topbar .search { float: right; _display: inline; margin-top: 5px; position: relative; width: 123px; } .head-repeat-x .header-topbar .search .text { width: 90px; height: 16px; border: 1px solid #ccc; position: absolute; left: 0; color: #cccccc; } .head-repeat-x .header-topbar .search .btn-submit { background-image: url('images/head-ico.png'); background-position: 0 -235px; width: 30px; height: 22px; border-width: 0; position: absolute; right: 0; cursor: pointer; } .head-repeat-x .header-topbar .cal{ float:left; width: 16px; height: 15px; background: transparent url(images/cal.png) no-repeat; margin: 8px 0 0 20px; cursor: pointer; } .head-repeat-x .header-topbar .login { float: left; _display: inline; margin: 9px 20px 0 0; } .head-repeat-x .header-topbar .login a { color: #666666; } .head-repeat-x .header-topbar .login a:hover { color: #cc0000; } .head-repeat-x .header-topbar .head-rss { float: left; _display: inline; margin-top: 9px; width: 37px; height: 14px; background-image: url('images/head-ico.png'); background-position: 0 -75px; } .head-repeat-x .header-topbar .head-top-nav { float: left; _display: inline; margin-top: 9px; } .head-repeat-x .header-topbar .head-top-nav li { display: inline; margin-right: 22px; } .head-repeat-x .header-topbar .head-top-nav li a { color: #444; } .head-repeat-x .header-topbar .head-top-nav li a:hover { color: #cc0000; } .head-repeat-x .banner { height: 60px; width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .banner .logo a { float: left; _display: inline; width: 209px; height: 54px; background-image: url('images/cmstop-logo.png'); background-position: -5px 0; } .head-repeat-x .banner .ad { float: right; _display: inline; } .head-repeat-x .banner .ad .ad-a { float: left; _display: inline; width: 480px; height: 60px; margin-right: 8px; } .head-repeat-x .banner .ad .ad-b { float: right; _display: inline; width: 240px; height: 60px; } .head-repeat-x .banner .ad { width: 728px; } .head-repeat-x .full-banner { height: 80px; width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .full-banner .logo a { float: left; _display: inline; width: 209px; height: 54px; background-image: url('images/cmstop-logo.png'); background-position: -5px 0; } .head-repeat-x .full-banner .ad { float: right; _display: inline; } .head-repeat-x .full-banner .ad .ad-a { float: left; _display: inline; width: 650px; height: 80px; margin-right: 9px; } .head-repeat-x .full-banner .ad .ad-b { float: right; _display: inline; width: 300px; height: 80px; } .nav { position: relative; } .nav li, .nav li a { float: left; _display: inline; } .nav li { margin: 10px 8px 0 9px; } .nav li a { color: #ffffff; } .nav li a:hover { color: #ffff00; } .nav li .index { font-weight: bold; margin: 0 4px; } .nav .hr { width: 2px; height: 17px; background-image: url(images/nav-hr.png); } .nav-wrapper { width: 960px; margin: 0 auto; margin-top: 9px; } .nav-wrapper .border-radius { overflow: hidden; _zoom: 1; position: relative; } .nav-wrapper .border-radius .left, .nav-wrapper .border-radius .right { position: absolute; width: 5px; height: 36px; top: 0; } .nav-wrapper .border-radius .left { left: 0; background: transparent url('images/head-ico.png') no-repeat 0 -122px; } .nav-wrapper .border-radius .right { right: 0; background: transparent url('images/head-ico.png') no-repeat 0 -194px; } .nav-wrapper .border-radius .main { margin: 0 5px; background: transparent url('images/head-ico.png') repeat-x 0 -158px; height: 36px; } .foot { width: 960px; margin: 0 auto; background-color: #f4f4f4; text-align: center; padding-bottom: 8px; margin-top: 10px; } .foot .foot-links { margin-top: 6px; } .foot .foot-links a { color: #000000; margin: 0 4px; line-height: 24px; } .foot .foot-links a:hover { color: #cc0000; } .foot p { line-height: 24px; } /*回到顶部*/ .mod-gotop,.mod-gotop a{ width: 18px; height: 72px; } .mod-gotop{ position: fixed; top: 300px; background: transparent url(images/gotop.png); cursor: pointer; } .mod-gotop a{ visibility: hidden; float: left; } /*按钮样式*/ .btn-common,.btn-common-disable,.btn-common-long{ cursor: pointer; } .btn-common,.btn-common-disable{ border-width: 0; width: 60px; height: 32px; line-height: 22px; font-weight: bold; color: #fff; background: transparent url(images/btn-submit.png) no-repeat -1px -1px; font-size: 14px; text-align: center; } .btn-common-disable{ background: transparent url(images/btn-submit-disable.png) no-repeat -1px -1px; } .btn-common-long{ background-position: -1px -34px; width: 100px; height: 32px; } .hr9{ height: 9px; clear:both; overflow: hidden _zoom:1; }
themes/simplebootx - 2/Public/css/cmstop-common.css
@import url("../../../icon/icon.css"); html, body, div, form, p, a, h1, h2, h3, h4, h5, h6, img, table, td, th, input, span, section, header, footer, nav, article, aside, fieldset, textarea, dl, dt, dd, blockquote, ul, ol { margin: 0 0; padding: 0 0; } section, header, footer, nav, article, aside { display: block; } body { font-size: 12px; background-color: #ffffff; } ol, ul { list-style: none; } li { list-style-type: none; } caption, th { text-align: left; } address, caption, cite, code, dfn, ins, em, th, var { font-weight: normal; font-style: normal; } input, textarea { font-size: 12px; padding: 2px; } img { vertical-align: top; border-width: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } textarea { overflow: auto; } a { text-decoration: none; color: #0B3B8C; } .f-l { float: left; _display: inline; } .f-r { float: right; _display: inline; } .clear { clear: both; } .pos-r { position: relative; } .pos-a { position: absolute; } .b { font-weight: bold; } .hide, .hidden { display: none; } .ov { overflow: hidden; _zoom: 1; } .tc { text-align: center; } .dashed { border-bottom: 1px dashed #cccccc; } .bd-gray { border: 1px solid #D6D6D6; } .fz12 { font-size: 12px; } .fz14 { font-size: 14px; } .ti2 { text-indent: 2em; } .Opacity { opacity: .5; filter: alpha(opacity=50); } .column { width: 960px; margin: 0 auto; overflow: hidden; _zoom: 1; } #Banner ._output { width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .top-block { position: absolute; background: transparent url('images/head-ico.png') repeat-x 0 0; width: 100%; height: 32px; top: 0; left: 0; z-index: -1; } .head-repeat-x .header-topbar { height: 32px; width: 960px; margin: 0 auto; /*顶部链接*/ } .head-repeat-x .header-topbar .share { float: right; _display: inline; margin: 9px 20px 0 0; } .head-repeat-x .header-topbar .search { float: right; _display: inline; margin-top: 5px; position: relative; width: 123px; } .head-repeat-x .header-topbar .search .text { width: 90px; height: 16px; border: 1px solid #ccc; position: absolute; left: 0; color: #cccccc; } .head-repeat-x .header-topbar .search .btn-submit { background-image: url('images/head-ico.png'); background-position: 0 -235px; width: 30px; height: 22px; border-width: 0; position: absolute; right: 0; cursor: pointer; } .head-repeat-x .header-topbar .cal{ float:left; width: 16px; height: 15px; background: transparent url(images/cal.png) no-repeat; margin: 8px 0 0 20px; cursor: pointer; } .head-repeat-x .header-topbar .login { float: left; _display: inline; margin: 9px 20px 0 0; } .head-repeat-x .header-topbar .login a { color: #666666; } .head-repeat-x .header-topbar .login a:hover { color: #cc0000; } .head-repeat-x .header-topbar .head-rss { float: left; _display: inline; margin-top: 9px; width: 37px; height: 14px; background-image: url('images/head-ico.png'); background-position: 0 -75px; } .head-repeat-x .header-topbar .head-top-nav { float: left; _display: inline; margin-top: 9px; } .head-repeat-x .header-topbar .head-top-nav li { display: inline; margin-right: 22px; } .head-repeat-x .header-topbar .head-top-nav li a { color: #444; } .head-repeat-x .header-topbar .head-top-nav li a:hover { color: #cc0000; } .head-repeat-x .banner { height: 60px; width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .banner .logo a { float: left; _display: inline; width: 209px; height: 54px; background-image: url('images/cmstop-logo.png'); background-position: -5px 0; } .head-repeat-x .banner .ad { float: right; _display: inline; } .head-repeat-x .banner .ad .ad-a { float: left; _display: inline; width: 480px; height: 60px; margin-right: 8px; } .head-repeat-x .banner .ad .ad-b { float: right; _display: inline; width: 240px; height: 60px; } .head-repeat-x .banner .ad { width: 728px; } .head-repeat-x .full-banner { height: 80px; width: 960px; margin: 0 auto; margin-top: 9px; } .head-repeat-x .full-banner .logo a { float: left; _display: inline; width: 209px; height: 54px; background-image: url('images/cmstop-logo.png'); background-position: -5px 0; } .head-repeat-x .full-banner .ad { float: right; _display: inline; } .head-repeat-x .full-banner .ad .ad-a { float: left; _display: inline; width: 650px; height: 80px; margin-right: 9px; } .head-repeat-x .full-banner .ad .ad-b { float: right; _display: inline; width: 300px; height: 80px; } .nav { position: relative; } .nav li, .nav li a { float: left; _display: inline; } .nav li { margin: 10px 8px 0 9px; } .nav li a { color: #ffffff; } .nav li a:hover { color: #ffff00; } .nav li .index { font-weight: bold; margin: 0 4px; } .nav .hr { width: 2px; height: 17px; background-image: url(images/nav-hr.png); } .nav-wrapper { width: 960px; margin: 0 auto; margin-top: 9px; } .nav-wrapper .border-radius { overflow: hidden; _zoom: 1; position: relative; } .nav-wrapper .border-radius .left, .nav-wrapper .border-radius .right { position: absolute; width: 5px; height: 36px; top: 0; } .nav-wrapper .border-radius .left { left: 0; background: transparent url('images/head-ico.png') no-repeat 0 -122px; } .nav-wrapper .border-radius .right { right: 0; background: transparent url('images/head-ico.png') no-repeat 0 -194px; } .nav-wrapper .border-radius .main { margin: 0 5px; background: transparent url('images/head-ico.png') repeat-x 0 -158px; height: 36px; } .foot { width: 960px; margin: 0 auto; background-color: #f4f4f4; text-align: center; padding-bottom: 8px; margin-top: 10px; } .foot .foot-links { margin-top: 6px; } .foot .foot-links a { color: #000000; margin: 0 4px; line-height: 24px; } .foot .foot-links a:hover { color: #cc0000; } .foot p { line-height: 24px; } /*回到顶部*/ .mod-gotop,.mod-gotop a{ width: 18px; height: 72px; } .mod-gotop{ position: fixed; top: 300px; background: transparent url(images/gotop.png); cursor: pointer; } .mod-gotop a{ visibility: hidden; float: left; } /*按钮样式*/ .btn-common,.btn-common-disable,.btn-common-long{ cursor: pointer; } .btn-common,.btn-common-disable{ border-width: 0; width: 60px; height: 32px; line-height: 22px; font-weight: bold; color: #fff; background: transparent url(images/btn-submit.png) no-repeat -1px -1px; font-size: 14px; text-align: center; } .btn-common-disable{ background: transparent url(images/btn-submit-disable.png) no-repeat -1px -1px; } .btn-common-long{ background-position: -1px -34px; width: 100px; height: 32px; } .hr9{ height: 9px; clear:both; overflow: hidden _zoom:1; }
0.401101
0.091788
body { padding-bottom: 20px; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } /* Custom page footer */ .footer { padding-top: 19px; color: #777; border-top: 1px solid #e5e5e5; } /* Customize container */ .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } } .nav>li.active>a { text-decoration: none; background-color: #eee; } th.cover-list { width: 100px; } img.cover-list { max-width: 100px; } img.cover-table { width: 100%; max-height: 300px; } div.cover-table { height: 300px; } .img-logo { margin: 10px 0px 0px 0px !important; } table>tbody>tr>td { vertical-align: middle !important; } [ng-click], [data-ng-click], [x-ng-click] { cursor: pointer; } 100% { display: none !important; } .ngdialog.ngdialog-theme-default .ngdialog-content { background-color: #fff !important; } .ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content { -webkit-animation: ngdialog-flyout .3s forwards !important; animation: ngdialog-flyout .3s forwards !important; } .ngdialog.ngdialog-closing .ngdialog-overlay { -webkit-animation: ngdialog-fadeout 0.3s forwards !important; animation: ngdialog-fadeout 0.3s forwards !important; } .ngdialog.ngdialog-closing .ngdialog-content { -webkit-animation: ngdialog-fadeout 0.3s forwards !important; animation: ngdialog-fadeout 0.3s forwards !important; } /*@media (max-width: 768px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 100% !important; border-radius: 0 !important; } } @media (min-width: 768px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 90% !important; } } @media (min-width: 992px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 1070px !important; } } @media (min-width: 1200px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 970px !important; } }*/
app/styles/main.css
body { padding-bottom: 20px; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-left: 15px; padding-right: 15px; } /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; padding-bottom: 19px; } /* Custom page footer */ .footer { padding-top: 19px; color: #777; border-top: 1px solid #e5e5e5; } /* Customize container */ .container-narrow > hr { margin: 30px 0; } /* Main marketing message and sign up button */ .jumbotron { text-align: center; border-bottom: 1px solid #e5e5e5; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } /* Supporting marketing content */ .marketing { margin: 40px 0; } .marketing p + h4 { margin-top: 28px; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ .header { margin-bottom: 30px; } /* Remove the bottom border on the jumbotron for visual effect */ .jumbotron { border-bottom: 0; } } .nav>li.active>a { text-decoration: none; background-color: #eee; } th.cover-list { width: 100px; } img.cover-list { max-width: 100px; } img.cover-table { width: 100%; max-height: 300px; } div.cover-table { height: 300px; } .img-logo { margin: 10px 0px 0px 0px !important; } table>tbody>tr>td { vertical-align: middle !important; } [ng-click], [data-ng-click], [x-ng-click] { cursor: pointer; } 100% { display: none !important; } .ngdialog.ngdialog-theme-default .ngdialog-content { background-color: #fff !important; } .ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content { -webkit-animation: ngdialog-flyout .3s forwards !important; animation: ngdialog-flyout .3s forwards !important; } .ngdialog.ngdialog-closing .ngdialog-overlay { -webkit-animation: ngdialog-fadeout 0.3s forwards !important; animation: ngdialog-fadeout 0.3s forwards !important; } .ngdialog.ngdialog-closing .ngdialog-content { -webkit-animation: ngdialog-fadeout 0.3s forwards !important; animation: ngdialog-fadeout 0.3s forwards !important; } /*@media (max-width: 768px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 100% !important; border-radius: 0 !important; } } @media (min-width: 768px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 90% !important; } } @media (min-width: 992px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 1070px !important; } } @media (min-width: 1200px) { .ngdialog.ngdialog-theme-default .ngdialog-content { width: 970px !important; } }*/
0.248625
0.068133
body { padding-top: 60px; padding-bottom: 40px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900)); background-image: -webkit-linear-gradient(top, #70d900, #57a900); background-image: -o-linear-gradient(top, #70d900, #57a900); background-image: linear-gradient(top, #70d900, #57a900); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0); } .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #57a900; } .btn-success:active, .btn-success.active { background-color: #57a900; } div.container a.brand { background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent; margin-left: 0; padding: 8px 20px 12px 40px; } .clear { clear: both; } .clearfix::after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin: auto; } .alignnone { border: 0 none; clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0; width: 0; } .centered { text-align: center; } .hidden { display: none; visibility: hidden; } *, *::before, *::after { } .flexslider { transform: translateZ(0px); } #preloader { background: #f5f5f5 none repeat scroll 0 0; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 9999; } #status { color: #555 !important; height: 220px; margin-top: -115px; position: absolute; top: 50%; width: 100%; z-index: 28; } .box-parent { display: table; height: 100%; position: relative; width: 100%; z-index: 11; } .parent { height: 220px; margin: 0 auto; position: relative; width: 230px; z-index: 11; } #preloader .child { text-align: center; } .parent { display: table; } .child { display: table-cell; padding: 0; vertical-align: middle; } .box-parent .child { padding-top: 10px; } .box-parent .avatar { width: 100%; } html, body, #wrap { height: 100%; } body > #wrap { height: auto; min-height: 100%; } .content-wrapper { padding-bottom: 91px; } html { height: 100%; overflow-x: hidden; overflow-y: scroll; } body { background: #F5F5F5 none repeat scroll 0 0; color: #555; font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; height: 100%; } strong { color: #555; font-weight: 600; } a, a * { transition: all 0.2s ease 0s; } a, a:hover, a:focus { color: #555; outline: 0 none; text-decoration: none; } a:hover { color: #2b2b2b; } *, *::after, *::before { box-sizing: border-box; margin: 0; outline: 0 none; padding: 0; text-rendering: optimizelegibility; } p { line-height: 1.5; padding: 0; position: relative; transition: all 0.2s ease 0s; } a { text-decoration: none; } p a { color: #555; text-decoration: underline; } p a:hover { color: #2b2b2b; text-decoration: underline; } a p { color: #555; } a:hover p { color: #2b2b2b; } .teaser p a { color: #555; text-decoration: none; } p.small a, p.post.tags a { color: #888; position: relative; text-decoration: none; } p.small a:hover, p.post.tags a:hover { color: #555 !important; text-decoration: none; } p.small a::after { background: #a9a9a9 none repeat scroll 0 0; bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; right: 2px; } p.small { color: #888; font-size: 10px !important; font-weight: 400; letter-spacing: 2px; padding-left: 2px; text-transform: uppercase; } a p.small { color: #2b2b2b; } #preloader p.small { color: #555 !important; padding: 0 !important; } p.lefted { text-align: left; } .stats p { font-size: 13px; text-align: left; } .post-text p { padding-bottom: 10px; } p.date { font-size: 13px; } .sidebar p { padding: 0 30px; } blockquote { border: 0 none; color: #888; font-style: italic; margin: 50px 0 10px; position: relative; text-align: center !important; } .post-text blockquote { float: left; padding: 10px 30px; width: 35%; } blockquote p { font-size: 19px !important; line-height: 1.25; padding: 0 !important; } blockquote::before { color: #555; content: "“”" !important; display: block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 40px; font-weight: 600; left: 50%; letter-spacing: 0.1em; margin-left: -35px; position: absolute; top: -35px; width: 70px; } .covering-image blockquote::before { color: #fff; } blockquote p.name { color: #555; font-size: 13px !important; font-style: normal; font-weight: 600; letter-spacing: 0; margin-top: 5px; position: relative; } .button { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; display: inline-block; font-size: 14px; line-height: 1; margin-bottom: 10px; padding: 10px 25px 14px; } .button:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; } .covering-image .button, .covering-image .button:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; } .button.load-more { margin-bottom: 20px; } .signature { background: rgba(0, 0, 0, 0) url("../img/signature.png") no-repeat scroll center center / 185px 50px; display: inline-block; height: 50px; opacity: 0.9; position: relative; width: 185px; } h1#logo { display: block; font-size: 0; margin: 20px 0 50px; position: relative; text-align: center; } h1#logo a { background: rgba(0, 0, 0, 0) url("../img/bg-logo@2x.png") no-repeat scroll center center / 344px 87px; display: inline-block; height: 87px; text-indent: -9999px; width: 344px; } .tagline { display: table; float: left; font-size: 12px; font-style: italic; font-weight: 400; height: 72px; margin: -1px auto 0; padding: 0 0 0 16px; position: relative; } .tagline span { display: table-cell; vertical-align: middle; } .year, h1, h2, h3, h4, h5, h6 { color: #2b2b2b; font-family: "Oswald",Arial,Helvetica,sans-serif; line-height: 1.3; position: relative; text-transform: uppercase; } h2 span, h3 span, h4 span, h5 span { text-transform: none; } h1, .year { font-size: 60px; font-weight: 300; letter-spacing: -3px; line-height: 1.2; } .year { margin-top: -10px; } h2 { font-size: 44px; font-weight: 400; letter-spacing: -2px; line-height: 1.2; } h2 strong { letter-spacing: -1px; } h3 { font-size: 24px; font-weight: 400; line-height: 31px; } h4 { font-size: 20px; font-weight: 400; line-height: 27px; } h5 { font-size: 18px; font-weight: 400; } h6 { font-size: 14px; } h6::before { border-bottom: 1px solid rgba(0, 0, 0, 0.05); content: ""; height: 1px; left: 0; position: absolute; top: 50%; width: 100%; } h6 span { background: #f5f5f5 none repeat scroll 0 0; padding: 0 15px; position: relative; z-index: 1; } .header { margin-top: -2px !important; } .lone-header { margin-top: -10px; } a:hover h4 { color: #555; } .grey-bg-large h2 { display: inline-block; max-width: 60%; } #menu-button { float: right; font-size: 14px; position: relative; } #menu-button .cursor { cursor: pointer; display: block; height: auto; position: relative; top: -2px; } #nav-button { display: inline-block; margin: 0 0 0 5px; vertical-align: middle; width: 16px; } .nav-bar { background-color: #555; border-radius: 1px; display: block; height: 2px; margin: 0 auto 2px; width: 16px; } #main-nav { background-color: #1d1d1d; padding: 20px 34px; position: fixed; right: 0; top: 0; width: 200px; } #main-nav ul { line-height: 1.4; position: relative; } #main-nav ul li a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); display: block; font-size: 12px; letter-spacing: 1px; padding: 9px 0; position: relative; text-transform: uppercase; } #main-nav ul li a:hover, #main-nav ul li a.current-menu-item { color: rgba(255, 255, 255, 0.9); } #main-nav ul li ul { padding-top: 8px; } #main-nav ul li ul li a { border: 0 none; font-size: 11px; padding: 4px 0 3px 15px; } #main-nav ul li ul li:last-child a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 12px; } .dropdown-menu { background: transparent none repeat scroll 0 0; display: none; float: none; min-width: 100%; } .dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .pushed-left #nav-button span:nth-child(1), .pushed-left-alt #nav-button span:nth-child(1) { position: relative; top: 2px; transform: rotate(45deg); transition: all 0.2s ease-in-out 0s; } .pushed-left #nav-button span:nth-child(2), .pushed-left-alt #nav-button span:nth-child(2) { position: relative; top: -2px; transform: rotate(-45deg); transition: all 0.3s ease-in-out 0s; } .pushed-left #nav-button span:nth-child(3), .pushed-left-alt #nav-button span:nth-child(3) { display: none; } #header { background: rgba(255, 255, 255, 1) none repeat scroll 0 0; padding: 20px 45px; position: fixed; transform: translateZ(0px); width: 100%; z-index: 155; } #content { background: #f5f5f5 none repeat scroll 0 0; height: auto; padding-bottom: 24px; padding-top: 60px; position: relative; width: 100%; z-index: 55; } .container { margin: 0 auto; padding: 40px 0 20px; position: relative; } #background-color { background: #f5f5f5 none repeat scroll 0 0; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1; } .oldie #background-color { display: none; } .pushed-left #content, .pushed-left #header, .pushed-left #footer, .pushed-left #background-color { transform: translate3d(-200px, 0px, 0px); } .pushed-left-alt #content, .pushed-left-alt #header, .pushed-left-alt #footer, .pushed-left-alt #background-color, .no-csstransforms3d .pushed-left #content, .no-csstransforms3d .pushed-left #header, .no-csstransforms3d .pushed-left #footer { transform: translateX(-200px); } #content, #header, #footer, .logo-wrapper, #background-color { transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s; } #container, #container-popup { margin-left: 18px; } .rectangle { float: left; text-align: center; } .col1-1.rectangle, .col1-2.rectangle { width: 288px; } .col2-2.rectangle, .col2-1.rectangle { width: 576px; } .col3.rectangle { height: auto; margin-bottom: 18px; width: 864px; } .col4.rectangle { height: auto; margin-bottom: 18px; width: 1152px; } .auto { height: auto !important; margin-bottom: 18px; } .padding-wrapper, .image-below { height: calc(100% - 18px); overflow: hidden; position: relative; width: calc(100% - 18px); } .grey-bg { background: #fff none repeat scroll 0 0; height: auto; min-height: 55%; padding: 12%; width: 100%; } .element .grey-bg { bottom: 0; left: 0; position: absolute; } .teaser .grey-bg { padding-bottom: calc(12% + 35px); } .grey-bg.no-padding { padding: 0; } .grey-bg2 { background: #fff none repeat scroll 0 0; padding: 12%; } .ajax-content .grey-bg { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .full-height { height: 100%; } .grey-bg-large { background: #fff none repeat scroll 0 0; padding: 8%; position: relative; width: 100%; } .post-text { padding-top: 20px; text-align: left; } .contains-rectangles { padding: 10px 0; } .sidebar { padding-bottom: 10px; } .overflow, .element { overflow: hidden; } .break { display: block; height: 20px; position: relative; width: 100%; } .borderline { background: #d8d8d8 none repeat scroll 0 0; display: block; height: 1px; margin: 15px 0 10px; position: relative; width: 100%; } .stats { border-top: 1px solid rgba(0, 0, 0, 0.067); bottom: 12%; display: block; left: 0; margin: 15px 0 0; padding: 12px 12% 0; position: absolute; width: 100%; } .stats p { margin-bottom: 0; padding-bottom: 0; } .grey-bg-large .stats { border-top: 1px dotted #eee; bottom: auto; left: auto; margin-top: 25px; padding: 12px 0 0; position: relative; } .grey-bg-large .stats .alignleft { padding-top: 2px; } .left-to-avatar { padding-left: 140px; text-align: left !important; } .centralizer { display: table-cell; vertical-align: middle; } .social-list { cursor: default; font-size: 0; margin: 0; padding-bottom: 10px; padding-top: 10px; } header .social-list { padding: 0; position: relative; top: 1px; } .stats .social-list { padding: 0; } .left-to-avatar .social-list { padding-bottom: 0; } .social-list li { display: inline-block; padding: 0 5px; } .stats .social-list li { padding: 0 0 0 6px; } .stats .social-list li p { padding-right: 5px; position: relative; top: -10px; } .social-list.alignleft li, .left-to-avatar .social-list li { padding: 0 10px 0 0; } .left-to-avatar .social-list li { padding: 0 10px 0 0; } .sidebar .social-list li { padding: 0 3px; } .social-list li a i { color: #555; font-size: 16px; } .social-list li a:hover i { color: #2b2b2b; } nav .social-list li { padding: 0 10px 0 0; } nav .social-list li a { border: 0 none !important; } nav .social-list li a i { color: rgba(255, 255, 255, 0.6); } nav .social-list li a:hover i { color: rgba(255, 255, 255, 0.9); } i.fa { color: #555; margin-right: 3px; } p i.fa, .button i.fa { color: #555; font-size: 11px !important; } a:hover i.fa { color: #2b2b2b; } .circled { border: 1px solid #d8d8d8; border-radius: 51%; display: table; height: 30px; text-align: center; width: 30px; } .sidebar .circled { height: 32px; width: 32px; } .circled:hover { background: #f5f5f5 none repeat scroll 0 0; } .circled i.fa { display: table-cell; font-size: 14px; vertical-align: middle; } .stats .circled i.fa { font-size: 13px; } .stats .social-list li a.circled { background: #555 none repeat scroll 0 0; border: 0 none; } .stats .social-list li a.circled i.fa { color: #fff; } .stats .social-list li a.circled:hover { background: #2b2b2b none repeat scroll 0 0; border: 0 none; } .social-list.custom { display: table; height: 100%; margin: 0; padding: 0; width: 100%; } .social-list.custom li { display: table-row; float: none; height: 20%; padding: 0; text-align: left !important; } .social-list.custom.custom2 li { height: 50%; } .social-list.custom.custom3 li { height: 33.3333%; } .social-list.custom.custom4 li { height: 25%; } .social-list.custom.custom5 li { height: 20%; } .social-list.custom.custom6 li { height: 16.6667%; } .social-list.custom li a { border-bottom: 1px solid rgba(0, 0, 0, 0.067); display: table-cell; padding: 0 12%; vertical-align: middle; width: 100%; } .social-list.custom li:last-child a { border: 0 none; } .social-list.custom li i.fa { color: rgba(0, 0, 0, 0.6); float: left; font-size: 19px; position: relative; top: 1px; width: 35px; } .social-list.custom li a p { color: #555; font-size: 16px; margin: 0; padding: 0; position: relative; top: -2px; } .social-list.custom li a:hover p { color: #2b2b2b; } .social-list.custom li a:hover i.fa { color: rgba(0, 0, 0, 0.8); } .social-list.custom li a span.name { font-style: italic; left: -2px; opacity: 0; position: relative; } .social-list.custom li a:hover span.name { left: 8px; opacity: 1; } .covering-image i.fa { color: #fff !important; } .icons { height: 56px; padding: 10px; position: relative; width: 56px; } .icons2 { border: 1px solid #d8d8d8; border-radius: 51%; display: inline-block; float: none; height: 68px; margin-bottom: 15px; padding: 6px; position: relative; width: 68px; } .icons.map { background: rgba(0, 0, 0, 0) url("../img/icons/bg-map@2x.png") no-repeat scroll left center / 36px 36px; } .icons.winner { background: rgba(0, 0, 0, 0) url("../img/icons/bg-winner@2x.png") no-repeat scroll center center / 36px 36px; } .icons.time { background: rgba(0, 0, 0, 0) url("../img/icons/bg-time@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pig { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pig@2x.png") no-repeat scroll center center / 36px 36px; } .icons.adjust { background: rgba(0, 0, 0, 0) url("../img/icons/bg-adjust@2x.png") no-repeat scroll center center / 36px 36px; } .icons.team { background: rgba(0, 0, 0, 0) url("../img/icons/bg-team@2x.png") no-repeat scroll center center / 36px 36px; } .icons.works { background: rgba(0, 0, 0, 0) url("../img/icons/bg-works@2x.png") no-repeat scroll center center / 36px 36px; } .icons.chat { background: rgba(0, 0, 0, 0) url("../img/icons/bg-chat@2x.png") no-repeat scroll center center / 36px 36px; } .icons.notes { background: rgba(0, 0, 0, 0) url("../img/icons/bg-notes@2x.png") no-repeat scroll center center / 36px 36px; } .icons.camera { background: rgba(0, 0, 0, 0) url("../img/icons/bg-camera@2x.png") no-repeat scroll center center / 36px 36px; } .icons.illustration { background: rgba(0, 0, 0, 0) url("../img/icons/bg-illustration@2x.png") no-repeat scroll center center / 36px 36px; } .icons.social { background: rgba(0, 0, 0, 0) url("../img/icons/bg-social@2x.png") no-repeat scroll center center / 36px 36px; } .icons.vector { background: rgba(0, 0, 0, 0) url("../img/icons/bg-vector@2x.png") no-repeat scroll center center / 36px 36px; } .icons.commerce { background: rgba(0, 0, 0, 0) url("../img/icons/bg-commerce@2x.png") no-repeat scroll center center / 36px 36px; } .icons.search { background: rgba(0, 0, 0, 0) url("../img/icons/bg-search@2x.png") no-repeat scroll center center / 36px 36px; } .icons.like { background: rgba(0, 0, 0, 0) url("../img/icons/bg-like@2x.png") no-repeat scroll center center / 36px 36px; } .icons.share { background: rgba(0, 0, 0, 0) url("../img/icons/bg-share@2x.png") no-repeat scroll center center / 36px 36px; } .icons.document { background: rgba(0, 0, 0, 0) url("../img/icons/bg-document@2x.png") no-repeat scroll center center / 36px 36px; } .icons.apple { background: rgba(0, 0, 0, 0) url("../img/icons/bg-apple@2x.png") no-repeat scroll center center / 36px 36px; } .icons.balance { background: rgba(0, 0, 0, 0) url("../img/icons/bg-balance@2x.png") no-repeat scroll center center / 36px 36px; } .icons.beaker { background: rgba(0, 0, 0, 0) url("../img/icons/bg-beaker@2x.png") no-repeat scroll center center / 36px 36px; } .icons.beer { background: rgba(0, 0, 0, 0) url("../img/icons/bg-beer@2x.png") no-repeat scroll center center / 36px 36px; } .icons.books { background: rgba(0, 0, 0, 0) url("../img/icons/bg-books@2x.png") no-repeat scroll center center / 36px 36px; } .icons.box { background: rgba(0, 0, 0, 0) url("../img/icons/bg-box@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cake { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cake@2x.png") no-repeat scroll center center / 36px 36px; } .icons.calcuLator { background: rgba(0, 0, 0, 0) url("../img/icons/bg-calcuLator@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cd { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cd@2x.png") no-repeat scroll center center / 36px 36px; } .icons.champagne { background: rgba(0, 0, 0, 0) url("../img/icons/bg-champagne@2x.png") no-repeat scroll center center / 36px 36px; } .icons.chart { background: rgba(0, 0, 0, 0) url("../img/icons/bg-chart@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cheese { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cheese@2x.png") no-repeat scroll center center / 36px 36px; } .icons.court { background: rgba(0, 0, 0, 0) url("../img/icons/bg-court@2x.png") no-repeat scroll center center / 36px 36px; } .icons.delivery { background: rgba(0, 0, 0, 0) url("../img/icons/bg-delivery@2x.png") no-repeat scroll center center / 36px 36px; } .icons.dvd { background: rgba(0, 0, 0, 0) url("../img/icons/bg-dvd@2x.png") no-repeat scroll center center / 36px 36px; } .icons.eco { background: rgba(0, 0, 0, 0) url("../img/icons/bg-eco@2x.png") no-repeat scroll center center / 36px 36px; } .icons.film { background: rgba(0, 0, 0, 0) url("../img/icons/bg-film@2x.png") no-repeat scroll center center / 36px 36px; } .icons.grape { background: rgba(0, 0, 0, 0) url("../img/icons/bg-grape@2x.png") no-repeat scroll center center / 36px 36px; } .icons.hot { background: rgba(0, 0, 0, 0) url("../img/icons/bg-hot@2x.png") no-repeat scroll center center / 36px 36px; } .icons.house { background: rgba(0, 0, 0, 0) url("../img/icons/bg-house@2x.png") no-repeat scroll center center / 36px 36px; } .icons.icecream { background: rgba(0, 0, 0, 0) url("../img/icons/bg-icecream@2x.png") no-repeat scroll center center / 36px 36px; } .icons.joystick { background: rgba(0, 0, 0, 0) url("../img/icons/bg-joystick@2x.png") no-repeat scroll center center / 36px 36px; } .icons.keynote { background: rgba(0, 0, 0, 0) url("../img/icons/bg-keynote@2x.png") no-repeat scroll center center / 36px 36px; } .icons.link { background: rgba(0, 0, 0, 0) url("../img/icons/bg-link@2x.png") no-repeat scroll center center / 36px 36px; } .icons.magic { background: rgba(0, 0, 0, 0) url("../img/icons/bg-magic@2x.png") no-repeat scroll center center / 36px 36px; } .icons.mail { background: rgba(0, 0, 0, 0) url("../img/icons/bg-mail@2x.png") no-repeat scroll center center / 36px 36px; } .icons.microphone { background: rgba(0, 0, 0, 0) url("../img/icons/bg-microphone@2x.png") no-repeat scroll center center / 36px 36px; } .icons.network { background: rgba(0, 0, 0, 0) url("../img/icons/bg-network@2x.png") no-repeat scroll center center / 36px 36px; } .icons.palette { background: rgba(0, 0, 0, 0) url("../img/icons/bg-palette@2x.png") no-repeat scroll center center / 36px 36px; } .icons.plaster { background: rgba(0, 0, 0, 0) url("../img/icons/bg-plaster@2x.png") no-repeat scroll center center / 36px 36px; } .icons.player { background: rgba(0, 0, 0, 0) url("../img/icons/bg-player@2x.png") no-repeat scroll center center / 36px 36px; } .icons.polaroid { background: rgba(0, 0, 0, 0) url("../img/icons/bg-polaroid@2x.png") no-repeat scroll center center / 36px 36px; } .icons.printer { background: rgba(0, 0, 0, 0) url("../img/icons/bg-printer@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pulse { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pulse@2x.png") no-repeat scroll center center / 36px 36px; } .icons.radio { background: rgba(0, 0, 0, 0) url("../img/icons/bg-radio@2x.png") no-repeat scroll center center / 36px 36px; } .icons.recorder { background: rgba(0, 0, 0, 0) url("../img/icons/bg-recorder@2x.png") no-repeat scroll center center / 36px 36px; } .icons.scissors { background: rgba(0, 0, 0, 0) url("../img/icons/bg-scissors@2x.png") no-repeat scroll center center / 36px 36px; } .icons.select { background: rgba(0, 0, 0, 0) url("../img/icons/bg-select@2x.png") no-repeat scroll center center / 36px 36px; } .icons.serving { background: rgba(0, 0, 0, 0) url("../img/icons/bg-serving@2x.png") no-repeat scroll center center / 36px 36px; } .icons.share { background: rgba(0, 0, 0, 0) url("../img/icons/bg-share@2x.png") no-repeat scroll center center / 36px 36px; } .icons.shop { background: rgba(0, 0, 0, 0) url("../img/icons/bg-shop@2x.png") no-repeat scroll center center / 36px 36px; } .icons.shopping { background: rgba(0, 0, 0, 0) url("../img/icons/bg-shopping@2x.png") no-repeat scroll center center / 36px 36px; } .icons.smartphone { background: rgba(0, 0, 0, 0) url("../img/icons/bg-smartphone@2x.png") no-repeat scroll center center / 36px 36px; } .icons.sofa { background: rgba(0, 0, 0, 0) url("../img/icons/bg-sofa@2x.png") no-repeat scroll center center / 36px 36px; } .icons.syringe { background: rgba(0, 0, 0, 0) url("../img/icons/bg-syringe@2x.png") no-repeat scroll center center / 36px 36px; } .icons.tape { background: rgba(0, 0, 0, 0) url("../img/icons/bg-tape@2x.png") no-repeat scroll center center / 36px 36px; } .icons.target { background: rgba(0, 0, 0, 0) url("../img/icons/bg-target@2x.png") no-repeat scroll center center / 36px 36px; } .icons.television { background: rgba(0, 0, 0, 0) url("../img/icons/bg-television@2x.png") no-repeat scroll center center / 36px 36px; } .icons.video { background: rgba(0, 0, 0, 0) url("../img/icons/bg-video@2x.png") no-repeat scroll center center / 36px 36px; } .icons.walkman { background: rgba(0, 0, 0, 0) url("../img/icons/bg-walkman@2x.png") no-repeat scroll center center / 36px 36px; } .icons.zoom { background: rgba(0, 0, 0, 0) url("../img/icons/bg-zoom@2x.png") no-repeat scroll center center / 36px 36px; } .icons.tags { background: rgba(0, 0, 0, 0) url("../img/icons/bg-tags@2x.png") no-repeat scroll center center / 36px 36px; } .icons.quote { background: rgba(0, 0, 0, 0) url("../img/icons/bg-quote@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pencil { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pencil@2x.png") no-repeat scroll center center / 36px 36px; } .icons.newspaper { background: rgba(0, 0, 0, 0) url("../img/icons/bg-newspaper@2x.png") no-repeat scroll center center / 36px 36px; } img { box-shadow: 0 0 0 #fff; display: block; height: auto; max-width: 100%; z-index: 9; } .avatar { float: left; } .avatar.no-margin-right { margin-right: 0 !important; } .round img, .avatar img { border: 0 none; border-radius: 50%; } .col1-1 .avatar img { display: inline-block; height: 80px; margin-bottom: 20px; width: 80px; } .sidebar .avatar { margin-top: 25px; } .col1-2 .avatar img, .col2-2 .avatar img, .col3 .avatar img { height: 110px; width: 110px; } .col3 .avatar { margin-right: 30px; } .sidebar .avatar { float: none; } .images.alignleft { margin: 7px 30px 17px 0; position: relative; width: 40%; z-index: 1; } .covering-image i.fa-search { margin-bottom: 10px; } .videos { border: 0 none; height: 650px; width: 1140px; } .videoWrapper { height: 0; padding-bottom: 56.25%; position: relative; } .videoWrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .musicWrapper { height: auto; margin-bottom: -6px; position: relative; } .musicWrapper iframe { height: auto; width: 100%; } .overlay { background-color: rgba(46, 46, 46, 0.5); display: block; height: 100%; opacity: 0; position: absolute; top: 0; transition: all 0.2s ease 0s; width: 100%; } a:hover .overlay { opacity: 1; transition: all 0.2s ease 0s; } .overlay.visible, .with-image-below .overlay { opacity: 1; } .with-image-below a:hover .overlay { background-color: rgba(46, 46, 46, 0.6); } .covering-image { border: 0 none; display: block; height: 100%; left: 0; position: absolute; top: 0; transition: background 0.2s ease 0s; width: 100%; z-index: 19; } a:hover .covering-image, .covering-image.visible { background: rgba(46, 46, 46, 0.5) none repeat scroll 0 0; transition: background 0.2s ease 0s; } a:hover .covering-image.visible { background: rgba(46, 46, 46, 0.6) none repeat scroll 0 0; transition: background 0.2s ease 0s; } .info-box-content { height: 100%; width: 100%; } .info-box-content .parent { height: 100%; padding: 12%; width: 100%; } .info-box-content .child { padding-top: 8px; } .info-box-content .parent.no-padding { padding: 0; } .info-box-content .parent.no-padding h4, .info-box-content .parent.no-padding p { padding-left: 12%; padding-right: 12%; } .covering-image p, .covering-image h3, .covering-image h2, .covering-image h4 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; color: #fff !important; } .hidden-content { opacity: 0; } a:hover .hidden-content { opacity: 1; } .instagram2x2 .images { float: left; position: relative; width: 50%; } .lt-ie9 .pushed-left #content, .lt-ie9 .pushed-left #header, .lt-ie9 .pushed-left #footer, .lt-ie9 .pushed-left #background-color { margin-left: -200px; position: relative; } .lt-ie9 .pushed-left .logo-wrapper, .lt-ie9 .pushed-left #footer .alignleft { margin-left: 200px; position: relative; } .lt-ie9 #header { min-width: 960px; } .lt-ie9 body, .lt-ie9 .content-wrapper { min-width: 960px; } .lt-ie9 .pushed-left #main-nav { z-index: 200; } #footer { background: #f5f5f5 none repeat scroll 0 0; border-top: 1px solid rgba(0, 0, 0, 0.05); margin: 0; min-height: 91px; padding: 31px 45px 29px; position: relative; transform: translate3d(0px, 0px, 0px); width: 100%; z-index: 55; } #footer { margin-top: -91px; } footer { z-index: 1000 !important; } footer p { border: 0 none; color: #888; font-size: 12px; padding: 0; text-decoration: none; } span.padding { padding: 0 6px; } footer .social-list { margin-left: 20px; padding: 2px 0 0; } ul.unordered-list, .hentry ul, ol { font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.5; list-style: outside none disc; padding: 0 0 10px 30px; } ol { list-style: outside none decimal; } .child ul.unordered-list, .child .hentry ul, .child ol { list-style: outside none none; padding: 0; } ul.unordered-list li, ol li { padding-bottom: 7px; } ul.unordered-list li:last-child, ol li:last-child { padding-bottom: 0; } ul.unordered-list li a, .hentry ul li a, ol li a { color: #555; text-decoration: underline; } ul.unordered-list li a:hover, .hentry ul li a:hover, ol li a:hover { color: #2b2b2b; text-decoration: underline; } ul.tag-list { font-size: 0; line-height: 1.5; list-style: outside none none; padding: 7px 0 0; text-align: center; } ul.tag-list li { display: inline-block; } ul.tag-list li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #d8d8d8; border-radius: 3px; color: #555; display: inline-block; font-size: 12px; height: auto; line-height: 1; margin: 10px 5px 0; padding: 8px 12px 10px; width: auto; } ul.tag-list li a span { border-left: 1px solid #d8d8d8; color: #888; margin-left: 10px; padding-left: 13px; } ul.tag-list li a:hover { color: #2b2b2b; } ul.category-list { font-size: 0; line-height: 1.5; list-style: outside none none; margin-bottom: 0; padding: 0; text-align: center; } ul.category-list li { display: block; } ul.category-list li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); color: #555; display: block; font-size: 14px; height: auto; line-height: 1; margin: 0; padding: 12px 12px 15px; width: 100%; } ul.category-list li:last-child a { border: 0 none; } ul.category-list li a span { border-left: 1px solid #d8d8d8; color: #888; margin-left: 10px; padding-left: 13px; } ul.category-list li a:hover { color: #2b2b2b; } .comment { border-top: 1px dotted #eee; padding: 40px 0 35px; position: relative; text-align: left; } #comments .children { padding-left: 6.6%; } .commenter-avatar { float: left; padding: 0 30px 30px 0; width: auto; } .commenter-avatar > img { border-radius: 51%; height: 55px; margin-right: 0 !important; width: 55px; } .comment-content { float: left; width: calc(100% - 85px); } .comment-content h5 { margin-top: -5px; } p.time { color: #888; font-size: 12px; font-style: italic; } .comment-reply-button-column { position: absolute; right: 0; top: 40px; width: auto; } .comment-reply-button-column a { font-size: 13px; margin: 5px 0 0; } .comment-form-wrapper { border-top: 1px dotted #eee; padding: 39px 0 0; position: relative; } .comment-form-icon-wrapper { background: rgba(0, 0, 0, 0) url("../img/icons/bg-upload@2x.png") no-repeat scroll center center / 24px 24px; border: 1px solid #d8d8d8; border-radius: 51%; cursor: pointer; display: block; float: left; height: 55px; margin-right: 30px; position: relative; width: 55px; } .comment-form { text-align: left; width: 100%; } .comment-form .mleft { margin-left: 85px; } .comment-form input, .comment-form textarea { border: 1px solid #d8d8d8; border-radius: 3px; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; text-align: left; } .comment-form input:focus, .comment-form textarea:focus { background: #f5f5f5 none repeat scroll 0 0; } .comment-form input { float: left; margin-right: 10px; } input.last { margin-right: 0 !important; } .comment-form label { width: 100%; } .comment-form textarea { height: 174px; width: 100%; } .comment-form #send-btn { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; color: #555; display: inline-block; font-size: 14px; line-height: 1; margin-top: 20px; padding: 10px 25px 14px; } .comment-form #send-btn:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; color: #2b2b2b; } .form-submit::after { clear: both; content: " "; display: table; } .element .content-boxed, .element .vc_row, .element .wpb_column, .element .vc_column-inner, .element .wpb_wrapper { height: 100%; } .wpcf7 input[type="text"], .wpcf7 input[type="email"] { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; text-align: left; width: 300px; } .wpcf7 textarea { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; height: 200px; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; resize: none; text-align: left; width: 100%; } .wpcf7-submit { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; color: #555; display: inline-block; font-size: 14px; line-height: 1; margin-top: 20px; padding: 10px 25px 14px; } .wpcf7-submit:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; color: #2b2b2b; } div.wpcf7 img.ajax-loader { display: inline-block; height: auto; width: auto; } div.wpcf7-validation-errors { border: 2px solid #c1c1c1; } span.wpcf7-not-valid-tip { color: #2b2b2b; display: block; font-size: 1em; } :-moz-placeholder { color: #555; } *::-moz-placeholder { color: #555; } .wp-caption-text { } .screen-reader-text { } .gallery-caption { } .bypostauthor { } .sticky { } .wp-caption.alignnone { height: 100%; width: 100% !important; } embed, iframe, object, video { max-width: 100%; } table { border-collapse: collapse; margin-bottom: 20px; } table, th, td { border: 1px solid #888; } th, td { padding: 5px 10px; text-align: center; } .widget table { border-collapse: initial; } .widget_calendar caption { padding: 5px 0; } .widget_calendar td, .widget_calendar th { transition: all 0.2s linear 0s; } .widget_calendar td:hover, .widget_calendar th:hover, .widget_calendar td a:hover { background: #888 none repeat scroll 0 0; color: #fff; } .widget_calendar td:hover a, .widget_calendar th:hover a { color: #fff; } .alignleft { float: left; margin: 0 20px 20px 0; } .alignright { float: right; margin: 0 0 20px 20px; } .aligncenter { display: block; margin: 10px auto; } dd { margin-bottom: 15px; } dt { font-size: 15px; font-weight: 700; margin-bottom: 10px; } ol ol, ol ul, ul ol, ul ul { margin: 0; padding: 0 0 0 15px; } .images img { height: auto; width: 100%; } .single .post-text blockquote { display: table; width: 100%; } input[type="password"] { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; margin-top: 10px; min-width: 250px; padding: 12px 15px 14px; text-align: left; width: 100%; } .widget li a { color: #888; line-height: 24px; } .widget li a:hover { color: #555; } img.rss-widget-icon { display: inline-block; } #sidebar select { border: 1px solid #d9d9d9; padding: 10px 15px; width: 100%; } label.screen-reader-text { margin-bottom: 10px; } .widget.widget_rss ul li { margin-bottom: 10px; } .widget .tagcloud a { background-color: #fff; border: 1px solid #d9d9d9; color: #888; display: inline-block; font-size: 15px !important; line-height: 36px; margin-bottom: 9px; margin-right: 6px; padding: 0 16px; text-transform: capitalize; transition: color 0.2s ease-out 0s; } .widget .tagcloud a:hover { color: #555; } .widget_search input, .post-not-found input { background: #fff url("../img/bg-search-widget@2x.png") no-repeat scroll 15px 10px / 20px 20px; box-shadow: none; display: block; float: none !important; height: 40px; margin-bottom: 30px; padding-left: 50px; } .widget_search input:focus, .post-not-found input:focus { border: 0 none; box-shadow: none; } .widget_search .input-group-addon, .post-not-found .input-group-addon { display: none; } .widget .input-group { width: 100%; } .info-box-content .header { } .zilla-likes { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-left: 0; } body .zilla-likes:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-left: 0 !important; } #header .social-list { margin: 0; } .stats .social-list li a.circled { text-decoration: none; } .element .stats { bottom: 0; }
public/css/style.css
body { padding-top: 60px; padding-bottom: 40px; } .zf-green { color: #68b604; } .btn-success { background-color: #57a900; background-image: -moz-linear-gradient(top, #70d900, #57a900); background-image: -ms-linear-gradient(top, #70d900, #57a900); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900)); background-image: -webkit-linear-gradient(top, #70d900, #57a900); background-image: -o-linear-gradient(top, #70d900, #57a900); background-image: linear-gradient(top, #70d900, #57a900); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0); } .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #57a900; } .btn-success:active, .btn-success.active { background-color: #57a900; } div.container a.brand { background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent; margin-left: 0; padding: 8px 20px 12px 40px; } .clear { clear: both; } .clearfix::after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; } .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin: auto; } .alignnone { border: 0 none; clear: both; font-size: 0; height: 0; line-height: 0; margin: 0; padding: 0; width: 0; } .centered { text-align: center; } .hidden { display: none; visibility: hidden; } *, *::before, *::after { } .flexslider { transform: translateZ(0px); } #preloader { background: #f5f5f5 none repeat scroll 0 0; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 9999; } #status { color: #555 !important; height: 220px; margin-top: -115px; position: absolute; top: 50%; width: 100%; z-index: 28; } .box-parent { display: table; height: 100%; position: relative; width: 100%; z-index: 11; } .parent { height: 220px; margin: 0 auto; position: relative; width: 230px; z-index: 11; } #preloader .child { text-align: center; } .parent { display: table; } .child { display: table-cell; padding: 0; vertical-align: middle; } .box-parent .child { padding-top: 10px; } .box-parent .avatar { width: 100%; } html, body, #wrap { height: 100%; } body > #wrap { height: auto; min-height: 100%; } .content-wrapper { padding-bottom: 91px; } html { height: 100%; overflow-x: hidden; overflow-y: scroll; } body { background: #F5F5F5 none repeat scroll 0 0; color: #555; font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; height: 100%; } strong { color: #555; font-weight: 600; } a, a * { transition: all 0.2s ease 0s; } a, a:hover, a:focus { color: #555; outline: 0 none; text-decoration: none; } a:hover { color: #2b2b2b; } *, *::after, *::before { box-sizing: border-box; margin: 0; outline: 0 none; padding: 0; text-rendering: optimizelegibility; } p { line-height: 1.5; padding: 0; position: relative; transition: all 0.2s ease 0s; } a { text-decoration: none; } p a { color: #555; text-decoration: underline; } p a:hover { color: #2b2b2b; text-decoration: underline; } a p { color: #555; } a:hover p { color: #2b2b2b; } .teaser p a { color: #555; text-decoration: none; } p.small a, p.post.tags a { color: #888; position: relative; text-decoration: none; } p.small a:hover, p.post.tags a:hover { color: #555 !important; text-decoration: none; } p.small a::after { background: #a9a9a9 none repeat scroll 0 0; bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; right: 2px; } p.small { color: #888; font-size: 10px !important; font-weight: 400; letter-spacing: 2px; padding-left: 2px; text-transform: uppercase; } a p.small { color: #2b2b2b; } #preloader p.small { color: #555 !important; padding: 0 !important; } p.lefted { text-align: left; } .stats p { font-size: 13px; text-align: left; } .post-text p { padding-bottom: 10px; } p.date { font-size: 13px; } .sidebar p { padding: 0 30px; } blockquote { border: 0 none; color: #888; font-style: italic; margin: 50px 0 10px; position: relative; text-align: center !important; } .post-text blockquote { float: left; padding: 10px 30px; width: 35%; } blockquote p { font-size: 19px !important; line-height: 1.25; padding: 0 !important; } blockquote::before { color: #555; content: "“”" !important; display: block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 40px; font-weight: 600; left: 50%; letter-spacing: 0.1em; margin-left: -35px; position: absolute; top: -35px; width: 70px; } .covering-image blockquote::before { color: #fff; } blockquote p.name { color: #555; font-size: 13px !important; font-style: normal; font-weight: 600; letter-spacing: 0; margin-top: 5px; position: relative; } .button { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; display: inline-block; font-size: 14px; line-height: 1; margin-bottom: 10px; padding: 10px 25px 14px; } .button:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; } .covering-image .button, .covering-image .button:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; } .button.load-more { margin-bottom: 20px; } .signature { background: rgba(0, 0, 0, 0) url("../img/signature.png") no-repeat scroll center center / 185px 50px; display: inline-block; height: 50px; opacity: 0.9; position: relative; width: 185px; } h1#logo { display: block; font-size: 0; margin: 20px 0 50px; position: relative; text-align: center; } h1#logo a { background: rgba(0, 0, 0, 0) url("../img/bg-logo@2x.png") no-repeat scroll center center / 344px 87px; display: inline-block; height: 87px; text-indent: -9999px; width: 344px; } .tagline { display: table; float: left; font-size: 12px; font-style: italic; font-weight: 400; height: 72px; margin: -1px auto 0; padding: 0 0 0 16px; position: relative; } .tagline span { display: table-cell; vertical-align: middle; } .year, h1, h2, h3, h4, h5, h6 { color: #2b2b2b; font-family: "Oswald",Arial,Helvetica,sans-serif; line-height: 1.3; position: relative; text-transform: uppercase; } h2 span, h3 span, h4 span, h5 span { text-transform: none; } h1, .year { font-size: 60px; font-weight: 300; letter-spacing: -3px; line-height: 1.2; } .year { margin-top: -10px; } h2 { font-size: 44px; font-weight: 400; letter-spacing: -2px; line-height: 1.2; } h2 strong { letter-spacing: -1px; } h3 { font-size: 24px; font-weight: 400; line-height: 31px; } h4 { font-size: 20px; font-weight: 400; line-height: 27px; } h5 { font-size: 18px; font-weight: 400; } h6 { font-size: 14px; } h6::before { border-bottom: 1px solid rgba(0, 0, 0, 0.05); content: ""; height: 1px; left: 0; position: absolute; top: 50%; width: 100%; } h6 span { background: #f5f5f5 none repeat scroll 0 0; padding: 0 15px; position: relative; z-index: 1; } .header { margin-top: -2px !important; } .lone-header { margin-top: -10px; } a:hover h4 { color: #555; } .grey-bg-large h2 { display: inline-block; max-width: 60%; } #menu-button { float: right; font-size: 14px; position: relative; } #menu-button .cursor { cursor: pointer; display: block; height: auto; position: relative; top: -2px; } #nav-button { display: inline-block; margin: 0 0 0 5px; vertical-align: middle; width: 16px; } .nav-bar { background-color: #555; border-radius: 1px; display: block; height: 2px; margin: 0 auto 2px; width: 16px; } #main-nav { background-color: #1d1d1d; padding: 20px 34px; position: fixed; right: 0; top: 0; width: 200px; } #main-nav ul { line-height: 1.4; position: relative; } #main-nav ul li a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); display: block; font-size: 12px; letter-spacing: 1px; padding: 9px 0; position: relative; text-transform: uppercase; } #main-nav ul li a:hover, #main-nav ul li a.current-menu-item { color: rgba(255, 255, 255, 0.9); } #main-nav ul li ul { padding-top: 8px; } #main-nav ul li ul li a { border: 0 none; font-size: 11px; padding: 4px 0 3px 15px; } #main-nav ul li ul li:last-child a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 12px; } .dropdown-menu { background: transparent none repeat scroll 0 0; display: none; float: none; min-width: 100%; } .dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .pushed-left #nav-button span:nth-child(1), .pushed-left-alt #nav-button span:nth-child(1) { position: relative; top: 2px; transform: rotate(45deg); transition: all 0.2s ease-in-out 0s; } .pushed-left #nav-button span:nth-child(2), .pushed-left-alt #nav-button span:nth-child(2) { position: relative; top: -2px; transform: rotate(-45deg); transition: all 0.3s ease-in-out 0s; } .pushed-left #nav-button span:nth-child(3), .pushed-left-alt #nav-button span:nth-child(3) { display: none; } #header { background: rgba(255, 255, 255, 1) none repeat scroll 0 0; padding: 20px 45px; position: fixed; transform: translateZ(0px); width: 100%; z-index: 155; } #content { background: #f5f5f5 none repeat scroll 0 0; height: auto; padding-bottom: 24px; padding-top: 60px; position: relative; width: 100%; z-index: 55; } .container { margin: 0 auto; padding: 40px 0 20px; position: relative; } #background-color { background: #f5f5f5 none repeat scroll 0 0; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1; } .oldie #background-color { display: none; } .pushed-left #content, .pushed-left #header, .pushed-left #footer, .pushed-left #background-color { transform: translate3d(-200px, 0px, 0px); } .pushed-left-alt #content, .pushed-left-alt #header, .pushed-left-alt #footer, .pushed-left-alt #background-color, .no-csstransforms3d .pushed-left #content, .no-csstransforms3d .pushed-left #header, .no-csstransforms3d .pushed-left #footer { transform: translateX(-200px); } #content, #header, #footer, .logo-wrapper, #background-color { transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s; } #container, #container-popup { margin-left: 18px; } .rectangle { float: left; text-align: center; } .col1-1.rectangle, .col1-2.rectangle { width: 288px; } .col2-2.rectangle, .col2-1.rectangle { width: 576px; } .col3.rectangle { height: auto; margin-bottom: 18px; width: 864px; } .col4.rectangle { height: auto; margin-bottom: 18px; width: 1152px; } .auto { height: auto !important; margin-bottom: 18px; } .padding-wrapper, .image-below { height: calc(100% - 18px); overflow: hidden; position: relative; width: calc(100% - 18px); } .grey-bg { background: #fff none repeat scroll 0 0; height: auto; min-height: 55%; padding: 12%; width: 100%; } .element .grey-bg { bottom: 0; left: 0; position: absolute; } .teaser .grey-bg { padding-bottom: calc(12% + 35px); } .grey-bg.no-padding { padding: 0; } .grey-bg2 { background: #fff none repeat scroll 0 0; padding: 12%; } .ajax-content .grey-bg { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .full-height { height: 100%; } .grey-bg-large { background: #fff none repeat scroll 0 0; padding: 8%; position: relative; width: 100%; } .post-text { padding-top: 20px; text-align: left; } .contains-rectangles { padding: 10px 0; } .sidebar { padding-bottom: 10px; } .overflow, .element { overflow: hidden; } .break { display: block; height: 20px; position: relative; width: 100%; } .borderline { background: #d8d8d8 none repeat scroll 0 0; display: block; height: 1px; margin: 15px 0 10px; position: relative; width: 100%; } .stats { border-top: 1px solid rgba(0, 0, 0, 0.067); bottom: 12%; display: block; left: 0; margin: 15px 0 0; padding: 12px 12% 0; position: absolute; width: 100%; } .stats p { margin-bottom: 0; padding-bottom: 0; } .grey-bg-large .stats { border-top: 1px dotted #eee; bottom: auto; left: auto; margin-top: 25px; padding: 12px 0 0; position: relative; } .grey-bg-large .stats .alignleft { padding-top: 2px; } .left-to-avatar { padding-left: 140px; text-align: left !important; } .centralizer { display: table-cell; vertical-align: middle; } .social-list { cursor: default; font-size: 0; margin: 0; padding-bottom: 10px; padding-top: 10px; } header .social-list { padding: 0; position: relative; top: 1px; } .stats .social-list { padding: 0; } .left-to-avatar .social-list { padding-bottom: 0; } .social-list li { display: inline-block; padding: 0 5px; } .stats .social-list li { padding: 0 0 0 6px; } .stats .social-list li p { padding-right: 5px; position: relative; top: -10px; } .social-list.alignleft li, .left-to-avatar .social-list li { padding: 0 10px 0 0; } .left-to-avatar .social-list li { padding: 0 10px 0 0; } .sidebar .social-list li { padding: 0 3px; } .social-list li a i { color: #555; font-size: 16px; } .social-list li a:hover i { color: #2b2b2b; } nav .social-list li { padding: 0 10px 0 0; } nav .social-list li a { border: 0 none !important; } nav .social-list li a i { color: rgba(255, 255, 255, 0.6); } nav .social-list li a:hover i { color: rgba(255, 255, 255, 0.9); } i.fa { color: #555; margin-right: 3px; } p i.fa, .button i.fa { color: #555; font-size: 11px !important; } a:hover i.fa { color: #2b2b2b; } .circled { border: 1px solid #d8d8d8; border-radius: 51%; display: table; height: 30px; text-align: center; width: 30px; } .sidebar .circled { height: 32px; width: 32px; } .circled:hover { background: #f5f5f5 none repeat scroll 0 0; } .circled i.fa { display: table-cell; font-size: 14px; vertical-align: middle; } .stats .circled i.fa { font-size: 13px; } .stats .social-list li a.circled { background: #555 none repeat scroll 0 0; border: 0 none; } .stats .social-list li a.circled i.fa { color: #fff; } .stats .social-list li a.circled:hover { background: #2b2b2b none repeat scroll 0 0; border: 0 none; } .social-list.custom { display: table; height: 100%; margin: 0; padding: 0; width: 100%; } .social-list.custom li { display: table-row; float: none; height: 20%; padding: 0; text-align: left !important; } .social-list.custom.custom2 li { height: 50%; } .social-list.custom.custom3 li { height: 33.3333%; } .social-list.custom.custom4 li { height: 25%; } .social-list.custom.custom5 li { height: 20%; } .social-list.custom.custom6 li { height: 16.6667%; } .social-list.custom li a { border-bottom: 1px solid rgba(0, 0, 0, 0.067); display: table-cell; padding: 0 12%; vertical-align: middle; width: 100%; } .social-list.custom li:last-child a { border: 0 none; } .social-list.custom li i.fa { color: rgba(0, 0, 0, 0.6); float: left; font-size: 19px; position: relative; top: 1px; width: 35px; } .social-list.custom li a p { color: #555; font-size: 16px; margin: 0; padding: 0; position: relative; top: -2px; } .social-list.custom li a:hover p { color: #2b2b2b; } .social-list.custom li a:hover i.fa { color: rgba(0, 0, 0, 0.8); } .social-list.custom li a span.name { font-style: italic; left: -2px; opacity: 0; position: relative; } .social-list.custom li a:hover span.name { left: 8px; opacity: 1; } .covering-image i.fa { color: #fff !important; } .icons { height: 56px; padding: 10px; position: relative; width: 56px; } .icons2 { border: 1px solid #d8d8d8; border-radius: 51%; display: inline-block; float: none; height: 68px; margin-bottom: 15px; padding: 6px; position: relative; width: 68px; } .icons.map { background: rgba(0, 0, 0, 0) url("../img/icons/bg-map@2x.png") no-repeat scroll left center / 36px 36px; } .icons.winner { background: rgba(0, 0, 0, 0) url("../img/icons/bg-winner@2x.png") no-repeat scroll center center / 36px 36px; } .icons.time { background: rgba(0, 0, 0, 0) url("../img/icons/bg-time@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pig { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pig@2x.png") no-repeat scroll center center / 36px 36px; } .icons.adjust { background: rgba(0, 0, 0, 0) url("../img/icons/bg-adjust@2x.png") no-repeat scroll center center / 36px 36px; } .icons.team { background: rgba(0, 0, 0, 0) url("../img/icons/bg-team@2x.png") no-repeat scroll center center / 36px 36px; } .icons.works { background: rgba(0, 0, 0, 0) url("../img/icons/bg-works@2x.png") no-repeat scroll center center / 36px 36px; } .icons.chat { background: rgba(0, 0, 0, 0) url("../img/icons/bg-chat@2x.png") no-repeat scroll center center / 36px 36px; } .icons.notes { background: rgba(0, 0, 0, 0) url("../img/icons/bg-notes@2x.png") no-repeat scroll center center / 36px 36px; } .icons.camera { background: rgba(0, 0, 0, 0) url("../img/icons/bg-camera@2x.png") no-repeat scroll center center / 36px 36px; } .icons.illustration { background: rgba(0, 0, 0, 0) url("../img/icons/bg-illustration@2x.png") no-repeat scroll center center / 36px 36px; } .icons.social { background: rgba(0, 0, 0, 0) url("../img/icons/bg-social@2x.png") no-repeat scroll center center / 36px 36px; } .icons.vector { background: rgba(0, 0, 0, 0) url("../img/icons/bg-vector@2x.png") no-repeat scroll center center / 36px 36px; } .icons.commerce { background: rgba(0, 0, 0, 0) url("../img/icons/bg-commerce@2x.png") no-repeat scroll center center / 36px 36px; } .icons.search { background: rgba(0, 0, 0, 0) url("../img/icons/bg-search@2x.png") no-repeat scroll center center / 36px 36px; } .icons.like { background: rgba(0, 0, 0, 0) url("../img/icons/bg-like@2x.png") no-repeat scroll center center / 36px 36px; } .icons.share { background: rgba(0, 0, 0, 0) url("../img/icons/bg-share@2x.png") no-repeat scroll center center / 36px 36px; } .icons.document { background: rgba(0, 0, 0, 0) url("../img/icons/bg-document@2x.png") no-repeat scroll center center / 36px 36px; } .icons.apple { background: rgba(0, 0, 0, 0) url("../img/icons/bg-apple@2x.png") no-repeat scroll center center / 36px 36px; } .icons.balance { background: rgba(0, 0, 0, 0) url("../img/icons/bg-balance@2x.png") no-repeat scroll center center / 36px 36px; } .icons.beaker { background: rgba(0, 0, 0, 0) url("../img/icons/bg-beaker@2x.png") no-repeat scroll center center / 36px 36px; } .icons.beer { background: rgba(0, 0, 0, 0) url("../img/icons/bg-beer@2x.png") no-repeat scroll center center / 36px 36px; } .icons.books { background: rgba(0, 0, 0, 0) url("../img/icons/bg-books@2x.png") no-repeat scroll center center / 36px 36px; } .icons.box { background: rgba(0, 0, 0, 0) url("../img/icons/bg-box@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cake { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cake@2x.png") no-repeat scroll center center / 36px 36px; } .icons.calcuLator { background: rgba(0, 0, 0, 0) url("../img/icons/bg-calcuLator@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cd { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cd@2x.png") no-repeat scroll center center / 36px 36px; } .icons.champagne { background: rgba(0, 0, 0, 0) url("../img/icons/bg-champagne@2x.png") no-repeat scroll center center / 36px 36px; } .icons.chart { background: rgba(0, 0, 0, 0) url("../img/icons/bg-chart@2x.png") no-repeat scroll center center / 36px 36px; } .icons.cheese { background: rgba(0, 0, 0, 0) url("../img/icons/bg-cheese@2x.png") no-repeat scroll center center / 36px 36px; } .icons.court { background: rgba(0, 0, 0, 0) url("../img/icons/bg-court@2x.png") no-repeat scroll center center / 36px 36px; } .icons.delivery { background: rgba(0, 0, 0, 0) url("../img/icons/bg-delivery@2x.png") no-repeat scroll center center / 36px 36px; } .icons.dvd { background: rgba(0, 0, 0, 0) url("../img/icons/bg-dvd@2x.png") no-repeat scroll center center / 36px 36px; } .icons.eco { background: rgba(0, 0, 0, 0) url("../img/icons/bg-eco@2x.png") no-repeat scroll center center / 36px 36px; } .icons.film { background: rgba(0, 0, 0, 0) url("../img/icons/bg-film@2x.png") no-repeat scroll center center / 36px 36px; } .icons.grape { background: rgba(0, 0, 0, 0) url("../img/icons/bg-grape@2x.png") no-repeat scroll center center / 36px 36px; } .icons.hot { background: rgba(0, 0, 0, 0) url("../img/icons/bg-hot@2x.png") no-repeat scroll center center / 36px 36px; } .icons.house { background: rgba(0, 0, 0, 0) url("../img/icons/bg-house@2x.png") no-repeat scroll center center / 36px 36px; } .icons.icecream { background: rgba(0, 0, 0, 0) url("../img/icons/bg-icecream@2x.png") no-repeat scroll center center / 36px 36px; } .icons.joystick { background: rgba(0, 0, 0, 0) url("../img/icons/bg-joystick@2x.png") no-repeat scroll center center / 36px 36px; } .icons.keynote { background: rgba(0, 0, 0, 0) url("../img/icons/bg-keynote@2x.png") no-repeat scroll center center / 36px 36px; } .icons.link { background: rgba(0, 0, 0, 0) url("../img/icons/bg-link@2x.png") no-repeat scroll center center / 36px 36px; } .icons.magic { background: rgba(0, 0, 0, 0) url("../img/icons/bg-magic@2x.png") no-repeat scroll center center / 36px 36px; } .icons.mail { background: rgba(0, 0, 0, 0) url("../img/icons/bg-mail@2x.png") no-repeat scroll center center / 36px 36px; } .icons.microphone { background: rgba(0, 0, 0, 0) url("../img/icons/bg-microphone@2x.png") no-repeat scroll center center / 36px 36px; } .icons.network { background: rgba(0, 0, 0, 0) url("../img/icons/bg-network@2x.png") no-repeat scroll center center / 36px 36px; } .icons.palette { background: rgba(0, 0, 0, 0) url("../img/icons/bg-palette@2x.png") no-repeat scroll center center / 36px 36px; } .icons.plaster { background: rgba(0, 0, 0, 0) url("../img/icons/bg-plaster@2x.png") no-repeat scroll center center / 36px 36px; } .icons.player { background: rgba(0, 0, 0, 0) url("../img/icons/bg-player@2x.png") no-repeat scroll center center / 36px 36px; } .icons.polaroid { background: rgba(0, 0, 0, 0) url("../img/icons/bg-polaroid@2x.png") no-repeat scroll center center / 36px 36px; } .icons.printer { background: rgba(0, 0, 0, 0) url("../img/icons/bg-printer@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pulse { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pulse@2x.png") no-repeat scroll center center / 36px 36px; } .icons.radio { background: rgba(0, 0, 0, 0) url("../img/icons/bg-radio@2x.png") no-repeat scroll center center / 36px 36px; } .icons.recorder { background: rgba(0, 0, 0, 0) url("../img/icons/bg-recorder@2x.png") no-repeat scroll center center / 36px 36px; } .icons.scissors { background: rgba(0, 0, 0, 0) url("../img/icons/bg-scissors@2x.png") no-repeat scroll center center / 36px 36px; } .icons.select { background: rgba(0, 0, 0, 0) url("../img/icons/bg-select@2x.png") no-repeat scroll center center / 36px 36px; } .icons.serving { background: rgba(0, 0, 0, 0) url("../img/icons/bg-serving@2x.png") no-repeat scroll center center / 36px 36px; } .icons.share { background: rgba(0, 0, 0, 0) url("../img/icons/bg-share@2x.png") no-repeat scroll center center / 36px 36px; } .icons.shop { background: rgba(0, 0, 0, 0) url("../img/icons/bg-shop@2x.png") no-repeat scroll center center / 36px 36px; } .icons.shopping { background: rgba(0, 0, 0, 0) url("../img/icons/bg-shopping@2x.png") no-repeat scroll center center / 36px 36px; } .icons.smartphone { background: rgba(0, 0, 0, 0) url("../img/icons/bg-smartphone@2x.png") no-repeat scroll center center / 36px 36px; } .icons.sofa { background: rgba(0, 0, 0, 0) url("../img/icons/bg-sofa@2x.png") no-repeat scroll center center / 36px 36px; } .icons.syringe { background: rgba(0, 0, 0, 0) url("../img/icons/bg-syringe@2x.png") no-repeat scroll center center / 36px 36px; } .icons.tape { background: rgba(0, 0, 0, 0) url("../img/icons/bg-tape@2x.png") no-repeat scroll center center / 36px 36px; } .icons.target { background: rgba(0, 0, 0, 0) url("../img/icons/bg-target@2x.png") no-repeat scroll center center / 36px 36px; } .icons.television { background: rgba(0, 0, 0, 0) url("../img/icons/bg-television@2x.png") no-repeat scroll center center / 36px 36px; } .icons.video { background: rgba(0, 0, 0, 0) url("../img/icons/bg-video@2x.png") no-repeat scroll center center / 36px 36px; } .icons.walkman { background: rgba(0, 0, 0, 0) url("../img/icons/bg-walkman@2x.png") no-repeat scroll center center / 36px 36px; } .icons.zoom { background: rgba(0, 0, 0, 0) url("../img/icons/bg-zoom@2x.png") no-repeat scroll center center / 36px 36px; } .icons.tags { background: rgba(0, 0, 0, 0) url("../img/icons/bg-tags@2x.png") no-repeat scroll center center / 36px 36px; } .icons.quote { background: rgba(0, 0, 0, 0) url("../img/icons/bg-quote@2x.png") no-repeat scroll center center / 36px 36px; } .icons.pencil { background: rgba(0, 0, 0, 0) url("../img/icons/bg-pencil@2x.png") no-repeat scroll center center / 36px 36px; } .icons.newspaper { background: rgba(0, 0, 0, 0) url("../img/icons/bg-newspaper@2x.png") no-repeat scroll center center / 36px 36px; } img { box-shadow: 0 0 0 #fff; display: block; height: auto; max-width: 100%; z-index: 9; } .avatar { float: left; } .avatar.no-margin-right { margin-right: 0 !important; } .round img, .avatar img { border: 0 none; border-radius: 50%; } .col1-1 .avatar img { display: inline-block; height: 80px; margin-bottom: 20px; width: 80px; } .sidebar .avatar { margin-top: 25px; } .col1-2 .avatar img, .col2-2 .avatar img, .col3 .avatar img { height: 110px; width: 110px; } .col3 .avatar { margin-right: 30px; } .sidebar .avatar { float: none; } .images.alignleft { margin: 7px 30px 17px 0; position: relative; width: 40%; z-index: 1; } .covering-image i.fa-search { margin-bottom: 10px; } .videos { border: 0 none; height: 650px; width: 1140px; } .videoWrapper { height: 0; padding-bottom: 56.25%; position: relative; } .videoWrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } .musicWrapper { height: auto; margin-bottom: -6px; position: relative; } .musicWrapper iframe { height: auto; width: 100%; } .overlay { background-color: rgba(46, 46, 46, 0.5); display: block; height: 100%; opacity: 0; position: absolute; top: 0; transition: all 0.2s ease 0s; width: 100%; } a:hover .overlay { opacity: 1; transition: all 0.2s ease 0s; } .overlay.visible, .with-image-below .overlay { opacity: 1; } .with-image-below a:hover .overlay { background-color: rgba(46, 46, 46, 0.6); } .covering-image { border: 0 none; display: block; height: 100%; left: 0; position: absolute; top: 0; transition: background 0.2s ease 0s; width: 100%; z-index: 19; } a:hover .covering-image, .covering-image.visible { background: rgba(46, 46, 46, 0.5) none repeat scroll 0 0; transition: background 0.2s ease 0s; } a:hover .covering-image.visible { background: rgba(46, 46, 46, 0.6) none repeat scroll 0 0; transition: background 0.2s ease 0s; } .info-box-content { height: 100%; width: 100%; } .info-box-content .parent { height: 100%; padding: 12%; width: 100%; } .info-box-content .child { padding-top: 8px; } .info-box-content .parent.no-padding { padding: 0; } .info-box-content .parent.no-padding h4, .info-box-content .parent.no-padding p { padding-left: 12%; padding-right: 12%; } .covering-image p, .covering-image h3, .covering-image h2, .covering-image h4 { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; color: #fff !important; } .hidden-content { opacity: 0; } a:hover .hidden-content { opacity: 1; } .instagram2x2 .images { float: left; position: relative; width: 50%; } .lt-ie9 .pushed-left #content, .lt-ie9 .pushed-left #header, .lt-ie9 .pushed-left #footer, .lt-ie9 .pushed-left #background-color { margin-left: -200px; position: relative; } .lt-ie9 .pushed-left .logo-wrapper, .lt-ie9 .pushed-left #footer .alignleft { margin-left: 200px; position: relative; } .lt-ie9 #header { min-width: 960px; } .lt-ie9 body, .lt-ie9 .content-wrapper { min-width: 960px; } .lt-ie9 .pushed-left #main-nav { z-index: 200; } #footer { background: #f5f5f5 none repeat scroll 0 0; border-top: 1px solid rgba(0, 0, 0, 0.05); margin: 0; min-height: 91px; padding: 31px 45px 29px; position: relative; transform: translate3d(0px, 0px, 0px); width: 100%; z-index: 55; } #footer { margin-top: -91px; } footer { z-index: 1000 !important; } footer p { border: 0 none; color: #888; font-size: 12px; padding: 0; text-decoration: none; } span.padding { padding: 0 6px; } footer .social-list { margin-left: 20px; padding: 2px 0 0; } ul.unordered-list, .hentry ul, ol { font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.5; list-style: outside none disc; padding: 0 0 10px 30px; } ol { list-style: outside none decimal; } .child ul.unordered-list, .child .hentry ul, .child ol { list-style: outside none none; padding: 0; } ul.unordered-list li, ol li { padding-bottom: 7px; } ul.unordered-list li:last-child, ol li:last-child { padding-bottom: 0; } ul.unordered-list li a, .hentry ul li a, ol li a { color: #555; text-decoration: underline; } ul.unordered-list li a:hover, .hentry ul li a:hover, ol li a:hover { color: #2b2b2b; text-decoration: underline; } ul.tag-list { font-size: 0; line-height: 1.5; list-style: outside none none; padding: 7px 0 0; text-align: center; } ul.tag-list li { display: inline-block; } ul.tag-list li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #d8d8d8; border-radius: 3px; color: #555; display: inline-block; font-size: 12px; height: auto; line-height: 1; margin: 10px 5px 0; padding: 8px 12px 10px; width: auto; } ul.tag-list li a span { border-left: 1px solid #d8d8d8; color: #888; margin-left: 10px; padding-left: 13px; } ul.tag-list li a:hover { color: #2b2b2b; } ul.category-list { font-size: 0; line-height: 1.5; list-style: outside none none; margin-bottom: 0; padding: 0; text-align: center; } ul.category-list li { display: block; } ul.category-list li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); color: #555; display: block; font-size: 14px; height: auto; line-height: 1; margin: 0; padding: 12px 12px 15px; width: 100%; } ul.category-list li:last-child a { border: 0 none; } ul.category-list li a span { border-left: 1px solid #d8d8d8; color: #888; margin-left: 10px; padding-left: 13px; } ul.category-list li a:hover { color: #2b2b2b; } .comment { border-top: 1px dotted #eee; padding: 40px 0 35px; position: relative; text-align: left; } #comments .children { padding-left: 6.6%; } .commenter-avatar { float: left; padding: 0 30px 30px 0; width: auto; } .commenter-avatar > img { border-radius: 51%; height: 55px; margin-right: 0 !important; width: 55px; } .comment-content { float: left; width: calc(100% - 85px); } .comment-content h5 { margin-top: -5px; } p.time { color: #888; font-size: 12px; font-style: italic; } .comment-reply-button-column { position: absolute; right: 0; top: 40px; width: auto; } .comment-reply-button-column a { font-size: 13px; margin: 5px 0 0; } .comment-form-wrapper { border-top: 1px dotted #eee; padding: 39px 0 0; position: relative; } .comment-form-icon-wrapper { background: rgba(0, 0, 0, 0) url("../img/icons/bg-upload@2x.png") no-repeat scroll center center / 24px 24px; border: 1px solid #d8d8d8; border-radius: 51%; cursor: pointer; display: block; float: left; height: 55px; margin-right: 30px; position: relative; width: 55px; } .comment-form { text-align: left; width: 100%; } .comment-form .mleft { margin-left: 85px; } .comment-form input, .comment-form textarea { border: 1px solid #d8d8d8; border-radius: 3px; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; text-align: left; } .comment-form input:focus, .comment-form textarea:focus { background: #f5f5f5 none repeat scroll 0 0; } .comment-form input { float: left; margin-right: 10px; } input.last { margin-right: 0 !important; } .comment-form label { width: 100%; } .comment-form textarea { height: 174px; width: 100%; } .comment-form #send-btn { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; color: #555; display: inline-block; font-size: 14px; line-height: 1; margin-top: 20px; padding: 10px 25px 14px; } .comment-form #send-btn:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; color: #2b2b2b; } .form-submit::after { clear: both; content: " "; display: table; } .element .content-boxed, .element .vc_row, .element .wpb_column, .element .vc_column-inner, .element .wpb_wrapper { height: 100%; } .wpcf7 input[type="text"], .wpcf7 input[type="email"] { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; text-align: left; width: 300px; } .wpcf7 textarea { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; height: 200px; line-height: 20px; margin-bottom: 10px; padding: 12px 15px 14px; resize: none; text-align: left; width: 100%; } .wpcf7-submit { background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; border-radius: 30px; color: #555; display: inline-block; font-size: 14px; line-height: 1; margin-top: 20px; padding: 10px 25px 14px; } .wpcf7-submit:hover { background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; color: #2b2b2b; } div.wpcf7 img.ajax-loader { display: inline-block; height: auto; width: auto; } div.wpcf7-validation-errors { border: 2px solid #c1c1c1; } span.wpcf7-not-valid-tip { color: #2b2b2b; display: block; font-size: 1em; } :-moz-placeholder { color: #555; } *::-moz-placeholder { color: #555; } .wp-caption-text { } .screen-reader-text { } .gallery-caption { } .bypostauthor { } .sticky { } .wp-caption.alignnone { height: 100%; width: 100% !important; } embed, iframe, object, video { max-width: 100%; } table { border-collapse: collapse; margin-bottom: 20px; } table, th, td { border: 1px solid #888; } th, td { padding: 5px 10px; text-align: center; } .widget table { border-collapse: initial; } .widget_calendar caption { padding: 5px 0; } .widget_calendar td, .widget_calendar th { transition: all 0.2s linear 0s; } .widget_calendar td:hover, .widget_calendar th:hover, .widget_calendar td a:hover { background: #888 none repeat scroll 0 0; color: #fff; } .widget_calendar td:hover a, .widget_calendar th:hover a { color: #fff; } .alignleft { float: left; margin: 0 20px 20px 0; } .alignright { float: right; margin: 0 0 20px 20px; } .aligncenter { display: block; margin: 10px auto; } dd { margin-bottom: 15px; } dt { font-size: 15px; font-weight: 700; margin-bottom: 10px; } ol ol, ol ul, ul ol, ul ul { margin: 0; padding: 0 0 0 15px; } .images img { height: auto; width: 100%; } .single .post-text blockquote { display: table; width: 100%; } input[type="password"] { border: 1px solid #d8d8d8; border-radius: 3px; display: block; font-size: 14px; font-style: normal; line-height: 20px; margin-bottom: 10px; margin-top: 10px; min-width: 250px; padding: 12px 15px 14px; text-align: left; width: 100%; } .widget li a { color: #888; line-height: 24px; } .widget li a:hover { color: #555; } img.rss-widget-icon { display: inline-block; } #sidebar select { border: 1px solid #d9d9d9; padding: 10px 15px; width: 100%; } label.screen-reader-text { margin-bottom: 10px; } .widget.widget_rss ul li { margin-bottom: 10px; } .widget .tagcloud a { background-color: #fff; border: 1px solid #d9d9d9; color: #888; display: inline-block; font-size: 15px !important; line-height: 36px; margin-bottom: 9px; margin-right: 6px; padding: 0 16px; text-transform: capitalize; transition: color 0.2s ease-out 0s; } .widget .tagcloud a:hover { color: #555; } .widget_search input, .post-not-found input { background: #fff url("../img/bg-search-widget@2x.png") no-repeat scroll 15px 10px / 20px 20px; box-shadow: none; display: block; float: none !important; height: 40px; margin-bottom: 30px; padding-left: 50px; } .widget_search input:focus, .post-not-found input:focus { border: 0 none; box-shadow: none; } .widget_search .input-group-addon, .post-not-found .input-group-addon { display: none; } .widget .input-group { width: 100%; } .info-box-content .header { } .zilla-likes { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-left: 0; } body .zilla-likes:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-left: 0 !important; } #header .social-list { margin: 0; } .stats .social-list li a.circled { text-decoration: none; } .element .stats { bottom: 0; }
0.387343
0.127979
body { color: #666; } .pure-img-responsive { max-width: 100%; height: auto; } /* This is the parent `<div>` that contains the menu and the content area. */ #layout { position: relative; left: 0; padding-left: 0; } .menu-toggle:checked ~ #menu { left: 150px; width: 150px; } .menu-toggle:checked ~ .menu-link { left: 150px; } /* The content `<div>` is where all your content goes. */ .content { margin: 0 auto; padding: 0 2em; max-width: 800px; margin-bottom: 50px; line-height: 1.6em; } .header { margin: 0 auto; color: #333; text-align: left; max-width: 800px; padding: 2.5em 2em 0; border-bottom: 1px solid #eee; } .header h1 { margin: 0.2em 0; font-size: 3em; font-weight: 300; } .header h2 { font-weight: 300; color: #555; padding: 0; margin-top: 0; } .header h3, .header h4 { margin: 0 auto 0.2em; } .content-subhead { font-weight: 300; color: #888; } .content h1 { font-size: 1.7em; } /* The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that appears on the left side of the page. */ #menu { margin-left: -150px; /* "#menu" width */ width: 150px; position: fixed; top: 0; left: 0; bottom: 0; z-index: 1000; /* so the menu or its navicon stays above all content */ background: #191818; overflow-y: auto; -webkit-overflow-scrolling: touch; } /* All anchors inside the menu should be styled like this. */ #menu a { color: #999; border: none; padding: 0.6em 0 0.6em 0.6em; } /* Remove all background/borders, since we are applying them to #menu. */ #menu .pure-menu, #menu .pure-menu ul { border: none; background: transparent; } /* Add that light border to separate items into groups. */ #menu .pure-menu ul, #menu .pure-menu .menu-item-divided { border-top: 1px solid #333; } /* Change color of the anchor links on hover/focus. */ #menu .pure-menu li a:hover, #menu .pure-menu li a:focus { background: #333; } /* This styles the selected menu item `<li>`. */ #menu .pure-menu-selected, #menu .pure-menu-heading { background: #1f8dd6; } /* This styles a link within a selected menu item `<li>`. */ #menu .pure-menu-selected a { color: #fff; } /* This styles the menu heading. */ #menu .pure-menu-heading { font-size: 110%; color: #fff; margin: 0; } /* This styles the menu logo. */ #menu .pure-menu-logo { padding: 0; background: inherit; color: inherit; } /* -- Dynamic Button For Responsive Menu -------------------------------------*/ /* The button to open/close the Menu is custom-made and not part of Pure. Here's how it works: */ /* `.menu-link` represents the responsive menu toggle that shows/hides on small screens. */ .menu-link { position: fixed; display: block; /* show this only on small screens */ top: 0; left: 0; /* "#menu width" */ background: #000; background: rgba(0,0,0,0.7); font-size: 10px; /* change this value to increase/decrease button size */ z-index: 10; width: 2em; height: auto; padding: 2.1em 1.6em; } .menu-link:hover, .menu-link:focus { background: #000; } .menu-link span { position: relative; display: block; } .menu-link span, .menu-link span:before, .menu-link span:after { background-color: #fff; width: 100%; height: 0.2em; } .menu-link span:before, .menu-link span:after { position: absolute; margin-top: -0.6em; content: " "; } .menu-link span:after { margin-top: 0.6em; } /* -- Responsive Styles (Media Queries) ------------------------------------- */ /* Hides the menu at `48em`, but modify this based on your app's needs. */ @media (min-width: 48em) { .header, .content { padding-left: 2em; padding-right: 2em; } #layout { padding-left: 150px; /* left col width "#menu" */ left: 0; } #menu { left: 150px; } .menu-link { position: fixed; left: 150px; display: none; } .mobile-only { display: none; } article section p { text-align:justify; text-justify:inter-character; } /* .content h1.list, .content .content-subhead.list { */ /* display: inline-block; */ /* } */ /* #layout.active .menu-link { left: 150px; } */ } @media only screen and (min-width: 2100px) { /* Only apply this when the window is large. */ .content { font-size: 120%; } #menu { width: 180px; } #menu .pure-menu-item { font-size: 120%; } } @media (max-width: 48em) { /* Only apply this when the window is small. Otherwise, the following case results in extra padding on the left: * Make the window small. * Tap the menu to trigger the active state. * Make the window large again. */ /* Add transition to containers so they can push in and out. */ #layout, #menu, .menu-link { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .header h1 { font-size: 2em; } .header h2 { font-size: 1em; } .content { font-size: 0.8em; } .content-subhead { margin: 2px 0 10px 0; } .content-subhead.meta { font-size: 0.75em; } .menu-control:checked ~ #main { padding-left: 150px; } .menu-control:checked ~ #main .header h1 { word-break: break-all; } .mobile-only { display: block !important; } .mobile-only-center-container { display: flex !important; justify-content: center; align-items: baseline; } } #menu .pure-menu-heading { background: inherit; color: inherit; padding-left: 0.6em; padding-bottom: 0em; } .content a { color: #E5B; /* slightly darker than hotpink */ text-decoration: none; } .content a:hover { color: magenta; } /* Pandoc Source Code */ table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; } td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; } td.sourceCode { padding-left: 5px; } .sourceCode span.kw { color: #007020; font-weight: bold; } .sourceCode span.dt { color: #902000; } .sourceCode span.dv { color: #40a070; } .sourceCode span.bn { color: #40a070; } .sourceCode span.fl { color: #40a070; } .sourceCode span.ch { color: #4070a0; } .sourceCode span.st { color: #4070a0; } .sourceCode span.co { color: #60a0b0; font-style: italic; } .sourceCode span.ot { color: #007020; } .sourceCode span.al { color: red; font-weight: bold; } .sourceCode span.fu { color: #06287e; } .sourceCode span.re { } .sourceCode span.er { color: red; font-weight: bold; } /* Don't use hotpink for source-lines */ a.sourceLine { color:black; } @media (max-width: 48em) { div.sourceCode pre.sourceCode { padding-bottom: 0.5em; } } /* Make code darker that text */ code { color:#555; } /* Dark-mode */ @media (prefers-color-scheme: dark) { body { color: #AAA; background: #000; } .header { color: #DDD; border-bottom: 1px solid #222; } .header h2 { color: #555; } .content-subhead { color: #888; } .content a { color: #BADA55; } .content a:hover { color: green; } /* Make code brighter that text */ code { color: #CCC; } /* Muting some colors */ .sourceCode span.kw { color: #2E8B57; } .sourceCode span.ot { color: #2E8B57; } .sourceCode span.fu { color: #6c71c4; } .sourceCode span.st { color: #1E90FF; } .sourceCode span.co { color: #839496; } .sourceCode span.dt { color: #cb4b16; } }
css/pure-extend.css
body { color: #666; } .pure-img-responsive { max-width: 100%; height: auto; } /* This is the parent `<div>` that contains the menu and the content area. */ #layout { position: relative; left: 0; padding-left: 0; } .menu-toggle:checked ~ #menu { left: 150px; width: 150px; } .menu-toggle:checked ~ .menu-link { left: 150px; } /* The content `<div>` is where all your content goes. */ .content { margin: 0 auto; padding: 0 2em; max-width: 800px; margin-bottom: 50px; line-height: 1.6em; } .header { margin: 0 auto; color: #333; text-align: left; max-width: 800px; padding: 2.5em 2em 0; border-bottom: 1px solid #eee; } .header h1 { margin: 0.2em 0; font-size: 3em; font-weight: 300; } .header h2 { font-weight: 300; color: #555; padding: 0; margin-top: 0; } .header h3, .header h4 { margin: 0 auto 0.2em; } .content-subhead { font-weight: 300; color: #888; } .content h1 { font-size: 1.7em; } /* The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that appears on the left side of the page. */ #menu { margin-left: -150px; /* "#menu" width */ width: 150px; position: fixed; top: 0; left: 0; bottom: 0; z-index: 1000; /* so the menu or its navicon stays above all content */ background: #191818; overflow-y: auto; -webkit-overflow-scrolling: touch; } /* All anchors inside the menu should be styled like this. */ #menu a { color: #999; border: none; padding: 0.6em 0 0.6em 0.6em; } /* Remove all background/borders, since we are applying them to #menu. */ #menu .pure-menu, #menu .pure-menu ul { border: none; background: transparent; } /* Add that light border to separate items into groups. */ #menu .pure-menu ul, #menu .pure-menu .menu-item-divided { border-top: 1px solid #333; } /* Change color of the anchor links on hover/focus. */ #menu .pure-menu li a:hover, #menu .pure-menu li a:focus { background: #333; } /* This styles the selected menu item `<li>`. */ #menu .pure-menu-selected, #menu .pure-menu-heading { background: #1f8dd6; } /* This styles a link within a selected menu item `<li>`. */ #menu .pure-menu-selected a { color: #fff; } /* This styles the menu heading. */ #menu .pure-menu-heading { font-size: 110%; color: #fff; margin: 0; } /* This styles the menu logo. */ #menu .pure-menu-logo { padding: 0; background: inherit; color: inherit; } /* -- Dynamic Button For Responsive Menu -------------------------------------*/ /* The button to open/close the Menu is custom-made and not part of Pure. Here's how it works: */ /* `.menu-link` represents the responsive menu toggle that shows/hides on small screens. */ .menu-link { position: fixed; display: block; /* show this only on small screens */ top: 0; left: 0; /* "#menu width" */ background: #000; background: rgba(0,0,0,0.7); font-size: 10px; /* change this value to increase/decrease button size */ z-index: 10; width: 2em; height: auto; padding: 2.1em 1.6em; } .menu-link:hover, .menu-link:focus { background: #000; } .menu-link span { position: relative; display: block; } .menu-link span, .menu-link span:before, .menu-link span:after { background-color: #fff; width: 100%; height: 0.2em; } .menu-link span:before, .menu-link span:after { position: absolute; margin-top: -0.6em; content: " "; } .menu-link span:after { margin-top: 0.6em; } /* -- Responsive Styles (Media Queries) ------------------------------------- */ /* Hides the menu at `48em`, but modify this based on your app's needs. */ @media (min-width: 48em) { .header, .content { padding-left: 2em; padding-right: 2em; } #layout { padding-left: 150px; /* left col width "#menu" */ left: 0; } #menu { left: 150px; } .menu-link { position: fixed; left: 150px; display: none; } .mobile-only { display: none; } article section p { text-align:justify; text-justify:inter-character; } /* .content h1.list, .content .content-subhead.list { */ /* display: inline-block; */ /* } */ /* #layout.active .menu-link { left: 150px; } */ } @media only screen and (min-width: 2100px) { /* Only apply this when the window is large. */ .content { font-size: 120%; } #menu { width: 180px; } #menu .pure-menu-item { font-size: 120%; } } @media (max-width: 48em) { /* Only apply this when the window is small. Otherwise, the following case results in extra padding on the left: * Make the window small. * Tap the menu to trigger the active state. * Make the window large again. */ /* Add transition to containers so they can push in and out. */ #layout, #menu, .menu-link { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .header h1 { font-size: 2em; } .header h2 { font-size: 1em; } .content { font-size: 0.8em; } .content-subhead { margin: 2px 0 10px 0; } .content-subhead.meta { font-size: 0.75em; } .menu-control:checked ~ #main { padding-left: 150px; } .menu-control:checked ~ #main .header h1 { word-break: break-all; } .mobile-only { display: block !important; } .mobile-only-center-container { display: flex !important; justify-content: center; align-items: baseline; } } #menu .pure-menu-heading { background: inherit; color: inherit; padding-left: 0.6em; padding-bottom: 0em; } .content a { color: #E5B; /* slightly darker than hotpink */ text-decoration: none; } .content a:hover { color: magenta; } /* Pandoc Source Code */ table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; } td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; } td.sourceCode { padding-left: 5px; } .sourceCode span.kw { color: #007020; font-weight: bold; } .sourceCode span.dt { color: #902000; } .sourceCode span.dv { color: #40a070; } .sourceCode span.bn { color: #40a070; } .sourceCode span.fl { color: #40a070; } .sourceCode span.ch { color: #4070a0; } .sourceCode span.st { color: #4070a0; } .sourceCode span.co { color: #60a0b0; font-style: italic; } .sourceCode span.ot { color: #007020; } .sourceCode span.al { color: red; font-weight: bold; } .sourceCode span.fu { color: #06287e; } .sourceCode span.re { } .sourceCode span.er { color: red; font-weight: bold; } /* Don't use hotpink for source-lines */ a.sourceLine { color:black; } @media (max-width: 48em) { div.sourceCode pre.sourceCode { padding-bottom: 0.5em; } } /* Make code darker that text */ code { color:#555; } /* Dark-mode */ @media (prefers-color-scheme: dark) { body { color: #AAA; background: #000; } .header { color: #DDD; border-bottom: 1px solid #222; } .header h2 { color: #555; } .content-subhead { color: #888; } .content a { color: #BADA55; } .content a:hover { color: green; } /* Make code brighter that text */ code { color: #CCC; } /* Muting some colors */ .sourceCode span.kw { color: #2E8B57; } .sourceCode span.ot { color: #2E8B57; } .sourceCode span.fu { color: #6c71c4; } .sourceCode span.st { color: #1E90FF; } .sourceCode span.co { color: #839496; } .sourceCode span.dt { color: #cb4b16; } }
0.488527
0.132234
.dark { background-color: #14043c; font-family: 'Chakra Petch', sans-serif; margin: 0; padding: 0; } .dark .barra{ font-size: 10px; color: #FFFFFF; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); box-shadow: 0 1px 0 0 #110038; padding-left: 5px; margin: 0; } .dark .logo{ background-image: url(../assets/gifOF_logo_dark.png); } .dark .mios{ color: white; border: #04003d; background-color: #04003c; font-family: 'Chakra Petch', sans-serif; } .dark .crear{ color: white; font-family: 'Chakra Petch', sans-serif; background: #EE3EFE; border: 1px solid #110038; box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF; text-align:center; width: 100px; height: 35px; } .dark .titulobusqueda{ color: white; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); font-family: 'Chakra Petch', sans-serif; font-weight: bold; font-size: 12px; padding: 3px; width: 99%; height: 16px; } .dark .box{ background:#B4B4B4; box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF; height: 11vh; } .dark .botbuscar{ font-family: 'Chakra Petch', sans-serif; background: #B4B4B4; color:#808080; height: 45px; width: 10vw; border: 1px solid #808080; box-shadow: inset -1px -1px 0 0 #B4B4B4, inset 1px 1px 0 0 #FFFFFF; } .dark .sugerencias{ width: 100%; height: 12px; padding: 10px; font-size: 12px; font-family: 'Chakra Petch', sans-serif; background: #FFFAFE; border: 1px solid #2E32FB; box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #110038; } .dark .tendencias{ width: 100%; height: 12px; padding: 10px; font-size: 12px; font-family: 'Chakra Petch', sans-serif; background: #FFFAFE; border: 1px solid #2E32FB; box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #110038; }
darktheme.css
.dark { background-color: #14043c; font-family: 'Chakra Petch', sans-serif; margin: 0; padding: 0; } .dark .barra{ font-size: 10px; color: #FFFFFF; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); box-shadow: 0 1px 0 0 #110038; padding-left: 5px; margin: 0; } .dark .logo{ background-image: url(../assets/gifOF_logo_dark.png); } .dark .mios{ color: white; border: #04003d; background-color: #04003c; font-family: 'Chakra Petch', sans-serif; } .dark .crear{ color: white; font-family: 'Chakra Petch', sans-serif; background: #EE3EFE; border: 1px solid #110038; box-shadow: inset -1px -1px 0 0 #A72CB3, inset 1px 1px 0 0 #FFFFFF; text-align:center; width: 100px; height: 35px; } .dark .titulobusqueda{ color: white; background-image: linear-gradient(270deg, #EE3EFE 0%, #2E32FB 100%); font-family: 'Chakra Petch', sans-serif; font-weight: bold; font-size: 12px; padding: 3px; width: 99%; height: 16px; } .dark .box{ background:#B4B4B4; box-shadow: inset -2px -2px 0 0 #8F8F8F, inset 2px 2px 0 0 #FFFFFF; height: 11vh; } .dark .botbuscar{ font-family: 'Chakra Petch', sans-serif; background: #B4B4B4; color:#808080; height: 45px; width: 10vw; border: 1px solid #808080; box-shadow: inset -1px -1px 0 0 #B4B4B4, inset 1px 1px 0 0 #FFFFFF; } .dark .sugerencias{ width: 100%; height: 12px; padding: 10px; font-size: 12px; font-family: 'Chakra Petch', sans-serif; background: #FFFAFE; border: 1px solid #2E32FB; box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #110038; } .dark .tendencias{ width: 100%; height: 12px; padding: 10px; font-size: 12px; font-family: 'Chakra Petch', sans-serif; background: #FFFAFE; border: 1px solid #2E32FB; box-shadow: inset -2px -2px 0 0 #E6DCE4, inset 2px 2px 0 0 #110038; }
0.366703
0.111096
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap'); body { font-family: 'Open Sans', sans-serif; margin: 0; } /* --------------------------- CABEÇALHO ---------------------------------- */ header .line { background-color: #117050; height: 10px; } .container { max-width: 1140px; margin: auto; } .header--area { /* DIV QUE CONTEM A LOGO E O CONTEUDO A DIREITA DO CABEÇALHO */ display: flex; justify-content: space-between; align-items: center; height: 100px; } .header--left img { width: 64px; height: 64px; } .header--right { display: flex; align-items: center; } .header--search form { display: flex; } .header--search input { font-size: 16px; padding: 8px 15px; border: 1px solid #999999; outline: 0; /* retirar o efeito de quando foca no campo ele engrossar e ficar preto na borda */ width: 100%; max-width: 250px; } .header--search button { border: 0; background: transparent; margin-left: -30px; cursor: pointer; } .header--search button img { width: 16px; height: 16px; } .header--menu { margin-left: 30px; cursor: pointer; } .header--menu img { width: 24px; height: 24px; } /* ---------------------------------------- BANNER PRINCIPAL ------------------------------------- */ .banner { background-image: url(../img/bg.jpg); background-position: center; background-size: cover; padding-top: 90px; padding-bottom: 90px; } .banner h1 { font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 96px; line-height: 104px; margin: 0; margin-bottom: 30px; } .banner--images { margin-top: 60px; } .banner--images img { width: 148px; height: 148px; border: 6px solid #117050; border-radius: 50%; margin-right: 40px; } /* ---------------------------------------- AREA DE CONTEUDOS 1 ------------------------------------- */ .area1 { display: grid; grid-template-columns: repeat(2, 1fr); } .area1--content { padding: 80px; } .area1--img1 { height: 350px; background-image: url(../img/f2.jpg); background-position: center; background-size: cover; } .area1--img2 { grid-column: 2 / 3; grid-row: 1 / 3; background-image: url(../img/f1.jpg); background-position: center; background-size: cover; } .bar { background-color: #006341; width: 168px; height: 22px; } h2 { font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 35px; line-height: 45px; margin: 20px 0px; } .area1--quot { margin-bottom: 30px; } .button { display: inline-block; border: 2px solid #454545; padding: 10px 30px; border-radius: 3px; color: #454545; text-decoration: none; } .button:hover { color: #fff; background-color: #454545; } .area1--text { margin-bottom: 50px; line-height: 25px; } /* ---------------------------------------- AREA DE CONTEUDOS 2 ------------------------------------- */ .area2 { display: grid; grid-template-columns: repeat(2, 1fr); } .area2--content { padding: 80px; } .area2--text { margin-bottom: 50px; line-height: 25px; } .area2--img1 { height: 450px; background-image: url(../img/f4.jpg); background-position: center; background-size: cover; } .area2--img2 { grid-column: 1 / 2; grid-row: 1 / 3; background-image: url(../img/f3.jpg); background-position: center; background-size: cover; } .button:hover { color: #fff; background-color: #454545; } /* ---------------------------------------- AREA DE CONTEUDOS 3 ------------------------------------- */ .area3 { display: grid; grid-template-columns: repeat(2, 1fr); } .area3--content { padding: 200px 80px; background-image: url(../img/bg2.jpg); background-position: left; background-size: cover; } .area3--text { margin-bottom: 50px; line-height: 25px; } .area3--img1 { background-image: url(../img/f5.jpg); background-position: center; background-size: cover; } /* ---------------------------------------- AREA DE CONTEUDOS 4 ------------------------------------- */ .area4 { display: grid; grid-template-columns: 450px 1fr; background-color: #e8e9ee; } .area4--content { padding: 150px 80px; } .area4--text { margin-bottom: 40px; line-height: 25px; } .area4--img1 { background-image: url(../img/bg3.jpg); background-position: left; } .area5 { background-image: url(../img/bg4.jpg); background-position: center; background-size: cover; height: 600px; } /* ---------------------------------------- RODAPÉ------------------------------------- */ footer { background-color: #333333; color: #fff; padding: 80px; text-align: center; } /* ---------------------------------------- RESPONSIVIDADE ------------------------------------- */ @media (min-width: 769px) and (max-width: 1140px) { .container { padding-left: 20px; padding-right: 20px; } } @media (min-width: 426px) and (max-width: 768px) { .container { padding-left: 20px; padding-right: 20px; } .area1 { grid-template-columns: 3fr 2fr; } .area2 { grid-template-columns: 2fr 3fr; } .area3 { grid-template-columns: 3fr 2fr; } } @media (max-width: 425px) { .container { padding-left: 20px; padding-right: 20px; } .header--menu { margin-left: 20px; } .header--search input { /* BOTÃO DE PESQUISAR NO CABEÇALHO */ max-width: 80px; } .banner h1 { font-size: 50px; line-height: 50px; } h2 { font-size: 25px; line-height: 30px; } .banner--images img { width: 70px; height: 70px; border: 3px solid #117050; border-radius: 50%; margin-right: 10px; } .area1, .area2, .area3, .area4 { grid-template-columns: 1fr; } .area1--content, .area2--content, .area3--content, .area4--content { padding: 40px; } .area5 { height: 200px; } footer { font-size: 12px; padding: 40px 20px; } } /* ---------------------------------------- BLOCO DE NOTAS ------------------------------------- */ /* PLANEJAMENTO 24/03 QUARTA-FEIRA - A TARDE E A NOITE CURSO <NAME> #10:CRIANDO A AREA 3 OK #11:CRIANDO A AREA 4 OK #12:CRIANDO O RODAPE OK #13:RESPONSIVIDADE 1 (09:25) #14:RESPONSIVIDADE 2 (12:14) CURSO UDEMY - <NAME> 80. PARALLAX - PARTE 1 (16min) 81. PARALLAX - PARTE 2 (17min) ------------------------------------------------------------------------------------------------------ /* PLANEJAMENTO 25/03 QUINTA-FEIRA - MANHÃ, TARDE E NOITE #COMEÇAR PROJETO AWAX (27 AULAS) VER 10 AULAS NA <QUINTA> VER 10 AULAS NA <SEXTA> VER 7 AULAS NO <SÁBADO> ------------------------------------------------------------------------------------------------------- <DOMINGO E SEGUNDA> > REVISAR O PROJETO MEDICENTER ANOTANDO PASSO A PASSO NO CADERNO (8 AULAS)
Projeto Starbucks/assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap'); body { font-family: 'Open Sans', sans-serif; margin: 0; } /* --------------------------- CABEÇALHO ---------------------------------- */ header .line { background-color: #117050; height: 10px; } .container { max-width: 1140px; margin: auto; } .header--area { /* DIV QUE CONTEM A LOGO E O CONTEUDO A DIREITA DO CABEÇALHO */ display: flex; justify-content: space-between; align-items: center; height: 100px; } .header--left img { width: 64px; height: 64px; } .header--right { display: flex; align-items: center; } .header--search form { display: flex; } .header--search input { font-size: 16px; padding: 8px 15px; border: 1px solid #999999; outline: 0; /* retirar o efeito de quando foca no campo ele engrossar e ficar preto na borda */ width: 100%; max-width: 250px; } .header--search button { border: 0; background: transparent; margin-left: -30px; cursor: pointer; } .header--search button img { width: 16px; height: 16px; } .header--menu { margin-left: 30px; cursor: pointer; } .header--menu img { width: 24px; height: 24px; } /* ---------------------------------------- BANNER PRINCIPAL ------------------------------------- */ .banner { background-image: url(../img/bg.jpg); background-position: center; background-size: cover; padding-top: 90px; padding-bottom: 90px; } .banner h1 { font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 96px; line-height: 104px; margin: 0; margin-bottom: 30px; } .banner--images { margin-top: 60px; } .banner--images img { width: 148px; height: 148px; border: 6px solid #117050; border-radius: 50%; margin-right: 40px; } /* ---------------------------------------- AREA DE CONTEUDOS 1 ------------------------------------- */ .area1 { display: grid; grid-template-columns: repeat(2, 1fr); } .area1--content { padding: 80px; } .area1--img1 { height: 350px; background-image: url(../img/f2.jpg); background-position: center; background-size: cover; } .area1--img2 { grid-column: 2 / 3; grid-row: 1 / 3; background-image: url(../img/f1.jpg); background-position: center; background-size: cover; } .bar { background-color: #006341; width: 168px; height: 22px; } h2 { font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 35px; line-height: 45px; margin: 20px 0px; } .area1--quot { margin-bottom: 30px; } .button { display: inline-block; border: 2px solid #454545; padding: 10px 30px; border-radius: 3px; color: #454545; text-decoration: none; } .button:hover { color: #fff; background-color: #454545; } .area1--text { margin-bottom: 50px; line-height: 25px; } /* ---------------------------------------- AREA DE CONTEUDOS 2 ------------------------------------- */ .area2 { display: grid; grid-template-columns: repeat(2, 1fr); } .area2--content { padding: 80px; } .area2--text { margin-bottom: 50px; line-height: 25px; } .area2--img1 { height: 450px; background-image: url(../img/f4.jpg); background-position: center; background-size: cover; } .area2--img2 { grid-column: 1 / 2; grid-row: 1 / 3; background-image: url(../img/f3.jpg); background-position: center; background-size: cover; } .button:hover { color: #fff; background-color: #454545; } /* ---------------------------------------- AREA DE CONTEUDOS 3 ------------------------------------- */ .area3 { display: grid; grid-template-columns: repeat(2, 1fr); } .area3--content { padding: 200px 80px; background-image: url(../img/bg2.jpg); background-position: left; background-size: cover; } .area3--text { margin-bottom: 50px; line-height: 25px; } .area3--img1 { background-image: url(../img/f5.jpg); background-position: center; background-size: cover; } /* ---------------------------------------- AREA DE CONTEUDOS 4 ------------------------------------- */ .area4 { display: grid; grid-template-columns: 450px 1fr; background-color: #e8e9ee; } .area4--content { padding: 150px 80px; } .area4--text { margin-bottom: 40px; line-height: 25px; } .area4--img1 { background-image: url(../img/bg3.jpg); background-position: left; } .area5 { background-image: url(../img/bg4.jpg); background-position: center; background-size: cover; height: 600px; } /* ---------------------------------------- RODAPÉ------------------------------------- */ footer { background-color: #333333; color: #fff; padding: 80px; text-align: center; } /* ---------------------------------------- RESPONSIVIDADE ------------------------------------- */ @media (min-width: 769px) and (max-width: 1140px) { .container { padding-left: 20px; padding-right: 20px; } } @media (min-width: 426px) and (max-width: 768px) { .container { padding-left: 20px; padding-right: 20px; } .area1 { grid-template-columns: 3fr 2fr; } .area2 { grid-template-columns: 2fr 3fr; } .area3 { grid-template-columns: 3fr 2fr; } } @media (max-width: 425px) { .container { padding-left: 20px; padding-right: 20px; } .header--menu { margin-left: 20px; } .header--search input { /* BOTÃO DE PESQUISAR NO CABEÇALHO */ max-width: 80px; } .banner h1 { font-size: 50px; line-height: 50px; } h2 { font-size: 25px; line-height: 30px; } .banner--images img { width: 70px; height: 70px; border: 3px solid #117050; border-radius: 50%; margin-right: 10px; } .area1, .area2, .area3, .area4 { grid-template-columns: 1fr; } .area1--content, .area2--content, .area3--content, .area4--content { padding: 40px; } .area5 { height: 200px; } footer { font-size: 12px; padding: 40px 20px; } } /* ---------------------------------------- BLOCO DE NOTAS ------------------------------------- */ /* PLANEJAMENTO 24/03 QUARTA-FEIRA - A TARDE E A NOITE CURSO <NAME> #10:CRIANDO A AREA 3 OK #11:CRIANDO A AREA 4 OK #12:CRIANDO O RODAPE OK #13:RESPONSIVIDADE 1 (09:25) #14:RESPONSIVIDADE 2 (12:14) CURSO UDEMY - <NAME> 80. PARALLAX - PARTE 1 (16min) 81. PARALLAX - PARTE 2 (17min) ------------------------------------------------------------------------------------------------------ /* PLANEJAMENTO 25/03 QUINTA-FEIRA - MANHÃ, TARDE E NOITE #COMEÇAR PROJETO AWAX (27 AULAS) VER 10 AULAS NA <QUINTA> VER 10 AULAS NA <SEXTA> VER 7 AULAS NO <SÁBADO> ------------------------------------------------------------------------------------------------------- <DOMINGO E SEGUNDA> > REVISAR O PROJETO MEDICENTER ANOTANDO PASSO A PASSO NO CADERNO (8 AULAS)
0.226099
0.091463
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 { content: ''; content: none; } q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } .header-aside { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); background-color: #eee; font-size: 0.9em; padding: 0.25em 1.5em 0.5em; margin-bottom: 4px; } .header-banner { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); display: flex; padding: 0 1.5em; margin-bottom: 4px; } .header-banner__icon { height: 60px; width: 66px; width: 65.59006px; } .header-banner__link { display: block; } .header-banner__user-menu { border-left: solid 1px rgba(0, 0, 0, 0.2); margin-left: auto; } .header-user-menu__button, .header-user-menu__link { background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%; } .header-user-menu__button:focus, .header-user-menu__button:hover, .header-user-menu__link:focus, .header-user-menu__link:hover { background-color: #eee; } .header-user-menu__list-item { border-bottom: solid 1px rgba(0, 0, 0, 0.2); } .header-user-menu__list-item:last-child { border: 0; } .header-user-menu__navigation-menu { background: white; border: solid 1px rgba(0, 0, 0, 0.2); border-right: 0; position: absolute; right: 0; top: 60px; width: 200px; } .header-user-menu__navigation-menu[aria-hidden='true'] { display: none; } .header-user-menu__photo { border-radius: 50%; background-repeat: no-repeat; background-size: 50px; margin: 5px; height: 50px; width: 50px; } .header-user-menu__trigger { background: none; border: 0; width: 60px; height: 60px; } .header-user-menu__trigger img { border-radius: 50%; height: 56px; width: 56px; } body { font-family: sans-serif; } strong { font-weight: bold; } /*# sourceMappingURL=main.css.map*/
main.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 { content: ''; content: none; } q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } .header-aside { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); background-color: #eee; font-size: 0.9em; padding: 0.25em 1.5em 0.5em; margin-bottom: 4px; } .header-banner { box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); display: flex; padding: 0 1.5em; margin-bottom: 4px; } .header-banner__icon { height: 60px; width: 66px; width: 65.59006px; } .header-banner__link { display: block; } .header-banner__user-menu { border-left: solid 1px rgba(0, 0, 0, 0.2); margin-left: auto; } .header-user-menu__button, .header-user-menu__link { background: none; border: 0; color: black; cursor: pointer; display: block; font-family: Arial; font-size: 1em; text-align: left; padding: 1em; width: 100%; } .header-user-menu__button:focus, .header-user-menu__button:hover, .header-user-menu__link:focus, .header-user-menu__link:hover { background-color: #eee; } .header-user-menu__list-item { border-bottom: solid 1px rgba(0, 0, 0, 0.2); } .header-user-menu__list-item:last-child { border: 0; } .header-user-menu__navigation-menu { background: white; border: solid 1px rgba(0, 0, 0, 0.2); border-right: 0; position: absolute; right: 0; top: 60px; width: 200px; } .header-user-menu__navigation-menu[aria-hidden='true'] { display: none; } .header-user-menu__photo { border-radius: 50%; background-repeat: no-repeat; background-size: 50px; margin: 5px; height: 50px; width: 50px; } .header-user-menu__trigger { background: none; border: 0; width: 60px; height: 60px; } .header-user-menu__trigger img { border-radius: 50%; height: 56px; width: 56px; } body { font-family: sans-serif; } strong { font-weight: bold; } /*# sourceMappingURL=main.css.map*/
0.354657
0.092524
.footer.row-top { padding-top: 0; } .home-banner { background-image: url("../../../images/home-banner.jpg"); background-repeat: no-repeat; color: white; position: relative; } @media (min-width: 1024px) { .home-banner { background-attachment: fixed; background-position: center -370px; height: 300px; } } @media (min-width: 240px) and (max-width: 1023px) { .home-banner { background-image: url("../../../images/home-banner-mobile.jpg"); background-position: center; background-size: cover; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner { height: 250px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner { height: 220px; } } .home-banner h2 { color: white; } @media (min-width: 1024px) { .home-banner h2 { font-size: 40px; line-height: 48px; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner h2 { font-size: 32px; line-height: 38px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner h2 { font-size: 22px; line-height: 30px; } } .home-banner ol { background-color: #626F8B; color: white; font-size: 14px; margin-top: 0; padding: 10px 0 10px 34px; position: absolute; width: 100%; border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -ms-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } .home-banner .form { padding: 0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form { padding: 0 15px; } } .home-banner .form-search { clear: both; } @media (min-width: 1024px) { .home-banner .form-search { width: 400px; } } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form-search { width: 500px; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner .form-search { width: 400px; } } .home-banner .open-advanced-search { margin-top: 10px; margin-left: 10px; margin-right: 10px; } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .open-advanced-search { margin-left: 15px; margin-right: 15px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner .open-advanced-search { margin-top: 6px; } } .home-banner .open-advanced-search.active { background-color: white; color: #D85B5B; } .home-banner .form-advanced-search { background-color: #EEE; left: 0; position: absolute; top: 100%; visibility: hidden; z-index: 2; width: 100%; opacity: 0; transition: 0.4s opacity; -webkit-transition: 0.4s opacity; -moz-transition: 0.4s opacity; -ms-transition: 0.4s opacity; -o-transition: 0.4s opacity; } .home-banner .form-advanced-search.active { visibility: visible; opacity: 1; } .home-banner .form-advanced-search fieldset { margin: 0 auto; } @media (min-width: 1024px) { .home-banner .form-advanced-search fieldset { width: 960px; } } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form-advanced-search fieldset { width: 1180px; } } @media (min-width: 1024px) { .home-banner .form-advanced-search .field { clear: none; float: left; margin: 0 1.665%; width: 30%; } } /*# sourceMappingURL=home.css.map */
public/static/assets/bower_components/mini.scss/css/home.css
.footer.row-top { padding-top: 0; } .home-banner { background-image: url("../../../images/home-banner.jpg"); background-repeat: no-repeat; color: white; position: relative; } @media (min-width: 1024px) { .home-banner { background-attachment: fixed; background-position: center -370px; height: 300px; } } @media (min-width: 240px) and (max-width: 1023px) { .home-banner { background-image: url("../../../images/home-banner-mobile.jpg"); background-position: center; background-size: cover; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner { height: 250px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner { height: 220px; } } .home-banner h2 { color: white; } @media (min-width: 1024px) { .home-banner h2 { font-size: 40px; line-height: 48px; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner h2 { font-size: 32px; line-height: 38px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner h2 { font-size: 22px; line-height: 30px; } } .home-banner ol { background-color: #626F8B; color: white; font-size: 14px; margin-top: 0; padding: 10px 0 10px 34px; position: absolute; width: 100%; border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -ms-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } .home-banner .form { padding: 0 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form { padding: 0 15px; } } .home-banner .form-search { clear: both; } @media (min-width: 1024px) { .home-banner .form-search { width: 400px; } } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form-search { width: 500px; } } @media (min-width: 600px) and (max-width: 1023px) { .home-banner .form-search { width: 400px; } } .home-banner .open-advanced-search { margin-top: 10px; margin-left: 10px; margin-right: 10px; } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .open-advanced-search { margin-left: 15px; margin-right: 15px; } } @media (min-width: 240px) and (max-width: 599px) { .home-banner .open-advanced-search { margin-top: 6px; } } .home-banner .open-advanced-search.active { background-color: white; color: #D85B5B; } .home-banner .form-advanced-search { background-color: #EEE; left: 0; position: absolute; top: 100%; visibility: hidden; z-index: 2; width: 100%; opacity: 0; transition: 0.4s opacity; -webkit-transition: 0.4s opacity; -moz-transition: 0.4s opacity; -ms-transition: 0.4s opacity; -o-transition: 0.4s opacity; } .home-banner .form-advanced-search.active { visibility: visible; opacity: 1; } .home-banner .form-advanced-search fieldset { margin: 0 auto; } @media (min-width: 1024px) { .home-banner .form-advanced-search fieldset { width: 960px; } } @media (min-width: 1360px) and (min-device-width: 1360px) { .home-banner .form-advanced-search fieldset { width: 1180px; } } @media (min-width: 1024px) { .home-banner .form-advanced-search .field { clear: none; float: left; margin: 0 1.665%; width: 30%; } } /*# sourceMappingURL=home.css.map */
0.356559
0.149998
section.hero { display: flex; align-items: center; justify-content: center; flex-direction: column; background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/pasta.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 80vh; width: 100%; position: relative; } .hero-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 40%; position: relative; animation: push 3s infinite ease-in-out; } .custom-wave { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; transform: rotate(180deg); } .custom-wave svg { position: relative; display: block; width: calc(100% + 1.3px); height: 100px; } .custom-wave .shape-fill { fill: #3E3636; } /*Hero Animation*/ @keyframes push { 0% {margin-top: 0;} 50% {margin-top: 2.5rem;} 100% {margin-top: 0;} } /*END OF HERO*/ /*Images*/ img.ramen { padding-top: 0.4rem; width: 3rem; height: auto; } img.float-pasta { max-width: 70%; position: relative; animation: pasta 3s infinite ease-in-out; transform: rotateZ(-5deg); } /*Section layout*/ section.new-foods { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } .blog, .about { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } .blog { display: none; } /*Card layout*/ .food-cards{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; } .blog-cards { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } /*Card*/ .food-card { display: flex; flex-direction: column; justify-content: flex-end; width: 90%; height: 600px; padding: 2rem 2rem 1rem 2rem; border-radius: 1em; text-align: center; margin: 1rem 1rem; box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.25); background-color: black; background-repeat: no-repeat; background-position: center; background-size: cover; } h5.food-heading { visibility: hidden; } .food-card:first-of-type { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/fetapasta.jpg); } .food-card:nth-of-type(2) { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/keburulla.jpg); } .food-card:nth-of-type(3) { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/mummonkurkut.jpg); } .about-card, .latest-blog-card { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--card-color); width: 90%; padding: 2rem 2rem; border-radius: 1em; text-align: center; margin: 1rem 1rem; box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.25); transition: 300ms ease-out; } /*-------------------MEDIA QUERIES-------------------*/ /*TABLET*/ @media only screen and (min-width: 768px) { .hero-logo { max-width: 30%; } } /*SMALL LAPTOP*/ @media only screen and (min-width: 1200px) { .food-cards{ flex-direction: row; } .food-card { position: relative; justify-content: center; transition: 300ms ease-out; } h5.food-heading { visibility: visible; color: var(--text-color); background-color: var(--heafoo-bg); padding: 0.5rem; margin-bottom: 0; border-radius: 0.6rem; position: absolute; left: 0; right: 0; top: 1; bottom: 0; } .food-card-inner { visibility: hidden; transition: 50ms ease-in-out; } .food-card:first-of-type { background-image: url(../img/fetapasta.jpg); } .food-card:nth-of-type(2) { background-image: url(../img/keburulla.jpg); } .food-card:nth-of-type(3) { background-image: url(../img/mummonkurkut.jpg); } .food-card:first-of-type:hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/fetapasta.jpg); } .food-card:nth-of-type(2):hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/keburulla.jpg); } .food-card:nth-of-type(3):hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/mummonkurkut.jpg); } .food-card:hover > h5.food-heading { visibility: hidden; transition: 10ms ease-in-out; } .food-card:hover > .food-card-inner { visibility: visible; transition: 500ms ease-in-out; } .food-card:hover, .about-card:hover { transform: scale(1.02); } .hero-logo { max-width: 20%; } img.float-pasta { transform: rotateZ(0deg); } .inner-about { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } /*Pasta Animation*/ @keyframes pasta { 0% {margin-top: 0;} 14.3% {margin-top: 0.5rem; transform: rotateZ(0deg);} 28.6% {margin-top: 0.5rem; transform: rotateZ(0.5deg);} 42.9% {margin-top: 0.5rem; transform: rotateZ(-0.5deg);} 57.2% {margin-top: -0.5rem; transform: rotateZ(0deg);} 71.8% {margin-top: -0.5rem; transform: rotateZ(0.5deg);} 86% {margin-top: -0.5rem; transform: rotateZ(-0.5deg);} 100% {margin-top: 0;} } } /*DESKTOP & LARGE LAPTOP*/ @media only screen and (min-width: 1500px) { .blog-cards { flex-direction: row; margin: 0 2rem; } .food-card, .about-card, .latest-blog-card { width: 80%; } .about-card { padding: 2rem 6rem; } .latest-blog-card { padding: 4rem 6rem; } } /*LARGER SCREENS*/ @media only screen and (min-width: 1820px) { .blog-cards { flex-direction: row; margin: 0 2rem; } .food-card, .latest-blog-card { width: 80%; } .food-cards, .blog, .about{ margin: 0 6rem; } .about-card { width: 60%; } .hero-logo { max-width: 10%; } }
styles/index.css
section.hero { display: flex; align-items: center; justify-content: center; flex-direction: column; background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), url(../img/pasta.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 80vh; width: 100%; position: relative; } .hero-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 40%; position: relative; animation: push 3s infinite ease-in-out; } .custom-wave { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; transform: rotate(180deg); } .custom-wave svg { position: relative; display: block; width: calc(100% + 1.3px); height: 100px; } .custom-wave .shape-fill { fill: #3E3636; } /*Hero Animation*/ @keyframes push { 0% {margin-top: 0;} 50% {margin-top: 2.5rem;} 100% {margin-top: 0;} } /*END OF HERO*/ /*Images*/ img.ramen { padding-top: 0.4rem; width: 3rem; height: auto; } img.float-pasta { max-width: 70%; position: relative; animation: pasta 3s infinite ease-in-out; transform: rotateZ(-5deg); } /*Section layout*/ section.new-foods { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } .blog, .about { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } .blog { display: none; } /*Card layout*/ .food-cards{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; } .blog-cards { display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; padding-bottom: 2em; } /*Card*/ .food-card { display: flex; flex-direction: column; justify-content: flex-end; width: 90%; height: 600px; padding: 2rem 2rem 1rem 2rem; border-radius: 1em; text-align: center; margin: 1rem 1rem; box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.25); background-color: black; background-repeat: no-repeat; background-position: center; background-size: cover; } h5.food-heading { visibility: hidden; } .food-card:first-of-type { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/fetapasta.jpg); } .food-card:nth-of-type(2) { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/keburulla.jpg); } .food-card:nth-of-type(3) { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/mummonkurkut.jpg); } .about-card, .latest-blog-card { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: var(--card-color); width: 90%; padding: 2rem 2rem; border-radius: 1em; text-align: center; margin: 1rem 1rem; box-shadow: 1px 5px 15px 5px rgba(0,0,0,0.25); transition: 300ms ease-out; } /*-------------------MEDIA QUERIES-------------------*/ /*TABLET*/ @media only screen and (min-width: 768px) { .hero-logo { max-width: 30%; } } /*SMALL LAPTOP*/ @media only screen and (min-width: 1200px) { .food-cards{ flex-direction: row; } .food-card { position: relative; justify-content: center; transition: 300ms ease-out; } h5.food-heading { visibility: visible; color: var(--text-color); background-color: var(--heafoo-bg); padding: 0.5rem; margin-bottom: 0; border-radius: 0.6rem; position: absolute; left: 0; right: 0; top: 1; bottom: 0; } .food-card-inner { visibility: hidden; transition: 50ms ease-in-out; } .food-card:first-of-type { background-image: url(../img/fetapasta.jpg); } .food-card:nth-of-type(2) { background-image: url(../img/keburulla.jpg); } .food-card:nth-of-type(3) { background-image: url(../img/mummonkurkut.jpg); } .food-card:first-of-type:hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/fetapasta.jpg); } .food-card:nth-of-type(2):hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/keburulla.jpg); } .food-card:nth-of-type(3):hover { background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)), url(../img/mummonkurkut.jpg); } .food-card:hover > h5.food-heading { visibility: hidden; transition: 10ms ease-in-out; } .food-card:hover > .food-card-inner { visibility: visible; transition: 500ms ease-in-out; } .food-card:hover, .about-card:hover { transform: scale(1.02); } .hero-logo { max-width: 20%; } img.float-pasta { transform: rotateZ(0deg); } .inner-about { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } /*Pasta Animation*/ @keyframes pasta { 0% {margin-top: 0;} 14.3% {margin-top: 0.5rem; transform: rotateZ(0deg);} 28.6% {margin-top: 0.5rem; transform: rotateZ(0.5deg);} 42.9% {margin-top: 0.5rem; transform: rotateZ(-0.5deg);} 57.2% {margin-top: -0.5rem; transform: rotateZ(0deg);} 71.8% {margin-top: -0.5rem; transform: rotateZ(0.5deg);} 86% {margin-top: -0.5rem; transform: rotateZ(-0.5deg);} 100% {margin-top: 0;} } } /*DESKTOP & LARGE LAPTOP*/ @media only screen and (min-width: 1500px) { .blog-cards { flex-direction: row; margin: 0 2rem; } .food-card, .about-card, .latest-blog-card { width: 80%; } .about-card { padding: 2rem 6rem; } .latest-blog-card { padding: 4rem 6rem; } } /*LARGER SCREENS*/ @media only screen and (min-width: 1820px) { .blog-cards { flex-direction: row; margin: 0 2rem; } .food-card, .latest-blog-card { width: 80%; } .food-cards, .blog, .about{ margin: 0 6rem; } .about-card { width: 60%; } .hero-logo { max-width: 10%; } }
0.526343
0.13707
@import url(~sanitize.css); /* For cross browser wonkiness */ @import url(fonts.css); /* All hosted and external fonts */ @import url(300.css); /* Mobile styles */ @import url(1000.css); /* Desktop styles */ @import url(interview.css); /* Interview page has basic bg and fonts & its own layout */ /* COLOR VARIABLES */ :root { --color-transparent: rgba(255, 255, 255, 0); --color-bg-coral: rgba(255, 173, 161, 1); --color-bg-coral-half: rgba(255, 173, 161, 0.5); --color-bg-coral-dark: rgb(247, 130, 112); --color-bg-gray: rgba(113, 64, 96, 0.05); --color-bg-gray-dark: rgb(214, 214, 214); --color-text: rgb(41, 41, 41); --color-text-tag: rgb(114, 113, 113); --color-card: rgb(255, 255, 255); --color-card-half: rgba(255, 255, 255, 0.5); --color-listingLink: #2e2e2e; --color-listing-purple: #724061b6; --color-listingHover-shadow: rgba(113, 64, 96, 0.3); --color-separator: rgba(255, 173, 161, .3); --color-test: #2fdf29; --text-mono-std: 400 .7em JetBrains-Mono, sans-serif; --text-mono-input: 400 .8em JetBrains-Mono, sans-serif; --text-mono-inputSubmit: 400 1.2em JetBrains-Mono, sans-serif; --text-mono--item: 500 .8em JetBrains-Mono, sans-serif; --text-mono--itemMobile: 500 1.4em JetBrains-Mono, sans-serif; --text-mono--itemHighlight: 600; --text-mono-menu: 400 .8rem JetBrains-Mono, sans-serif; --text-mono-title: 800 1.5em JetBrains-Mono, sans-serif; --text-serif-std: 400 2.8em Spectral, serif; --text-serif-body: 400 1.5em Spectral, serif; --text-serif-bld: 700 1em Spectral, serif; --text-serif-title: 600 3em Spectral, serif; --text-serif-label: 400 .8em Spectral, serif; --text-serif--item: 400 1.1em Spectral, serif; --text-gin-std: 400 4em Gin-and-Soda, sans-serif; --text-gin-small: 400 2em Gin-and-Soda, sans-serif; /* --text-tag-toggle: put in the styles from the test br subscribe button here */ /* include text styles for desktop and variable baselines */ } /* ----------------------------------------------- */ /* WHOLE SITE STYLES */ * { } body { font-size: 16px; line-height: 1.3em; color: var(--color-text); } a { color:var(--color-listingLink); text-decoration: none; } a:visited { } a:hover { cursor: pointer; } .hidden { display: none; } /* ----------------------------------------------- */
src/layout/index.css
@import url(~sanitize.css); /* For cross browser wonkiness */ @import url(fonts.css); /* All hosted and external fonts */ @import url(300.css); /* Mobile styles */ @import url(1000.css); /* Desktop styles */ @import url(interview.css); /* Interview page has basic bg and fonts & its own layout */ /* COLOR VARIABLES */ :root { --color-transparent: rgba(255, 255, 255, 0); --color-bg-coral: rgba(255, 173, 161, 1); --color-bg-coral-half: rgba(255, 173, 161, 0.5); --color-bg-coral-dark: rgb(247, 130, 112); --color-bg-gray: rgba(113, 64, 96, 0.05); --color-bg-gray-dark: rgb(214, 214, 214); --color-text: rgb(41, 41, 41); --color-text-tag: rgb(114, 113, 113); --color-card: rgb(255, 255, 255); --color-card-half: rgba(255, 255, 255, 0.5); --color-listingLink: #2e2e2e; --color-listing-purple: #724061b6; --color-listingHover-shadow: rgba(113, 64, 96, 0.3); --color-separator: rgba(255, 173, 161, .3); --color-test: #2fdf29; --text-mono-std: 400 .7em JetBrains-Mono, sans-serif; --text-mono-input: 400 .8em JetBrains-Mono, sans-serif; --text-mono-inputSubmit: 400 1.2em JetBrains-Mono, sans-serif; --text-mono--item: 500 .8em JetBrains-Mono, sans-serif; --text-mono--itemMobile: 500 1.4em JetBrains-Mono, sans-serif; --text-mono--itemHighlight: 600; --text-mono-menu: 400 .8rem JetBrains-Mono, sans-serif; --text-mono-title: 800 1.5em JetBrains-Mono, sans-serif; --text-serif-std: 400 2.8em Spectral, serif; --text-serif-body: 400 1.5em Spectral, serif; --text-serif-bld: 700 1em Spectral, serif; --text-serif-title: 600 3em Spectral, serif; --text-serif-label: 400 .8em Spectral, serif; --text-serif--item: 400 1.1em Spectral, serif; --text-gin-std: 400 4em Gin-and-Soda, sans-serif; --text-gin-small: 400 2em Gin-and-Soda, sans-serif; /* --text-tag-toggle: put in the styles from the test br subscribe button here */ /* include text styles for desktop and variable baselines */ } /* ----------------------------------------------- */ /* WHOLE SITE STYLES */ * { } body { font-size: 16px; line-height: 1.3em; color: var(--color-text); } a { color:var(--color-listingLink); text-decoration: none; } a:visited { } a:hover { cursor: pointer; } .hidden { display: none; } /* ----------------------------------------------- */
0.226099
0.038811
.max-w{ max-width: 1000px; margin: 0 auto; } .header{ height: 70px; font-size: 22px; padding: 0 25px; background: #fff; } .header i{ font-size: 22px; display: inline-block; } .banner{ margin: 20px 20px 0; } .banner-container{ position: relative; } .item-title{ font-size: 18px; line-height: 40px; padding: 0 15px; background: #999; color: #fff; border: 1px solid #eee; border-radius: 50px; display: inline-block; position: absolute; left: 100px; top: 50px; } .questions-list{ width: 100%; } .questions-pic{ width: 100%; height: 100%; } .questions img{ width: 100%; } .questions-detail{ padding: 0 10px 4px 10px; color: #1c2489; } .questions-detail p{ height: 25px; line-height: 25px; } .questions-detail p:first-child{ color: #666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; /* text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; */ } .questions-detail p:last-child span{ margin-right: 5px; } .footer{ padding: 25px; background: #fff; } .title-m{ line-height: 40px; margin-left: -10px; border-top: 1px solid #e0e0e0; font-weight: bold; } .title-m span{ line-height: 1; padding-left: 10px; border-left: 3px solid #208ffd; } .title>div{ line-height: 40px; } .title>p{ line-height: 40px; border-bottom: 1px solid #e0e0e0; } .title>p:last-child{ border: 0; } .footer-copy{ height: 60px; line-height: 60px; color: #fff; background: #1d2255; } .nav{ width: 100%; height: 100%; background: #fff; position: fixed; left: 0; top: 0; z-index: 111; } .title-l{ font-size: 16px; margin-left: 25px; line-height: 50px; } .title-l:nth-child(1){ font-weight: bold; } .title-l:last-child{ border: 0; } .to-top{ width: 50px; height: 50px; line-height: 50px; color: #fff; background-color: rgba(0, 0, 0, .5); text-align: center; position: fixed; right: 10px; bottom: 60px; } .to-top i{ font-size: 28px; } .fade-enter-active, .fade-leave-active { transition: opacity .5s; } .fade-enter, .fade-leave-to { opacity: 0; } /* 导航 */ .close{ font-size: 28px; text-align: center; margin: 25px 0; } .close i{ font-size: 28px; } .nav .van-collapse{ margin-left: 25px; }
src/assets/common/index.css
.max-w{ max-width: 1000px; margin: 0 auto; } .header{ height: 70px; font-size: 22px; padding: 0 25px; background: #fff; } .header i{ font-size: 22px; display: inline-block; } .banner{ margin: 20px 20px 0; } .banner-container{ position: relative; } .item-title{ font-size: 18px; line-height: 40px; padding: 0 15px; background: #999; color: #fff; border: 1px solid #eee; border-radius: 50px; display: inline-block; position: absolute; left: 100px; top: 50px; } .questions-list{ width: 100%; } .questions-pic{ width: 100%; height: 100%; } .questions img{ width: 100%; } .questions-detail{ padding: 0 10px 4px 10px; color: #1c2489; } .questions-detail p{ height: 25px; line-height: 25px; } .questions-detail p:first-child{ color: #666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; /* text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; */ } .questions-detail p:last-child span{ margin-right: 5px; } .footer{ padding: 25px; background: #fff; } .title-m{ line-height: 40px; margin-left: -10px; border-top: 1px solid #e0e0e0; font-weight: bold; } .title-m span{ line-height: 1; padding-left: 10px; border-left: 3px solid #208ffd; } .title>div{ line-height: 40px; } .title>p{ line-height: 40px; border-bottom: 1px solid #e0e0e0; } .title>p:last-child{ border: 0; } .footer-copy{ height: 60px; line-height: 60px; color: #fff; background: #1d2255; } .nav{ width: 100%; height: 100%; background: #fff; position: fixed; left: 0; top: 0; z-index: 111; } .title-l{ font-size: 16px; margin-left: 25px; line-height: 50px; } .title-l:nth-child(1){ font-weight: bold; } .title-l:last-child{ border: 0; } .to-top{ width: 50px; height: 50px; line-height: 50px; color: #fff; background-color: rgba(0, 0, 0, .5); text-align: center; position: fixed; right: 10px; bottom: 60px; } .to-top i{ font-size: 28px; } .fade-enter-active, .fade-leave-active { transition: opacity .5s; } .fade-enter, .fade-leave-to { opacity: 0; } /* 导航 */ .close{ font-size: 28px; text-align: center; margin: 25px 0; } .close i{ font-size: 28px; } .nav .van-collapse{ margin-left: 25px; }
0.284477
0.082033
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } :root { --0dp: /*#121212;*/hsla(270, 5%, 8%, 1); --1dp: /*#1e1e1e;*/hsla(273, 18%, 10%, 1); --starting_soon_animation_duration: 180; --starting_soon_animation_duration_in_sec: calc(var(--starting_soon_animation_duration) * 1s); } body { height: 100vh; width: 100vw; overflow: hidden; } body, .container, .loader { background: var(--0dp); } .starting_soon, .brb, .ending { display: none; } .show { display: initial; } .bg { fill: /*hsla(274, 15%, 9%, 1);*/ var(--0dp); } .loading { font-family: 'Turret Road'; font-weight: 800; font-size: 48px; position: absolute; top: 48%; left: 49%; margin: 0; margin-left: 5px; transform: translate(-50%, -50%); z-index: 2; color: var(--0dp); } #level, #tip { box-sizing: border-box; background: var(--1dp); padding: 1em; color: hsla(38, 85%, 85%, .8); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } #level { /*color: rgba(256, 256, 256, .7);*/ font-family: 'Permanent Marker'; /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 60%);*/ font-size: 56px; width: 100%; display: flex; justify-content: center; } .level-text { margin: 0; } #tip { display: flex; justify-content: center; font-family: 'Turret Road'; font-weight: 500; font-size: 36px; /*color: rgba(256, 256, 256, .6);*/ box-sizing: border-box; /*clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);*/ min-height: 172px; width: 100%; position: absolute; bottom: 0; padding: 1em; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } #tip-content_container { margin: 0; } #tip-content img { vertical-align: baseline; height: 40px; } .flip { transform: scaleX(-1); } .user { color: hsla(38, 90%, 90%, .9); } .container { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); width: 100vh; height: 100vw; border-radius: 10px; overflow: hidden; z-index: -1; } .loader { width: 100%; height: 100%; visibility: hidden; } .ellipses { fill: /*hsla(280, 85%, 85%, 1);*/#dfb56b; } @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); #loading_animation { background-color: #f1c40f; height: 100vh; width: 100vw; } h1 { position: absolute; font-family: 'Open Sans'; font-weight: 600; font-size: 12px; text-transform: uppercase; left: 50%; top: 58%; margin-left: -20px; } .body { position: absolute; top: 50%; margin-left: -50px; left: 50%; animation: speeder .4s linear infinite; } .body > span { height: 5px; width: 35px; background: #000; position: absolute; top: -19px; left: 60px; border-radius: 2px 10px 1px 0; } .base span { position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-right: 100px solid #000; border-bottom: 6px solid transparent; } .base span:before { content: ""; height: 22px; width: 22px; border-radius: 50%; background: #000; position: absolute; right: -110px; top: -16px; } .base span:after { content: ""; position: absolute; width: 0; height: 0; border-top: 0 solid transparent; border-right: 55px solid #000; border-bottom: 16px solid transparent; top: -16px; right: -98px; } .face { position: absolute; height: 12px; width: 20px; background: #000; border-radius: 20px 20px 0 0; transform: rotate(-40deg); right: -125px; top: -15px; } .face:after { content: ""; height: 12px; width: 12px; background: #000; right: 4px; top: 7px; position: absolute; transform: rotate(40deg); transform-origin: 50% 50%; border-radius: 0 0 0 2px; } .body > span > span:nth-child(1), .body > span > span:nth-child(2), .body > span > span:nth-child(3), .body > span > span:nth-child(4) { width: 30px; height: 1px; background: #000; position: absolute; animation: fazer1 .2s linear infinite; } .body > span > span:nth-child(2) { top: 3px; animation: fazer2 .4s linear infinite; } .body > span > span:nth-child(3) { top: 1px; animation: fazer3 .4s linear infinite; animation-delay: -1s; } .body > span > span:nth-child(4) { top: 4px; animation: fazer4 1s linear infinite; animation-delay: -1s; } @keyframes fazer1 { 0% { left: 0; } 100% { left: -80px; opacity: 0; } } @keyframes fazer2 { 0% { left: 0; } 100% { left: -100px; opacity: 0; } } @keyframes fazer3 { 0% { left: 0; } 100% { left: -50px; opacity: 0; } } @keyframes fazer4 { 0% { left: 0; } 100% { left: -150px; opacity: 0; } } @keyframes speeder { 0% { transform: translate(2px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -3px) rotate(-1deg); } 20% { transform: translate(-2px, 0px) rotate(1deg); } 30% { transform: translate(1px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 3px) rotate(-1deg); } 60% { transform: translate(-1px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-2px, -1px) rotate(1deg); } 90% { transform: translate(2px, 1px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .longfazers { position: absolute; width: 100%; height: 100%; } .longfazers span { position: absolute; height: 2px; width: 20%; background: #000; } .longfazers span:nth-child(1) { top: 20%; animation: lf .6s linear infinite; animation-delay: -5s; } .longfazers span:nth-child(2) { top: 40%; animation: lf2 .8s linear infinite; animation-delay: -1s; } .longfazers span:nth-child(3) { top: 60%; animation: lf3 .6s linear infinite; } .longfazers span:nth-child(4) { top: 80%; animation: lf4 .5s linear infinite; animation-delay: -3s; } @keyframes lf { 0% { left: 200%; } 100% { left: -200%; opacity: 0; } } @keyframes lf2 { 0% { left: 200%; } 100% { left: -200%; opacity: 0; } } @keyframes lf3 { 0% { left: 200%; } 100% { left: -100%; opacity: 0; } } @keyframes lf4 { 0% { left: 200%; } 100% { left: -100%; opacity: 0; } } .faces__hairstyles, .faces__beards { display: flex; justify-content: space-between; position: relative; height: 200px; width: 100vw; padding: 0; } .faces__hair, .faces__beard { position: absolute; display: inline-block; } .faces__hair { width: 100px; left: -100px; } .faces__beard { position: relative; width: 90px; padding: 0 5px; /* right: -100px;*/ } .faces__beard.-beard5 { width: 72px; padding: 0 9px; } .faces__beard > svg { width: 100%; min-height: 100px; } body { margin: 0; } /**************** * Starting Soon ****************/ #akkuma_clip { width: 0; height: 0; position: absolute; } .video-container { animation: zoomout var(--starting_soon_animation_duration_in_sec) ease-out 1s forwards; transform: matrix(4.50,0.00,0.00,4.50,-840,-525); will-change: transform; width: 100%; position: absolute; top: 50%; left: 50%; z-index: 10; } #hype_container .soon { color: rgba(256, 256, 256, .7); text-align: center; opacity: 0; transform: translate(0, -200px); font-family: Bangers; font-size: 144px; animation: dropin 5s ease-out calc(var(--starting_soon_animation_duration_in_sec) + 20s) forwards; } .vid { position: relative; width: 100%; display: block; outline: 0; border: 1px solid transparent; clip-path: url(#akkuma__clip_path); } @keyframes zoomout { 0% { transform: matrix(4.50,0.00,0.00,4.50,-840,-525); } 100% { transform: matrix(0.50,0.00,0.00,0.50,-840,-525); } } @keyframes dropin { 100% { opacity: 1; transform: translate(0, 194px); } } #calligraphy { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 65%; } #calligraphy svg { overflow: visible; } #kanji1 { transform: translate(-150px); } #kanji2 { transform: translate(150px); } #calligraphy path { stroke: red; } #unmute { position: absolute; top: 0; left: 0; background: transparent; color: transparent; border: 0; outline: 0; z-index: 100; } #kanji.glow { filter: url(#softGlow); } /* #softGlow.animate feMorphology { animation: pulse 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } */ #softGlow.animate feGaussianBlur { animation: pulseBlur 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } #softGlow.animate feFlood { animation: pulseFlood 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } @keyframes pulse { 0% { radius: 0; } 100% { radius: 2; } } @keyframes pulseBlur { 0% { stdDeviation: 0; } 100% { stdDeviation: 10; } } @keyframes pulseFlood { 0% { flood-color: hsl(0,100%,30%,0); } 100% { flood-color: hsl(0,100%,30%,0.8); } } /**************** * BRB ****************/ #dialog { box-sizing: border-box; background: url('../img/dialogbox2.webp') no-repeat; height: 380px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0,0); padding-top: 200px; padding-left: 215px; padding-right: 146px; margin-left: -73px; width: calc(100vw - 304px); animation: 200ms show_dialog 5s forwards; will-change: transform; } @keyframes show_dialog { 100% { transform: translate(-50%, -50%) scale(1,1); } } #tip-content_container { font-family: 'Nova Square'; margin-left: 334px; font-size: 32px; color: rgba(0,0,0,0.7); } #guards { position: absolute; left: 92px; bottom: 14px; } .user { color: rgba(0,0,0,.9); } #fly_in { font-family: Bangers; font-size: 144px; text-align: center; color: rgba(256,256,256,0.7); opacity: 0; transform: translate(0, -200px); animation: dropin2 5s ease-out 5s forwards; } @keyframes dropin2 { 100% { opacity: 1; transform: translate(0, 125px); } } #rise_up { --rise_up_delay: 15s; font-family: Bangers; font-size: 72px; text-align: center; color: rgba(256,256,256,0.7); opacity: 0; transform: translate(0, 270px); animation: rise_up 1s ease-out var(--rise_up_delay) forwards; } @keyframes rise_up { 100% { opacity: 1; transform: translate(0, 86px); } } .rise_up1 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 2s) forwards; } .rise_up2 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 4s) forwards; } .rise_up3 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 6s) forwards; } @keyframes talk { 25%,75% { color: rgba(256,256,256,1); font-size: 96px; } 100% { font-size: 72px; color: rgba(256,256,256,.7); } } #drop_down { position: absolute; top: 50%; left: 50%; transform: translate(-50%, 90%); font-family: Bangers; font-size: 72px; text-align: center; color: rgba(256,256,256,0.7); width: 100%; opacity: 0; animation: drop_down 2s ease-in 30s forwards; z-index: -1; } @keyframes drop_down { 100% { opacity: 1; transform: translate(-50%, 300%); } }
css/main.css
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; /* 1 */ } /* * Extends the .sr-only class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .sr-only.focusable:active, .sr-only.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; white-space: inherit; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } :root { --0dp: /*#121212;*/hsla(270, 5%, 8%, 1); --1dp: /*#1e1e1e;*/hsla(273, 18%, 10%, 1); --starting_soon_animation_duration: 180; --starting_soon_animation_duration_in_sec: calc(var(--starting_soon_animation_duration) * 1s); } body { height: 100vh; width: 100vw; overflow: hidden; } body, .container, .loader { background: var(--0dp); } .starting_soon, .brb, .ending { display: none; } .show { display: initial; } .bg { fill: /*hsla(274, 15%, 9%, 1);*/ var(--0dp); } .loading { font-family: 'Turret Road'; font-weight: 800; font-size: 48px; position: absolute; top: 48%; left: 49%; margin: 0; margin-left: 5px; transform: translate(-50%, -50%); z-index: 2; color: var(--0dp); } #level, #tip { box-sizing: border-box; background: var(--1dp); padding: 1em; color: hsla(38, 85%, 85%, .8); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } #level { /*color: rgba(256, 256, 256, .7);*/ font-family: 'Permanent Marker'; /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 60%);*/ font-size: 56px; width: 100%; display: flex; justify-content: center; } .level-text { margin: 0; } #tip { display: flex; justify-content: center; font-family: 'Turret Road'; font-weight: 500; font-size: 36px; /*color: rgba(256, 256, 256, .6);*/ box-sizing: border-box; /*clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);*/ min-height: 172px; width: 100%; position: absolute; bottom: 0; padding: 1em; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); } #tip-content_container { margin: 0; } #tip-content img { vertical-align: baseline; height: 40px; } .flip { transform: scaleX(-1); } .user { color: hsla(38, 90%, 90%, .9); } .container { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); width: 100vh; height: 100vw; border-radius: 10px; overflow: hidden; z-index: -1; } .loader { width: 100%; height: 100%; visibility: hidden; } .ellipses { fill: /*hsla(280, 85%, 85%, 1);*/#dfb56b; } @import url(https://fonts.googleapis.com/css?family=Open+Sans:300); #loading_animation { background-color: #f1c40f; height: 100vh; width: 100vw; } h1 { position: absolute; font-family: 'Open Sans'; font-weight: 600; font-size: 12px; text-transform: uppercase; left: 50%; top: 58%; margin-left: -20px; } .body { position: absolute; top: 50%; margin-left: -50px; left: 50%; animation: speeder .4s linear infinite; } .body > span { height: 5px; width: 35px; background: #000; position: absolute; top: -19px; left: 60px; border-radius: 2px 10px 1px 0; } .base span { position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-right: 100px solid #000; border-bottom: 6px solid transparent; } .base span:before { content: ""; height: 22px; width: 22px; border-radius: 50%; background: #000; position: absolute; right: -110px; top: -16px; } .base span:after { content: ""; position: absolute; width: 0; height: 0; border-top: 0 solid transparent; border-right: 55px solid #000; border-bottom: 16px solid transparent; top: -16px; right: -98px; } .face { position: absolute; height: 12px; width: 20px; background: #000; border-radius: 20px 20px 0 0; transform: rotate(-40deg); right: -125px; top: -15px; } .face:after { content: ""; height: 12px; width: 12px; background: #000; right: 4px; top: 7px; position: absolute; transform: rotate(40deg); transform-origin: 50% 50%; border-radius: 0 0 0 2px; } .body > span > span:nth-child(1), .body > span > span:nth-child(2), .body > span > span:nth-child(3), .body > span > span:nth-child(4) { width: 30px; height: 1px; background: #000; position: absolute; animation: fazer1 .2s linear infinite; } .body > span > span:nth-child(2) { top: 3px; animation: fazer2 .4s linear infinite; } .body > span > span:nth-child(3) { top: 1px; animation: fazer3 .4s linear infinite; animation-delay: -1s; } .body > span > span:nth-child(4) { top: 4px; animation: fazer4 1s linear infinite; animation-delay: -1s; } @keyframes fazer1 { 0% { left: 0; } 100% { left: -80px; opacity: 0; } } @keyframes fazer2 { 0% { left: 0; } 100% { left: -100px; opacity: 0; } } @keyframes fazer3 { 0% { left: 0; } 100% { left: -50px; opacity: 0; } } @keyframes fazer4 { 0% { left: 0; } 100% { left: -150px; opacity: 0; } } @keyframes speeder { 0% { transform: translate(2px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -3px) rotate(-1deg); } 20% { transform: translate(-2px, 0px) rotate(1deg); } 30% { transform: translate(1px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 3px) rotate(-1deg); } 60% { transform: translate(-1px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-2px, -1px) rotate(1deg); } 90% { transform: translate(2px, 1px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } .longfazers { position: absolute; width: 100%; height: 100%; } .longfazers span { position: absolute; height: 2px; width: 20%; background: #000; } .longfazers span:nth-child(1) { top: 20%; animation: lf .6s linear infinite; animation-delay: -5s; } .longfazers span:nth-child(2) { top: 40%; animation: lf2 .8s linear infinite; animation-delay: -1s; } .longfazers span:nth-child(3) { top: 60%; animation: lf3 .6s linear infinite; } .longfazers span:nth-child(4) { top: 80%; animation: lf4 .5s linear infinite; animation-delay: -3s; } @keyframes lf { 0% { left: 200%; } 100% { left: -200%; opacity: 0; } } @keyframes lf2 { 0% { left: 200%; } 100% { left: -200%; opacity: 0; } } @keyframes lf3 { 0% { left: 200%; } 100% { left: -100%; opacity: 0; } } @keyframes lf4 { 0% { left: 200%; } 100% { left: -100%; opacity: 0; } } .faces__hairstyles, .faces__beards { display: flex; justify-content: space-between; position: relative; height: 200px; width: 100vw; padding: 0; } .faces__hair, .faces__beard { position: absolute; display: inline-block; } .faces__hair { width: 100px; left: -100px; } .faces__beard { position: relative; width: 90px; padding: 0 5px; /* right: -100px;*/ } .faces__beard.-beard5 { width: 72px; padding: 0 9px; } .faces__beard > svg { width: 100%; min-height: 100px; } body { margin: 0; } /**************** * Starting Soon ****************/ #akkuma_clip { width: 0; height: 0; position: absolute; } .video-container { animation: zoomout var(--starting_soon_animation_duration_in_sec) ease-out 1s forwards; transform: matrix(4.50,0.00,0.00,4.50,-840,-525); will-change: transform; width: 100%; position: absolute; top: 50%; left: 50%; z-index: 10; } #hype_container .soon { color: rgba(256, 256, 256, .7); text-align: center; opacity: 0; transform: translate(0, -200px); font-family: Bangers; font-size: 144px; animation: dropin 5s ease-out calc(var(--starting_soon_animation_duration_in_sec) + 20s) forwards; } .vid { position: relative; width: 100%; display: block; outline: 0; border: 1px solid transparent; clip-path: url(#akkuma__clip_path); } @keyframes zoomout { 0% { transform: matrix(4.50,0.00,0.00,4.50,-840,-525); } 100% { transform: matrix(0.50,0.00,0.00,0.50,-840,-525); } } @keyframes dropin { 100% { opacity: 1; transform: translate(0, 194px); } } #calligraphy { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 65%; } #calligraphy svg { overflow: visible; } #kanji1 { transform: translate(-150px); } #kanji2 { transform: translate(150px); } #calligraphy path { stroke: red; } #unmute { position: absolute; top: 0; left: 0; background: transparent; color: transparent; border: 0; outline: 0; z-index: 100; } #kanji.glow { filter: url(#softGlow); } /* #softGlow.animate feMorphology { animation: pulse 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } */ #softGlow.animate feGaussianBlur { animation: pulseBlur 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } #softGlow.animate feFlood { animation: pulseFlood 5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; } @keyframes pulse { 0% { radius: 0; } 100% { radius: 2; } } @keyframes pulseBlur { 0% { stdDeviation: 0; } 100% { stdDeviation: 10; } } @keyframes pulseFlood { 0% { flood-color: hsl(0,100%,30%,0); } 100% { flood-color: hsl(0,100%,30%,0.8); } } /**************** * BRB ****************/ #dialog { box-sizing: border-box; background: url('../img/dialogbox2.webp') no-repeat; height: 380px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0,0); padding-top: 200px; padding-left: 215px; padding-right: 146px; margin-left: -73px; width: calc(100vw - 304px); animation: 200ms show_dialog 5s forwards; will-change: transform; } @keyframes show_dialog { 100% { transform: translate(-50%, -50%) scale(1,1); } } #tip-content_container { font-family: 'Nova Square'; margin-left: 334px; font-size: 32px; color: rgba(0,0,0,0.7); } #guards { position: absolute; left: 92px; bottom: 14px; } .user { color: rgba(0,0,0,.9); } #fly_in { font-family: Bangers; font-size: 144px; text-align: center; color: rgba(256,256,256,0.7); opacity: 0; transform: translate(0, -200px); animation: dropin2 5s ease-out 5s forwards; } @keyframes dropin2 { 100% { opacity: 1; transform: translate(0, 125px); } } #rise_up { --rise_up_delay: 15s; font-family: Bangers; font-size: 72px; text-align: center; color: rgba(256,256,256,0.7); opacity: 0; transform: translate(0, 270px); animation: rise_up 1s ease-out var(--rise_up_delay) forwards; } @keyframes rise_up { 100% { opacity: 1; transform: translate(0, 86px); } } .rise_up1 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 2s) forwards; } .rise_up2 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 4s) forwards; } .rise_up3 { animation: talk 1.5s cubic-bezier(1, 0, 0, 1) calc(var(--rise_up_delay) + 6s) forwards; } @keyframes talk { 25%,75% { color: rgba(256,256,256,1); font-size: 96px; } 100% { font-size: 72px; color: rgba(256,256,256,.7); } } #drop_down { position: absolute; top: 50%; left: 50%; transform: translate(-50%, 90%); font-family: Bangers; font-size: 72px; text-align: center; color: rgba(256,256,256,0.7); width: 100%; opacity: 0; animation: drop_down 2s ease-in 30s forwards; z-index: -1; } @keyframes drop_down { 100% { opacity: 1; transform: translate(-50%, 300%); } }
0.689933
0.098686
ul.shop-global { list-style-type: none; height: 100%; } li.shop-global div { margin: .8%; float: left; -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; border-radius: 10px; transform: translate(-3%, 0); } ul.actual-payment { list-style-type: none; overflow: hidden; } li.actual-payment img, li.actual-payment script, li.actual-payment iframe, li.actual-payment p, li.actual-payment div { float: left; margin: 7%; border: 5px solid rgba(255, 255, 255, 0.5); -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; border-radius: 10px; background: rgba(255, 255, 255, 0.5); } /* Text align middle */ div.item-desc { height: 100px; line-height: 100px; text-align: center; display: none; width: 100%; } div.item-desc span.en { padding-left: 5%; width: 100%; } div.item-desc span.ru { padding-left: 5%; width: 100%; } span.item-desc { display: inline-block; vertical-align: middle; line-height: normal; font-size: 150%; margin: 10px 10px 0 0; padding: 5px 10px; } div.item-desc iframe { transform: translateX(10%); } /* ################# */ /* ### Welcome item ### */ div.item-welcome { height: 20px; line-height: 20px; text-align: center; width: 100%; } div.item-welcome span.en { padding-left: 5%; width: 100%; } div.item-welcome span.ru { padding-left: 5%; width: 100%; } span.item-welcome { display: inline-block; vertical-align: middle; line-height: normal; font-size: 150%; margin: 10px 10px 0 0; padding: 5px 10px; } /* ################### */ /* ### Rules list ### */ ul.shop-rules { float: left; transform: translate(5%, -15%); } ul.shop-rules li { font-size: 30%; margin: 0px 0; border-bottom: 0px; } /* ################# */
styles/shop.css
ul.shop-global { list-style-type: none; height: 100%; } li.shop-global div { margin: .8%; float: left; -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; border-radius: 10px; transform: translate(-3%, 0); } ul.actual-payment { list-style-type: none; overflow: hidden; } li.actual-payment img, li.actual-payment script, li.actual-payment iframe, li.actual-payment p, li.actual-payment div { float: left; margin: 7%; border: 5px solid rgba(255, 255, 255, 0.5); -webkit-transition: box-shadow 0.5s ease; -moz-transition: box-shadow 0.5s ease; -o-transition: box-shadow 0.5s ease; -ms-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; border-radius: 10px; background: rgba(255, 255, 255, 0.5); } /* Text align middle */ div.item-desc { height: 100px; line-height: 100px; text-align: center; display: none; width: 100%; } div.item-desc span.en { padding-left: 5%; width: 100%; } div.item-desc span.ru { padding-left: 5%; width: 100%; } span.item-desc { display: inline-block; vertical-align: middle; line-height: normal; font-size: 150%; margin: 10px 10px 0 0; padding: 5px 10px; } div.item-desc iframe { transform: translateX(10%); } /* ################# */ /* ### Welcome item ### */ div.item-welcome { height: 20px; line-height: 20px; text-align: center; width: 100%; } div.item-welcome span.en { padding-left: 5%; width: 100%; } div.item-welcome span.ru { padding-left: 5%; width: 100%; } span.item-welcome { display: inline-block; vertical-align: middle; line-height: normal; font-size: 150%; margin: 10px 10px 0 0; padding: 5px 10px; } /* ################### */ /* ### Rules list ### */ ul.shop-rules { float: left; transform: translate(5%, -15%); } ul.shop-rules li { font-size: 30%; margin: 0px 0; border-bottom: 0px; } /* ################# */
0.285472
0.061763
body { max-width: 720px; margin: 0 auto; } .bold {font-weight: bold;} .gray {color: gray;} .tomato {color: tomato;} .pagenation { padding: 10px 0 30px; text-align: center; } .pagenation ul{ display: flex; justify-content: center; } .pagenation li { color: gray; margin: 0 10px 0; font-size: 17px; font-weight: bold; } .pagenation li a{ color: #c8bd00; } /* バリデーション common/erros.blade.php */ .validation_error .errors{ text-align: left; font-size: 13px; color: gray; line-height: 20px; margin: 0 auto; display: inline-block; padding: 20px 0 0; } .validation_error .message { padding: 20px 0; color: tomato; } /* 認証画面 ーーーーーーーーーーーーーーーー */ .auth_area { padding: 30px; text-align: center; } .auth_title h1 { font-weight: bold; font-size: 20px; color: #c8bd00; } .auth_inputs { margin: 20px 0 0; } .auth_inputs li { margin: 0 0 20px; } .auth_inputs li .input_text { width: 100%; height: 40px; border: none; border-bottom: 1px solid gray; } .auth_inputs li button { width: 100%; padding: 15px 10px; border-radius: 30px; border: none; background: #c8bd00; color: white; } .auth_min_text { font-size: 13px; color: gray; } .auth_logo img { width: 100px; object-fit: cover; margin: 0 0 20px; } /* ヘッダー */ header { background-color: white; color: black; display: flex; justify-content: center; position: relative; padding: 18px 20px 18px 0; font-size: 18px; border-bottom: 1px solid #80808033; } header h2 { display: inline-block; font-weight: bold; } header a i { position: absolute; right: 0; font-size: 25px; margin: 4px 15px 0 0; color: #c8bd00;; } header img { width: 200px; } /* 固定のメニューバー ーーーーーーーーーーーーーーーー */ .menu_fixed { max-width: 720px; position: fixed; bottom: 0; display: flex; justify-content: space-around; align-items: center; list-style: none; width: 100%; text-align: center; background: #fff; margin-bottom: 0; padding: 12px 0; font-size: 15px; border-top: 1px solid #80808033; } .menu_fixed li { display: flex; flex-direction: column; } .menu_fixed li i { margin: 0 0 .5rem; } .menu_fixed span { font-size: 15px; } /* メイン */ main { padding: 0 0 63px; } /* find.blade.php 検索ページ ーーーーーーーーーーーーーーーー */ .main_image { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 400px; background-image: url("../img/main_image.jpg"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; } .main_image h1 { font-size: 25px; font-weight: bold; margin: 0 0 30px; color: black; } .serch_bar .keyword { height: 35px; width: 200px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border: none; } .serch_bar .btn { height: 37px;; width: 50px; border: none; border-top-right-radius: 10px; border-bottom-right-radius: 10px; background: #c8bd00; color: white; } .find_by_recipe h4 { font-size: 18px; font-weight: bold; } .find_by_recipe .title { border-bottom: 1px solid black; padding: 0 0 10px; } .find_by_recipe ul { margin: 20px 0 0; display: flex; flex-wrap: wrap; text-align: center; justify-content: space-evenly; } .find_by_recipe input { border: none; width: 145px; height: 100px; font-size: 20px; color: white; font-weight: bold; background-position: 0 0; background-size: cover; background-repeat: no-repeat; margin: 0 0 20px; } .find_by_recipe ul input:nth-child(odd) { margin: 0 0 20px; } .find_by_recipe .pasta { background-image: url('../img/pasta.jpg'); } .find_by_recipe .don { background-image: url('../img/don.jpg'); } .find_by_recipe .curry { background-image: url('../img/curry.jpg'); } .find_by_recipe .salada { background-image: url('../img/salada.jpg'); } .category_bar { background: #c8bd00; color: white; font-size: 13px; font-weight: bold; padding: 10px; } /* list.blade.php レシピ一覧ページ ーーーーーーーーーーーーーーーー */ .recipe_card { display: flex; padding: 15px 10px 15px; border-top: 1px solid #80808033; } .recipe_card img { width: 150px; height: 150px; object-fit: cover; border-radius: 10px; } .recipe_titles { margin: 20px; } .recipe_card h4 { font-size: 18px; font-weight: bold; margin: 0 0 20px; line-height: 20px; } /* mypage.blade.php マイページ ーーーーーーーーーーーーーーーー */ .account_info { height: 230px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; margin: 20px 0; } .account_info img { width: 100px; height: 95px; object-fit: cover; border-radius: 50%; } .account_info h4 { font-weight: bold; font-size: 20px; } .account_info .edit_btn { margin: 10px 0 0; color: white; background: #c8bd00; border-radius: 10px; padding: 10px 20px; font-size: 12px; font-weight: bold; } .thanks_for_posts { font-size: 13px; } .recipe_card .edit_btn { margin: 10px 0 0; color: white; background: #c8bd00; border-radius: 10px; padding: 8px 15px; font-size: 10px; font-weight: bold; } .user_inputs { margin: 40px 0 0; } .user_inputs dl { width: 75%; margin: 0 auto; } .user_inputs dd .input_text { width: 100%; height: 35px; border: none; border-bottom: 1px solid #80808033; font-size: 15px; } .user_inputs dd { padding: 0 0 20px; } .user_inputs dt { font-size: 13px; color: gray; margin: 0 0 10px; } .user_inputs .submit { width: 80%; padding: 12px 10px; margin: 0 10%; border-radius: 30px; border: none; font-size: 15px; font-weight: bold; background: #c8bd00; color: white; } .wdithdraws { font-size: 13px; display: flex; align-items: center; justify-content: center; margin: 30px 0; } .wdithdraws .btn { text-decoration: underline; } .wdithdraws button { border: none; background: none; text-decoration: underline; color: tomato; margin: 0 0 0 10px; } /* create.php レシピ作成画面 ーーーーーーーーーーーーーーーー */ .form_layout { text-align: center; } .form_inner { margin: 20px 0; padding: 0 12.5%; text-align: center; } .recipe_form { width: 100%; } .cooking_procedure { background: #c8bd00;; color: white; font-size: 13px; font-weight: bold; padding: 10px; } .recipe_form .title input { border: none; border-bottom: 1px solid #80808033; box-sizing: border-box; width: 100%; line-height: 30px; } #preview { width: 100%; max-height: 200px; object-fit: cover; border-radius: 3px; } #hd_img { padding: 10px 0; } input#file-upload-button { color: blue; } .recipe_form .ingredients { width: 100%; border: none; border-bottom: 1px solid #80808033; margin: 0 0 10px; height: 30px; line-height: 30px; font-size: 15px; } .recipe_form .text textarea{ box-sizing: border-box; width: 100%; height: 90px; resize: none; } .btn_around { text-align: center; margin: 20px 0 0; } .recipe_block { display: flex; margin: 25px 0 0; } .recipe_block .text { margin: 15px 0 0; } .recipe_block .updown { display: flex; flex-direction: column; justify-content: center; font-size: 25px } .recipe_block .updown i { padding: 10px; color: #c8bd00; } .recipe_block .desc { flex: 1; } .recipe_block .desc .previews { width: 100%; max-height: 200px; object-fit: cover; border-radius: 3px; } .recipe_block .desc textarea { border: none; border-bottom: 1px solid #80808033; height: 50px; } .form_inner #recipe_submit { border: none; margin: 30px 0; color: white; background: #c8bd00; border-radius: 30px; padding: 15px 100px; font-size: 15px; font-weight: bold; } /* detail.blade.php レシピ詳細を表示する画面 ーーーーーーーーーーーーーーーー */ .recipe_heaader { text-align: center; } .recipe_heaader img { width: 100%; height: 300px; object-fit: cover; } .recipe_heaader h1 { font-size: 20px; font-weight: bold; padding: 20px; } .recipe_prosess{ padding: 30px; border-top: 1px solid#80808033; display: flex; flex-direction: column; } .recipe_prosess img { width: 100%; height: 250px; object-fit: cover; margin: 0 0 30px; } .shopping_list li{ padding: 12px; border-bottom: 1px solid#80808033; } /* saved.blade.php 保存した投稿のページ ーーーーーーーーーーーーーーーー */ .coming_soon { height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .coming_soon img { width: 180px; object-fit: cover; } .coming_soon h1 { margin: 20px 0 0; font-weight: bold; font-size: 20px; }
public/css/common.css
body { max-width: 720px; margin: 0 auto; } .bold {font-weight: bold;} .gray {color: gray;} .tomato {color: tomato;} .pagenation { padding: 10px 0 30px; text-align: center; } .pagenation ul{ display: flex; justify-content: center; } .pagenation li { color: gray; margin: 0 10px 0; font-size: 17px; font-weight: bold; } .pagenation li a{ color: #c8bd00; } /* バリデーション common/erros.blade.php */ .validation_error .errors{ text-align: left; font-size: 13px; color: gray; line-height: 20px; margin: 0 auto; display: inline-block; padding: 20px 0 0; } .validation_error .message { padding: 20px 0; color: tomato; } /* 認証画面 ーーーーーーーーーーーーーーーー */ .auth_area { padding: 30px; text-align: center; } .auth_title h1 { font-weight: bold; font-size: 20px; color: #c8bd00; } .auth_inputs { margin: 20px 0 0; } .auth_inputs li { margin: 0 0 20px; } .auth_inputs li .input_text { width: 100%; height: 40px; border: none; border-bottom: 1px solid gray; } .auth_inputs li button { width: 100%; padding: 15px 10px; border-radius: 30px; border: none; background: #c8bd00; color: white; } .auth_min_text { font-size: 13px; color: gray; } .auth_logo img { width: 100px; object-fit: cover; margin: 0 0 20px; } /* ヘッダー */ header { background-color: white; color: black; display: flex; justify-content: center; position: relative; padding: 18px 20px 18px 0; font-size: 18px; border-bottom: 1px solid #80808033; } header h2 { display: inline-block; font-weight: bold; } header a i { position: absolute; right: 0; font-size: 25px; margin: 4px 15px 0 0; color: #c8bd00;; } header img { width: 200px; } /* 固定のメニューバー ーーーーーーーーーーーーーーーー */ .menu_fixed { max-width: 720px; position: fixed; bottom: 0; display: flex; justify-content: space-around; align-items: center; list-style: none; width: 100%; text-align: center; background: #fff; margin-bottom: 0; padding: 12px 0; font-size: 15px; border-top: 1px solid #80808033; } .menu_fixed li { display: flex; flex-direction: column; } .menu_fixed li i { margin: 0 0 .5rem; } .menu_fixed span { font-size: 15px; } /* メイン */ main { padding: 0 0 63px; } /* find.blade.php 検索ページ ーーーーーーーーーーーーーーーー */ .main_image { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 400px; background-image: url("../img/main_image.jpg"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; } .main_image h1 { font-size: 25px; font-weight: bold; margin: 0 0 30px; color: black; } .serch_bar .keyword { height: 35px; width: 200px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border: none; } .serch_bar .btn { height: 37px;; width: 50px; border: none; border-top-right-radius: 10px; border-bottom-right-radius: 10px; background: #c8bd00; color: white; } .find_by_recipe h4 { font-size: 18px; font-weight: bold; } .find_by_recipe .title { border-bottom: 1px solid black; padding: 0 0 10px; } .find_by_recipe ul { margin: 20px 0 0; display: flex; flex-wrap: wrap; text-align: center; justify-content: space-evenly; } .find_by_recipe input { border: none; width: 145px; height: 100px; font-size: 20px; color: white; font-weight: bold; background-position: 0 0; background-size: cover; background-repeat: no-repeat; margin: 0 0 20px; } .find_by_recipe ul input:nth-child(odd) { margin: 0 0 20px; } .find_by_recipe .pasta { background-image: url('../img/pasta.jpg'); } .find_by_recipe .don { background-image: url('../img/don.jpg'); } .find_by_recipe .curry { background-image: url('../img/curry.jpg'); } .find_by_recipe .salada { background-image: url('../img/salada.jpg'); } .category_bar { background: #c8bd00; color: white; font-size: 13px; font-weight: bold; padding: 10px; } /* list.blade.php レシピ一覧ページ ーーーーーーーーーーーーーーーー */ .recipe_card { display: flex; padding: 15px 10px 15px; border-top: 1px solid #80808033; } .recipe_card img { width: 150px; height: 150px; object-fit: cover; border-radius: 10px; } .recipe_titles { margin: 20px; } .recipe_card h4 { font-size: 18px; font-weight: bold; margin: 0 0 20px; line-height: 20px; } /* mypage.blade.php マイページ ーーーーーーーーーーーーーーーー */ .account_info { height: 230px; display: flex; flex-direction: column; justify-content: space-around; align-items: center; margin: 20px 0; } .account_info img { width: 100px; height: 95px; object-fit: cover; border-radius: 50%; } .account_info h4 { font-weight: bold; font-size: 20px; } .account_info .edit_btn { margin: 10px 0 0; color: white; background: #c8bd00; border-radius: 10px; padding: 10px 20px; font-size: 12px; font-weight: bold; } .thanks_for_posts { font-size: 13px; } .recipe_card .edit_btn { margin: 10px 0 0; color: white; background: #c8bd00; border-radius: 10px; padding: 8px 15px; font-size: 10px; font-weight: bold; } .user_inputs { margin: 40px 0 0; } .user_inputs dl { width: 75%; margin: 0 auto; } .user_inputs dd .input_text { width: 100%; height: 35px; border: none; border-bottom: 1px solid #80808033; font-size: 15px; } .user_inputs dd { padding: 0 0 20px; } .user_inputs dt { font-size: 13px; color: gray; margin: 0 0 10px; } .user_inputs .submit { width: 80%; padding: 12px 10px; margin: 0 10%; border-radius: 30px; border: none; font-size: 15px; font-weight: bold; background: #c8bd00; color: white; } .wdithdraws { font-size: 13px; display: flex; align-items: center; justify-content: center; margin: 30px 0; } .wdithdraws .btn { text-decoration: underline; } .wdithdraws button { border: none; background: none; text-decoration: underline; color: tomato; margin: 0 0 0 10px; } /* create.php レシピ作成画面 ーーーーーーーーーーーーーーーー */ .form_layout { text-align: center; } .form_inner { margin: 20px 0; padding: 0 12.5%; text-align: center; } .recipe_form { width: 100%; } .cooking_procedure { background: #c8bd00;; color: white; font-size: 13px; font-weight: bold; padding: 10px; } .recipe_form .title input { border: none; border-bottom: 1px solid #80808033; box-sizing: border-box; width: 100%; line-height: 30px; } #preview { width: 100%; max-height: 200px; object-fit: cover; border-radius: 3px; } #hd_img { padding: 10px 0; } input#file-upload-button { color: blue; } .recipe_form .ingredients { width: 100%; border: none; border-bottom: 1px solid #80808033; margin: 0 0 10px; height: 30px; line-height: 30px; font-size: 15px; } .recipe_form .text textarea{ box-sizing: border-box; width: 100%; height: 90px; resize: none; } .btn_around { text-align: center; margin: 20px 0 0; } .recipe_block { display: flex; margin: 25px 0 0; } .recipe_block .text { margin: 15px 0 0; } .recipe_block .updown { display: flex; flex-direction: column; justify-content: center; font-size: 25px } .recipe_block .updown i { padding: 10px; color: #c8bd00; } .recipe_block .desc { flex: 1; } .recipe_block .desc .previews { width: 100%; max-height: 200px; object-fit: cover; border-radius: 3px; } .recipe_block .desc textarea { border: none; border-bottom: 1px solid #80808033; height: 50px; } .form_inner #recipe_submit { border: none; margin: 30px 0; color: white; background: #c8bd00; border-radius: 30px; padding: 15px 100px; font-size: 15px; font-weight: bold; } /* detail.blade.php レシピ詳細を表示する画面 ーーーーーーーーーーーーーーーー */ .recipe_heaader { text-align: center; } .recipe_heaader img { width: 100%; height: 300px; object-fit: cover; } .recipe_heaader h1 { font-size: 20px; font-weight: bold; padding: 20px; } .recipe_prosess{ padding: 30px; border-top: 1px solid#80808033; display: flex; flex-direction: column; } .recipe_prosess img { width: 100%; height: 250px; object-fit: cover; margin: 0 0 30px; } .shopping_list li{ padding: 12px; border-bottom: 1px solid#80808033; } /* saved.blade.php 保存した投稿のページ ーーーーーーーーーーーーーーーー */ .coming_soon { height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .coming_soon img { width: 180px; object-fit: cover; } .coming_soon h1 { margin: 20px 0 0; font-weight: bold; font-size: 20px; }
0.316158
0.161386
@keyframes slidein { from { margin-top: 100px; opacity: .2; margin-left: auto; margin-right: auto; } to { opacity: 1; margin-left: 0%; margin-left: auto; margin-right: auto; } } /* Credit to Ruddy for CSS: http://stackoverflow.com/questions/30074246/how-to-create-ripple-effect-on-click-material-design*/ .ripple { width: 0; height: 0; border-radius: 50%; transform: scale(0); position: absolute; opacity: 1; } .rippleEffect { animation: rippleDrop .5s linear; } @keyframes rippleDrop { 100% { transform: scale(2); opacity: 0; } } /* Credit to chipChocolate.py for CSS: http://stackoverflow.com/questions/26558916/draw-a-check-mark-css-animation-from-left-down-to-right-up */ #check { fill: none; stroke: green; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 180; stroke-dashoffset: 180; animation: checkAnimation 1s ease 0.6s forwards; } @keyframes checkAnimation { to { stroke-dashoffset: 0; } } /* Credit to <NAME> for CSS: https://projects.lukehaas.me/css-loaders/ */ .loader, .loader:before, .loader:after { border-radius: 50%; } .loader { color: #58aae4; font-size: 4px; text-indent: -99999em; position: relative; width: 10em; height: 10em; box-shadow: inset 0 0 0 1em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .loader:before, .loader:after { position: absolute; content: ''; } .loader:before { width: 5.2em; height: 10.2em; background: white; border-radius: 10.2em 0 0 10.2em; top: -0.1em; left: -0.1em; -webkit-transform-origin: 5.2em 5.1em; transform-origin: 5.2em 5.1em; -webkit-animation: load2 2s infinite ease 1.5s; animation: load2 2s infinite ease 1.5s; } .loader:after { width: 5.2em; height: 10.2em; background: white; border-radius: 0 10.2em 10.2em 0; top: -0.1em; left: 5.1em; -webkit-transform-origin: 0px 5.1em; transform-origin: 0px 5.1em; -webkit-animation: load2 2s infinite ease; animation: load2 2s infinite ease; } @-webkit-keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
css/animation.css
@keyframes slidein { from { margin-top: 100px; opacity: .2; margin-left: auto; margin-right: auto; } to { opacity: 1; margin-left: 0%; margin-left: auto; margin-right: auto; } } /* Credit to Ruddy for CSS: http://stackoverflow.com/questions/30074246/how-to-create-ripple-effect-on-click-material-design*/ .ripple { width: 0; height: 0; border-radius: 50%; transform: scale(0); position: absolute; opacity: 1; } .rippleEffect { animation: rippleDrop .5s linear; } @keyframes rippleDrop { 100% { transform: scale(2); opacity: 0; } } /* Credit to chipChocolate.py for CSS: http://stackoverflow.com/questions/26558916/draw-a-check-mark-css-animation-from-left-down-to-right-up */ #check { fill: none; stroke: green; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 180; stroke-dashoffset: 180; animation: checkAnimation 1s ease 0.6s forwards; } @keyframes checkAnimation { to { stroke-dashoffset: 0; } } /* Credit to <NAME> for CSS: https://projects.lukehaas.me/css-loaders/ */ .loader, .loader:before, .loader:after { border-radius: 50%; } .loader { color: #58aae4; font-size: 4px; text-indent: -99999em; position: relative; width: 10em; height: 10em; box-shadow: inset 0 0 0 1em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .loader:before, .loader:after { position: absolute; content: ''; } .loader:before { width: 5.2em; height: 10.2em; background: white; border-radius: 10.2em 0 0 10.2em; top: -0.1em; left: -0.1em; -webkit-transform-origin: 5.2em 5.1em; transform-origin: 5.2em 5.1em; -webkit-animation: load2 2s infinite ease 1.5s; animation: load2 2s infinite ease 1.5s; } .loader:after { width: 5.2em; height: 10.2em; background: white; border-radius: 0 10.2em 10.2em 0; top: -0.1em; left: 5.1em; -webkit-transform-origin: 0px 5.1em; transform-origin: 0px 5.1em; -webkit-animation: load2 2s infinite ease; animation: load2 2s infinite ease; } @-webkit-keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load2 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
0.701509
0.114864
i[class*="spacely-icon-"] { background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; vertical-align: middle; color: transparent; font-size: 0; overflow: hidden; text-indent: -99999px; width: $icon-size; height: $icon-size; } i.spacely-icon-small { width: $font-size; height: $font-size; position: relative; top: -1px; } *[data-icon="left"] i { margin-right: 5px; } *[data-icon="right"] i { margin-left: 5px; } i.spacely-icon-search { background-image: url("/static/images/icons/search.svg"); } a:hover i.spacely-icon-search { background-image: url("/static/images/icons/search-hover.svg"); } i.spacely-icon-x { background-image: url("/static/images/icons/search-x-icon.svg"); } i.spacely-icon-facebook { background-image: url("/static/images/icons/facebook.svg"); } i.spacely-icon-google-plus { background-image: url("/static/images/icons/google-plus.svg"); } i.spacely-icon-linkedin { background-image: url("/static/images/icons/linkedin.svg"); } i.spacely-icon-youtube { background-image: url("/static/images/icons/youtube.svg"); } i.spacely-icon-twitter { background-image: url("/static/images/icons/twitter.svg"); } i.spacely-icon-add { background-image: url("/static/images/icons/add.svg"); } a:hover i.spacely-icon-add { background-image: url("/static/images/icons/add-hover.svg"); } i.spacely-icon-send-email { background-image: url("/static/images/icons/send-email.svg"); } a:hover i.spacely-icon-send-email { background-image: url("/static/images/icons/send-email-hover.svg"); } i.spacely-icon-share { background-image: url("/static/images/icons/share.svg"); } a:hover i.spacely-icon-share { background-image: url("/static/images/icons/share-hover.svg"); } i.spacely-icon-favorite { background-image: url("/static/images/icons/favorite.svg"); } a:hover i.spacely-icon-favorite { background-image: url("/static/images/icons/favorite-hover.svg"); } i.spacely-icon-literature { background-image: url("/static/images/icons/literature.svg"); } a:hover i.spacely-icon-literature { background-image: url("/static/images/icons/literature-hover.svg"); } i.spacely-icon-message { background-image: url("/static/images/icons/message.svg"); } a:hover i.spacely-icon-message { background-image: url("/static/images/icons/message-hover.svg"); } i.spacely-icon-cart { background-image: url("/static/images/icons/cart.svg"); } a:hover i.spacely-icon-cart { background-image: url("/static/images/icons/cart-hover.svg"); } i.spacely-icon-cart-blue { background-image: url("/static/images/icons/cart-blue.svg"); } i.spacely-icon-user-profile { background-image: url("/static/images/icons/user-profile.svg"); } a:hover i.spacely-icon-user-profile { background-image: url("/static/images/icons/user-profile-hover.svg"); } i.spacely-icon-account { background-image: url("/static/images/icons/account.svg"); } a:hover i.spacely-icon-account { background-image: url("/static/images/icons/account-hover.svg"); } i.spacely-icon-menu { background-image: url("/static/images/icons/menu.svg"); } i.spacely-icon-arrow-right { background-image: url("/static/images/icons/arrow-right.svg"); } i.spacely-icon-arrow-left { background-image: url("/static/images/icons/arrow-left.svg"); } i.spacely-icon-arrow-right-white { background-image: url("/static/images/icons/arrow-right-white.svg"); } i.spacely-icon-arrow-left-white { background-image: url("/static/images/icons/arrow-left-white.svg"); } i.spacely-icon-arrow-right-link { background-image: url("/static/images/icons/arrow-right-blue.svg"); } i.spacely-icon-arrow-down { background-image: url("/static/images/icons/arrow-down.svg"); } i.spacely-icon-circle-arrow-down { background-image: url("/static/images/icons/circle-arrow-down.svg"); } i.spacely-icon-circle-arrow-down-blue { background-image: url("/static/images/icons/circle-arrow-down-blue.svg"); } i.spacely-icon-circle-arrow-up { background-image: url("/static/images/icons/circle-arrow-up.svg"); } i.spacely-icon-circle-arrow-up-blue { background-image: url("/static/images/icons/circle-arrow-up-blue.svg"); } i.spacely-icon-circle-play { background-image: url("/static/images/icons/circle-play.svg"); } i.spacely-icon-square-play { background-image: url("/static/images/icons/square-play.svg"); } i.spacely-icon-checkmark-white { background-image: url("/static/images/icons/checkmark-white.svg"); } i.spacely-icon-materials { background-image: url("/static/images/icons/materials.svg"); } i.spacely-icon-industrials { background-image: url("/static/images/icons/industrials.svg"); } i.spacely-icon-telecom { background-image: url("/static/images/icons/telecom.svg"); } i.spacely-icon-healthcare { background-image: url("/static/images/icons/healthcare.svg"); } i.spacely-icon-financials { background-image: url("/static/images/icons/financials.svg"); } i.spacely-icon-utilities { background-image: url("/static/images/icons/utilities.svg"); } i.spacely-icon-consumer-staples { background-image: url("/static/images/icons/consumer-staples.svg"); } i.spacely-icon-consumer-discretionary { background-image: url("/static/images/icons/consumer-discretionary.svg"); } i.spacely-icon-energy { background-image: url("/static/images/icons/energy.svg"); } i.spacely-icon-info-tech { background-image: url("/static/images/icons/info-tech.svg"); } i.spacely-icon-like { background-image: url("/static/images/icons/like.svg"); } i.spacely-icon-key { background-image: url("/static/images/icons/key.svg"); } i.spacely-icon-pie-chart { background-image: url("/static/images/icons/pie-chart.svg"); } i.spacely-icon-bar-chart { background-image: url("/static/images/icons/bar-chart.svg"); } i.spacely-icon-map { background-image: url("/static/images/icons/map.svg"); } i.spacely-icon-directions { background-image: url("/static/images/icons/directions.svg"); } i.spacely-icon-time { background-image: url("/static/images/icons/time.svg"); } i.spacely-icon-bulls-eye { background-image: url("/static/images/icons/bulls-eye.svg"); } i.spacely-icon-binoculars { background-image: url("/static/images/icons/binoculars.svg"); } i.spacely-icon-gear { background-image: url("/static/images/icons/gear.svg"); } i.spacely-icon-capital { background-image: url("/static/images/icons/capital.svg"); } i.spacely-icon-globe { background-image: url("/static/images/icons/globe.svg"); } i.spacely-icon-calendar { background-image: url("/static/images/icons/calendar.svg"); } i.spacely-icon-pie-chart-white { background-image: url("/static/images/icons/pie-chart-white.svg"); } i.spacely-icon-bar-chart-white { background-image: url("/static/images/icons/bar-chart-white.svg"); } i.spacely-icon-map-white { background-image: url("/static/images/icons/map-white.svg"); } i.spacely-icon-directions-white { background-image: url("/static/images/icons/directions-white.svg"); } i.spacely-icon-time-white { background-image: url("/static/images/icons/time-white.svg"); } i.spacely-icon-bulls-eye-white { background-image: url("/static/images/icons/bulls-eye-white.svg"); } i.spacely-icon-binoculars-white { background-image: url("/static/images/icons/binoculars-white.svg"); } i.spacely-icon-gear-white { background-image: url("/static/images/icons/gear-white.svg"); } i.spacely-icon-capital-white { background-image: url("/static/images/icons/capital-white.svg"); } i.spacely-icon-globe-white { background-image: url("/static/images/icons/globe-white.svg"); } i.spacely-icon-calendar-white { background-image: url("/static/images/icons/calendar-white.svg"); } i.spacely-icon-filter { background-image: url("/static/images/icons/filter.svg"); } i.spacely-icon-info { background-image: url("/static/images/icons/info.svg"); } a:hover i.spacely-icon-info { background-image: url("/static/images/icons/info-hover.svg"); } i.spacely-icon-bookmark { background-image: url("/static/images/icons/bookmark.svg"); } i.spacely-icon-remove { background-image: url("/static/images/icons/remove.svg"); } a:hover i.spacely-icon-remove { background-image: url("/static/images/icons/remove-hover.svg"); } i.spacely-icon-linkedin-blue { background-image: url("/static/images/icons/linkedin-blue.svg"); } a:hover i.spacely-icon-linkedin-blue { background-image: url("/static/images/icons/linkedin-blue-hover.svg"); } i.spacely-icon-twitter-blue { background-image: url("/static/images/icons/twitter-blue.svg"); } a:hover i.spacely-icon-twitter-blue { background-image: url("/static/images/icons/twitter-blue-hover.svg"); } i.spacely-icon-google-plus-blue { background-image: url("/static/images/icons/google-plus-blue.svg"); } a:hover i.spacely-icon-google-plus-blue { background-image: url("/static/images/icons/google-plus-blue-hover.svg"); } i.spacely-icon-email { background-image: url("/static/images/icons/email.svg"); } a:hover i.spacely-icon-email { background-image: url("/static/images/icons/email-hover.svg"); } i.spacely-icon-list { background-image: url("/static/images/icons/list.svg"); } i.spacely-icon-tile { background-image: url("/static/images/icons/tile.svg"); } i.spacely-icon-favorite-select { background-image: url("/static/images/icons/favorite-select.svg"); } .spacely-icon-links i[class*="spacely-icon-"] { margin-right: 3px; }
src/css/icons.css
i[class*="spacely-icon-"] { background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; vertical-align: middle; color: transparent; font-size: 0; overflow: hidden; text-indent: -99999px; width: $icon-size; height: $icon-size; } i.spacely-icon-small { width: $font-size; height: $font-size; position: relative; top: -1px; } *[data-icon="left"] i { margin-right: 5px; } *[data-icon="right"] i { margin-left: 5px; } i.spacely-icon-search { background-image: url("/static/images/icons/search.svg"); } a:hover i.spacely-icon-search { background-image: url("/static/images/icons/search-hover.svg"); } i.spacely-icon-x { background-image: url("/static/images/icons/search-x-icon.svg"); } i.spacely-icon-facebook { background-image: url("/static/images/icons/facebook.svg"); } i.spacely-icon-google-plus { background-image: url("/static/images/icons/google-plus.svg"); } i.spacely-icon-linkedin { background-image: url("/static/images/icons/linkedin.svg"); } i.spacely-icon-youtube { background-image: url("/static/images/icons/youtube.svg"); } i.spacely-icon-twitter { background-image: url("/static/images/icons/twitter.svg"); } i.spacely-icon-add { background-image: url("/static/images/icons/add.svg"); } a:hover i.spacely-icon-add { background-image: url("/static/images/icons/add-hover.svg"); } i.spacely-icon-send-email { background-image: url("/static/images/icons/send-email.svg"); } a:hover i.spacely-icon-send-email { background-image: url("/static/images/icons/send-email-hover.svg"); } i.spacely-icon-share { background-image: url("/static/images/icons/share.svg"); } a:hover i.spacely-icon-share { background-image: url("/static/images/icons/share-hover.svg"); } i.spacely-icon-favorite { background-image: url("/static/images/icons/favorite.svg"); } a:hover i.spacely-icon-favorite { background-image: url("/static/images/icons/favorite-hover.svg"); } i.spacely-icon-literature { background-image: url("/static/images/icons/literature.svg"); } a:hover i.spacely-icon-literature { background-image: url("/static/images/icons/literature-hover.svg"); } i.spacely-icon-message { background-image: url("/static/images/icons/message.svg"); } a:hover i.spacely-icon-message { background-image: url("/static/images/icons/message-hover.svg"); } i.spacely-icon-cart { background-image: url("/static/images/icons/cart.svg"); } a:hover i.spacely-icon-cart { background-image: url("/static/images/icons/cart-hover.svg"); } i.spacely-icon-cart-blue { background-image: url("/static/images/icons/cart-blue.svg"); } i.spacely-icon-user-profile { background-image: url("/static/images/icons/user-profile.svg"); } a:hover i.spacely-icon-user-profile { background-image: url("/static/images/icons/user-profile-hover.svg"); } i.spacely-icon-account { background-image: url("/static/images/icons/account.svg"); } a:hover i.spacely-icon-account { background-image: url("/static/images/icons/account-hover.svg"); } i.spacely-icon-menu { background-image: url("/static/images/icons/menu.svg"); } i.spacely-icon-arrow-right { background-image: url("/static/images/icons/arrow-right.svg"); } i.spacely-icon-arrow-left { background-image: url("/static/images/icons/arrow-left.svg"); } i.spacely-icon-arrow-right-white { background-image: url("/static/images/icons/arrow-right-white.svg"); } i.spacely-icon-arrow-left-white { background-image: url("/static/images/icons/arrow-left-white.svg"); } i.spacely-icon-arrow-right-link { background-image: url("/static/images/icons/arrow-right-blue.svg"); } i.spacely-icon-arrow-down { background-image: url("/static/images/icons/arrow-down.svg"); } i.spacely-icon-circle-arrow-down { background-image: url("/static/images/icons/circle-arrow-down.svg"); } i.spacely-icon-circle-arrow-down-blue { background-image: url("/static/images/icons/circle-arrow-down-blue.svg"); } i.spacely-icon-circle-arrow-up { background-image: url("/static/images/icons/circle-arrow-up.svg"); } i.spacely-icon-circle-arrow-up-blue { background-image: url("/static/images/icons/circle-arrow-up-blue.svg"); } i.spacely-icon-circle-play { background-image: url("/static/images/icons/circle-play.svg"); } i.spacely-icon-square-play { background-image: url("/static/images/icons/square-play.svg"); } i.spacely-icon-checkmark-white { background-image: url("/static/images/icons/checkmark-white.svg"); } i.spacely-icon-materials { background-image: url("/static/images/icons/materials.svg"); } i.spacely-icon-industrials { background-image: url("/static/images/icons/industrials.svg"); } i.spacely-icon-telecom { background-image: url("/static/images/icons/telecom.svg"); } i.spacely-icon-healthcare { background-image: url("/static/images/icons/healthcare.svg"); } i.spacely-icon-financials { background-image: url("/static/images/icons/financials.svg"); } i.spacely-icon-utilities { background-image: url("/static/images/icons/utilities.svg"); } i.spacely-icon-consumer-staples { background-image: url("/static/images/icons/consumer-staples.svg"); } i.spacely-icon-consumer-discretionary { background-image: url("/static/images/icons/consumer-discretionary.svg"); } i.spacely-icon-energy { background-image: url("/static/images/icons/energy.svg"); } i.spacely-icon-info-tech { background-image: url("/static/images/icons/info-tech.svg"); } i.spacely-icon-like { background-image: url("/static/images/icons/like.svg"); } i.spacely-icon-key { background-image: url("/static/images/icons/key.svg"); } i.spacely-icon-pie-chart { background-image: url("/static/images/icons/pie-chart.svg"); } i.spacely-icon-bar-chart { background-image: url("/static/images/icons/bar-chart.svg"); } i.spacely-icon-map { background-image: url("/static/images/icons/map.svg"); } i.spacely-icon-directions { background-image: url("/static/images/icons/directions.svg"); } i.spacely-icon-time { background-image: url("/static/images/icons/time.svg"); } i.spacely-icon-bulls-eye { background-image: url("/static/images/icons/bulls-eye.svg"); } i.spacely-icon-binoculars { background-image: url("/static/images/icons/binoculars.svg"); } i.spacely-icon-gear { background-image: url("/static/images/icons/gear.svg"); } i.spacely-icon-capital { background-image: url("/static/images/icons/capital.svg"); } i.spacely-icon-globe { background-image: url("/static/images/icons/globe.svg"); } i.spacely-icon-calendar { background-image: url("/static/images/icons/calendar.svg"); } i.spacely-icon-pie-chart-white { background-image: url("/static/images/icons/pie-chart-white.svg"); } i.spacely-icon-bar-chart-white { background-image: url("/static/images/icons/bar-chart-white.svg"); } i.spacely-icon-map-white { background-image: url("/static/images/icons/map-white.svg"); } i.spacely-icon-directions-white { background-image: url("/static/images/icons/directions-white.svg"); } i.spacely-icon-time-white { background-image: url("/static/images/icons/time-white.svg"); } i.spacely-icon-bulls-eye-white { background-image: url("/static/images/icons/bulls-eye-white.svg"); } i.spacely-icon-binoculars-white { background-image: url("/static/images/icons/binoculars-white.svg"); } i.spacely-icon-gear-white { background-image: url("/static/images/icons/gear-white.svg"); } i.spacely-icon-capital-white { background-image: url("/static/images/icons/capital-white.svg"); } i.spacely-icon-globe-white { background-image: url("/static/images/icons/globe-white.svg"); } i.spacely-icon-calendar-white { background-image: url("/static/images/icons/calendar-white.svg"); } i.spacely-icon-filter { background-image: url("/static/images/icons/filter.svg"); } i.spacely-icon-info { background-image: url("/static/images/icons/info.svg"); } a:hover i.spacely-icon-info { background-image: url("/static/images/icons/info-hover.svg"); } i.spacely-icon-bookmark { background-image: url("/static/images/icons/bookmark.svg"); } i.spacely-icon-remove { background-image: url("/static/images/icons/remove.svg"); } a:hover i.spacely-icon-remove { background-image: url("/static/images/icons/remove-hover.svg"); } i.spacely-icon-linkedin-blue { background-image: url("/static/images/icons/linkedin-blue.svg"); } a:hover i.spacely-icon-linkedin-blue { background-image: url("/static/images/icons/linkedin-blue-hover.svg"); } i.spacely-icon-twitter-blue { background-image: url("/static/images/icons/twitter-blue.svg"); } a:hover i.spacely-icon-twitter-blue { background-image: url("/static/images/icons/twitter-blue-hover.svg"); } i.spacely-icon-google-plus-blue { background-image: url("/static/images/icons/google-plus-blue.svg"); } a:hover i.spacely-icon-google-plus-blue { background-image: url("/static/images/icons/google-plus-blue-hover.svg"); } i.spacely-icon-email { background-image: url("/static/images/icons/email.svg"); } a:hover i.spacely-icon-email { background-image: url("/static/images/icons/email-hover.svg"); } i.spacely-icon-list { background-image: url("/static/images/icons/list.svg"); } i.spacely-icon-tile { background-image: url("/static/images/icons/tile.svg"); } i.spacely-icon-favorite-select { background-image: url("/static/images/icons/favorite-select.svg"); } .spacely-icon-links i[class*="spacely-icon-"] { margin-right: 3px; }
0.340156
0.087019
body{ /*font-family: Arial, Helvetica, sans-serif;*/ font-family: serif; font-size: 150%; color: black; background-color: #EFF8FB; } #navn { color: #0000FF; } .artikkel{ margin-left: 25%; width: 49%; /*margin-right: 25%;*/ background-color: white; padding: 1%; height: fit-content; } div.polaroid { max-width: 100.2%; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 25px; } #imgcontainer{ overflow:hidden; } .responsive { max-width: 100%; } div.container { text-align: left; padding: 10px 20px; } figcaption{ font-size: 80%; } h1 { font-size: 5vw; } /*MENY*/ .TopNav{ position:sticky; position: -webkit-sticky; width: 100%; margin: 0; padding: 0; top: 0; height:9%; /* change me */ overflow: hidden; background-color: #0000FF; z-index: 10; } .topnavtitle{ float:left; } ul { list-style-type: none; width: 100%; margin: 0; padding: 0; overflow: hidden; /*background-color: #1D65A6;*/ } li { float: right; } li #sidenavn{ font-family: Impact, Charcoal, sans-serif; font-size: 150%; float:left; } li a { font-family: "Gill Sans", sans-serif; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { border-bottom:3px solid white; } li #sidenavn:hover{ background-color: white; color: #0000FF; } li a.active { color: white; background-color: #1D65A6; } @media screen and (max-width: 600px){ ul.TopNav li.right, ul.TopNav li {float: none;} } /*STJERNER*/ .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span { display: inline-block; position: relative; width: 1.1em; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .marquee { background-color: red; display: flex; } .midmarquee{ color: white; white-space: nowrap; overflow: hidden; box-sizing: border-box; } .innermarquee { } #livefeedTitler{ -webkit-animation: marquee 40s linear infinite; -o-animation: marquee 40s linear infinite; animation: marquee 40s linear infinite; color: blue; padding-left: 100vw; margin: 8px; margin-left: 0; } #livefeedSymbol{ display: inline-block; max-height: 6vh; max-width: 6vh; margin-left: 2px; } @media(min-width: 1000px) { @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } } footer{ margin: 10vh 2px 2px; border: solid black; } footer p{ margin: 20px; } /*COMMENTS*/ .submitComment{ width: 100%; border: 1px solid black; width: 400px; padding: 5px; margin: 5px; } .submitComment div{ width: fit-content; padding: 5px; text-align: center; } .comments{ /* float:left; */ } .singleComment{ border: 1px solid black; width: 400px; height: fit-content; padding: 5px; margin: 5px; }
HelloWorldNews_copy/prototype/src/public/stylesheet.css
body{ /*font-family: Arial, Helvetica, sans-serif;*/ font-family: serif; font-size: 150%; color: black; background-color: #EFF8FB; } #navn { color: #0000FF; } .artikkel{ margin-left: 25%; width: 49%; /*margin-right: 25%;*/ background-color: white; padding: 1%; height: fit-content; } div.polaroid { max-width: 100.2%; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-bottom: 25px; } #imgcontainer{ overflow:hidden; } .responsive { max-width: 100%; } div.container { text-align: left; padding: 10px 20px; } figcaption{ font-size: 80%; } h1 { font-size: 5vw; } /*MENY*/ .TopNav{ position:sticky; position: -webkit-sticky; width: 100%; margin: 0; padding: 0; top: 0; height:9%; /* change me */ overflow: hidden; background-color: #0000FF; z-index: 10; } .topnavtitle{ float:left; } ul { list-style-type: none; width: 100%; margin: 0; padding: 0; overflow: hidden; /*background-color: #1D65A6;*/ } li { float: right; } li #sidenavn{ font-family: Impact, Charcoal, sans-serif; font-size: 150%; float:left; } li a { font-family: "Gill Sans", sans-serif; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } li a:hover { border-bottom:3px solid white; } li #sidenavn:hover{ background-color: white; color: #0000FF; } li a.active { color: white; background-color: #1D65A6; } @media screen and (max-width: 600px){ ul.TopNav li.right, ul.TopNav li {float: none;} } /*STJERNER*/ .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span { display: inline-block; position: relative; width: 1.1em; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .marquee { background-color: red; display: flex; } .midmarquee{ color: white; white-space: nowrap; overflow: hidden; box-sizing: border-box; } .innermarquee { } #livefeedTitler{ -webkit-animation: marquee 40s linear infinite; -o-animation: marquee 40s linear infinite; animation: marquee 40s linear infinite; color: blue; padding-left: 100vw; margin: 8px; margin-left: 0; } #livefeedSymbol{ display: inline-block; max-height: 6vh; max-width: 6vh; margin-left: 2px; } @media(min-width: 1000px) { @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } } } footer{ margin: 10vh 2px 2px; border: solid black; } footer p{ margin: 20px; } /*COMMENTS*/ .submitComment{ width: 100%; border: 1px solid black; width: 400px; padding: 5px; margin: 5px; } .submitComment div{ width: fit-content; padding: 5px; text-align: center; } .comments{ /* float:left; */ } .singleComment{ border: 1px solid black; width: 400px; height: fit-content; padding: 5px; margin: 5px; }
0.285073
0.057573
.btn { display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } .feature-box { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* GLOBAL STYLES START */ * { font-size: 62.5%; box-sizing: border-box; outline: 0; } body { line-height: 1; font-family: 'Montserrat', sans-serif; height: 100vh; background-color: #FCEFF9; background-position: center; background-repeat: no-repeat; background-size: cover; } body::after { content: ""; background: url(../images/eight.jpg); opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } img { max-width: 100%; } em, i { font-style: italic; } p, ul li, ol li { font-size: 1.6rem; line-height: 23px; margin: 0 0 20px 0; } ul li, ol li { margin-bottom: 10px; } /* GLOBAL STYLES END */ /* HEADER STYLES START */ .cover-main { z-index: 9; padding-top: 100px; } .cover-main header { background-color: white; width: 100%; position: fixed; top: 0px; } .nav-wrapper { max-width: 1200px; margin: 0 auto; position: relative; padding: 7px 0; display: flex; justify-content: space-between; align-items: center; } .nav-wrapper ul li { display: inline-block; padding: 0 10px; margin-bottom: 0; } .nav-wrapper ul li a { font-size: 1.5rem; line-height: 22px; text-decoration: none; color: olivedrab; cursor: pointer; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: 0.3s; } .nav-wrapper ul li a:hover { color: #7E4E60; } @media (max-width: 800px) { .nav-wrapper { flex-flow: column wrap; } .nav-wrapper ul.menu { display: flex; flex-direction: column; } .nav-wrapper ul.menu li a { font-size: 1.4rem; } } nav.nav-wrapper ul li a.register { color: #7E4E60; font-weight: 700; } header .logo { display: flex; justify-content: flex-start; align-items: center; } header .logo img { max-width: 100px; } header .logo p { font-size: 3rem; font-weight: 700; } @media (max-width: 1052px) { header .logo p { font-size: 1.8rem; margin-bottom: 1rem; } } /* HEADER STYLES END */ footer { max-width: 100%; width: 100%; background: #FCEFF9; color: #36311F; } footer div { max-width: 1200px; width: 100%; display: flex; justify-content: space-around; align-items: center; margin: 0 auto; } footer div h1 { font-family: "Playfair Display", sans-serif; font-size: 2rem; font-weight: 700; text-align: center; margin-top: 10px; margin-bottom: 10px; } .socials img { max-width: 40px; margin-bottom: 10px; } /* HOMEPAGE STYLES START */ div.signup { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/six.jpg'); box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.75); background-size: cover; background-repeat: no-repeat; border-radius: 10px; height: 80vh; max-width: 1200px; width: 100%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin: 0 auto; margin-top: 2rem; margin-bottom: 2rem; } div.signup .share { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; width: 100%; margin: 0 auto; margin-top: 150px; font-size: 4rem; font-weight: 700; color: #FCEFF9; font-family: 'Playfair Display', sans-serif; } @media (max-width: 800px) { .signup .share { text-align: center; } } div.signup a { margin-bottom: 75px; display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } body section.action { box-sizing: border-box; display: flex; flex-flow: row wrap; max-width: 1200px; width: 100%; margin: 75px auto; line-height: 2rem; font-family: "Playfair Display", sans-serif; color: #36311F; text-shadow: 1px 1px 2px #7E4E60; } body section.action h1 { font-size: 3rem; line-height: 1; text-align: center; } body section.action h1 p { font-size: 2rem; line-height: 1; margin-top: 25px; display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } body section.action h1 p img { margin-top: 50px; border-radius: 10px; } .aside a { float: center; margin-left: 1rem; display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } @media (max-width: 800px, 500px) { section.action p { display: flex; flex-flow: column wrap; } .aside a { float: left; } } .body-main .flex-section { max-width: 1200px; width: 100%; margin: 0 auto; display: flex; color: #7E4E60; flex-wrap: wrap; } .ad-copy { display: flex; align-items: center; flex-direction: row; justify-content: space-between; box-sizing: border-box; color: #7E4E60; text-shadow: 2px 2px 4px #7E4E60; width: 100%; margin: 0 auto; margin-bottom: 25px; font-size: 2rem; font-family: "Playfair Display", sans-serif; font-weight: 700; } @media (max-width: 800px) { .flex-section .ad-copy { display: flex; flex-direction: column; text-align: center; } } .wrapper { box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.75); max-width: 1200px; width: 100%; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; display: flex; flex-flow: row wrap; } .wrapper .grid-bg { width: 100%; border-radius: 10px; } @media (max-width: 800px) { .body-main .ad-copy h1 { margin-top: 25px; margin-bottom: 25px; flex-flow: column wrap; } } .tagline h1 { display: block; text-align: center; color: #7E4E60; text-shadow: 2px 2px 4px #7E4E60; max-width: 1200px; width: 100%; margin: 0 auto; margin-bottom: 50px; font-size: 2.5rem; font-family: "Playfair Display", sans-serif; font-weight: 700; } /* HOMEPAGE STYLES END */ body section.features { max-width: 1200px; width: 100%; font-family: "Playfair Display", sans-serif; display: block; box-sizing: border-box; color: #36311F; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; } body section.features .heads { max-width: 1200px; width: 50%; display: flex; flex-flow: row wrap; margin: 0 auto; } body section.features .heads h1 { font-size: 4rem; font-weight: 700; line-height: 2; } .features .heads h2 { font-size: 2.5rem; font-weight: 700; margin: 0 auto; } @media (max-width: 800px) { .features .heads { flex-flow: column wrap; } } @media (max-width: 800px) { .features .heads h1 { line-height: 0.5; } } .feature-list { max-width: 1200px; width: 100%; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box1 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; } .feature-list .feat-box1 img { width: 700px; border-radius: 10px; } .feat-box1 .ftest1 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box1 .ftest1 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box1 .ftest1 li p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box1 { flex-flow: row wrap; } } .feature-list .feat-box2 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box2 img { width: 700px; border-radius: 10px; order: -1; } .feat-box2 .ftest2 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box2 .ftest2 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box2 .ftest2 p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box2 { flex-flow: row wrap; } } @media (max-width: 800px) { .feat-box2 img { order: 2; } } .feature-list .feat-box3 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box3 img { width: 700px; border-radius: 10px; } .feat-box3 .ftest3 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box3 .ftest3 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box3 .ftest3 li p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box3 { flex-flow: row wrap; } }
css/index.css
.btn { display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } .feature-box { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; } /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* GLOBAL STYLES START */ * { font-size: 62.5%; box-sizing: border-box; outline: 0; } body { line-height: 1; font-family: 'Montserrat', sans-serif; height: 100vh; background-color: #FCEFF9; background-position: center; background-repeat: no-repeat; background-size: cover; } body::after { content: ""; background: url(../images/eight.jpg); opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } img { max-width: 100%; } em, i { font-style: italic; } p, ul li, ol li { font-size: 1.6rem; line-height: 23px; margin: 0 0 20px 0; } ul li, ol li { margin-bottom: 10px; } /* GLOBAL STYLES END */ /* HEADER STYLES START */ .cover-main { z-index: 9; padding-top: 100px; } .cover-main header { background-color: white; width: 100%; position: fixed; top: 0px; } .nav-wrapper { max-width: 1200px; margin: 0 auto; position: relative; padding: 7px 0; display: flex; justify-content: space-between; align-items: center; } .nav-wrapper ul li { display: inline-block; padding: 0 10px; margin-bottom: 0; } .nav-wrapper ul li a { font-size: 1.5rem; line-height: 22px; text-decoration: none; color: olivedrab; cursor: pointer; border-bottom: 1px solid transparent; padding-bottom: 3px; transition: 0.3s; } .nav-wrapper ul li a:hover { color: #7E4E60; } @media (max-width: 800px) { .nav-wrapper { flex-flow: column wrap; } .nav-wrapper ul.menu { display: flex; flex-direction: column; } .nav-wrapper ul.menu li a { font-size: 1.4rem; } } nav.nav-wrapper ul li a.register { color: #7E4E60; font-weight: 700; } header .logo { display: flex; justify-content: flex-start; align-items: center; } header .logo img { max-width: 100px; } header .logo p { font-size: 3rem; font-weight: 700; } @media (max-width: 1052px) { header .logo p { font-size: 1.8rem; margin-bottom: 1rem; } } /* HEADER STYLES END */ footer { max-width: 100%; width: 100%; background: #FCEFF9; color: #36311F; } footer div { max-width: 1200px; width: 100%; display: flex; justify-content: space-around; align-items: center; margin: 0 auto; } footer div h1 { font-family: "Playfair Display", sans-serif; font-size: 2rem; font-weight: 700; text-align: center; margin-top: 10px; margin-bottom: 10px; } .socials img { max-width: 40px; margin-bottom: 10px; } /* HOMEPAGE STYLES START */ div.signup { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/six.jpg'); box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.75); background-size: cover; background-repeat: no-repeat; border-radius: 10px; height: 80vh; max-width: 1200px; width: 100%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin: 0 auto; margin-top: 2rem; margin-bottom: 2rem; } div.signup .share { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; width: 100%; margin: 0 auto; margin-top: 150px; font-size: 4rem; font-weight: 700; color: #FCEFF9; font-family: 'Playfair Display', sans-serif; } @media (max-width: 800px) { .signup .share { text-align: center; } } div.signup a { margin-bottom: 75px; display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } body section.action { box-sizing: border-box; display: flex; flex-flow: row wrap; max-width: 1200px; width: 100%; margin: 75px auto; line-height: 2rem; font-family: "Playfair Display", sans-serif; color: #36311F; text-shadow: 1px 1px 2px #7E4E60; } body section.action h1 { font-size: 3rem; line-height: 1; text-align: center; } body section.action h1 p { font-size: 2rem; line-height: 1; margin-top: 25px; display: flex; justify-content: center; align-items: center; flex-flow: row wrap; } body section.action h1 p img { margin-top: 50px; border-radius: 10px; } .aside a { float: center; margin-left: 1rem; display: inline-block; box-sizing: border-box; background-color: #7E4E60; font-size: 1.6rem; font-weight: 700; padding: 1.5rem; border-radius: 0.5em; font-family: 'Oswald', sans-serif; text-decoration: none; color: white; } @media (max-width: 800px, 500px) { section.action p { display: flex; flex-flow: column wrap; } .aside a { float: left; } } .body-main .flex-section { max-width: 1200px; width: 100%; margin: 0 auto; display: flex; color: #7E4E60; flex-wrap: wrap; } .ad-copy { display: flex; align-items: center; flex-direction: row; justify-content: space-between; box-sizing: border-box; color: #7E4E60; text-shadow: 2px 2px 4px #7E4E60; width: 100%; margin: 0 auto; margin-bottom: 25px; font-size: 2rem; font-family: "Playfair Display", sans-serif; font-weight: 700; } @media (max-width: 800px) { .flex-section .ad-copy { display: flex; flex-direction: column; text-align: center; } } .wrapper { box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.75); max-width: 1200px; width: 100%; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; display: flex; flex-flow: row wrap; } .wrapper .grid-bg { width: 100%; border-radius: 10px; } @media (max-width: 800px) { .body-main .ad-copy h1 { margin-top: 25px; margin-bottom: 25px; flex-flow: column wrap; } } .tagline h1 { display: block; text-align: center; color: #7E4E60; text-shadow: 2px 2px 4px #7E4E60; max-width: 1200px; width: 100%; margin: 0 auto; margin-bottom: 50px; font-size: 2.5rem; font-family: "Playfair Display", sans-serif; font-weight: 700; } /* HOMEPAGE STYLES END */ body section.features { max-width: 1200px; width: 100%; font-family: "Playfair Display", sans-serif; display: block; box-sizing: border-box; color: #36311F; margin: 0 auto; margin-top: 50px; margin-bottom: 50px; } body section.features .heads { max-width: 1200px; width: 50%; display: flex; flex-flow: row wrap; margin: 0 auto; } body section.features .heads h1 { font-size: 4rem; font-weight: 700; line-height: 2; } .features .heads h2 { font-size: 2.5rem; font-weight: 700; margin: 0 auto; } @media (max-width: 800px) { .features .heads { flex-flow: column wrap; } } @media (max-width: 800px) { .features .heads h1 { line-height: 0.5; } } .feature-list { max-width: 1200px; width: 100%; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box1 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; } .feature-list .feat-box1 img { width: 700px; border-radius: 10px; } .feat-box1 .ftest1 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box1 .ftest1 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box1 .ftest1 li p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box1 { flex-flow: row wrap; } } .feature-list .feat-box2 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box2 img { width: 700px; border-radius: 10px; order: -1; } .feat-box2 .ftest2 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box2 .ftest2 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box2 .ftest2 p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box2 { flex-flow: row wrap; } } @media (max-width: 800px) { .feat-box2 img { order: 2; } } .feature-list .feat-box3 { max-width: 1200px; width: 100%; display: flex; justify-content: space-between; margin: 0 auto; margin-top: 25px; } .feature-list .feat-box3 img { width: 700px; border-radius: 10px; } .feat-box3 .ftest3 { text-align: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; font-size: 3rem; } .feat-box3 .ftest3 li { display: flex; flex-direction: row; justify-content: space-between; font-size: 2.6rem; font-weight: 600; line-height: 1; } .feat-box3 .ftest3 li p { font-size: 2rem; line-height: 1; } @media (max-width: 800px) { .feat-box3 { flex-flow: row wrap; } }
0.298389
0.068164
.hidden { display: none; } .app-nav { width: 100%; background-color: #e6e6e6; } .app-nav > a { display: inline-block; padding: 15px 30px; font-size: 18px; color: #009bff; text-decoration: none; } .app-nav > a:hover { text-decoration: underline; } .app-nav > a.active { font-weight: bold; } .no-pointer-events { pointer-events: none; } .drop-zone { visibility: hidden; position: fixed; width: 100%; top: 48px; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.5); } .drop-zone.active { visibility: visible; } .drop-target { visibility: hidden; position: fixed; z-index: 1000; top: 100px; left: 50%; margin-left: -150px; width: 300px; height: 300px; line-height: 300px; text-align: center; font-size: 20px; color: #333333; border-radius: 50%; background-color: #e6e6e6; transition: width .5s, height .5s, top .5s, margin-left .5s, line-height .5s; } .drop-target.show { visibility: visible; } .drop-target.over { top: 80px; margin-left: -170px; width: 340px; height: 340px; line-height: 340px; color: #fff; background-color: #1499d3; } .transfers { margin-left: 0; padding-left: 0; list-style: none; } .transfers > li { display: block; width: 100%; padding: 8px 10px; margin-bottom: 10px; background-color: #eff0ed; opacity: 1; transition: background-color 0.5s ease, opacity 2s ease; } .transfers > li > .name { float: left; width: 400px; height: 25px; line-height: 25px; padding: 0 20px; } .transfers > li > .progress { margin-left: 420px; height: 25px; background-color: #cbcbcb; opacity: 1; transition: opacity 0.5s ease; } .transfers > li > .progress > .progress-bar { height: 25px; background-color: #66cc00; transition: width 0.5s ease; } .transfers > li.done > .progress { opacity: 0; } .transfers > li.success { background-color: #e5efd9; } .transfers > li.error { background-color: #ffa29b; } .transfers > li.hide { opacity: 0; } .file { float: left; width: 31%; margin-right: 2%; margin-bottom: 15px; padding: 15px; background-color: #ecf6f9; border: 1px solid #ecf6f9; } .file:hover { border-color: #b9c4cb; } .file > .file-name { display: inline-block; text-overflow: ellipsis; width: 80%; color: #333; } .file > .file-size { display: inline-block; width: 20%; text-align: right; color: #8a8a8a; font-size: 14px; }
example/http/cross_origin_file_transfer/style.css
.hidden { display: none; } .app-nav { width: 100%; background-color: #e6e6e6; } .app-nav > a { display: inline-block; padding: 15px 30px; font-size: 18px; color: #009bff; text-decoration: none; } .app-nav > a:hover { text-decoration: underline; } .app-nav > a.active { font-weight: bold; } .no-pointer-events { pointer-events: none; } .drop-zone { visibility: hidden; position: fixed; width: 100%; top: 48px; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.5); } .drop-zone.active { visibility: visible; } .drop-target { visibility: hidden; position: fixed; z-index: 1000; top: 100px; left: 50%; margin-left: -150px; width: 300px; height: 300px; line-height: 300px; text-align: center; font-size: 20px; color: #333333; border-radius: 50%; background-color: #e6e6e6; transition: width .5s, height .5s, top .5s, margin-left .5s, line-height .5s; } .drop-target.show { visibility: visible; } .drop-target.over { top: 80px; margin-left: -170px; width: 340px; height: 340px; line-height: 340px; color: #fff; background-color: #1499d3; } .transfers { margin-left: 0; padding-left: 0; list-style: none; } .transfers > li { display: block; width: 100%; padding: 8px 10px; margin-bottom: 10px; background-color: #eff0ed; opacity: 1; transition: background-color 0.5s ease, opacity 2s ease; } .transfers > li > .name { float: left; width: 400px; height: 25px; line-height: 25px; padding: 0 20px; } .transfers > li > .progress { margin-left: 420px; height: 25px; background-color: #cbcbcb; opacity: 1; transition: opacity 0.5s ease; } .transfers > li > .progress > .progress-bar { height: 25px; background-color: #66cc00; transition: width 0.5s ease; } .transfers > li.done > .progress { opacity: 0; } .transfers > li.success { background-color: #e5efd9; } .transfers > li.error { background-color: #ffa29b; } .transfers > li.hide { opacity: 0; } .file { float: left; width: 31%; margin-right: 2%; margin-bottom: 15px; padding: 15px; background-color: #ecf6f9; border: 1px solid #ecf6f9; } .file:hover { border-color: #b9c4cb; } .file > .file-name { display: inline-block; text-overflow: ellipsis; width: 80%; color: #333; } .file > .file-size { display: inline-block; width: 20%; text-align: right; color: #8a8a8a; font-size: 14px; }
0.635222
0.134066
body { margin: 0; font-family: "Open Sans", sans-serif; color: white; background-color: white; overflow-x: hidden; } /* body:hover { animation: rotatesbb 3s ease-in; } */ ul { padding: 0; } *, *:before, *:after { box-sizing: border-box; /* алгоритм подсчета размера блоков с учетом пэддингов и т.д. */ } /* Container ===================================== */ .container { width: 100%; max-width: 1020px; margin: 0 auto; } /* Header ===================================== */ .header { background-color: black; width: 100%; align-items: center; } .header__inner { display: flex; justify-content: space-between; padding: 15px 0; } .header__logo { height: 100px; width: 100px; } /* Nav ===================================== */ .nav { display: flex; align-items: center; } .menu { display: flex; text-decoration: none; list-style: none; } .menu__link { margin-right: 10px; color: white; font-size: 18px; text-transform: uppercase; text-decoration: none; opacity: 0.75; transition: opacity 0.2s linear; padding: 0 5px; } .menu__link:hover { opacity: 1; border-bottom: 2px solid white; } .user { display: flex; align-items: center; list-style: none; margin-left: 80px; } .user li { display: flex; align-items: center; } .user__link { margin-right: 10px; padding: 5px 15px; font-size: 18px; text-transform: uppercase; text-decoration: none; border: 1px solid white; outline: none; border-radius: 30px; color: white; background-color: #000; cursor: pointer; } .user__link:hover { color: black; background-color: white; } .user__logo { width: 40px; height: 40px; background-color: white; border-radius: 50%; } /* Intro ===================================== */ .intro { background-color: #222e3b; background-image: url("img/intro.png"); background-size: cover; } .intro__inner { padding: 60px 0; width: 100%; margin: 0 auto; } .into__title { max-width: 540px; margin: 0 auto; font-size: 36px; text-align: center; } /* Videos ===================================== */ .popular { margin-bottom: 0; color: black; font-size: 18px; text-transform: uppercase; } .videos { margin-top: 0; margin-bottom: 55px; padding: 0; display: flex; flex-wrap: wrap; width: 1020px; list-style: none; } .videos__item { position: relative; width: 330px; height: 230px; margin-right: 15px; margin-top: 30px; margin-bottom: 0px; background-color: #6e8bf7; align-items: center; } .videos__item:nth-child(3n) { margin-right: 0; } .videos__item:first-child { background-image: url("img/preview.jpg"); background-size: cover; } .videos__title { position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.52); text-align: right; padding-left: 15px; padding-right: 5px; width: 100%; max-height: 100px; overflow-y: auto; } .videos__title p { font-size: 12px; text-align: right; } /* FOOTER ===================================== */ .footer { display: flex; background-color: black; height: 100px; } /* POPUP ==================================== */ .popup-zlp { display: none; } .popup-user { display: block; position: fixed; width: 300px; height: 400px; top: 250px; left: calc(50% - 150px); background-color: lavender; } .popup-user .close:hover::after{ animation: rotates 3s infinite linear; } .popup-user .close:hover::before{ animation: rotatesb 3s infinite linear; } .popup-user .close::after, .popup-user .close::before { content: ""; width: 22px; height: 2px; background-color: #fff; position: absolute; top: -20px; right: -20px; cursor: pointer; } .popup-user .close::after { transform: rotate(45deg); } .popup-user .close::before { transform: rotate(-45deg); } .popup__container { width: 100%; height: 100%; padding: 20px 25px; text-align: center; } .popup__title { font-size: 25px; color: #000000; margin-bottom: 15px; } .popup__form { margin-top: 45px; } .popup__input { width: 100%; padding: 2px 5px; border: 1px solid #000000; margin-bottom: 15px; color: #000000; } .popup__btn { width: 100%; height: 40px; background-color: #ffffff; border: 1px solid #000; border-radius: 30px; font-size: 17px; margin-top: 30px; cursor: pointer; } .popup__btn:hover { background-color: #000000; color: #fff; } .popup__btn:active, .popup__btn:focus { transform: scale(0.9); outline: none; } .toggle__btn { color: #6e8bf7;; background-color: #fff; } .toggle__btn:hover { background-color: #6e8bf7;; } .popup-reg { z-index: 10; display: none; } .popup-auth { z-index: 11; display: block; } /* OVERLAY */ .overlay { display: none; z-index: 9; position: fixed; width: 100vw; height: 100vh; background-color: #000; opacity: .7; top: 0; left: 0; } @keyframes rotates { 0% {transform: rotate(45deg);} 25% {transform: rotate(135deg);} 50% {transform: rotate(225deg);} 75% {transform: rotate(315deg);} 100% {transform: rotate(405deg);} } @keyframes rotatesb { 0% {transform: rotate(-45deg);} 25% {transform: rotate(45deg);} 50% {transform: rotate(135deg);} 75% {transform: rotate(225deg);} 100% {transform: rotate(315deg);} } /* @keyframes rotatesbb { 0% {transform: rotate(0deg);} 25% {transform: rotate(90deg);} 50% {transform: rotate(180deg);} 75% {transform: rotate(270deg);} 100% {transform: rotate(360deg);} } */ /* VIDEO PAGE */ .video-player{ margin-bottom: 40px; } .video-player__video-block{ max-width: 860px; max-height: 480px; height: 480px; margin-top: 40px; margin-bottom: 20px; margin-right: auto; margin-left: auto; position: relative; } .video-player__video-name{ font-size: 25px; color: #000; margin-bottom: 100px; margin-right: auto; margin-left: auto; max-width: 860px; max-height: 150px; } .swiper-slide{ width: 100px; height: 100px; background-color: #cccccc; margin-right: 30px; } .videos-swiper{ position: relative; } .player{ position: absolute; bottom: 0; left: 3px; width: 100%; } .player__progress{ width: 100%; margin: 0 auto; } @media(max-width: 800px){ .video-player__video-block{ width: 550px; height: auto; } .player{ width: 550px; left: 0; } #video{ width: 550px; height: auto; } } @media(max-width: 600px){ .video-player__video-block{ width: 400px; height: auto; } #video{ width: 400px; height: auto; } .player{ width: 400px; left: 0px } }
css/style.css
body { margin: 0; font-family: "Open Sans", sans-serif; color: white; background-color: white; overflow-x: hidden; } /* body:hover { animation: rotatesbb 3s ease-in; } */ ul { padding: 0; } *, *:before, *:after { box-sizing: border-box; /* алгоритм подсчета размера блоков с учетом пэддингов и т.д. */ } /* Container ===================================== */ .container { width: 100%; max-width: 1020px; margin: 0 auto; } /* Header ===================================== */ .header { background-color: black; width: 100%; align-items: center; } .header__inner { display: flex; justify-content: space-between; padding: 15px 0; } .header__logo { height: 100px; width: 100px; } /* Nav ===================================== */ .nav { display: flex; align-items: center; } .menu { display: flex; text-decoration: none; list-style: none; } .menu__link { margin-right: 10px; color: white; font-size: 18px; text-transform: uppercase; text-decoration: none; opacity: 0.75; transition: opacity 0.2s linear; padding: 0 5px; } .menu__link:hover { opacity: 1; border-bottom: 2px solid white; } .user { display: flex; align-items: center; list-style: none; margin-left: 80px; } .user li { display: flex; align-items: center; } .user__link { margin-right: 10px; padding: 5px 15px; font-size: 18px; text-transform: uppercase; text-decoration: none; border: 1px solid white; outline: none; border-radius: 30px; color: white; background-color: #000; cursor: pointer; } .user__link:hover { color: black; background-color: white; } .user__logo { width: 40px; height: 40px; background-color: white; border-radius: 50%; } /* Intro ===================================== */ .intro { background-color: #222e3b; background-image: url("img/intro.png"); background-size: cover; } .intro__inner { padding: 60px 0; width: 100%; margin: 0 auto; } .into__title { max-width: 540px; margin: 0 auto; font-size: 36px; text-align: center; } /* Videos ===================================== */ .popular { margin-bottom: 0; color: black; font-size: 18px; text-transform: uppercase; } .videos { margin-top: 0; margin-bottom: 55px; padding: 0; display: flex; flex-wrap: wrap; width: 1020px; list-style: none; } .videos__item { position: relative; width: 330px; height: 230px; margin-right: 15px; margin-top: 30px; margin-bottom: 0px; background-color: #6e8bf7; align-items: center; } .videos__item:nth-child(3n) { margin-right: 0; } .videos__item:first-child { background-image: url("img/preview.jpg"); background-size: cover; } .videos__title { position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.52); text-align: right; padding-left: 15px; padding-right: 5px; width: 100%; max-height: 100px; overflow-y: auto; } .videos__title p { font-size: 12px; text-align: right; } /* FOOTER ===================================== */ .footer { display: flex; background-color: black; height: 100px; } /* POPUP ==================================== */ .popup-zlp { display: none; } .popup-user { display: block; position: fixed; width: 300px; height: 400px; top: 250px; left: calc(50% - 150px); background-color: lavender; } .popup-user .close:hover::after{ animation: rotates 3s infinite linear; } .popup-user .close:hover::before{ animation: rotatesb 3s infinite linear; } .popup-user .close::after, .popup-user .close::before { content: ""; width: 22px; height: 2px; background-color: #fff; position: absolute; top: -20px; right: -20px; cursor: pointer; } .popup-user .close::after { transform: rotate(45deg); } .popup-user .close::before { transform: rotate(-45deg); } .popup__container { width: 100%; height: 100%; padding: 20px 25px; text-align: center; } .popup__title { font-size: 25px; color: #000000; margin-bottom: 15px; } .popup__form { margin-top: 45px; } .popup__input { width: 100%; padding: 2px 5px; border: 1px solid #000000; margin-bottom: 15px; color: #000000; } .popup__btn { width: 100%; height: 40px; background-color: #ffffff; border: 1px solid #000; border-radius: 30px; font-size: 17px; margin-top: 30px; cursor: pointer; } .popup__btn:hover { background-color: #000000; color: #fff; } .popup__btn:active, .popup__btn:focus { transform: scale(0.9); outline: none; } .toggle__btn { color: #6e8bf7;; background-color: #fff; } .toggle__btn:hover { background-color: #6e8bf7;; } .popup-reg { z-index: 10; display: none; } .popup-auth { z-index: 11; display: block; } /* OVERLAY */ .overlay { display: none; z-index: 9; position: fixed; width: 100vw; height: 100vh; background-color: #000; opacity: .7; top: 0; left: 0; } @keyframes rotates { 0% {transform: rotate(45deg);} 25% {transform: rotate(135deg);} 50% {transform: rotate(225deg);} 75% {transform: rotate(315deg);} 100% {transform: rotate(405deg);} } @keyframes rotatesb { 0% {transform: rotate(-45deg);} 25% {transform: rotate(45deg);} 50% {transform: rotate(135deg);} 75% {transform: rotate(225deg);} 100% {transform: rotate(315deg);} } /* @keyframes rotatesbb { 0% {transform: rotate(0deg);} 25% {transform: rotate(90deg);} 50% {transform: rotate(180deg);} 75% {transform: rotate(270deg);} 100% {transform: rotate(360deg);} } */ /* VIDEO PAGE */ .video-player{ margin-bottom: 40px; } .video-player__video-block{ max-width: 860px; max-height: 480px; height: 480px; margin-top: 40px; margin-bottom: 20px; margin-right: auto; margin-left: auto; position: relative; } .video-player__video-name{ font-size: 25px; color: #000; margin-bottom: 100px; margin-right: auto; margin-left: auto; max-width: 860px; max-height: 150px; } .swiper-slide{ width: 100px; height: 100px; background-color: #cccccc; margin-right: 30px; } .videos-swiper{ position: relative; } .player{ position: absolute; bottom: 0; left: 3px; width: 100%; } .player__progress{ width: 100%; margin: 0 auto; } @media(max-width: 800px){ .video-player__video-block{ width: 550px; height: auto; } .player{ width: 550px; left: 0; } #video{ width: 550px; height: auto; } } @media(max-width: 600px){ .video-player__video-block{ width: 400px; height: auto; } #video{ width: 400px; height: auto; } .player{ width: 400px; left: 0px } }
0.53777
0.076167
.logout { width: 100%; } .ngdialog.ngdialog-theme-default.ngdialog-settlement { padding: 0; overflow: auto; background: #ffffff; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-overlay { background: none; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-content { padding: 0; background-color: #ffffff; width: 100%; height: 100%; } .settlement-withdraw .ngdialog__title { color: #ffffff; margin: 0; padding: 15px; text-transform: uppercase; font-size: 16px; font-weight: 700; background-color: #2a2933; height: 50px; } .coupon-name, .coupon-name-amount { float: right; text-align: right; } .settlement-title span { font-weight: 700; } .settlement-container { padding: 10px; padding: 20px; } .settlement-body { background-color: #f7f7f7; padding: 10px 20px; margin-bottom: 5px; color: #a2a5aa; } .main-btn { margin-top: 5px; width: 130px; background: linear-gradient(to bottom, #4bd5e9 0%, #00a5e2 100%); border-color: #08bbff; color: #ffffff; } .main-btn:hover, .main-btn:focus { background: linear-gradient(to bottom, #4bd5e9 0%, #00a5e2 100%); border-color: #08bbff; color: #ffffff; } /*Settlement-Withdrawal*/ .withdraw-container { padding: 10px; } .withdraw-container fieldset { margin: 5px 0; padding: 10px 0; } .withdraw-container fieldset>label { text-align: left; float: left; margin-right: 5px; width: 107px; } .sw-title { color: white; font-weight: 700; } .sw-required { color: darkred; } .ngdialog.ngdialog-theme-default.ngdialog-settlementwithdraw { padding: 0; } .ngdialog.ngdialog-theme-default.ngdialog-settlementwithdraw .ngdialog-content { padding: 0; width: 100%; height: 100%; background-color: #171717; } .bank { padding-right: 0; } .coupon-header ul.pagination { padding-bottom: 10px; } .settlement.badge { background-color: #b13d3b; color: white; position: relative; } .withdraw-container .form-control { background-color: #282828; border: solid 1px #585858; color: #ffffff; font-size: 16px; height: 35px; } .settlement-btn-container { width: 100%; display: flex; justify-content: space-between; margin-top: 5px; } .settlement-btn-container>button { width: calc(100% / 2); margin-top: 0 !important; } /*Media*/ @media only screen and (max-width: 360px) and (min-width: 320px) { .withdraw-container fieldset>label { width: 93px; } .sw-title { letter-spacing: -2px; } } @media only screen and (max-width: 1024px) and (min-width: 768px) { .withdraw-container fieldset>label { text-align: left; float: left; margin-right: 5px; width: 150px; } }
www.nh227.com/www.nh227.com/mobile/common/css/settlement.css
.logout { width: 100%; } .ngdialog.ngdialog-theme-default.ngdialog-settlement { padding: 0; overflow: auto; background: #ffffff; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-overlay { background: none; } .ngdialog.ngdialog-theme-default.ngdialog-settlement .ngdialog-content { padding: 0; background-color: #ffffff; width: 100%; height: 100%; } .settlement-withdraw .ngdialog__title { color: #ffffff; margin: 0; padding: 15px; text-transform: uppercase; font-size: 16px; font-weight: 700; background-color: #2a2933; height: 50px; } .coupon-name, .coupon-name-amount { float: right; text-align: right; } .settlement-title span { font-weight: 700; } .settlement-container { padding: 10px; padding: 20px; } .settlement-body { background-color: #f7f7f7; padding: 10px 20px; margin-bottom: 5px; color: #a2a5aa; } .main-btn { margin-top: 5px; width: 130px; background: linear-gradient(to bottom, #4bd5e9 0%, #00a5e2 100%); border-color: #08bbff; color: #ffffff; } .main-btn:hover, .main-btn:focus { background: linear-gradient(to bottom, #4bd5e9 0%, #00a5e2 100%); border-color: #08bbff; color: #ffffff; } /*Settlement-Withdrawal*/ .withdraw-container { padding: 10px; } .withdraw-container fieldset { margin: 5px 0; padding: 10px 0; } .withdraw-container fieldset>label { text-align: left; float: left; margin-right: 5px; width: 107px; } .sw-title { color: white; font-weight: 700; } .sw-required { color: darkred; } .ngdialog.ngdialog-theme-default.ngdialog-settlementwithdraw { padding: 0; } .ngdialog.ngdialog-theme-default.ngdialog-settlementwithdraw .ngdialog-content { padding: 0; width: 100%; height: 100%; background-color: #171717; } .bank { padding-right: 0; } .coupon-header ul.pagination { padding-bottom: 10px; } .settlement.badge { background-color: #b13d3b; color: white; position: relative; } .withdraw-container .form-control { background-color: #282828; border: solid 1px #585858; color: #ffffff; font-size: 16px; height: 35px; } .settlement-btn-container { width: 100%; display: flex; justify-content: space-between; margin-top: 5px; } .settlement-btn-container>button { width: calc(100% / 2); margin-top: 0 !important; } /*Media*/ @media only screen and (max-width: 360px) and (min-width: 320px) { .withdraw-container fieldset>label { width: 93px; } .sw-title { letter-spacing: -2px; } } @media only screen and (max-width: 1024px) and (min-width: 768px) { .withdraw-container fieldset>label { text-align: left; float: left; margin-right: 5px; width: 150px; } }
0.458591
0.075244
.icon{ paddinig-top:50px; margin-right:5px; zoom:50%; } .searchIcon{ paddinig-top:50px; margin-right:5px; zoom:50%; background: white; } .loading { position:absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:20; } .loading{ position:absolute; z-index:10px; height:100%; width:100%; background-color:black; } .dataCrawlerImportCSV{ width : 35px; height : 40px; float: left; padding-left: 5px; margin-right: 5px; background-color: #ffffff; } .dataCrawlerImportCSV:hover { background:#808080; border-color:#808080; } .saveModelViewTitle{ display:block; clear: both; width: 300px; height: 30px; } .nodePropertyViewTitle{ display:block; width: 300px; } .nodePropertyViewContent{ margin-top: 30px; display:block; } .saveModelViewContent{ margin-top: 20px; display:block; } .nodePropertyViewFooter{ display:block; } .saveButtonBox { margin-top: 10px; margin-left:215px; position: relative; display: inline-block; padding: 0.25em 0.5em; text-decoration: none; color: #FFF; background: #fd9535;/*背景色*/ border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; } .saveButtonBox:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); } .saveProp{ display: block; width: 300px; margin-bottom: 10px; } .savePropName{ width: 260px; } .savePropValue{ width: 260px; } .savePropNameHeader{ float:left; width: 100px; text-align: center; } .savePropValueHeader{ width: 180px; text-align: center; } .graphLabRecordLine{ margin-left: auto; margin-right: auto; } .graphLabRecordUserid{ float: left; } .graphLabRecordModelName{ float: left; } .graphLabRecordModelTag{ float: left; } .graphLabRecordModelDescription{ } .graphRepositoryTree{ } .graphLabRecordTree{ display: block; margin: 0 auto; } .popupMessageSmallBox{ position:absolute; top: 77px; left: 7px; right: 0px; bottom: 0px; z-index: 50; background-color: rgba(255, 255, 255, 0.7); padding: 2 2 2 2; font-size: 15px; height: 15px; width: 1000px; } .popupMessageCloseSmallBox{ position:absolute; top: 77px; left: 7px; right: 0px; bottom: 0px; z-index: 50; background-color: rgba(255, 255, 255, 0.7); padding: 2 2 2 2; font-size: 15px; height: 15px; width: 1000px; } .popupMessage{ position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:20; margin: auto; background-color: #ffffff; padding: 2 2 2 2; font-size: 30px; text-align: center; height: 35px; } .popupMessageClose{ position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:20; margin: auto; background-color: yellow; padding: 2 2 2 2; font-size: 30px; text-align: center; height: 35px; } .searchResults{ clear: both; display: block; } .searchResultBoxHistory{ font-size: 20px; clear: both; width: 800px; margin-left: 20px; margin-bottom: 30px; height: 30px; background: linear-gradient(transparent 70%, #ff99ab 70%); } .searchResultBoxHistory:hover{ background: linear-gradient(transparent 70%, #3399FF 70%); } .searchResultBox{ font-size: 20px; clear: both; width: 900px; margin-left: 20px; margin-bottom: 30px; height: 30px; background: linear-gradient(transparent 70%, #ff99ab 70%); } .searchResultBox:hover{ background: linear-gradient(transparent 70%, #3399FF 70%); } .searchResultBoxFlaskIcon{ float:left; zoom:10%; margin-right: 40px; } .searchResultBoxRightArrowIcon{ float:right; zoom:40%; } .searchResultBoxHistoryIcon{ float:left; zoom:10%; } .searchResultBoxModelName{ width: 200px; float: left; } .searchResultBoxModelTag{ width: 100px; float: left; } .searchResultBoxTimeStamp{ width: 180px; float: left; } .searchResultBoxAlgorithm{ width: 200px; float: left; } .searchResultBoxAccuracy{ width: 100px; float: left; } .searchResultBoxEvaluationMethod{ width: 200px; float: left; } .notFound{ font-size: 30px; text-align: center; } .socialConnectionBody{ margin-top: 20px; } .socialConnectionRecord{ font-size: 20px; clear: both; width: 600px; margin-left: 20px; margin-bottom: 30px; height: 30px; } .socialConnectionRecord:hover{ } .socialConnectionIcon{ float:left; width: 200px; } .socialConnectionIcon:hover { opacity: 0.5 ; } .dataCrawlerIcon{ paddinig-top:50px; margin-top: 10px; margin-right:5px; zoom:60%; } .dataExplorationBox{ height: 400px; } .dataExtractorBox{ height: 500px; } .dataExtractorTitleHeader{ font-size: 20px; } .dataExplorationTitleHeader{ font-size: 20px; } .groupByRectangle{ fill-opacity: .1; } .dataCrawlerApplyRuleBox{ margin-top: 20px; } .sgCrawlerTableScrollerDiv{ width: 800px; height: 200px; } .sgCrawlerTableScroller{ width: 800px; height: 200px; } .sgCrawlerTable table{ height: 150px; } .sgCrawlerTable th{ border-bottom: 3px solid blue; background: #b8d1f3; height: 30px; width: 100px; } .sgCrawlerTable td{ border-bottom: 1px solid blue; height: 30px; width: 100px; background: #dae5f4; } .playGroundMenu{ display: block; clear: both; width: 1000px; height: 20px; text-decoration: underline; margin-bottom: 10px; } .playGroundMenuItem{ float: left; padding: 10px 50px 5px 10px; border-radius: 0px 100px 0px 0px / 0px 50px 0px 0px; background-color: #000088; color: white; } .playGroundMenuItem:hover { background-color: #DAA520; } .playGroundMenuItemChosen{ float: left; padding: 10px 50px 5px 10px; border-radius: 0px 100px 0px 0px / 0px 50px 0px 0px; background-color: #DAA520; color: white; } .playGroundMenuItemChosen:hover { background-color: #DAA520; } .playGroundBody{ clear: both; margin-top: 30px; } .dataCrawlerViaSearchEngineInput{ float:right; } .dataCrawlerViaSearchEngineInputReadOnly{ float:left; width: 100px; } .searchIconDataCrawler{ paddinig-top:50px; margin-right:5px; zoom:35%; background: white; } .dataCrawlerTrialBox{ height: 200px; } .dataCrawlerTargetCSV{ height: 50px; width:50px; } /** CSS for Data Extractor**/ .dataExtractorBox{ height: 500px; } .extractorPanel{ background-color: #99cc00; height: 90px; width: 150px; font-size: 20px; text-align: center; padding-top: 60px; border-radius: 50%; margin-right: 10px; float:left; } .extractorPanel:hover { background:#808080; border-color:#808080; } /** CSS for Html Converter**/ .htmlConverterBox { width: 500px; } .htmlConverterExecuteButtonBox { margin-left: 5px; margin-bottom: 5px; position: relative; display: inline-block; padding: 0.25em 0.5em; text-decoration: none; color: #FFF; background: #fd9535;/*背景色*/ border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; } .htmlConverterExecuteButtonBox:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); }
ui/v0.1/src/css/dataPlayGround.css
.icon{ paddinig-top:50px; margin-right:5px; zoom:50%; } .searchIcon{ paddinig-top:50px; margin-right:5px; zoom:50%; background: white; } .loading { position:absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index:20; } .loading{ position:absolute; z-index:10px; height:100%; width:100%; background-color:black; } .dataCrawlerImportCSV{ width : 35px; height : 40px; float: left; padding-left: 5px; margin-right: 5px; background-color: #ffffff; } .dataCrawlerImportCSV:hover { background:#808080; border-color:#808080; } .saveModelViewTitle{ display:block; clear: both; width: 300px; height: 30px; } .nodePropertyViewTitle{ display:block; width: 300px; } .nodePropertyViewContent{ margin-top: 30px; display:block; } .saveModelViewContent{ margin-top: 20px; display:block; } .nodePropertyViewFooter{ display:block; } .saveButtonBox { margin-top: 10px; margin-left:215px; position: relative; display: inline-block; padding: 0.25em 0.5em; text-decoration: none; color: #FFF; background: #fd9535;/*背景色*/ border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; } .saveButtonBox:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); } .saveProp{ display: block; width: 300px; margin-bottom: 10px; } .savePropName{ width: 260px; } .savePropValue{ width: 260px; } .savePropNameHeader{ float:left; width: 100px; text-align: center; } .savePropValueHeader{ width: 180px; text-align: center; } .graphLabRecordLine{ margin-left: auto; margin-right: auto; } .graphLabRecordUserid{ float: left; } .graphLabRecordModelName{ float: left; } .graphLabRecordModelTag{ float: left; } .graphLabRecordModelDescription{ } .graphRepositoryTree{ } .graphLabRecordTree{ display: block; margin: 0 auto; } .popupMessageSmallBox{ position:absolute; top: 77px; left: 7px; right: 0px; bottom: 0px; z-index: 50; background-color: rgba(255, 255, 255, 0.7); padding: 2 2 2 2; font-size: 15px; height: 15px; width: 1000px; } .popupMessageCloseSmallBox{ position:absolute; top: 77px; left: 7px; right: 0px; bottom: 0px; z-index: 50; background-color: rgba(255, 255, 255, 0.7); padding: 2 2 2 2; font-size: 15px; height: 15px; width: 1000px; } .popupMessage{ position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:20; margin: auto; background-color: #ffffff; padding: 2 2 2 2; font-size: 30px; text-align: center; height: 35px; } .popupMessageClose{ position:absolute; top: 0; left: 0; right: 0; bottom: 0; z-index:20; margin: auto; background-color: yellow; padding: 2 2 2 2; font-size: 30px; text-align: center; height: 35px; } .searchResults{ clear: both; display: block; } .searchResultBoxHistory{ font-size: 20px; clear: both; width: 800px; margin-left: 20px; margin-bottom: 30px; height: 30px; background: linear-gradient(transparent 70%, #ff99ab 70%); } .searchResultBoxHistory:hover{ background: linear-gradient(transparent 70%, #3399FF 70%); } .searchResultBox{ font-size: 20px; clear: both; width: 900px; margin-left: 20px; margin-bottom: 30px; height: 30px; background: linear-gradient(transparent 70%, #ff99ab 70%); } .searchResultBox:hover{ background: linear-gradient(transparent 70%, #3399FF 70%); } .searchResultBoxFlaskIcon{ float:left; zoom:10%; margin-right: 40px; } .searchResultBoxRightArrowIcon{ float:right; zoom:40%; } .searchResultBoxHistoryIcon{ float:left; zoom:10%; } .searchResultBoxModelName{ width: 200px; float: left; } .searchResultBoxModelTag{ width: 100px; float: left; } .searchResultBoxTimeStamp{ width: 180px; float: left; } .searchResultBoxAlgorithm{ width: 200px; float: left; } .searchResultBoxAccuracy{ width: 100px; float: left; } .searchResultBoxEvaluationMethod{ width: 200px; float: left; } .notFound{ font-size: 30px; text-align: center; } .socialConnectionBody{ margin-top: 20px; } .socialConnectionRecord{ font-size: 20px; clear: both; width: 600px; margin-left: 20px; margin-bottom: 30px; height: 30px; } .socialConnectionRecord:hover{ } .socialConnectionIcon{ float:left; width: 200px; } .socialConnectionIcon:hover { opacity: 0.5 ; } .dataCrawlerIcon{ paddinig-top:50px; margin-top: 10px; margin-right:5px; zoom:60%; } .dataExplorationBox{ height: 400px; } .dataExtractorBox{ height: 500px; } .dataExtractorTitleHeader{ font-size: 20px; } .dataExplorationTitleHeader{ font-size: 20px; } .groupByRectangle{ fill-opacity: .1; } .dataCrawlerApplyRuleBox{ margin-top: 20px; } .sgCrawlerTableScrollerDiv{ width: 800px; height: 200px; } .sgCrawlerTableScroller{ width: 800px; height: 200px; } .sgCrawlerTable table{ height: 150px; } .sgCrawlerTable th{ border-bottom: 3px solid blue; background: #b8d1f3; height: 30px; width: 100px; } .sgCrawlerTable td{ border-bottom: 1px solid blue; height: 30px; width: 100px; background: #dae5f4; } .playGroundMenu{ display: block; clear: both; width: 1000px; height: 20px; text-decoration: underline; margin-bottom: 10px; } .playGroundMenuItem{ float: left; padding: 10px 50px 5px 10px; border-radius: 0px 100px 0px 0px / 0px 50px 0px 0px; background-color: #000088; color: white; } .playGroundMenuItem:hover { background-color: #DAA520; } .playGroundMenuItemChosen{ float: left; padding: 10px 50px 5px 10px; border-radius: 0px 100px 0px 0px / 0px 50px 0px 0px; background-color: #DAA520; color: white; } .playGroundMenuItemChosen:hover { background-color: #DAA520; } .playGroundBody{ clear: both; margin-top: 30px; } .dataCrawlerViaSearchEngineInput{ float:right; } .dataCrawlerViaSearchEngineInputReadOnly{ float:left; width: 100px; } .searchIconDataCrawler{ paddinig-top:50px; margin-right:5px; zoom:35%; background: white; } .dataCrawlerTrialBox{ height: 200px; } .dataCrawlerTargetCSV{ height: 50px; width:50px; } /** CSS for Data Extractor**/ .dataExtractorBox{ height: 500px; } .extractorPanel{ background-color: #99cc00; height: 90px; width: 150px; font-size: 20px; text-align: center; padding-top: 60px; border-radius: 50%; margin-right: 10px; float:left; } .extractorPanel:hover { background:#808080; border-color:#808080; } /** CSS for Html Converter**/ .htmlConverterBox { width: 500px; } .htmlConverterExecuteButtonBox { margin-left: 5px; margin-bottom: 5px; position: relative; display: inline-block; padding: 0.25em 0.5em; text-decoration: none; color: #FFF; background: #fd9535;/*背景色*/ border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/ border-radius: 4px;/*角の丸み*/ box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); font-weight: bold; } .htmlConverterExecuteButtonBox:active { border-bottom: solid 2px #fd9535; box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); }
0.500488
0.097133