code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Martel:wght@300;400;700;900&display=swap'); @import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css'); body { font-family: 'Roboto', sans-serif; margin: 0; font-size: 16px; } a { color: #2b2b2b; } nav { padding: 1rem 2rem; text-align: right; min-height: 1.6rem; max-width: 80rem; margin: 0 auto; } nav a>img { max-height: 1.9rem; } nav a, a.button { text-decoration: none; } nav a:not(.brand) { padding: .4rem .1rem; margin: 0 .4rem; position: relative; top: .2rem; font-size: 15px; } nav a.brand { float: left; position: relative; top: -.2rem; } .button, nav a.button { padding: .5rem 1rem; font-weight: 800; background-color: #e81d43; color: #fff; border-radius: .3rem; } nav a:hover { opacity: .8; } .button:hover, nav a.button:hover { background-color: #e43839; } .button:active, nav a.button:active { background-color: #9e3636; } main>section { padding: 6rem 4rem; } section.hero { text-align: center; } section.hero img { display: block; margin: 2rem auto 0; max-width: 100%; } h1 { font-size: 4rem; } h2 { font-size: 2rem; } h3 { font-size: 1.4rem; } section.hero h1 { font-weight: 400; margin: 0; letter-spacing: -.1rem; line-height: 1; } section p { font-size: 20px; margin: 1rem 0 1.5rem; } section .button { display: inline-block; font-size: 20px; padding: .8rem 1.5rem; font-weight: 500; } section.hero h1 strong { display: block; } footer { text-align: center; padding: 6rem 4rem; } footer p { letter-spacing: .03rem; font-weight: 400; color: #666; } section.hero.dark { background-color: #313131; color: #fff; } section.hero.dark .button { background-color: #fff; color: #191919; } section .button:hover { opacity: .8; } section .button:active { opacity: .7; } section.downloads .image, section.downloads .info { display: inline-table; width: 64.5%; vertical-align: top; text-align: left; } section.downloads .image+.info { width: 28%; max-width: 24rem; } section.downloads .info { margin: 9rem 2rem; } .more-links { margin: 1rem 0 0 0; font-size: 12px; } section small { color: #424242; } section.downloads .info h2 { font-size: 3rem; margin: 2rem 0 1rem; } section.downloads p { margin: 1rem 0; padding: 0; color: #666; } section.downloads .container>.info:first-child { text-align: right; } section.downloads .container>.info:first-child { text-align: right; width: 48%; } section.downloads { max-width: 81rem; margin: 0 auto; } section.downloads .image>img { max-width: 100%; } section.downloads .container>.info+.image { text-align: left; width: 46%; } section.heading { padding: 1rem 4rem; } .warning { background-color: #ffebb0; padding: 1rem; } .warning p { margin: 0; } section.heading h1 { margin: 2rem 0 0; } .container { margin: 0 auto; padding: 1rem; } .container.small { max-width: 38rem; } .container.medium { max-width: 58rem; } .container.large { max-width: 78rem; } section.page { padding: .4rem 4rem; } table { width: 100%; text-align: left; border-spacing: 0; } table th { border-bottom: 1px solid #cccccc; } table th, table td { padding: 1rem; } tbody tr:nth-child(even) { background-color: #f9f9f9; } tbody tr:hover { background-color: #fbf2f2; } table td b { font-weight: 500; } .tag { border-radius: 10px; background-color: #242424; padding: .2rem .6rem; color: #FFF; font-size: 14px; } span.tag.tag-Fonts { background-color: #2196F3; } span.tag.tag-Essentials { background-color: #E91E63; } .button+.button { margin: 0 0 0 .4rem; } .button+.button { margin: 0 0 0 .4rem; } .button.purple { background-color: #992fdc; } .button.purple:hover { background-color: #ad64da; } .button.gray { background-color: #a7a7a7; } .button.gray:hover { background-color: #c1c1c1; } .button.link, .button.link:hover { background-color: transparent; color: initial; text-decoration: underline; } ::selection, mark { background: #ffffd5; color: #535219 } .page.post { line-height: 1.94em; font-family: 'Martel', serif; } .page.post img { max-width: 100%; margin: 0 auto; position: relative; display: block; } pre>code { line-height: 1.6em; overflow: auto; padding: 30px; background-color: #f3f3f3; color: #2c363a; display: block; } .language-python .k, .language-python .ow, .language-css .n { color: #0f9814; } .language-python .s, .language-html .s, .language-css .nt, .language-css .o { color: #006dc3; } .language-python .nb, .language-css .nb { color: #FF9800; } .language-python .k, .language-python .ow, .language-python .nb, .language-html .nt, .language-css .nl { font-weight: bold; } .language-python .bp, .language-python .mi, .language-css .k { color: #8c1540; } .language-python .nf, .language-html .na { color: #f13355; } .inline .icon { width: 16px; } blockquote { border-left: 3px solid #e0e0e0; padding: 1rem 1.6rem; } blockquote p { margin: 0; } p>code { padding: .2em .4em; margin: 0; font-size: 85%; background-color: #f3f4f4; border-radius: 6px; } .no-comments { color: #888888; text-align: center; } .no-comments p { font-size: 1em; letter-spacing: 0.01em; } section.comments .no-comments { border-top: 1px solid #e2e2e2; } nav a.active { text-decoration: underline; font-weight: 500; } footer .icon { position: relative; top: .15em; } @media screen and (max-width:745px) { .container.small, .container.medium, .container.large { max-width: initial; } section.heading { padding: 1rem 2rem; } section.page { padding: .4rem 2rem; } nav a.brand { float: none; } nav { text-align: center; } section.hero h1 { font-size: 2.4rem; } section p { font-size: 1rem; line-height: 1.6rem; } main>section { padding: 4rem 1rem; } section.downloads .image, section.downloads .info, section.downloads .container>.info+.image { display: block; width: initial; text-align: center; } section.downloads .info, section.downloads .image+.info, section.downloads .container>.info:first-child { width: initial; max-width: initial; margin: 0 1rem 4rem; text-align: center; } section.heading h1 { font-size: 2.4rem; } } @media screen and (max-width:860px) { nav { text-align: center; } nav a.brand { float: none; display: block; } } @media screen and (max-width:751px) { .button, nav a.button { display: block; margin: 1rem 0 0 0 } } @media screen and (max-width:626px) { nav a { display: block; } }
assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Martel:wght@300;400;700;900&display=swap'); @import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css'); body { font-family: 'Roboto', sans-serif; margin: 0; font-size: 16px; } a { color: #2b2b2b; } nav { padding: 1rem 2rem; text-align: right; min-height: 1.6rem; max-width: 80rem; margin: 0 auto; } nav a>img { max-height: 1.9rem; } nav a, a.button { text-decoration: none; } nav a:not(.brand) { padding: .4rem .1rem; margin: 0 .4rem; position: relative; top: .2rem; font-size: 15px; } nav a.brand { float: left; position: relative; top: -.2rem; } .button, nav a.button { padding: .5rem 1rem; font-weight: 800; background-color: #e81d43; color: #fff; border-radius: .3rem; } nav a:hover { opacity: .8; } .button:hover, nav a.button:hover { background-color: #e43839; } .button:active, nav a.button:active { background-color: #9e3636; } main>section { padding: 6rem 4rem; } section.hero { text-align: center; } section.hero img { display: block; margin: 2rem auto 0; max-width: 100%; } h1 { font-size: 4rem; } h2 { font-size: 2rem; } h3 { font-size: 1.4rem; } section.hero h1 { font-weight: 400; margin: 0; letter-spacing: -.1rem; line-height: 1; } section p { font-size: 20px; margin: 1rem 0 1.5rem; } section .button { display: inline-block; font-size: 20px; padding: .8rem 1.5rem; font-weight: 500; } section.hero h1 strong { display: block; } footer { text-align: center; padding: 6rem 4rem; } footer p { letter-spacing: .03rem; font-weight: 400; color: #666; } section.hero.dark { background-color: #313131; color: #fff; } section.hero.dark .button { background-color: #fff; color: #191919; } section .button:hover { opacity: .8; } section .button:active { opacity: .7; } section.downloads .image, section.downloads .info { display: inline-table; width: 64.5%; vertical-align: top; text-align: left; } section.downloads .image+.info { width: 28%; max-width: 24rem; } section.downloads .info { margin: 9rem 2rem; } .more-links { margin: 1rem 0 0 0; font-size: 12px; } section small { color: #424242; } section.downloads .info h2 { font-size: 3rem; margin: 2rem 0 1rem; } section.downloads p { margin: 1rem 0; padding: 0; color: #666; } section.downloads .container>.info:first-child { text-align: right; } section.downloads .container>.info:first-child { text-align: right; width: 48%; } section.downloads { max-width: 81rem; margin: 0 auto; } section.downloads .image>img { max-width: 100%; } section.downloads .container>.info+.image { text-align: left; width: 46%; } section.heading { padding: 1rem 4rem; } .warning { background-color: #ffebb0; padding: 1rem; } .warning p { margin: 0; } section.heading h1 { margin: 2rem 0 0; } .container { margin: 0 auto; padding: 1rem; } .container.small { max-width: 38rem; } .container.medium { max-width: 58rem; } .container.large { max-width: 78rem; } section.page { padding: .4rem 4rem; } table { width: 100%; text-align: left; border-spacing: 0; } table th { border-bottom: 1px solid #cccccc; } table th, table td { padding: 1rem; } tbody tr:nth-child(even) { background-color: #f9f9f9; } tbody tr:hover { background-color: #fbf2f2; } table td b { font-weight: 500; } .tag { border-radius: 10px; background-color: #242424; padding: .2rem .6rem; color: #FFF; font-size: 14px; } span.tag.tag-Fonts { background-color: #2196F3; } span.tag.tag-Essentials { background-color: #E91E63; } .button+.button { margin: 0 0 0 .4rem; } .button+.button { margin: 0 0 0 .4rem; } .button.purple { background-color: #992fdc; } .button.purple:hover { background-color: #ad64da; } .button.gray { background-color: #a7a7a7; } .button.gray:hover { background-color: #c1c1c1; } .button.link, .button.link:hover { background-color: transparent; color: initial; text-decoration: underline; } ::selection, mark { background: #ffffd5; color: #535219 } .page.post { line-height: 1.94em; font-family: 'Martel', serif; } .page.post img { max-width: 100%; margin: 0 auto; position: relative; display: block; } pre>code { line-height: 1.6em; overflow: auto; padding: 30px; background-color: #f3f3f3; color: #2c363a; display: block; } .language-python .k, .language-python .ow, .language-css .n { color: #0f9814; } .language-python .s, .language-html .s, .language-css .nt, .language-css .o { color: #006dc3; } .language-python .nb, .language-css .nb { color: #FF9800; } .language-python .k, .language-python .ow, .language-python .nb, .language-html .nt, .language-css .nl { font-weight: bold; } .language-python .bp, .language-python .mi, .language-css .k { color: #8c1540; } .language-python .nf, .language-html .na { color: #f13355; } .inline .icon { width: 16px; } blockquote { border-left: 3px solid #e0e0e0; padding: 1rem 1.6rem; } blockquote p { margin: 0; } p>code { padding: .2em .4em; margin: 0; font-size: 85%; background-color: #f3f4f4; border-radius: 6px; } .no-comments { color: #888888; text-align: center; } .no-comments p { font-size: 1em; letter-spacing: 0.01em; } section.comments .no-comments { border-top: 1px solid #e2e2e2; } nav a.active { text-decoration: underline; font-weight: 500; } footer .icon { position: relative; top: .15em; } @media screen and (max-width:745px) { .container.small, .container.medium, .container.large { max-width: initial; } section.heading { padding: 1rem 2rem; } section.page { padding: .4rem 2rem; } nav a.brand { float: none; } nav { text-align: center; } section.hero h1 { font-size: 2.4rem; } section p { font-size: 1rem; line-height: 1.6rem; } main>section { padding: 4rem 1rem; } section.downloads .image, section.downloads .info, section.downloads .container>.info+.image { display: block; width: initial; text-align: center; } section.downloads .info, section.downloads .image+.info, section.downloads .container>.info:first-child { width: initial; max-width: initial; margin: 0 1rem 4rem; text-align: center; } section.heading h1 { font-size: 2.4rem; } } @media screen and (max-width:860px) { nav { text-align: center; } nav a.brand { float: none; display: block; } } @media screen and (max-width:751px) { .button, nav a.button { display: block; margin: 1rem 0 0 0 } } @media screen and (max-width:626px) { nav a { display: block; } }
0.461259
0.068444
body, html { margin: 0px; padding: 10px; height: 100%; font-family: sans-serif; } h1 { text-align: center; } #btns, #headers, #patterns { margin: 0 auto; display: table; text-align: center; } .fa { margin: 2px; } #clearshare { font-size: 150%; margin-left: 25px; } #clearshare a { margin-left: 10px; } .drag-handle { width: 15px; text-align: center !important; } .vtempo, .vrepeat { width: 35px; } .vlen, .vpause { width: 55px; } .editdelete { width: 55px; } #patterns, table.tinputs td, table.tinputs input, table.tsettings td, #export-box p, #export-box input { font-size: 18px; font-weight: 700; } table.tinputs input { text-align: right; } #patterns span, table.tinputs td:nth-child(1) { text-align: right; } #headers { font-size: 18px; text-align: center; } a { cursor: pointer; } #patterns .pattern { border-top: 1px dashed; } .tpatterns span { padding: 5px 2px; line-height: 20px; height: 20px; display: table-cell; vertical-align: bottom; } #headers .vtempo, #headers .vlen, #headers .vpause, #headers .vrepeat { color: #222; } #headers .pattern span:nth-child(odd) { background-color: #9494b8; } #headers .pattern span:nth-child(even) { background-color: #b3b3cc; } #headers .pattern { border-top-left-radius: 10px; border-top-right-radius: 10px; border-top: solid 1px black; } #headers div span:first-child { border-top-left-radius: 10px; } #headers div span:last-child { border-top-right-radius: 10px; } #patterns span:nth-child(odd) { background-color: #d1d1e0; } #patterns span:nth-child(even) { background-color: #f0f0f5; } #patterns .pattern:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom: solid 1px black; } #patterns .pattern:last-child span:first-child { border-bottom-left-radius: 10px; } #patterns .pattern:last-child span:last-child { border-bottom-right-radius: 10px; } .pattern { border-left: solid 1px black; } .pattern { border-right: solid 1px black; } #btns { background-color: white; padding-bottom: 20px; } #playstop { text-align: left; } #play { background-color: #009900; } #play .round { background-color: #00cc00; } #stop { background-color: #ff1a1a; } #stop .round { background-color: #ff4d4d; } a.btn { text-decoration: none; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; padding: 12px 53px 12px 23px; color: #fff; text-transform: uppercase; font-weight: bold; position: relative; display: inline-block; } a.btn span { position: relative; z-index: 3; } a.btn .round { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 38px; height: 38px; position: absolute; right: 3px; top: 3px; font-size:20px; z-index: 2; } a.btn .round i { position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -8px; } a.btn span.txt { font-size: 14px; line-height: 1.45; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ z-index: 10; } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 500px; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } table.tinputs, table.tsettings { border-collapse: collapse; width: 100%; } table.tinputs td, table.tsettings td { border-top: solid 1px black; padding: 10px 0; } table.tsettings td:nth-child(1) { width: 100px; } table.tinputs input { padding: 1 2px !important; width: 60px; } #export-val { width: 90%; } #export-box i { font-size: 18px; } #settings-box .modal-content { width: 300px; } button { background-color:#9e9e9e; -moz-border-radius:28px; -webkit-border-radius:28px; border-radius:28px; border:1px solid #7a7a7a; display:inline-block; cursor:pointer; color:#ffffff; font-size:17px; padding:8px 24px; text-decoration:none; text-shadow:0px 1px 0px #030303; } button:hover { background-color:#607d8b ; } button:active { position:relative; top:1px; } .footer { text-align: center; margin-top: 30px; } .footer a:link, .footer a:visited { padding: 0 0 0 30px; } .footer a, .footer a:link, .footer a:visited, #samples a:link, #samples a:visited { text-decoration: none; color: #1992ca; font-weight: bold; } #samples { margin: 20px auto 0 auto; max-width: 600px; background-color: #EEE; padding: 10px; border-radius: 5px; } #samples dd { margin: 5px 0 10px 35px; } #samples #close-samples { float: right; margin: -15px 5px 0 0; } /* for 480px or less */ @media screen and (max-width: 480px) { table.tinputs td:nth-child(1) { text-align: left; } table.tinputs .time-input { display: block; } @media screen and (max-width: 320px) { #headers, #footer, #samples { font-size: 16px; } .footer a:link, .footer a:visited { padding: 0 0 0 15px; } } }
css/main.css
body, html { margin: 0px; padding: 10px; height: 100%; font-family: sans-serif; } h1 { text-align: center; } #btns, #headers, #patterns { margin: 0 auto; display: table; text-align: center; } .fa { margin: 2px; } #clearshare { font-size: 150%; margin-left: 25px; } #clearshare a { margin-left: 10px; } .drag-handle { width: 15px; text-align: center !important; } .vtempo, .vrepeat { width: 35px; } .vlen, .vpause { width: 55px; } .editdelete { width: 55px; } #patterns, table.tinputs td, table.tinputs input, table.tsettings td, #export-box p, #export-box input { font-size: 18px; font-weight: 700; } table.tinputs input { text-align: right; } #patterns span, table.tinputs td:nth-child(1) { text-align: right; } #headers { font-size: 18px; text-align: center; } a { cursor: pointer; } #patterns .pattern { border-top: 1px dashed; } .tpatterns span { padding: 5px 2px; line-height: 20px; height: 20px; display: table-cell; vertical-align: bottom; } #headers .vtempo, #headers .vlen, #headers .vpause, #headers .vrepeat { color: #222; } #headers .pattern span:nth-child(odd) { background-color: #9494b8; } #headers .pattern span:nth-child(even) { background-color: #b3b3cc; } #headers .pattern { border-top-left-radius: 10px; border-top-right-radius: 10px; border-top: solid 1px black; } #headers div span:first-child { border-top-left-radius: 10px; } #headers div span:last-child { border-top-right-radius: 10px; } #patterns span:nth-child(odd) { background-color: #d1d1e0; } #patterns span:nth-child(even) { background-color: #f0f0f5; } #patterns .pattern:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom: solid 1px black; } #patterns .pattern:last-child span:first-child { border-bottom-left-radius: 10px; } #patterns .pattern:last-child span:last-child { border-bottom-right-radius: 10px; } .pattern { border-left: solid 1px black; } .pattern { border-right: solid 1px black; } #btns { background-color: white; padding-bottom: 20px; } #playstop { text-align: left; } #play { background-color: #009900; } #play .round { background-color: #00cc00; } #stop { background-color: #ff1a1a; } #stop .round { background-color: #ff4d4d; } a.btn { text-decoration: none; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; padding: 12px 53px 12px 23px; color: #fff; text-transform: uppercase; font-weight: bold; position: relative; display: inline-block; } a.btn span { position: relative; z-index: 3; } a.btn .round { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 38px; height: 38px; position: absolute; right: 3px; top: 3px; font-size:20px; z-index: 2; } a.btn .round i { position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -8px; } a.btn span.txt { font-size: 14px; line-height: 1.45; } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ z-index: 10; } /* Modal Content */ .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 500px; } /* The Close Button */ .close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; } table.tinputs, table.tsettings { border-collapse: collapse; width: 100%; } table.tinputs td, table.tsettings td { border-top: solid 1px black; padding: 10px 0; } table.tsettings td:nth-child(1) { width: 100px; } table.tinputs input { padding: 1 2px !important; width: 60px; } #export-val { width: 90%; } #export-box i { font-size: 18px; } #settings-box .modal-content { width: 300px; } button { background-color:#9e9e9e; -moz-border-radius:28px; -webkit-border-radius:28px; border-radius:28px; border:1px solid #7a7a7a; display:inline-block; cursor:pointer; color:#ffffff; font-size:17px; padding:8px 24px; text-decoration:none; text-shadow:0px 1px 0px #030303; } button:hover { background-color:#607d8b ; } button:active { position:relative; top:1px; } .footer { text-align: center; margin-top: 30px; } .footer a:link, .footer a:visited { padding: 0 0 0 30px; } .footer a, .footer a:link, .footer a:visited, #samples a:link, #samples a:visited { text-decoration: none; color: #1992ca; font-weight: bold; } #samples { margin: 20px auto 0 auto; max-width: 600px; background-color: #EEE; padding: 10px; border-radius: 5px; } #samples dd { margin: 5px 0 10px 35px; } #samples #close-samples { float: right; margin: -15px 5px 0 0; } /* for 480px or less */ @media screen and (max-width: 480px) { table.tinputs td:nth-child(1) { text-align: left; } table.tinputs .time-input { display: block; } @media screen and (max-width: 320px) { #headers, #footer, #samples { font-size: 16px; } .footer a:link, .footer a:visited { padding: 0 0 0 15px; } } }
0.400749
0.086323
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); *{ scroll-behavior: smooth; margin: 0; -webkit-tap-highlight-color: rgba(0,0,0,0) } body { background-color: #0E0E0E; color: #FFFFFF; } button:disabled, button[disabled] { opacity: 0.5; } ::selection{ background-color: #D3D3D3; color: #343434 } button{ outline: none; border: 0; cursor: pointer } main { display: block; margin-top: 50px; max-width: 1100px; } code { font-size: 12px; font-family: monospace; text-align: left; line-height: 20px; } .h #log{ opacity: 1 } #log{ padding: 10px; width: 90%; box-sizing: border-box; border: 2px solid #FFFFFF; border-radius: 8px; text-align: left; opacity: 0; transition: 500ms; margin-bottom: 10px; } .box{ display: inline-block; margin: 1.5%; font-size: 17px; max-width: 900px } input { border-radius: 8px; width: 250pt; background: #2C2C2C; color: white; border: 1.5px solid #2C2C2C; outline: none; transition: .5s; box-sizing: border-box; padding: 10px; font-family: 'Poppins', sans-serif; } input:focus{ border-color: white } main p{ font-weight: 600; padding-top: 5px; margin-bottom: 8px; font-family: 'Poppins', sans-serif; cursor: help; } main p span{ font-family: 'Poppins', sans-serif; font-size: 12px; opacity: .5; margin-right: -25px } #button{ background: linear-gradient(-45deg,#DE0099,#A200DE,#0092DE); margin: 15px; border-radius: 10px; color: white; font-weight: 500; font-size: 16px; background-size: 400% 400%; background-position: 0% 50%; transition: 1s; padding: 12px 110px; display: inline-block; font-family: 'Poppins', sans-serif; } main div a{ text-decoration: none; color: white} #button:hover{ background-position: 100% 50%; } @keyframes button{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } hr{ color: #FFFFFF; width: 90%; border-top: 5px; border-color: #FFFFFF; } #head{ background: #FFFFFF; position: fixed; width: 100%; top: 0; text-align: center; text-align: center; height: 50px; color: black; box-shadow: 0 0px 22px black; font-family: 'Poppins', sans-serif; } #head h1{ left: 0; position: fixed; margin-top: 1px;margin-left: 15px;font-size: 1.250em /*20px*/;cursor: default;font-weight: 600; } #himg{ width: 30px;position: relative;top: 7px } ::-webkit-scrollbar { width: 15px; background-color: rgb(42, 42, 43); } ::-webkit-scrollbar-thumb { background-color: rgb(89, 89, 90); border-radius: 1px; } footer{ background: linear-gradient(180deg,#0E0E0E ,#3B3B3B); width: 100%; height: 35px; color: white; font-size: 14px; line-height: 22px; padding-top: 10px; margin-top: 20px; font-family: 'Poppins', sans-serif; } #cr{ opacity: 0; color: white; font-size: 12px; font-family: 'Poppins', sans-serif; position: fixed; bottom: 0; left: 0; margin: 5px; animation: 20s cr ease; } @keyframes cr { 0%{opacity: 1} 50%{opacity: 1} 100%{opacity: 0} } footer a{ color: #FF79EB; text-decoration-style: dotted; } #a{margin-left: 5px;margin-right: 5px} #support{ margin-top: 4px; margin-right: 5%; position: fixed; top: 0; right: 0; transition: 500ms; background: #F5F5F5; border-radius: 100px; } span{ font-weight: 700; font-family: 'Courier New', Courier, monospace } .menu{ font-size: 25px; position: fixed; right: 0; margin-top: 8px; margin-right: -40px; top: 0; text-decoration: none; color: #000000; transition: .5s; width: 150px; height: 100px; cursor: default; } .menu:hover{ color: #787878; } .m-content { display: none; transition: display 500ms; position: absolute; min-width: 100pt; box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5); z-index: 1; right: 0; color: #FFFFFF; background-color: #E5E5E5; width: 235px; height: 145px; position: fixed; top: 0; right: 0; margin-top: 65px; margin-right: 15px; border-radius: 8px; box-sizing: border-box; padding: 10px; font-family: 'Poppins', sans-serif; } .m-content a { text-decoration: none; color: #FFFFFF; background-color: #2D2D2D; width: 215px; height: 35px; border-radius: 8px; box-sizing: border-box; padding: 7.5px; text-align: center; transition: 500ms; display: block; font-size: 15px; } .mu:hover .m-content { display: block; transition: display 500ms; } .mu:hover .mbtn { background-color: #3e8e41; } .m-content::after{ content: " "; position: absolute; bottom: 100%; left: 90%; margin-left: -5px; border-width: 7px; border-style: solid; border-color: transparent transparent #E5E5E5 transparent; } .m-content i{ color: #9882FF; font-size: 15px; margin-right: 5px; } .br{ margin-bottom: 10px } #dev{ background-color: #01407B } #dev:hover{ background-color: #002C56 } #devi{ color: #FFF79D; } .m-content a:hover{ background-color: #000000; } /* saat panje be mola */
src/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); *{ scroll-behavior: smooth; margin: 0; -webkit-tap-highlight-color: rgba(0,0,0,0) } body { background-color: #0E0E0E; color: #FFFFFF; } button:disabled, button[disabled] { opacity: 0.5; } ::selection{ background-color: #D3D3D3; color: #343434 } button{ outline: none; border: 0; cursor: pointer } main { display: block; margin-top: 50px; max-width: 1100px; } code { font-size: 12px; font-family: monospace; text-align: left; line-height: 20px; } .h #log{ opacity: 1 } #log{ padding: 10px; width: 90%; box-sizing: border-box; border: 2px solid #FFFFFF; border-radius: 8px; text-align: left; opacity: 0; transition: 500ms; margin-bottom: 10px; } .box{ display: inline-block; margin: 1.5%; font-size: 17px; max-width: 900px } input { border-radius: 8px; width: 250pt; background: #2C2C2C; color: white; border: 1.5px solid #2C2C2C; outline: none; transition: .5s; box-sizing: border-box; padding: 10px; font-family: 'Poppins', sans-serif; } input:focus{ border-color: white } main p{ font-weight: 600; padding-top: 5px; margin-bottom: 8px; font-family: 'Poppins', sans-serif; cursor: help; } main p span{ font-family: 'Poppins', sans-serif; font-size: 12px; opacity: .5; margin-right: -25px } #button{ background: linear-gradient(-45deg,#DE0099,#A200DE,#0092DE); margin: 15px; border-radius: 10px; color: white; font-weight: 500; font-size: 16px; background-size: 400% 400%; background-position: 0% 50%; transition: 1s; padding: 12px 110px; display: inline-block; font-family: 'Poppins', sans-serif; } main div a{ text-decoration: none; color: white} #button:hover{ background-position: 100% 50%; } @keyframes button{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } hr{ color: #FFFFFF; width: 90%; border-top: 5px; border-color: #FFFFFF; } #head{ background: #FFFFFF; position: fixed; width: 100%; top: 0; text-align: center; text-align: center; height: 50px; color: black; box-shadow: 0 0px 22px black; font-family: 'Poppins', sans-serif; } #head h1{ left: 0; position: fixed; margin-top: 1px;margin-left: 15px;font-size: 1.250em /*20px*/;cursor: default;font-weight: 600; } #himg{ width: 30px;position: relative;top: 7px } ::-webkit-scrollbar { width: 15px; background-color: rgb(42, 42, 43); } ::-webkit-scrollbar-thumb { background-color: rgb(89, 89, 90); border-radius: 1px; } footer{ background: linear-gradient(180deg,#0E0E0E ,#3B3B3B); width: 100%; height: 35px; color: white; font-size: 14px; line-height: 22px; padding-top: 10px; margin-top: 20px; font-family: 'Poppins', sans-serif; } #cr{ opacity: 0; color: white; font-size: 12px; font-family: 'Poppins', sans-serif; position: fixed; bottom: 0; left: 0; margin: 5px; animation: 20s cr ease; } @keyframes cr { 0%{opacity: 1} 50%{opacity: 1} 100%{opacity: 0} } footer a{ color: #FF79EB; text-decoration-style: dotted; } #a{margin-left: 5px;margin-right: 5px} #support{ margin-top: 4px; margin-right: 5%; position: fixed; top: 0; right: 0; transition: 500ms; background: #F5F5F5; border-radius: 100px; } span{ font-weight: 700; font-family: 'Courier New', Courier, monospace } .menu{ font-size: 25px; position: fixed; right: 0; margin-top: 8px; margin-right: -40px; top: 0; text-decoration: none; color: #000000; transition: .5s; width: 150px; height: 100px; cursor: default; } .menu:hover{ color: #787878; } .m-content { display: none; transition: display 500ms; position: absolute; min-width: 100pt; box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5); z-index: 1; right: 0; color: #FFFFFF; background-color: #E5E5E5; width: 235px; height: 145px; position: fixed; top: 0; right: 0; margin-top: 65px; margin-right: 15px; border-radius: 8px; box-sizing: border-box; padding: 10px; font-family: 'Poppins', sans-serif; } .m-content a { text-decoration: none; color: #FFFFFF; background-color: #2D2D2D; width: 215px; height: 35px; border-radius: 8px; box-sizing: border-box; padding: 7.5px; text-align: center; transition: 500ms; display: block; font-size: 15px; } .mu:hover .m-content { display: block; transition: display 500ms; } .mu:hover .mbtn { background-color: #3e8e41; } .m-content::after{ content: " "; position: absolute; bottom: 100%; left: 90%; margin-left: -5px; border-width: 7px; border-style: solid; border-color: transparent transparent #E5E5E5 transparent; } .m-content i{ color: #9882FF; font-size: 15px; margin-right: 5px; } .br{ margin-bottom: 10px } #dev{ background-color: #01407B } #dev:hover{ background-color: #002C56 } #devi{ color: #FFF79D; } .m-content a:hover{ background-color: #000000; } /* saat panje be mola */
0.398524
0.071786
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; font: inherit; } /* * Foundation Icons v 3.0 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3 * MIT License */ @font-face { font-family: "foundation-icons", sans-serif; src: url("../fonts/foundation-icons/foundation-icons.eot"); src: url("../fonts/foundation-icons/foundation-icons.eot?") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg") format("svg"); font-weight: normal; font-style: normal; } .icon:before { font-family: "foundation-icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block; text-decoration: inherit; } html { font-size: 14px; line-height: 1.5; } @media (min-width: 48em) { html { font-size: 14px; } } @media (min-width: 58em) { html { font-size: 16px; } } body { font-family: "Raleway"; color: #666; background-color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* No `:visited` state is required by default (browsers will use `a`) */ a { color: #268bd2; text-decoration: none; } a strong { color: inherit; } /* `:focus` is linked to `:hover` for basic accessibility */ a:hover, a:focus { text-decoration: underline; } /* Headings */ h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-family: "Roboto Slab", serif; font-weight: lighter; line-height: 1.25; color: #313131; text-rendering: optimizeLegibility; } h1 { font-size: 3.0rem; } h2 { margin-top: 1rem; font-size: 1.5rem; } h3 { margin-top: 1.5rem; font-size: 1.25rem; } h4, h5, h6 { margin-top: 1rem; font-size: 1rem; } /* Body text */ p { margin-top: 0; margin-bottom: 1rem; } strong { color: #303030; } /* Lists */ ul, ol, dl { margin-top: 0; margin-bottom: 1rem; } dt { font-weight: bold; } dd { margin-bottom: .5rem; } /* Misc */ hr { position: relative; margin: 1.5rem 0; border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; } abbr { font-size: 85%; font-weight: bold; color: #555; text-transform: uppercase; } abbr[title] { cursor: help; border-bottom: 1px dotted #e5e5e5; } /* Code */ code { padding: .1em .4em; background: #e8f2fb; border: 1px solid #c9e1f6; border-radius: 3px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .85em; } pre { margin-bottom: 1.3em; /* padding: 1em 2.5%; background: #e8f2fb; border: 1px solid #c9e1f6; */ border-radius: 3px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .9em; font-weight: normal; line-height: 1.3em; } pre code { padding: 0; background: none; border: none; } /* Pygments via Jekyll */ .highlight { margin-bottom: 1rem; border-radius: 4px; } .highlight pre { margin-bottom: 0; overflow: auto; } /* Gist via GitHub Pages */ .gist .gist-file { font-family: Menlo, Monaco, "Courier New", monospace !important; } .gist .markdown-body { padding: 15px; } .gist pre { padding: 0; background-color: transparent; } .gist .gist-file .gist-data { font-size: .8rem !important; line-height: 1.4; } .gist code { padding: 0; color: inherit; background-color: transparent; border-radius: 0; } /* Quotes */ blockquote { padding: .5rem 1rem; margin: .8rem 0; color: #7a7a7a; border-left: .25rem solid #e5e5e5; } blockquote p:last-child { margin-bottom: 0; } @media (min-width: 30em) { blockquote { padding-right: 5rem; padding-left: 1.25rem; } } img { display: block; max-width: 100%; margin: 0 0 1rem; border-radius: 5px; } /* Tables */ table { margin-bottom: 1rem; width: 100%; border: 1px solid #e5e5e5; border-collapse: collapse; } td, th { padding: .25rem .5rem; border: 1px solid #e5e5e5; } tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { background-color: #f9f9f9; } /* * Custom type * * Extend paragraphs with `.lead` for larger introductory text. */ .lead { font-size: 1.25rem; font-weight: 300; } /* * Messages * * Show alert messages to users. You may add it to single elements like a `<p>`, * or to a parent if there are multiple elements to show. */ .message { margin-bottom: 1rem; padding: 1rem; color: #717171; background-color: #f9f9f9; } /* * Container * * Center the page content. */ .container { padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .content { padding-top: 4rem; padding-bottom: 4rem; } @media (min-width: 48em) { .content { margin-left: 24rem; margin-right: 2rem; } } @media (min-width: 64em) { .content { margin-left: 26rem; margin-right: 4rem; } } /* * Reverse layout * * Flip the orientation of the page by placing the `.sidebar` on the right. */ @media (min-width: 48em) { .layout-reverse .sidebar { left: auto; right: 0; } .layout-reverse .content { margin-left: 2rem; margin-right: 20rem; } } @media (min-width: 64em) { .layout-reverse .content { margin-left: 4rem; margin-right: 22rem; } } /* * Masthead * * Super small header above the content for site name and short description. */ .masthead { padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 3rem; } .masthead-title { margin-top: 0; margin-bottom: 0; color: #505050; } .masthead-title a { color: #505050; } .masthead-title small { font-size: 75%; font-weight: 400; color: #c0c0c0; letter-spacing: 0; } /* * Posts and pages * * Each post is wrapped in `.post` and is used on default and post layouts. Each * page is wrapped in `.page` and is only used on the page layout. */ .page, .post { margin-bottom: 4em; } /* Blog post or page title */ .page-title, .post-title, .post-title a { color: #303030; } .page-title, .post-title { margin-top: 0; } /* Meta data line below post title */ .post-date { display: block; margin-top: -.5rem; margin-bottom: 1rem; color: #9a9a9a; } /* tags */ .tag { position:relative; height:26px; padding:5px 2px 2px 20px; background-color: #67A492; box-sizing: border-box; color: #FAFCFC; font-size: 16px; text-transform: uppercase; } .tag::before { content: ""; position: absolute; top: 0; left: 0; height: 0; width: 0; border-bottom: 12px solid transparent; border-left: 13px solid #fff; border-top: 12px solid transparent; } .tag::after { content: ""; position: absolute; top: 0px; left: 100%; height: 0px; width: 0px; border-top: 12px solid transparent; border-left: 10px solid #67A492; border-bottom: 12px solid transparent; padding-right: 20px; } .menu-deroulant { position: absolute; padding : 0; /* pas de marge intérieure */ margin : 0; /* ni extérieure */ list-style-type: none; } .menu-deroulant ul /* Liste */ { min-height: 0; display: block; padding: 0; list-style-type: none; } .chevron::before { border-style: solid; border-width: 0.25em 0.25em 0 0; content: ''; display: inline-block; height: 0.45em; left: 0.15em; position: relative; top: 0.15em; transform: rotate(-45deg); vertical-align: top; width: 0.45em; } .chevron.right:before { left: 0; transform: rotate(45deg); } .chevron.bottom:before { top: 0; transform: rotate(135deg); } .chevron.left:before { left: 0.25em; transform: rotate(-135deg); } /* Related posts */ .related { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid #eee; } .related-posts { padding-left: 0; list-style: none; } .related-posts h3 { margin-top: 0; } .related-posts li small { font-size: 75%; color: #999; } .related-posts li a:hover { color: #268bd2; text-decoration: none; } .related-posts li a:hover small { color: inherit; } /* * Pagination * * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when * there are no more previous or next posts to show. */ .pagination { overflow: hidden; /* clearfix */ margin-left: -1rem; margin-right: -1rem; font-family: "PT Sans", Helvetica, Arial, sans-serif; color: #ccc; text-align: center; } /* Pagination items can be `span`s or `a`s */ .pagination-item { display: block; padding: 1rem; border: 1px solid #eee; } .pagination-item:first-child { margin-bottom: -1px; } /* Only provide a hover state for linked pagination items */ a.pagination-item:hover { background-color: #f5f5f5; } @media (min-width: 30em) { .pagination { margin: 3rem 0; } .pagination-item { float: left; width: 50%; } .pagination-item:first-child { margin-bottom: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination-item:last-child { margin-left: -1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } /* * Sidebar * * Flexible banner for housing site name, intro, and "footer" content. Starts * out above content in mobile and later moves to the side with wider viewports. */ .sidebar { text-align: center; padding: 2rem 1rem; color: rgba(255,255,255,.5); background-image: url("../wood-texture.jpg"); } @media (min-width: 48em) { .sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 18rem; text-align: left; } } /* Sidebar links */ .sidebar a { color: #fff; } /* About section */ .sidebar-about h1 { color: #fff; margin-top: 0; font-size: 3.25rem; } /* Sidebar nav */ .sidebar-nav { margin-bottom: 1rem; } .sidebar-nav-item { display: block; line-height: 1.75; } a.sidebar-nav-item:hover, a.sidebar-nav-item:focus { text-decoration: underline; } .sidebar-nav-item.active { font-weight: bold; } /* Sticky sidebar * * Add the `sidebar-sticky` class to the sidebar's container to affix it the * contents to the bottom of the sidebar in tablets and up. */ @media (min-width: 48em) { .sidebar-sticky { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; } } /* script display for tex/math */ #katex-content script { display: block; }
public/css/main.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; font: inherit; } /* * Foundation Icons v 3.0 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3 * MIT License */ @font-face { font-family: "foundation-icons", sans-serif; src: url("../fonts/foundation-icons/foundation-icons.eot"); src: url("../fonts/foundation-icons/foundation-icons.eot?") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg") format("svg"); font-weight: normal; font-style: normal; } .icon:before { font-family: "foundation-icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block; text-decoration: inherit; } html { font-size: 14px; line-height: 1.5; } @media (min-width: 48em) { html { font-size: 14px; } } @media (min-width: 58em) { html { font-size: 16px; } } body { font-family: "Raleway"; color: #666; background-color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* No `:visited` state is required by default (browsers will use `a`) */ a { color: #268bd2; text-decoration: none; } a strong { color: inherit; } /* `:focus` is linked to `:hover` for basic accessibility */ a:hover, a:focus { text-decoration: underline; } /* Headings */ h1, h2, h3, h4, h5, h6 { margin-bottom: .5rem; font-family: "Roboto Slab", serif; font-weight: lighter; line-height: 1.25; color: #313131; text-rendering: optimizeLegibility; } h1 { font-size: 3.0rem; } h2 { margin-top: 1rem; font-size: 1.5rem; } h3 { margin-top: 1.5rem; font-size: 1.25rem; } h4, h5, h6 { margin-top: 1rem; font-size: 1rem; } /* Body text */ p { margin-top: 0; margin-bottom: 1rem; } strong { color: #303030; } /* Lists */ ul, ol, dl { margin-top: 0; margin-bottom: 1rem; } dt { font-weight: bold; } dd { margin-bottom: .5rem; } /* Misc */ hr { position: relative; margin: 1.5rem 0; border: 0; border-top: 1px solid #eee; border-bottom: 1px solid #fff; } abbr { font-size: 85%; font-weight: bold; color: #555; text-transform: uppercase; } abbr[title] { cursor: help; border-bottom: 1px dotted #e5e5e5; } /* Code */ code { padding: .1em .4em; background: #e8f2fb; border: 1px solid #c9e1f6; border-radius: 3px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .85em; } pre { margin-bottom: 1.3em; /* padding: 1em 2.5%; background: #e8f2fb; border: 1px solid #c9e1f6; */ border-radius: 3px; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: .9em; font-weight: normal; line-height: 1.3em; } pre code { padding: 0; background: none; border: none; } /* Pygments via Jekyll */ .highlight { margin-bottom: 1rem; border-radius: 4px; } .highlight pre { margin-bottom: 0; overflow: auto; } /* Gist via GitHub Pages */ .gist .gist-file { font-family: Menlo, Monaco, "Courier New", monospace !important; } .gist .markdown-body { padding: 15px; } .gist pre { padding: 0; background-color: transparent; } .gist .gist-file .gist-data { font-size: .8rem !important; line-height: 1.4; } .gist code { padding: 0; color: inherit; background-color: transparent; border-radius: 0; } /* Quotes */ blockquote { padding: .5rem 1rem; margin: .8rem 0; color: #7a7a7a; border-left: .25rem solid #e5e5e5; } blockquote p:last-child { margin-bottom: 0; } @media (min-width: 30em) { blockquote { padding-right: 5rem; padding-left: 1.25rem; } } img { display: block; max-width: 100%; margin: 0 0 1rem; border-radius: 5px; } /* Tables */ table { margin-bottom: 1rem; width: 100%; border: 1px solid #e5e5e5; border-collapse: collapse; } td, th { padding: .25rem .5rem; border: 1px solid #e5e5e5; } tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { background-color: #f9f9f9; } /* * Custom type * * Extend paragraphs with `.lead` for larger introductory text. */ .lead { font-size: 1.25rem; font-weight: 300; } /* * Messages * * Show alert messages to users. You may add it to single elements like a `<p>`, * or to a parent if there are multiple elements to show. */ .message { margin-bottom: 1rem; padding: 1rem; color: #717171; background-color: #f9f9f9; } /* * Container * * Center the page content. */ .container { padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .content { padding-top: 4rem; padding-bottom: 4rem; } @media (min-width: 48em) { .content { margin-left: 24rem; margin-right: 2rem; } } @media (min-width: 64em) { .content { margin-left: 26rem; margin-right: 4rem; } } /* * Reverse layout * * Flip the orientation of the page by placing the `.sidebar` on the right. */ @media (min-width: 48em) { .layout-reverse .sidebar { left: auto; right: 0; } .layout-reverse .content { margin-left: 2rem; margin-right: 20rem; } } @media (min-width: 64em) { .layout-reverse .content { margin-left: 4rem; margin-right: 22rem; } } /* * Masthead * * Super small header above the content for site name and short description. */ .masthead { padding-top: 1rem; padding-bottom: 1rem; margin-bottom: 3rem; } .masthead-title { margin-top: 0; margin-bottom: 0; color: #505050; } .masthead-title a { color: #505050; } .masthead-title small { font-size: 75%; font-weight: 400; color: #c0c0c0; letter-spacing: 0; } /* * Posts and pages * * Each post is wrapped in `.post` and is used on default and post layouts. Each * page is wrapped in `.page` and is only used on the page layout. */ .page, .post { margin-bottom: 4em; } /* Blog post or page title */ .page-title, .post-title, .post-title a { color: #303030; } .page-title, .post-title { margin-top: 0; } /* Meta data line below post title */ .post-date { display: block; margin-top: -.5rem; margin-bottom: 1rem; color: #9a9a9a; } /* tags */ .tag { position:relative; height:26px; padding:5px 2px 2px 20px; background-color: #67A492; box-sizing: border-box; color: #FAFCFC; font-size: 16px; text-transform: uppercase; } .tag::before { content: ""; position: absolute; top: 0; left: 0; height: 0; width: 0; border-bottom: 12px solid transparent; border-left: 13px solid #fff; border-top: 12px solid transparent; } .tag::after { content: ""; position: absolute; top: 0px; left: 100%; height: 0px; width: 0px; border-top: 12px solid transparent; border-left: 10px solid #67A492; border-bottom: 12px solid transparent; padding-right: 20px; } .menu-deroulant { position: absolute; padding : 0; /* pas de marge intérieure */ margin : 0; /* ni extérieure */ list-style-type: none; } .menu-deroulant ul /* Liste */ { min-height: 0; display: block; padding: 0; list-style-type: none; } .chevron::before { border-style: solid; border-width: 0.25em 0.25em 0 0; content: ''; display: inline-block; height: 0.45em; left: 0.15em; position: relative; top: 0.15em; transform: rotate(-45deg); vertical-align: top; width: 0.45em; } .chevron.right:before { left: 0; transform: rotate(45deg); } .chevron.bottom:before { top: 0; transform: rotate(135deg); } .chevron.left:before { left: 0.25em; transform: rotate(-135deg); } /* Related posts */ .related { padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid #eee; } .related-posts { padding-left: 0; list-style: none; } .related-posts h3 { margin-top: 0; } .related-posts li small { font-size: 75%; color: #999; } .related-posts li a:hover { color: #268bd2; text-decoration: none; } .related-posts li a:hover small { color: inherit; } /* * Pagination * * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when * there are no more previous or next posts to show. */ .pagination { overflow: hidden; /* clearfix */ margin-left: -1rem; margin-right: -1rem; font-family: "PT Sans", Helvetica, Arial, sans-serif; color: #ccc; text-align: center; } /* Pagination items can be `span`s or `a`s */ .pagination-item { display: block; padding: 1rem; border: 1px solid #eee; } .pagination-item:first-child { margin-bottom: -1px; } /* Only provide a hover state for linked pagination items */ a.pagination-item:hover { background-color: #f5f5f5; } @media (min-width: 30em) { .pagination { margin: 3rem 0; } .pagination-item { float: left; width: 50%; } .pagination-item:first-child { margin-bottom: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination-item:last-child { margin-left: -1px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } /* * Sidebar * * Flexible banner for housing site name, intro, and "footer" content. Starts * out above content in mobile and later moves to the side with wider viewports. */ .sidebar { text-align: center; padding: 2rem 1rem; color: rgba(255,255,255,.5); background-image: url("../wood-texture.jpg"); } @media (min-width: 48em) { .sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 18rem; text-align: left; } } /* Sidebar links */ .sidebar a { color: #fff; } /* About section */ .sidebar-about h1 { color: #fff; margin-top: 0; font-size: 3.25rem; } /* Sidebar nav */ .sidebar-nav { margin-bottom: 1rem; } .sidebar-nav-item { display: block; line-height: 1.75; } a.sidebar-nav-item:hover, a.sidebar-nav-item:focus { text-decoration: underline; } .sidebar-nav-item.active { font-weight: bold; } /* Sticky sidebar * * Add the `sidebar-sticky` class to the sidebar's container to affix it the * contents to the bottom of the sidebar in tablets and up. */ @media (min-width: 48em) { .sidebar-sticky { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; } } /* script display for tex/math */ #katex-content script { display: block; }
0.448185
0.070432
[data-animation=animFadeInUp], [data-animation=animFadeInDown], [data-animation=animFadeInRight], [data-animation=animFadeInLeft] { opacity: 0; } .animFadeInUp { -webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; } .animFadeInUp.done { opacity: 1; } .animFadeInDown { -webkit-animation: fadeInDown 1.5s; animation: fadeInDown 1.5s; } .animFadeInDown.done { opacity: 1; } .animFadeInLeft { -webkit-animation: fadeInLeft 1.5s; animation: fadeInLeft 1.5s; } .animFadeInLeft.done { opacity: 1; } .animFadeInRight { -webkit-animation: fadeInRight 1.5s; animation: fadeInRight 1.5s; } .animFadeInRight.done { opacity: 1; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes preloader { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes preloader { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes hidePreloader { 0% { opacity: 1; } 100% { opacity: 0; display: none; } } @keyframes hidePreloader { 0% { opacity: 1; } 100% { opacity: 0; display: none; } }
App/html/css/animation.css
[data-animation=animFadeInUp], [data-animation=animFadeInDown], [data-animation=animFadeInRight], [data-animation=animFadeInLeft] { opacity: 0; } .animFadeInUp { -webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; } .animFadeInUp.done { opacity: 1; } .animFadeInDown { -webkit-animation: fadeInDown 1.5s; animation: fadeInDown 1.5s; } .animFadeInDown.done { opacity: 1; } .animFadeInLeft { -webkit-animation: fadeInLeft 1.5s; animation: fadeInLeft 1.5s; } .animFadeInLeft.done { opacity: 1; } .animFadeInRight { -webkit-animation: fadeInRight 1.5s; animation: fadeInRight 1.5s; } .animFadeInRight.done { opacity: 1; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes preloader { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes preloader { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(0.3); transform: scale(0.3); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes hidePreloader { 0% { opacity: 1; } 100% { opacity: 0; display: none; } } @keyframes hidePreloader { 0% { opacity: 1; } 100% { opacity: 0; display: none; } }
0.400632
0.117902
.can-cannot, .with-without, .does-doesnt, .regardlessof-forspecific, .assign-donotassign, .all-specific, .students-instructors, .active-inactive-flip{ padding: 0px; width: 4em; margin: auto; } .assign-flippy-wrapper .assign-donotassign { width:6.8em; } .assign-flippy-wrapper .donotassign-flip-container { width:7.86em; } .flip-container, .floater, .permission_phrase { float: left; } .flip-container { width: 5em; height: 2.2em; } .long-flip-containter { width:8em; } .floater { margin-top: 1px; max-width:44%; } .floater-no-max-width { max-width:none; } .permission_phrase { margin: -1px; } .settings-line { height: 2em; } .can, .cannot, .with, .without, .does, .doesnot, .regardlessof, .forspecific, .assign, .donotassign, .all, .specific, .students, .instructors, .active-flip, .inactive-flip{ text-align:center; text-shadow:0 1px 1px rgba(255,255,255,0.75); vertical-align: middle; cursor: pointer; background-repeat: repeat-x; border: 1px solid #bbb; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); border-bottom-color: #a2a2a2; padding-bottom:0.1em; -moz-border-radius: 4px; border-radius: 4px; } .can, .without, .does, .regardlessof, .assign, .all, .students, .active-flip { color:#494949; background-color: #f5f5f5; background-image: -moz-linear-gradient(top,#fff,#e6e6e6); background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); background-image: -webkit-linear-gradient(top,#fff,#e6e6e6); background-image: -o-linear-gradient(top,#fff,#e6e6e6); background-image: linear-gradient(to bottom,#fff,#e6e6e6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); } .cannot, .with, .doesnot, .forspecific, .donotassign, .specific, .instructors, .inactive-flip { color:#303030; background-color: #a8a8a8; background-image: -moz-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#a8a8a8)); background-image: -webkit-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: -o-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: linear-gradient(to bottom,#e6e6e6,#a8a8a8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#ffa8a8a8',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); } .can:hover, .cannot:hover, .with:hover, .without:hover, .does:hover, .doesnot:hover, .regardlessof:hover, .forspecific:hover, .assign:hover, .donotassign:hover, .all:hover, .specific:hover, .students:hover, .instructors:hover, .active-flip:hover, .inactive-flip:hover{ text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position .1s linear; -moz-transition: background-position .1s linear; -o-transition: background-position .1s linear; transition: background-position .1s linear; } .can:hover, .without:hover, .does:hover, .reglardlessof:hover, .assign:hover, .all:hover, .students:hover, .active-flip:hover{ background-color: #e6e6e6; } .cannot:hover, .with:hover, .doesnot:hover, .forspecific:hover, .donotassign:hover, .specific:hover, .instructors:hover, .inactive-flip:hover{ background-color: #a8a8a8; } .no-flip:hover { background-position: 0; cursor: default; } .regardlessof-forspecific { width:7em; } .students-instructors { width:6em; } .inline-flippy .floater, .inline-flippy .flip-container, .inline-flippy .active-inactive-flip { display: inline; float:none; } .inline-flippy .active-inactive-flip { padding: 1px 3px; }
public/css/jquery.flippy.css
.can-cannot, .with-without, .does-doesnt, .regardlessof-forspecific, .assign-donotassign, .all-specific, .students-instructors, .active-inactive-flip{ padding: 0px; width: 4em; margin: auto; } .assign-flippy-wrapper .assign-donotassign { width:6.8em; } .assign-flippy-wrapper .donotassign-flip-container { width:7.86em; } .flip-container, .floater, .permission_phrase { float: left; } .flip-container { width: 5em; height: 2.2em; } .long-flip-containter { width:8em; } .floater { margin-top: 1px; max-width:44%; } .floater-no-max-width { max-width:none; } .permission_phrase { margin: -1px; } .settings-line { height: 2em; } .can, .cannot, .with, .without, .does, .doesnot, .regardlessof, .forspecific, .assign, .donotassign, .all, .specific, .students, .instructors, .active-flip, .inactive-flip{ text-align:center; text-shadow:0 1px 1px rgba(255,255,255,0.75); vertical-align: middle; cursor: pointer; background-repeat: repeat-x; border: 1px solid #bbb; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); border-bottom-color: #a2a2a2; padding-bottom:0.1em; -moz-border-radius: 4px; border-radius: 4px; } .can, .without, .does, .regardlessof, .assign, .all, .students, .active-flip { color:#494949; background-color: #f5f5f5; background-image: -moz-linear-gradient(top,#fff,#e6e6e6); background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)); background-image: -webkit-linear-gradient(top,#fff,#e6e6e6); background-image: -o-linear-gradient(top,#fff,#e6e6e6); background-image: linear-gradient(to bottom,#fff,#e6e6e6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); } .cannot, .with, .doesnot, .forspecific, .donotassign, .specific, .instructors, .inactive-flip { color:#303030; background-color: #a8a8a8; background-image: -moz-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#a8a8a8)); background-image: -webkit-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: -o-linear-gradient(top,#e6e6e6,#a8a8a8); background-image: linear-gradient(to bottom,#e6e6e6,#a8a8a8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6',endColorstr='#ffa8a8a8',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05); } .can:hover, .cannot:hover, .with:hover, .without:hover, .does:hover, .doesnot:hover, .regardlessof:hover, .forspecific:hover, .assign:hover, .donotassign:hover, .all:hover, .specific:hover, .students:hover, .instructors:hover, .active-flip:hover, .inactive-flip:hover{ text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position .1s linear; -moz-transition: background-position .1s linear; -o-transition: background-position .1s linear; transition: background-position .1s linear; } .can:hover, .without:hover, .does:hover, .reglardlessof:hover, .assign:hover, .all:hover, .students:hover, .active-flip:hover{ background-color: #e6e6e6; } .cannot:hover, .with:hover, .doesnot:hover, .forspecific:hover, .donotassign:hover, .specific:hover, .instructors:hover, .inactive-flip:hover{ background-color: #a8a8a8; } .no-flip:hover { background-position: 0; cursor: default; } .regardlessof-forspecific { width:7em; } .students-instructors { width:6em; } .inline-flippy .floater, .inline-flippy .flip-container, .inline-flippy .active-inactive-flip { display: inline; float:none; } .inline-flippy .active-inactive-flip { padding: 1px 3px; }
0.55447
0.191384
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; } .clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clear {display: inline-block;} /* hide IE mac \*/ * html .clear {height: 1%;} .clear {display: block;} /* */ body { font-family: Arial, Sans; padding: 20px; } #message_list { border: 1px solid #cdc; /* -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; */ background-color: #efe; padding: 15px 50px 15px 15px; line-height: 1.5em; margin-bottom: 25px; position: relative; display: block; } #message_list.has_errors { background-color: #fee; border: 1px solid #dcc; } #message_list ul { padding: 0px; margin: 0px 0px 0px 30px; } #message_list li.success { list-style-image: url(/images/template/check.png); color: #050; } #message_list li.warning { list-style-image: url(/images/template/info.png); } #message_list li.error { list-style-image: url(/images/template/delete.png); color: #500; } #message_list ul li { padding: 0px 0px 0px 0px; } h1.logo { font-family: georgia; font-weight: normal; font-size: 36px; margin-bottom: 25px; } h1.logo a { color: #500; text-decoration: none; } h1.logo a:hover { text-decoration: underline; } h2 { font-size: 17px; font-weight: bold; margin-bottom: 15px; } strong { font-weight: bold; } em { font-style: italic; } #main { width: 960px; } .form_entry { border: 1px solid #ccc; background: #eee; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 15px; margin-bottom: 25px; } .form_entry label { display: block; float: left; width: 204px; padding-right: 10px; font-size: 18px; line-height: 18px; margin-top: 5px; } .form_entry label span { margin-top: 3px; line-height: 14px; display: block; } .form_entry input[type=text] { width: 696px; border: 1px solid #bbb; padding: 5px; font-size: 24px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .form_entry select { font-size: 24px; } .form_entry hr { border-top: 1px solid #bbb; border-bottom: 0px none transparent; border-left: 0px none transparent; border-right: 0px none transparent; margin: 20px 0px; } .buttons { position: relative; padding-left: 216px; margin-bottom: 0px; } .buttons a.delete { display: block; position: absolute; right: 10px; top: 20px; font-size: 13px; text-decoration: none; } .buttons a.delete:hover { text-decoration: underline; } button { font-size: 20px; text-shadow: 0px -1px 1px white; padding: 0px; width: 200px; border: 1px background: #eee; background: -moz-linear-gradient(top, #eee 0%, #ccc 50%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ccc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eee 0%,#ccc 50%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #eee 0%,#ccc 50%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #eee 0%,#ccc 50%); /* IE10+ */ background: linear-gradient(top, #eee 0%,#ccc 50%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */ border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer; } button:hover { background: #ccc; } button div { border-top: 1px solid #fff; padding: 7px 0px; width: 200px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } button:hover div { border-top: 1px solid #bbb; } textarea.embed_code { white-space: nowrap; overflow: auto; width: 940px; height: 70px; border: 1px solid #aaa; padding: 10px; font-size: 14px; margin-bottom: 25px; } span.hint { color: gray; font-size: 11px; font-style: italic; } ul.blog_list { list-style-type: disc; padding: 0px 50px; margin-bottom: 20px; } ul.blog_list a { font-size: 26px; line-height: 36px; } div.footer { margin-top: 50px; border-top: 1px solid #ddd; color: #bbb; font-size: 13px; padding: 15px 0px; font-family: Georgia; text-align: center; } div.footer a { color: #aaa; } div.footer a:hover { color: #222; }
webroot/css/template.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; } .clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clear {display: inline-block;} /* hide IE mac \*/ * html .clear {height: 1%;} .clear {display: block;} /* */ body { font-family: Arial, Sans; padding: 20px; } #message_list { border: 1px solid #cdc; /* -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; */ background-color: #efe; padding: 15px 50px 15px 15px; line-height: 1.5em; margin-bottom: 25px; position: relative; display: block; } #message_list.has_errors { background-color: #fee; border: 1px solid #dcc; } #message_list ul { padding: 0px; margin: 0px 0px 0px 30px; } #message_list li.success { list-style-image: url(/images/template/check.png); color: #050; } #message_list li.warning { list-style-image: url(/images/template/info.png); } #message_list li.error { list-style-image: url(/images/template/delete.png); color: #500; } #message_list ul li { padding: 0px 0px 0px 0px; } h1.logo { font-family: georgia; font-weight: normal; font-size: 36px; margin-bottom: 25px; } h1.logo a { color: #500; text-decoration: none; } h1.logo a:hover { text-decoration: underline; } h2 { font-size: 17px; font-weight: bold; margin-bottom: 15px; } strong { font-weight: bold; } em { font-style: italic; } #main { width: 960px; } .form_entry { border: 1px solid #ccc; background: #eee; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 15px; margin-bottom: 25px; } .form_entry label { display: block; float: left; width: 204px; padding-right: 10px; font-size: 18px; line-height: 18px; margin-top: 5px; } .form_entry label span { margin-top: 3px; line-height: 14px; display: block; } .form_entry input[type=text] { width: 696px; border: 1px solid #bbb; padding: 5px; font-size: 24px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .form_entry select { font-size: 24px; } .form_entry hr { border-top: 1px solid #bbb; border-bottom: 0px none transparent; border-left: 0px none transparent; border-right: 0px none transparent; margin: 20px 0px; } .buttons { position: relative; padding-left: 216px; margin-bottom: 0px; } .buttons a.delete { display: block; position: absolute; right: 10px; top: 20px; font-size: 13px; text-decoration: none; } .buttons a.delete:hover { text-decoration: underline; } button { font-size: 20px; text-shadow: 0px -1px 1px white; padding: 0px; width: 200px; border: 1px background: #eee; background: -moz-linear-gradient(top, #eee 0%, #ccc 50%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(50%,#ccc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eee 0%,#ccc 50%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #eee 0%,#ccc 50%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #eee 0%,#ccc 50%); /* IE10+ */ background: linear-gradient(top, #eee 0%,#ccc 50%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */ border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer; } button:hover { background: #ccc; } button div { border-top: 1px solid #fff; padding: 7px 0px; width: 200px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } button:hover div { border-top: 1px solid #bbb; } textarea.embed_code { white-space: nowrap; overflow: auto; width: 940px; height: 70px; border: 1px solid #aaa; padding: 10px; font-size: 14px; margin-bottom: 25px; } span.hint { color: gray; font-size: 11px; font-style: italic; } ul.blog_list { list-style-type: disc; padding: 0px 50px; margin-bottom: 20px; } ul.blog_list a { font-size: 26px; line-height: 36px; } div.footer { margin-top: 50px; border-top: 1px solid #ddd; color: #bbb; font-size: 13px; padding: 15px 0px; font-family: Georgia; text-align: center; } div.footer a { color: #aaa; } div.footer a:hover { color: #222; }
0.221351
0.086016
#archnavbar { background-color: #2f343f !important; } body { background-color: #2f343f !important } div.box { background-color: #444b5d !important; border: none !important; color: #cfcfcf !important } #pkgsearch { background-color: #444b5d !important; border: none !important } input#pkgsearch-field { background-color: #444b5d !important; color: #cfcfcf !important; } div#news { color: #cfcfcf !important } code { color: #cfcfcf !important; background-color: #444b5d !important; } pre { background-color: #444b5d !important; border: none !important } a:visited { color: #737f9d !important } a:link { color: #cbd2db !important } div#footer { color: #c2c2c2 !important } span.community, span.more, span.next, span.prev { color: #cfcfcf !important; background-color: #444b5d !important; } span.testing.community-testing { color: #a3a3a3 !important; background-color: #444b5d !important; } code { background: #444b5d !important } /* Packages List */ .results, th, td { background-color: #444b5d !important; color: #cfcfcf } select#id_arch, input#id_q, select#id_repo, select#id_maintainer, select#id_flagged, input { background-color: #444b5d !important; color: #cfcfcf !important; border-width: 1px !important; border-style: solid !important } div#actionlist, div#elsewhere.widget { background-color: #2f343f !important; color: #cfcfcf !important; border: none !important } h4 { color: #cfcfcf !important } div.commit-subject, div.commit-msg { color: #cfcfcf !important } div.path { background-color: #444b5d !important; } /* Bugs */ div#search, div#pm-menu, div#menu { background-color: #444b5d !important; color: #cfcfcf !important; border-bottom-color: #444b5d !important; border-left-color: #444b5d !important; border-top-color: #444b5d !important; border-right-color: #444b5d !important; } div#intromessage { color: #c2c2c2 !important } div#tasklist, table, td { background-color: #444b5d !important; border-bottom-color: #444b5d !important; border-left-color: #444b5d !important; border-top-color: #444b5d !important; border-right-color: #444b5d !important; } div#taskdetails, div.attachments, .summary .severity1, .severity2, .severity3, .severity4, .severity5 { background-color: #444b5d !important; border: none !important } div#related.tab { background-color: #444b5d !important; } div.attachments { border: dotted !important } div#fineprint { color: #c2c2c2 !important } h2.summary.severity5, span#navigation { background-color: #2f343f !important; color: #c2c2c2 !important } div#comments, a.active { background-color: #444b5d !important; color: #c2c2c2 !important; border: none !important } /* Security */ h1, b { color: #c2c2c2 !important } /* AUR */ div.comments.package-comments { color: #c2c2c2 !important }
data/usercss/153297.user.css
#archnavbar { background-color: #2f343f !important; } body { background-color: #2f343f !important } div.box { background-color: #444b5d !important; border: none !important; color: #cfcfcf !important } #pkgsearch { background-color: #444b5d !important; border: none !important } input#pkgsearch-field { background-color: #444b5d !important; color: #cfcfcf !important; } div#news { color: #cfcfcf !important } code { color: #cfcfcf !important; background-color: #444b5d !important; } pre { background-color: #444b5d !important; border: none !important } a:visited { color: #737f9d !important } a:link { color: #cbd2db !important } div#footer { color: #c2c2c2 !important } span.community, span.more, span.next, span.prev { color: #cfcfcf !important; background-color: #444b5d !important; } span.testing.community-testing { color: #a3a3a3 !important; background-color: #444b5d !important; } code { background: #444b5d !important } /* Packages List */ .results, th, td { background-color: #444b5d !important; color: #cfcfcf } select#id_arch, input#id_q, select#id_repo, select#id_maintainer, select#id_flagged, input { background-color: #444b5d !important; color: #cfcfcf !important; border-width: 1px !important; border-style: solid !important } div#actionlist, div#elsewhere.widget { background-color: #2f343f !important; color: #cfcfcf !important; border: none !important } h4 { color: #cfcfcf !important } div.commit-subject, div.commit-msg { color: #cfcfcf !important } div.path { background-color: #444b5d !important; } /* Bugs */ div#search, div#pm-menu, div#menu { background-color: #444b5d !important; color: #cfcfcf !important; border-bottom-color: #444b5d !important; border-left-color: #444b5d !important; border-top-color: #444b5d !important; border-right-color: #444b5d !important; } div#intromessage { color: #c2c2c2 !important } div#tasklist, table, td { background-color: #444b5d !important; border-bottom-color: #444b5d !important; border-left-color: #444b5d !important; border-top-color: #444b5d !important; border-right-color: #444b5d !important; } div#taskdetails, div.attachments, .summary .severity1, .severity2, .severity3, .severity4, .severity5 { background-color: #444b5d !important; border: none !important } div#related.tab { background-color: #444b5d !important; } div.attachments { border: dotted !important } div#fineprint { color: #c2c2c2 !important } h2.summary.severity5, span#navigation { background-color: #2f343f !important; color: #c2c2c2 !important } div#comments, a.active { background-color: #444b5d !important; color: #c2c2c2 !important; border: none !important } /* Security */ h1, b { color: #c2c2c2 !important } /* AUR */ div.comments.package-comments { color: #c2c2c2 !important }
0.072645
0.084078
.mui-backdrop { position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.3); } .mui-poppicker-btn-cancel,.mui-poppicker-btn-ok{ font-size: 14px; font-weight: 400; line-height: 1.42; position: relative; display: inline-block; margin-bottom: 0; padding: 6px 12px; cursor: pointer; -webkit-transition: all; transition: all; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: .2s; transition-duration: .2s; text-align: center; vertical-align: top; white-space: nowrap; color: #333; border: 1px solid #ccc; border-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: #fff; background-clip: padding-box; } .mui-btn-blue, .mui-btn-primary, input[type=submit] { color:#fff; border:1px solid #E86818; background-color:#ff731c; } .mui-poppicker { position: fixed; left: 0px; width: 100%; z-index: 999; background-color: #eee; border-top: solid 1px #ccc; box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1); -webkit-transition: .3s; bottom: 0px; -webkit-transform: translateY(300px); } .mui-poppicker.mui-active { -webkit-transform: translateY(0px); } .mui-android-5-1 .mui-poppicker { bottom: -300px; -webkit-transition-property: bottom; -webkit-transform: none; } .mui-android-5-1 .mui-poppicker.mui-active { bottom: 0px; -webkit-transition-property: bottom; -webkit-transform: none; } .mui-poppicker-header { padding: 6px; font-size: 14px; color: #888; } .mui-poppicker-header .mui-btn { font-size: 12px; padding: 5px 10px; } .mui-poppicker-btn-cancel { float: left; } .mui-poppicker-btn-ok { float: right; } .mui-poppicker-clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; } .mui-poppicker-body { position: relative; width: 100%; height: 200px; border-top: solid 1px #ddd; /*-webkit-perspective: 1200px; perspective: 1200px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;*/ } .mui-poppicker-body .mui-picker { width: 100%; height: 100%; margin: 0px; border: none; float: left; }
public/index/js/mui/css/mui.poppicker.css
.mui-backdrop { position: fixed; z-index: 998; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.3); } .mui-poppicker-btn-cancel,.mui-poppicker-btn-ok{ font-size: 14px; font-weight: 400; line-height: 1.42; position: relative; display: inline-block; margin-bottom: 0; padding: 6px 12px; cursor: pointer; -webkit-transition: all; transition: all; -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: .2s; transition-duration: .2s; text-align: center; vertical-align: top; white-space: nowrap; color: #333; border: 1px solid #ccc; border-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: #fff; background-clip: padding-box; } .mui-btn-blue, .mui-btn-primary, input[type=submit] { color:#fff; border:1px solid #E86818; background-color:#ff731c; } .mui-poppicker { position: fixed; left: 0px; width: 100%; z-index: 999; background-color: #eee; border-top: solid 1px #ccc; box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1); -webkit-transition: .3s; bottom: 0px; -webkit-transform: translateY(300px); } .mui-poppicker.mui-active { -webkit-transform: translateY(0px); } .mui-android-5-1 .mui-poppicker { bottom: -300px; -webkit-transition-property: bottom; -webkit-transform: none; } .mui-android-5-1 .mui-poppicker.mui-active { bottom: 0px; -webkit-transition-property: bottom; -webkit-transform: none; } .mui-poppicker-header { padding: 6px; font-size: 14px; color: #888; } .mui-poppicker-header .mui-btn { font-size: 12px; padding: 5px 10px; } .mui-poppicker-btn-cancel { float: left; } .mui-poppicker-btn-ok { float: right; } .mui-poppicker-clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; } .mui-poppicker-body { position: relative; width: 100%; height: 200px; border-top: solid 1px #ddd; /*-webkit-perspective: 1200px; perspective: 1200px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;*/ } .mui-poppicker-body .mui-picker { width: 100%; height: 100%; margin: 0px; border: none; float: left; }
0.270673
0.071916
:root { --icon-size: 2rem; --border-cover: 15%; } input[type=checkbox] { visibility: hidden; margin: 0; padding: 0; display: none; } body { width: 100vw; height: auto; } button { display: inline-block; border: none; padding: 1rem 2rem; margin: 0; text-decoration: none; background: rgba(255, 255, 255, 0); color: #ffffff; font-size: 1rem; cursor: pointer; text-align: center; transition: background 250ms ease-in-out, transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; } button:hover, button:focus { background: rgba(255, 99, 71, 0); } button:focus { outline: 0px solid #fff; outline-offset: -4px; } button:active { transform: scale(0.99); } /* fim definições gerais */ .tela { width: 100vw; height: 100vh; display: flex; flex-direction: column; background-color: rgb(255, 255, 255); overflow: hidden; position: absolute; } .tela-background-color { background-color: rgb(255, 255, 255); } /* cabeçalho */ .cabecalho { width: 100vw; position: absolute; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .buttonBox { width: auto; height: auto; position: relative; z-index: 1; } .fa-bars:before { color: #959595; font-size: var(--icon-size); cursor: pointer; } .fa-bars:hover:before { color: #bbb; } .zoonOut { animation: zoonout .2s ease-in forwards; } @keyframes zoonout { 0% {transform: scale(1);} 100% {transform: scale(0);} } .zoonIn { animation: zoonin .2s ease-in forwards; } @keyframes zoonin { 0% {transform: scale(0);} 100% {transform: scale(1);} } .fa-times:before { color: #959595; font-size: calc(var(--icon-size) + .5rem); cursor: pointer; } .fa-times:hover:before { color: #bbb; } .fa-search:before { font-size: var(--icon-size); color: black; cursor: pointer; } /* fim cabeçalho */ /* imagem capa */ .imagemCapa { width: 100vw; background-color: #00ffff; transition: all 0.3s ease-in; } .scale-minus { position: relative; z-index: 0; animation: scaleminus .3s ease-in forwards; } .scale-plus { position: relative; z-index: 0; animation: scaleplus .2s ease-in forwards; } /* fim imagem capa */ /* barra player */ #playerCorpo { width: 100vw; display: flex; flex-flow: row; align-items: center; justify-content: center; background: #111; border: none; position: relative; } .fa-play { background-color: rgba(255, 255, 255, 0); } .fa-play::before { font-size: var(--icon-size); } /* fim barra player */ /* secao lista de musicas */ .listaMusicas { background-color: rgb(0, 0, 0); } .listaMusicasOpen { width: 100vw; position: relative; animation: mostralista .2s ease-in forwards; } .listaMusicasClose { position: relative; animation: esconderlista .2s ease-in forwards; } /* fim secao lista de musicas */ /* declaraçoes media queries */ @media only screen and (max-width: 449px) { .cabecalho { height: 10vh; } .imagemCapa { height: 60vh; } #playerCorpo { height: 40vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.4, .5); bottom: 0%; right: 22%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.4, .5); bottom: 0%; right: 22%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 75vh; } } @keyframes esconderlista { 0% { height: 75vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 450px) { .cabecalho { height: 10vh; } .imagemCapa { height: 60vh; } #playerCorpo { height: 40vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.4, .4); bottom: 10%; right: 25%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.4, .4); bottom: 10%; right: 25%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 500px) { .cabecalho { height: 10vh; } .imagemCapa { height: 80vh; } #playerCorpo { height: 20vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.3, .5); bottom: 2%; right: 23%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.3, .5); bottom: 2%; right: 23%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 900px) { .cabecalho { height: 10vh; } #imagemCapa { height: 80vh; } #playerCorpo { height: 20vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.3, .3); bottom: 19%; right: 27%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.3, .3); bottom: 19%; right: 27%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 1200px) { #cabecalho { height: 10vh; } .imagemCapa { height: 90vh; } #playerCorpo { height: 10vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.1, .4); bottom: 2%; right: 40%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.1, .4); bottom: 2%; right: 40%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 1800px) { .cabecalho { height: 10vh; } .imagemCapa { height: 90vh; } #playerCorpo { height: 10vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.1, .5); bottom: 0%; right: 41%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.1, .5); bottom: 0%; right: 41%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } /* fim declaraçoes media queries */
css/style.css
:root { --icon-size: 2rem; --border-cover: 15%; } input[type=checkbox] { visibility: hidden; margin: 0; padding: 0; display: none; } body { width: 100vw; height: auto; } button { display: inline-block; border: none; padding: 1rem 2rem; margin: 0; text-decoration: none; background: rgba(255, 255, 255, 0); color: #ffffff; font-size: 1rem; cursor: pointer; text-align: center; transition: background 250ms ease-in-out, transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; } button:hover, button:focus { background: rgba(255, 99, 71, 0); } button:focus { outline: 0px solid #fff; outline-offset: -4px; } button:active { transform: scale(0.99); } /* fim definições gerais */ .tela { width: 100vw; height: 100vh; display: flex; flex-direction: column; background-color: rgb(255, 255, 255); overflow: hidden; position: absolute; } .tela-background-color { background-color: rgb(255, 255, 255); } /* cabeçalho */ .cabecalho { width: 100vw; position: absolute; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .buttonBox { width: auto; height: auto; position: relative; z-index: 1; } .fa-bars:before { color: #959595; font-size: var(--icon-size); cursor: pointer; } .fa-bars:hover:before { color: #bbb; } .zoonOut { animation: zoonout .2s ease-in forwards; } @keyframes zoonout { 0% {transform: scale(1);} 100% {transform: scale(0);} } .zoonIn { animation: zoonin .2s ease-in forwards; } @keyframes zoonin { 0% {transform: scale(0);} 100% {transform: scale(1);} } .fa-times:before { color: #959595; font-size: calc(var(--icon-size) + .5rem); cursor: pointer; } .fa-times:hover:before { color: #bbb; } .fa-search:before { font-size: var(--icon-size); color: black; cursor: pointer; } /* fim cabeçalho */ /* imagem capa */ .imagemCapa { width: 100vw; background-color: #00ffff; transition: all 0.3s ease-in; } .scale-minus { position: relative; z-index: 0; animation: scaleminus .3s ease-in forwards; } .scale-plus { position: relative; z-index: 0; animation: scaleplus .2s ease-in forwards; } /* fim imagem capa */ /* barra player */ #playerCorpo { width: 100vw; display: flex; flex-flow: row; align-items: center; justify-content: center; background: #111; border: none; position: relative; } .fa-play { background-color: rgba(255, 255, 255, 0); } .fa-play::before { font-size: var(--icon-size); } /* fim barra player */ /* secao lista de musicas */ .listaMusicas { background-color: rgb(0, 0, 0); } .listaMusicasOpen { width: 100vw; position: relative; animation: mostralista .2s ease-in forwards; } .listaMusicasClose { position: relative; animation: esconderlista .2s ease-in forwards; } /* fim secao lista de musicas */ /* declaraçoes media queries */ @media only screen and (max-width: 449px) { .cabecalho { height: 10vh; } .imagemCapa { height: 60vh; } #playerCorpo { height: 40vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.4, .5); bottom: 0%; right: 22%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.4, .5); bottom: 0%; right: 22%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 75vh; } } @keyframes esconderlista { 0% { height: 75vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 450px) { .cabecalho { height: 10vh; } .imagemCapa { height: 60vh; } #playerCorpo { height: 40vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.4, .4); bottom: 10%; right: 25%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.4, .4); bottom: 10%; right: 25%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 500px) { .cabecalho { height: 10vh; } .imagemCapa { height: 80vh; } #playerCorpo { height: 20vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.3, .5); bottom: 2%; right: 23%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.3, .5); bottom: 2%; right: 23%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 900px) { .cabecalho { height: 10vh; } #imagemCapa { height: 80vh; } #playerCorpo { height: 20vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.3, .3); bottom: 19%; right: 27%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.3, .3); bottom: 19%; right: 27%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 1200px) { #cabecalho { height: 10vh; } .imagemCapa { height: 90vh; } #playerCorpo { height: 10vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.1, .4); bottom: 2%; right: 40%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.1, .4); bottom: 2%; right: 40%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } @media only screen and (min-width: 1800px) { .cabecalho { height: 10vh; } .imagemCapa { height: 90vh; } #playerCorpo { height: 10vh; } @keyframes scaleminus { 0% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } 100% { transform: scale(.1, .5); bottom: 0%; right: 41%; border-radius: var(--border-cover); } } @keyframes scaleplus { 0% { transform: scale(.1, .5); bottom: 0%; right: 41%; border-radius: var(--border-cover); } 100% { transform: scale(1, 1); bottom: 0%; right: 0%; border-radius: 0; } } @keyframes mostralista { 0% { height: 0vh; } 100% { height: 150vh; } } @keyframes esconderlista { 0% { height: 150vh; } 100% { height: 0vh; } } } /* fim declaraçoes media queries */
0.683842
0.129623
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,900;1,400;1,700&display=swap'); /* General Styles */ * { padding: 0; margin: 0; box-sizing: border-box; } :root { --clr-base-100: #FFFFFF; --clr-base-200: #FDF8FF; --clr-base-800: #0C0011; --clr-accent-100: #AB9CCC; --clr-accent-200: #897CB9; --clr-accent-600: #2E40C3; --clr-accent-700: #2A2D9B; --clr-accent-800: #512C6F; --ff-primary: 'Nunito Sans', sans-serif; } body { font-size: 14px; font-family: var(--ff-primary); background-color: var(--clr-base-200); background-image: linear-gradient(to bottom, #FDF8FF 0%, #FDF8FF 50%, #2E40C3 50%, #2E40C3 100%); display: flex; justify-content: center; align-items: center; height: 100vh; } nav { padding: 20px; width: 80px; height: 80px; background-color: var(--clr-base-100); display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: width 0.4s linear; } nav.active { width: 350px; border-radius: 40px; } nav ul { display: flex; list-style-type: none; width: 0; transition: width 0.6s linear; } nav.active ul { width: 100%; } nav ul li { transform: rotateY(0deg); opacity: 0; transition: transform 0.6s linear, opacity 0.6s linear; } nav.active ul li { opacity: 1; transform: rotateY(360deg); } nav ul li a { position: relative; color: var(--clr-base-800); text-decoration: none; margin: 0 10px; transition: all 0.2s ease-in; } nav ul li a.active { font-weight: bolder; } nav ul li a:hover { font-weight: bolder; } .icon { cursor: pointer; background-color: var(--clr-base-100); border: 0; height: 30px; width: 30px; position: relative; } .icon .line { position: absolute; background-color: var(--clr-accent-700); height: 2px; width: 20px; top: 10px; left: 5px; transition: transform 0.6s linear; } .icon .line2 { top: auto; bottom: 10px; } nav.active .icon .line1 { transform: rotate(-765deg) translateY(5.5px); } nav.active .icon .line2 { transform: rotate(765deg) translateY(-5.5px); }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,900;1,400;1,700&display=swap'); /* General Styles */ * { padding: 0; margin: 0; box-sizing: border-box; } :root { --clr-base-100: #FFFFFF; --clr-base-200: #FDF8FF; --clr-base-800: #0C0011; --clr-accent-100: #AB9CCC; --clr-accent-200: #897CB9; --clr-accent-600: #2E40C3; --clr-accent-700: #2A2D9B; --clr-accent-800: #512C6F; --ff-primary: 'Nunito Sans', sans-serif; } body { font-size: 14px; font-family: var(--ff-primary); background-color: var(--clr-base-200); background-image: linear-gradient(to bottom, #FDF8FF 0%, #FDF8FF 50%, #2E40C3 50%, #2E40C3 100%); display: flex; justify-content: center; align-items: center; height: 100vh; } nav { padding: 20px; width: 80px; height: 80px; background-color: var(--clr-base-100); display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: width 0.4s linear; } nav.active { width: 350px; border-radius: 40px; } nav ul { display: flex; list-style-type: none; width: 0; transition: width 0.6s linear; } nav.active ul { width: 100%; } nav ul li { transform: rotateY(0deg); opacity: 0; transition: transform 0.6s linear, opacity 0.6s linear; } nav.active ul li { opacity: 1; transform: rotateY(360deg); } nav ul li a { position: relative; color: var(--clr-base-800); text-decoration: none; margin: 0 10px; transition: all 0.2s ease-in; } nav ul li a.active { font-weight: bolder; } nav ul li a:hover { font-weight: bolder; } .icon { cursor: pointer; background-color: var(--clr-base-100); border: 0; height: 30px; width: 30px; position: relative; } .icon .line { position: absolute; background-color: var(--clr-accent-700); height: 2px; width: 20px; top: 10px; left: 5px; transition: transform 0.6s linear; } .icon .line2 { top: auto; bottom: 10px; } nav.active .icon .line1 { transform: rotate(-765deg) translateY(5.5px); } nav.active .icon .line2 { transform: rotate(765deg) translateY(-5.5px); }
0.434461
0.060919
.post_container { /* border: 3px solid purple; */ padding: var(--post-vertical-padding) var(--post-horizontal-padding); } .post_content { /* border: 1px solid teal; */ margin: 10% 0; font-size: calc(1.15rem * var(--text-scale-ratio, 1)); padding: 0 0.75rem; } .post_item:first-of-type { margin-top: 24px; margin-top: 1.5rem; } /* .post_item { border: 1px dashed tomato; } */ .post_title { font-size: calc(1.75rem * var(--text-scale-ratio)); font-family: var(--text-sans-signature, "Source Sans Pro"), "Roboto", sans-serif; display: block; margin: 0.5rem 0; line-height: 1.6; } .post_info { /* border: 1px solid slategray; */ display: flex; flex-wrap: wrap; justify-content: flex-start; color: var(--element-color-3); transition: color 0.5s ease-in-out; } .post_info div { /* border: 1px solid pink; */ margin-right: 1rem; display: flex; } .post_info svg { height: 1rem; width: 1rem; fill: var(--element-color-4); stroke: none; margin-right: 6px; align-self: center; transition: fill 0.5s ease-in-out; } /* .post_info span { color: var(--element-color-3); } */ /* .post_date { display: flex; align-self: center; } .post_length { display: flex; align-self: center; } .post_tags { display: flex; align-self: center; } */ .post_date {} .post_length {} .post_tags {} .post_preview { /* border: 1px solid hotpink; */ line-height: 1.6; margin-bottom: var(--excerpt-vertical-margin); } .post_excerpt { /* border: 1px solid orange; */ line-height: 1.6; margin-bottom: var(--excerpt-vertical-margin); } .pagelinks { /* border: 1px dashed pink; */ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 1rem; margin: 10% 0 5%; font-size: calc(1.15rem * var(--text-scale-ratio, 1)); } .pagelinks span { width: 45%; } .pagelinks span:first-of-type { text-align: left; } .pagelinks span:last-of-type { text-align: right; } .link { color: var(--element-color-2); border-bottom: solid 2px var(--element-color-2); padding-bottom: 2px; } /* mobile */ @media screen and (max-width: 688px) { .pagelinks { /* border: 1px dashed purple; */ justify-content: start; } }
src/templates/blog-index.module.css
.post_container { /* border: 3px solid purple; */ padding: var(--post-vertical-padding) var(--post-horizontal-padding); } .post_content { /* border: 1px solid teal; */ margin: 10% 0; font-size: calc(1.15rem * var(--text-scale-ratio, 1)); padding: 0 0.75rem; } .post_item:first-of-type { margin-top: 24px; margin-top: 1.5rem; } /* .post_item { border: 1px dashed tomato; } */ .post_title { font-size: calc(1.75rem * var(--text-scale-ratio)); font-family: var(--text-sans-signature, "Source Sans Pro"), "Roboto", sans-serif; display: block; margin: 0.5rem 0; line-height: 1.6; } .post_info { /* border: 1px solid slategray; */ display: flex; flex-wrap: wrap; justify-content: flex-start; color: var(--element-color-3); transition: color 0.5s ease-in-out; } .post_info div { /* border: 1px solid pink; */ margin-right: 1rem; display: flex; } .post_info svg { height: 1rem; width: 1rem; fill: var(--element-color-4); stroke: none; margin-right: 6px; align-self: center; transition: fill 0.5s ease-in-out; } /* .post_info span { color: var(--element-color-3); } */ /* .post_date { display: flex; align-self: center; } .post_length { display: flex; align-self: center; } .post_tags { display: flex; align-self: center; } */ .post_date {} .post_length {} .post_tags {} .post_preview { /* border: 1px solid hotpink; */ line-height: 1.6; margin-bottom: var(--excerpt-vertical-margin); } .post_excerpt { /* border: 1px solid orange; */ line-height: 1.6; margin-bottom: var(--excerpt-vertical-margin); } .pagelinks { /* border: 1px dashed pink; */ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 1rem; margin: 10% 0 5%; font-size: calc(1.15rem * var(--text-scale-ratio, 1)); } .pagelinks span { width: 45%; } .pagelinks span:first-of-type { text-align: left; } .pagelinks span:last-of-type { text-align: right; } .link { color: var(--element-color-2); border-bottom: solid 2px var(--element-color-2); padding-bottom: 2px; } /* mobile */ @media screen and (max-width: 688px) { .pagelinks { /* border: 1px dashed purple; */ justify-content: start; } }
0.336113
0.066995
body.defaultMode { --queue-and-options-background: #A55050; --control-bar-background: #553737; --links-text: #97893C; --white-text: white; --white-background: white; --null-white-background: rgba(255, 255, 255, 0); --black-text: black; --tippy-background: black; --empty-percentageBar: #806969; --filled-percentageBar: white; --buffered-percentageBar: #a7a3a3; --accent-color: #7FFFD4; --queue-now-playing-card-background: #964141; --main-background: palevioletred; --menu-buttons-background: #5D4037; --empty-now-playing-page-background: #381E28; --now-playing-page-shadow: rgba(56, 30, 40, 0.45); --placeholders-1: #d0cbcb; --placeholders-2: #b3aaaa; --search-placeholder: rgba(255, 255, 255, 0.43); --search-border: white; --scrollbar: white; --active-overlay-holder-and-shadows: rgba(0, 0, 0, 0.5); --artist-missing-background-and-shadows: rgba(0, 0, 0, 0.5); --unavailable-buttons-and-shadows: rgba(255, 255, 255, 0.5); --accent-color-shadows: #336947; --maximized-queue-shadows: #6F3131; } body.darkMode { --queue-and-options-background: #1b1818; --control-bar-background: #131212; --links-text: #97893C; --white-text: #e6e6e6; --white-background: #272525; --null-white-background: rgba(39, 37, 37, 0); --black-text: #e6e6e6; --tippy-background: rgb(59, 59, 59); --empty-percentageBar: #4b4b4b; --filled-percentageBar: #d4d4d4; --buffered-percentageBar: #797373; --accent-color: #8281a5; --queue-now-playing-card-background: #252020; --main-background: #0e0c0d; --menu-buttons-background: #272525; --empty-now-playing-page-background: #131212; --now-playing-page-shadow: rgba(19, 18, 18, 0.45); --placeholders-1: #ccc3c3; --placeholders-2: #868080; --search-placeholder: rgba(255, 255, 255, 0.43); --search-border: #e6e6e6; --scrollbar: #4b4b4b; --active-overlay-holder-and-shadows: rgba(0, 0, 0, 0.5); --artist-missing-background-and-shadows: rgba(54, 53, 53, 0.5); --unavailable-buttons-and-shadows: rgba(255, 255, 255, 0.5); --accent-color-shadows: #565575; --maximized-queue-shadows: #171616; } body { display: grid; grid-template-rows: auto 60vh 1fr; grid-template-columns: 100vw; grid-template-areas: "menu" "pages" "controlBar"; width: 100vw; height: 100vh; overflow: hidden; margin: 0; padding: 0; } .fastforward * { transition: none !important; } .design { position: absolute; left: 0; top: 0; opacity: 0.85; } .icon { pointer-events: none; width: 100%; height: 100%; } .icon { fill: var(--white-text); stroke: var(--white-text); } .pages.container { grid-area: pages; position: relative; display: grid; grid-template-rows: 100%; grid-template-columns: auto auto auto; grid-template-areas: "playing local podcasts options"; top: 0; width: 100%; height: 100%; overflow: hidden; transition-property: top, height; transition-duration: 0.125s; transition-timing-function: ease-in; } .page.container { min-width: 0; min-height: 0; width: 80%; height: 100%; padding: 0 10%; transition-property: height; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } .playing.background { z-index: -2; position: absolute; background-image: url(../../../missing.png); background-color: var(--empty-now-playing-page-background); background-position: center; background-size: cover; width: 100%; height: 100%; filter: blur(5px); transform: scale(1.05); transition-property: background-image; transition-duration: 0.25s; transition-timing-function: ease-in-out; } .playing.background:before { content: ""; display: block; width: 100%; height: 100%; background-color: var(--now-playing-page-shadow); } .pages.background { z-index: -2; position: absolute; background-color: var(--main-background); left: 0; width: 100%; height: 100%; pointer-events: none; transition-property: left; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } .controlBar.container.extended ~ div ~ div ~ .pages.background { left: 100%; } .page.playing { grid-area: playing; width: 100vw; } .page.local { grid-area: local; width: 100vw; } .page.podcasts { grid-area: podcasts; width: 100vw; } .page.options { grid-area: options; width: 100vw; } .page.extended.local { display: grid; grid-template-rows: 100% 100% 100%; grid-template-columns: 100%; grid-template-areas: "." "." "."; width: 100%; height: 100%; overflow: hidden; } @keyframes placeholder-animation { from { background-color: var(--placeholders-1); } to { background-color: var(--placeholders-2); } } @keyframes loading-animation { from { left: -15%; } to { left: 100%; } } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } ::-webkit-scrollbar { background: transparent; min-width: 8px; width: 0.5vw; } ::-webkit-scrollbar-thumb { background: var(--scrollbar); }
src/renderer/styles/body.css
body.defaultMode { --queue-and-options-background: #A55050; --control-bar-background: #553737; --links-text: #97893C; --white-text: white; --white-background: white; --null-white-background: rgba(255, 255, 255, 0); --black-text: black; --tippy-background: black; --empty-percentageBar: #806969; --filled-percentageBar: white; --buffered-percentageBar: #a7a3a3; --accent-color: #7FFFD4; --queue-now-playing-card-background: #964141; --main-background: palevioletred; --menu-buttons-background: #5D4037; --empty-now-playing-page-background: #381E28; --now-playing-page-shadow: rgba(56, 30, 40, 0.45); --placeholders-1: #d0cbcb; --placeholders-2: #b3aaaa; --search-placeholder: rgba(255, 255, 255, 0.43); --search-border: white; --scrollbar: white; --active-overlay-holder-and-shadows: rgba(0, 0, 0, 0.5); --artist-missing-background-and-shadows: rgba(0, 0, 0, 0.5); --unavailable-buttons-and-shadows: rgba(255, 255, 255, 0.5); --accent-color-shadows: #336947; --maximized-queue-shadows: #6F3131; } body.darkMode { --queue-and-options-background: #1b1818; --control-bar-background: #131212; --links-text: #97893C; --white-text: #e6e6e6; --white-background: #272525; --null-white-background: rgba(39, 37, 37, 0); --black-text: #e6e6e6; --tippy-background: rgb(59, 59, 59); --empty-percentageBar: #4b4b4b; --filled-percentageBar: #d4d4d4; --buffered-percentageBar: #797373; --accent-color: #8281a5; --queue-now-playing-card-background: #252020; --main-background: #0e0c0d; --menu-buttons-background: #272525; --empty-now-playing-page-background: #131212; --now-playing-page-shadow: rgba(19, 18, 18, 0.45); --placeholders-1: #ccc3c3; --placeholders-2: #868080; --search-placeholder: rgba(255, 255, 255, 0.43); --search-border: #e6e6e6; --scrollbar: #4b4b4b; --active-overlay-holder-and-shadows: rgba(0, 0, 0, 0.5); --artist-missing-background-and-shadows: rgba(54, 53, 53, 0.5); --unavailable-buttons-and-shadows: rgba(255, 255, 255, 0.5); --accent-color-shadows: #565575; --maximized-queue-shadows: #171616; } body { display: grid; grid-template-rows: auto 60vh 1fr; grid-template-columns: 100vw; grid-template-areas: "menu" "pages" "controlBar"; width: 100vw; height: 100vh; overflow: hidden; margin: 0; padding: 0; } .fastforward * { transition: none !important; } .design { position: absolute; left: 0; top: 0; opacity: 0.85; } .icon { pointer-events: none; width: 100%; height: 100%; } .icon { fill: var(--white-text); stroke: var(--white-text); } .pages.container { grid-area: pages; position: relative; display: grid; grid-template-rows: 100%; grid-template-columns: auto auto auto; grid-template-areas: "playing local podcasts options"; top: 0; width: 100%; height: 100%; overflow: hidden; transition-property: top, height; transition-duration: 0.125s; transition-timing-function: ease-in; } .page.container { min-width: 0; min-height: 0; width: 80%; height: 100%; padding: 0 10%; transition-property: height; transition-duration: 0.3s; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } .playing.background { z-index: -2; position: absolute; background-image: url(../../../missing.png); background-color: var(--empty-now-playing-page-background); background-position: center; background-size: cover; width: 100%; height: 100%; filter: blur(5px); transform: scale(1.05); transition-property: background-image; transition-duration: 0.25s; transition-timing-function: ease-in-out; } .playing.background:before { content: ""; display: block; width: 100%; height: 100%; background-color: var(--now-playing-page-shadow); } .pages.background { z-index: -2; position: absolute; background-color: var(--main-background); left: 0; width: 100%; height: 100%; pointer-events: none; transition-property: left; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); } .controlBar.container.extended ~ div ~ div ~ .pages.background { left: 100%; } .page.playing { grid-area: playing; width: 100vw; } .page.local { grid-area: local; width: 100vw; } .page.podcasts { grid-area: podcasts; width: 100vw; } .page.options { grid-area: options; width: 100vw; } .page.extended.local { display: grid; grid-template-rows: 100% 100% 100%; grid-template-columns: 100%; grid-template-areas: "." "." "."; width: 100%; height: 100%; overflow: hidden; } @keyframes placeholder-animation { from { background-color: var(--placeholders-1); } to { background-color: var(--placeholders-2); } } @keyframes loading-animation { from { left: -15%; } to { left: 100%; } } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } ::-webkit-scrollbar { background: transparent; min-width: 8px; width: 0.5vw; } ::-webkit-scrollbar-thumb { background: var(--scrollbar); }
0.561455
0.076615
@-moz-document domain("robertsspaceindustries.com") { /* * Spectrum Font Edit v0.1 (06/25/2017) */ /*------------------------------------------------------------------------------------------------- Sidebar MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ .sidebar-list .sidebar-item>.column.content>a{ font-size:19px; } .sidebar-list .sidebar-item>.column.content>a .text{ color:#fff; } /*------------------------------------------------------------------------------------------------- BreadCrumbs MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ .breadcrumb .trail .breadcrumb-link{ font-size:20px; } /*------------------------------------------------------------------------------------------------- THREAD LIST MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ /* Adds indiciation of a visited thread (dark theme) */ .theme-dark #page.forum-channel .row.thread:not(.unread) .column.subject .subject-content .thread-subject { color: #a0a0a0 !important; } .theme-dark #page.forum-channel .row .column.subject .subject-content a.thread-subject{ color: #fff !important; } #page.forum-channel .row .column.subject .subject-content .thread-subject{ font-size:1.2rem; } /*------------------------------------------------------------------------------------------------- THREAD MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ h1{ font-size:1.8em !important; } .theme-dark .content-block.text, .theme-dark .content-block.text a{ color:#fff; } .theme-dark .public-DraftEditor-content blockquote, .theme-dark blockquote, .theme-dark .content-block.quote .content-blocks .content-block.text{ color:#d2d8e0; } .forum-thread-item>.content .content-blocks, .forum-thread-item.style-type-small .content-block.text, .content-block.quote .content-blocks .content-block.text{ font-size:1.2rem; } .forum-thread-item .action{ font-size:.9rem; } /*------------------------------------------------------------------------------------------------- Message ---------------------------------------------------------------------------------------------------*/ .message-item>.content>.bottom .body{ font-size:16px; color:#fff !important; } }
data/usercss/144509.user.css
@-moz-document domain("robertsspaceindustries.com") { /* * Spectrum Font Edit v0.1 (06/25/2017) */ /*------------------------------------------------------------------------------------------------- Sidebar MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ .sidebar-list .sidebar-item>.column.content>a{ font-size:19px; } .sidebar-list .sidebar-item>.column.content>a .text{ color:#fff; } /*------------------------------------------------------------------------------------------------- BreadCrumbs MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ .breadcrumb .trail .breadcrumb-link{ font-size:20px; } /*------------------------------------------------------------------------------------------------- THREAD LIST MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ /* Adds indiciation of a visited thread (dark theme) */ .theme-dark #page.forum-channel .row.thread:not(.unread) .column.subject .subject-content .thread-subject { color: #a0a0a0 !important; } .theme-dark #page.forum-channel .row .column.subject .subject-content a.thread-subject{ color: #fff !important; } #page.forum-channel .row .column.subject .subject-content .thread-subject{ font-size:1.2rem; } /*------------------------------------------------------------------------------------------------- THREAD MODIFICATIONS ---------------------------------------------------------------------------------------------------*/ h1{ font-size:1.8em !important; } .theme-dark .content-block.text, .theme-dark .content-block.text a{ color:#fff; } .theme-dark .public-DraftEditor-content blockquote, .theme-dark blockquote, .theme-dark .content-block.quote .content-blocks .content-block.text{ color:#d2d8e0; } .forum-thread-item>.content .content-blocks, .forum-thread-item.style-type-small .content-block.text, .content-block.quote .content-blocks .content-block.text{ font-size:1.2rem; } .forum-thread-item .action{ font-size:.9rem; } /*------------------------------------------------------------------------------------------------- Message ---------------------------------------------------------------------------------------------------*/ .message-item>.content>.bottom .body{ font-size:16px; color:#fff !important; } }
0.261331
0.034815
main{ padding-bottom: 0; } .color-container{ margin-left: 0px; } .logo .slogan{ padding-bottom: 16px; } /*ARTICLE*/ article h1 { padding-bottom: 0; text-align: center; } article p { padding-top: 0; } .title { padding: 1px 0 15px 0; background-image: url("../images/kula.png"); background-size: cover; height: 50%; text-align: center; } @media only screen and (min-width: 700px) { .title { padding: 20px 0 20px 20px; height: 191px; margin: 0 0 20px 0; } } @media only screen and (min-width: 1024px) { .title { height: 250px; } } .hero-title p { display: block; width: 80%; margin-left: 40px; } .topic h1 { text-align: center; } .color-container{ margin: auto; padding: 0px 20px 20px 20px; margin-top: 10px; } @media only screen and (min-width: 700px) { .color-container{ padding: 20px 20px; margin-left: 15%; padding-bottom: 0px; margin-top: 15px; margin-bottom: 10px; } } @media only screen and (min-width: 700px) { .color-container h1{ font-size: 22px; } } .topic p { margin-top: 0px; text-align: justify; padding-bottom: 20px; } .topic img { width: 150px; float: left; padding-right: 10px; margin-left: 20px; } @media only screen and (min-width: 700px) { .topic img { height: 200px; } } .history p{ padding: 0 40px; } .article-gallery { margin: 14px -10px; text-align: center; font-size: 0; margin-right: 0; } .article-gallery figure { display: inline-block; vertical-align: top; font-size: 12px; width: calc(23.33% - 20px); margin: 10px; } .article-gallery figcaption { background: #55415F; color: #fff; padding: 6px; text-align: center; } .article-gallery img { display: inline-block; vertical-align: bottom; width: 100%; } .article-gallery-float { margin: 14px -10px; overflow: hidden; text-align: center; margin-right: 0; } .article-gallery-float figure { float: left; width: calc(33.33% - 20px); margin: 10px; } .article-gallery-float img { display: inline-block; vertical-align: middle; width: 100%; } .article-gallery-float figcaption { background: #55415F; color: #fff; padding: 6px; text-align: center; } .article-gallery:last-of-type{ margin-bottom: 0px; } .gray-color { background: #EBEBEB; } /*./article*/
css/article.css
main{ padding-bottom: 0; } .color-container{ margin-left: 0px; } .logo .slogan{ padding-bottom: 16px; } /*ARTICLE*/ article h1 { padding-bottom: 0; text-align: center; } article p { padding-top: 0; } .title { padding: 1px 0 15px 0; background-image: url("../images/kula.png"); background-size: cover; height: 50%; text-align: center; } @media only screen and (min-width: 700px) { .title { padding: 20px 0 20px 20px; height: 191px; margin: 0 0 20px 0; } } @media only screen and (min-width: 1024px) { .title { height: 250px; } } .hero-title p { display: block; width: 80%; margin-left: 40px; } .topic h1 { text-align: center; } .color-container{ margin: auto; padding: 0px 20px 20px 20px; margin-top: 10px; } @media only screen and (min-width: 700px) { .color-container{ padding: 20px 20px; margin-left: 15%; padding-bottom: 0px; margin-top: 15px; margin-bottom: 10px; } } @media only screen and (min-width: 700px) { .color-container h1{ font-size: 22px; } } .topic p { margin-top: 0px; text-align: justify; padding-bottom: 20px; } .topic img { width: 150px; float: left; padding-right: 10px; margin-left: 20px; } @media only screen and (min-width: 700px) { .topic img { height: 200px; } } .history p{ padding: 0 40px; } .article-gallery { margin: 14px -10px; text-align: center; font-size: 0; margin-right: 0; } .article-gallery figure { display: inline-block; vertical-align: top; font-size: 12px; width: calc(23.33% - 20px); margin: 10px; } .article-gallery figcaption { background: #55415F; color: #fff; padding: 6px; text-align: center; } .article-gallery img { display: inline-block; vertical-align: bottom; width: 100%; } .article-gallery-float { margin: 14px -10px; overflow: hidden; text-align: center; margin-right: 0; } .article-gallery-float figure { float: left; width: calc(33.33% - 20px); margin: 10px; } .article-gallery-float img { display: inline-block; vertical-align: middle; width: 100%; } .article-gallery-float figcaption { background: #55415F; color: #fff; padding: 6px; text-align: center; } .article-gallery:last-of-type{ margin-bottom: 0px; } .gray-color { background: #EBEBEB; } /*./article*/
0.372734
0.091911
.feature-form { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 0 0; } .form-top-flex { display: flex; flex-direction: column; align-items: center; } .form-top-flex h3 { font-family: "Raleway", sans-serif; font-size: 1.8em; font-weight: 500; text-transform: uppercase; } .form-top-flex p { padding: 10px 15px 0; color: darkslategray; font-family: "Raleway", sans-serif; font-weight: 300; font-size: 1.2em; text-align: center; } .form-top-flex .feature-divider { display: inline-block; width: 64px; height: 2px; background: #a53d49; } .form-bottom { display: flex; flex-direction: column; } .send-form { width: 1125px; height: 240px; } .form-area { padding: 0; border: 0; } .form-area .fieldset-div { display: flex; justify-content: space-between; height: 220px; } .form-area .fieldset-div .left-inputs, .form-area .fieldset-div .right-inputs { width: 45%; } .form-area .fieldset-div input[type=text], .form-area .fieldset-div input[type=email] { width: 100%; padding: 25px 15px; border: 0; border-bottom: 1px solid #d6d6d6; font-family: "Open Sans", sans-serif; color: cadetblue; } .form-area .fieldset-div textarea { width: 100%; height: 168px; padding: 34px 15px 15px 30px; border: 0; border-bottom: 1px solid #d6d6d6; outline: none; font-family: "Open Sans", sans-serif; color: #777; } .bottom-button-wrapper { display: flex; justify-content: center; align-items: center; height: 170px; } .bottom-button-wrapper .send-button { width: 146px; height: 44px; border: 0; border-radius: 5px; box-shadow: 1px 1px 1px 1px #c7c7c7; background: #a53d49; color: #fff; font-size: 1.18em; font-family: "Open Sans", sans-serif; } @media (min-width: 661px) and (max-width: 1280px) { .feature-form { flex-direction: row; height: 600px; } .form-top-flex h3 { margin-top: 0; } .send-form { width: 670px; height: 410px; margin-top: 36px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 440px; } .fieldset-div textarea { padding-left: 15px; height: 108px; } } @media (min-width: 721px) and (max-width: 960px) { .feature-form { flex-direction: column; height: 800px; } .form-top-flex { height: 180px; } .form-top-flex h3 { margin-top: 0; } .form-bottom { width: 100%; } .send-form { width: 100%; height: 410px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 100%; } .fieldset-div input[type=text], .fieldset-div input[type=email] { width: 95%; padding-left: 35px; padding-right: 15px; } .fieldset-div textarea { width: 95%; padding-left: 35px; padding-right: 15px; } .bottom-button-wrapper .send-button { width: 90%; } } @media (max-width: 720px) { .feature-form { flex-direction: column; height: 800px; padding-top: 0; } .form-top-flex { height: 180px; } .form-top-flex h3 { margin-top: 0; } .form-bottom { width: 100%; } .send-form { width: 100%; height: 410px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 100%; } .fieldset-div input[type=text], .fieldset-div input[type=email] { width: 92.3%; padding-left: 35px; padding-right: 15px; } .fieldset-div textarea { width: 95%; padding-left: 35px; padding-right: 15px; } .bottom-button-wrapper { align-items: flex-end; height: 116px; } .bottom-button-wrapper .send-button { width: 90%; } } /*# sourceMappingURL=_feature-form.css.mapp */
app/styles/3-modules/_feature-form.css
.feature-form { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 0 0; } .form-top-flex { display: flex; flex-direction: column; align-items: center; } .form-top-flex h3 { font-family: "Raleway", sans-serif; font-size: 1.8em; font-weight: 500; text-transform: uppercase; } .form-top-flex p { padding: 10px 15px 0; color: darkslategray; font-family: "Raleway", sans-serif; font-weight: 300; font-size: 1.2em; text-align: center; } .form-top-flex .feature-divider { display: inline-block; width: 64px; height: 2px; background: #a53d49; } .form-bottom { display: flex; flex-direction: column; } .send-form { width: 1125px; height: 240px; } .form-area { padding: 0; border: 0; } .form-area .fieldset-div { display: flex; justify-content: space-between; height: 220px; } .form-area .fieldset-div .left-inputs, .form-area .fieldset-div .right-inputs { width: 45%; } .form-area .fieldset-div input[type=text], .form-area .fieldset-div input[type=email] { width: 100%; padding: 25px 15px; border: 0; border-bottom: 1px solid #d6d6d6; font-family: "Open Sans", sans-serif; color: cadetblue; } .form-area .fieldset-div textarea { width: 100%; height: 168px; padding: 34px 15px 15px 30px; border: 0; border-bottom: 1px solid #d6d6d6; outline: none; font-family: "Open Sans", sans-serif; color: #777; } .bottom-button-wrapper { display: flex; justify-content: center; align-items: center; height: 170px; } .bottom-button-wrapper .send-button { width: 146px; height: 44px; border: 0; border-radius: 5px; box-shadow: 1px 1px 1px 1px #c7c7c7; background: #a53d49; color: #fff; font-size: 1.18em; font-family: "Open Sans", sans-serif; } @media (min-width: 661px) and (max-width: 1280px) { .feature-form { flex-direction: row; height: 600px; } .form-top-flex h3 { margin-top: 0; } .send-form { width: 670px; height: 410px; margin-top: 36px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 440px; } .fieldset-div textarea { padding-left: 15px; height: 108px; } } @media (min-width: 721px) and (max-width: 960px) { .feature-form { flex-direction: column; height: 800px; } .form-top-flex { height: 180px; } .form-top-flex h3 { margin-top: 0; } .form-bottom { width: 100%; } .send-form { width: 100%; height: 410px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 100%; } .fieldset-div input[type=text], .fieldset-div input[type=email] { width: 95%; padding-left: 35px; padding-right: 15px; } .fieldset-div textarea { width: 95%; padding-left: 35px; padding-right: 15px; } .bottom-button-wrapper .send-button { width: 90%; } } @media (max-width: 720px) { .feature-form { flex-direction: column; height: 800px; padding-top: 0; } .form-top-flex { height: 180px; } .form-top-flex h3 { margin-top: 0; } .form-bottom { width: 100%; } .send-form { width: 100%; height: 410px; } .fieldset-div { flex-direction: column; } .fieldset-div .left-inputs, .fieldset-div .right-inputs { align-self: center; width: 100%; } .fieldset-div input[type=text], .fieldset-div input[type=email] { width: 92.3%; padding-left: 35px; padding-right: 15px; } .fieldset-div textarea { width: 95%; padding-left: 35px; padding-right: 15px; } .bottom-button-wrapper { align-items: flex-end; height: 116px; } .bottom-button-wrapper .send-button { width: 90%; } } /*# sourceMappingURL=_feature-form.css.mapp */
0.428831
0.062103
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("iichan.ru") { /* from /unyl/ with love */ /* iichan.ru - photon style */ html, body { background-color: #EEEEEE !important; color: #333333 !important; font-family: "Trebuchet MS",Trebuchet,tahoma,serif !important; } * { font-family: inherit !important; font-size: inherit !important; } a { color: #FF6600 !important; text-decoration: underline !important; } a:hover { color: #0066FF !important; } .adminbar { clear:both !important; float:right !important; font-size: .8em !important; text-align: left !important; } .adminbar a { font-weight: bold !important; } .logo { clear:left !important; text-align:left !important; font-size:2em !important; font-weight: bold !important; color:#FF6600 !important; } div.logo img { display: none !important; } div.logo br { display: none !important; } .theader, .passvalid { background:#DDDDDD !important; text-align:center !important; padding:2px !important; color:#2266AA !important; clear: both !important; font-weight: bold !important; margin-bottom: .5em !important; border: solid 1px #CCCCCC !important; -moz-border-radius: 5px !important; } .postarea { } .rules table { margin: inherit !important; } .rules { font-size: inherit !important; } .rules table { font-size: inherit !important; margin: inherit !important; } .prohibition { color: inherit !important; } .prohibition ul, .info ul { margin: inherit !important; padding: inherit !important; } .postblock { background:transparent !important; color:#002244 !important; font-weight:bold !important; border: inherit !important; padding: inherit !important; } .footer { text-align:center !important; font-size:12px !important; font-family:serif !important; margin: 2em 0 0 0 !important; clear: both; padding-top: inherit !important; } .dellist { font-weight: bold !important; text-align:center !important; } .delbuttons { text-align:center !important; padding-bottom:4px !important; } .managehead { background:#DDDDDD !important; color:#002244 !important; padding:0px !important; } .postlists { background:#FFFFFF !important; width:100% !important; padding:0px !important; color:#800000 !important; } .row1 { background:#DDDDDD !important; color:#002244 !important; } .row2 { background:#CCCCCC !important; color:#002244 !important; } .unkfunc { background:inherit !important; color:#789922 !important; } .reflink { font-size: .8em !important; font-weight: bold !important; } .filesize { text-decoration:none !important; color: #666666 !important; font-size: .8em !important; padding-left: inherit !important; } .filetitle { background:inherit !important; font-size:1.2em !important; color:#002244 !important; font-weight:bold !important; } .postername { color:#004A99 !important; font-weight:bold !important; } .postertrip { color:#FF3300 !important; } .oldpost, .notabene { color:#CC1105 !important; font-weight:bold !important; } .omittedposts { color:#666666 !important; font-size: inherit !important; font-family: inherit !important; color: inherit !important; font-weight: inherit !important; } .reply { background:#DDDDDD !important; border: solid 1px #CCCCCC !important; padding: 0 !important; margin: 0 !important; -moz-border-radius: 5px !important; color: inherit !important; } blockquote { margin: .5em .5em .5em 1em !important; } .reply blockquote { margin: .5em !important; } .doubledash { display: none !important; vertical-align:top !important; clear:both !important; float:left !important; } .replytitle { font-size: 1.2em !important; color:#002244 !important; font-weight:bold !important; } .commentpostername { color:#004A99 !important; font-weight:800 !important; } .thumbnailmsg { font-size: .6em !important; color:#666666 !important; } hr { border-style: solid none none none !important; border-width: 1px !important; border-color: #BBBBBB !important; } table { border-style: none !important; } table td { border-style: none !important; } .nothumb { background-color: #FFFFFF !important; border-style: dotted !important; margin: .3em .5em !important; } .abbrev { color:#666666 !important; } .highlight { background:#EEDACB !important; color:#333333 !important; border: 2px dashed #EE6600 !important; } .category { font-family: inherit !important; font-size: inherit !important; margin-bottom: inherit !important; background: inherit !important; } table.category { margin-top: 1em !important; } table.category td.list { padding: inherit !important; padding-top: 0 !important; } dl.menu dt, table.category td.header { background:#DDDDDD !important; color: inherit !important; padding: inherit !important; font-weight: inherit !important; border: solid 1px #CCCCCC !important; -moz-border-radius: 5px !important; margin-top: 1em !important; padding-left: .5em !important; cursor: pointer !important; } dl.menu dd, table.category td.list div { margin-left: .5em !important; padding-left: .5em !important; border-left: solid 1px #CCCCCC !important; } .list div a { display: block !important; text-decoration: underline !important; padding: 0 !important; } .list div a:hover { background: inherit !important; } dl.menu dd.hidden { display: none !important; } p.spoiler > span.warning { color: #FF6600 !important; font-weight: bolder !important; } span.spoiler { padding-left: 0 !important; padding-right: 0 !important; background: #BBBBBB !important; color: #BBBBBB !important; } span.spoiler:hover { color: #333333 !important; } ol, ul { list-style-position: inside !important; padding-left: 0em !important; } .news { background:#DDDDDD !important; color: inherit !important; padding: inherit !important; font-weight: inherit !important; text-align: center !important; margin-bottom: 5px !important; } .greeting { text-align: center !important; font-weight: bold !important; color: inherit !important; } body { margin: 0 !important; padding: 8px !important; margin-bottom: auto !important; } blockquote blockquote { margin-left: 0em !important } form { margin-bottom: 0px !important } form .trap { display: none !important } .postarea { text-align: center !important } .postarea table { margin: 0px auto !important; text-align: left !important } .thumb { border: none !important; float: left !important; margin: 2px 20px !important } .nothumb { float: left !important; background: #eee !important; border: 2px dashed #aaa !important; text-align: center !important; margin: 2px 20px !important; padding: 1em 0.5em 1em 0.5em !important; } .reply blockquote, blockquote :last-child { margin-bottom: 0em !important } .reflink a { color: inherit !important; text-decoration: none !important } .reply .filesize { margin-left: 20px !important } .userdelete { float: right !important; text-align: center !important; white-space: nowrap !important } .replypage .replylink { display: none !important } td.prohibition { display: none !important; } div.sublogo { display: none !important; } } @-moz-document url-prefix(http://iichan.ru/n/list_), url-prefix(http://www.iichan.ru/n/list_) { .logo:before { content: "Два.ч" !important; text-decoration:underline !important; } .logo a { display: none !important; } } @-moz-document url-prefix(http://iichan.ru/b/), url-prefix(http://www.iichan.ru/b/) { .postername { display:none !important; } .postertrip { display:none !important; } .commentpostername { display:none !important; } }
data/usercss/26899.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("iichan.ru") { /* from /unyl/ with love */ /* iichan.ru - photon style */ html, body { background-color: #EEEEEE !important; color: #333333 !important; font-family: "Trebuchet MS",Trebuchet,tahoma,serif !important; } * { font-family: inherit !important; font-size: inherit !important; } a { color: #FF6600 !important; text-decoration: underline !important; } a:hover { color: #0066FF !important; } .adminbar { clear:both !important; float:right !important; font-size: .8em !important; text-align: left !important; } .adminbar a { font-weight: bold !important; } .logo { clear:left !important; text-align:left !important; font-size:2em !important; font-weight: bold !important; color:#FF6600 !important; } div.logo img { display: none !important; } div.logo br { display: none !important; } .theader, .passvalid { background:#DDDDDD !important; text-align:center !important; padding:2px !important; color:#2266AA !important; clear: both !important; font-weight: bold !important; margin-bottom: .5em !important; border: solid 1px #CCCCCC !important; -moz-border-radius: 5px !important; } .postarea { } .rules table { margin: inherit !important; } .rules { font-size: inherit !important; } .rules table { font-size: inherit !important; margin: inherit !important; } .prohibition { color: inherit !important; } .prohibition ul, .info ul { margin: inherit !important; padding: inherit !important; } .postblock { background:transparent !important; color:#002244 !important; font-weight:bold !important; border: inherit !important; padding: inherit !important; } .footer { text-align:center !important; font-size:12px !important; font-family:serif !important; margin: 2em 0 0 0 !important; clear: both; padding-top: inherit !important; } .dellist { font-weight: bold !important; text-align:center !important; } .delbuttons { text-align:center !important; padding-bottom:4px !important; } .managehead { background:#DDDDDD !important; color:#002244 !important; padding:0px !important; } .postlists { background:#FFFFFF !important; width:100% !important; padding:0px !important; color:#800000 !important; } .row1 { background:#DDDDDD !important; color:#002244 !important; } .row2 { background:#CCCCCC !important; color:#002244 !important; } .unkfunc { background:inherit !important; color:#789922 !important; } .reflink { font-size: .8em !important; font-weight: bold !important; } .filesize { text-decoration:none !important; color: #666666 !important; font-size: .8em !important; padding-left: inherit !important; } .filetitle { background:inherit !important; font-size:1.2em !important; color:#002244 !important; font-weight:bold !important; } .postername { color:#004A99 !important; font-weight:bold !important; } .postertrip { color:#FF3300 !important; } .oldpost, .notabene { color:#CC1105 !important; font-weight:bold !important; } .omittedposts { color:#666666 !important; font-size: inherit !important; font-family: inherit !important; color: inherit !important; font-weight: inherit !important; } .reply { background:#DDDDDD !important; border: solid 1px #CCCCCC !important; padding: 0 !important; margin: 0 !important; -moz-border-radius: 5px !important; color: inherit !important; } blockquote { margin: .5em .5em .5em 1em !important; } .reply blockquote { margin: .5em !important; } .doubledash { display: none !important; vertical-align:top !important; clear:both !important; float:left !important; } .replytitle { font-size: 1.2em !important; color:#002244 !important; font-weight:bold !important; } .commentpostername { color:#004A99 !important; font-weight:800 !important; } .thumbnailmsg { font-size: .6em !important; color:#666666 !important; } hr { border-style: solid none none none !important; border-width: 1px !important; border-color: #BBBBBB !important; } table { border-style: none !important; } table td { border-style: none !important; } .nothumb { background-color: #FFFFFF !important; border-style: dotted !important; margin: .3em .5em !important; } .abbrev { color:#666666 !important; } .highlight { background:#EEDACB !important; color:#333333 !important; border: 2px dashed #EE6600 !important; } .category { font-family: inherit !important; font-size: inherit !important; margin-bottom: inherit !important; background: inherit !important; } table.category { margin-top: 1em !important; } table.category td.list { padding: inherit !important; padding-top: 0 !important; } dl.menu dt, table.category td.header { background:#DDDDDD !important; color: inherit !important; padding: inherit !important; font-weight: inherit !important; border: solid 1px #CCCCCC !important; -moz-border-radius: 5px !important; margin-top: 1em !important; padding-left: .5em !important; cursor: pointer !important; } dl.menu dd, table.category td.list div { margin-left: .5em !important; padding-left: .5em !important; border-left: solid 1px #CCCCCC !important; } .list div a { display: block !important; text-decoration: underline !important; padding: 0 !important; } .list div a:hover { background: inherit !important; } dl.menu dd.hidden { display: none !important; } p.spoiler > span.warning { color: #FF6600 !important; font-weight: bolder !important; } span.spoiler { padding-left: 0 !important; padding-right: 0 !important; background: #BBBBBB !important; color: #BBBBBB !important; } span.spoiler:hover { color: #333333 !important; } ol, ul { list-style-position: inside !important; padding-left: 0em !important; } .news { background:#DDDDDD !important; color: inherit !important; padding: inherit !important; font-weight: inherit !important; text-align: center !important; margin-bottom: 5px !important; } .greeting { text-align: center !important; font-weight: bold !important; color: inherit !important; } body { margin: 0 !important; padding: 8px !important; margin-bottom: auto !important; } blockquote blockquote { margin-left: 0em !important } form { margin-bottom: 0px !important } form .trap { display: none !important } .postarea { text-align: center !important } .postarea table { margin: 0px auto !important; text-align: left !important } .thumb { border: none !important; float: left !important; margin: 2px 20px !important } .nothumb { float: left !important; background: #eee !important; border: 2px dashed #aaa !important; text-align: center !important; margin: 2px 20px !important; padding: 1em 0.5em 1em 0.5em !important; } .reply blockquote, blockquote :last-child { margin-bottom: 0em !important } .reflink a { color: inherit !important; text-decoration: none !important } .reply .filesize { margin-left: 20px !important } .userdelete { float: right !important; text-align: center !important; white-space: nowrap !important } .replypage .replylink { display: none !important } td.prohibition { display: none !important; } div.sublogo { display: none !important; } } @-moz-document url-prefix(http://iichan.ru/n/list_), url-prefix(http://www.iichan.ru/n/list_) { .logo:before { content: "Два.ч" !important; text-decoration:underline !important; } .logo a { display: none !important; } } @-moz-document url-prefix(http://iichan.ru/b/), url-prefix(http://www.iichan.ru/b/) { .postername { display:none !important; } .postertrip { display:none !important; } .commentpostername { display:none !important; } }
0.194712
0.081046
.navbar-default { position: absolute; } .banner { background-image: url(http://oc06pejhd.bkt.clouddn.com/banner.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 573px; margin-bottom: 24px; } .banner .title { font-size: 40px; letter-spacing: 8px; margin-top: 200px; } .banner .sub-title { font-size: 32px; font-weight: bold; padding-top:10px; } .banner .sub-title .old-price{ text-decoration: line-through; color: #aaa; } .banner .sub-title .now-price{ color: #000; font-weight: bold; } .banner .teacher { margin-top: 20px; } .banner .teacher .avatar { width: 42px; height: 42px; border-radius: 21px; background-position: 18px center; background: url(http://oc06pejhd.bkt.clouddn.com/icon/teacher.png); background-position: -15px 0; background-repeat: no-repeat; float: left; } .banner .teacher .summary{ line-height: 42px; margin-left: 9px; } .banner .btn-wrapper { margin-top: 45px; } .banner .btn-wrapper .btn{ border-radius: 3px; padding: 14px 92px; font-size: 20px; outline: none; } .banner .btn-wrapper .btn span.glyphicon { font-size: 15px; line-height: 15px; } .footer-service { background-color: #eee; padding: 45px 0 20px; } .footer-service .title { font-size: 30px; font-weight: bold; padding-bottom: 12px; } .footer-service .desc { color: #666; font-size: 13px; line-height: 1.6; font-weight: bold; padding-bottom: 25px; } .pre-footer { background-image: url(http://oc06pejhd.bkt.clouddn.com/pre-footer.png); background-repeat: no-repeat; background-size: cover; background-position: center; height: 262px; margin-top: 50px; } .footer { color: #fff; line-height: 100px; background-color: #ff7200; } .footer .copyright { color: #ffaf85; font-weight: bold; } .footer .content a{ font-size: 13px; font-weight: bold; color: #fff; } @media (max-width: 768px) { .banner .title { font-size: 35px; letter-spacing: 3px; margin-top: 165px; } .banner .sub-title { font-size: 24px; font-weight: bold; padding-top:10px; } .banner .teacher { margin-top: 20px; text-align: center; } .footer-service .title { padding-bottom: 2px; } .banner .teacher, .banner .sub-title, .banner .title, .nav>li { padding: 0 15px; } .footer-service { background-color: #eee; padding: 45px 15px 20px; } .pre-footer, .navbar-right { display: none; } .footer { color: #fff; line-height: 30px; padding: 15px; } .footer .content { text-align: left !important; } }
static/css/www/index.css
.navbar-default { position: absolute; } .banner { background-image: url(http://oc06pejhd.bkt.clouddn.com/banner.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 573px; margin-bottom: 24px; } .banner .title { font-size: 40px; letter-spacing: 8px; margin-top: 200px; } .banner .sub-title { font-size: 32px; font-weight: bold; padding-top:10px; } .banner .sub-title .old-price{ text-decoration: line-through; color: #aaa; } .banner .sub-title .now-price{ color: #000; font-weight: bold; } .banner .teacher { margin-top: 20px; } .banner .teacher .avatar { width: 42px; height: 42px; border-radius: 21px; background-position: 18px center; background: url(http://oc06pejhd.bkt.clouddn.com/icon/teacher.png); background-position: -15px 0; background-repeat: no-repeat; float: left; } .banner .teacher .summary{ line-height: 42px; margin-left: 9px; } .banner .btn-wrapper { margin-top: 45px; } .banner .btn-wrapper .btn{ border-radius: 3px; padding: 14px 92px; font-size: 20px; outline: none; } .banner .btn-wrapper .btn span.glyphicon { font-size: 15px; line-height: 15px; } .footer-service { background-color: #eee; padding: 45px 0 20px; } .footer-service .title { font-size: 30px; font-weight: bold; padding-bottom: 12px; } .footer-service .desc { color: #666; font-size: 13px; line-height: 1.6; font-weight: bold; padding-bottom: 25px; } .pre-footer { background-image: url(http://oc06pejhd.bkt.clouddn.com/pre-footer.png); background-repeat: no-repeat; background-size: cover; background-position: center; height: 262px; margin-top: 50px; } .footer { color: #fff; line-height: 100px; background-color: #ff7200; } .footer .copyright { color: #ffaf85; font-weight: bold; } .footer .content a{ font-size: 13px; font-weight: bold; color: #fff; } @media (max-width: 768px) { .banner .title { font-size: 35px; letter-spacing: 3px; margin-top: 165px; } .banner .sub-title { font-size: 24px; font-weight: bold; padding-top:10px; } .banner .teacher { margin-top: 20px; text-align: center; } .footer-service .title { padding-bottom: 2px; } .banner .teacher, .banner .sub-title, .banner .title, .nav>li { padding: 0 15px; } .footer-service { background-color: #eee; padding: 45px 15px 20px; } .pre-footer, .navbar-right { display: none; } .footer { color: #fff; line-height: 30px; padding: 15px; } .footer .content { text-align: left !important; } }
0.487551
0.1126
#mainNav .navbar-toggler{font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d} #mainNav .navbar-toggler:focus{outline:0} #mainNav .navbar-brand{color:#161616;font-weight:700;padding:.9rem 0} #mainNav .navbar-nav .nav-item:hover{color:fade(white,80%);outline:0;background-color:transparent} #mainNav .navbar-nav .nav-item:active,#mainNav .navbar-nav .nav-item:focus{outline:0;background-color:transparent} @media (min-width:992px){#mainNav{padding-top:0;padding-bottom:0;border-bottom:none;background-color:transparent;transition:background-color .3s ease-in-out} #mainNav .navbar-brand{padding:.5rem 0;color:rgba(255,255,255,.5)} #mainNav .nav-link{transition:none;padding:2rem 1.5rem;color:rgba(255,255,255,.5)}#mainNav .nav-link:hover{color:rgba(255,255,255,.75)}#mainNav .nav-link:active{color:#fff}#mainNav.navbar-shrink{background-color:#fff}#mainNav.navbar-shrink .navbar-brand{color:#161616}#mainNav.navbar-shrink .nav-link{color:#161616;padding:1.5rem 1.5rem 1.25rem;border-bottom:.25rem solid transparent}#mainNav.navbar-shrink .nav-link:hover{color:#64a19d}#mainNav.navbar-shrink .nav-link:active{color:#467370}#mainNav.navbar-shrink .nav-link.active{color:#64a19d;outline:0;border-bottom:.25rem solid #64a19d}} .masthead{position:relative;width:100%;height:auto;min-height:35rem;padding:15rem 0;background:linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../img/bg-masthead.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover}.masthead h1{font-family:'Varela Round';font-size:2.5rem;line-height:2.5rem;letter-spacing:.8rem;background:-webkit-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0));-webkit-text-fill-color:transparent;-webkit-background-clip:text} .masthead h2{max-width:20rem;font-size:1rem}@media (min-width:768px){ .masthead h1{font-size:4rem;line-height:4rem}}@media (min-width:992px){.masthead{height:100vh;padding:0}.masthead h1{font-size:6.5rem;line-height:6.5rem;letter-spacing:.8rem}.masthead h2{max-width:30rem;font-size:1.25rem}}.btn{box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;padding:1.25rem 2rem;font-family:'Varela Round';font-size:80%;text-transform:uppercase;letter-spacing:.15rem;border:0}.btn-primary{background-color:#64a19d}.btn-primary:hover{background-color:#4f837f}.btn-primary:focus{background-color:#4f837f;color:#fff}.btn-primary:active{background-color:#467370!important}.about-section{padding-top:10rem;background:linear-gradient(to bottom,#161616 0,rgba(22,22,22,.9) 75%,rgba(22,22,22,.8) 100%)}.about-section p{margin-bottom:5rem}.projects-section{padding:10rem 0} .projects-section .featured-text{padding:2rem}@media (min-width:992px){ .projects-section .featured-text{padding:0 0 0 2rem;border-left:.5rem solid #64a19d}} .projects-section .project-text{padding:3rem;font-size:90%}@media (min-width:992px){ .projects-section .project-text{padding:5rem} .projects-section .project-text hr{border-color:#64a19d;border-width:.25rem;width:30%}} .signup-section{padding:10rem 0;background:linear-gradient(to bottom,rgba(22,22,22,.1) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/bg-signup.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover} .signup-section .form-inline input{box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;padding:1.25rem 2rem;height:auto;font-family:'Varela Round';font-size:80%;text-transform:uppercase;letter-spacing:.15rem;border:0} .contact-section{padding:5rem 0 0} .contact-section .card{ border:0 ;border-bottom:.25rem solid #64a19d; } .contact-section .card h4{ font-size:.8rem; font-family:'Varela Round'; text-transform:uppercase;letter-spacing:.15rem } .contact-section .card hr{ border-color:#64a19d; border-width:.25rem; width:3rem } .contact-section .social{margin-top:5rem} .contact-section .social a{text-align:inherit ;height:3rem;width:3rem;background:rgba(255,255,255,.1);border-radius:100%;line-height:3rem;color:rgba(255,255,255,.3)} .contact-section .social a:hover{color:rgba(255,255,255,.5)} .contact-section .social a:active{color:#fff} body{font-family:Nunito;letter-spacing:.0625em}a{color:#64a19d}a:focus,a:hover{text-decoration:none;color:#3c6360} .bg-black{background-color:#161616!important} .bg-primary{background-color:#64a19d!important} .text-primary{color:#64a19d!important} footer{padding:5rem 0} /* Made with love by <NAME>*/ body { color: #404E67; background: #F5F7FA; font-family: 'Open Sans', sans-serif; } .table-wrapper { width: 100%; margin: 30px auto; background: #fff; padding: 20px; box-shadow: 0 1px 1px rgba(0,0,0,.05); } .table-title { padding-bottom: 10px; margin: 0 0 10px; } .table-title h2 { margin: 6px 0 0; font-size: 22px; } .table-title .add-new { float: right; height: 30px; font-weight: bold; font-size: 12px; text-shadow: none; min-width: 100px; border-radius: 50px; line-height: 13px; } .table-title .add-new i { margin-right: 4px; } table.table { table-layout: fixed; } table.table tr th, table.table tr td { border-color: #e9e9e9; } table.table th i { font-size: 13px; margin: 0 5px; cursor: pointer; } table.table th:last-child { width: 100px; } table.table td a { cursor: pointer; display: inline-block; margin: 0 5px; min-width: 24px; } table.table td a.add { color: #27C46B; } table.table td a.edit { color: #FFC107; } table.table td a.delete { color: #E34724; } table.table td i { font-size: 19px; } table.table td a.add i { font-size: 24px; margin-right: -1px; position: relative; top: 3px; } table.table .form-control { height: 32px; line-height: 32px; box-shadow: none; border-radius: 2px; } table.table .form-control.error { border-color: #f50000; } table.table td .add { display: none; }
css/grayscale.min.css
#mainNav .navbar-toggler{font-size:80%;padding:.75rem;color:#64a19d;border:1px solid #64a19d} #mainNav .navbar-toggler:focus{outline:0} #mainNav .navbar-brand{color:#161616;font-weight:700;padding:.9rem 0} #mainNav .navbar-nav .nav-item:hover{color:fade(white,80%);outline:0;background-color:transparent} #mainNav .navbar-nav .nav-item:active,#mainNav .navbar-nav .nav-item:focus{outline:0;background-color:transparent} @media (min-width:992px){#mainNav{padding-top:0;padding-bottom:0;border-bottom:none;background-color:transparent;transition:background-color .3s ease-in-out} #mainNav .navbar-brand{padding:.5rem 0;color:rgba(255,255,255,.5)} #mainNav .nav-link{transition:none;padding:2rem 1.5rem;color:rgba(255,255,255,.5)}#mainNav .nav-link:hover{color:rgba(255,255,255,.75)}#mainNav .nav-link:active{color:#fff}#mainNav.navbar-shrink{background-color:#fff}#mainNav.navbar-shrink .navbar-brand{color:#161616}#mainNav.navbar-shrink .nav-link{color:#161616;padding:1.5rem 1.5rem 1.25rem;border-bottom:.25rem solid transparent}#mainNav.navbar-shrink .nav-link:hover{color:#64a19d}#mainNav.navbar-shrink .nav-link:active{color:#467370}#mainNav.navbar-shrink .nav-link.active{color:#64a19d;outline:0;border-bottom:.25rem solid #64a19d}} .masthead{position:relative;width:100%;height:auto;min-height:35rem;padding:15rem 0;background:linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../img/bg-masthead.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover}.masthead h1{font-family:'Varela Round';font-size:2.5rem;line-height:2.5rem;letter-spacing:.8rem;background:-webkit-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0));-webkit-text-fill-color:transparent;-webkit-background-clip:text} .masthead h2{max-width:20rem;font-size:1rem}@media (min-width:768px){ .masthead h1{font-size:4rem;line-height:4rem}}@media (min-width:992px){.masthead{height:100vh;padding:0}.masthead h1{font-size:6.5rem;line-height:6.5rem;letter-spacing:.8rem}.masthead h2{max-width:30rem;font-size:1.25rem}}.btn{box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;padding:1.25rem 2rem;font-family:'Varela Round';font-size:80%;text-transform:uppercase;letter-spacing:.15rem;border:0}.btn-primary{background-color:#64a19d}.btn-primary:hover{background-color:#4f837f}.btn-primary:focus{background-color:#4f837f;color:#fff}.btn-primary:active{background-color:#467370!important}.about-section{padding-top:10rem;background:linear-gradient(to bottom,#161616 0,rgba(22,22,22,.9) 75%,rgba(22,22,22,.8) 100%)}.about-section p{margin-bottom:5rem}.projects-section{padding:10rem 0} .projects-section .featured-text{padding:2rem}@media (min-width:992px){ .projects-section .featured-text{padding:0 0 0 2rem;border-left:.5rem solid #64a19d}} .projects-section .project-text{padding:3rem;font-size:90%}@media (min-width:992px){ .projects-section .project-text{padding:5rem} .projects-section .project-text hr{border-color:#64a19d;border-width:.25rem;width:30%}} .signup-section{padding:10rem 0;background:linear-gradient(to bottom,rgba(22,22,22,.1) 0,rgba(22,22,22,.5) 75%,#161616 100%),url(../img/bg-signup.jpg);background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover} .signup-section .form-inline input{box-shadow:0 .1875rem .1875rem 0 rgba(0,0,0,.1)!important;padding:1.25rem 2rem;height:auto;font-family:'Varela Round';font-size:80%;text-transform:uppercase;letter-spacing:.15rem;border:0} .contact-section{padding:5rem 0 0} .contact-section .card{ border:0 ;border-bottom:.25rem solid #64a19d; } .contact-section .card h4{ font-size:.8rem; font-family:'Varela Round'; text-transform:uppercase;letter-spacing:.15rem } .contact-section .card hr{ border-color:#64a19d; border-width:.25rem; width:3rem } .contact-section .social{margin-top:5rem} .contact-section .social a{text-align:inherit ;height:3rem;width:3rem;background:rgba(255,255,255,.1);border-radius:100%;line-height:3rem;color:rgba(255,255,255,.3)} .contact-section .social a:hover{color:rgba(255,255,255,.5)} .contact-section .social a:active{color:#fff} body{font-family:Nunito;letter-spacing:.0625em}a{color:#64a19d}a:focus,a:hover{text-decoration:none;color:#3c6360} .bg-black{background-color:#161616!important} .bg-primary{background-color:#64a19d!important} .text-primary{color:#64a19d!important} footer{padding:5rem 0} /* Made with love by <NAME>*/ body { color: #404E67; background: #F5F7FA; font-family: 'Open Sans', sans-serif; } .table-wrapper { width: 100%; margin: 30px auto; background: #fff; padding: 20px; box-shadow: 0 1px 1px rgba(0,0,0,.05); } .table-title { padding-bottom: 10px; margin: 0 0 10px; } .table-title h2 { margin: 6px 0 0; font-size: 22px; } .table-title .add-new { float: right; height: 30px; font-weight: bold; font-size: 12px; text-shadow: none; min-width: 100px; border-radius: 50px; line-height: 13px; } .table-title .add-new i { margin-right: 4px; } table.table { table-layout: fixed; } table.table tr th, table.table tr td { border-color: #e9e9e9; } table.table th i { font-size: 13px; margin: 0 5px; cursor: pointer; } table.table th:last-child { width: 100px; } table.table td a { cursor: pointer; display: inline-block; margin: 0 5px; min-width: 24px; } table.table td a.add { color: #27C46B; } table.table td a.edit { color: #FFC107; } table.table td a.delete { color: #E34724; } table.table td i { font-size: 19px; } table.table td a.add i { font-size: 24px; margin-right: -1px; position: relative; top: 3px; } table.table .form-control { height: 32px; line-height: 32px; box-shadow: none; border-radius: 2px; } table.table .form-control.error { border-color: #f50000; } table.table td .add { display: none; }
0.224991
0.038975
* @author <NAME> <<EMAIL>> */ .wegas-mcqtabview { line-height: normal; width: 100%; } .wegas-mcqtabview .pmg-subtitle { padding:6px 0; font-size: 1.2em; font-weight: normal; border-bottom: 2px solid #4D4D4D; } .yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .left , .yui3-skin-sam .wegas-mcqtabview .yui3-tab .label { float:left; padding-left:8px; } .yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .right , .yui3-skin-sam .wegas-mcqtabview .yui3-tab .status { float:right; padding-right:8px; } .wegas-mcqtabview .title, .wegas-mcqtabview .subtitle{ font-weight: bold; border-bottom: 2px solid lightgray; padding: 7px 18px 2px; margin: 10px 8px 10px -10px; } .wegas-mcqtabview .title { font-size: 1.1em; } .wegas-mcqtabview .subtitle { margin-top: 30px; } .wegas-mcqtabview .description { margin: 8px; margin-bottom: 20px; } .wegas-mcqtabview button { float: right; margin-right: 10px; } .wegas-mcqtabview .numberOfReplies { margin-top: 5px; color: #757575; } .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview, .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview .yui3-tabview-content{ height:100%; } .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview ul.yui3-tabview-list, .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview div.yui3-tabview-panel{ height:100%; overflow-x: hidden; overflow-y: auto; min-height: 100px; padding-bottom: 1px; } .wegas-mcqtabview .yui3-tab-panel > .content{ padding-left: 20px; } .wegas-mcqtabview .reply { margin: 3px 8px 5px; } .wegas-mcqtabview .replyDiv > .reply { color: #757575; } .wegas-mcqtabview .reply .name { font-weight: bold; margin-bottom: 5px; } .wegas-mcqtabview .reply .content { /*font-weight: bold;*/ margin-bottom:5px; } .wegas-mcqtabview .replyDiv { border-bottom: 1px solid lightgray; margin-top: 10px; margin-bottom: 5px; padding-bottom: 5px; } .wegas-mcqtabview .replyDiv:last-child { border-bottom: none; } .wegas-mcqtabview .numberOfReplies{ float:right; } .wegas-mcqtabview .unread { font-weight:bold; }
wegas-app/src/main/webapp/wegas-mcq/css/wegas-mcq-tabview.css
* @author <NAME> <<EMAIL>> */ .wegas-mcqtabview { line-height: normal; width: 100%; } .wegas-mcqtabview .pmg-subtitle { padding:6px 0; font-size: 1.2em; font-weight: normal; border-bottom: 2px solid #4D4D4D; } .yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .left , .yui3-skin-sam .wegas-mcqtabview .yui3-tab .label { float:left; padding-left:8px; } .yui3-skin-sam .wegas-mcqtabview .pmg-subtitle .right , .yui3-skin-sam .wegas-mcqtabview .yui3-tab .status { float:right; padding-right:8px; } .wegas-mcqtabview .title, .wegas-mcqtabview .subtitle{ font-weight: bold; border-bottom: 2px solid lightgray; padding: 7px 18px 2px; margin: 10px 8px 10px -10px; } .wegas-mcqtabview .title { font-size: 1.1em; } .wegas-mcqtabview .subtitle { margin-top: 30px; } .wegas-mcqtabview .description { margin: 8px; margin-bottom: 20px; } .wegas-mcqtabview button { float: right; margin-right: 10px; } .wegas-mcqtabview .numberOfReplies { margin-top: 5px; color: #757575; } .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview, .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview .yui3-tabview-content{ height:100%; } .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview ul.yui3-tabview-list, .yui3-skin-sam .wegas-mcqtabview .horizontal-tabview div.yui3-tabview-panel{ height:100%; overflow-x: hidden; overflow-y: auto; min-height: 100px; padding-bottom: 1px; } .wegas-mcqtabview .yui3-tab-panel > .content{ padding-left: 20px; } .wegas-mcqtabview .reply { margin: 3px 8px 5px; } .wegas-mcqtabview .replyDiv > .reply { color: #757575; } .wegas-mcqtabview .reply .name { font-weight: bold; margin-bottom: 5px; } .wegas-mcqtabview .reply .content { /*font-weight: bold;*/ margin-bottom:5px; } .wegas-mcqtabview .replyDiv { border-bottom: 1px solid lightgray; margin-top: 10px; margin-bottom: 5px; padding-bottom: 5px; } .wegas-mcqtabview .replyDiv:last-child { border-bottom: none; } .wegas-mcqtabview .numberOfReplies{ float:right; } .wegas-mcqtabview .unread { font-weight:bold; }
0.435902
0.062789
.page_container { display: flex; flex-direction: column; align-items: center; } .buttons_container { max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px 0; padding: 0 10px; } .button { padding: 14px 0; width: 200px; border-radius: 5px; font-size: 14px; font-family: "RobotoBold", sans-serif; text-transform: uppercase; background-color: grey; border: none; color: #ffffff; transition: all 0.3s ease; margin: 8px 0; /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); */ } .button:hover, .button:focus { transform: scale(1.08); /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */ background-color: #ff6c00; outline: none; } .button:active { transform: scale(1); /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); */ } .button:not(:last-of-type) { margin-right: 0; } .button_active { background-color: #ff6c00; transform: scale(1.06); /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */ } .button_active:hover, .button_active:focus { background-color: #ff6c00; } .input { width: 260px; padding: 10px 6px; font-family: RobotoRegular; font-size: 16px; font-style: normal; font-weight: normal; border-radius: 5px; border: solid 2px #9c9c9c; margin-bottom: 30px; font-style: italic; } .input:hover, .input:focus { border: solid 2px #686868; } .input::placeholder { /* font-family: OswaldRegular; */ font-style: italic; } .items_container { max-width: 100%; display: grid; grid-template-columns: 270px; grid-template-rows: auto; gap: 25px 30px; margin-bottom: 50px; } @media screen and (min-width: 42rem) { .items_container { grid-template-columns: 270px 270px; } } @media screen and (min-width: 48rem) { .buttons_container { flex-direction: row; } .button:not(:last-of-type) { margin-right: 18px; } } @media screen and (min-width: 64rem) { .items_container { grid-template-columns: 270px 270px 270px; } } @media screen and (min-width: 82rem) { .items_container { grid-template-columns: 270px 270px 270px 270px; } }
src/components/AdminUpdateList/AdminUpdateList.module.css
.page_container { display: flex; flex-direction: column; align-items: center; } .buttons_container { max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px 0; padding: 0 10px; } .button { padding: 14px 0; width: 200px; border-radius: 5px; font-size: 14px; font-family: "RobotoBold", sans-serif; text-transform: uppercase; background-color: grey; border: none; color: #ffffff; transition: all 0.3s ease; margin: 8px 0; /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); */ } .button:hover, .button:focus { transform: scale(1.08); /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); */ background-color: #ff6c00; outline: none; } .button:active { transform: scale(1); /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); */ } .button:not(:last-of-type) { margin-right: 0; } .button_active { background-color: #ff6c00; transform: scale(1.06); /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */ } .button_active:hover, .button_active:focus { background-color: #ff6c00; } .input { width: 260px; padding: 10px 6px; font-family: RobotoRegular; font-size: 16px; font-style: normal; font-weight: normal; border-radius: 5px; border: solid 2px #9c9c9c; margin-bottom: 30px; font-style: italic; } .input:hover, .input:focus { border: solid 2px #686868; } .input::placeholder { /* font-family: OswaldRegular; */ font-style: italic; } .items_container { max-width: 100%; display: grid; grid-template-columns: 270px; grid-template-rows: auto; gap: 25px 30px; margin-bottom: 50px; } @media screen and (min-width: 42rem) { .items_container { grid-template-columns: 270px 270px; } } @media screen and (min-width: 48rem) { .buttons_container { flex-direction: row; } .button:not(:last-of-type) { margin-right: 18px; } } @media screen and (min-width: 64rem) { .items_container { grid-template-columns: 270px 270px 270px; } } @media screen and (min-width: 82rem) { .items_container { grid-template-columns: 270px 270px 270px 270px; } }
0.28877
0.072867
body { font-family: 'Lobster', sans-serif; text-align: center; display: grid; grid-template-rows: auto auto auto auto auto auto auto; height: auto; } body { margin: 0; cursor: url("../images/logo/des.png"), auto; } body .blinking-cursor { font-weight: 100; font-size: 30px; color: #2E3D48; -webkit-animation: 1s blink step-end infinite; -moz-animation: 1s blink step-end infinite; -ms-animation: 1s blink step-end infinite; -o-animation: 1s blink step-end infinite; animation: 1s blink step-end infinite; } @keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-moz-keyframes blink { from, to { color: transparent; } 50% { color: black; } } @-webkit-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-ms-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-o-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } .welcome { grid-row-start: 1; grid-row-end: 2; background: url(../images/backgrounds/home1.jpg); background-size: cover; color: rgb(255, 255, 255); outline-color: rgb(255, 255, 255,); line-height: 50px; margin-top: 0px; padding-top: 0%; width: 100%; height: 100%; font-size: 30px; } .welcome h3 { padding-top: 0px; font-size: 50px; } .welcome p { padding-top: 0px; } #mouse-click{ padding-top : 22px; margin-top: 2%; padding-bottom: 30px; /* animation-iteration-count: infinite; */ } #mouse-click { animation: bounce 4s infinite; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-55px); } 60% { transform: translateY(-45px); } } .about { grid-row-start: 2; grid-row-end: 3; background-color: white; padding-top: 5%; padding-bottom: 5%; text-align: center; color: black; font-size: 30px; } .services { grid-row-start: 3; grid-row-end: 4; background: url(../images/backgrounds/home.jpg); background-size: contain; text-align: center; padding: 0%; padding-top: 10%; padding-bottom: 16%; color: rgb(255, 255, 255); font-size: 35px; } .toggle { grid-row-start: 4; grid-row-end: 5; padding-top: 3%; font-size: 26px; } .text { display: none; } .portfolio h2 { padding-top: 6%; padding-bottom: 1%; } .folio { padding-top: 1%; margin-right: 5%; margin-bottom: 5%; } .images { width: 100%; height: 100%; object-fit: cover; } .overlay { position: absolute; height: 80%; width: 80%; top: 10%; left: 10%; text-align: center; font-size: larger; font-weight: 900; display: none; background: rgba(255, 255, 255, 0.2); color: rgb(0, 255, 221); border: 2px solid white; } .contact { background: url(../images/backgrounds/globe.jpg); background-size: contain; padding-top: 15.3%; color: white; } input[type="text"], input[type="email"], input[type="submit"], #message { background-color: transparent; margin-bottom: 18px; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgb(255, 255, 255); } #mc_embed_signup { background:#fff; clear:left; font font-family:'Lobster', sans-serif; font-size: 20px } #mc_embed_signup { background:#fff; clear:left; font font-family:'Lobster', sans-serif; font-size: 20px } .footer { padding-top: 3%; padding-right: 20px; } .foot-text h5 { padding-top: 1%; padding-bottom: 0; color: black; }
css/style.css
body { font-family: 'Lobster', sans-serif; text-align: center; display: grid; grid-template-rows: auto auto auto auto auto auto auto; height: auto; } body { margin: 0; cursor: url("../images/logo/des.png"), auto; } body .blinking-cursor { font-weight: 100; font-size: 30px; color: #2E3D48; -webkit-animation: 1s blink step-end infinite; -moz-animation: 1s blink step-end infinite; -ms-animation: 1s blink step-end infinite; -o-animation: 1s blink step-end infinite; animation: 1s blink step-end infinite; } @keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-moz-keyframes blink { from, to { color: transparent; } 50% { color: black; } } @-webkit-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-ms-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } @-o-keyframes "blink" { from, to { color: transparent; } 50% { color: black; } } .welcome { grid-row-start: 1; grid-row-end: 2; background: url(../images/backgrounds/home1.jpg); background-size: cover; color: rgb(255, 255, 255); outline-color: rgb(255, 255, 255,); line-height: 50px; margin-top: 0px; padding-top: 0%; width: 100%; height: 100%; font-size: 30px; } .welcome h3 { padding-top: 0px; font-size: 50px; } .welcome p { padding-top: 0px; } #mouse-click{ padding-top : 22px; margin-top: 2%; padding-bottom: 30px; /* animation-iteration-count: infinite; */ } #mouse-click { animation: bounce 4s infinite; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-55px); } 60% { transform: translateY(-45px); } } .about { grid-row-start: 2; grid-row-end: 3; background-color: white; padding-top: 5%; padding-bottom: 5%; text-align: center; color: black; font-size: 30px; } .services { grid-row-start: 3; grid-row-end: 4; background: url(../images/backgrounds/home.jpg); background-size: contain; text-align: center; padding: 0%; padding-top: 10%; padding-bottom: 16%; color: rgb(255, 255, 255); font-size: 35px; } .toggle { grid-row-start: 4; grid-row-end: 5; padding-top: 3%; font-size: 26px; } .text { display: none; } .portfolio h2 { padding-top: 6%; padding-bottom: 1%; } .folio { padding-top: 1%; margin-right: 5%; margin-bottom: 5%; } .images { width: 100%; height: 100%; object-fit: cover; } .overlay { position: absolute; height: 80%; width: 80%; top: 10%; left: 10%; text-align: center; font-size: larger; font-weight: 900; display: none; background: rgba(255, 255, 255, 0.2); color: rgb(0, 255, 221); border: 2px solid white; } .contact { background: url(../images/backgrounds/globe.jpg); background-size: contain; padding-top: 15.3%; color: white; } input[type="text"], input[type="email"], input[type="submit"], #message { background-color: transparent; margin-bottom: 18px; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgb(255, 255, 255); } #mc_embed_signup { background:#fff; clear:left; font font-family:'Lobster', sans-serif; font-size: 20px } #mc_embed_signup { background:#fff; clear:left; font font-family:'Lobster', sans-serif; font-size: 20px } .footer { padding-top: 3%; padding-right: 20px; } .foot-text h5 { padding-top: 1%; padding-bottom: 0; color: black; }
0.498535
0.121503
@charset "UTF-8"; @font-face { font-family: "krake"; src: url("fonts/krake.eot"); src: url("fonts/krake.eot?#iefix") format("embedded-opentype"), url("fonts/krake.woff") format("woff"), url("fonts/krake.ttf") format("truetype"), url("fonts/krake.svg#krake") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "krake" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "krake" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-user:before { content: "\61"; } .text-center .img-responsive { margin-left: auto; margin-right: auto; } .clear { clear: both; } .space-20 { height: 20px; clear: both; } .space-40 { height: 40px; clear: both; } .no-padding { padding: 0 !important; } .no-margin, .no-margin > h3, .no-margin > h5, .no-margin > p { margin: 0 !important; } .float-left { float: left; } .float-right { float: right; } .widthmax { width: 100%; } header { margin-top: 2%; } .container-header { border-bottom: 2px solid #b3b3b3; padding-bottom: 0.5%; } .container-footer { border-top: 2px solid #b3b3b3; padding-top: 1%; } header h1 { font-size: 1.9em; line-height: 0.8; margin: 0; color: black; margin-bottom: 20px; } header h6 a { color: #00b5e6; font-size: 0.8em; margin: 0; padding-left: 4px; text-transform: uppercase; } header a:hover, header a:hover { color: #00b5e6; text-decoration: none; } .logo-header { margin: auto; } .home { padding-right: 5px; border-right: 1px solid black; } .home > a, .home > a:hover { text-decoration: none; color: #00b5e6; } .login { padding-left: 5px; } .login > a, .login > a:hover { color: black; text-decoration: none; } .login-button, .login-button:hover, .login-button:focus { padding: 10% 33%; background-color: #172535; border-radius: 10px; display: block; text-decoration: none; color: #fff; } .login-button:hover { background-color: #00b5e6; } .logout-button, .logout-button:hover, .logout-button:focus { padding: 10% 33%; background-color: #00b5e6; border-radius: 10px; display: block; text-decoration: none; color: #fff; } .logout-button:hover { background-color: #172535; } .home > a, .login > a, .visit { font-weight: bold; } .links { color: #00b5e6; } .logomilano { background: url('../img/milano.png') center center no-repeat; height: 150px; } .col-index { padding: 6.5% !important; } .footer-text { color: #b3b3b3; font-weight: bold; } input[type=text], input[type=password] { height: 5%; padding-left: 2%; width: 100%; } .submit { background-color: #00b5e6; border: 0 none; color: white; font-size: 2em; width: 100%; } .black-link { color: black; text-decoration: none; } .black-link:hover { color: #00b5e6; } .bottom-border-gray { margin: 0; padding-bottom: 4%; margin-bottom: 2%; border-bottom: 2px solid #b3b3b3; } .fa-facebook, .fa-twitter { color: white; } .float-right.login a { color: #000; font-style: normal; font-weight: bold; } .padding-right-5 { padding-right: 5px; } .fa-stack { font-size: 3em !important; margin-left: 7%; } .icon-user { font-size: 5em; } .login-button > h6 { margin: 0; font-size: 2em; } .logout-button > h6 { margin: 0; font-size: 2em; } .col-padding-low { padding: 3%; } .bootstrap-switch { height: 40px; } .no-pad-right { padding-right: 0 !important; } .no-pad-left { padding-left: 0 !important; } label > span { font-size: 2em; font-weight: bold; } .accepted { color: #00B5E6; } .placeholder-logo { width: 300px; height: 300px; background: url(images/placeholder.png); padding-right: 20px; } .lineheight-2 { line-height: 2 !important; } @media(max-width:991px) { .icon-user { font-size: 4em; } .login-button > h6 { font-size: 1.5em; } .logout-button > h6 { font-size: 1.5em; } } @media(max-width:500px) { .icon-user { font-size: 3em; } .login-button > h6 { font-size: 1em; } .logout-button > h6 { font-size: 1em; } header h1 { font-size: 3em; line-height: 0.8; margin: 0; } } .navbar-default { background-color: #fff; border: 0px solid #fff; border-color: #fff; } .navbar { margin-bottom: 0px; } .navbar-brand { color: #000 !important; } .navbar-default .navbar-nav > li > a { color: #172535; } .navbar-default .navbar-nav > li > a:hover { color: #00b5e6; } /*Messages and Errors*/ .validation-summary-errors { padding: 15px; margin: 20px 5px; border: 1px solid transparent; border-radius: 4px; color: #a94442; background-color: #f2dede; border-color: #ebccd1; } button { /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;*/ border: 0 none !important; } /*.navbar-default .navbar-nav .navbar-blue > li > a { color: #172535 !important; font-weight: bold; }*/ /*.navbar-default .navbar-nav .navbar-blue > li > a:hover { color: #172535 !important; font-weight: bold; }*/ .input-privacy { display: inline-block; width: auto; margin-left: 8px !important; height: auto; } label { font-weight: normal; } .social-login-buttons button { color: #fff; background-color: transparent; } .social-login-buttons i { /*font-size: 2em;*/ } .social-hover:hover { cursor: pointer; } /*Media thumbnail*/ .thumb { margin-bottom: 30px; } .thunb-media { height: 200px; width: 200px; } .thunb-text { width: 100%; text-align: center; overflow-x: hidden; } .thunb-img{ min-width: 200px; min-width:200px; } legend{ font-size: 24px; border-bottom: none; margin-bottom: 15px; } h3{ margin-bottom:15px; } /*field*/ .name{ font-weight: bold; margin-top: 3px; margin-bottom: 3px; } /*projection paje*/ .projection-page ul{ list-style-type: none; } /*title summary content*/ .borderTop{ border-top: 2px solid lightgray; } .floatRight{ float:right; } .EndSummaryContent{ height: 22px; margin-bottom: 20px; } .map { margin-bottom:20px; } .action-button{ width: auto !important; } ul{ list-style-type: none; }
src/Themes/KrakeDefaultTheme/Styles/style.css
@charset "UTF-8"; @font-face { font-family: "krake"; src: url("fonts/krake.eot"); src: url("fonts/krake.eot?#iefix") format("embedded-opentype"), url("fonts/krake.woff") format("woff"), url("fonts/krake.ttf") format("truetype"), url("fonts/krake.svg#krake") format("svg"); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: "krake" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "krake" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-user:before { content: "\61"; } .text-center .img-responsive { margin-left: auto; margin-right: auto; } .clear { clear: both; } .space-20 { height: 20px; clear: both; } .space-40 { height: 40px; clear: both; } .no-padding { padding: 0 !important; } .no-margin, .no-margin > h3, .no-margin > h5, .no-margin > p { margin: 0 !important; } .float-left { float: left; } .float-right { float: right; } .widthmax { width: 100%; } header { margin-top: 2%; } .container-header { border-bottom: 2px solid #b3b3b3; padding-bottom: 0.5%; } .container-footer { border-top: 2px solid #b3b3b3; padding-top: 1%; } header h1 { font-size: 1.9em; line-height: 0.8; margin: 0; color: black; margin-bottom: 20px; } header h6 a { color: #00b5e6; font-size: 0.8em; margin: 0; padding-left: 4px; text-transform: uppercase; } header a:hover, header a:hover { color: #00b5e6; text-decoration: none; } .logo-header { margin: auto; } .home { padding-right: 5px; border-right: 1px solid black; } .home > a, .home > a:hover { text-decoration: none; color: #00b5e6; } .login { padding-left: 5px; } .login > a, .login > a:hover { color: black; text-decoration: none; } .login-button, .login-button:hover, .login-button:focus { padding: 10% 33%; background-color: #172535; border-radius: 10px; display: block; text-decoration: none; color: #fff; } .login-button:hover { background-color: #00b5e6; } .logout-button, .logout-button:hover, .logout-button:focus { padding: 10% 33%; background-color: #00b5e6; border-radius: 10px; display: block; text-decoration: none; color: #fff; } .logout-button:hover { background-color: #172535; } .home > a, .login > a, .visit { font-weight: bold; } .links { color: #00b5e6; } .logomilano { background: url('../img/milano.png') center center no-repeat; height: 150px; } .col-index { padding: 6.5% !important; } .footer-text { color: #b3b3b3; font-weight: bold; } input[type=text], input[type=password] { height: 5%; padding-left: 2%; width: 100%; } .submit { background-color: #00b5e6; border: 0 none; color: white; font-size: 2em; width: 100%; } .black-link { color: black; text-decoration: none; } .black-link:hover { color: #00b5e6; } .bottom-border-gray { margin: 0; padding-bottom: 4%; margin-bottom: 2%; border-bottom: 2px solid #b3b3b3; } .fa-facebook, .fa-twitter { color: white; } .float-right.login a { color: #000; font-style: normal; font-weight: bold; } .padding-right-5 { padding-right: 5px; } .fa-stack { font-size: 3em !important; margin-left: 7%; } .icon-user { font-size: 5em; } .login-button > h6 { margin: 0; font-size: 2em; } .logout-button > h6 { margin: 0; font-size: 2em; } .col-padding-low { padding: 3%; } .bootstrap-switch { height: 40px; } .no-pad-right { padding-right: 0 !important; } .no-pad-left { padding-left: 0 !important; } label > span { font-size: 2em; font-weight: bold; } .accepted { color: #00B5E6; } .placeholder-logo { width: 300px; height: 300px; background: url(images/placeholder.png); padding-right: 20px; } .lineheight-2 { line-height: 2 !important; } @media(max-width:991px) { .icon-user { font-size: 4em; } .login-button > h6 { font-size: 1.5em; } .logout-button > h6 { font-size: 1.5em; } } @media(max-width:500px) { .icon-user { font-size: 3em; } .login-button > h6 { font-size: 1em; } .logout-button > h6 { font-size: 1em; } header h1 { font-size: 3em; line-height: 0.8; margin: 0; } } .navbar-default { background-color: #fff; border: 0px solid #fff; border-color: #fff; } .navbar { margin-bottom: 0px; } .navbar-brand { color: #000 !important; } .navbar-default .navbar-nav > li > a { color: #172535; } .navbar-default .navbar-nav > li > a:hover { color: #00b5e6; } /*Messages and Errors*/ .validation-summary-errors { padding: 15px; margin: 20px 5px; border: 1px solid transparent; border-radius: 4px; color: #a94442; background-color: #f2dede; border-color: #ebccd1; } button { /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;*/ border: 0 none !important; } /*.navbar-default .navbar-nav .navbar-blue > li > a { color: #172535 !important; font-weight: bold; }*/ /*.navbar-default .navbar-nav .navbar-blue > li > a:hover { color: #172535 !important; font-weight: bold; }*/ .input-privacy { display: inline-block; width: auto; margin-left: 8px !important; height: auto; } label { font-weight: normal; } .social-login-buttons button { color: #fff; background-color: transparent; } .social-login-buttons i { /*font-size: 2em;*/ } .social-hover:hover { cursor: pointer; } /*Media thumbnail*/ .thumb { margin-bottom: 30px; } .thunb-media { height: 200px; width: 200px; } .thunb-text { width: 100%; text-align: center; overflow-x: hidden; } .thunb-img{ min-width: 200px; min-width:200px; } legend{ font-size: 24px; border-bottom: none; margin-bottom: 15px; } h3{ margin-bottom:15px; } /*field*/ .name{ font-weight: bold; margin-top: 3px; margin-bottom: 3px; } /*projection paje*/ .projection-page ul{ list-style-type: none; } /*title summary content*/ .borderTop{ border-top: 2px solid lightgray; } .floatRight{ float:right; } .EndSummaryContent{ height: 22px; margin-bottom: 20px; } .map { margin-bottom:20px; } .action-button{ width: auto !important; } ul{ list-style-type: none; }
0.446012
0.093719
body { padding-top: 54px; font-family: calibri; font-size: 0.9em; } /** Additions **/ ul { margin: 0; padding-left: 1em; /* Set the distance from the list edge to 1x the font size */ padding-bottom:0.6em; list-style-position: outside; list-style-image: url('../img/check.png'); } hr { display: block; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: auto; margin-right: auto; border-style: groove; border-width: 1px; } hr.ad { display: block; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: auto; margin-right: auto; border-style: groove; border-width: 10px; } ol { margin: 0; padding-bottom:0.6em; padding-left: 1em; /* Set the distance from the list edge to 1x the font size */ list-style-position: outside; } h1 { margin-top: 1em; margin-bottom: 0; font-size: 2.4em; } h2 { margin-top: 0.8em; margin-bottom: 0; font-size: 2em; } h3 { margin-top: 0.5em; margin-bottom: 0; font-size: 1.65em; } h4 { margin-top: 0.3em; margin-bottom: 0; font-size: 1.35em; } p { margin-bottom: 0.15em; padding-bottom:0.5em; font-size: 0.95em; } a { color: #0082ce; font-size: 1em; } td, th { border: 1px solid #ddd; padding: 0.3em; } .center { text-align:center; } tr:nth-child(even){background-color: #f2f2f2;} tr:hover {background-color: #ddd;} th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #e6ffe6; color: black; } .bgimg {background-image: url('/img/ai-banner.jpg'); background-repeat: no-repeat; background-size: 100%;} @media (min-width: 768px) { .modal-xl {width: 70%;max-width:1200px;} body { padding-top: 40px; font-size: 1em; } h1 { margin-top: 1em; font-size: 3em; } h2 { margin-top: 0.8em; margin-bottom: 0; font-size: 2.2em; } h3 { margin-top: 0.6em; margin-bottom: 0; font-size: 1.8em; } h4 { margin-top: 0.4em; margin-bottom: 0; font-size: 1.4em; } p { font-size: 1.0em; margin-bottom: 0.2em; } a { color: #0082ce; font-size: 1.03em; } }
css/blog-post.css
body { padding-top: 54px; font-family: calibri; font-size: 0.9em; } /** Additions **/ ul { margin: 0; padding-left: 1em; /* Set the distance from the list edge to 1x the font size */ padding-bottom:0.6em; list-style-position: outside; list-style-image: url('../img/check.png'); } hr { display: block; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: auto; margin-right: auto; border-style: groove; border-width: 1px; } hr.ad { display: block; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: auto; margin-right: auto; border-style: groove; border-width: 10px; } ol { margin: 0; padding-bottom:0.6em; padding-left: 1em; /* Set the distance from the list edge to 1x the font size */ list-style-position: outside; } h1 { margin-top: 1em; margin-bottom: 0; font-size: 2.4em; } h2 { margin-top: 0.8em; margin-bottom: 0; font-size: 2em; } h3 { margin-top: 0.5em; margin-bottom: 0; font-size: 1.65em; } h4 { margin-top: 0.3em; margin-bottom: 0; font-size: 1.35em; } p { margin-bottom: 0.15em; padding-bottom:0.5em; font-size: 0.95em; } a { color: #0082ce; font-size: 1em; } td, th { border: 1px solid #ddd; padding: 0.3em; } .center { text-align:center; } tr:nth-child(even){background-color: #f2f2f2;} tr:hover {background-color: #ddd;} th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #e6ffe6; color: black; } .bgimg {background-image: url('/img/ai-banner.jpg'); background-repeat: no-repeat; background-size: 100%;} @media (min-width: 768px) { .modal-xl {width: 70%;max-width:1200px;} body { padding-top: 40px; font-size: 1em; } h1 { margin-top: 1em; font-size: 3em; } h2 { margin-top: 0.8em; margin-bottom: 0; font-size: 2.2em; } h3 { margin-top: 0.6em; margin-bottom: 0; font-size: 1.8em; } h4 { margin-top: 0.4em; margin-bottom: 0; font-size: 1.4em; } p { font-size: 1.0em; margin-bottom: 0.2em; } a { color: #0082ce; font-size: 1.03em; } }
0.49585
0.097433
body { font-family: soleil, sans-serif; font-weight: 400; font-style: normal; font-size: 16px; } .alert-debug { background-color: #fff; border-color: #d6e9c6; color: #000; } .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } form select { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form input { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form textarea { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form [type=submit] { font-weight: 700; background-color: #1D4ED8; color: #fff; padding: 8px 24px 8px 24px; margin: auto; } form [type=checkbox] { width: inherit; } form label { display: block; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } .login-btn-facebook { background-color: #1A76F2; color: white; } a { font-weight: 700; color: #F78C2C; } .search-bar input { width: 100%; margin-bottom: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.75); background-color: #f5f5f5; border-color: #E3E7EF; } .search-bar input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::-moz-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::-ms-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::placeholder { color: rgba(0, 0, 0, 0.75); } @media (min-width: 640px) { .search-bar input[type=submit] { width: 140px; } .search-bar input[type=text] { width: calc(100%-156px); background-color: #F5F5F5; height: 56px; font-size: 20px; } .search-bar input[type=text].keyword { width: calc(100%-376px); } .search-bar .category-field { height: 56px; } } @media (min-width: 1536px) { .container, .sm\:container, .lg\:container { max-width: 1280px !important; } } .search-bar .category-field { font-weight: 500; color: rgba(0, 0, 0, 0.75); background-color: #f5f5f5; border-color: #E3E7EF; } form.contact-form input[type=text] { width: 100%; margin-top: 16px; background-color: #f5f5f5; } @media (min-width: 1024px) { body .companies-list { width: calc(66.666667%-16px); } body .newsletter { height: -webkit-max-content; height: -moz-max-content; height: max-content; margin-left: 16px; } form.contact-form input[type=text] { height: 56px; font-size: 20px; } } body .rich-text-description h1, body .rich-text-description h2, body .rich-text-description h3 { font-weight: bold; font-size: 30px; font-size: 1.875rem; line-height: 36px; line-height: 2.25rem; } body .rich-text-description h4 { font-weight: 600; font-size: 18px; font-size: 1.125rem; line-height: 28px; line-height: 1.75rem; } body .rich-text-description h5 { font-weight: bold; font-size: 16px; font-size: 1rem; line-height: 24px; line-height: 1.5rem; } body .rich-text-description h6 { font-size: 14px; font-size: 0.875rem; line-height: 20px; line-height: 1.25rem; text-transform: uppercase; } body .rich-text-description p { font-size: 16px; font-size: 1rem; line-height: 24px; line-height: 1.5rem; } body .rich-text-description ul { list-style-type: disc; list-style-position: inside; }
feline/static/css/project.css
body { font-family: soleil, sans-serif; font-weight: 400; font-style: normal; font-size: 16px; } .alert-debug { background-color: #fff; border-color: #d6e9c6; color: #000; } .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } form select { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form input { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form textarea { border: #d1d5db 1px solid; border-radius: 6px; padding: 8px 48px 8px 24px; line-height: 20px; font-size: 14px; width: 320px; } form [type=submit] { font-weight: 700; background-color: #1D4ED8; color: #fff; padding: 8px 24px 8px 24px; margin: auto; } form [type=checkbox] { width: inherit; } form label { display: block; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } .login-btn-facebook { background-color: #1A76F2; color: white; } a { font-weight: 700; color: #F78C2C; } .search-bar input { width: 100%; margin-bottom: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.75); background-color: #f5f5f5; border-color: #E3E7EF; } .search-bar input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::-moz-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::-ms-input-placeholder { color: rgba(0, 0, 0, 0.75); } .search-bar input::placeholder { color: rgba(0, 0, 0, 0.75); } @media (min-width: 640px) { .search-bar input[type=submit] { width: 140px; } .search-bar input[type=text] { width: calc(100%-156px); background-color: #F5F5F5; height: 56px; font-size: 20px; } .search-bar input[type=text].keyword { width: calc(100%-376px); } .search-bar .category-field { height: 56px; } } @media (min-width: 1536px) { .container, .sm\:container, .lg\:container { max-width: 1280px !important; } } .search-bar .category-field { font-weight: 500; color: rgba(0, 0, 0, 0.75); background-color: #f5f5f5; border-color: #E3E7EF; } form.contact-form input[type=text] { width: 100%; margin-top: 16px; background-color: #f5f5f5; } @media (min-width: 1024px) { body .companies-list { width: calc(66.666667%-16px); } body .newsletter { height: -webkit-max-content; height: -moz-max-content; height: max-content; margin-left: 16px; } form.contact-form input[type=text] { height: 56px; font-size: 20px; } } body .rich-text-description h1, body .rich-text-description h2, body .rich-text-description h3 { font-weight: bold; font-size: 30px; font-size: 1.875rem; line-height: 36px; line-height: 2.25rem; } body .rich-text-description h4 { font-weight: 600; font-size: 18px; font-size: 1.125rem; line-height: 28px; line-height: 1.75rem; } body .rich-text-description h5 { font-weight: bold; font-size: 16px; font-size: 1rem; line-height: 24px; line-height: 1.5rem; } body .rich-text-description h6 { font-size: 14px; font-size: 0.875rem; line-height: 20px; line-height: 1.25rem; text-transform: uppercase; } body .rich-text-description p { font-size: 16px; font-size: 1rem; line-height: 24px; line-height: 1.5rem; } body .rich-text-description ul { list-style-type: disc; list-style-position: inside; }
0.304248
0.08163
.btn-primary{ background-color: #0a669f !important; } .forgot-pass{ color: #<PASSWORD>; } .form-control:focus{ border-bottom-color: #0a669f; -webkit-box-shadow: 0 -1px 0 0 #0a669f inset; box-shadow: 0 -1px 0 0 #0a669f inset; } .authentication-container{ border: solid 1px rgba(0,0,0,.09); } .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{ background-color: #0a669f; border-color: #0a669f; } .authentication-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 100%; flex-basis: 100%; min-height: 100vh; width: 100%; } .authentication-wrapper .authentication-inner { width: 100%; } .authentication-wrapper.authentication-1, .authentication-wrapper.authentication-2, .authentication-wrapper.authentication-4 { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .authentication-wrapper.authentication-1 .authentication-inner { max-width: 300px; } .authentication-wrapper.authentication-2 .authentication-inner { max-width: 380px; } .authentication-wrapper.authentication-3 { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; } .authentication-wrapper.authentication-3 .authentication-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; } .authentication-wrapper.authentication-4 .authentication-inner { max-width: 800px; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .authentication-wrapper:after { content: ''; display: block; -webkit-box-flex: 0; -ms-flex: 0 0 0px; flex: 0 0 0; min-height: inherit; width: 0; font-size: 0; } }
assets/admin/css/pages/authentication.css
.btn-primary{ background-color: #0a669f !important; } .forgot-pass{ color: #<PASSWORD>; } .form-control:focus{ border-bottom-color: #0a669f; -webkit-box-shadow: 0 -1px 0 0 #0a669f inset; box-shadow: 0 -1px 0 0 #0a669f inset; } .authentication-container{ border: solid 1px rgba(0,0,0,.09); } .custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{ background-color: #0a669f; border-color: #0a669f; } .authentication-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 100%; flex-basis: 100%; min-height: 100vh; width: 100%; } .authentication-wrapper .authentication-inner { width: 100%; } .authentication-wrapper.authentication-1, .authentication-wrapper.authentication-2, .authentication-wrapper.authentication-4 { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .authentication-wrapper.authentication-1 .authentication-inner { max-width: 300px; } .authentication-wrapper.authentication-2 .authentication-inner { max-width: 380px; } .authentication-wrapper.authentication-3 { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; } .authentication-wrapper.authentication-3 .authentication-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; } .authentication-wrapper.authentication-4 .authentication-inner { max-width: 800px; } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .authentication-wrapper:after { content: ''; display: block; -webkit-box-flex: 0; -ms-flex: 0 0 0px; flex: 0 0 0; min-height: inherit; width: 0; font-size: 0; } }
0.296858
0.052376
form p { position: relative; /* permet de positionner la checkbox cachée */ } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { /* Cache la checkbox sans la désactiver pour les lecteurs d'écran */ position: absolute; left: 0; opacity: 0.01; } /* on prépare le label */ [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; /* permet de positionner les pseudo-éléments */ padding-left: 2.3em; /* fait un peu d'espace pour notre case à venir */ font-size: 1.05em; /* Label un peu plus gros */ line-height: 1.7; cursor: pointer; /* affiche un curseur adapté */ } /* Aspect de la case */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 1.4em; height: 1.4em; border: 1px solid #aaa; background: #FFF; border-radius: .2em; box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2); transition: all .275s; } /* Aspect de la coche */ [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: 'x'; position: absolute; top: .38em; left: .18em; font-size: 1.6em; color: mediumslateblue; line-height: 0; transition: all .2s; /* Petite transition */ } /* Aspect non cochée */ [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0) rotate(45deg); } /* Aspect cochée */ [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1) rotate(0); } /* Disabled checkbox */ [type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #e9e9e9; } /* Disabled checked */ [type="checkbox"]:disabled:checked + label:after { color: #777; } [type="checkbox"]:disabled + label { color: #aaa; } /* Accessibility focus */ [type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before { box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(203, 34, 237, .2); } /* BASIC */ .navbar {} html { background-color: #56baed; } .footer { position: relative; bottom: 0; width: 100%; height: 20px; background: #56baed; color: #FFFFFF; text-align: center; } body { font-family: "Poppins", sans-serif; height: 100vh; background: -webkit-linear-gradient(top, #0062cc, #56baed); } } a { color: #92badd; display: inline-block; text-decoration: none; font-weight: 400; } h2 { text-align: center; font-size: 16px; font-weight: 600; text-transform: uppercase; display: inline-block; margin: 40px 8px 10px 8px; color: #cccccc; } /* STRUCTURE */ .wrapper { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; min-height: 100%; padding: 20px; } #formContent { -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; background: #fff; padding: 30px; width: 90%; max-width: 450px; position: relative; padding: 0px; -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); text-align: center; } #formFooter { background-color: #f6f6f6; border-top: 1px solid #dce8f1; padding: 25px; text-align: center; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; } /* TABS */ h2.inactive { color: #cccccc; } h2.active { color: #0d0d0d; border-bottom: 2px solid #5fbae9; } /* FORM TYPOGRAPHY*/ input[type=button], input[type=submit], input[type=reset] { background-color: #56baed; border: none; color: white; padding: 15px 80px; text-align: center; text-decoration: none; display: inline-block; text-transform: uppercase; font-size: 13px; -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4); box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4); -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px 20px 40px 20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background-color: #39ace7; } input[type=button]:active, input[type=submit]:active, input[type=reset]:active { -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); } input[type=text] { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } input[type=text]:focus { background-color: #fff; border-bottom: 2px solid #5fbae9; } input[type=text]:placeholder { color: #cccccc; } input[type=number] { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } input[type=number]:focus { background-color: #fff; border-bottom: 2px solid #5fbae9; } input[type=number]:placeholder { color: #cccccc; }
style/add_article.css
form p { position: relative; /* permet de positionner la checkbox cachée */ } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { /* Cache la checkbox sans la désactiver pour les lecteurs d'écran */ position: absolute; left: 0; opacity: 0.01; } /* on prépare le label */ [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; /* permet de positionner les pseudo-éléments */ padding-left: 2.3em; /* fait un peu d'espace pour notre case à venir */ font-size: 1.05em; /* Label un peu plus gros */ line-height: 1.7; cursor: pointer; /* affiche un curseur adapté */ } /* Aspect de la case */ [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 1.4em; height: 1.4em; border: 1px solid #aaa; background: #FFF; border-radius: .2em; box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2); transition: all .275s; } /* Aspect de la coche */ [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: 'x'; position: absolute; top: .38em; left: .18em; font-size: 1.6em; color: mediumslateblue; line-height: 0; transition: all .2s; /* Petite transition */ } /* Aspect non cochée */ [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0) rotate(45deg); } /* Aspect cochée */ [type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1) rotate(0); } /* Disabled checkbox */ [type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before { box-shadow: none; border-color: #bbb; background-color: #e9e9e9; } /* Disabled checked */ [type="checkbox"]:disabled:checked + label:after { color: #777; } [type="checkbox"]:disabled + label { color: #aaa; } /* Accessibility focus */ [type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before { box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(203, 34, 237, .2); } /* BASIC */ .navbar {} html { background-color: #56baed; } .footer { position: relative; bottom: 0; width: 100%; height: 20px; background: #56baed; color: #FFFFFF; text-align: center; } body { font-family: "Poppins", sans-serif; height: 100vh; background: -webkit-linear-gradient(top, #0062cc, #56baed); } } a { color: #92badd; display: inline-block; text-decoration: none; font-weight: 400; } h2 { text-align: center; font-size: 16px; font-weight: 600; text-transform: uppercase; display: inline-block; margin: 40px 8px 10px 8px; color: #cccccc; } /* STRUCTURE */ .wrapper { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; min-height: 100%; padding: 20px; } #formContent { -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; background: #fff; padding: 30px; width: 90%; max-width: 450px; position: relative; padding: 0px; -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3); text-align: center; } #formFooter { background-color: #f6f6f6; border-top: 1px solid #dce8f1; padding: 25px; text-align: center; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; } /* TABS */ h2.inactive { color: #cccccc; } h2.active { color: #0d0d0d; border-bottom: 2px solid #5fbae9; } /* FORM TYPOGRAPHY*/ input[type=button], input[type=submit], input[type=reset] { background-color: #56baed; border: none; color: white; padding: 15px 80px; text-align: center; text-decoration: none; display: inline-block; text-transform: uppercase; font-size: 13px; -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4); box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4); -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; margin: 5px 20px 40px 20px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background-color: #39ace7; } input[type=button]:active, input[type=submit]:active, input[type=reset]:active { -moz-transform: scale(0.95); -webkit-transform: scale(0.95); -o-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); } input[type=text] { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } input[type=text]:focus { background-color: #fff; border-bottom: 2px solid #5fbae9; } input[type=text]:placeholder { color: #cccccc; } input[type=number] { background-color: #f6f6f6; border: none; color: #0d0d0d; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 5px; width: 85%; border: 2px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } input[type=number]:focus { background-color: #fff; border-bottom: 2px solid #5fbae9; } input[type=number]:placeholder { color: #cccccc; }
0.305594
0.134009
.orange-menu { white-space: nowrap; font-size: 0; } .orange-menu > .item { position: relative; display: inline-block; margin: 0; padding: 5px 12px; font-weight: bold; font-size: 15px; text-shadow: 0 -1px 0 #cc7d32; cursor: pointer; color: #fff; background: #ff872c; background-image: -webkit-linear-gradient(#ffae4f, #ff5400); background-image: -moz-linear-gradient(#ffae4f, #ff5400); background-image: -o-linear-gradient(#ffae4f, #ff5400); background-image: linear-gradient(#ffae4f, #ff5400); border-width: 1px; border-right-width: 0; border-style: solid; border-color: #fd8800 #df6d00 #c05200; -webkit-box-shadow: inset 1px 1px 1px #ffcb90; -moz-box-shadow: inset 1px 1px 1px #ffcb90; box-shadow: inset 1px 1px 1px #ffcb90; } .orange-menu > .item:first-child { /*-webkit-border-radius: 5px 0 0 5px;*/ /*-moz-border-radius: 5px 0 0 5px;*/ /*border-radius: 5px 0 0 5px;*/ border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; } .orange-menu > .item:last-child { border-right-width: 1px; /*-webkit-border-radius: 0 5px 5px 0;*/ /*-moz-border-radius: 0 5px 5px 0;*/ /*border-radius: 0 5px 5px 0;*/ border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; } .orange-menu > .item:hover { background-image: -webkit-linear-gradient(#ffb464, #ff7027); background-image: -moz-linear-gradient(#ffb464, #ff7027); background-image: -o-linear-gradient(#ffb464, #ff7027); background-image: linear-gradient(#ffb464, #ff7027); } .orange-menu > .item span { color: #fff; } .orange-menu > .item-current, .orange-menu > .item-current:hover, .orange-menu > .item-current:active, .orange-menu > .item:active { background: #ec6300; background-image: -webkit-linear-gradient(#ff7e00, #cf4a00); background-image: -moz-linear-gradient(#ff7e00, #cf4a00); background-image: -o-linear-gradient(#ff7e00, #cf4a00); background-image: linear-gradient(#ff7e00, #cf4a00); border-color: #c46100 #c64a00 #c84700; -webkit-box-shadow: inset 0 0 2px #e86500; -moz-box-shadow: inset 0 0 2px #e86500; box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3); } .orange-menu > .item-arrow span:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000000; content: ""; display: inline-block; height: 0; vertical-align: 2px; width: 0; margin: 8px 0 0 4px; border-top-color: #fff; -webkit-box-shadow: 0 -1px 1px #cc7d32; -moz-box-shadow: 0 -1px 1px #cc7d32; box-shadow: 0 -1px 1px #cc7d32; } .orange-menu .drop-down { display: none; position: absolute; right: 0; top: 30px; padding: 10px 15px; background-color: #FFF; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); font-weight: normal; font-size: 13px; text-shadow: none; cursor: default; color: #000; white-space: normal; z-index: 3; } .orange-menu .drop-down .list .item { margin-top: 5px; white-space: nowrap; } .orange-menu .drop-down .list .item:first-child { margin-top: 0; } .orange-menu .drop-down .list .item-link { font-size: 13px; font-weight: normal; color: #0066cc; text-shadow: 0 0 0 #fff; text-decoration: none; } /** * WTF * * @author shpizel */ .orange-menu .drop-down .drop_down-present { left: -50%; width: 410px; padding-bottom: 15px; } .orange-menu a:link, .orange-menu a:hover, .orange-menu a:visited, .orange-menu a.active { text-decoration: none; }
src/Mamba/EncountersBundle/Resources/public/css/elements/OrangeMenu.css
.orange-menu { white-space: nowrap; font-size: 0; } .orange-menu > .item { position: relative; display: inline-block; margin: 0; padding: 5px 12px; font-weight: bold; font-size: 15px; text-shadow: 0 -1px 0 #cc7d32; cursor: pointer; color: #fff; background: #ff872c; background-image: -webkit-linear-gradient(#ffae4f, #ff5400); background-image: -moz-linear-gradient(#ffae4f, #ff5400); background-image: -o-linear-gradient(#ffae4f, #ff5400); background-image: linear-gradient(#ffae4f, #ff5400); border-width: 1px; border-right-width: 0; border-style: solid; border-color: #fd8800 #df6d00 #c05200; -webkit-box-shadow: inset 1px 1px 1px #ffcb90; -moz-box-shadow: inset 1px 1px 1px #ffcb90; box-shadow: inset 1px 1px 1px #ffcb90; } .orange-menu > .item:first-child { /*-webkit-border-radius: 5px 0 0 5px;*/ /*-moz-border-radius: 5px 0 0 5px;*/ /*border-radius: 5px 0 0 5px;*/ border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; } .orange-menu > .item:last-child { border-right-width: 1px; /*-webkit-border-radius: 0 5px 5px 0;*/ /*-moz-border-radius: 0 5px 5px 0;*/ /*border-radius: 0 5px 5px 0;*/ border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; } .orange-menu > .item:hover { background-image: -webkit-linear-gradient(#ffb464, #ff7027); background-image: -moz-linear-gradient(#ffb464, #ff7027); background-image: -o-linear-gradient(#ffb464, #ff7027); background-image: linear-gradient(#ffb464, #ff7027); } .orange-menu > .item span { color: #fff; } .orange-menu > .item-current, .orange-menu > .item-current:hover, .orange-menu > .item-current:active, .orange-menu > .item:active { background: #ec6300; background-image: -webkit-linear-gradient(#ff7e00, #cf4a00); background-image: -moz-linear-gradient(#ff7e00, #cf4a00); background-image: -o-linear-gradient(#ff7e00, #cf4a00); background-image: linear-gradient(#ff7e00, #cf4a00); border-color: #c46100 #c64a00 #c84700; -webkit-box-shadow: inset 0 0 2px #e86500; -moz-box-shadow: inset 0 0 2px #e86500; box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3); } .orange-menu > .item-arrow span:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000000; content: ""; display: inline-block; height: 0; vertical-align: 2px; width: 0; margin: 8px 0 0 4px; border-top-color: #fff; -webkit-box-shadow: 0 -1px 1px #cc7d32; -moz-box-shadow: 0 -1px 1px #cc7d32; box-shadow: 0 -1px 1px #cc7d32; } .orange-menu .drop-down { display: none; position: absolute; right: 0; top: 30px; padding: 10px 15px; background-color: #FFF; border: 1px solid #ddd; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); font-weight: normal; font-size: 13px; text-shadow: none; cursor: default; color: #000; white-space: normal; z-index: 3; } .orange-menu .drop-down .list .item { margin-top: 5px; white-space: nowrap; } .orange-menu .drop-down .list .item:first-child { margin-top: 0; } .orange-menu .drop-down .list .item-link { font-size: 13px; font-weight: normal; color: #0066cc; text-shadow: 0 0 0 #fff; text-decoration: none; } /** * WTF * * @author shpizel */ .orange-menu .drop-down .drop_down-present { left: -50%; width: 410px; padding-bottom: 15px; } .orange-menu a:link, .orange-menu a:hover, .orange-menu a:visited, .orange-menu a.active { text-decoration: none; }
0.342791
0.129761
.bg-home-clip { -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%); } .home-center { display: table; width: 100%; height: 100%; } .home-desc-center { display: table-cell; vertical-align: middle; } .home-title { font-size: 38px; line-height: 1.5; text-shadow: 0px 20px 50px rgba(0, 0, 0, 0.4); } .home-sub-title { font-size: 17px; line-height: 1.8; max-width: 600px; } .watch-video a span { font-size: 16px; padding-left: 10px; position: relative; top: -5px; } .home-height-half { /*padding: 220px 0 185px 0;*/ height: auto; } .home-height-full { position: relative; height: 100vh; } .bg-home-1 { background-color: #15456c; background: url('../images/netcoreconf-bg.jpg'); position: relative; background-size: cover; background-position: center center; } .bg-home-conference { background-color: #15456c; background: url('../images/conference.jpg'); position: relative; background-size: cover; background-position: center center; } .bg-home-2 { background: radial-gradient(at 50% -20%, #3D4E81, #5753C9,#6E7FF3) fixed; position: relative; background-size: cover; background-position: center center; height: 100vh; } .home-half-form { padding: 160px 0px 125px 0px; height: auto; } .custom-home-title { font-size: 40px !important; } .form-home { background-color: #ffffff; padding: 30px; border-radius: 5px; -webkit-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important; -moz-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important; } .form-home h3 { color: #949799; font-size: 18px; text-transform: capitalize; margin-bottom: 30px; margin-top: 0px; } .form-home input { border: 1px solid #eee; height: 40px; box-shadow: none !important; margin-bottom: 20px; font-size: 15px; } .form-home input:focus { border-color: #000 !important; } .frame-border { border: 8px solid rgba(255, 255, 255, 0.2); -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .video-wrapper iframe { max-width: 100%; } #home-event p.p-home-lg { font-weight: 800; margin-bottom: 3px; color: #ffffff } p.p-home-lg { font-size: 24px; line-height: 34px; font-weight: 600; color: #ffffff } p.p-home { font-size: 20px; line-height: 30px; color: #ffffff; border-bottom: 2px solid #00a1f1; }
css/componentes/Home.css
.bg-home-clip { -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%); clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%); } .home-center { display: table; width: 100%; height: 100%; } .home-desc-center { display: table-cell; vertical-align: middle; } .home-title { font-size: 38px; line-height: 1.5; text-shadow: 0px 20px 50px rgba(0, 0, 0, 0.4); } .home-sub-title { font-size: 17px; line-height: 1.8; max-width: 600px; } .watch-video a span { font-size: 16px; padding-left: 10px; position: relative; top: -5px; } .home-height-half { /*padding: 220px 0 185px 0;*/ height: auto; } .home-height-full { position: relative; height: 100vh; } .bg-home-1 { background-color: #15456c; background: url('../images/netcoreconf-bg.jpg'); position: relative; background-size: cover; background-position: center center; } .bg-home-conference { background-color: #15456c; background: url('../images/conference.jpg'); position: relative; background-size: cover; background-position: center center; } .bg-home-2 { background: radial-gradient(at 50% -20%, #3D4E81, #5753C9,#6E7FF3) fixed; position: relative; background-size: cover; background-position: center center; height: 100vh; } .home-half-form { padding: 160px 0px 125px 0px; height: auto; } .custom-home-title { font-size: 40px !important; } .form-home { background-color: #ffffff; padding: 30px; border-radius: 5px; -webkit-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important; -moz-box-shadow: 0px 11px 50px -15px rgba(0, 0, 0, 0.5) !important; } .form-home h3 { color: #949799; font-size: 18px; text-transform: capitalize; margin-bottom: 30px; margin-top: 0px; } .form-home input { border: 1px solid #eee; height: 40px; box-shadow: none !important; margin-bottom: 20px; font-size: 15px; } .form-home input:focus { border-color: #000 !important; } .frame-border { border: 8px solid rgba(255, 255, 255, 0.2); -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; } .video-wrapper iframe { max-width: 100%; } #home-event p.p-home-lg { font-weight: 800; margin-bottom: 3px; color: #ffffff } p.p-home-lg { font-size: 24px; line-height: 34px; font-weight: 600; color: #ffffff } p.p-home { font-size: 20px; line-height: 30px; color: #ffffff; border-bottom: 2px solid #00a1f1; }
0.225587
0.096365
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html, body{ font-family: 'Roboto-Regular'; font-size: 100%; background:#fff; } a { text-decoration: none; } a:hover { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } @font-face { font-family: 'BreeSerif-Regular'; src:url(../fonts/BreeSerif-Regular.ttf) format('truetype'); } @font-face { font-family: 'Roboto-Regular'; src:url(../fonts/Roboto-Regular.ttf) format('truetype'); } /*--banner start here--*/ .banner { background: url(../images/2.jpg)no-repeat; background-size: cover; min-height: 700px; } .banner-two { background: url(../images/2.jpg)no-repeat; background-size: cover; min-height: 250px; } .logo { float: left; background:#FFAD06; padding:3em 0em 3.5em; width: 16%; text-align: center; } .logo h1 { font-size: 2.7em; font-family: 'BreeSerif-Regular'; } .logo h1 a{ color:#fff; } .logo h1 a:hover{ text-decoration:none; } .header-right { float: right; width: 80%; text-align: right; padding: 1.3em 0em 0em 0em; } span.menu{ display:none; } .top-nav-right { display: inline-block; text-align: left; } .ph-numb { display: inline-block; width: 25%; text-align: right; } .ph-numb h4 { font-size: 1em; color: #fff; } .top-nav { margin-top: 1em; background-color: #fff; margin-right: 2px; } .top-nav ul { padding: 0em; list-style: none; } .top-nav ul li { display:inline-block; float:left; width:20%; } .top-nav ul li a { font-size: 1em; color:#7BCEC4; padding: 1.5em 34%; text-decoration:none; display:block; } .banner-bottom { text-align: center; padding: 13em 0em 0em 0em; } .banner-bottom h3 { font-size: 2.2em; color: #fff; font-family: 'BreeSerif-Regular'; } .banner-bottom a { font-size: 1em; color: #fff; padding: 0.6em 0em; display: block; width: 10%; margin: 2em auto 0em; background: #7bcec4; border-radius: 4px; } .banner-bottom a:hover{ background:#FFAD06; text-decoration:none; } /* Sweep To Bottom */ .hvr-sweep-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#7bcec4; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active { color: white; } .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } /*----*/ /********** Login *************/ #loginContainer { position:relative; } #loginContainer a{ text-decoration:none; } #loginContainer a span{ display: block; color: #fff; background: #FFAD06; border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; padding: 5px 25px; font-size: 1.1em; } #loginContainer a span:hover{ background:#7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /* Login Button */ #loginButton { display:inline-block; position:relative; z-index:30; cursor:pointer; } /* Login Box */ #loginBox { position:absolute; top:45px; right:27px; display:none; z-index:29; } #loginForm:after { content: ''; position: absolute; right: 25px; top: -10px; border-left:10px solid rgba(0, 0, 0, 0); border-right:10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid #f0f0f0; } /* Login Form */ #loginForm { width: 300px; background: #fff; border: 1px solid #d6d6d6; } #loginForm fieldset { margin:0 0 15px 0; display:block; border:0; padding:0; } fieldset#body { border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; padding:15px 15px; margin:0; } #loginForm #checkbox { width:auto; margin:3px 6px 0 0; float:left; padding:0; border:0; } #body label { color:#000; margin:10px 0 0 0; display:block; float:left; font-size:0.8725em; font-weight: 400; } #loginForm #body fieldset label{ display:block; float:none; margin:0 0 6px 0; } #body label i{ color:#000; font-size:1em; font-style:normal; } /* Default Input */ #loginForm input { width:100%; border:1px solid #DADADA; color: #222; background:#FFF; padding:6px; font-size: 0.8125em; -webkit-apperance:none; } /* Sign In Button */ #loginForm #login { width: auto; float: left; background: #31DFCA; color: #fff; font-size: 0.8725em; padding: 8px 20px; border: none; margin: 0 12px 0 0; cursor: pointer; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; } #loginForm #login:hover { background: #31DFCA; } /* Forgot your password */ #loginForm span{ display:block; padding:0px 0px 15px 0px; } #loginForm span a{ color:#000; font-size:0.85em; font-weight:400; background: none; border: none; box-shadow: none; padding: 0 16px; } #loginForm span a:hover{ text-decoration:underline; } input:focus { outline:none; } /*----responsive-menu-start---*/ @media(max-width:768px){ .top-nav-left ul li{ display:block; float:none; margin: 0em; padding: 0.6em 0; text-align: center; } .top-nav-left ul li a{ color:#fff; } .top-nav-left ul li a:hover{ color:#000; } .top-nav-left ul{ display:none; background:rgba(153, 197, 10, 0.45); position:absolute; width:100%; z-index: 999; left: 0%; margin: 0.7em 0em; } .top-nav-left span.menu{ display: block; width: 100%; position:relative; padding: 0.8em 1em; } } /*--banner start here--*/ /*--package start here--*/ .package { padding: 4em 0em 4em 0em; } .package-grid img { border-radius: 150px; } .pack-top { padding: 0em 0em 2em 0em; text-align: center; } .pack-top h3 { font-size: 2.3em; color: #FFAD06; font-family: 'BreeSerif-Regular'; } .package-grid h4 { font-size: 1.3em; color: #000; margin: 0.5em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .package-grid { text-align: center; } .package-grid p { font-size: 1em; color: #767676; line-height: 1.6em; } /*--packages end here--*/ /*--banner strip start here--*/ .ban-strip { padding: 2em 0em 2em 0em; background: #7BCEC4; } .bann-strip-img { background: #FFAD06; padding: 1em 0em; border-radius: 10px; } span.glyphicon.glyphicon-plane { font-size: 2.5em; color: #fff; display: block; text-align: center; } span.glyphicon.glyphicon-cloud { font-size: 2.5em; color: #fff; display: block; text-align: center; } span.glyphicon.glyphicon-star-empty { font-size: 2.5em; color: #fff; display: block; text-align: center; } .bann-strip-text h4 { font-size: 1.3em; color: #fff; font-family: 'BreeSerif-Regular'; } .bann-strip-text p { font-size: 1em; color: #fff; line-height: 1.5em; } .bann-strip-text { margin: 0.8em 0em 0em 0em; } /*--banner strip end here--*/ /*--welcom start here--*/ .welcome-right { background: url(../images/3.jpg)no-repeat; min-height: 450px; background-size: cover; } .welcome-left { background: #7BCEC4; min-height: 450px; } .welcome-left h3 { font-size: 3em; color: #fff; margin: 0em 0em 0.5em 0em; font-family: 'BreeSerif-Regular'; } .welcome-left p { font-size: 1em; color: #fff; line-height: 1.8em; } .wel-text { padding: 7em 0em 0em 14em; } /*--welcome end here--*/ /*--nemo start here--*/ .nemo { padding:4em 0em 5em 0em; } .nemo-left h3 { font-size: 3em; color: #000; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .nemo-left h4 { font-size: 1.4em; color: #FFAD06; margin: 0.9em 0em 0.9em 0em; font-family: 'BreeSerif-Regular'; } .nemo-left p { font-size: 1em; color: #767676; line-height: 1.8em; } .nemo-left a { font-size: 1em; color: #fff; padding: 0.6em 0em; display: block; width: 22%; margin: 1em 0em 0em 0em; background: #FFAD06; text-align: center; border-radius: 4px; } .nemo-left a:hover{ text-decoration:none; background: #7BCEC4; } /* Sweep To Right */ .hvr-sweep-to-right { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#FFAD06; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; border-radius:4px; } .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white; } .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } /*--nemo end here--*/ /*--trip start here--*/ .trip-left { background: url(../images/4.jpg)no-repeat; min-height: 450px; background-size: cover; } .trip-right { background: #7BCEC4; min-height: 450px; padding: 6em 3em 0em 9em; } .trip-right h3 { font-size: 3em; color: #fff; margin: 0em 0em 0.5em 0em; font-family: 'BreeSerif-Regular'; } .trip-right p { font-size: 1em; color: #fff; line-height: 1.8em; } /*--trip end here--*/ /*--footer start here--*/ .footer { padding: 2em 0em 2em 0em; background:#121111; } .footer-news h5 { font-size: 2em; font-weight: 600; color: #fff; font-family: 'BreeSerif-Regular'; } .ftr-email input[type="text"] { font-size: 1em; font-weight: 400; color: #767676; padding: 0.5em 1em; width: 70%; border: none; display: inline-block; outline:none; border-radius: 3px; font-family: 'BreeSerif-Regular'; } .ftr-email input[type="submit"] { font-size: 1em; font-weight: 400; color: #fff; padding: 0.6em 0.5em; width: 20%; background:#FFAD06; outline: none; display: inline-block; border: none; border-radius: 3px; -webkit-appearance: none; margin: 0em 0em 0em 3em; } .ftr-email input[type="submit"]:hover { background: #7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } ul.ftr-socialicons { padding: 2em 0em 1em 0em; list-style: none; text-align: center; } ul.ftr-socialicons li { display: inline-block; } ul.ftr-socialicons li a { background: url(../images/ftr-sprite.png)no-repeat; width: 23px; height: 23px; display: inline-block; margin: 0em 0.5em 0em 0em; } ul.ftr-socialicons a.facebook { background-position: 6px 0px; } ul.ftr-socialicons li a.twitter { background-position: -17px -2px; } ul.ftr-socialicons li a.gmail { background-position: -43px -3px; } ul.ftr-socialicons li a.print { background-position: -69px -4px; } ul.ftr-socialicons a.facebook:hover { background-position: 6px -43px; } ul.ftr-socialicons li a.twitter:hover { background-position: -17px -45px; } ul.ftr-socialicons li a.gmail:hover { background-position: -43px -46px; } ul.ftr-socialicons li a.print:hover { background-position: -69px -47px; } .copyright { padding: 3em 0em 0em 0em; } .copyright p { font-size: 1em; font-weight: 400; color: #fff; text-align: center; } .copyright p a{ font-size: 1em; font-weight: 400; color: #FFAD06; } .copyright p a:hover{ text-decoration:none; color: #fff; } /*--footer end here--*/ /*--about start here--*/ .about { padding: 3em 0em 3em 0em; } .about-top { text-align: center; padding: 0em 0em 4em 0em; } .about-top h3 { font-size: 2.5em; color: #FFAD06; margin:0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .about-top p { font-size: 1em; color: #747474; width: 60%; margin: 0 auto; line-height: 1.8em; } .about-right h4 { font-size: 1.3em; color: #7BCEC4; margin: 0em 0em 0.5em 0em ; font-family: 'BreeSerif-Regular'; } .about-right p { font-size: 1em; color: #747474; line-height: 1.9em; } .feature { padding:3em 0em 4em 0em; } .feature-main { padding: 2em 0em 0em 0em; } .feature-text h4 { font-size: 1.4em; color: #FFAD06; margin: 0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .feature-text p { font-size: 1em; font-weight: 400; color: #777676; line-height: 1.8em; } .feature h3 { font-size: 2.5em; color:#7BCEC4; text-align: center; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .cord-drop { padding: 0px; } .cord-drop span.numbers { padding: 0.15em 0.45em 0.15em 0.45em; font-size: 1.7em; font-weight: 600; color: #FFAD06; border-radius: 21px; width: 100%; border: 2px solid #7BCEC4; } .fact-grid { margin: 0em 0em 2.3em 0em; } .team-top h3 { font-size: 2.5em; color: #7BCEC4; text-align: center; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .team-top { padding: 0em 0em 3em 0em; } .team-mem { padding: 0em 0em 4em 0em; } a.mask { text-decoration: none; overflow: hidden; display: block; } img.zoom-img:hover { -webkit-transform: scale(1.15); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 750ms; -moz-transform: scale(1.15); -moz-transition-timing-function: ease-out; -moz-transition-duration: 750ms; overflow: hidden; } /*--about end here--*/ /*--gallery start here--*/ .gallery { padding: 4em 0em 5em 0em; } .gallery-top { text-align: center; padding: 0em 0em 3em 0em; } .gallery-top h3 { font-size: 2.5em; color: #FFAD06; margin: 0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .gallery-top p { font-size: 1em; color: #747474; width: 60%; margin: 0 auto; line-height: 1.8em; } span.gall { background:#FFAD06; font-size: 1em; font-weight: 400; color: #fff; padding: 0.5em 1em; } span.gall:hover{ background:#7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /*--gallery end here--*/ /*--typo--*/ .page { background-color: #fff; margin: 4em 0; } .page-header h3{ font-size: 3em; color:#000; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: none; } .grid1 { margin: 1.5em 0 0; } ul.nav.nav-pills { margin: 1.5em 0 0; } .grid2{ margin: 1em 0 0; } h3.typo1 { font-size: 2.5em; color:#FFAD06; text-align: center; font-family: 'BreeSerif-Regular'; } /*--//typo--*/ /*--contact start here--*/ .contact { padding: 4em 0; } .contact-top{ text-align:center; padding: 0 0 2em; } .contact-top h3 { font-size: 2.5em; color: #FFAD06; margin: 0 0 0.3em; font-family: 'BreeSerif-Regular'; } .contact-top p{ color: #999; font-size: 0.95em; width: 58%; margin: 0 auto; line-height: 1.8em; } .map iframe{ min-height:300px; width:100%; border:none; margin:1.5em 0 0em; } .contact-bott { padding-top: 2em; } .contact-main input[type="text"] { font-size: 1em; color: #999; outline: none; width: 49.3%; margin: 0em 0em 0.6em 0em; border: 1px solid #999; padding: 0.4em 1em 0.4em 1em; border-radius: 3px; background: none; } .contact-main input.email { margin: 0px 0px 0px 1%; } .contact-main textarea { font-size: 1em; color: #999; outline: none; width: 100%; height: 12em; resize: none; border-radius: 5px; border: 1px solid #999; background: none; padding: 0.5em 1em 0.5em 1em; } .contact-main input[type="submit"] { font-size: 1em; color: #fff; padding: 0.4em 1em 0.4em 1em; background: #7BCEC4; border: none; width: 10%; outline: none; margin: 0.6em auto 0em; display: block; border-radius: 4px; } .contact-main input[type="submit"]:hover{ background:#FFAD06; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /*--contact end here--*/ @media(max-width:1440px){ .wel-text { padding: 7em 0em 0em 8em; } .trip-right { padding: 6em 8em 0em 4em; } } @media(max-width:1366px){ .wel-text { padding: 7em 0em 0em 6.5em; } } @media(max-width:1280px){ .wel-text { padding: 7em 0em 0em 3.5em; } .trip-right { padding: 6em 4em 0em 4em; } } @media(max-width:1024px){ .top-nav ul li a { padding: 1.5em 3.291em; } .logo { width: 18%; padding: 3.1em 0em; } .logo h1 { font-size: 2.5em; } .banner { min-height: 500px; } .banner-bottom { padding: 7em 0em 0em 0em; } .banner-bottom h3 { font-size: 2em; } .bann-strip-text p { font-size: 0.9em; } .pack-top h3 { font-size: 2em; } .welcome-right { min-height: 400px; } .welcome-left { min-height: 400px; } .wel-text { padding: 5em 0em 0em 2.5em; } .trip-left { min-height: 400px; } .trip-right { min-height: 400px; padding: 3.5em 4em 0em 4em; } .welcome-left h3 { font-size: 2.5em; } .trip-right h3 { font-size: 2.5em; } .nemo-left h3 { font-size: 2.3em; } .nemo { padding: 3em 0em 4em 0em; } .nemo-left h4 { font-size: 1.1em; } .about-right p { font-size: 0.9em; } .about-top h3 { font-size: 2.2em; } .feature h3 { font-size: 2.2em; } .feature { padding: 1em 0em 1em 0em; } .feature-text p { font-size: 0.9em; } .gallery-top h3 { font-size: 2.2em; } .gallery { padding: 2.5em 0em 3em 0em; } .contact-top h3 { font-size: 2.3em; } .contact { padding: 2.5em 0; } .contact-main input[type="text"] { width: 49.2%; } .contact-top { padding: 0 0 1em; } } @media(max-width:768px){ span.menu{ display: block; padding: 1px 0px 0px 0px; cursor: pointer; color: #E74C3C; font-size: 16px; position:relative; } .top-nav ul.res{ display:none; padding:0px; } .top-nav ul.res { padding: 0; margin: 1.5em 0em 0em 0em; z-index: 9999; position: absolute; width: 100%; left:0; } .top-nav ul.res li{ display: block; text-align: center; background:#C62D3B; margin: 0; width: 100%; } .top-nav ul.res li a { font-size: 16px; padding: 1em 0; color: #7BCEC4; display: block; border: none; background-color: #FFFFFF; text-align: center; margin: 0em; } ul.res li a:hover,ul.res li a.active{ color:#000; } .header-right { width: 70%; } .ph-numb { width: 40%; } .logo h1 { font-size: 2.2em; } .top-nav { background: none; } .banner-two { min-height: 180px; } .logo { width: 22%; padding: 2.1em 0em; } .top-nav ul.res { margin: 0.5em 0em 0em 0em; } .banner-bottom { padding: 5em 0em 0em 0em; } .banner-bottom a { font-size: 0.9em; width: 13%; } .banner-bottom h3 { font-size: 1.7em; } .banner { min-height: 400px; } .ban-strip-grid { float: left; width: 33%; } .bann-strip-text { text-align: center; } .package-grid { float: left; width: 25%; padding: 0px 10px 0px 0px; } .package-grid h4 { font-size: 1.2em; } .package-grid p { font-size: 0.93em; } .package { padding: 2.5em 0em 3em 0em; } .wel-text { padding: 2em 0em 0em 0.5em; } .welcome-left { float: left; width: 50%; min-height: 280px; } .welcome-right { float: right; width: 50%; min-height: 280px; } .welcome-left h3 { font-size: 2.2em; margin: 0em 0em 0.2em 0em; } .welcome-left p { font-size: 0.9em; line-height: 1.6em; } .trip-left { float: left; width: 50%; min-height: 300px; } .trip-right { float: right; width: 50%; min-height: 300px; padding: 1.5em 1em 0em 1.5em; } .trip-right h3 { font-size: 2.2em; margin:0em 0em 0.2em 0em; } .trip-right p { font-size: 0.9em; line-height: 1.6em; } .nemo { padding: 2em 0em 2em 0em; } .nemo-left h3 { font-size: 2em; } .nemo-left h4 { margin: 0.5em 0em 0.5em 0em; } .nemo-left { padding: 0em 0em 1em 0em; } .footer-news { float: left; width: 30%; } .ftr-email { float: left; width: 70%; } .ftr-email input[type="text"] { width: 57%; } .nemo-left p { font-size: 0.95em; } .about-top p { font-size: 0.95em; width: 80%; } .about { padding: 2em 0em 2em 0em; } .about-top { padding: 0em 0em 2em 0em; } .about-left { width: 70%; margin: 0 auto 1em; } .cord-drop { float: left; width: 10%; } .feature-text { float: right; width: 90%; } .fact-grid { float: left; width: 50%; } .team-grid { float: left; width: 50%; margin:0em 0em 1em 0em; } .team-mem { padding: 0em 0em 2em 0em; } .team-grid img { width: 100%; } .page { margin: 2em 0; } .gallery-top p { font-size: 0.95em; width: 75%; } .gallery-top { padding: 0em 0em 2em 0em; } .contact-main input[type="text"] { width: 48.8%; } .ftr-email input[type="submit"] { width: 23%; } /*--typo--*/ h1.grid2 { font-size: 2.3em; } h3.typo1 { font-size: 2em; } } @media(max-width:640px){ .banner-bottom h3 { font-size: 1.5em; } .banner { min-height: 330px; } .banner-bottom { padding: 3.5em 0em 0em 0em; } .banner-bottom a { width: 15%; } .logo h1 { font-size: 2em; } .package-grid h4 { font-size: 1em; } .pack-top h3 { font-size: 1.7em; } .package-grid p { font-size: 0.82em; } .welcome-left h3 { font-size: 1.8em; } .wel-text { padding: 1.4em 0em 0em 0.5em; } .welcome-left { min-height: 320px; } .welcome-right { min-height: 320px; } .trip-right h3 { font-size: 1.8em; } .trip-right { padding: 1em 1em 0em 1.5em; } .nemo-left p { font-size: 0.9em; } .nemo-left h3 { font-size: 1.5em; } .nemo-left h4 { font-size: 1em; } .ftr-email input[type="submit"] { width: 26%; font-size: 0.95em; } .about-top p { font-size: 0.91em; width: 100%; } .cord-drop { width: 13%; } .feature-text { width: 86%; } .feature-text h4 { font-size: 1.2em; } .gallery-top p { width: 100%; } .contact-top p { width: 100%; } .contact-main input[type="text"] { width: 49%; } .contact-bott { padding-top: 2em; } .contact-main input[type="submit"] { width: 12%; } /*--typo--*/ button.btn.btn-lg { font-size: 1.1em; } h1.grid2 { font-size: 2em; } h2.grid2 { font-size: 1.9em; } .page { margin: 2em 0; } } @media(max-width:480px){ .ph-numb { width: 50%; } .ph-numb h4 { font-size: 0.9em; } .logo { width: 28%; } .logo h1 { font-size: 1.8em; } .header-right { padding: 0.9em 0em 0em 0em; } .top-nav ul.res li a { font-size: 14px; padding: 0.7em 0; } #loginBox { right: -22px; } #loginContainer a span { padding: 5px 20px; font-size: 1em; } .banner-bottom h3 { font-size: 1.3em; } .banner-bottom { padding: 2em 0em 0em 0em; } .banner-bottom a { width: 21%; } .banner { min-height: 280px; } .ban-strip-grid { padding: 0px 8px 0px 0px; } .bann-strip-text h4 { font-size: 1.1em; } .package-grid { width: 50%; padding: 0px 10px 30px 0px; } .package { padding: 2.5em 0em 1em 0em; } .welcome-left { float: none; width: 100%; min-height: 235px; } .welcome-right { float: none; width: 100%; padding: 0px; min-height: 200px; } .trip-left { float: none; width: 100%; min-height: 200px; } .trip-right { float: none; width: 100%; min-height: 215px; } .footer-news { float: none; width: 100%; text-align: center; } .ftr-email { float: none; width: 100%; padding: 2em 0em 0em 0em; } .ftr-email input[type="text"] { width: 60%; } .copyright p { font-size: 0.9em; } .copyright { padding: 2em 0em 0em 0em; } .about { padding: 1.5em 0em 2em 0em; } .about-top h3 { font-size: 1.7em; } .about-top p { font-size: 0.9em; line-height: 1.6em; } .about-left { width: 100%; padding: 0px; } .about-right { padding: 0px; } .about-right h4 { font-size: 1.2em; } .feature h3 { font-size: 1.7em; } .about { padding: 1.5em 0em 0.5em 0em; } .fact-grid { float: none; width: 100%; margin: 0em 0em 1em 0em; padding: 0px; } .feature-text { padding: 0px; } .feature-text h4 { font-size: 1em; } .team-top h3 { font-size: 1.8em; } .team-top { padding: 0em 0em 1.5em 0em; } .team-mem { padding: 0em 0em 1em 0em; } .gallery { padding: 1.5em 0em 1.5em 0em; } .gallery-top h3 { font-size: 1.7em; } .gallery-top p { font-size: 0.85em; } .contact-top h3 { font-size: 1.7em; } .contact { padding: 1.5em 0; } .contact-top p { font-size: 0.9em; } .map iframe { min-height: 190px; } .contact-top { padding: 0 0 0em; } .contact-main input[type="text"] { width: 100%; font-size: 0.9em; } .contact-main input.email { margin: 0px 0px 10px 0px; } .contact-main input[type="submit"] { width: 17%; } .contact-main textarea { font-size: 0.9em; height: 8em; } .banner-two { min-height: 125px; } /*--typo--*/ .page-header h3 { font-size: 2em; } button.btn.btn-lg { font-size: 1em; padding: 7px; } button.btn.btn-1 { font-size: 0.9em; padding: 8px; } button.btn.btn-sm { font-size: 0.8em; padding: 9px; } h1#h1-bootstrap-heading { font-size: 2.2em; } h2#h2-bootstrap-heading { font-size: 2em; } h1.grid2 { font-size: 1.45em; } h2.grid2 { font-size: 1.35em; } h3.grid2 { font-size: 1.3em; } h4.grid2 { font-size: 1.2em; } h3.typo1 { font-size: 2em; } .page { margin: 2em 0; } } @media (max-width:384px){ .logo { width: 32%; } .header-right { width: 68%; } .ph-numb { width: 57%; } .banner-bottom a { width: 29%; } } @media(max-width:320px){ .logo { width: 30%; padding: 1.5em 0em; } .logo h1 { font-size: 1.5em; } .ph-numb h4 { font-size: 0.7em; } .ph-numb { width: 51%; } .header-right { width: 70%; } #loginContainer a span { padding: 3px 9px; font-size: 0.9em; } #loginBox { right: -114px; } fieldset#body { padding: 10px 10px; } span.menu img { width: 11%; } .banner-bottom a { width: 32%; margin: 1em auto 0em; padding: 0.3em 0em; font-size: 0.85em; } .banner-bottom h3 { font-size: 1.2em; } .banner { min-height: 225px; } .ban-strip-grid { float: none; width: 72%; margin: 0em auto 1em; } .ban-strip { padding: 1em 0em 0em 0em; } .package { padding: 1em 0em 1em 0em; } .pack-top h3 { font-size: 1.3em; } .package-grid h4 { font-size: 0.9em; } .package-grid p { font-size: 0.75em; } .wel-text { padding: 1em 0em 0em 0em; } .welcome-left { min-height: 300px; } .welcome-right { min-height: 130px; } .trip-left { min-height: 150px; } .trip-right { min-height: 295px; } .ftr-email input[type="submit"] { width: 35%; font-size: 0.85em; padding: 0.5em 0.5em; margin: 0em 0em 0em 0.5em; } .ftr-email input[type="text"] { padding: 0.4em 1em; font-size: 0.9em; } .footer-news h5 { font-size: 1.5em; } .ftr-email { padding: 1.5em 0em 0em 0em; } .footer { padding: 1em 0em 1em 0em; } .copyright { padding: 1em 0em 0em 0em; } .top-nav { margin-top: 0.5em; } span.menu img { width: 15%; } .about-top { padding: 0em 0em 1em 0em; } .cord-drop span.numbers { font-size: 1.2em; } .team-grid { padding: 0 7px; } .gallery-top { padding: 0em 0em 0.5em 0em; } .contact-main input[type="submit"] { width: 26%; } .contact-bott { padding-top: 1em; } .nemo { padding: 1.5em 0em 0.5em 0em; } .package-grid { padding: 0px 10px 15px 0px; } .pack-top { padding: 0em 0em 1em 0em; } #loginForm #login { padding: 5px 12px; } .banner-two { min-height: 125px; } .gallery-top p { font-size: 0.8em; } .about-top p { font-size: 0.8em; } .contact-top p { font-size: 0.8em; } /*--typo--*/ h1#h1-bootstrap-heading { font-size: 1.5em; } h2#h2-bootstrap-heading { font-size: 1.4em; } h3#h3-bootstrap-heading { font-size: 1.3em; } button.btn.btn-lg { font-size: 0.9em; margin: 0 0 0.5em 0px; padding: 9px; } .grid1 { margin: 0.7em 0 0; } button.btn.btn-1 { font-size: 0.8em; margin: 0 0 0.5em; } button.btn.btn-sm { font-size: 0.7em; padding: 5px; margin: 0 0 0.5em; } button.btn.btn-xs { font-size: 0.7em; } ul.nav.nav-pills a{ padding: 0.5em; font-size: 0.9em; } span.label { margin: 0 0 0.5em; display: inline-block; } .page { padding: 0.5em; margin: 1.7em 0; } .page-header { margin: 16px 0 9px; } .grid2 { margin: 0.4em 0 0; } h3.typo1 { font-size: 1.7em; } .page-header h3 { font-size: 1.8em; } }
css/style.css
h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html, body{ font-family: 'Roboto-Regular'; font-size: 100%; background:#fff; } a { text-decoration: none; } a:hover { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } @font-face { font-family: 'BreeSerif-Regular'; src:url(../fonts/BreeSerif-Regular.ttf) format('truetype'); } @font-face { font-family: 'Roboto-Regular'; src:url(../fonts/Roboto-Regular.ttf) format('truetype'); } /*--banner start here--*/ .banner { background: url(../images/2.jpg)no-repeat; background-size: cover; min-height: 700px; } .banner-two { background: url(../images/2.jpg)no-repeat; background-size: cover; min-height: 250px; } .logo { float: left; background:#FFAD06; padding:3em 0em 3.5em; width: 16%; text-align: center; } .logo h1 { font-size: 2.7em; font-family: 'BreeSerif-Regular'; } .logo h1 a{ color:#fff; } .logo h1 a:hover{ text-decoration:none; } .header-right { float: right; width: 80%; text-align: right; padding: 1.3em 0em 0em 0em; } span.menu{ display:none; } .top-nav-right { display: inline-block; text-align: left; } .ph-numb { display: inline-block; width: 25%; text-align: right; } .ph-numb h4 { font-size: 1em; color: #fff; } .top-nav { margin-top: 1em; background-color: #fff; margin-right: 2px; } .top-nav ul { padding: 0em; list-style: none; } .top-nav ul li { display:inline-block; float:left; width:20%; } .top-nav ul li a { font-size: 1em; color:#7BCEC4; padding: 1.5em 34%; text-decoration:none; display:block; } .banner-bottom { text-align: center; padding: 13em 0em 0em 0em; } .banner-bottom h3 { font-size: 2.2em; color: #fff; font-family: 'BreeSerif-Regular'; } .banner-bottom a { font-size: 1em; color: #fff; padding: 0.6em 0em; display: block; width: 10%; margin: 2em auto 0em; background: #7bcec4; border-radius: 4px; } .banner-bottom a:hover{ background:#FFAD06; text-decoration:none; } /* Sweep To Bottom */ .hvr-sweep-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#7bcec4; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active { color: white; } .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } /*----*/ /********** Login *************/ #loginContainer { position:relative; } #loginContainer a{ text-decoration:none; } #loginContainer a span{ display: block; color: #fff; background: #FFAD06; border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -moz-border-radius: 4px; padding: 5px 25px; font-size: 1.1em; } #loginContainer a span:hover{ background:#7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /* Login Button */ #loginButton { display:inline-block; position:relative; z-index:30; cursor:pointer; } /* Login Box */ #loginBox { position:absolute; top:45px; right:27px; display:none; z-index:29; } #loginForm:after { content: ''; position: absolute; right: 25px; top: -10px; border-left:10px solid rgba(0, 0, 0, 0); border-right:10px solid rgba(0, 0, 0, 0); border-bottom: 10px solid #f0f0f0; } /* Login Form */ #loginForm { width: 300px; background: #fff; border: 1px solid #d6d6d6; } #loginForm fieldset { margin:0 0 15px 0; display:block; border:0; padding:0; } fieldset#body { border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; padding:15px 15px; margin:0; } #loginForm #checkbox { width:auto; margin:3px 6px 0 0; float:left; padding:0; border:0; } #body label { color:#000; margin:10px 0 0 0; display:block; float:left; font-size:0.8725em; font-weight: 400; } #loginForm #body fieldset label{ display:block; float:none; margin:0 0 6px 0; } #body label i{ color:#000; font-size:1em; font-style:normal; } /* Default Input */ #loginForm input { width:100%; border:1px solid #DADADA; color: #222; background:#FFF; padding:6px; font-size: 0.8125em; -webkit-apperance:none; } /* Sign In Button */ #loginForm #login { width: auto; float: left; background: #31DFCA; color: #fff; font-size: 0.8725em; padding: 8px 20px; border: none; margin: 0 12px 0 0; cursor: pointer; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; } #loginForm #login:hover { background: #31DFCA; } /* Forgot your password */ #loginForm span{ display:block; padding:0px 0px 15px 0px; } #loginForm span a{ color:#000; font-size:0.85em; font-weight:400; background: none; border: none; box-shadow: none; padding: 0 16px; } #loginForm span a:hover{ text-decoration:underline; } input:focus { outline:none; } /*----responsive-menu-start---*/ @media(max-width:768px){ .top-nav-left ul li{ display:block; float:none; margin: 0em; padding: 0.6em 0; text-align: center; } .top-nav-left ul li a{ color:#fff; } .top-nav-left ul li a:hover{ color:#000; } .top-nav-left ul{ display:none; background:rgba(153, 197, 10, 0.45); position:absolute; width:100%; z-index: 999; left: 0%; margin: 0.7em 0em; } .top-nav-left span.menu{ display: block; width: 100%; position:relative; padding: 0.8em 1em; } } /*--banner start here--*/ /*--package start here--*/ .package { padding: 4em 0em 4em 0em; } .package-grid img { border-radius: 150px; } .pack-top { padding: 0em 0em 2em 0em; text-align: center; } .pack-top h3 { font-size: 2.3em; color: #FFAD06; font-family: 'BreeSerif-Regular'; } .package-grid h4 { font-size: 1.3em; color: #000; margin: 0.5em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .package-grid { text-align: center; } .package-grid p { font-size: 1em; color: #767676; line-height: 1.6em; } /*--packages end here--*/ /*--banner strip start here--*/ .ban-strip { padding: 2em 0em 2em 0em; background: #7BCEC4; } .bann-strip-img { background: #FFAD06; padding: 1em 0em; border-radius: 10px; } span.glyphicon.glyphicon-plane { font-size: 2.5em; color: #fff; display: block; text-align: center; } span.glyphicon.glyphicon-cloud { font-size: 2.5em; color: #fff; display: block; text-align: center; } span.glyphicon.glyphicon-star-empty { font-size: 2.5em; color: #fff; display: block; text-align: center; } .bann-strip-text h4 { font-size: 1.3em; color: #fff; font-family: 'BreeSerif-Regular'; } .bann-strip-text p { font-size: 1em; color: #fff; line-height: 1.5em; } .bann-strip-text { margin: 0.8em 0em 0em 0em; } /*--banner strip end here--*/ /*--welcom start here--*/ .welcome-right { background: url(../images/3.jpg)no-repeat; min-height: 450px; background-size: cover; } .welcome-left { background: #7BCEC4; min-height: 450px; } .welcome-left h3 { font-size: 3em; color: #fff; margin: 0em 0em 0.5em 0em; font-family: 'BreeSerif-Regular'; } .welcome-left p { font-size: 1em; color: #fff; line-height: 1.8em; } .wel-text { padding: 7em 0em 0em 14em; } /*--welcome end here--*/ /*--nemo start here--*/ .nemo { padding:4em 0em 5em 0em; } .nemo-left h3 { font-size: 3em; color: #000; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .nemo-left h4 { font-size: 1.4em; color: #FFAD06; margin: 0.9em 0em 0.9em 0em; font-family: 'BreeSerif-Regular'; } .nemo-left p { font-size: 1em; color: #767676; line-height: 1.8em; } .nemo-left a { font-size: 1em; color: #fff; padding: 0.6em 0em; display: block; width: 22%; margin: 1em 0em 0em 0em; background: #FFAD06; text-align: center; border-radius: 4px; } .nemo-left a:hover{ text-decoration:none; background: #7BCEC4; } /* Sweep To Right */ .hvr-sweep-to-right { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .hvr-sweep-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background:#FFAD06; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; border-radius:4px; } .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white; } .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } /*--nemo end here--*/ /*--trip start here--*/ .trip-left { background: url(../images/4.jpg)no-repeat; min-height: 450px; background-size: cover; } .trip-right { background: #7BCEC4; min-height: 450px; padding: 6em 3em 0em 9em; } .trip-right h3 { font-size: 3em; color: #fff; margin: 0em 0em 0.5em 0em; font-family: 'BreeSerif-Regular'; } .trip-right p { font-size: 1em; color: #fff; line-height: 1.8em; } /*--trip end here--*/ /*--footer start here--*/ .footer { padding: 2em 0em 2em 0em; background:#121111; } .footer-news h5 { font-size: 2em; font-weight: 600; color: #fff; font-family: 'BreeSerif-Regular'; } .ftr-email input[type="text"] { font-size: 1em; font-weight: 400; color: #767676; padding: 0.5em 1em; width: 70%; border: none; display: inline-block; outline:none; border-radius: 3px; font-family: 'BreeSerif-Regular'; } .ftr-email input[type="submit"] { font-size: 1em; font-weight: 400; color: #fff; padding: 0.6em 0.5em; width: 20%; background:#FFAD06; outline: none; display: inline-block; border: none; border-radius: 3px; -webkit-appearance: none; margin: 0em 0em 0em 3em; } .ftr-email input[type="submit"]:hover { background: #7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } ul.ftr-socialicons { padding: 2em 0em 1em 0em; list-style: none; text-align: center; } ul.ftr-socialicons li { display: inline-block; } ul.ftr-socialicons li a { background: url(../images/ftr-sprite.png)no-repeat; width: 23px; height: 23px; display: inline-block; margin: 0em 0.5em 0em 0em; } ul.ftr-socialicons a.facebook { background-position: 6px 0px; } ul.ftr-socialicons li a.twitter { background-position: -17px -2px; } ul.ftr-socialicons li a.gmail { background-position: -43px -3px; } ul.ftr-socialicons li a.print { background-position: -69px -4px; } ul.ftr-socialicons a.facebook:hover { background-position: 6px -43px; } ul.ftr-socialicons li a.twitter:hover { background-position: -17px -45px; } ul.ftr-socialicons li a.gmail:hover { background-position: -43px -46px; } ul.ftr-socialicons li a.print:hover { background-position: -69px -47px; } .copyright { padding: 3em 0em 0em 0em; } .copyright p { font-size: 1em; font-weight: 400; color: #fff; text-align: center; } .copyright p a{ font-size: 1em; font-weight: 400; color: #FFAD06; } .copyright p a:hover{ text-decoration:none; color: #fff; } /*--footer end here--*/ /*--about start here--*/ .about { padding: 3em 0em 3em 0em; } .about-top { text-align: center; padding: 0em 0em 4em 0em; } .about-top h3 { font-size: 2.5em; color: #FFAD06; margin:0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .about-top p { font-size: 1em; color: #747474; width: 60%; margin: 0 auto; line-height: 1.8em; } .about-right h4 { font-size: 1.3em; color: #7BCEC4; margin: 0em 0em 0.5em 0em ; font-family: 'BreeSerif-Regular'; } .about-right p { font-size: 1em; color: #747474; line-height: 1.9em; } .feature { padding:3em 0em 4em 0em; } .feature-main { padding: 2em 0em 0em 0em; } .feature-text h4 { font-size: 1.4em; color: #FFAD06; margin: 0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .feature-text p { font-size: 1em; font-weight: 400; color: #777676; line-height: 1.8em; } .feature h3 { font-size: 2.5em; color:#7BCEC4; text-align: center; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .cord-drop { padding: 0px; } .cord-drop span.numbers { padding: 0.15em 0.45em 0.15em 0.45em; font-size: 1.7em; font-weight: 600; color: #FFAD06; border-radius: 21px; width: 100%; border: 2px solid #7BCEC4; } .fact-grid { margin: 0em 0em 2.3em 0em; } .team-top h3 { font-size: 2.5em; color: #7BCEC4; text-align: center; margin: 0em 0em 0em 0em; font-family: 'BreeSerif-Regular'; } .team-top { padding: 0em 0em 3em 0em; } .team-mem { padding: 0em 0em 4em 0em; } a.mask { text-decoration: none; overflow: hidden; display: block; } img.zoom-img:hover { -webkit-transform: scale(1.15); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 750ms; -moz-transform: scale(1.15); -moz-transition-timing-function: ease-out; -moz-transition-duration: 750ms; overflow: hidden; } /*--about end here--*/ /*--gallery start here--*/ .gallery { padding: 4em 0em 5em 0em; } .gallery-top { text-align: center; padding: 0em 0em 3em 0em; } .gallery-top h3 { font-size: 2.5em; color: #FFAD06; margin: 0em 0em 0.3em 0em; font-family: 'BreeSerif-Regular'; } .gallery-top p { font-size: 1em; color: #747474; width: 60%; margin: 0 auto; line-height: 1.8em; } span.gall { background:#FFAD06; font-size: 1em; font-weight: 400; color: #fff; padding: 0.5em 1em; } span.gall:hover{ background:#7BCEC4; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /*--gallery end here--*/ /*--typo--*/ .page { background-color: #fff; margin: 4em 0; } .page-header h3{ font-size: 3em; color:#000; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: none; } .grid1 { margin: 1.5em 0 0; } ul.nav.nav-pills { margin: 1.5em 0 0; } .grid2{ margin: 1em 0 0; } h3.typo1 { font-size: 2.5em; color:#FFAD06; text-align: center; font-family: 'BreeSerif-Regular'; } /*--//typo--*/ /*--contact start here--*/ .contact { padding: 4em 0; } .contact-top{ text-align:center; padding: 0 0 2em; } .contact-top h3 { font-size: 2.5em; color: #FFAD06; margin: 0 0 0.3em; font-family: 'BreeSerif-Regular'; } .contact-top p{ color: #999; font-size: 0.95em; width: 58%; margin: 0 auto; line-height: 1.8em; } .map iframe{ min-height:300px; width:100%; border:none; margin:1.5em 0 0em; } .contact-bott { padding-top: 2em; } .contact-main input[type="text"] { font-size: 1em; color: #999; outline: none; width: 49.3%; margin: 0em 0em 0.6em 0em; border: 1px solid #999; padding: 0.4em 1em 0.4em 1em; border-radius: 3px; background: none; } .contact-main input.email { margin: 0px 0px 0px 1%; } .contact-main textarea { font-size: 1em; color: #999; outline: none; width: 100%; height: 12em; resize: none; border-radius: 5px; border: 1px solid #999; background: none; padding: 0.5em 1em 0.5em 1em; } .contact-main input[type="submit"] { font-size: 1em; color: #fff; padding: 0.4em 1em 0.4em 1em; background: #7BCEC4; border: none; width: 10%; outline: none; margin: 0.6em auto 0em; display: block; border-radius: 4px; } .contact-main input[type="submit"]:hover{ background:#FFAD06; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; } /*--contact end here--*/ @media(max-width:1440px){ .wel-text { padding: 7em 0em 0em 8em; } .trip-right { padding: 6em 8em 0em 4em; } } @media(max-width:1366px){ .wel-text { padding: 7em 0em 0em 6.5em; } } @media(max-width:1280px){ .wel-text { padding: 7em 0em 0em 3.5em; } .trip-right { padding: 6em 4em 0em 4em; } } @media(max-width:1024px){ .top-nav ul li a { padding: 1.5em 3.291em; } .logo { width: 18%; padding: 3.1em 0em; } .logo h1 { font-size: 2.5em; } .banner { min-height: 500px; } .banner-bottom { padding: 7em 0em 0em 0em; } .banner-bottom h3 { font-size: 2em; } .bann-strip-text p { font-size: 0.9em; } .pack-top h3 { font-size: 2em; } .welcome-right { min-height: 400px; } .welcome-left { min-height: 400px; } .wel-text { padding: 5em 0em 0em 2.5em; } .trip-left { min-height: 400px; } .trip-right { min-height: 400px; padding: 3.5em 4em 0em 4em; } .welcome-left h3 { font-size: 2.5em; } .trip-right h3 { font-size: 2.5em; } .nemo-left h3 { font-size: 2.3em; } .nemo { padding: 3em 0em 4em 0em; } .nemo-left h4 { font-size: 1.1em; } .about-right p { font-size: 0.9em; } .about-top h3 { font-size: 2.2em; } .feature h3 { font-size: 2.2em; } .feature { padding: 1em 0em 1em 0em; } .feature-text p { font-size: 0.9em; } .gallery-top h3 { font-size: 2.2em; } .gallery { padding: 2.5em 0em 3em 0em; } .contact-top h3 { font-size: 2.3em; } .contact { padding: 2.5em 0; } .contact-main input[type="text"] { width: 49.2%; } .contact-top { padding: 0 0 1em; } } @media(max-width:768px){ span.menu{ display: block; padding: 1px 0px 0px 0px; cursor: pointer; color: #E74C3C; font-size: 16px; position:relative; } .top-nav ul.res{ display:none; padding:0px; } .top-nav ul.res { padding: 0; margin: 1.5em 0em 0em 0em; z-index: 9999; position: absolute; width: 100%; left:0; } .top-nav ul.res li{ display: block; text-align: center; background:#C62D3B; margin: 0; width: 100%; } .top-nav ul.res li a { font-size: 16px; padding: 1em 0; color: #7BCEC4; display: block; border: none; background-color: #FFFFFF; text-align: center; margin: 0em; } ul.res li a:hover,ul.res li a.active{ color:#000; } .header-right { width: 70%; } .ph-numb { width: 40%; } .logo h1 { font-size: 2.2em; } .top-nav { background: none; } .banner-two { min-height: 180px; } .logo { width: 22%; padding: 2.1em 0em; } .top-nav ul.res { margin: 0.5em 0em 0em 0em; } .banner-bottom { padding: 5em 0em 0em 0em; } .banner-bottom a { font-size: 0.9em; width: 13%; } .banner-bottom h3 { font-size: 1.7em; } .banner { min-height: 400px; } .ban-strip-grid { float: left; width: 33%; } .bann-strip-text { text-align: center; } .package-grid { float: left; width: 25%; padding: 0px 10px 0px 0px; } .package-grid h4 { font-size: 1.2em; } .package-grid p { font-size: 0.93em; } .package { padding: 2.5em 0em 3em 0em; } .wel-text { padding: 2em 0em 0em 0.5em; } .welcome-left { float: left; width: 50%; min-height: 280px; } .welcome-right { float: right; width: 50%; min-height: 280px; } .welcome-left h3 { font-size: 2.2em; margin: 0em 0em 0.2em 0em; } .welcome-left p { font-size: 0.9em; line-height: 1.6em; } .trip-left { float: left; width: 50%; min-height: 300px; } .trip-right { float: right; width: 50%; min-height: 300px; padding: 1.5em 1em 0em 1.5em; } .trip-right h3 { font-size: 2.2em; margin:0em 0em 0.2em 0em; } .trip-right p { font-size: 0.9em; line-height: 1.6em; } .nemo { padding: 2em 0em 2em 0em; } .nemo-left h3 { font-size: 2em; } .nemo-left h4 { margin: 0.5em 0em 0.5em 0em; } .nemo-left { padding: 0em 0em 1em 0em; } .footer-news { float: left; width: 30%; } .ftr-email { float: left; width: 70%; } .ftr-email input[type="text"] { width: 57%; } .nemo-left p { font-size: 0.95em; } .about-top p { font-size: 0.95em; width: 80%; } .about { padding: 2em 0em 2em 0em; } .about-top { padding: 0em 0em 2em 0em; } .about-left { width: 70%; margin: 0 auto 1em; } .cord-drop { float: left; width: 10%; } .feature-text { float: right; width: 90%; } .fact-grid { float: left; width: 50%; } .team-grid { float: left; width: 50%; margin:0em 0em 1em 0em; } .team-mem { padding: 0em 0em 2em 0em; } .team-grid img { width: 100%; } .page { margin: 2em 0; } .gallery-top p { font-size: 0.95em; width: 75%; } .gallery-top { padding: 0em 0em 2em 0em; } .contact-main input[type="text"] { width: 48.8%; } .ftr-email input[type="submit"] { width: 23%; } /*--typo--*/ h1.grid2 { font-size: 2.3em; } h3.typo1 { font-size: 2em; } } @media(max-width:640px){ .banner-bottom h3 { font-size: 1.5em; } .banner { min-height: 330px; } .banner-bottom { padding: 3.5em 0em 0em 0em; } .banner-bottom a { width: 15%; } .logo h1 { font-size: 2em; } .package-grid h4 { font-size: 1em; } .pack-top h3 { font-size: 1.7em; } .package-grid p { font-size: 0.82em; } .welcome-left h3 { font-size: 1.8em; } .wel-text { padding: 1.4em 0em 0em 0.5em; } .welcome-left { min-height: 320px; } .welcome-right { min-height: 320px; } .trip-right h3 { font-size: 1.8em; } .trip-right { padding: 1em 1em 0em 1.5em; } .nemo-left p { font-size: 0.9em; } .nemo-left h3 { font-size: 1.5em; } .nemo-left h4 { font-size: 1em; } .ftr-email input[type="submit"] { width: 26%; font-size: 0.95em; } .about-top p { font-size: 0.91em; width: 100%; } .cord-drop { width: 13%; } .feature-text { width: 86%; } .feature-text h4 { font-size: 1.2em; } .gallery-top p { width: 100%; } .contact-top p { width: 100%; } .contact-main input[type="text"] { width: 49%; } .contact-bott { padding-top: 2em; } .contact-main input[type="submit"] { width: 12%; } /*--typo--*/ button.btn.btn-lg { font-size: 1.1em; } h1.grid2 { font-size: 2em; } h2.grid2 { font-size: 1.9em; } .page { margin: 2em 0; } } @media(max-width:480px){ .ph-numb { width: 50%; } .ph-numb h4 { font-size: 0.9em; } .logo { width: 28%; } .logo h1 { font-size: 1.8em; } .header-right { padding: 0.9em 0em 0em 0em; } .top-nav ul.res li a { font-size: 14px; padding: 0.7em 0; } #loginBox { right: -22px; } #loginContainer a span { padding: 5px 20px; font-size: 1em; } .banner-bottom h3 { font-size: 1.3em; } .banner-bottom { padding: 2em 0em 0em 0em; } .banner-bottom a { width: 21%; } .banner { min-height: 280px; } .ban-strip-grid { padding: 0px 8px 0px 0px; } .bann-strip-text h4 { font-size: 1.1em; } .package-grid { width: 50%; padding: 0px 10px 30px 0px; } .package { padding: 2.5em 0em 1em 0em; } .welcome-left { float: none; width: 100%; min-height: 235px; } .welcome-right { float: none; width: 100%; padding: 0px; min-height: 200px; } .trip-left { float: none; width: 100%; min-height: 200px; } .trip-right { float: none; width: 100%; min-height: 215px; } .footer-news { float: none; width: 100%; text-align: center; } .ftr-email { float: none; width: 100%; padding: 2em 0em 0em 0em; } .ftr-email input[type="text"] { width: 60%; } .copyright p { font-size: 0.9em; } .copyright { padding: 2em 0em 0em 0em; } .about { padding: 1.5em 0em 2em 0em; } .about-top h3 { font-size: 1.7em; } .about-top p { font-size: 0.9em; line-height: 1.6em; } .about-left { width: 100%; padding: 0px; } .about-right { padding: 0px; } .about-right h4 { font-size: 1.2em; } .feature h3 { font-size: 1.7em; } .about { padding: 1.5em 0em 0.5em 0em; } .fact-grid { float: none; width: 100%; margin: 0em 0em 1em 0em; padding: 0px; } .feature-text { padding: 0px; } .feature-text h4 { font-size: 1em; } .team-top h3 { font-size: 1.8em; } .team-top { padding: 0em 0em 1.5em 0em; } .team-mem { padding: 0em 0em 1em 0em; } .gallery { padding: 1.5em 0em 1.5em 0em; } .gallery-top h3 { font-size: 1.7em; } .gallery-top p { font-size: 0.85em; } .contact-top h3 { font-size: 1.7em; } .contact { padding: 1.5em 0; } .contact-top p { font-size: 0.9em; } .map iframe { min-height: 190px; } .contact-top { padding: 0 0 0em; } .contact-main input[type="text"] { width: 100%; font-size: 0.9em; } .contact-main input.email { margin: 0px 0px 10px 0px; } .contact-main input[type="submit"] { width: 17%; } .contact-main textarea { font-size: 0.9em; height: 8em; } .banner-two { min-height: 125px; } /*--typo--*/ .page-header h3 { font-size: 2em; } button.btn.btn-lg { font-size: 1em; padding: 7px; } button.btn.btn-1 { font-size: 0.9em; padding: 8px; } button.btn.btn-sm { font-size: 0.8em; padding: 9px; } h1#h1-bootstrap-heading { font-size: 2.2em; } h2#h2-bootstrap-heading { font-size: 2em; } h1.grid2 { font-size: 1.45em; } h2.grid2 { font-size: 1.35em; } h3.grid2 { font-size: 1.3em; } h4.grid2 { font-size: 1.2em; } h3.typo1 { font-size: 2em; } .page { margin: 2em 0; } } @media (max-width:384px){ .logo { width: 32%; } .header-right { width: 68%; } .ph-numb { width: 57%; } .banner-bottom a { width: 29%; } } @media(max-width:320px){ .logo { width: 30%; padding: 1.5em 0em; } .logo h1 { font-size: 1.5em; } .ph-numb h4 { font-size: 0.7em; } .ph-numb { width: 51%; } .header-right { width: 70%; } #loginContainer a span { padding: 3px 9px; font-size: 0.9em; } #loginBox { right: -114px; } fieldset#body { padding: 10px 10px; } span.menu img { width: 11%; } .banner-bottom a { width: 32%; margin: 1em auto 0em; padding: 0.3em 0em; font-size: 0.85em; } .banner-bottom h3 { font-size: 1.2em; } .banner { min-height: 225px; } .ban-strip-grid { float: none; width: 72%; margin: 0em auto 1em; } .ban-strip { padding: 1em 0em 0em 0em; } .package { padding: 1em 0em 1em 0em; } .pack-top h3 { font-size: 1.3em; } .package-grid h4 { font-size: 0.9em; } .package-grid p { font-size: 0.75em; } .wel-text { padding: 1em 0em 0em 0em; } .welcome-left { min-height: 300px; } .welcome-right { min-height: 130px; } .trip-left { min-height: 150px; } .trip-right { min-height: 295px; } .ftr-email input[type="submit"] { width: 35%; font-size: 0.85em; padding: 0.5em 0.5em; margin: 0em 0em 0em 0.5em; } .ftr-email input[type="text"] { padding: 0.4em 1em; font-size: 0.9em; } .footer-news h5 { font-size: 1.5em; } .ftr-email { padding: 1.5em 0em 0em 0em; } .footer { padding: 1em 0em 1em 0em; } .copyright { padding: 1em 0em 0em 0em; } .top-nav { margin-top: 0.5em; } span.menu img { width: 15%; } .about-top { padding: 0em 0em 1em 0em; } .cord-drop span.numbers { font-size: 1.2em; } .team-grid { padding: 0 7px; } .gallery-top { padding: 0em 0em 0.5em 0em; } .contact-main input[type="submit"] { width: 26%; } .contact-bott { padding-top: 1em; } .nemo { padding: 1.5em 0em 0.5em 0em; } .package-grid { padding: 0px 10px 15px 0px; } .pack-top { padding: 0em 0em 1em 0em; } #loginForm #login { padding: 5px 12px; } .banner-two { min-height: 125px; } .gallery-top p { font-size: 0.8em; } .about-top p { font-size: 0.8em; } .contact-top p { font-size: 0.8em; } /*--typo--*/ h1#h1-bootstrap-heading { font-size: 1.5em; } h2#h2-bootstrap-heading { font-size: 1.4em; } h3#h3-bootstrap-heading { font-size: 1.3em; } button.btn.btn-lg { font-size: 0.9em; margin: 0 0 0.5em 0px; padding: 9px; } .grid1 { margin: 0.7em 0 0; } button.btn.btn-1 { font-size: 0.8em; margin: 0 0 0.5em; } button.btn.btn-sm { font-size: 0.7em; padding: 5px; margin: 0 0 0.5em; } button.btn.btn-xs { font-size: 0.7em; } ul.nav.nav-pills a{ padding: 0.5em; font-size: 0.9em; } span.label { margin: 0 0 0.5em; display: inline-block; } .page { padding: 0.5em; margin: 1.7em 0; } .page-header { margin: 16px 0 9px; } .grid2 { margin: 0.4em 0 0; } h3.typo1 { font-size: 1.7em; } .page-header h3 { font-size: 1.8em; } }
0.199074
0.05752
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color:lavenderblush; } .headers{ text-align:center; font-weight:500; } .rules{ display:block; text-align: center; list-style-position: inside; } .above-button{ text-align:center; } .btn{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; padding: 10px 17px; border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; } .btn:hover { background-color: white; color:black; border: solid black; } /* .left{ float:left; margin-right: 4rem; } */ .right{ float:right; } #goBack{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; /* padding: 10px 17px; */ border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; display:none; } #goBack:hover { background-color: white; color:black; border: solid black; } #resetScore{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; /* padding: 10px 17px; */ border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; display:none; } #resetScore:hover { background-color: white; color:black; border: solid black; } .timer-right{ transform-origin: top; display:flex; justify-content:space-evenly; border-style:solid; } main{ cursor:pointer; text-align:center; list-style-position: inside; border-style: solid; } #answer1:hover { color: darkblue; font-weight:500; } #answer2:hover { color: darkblue; font-weight:500; } #answer3:hover { color: darkblue; font-weight:500; } #answer4:hover { color: darkblue; font-weight:500; } .hidden{ display:none; } #timer{ font-size:large; text-align:center; margin-top:10px; } #endScreen{ display:none; } #ScoreKeeper{ display:none; } .showEnd{ text-align: center; }
style.css
body{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color:lavenderblush; } .headers{ text-align:center; font-weight:500; } .rules{ display:block; text-align: center; list-style-position: inside; } .above-button{ text-align:center; } .btn{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; padding: 10px 17px; border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; } .btn:hover { background-color: white; color:black; border: solid black; } /* .left{ float:left; margin-right: 4rem; } */ .right{ float:right; } #goBack{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; /* padding: 10px 17px; */ border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; display:none; } #goBack:hover { background-color: white; color:black; border: solid black; } #resetScore{ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; cursor:pointer; /* padding: 10px 17px; */ border:none; border-radius: 4px; cursor: pointer; margin-left:45%; background-color:black; color:white; display:none; } #resetScore:hover { background-color: white; color:black; border: solid black; } .timer-right{ transform-origin: top; display:flex; justify-content:space-evenly; border-style:solid; } main{ cursor:pointer; text-align:center; list-style-position: inside; border-style: solid; } #answer1:hover { color: darkblue; font-weight:500; } #answer2:hover { color: darkblue; font-weight:500; } #answer3:hover { color: darkblue; font-weight:500; } #answer4:hover { color: darkblue; font-weight:500; } .hidden{ display:none; } #timer{ font-size:large; text-align:center; margin-top:10px; } #endScreen{ display:none; } #ScoreKeeper{ display:none; } .showEnd{ text-align: center; }
0.447219
0.088662
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap&subset=latin-ext"); html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type='checkbox'], [type='radio'] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /** * Set up a decent box model on the root element */ html { -webkit-box-sizing: border-box; box-sizing: border-box; } /** * Make all elements from the DOM inherit from the parent box-sizing * Since `*` has a specificity of 0, it does not override the `html` value * making all elements inheriting from the root box-sizing value * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; } /** * Basic styles for links */ a { color: #2c3e50; text-decoration: none; } /** * Basic typography style for copy text */ html { font-size: 14px; } body { color: #2c3e50; font: normal 1rem/normal "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } /** * Main content containers * 1. Make the container full-width with a maximum width * 2. Center it in the viewport * 3. Leave some space on the edges, especially valuable on small screens */ .container { max-width: 1200px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ padding-left: 20px; /* 3 */ padding-right: 20px; /* 3 */ width: 100%; /* 1 */ } .hidden { display: none !important; } .header { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1 / span 3; } .footer { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1 / span 3; } div.table { display: -ms-grid; display: grid; -ms-grid-columns: 125px minmax(100px, auto) 80px; grid-template-columns: 125px minmax(100px, auto) 80px; grid-gap: 0.4rem; margin-left: 50px; } div.table > div { padding: 3px; font-size: 0.83rem; } div.table > div:nth-child(3n) { -ms-grid-column-align: end; justify-self: end; } div.table > div.table-row-header { font-weight: bold; } div.table > div.table-row-item { text-overflow: ellipsis; /* Required for text-overflow to do anything */ white-space: nowrap; overflow: hidden; } ul { list-style-type: none; } ul li { margin: 0.8rem; } .pill, .pill-dark, .pill-light { border: none; padding: 0px 10px; text-align: center; text-decoration: none; display: inline-block; border-radius: 8px; background-color: #ff6600; } .pill { color: #f4f4f4; } .pill-dark { color: #f4f4f4; background-color: #242424; } .pill-light { color: #242424; background-color: #f4f4f4; } .alert { padding: 0.8rem; margin: 1rem; opacity: 0.9; background: #f4f4f4; color: #333; } .alert.alert-primary { background-color: #2c3e50; color: #f4f4f4; } .alert.alert-dark { background-color: #242424; color: #f4f4f4; } .alert.alert-success { background-color: #3fdd81; color: #f4f4f4; } .alert.alert-danger { background-color: #e73f3f; color: #f4f4f4; } form input::-webkit-input-placeholder { color: #aabed1; } form input:-ms-input-placeholder { color: #aabed1; } form input::-ms-input-placeholder { color: #aabed1; } form input::placeholder { color: #aabed1; } form .form-group { margin: 0.25rem 0; } form .form-text { display: block; margin-top: 0.3rem; color: #888; } form label { color: #4a4a4a; font-size: 0.8rem; display: block; } form input[type='text'], form input[type='email'], form input[type='password'], form input[type='date'], form select, form textarea { font-size: 1rem; padding: 0.25rem; border: none; border-radius: 3px; } .btn-nostyle, .btn, .btn-primary, .btn-dark, .btn-light { border: none; padding: 0.25rem 0.5rem; border-radius: 5px; background-color: none; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; cursor: pointer; } .btn-nostyle { color: inherit; background: none; border: none; } .btn, .btn-primary { color: #2c3e50; } .btn:hover, .btn-primary:hover { background-color: #ff6600; color: #f4f4f4; } .btn-dark { color: #f4f4f4; background-color: #242424; } .btn-dark:hover { background-color: #575757; color: #f4f4f4; } .btn-light { color: #242424; background-color: #f4f4f4; } .btn-light:hover { background-color: #c1c1c1; color: #242424; } .add-eventlog, .add-eventlog-light, .add-eventlog-dark, .add-filter, .add-filter-light, .add-filter-dark { -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; color: #2c3e50; cursor: pointer; } .add-eventlog:hover, .add-eventlog-light:hover, .add-eventlog-dark:hover, .add-filter:hover, .add-filter-light:hover, .add-filter-dark:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .add-eventlog.rotate, .add-eventlog-light.rotate, .add-eventlog-dark.rotate, .add-filter.rotate, .add-filter-light.rotate, .add-filter-dark.rotate { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .add-eventlog.rotate:hover, .add-eventlog-light.rotate:hover, .add-eventlog-dark.rotate:hover, .add-filter.rotate:hover, .add-filter-light.rotate:hover, .add-filter-dark.rotate:hover { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .add-eventlog-dark, .add-filter-dark { color: #f4f4f4; } .add-eventlog-light:hover, .add-filter-light:hover { color: #ff6600; } .add-eventlog-dark:hover, .add-filter-dark:hover { color: #2c3e50; } #navbar { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 0.9; -webkit-box-shadow: 0 3px 3px -3px #242424; box-shadow: 0 3px 3px -3px #242424; line-height: 0; z-index: 2; } #navbar img { width: 32px; height: 32px; margin: 0 0.5rem; } #navbar ul { list-style: none; } #navbar ul li { display: inline; margin-right: 0.5rem; } #navbar .nav-logo h1 { font-weight: 300; } #navbar .nav-logo .bold { font-weight: 800; } #navbar .nav-logo, #navbar .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin: 0; } #navbar .nav-links { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .container { position: relative; min-height: 100vh; display: -ms-grid; display: grid; -ms-grid-rows: 0px 1fr auto; grid-template-rows: 0px 1fr auto; -ms-grid-columns: 100px auto 125px; grid-template-columns: 100px auto 125px; } .container > div { margin-top: 70px; } .container .box, .container .box-placeholder { height: 300px; } .container .box { display: none; } .container .box-placeholder { display: block; } .container .box-placeholder .text::before { content: ' '; white-space: pre; } .container .box-placeholder .text { background-color: #444; border-radius: 50px; min-width: 150px; opacity: 0.1; -webkit-animation: fading 1s infinite; animation: fading 1s infinite; } .container .box-placeholder .text.link { background-color: var(--blue); opacity: 0.4; } .container .box-placeholder .text.line { width: 100%; } .container .box-placeholder li.text { max-width: 50%; background-color: #ccc; } .container .box-placeholder h1.text { display: block; max-width: 90%; background-color: #111; } .container .box-placeholder h3.text { display: block; max-width: 70%; background-color: #656565; } .container .center { width: 100%; padding: 25px; margin-top: 50px; margin-bottom: auto; border-radius: 6px; -webkit-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.1); box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.1); background-color: rgba(220, 220, 220, 0.2); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); } .container .center .currency-symbol { font-weight: bold; font-size: 1.1em; } .container .center .amount { font-weight: bold; } .container .center .amount:not(#balance-counter):not(.table-row-header) { background: black; background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(255, 255, 255, 0.5))); background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 75%); border-radius: 9999px; padding: 3px 0px; padding-right: 20px; width: 100%; text-align: right; } .container .center .amount.positive { color: green; } .container .center .amount.positive:not(#balance-counter):after { content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAdElEQVQYlb3PsQ2CUBSF4e8phTNYEQdgC+YwtsQVCC/OQCkFlVO4go0ls2BsnkBitDL+yWnOuffmXP5BSHozZ6IcZ2ysHdSGV7SaFqIKd+ywNbolL8yDUYcWPYqkHm3KZNPFoNS4LoocnVw87D93/fbHz3gCMfoRM13Opz4AAAAASUVORK5CYII="); position: absolute; margin-left: 3px; } .container .center .amount.negative { color: red; } .container .center .amount.negative:after { content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAXElEQVQYlcXOMQqDUACD4W+o3qbwwIt4m64deysvIDh4Gu0QF4dHK25iIMtPSMK9Cn1oDngT+hoMYQ5dxZ5hDEMdLGEKa3jvXndWfmce4RWW8A2f0J79LX8tl2gDjDAmXVvX5WwAAAAASUVORK5CYII="); position: absolute; margin-left: 3px; } .container .center .image { background-image: url("/img/money.png"); background-position: center center; background-size: auto 100px; background-repeat: no-repeat; background-attachment: initial; position: absolute; bottom: -25px; left: -128px; z-index: 1; width: 256px; height: 100px; } .container .footer { position: absolute; bottom: 0; width: 100%; height: 2.5rem; /* Footer height */ text-align: center; color: #999; font-size: 0.8rem; } @-webkit-keyframes fading { 0% { opacity: 0.1; } 50% { opacity: 0.2; } 100% { opacity: 0.1; } } @keyframes fading { 0% { opacity: 0.1; } 50% { opacity: 0.2; } 100% { opacity: 0.1; } } body { background-image: url("/img/backdrop01.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } h1.license { font-size: 1.5rem; } p.license { font-size: 0.8rem; margin-bottom: 30px; } /*# sourceMappingURL=main.css.map */
dist/public/css/main.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap&subset=latin-ext"); html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type='checkbox'], [type='radio'] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type='search']::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /** * Set up a decent box model on the root element */ html { -webkit-box-sizing: border-box; box-sizing: border-box; } /** * Make all elements from the DOM inherit from the parent box-sizing * Since `*` has a specificity of 0, it does not override the `html` value * making all elements inheriting from the root box-sizing value * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; } /** * Basic styles for links */ a { color: #2c3e50; text-decoration: none; } /** * Basic typography style for copy text */ html { font-size: 14px; } body { color: #2c3e50; font: normal 1rem/normal "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } /** * Main content containers * 1. Make the container full-width with a maximum width * 2. Center it in the viewport * 3. Leave some space on the edges, especially valuable on small screens */ .container { max-width: 1200px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ padding-left: 20px; /* 3 */ padding-right: 20px; /* 3 */ width: 100%; /* 1 */ } .hidden { display: none !important; } .header { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1 / span 3; } .footer { -ms-grid-column: 1; -ms-grid-column-span: 3; grid-column: 1 / span 3; } div.table { display: -ms-grid; display: grid; -ms-grid-columns: 125px minmax(100px, auto) 80px; grid-template-columns: 125px minmax(100px, auto) 80px; grid-gap: 0.4rem; margin-left: 50px; } div.table > div { padding: 3px; font-size: 0.83rem; } div.table > div:nth-child(3n) { -ms-grid-column-align: end; justify-self: end; } div.table > div.table-row-header { font-weight: bold; } div.table > div.table-row-item { text-overflow: ellipsis; /* Required for text-overflow to do anything */ white-space: nowrap; overflow: hidden; } ul { list-style-type: none; } ul li { margin: 0.8rem; } .pill, .pill-dark, .pill-light { border: none; padding: 0px 10px; text-align: center; text-decoration: none; display: inline-block; border-radius: 8px; background-color: #ff6600; } .pill { color: #f4f4f4; } .pill-dark { color: #f4f4f4; background-color: #242424; } .pill-light { color: #242424; background-color: #f4f4f4; } .alert { padding: 0.8rem; margin: 1rem; opacity: 0.9; background: #f4f4f4; color: #333; } .alert.alert-primary { background-color: #2c3e50; color: #f4f4f4; } .alert.alert-dark { background-color: #242424; color: #f4f4f4; } .alert.alert-success { background-color: #3fdd81; color: #f4f4f4; } .alert.alert-danger { background-color: #e73f3f; color: #f4f4f4; } form input::-webkit-input-placeholder { color: #aabed1; } form input:-ms-input-placeholder { color: #aabed1; } form input::-ms-input-placeholder { color: #aabed1; } form input::placeholder { color: #aabed1; } form .form-group { margin: 0.25rem 0; } form .form-text { display: block; margin-top: 0.3rem; color: #888; } form label { color: #4a4a4a; font-size: 0.8rem; display: block; } form input[type='text'], form input[type='email'], form input[type='password'], form input[type='date'], form select, form textarea { font-size: 1rem; padding: 0.25rem; border: none; border-radius: 3px; } .btn-nostyle, .btn, .btn-primary, .btn-dark, .btn-light { border: none; padding: 0.25rem 0.5rem; border-radius: 5px; background-color: none; -webkit-transition: background-color 0.2s ease; transition: background-color 0.2s ease; cursor: pointer; } .btn-nostyle { color: inherit; background: none; border: none; } .btn, .btn-primary { color: #2c3e50; } .btn:hover, .btn-primary:hover { background-color: #ff6600; color: #f4f4f4; } .btn-dark { color: #f4f4f4; background-color: #242424; } .btn-dark:hover { background-color: #575757; color: #f4f4f4; } .btn-light { color: #242424; background-color: #f4f4f4; } .btn-light:hover { background-color: #c1c1c1; color: #242424; } .add-eventlog, .add-eventlog-light, .add-eventlog-dark, .add-filter, .add-filter-light, .add-filter-dark { -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; color: #2c3e50; cursor: pointer; } .add-eventlog:hover, .add-eventlog-light:hover, .add-eventlog-dark:hover, .add-filter:hover, .add-filter-light:hover, .add-filter-dark:hover { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .add-eventlog.rotate, .add-eventlog-light.rotate, .add-eventlog-dark.rotate, .add-filter.rotate, .add-filter-light.rotate, .add-filter-dark.rotate { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .add-eventlog.rotate:hover, .add-eventlog-light.rotate:hover, .add-eventlog-dark.rotate:hover, .add-filter.rotate:hover, .add-filter-light.rotate:hover, .add-filter-dark.rotate:hover { -webkit-transform: rotate(135deg); transform: rotate(135deg); } .add-eventlog-dark, .add-filter-dark { color: #f4f4f4; } .add-eventlog-light:hover, .add-filter-light:hover { color: #ff6600; } .add-eventlog-dark:hover, .add-filter-dark:hover { color: #2c3e50; } #navbar { display: -webkit-box; display: -ms-flexbox; display: flex; opacity: 0.9; -webkit-box-shadow: 0 3px 3px -3px #242424; box-shadow: 0 3px 3px -3px #242424; line-height: 0; z-index: 2; } #navbar img { width: 32px; height: 32px; margin: 0 0.5rem; } #navbar ul { list-style: none; } #navbar ul li { display: inline; margin-right: 0.5rem; } #navbar .nav-logo h1 { font-weight: 300; } #navbar .nav-logo .bold { font-weight: 800; } #navbar .nav-logo, #navbar .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin: 0; } #navbar .nav-links { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .container { position: relative; min-height: 100vh; display: -ms-grid; display: grid; -ms-grid-rows: 0px 1fr auto; grid-template-rows: 0px 1fr auto; -ms-grid-columns: 100px auto 125px; grid-template-columns: 100px auto 125px; } .container > div { margin-top: 70px; } .container .box, .container .box-placeholder { height: 300px; } .container .box { display: none; } .container .box-placeholder { display: block; } .container .box-placeholder .text::before { content: ' '; white-space: pre; } .container .box-placeholder .text { background-color: #444; border-radius: 50px; min-width: 150px; opacity: 0.1; -webkit-animation: fading 1s infinite; animation: fading 1s infinite; } .container .box-placeholder .text.link { background-color: var(--blue); opacity: 0.4; } .container .box-placeholder .text.line { width: 100%; } .container .box-placeholder li.text { max-width: 50%; background-color: #ccc; } .container .box-placeholder h1.text { display: block; max-width: 90%; background-color: #111; } .container .box-placeholder h3.text { display: block; max-width: 70%; background-color: #656565; } .container .center { width: 100%; padding: 25px; margin-top: 50px; margin-bottom: auto; border-radius: 6px; -webkit-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.1); box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.1); background-color: rgba(220, 220, 220, 0.2); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); } .container .center .currency-symbol { font-weight: bold; font-size: 1.1em; } .container .center .amount { font-weight: bold; } .container .center .amount:not(#balance-counter):not(.table-row-header) { background: black; background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(255, 255, 255, 0.5))); background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 75%); border-radius: 9999px; padding: 3px 0px; padding-right: 20px; width: 100%; text-align: right; } .container .center .amount.positive { color: green; } .container .center .amount.positive:not(#balance-counter):after { content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAdElEQVQYlb3PsQ2CUBSF4e8phTNYEQdgC+YwtsQVCC/OQCkFlVO4go0ls2BsnkBitDL+yWnOuffmXP5BSHozZ6IcZ2ysHdSGV7SaFqIKd+ywNbolL8yDUYcWPYqkHm3KZNPFoNS4LoocnVw87D93/fbHz3gCMfoRM13Opz4AAAAASUVORK5CYII="); position: absolute; margin-left: 3px; } .container .center .amount.negative { color: red; } .container .center .amount.negative:after { content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAXElEQVQYlcXOMQqDUACD4W+o3qbwwIt4m64deysvIDh4Gu0QF4dHK25iIMtPSMK9Cn1oDngT+hoMYQ5dxZ5hDEMdLGEKa3jvXndWfmce4RWW8A2f0J79LX8tl2gDjDAmXVvX5WwAAAAASUVORK5CYII="); position: absolute; margin-left: 3px; } .container .center .image { background-image: url("/img/money.png"); background-position: center center; background-size: auto 100px; background-repeat: no-repeat; background-attachment: initial; position: absolute; bottom: -25px; left: -128px; z-index: 1; width: 256px; height: 100px; } .container .footer { position: absolute; bottom: 0; width: 100%; height: 2.5rem; /* Footer height */ text-align: center; color: #999; font-size: 0.8rem; } @-webkit-keyframes fading { 0% { opacity: 0.1; } 50% { opacity: 0.2; } 100% { opacity: 0.1; } } @keyframes fading { 0% { opacity: 0.1; } 50% { opacity: 0.2; } 100% { opacity: 0.1; } } body { background-image: url("/img/backdrop01.jpg"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } h1.license { font-size: 1.5rem; } p.license { font-size: 0.8rem; margin-bottom: 30px; } /*# sourceMappingURL=main.css.map */
0.628863
0.107954
body{ background-color: #0b1f40; font-family: sans-serif; margin-bottom: 50px; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: white; color: black; text-align: center; margin-top: 5px; } .header { color: white; font-size: 48px; text-align: center; margin: 5px; } h4 { color: white; } .navbar-light .navbar-nav .nav-link { color: black; } /*.card {*/ /* margin: 0;*/ /* margin-top: 10px;*/ /* border-radius: 0;*/ /* padding: 0px;*/ /* border: 0px;*/ /*}*/ .dev { text-align: center; padding: 10px; margin: 0px; border-top: solid 1px black; background-color: darkgray; height: 50px; } .card-header{ text-align: center; padding: 10px; } .card-text { text-align: center; margin-bottom: 0; } .card-body{ padding: 0; /*margin-bottom: 5px;*/ } .empty{ background-color: white; } #currentDate { text-align: center; } #noWeeks { text-align: center; } #noWeeksInput { width: 35px; } .card-title { text-align: center; } .modal { padding-top: 10%; /* Location of the box */ left: 0; top: 0; } .modal-body { background-color: #0b1f40; } .textBox { margin-bottom: 10px; } .signInBtn { width: 100%; background-color: #0b1f40; border-color: #0b1f40; } .signInBtn:hover { background-color: #204073; } #logOutBtn { margin-left: 5px; } .form-group label { color: white; } .form-group { margin-bottom: 8px; } .dropright { margin-bottom: 15px; } .createAcc { margin-top: 20px; } .createTeam { margin-top: 20px; } #unavailabilityList { width:380px; height:275px; overflow: auto; } #unavailabilityList { width:380px; height:275px; overflow: auto; } #loggedIn { margin-right: 10px; } .b { text-align: right; } .bottom-padding{ padding-top: 10px; } .users { margin: 10px 0 10px 0; } #consecutiveWeeks { width: 50px; }
app/css/my_css.css
body{ background-color: #0b1f40; font-family: sans-serif; margin-bottom: 50px; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: white; color: black; text-align: center; margin-top: 5px; } .header { color: white; font-size: 48px; text-align: center; margin: 5px; } h4 { color: white; } .navbar-light .navbar-nav .nav-link { color: black; } /*.card {*/ /* margin: 0;*/ /* margin-top: 10px;*/ /* border-radius: 0;*/ /* padding: 0px;*/ /* border: 0px;*/ /*}*/ .dev { text-align: center; padding: 10px; margin: 0px; border-top: solid 1px black; background-color: darkgray; height: 50px; } .card-header{ text-align: center; padding: 10px; } .card-text { text-align: center; margin-bottom: 0; } .card-body{ padding: 0; /*margin-bottom: 5px;*/ } .empty{ background-color: white; } #currentDate { text-align: center; } #noWeeks { text-align: center; } #noWeeksInput { width: 35px; } .card-title { text-align: center; } .modal { padding-top: 10%; /* Location of the box */ left: 0; top: 0; } .modal-body { background-color: #0b1f40; } .textBox { margin-bottom: 10px; } .signInBtn { width: 100%; background-color: #0b1f40; border-color: #0b1f40; } .signInBtn:hover { background-color: #204073; } #logOutBtn { margin-left: 5px; } .form-group label { color: white; } .form-group { margin-bottom: 8px; } .dropright { margin-bottom: 15px; } .createAcc { margin-top: 20px; } .createTeam { margin-top: 20px; } #unavailabilityList { width:380px; height:275px; overflow: auto; } #unavailabilityList { width:380px; height:275px; overflow: auto; } #loggedIn { margin-right: 10px; } .b { text-align: right; } .bottom-padding{ padding-top: 10px; } .users { margin: 10px 0 10px 0; } #consecutiveWeeks { width: 50px; }
0.364099
0.078678
@CHARSET "UTF-8"; @import url("home.css"); #quiz_info_div { background-color: white; color: black; width: 80%; margin-left: 10%; margin-right: 10%; height: auto; text-align: left; padding: 10px; margin-bottom: 20px; } #quiz_form { display: none; } .quiz_input { width: 100%; border: 2px solid #dadada; font-size: 16px; height:40px; margin-top:5px; padding-left: 5px; border-radius: 3px; display: block; } .quiz_input2 { width: 80%; border: 2px solid #dadada; font-size: 16px; height:40px; margin-top:5px; padding-left: 5px; border-radius: 3px; display: inline-block; } .quiz_input:hover, .quiz_input2:hover { outline: none; border-color: #9ecaed; box-shadow: 0 0 10px #9ecaed; } .quiz_description { display: block; width: 100%; resize: none; outline: none; padding: 10px; font-size: 16px; border-radius: 2px; border: 2px solid #dadada; margin-top: 10px; margin-bottom: 5px; } #quiz_image { margin-top: 20px; display: inline-block; } .image_display { margin-top: 20px; margin-bottom: 20px; max-width: 50%; height: auto; } .remove_image { display: inline-block; border: 1px solid #dadada; display: none; } #quiz_creation_div { background-color: white; margin-top: 15px; color: black; height: auto; text-align: left; padding: 10px; border: 2px solid #dadada; } .question_div:not(:first-child) { border-top: 1px solid #dadada; } .delete_element { float: right; margin-top: -45px; font-size: 20px; color: #E4E5E7; cursor: pointer; } .delete_element:hover { color: #6E7177; } .delete_answer { font-size: 15px; color: #E4E5E7; cursor: pointer; margin-left: 20px; } .delete_answer:hover { color: #6E7177; } .answer_div { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #dadada; } .result_div:not(:first-child) { margin-top: 30px; } #add_question_button, #add_result_button { width: 100%; } #add_result_button { margin-top: 20px; } #submit_quiz { padding: 10px 15px 10px 15px; margin-top: 25px; } #quiz_results_div { background-color: white; margin-top: 15px; color: black; height: auto; text-align: left; padding: 10px 10px 35px 10px; border: 2px solid #dadada; } .slider-range { text-align: center; width: 50%; margin-left: 25%; margin-right: 25%; margin-top: 20px; margin-bottom: 10px; } .show_slider_numbers { width: 50%; margin-left: 25%; margin-right: 25%; } .left_slide { float:left; } .right_slide { float:right; } .num_of_correct { margin-top: 10px; } .error_i { color: red; } .error { color: red; } .categories_tab { background-color: white; margin-left: 1px; padding: 15px; color: black; font-size: 16px; min-height: 60px; } 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:20px; height:15px; display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:13px; vertical-align:middle; cursor:pointer; } input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px; } label.css-label { /* background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_0aad05d7af20863960296dafb24c4f30.png); */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .category_div { display: inline-block; width: 150px; }
assets/css/quiz.css
@CHARSET "UTF-8"; @import url("home.css"); #quiz_info_div { background-color: white; color: black; width: 80%; margin-left: 10%; margin-right: 10%; height: auto; text-align: left; padding: 10px; margin-bottom: 20px; } #quiz_form { display: none; } .quiz_input { width: 100%; border: 2px solid #dadada; font-size: 16px; height:40px; margin-top:5px; padding-left: 5px; border-radius: 3px; display: block; } .quiz_input2 { width: 80%; border: 2px solid #dadada; font-size: 16px; height:40px; margin-top:5px; padding-left: 5px; border-radius: 3px; display: inline-block; } .quiz_input:hover, .quiz_input2:hover { outline: none; border-color: #9ecaed; box-shadow: 0 0 10px #9ecaed; } .quiz_description { display: block; width: 100%; resize: none; outline: none; padding: 10px; font-size: 16px; border-radius: 2px; border: 2px solid #dadada; margin-top: 10px; margin-bottom: 5px; } #quiz_image { margin-top: 20px; display: inline-block; } .image_display { margin-top: 20px; margin-bottom: 20px; max-width: 50%; height: auto; } .remove_image { display: inline-block; border: 1px solid #dadada; display: none; } #quiz_creation_div { background-color: white; margin-top: 15px; color: black; height: auto; text-align: left; padding: 10px; border: 2px solid #dadada; } .question_div:not(:first-child) { border-top: 1px solid #dadada; } .delete_element { float: right; margin-top: -45px; font-size: 20px; color: #E4E5E7; cursor: pointer; } .delete_element:hover { color: #6E7177; } .delete_answer { font-size: 15px; color: #E4E5E7; cursor: pointer; margin-left: 20px; } .delete_answer:hover { color: #6E7177; } .answer_div { margin-top: 10px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #dadada; } .result_div:not(:first-child) { margin-top: 30px; } #add_question_button, #add_result_button { width: 100%; } #add_result_button { margin-top: 20px; } #submit_quiz { padding: 10px 15px 10px 15px; margin-top: 25px; } #quiz_results_div { background-color: white; margin-top: 15px; color: black; height: auto; text-align: left; padding: 10px 10px 35px 10px; border: 2px solid #dadada; } .slider-range { text-align: center; width: 50%; margin-left: 25%; margin-right: 25%; margin-top: 20px; margin-bottom: 10px; } .show_slider_numbers { width: 50%; margin-left: 25%; margin-right: 25%; } .left_slide { float:left; } .right_slide { float:right; } .num_of_correct { margin-top: 10px; } .error_i { color: red; } .error { color: red; } .categories_tab { background-color: white; margin-left: 1px; padding: 15px; color: black; font-size: 16px; min-height: 60px; } 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:20px; height:15px; display:inline-block; line-height:15px; background-repeat:no-repeat; background-position: 0 0; font-size:13px; vertical-align:middle; cursor:pointer; } input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -15px; } label.css-label { /* background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_0aad05d7af20863960296dafb24c4f30.png); */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .category_div { display: inline-block; width: 150px; }
0.266166
0.071106
body, html { font-family: Times; padding: 0px; margin: 0px; } body { background: #fcfcfc; } #container { text-align: center; padding-bottom: 50px; } #update_msg { font-style: italic; } #latest { font-family: Georgia, Times; font-size: 1.4em; } #titlebar { background: black; color: white; font-size: 1.25em; font-family: Georgia, Times; padding: 5px 10px 5px 10px; font-weight: bold; text-align: center; margin: 0px; } #titlebar a, #titlebar a:visited { color: white; text-decoration: none; } #titlebar a:hover { text-decoration: underline; } #navbar { background: #ccc; color: black; font-size: 1.25em; font-family: Georgia, Times; padding: 5px 10px 5px 10px; margin-bottom: 20px; text-align: center; } #footer { background: black; color: white; text-align: center; padding: 20px 10px 10px 10px; border-top: 5px solid #ccc; margin: 0px; } #footer .transcript { color: black; padding: 10px; background: #fcfcfc; margin: 50px 10px 500px 10px; text-align: left; } #footer .transcript_hidden { color: black; background: black; font-size: 1%; padding: 0px; margin: 0px; } #footer .transcript_hidden a, #footer .transcript_hidden a:visited, #footer .transcript_hidden a:hover { visibility: hidden; } .transcript_title { text-decoration: underline; font-weight: bold; } a.skip_link:hover, a.transcript_link:hover { filter: alpha(opacity=100); /* internet explorer */ -khtml-opacity: 1.0; /* khtml, old safari */ -moz-opacity: 1.0; /* mozilla, netscape */ opacity: 1.0; /* fx, safari, opera */ } a.skip_link, a.transcript_link { position: absolute; padding: 5px; background: #fcfcfc; } a.transcript_link { bottom: 0px; right: 0px; filter: alpha(opacity=25); /* internet explorer */ -khtml-opacity: 0.25; /* khtml, old safari */ -moz-opacity: 0.25; /* mozilla, netscape */ opacity: 0.25; /* fx, safari, opera */ } a.skip_link { top: 0px; left: 0px; filter: alpha(opacity=0); /* internet explorer */ -khtml-opacity: 0.0; /* khtml, old safari */ -moz-opacity: 0.0; /* mozilla, netscape */ opacity: 0.0; /* fx, safari, opera */ } .heading { font-weight: bold; } .subheading { font-style: italic; font-size: 90%; } .box2 { background: #ccc; width: 800px; position: relative; top: 2px; left: 2px; margin-left: auto; margin-right: auto; } .box1 { position: relative; top: -4px; left: -4px; background: white; border: 2px solid #333; padding: 0px; margin: 0px; text-align: left; } .comic img { padding: 0px; border: 0px; } img { padding: 0px; border: 0px; } #disqus-thread { font-family: arial; } div#disqus-thread { padding: 10px; } hr { width: 700px; margin-top: 35px; margin-bottom: 20px; } p { padding: 0px 10px 10px 10px; margin: 0px; } p:first-child { padding-top: 10px; } a, a:visited { color: #339; text-decoration: none; } a:hover { color: #FF6103; } .subtitle { width: 650px; margin: 15px auto 25px auto; text-align: center; } h2, .subtitle .left, .subtitle .right, .subtitle .decoration { font-size: 1.5em; font-family: Georgia, Times; padding: 0px; margin: 0px 0px 15px 0px; font-variant: small-caps; } .subtitle h2 { display: inline; } .subtitle .left { float: left; } .subtitle .right { float: right; } .subtitle .left, .subtitle .right { width: 200px; text-align: center; } #notice { padding: 10px; margin-bottom: 20px; background: #ff6103; width: 500px; margin-left: auto; margin-right: auto; font-family: arial, verdana; font-weight: bold; } #notice a { color: white; } #notice a:hover { color: #339; } #info { color: #999; font-size: 90%; text-align: justify; text-justify: distribute; text-align-last: justify; } #share_container { margin-top: 15px; text-align: center; } #share { text-align: center; } #share table { height: 16px; padding: 10px; margin: 0px auto 0px auto; } #share td { padding: 0px 0px 0px 5px; margin: 0px; height: 16px; line-height: 16px; } #share tr { height: 16px; line-height: 16px; } #share a { line-height: 16px !important; } h1.hide { color: #fcfcfc; font-size: 1%; margin: 0px; padding: 0px; }
www/_style.css
body, html { font-family: Times; padding: 0px; margin: 0px; } body { background: #fcfcfc; } #container { text-align: center; padding-bottom: 50px; } #update_msg { font-style: italic; } #latest { font-family: Georgia, Times; font-size: 1.4em; } #titlebar { background: black; color: white; font-size: 1.25em; font-family: Georgia, Times; padding: 5px 10px 5px 10px; font-weight: bold; text-align: center; margin: 0px; } #titlebar a, #titlebar a:visited { color: white; text-decoration: none; } #titlebar a:hover { text-decoration: underline; } #navbar { background: #ccc; color: black; font-size: 1.25em; font-family: Georgia, Times; padding: 5px 10px 5px 10px; margin-bottom: 20px; text-align: center; } #footer { background: black; color: white; text-align: center; padding: 20px 10px 10px 10px; border-top: 5px solid #ccc; margin: 0px; } #footer .transcript { color: black; padding: 10px; background: #fcfcfc; margin: 50px 10px 500px 10px; text-align: left; } #footer .transcript_hidden { color: black; background: black; font-size: 1%; padding: 0px; margin: 0px; } #footer .transcript_hidden a, #footer .transcript_hidden a:visited, #footer .transcript_hidden a:hover { visibility: hidden; } .transcript_title { text-decoration: underline; font-weight: bold; } a.skip_link:hover, a.transcript_link:hover { filter: alpha(opacity=100); /* internet explorer */ -khtml-opacity: 1.0; /* khtml, old safari */ -moz-opacity: 1.0; /* mozilla, netscape */ opacity: 1.0; /* fx, safari, opera */ } a.skip_link, a.transcript_link { position: absolute; padding: 5px; background: #fcfcfc; } a.transcript_link { bottom: 0px; right: 0px; filter: alpha(opacity=25); /* internet explorer */ -khtml-opacity: 0.25; /* khtml, old safari */ -moz-opacity: 0.25; /* mozilla, netscape */ opacity: 0.25; /* fx, safari, opera */ } a.skip_link { top: 0px; left: 0px; filter: alpha(opacity=0); /* internet explorer */ -khtml-opacity: 0.0; /* khtml, old safari */ -moz-opacity: 0.0; /* mozilla, netscape */ opacity: 0.0; /* fx, safari, opera */ } .heading { font-weight: bold; } .subheading { font-style: italic; font-size: 90%; } .box2 { background: #ccc; width: 800px; position: relative; top: 2px; left: 2px; margin-left: auto; margin-right: auto; } .box1 { position: relative; top: -4px; left: -4px; background: white; border: 2px solid #333; padding: 0px; margin: 0px; text-align: left; } .comic img { padding: 0px; border: 0px; } img { padding: 0px; border: 0px; } #disqus-thread { font-family: arial; } div#disqus-thread { padding: 10px; } hr { width: 700px; margin-top: 35px; margin-bottom: 20px; } p { padding: 0px 10px 10px 10px; margin: 0px; } p:first-child { padding-top: 10px; } a, a:visited { color: #339; text-decoration: none; } a:hover { color: #FF6103; } .subtitle { width: 650px; margin: 15px auto 25px auto; text-align: center; } h2, .subtitle .left, .subtitle .right, .subtitle .decoration { font-size: 1.5em; font-family: Georgia, Times; padding: 0px; margin: 0px 0px 15px 0px; font-variant: small-caps; } .subtitle h2 { display: inline; } .subtitle .left { float: left; } .subtitle .right { float: right; } .subtitle .left, .subtitle .right { width: 200px; text-align: center; } #notice { padding: 10px; margin-bottom: 20px; background: #ff6103; width: 500px; margin-left: auto; margin-right: auto; font-family: arial, verdana; font-weight: bold; } #notice a { color: white; } #notice a:hover { color: #339; } #info { color: #999; font-size: 90%; text-align: justify; text-justify: distribute; text-align-last: justify; } #share_container { margin-top: 15px; text-align: center; } #share { text-align: center; } #share table { height: 16px; padding: 10px; margin: 0px auto 0px auto; } #share td { padding: 0px 0px 0px 5px; margin: 0px; height: 16px; line-height: 16px; } #share tr { height: 16px; line-height: 16px; } #share a { line-height: 16px !important; } h1.hide { color: #fcfcfc; font-size: 1%; margin: 0px; padding: 0px; }
0.365343
0.104112
:root { --back: #242744; --accent: rgb(37, 60, 89); --copy: #202044; --card: #e2e1eb; --link: #60759d; --lightcopy: #ffffff; --xx: #000000; --dur: 0.3s; } /* ///////////////////////////////////////// */ * { flex-wrap: wrap; align-content: center; font-family: proxima-nova-n9, proxima-nova, sans-serif; } /* /////////////////////////////////////////////// light & dark theme */ .container { display: flex; align-items: center; justify-content: center; flex-direction: column; } body, input { color: var(--copy); /* font: 1em/1.5 sans-serif; */ } body, .toggle:before, .toggle:after { background: hsl(0,0%,90%); } /* toggle switch */ body, .toggle { position: relative; } body { /* display: flex; */ /* justify-content: center; align-items: center; */ /* height: 100vh; */ } .curtain, .sr, .toggle:before, .toggle:after { position: absolute; } .curtain, .toggle:before, .toggle:after { transition: transform var(--dur); } .curtain, .toggle:before, .toggle:checked:after { transition-timing-function: ease-out; } .curtain, .sr { top: 0; left: 0; } /* the curtain creates an inverted layer for light over dark mode */ .curtain { background: rgb(209, 205, 225); /* control the layers with the z-index */ z-index: -1; opacity:80%; mix-blend-mode: difference; pointer-events: none; width: 100%; height: 100%; transform: scaleX(0); transform-origin: 0 50%; } .sr, .toggle { overflow: hidden; } .sr { clip: rect(1px,1px,1px,1px); color: transparent; width: 1px; height: 1px; } .toggle { background: currentColor; border-radius: 0.75em; cursor: pointer; width: 3em; height: 1.5em; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; } .toggle:before, .toggle:after { border-radius: 50%; content: ""; display: block; top: 0.25em; left: 0.25em; width: 1em; height: 1em; } .toggle:before, .toggle:checked:after { transition-delay: 0s; } .toggle:checked:before, .toggle:after { transition-delay: calc(var(--dur) * 0.75); transition-timing-function: cubic-bezier(0.3,1.6,0.5,0.7); } .toggle:before { transform: translateX(-1.5em); } .toggle:checked:before { transform: translateX(1.5em); } .toggle:checked:after { transform: translateX(3em); } .toggle:checked ~ .curtain { transform: scaleX(1); } .toggle:focus { outline: transparent; } /* ///////////////////////////////////////////////////// */ .header { font-size: 3.25em; font-style: normal; font-weight: 900; padding: 1.5em; color: var(--lightcopy); } .em { color: var(--link); font-size: 1.25em; } .hello { align-items: center; font-size: 2em; font-style: normal; font-weight: 900; padding: 1.5em; color: var(--lightcopy); } .footer { color: var(--lightcopy); flex: 1; } /* ///////////////////////////////////////////////// forms */ /* to get the form inputs to align to the start w/o affecting the button */ .form-input { padding: 2px; margin: 3px; display: grid; flex-direction: row; justify-content: start; } /* ////////////////////////////////////////////////nav */ #nav-item { font-family: proxima-nova-n9, proxima-nova, sans-serif; color: var(--link); text-decoration: none; } /* ----------------------- */ .nav-link { color: var(--lightcopy); background-color:#434292; color:var(--lightcopy); border-bottom: 1px linear-gradient(#242744, #000000); border-radius: 2px; margin: 3px; } .nav-link:hover{ color: var(--accent); font-style: italic; background-color:#60679d ; top:-2px; border-bottom: 4px solid #c3d6e6; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25); } .nav-link:active{ top:0px; border: 1px solid #93a8ba; background-color:#b0b5d8; box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25); } /* ---------------------------------------------- MAIN */ .card { color: var(--copy); border: none; font: inherit; font-size: 100%; margin: 5%; padding: 5%; vertical-align: center; background-color: var(--card); opacity: .85; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0); } body { display: flex; flex-direction: column; /* max-width: 625px; */ width: 100%; height: 100%; max-width: 100%; background-image: linear-gradient(#242744, #000000); padding: 20px; } /*/////////////////////////////////////////// backgrounds */ .background-img, .background-welcome-img { background-repeat: no-repeat; background-attachment: fixed; background-size: cover; position: absolute; z-index: -2; max-width: 100%; } /* /////////////////////////////////////buttons */ /* ----------------------- */ .button { color: var(--lightcopy); background-color:#434292; color:var(--lightcopy); border-bottom: 1px linear-gradient(#242744, #000000); border: none; border-radius: 2px; padding: 2%; } .button:hover{ color: var(--accent); font-style: italic; background-color:#60679d ; top:-2px; border-bottom: 4px solid #c3d6e6; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25); } .button:active{ top:0px; border: 1px solid #93a8ba; background-color:#b0b5d8; box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25); } /* //////////////////////////////////////////////poem inputs */ .poem-background { background-color:var(--card); border-radius: 15%; } .poem-copy { color:var(--copy); } p, a { color:var(--copy); } .login-copy { color:var(--lightcopy) } /*This is styling for the tooltip*/ span[data-descr]:hover::after, span[data-descr]:focus::after { content: attr(data-descr); position: absolute; min-width: 200px; border: 1px #aaaaaa solid; background-color: var(--accent); color: var(--lightcopy); font-size: 80%; } .btn-btn-primary{ color: var(--link); background-color:#32699b; color:var(--lightcopy); }
public/css/style.css
:root { --back: #242744; --accent: rgb(37, 60, 89); --copy: #202044; --card: #e2e1eb; --link: #60759d; --lightcopy: #ffffff; --xx: #000000; --dur: 0.3s; } /* ///////////////////////////////////////// */ * { flex-wrap: wrap; align-content: center; font-family: proxima-nova-n9, proxima-nova, sans-serif; } /* /////////////////////////////////////////////// light & dark theme */ .container { display: flex; align-items: center; justify-content: center; flex-direction: column; } body, input { color: var(--copy); /* font: 1em/1.5 sans-serif; */ } body, .toggle:before, .toggle:after { background: hsl(0,0%,90%); } /* toggle switch */ body, .toggle { position: relative; } body { /* display: flex; */ /* justify-content: center; align-items: center; */ /* height: 100vh; */ } .curtain, .sr, .toggle:before, .toggle:after { position: absolute; } .curtain, .toggle:before, .toggle:after { transition: transform var(--dur); } .curtain, .toggle:before, .toggle:checked:after { transition-timing-function: ease-out; } .curtain, .sr { top: 0; left: 0; } /* the curtain creates an inverted layer for light over dark mode */ .curtain { background: rgb(209, 205, 225); /* control the layers with the z-index */ z-index: -1; opacity:80%; mix-blend-mode: difference; pointer-events: none; width: 100%; height: 100%; transform: scaleX(0); transform-origin: 0 50%; } .sr, .toggle { overflow: hidden; } .sr { clip: rect(1px,1px,1px,1px); color: transparent; width: 1px; height: 1px; } .toggle { background: currentColor; border-radius: 0.75em; cursor: pointer; width: 3em; height: 1.5em; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; } .toggle:before, .toggle:after { border-radius: 50%; content: ""; display: block; top: 0.25em; left: 0.25em; width: 1em; height: 1em; } .toggle:before, .toggle:checked:after { transition-delay: 0s; } .toggle:checked:before, .toggle:after { transition-delay: calc(var(--dur) * 0.75); transition-timing-function: cubic-bezier(0.3,1.6,0.5,0.7); } .toggle:before { transform: translateX(-1.5em); } .toggle:checked:before { transform: translateX(1.5em); } .toggle:checked:after { transform: translateX(3em); } .toggle:checked ~ .curtain { transform: scaleX(1); } .toggle:focus { outline: transparent; } /* ///////////////////////////////////////////////////// */ .header { font-size: 3.25em; font-style: normal; font-weight: 900; padding: 1.5em; color: var(--lightcopy); } .em { color: var(--link); font-size: 1.25em; } .hello { align-items: center; font-size: 2em; font-style: normal; font-weight: 900; padding: 1.5em; color: var(--lightcopy); } .footer { color: var(--lightcopy); flex: 1; } /* ///////////////////////////////////////////////// forms */ /* to get the form inputs to align to the start w/o affecting the button */ .form-input { padding: 2px; margin: 3px; display: grid; flex-direction: row; justify-content: start; } /* ////////////////////////////////////////////////nav */ #nav-item { font-family: proxima-nova-n9, proxima-nova, sans-serif; color: var(--link); text-decoration: none; } /* ----------------------- */ .nav-link { color: var(--lightcopy); background-color:#434292; color:var(--lightcopy); border-bottom: 1px linear-gradient(#242744, #000000); border-radius: 2px; margin: 3px; } .nav-link:hover{ color: var(--accent); font-style: italic; background-color:#60679d ; top:-2px; border-bottom: 4px solid #c3d6e6; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25); } .nav-link:active{ top:0px; border: 1px solid #93a8ba; background-color:#b0b5d8; box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25); } /* ---------------------------------------------- MAIN */ .card { color: var(--copy); border: none; font: inherit; font-size: 100%; margin: 5%; padding: 5%; vertical-align: center; background-color: var(--card); opacity: .85; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0); } body { display: flex; flex-direction: column; /* max-width: 625px; */ width: 100%; height: 100%; max-width: 100%; background-image: linear-gradient(#242744, #000000); padding: 20px; } /*/////////////////////////////////////////// backgrounds */ .background-img, .background-welcome-img { background-repeat: no-repeat; background-attachment: fixed; background-size: cover; position: absolute; z-index: -2; max-width: 100%; } /* /////////////////////////////////////buttons */ /* ----------------------- */ .button { color: var(--lightcopy); background-color:#434292; color:var(--lightcopy); border-bottom: 1px linear-gradient(#242744, #000000); border: none; border-radius: 2px; padding: 2%; } .button:hover{ color: var(--accent); font-style: italic; background-color:#60679d ; top:-2px; border-bottom: 4px solid #c3d6e6; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25); } .button:active{ top:0px; border: 1px solid #93a8ba; background-color:#b0b5d8; box-shadow: inset 0px 0px 4px rgba(0,0,0,0.25); } /* //////////////////////////////////////////////poem inputs */ .poem-background { background-color:var(--card); border-radius: 15%; } .poem-copy { color:var(--copy); } p, a { color:var(--copy); } .login-copy { color:var(--lightcopy) } /*This is styling for the tooltip*/ span[data-descr]:hover::after, span[data-descr]:focus::after { content: attr(data-descr); position: absolute; min-width: 200px; border: 1px #aaaaaa solid; background-color: var(--accent); color: var(--lightcopy); font-size: 80%; } .btn-btn-primary{ color: var(--link); background-color:#32699b; color:var(--lightcopy); }
0.407098
0.114939
[c2js] { background-color: black; } .c2-bar { position: absolute; width: 100%; bottom: 0; opacity: 0; cursor: default; } .c2-bar:hover { opacity: 1; } .c2-controls { background-color: #f8f8f8; overflow: hidden; height: 56px; padding: 6px 12px 0; } .c2-controls button { background-color: transparent; border: none; cursor: pointer; width: 32px; height: 32px; padding: 0; background-repeat: no-repeat; background-size: 100% 65%; background-position: center; } .c2-info-bar { background-color: #000; color: #fff; font-family: monospace, helvetica, sans-serif; font-size: 12px; display: block; padding: 3px 8px; } .c2-divider, .c2-align-right { display: inline-block; } .c2-divider { width: 1px; height: 32px; background: gray; position: absolute; } .c2-align-right { float: right; } div[c2-play] { width: 100%; height: 100%; } input[c2-time-seek] { height: 20px; width: 100%; display: block; padding: 0; margin: 0; } input[c2-volume-seek] { max-width: 100px; display: inline-block; } button[c2-play] { background-image: url(../assets/icons/play-solid.svg); } button[c2-play=true] { background-image: url(../assets/icons/pause-solid.svg); } button[c2-stop] { background-image: url(../assets/icons/stop-solid.svg); } button[c2-move^='-'] { background-image: url(../assets/icons/backward-solid.svg); } button[c2-move^='+'] { background-image: url(../assets/icons/forward-solid.svg); } button[c2-mute] { background-image: url(../assets/icons/volume-up-solid.svg); } button[c2-mute=true] { background-image: url(../assets/icons/volume-mute-solid.svg); } button[c2-fullscreen] { background-image: url(../assets/icons/expand-solid.svg); } button[c2-fullscreen=true] { background-image: url(../assets/icons/compress-solid.svg); } button[c2-fullscreen=null] { opacity: .3; } span[c2-null]::after { content: "Loading..."; } span[c2-null][c2-play=false]::after { content: "Paused"; } span[c2-null][c2-stop=true]::after { content: "Stopped"; } span[c2-null][c2-play=true]::after { content: "Playing"; } span[c2-null][c2-mute=true]::before { content: "[MUTED] "; }
dist/templates/mpc-hc/style.css
[c2js] { background-color: black; } .c2-bar { position: absolute; width: 100%; bottom: 0; opacity: 0; cursor: default; } .c2-bar:hover { opacity: 1; } .c2-controls { background-color: #f8f8f8; overflow: hidden; height: 56px; padding: 6px 12px 0; } .c2-controls button { background-color: transparent; border: none; cursor: pointer; width: 32px; height: 32px; padding: 0; background-repeat: no-repeat; background-size: 100% 65%; background-position: center; } .c2-info-bar { background-color: #000; color: #fff; font-family: monospace, helvetica, sans-serif; font-size: 12px; display: block; padding: 3px 8px; } .c2-divider, .c2-align-right { display: inline-block; } .c2-divider { width: 1px; height: 32px; background: gray; position: absolute; } .c2-align-right { float: right; } div[c2-play] { width: 100%; height: 100%; } input[c2-time-seek] { height: 20px; width: 100%; display: block; padding: 0; margin: 0; } input[c2-volume-seek] { max-width: 100px; display: inline-block; } button[c2-play] { background-image: url(../assets/icons/play-solid.svg); } button[c2-play=true] { background-image: url(../assets/icons/pause-solid.svg); } button[c2-stop] { background-image: url(../assets/icons/stop-solid.svg); } button[c2-move^='-'] { background-image: url(../assets/icons/backward-solid.svg); } button[c2-move^='+'] { background-image: url(../assets/icons/forward-solid.svg); } button[c2-mute] { background-image: url(../assets/icons/volume-up-solid.svg); } button[c2-mute=true] { background-image: url(../assets/icons/volume-mute-solid.svg); } button[c2-fullscreen] { background-image: url(../assets/icons/expand-solid.svg); } button[c2-fullscreen=true] { background-image: url(../assets/icons/compress-solid.svg); } button[c2-fullscreen=null] { opacity: .3; } span[c2-null]::after { content: "Loading..."; } span[c2-null][c2-play=false]::after { content: "Paused"; } span[c2-null][c2-stop=true]::after { content: "Stopped"; } span[c2-null][c2-play=true]::after { content: "Playing"; } span[c2-null][c2-mute=true]::before { content: "[MUTED] "; }
0.449151
0.114023
@charset "UTF-8"; /*tab start*/ .top_tab_block { position: relative; padding-left: 40px; overflow: hidden; padding-top: 30px; } .top_tab_block:after { content:''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e5e5e5; z-index: 1; } .top_tab_block .tab_cell { width: 170px; height: 60px; float: left; line-height: 58px; text-align: center; font-size: 18px; color: #999; font-weight: 400; position: relative; z-index: 2; border: 1px solid #e5e5e5; border-bottom: 0; background-color: #eeeeee; cursor: pointer; margin-right: -1px; user-select: none; } .top_tab_block .tab_cell:after { content:''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #fff; } .top_tab_block .tab_cell.actived { color: #333; font-weight: bold; background-color: #fff; } /*tab end*/ .layui-form.dj-form.pd_side0 { padding-left: 0; padding-right: 0; } .bc_white { background-color: #fff; } .appraisal-form { padding-top: 40px; } .appraisal-form .layui-input-inline { width: 300px; margin-bottom: 30px; } .timerange_block .layui-input { width: 140px; display: inline-block; } .timerange_block .layui-form-label { width: 122px; } .selected_rs_txt { font-size: 14px; color: #333; font-weight: 700; display: inline-block; line-height: 39px; margin-right: 40px; vertical-align: top; } .ck_detail { display: inline-block; font-size: 14px; color: #438cef; line-height: 39px; padding: 0 5px; cursor: pointer; vertical-align: top; } .ck_detail:hover { text-decoration: underline; } .cutdate { display: inline-block; font-size: 14px; font-weight: 700; color: #333; line-height: 40px; } .cutdate .layui-input { width: 120px; height: 40px; text-align: center; font-weight: 400; color: #333; display: inline-block; margin: 0 8px; } .cutdayTip { display: inline-block; font-size: 16px; color: #fbbd2b; line-height: 40px; padding: 0 10px; cursor: pointer; } .upload_remark { font-size: 14px; color: #999; margin-left: 10px; } .appraisal-form .layui-form-checkbox[lay-skin=primary] { margin-right: 10px; } .appraisal-form2 .layui-input-inline { width: 240px; } .appraisal-form2 .layui-btn { margin-left: 80px; } .appraisal-form2 { border-bottom: 1px solid #eeeeee; } .right-remark { padding: 0 12px; border: 1px solid #eeeeee; font-size: 14px; color: #333333; line-height: 38px; } .right-remark .iconfont { font-size: 16px; color: #fbbd2b; line-height: 38px; } .right-remark .txt_red { color: #d5282b; }
public/static/css/appraisal.css
@charset "UTF-8"; /*tab start*/ .top_tab_block { position: relative; padding-left: 40px; overflow: hidden; padding-top: 30px; } .top_tab_block:after { content:''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e5e5e5; z-index: 1; } .top_tab_block .tab_cell { width: 170px; height: 60px; float: left; line-height: 58px; text-align: center; font-size: 18px; color: #999; font-weight: 400; position: relative; z-index: 2; border: 1px solid #e5e5e5; border-bottom: 0; background-color: #eeeeee; cursor: pointer; margin-right: -1px; user-select: none; } .top_tab_block .tab_cell:after { content:''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #fff; } .top_tab_block .tab_cell.actived { color: #333; font-weight: bold; background-color: #fff; } /*tab end*/ .layui-form.dj-form.pd_side0 { padding-left: 0; padding-right: 0; } .bc_white { background-color: #fff; } .appraisal-form { padding-top: 40px; } .appraisal-form .layui-input-inline { width: 300px; margin-bottom: 30px; } .timerange_block .layui-input { width: 140px; display: inline-block; } .timerange_block .layui-form-label { width: 122px; } .selected_rs_txt { font-size: 14px; color: #333; font-weight: 700; display: inline-block; line-height: 39px; margin-right: 40px; vertical-align: top; } .ck_detail { display: inline-block; font-size: 14px; color: #438cef; line-height: 39px; padding: 0 5px; cursor: pointer; vertical-align: top; } .ck_detail:hover { text-decoration: underline; } .cutdate { display: inline-block; font-size: 14px; font-weight: 700; color: #333; line-height: 40px; } .cutdate .layui-input { width: 120px; height: 40px; text-align: center; font-weight: 400; color: #333; display: inline-block; margin: 0 8px; } .cutdayTip { display: inline-block; font-size: 16px; color: #fbbd2b; line-height: 40px; padding: 0 10px; cursor: pointer; } .upload_remark { font-size: 14px; color: #999; margin-left: 10px; } .appraisal-form .layui-form-checkbox[lay-skin=primary] { margin-right: 10px; } .appraisal-form2 .layui-input-inline { width: 240px; } .appraisal-form2 .layui-btn { margin-left: 80px; } .appraisal-form2 { border-bottom: 1px solid #eeeeee; } .right-remark { padding: 0 12px; border: 1px solid #eeeeee; font-size: 14px; color: #333333; line-height: 38px; } .right-remark .iconfont { font-size: 16px; color: #fbbd2b; line-height: 38px; } .right-remark .txt_red { color: #d5282b; }
0.335351
0.084229
@font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX.eot'); src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'), url('DBOzoneX.woff') format('woff'), url('DBOzoneX.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Italic.eot'); src: url('DBOzoneX-Italic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Italic.woff') format('woff'), url('DBOzoneX-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Light.eot'); src: url('DBOzoneX-Light.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Light.woff') format('woff'), url('DBOzoneX-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-MediumItalic.eot'); src: url('DBOzoneX-MediumItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-MediumItalic.woff') format('woff'), url('DBOzoneX-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-UltraLightItalic.eot'); src: url('DBOzoneX-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-UltraLightItalic.woff') format('woff'), url('DBOzoneX-UltraLightItalic.ttf') format('truetype'); font-weight: 200; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-UltraLight.eot'); src: url('DBOzoneX-UltraLight.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-UltraLight.woff') format('woff'), url('DBOzoneX-UltraLight.ttf') format('truetype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-LightItalic.eot'); src: url('DBOzoneX-LightItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-LightItalic.woff') format('woff'), url('DBOzoneX-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Medium.eot'); src: url('DBOzoneX-Medium.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Medium.woff') format('woff'), url('DBOzoneX-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Bold.eot'); src: url('DBOzoneX-Bold.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Bold.woff') format('woff'), url('DBOzoneX-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-BoldItalic.eot'); src: url('DBOzoneX-BoldItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-BoldItalic.woff') format('woff'), url('DBOzoneX-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; }
public/font/DB_Ozone_X/stylesheet.css
@font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX.eot'); src: url('DBOzoneX.eot?#iefix') format('embedded-opentype'), url('DBOzoneX.woff') format('woff'), url('DBOzoneX.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Italic.eot'); src: url('DBOzoneX-Italic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Italic.woff') format('woff'), url('DBOzoneX-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Light.eot'); src: url('DBOzoneX-Light.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Light.woff') format('woff'), url('DBOzoneX-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-MediumItalic.eot'); src: url('DBOzoneX-MediumItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-MediumItalic.woff') format('woff'), url('DBOzoneX-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-UltraLightItalic.eot'); src: url('DBOzoneX-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-UltraLightItalic.woff') format('woff'), url('DBOzoneX-UltraLightItalic.ttf') format('truetype'); font-weight: 200; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-UltraLight.eot'); src: url('DBOzoneX-UltraLight.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-UltraLight.woff') format('woff'), url('DBOzoneX-UltraLight.ttf') format('truetype'); font-weight: 200; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-LightItalic.eot'); src: url('DBOzoneX-LightItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-LightItalic.woff') format('woff'), url('DBOzoneX-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Medium.eot'); src: url('DBOzoneX-Medium.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Medium.woff') format('woff'), url('DBOzoneX-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-Bold.eot'); src: url('DBOzoneX-Bold.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-Bold.woff') format('woff'), url('DBOzoneX-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } @font-face { font-family: 'DB Ozone X'; src: url('DBOzoneX-BoldItalic.eot'); src: url('DBOzoneX-BoldItalic.eot?#iefix') format('embedded-opentype'), url('DBOzoneX-BoldItalic.woff') format('woff'), url('DBOzoneX-BoldItalic.ttf') format('truetype'); font-weight: bold; font-style: italic; }
0.322099
0.073963
h1,h2,h3,h4,h5 { font-family:'Raleway-Bold'; } small { font-family:'Raleway-Regular'; } /*====================== END---APPLY FONT ======================*/ /*====================== SETING FONT ======================*/ @font-face { font-family:'Raleway-Bold'; src: url('../fonts/Raleway-Bold_gdi.eot'); src: url('../fonts/Raleway-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold_gdi.woff') format('woff'), url('../fonts/Raleway-Bold_gdi.ttf') format('truetype'), url('../fonts/Raleway-Bold_gdi.svg#Raleway-Bold') format('svg'); font-weight: 700; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Light'; src: url('../fonts/Raleway-Light_gdi.eot'); src: url('../fonts/Raleway-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light_gdi.woff') format('woff'), url('../fonts/Raleway-Light_gdi.ttf') format('truetype'), url('../fonts/Raleway-Light_gdi.svg#Raleway-Light') format('svg'); font-weight: 300; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Regular'; src: url('../fonts/Raleway-Regular_gdi.eot'); src: url('../fonts/Raleway-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular_gdi.woff') format('woff'), url('../fonts/Raleway-Regular_gdi.ttf') format('truetype'), url('../fonts/Raleway-Regular_gdi.svg#Raleway-Regular') format('svg'); font-weight: 400; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Medium'; src: url('../fonts/Raleway-Medium_gdi.eot'); src: url('../fonts/Raleway-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium_gdi.woff') format('woff'), url('../fonts/Raleway-Medium_gdi.ttf') format('truetype'), url('../fonts/Raleway-Medium_gdi.svg#Raleway-Medium') format('svg'); font-weight: 500; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; }
web/css/tm-font.css
h1,h2,h3,h4,h5 { font-family:'Raleway-Bold'; } small { font-family:'Raleway-Regular'; } /*====================== END---APPLY FONT ======================*/ /*====================== SETING FONT ======================*/ @font-face { font-family:'Raleway-Bold'; src: url('../fonts/Raleway-Bold_gdi.eot'); src: url('../fonts/Raleway-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Bold_gdi.woff') format('woff'), url('../fonts/Raleway-Bold_gdi.ttf') format('truetype'), url('../fonts/Raleway-Bold_gdi.svg#Raleway-Bold') format('svg'); font-weight: 700; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Light'; src: url('../fonts/Raleway-Light_gdi.eot'); src: url('../fonts/Raleway-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Light_gdi.woff') format('woff'), url('../fonts/Raleway-Light_gdi.ttf') format('truetype'), url('../fonts/Raleway-Light_gdi.svg#Raleway-Light') format('svg'); font-weight: 300; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Regular'; src: url('../fonts/Raleway-Regular_gdi.eot'); src: url('../fonts/Raleway-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular_gdi.woff') format('woff'), url('../fonts/Raleway-Regular_gdi.ttf') format('truetype'), url('../fonts/Raleway-Regular_gdi.svg#Raleway-Regular') format('svg'); font-weight: 400; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; } @font-face { font-family:'Raleway-Medium'; src: url('../fonts/Raleway-Medium_gdi.eot'); src: url('../fonts/Raleway-Medium_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium_gdi.woff') format('woff'), url('../fonts/Raleway-Medium_gdi.ttf') format('truetype'), url('../fonts/Raleway-Medium_gdi.svg#Raleway-Medium') format('svg'); font-weight: 500; font-style: normal; font-stretch: normal; unicode-range: U+0020-25CA; }
0.138287
0.036631
@keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-moz-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-webkit-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-o-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-ms-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-webkit-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-moz-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-o-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-ms-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-webkit-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-moz-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-o-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-moz-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-webkit-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-o-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-ms-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.20;} } /* Beat */ @keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-moz-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-webkit-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-o-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-ms-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } /* spinner */ @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-moz-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-o-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-ms-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
public/styles/keyframes.css
@keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-moz-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-webkit-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-o-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @-ms-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-webkit-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-moz-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-o-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @-ms-keyframes navTop { 0% {top: -100px;} 100% {top: 0;} } @keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-webkit-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-moz-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @-o-keyframes shrink { 0% { transform: scale(4) } 100% { transform: scale(1) } } @keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-moz-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-webkit-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-o-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.2;} } @-ms-keyframes fadeInOverlay { 0% {opacity:1;} 100% {opacity:0.20;} } /* Beat */ @keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-moz-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-webkit-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-o-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } @-ms-keyframes beat { 0% {transform: scale(1,1);} 50% {transform: scale(1.2,1.2);} 100% {transform: scale(1,1);} } /* spinner */ @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-moz-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-webkit-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-o-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @-ms-keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
0.435181
0.170163
.stylizedButton { background-color: #4CAF50; /* Green */ font-size: 17px; text-align: center; text-decoration: none; color: white; width: 100%; margin-top: 10px; padding: 10px 20px; border: none; display: inline-block; } .stylizedButton:hover { background-color: #3C5F30; /* Green */ } .stylizedButton:active { background-color: #1C3F10; /* Green */ } .wrap { border: 1px; border-style: ridge; display: flex; } .kit { display: inline-block; width: 100%; } .separator { float: left; margin-top: 20px; margin-bottom: 20px; margin-left:3%; margin-right:3%; width: 94%; border: 1px; border-style: inset; } div#main-wrap { overflow: hidden; display: flex; min-height: 100%; height: 100%; } div#left-wrap { float: left; width: 30%; margin-right: 10px; min-width: 350px; } div#central-wrap { width: 70%; } div#right-wrap { float: right; width: 30%; margin-left: 10px; min-width: 350px; } div#control { padding: 10px; } div#control-buttons table { width: auto; } div#control-buttons td { margin: 0px; padding: 0px; width: 200px; } div#control-step-spinBoxes { width: 65%; float: left; } div#control-step-buttons { width: 35%; float: right; } div#control-step-buttons button { margin-bottom: 5px; } div#simulator { width: 100%; height: 100%; } div#simulator-internal { display: inline; } canvas#canvas { width: inherit; height: inherit; } div#creation-kit-tools { width: 60%; float: left; } table#simuInfoArray { width: 100%; text-align: center; border-collapse: collapse; } table#simuInfoArray td, th{ border: 1px; border-style: solid; min-width: 60px; max-width: 60px; } div#creation-kit-buttons { width: 35%; float: right; } div#creation-kit-buttons button { min-width: 100%; } div#about { padding: 50px; display: inline-block; margin-top: 10px; } .ritw-rb { display:inline; } .ritw-div-items h4 { margin-top:0; } .ritw-div-items-selector { float: left; width:40%; } .ritw-div-items-selector p { display:block; margin : 0; padding : 0; } .ritw-div-items-customization { float: right; width: 60%; } .ritw-div-items-customization label { display: block; } .ritw-div-items-customization input { width : 35%; } .ritw-div-items-customization span { margin-top : 0; } .ritw-div-items-location { float: left; width: 100%; } .ritw-div-items-location label { display: block; } .ritw-div-items-location input { width : 50%; } .ritw-div-items-location span { margin-top : 1rem; } .ritw-div-items canvas { width : 100%; border:dotted; border-width: thin; } /* Belows come from : https://codepen.io/raubaca/pen/PZzWRN */ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; opacity: 0.01; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 4.5em; cursor: pointer; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: ''; position: absolute; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { left: 0; top: -.1em; width: 4em; height: 1.85em; background: #DDDDDD; border-radius: 1em; transition: background-color .2s; } [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { width: 1.4em; height: 1.4em; transition: all .2s; border-radius: 50%; background: #7F8C9A; top: .12em; left: .24em; } .text { display: inline-block; vertical-align: middle; } /* on checked */ [type="checkbox"]:checked + label:before { background:#34495E; } [type="checkbox"]:checked + label:after { background: #39D2B4; left: 2.4em; } [type="checkbox"]:checked + label .ui, [type="checkbox"]:not(:checked) + label .ui:before, [type="checkbox"]:checked + label .ui:after { position: absolute; left: .6em; width: 6em; border-radius: 1em; font-size: .875em; font-weight: bold; transition: all .2s; } [type="checkbox"]:not(:checked) + label .ui:before { content: "Hide"; top: .2em; left: 2.35em; } [type="checkbox"]:checked + label .ui:after { content: "Show"; top: .2em; left: .2em; color: #39D2B4; } [type="checkbox"]:focus + label:before { border: 1px dashed #777; box-sizing: border-box; margin-top: -1px; } /* radiobuttons from : https://codepen.io/tobiasdev/pen/XgegoO */ .rb-box { width: 80%; max-width: 420px; margin: 50px auto; padding: 1.3em; background: #292942; border-radius: .75em; -webkit-filter: drop-shadow(1px 2px 5px rgba(0,0,0,.3)); filter: drop-shadow(1px 2px 5px rgba(0,0,0,.3)); box-shadow: 0 2px 2px rgba(243,49,128,.5), 0 0px 5px rgba(243,49,128,.15), 0 0px 4px rgba(0,0,0,.35), 0 5px 20px rgba(243,49,128,.25), 0 15px 50px rgba(243,49,128,.75), inset 0 0 15px rgba(255,255,255,.05); } /* Custom Radio Button */ .rb { padding: 16px 0; text-align: center; background: rgba(255,255,255,.03); border-radius: .3em; } .rb-tab { display: inline-block; position: relative; width: 20%; } .rb-txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: .5em; color: #FFFFFF; } .rb-spot { position: absolute; width: 18px; height: 18px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; border: 2px solid rgba(255,255,255,.3); border-radius: 100%; cursor: pointer; transition: ease .5s; } .rb-tab-active .rb-spot { background: rgba(0,0,0,.35); border: 2px solid rgba(243,49,128,.6); } /* Sliders */ .slider { -webkit-appearance: none; width: 35%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; } .slider::-moz-range-thumb { width: 15px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; }
style.css
.stylizedButton { background-color: #4CAF50; /* Green */ font-size: 17px; text-align: center; text-decoration: none; color: white; width: 100%; margin-top: 10px; padding: 10px 20px; border: none; display: inline-block; } .stylizedButton:hover { background-color: #3C5F30; /* Green */ } .stylizedButton:active { background-color: #1C3F10; /* Green */ } .wrap { border: 1px; border-style: ridge; display: flex; } .kit { display: inline-block; width: 100%; } .separator { float: left; margin-top: 20px; margin-bottom: 20px; margin-left:3%; margin-right:3%; width: 94%; border: 1px; border-style: inset; } div#main-wrap { overflow: hidden; display: flex; min-height: 100%; height: 100%; } div#left-wrap { float: left; width: 30%; margin-right: 10px; min-width: 350px; } div#central-wrap { width: 70%; } div#right-wrap { float: right; width: 30%; margin-left: 10px; min-width: 350px; } div#control { padding: 10px; } div#control-buttons table { width: auto; } div#control-buttons td { margin: 0px; padding: 0px; width: 200px; } div#control-step-spinBoxes { width: 65%; float: left; } div#control-step-buttons { width: 35%; float: right; } div#control-step-buttons button { margin-bottom: 5px; } div#simulator { width: 100%; height: 100%; } div#simulator-internal { display: inline; } canvas#canvas { width: inherit; height: inherit; } div#creation-kit-tools { width: 60%; float: left; } table#simuInfoArray { width: 100%; text-align: center; border-collapse: collapse; } table#simuInfoArray td, th{ border: 1px; border-style: solid; min-width: 60px; max-width: 60px; } div#creation-kit-buttons { width: 35%; float: right; } div#creation-kit-buttons button { min-width: 100%; } div#about { padding: 50px; display: inline-block; margin-top: 10px; } .ritw-rb { display:inline; } .ritw-div-items h4 { margin-top:0; } .ritw-div-items-selector { float: left; width:40%; } .ritw-div-items-selector p { display:block; margin : 0; padding : 0; } .ritw-div-items-customization { float: right; width: 60%; } .ritw-div-items-customization label { display: block; } .ritw-div-items-customization input { width : 35%; } .ritw-div-items-customization span { margin-top : 0; } .ritw-div-items-location { float: left; width: 100%; } .ritw-div-items-location label { display: block; } .ritw-div-items-location input { width : 50%; } .ritw-div-items-location span { margin-top : 1rem; } .ritw-div-items canvas { width : 100%; border:dotted; border-width: thin; } /* Belows come from : https://codepen.io/raubaca/pen/PZzWRN */ [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; opacity: 0.01; } [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 4.5em; cursor: pointer; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { content: ''; position: absolute; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { left: 0; top: -.1em; width: 4em; height: 1.85em; background: #DDDDDD; border-radius: 1em; transition: background-color .2s; } [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { width: 1.4em; height: 1.4em; transition: all .2s; border-radius: 50%; background: #7F8C9A; top: .12em; left: .24em; } .text { display: inline-block; vertical-align: middle; } /* on checked */ [type="checkbox"]:checked + label:before { background:#34495E; } [type="checkbox"]:checked + label:after { background: #39D2B4; left: 2.4em; } [type="checkbox"]:checked + label .ui, [type="checkbox"]:not(:checked) + label .ui:before, [type="checkbox"]:checked + label .ui:after { position: absolute; left: .6em; width: 6em; border-radius: 1em; font-size: .875em; font-weight: bold; transition: all .2s; } [type="checkbox"]:not(:checked) + label .ui:before { content: "Hide"; top: .2em; left: 2.35em; } [type="checkbox"]:checked + label .ui:after { content: "Show"; top: .2em; left: .2em; color: #39D2B4; } [type="checkbox"]:focus + label:before { border: 1px dashed #777; box-sizing: border-box; margin-top: -1px; } /* radiobuttons from : https://codepen.io/tobiasdev/pen/XgegoO */ .rb-box { width: 80%; max-width: 420px; margin: 50px auto; padding: 1.3em; background: #292942; border-radius: .75em; -webkit-filter: drop-shadow(1px 2px 5px rgba(0,0,0,.3)); filter: drop-shadow(1px 2px 5px rgba(0,0,0,.3)); box-shadow: 0 2px 2px rgba(243,49,128,.5), 0 0px 5px rgba(243,49,128,.15), 0 0px 4px rgba(0,0,0,.35), 0 5px 20px rgba(243,49,128,.25), 0 15px 50px rgba(243,49,128,.75), inset 0 0 15px rgba(255,255,255,.05); } /* Custom Radio Button */ .rb { padding: 16px 0; text-align: center; background: rgba(255,255,255,.03); border-radius: .3em; } .rb-tab { display: inline-block; position: relative; width: 20%; } .rb-txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: .5em; color: #FFFFFF; } .rb-spot { position: absolute; width: 18px; height: 18px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: transparent; border: 2px solid rgba(255,255,255,.3); border-radius: 100%; cursor: pointer; transition: ease .5s; } .rb-tab-active .rb-spot { background: rgba(0,0,0,.35); border: 2px solid rgba(243,49,128,.6); } /* Sliders */ .slider { -webkit-appearance: none; width: 35%; height: 15px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; } .slider::-moz-range-thumb { width: 15px; height: 25px; border-radius: 50%; background: #4CAF50; cursor: pointer; }
0.461988
0.049268
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=PT+Serif:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); html { scroll-behavior: smooth; } body { background: #333; } 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; } * { max-width: 100vw; } nav { position: fixed; display: flex; justify-content: space-around; align-items: center; flex-direction: row; flex-wrap: nowrap; width: 100vw; position: fixed; height: 40px; background-color: transparent; transition: 0.5s; z-index: 99999; } nav h1 { position: absolute; width: 200px; top: 8px; left: 5%; color: #fff; text-transform: uppercase; } nav ul { float: right; margin-right: 25px; list-style: none; } nav ul li { display: inline-block; line-height: 50px; margin: 0 15px; } nav ul li a { position: relative; padding: 5px 0; color: #fff; font-size: 13px; text-decoration: none; display: flex; justify-content: right; list-style: none; top: 30px; transition: 2; } label #sign-one, label #sign-two { margin-left: 30px; font-size: 30px; line-height: 50px; cursor: pointer; display: none; } #res-menu { display: none; } #logo { background-image: url(../img/logo.png); background-repeat: no-repeat; background-size: cover; width: 100px; height: 60px; margin-top: 2%; transition: 0.5s; margin-right: 200px; } @media (max-width: 870px) { #logo { margin-right: 30px; width: 80px; height: 45px; } label #sign-one { display: block; } nav { height: 70px; display: flex; justify-content: space-between; } nav ul { position: fixed; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.650); top: 70px; left: 100vw; text-align: center; transition: .5s; z-index: 10; } nav ul li { display: flex; margin: 40px 0; line-height: 0px; } nav ul li a { font-size: 16px; margin-left: auto; margin-right: auto; } #sign-one { padding-top: 30px; } #sign-two { padding-top: 30px; } #res-menu:checked~ul { left: 0; } #res-menu:checked~label #sign-one { display: none; } #res-menu:checked~label #sign-two { display: block; } } a { align-items: center; margin: 15px; color: #f5f5f5; text-decoration: none; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 80%; } #wrapper { display: flex; flex-flow: row wrap; text-align: center; align-items: center; justify-content: center; } #set { opacity: 0; transition: 1s; max-width: 100vw; } #wrapper>* { flex: 100%; justify-content: flex-start; } .footer { background: #222; height: 35vh; display: flex; } .align-father { display: flex; justify-content: center; width: 100%; height: inherit; } #home { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background-image: url(../img/lab-2000x1145-99.jpg); background-attachment: scroll; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; color: #333; height: 100vh; font-size: 24px; margin: 0; } #home h1 { font-family: 'Josefin Sans', sans-serif; margin-left: auto; margin-right: auto; font-size: 38pt; text-align: center; text-decoration: none; text-transform: uppercase; color: #f5f5f5; } #home h2 { font-family: 'Montserrat', sans-serif; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: -50px; padding-top: -50px; font-size: 13pt; text-align: center; text-decoration: none; text-transform: uppercase; color: #f5f5f5; } .align-home { display: flex; justify-content: center; width: 100%; height: 50vh; margin-top: 5px; margin-bottom: 5px; margin-top: 100px; } .align-home2 { display: flex; justify-content: center; width: 100%; height: 50vh; margin-top: 5px; margin-bottom: 5px; margin-top: -250px; } .fix-width-home { position: relative; width: 80%; height: 50vh; display: flex; justify-content: center; flex-wrap: wrap; margin-left: auto; margin-right: auto; } .fix-width { position: relative; width: 80%; height: inherit; justify-content: center; display: flex; flex-wrap: wrap; margin-left: auto; margin-right: auto; } #btn_send { display: inline-block; border-style: none; margin: 20px; justify-content: center; align-items: center; width: 160px; height: 48px; background-color: #5ab6e4; cursor: pointer; border-radius: 5px; } #btn_send:hover { background-color: #222; } #btn_send p { font-size: 12pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_About { display: flex; align-items: center; justify-content: center; width: 160px; height: 48px; background-color: transparent; border: 2px solid white; margin: 10px; cursor: pointer; border-radius: 5px; z-index: 9999; } #btn_Budget { display: flex; align-items: center; justify-content: center; width: 160px; height: 50px; background-color: #5ab6e4; border: 1px solid transparent; margin: 10px; cursor: pointer; border-radius: 5px; z-index: 9999; } #btn_About a { font-size: 14pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_Budget a { font-size: 12pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_Budget:hover { background-color: #333; transition: 0.8s; } #btn_About:hover { background-color: white; transition: 0.8s; } #btn_About a:hover { color: black; transition: 0.5s; } .banner2 { display: flex; flex-wrap: wrap; align-items: center; height: 45vh; background: #f5f5f5; margin: 0; } .banner2 h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 28pt; text-align: center; text-decoration: none; text-transform: uppercase; padding-top: 50px; } .banner2 h3 { font-family: 'Josefin Sans', sans-serif; color: #666; font-size: 11pt; text-align: center; text-decoration: none; text-transform: uppercase; padding-top: 40px; } #about h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 25pt; margin-top: 40px; align-items: center; text-align: center; text-decoration: none; text-transform: uppercase; } #about p { font-family: 'Varela Round', sans-serif; color: #f5f5f5; justify-content: center; font-size: 12pt; margin-top: -20px; margin-left: 70PX; margin-right: 50PX; width: 100%; text-align: justify; text-shadow: 1px 1px 1px #222; } .box-content { position: relative; flex-wrap: wrap; margin-left: auto; margin-right: auto; display: flex; background-color: rgba(0, 0, 0, 0.65); width: 100h; height: 100%; z-index: 0; } #services { display: flex; flex-wrap: wrap; align-items: center; background: #f5f5f5; height: inherit; margin: 0; } #contact { background: #d4d7de; height: inherit; margin: 0; background-image: url(../img/1-2000x909-2.jpg); background-attachment: scroll; background-size: 50%; background-position: 30% 30%; background-repeat: no-repeat; background-size: cover; } #about { background: #333; height: 50vh; margin: 0; background-image: url(../img/full-stack-web-developer.jpg_0.jpeg); background-attachment: scroll; background-size: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; } .box-icons { display: flex; flex-wrap: wrap; flex-direction: row; margin-left: auto; margin-right: auto; justify-content: center; align-items: center; width: 100%; height: inherit; } .grid_01 { display: flex; flex-wrap: wrap; flex-direction: row; height: inherit; justify-content: center; } .grid_02 { display: flex; flex-wrap: wrap; flex-direction: row; height: inherit; justify-content: center; } .bi { margin-left: auto; margin-right: auto; } .window { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .graph { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .market { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .seo { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .graph h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; height: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } .seo h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; text-align: center; margin-left: auto; margin-right: auto; } .window h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; height: 20px; text-align: center; text-decoration: none; text-transform: uppercase; margin-top: 10px; } .market h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; margin-left: 15px; text-align: center; text-decoration: none; text-transform: uppercase; margin-top: 10px; } .graph p { font-size: 11pt; text-align: center; text-decoration: none; margin-top: 30px; } .window p { font-size: 11pt; text-align: center; text-decoration: none; } .market p { font-size: 11pt; text-align: center; text-decoration: none; } .seo p { font-size: 11pt; text-align: center; text-decoration: none; margin-top: 10px; } #services h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 25pt; margin-top: 50px; text-align: center; text-decoration: none; text-transform: uppercase; } .align-form { display: flex; flex-wrap: wrap; width: 100vh; height: inherit; margin-left: auto; margin-right: auto; margin-top: 20px; align-items: center; justify-content: center; } form#fContato { position: relative; display: inline-block; flex-wrap: wrap; flex-direction: column; justify-content: center; width: 100%; clear: both; } input[type=text] { width: 90%; height: 50px; box-shadow: 1px 1px 2px #333333; background: #cccccc; margin: 10px; border: none; } input[type=email] { width: 90%; height: 50px; box-shadow: 1px 1px 2px #333333; background: #cccccc; margin: 10px; border: none; } input#cMensagem { height: 200px; margin: 20px; } textarea { border: 1px solid #000000; background: #cccccc; width: 150px; height: 100px; border-radius: 4px; box-shadow: 1px 1px 2px #333333; } input[type=text]:hover, textarea:hover { background: #ffffff; border: 1px solid #333; } input[type=email]:hover, textarea:hover { background: #ffffff; border: 1px solid #333; } input[type=submit] { background: #006699; color: #ffffff; } .align-father { display: flex; width: 100%; height: inherit; padding-top: 60px; } .align-info { width: 80vh; height: 30vh; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .align-info h2 { font-family: 'Josefin Sans', sans-serif; color: #5ab6e4; font-size: 25pt; padding-top: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } .content_rodape01 { margin: 30px; width: 30%; color: white; } .content_rodape02 { margin: 30px; width: 60%; color: white; } .content_rodape01 h1, .content_rodape02 h1 { text-align: center; text-decoration: none; text-transform: uppercase; } .align-info p { font-family: 'Varela Round', sans-serif; padding-top: 20px; font-size: 13pt; text-align: center; color: #f5f5f5; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.781); } .align-rodape { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; margin-left: auto; margin-right: auto; width: 70%; height: 100%; } .align-rodape p { padding-top: 25px; font-size: 12px; font-family: 'Varela Round', sans-serif; } .align-rodape h1 { font-family: 'Josefin Sans', sans-serif; font-size: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } #cMsg { width: 90%; max-width: 100%; border: none; } @media all and (min-width: 800px) { .nav { order: 1; } #home { flex: 1; } #home { order: 1; } #about { order: 2; } #services { order: 3; } #contact { order: 4; } .footer { order: 5; } .window { order: 1; } .graph { order: 2; } .market { order: 3; } .seo { order: 4; } } @media all and (max-width: 700px) { .content_rodape01 h1, .content_rodape02 h1 { font-size: 15px; } .content_rodape01 p, .content_rodape02 p { font-size: 13px; } .align-info { margin-bottom: 60px; } .align-form { width: 80vh; } #home { height: 100vh; } #about { height: 50vh; } .box-content { height: 100%; } #about h2 { font-size: 24pt; margin-top: 30px; } #about p { margin-bottom: 10px; font-size: 10pt; margin-left: 25PX; margin-right: 25PX; } .banner2 h2 { margin-top: -30px; font-size: 22pt; } .banner2 h3 { font-size: 12pt; margin-top: -50px; } #home h1 { font-size: 22pt; } #home h2 { flex-basis: 100%; width: 120%; font-size: 13pt; white-space: pre-wrap; } p { font-size: 13pt; justify-content: center; } }
css/styles.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=PT+Serif:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap'); html { scroll-behavior: smooth; } body { background: #333; } 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; } * { max-width: 100vw; } nav { position: fixed; display: flex; justify-content: space-around; align-items: center; flex-direction: row; flex-wrap: nowrap; width: 100vw; position: fixed; height: 40px; background-color: transparent; transition: 0.5s; z-index: 99999; } nav h1 { position: absolute; width: 200px; top: 8px; left: 5%; color: #fff; text-transform: uppercase; } nav ul { float: right; margin-right: 25px; list-style: none; } nav ul li { display: inline-block; line-height: 50px; margin: 0 15px; } nav ul li a { position: relative; padding: 5px 0; color: #fff; font-size: 13px; text-decoration: none; display: flex; justify-content: right; list-style: none; top: 30px; transition: 2; } label #sign-one, label #sign-two { margin-left: 30px; font-size: 30px; line-height: 50px; cursor: pointer; display: none; } #res-menu { display: none; } #logo { background-image: url(../img/logo.png); background-repeat: no-repeat; background-size: cover; width: 100px; height: 60px; margin-top: 2%; transition: 0.5s; margin-right: 200px; } @media (max-width: 870px) { #logo { margin-right: 30px; width: 80px; height: 45px; } label #sign-one { display: block; } nav { height: 70px; display: flex; justify-content: space-between; } nav ul { position: fixed; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.650); top: 70px; left: 100vw; text-align: center; transition: .5s; z-index: 10; } nav ul li { display: flex; margin: 40px 0; line-height: 0px; } nav ul li a { font-size: 16px; margin-left: auto; margin-right: auto; } #sign-one { padding-top: 30px; } #sign-two { padding-top: 30px; } #res-menu:checked~ul { left: 0; } #res-menu:checked~label #sign-one { display: none; } #res-menu:checked~label #sign-two { display: block; } } a { align-items: center; margin: 15px; color: #f5f5f5; text-decoration: none; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 80%; } #wrapper { display: flex; flex-flow: row wrap; text-align: center; align-items: center; justify-content: center; } #set { opacity: 0; transition: 1s; max-width: 100vw; } #wrapper>* { flex: 100%; justify-content: flex-start; } .footer { background: #222; height: 35vh; display: flex; } .align-father { display: flex; justify-content: center; width: 100%; height: inherit; } #home { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background-image: url(../img/lab-2000x1145-99.jpg); background-attachment: scroll; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; color: #333; height: 100vh; font-size: 24px; margin: 0; } #home h1 { font-family: 'Josefin Sans', sans-serif; margin-left: auto; margin-right: auto; font-size: 38pt; text-align: center; text-decoration: none; text-transform: uppercase; color: #f5f5f5; } #home h2 { font-family: 'Montserrat', sans-serif; margin-left: auto; margin-right: auto; margin-bottom: auto; margin-top: -50px; padding-top: -50px; font-size: 13pt; text-align: center; text-decoration: none; text-transform: uppercase; color: #f5f5f5; } .align-home { display: flex; justify-content: center; width: 100%; height: 50vh; margin-top: 5px; margin-bottom: 5px; margin-top: 100px; } .align-home2 { display: flex; justify-content: center; width: 100%; height: 50vh; margin-top: 5px; margin-bottom: 5px; margin-top: -250px; } .fix-width-home { position: relative; width: 80%; height: 50vh; display: flex; justify-content: center; flex-wrap: wrap; margin-left: auto; margin-right: auto; } .fix-width { position: relative; width: 80%; height: inherit; justify-content: center; display: flex; flex-wrap: wrap; margin-left: auto; margin-right: auto; } #btn_send { display: inline-block; border-style: none; margin: 20px; justify-content: center; align-items: center; width: 160px; height: 48px; background-color: #5ab6e4; cursor: pointer; border-radius: 5px; } #btn_send:hover { background-color: #222; } #btn_send p { font-size: 12pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_About { display: flex; align-items: center; justify-content: center; width: 160px; height: 48px; background-color: transparent; border: 2px solid white; margin: 10px; cursor: pointer; border-radius: 5px; z-index: 9999; } #btn_Budget { display: flex; align-items: center; justify-content: center; width: 160px; height: 50px; background-color: #5ab6e4; border: 1px solid transparent; margin: 10px; cursor: pointer; border-radius: 5px; z-index: 9999; } #btn_About a { font-size: 14pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_Budget a { font-size: 12pt; text-decoration: none; text-transform: uppercase; color: #f5f5f5; font-family: 'Montserrat', sans-serif; text-decoration: none; } #btn_Budget:hover { background-color: #333; transition: 0.8s; } #btn_About:hover { background-color: white; transition: 0.8s; } #btn_About a:hover { color: black; transition: 0.5s; } .banner2 { display: flex; flex-wrap: wrap; align-items: center; height: 45vh; background: #f5f5f5; margin: 0; } .banner2 h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 28pt; text-align: center; text-decoration: none; text-transform: uppercase; padding-top: 50px; } .banner2 h3 { font-family: 'Josefin Sans', sans-serif; color: #666; font-size: 11pt; text-align: center; text-decoration: none; text-transform: uppercase; padding-top: 40px; } #about h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 25pt; margin-top: 40px; align-items: center; text-align: center; text-decoration: none; text-transform: uppercase; } #about p { font-family: 'Varela Round', sans-serif; color: #f5f5f5; justify-content: center; font-size: 12pt; margin-top: -20px; margin-left: 70PX; margin-right: 50PX; width: 100%; text-align: justify; text-shadow: 1px 1px 1px #222; } .box-content { position: relative; flex-wrap: wrap; margin-left: auto; margin-right: auto; display: flex; background-color: rgba(0, 0, 0, 0.65); width: 100h; height: 100%; z-index: 0; } #services { display: flex; flex-wrap: wrap; align-items: center; background: #f5f5f5; height: inherit; margin: 0; } #contact { background: #d4d7de; height: inherit; margin: 0; background-image: url(../img/1-2000x909-2.jpg); background-attachment: scroll; background-size: 50%; background-position: 30% 30%; background-repeat: no-repeat; background-size: cover; } #about { background: #333; height: 50vh; margin: 0; background-image: url(../img/full-stack-web-developer.jpg_0.jpeg); background-attachment: scroll; background-size: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; } .box-icons { display: flex; flex-wrap: wrap; flex-direction: row; margin-left: auto; margin-right: auto; justify-content: center; align-items: center; width: 100%; height: inherit; } .grid_01 { display: flex; flex-wrap: wrap; flex-direction: row; height: inherit; justify-content: center; } .grid_02 { display: flex; flex-wrap: wrap; flex-direction: row; height: inherit; justify-content: center; } .bi { margin-left: auto; margin-right: auto; } .window { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .graph { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .market { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .seo { display: flex; flex-wrap: wrap; margin: 30px 25px; width: 200px; height: inherit; color: #5ab6e4; } .graph h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; height: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } .seo h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; text-align: center; margin-left: auto; margin-right: auto; } .window h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; height: 20px; text-align: center; text-decoration: none; text-transform: uppercase; margin-top: 10px; } .market h5 { font-family: 'Varela Round', sans-serif; font-size: 16pt; margin-left: 15px; text-align: center; text-decoration: none; text-transform: uppercase; margin-top: 10px; } .graph p { font-size: 11pt; text-align: center; text-decoration: none; margin-top: 30px; } .window p { font-size: 11pt; text-align: center; text-decoration: none; } .market p { font-size: 11pt; text-align: center; text-decoration: none; } .seo p { font-size: 11pt; text-align: center; text-decoration: none; margin-top: 10px; } #services h2 { font-family: 'Josefin Sans', sans-serif; color: #54c0f7; font-size: 25pt; margin-top: 50px; text-align: center; text-decoration: none; text-transform: uppercase; } .align-form { display: flex; flex-wrap: wrap; width: 100vh; height: inherit; margin-left: auto; margin-right: auto; margin-top: 20px; align-items: center; justify-content: center; } form#fContato { position: relative; display: inline-block; flex-wrap: wrap; flex-direction: column; justify-content: center; width: 100%; clear: both; } input[type=text] { width: 90%; height: 50px; box-shadow: 1px 1px 2px #333333; background: #cccccc; margin: 10px; border: none; } input[type=email] { width: 90%; height: 50px; box-shadow: 1px 1px 2px #333333; background: #cccccc; margin: 10px; border: none; } input#cMensagem { height: 200px; margin: 20px; } textarea { border: 1px solid #000000; background: #cccccc; width: 150px; height: 100px; border-radius: 4px; box-shadow: 1px 1px 2px #333333; } input[type=text]:hover, textarea:hover { background: #ffffff; border: 1px solid #333; } input[type=email]:hover, textarea:hover { background: #ffffff; border: 1px solid #333; } input[type=submit] { background: #006699; color: #ffffff; } .align-father { display: flex; width: 100%; height: inherit; padding-top: 60px; } .align-info { width: 80vh; height: 30vh; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .align-info h2 { font-family: 'Josefin Sans', sans-serif; color: #5ab6e4; font-size: 25pt; padding-top: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } .content_rodape01 { margin: 30px; width: 30%; color: white; } .content_rodape02 { margin: 30px; width: 60%; color: white; } .content_rodape01 h1, .content_rodape02 h1 { text-align: center; text-decoration: none; text-transform: uppercase; } .align-info p { font-family: 'Varela Round', sans-serif; padding-top: 20px; font-size: 13pt; text-align: center; color: #f5f5f5; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.781); } .align-rodape { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; margin-left: auto; margin-right: auto; width: 70%; height: 100%; } .align-rodape p { padding-top: 25px; font-size: 12px; font-family: 'Varela Round', sans-serif; } .align-rodape h1 { font-family: 'Josefin Sans', sans-serif; font-size: 20px; text-align: center; text-decoration: none; text-transform: uppercase; } #cMsg { width: 90%; max-width: 100%; border: none; } @media all and (min-width: 800px) { .nav { order: 1; } #home { flex: 1; } #home { order: 1; } #about { order: 2; } #services { order: 3; } #contact { order: 4; } .footer { order: 5; } .window { order: 1; } .graph { order: 2; } .market { order: 3; } .seo { order: 4; } } @media all and (max-width: 700px) { .content_rodape01 h1, .content_rodape02 h1 { font-size: 15px; } .content_rodape01 p, .content_rodape02 p { font-size: 13px; } .align-info { margin-bottom: 60px; } .align-form { width: 80vh; } #home { height: 100vh; } #about { height: 50vh; } .box-content { height: 100%; } #about h2 { font-size: 24pt; margin-top: 30px; } #about p { margin-bottom: 10px; font-size: 10pt; margin-left: 25PX; margin-right: 25PX; } .banner2 h2 { margin-top: -30px; font-size: 22pt; } .banner2 h3 { font-size: 12pt; margin-top: -50px; } #home h1 { font-size: 22pt; } #home h2 { flex-basis: 100%; width: 120%; font-size: 13pt; white-space: pre-wrap; } p { font-size: 13pt; justify-content: center; } }
0.331769
0.082957
.forumeye-addon{list-style-image:url("chrome://forumeye/skin/icone/forum/addon.png"); } .forumeye-f_3ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_3ds.png"); } .forumeye-f_achiev{list-style-image:url("chrome://forumeye/skin/icone/forum/f_achiev.png"); } .forumeye-f_anime{list-style-image:url("chrome://forumeye/skin/icone/forum/f_anime.png"); } .forumeye-f_anime_j{list-style-image:url("chrome://forumeye/skin/icone/forum/f_anime_j.png"); } .forumeye-f_ap{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ap.png"); } .forumeye-f_apple{list-style-image:url("chrome://forumeye/skin/icone/forum/f_apple.png"); } .forumeye-f_beat{list-style-image:url("chrome://forumeye/skin/icone/forum/f_beat.png"); } .forumeye-f_clan{list-style-image:url("chrome://forumeye/skin/icone/forum/f_clan.png"); } .forumeye-f_dream{list-style-image:url("chrome://forumeye/skin/icone/forum/f_dream.png"); } .forumeye-f_ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ds.png"); } .forumeye-f_eyechie{list-style-image:url("chrome://forumeye/skin/icone/forum/f_eyechie.png"); } .forumeye-f_fumet{list-style-image:url("chrome://forumeye/skin/icone/forum/f_fumet.png"); } .forumeye-f_giochi{list-style-image:url("chrome://forumeye/skin/icone/forum/f_giochi.png"); } .forumeye-f_hentay{list-style-image:url("chrome://forumeye/skin/icone/forum/f_hentay.png"); } .forumeye-f_home{list-style-image:url("chrome://forumeye/skin/icone/home.png"); } .forumeye-f_home_pc{list-style-image:url("chrome://forumeye/skin/icone/forum/f_home_pc.png"); } .forumeye-f_hw{list-style-image:url("chrome://forumeye/skin/icone/forum/f_hw.png"); } .forumeye-f_ironic{list-style-image:url("chrome://forumeye/skin/icone/forum/ironic.png"); } .forumeye-f_libero{list-style-image:url("chrome://forumeye/skin/icone/forum/f_libero.png"); } .forumeye-f_market{list-style-image:url("chrome://forumeye/skin/icone/forum/f_market.png"); } .forumeye-f_matrimonio{list-style-image:url("chrome://forumeye/skin/icone/forum/f_matrimonio.png"); } .forumeye-f_mobile{list-style-image:url("chrome://forumeye/skin/icone/forum/f_mobile.png"); } .forumeye-f_motori{list-style-image:url("chrome://forumeye/skin/icone/forum/f_motori.png"); } .forumeye-f_movie{list-style-image:url("chrome://forumeye/skin/icone/forum/f_movie.png"); } .forumeye-f_music{list-style-image:url("chrome://forumeye/skin/icone/forum/f_music.png"); } .forumeye-f_news{list-style-image:url("chrome://forumeye/skin/icone/forum/f_news.png"); } .forumeye-f_pctech{list-style-image:url("chrome://forumeye/skin/icone/forum/f_pctech.png"); } .forumeye-f_ps3{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ps3.png"); } .forumeye-f_psp{list-style-image:url("chrome://forumeye/skin/icone/forum/f_psp.png"); } .forumeye-f_rece{list-style-image:url("chrome://forumeye/skin/icone/forum/f_rece.png"); } .forumeye-f_retro{list-style-image:url("chrome://forumeye/skin/icone/forum/f_retro.png"); } .forumeye-f_rpg{list-style-image:url("chrome://forumeye/skin/icone/forum/f_rpg.png"); } .forumeye-f_serial{list-style-image:url("chrome://forumeye/skin/icone/forum/f_serial.png"); } .forumeye-f_soccer{list-style-image:url("chrome://forumeye/skin/icone/forum/f_soccer.png"); } .forumeye-f_tetteye{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tetteye.png"); } .forumeye-f_tiger{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tiger.png"); } .forumeye-f_tips{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tips.png"); } .forumeye-f_tornei{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tornei.png"); } .forumeye-f_trofeo{list-style-image:url("chrome://forumeye/skin/icone/forum/trofeo.png"); } .forumeye-f_vetrina{list-style-image:url("chrome://forumeye/skin/icone/forum/f_vetrina.png"); } .forumeye-f_videog{list-style-image:url("chrome://forumeye/skin/icone/forum/videog.png"); } .forumeye-f_visual{list-style-image:url("chrome://forumeye/skin/icone/forum/f_visual.png"); } .forumeye-f_x360{list-style-image:url("chrome://forumeye/skin/icone/forum/f_x360.png"); } .forumeye-forum{list-style-image:url("chrome://forumeye/skin/icone/forum.png"); } .forumeye-forumset{list-style-image:url("chrome://forumeye/skin/icone/forumset.png"); }
chrome/skin/forum.css
.forumeye-addon{list-style-image:url("chrome://forumeye/skin/icone/forum/addon.png"); } .forumeye-f_3ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_3ds.png"); } .forumeye-f_achiev{list-style-image:url("chrome://forumeye/skin/icone/forum/f_achiev.png"); } .forumeye-f_anime{list-style-image:url("chrome://forumeye/skin/icone/forum/f_anime.png"); } .forumeye-f_anime_j{list-style-image:url("chrome://forumeye/skin/icone/forum/f_anime_j.png"); } .forumeye-f_ap{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ap.png"); } .forumeye-f_apple{list-style-image:url("chrome://forumeye/skin/icone/forum/f_apple.png"); } .forumeye-f_beat{list-style-image:url("chrome://forumeye/skin/icone/forum/f_beat.png"); } .forumeye-f_clan{list-style-image:url("chrome://forumeye/skin/icone/forum/f_clan.png"); } .forumeye-f_dream{list-style-image:url("chrome://forumeye/skin/icone/forum/f_dream.png"); } .forumeye-f_ds{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ds.png"); } .forumeye-f_eyechie{list-style-image:url("chrome://forumeye/skin/icone/forum/f_eyechie.png"); } .forumeye-f_fumet{list-style-image:url("chrome://forumeye/skin/icone/forum/f_fumet.png"); } .forumeye-f_giochi{list-style-image:url("chrome://forumeye/skin/icone/forum/f_giochi.png"); } .forumeye-f_hentay{list-style-image:url("chrome://forumeye/skin/icone/forum/f_hentay.png"); } .forumeye-f_home{list-style-image:url("chrome://forumeye/skin/icone/home.png"); } .forumeye-f_home_pc{list-style-image:url("chrome://forumeye/skin/icone/forum/f_home_pc.png"); } .forumeye-f_hw{list-style-image:url("chrome://forumeye/skin/icone/forum/f_hw.png"); } .forumeye-f_ironic{list-style-image:url("chrome://forumeye/skin/icone/forum/ironic.png"); } .forumeye-f_libero{list-style-image:url("chrome://forumeye/skin/icone/forum/f_libero.png"); } .forumeye-f_market{list-style-image:url("chrome://forumeye/skin/icone/forum/f_market.png"); } .forumeye-f_matrimonio{list-style-image:url("chrome://forumeye/skin/icone/forum/f_matrimonio.png"); } .forumeye-f_mobile{list-style-image:url("chrome://forumeye/skin/icone/forum/f_mobile.png"); } .forumeye-f_motori{list-style-image:url("chrome://forumeye/skin/icone/forum/f_motori.png"); } .forumeye-f_movie{list-style-image:url("chrome://forumeye/skin/icone/forum/f_movie.png"); } .forumeye-f_music{list-style-image:url("chrome://forumeye/skin/icone/forum/f_music.png"); } .forumeye-f_news{list-style-image:url("chrome://forumeye/skin/icone/forum/f_news.png"); } .forumeye-f_pctech{list-style-image:url("chrome://forumeye/skin/icone/forum/f_pctech.png"); } .forumeye-f_ps3{list-style-image:url("chrome://forumeye/skin/icone/forum/f_ps3.png"); } .forumeye-f_psp{list-style-image:url("chrome://forumeye/skin/icone/forum/f_psp.png"); } .forumeye-f_rece{list-style-image:url("chrome://forumeye/skin/icone/forum/f_rece.png"); } .forumeye-f_retro{list-style-image:url("chrome://forumeye/skin/icone/forum/f_retro.png"); } .forumeye-f_rpg{list-style-image:url("chrome://forumeye/skin/icone/forum/f_rpg.png"); } .forumeye-f_serial{list-style-image:url("chrome://forumeye/skin/icone/forum/f_serial.png"); } .forumeye-f_soccer{list-style-image:url("chrome://forumeye/skin/icone/forum/f_soccer.png"); } .forumeye-f_tetteye{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tetteye.png"); } .forumeye-f_tiger{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tiger.png"); } .forumeye-f_tips{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tips.png"); } .forumeye-f_tornei{list-style-image:url("chrome://forumeye/skin/icone/forum/f_tornei.png"); } .forumeye-f_trofeo{list-style-image:url("chrome://forumeye/skin/icone/forum/trofeo.png"); } .forumeye-f_vetrina{list-style-image:url("chrome://forumeye/skin/icone/forum/f_vetrina.png"); } .forumeye-f_videog{list-style-image:url("chrome://forumeye/skin/icone/forum/videog.png"); } .forumeye-f_visual{list-style-image:url("chrome://forumeye/skin/icone/forum/f_visual.png"); } .forumeye-f_x360{list-style-image:url("chrome://forumeye/skin/icone/forum/f_x360.png"); } .forumeye-forum{list-style-image:url("chrome://forumeye/skin/icone/forum.png"); } .forumeye-forumset{list-style-image:url("chrome://forumeye/skin/icone/forumset.png"); }
0.158728
0.061763
.item_detail_image_container { width: 33em; height: 28em; position: relative; overflow: hidden; display: flex; } .item_detail_image { background-color: transparent; width: 28em; height: 28em; -webkit-user-drag: none; } #image_detail_image_lens{ position: absolute; background:url('/static/assets/tile.gif'); display: none; z-index: 5; } #image_detail_image_lens.on { display: flex; } #image_detail_maginified { display: flex; visibility: hidden; position: absolute; width: calc(90vw - 34em); height:28em; top: 1em; left: 34em; background-color: grey; z-index: 30; box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%); overflow: hidden; } #image_detail_maginified.on { visibility: visible; } #image_detail_maginified .outer{ position: relative; } #image_detail_maginified .inner { position: absolute; top:0; left:0; } .item_detail_image_cover { width: 28em; height: 28em; position: absolute; top:0; left:5em; background:transparent; z-index: 20; cursor: zoom-in; } .item_detail_image_wrapper { position: absolute; display: flex; align-items: flex-start; top: 0; left: 5em; transition: 0.3s; } .item_detail_image_selectors { display: flex; flex-direction: column; width: 5em; list-style: none; height: 28em; align-items: center; z-index:5; background-color: white; } .item_detail_image_selector { width: 4.6em; cursor: pointer; height: 6em; margin-bottom: 0.2em; padding: 0.2em; background-repeat: no-repeat; background-size: contain; position: relative; } .item_detail_image_selector:hover { opacity: 0.8; } .item_detail_image_selector:hover::before { position: absolute; top: -.1em; left: -.1em; right: -.1em; bottom: -.1em; border: 0.2em solid red; content: ''; } .item_detail_image_selector.selected { border: 1px solid red; } @media (max-width:568px) { .item_detail_image_container { width: 100%; height: 38em; } .item_detail_image_wrapper { left: 0; } .item_detail_image_cover { width: 0.1em; color: white; right: 0; } .item_detail_image_selectors { display: flex; flex-direction: row; width: 100%; height: 4em; align-self: flex-end; position: absolute; bottom: 0; left: 0; } .item_detail_image_selector { height: 3.6em; width: 100%; } .item_detail_image { width:100%; height: 34em; } } @media (min-width: 569px) and (max-width: 800px) { .item_detail_image_container { width: 20em; height: 24em; } .item_detail_image { width: 20em; height: 20em; } .item_detail_image_selectors { display: flex; flex-direction: row; width:100%; height: 3.8em; align-self: flex-end; position: absolute; bottom: -0.2em; margin-top: 0.2em; left: 0; } .item_detail_image_selector { width: 100%; cursor: pointer; height: 3.6em; margin-bottom: 0.2em; padding: 0.2em; } .item_detail_image_cover { left: 0; width: 20em; height: 20em; } .item_detail_image_wrapper { left: 0 } #image_detail_maginified { width: calc(100vw - 21em); left: 21em; height: 20em; } } @media (min-width: 801px)and (max-width: 1200px) { .item_detail_image_container { width: 27em; height: 27em; } .item_detail_image { width: 24em; } .item_detail_image_selectors { width: 3em; } .item_detail_image_selector { width: 2.8em; cursor: pointer; height: 4em; margin-bottom: 0.2em; padding: 0.2em; } .item_detail_image_cover { left: 3em; width: 24em; height: 27em; } .item_detail_image_wrapper { left: 3em; } #image_detail_maginified { width: calc(100vw - 28em); left: 28em; height: 27em; } }
frontend/static/css/item_detail/itemDetailImage.css
.item_detail_image_container { width: 33em; height: 28em; position: relative; overflow: hidden; display: flex; } .item_detail_image { background-color: transparent; width: 28em; height: 28em; -webkit-user-drag: none; } #image_detail_image_lens{ position: absolute; background:url('/static/assets/tile.gif'); display: none; z-index: 5; } #image_detail_image_lens.on { display: flex; } #image_detail_maginified { display: flex; visibility: hidden; position: absolute; width: calc(90vw - 34em); height:28em; top: 1em; left: 34em; background-color: grey; z-index: 30; box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%); overflow: hidden; } #image_detail_maginified.on { visibility: visible; } #image_detail_maginified .outer{ position: relative; } #image_detail_maginified .inner { position: absolute; top:0; left:0; } .item_detail_image_cover { width: 28em; height: 28em; position: absolute; top:0; left:5em; background:transparent; z-index: 20; cursor: zoom-in; } .item_detail_image_wrapper { position: absolute; display: flex; align-items: flex-start; top: 0; left: 5em; transition: 0.3s; } .item_detail_image_selectors { display: flex; flex-direction: column; width: 5em; list-style: none; height: 28em; align-items: center; z-index:5; background-color: white; } .item_detail_image_selector { width: 4.6em; cursor: pointer; height: 6em; margin-bottom: 0.2em; padding: 0.2em; background-repeat: no-repeat; background-size: contain; position: relative; } .item_detail_image_selector:hover { opacity: 0.8; } .item_detail_image_selector:hover::before { position: absolute; top: -.1em; left: -.1em; right: -.1em; bottom: -.1em; border: 0.2em solid red; content: ''; } .item_detail_image_selector.selected { border: 1px solid red; } @media (max-width:568px) { .item_detail_image_container { width: 100%; height: 38em; } .item_detail_image_wrapper { left: 0; } .item_detail_image_cover { width: 0.1em; color: white; right: 0; } .item_detail_image_selectors { display: flex; flex-direction: row; width: 100%; height: 4em; align-self: flex-end; position: absolute; bottom: 0; left: 0; } .item_detail_image_selector { height: 3.6em; width: 100%; } .item_detail_image { width:100%; height: 34em; } } @media (min-width: 569px) and (max-width: 800px) { .item_detail_image_container { width: 20em; height: 24em; } .item_detail_image { width: 20em; height: 20em; } .item_detail_image_selectors { display: flex; flex-direction: row; width:100%; height: 3.8em; align-self: flex-end; position: absolute; bottom: -0.2em; margin-top: 0.2em; left: 0; } .item_detail_image_selector { width: 100%; cursor: pointer; height: 3.6em; margin-bottom: 0.2em; padding: 0.2em; } .item_detail_image_cover { left: 0; width: 20em; height: 20em; } .item_detail_image_wrapper { left: 0 } #image_detail_maginified { width: calc(100vw - 21em); left: 21em; height: 20em; } } @media (min-width: 801px)and (max-width: 1200px) { .item_detail_image_container { width: 27em; height: 27em; } .item_detail_image { width: 24em; } .item_detail_image_selectors { width: 3em; } .item_detail_image_selector { width: 2.8em; cursor: pointer; height: 4em; margin-bottom: 0.2em; padding: 0.2em; } .item_detail_image_cover { left: 3em; width: 24em; height: 27em; } .item_detail_image_wrapper { left: 3em; } #image_detail_maginified { width: calc(100vw - 28em); left: 28em; height: 27em; } }
0.603815
0.10618
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"); @import url("https://fonts.googleapis.com/css?family=Poppins"); *{ margin: 0; padding: 0; font-family: "Poppins", "sans-serif", "Arial", "Helvetica"; } body{ font-family: "Poppins", "sans-serif", "Arial", "Helvetica"; height: 100%; width: 100%; background-color: rgb(0, 0, 0, 0.8); overflow: hidden; } /* ------------------ Início da Estilização do header ------------- */ .headerList{ list-style: none; color: white; padding: 1px; margin-right: 80px; } .menu{ position: fixed; text-decoration: none; color: white; cursor: pointer; left: 95%; z-index: 100; } .menu div{ height: 2px; width: 32px; background-color: white; margin: 8px; box-shadow: 0.1rem 0.1rem 1px black; } .header{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; text-align: center; padding: 10px; background: #693ACC; } .header img{ width: 15vh; height: 8vh; object-fit: cover; } .background img{ position: absolute; opacity: 0.8; width: 100%; height: 100vh; object-fit: cover; } /* ------------------ Fim da Estilização do header ------------- */ /* ------------------ Início da Estlização do entrada.html ----------------- */ .mainContent{ position: relative; display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; color: white; text-shadow: .3rem .4rem 2px rgb(0, 0, 0, .4); font-size: 35px; padding: 8%; } .mainContent input{ font-size: 25px; border-radius: 5px; border: 0px transparent; padding: 2px; } .linkButton{ position: absolute; display: flex; justify-content: center; height: 60px; top: 80%; font-size: 20px; border-radius: 8px; border: 0px transparent; padding: 4px; width: 250px; cursor: pointer; } /* ------------------ Fim da Estlização do entrada.html ------------------- */ /* ------------------ Início da Estilização do ticket.html -------------- */ .mainContent button{ position: absolute; border-radius: 5px; font-size: 35px; left: 50%; margin-top: 5%; transform: translate(-50%, -50%); } .contentTicket{ position: relative; color: black; display: flex; left: 50%; top: 350px; transform: translate(-50%, -50%); flex-wrap: wrap; padding: 10px; max-width: 440px; background-color: rgb(247, 247, 247); } .contentTicket img{ width: 100%; height: 45%; display: flex; align-items: center; margin-top: 30%; } .contentTicket h4{ display: flex; justify-content: center; margin-top: 5%; } .contentTicket h5{ position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-left: 10px; } .btn{ position: relative; display: flex; align-items: flex-end; justify-content: center; height: 150px; } .btn button{ font-size: 20px; border-radius: 8px; border: 0px transparent; padding: 4px; width: 150px; cursor: pointer; } .ticketList{ display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px; margin: 0px; list-style: none; } /* --------------- Fim da estilização do ticket.html --------------- */
styles/cabineEntrada.css
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"); @import url("https://fonts.googleapis.com/css?family=Poppins"); *{ margin: 0; padding: 0; font-family: "Poppins", "sans-serif", "Arial", "Helvetica"; } body{ font-family: "Poppins", "sans-serif", "Arial", "Helvetica"; height: 100%; width: 100%; background-color: rgb(0, 0, 0, 0.8); overflow: hidden; } /* ------------------ Início da Estilização do header ------------- */ .headerList{ list-style: none; color: white; padding: 1px; margin-right: 80px; } .menu{ position: fixed; text-decoration: none; color: white; cursor: pointer; left: 95%; z-index: 100; } .menu div{ height: 2px; width: 32px; background-color: white; margin: 8px; box-shadow: 0.1rem 0.1rem 1px black; } .header{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; text-align: center; padding: 10px; background: #693ACC; } .header img{ width: 15vh; height: 8vh; object-fit: cover; } .background img{ position: absolute; opacity: 0.8; width: 100%; height: 100vh; object-fit: cover; } /* ------------------ Fim da Estilização do header ------------- */ /* ------------------ Início da Estlização do entrada.html ----------------- */ .mainContent{ position: relative; display: flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; color: white; text-shadow: .3rem .4rem 2px rgb(0, 0, 0, .4); font-size: 35px; padding: 8%; } .mainContent input{ font-size: 25px; border-radius: 5px; border: 0px transparent; padding: 2px; } .linkButton{ position: absolute; display: flex; justify-content: center; height: 60px; top: 80%; font-size: 20px; border-radius: 8px; border: 0px transparent; padding: 4px; width: 250px; cursor: pointer; } /* ------------------ Fim da Estlização do entrada.html ------------------- */ /* ------------------ Início da Estilização do ticket.html -------------- */ .mainContent button{ position: absolute; border-radius: 5px; font-size: 35px; left: 50%; margin-top: 5%; transform: translate(-50%, -50%); } .contentTicket{ position: relative; color: black; display: flex; left: 50%; top: 350px; transform: translate(-50%, -50%); flex-wrap: wrap; padding: 10px; max-width: 440px; background-color: rgb(247, 247, 247); } .contentTicket img{ width: 100%; height: 45%; display: flex; align-items: center; margin-top: 30%; } .contentTicket h4{ display: flex; justify-content: center; margin-top: 5%; } .contentTicket h5{ position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-left: 10px; } .btn{ position: relative; display: flex; align-items: flex-end; justify-content: center; height: 150px; } .btn button{ font-size: 20px; border-radius: 8px; border: 0px transparent; padding: 4px; width: 150px; cursor: pointer; } .ticketList{ display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; padding: 0px; margin: 0px; list-style: none; } /* --------------- Fim da estilização do ticket.html --------------- */
0.289372
0.060114
.related-post-main-wrapper .related-post-se-header h2 { margin-bottom: 36px; font-size: 24px; line-height: 32px; text-align: center; } .related-post-main-wrapper { display: none; position: relative; } .related-post-main-wrapper .related-post-wrapper { margin: 0px -15px; padding: 0px 10px 42px; } .related-post-main-wrapper .top_shape { height: 25px; width: 29px; position: absolute; top: 38px; right: -30px; } .related-post-main-wrapper .slick-arrow { display: none !important; } .related-post-main-wrapper .bottom_shape { height: 21px; width: 24px; position: absolute; bottom: 52px; left: -25px; } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner { padding: 42px 15px; padding-top: 0; } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner a { display: block; background-color: rgb(255, 255, 255); border-radius: 6px; text-decoration: none; -webkit-user-drag: none; transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s; z-index: 0; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .slick-slide.slick-active .related-post-item-inner a { box-shadow: rgb(230 230 230) 0px 20px 30px 0px; } .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 340px; height: 56vw; background-color: #f2f6ff; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .related-post-featured img { max-width: 100%; /* transform: scale(1.1); */ top: 0; height: 100%; width: 100%; object-fit: cover; } .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo { display: flex; justify-content: center; align-items: center; max-height: 340px; height: 56vw; background-color: #f2f6ff; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo img { width: 40%; } .related-post-main-wrapper .related-post-wrapper .post-title-holder { display: flex; -webkit-box-align: center; align-items: center; min-height: 95px; padding: 24px } .related-post-main-wrapper .related-post-wrapper .post-title-holder .title_arrow { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 12px; width: 12px; margin-right: 24px; } .related-post-main-wrapper .related-post-wrapper .post-title-holder .title_arrow path { transition: fill 0.3s ease 0s; fill: rgb(80, 136, 253); } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner a:hover { box-shadow: rgb(230 230 230) 0px 20px 30px 0px; transform: scale(1.02); } .related-post-main-wrapper .related-post-wrapper .post-title-holder h3 { font-size: 16px; line-height: 24px; margin:0; color: rgb(80, 137, 253); } .related-post-main-wrapper .related-post-slider .slick-track { display: flex; margin:0; } .related-post-main-wrapper .related-post-slider .slick-track:before, .related-post-main-wrapper .related-post-slider .slick-track:after { content: none; } .related-post-main-wrapper .slick-slider { margin: 0; padding: 0; } .related-post-main-wrapper ul.slick-dots { position: relative; z-index: 1; bottom: 0; bottom: 0; display: flex !important; left: 0; right: 0; justify-content: center; padding: 0; margin: 0; list-style: none; text-align: center; margin-top: 6px; } .related-post-main-wrapper ul.slick-dots li { margin: 0; width: auto; height: auto; } .related-post-main-wrapper ul.slick-dots li button { padding: 0; margin: 0 6px 0 0; outline: 0; cursor: pointer; opacity: 1; box-shadow: none; display: inline-block; width: 8px; height: 8px; background-color: rgb(252, 231, 208); border: none; border-radius: 4px; transition: width 0.3s ease 0s; vertical-align: middle; } .related-post-main-wrapper ul.slick-dots li button:before { content: none; } .related-post-main-wrapper ul.slick-dots li.slick-active button { width: 16px; background-color: rgb(253, 133, 80); } .related-post-main-wrapper .slick-list { padding: 0 31px; margin: 0 -31px; overflow: visible } .related-post-main-wrapper .slick-slider { margin: 0; padding: 0; overflow: hidden; width: calc(100% + 30px); padding: 15px 15px 0px; margin-left: -15px; } @media (min-width: 400px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 58vw; } } @media (min-width: 480px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 60vw; } } @media (min-width: 568px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 340px; } } @media (min-width: 767px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 285px; height: 29vw; } } @media (min-width: 991px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 240px; height: 19vw; } .related-post-main-wrapper .related-post-wrapper .related-post-featured img { top: -50px ; } } .related-post-most-popular { display: none; }
public/hs-fs/hub/3787982/hub_generated/module_assets/1646265821701/module_41952544958_Related_Articles.css
.related-post-main-wrapper .related-post-se-header h2 { margin-bottom: 36px; font-size: 24px; line-height: 32px; text-align: center; } .related-post-main-wrapper { display: none; position: relative; } .related-post-main-wrapper .related-post-wrapper { margin: 0px -15px; padding: 0px 10px 42px; } .related-post-main-wrapper .top_shape { height: 25px; width: 29px; position: absolute; top: 38px; right: -30px; } .related-post-main-wrapper .slick-arrow { display: none !important; } .related-post-main-wrapper .bottom_shape { height: 21px; width: 24px; position: absolute; bottom: 52px; left: -25px; } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner { padding: 42px 15px; padding-top: 0; } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner a { display: block; background-color: rgb(255, 255, 255); border-radius: 6px; text-decoration: none; -webkit-user-drag: none; transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s; z-index: 0; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .slick-slide.slick-active .related-post-item-inner a { box-shadow: rgb(230 230 230) 0px 20px 30px 0px; } .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 340px; height: 56vw; background-color: #f2f6ff; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .related-post-featured img { max-width: 100%; /* transform: scale(1.1); */ top: 0; height: 100%; width: 100%; object-fit: cover; } .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo { display: flex; justify-content: center; align-items: center; max-height: 340px; height: 56vw; background-color: #f2f6ff; overflow: hidden; } .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo img { width: 40%; } .related-post-main-wrapper .related-post-wrapper .post-title-holder { display: flex; -webkit-box-align: center; align-items: center; min-height: 95px; padding: 24px } .related-post-main-wrapper .related-post-wrapper .post-title-holder .title_arrow { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 12px; width: 12px; margin-right: 24px; } .related-post-main-wrapper .related-post-wrapper .post-title-holder .title_arrow path { transition: fill 0.3s ease 0s; fill: rgb(80, 136, 253); } .related-post-main-wrapper .related-post-wrapper .related-post-item-inner a:hover { box-shadow: rgb(230 230 230) 0px 20px 30px 0px; transform: scale(1.02); } .related-post-main-wrapper .related-post-wrapper .post-title-holder h3 { font-size: 16px; line-height: 24px; margin:0; color: rgb(80, 137, 253); } .related-post-main-wrapper .related-post-slider .slick-track { display: flex; margin:0; } .related-post-main-wrapper .related-post-slider .slick-track:before, .related-post-main-wrapper .related-post-slider .slick-track:after { content: none; } .related-post-main-wrapper .slick-slider { margin: 0; padding: 0; } .related-post-main-wrapper ul.slick-dots { position: relative; z-index: 1; bottom: 0; bottom: 0; display: flex !important; left: 0; right: 0; justify-content: center; padding: 0; margin: 0; list-style: none; text-align: center; margin-top: 6px; } .related-post-main-wrapper ul.slick-dots li { margin: 0; width: auto; height: auto; } .related-post-main-wrapper ul.slick-dots li button { padding: 0; margin: 0 6px 0 0; outline: 0; cursor: pointer; opacity: 1; box-shadow: none; display: inline-block; width: 8px; height: 8px; background-color: rgb(252, 231, 208); border: none; border-radius: 4px; transition: width 0.3s ease 0s; vertical-align: middle; } .related-post-main-wrapper ul.slick-dots li button:before { content: none; } .related-post-main-wrapper ul.slick-dots li.slick-active button { width: 16px; background-color: rgb(253, 133, 80); } .related-post-main-wrapper .slick-list { padding: 0 31px; margin: 0 -31px; overflow: visible } .related-post-main-wrapper .slick-slider { margin: 0; padding: 0; overflow: hidden; width: calc(100% + 30px); padding: 15px 15px 0px; margin-left: -15px; } @media (min-width: 400px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 58vw; } } @media (min-width: 480px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 60vw; } } @media (min-width: 568px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { height: 340px; } } @media (min-width: 767px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 285px; height: 29vw; } } @media (min-width: 991px) { .related-post-main-wrapper .related-post-wrapper .related-post-incfile-logo, .related-post-main-wrapper .related-post-wrapper .related-post-featured { max-height: 240px; height: 19vw; } .related-post-main-wrapper .related-post-wrapper .related-post-featured img { top: -50px ; } } .related-post-most-popular { display: none; }
0.332094
0.038538
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-right:before { content: "\f100"; } .flaticon-search:before { content: "\f101"; } .flaticon-right-arrow:before { content: "\f102"; } .flaticon-tick:before { content: "\f103"; } .flaticon-right-arrow-1:before { content: "\f104"; } .flaticon-backward:before { content: "\f105"; } .flaticon-clock:before { content: "\f106"; } .flaticon-star:before { content: "\f107"; } .flaticon-null:before { content: "\f108"; } .flaticon-arrow:before { content: "\f109"; } .flaticon-share:before { content: "\f10a"; } .flaticon-remove:before { content: "\f10b"; } .flaticon-signs:before { content: "\f10c"; } .flaticon-add:before { content: "\f10d"; } .flaticon-angle-arrow-pointing-to-right:before { content: "\f10e"; } .flaticon-null-1:before { content: "\f10f"; } .flaticon-gps:before { content: "\f110"; } .flaticon-long-right-arrow:before { content: "\f111"; } .flaticon-long-arrow-pointing-to-the-right:before { content: "\f112"; } .flaticon-talk:before { content: "\f113"; } .flaticon-comment:before { content: "\f114"; } .flaticon-long-arrow-pointing-to-left:before { content: "\f115"; } .flaticon-send:before { content: "\f116"; } .flaticon-play:before { content: "\f117"; } .flaticon-right-arrow-2:before { content: "\f118"; } .flaticon-right-arrow-3:before { content: "\f119"; } .flaticon-next:before { content: "\f11a"; } .flaticon-search-1:before { content: "\f11b"; } .flaticon-cursor:before { content: "\f11c"; } .flaticon-calling:before { content: "\f11d"; } .flaticon-right-arrow-4:before { content: "\f11e"; } .flaticon-checked:before { content: "\f11f"; } .flaticon-right-quote:before { content: "\f120"; } .flaticon-star-1:before { content: "\f121"; } .flaticon-email:before { content: "\f122"; } .flaticon-mail:before { content: "\f123"; } .flaticon-clock-1:before { content: "\f124"; } .flaticon-delivery-truck:before { content: "\f125"; } .flaticon-zoom-in:before { content: "\f126"; } .flaticon-interface:before { content: "\f127"; } .flaticon-lawyer:before { content: "\f128"; } .flaticon-apple:before { content: "\f129"; } .flaticon-android:before { content: "\f12a"; } .flaticon-download:before { content: "\f12b"; } .flaticon-chat:before { content: "\f12c"; } .flaticon-menu:before { content: "\f12d"; } .flaticon-play-arrow:before { content: "\f12e"; } .flaticon-left-arrow:before { content: "\f12f"; } .flaticon-pin:before { content: "\f130"; } .flaticon-email-1:before { content: "\f131"; } .flaticon-telephone:before { content: "\f132"; } .flaticon-magnifying-glass:before { content: "\f133"; } .flaticon-placeholder:before { content: "\f134"; } .flaticon-call:before { content: "\f135"; } .flaticon-driver:before { content: "\f136"; } .flaticon-steering-wheel:before { content: "\f137"; } .flaticon-driver-license:before { content: "\f138"; } .flaticon-brake:before { content: "\f139"; } .flaticon-car:before { content: "\f13a"; } .flaticon-test:before { content: "\f13b"; } .flaticon-success:before { content: "\f13c"; } .flaticon-training:before { content: "\f13d"; } .flaticon-driving-school:before { content: "\f13e"; } .flaticon-route:before { content: "\f13f"; } .flaticon-test-1:before { content: "\f140"; } .flaticon-book:before { content: "\f141"; } .flaticon-payment:before { content: "\f142"; } .flaticon-car-key:before { content: "\f143"; } .flaticon-training-1:before { content: "\f144"; } .flaticon-driving-school-1:before { content: "\f145"; } .flaticon-map:before { content: "\f146"; } .flaticon-car-1:before { content: "\f147"; } .flaticon-two-way-street:before { content: "\f148"; } .flaticon-statistics:before { content: "\f149"; } .flaticon-parking:before { content: "\f14a"; } .flaticon-steering-wheel-1:before { content: "\f14b"; } .flaticon-phone-call:before { content: "\f14c"; } .flaticon-telephone-1:before { content: "\f14d"; } .flaticon-call-1:before { content: "\f14e"; }
public/assets/css/flaticon.css
@font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.eot"); src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "Flaticon"; src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-right:before { content: "\f100"; } .flaticon-search:before { content: "\f101"; } .flaticon-right-arrow:before { content: "\f102"; } .flaticon-tick:before { content: "\f103"; } .flaticon-right-arrow-1:before { content: "\f104"; } .flaticon-backward:before { content: "\f105"; } .flaticon-clock:before { content: "\f106"; } .flaticon-star:before { content: "\f107"; } .flaticon-null:before { content: "\f108"; } .flaticon-arrow:before { content: "\f109"; } .flaticon-share:before { content: "\f10a"; } .flaticon-remove:before { content: "\f10b"; } .flaticon-signs:before { content: "\f10c"; } .flaticon-add:before { content: "\f10d"; } .flaticon-angle-arrow-pointing-to-right:before { content: "\f10e"; } .flaticon-null-1:before { content: "\f10f"; } .flaticon-gps:before { content: "\f110"; } .flaticon-long-right-arrow:before { content: "\f111"; } .flaticon-long-arrow-pointing-to-the-right:before { content: "\f112"; } .flaticon-talk:before { content: "\f113"; } .flaticon-comment:before { content: "\f114"; } .flaticon-long-arrow-pointing-to-left:before { content: "\f115"; } .flaticon-send:before { content: "\f116"; } .flaticon-play:before { content: "\f117"; } .flaticon-right-arrow-2:before { content: "\f118"; } .flaticon-right-arrow-3:before { content: "\f119"; } .flaticon-next:before { content: "\f11a"; } .flaticon-search-1:before { content: "\f11b"; } .flaticon-cursor:before { content: "\f11c"; } .flaticon-calling:before { content: "\f11d"; } .flaticon-right-arrow-4:before { content: "\f11e"; } .flaticon-checked:before { content: "\f11f"; } .flaticon-right-quote:before { content: "\f120"; } .flaticon-star-1:before { content: "\f121"; } .flaticon-email:before { content: "\f122"; } .flaticon-mail:before { content: "\f123"; } .flaticon-clock-1:before { content: "\f124"; } .flaticon-delivery-truck:before { content: "\f125"; } .flaticon-zoom-in:before { content: "\f126"; } .flaticon-interface:before { content: "\f127"; } .flaticon-lawyer:before { content: "\f128"; } .flaticon-apple:before { content: "\f129"; } .flaticon-android:before { content: "\f12a"; } .flaticon-download:before { content: "\f12b"; } .flaticon-chat:before { content: "\f12c"; } .flaticon-menu:before { content: "\f12d"; } .flaticon-play-arrow:before { content: "\f12e"; } .flaticon-left-arrow:before { content: "\f12f"; } .flaticon-pin:before { content: "\f130"; } .flaticon-email-1:before { content: "\f131"; } .flaticon-telephone:before { content: "\f132"; } .flaticon-magnifying-glass:before { content: "\f133"; } .flaticon-placeholder:before { content: "\f134"; } .flaticon-call:before { content: "\f135"; } .flaticon-driver:before { content: "\f136"; } .flaticon-steering-wheel:before { content: "\f137"; } .flaticon-driver-license:before { content: "\f138"; } .flaticon-brake:before { content: "\f139"; } .flaticon-car:before { content: "\f13a"; } .flaticon-test:before { content: "\f13b"; } .flaticon-success:before { content: "\f13c"; } .flaticon-training:before { content: "\f13d"; } .flaticon-driving-school:before { content: "\f13e"; } .flaticon-route:before { content: "\f13f"; } .flaticon-test-1:before { content: "\f140"; } .flaticon-book:before { content: "\f141"; } .flaticon-payment:before { content: "\f142"; } .flaticon-car-key:before { content: "\f143"; } .flaticon-training-1:before { content: "\f144"; } .flaticon-driving-school-1:before { content: "\f145"; } .flaticon-map:before { content: "\f146"; } .flaticon-car-1:before { content: "\f147"; } .flaticon-two-way-street:before { content: "\f148"; } .flaticon-statistics:before { content: "\f149"; } .flaticon-parking:before { content: "\f14a"; } .flaticon-steering-wheel-1:before { content: "\f14b"; } .flaticon-phone-call:before { content: "\f14c"; } .flaticon-telephone-1:before { content: "\f14d"; } .flaticon-call-1:before { content: "\f14e"; }
0.327668
0.147986
html { background:url("bg.jpg"); background-size:cover; background-repeat:no-repeat; color:#fff;font-family:sans-serif; font-size:10px; font-family: 'Roboto Condensed'; } body { background-image: url('crono_.png'); background-repeat: no-repeat; background-size: 200px; padding-top: auto; background-position-x: 98%; background-position-y: 15%; } .arrow { width: 60px; height: 45px; top: 30px; align-items: center; } #h1titulo{ background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); font-size:30px; text-align:center; background-size: 800px; background-repeat: no-repeat; background-position: center; font-family: 'Roboto Condensed'; border-radius: 10px; } .h1lancer{ background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); font-size:35px; text-align:center; background-size: auto; background-repeat: no-repeat; background-position: center; font-family: 'Roboto Condensed'; border-radius: 10px; } #Botao{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botao:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoManual{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #botaoManual:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoBeta:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoBeta{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botaopayloads{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: 311px; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botaopayloads:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #table2 { width: 100%; margin-left: 80%; margin-right: 80%; padding-top: 70%; border-spacing: 5px; }
style.css
html { background:url("bg.jpg"); background-size:cover; background-repeat:no-repeat; color:#fff;font-family:sans-serif; font-size:10px; font-family: 'Roboto Condensed'; } body { background-image: url('crono_.png'); background-repeat: no-repeat; background-size: 200px; padding-top: auto; background-position-x: 98%; background-position-y: 15%; } .arrow { width: 60px; height: 45px; top: 30px; align-items: center; } #h1titulo{ background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); font-size:30px; text-align:center; background-size: 800px; background-repeat: no-repeat; background-position: center; font-family: 'Roboto Condensed'; border-radius: 10px; } .h1lancer{ background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); font-size:35px; text-align:center; background-size: auto; background-repeat: no-repeat; background-position: center; font-family: 'Roboto Condensed'; border-radius: 10px; } #Botao{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botao:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoManual{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #botaoManual:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoBeta:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #botaoBeta{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: auto; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botaopayloads{ background-image: linear-gradient(225deg, #2B86C5 0%, #45047F 50%, #FF0000 100%); height: auto; width: 311px; border-radius: 10px; color: #fff; font-size: 20px; font-family: "Roboto"; position: relative; transition: 1s; cursor: pointer; top: -3px; text-align: center; border-width: 3px; border-color: #000; } #Botaopayloads:hover { background-image: linear-gradient(225deg, #FF0000 0%, #45047F 50%, #2B86C5 100%); color: #fff; border-width: 3px; border-color: #FFF; } #table2 { width: 100%; margin-left: 80%; margin-right: 80%; padding-top: 70%; border-spacing: 5px; }
0.276593
0.056888
@import 'variables.css'; @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 10px; font-family: 'Rubik', sans-serif; color: var(--text); background-color: var(--app-background); } html, body, main { width: 100%; height: 100%; } main { display: flex; flex: 1; flex-direction: column; } .purple-form { position: absolute; left: -40%; top: -15%; width: 90%; height: 90%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background: var(--background-gradient); } .container { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: space-around; z-index: 1; padding: 2rem; padding-left: 4rem; padding-right: 4rem; } .phone { width: 90%; max-width: 280px; margin-top: 2rem; margin-bottom: 2rem; box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.5); border-radius: 3rem; border: 1rem solid white; background-color: var(--app-background); } .phone-header { display: flex; flex-direction: column; justify-content: space-between; background: var(--app-header-gradient); border-top-left-radius: 2rem; border-top-right-radius: 2rem; border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .phone-header-bar{ background-color: white; border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem; width: 60%; height: 2rem; align-self: center; } .phone-header-items { display: flex; flex-direction: row; justify-content: space-between; padding-left: 1rem; padding-right: 1rem; padding-bottom: 1rem; } .phone-header-row { display: flex; flex-direction: row; } .phone-header-image { width: 30px; border-radius: 50%; border: 0.2rem solid white; margin-left: 0.4rem; margin-right: 0.8rem; } .phone-header-text-container { align-self: center; } .phone-header-text-name { color: white; font-size: 1rem; } .phone-header-text-status { font-size: 0.8rem; color: rgb(218, 213, 213); } .messages-container { list-style: none; padding: 1rem; display: flex; flex-direction: column; } .message { background-color: var(--message-background); color: var(--message-text); padding: 1rem; border-radius: 0.4rem; width: 70%; margin-bottom: 1rem; } .message-right { align-self: flex-end; } .message-image-row { display: flex; flex-direction: row; justify-content: flex-end; } .message-image { margin-bottom: 1rem; width: 20%; border-radius: 0.5rem; margin-left: 0.5rem; } .button { display: flex; align-items: center; justify-content: space-between; background: var(--button-gradient); width: 80%; padding: 1rem; border-radius: 1.2rem; margin-bottom: 1rem; color: white; } .circle { width: 2rem; height: 2rem; border: 1px solid white; opacity: 0.5; border-radius: 50%; } .button-left { display: flex; flex-direction: row; align-items: center; } .button-text { margin-left: 0.4rem; font-weight: 400; } .button-money { font-weight: 700; font-size: 1.2rem; } .input-container { display: flex; margin-left: 1rem; margin-right: 1rem; margin-bottom: 1rem; background-color: white; border-radius: 2rem; } .input { width: 90%; border-radius: 2rem; padding: 1rem; border: none; } .submit-button { background-color: var(--button-background); border-radius: 50%; padding: 0.5rem; } .heading { color: var(--heading); font-size: 4rem; font-weight: 400; margin-bottom: 1rem; text-align: center; } .paragraph { text-align: center; font-size: 2rem; letter-spacing: 0.1rem; } @media screen and (min-device-width: 800px) { .purple-form { width: 80%; left: -25%; top: -10%; } } @media screen and (min-device-width: 1100px) { .purple-form { width: 35%; left: -10%; top: 0%; } .container { flex-direction: row; justify-content: space-evenly; max-width: 1400px; align-self: center; } .heading { text-align: start; } .paragraph { text-align: start; } .content { width: 50%; } }
chat-app-css-illustration-master/css/style.css
@import 'variables.css'; @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 10px; font-family: 'Rubik', sans-serif; color: var(--text); background-color: var(--app-background); } html, body, main { width: 100%; height: 100%; } main { display: flex; flex: 1; flex-direction: column; } .purple-form { position: absolute; left: -40%; top: -15%; width: 90%; height: 90%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background: var(--background-gradient); } .container { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: space-around; z-index: 1; padding: 2rem; padding-left: 4rem; padding-right: 4rem; } .phone { width: 90%; max-width: 280px; margin-top: 2rem; margin-bottom: 2rem; box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.5); border-radius: 3rem; border: 1rem solid white; background-color: var(--app-background); } .phone-header { display: flex; flex-direction: column; justify-content: space-between; background: var(--app-header-gradient); border-top-left-radius: 2rem; border-top-right-radius: 2rem; border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .phone-header-bar{ background-color: white; border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem; width: 60%; height: 2rem; align-self: center; } .phone-header-items { display: flex; flex-direction: row; justify-content: space-between; padding-left: 1rem; padding-right: 1rem; padding-bottom: 1rem; } .phone-header-row { display: flex; flex-direction: row; } .phone-header-image { width: 30px; border-radius: 50%; border: 0.2rem solid white; margin-left: 0.4rem; margin-right: 0.8rem; } .phone-header-text-container { align-self: center; } .phone-header-text-name { color: white; font-size: 1rem; } .phone-header-text-status { font-size: 0.8rem; color: rgb(218, 213, 213); } .messages-container { list-style: none; padding: 1rem; display: flex; flex-direction: column; } .message { background-color: var(--message-background); color: var(--message-text); padding: 1rem; border-radius: 0.4rem; width: 70%; margin-bottom: 1rem; } .message-right { align-self: flex-end; } .message-image-row { display: flex; flex-direction: row; justify-content: flex-end; } .message-image { margin-bottom: 1rem; width: 20%; border-radius: 0.5rem; margin-left: 0.5rem; } .button { display: flex; align-items: center; justify-content: space-between; background: var(--button-gradient); width: 80%; padding: 1rem; border-radius: 1.2rem; margin-bottom: 1rem; color: white; } .circle { width: 2rem; height: 2rem; border: 1px solid white; opacity: 0.5; border-radius: 50%; } .button-left { display: flex; flex-direction: row; align-items: center; } .button-text { margin-left: 0.4rem; font-weight: 400; } .button-money { font-weight: 700; font-size: 1.2rem; } .input-container { display: flex; margin-left: 1rem; margin-right: 1rem; margin-bottom: 1rem; background-color: white; border-radius: 2rem; } .input { width: 90%; border-radius: 2rem; padding: 1rem; border: none; } .submit-button { background-color: var(--button-background); border-radius: 50%; padding: 0.5rem; } .heading { color: var(--heading); font-size: 4rem; font-weight: 400; margin-bottom: 1rem; text-align: center; } .paragraph { text-align: center; font-size: 2rem; letter-spacing: 0.1rem; } @media screen and (min-device-width: 800px) { .purple-form { width: 80%; left: -25%; top: -10%; } } @media screen and (min-device-width: 1100px) { .purple-form { width: 35%; left: -10%; top: 0%; } .container { flex-direction: row; justify-content: space-evenly; max-width: 1400px; align-self: center; } .heading { text-align: start; } .paragraph { text-align: start; } .content { width: 50%; } }
0.578805
0.084795
.favorite-orgs header, .recommended-orgs header { margin-bottom: 0.2em; } .favorite-orgs h2, .recommended-orgs h2 { margin-top: 0.6em; } section.org { border: 0 none; } .recommended-orgs:not(.in-favorites) .org { font-size: 0.9em; } .org header, .header-preview { position: relative; background-color: #7Dadd7; background-size: 12em auto; background-repeat: repeat; background-position: 50% 50%; border-radius: 2px; color: rgba(255,255,255,0.6); text-shadow: 0px -1px 0px rgba(50,50,50,0.3); } .has-cover-image header, .has-video header, .header-preview.has-cover-image { background-size: cover; background-repeat: no-repeat; background-position: 50%; } .org .header-inner { padding: 2.3em 1.5em; -webkit-transition: all 0.7s cubic-bezier(0.5,0,0.2,1); transition: all 0.7s cubic-bezier(0,0.5,0.2,1); color: #fff; } .orgs-list .header-inner { min-height: 7.5em; } .recommended-orgs .header-inner { padding: 2em 1.7em; } .has-cover-image .header-inner, .single-org.has-video .header-inner { background-color: rgba(20,40,50,0.65); } .orgs-list .has-cover-image .header-inner { background-color: rgba(20,40,50,0.8); } .org.selected .header-inner { padding: 8em 1.5em 0.8em; } .header-inner .header-left { float: left; width: 2.5em; } .header-inner .header-right { padding-left: 3.6em; } .org-avatar { float: left; position: relative; top: 0.1em; background-color: #fff; background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; width: 2.5em; height: 2.5em; margin-right: 0.8em; border-radius: 0.1em; border: 2px solid #F1F6F5; } .org .exit { cursor: pointer; position: absolute; display: block; top: 0; right: 0; z-index: 100; color: #fff; padding: 1em 1.2em; } .org .heart i, .org .star i { font-size: 1.4em; position: relative; top: 0.08em; } header h4 { font-family: "Hind", Helvetica, "Roboto", sans-serif; margin-bottom: 0; line-height: 1; } header h4 > a, header h4 > a:hover { display: inline-block; line-height: 1.1; text-decoration: none; color: #fff; max-height: 1em; overflow: hidden; } .org header .info { margin-top: -0.18em; margin-bottom: 0.5em; white-space: nowrap; } .org .rating { padding-left: 0.6rem; } .org .preview { opacity: 1; -webkit-transition: all 0.7s cubic-bezier(0.5,0,0.2,1); transition: all 0.7s cubic-bezier(0,0.5,0.2,1); } .org .favorites-preview, .org .ratings-preview { position: absolute; z-index: 100; top: 8.1em; left: 2.4em; opacity: 0.8; font-size: 0.66em; font-weight: lighter; } .org.selected .preview { opacity: 0 !important; transition: opacity 0.7s; } .org.selected .favorites-preview, .org.selected .ratings-preview { top: 18em; } .posts-by-org.browsing { margin-top: 1.4em; } .donate-link { display: block; } .donate-button { font-family: 'Hind', Helvetica, Arial, sans-serif; font-size: 1.3em; width: 100%; } .org-categories a { font-weight: bold; } .read-more, .read-less { margin-top: 0; margin-bottom: 0; margin-right: 1em; font-weight: bold; cursor: pointer; text-decoration: underline; } .mobile-tab-button { display: none; } .browse-posts, .recommended-orgs, .favorite-orgs { padding-right: 0; } /*.recommended-orgs { padding-left: 30px; }*/ .desktop-tab { display: none; } .desktop-tab.active { display: block; } .desktop-tab-button { display: inline-block; cursor: pointer; padding-left: 0.2em; font-size: 0.8em; opacity: 0.5; } .desktop-tab-button:hover { opacity: 0.7; } .official-badge { position: relative; top: -0.2rem; display: inline-block; padding-left: 0.8rem; width: 0.8rem; height: 0.8rem; background: url("app/images/official.png") no-repeat left top; background-size: 0.8rem auto; background-size: cover; } .featured-org .official-badge { top: -0.3em; } @media only screen and (max-width: 767px) { .mobile-tab { display: none; } .mobile-tab:not(.browse-orgs) { padding-right: 0; padding-left: 0; } .mobile-tab.active { display: block; } .mobile-tab-button { display: inline-block; cursor: pointer; padding-left: 0.2em; font-size: 0.8em; opacity: 0.5; } .mobile-tab-button:hover { opacity: 0.7; } } @media only screen and (max-width: 767px) { .browse-posts, .recommended-orgs { padding-left: 0; } } @media only screen and (max-width: 579px) { .recommended-orgs.in-single { margin-right: 0 !important; margin-left: 0 !important; } .browse-orgs > header, .favorite-orgs > header { padding-right: 30px; padding-left: 30px; } .recommended-orgs > header { padding-right: 15px; padding-left: 15px; } search-box + select { float: none; margin-top: 0.7em; font-size: 1.05em; } }
src/app/org.styles.css
.favorite-orgs header, .recommended-orgs header { margin-bottom: 0.2em; } .favorite-orgs h2, .recommended-orgs h2 { margin-top: 0.6em; } section.org { border: 0 none; } .recommended-orgs:not(.in-favorites) .org { font-size: 0.9em; } .org header, .header-preview { position: relative; background-color: #7Dadd7; background-size: 12em auto; background-repeat: repeat; background-position: 50% 50%; border-radius: 2px; color: rgba(255,255,255,0.6); text-shadow: 0px -1px 0px rgba(50,50,50,0.3); } .has-cover-image header, .has-video header, .header-preview.has-cover-image { background-size: cover; background-repeat: no-repeat; background-position: 50%; } .org .header-inner { padding: 2.3em 1.5em; -webkit-transition: all 0.7s cubic-bezier(0.5,0,0.2,1); transition: all 0.7s cubic-bezier(0,0.5,0.2,1); color: #fff; } .orgs-list .header-inner { min-height: 7.5em; } .recommended-orgs .header-inner { padding: 2em 1.7em; } .has-cover-image .header-inner, .single-org.has-video .header-inner { background-color: rgba(20,40,50,0.65); } .orgs-list .has-cover-image .header-inner { background-color: rgba(20,40,50,0.8); } .org.selected .header-inner { padding: 8em 1.5em 0.8em; } .header-inner .header-left { float: left; width: 2.5em; } .header-inner .header-right { padding-left: 3.6em; } .org-avatar { float: left; position: relative; top: 0.1em; background-color: #fff; background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; width: 2.5em; height: 2.5em; margin-right: 0.8em; border-radius: 0.1em; border: 2px solid #F1F6F5; } .org .exit { cursor: pointer; position: absolute; display: block; top: 0; right: 0; z-index: 100; color: #fff; padding: 1em 1.2em; } .org .heart i, .org .star i { font-size: 1.4em; position: relative; top: 0.08em; } header h4 { font-family: "Hind", Helvetica, "Roboto", sans-serif; margin-bottom: 0; line-height: 1; } header h4 > a, header h4 > a:hover { display: inline-block; line-height: 1.1; text-decoration: none; color: #fff; max-height: 1em; overflow: hidden; } .org header .info { margin-top: -0.18em; margin-bottom: 0.5em; white-space: nowrap; } .org .rating { padding-left: 0.6rem; } .org .preview { opacity: 1; -webkit-transition: all 0.7s cubic-bezier(0.5,0,0.2,1); transition: all 0.7s cubic-bezier(0,0.5,0.2,1); } .org .favorites-preview, .org .ratings-preview { position: absolute; z-index: 100; top: 8.1em; left: 2.4em; opacity: 0.8; font-size: 0.66em; font-weight: lighter; } .org.selected .preview { opacity: 0 !important; transition: opacity 0.7s; } .org.selected .favorites-preview, .org.selected .ratings-preview { top: 18em; } .posts-by-org.browsing { margin-top: 1.4em; } .donate-link { display: block; } .donate-button { font-family: 'Hind', Helvetica, Arial, sans-serif; font-size: 1.3em; width: 100%; } .org-categories a { font-weight: bold; } .read-more, .read-less { margin-top: 0; margin-bottom: 0; margin-right: 1em; font-weight: bold; cursor: pointer; text-decoration: underline; } .mobile-tab-button { display: none; } .browse-posts, .recommended-orgs, .favorite-orgs { padding-right: 0; } /*.recommended-orgs { padding-left: 30px; }*/ .desktop-tab { display: none; } .desktop-tab.active { display: block; } .desktop-tab-button { display: inline-block; cursor: pointer; padding-left: 0.2em; font-size: 0.8em; opacity: 0.5; } .desktop-tab-button:hover { opacity: 0.7; } .official-badge { position: relative; top: -0.2rem; display: inline-block; padding-left: 0.8rem; width: 0.8rem; height: 0.8rem; background: url("app/images/official.png") no-repeat left top; background-size: 0.8rem auto; background-size: cover; } .featured-org .official-badge { top: -0.3em; } @media only screen and (max-width: 767px) { .mobile-tab { display: none; } .mobile-tab:not(.browse-orgs) { padding-right: 0; padding-left: 0; } .mobile-tab.active { display: block; } .mobile-tab-button { display: inline-block; cursor: pointer; padding-left: 0.2em; font-size: 0.8em; opacity: 0.5; } .mobile-tab-button:hover { opacity: 0.7; } } @media only screen and (max-width: 767px) { .browse-posts, .recommended-orgs { padding-left: 0; } } @media only screen and (max-width: 579px) { .recommended-orgs.in-single { margin-right: 0 !important; margin-left: 0 !important; } .browse-orgs > header, .favorite-orgs > header { padding-right: 30px; padding-left: 30px; } .recommended-orgs > header { padding-right: 15px; padding-left: 15px; } search-box + select { float: none; margin-top: 0.7em; font-size: 1.05em; } }
0.539469
0.177793
body{ background-color: #333; } .bosluk{ height: 200px; } .bosluk2{ height: 75px; } .bot-resim{ border-radius: 100%; width: 400px; height: 400px; text-align: center; padding: 10px; } .bot-resim-arka{ border-radius: 100%; width: 400px; height: 400px; background-color: #393939; } #dis_bolme { width: 500px; height:250px; } .ic_bolme{ float:left; } .atlama{ padding: 60px; max-width: 600px; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; color: white; text-align: center; font-size: 30px; } /*Scroll bar kısmı*/ ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: grey; border-radius: 100px; } ::-webkit-scrollbar-thumb:hover { background: #b30000; } /*emailbutton*/ body { background: #f1f1f1; } a{ text-decoration: none; color:#333333; } .container{ width: 420px; margin: 50px auto 50px; /* buttons pushed from the top by 10% */ } .button{ margin: 8px; } .button a{ font-family: arial, sans-serif; font-size: 13px; color: #777; text-shadow: 1px 1px 0px white; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); padding: 6px 12px; } .button a:hover{ background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */ -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); } .button a:active{ background: #dfdfdf; /* Old browsers */ background: -moz-linear-gradient(top, #dfdfdf 0%, #f1f1f1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* W3C */ -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); } .button a > img{ padding-right: 8px; position: relative; top: 2px; } body { margin:0; padding:0 } @media only screen and (min-width:960px) { .navbar navbar-expand-lg navbar-dark bg-dark { width:500px; height:400px; background:#666; color:#fff; font-family: Arial; margin:0 auto; margin-top:30px; padding:20px } } @media only screen and (min-width:769px) and (max-width:959px) { .navbar navbar-expand-lg navbar-dark bg-dark { width:700px; background:yellow; color:#fff; font-family: Arial; margin:20px; padding:20px } } @media only screen and (max-width:768px) { .navbar navbar-expand-lg navbar-dark bg-dark { background:red; color:#fff; font-family: Arial; margin:20px; padding:20px } } /* Bordered form */ form { border: 3px solid #f1f1f1; } /* Full-width inputs */ 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: #04AA6D; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } /* Add a hover effect for buttons */ button:hover { opacity: 0.8; } /* Extra style for the cancel button (red) */ .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the avatar image inside this container */ .imgcontainer { text-align: center; margin: 24px 0 12px 0; } /* Avatar image */ img.avatar { width: 40%; border-radius: 50%; } /* Add padding to containers */ .container { padding: 16px; } /* The "Forgot password" text */ span.psw { float: right; padding-top: 16px; } /* Change styles for span and cancel button on extra small screens */ @media screen and (max-width: 300px) { span.psw { display: block; float: none; } .cancelbtn { width: 100%; } } /* Style the navigation bar */ .navbar { width: 100%; background-color: #555; overflow: auto; } /* Navbar links */ .navbar a { float: left; text-align: center; padding: 12px; color: white; text-decoration: none; font-size: 17px; } /* Navbar links on mouse-over */ .navbar a:hover { background-color: #000; } /* Current/active navbar link */ .active { background-color: #04AA6D; } /* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */ @media screen and (max-width: 500px) { .navbar a { float: none; display: block; } } /* Style buttons */ .buttonload { background-color: #04AA6D; /* Green background */ border: none; /* Remove borders */ color: white; /* White text */ padding: 12px 16px; /* Some padding */ font-size: 16px /* Set a font size */ } /* Add a black background color to the top navigation bar */ .topnav { overflow: hidden; background-color: #e9e9e9; } /* Style the links inside the navigation bar */ .topnav a { float: left; display: block; color: black; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { background-color: #ddd; color: black; } /* Style the "active" element to highlight the current page */ .topnav a.active { background-color: #2196F3; color: white; } /* Style the search box inside the navigation bar */ .topnav input[type=text] { float: right; padding: 6px; border: none; margin-top: 8px; margin-right: 16px; font-size: 17px; } /* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */ @media screen and (max-width: 600px) { .topnav a, .topnav input[type=text] { float: none; display: block; text-align: left; width: 100%; margin: 0; padding: 14px; } .topnav input[type=text] { border: 1px solid #ccc; } } input[type=text] { width: 130px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; } /* When the input field gets focus, change its width to 100% */ input[type=text]:focus { width: 20%; }
css/style.css
body{ background-color: #333; } .bosluk{ height: 200px; } .bosluk2{ height: 75px; } .bot-resim{ border-radius: 100%; width: 400px; height: 400px; text-align: center; padding: 10px; } .bot-resim-arka{ border-radius: 100%; width: 400px; height: 400px; background-color: #393939; } #dis_bolme { width: 500px; height:250px; } .ic_bolme{ float:left; } .atlama{ padding: 60px; max-width: 600px; } .footer { position: fixed; left: 0; bottom: 0; width: 100%; color: white; text-align: center; font-size: 30px; } /*Scroll bar kısmı*/ ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px transparent; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: grey; border-radius: 100px; } ::-webkit-scrollbar-thumb:hover { background: #b30000; } /*emailbutton*/ body { background: #f1f1f1; } a{ text-decoration: none; color:#333333; } .container{ width: 420px; margin: 50px auto 50px; /* buttons pushed from the top by 10% */ } .button{ margin: 8px; } .button a{ font-family: arial, sans-serif; font-size: 13px; color: #777; text-shadow: 1px 1px 0px white; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); padding: 6px 12px; } .button a:hover{ background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */ -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); } .button a:active{ background: #dfdfdf; /* Old browsers */ background: -moz-linear-gradient(top, #dfdfdf 0%, #f1f1f1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #dfdfdf 0%,#f1f1f1 100%); /* W3C */ -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset, 0px 1px 1px 0 rgba(255,255,255,1); } .button a > img{ padding-right: 8px; position: relative; top: 2px; } body { margin:0; padding:0 } @media only screen and (min-width:960px) { .navbar navbar-expand-lg navbar-dark bg-dark { width:500px; height:400px; background:#666; color:#fff; font-family: Arial; margin:0 auto; margin-top:30px; padding:20px } } @media only screen and (min-width:769px) and (max-width:959px) { .navbar navbar-expand-lg navbar-dark bg-dark { width:700px; background:yellow; color:#fff; font-family: Arial; margin:20px; padding:20px } } @media only screen and (max-width:768px) { .navbar navbar-expand-lg navbar-dark bg-dark { background:red; color:#fff; font-family: Arial; margin:20px; padding:20px } } /* Bordered form */ form { border: 3px solid #f1f1f1; } /* Full-width inputs */ 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: #04AA6D; color: white; padding: 14px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; } /* Add a hover effect for buttons */ button:hover { opacity: 0.8; } /* Extra style for the cancel button (red) */ .cancelbtn { width: auto; padding: 10px 18px; background-color: #f44336; } /* Center the avatar image inside this container */ .imgcontainer { text-align: center; margin: 24px 0 12px 0; } /* Avatar image */ img.avatar { width: 40%; border-radius: 50%; } /* Add padding to containers */ .container { padding: 16px; } /* The "Forgot password" text */ span.psw { float: right; padding-top: 16px; } /* Change styles for span and cancel button on extra small screens */ @media screen and (max-width: 300px) { span.psw { display: block; float: none; } .cancelbtn { width: 100%; } } /* Style the navigation bar */ .navbar { width: 100%; background-color: #555; overflow: auto; } /* Navbar links */ .navbar a { float: left; text-align: center; padding: 12px; color: white; text-decoration: none; font-size: 17px; } /* Navbar links on mouse-over */ .navbar a:hover { background-color: #000; } /* Current/active navbar link */ .active { background-color: #04AA6D; } /* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */ @media screen and (max-width: 500px) { .navbar a { float: none; display: block; } } /* Style buttons */ .buttonload { background-color: #04AA6D; /* Green background */ border: none; /* Remove borders */ color: white; /* White text */ padding: 12px 16px; /* Some padding */ font-size: 16px /* Set a font size */ } /* Add a black background color to the top navigation bar */ .topnav { overflow: hidden; background-color: #e9e9e9; } /* Style the links inside the navigation bar */ .topnav a { float: left; display: block; color: black; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { background-color: #ddd; color: black; } /* Style the "active" element to highlight the current page */ .topnav a.active { background-color: #2196F3; color: white; } /* Style the search box inside the navigation bar */ .topnav input[type=text] { float: right; padding: 6px; border: none; margin-top: 8px; margin-right: 16px; font-size: 17px; } /* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */ @media screen and (max-width: 600px) { .topnav a, .topnav input[type=text] { float: none; display: block; text-align: left; width: 100%; margin: 0; padding: 14px; } .topnav input[type=text] { border: 1px solid #ccc; } } input[type=text] { width: 130px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; } /* When the input field gets focus, change its width to 100% */ input[type=text]:focus { width: 20%; }
0.272025
0.098642
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } .chart_options { background: #f0f0f0; position: absolute; top: 69px; left: 0; width: 200px; bottom: 0; background: #fff; border-right: 1px solid #ddd; display: flex; flex-direction: column; } .form_element { display:block; margin-right: 2px; } .form_element small { display:block; } .form_element label { font-size:small; display:block } .chart_options > * { margin-top:4px; padding:0 0 0 2px; } .nav-selected { border-bottom:1px solid orange; } h5 { border-top: 1px solid #ccc; padding-top: 16px; margin: 32px auto 8px; } .lyr-container { width: 99%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width:1000px; } .chart-container { width: 100%; height: 500px; background: #f0f0f0; overflow: hidden } .section-options { margin-bottom:12px; display:flex; flex-direction:row } .section-options .form_element { margin-right:4px } .top-nav { display: flex; flex-direction: row-reverse; padding-right: 8px; } .top-nav > * { margin-right:4px; margin-left:4px; display:inline-block; } #lyr-loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(200,200,200,.5); display: flex; justify-content: center; align-items: center; z-index:9999; } #lyr-loading > div { border: 1px solid #ccc; border-radius: 3px; background: #fff; width: 200px; text-align: center; padding: 24px; }
wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Provide sufficient contrast against white background */ a { color: #0366d6; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } .chart_options { background: #f0f0f0; position: absolute; top: 69px; left: 0; width: 200px; bottom: 0; background: #fff; border-right: 1px solid #ddd; display: flex; flex-direction: column; } .form_element { display:block; margin-right: 2px; } .form_element small { display:block; } .form_element label { font-size:small; display:block } .chart_options > * { margin-top:4px; padding:0 0 0 2px; } .nav-selected { border-bottom:1px solid orange; } h5 { border-top: 1px solid #ccc; padding-top: 16px; margin: 32px auto 8px; } .lyr-container { width: 99%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; max-width:1000px; } .chart-container { width: 100%; height: 500px; background: #f0f0f0; overflow: hidden } .section-options { margin-bottom:12px; display:flex; flex-direction:row } .section-options .form_element { margin-right:4px } .top-nav { display: flex; flex-direction: row-reverse; padding-right: 8px; } .top-nav > * { margin-right:4px; margin-left:4px; display:inline-block; } #lyr-loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(200,200,200,.5); display: flex; justify-content: center; align-items: center; z-index:9999; } #lyr-loading > div { border: 1px solid #ccc; border-radius: 3px; background: #fff; width: 200px; text-align: center; padding: 24px; }
0.659953
0.100834
html, body { margin: 0; font-family: 'Lato', Arial, Helvetica, sans-serif; color: #fff; background-color: #666; } a { color: #acf; text-decoration: none; } a:visited { color: #f9f; } h1, h2, h3, p { margin: 0.5rem; } input[type=number] { margin: 0.2rem; padding: 0.5rem; width: 50%; min-width: 6rem; font-size: 1rem; border: none; border-radius: 1rem; appearance: textfield; -webkit-appearance: textfield; -moz-appearance: textfield; } button { margin: 0; padding: 0.5rem 2rem; color: #fff; background-color: #444; font-size: 1rem; font-family: 'Lato', sans-serif; border: none; border-radius: 2rem; } button:hover, button:focus { background-color: #555; box-shadow: 0 0.2rem #aaa; } button:active { padding-top: 0.6rem; padding-bottom: 0.4rem; background-color: #444; box-shadow: 0 0.1rem #777; } .container { padding: 2vmin; } .header, .gameMenu, .casinoArea, .inputArea, .resultArea, .footer { width: 100%; text-align: center; } .header { background-color: #444; } .title { position: relative; margin: 0; } .gameMenu { background-color: #555; } .grid-container { padding: 0 10% 0 10%; width: 80%; display: inline-grid; grid-gap: 1%; } .grid-item, .casino-item { position: relative; overflow: hidden; background-color: #111; } .casino-item { padding: 1rem; } .grid-item:hover .game-content, .grid-item:focus .game-content { font-size: 2rem; -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .grid-item:after { content: ""; display: block; padding-bottom: 100%; } .game-content { position: absolute; display: flex; width: 100%; height: 100%; text-align: center; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s; } .game-content p { margin: auto; padding: 15%; width: 80%; font-size: 1.5rem; text-align: center; background-color: #000a; } .bg-snake, .bg-yahtzee, .bg-blackjack, .bg-dungeon { background-size: cover; background-position: center; background-repeat: no-repeat; } .bg-snake { background-image: url(../images/snake.svg); } .bg-yahtzee { background-image: url(../images/yahtzee.svg); } .bg-blackjack { background-image: url(../images/blackjack.svg); } .bg-dungeon { background-image: url(../images/dungeon.svg); } .casino-result { max-height: 26rem; overflow-y: auto; } .casino-result p { color: #000; background-color: #ddd; font-size: 1.5rem; } #wheel-result p { color: #fff; } table, tr, td { border: none; border-collapse: collapse; } #slots-result :first-child { margin-top: 0.5rem; } #slot-table { width: 100%; font-size: 1.5rem; } #slot-table tr { width: 100%; } #slot-table td { padding: 0.5vmin; border-left: 2px solid #000; border-right: 2px solid #000; } @media only screen and (min-width: 1200px) { .grid-container { grid-template-columns: repeat(4, 1fr); } } @media only screen and (max-width: 1199px) { .grid-container { grid-template-columns: repeat(2, 1fr); } } @media only screen and (max-width: 599px) { .grid-container { grid-template-columns: 1fr; } }
css/index.css
html, body { margin: 0; font-family: 'Lato', Arial, Helvetica, sans-serif; color: #fff; background-color: #666; } a { color: #acf; text-decoration: none; } a:visited { color: #f9f; } h1, h2, h3, p { margin: 0.5rem; } input[type=number] { margin: 0.2rem; padding: 0.5rem; width: 50%; min-width: 6rem; font-size: 1rem; border: none; border-radius: 1rem; appearance: textfield; -webkit-appearance: textfield; -moz-appearance: textfield; } button { margin: 0; padding: 0.5rem 2rem; color: #fff; background-color: #444; font-size: 1rem; font-family: 'Lato', sans-serif; border: none; border-radius: 2rem; } button:hover, button:focus { background-color: #555; box-shadow: 0 0.2rem #aaa; } button:active { padding-top: 0.6rem; padding-bottom: 0.4rem; background-color: #444; box-shadow: 0 0.1rem #777; } .container { padding: 2vmin; } .header, .gameMenu, .casinoArea, .inputArea, .resultArea, .footer { width: 100%; text-align: center; } .header { background-color: #444; } .title { position: relative; margin: 0; } .gameMenu { background-color: #555; } .grid-container { padding: 0 10% 0 10%; width: 80%; display: inline-grid; grid-gap: 1%; } .grid-item, .casino-item { position: relative; overflow: hidden; background-color: #111; } .casino-item { padding: 1rem; } .grid-item:hover .game-content, .grid-item:focus .game-content { font-size: 2rem; -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .grid-item:after { content: ""; display: block; padding-bottom: 100%; } .game-content { position: absolute; display: flex; width: 100%; height: 100%; text-align: center; -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s; } .game-content p { margin: auto; padding: 15%; width: 80%; font-size: 1.5rem; text-align: center; background-color: #000a; } .bg-snake, .bg-yahtzee, .bg-blackjack, .bg-dungeon { background-size: cover; background-position: center; background-repeat: no-repeat; } .bg-snake { background-image: url(../images/snake.svg); } .bg-yahtzee { background-image: url(../images/yahtzee.svg); } .bg-blackjack { background-image: url(../images/blackjack.svg); } .bg-dungeon { background-image: url(../images/dungeon.svg); } .casino-result { max-height: 26rem; overflow-y: auto; } .casino-result p { color: #000; background-color: #ddd; font-size: 1.5rem; } #wheel-result p { color: #fff; } table, tr, td { border: none; border-collapse: collapse; } #slots-result :first-child { margin-top: 0.5rem; } #slot-table { width: 100%; font-size: 1.5rem; } #slot-table tr { width: 100%; } #slot-table td { padding: 0.5vmin; border-left: 2px solid #000; border-right: 2px solid #000; } @media only screen and (min-width: 1200px) { .grid-container { grid-template-columns: repeat(4, 1fr); } } @media only screen and (max-width: 1199px) { .grid-container { grid-template-columns: repeat(2, 1fr); } } @media only screen and (max-width: 599px) { .grid-container { grid-template-columns: 1fr; } }
0.411466
0.074064
@media (min-width: 992px){ .typo-line{ padding-left: 140px; margin-bottom: 40px; position: relative; } .typo-line .category{ transform: translateY(-50%); top: 50%; left: 0px; position: absolute; } } #map{ position:relative; width:100%; height: calc(100% - 60px); margin-top: 70px; } .places-buttons .btn{ margin-bottom: 30px } .space-70{ height: 70px; display: block; } .sidebar .nav > li.active-pro{ position: absolute; width: 100%; bottom: 10px; } .tim-row{ margin-bottom: 20px; } .tim-typo{ padding-left: 25%; margin-bottom: 40px; position: relative; } .tim-typo .tim-note{ bottom: 10px; color: #c0c1c2; display: block; font-weight: 400; font-size: 13px; line-height: 13px; left: 0; margin-left: 20px; position: absolute; width: 260px; } .tim-row{ padding-top: 50px; } .tim-row h3{ margin-top: 0; } /*spinner*/ .spinner { /*margin: 100px auto 0;*/ /*width: 100px;*/ margin-bottom: 20px; margin-top: 20px; /*text-align: right;*/ } .spinner > div { width: 15px; height: 15px; background-color: rgba(84, 217, 93, 255); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner-big > div { width: 30px; height: 30px; background-color: #aaaaaa; opacity: 0.7; /*background-color: rgba(84, 217, 93, 255);*/ } .spinner-sm > div { width: 15px; height: 15px; background-color: #aaaaaa; opacity: 0.7; /*background-color: rgba(84, 217, 93, 255);*/ } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } }
public/assets/css/demo.css
@media (min-width: 992px){ .typo-line{ padding-left: 140px; margin-bottom: 40px; position: relative; } .typo-line .category{ transform: translateY(-50%); top: 50%; left: 0px; position: absolute; } } #map{ position:relative; width:100%; height: calc(100% - 60px); margin-top: 70px; } .places-buttons .btn{ margin-bottom: 30px } .space-70{ height: 70px; display: block; } .sidebar .nav > li.active-pro{ position: absolute; width: 100%; bottom: 10px; } .tim-row{ margin-bottom: 20px; } .tim-typo{ padding-left: 25%; margin-bottom: 40px; position: relative; } .tim-typo .tim-note{ bottom: 10px; color: #c0c1c2; display: block; font-weight: 400; font-size: 13px; line-height: 13px; left: 0; margin-left: 20px; position: absolute; width: 260px; } .tim-row{ padding-top: 50px; } .tim-row h3{ margin-top: 0; } /*spinner*/ .spinner { /*margin: 100px auto 0;*/ /*width: 100px;*/ margin-bottom: 20px; margin-top: 20px; /*text-align: right;*/ } .spinner > div { width: 15px; height: 15px; background-color: rgba(84, 217, 93, 255); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner-big > div { width: 30px; height: 30px; background-color: #aaaaaa; opacity: 0.7; /*background-color: rgba(84, 217, 93, 255);*/ } .spinner-sm > div { width: 15px; height: 15px; background-color: #aaaaaa; opacity: 0.7; /*background-color: rgba(84, 217, 93, 255);*/ } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } }
0.303938
0.069258
header { background: #37454d; color: white; } .border-left-radius-0 { border-bottom-left-radius: 0; border-top-left-radius: 0; } .border-right-radius-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; } .bg-color { background-color: #37454d; color: white; } .lh-10 { line-height: 10px; } .bg-main { background-color: #dadde1; } .btn-map { height: 40px; width: 150px; background-image: url(map.jpg); border: 1px solid white; } #map-btn { border: groove; background: white; margin-left: 25%; margin-top: 2%; } .card-direction-row { flex-direction: row !important; width: fit-content; } .image-size { height: 250px; width: 250px; } #stars { color: coral; } .info-hotels { /* width: 25%; */ display: flex; flex-direction: column; justify-content: space-between; width: auto; height: auto; } .info-hotels>div>h6 { flex: 1 1 0; } .no-borders { border: 0 !important; text-align: center; } h6>button { background-color: green; color: white; } section { background-color: white; } .deal-buttons { display: block; width: 100%; background-color: green; color: white; border: none; } .flexing { display: flex; flex-direction: column; justify-content: space-between; } #website, #website2, #price-hotel, #price-hotel2, #price-hotel-nights, #price-hotel-nights2 { color: green; font: bold; } #website{ padding-top: 85px; font-size: larger; } .price-nights { flex: 1 1 0; } #more-deals { border: none; font-weight: bold; } .no-border{ border: none; border-radius: 0rem; } #check-out { border-left: 10px orangered solid; } #check-in { border-left: 10px royalblue solid; } /* HOVERS */ #search-btn:hover { color: #007bff; background-color: #fff; border-color: #fff; } #map-btn:hover { color: #0e8d2e; background-color: rgb(122, 148, 63); border-color: #fff; font-weight: bold; } #deal-btn:hover, #deal-btn2:hover { color: green; background-color: white; font-weight: bold; border: 1px solid black; } .hoverable-links:hover { color: #007bff; background-color: aqua; } { box-sizing: border-box; } body { font: 16px Arial; } /*the container must be positioned relative:*/ .autocomplete { position: relative; display: inline-block; } input { border: 1px solid transparent; background-color: #f1f1f1; padding: 10px; font-size: 16px; } input[type=text] { background-color: #fff; width: 100%; } input[type=submit] { background-color: DodgerBlue; color: #fff; cursor: pointer; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: white; border-bottom: 1px solid #d4d4d4; color: black; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color:white; color:black; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; }
trivago.css
header { background: #37454d; color: white; } .border-left-radius-0 { border-bottom-left-radius: 0; border-top-left-radius: 0; } .border-right-radius-0 { border-top-right-radius: 0; border-bottom-right-radius: 0; } .bg-color { background-color: #37454d; color: white; } .lh-10 { line-height: 10px; } .bg-main { background-color: #dadde1; } .btn-map { height: 40px; width: 150px; background-image: url(map.jpg); border: 1px solid white; } #map-btn { border: groove; background: white; margin-left: 25%; margin-top: 2%; } .card-direction-row { flex-direction: row !important; width: fit-content; } .image-size { height: 250px; width: 250px; } #stars { color: coral; } .info-hotels { /* width: 25%; */ display: flex; flex-direction: column; justify-content: space-between; width: auto; height: auto; } .info-hotels>div>h6 { flex: 1 1 0; } .no-borders { border: 0 !important; text-align: center; } h6>button { background-color: green; color: white; } section { background-color: white; } .deal-buttons { display: block; width: 100%; background-color: green; color: white; border: none; } .flexing { display: flex; flex-direction: column; justify-content: space-between; } #website, #website2, #price-hotel, #price-hotel2, #price-hotel-nights, #price-hotel-nights2 { color: green; font: bold; } #website{ padding-top: 85px; font-size: larger; } .price-nights { flex: 1 1 0; } #more-deals { border: none; font-weight: bold; } .no-border{ border: none; border-radius: 0rem; } #check-out { border-left: 10px orangered solid; } #check-in { border-left: 10px royalblue solid; } /* HOVERS */ #search-btn:hover { color: #007bff; background-color: #fff; border-color: #fff; } #map-btn:hover { color: #0e8d2e; background-color: rgb(122, 148, 63); border-color: #fff; font-weight: bold; } #deal-btn:hover, #deal-btn2:hover { color: green; background-color: white; font-weight: bold; border: 1px solid black; } .hoverable-links:hover { color: #007bff; background-color: aqua; } { box-sizing: border-box; } body { font: 16px Arial; } /*the container must be positioned relative:*/ .autocomplete { position: relative; display: inline-block; } input { border: 1px solid transparent; background-color: #f1f1f1; padding: 10px; font-size: 16px; } input[type=text] { background-color: #fff; width: 100%; } input[type=submit] { background-color: DodgerBlue; color: #fff; cursor: pointer; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; border-bottom: none; border-top: none; z-index: 99; /*position the autocomplete items to be the same width as the container:*/ top: 100%; left: 0; right: 0; } .autocomplete-items div { padding: 10px; cursor: pointer; background-color: white; border-bottom: 1px solid #d4d4d4; color: black; } /*when hovering an item:*/ .autocomplete-items div:hover { background-color:white; color:black; } /*when navigating through the items using the arrow keys:*/ .autocomplete-active { background-color: DodgerBlue !important; color: #ffffff; }
0.417865
0.153296
| _ _ | | | | ___ __ _(_)_ __ | | | | / _ \ / _` | | '_ \ | | | |__| (_) | (_| | | | | | | | |_____\___/ \__, |_|_| |_| | | |___/ | +--------------------------------------------------------------------------+ | Styling of the login page (when not HTTP Basic Auth is used) | '-------------------------------------------------------------------------*/ body.main { background-image: url("images/login_dark_bg.png"); background-position: center; text-align: center; vertical-align: middle; } div#login { background-image: url("images/login_spotlight.png"); background-repeat: no-repeat; width: 770px; height: 605px; position: absolute; top: 50%; left: 50%; margin: -276px 0px 0px -386px; /* border: 1px solid yellow; */ } body.main.screenshotmode div#login { background-image: url(""); } img#login_window { width: 370px; height: 230px; position: relative; left: 10px; top: 160px; float: none; } label { color: white; } #version { position: absolute; text-align: right; width: 150px; top: 173px; left: 415px; color: white; font-size: 8pt; } #label_user, #label_pass { left: 264px; } #input_user, #input_pass { left: 330px; } #label_user { position: absolute; top: 275px; } #input_user { position: absolute; top: 270px; } #label_pass { position: absolute; top: 315px; } #input_pass { position: absolute; top: 310px; } #input_user, #input_pass { width: 150px; height: 17px; border: none; border-radius: 0px; outline: none; padding: 3px 5px 3px 5px; background-image: url("images/login_input_normal.png"); background-repeat: no-repeat; box-shadow: none; } .inputerror #input_user, .inputerror #input_pass { background-image: url("images/login_input_error.png"); background-repeat: no-repeat; } #button_login { position: absolute; top: 345px; left: 505px; } #button_login img { width: 63px; height: 32px; } #button_text { position: absolute; top: 356px; left: 513px; text-align: center; width: 61px; color: white; z-index: 100; font-size: 10px; text-transform: uppercase; } #login_error { position: absolute; top: 347px; left: 320px; width: 180px; height: 30px; z-index: 100; background-image: url("images/login_error_message.png"); background-repeat: no-repeat; border: none; margin: 0px; padding: 0px; } #login_error div.error { border-style: none; background-color: transparent; margin: 0px; padding: 8px 0px 0px 0px; color: black; border-radius: 0; box-shadow: 0 0 0; } #foot { position: absolute; text-align: center; top: 400px; left: 220px; width: 350px; color: white; font-size: 8pt; } #foot a, #foot a:hover { color: white; }
omd/versions/1.2.8p15.cre/share/check_mk/web/htdocs/login.css
| _ _ | | | | ___ __ _(_)_ __ | | | | / _ \ / _` | | '_ \ | | | |__| (_) | (_| | | | | | | | |_____\___/ \__, |_|_| |_| | | |___/ | +--------------------------------------------------------------------------+ | Styling of the login page (when not HTTP Basic Auth is used) | '-------------------------------------------------------------------------*/ body.main { background-image: url("images/login_dark_bg.png"); background-position: center; text-align: center; vertical-align: middle; } div#login { background-image: url("images/login_spotlight.png"); background-repeat: no-repeat; width: 770px; height: 605px; position: absolute; top: 50%; left: 50%; margin: -276px 0px 0px -386px; /* border: 1px solid yellow; */ } body.main.screenshotmode div#login { background-image: url(""); } img#login_window { width: 370px; height: 230px; position: relative; left: 10px; top: 160px; float: none; } label { color: white; } #version { position: absolute; text-align: right; width: 150px; top: 173px; left: 415px; color: white; font-size: 8pt; } #label_user, #label_pass { left: 264px; } #input_user, #input_pass { left: 330px; } #label_user { position: absolute; top: 275px; } #input_user { position: absolute; top: 270px; } #label_pass { position: absolute; top: 315px; } #input_pass { position: absolute; top: 310px; } #input_user, #input_pass { width: 150px; height: 17px; border: none; border-radius: 0px; outline: none; padding: 3px 5px 3px 5px; background-image: url("images/login_input_normal.png"); background-repeat: no-repeat; box-shadow: none; } .inputerror #input_user, .inputerror #input_pass { background-image: url("images/login_input_error.png"); background-repeat: no-repeat; } #button_login { position: absolute; top: 345px; left: 505px; } #button_login img { width: 63px; height: 32px; } #button_text { position: absolute; top: 356px; left: 513px; text-align: center; width: 61px; color: white; z-index: 100; font-size: 10px; text-transform: uppercase; } #login_error { position: absolute; top: 347px; left: 320px; width: 180px; height: 30px; z-index: 100; background-image: url("images/login_error_message.png"); background-repeat: no-repeat; border: none; margin: 0px; padding: 0px; } #login_error div.error { border-style: none; background-color: transparent; margin: 0px; padding: 8px 0px 0px 0px; color: black; border-radius: 0; box-shadow: 0 0 0; } #foot { position: absolute; text-align: center; top: 400px; left: 220px; width: 350px; color: white; font-size: 8pt; } #foot a, #foot a:hover { color: white; }
0.617974
0.135061
@charset "UTF-8"; body { background-color: #000; } #sneakerContent { background-color: #fff; } /*! LAYOUT */ #sneakerSearch { position: relative; max-height: 0; overflow: hidden; background-color: #000; transition: all 1s;} #sneakerSearch .search-brand { margin: 0 auto; max-width: 780px; } #sneakerSearch .search-brand > ul { width: 100%; overflow: hidden; } #sneakerSearch .search-brand > ul li { position: relative; float: left; width: 10%; height: 50px; text-align: center; text-align: center; } #sneakerSearch .search-brand > ul li > div { margin: 0 auto; width: 50px; height: 50px; background-position: 50% 0; background-size: cover; background-repeat: no-repeat;} #sneakerSearch .search-brand > ul li a { display: inline-block; position: absolute; top: 0; left: 0; padding-top: 13px; width: 100%; text-decoration: none; font-size: 22px; color: #fff; opacity: 0; cursor: pointer;} #sneakerSearch .search-brand > ul li:hover > div { opacity: 0.6; } #sneakerSearch .search-brand > ul li:hover a { opacity: 0.8; } #sneakerSearch .search-brand > ul li.no1 > div { background-image: url("../images/common/jordan1.png"); } #sneakerSearch .search-brand > ul li.no2 > div { background-image: url("../images/common/jordan2.png"); } #sneakerSearch .search-brand > ul li.no3 > div { background-image: url("../images/common/jordan3.png"); } #sneakerSearch .search-brand > ul li.no4 > div { background-image: url("../images/common/jordan4.png"); } #sneakerSearch .search-brand > ul li.no5 > div { background-image: url("../images/common/jordan5.png"); } #sneakerSearch .search-brand > ul li.no6 > div { background-image: url("../images/common/jordan6.png"); } #sneakerSearch .search-brand > ul li.no7 > div { background-image: url("../images/common/jordan7.png"); } #sneakerSearch .search-brand > ul li.no8 > div { background-image: url("../images/common/jordan8.png"); } #sneakerSearch .search-brand > ul li.no9 > div { background-image: url("../images/common/jordan9.png"); } #sneakerSearch .search-brand > ul li.no10 > div { background-image: url("../images/common/jordan10.png"); } #sneakerSearch .search-brand > ul li.no11 > div { background-image: url("../images/common/jordan11.png"); } #sneakerSearch .search-brand > ul li.no12 > div { background-image: url("../images/common/jordan12.png"); } #sneakerSearch .search-brand > ul li.no13 > div { background-image: url("../images/common/jordan13.png"); } #sneakerSearch .search-brand > ul li.no14 > div { background-image: url("../images/common/jordan14.png"); } #sneakerSearch .search-brand > ul li.no15 > div { background-image: url("../images/common/jordan15.png"); } #sneakerSearch .search-brand > ul li.no16 > div { background-image: url("../images/common/jordan16.png"); } #sneakerSearch .search-brand > ul li.no17 > div { background-image: url("../images/common/jordan17.png"); } #sneakerSearch .search-brand > ul li.no18 > div { background-image: url("../images/common/jordan18.png"); } #sneakerSearch .search-brand > ul li.no19 > div { background-image: url("../images/common/jordan19.png"); } #sneakerSearch .search-brand > ul li.no20 > div { background-image: url("../images/common/jordan20.png"); } #sneakerSearch .search-brand > ul li.no21 > div { background-image: url("../images/common/jordan21.png"); } #sneakerSearch .search-brand > ul li.no22 > div { background-image: url("../images/common/jordan22.png"); } #sneakerSearch .search-brand > ul li.no23 > div { background-image: url("../images/common/jordan23.png"); } #sneakerSearch .search-brand > ul li.no24 > div { background-image: url("../images/common/jordan24.png"); } #sneakerSearch .search-brand > ul li.no25 > div { background-image: url("../images/common/jordan25.png"); } #sneakerSearch .search-brand > ul li.no26 > div { background-image: url("../images/common/jordan26.png"); } #sneakerSearch .search-brand > ul li.no27 > div { background-image: url("../images/common/jordan27.png"); } #sneakerSearch .search-brand > ul li.no28 > div { background-image: url("../images/common/jordan28.png"); } #sneakerSearch .search-brand > ul li.no29 > div { background-image: url("../images/common/jordan29.png"); } #sneakerSearch .search-brand > ul li.no30 > div { background-image: url("../images/common/jordan30.png"); } #sneakerSearch .search-brand > ul li.no31 > div { background-image: url("../images/common/jordan31.png"); } @media (max-width: 780px) { #sneakerSearch .search-brand { width: 100%; } #sneakerSearch .search-brand > ul li { width: 20%; } } @media (max-width: 360px) { #sneakerSearch .search-brand > ul li { width: 33.3%; } } .over #sneakerSearch { max-height: 300px; }
css/sneaker/layout.css
@charset "UTF-8"; body { background-color: #000; } #sneakerContent { background-color: #fff; } /*! LAYOUT */ #sneakerSearch { position: relative; max-height: 0; overflow: hidden; background-color: #000; transition: all 1s;} #sneakerSearch .search-brand { margin: 0 auto; max-width: 780px; } #sneakerSearch .search-brand > ul { width: 100%; overflow: hidden; } #sneakerSearch .search-brand > ul li { position: relative; float: left; width: 10%; height: 50px; text-align: center; text-align: center; } #sneakerSearch .search-brand > ul li > div { margin: 0 auto; width: 50px; height: 50px; background-position: 50% 0; background-size: cover; background-repeat: no-repeat;} #sneakerSearch .search-brand > ul li a { display: inline-block; position: absolute; top: 0; left: 0; padding-top: 13px; width: 100%; text-decoration: none; font-size: 22px; color: #fff; opacity: 0; cursor: pointer;} #sneakerSearch .search-brand > ul li:hover > div { opacity: 0.6; } #sneakerSearch .search-brand > ul li:hover a { opacity: 0.8; } #sneakerSearch .search-brand > ul li.no1 > div { background-image: url("../images/common/jordan1.png"); } #sneakerSearch .search-brand > ul li.no2 > div { background-image: url("../images/common/jordan2.png"); } #sneakerSearch .search-brand > ul li.no3 > div { background-image: url("../images/common/jordan3.png"); } #sneakerSearch .search-brand > ul li.no4 > div { background-image: url("../images/common/jordan4.png"); } #sneakerSearch .search-brand > ul li.no5 > div { background-image: url("../images/common/jordan5.png"); } #sneakerSearch .search-brand > ul li.no6 > div { background-image: url("../images/common/jordan6.png"); } #sneakerSearch .search-brand > ul li.no7 > div { background-image: url("../images/common/jordan7.png"); } #sneakerSearch .search-brand > ul li.no8 > div { background-image: url("../images/common/jordan8.png"); } #sneakerSearch .search-brand > ul li.no9 > div { background-image: url("../images/common/jordan9.png"); } #sneakerSearch .search-brand > ul li.no10 > div { background-image: url("../images/common/jordan10.png"); } #sneakerSearch .search-brand > ul li.no11 > div { background-image: url("../images/common/jordan11.png"); } #sneakerSearch .search-brand > ul li.no12 > div { background-image: url("../images/common/jordan12.png"); } #sneakerSearch .search-brand > ul li.no13 > div { background-image: url("../images/common/jordan13.png"); } #sneakerSearch .search-brand > ul li.no14 > div { background-image: url("../images/common/jordan14.png"); } #sneakerSearch .search-brand > ul li.no15 > div { background-image: url("../images/common/jordan15.png"); } #sneakerSearch .search-brand > ul li.no16 > div { background-image: url("../images/common/jordan16.png"); } #sneakerSearch .search-brand > ul li.no17 > div { background-image: url("../images/common/jordan17.png"); } #sneakerSearch .search-brand > ul li.no18 > div { background-image: url("../images/common/jordan18.png"); } #sneakerSearch .search-brand > ul li.no19 > div { background-image: url("../images/common/jordan19.png"); } #sneakerSearch .search-brand > ul li.no20 > div { background-image: url("../images/common/jordan20.png"); } #sneakerSearch .search-brand > ul li.no21 > div { background-image: url("../images/common/jordan21.png"); } #sneakerSearch .search-brand > ul li.no22 > div { background-image: url("../images/common/jordan22.png"); } #sneakerSearch .search-brand > ul li.no23 > div { background-image: url("../images/common/jordan23.png"); } #sneakerSearch .search-brand > ul li.no24 > div { background-image: url("../images/common/jordan24.png"); } #sneakerSearch .search-brand > ul li.no25 > div { background-image: url("../images/common/jordan25.png"); } #sneakerSearch .search-brand > ul li.no26 > div { background-image: url("../images/common/jordan26.png"); } #sneakerSearch .search-brand > ul li.no27 > div { background-image: url("../images/common/jordan27.png"); } #sneakerSearch .search-brand > ul li.no28 > div { background-image: url("../images/common/jordan28.png"); } #sneakerSearch .search-brand > ul li.no29 > div { background-image: url("../images/common/jordan29.png"); } #sneakerSearch .search-brand > ul li.no30 > div { background-image: url("../images/common/jordan30.png"); } #sneakerSearch .search-brand > ul li.no31 > div { background-image: url("../images/common/jordan31.png"); } @media (max-width: 780px) { #sneakerSearch .search-brand { width: 100%; } #sneakerSearch .search-brand > ul li { width: 20%; } } @media (max-width: 360px) { #sneakerSearch .search-brand > ul li { width: 33.3%; } } .over #sneakerSearch { max-height: 300px; }
0.192046
0.043528
body{font-family:Heiti,Heiti SC,DroidSans,DroidSansFallback,Arial,"Microsoft YaHei";background-color:#f5f5f5} html{font-size:20px} @media only screen and (min-width:360px){html{font-size:22px!important} } @media only screen and (min-width:376px){html{font-size:23px!important} } @media only screen and (min-width:414px){html{font-size:25px!important} } @media only screen and (min-width:641px){html{font-size:25px!important} } input{font-family:Arial,"Microsoft YaHei",sans-serif} a{text-decoration:none;-webkit-touch-callout:none} a,blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,span,td,textarea,th,ul{margin:0;padding:0} table{border-collapse:collapse;border-spacing:0} fieldset,iframe,img{border:0} :focus{outline:0} address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal} ol,ul{list-style:none} li{list-style:none} caption,th{text-align:left} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400} blockquote:after,blockquote:before,q:after,q:before{content:''} abbr,acronym{border:0;font-variant:normal} img{vertical-align:top;border:none} input,textarea{-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none} button:focus,input:focus,select:focus,textarea:focus{outline:0} input[type=text],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=email],input[type=url],textarea{-webkit-appearance:none;border:1px solid;border-radius:0} input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none} em,i{font-style:normal} li{list-style:none} input[type=checkbox], input[type=radio]{position:relative;width:.75rem;height:.75rem;margin: 0 0.3rem 0 0.75rem;background-color:#F5F5F5;border:.05rem solid #CCC;-webkit-border-radius:50%;border-radius:50%;vertical-align:middle} input[type=checkbox]:checked, input[type=radio]:checked{border-color:#ED5564;background-color:#ED5564} input[type=checkbox]:checked:after, input[type=radio]:checked:after{content:'';position:absolute;left:.1rem;top:.14rem;width:.4rem;height:.2rem;border-left:.065rem solid #fff;border-bottom:.065rem solid #fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)} sup{vertical-align:text-top} sub{vertical-align:text-bottom} .hide{display:none!important} .show{display:block!important} .clearfix{zoom:1} .clearfix:after{display:block;clear:both;content:'\20'} :not(input){-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:none} .posr{position:relative!important} .posa{position:absolute;z-index:auto} .posf{position:fixed} .w20h li{width:20%} .w33h li{width:33.33%} .w50h li{width:50%} .mt5{margin-top:.5rem!important} .mt10{margin-top:1rem!important} .mt20{margin-top:2rem!important} .mt40{margin-top:4rem!important} .mr2{margin-right:.2rem} .mb5{margin-bottom:.5rem!important} .mb20{margin-bottom:2rem!important} .mb-20{margin-bottom:-2rem!important} .mb25{margin-bottom:2.5rem!important} .pl5{padding-left:.5rem} .pb5{padding-bottom:.5rem} .bgc-t{background-color:transparent!important} .opera-tips{color:#D9434E;font-size:14px} .error-tips{display:none;background-color:rgba(255,255,255,.95);border:solid .05rem #CCC;padding:.8rem .6rem;text-align:center;border-radius:.2rem;position:fixed;z-index:9999;top:40%;left:25%;right:25%;color:#333;font-size:.7rem;line-height:1rem;box-shadow:0 0 1rem rgba(0,0,0,.15)} .error-tips p{font-size:.7rem;line-height:1rem;color:#333} .s-dialog-mask{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BF000000', endColorstr='#BF000000');background:rgba(0,0,0,.75)} .s-dialog-wrapper{position:fixed;z-index:9999;max-width:12rem;min-width:10rem;margin-top:-2rem;border-radius:.2rem} .s-dialog-skin-green{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-skin-block{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-skin-red{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-content{padding:.8rem .6rem;text-align:center;font-size:.75rem;line-height:.9rem} .s-dialog-skin-green .s-dialog-content{color:#000} .s-dialog-skin-red .s-dialog-content{color:#000} .s-dialog-skin-block .s-dialog-content{color:#000} .s-dialog-content h6{display:block;font-size:.55rem;line-height:.9rem;color:#333} .s-dialog-btn-wapper{display:block;padding:.6rem 0;border-top:solid .05rem rgba(0,0,0,.15);font-size:0} .s-dialog-btn-wapper a{display:inline-block;width:49%;font-size:.7rem;font-weight:600;line-height:.9rem;color:#0080FF;text-align:center} .s-dialog-btn-wapper a:last-child{border-left:solid .05rem rgba(0,0,0,.15)} .s-dialog-skin-block .s-dialog-btn-wapper a{color:#0080FF} #scroller{position:absolute;z-index:1;-webkit-tap-highlight-color:transparent;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none} #scroller ul{list-style:none;padding:0;margin:0;width:100%;text-align:left} #scroller li{padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #ccc;border-top:1px solid #fff;background-color:#fafafa;font-size:14px} .fixed-Width{min-width:320px;max-width:640px;margin:0 auto} .header,header{background:#F8F8F8;height:1.95rem;position:absolute;z-index:8;top:0;left:0;right:0;bottom:auto;border-bottom:solid .05rem #EEE} header.fixed{position:fixed;background:rgba(248,248,248,.95);z-index:9} .header-wrap{display:block;max-width:320px;max-width:640px;margin:0 auto;text-align:center} .header-l{display:block;width:1.95rem;height:1.95rem;position:absolute;top:0;left:0} .header-l a{position:relative;z-index:1;display:inline-block;width:1rem;height:1rem;padding:.4775rem} .header-l a i{display:block;width:100%;height:100%} .header-l a i.back{width:80%;height:80%;margin:10%;background-image:url(../Images/arrow_left_b.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.75} .header-l a i.close{width:80%;height:80%;margin:10%;background-image:url(../Images/close_window.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.75} .header-l a i.set{background-image:url(../Images/set_b.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.65} .header-l a i.home{width:80%;height:80%;margin:10%;background-image:url(../Images/home_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:90%;opacity:.7} .header-title{ position: absolute; top:0px; left:50%; margin-left:-5rem; width:10rem; text-align:center; z-index:10} .header-title h1{font-size:.8rem;line-height:1.95rem;height:1.95rem} .header-inp{position:relative;display:block;height:1.4rem;border:solid .05rem #DEDEDE;border-radius:.2rem;margin:.275rem 2.5rem 0 2rem;background-color:#FFF;text-align:left} .header-inp .icon{float:left;vertical-align:top;width:1rem;height:1rem;margin:.2rem .1rem;background-image:url(../Images/search_ico.png);background-repeat:no-repeat;background-position:50% 50%;background-size:70%;opacity:.3} .header-inp .search-input{float:left;width:7.5rem;height:1rem;padding:.2rem 0;font-size:.7rem;line-height:1rem;color:#BBB;vertical-align:top;border:none 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .header-inp .input-del{position:absolute;z-index:1;top:0;right:0;display:none;width:1.38rem;height:1.38rem;background-image:url(../Images/cancel_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:50%;opacity:.2} .header-inp.write .search-input{color:#111} .header-inp.write .input-del{display:block} .header-tab{display:inline-block;height:1.4rem;margin:.275rem auto 0 auto;font-size:0;border-radius:.2rem} .header-tab a{display:inline-block;height:1.3rem;padding:0 1rem;text-align:center;font-size:.68rem;color:#333;line-height:1.3rem;border:solid .05rem #ED5564} .header-tab a:first-child{border-radius:.25rem 0 0 .25rem} .header-tab a:last-child{border-radius:0 .25rem .25rem 0} .header-tab a.cur{color:#FFF;background-color:#ED5564} .header-nav{display:inline-block;margin:0 auto;vertical-align:top;font-size:0;white-space:nowrap} .header-nav li{display:inline-block;vertical-align:top;text-align:center;height:1.95rem} .header-nav li a{display:inline-block;padding:.1rem .25rem;margin:0 .5rem;font-size:.7rem;line-height:1.825rem;color:#333} .header-nav li.cur a{padding:.1rem .05rem 0 .05rem;color:#ED5564;border-bottom:solid .1rem #ED5564;font-size:.8rem;font-weight:600} .header-r{position:absolute;z-index:1;top:0;right:0;font-size:0;text-align:right} .header-r a.text{position:relative;z-index:1;display:inline-block;white-space:nowrap;width:1.6rem;height:.95rem;padding:.6rem .7rem .4rem 0;font-size:.7rem;line-height:.975rem;color:#ED5564} .header-r a{position:relative;z-index:1;display:inline-block;vertical-align:top;width:.95rem;height:.95rem;padding:.5rem .5rem} .header-r a i{display:block;width:100%;height:100%} .header-r a sup{display:none;position:absolute;z-index:1;top:.3rem;right:.3rem;width:.36rem;height:.36rem;background-color:#ED5564;border-radius:100%} .header-r a i.home{background-image:url(../Images/home_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:100%;opacity:.65} i.refresh{background-image:url(../Images/reload_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:85%;opacity:.6} .header-r a i.add{background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-position:50% 50%;background-size:80%;opacity:.65} .header-r a i.save{background-image:url(../Images/save_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:80%;opacity:.65} .header-r a.search-btn{width:2.5rem;height:1.95rem;text-align:center;padding:0;font-size:.7rem;line-height:1.95rem;color:#333} .header-r a.msg-log{width:2.45rem;height:1.95rem;padding:0} .header-r a.msg-log i{background-image:url(../Images/msg_log_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:70%;opacity:.7} .nctouch-nav-layout{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent} .nctouch-nav-menu{display:block;position:absolute;top:1.2rem;right:.2rem;width:5rem} .nctouch-nav-menu .arrow{display:block;float:right;width:0;height:0;margin-right:.4rem;font-size:0;line-height:0;border-width:.4rem;border-color:transparent transparent rgba(85,85,85,.95) transparent;border-style:dashed dashed solid dashed} .nctouch-nav-menu ul{display:block;clear:both;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');background:rgba(85,85,85,.95);border-radius:.2rem} .nctouch-nav-menu li{position:relative;z-index:1;border-bottom:solid .05rem #999} .nctouch-nav-menu li:last-child{border-bottom:none 0} .nctouch-nav-menu li a{display:block;height:.9rem;padding:.5rem;font-size:.6rem;line-height:.9rem;color:#FFF} .nctouch-nav-menu li a i{display:inline-block;width:.72rem;height:.72rem;vertical-align:middle;margin-right:.3rem;background-position:50% 50%;background-size:100%;background-repeat:no-repeat} .nctouch-nav-menu li a i.message{background-image:url(../Images/message_w.png)} .nctouch-nav-menu li a i.cart{background-image:url(../Images/cart_w.png)} .nctouch-nav-menu li a i.home{background-image:url(../Images/home_w.png)} .nctouch-nav-menu li a i.search{background-image:url(../Images/search_w.png)} .nctouch-nav-menu li a i.categroy{background-image:url(../Images/categroy_w.png)} .nctouch-nav-menu li a i.member{background-image:url(../Images/member_w.png)} .nctouch-nav-menu li sup{display:none;position:absolute;z-index:1;top:.5rem;right:.5rem;width:.36rem;height:.36rem;background-color:#ED5564;border-radius:100%} .transparent{background-color:transparent;border-bottom:none} .transparent .header-l a i.set{background-image:url(../Images/set_w.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:1} .transparent .header-nav,.transparent .header-title{display:none} .transparent .header-r a i.more{background-image:url(../Images/more_w.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:1} .transparent .header-r a sup{top:-.05rem;right:-.05rem;width:.35rem;height:.35rem;background-color:#ED5564;border:solid .05rem #FFF;border-radius:100%} .transparent .nctouch-nav-menu .arrow{opacity:.55} .transparent .nctouch-nav-menu ul{background:rgba(85,85,85,.55)} .transparent .nctouch-nav-menu ul li{border-bottom-color:#CCC} header.posf{animation:headerFixed .5s ease-in-out;-webkit-animation:headerFixed .5s ease-in-out} @keyframes headerFixed{from{background-color:transparent;border-bottom-color:transparent} to{background-color:#F8F8F8;border-bottom-color:#EEE} } @-webkit-keyframes headerFixed{from{background-color:transparent;border-bottom-color:transparent} to{background-color:#F8F8F8;border-bottom-color:#EEE} } footer{display:block;position:relative;z-index:1;bottom:0;left:0;right:0;top:auto;width:100%;margin-top:.5rem} .nctouch-footer-wrap{background-color:#FFF;border-top:solid .05rem #EEE} .nctouch-footer-wrap .nav-text{padding:.6rem 0;font-size:0;text-align:center;border-bottom:solid .05rem #EEE} .nctouch-footer-wrap .nav-text a{display:inline-block!important;width:18%;height:.6rem;font-size:.6rem;line-height:.6rem;color:#555!important;border-left:solid .05rem #EEE} .nctouch-footer-wrap .nav-text a:first-child{border-left:0} .nctouch-footer-wrap .nav-pic{padding:.3rem 2rem;font-size:0;text-align:center;border-bottom:solid .05rem #EEE} .nctouch-footer-wrap .nav-pic a{display:inline-block!important;width:33.33%;font-size:.45rem;color:#999!important;text-align:center} .nctouch-footer-wrap .nav-pic a.touch{color:#333!important} .nctouch-footer-wrap .nav-pic a span{display:inline-block;width:1.2rem;height:1.2rem;margin:0 auto;padding:.15rem;border:solid #CCC 1px;border-radius:100%} .nctouch-footer-wrap .nav-pic a.touch span{border-color:#555} .nctouch-footer-wrap .nav-pic a i{display:block;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:80%;opacity:.4} .nctouch-footer-wrap .nav-pic a.app i{background-image:url(../Images/foot_app.png)} .nctouch-footer-wrap .nav-pic a.touch i{background-image:url(../Images/foot_touch.png);opacity:.8} .nctouch-footer-wrap .nav-pic a.pc i{background-image:url(../Images/foot_pc.png)} .nctouch-footer-wrap .copyright{height:1.6rem;font-size:.45rem;line-height:1.6rem;color:#555;text-align:center;text-shadow:1px 1px 0 rgba(255,255,255,1);margin-bottom:2rem} .nctouch-footer-wrap .copyright a{display:inline-block!important;margin:0 .05rem;font-size:.45rem;font-weight:600;color:#555} footer.bottom{position:fixed;z-index:-1;bottom:0} footer.bottom .nav-pic,footer.bottom .nav-text{display:none} footer.bottom .nctouch-footer-wrap{background-color:transparent;border:none} .nctouch-main-layout{display:block;background-color:#F5F5F5; margin-top:2rem} .nctouch-main-layout-a{display:block;position:absolute;top:4rem;right:0;left:0;bottom:0;overflow:hidden;z-index:1} .special-tips{display:block;padding:.4rem 5%} .special-tips p{font-size:.55rem;line-height:.7rem;padding:.2rem .4rem;background:#AAA;color:#FFF;border-radius:.5rem} .nctouch-single-nav{display:block;width:98%;height:1.95rem;padding:0 1%;background:#FFF;border-bottom:solid .05rem #EEE} .nctouch-single-nav ul{display:block;font-size:0;white-space:nowrap;overflow:visible!important} .nctouch-single-nav ul li{display:inline-block;vertical-align:top;text-align:center;height:1.95rem;padding:0!important} .nctouch-single-nav .area li{width:33.33%} .nctouch-single-nav ul li a{display:inline-block;padding:.1rem .05rem;font-size:.6rem;line-height:1.85rem;color:#333} .nctouch-single-nav ul li a i{display:inline-block;width:1rem;height:1rem;vertical-align:middle;margin-right:.1rem;background-position:50% 50%;background-repeat:no-repeat;background-size:70%;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;opacity:1} .nctouch-single-nav ul li.selected a{padding:.1rem .05rem 0 .05rem;color:#ED5564;border-bottom:solid .1rem #ED5564!important} .nctouch-single-nav ul li.selected a i{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:gray;opacity:1} .nctouch-single-nav.fixed{background-color:rgba(248,248,248,.95);position:fixed;z-index:3;top:2rem;left:0;right:0} .nctouch-tag-nav{background-color:#EEE;padding:.5rem .5rem 0 .5rem} .nctouch-tag-nav ul{font-size:0;display:block} .nctouch-tag-nav ul li{display:inline-block;background-color:#AAA;margin:0 .5rem .5rem 0;border-radius:.2rem} .nctouch-tag-nav ul li.selected{background-color:#ED5564} .nctouch-tag-nav ul li a{display:block;height:.9rem;padding:.2rem .5rem;font-size:.6rem;line-height:.9rem;color:#FFF} .nctouch-default-list-tit{font-size:.7rem;line-height:1rem;padding:.5rem} .nctouch-default-list{overflow:hidden;padding:0 0 0 .5rem;background-color:#FFF;border-top:solid .05rem #EEE;border-bottom:solid .05rem #EEE} .nctouch-default-list li{position:relative;z-index:1;display:block;clear:both;overflow:hidden;padding:.5rem 0;line-height:1rem;border-top:solid .05rem #EEE} .nctouch-default-list li:first-child{border-top:none} .nctouch-default-list li a{display:block;overflow:hidden;font-size:.65rem;color:#000} .nctouch-default-list li h4{float:left;margin-left:.3rem;font-size:.7rem;line-height:1rem;color:#333} .nctouch-default-list li h4 i{display:inline-block;vertical-align:top;margin-right:.2rem;width:.9rem;height:.9rem;opacity:.5;background-position:50% 50%;background-repeat:no-repeat;background-size:80%} .nctouch-default-list li h6{float:left;clear:both;margin-left:.3rem;font-size:.55rem;line-height:1rem;color:#888} .nctouch-default-list li span.num{float:right;margin-right:1.2rem;font-size:.6rem;line-height:1rem} .nctouch-default-list li span.tip{position:absolute;z-index:1;top:50%;right:1.2rem;height:.9rem;margin-top:-.4rem;font-size:.6rem;line-height:.9rem;color:#111} .nctouch-default-list li span.arrow-r{position:absolute;z-index:1;top:50%;right:.5rem;display:block;width:.6rem;height:.6rem;margin-top:-.3rem;background-image:url(../Images/arrow_right_b.png);background-repeat:50% 50%;background-repeat:no-repeat;background-size:90%;opacity:.65} .nctouch-default-list li span.pics{float:right;margin-right:1.2rem;font-size:.6rem;line-height:1rem} .nctouch-default-list li span.pics img{width:1rem;height:1rem} .nctouch-inp-con{display:block;clear:both} .nctouch-inp-con ul{background:#FFF} .nctouch-inp-con ul li{position:relative;display:block;min-height:1.95rem;margin-left:.5rem;background-color:#FFF;border-bottom:solid #EEE .05rem} .nctouch-inp-con ul li:nth-last-child(1){border-bottom:none 0} .nctouch-inp-con ul li.upload-item{height:2.55rem} .nctouch-inp-con ul li h4{position:absolute;z-index:1;top:0;left:0;width:3rem;font-size:.6rem;line-height:1.95rem;color:#444;text-align:right} .nctouch-inp-con ul li .input-box{display:block;line-height:1.95rem;margin:0 .5rem 0 3.5rem;position:relative;z-index:1; font-size:0.6rem} .nctouch-inp-con ul li.upload-item .input-box{height:1.95rem;padding:.3rem 0} .nctouch-inp-con ul li .input-box .inp{width:100%; background:none;min-height:.95rem;padding:.5rem 0;border:0 none;font-size:.6rem;line-height:.95rem;color:#000} .nctouch-inp-con ul li .input-box .input-del{position:absolute;z-index:1;top:.5rem;right:.5rem;display:none;width:.975rem;height:.975rem;background-image:url(../Images/cancel_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:60%;opacity:.4} .nctouch-inp-con ul li .input-box.write .input-del{display:block} .nctouch-inp-con ul li .input-box .txt{margin:0 0 0 1.5rem;font-size:.7rem;line-height:1.95rem;color:#555} .nctouch-inp-con ul li .input-box .note{position:absolute;z-index:1;right:0;top:.25rem;height:1.6rem;text-align:right} .nctouch-inp-con ul li .input-box .note em{display:block;vertical-align:top;font-size:.6rem;font-weight:600;color:#36BC9B;line-height:.8rem} .nctouch-inp-con ul li .input-box .note h6{display:block;vertical-align:top;font-size:.55rem;color:#999;line-height:.8rem} .nctouch-inp-con ul li .input-box .select{margin:0;font-size:.55rem;background-color:transparent;line-height:1.95rem;border:0 none;appearance:none;max-width:5rem; min-width:2rem} .nctouch-inp-con ul li .input-box .arrow-down{position:absolute;z-index:1;top:.7rem;right:0;display:block;width:.975rem;height:.975rem;background-image:url(../Images/arrow_down_b.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:50%;opacity:.5} .nctouch-inp-con .form-btn{margin-top:1rem} .nctouch-inp-con .form-btn .btn{display:inline-block;width:90%;height:1.8rem;padding:0;margin:0 5%;font-size:.8rem;line-height:1.8rem;text-align:center;color:#888;background:#EEE;border:none;border-radius:.2rem} .nctouch-inp-con .form-btn.ok .btn{color:#FFF!important;background:#ED5564} .input-box label{display:inline-block!important;height:1.95rem!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;font-size:.7rem!important;line-height:1.95rem!important;color:#555!important} .input-box label.checked{background-color:transparent!important;padding:0!important;color:#555!important} .input-box label input[type=checkbox]{display:none} .input-box label .power{position:relative;z-index:1;display:inline-block;vertical-align:middle;width:1.6rem;height:.9rem;margin:0 .2rem;border:solid .05rem #DDD;border-radius:.5rem} .input-box label .power i{position:absolute;z-index:1;top:0;left:0;width:.9rem;height:.9rem;background-color:#FFF;border-radius:100%;box-shadow:.05rem .1rem .25rem rgba(0,0,0,.3)} .input-box label.checked .power{background-color:#48CFAE;border-color:#48CFAE} .input-box label.checked .power i{left:auto;right:0;box-shadow:-.05rem .1rem .25rem rgba(0,0,0,.3)} .nctouch-norecord{position:absolute;z-index:-1;top:50%;left:50%;width:10rem;height:8.2rem;margin:-3rem 0 0 -5rem;text-align:center;font-size:0} .nctouch-norecord .norecord-ico{display:inline-block;width:2.2rem;height:2.2rem;padding:.4rem;margin:0 auto;background-color:#DDD;border-radius:100%} .nctouch-norecord .norecord-ico i{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:80%} .nctouch-norecord dl{height:2.75rem;margin-top:.75rem} .nctouch-norecord dl dt{display:block;height:1rem;margin-bottom:.25rem;font-size:.75rem;line-height:1rem} .nctouch-norecord dl dd{display:block;height:1rem;margin-bottom:.5rem;font-size:.55rem;line-height:1rem;color:#999} .nctouch-norecord.search .norecord-ico i{background-image:url(../Images/search_w.png)} .nctouch-norecord.cart .norecord-ico i{background-image:url(../Images/cart_w.png)} .nctouch-norecord.eval .norecord-ico i{background-image:url(../Images/mcc_04_w.png)} .nctouch-norecord.talk .norecord-ico i{background-image:url(../Images/talk_w.png)} .nctouch-norecord.order .norecord-ico i{background-image:url(../Images/order_w.png)} .nctouch-norecord.refund .norecord-ico i{background-image:url(../Images/mcc_05_w.png)} .nctouch-norecord.address .norecord-ico i{background-image:url(../Images/address_w.png)} .nctouch-norecord.favorite-store .norecord-ico i{background-image:url(../Images/store_w.png)} .nctouch-norecord.favorite-goods .norecord-ico i{background-image:url(../Images/favorite_w.png)} .nctouch-norecord.views .norecord-ico i{background-image:url(../Images/goods-browse_w.png)} .nctouch-norecord.signin .norecord-ico i{background-image:url(../Images/mcc_04_w.png)} .nctouch-norecord.pdre .norecord-ico i{background-image:url(../Images/mcc_06_w.png)} .nctouch-norecord.recharge .norecord-ico i{background-image:url(../Images/mcc_07_w.png)} .nctouch-norecord.voucher .norecord-ico i{background-image:url(../Images/mcc_08_w.png)} .nctouch-norecord.redpacket .norecord-ico i{background-image:url(../Images/mcc_09_w.png)} .nctouch-single-nav .area li{width:33.33%} .value-box{display:inline-block;float:right;font-size:0;border:solid .05rem #CCC;border-radius:.2rem} .value-box span{display:inline-block;vertical-align:top;line-height:0} .value-box span a{display:block;width:.4rem;height:.4rem;margin:.4rem;opacity:.65} .value-box span.add{background-color:#FAFAFA;border-radius:0 .2rem .2rem 0} .value-box span.minus{background-color:#FAFAFA;border-radius:.2rem 0 0 .2rem} .value-box span.add a{background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:100%} .value-box span.minus a{background-image:url(../Images/value_minus.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:100%} .value-box span .buy-num{width:1.2rem;height:1.2rem;padding:0;font-size:.6rem;font-weight:lighter;line-height:1.3rem;text-align:center;border:solid #CCC;border-width:0 .05rem;border-radius:0} .btn{vertical-align:top;display:inline-block!important;height:1.1rem;padding:0 .3rem;margin:0 auto;font-size:.6rem;color:#555!important;line-height:1.1rem;text-align:center;background-color:#FFF;border:solid 1px #CCC;border-radius:.15rem} .btn.key{border-color:#ED5564;color:#ED5564!important;font-weight:600} .btn-l{display:inline-block;width:90%;margin:0 5%;font-size:.8rem;line-height:1.8rem;text-align:center;color:#FFF;background:#ED5564;border-radius:.2rem} .nctouch-upload{display:inline-block;width:1.94rem;height:1.94rem;border:solid .05rem #EEE;border-radius:.1rem;vertical-align:top} .nctouch-upload a{position:relative;z-index:1;display:block;width:100%;height:100%} .nctouch-upload span{position:absolute;z-index:3;left:0;top:0;bottom:0;right:0} .nctouch-upload .input-file{width:100%;height:100%;padding:0;margin:0;border:none 0;opacity:0;filter:alpha(opacity=0)} .nctouch-upload p{position:absolute;z-index:1;left:0;top:0;bottom:0;right:0;background-color:transparent} .nctouch-upload p i{display:block;width:100%;height:100%;background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-position:50% 50%;background-size:50%;opacity:.25} .nctouch-upload .pic-thumb{position:absolute;z-index:2;left:0;top:0;bottom:0;right:0;background-color:#FFF;border-radius:.1rem} .nctouch-upload .pic-thumb img{width:95%;height:95%;margin:2.5%} .nctouch-upload .upload-loading{position:absolute;z-index:4;left:0;top:0;bottom:0;right:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3FFFFFFF', endColorstr='#3FFFFFFF');background:rgba(255,255,255,.25);border-radius:.1rem} .nctouch-upload .upload-loading i{display:block;width:100%;height:5%;margin:93% 0 2% 0;background:#4FC0E8;animation:optionLoading .5s ease-in-out;-webkit-animation:optionLoading 1s ease-in-out} @keyframes optionLoading{from{width:0} to{width:100%} } @-webkit-keyframes optionLoading{from{width:0} to{width:100%} } .fix-block-r{width:1.9rem;position:fixed;z-index:5;right:.5rem;bottom:2rem} .fix-block-r a{display:block;width:1.95rem;height:1.95rem;background:rgba(255,255,255,.85);border-radius:100%;border:solid .05rem #EEE} .fix-block-r a i{width:100%;height:100%;display:block;background-position:50% 50%;background-repeat:no-repeat;background-size:60%;opacity:.5} .fix-block-r a.gotop-btn{margin-top:.25rem} .fix-block-r a.gotop-btn i{background-image:url(../Images/gotop_b.png)} .fix-block-r a.browse-btn i{background-image:url(../Images/goods_browse_b.png)} .scroller-body{top:0;bottom:60px;right:0;left:0;position:absolute;z-index:auto} .loading{text-align:center;display:block;padding:1rem 0;font-size:.55rem;color:#666} .spinner{display:inline-block;vertical-align:middle;margin-right:.4em;font-size:1em;width:1em;height:1em;text-align:left;border-radius:50%;box-shadow:inset 0 0 0 .1em rgba(58,168,237,.3)} .spinner i{position:absolute;clip:rect(0,1em,1em,.5em);width:1em;height:1em;animation:spinner-circle-clipper 1s ease-in-out infinite;-webkit-animation:spinner-circle-clipper 1s ease-in-out infinite} @keyframes spinner-circle-clipper{0%{transform:rotate(0)} 100%{transform:rotate(180deg)} } @-webkit-keyframes spinner-circle-clipper{0%{-webkit-transform:rotate(0)} 100%{-webkit-transform:rotate(180deg)} } .spinner i:after{position:absolute;clip:rect(0,1em,1em,.5em);width:1em;height:1em;content:'';animation:spinner-circle 1s ease-in-out infinite;-webkit-animation:spinner-circle 1s ease-in-out infinite;border-radius:50%;box-shadow:inset 0 0 0 .1em #3aa8ed} @keyframes spinner-circle{0%{transform:rotate(-180deg)} 100%{transform:rotate(180deg)} } @-webkit-keyframes spinner-circle{0%{-webkit-transform:rotate(-180deg)} 100%{-webkit-transform:rotate(180deg)} } .pre-loading{background:rgba(248,248,248,.95);position:fixed;z-index:999;top:0;right:0;bottom:0;left:0} .pre-block{text-align:center;position:absolute;z-index:1;width:6rem;height:1rem;font-size:.55rem;color:#666;top:50%;left:50%;margin:-.5rem 0 0 -3rem} .footnav{min-width:320px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');background:rgba(85,85,85,.95);padding-bottom:.2rem;bottom:0;font-size:.28rem;height:2.2rem;position:fixed;width:100%;z-index:6} .footnav ul{font-size:0} .footnav ul li{vertical-align:top;display:inline-block;text-align:center;width:20%;padding:.2rem 0 .2rem 0} .footnav ul li a{display:block;position:relative} .footnav ul li a em{background-color:#ED5564;width:.3rem;height:.3rem;border-radius:100%;position:absolute;top:-.15rem;right:.85rem} .footnav ul li i{vertical-align:top;display:inline-block;width:1rem;height:1rem;margin:0 auto .1rem auto;opacity:.5} i.home{background-image:url(../Images/home_b.png);background-size:cover} i.categroy{background-image:url(../Images/browse_list_w.png);background-size:cover} i.search{background-image:url(../Images/search_w.png);background-size:cover} i.cart{background-image:url(../Images/cart_w.png);background-size:cover} i.member{background-image:url(../Images/member_w.png);background-size:cover} i.icon-add{background-image:url(../images/location_b.png);background-size:cover;display:inline-block; width:0.6rem; height:0.6rem; margin-right:0.6rem} i.icon-store{background-image:url(../images/store_b.png);background-size:cover;display:inline-block; width:0.6rem; height:0.6rem; margin-right:0.6rem} .footnav ul li p{font-size:.55rem;color:#fff;line-height:1rem;height:1rem} #article-content{font-size:.7rem;background:#fff;padding:10px;min-width:320px;min-height:320px;margin:0 auto;overflow:hidden} .article_type{padding-top:30px;color:#6d6d6d;line-height:40px;height:40px;display:block;text-align:center;width:100%;font-size:20px;font-weight:700} .article-list{margin-top:1.95rem} .article-class,.article-list{padding:1px 0 0} .article-class-item,.article-list-item{padding-right:50px;padding-left:10px;border-bottom:1px dotted #ded6c9} .article-class-item a,.article-list-item a{display:block;color:#6d6d6d;line-height:40px} .article-class-item,.article-list-item{cursor:pointer;font-size:14px;position:relative} .article-title{color:#6d6d6d;line-height:40px;height:40px;display:block;text-align:center;width:100%;font-size:20px;font-weight:700;font-weight:bolder;text-align:center;font-size:.8rem} .car-pay{ font-size:0.7rem; border:1px solid #eee; border-radius:0.5rem; padding:0.6rem} .tabPanel ul{height:30px;border-bottom:1px solid #aaa;} .tabPanel ul li{ float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:11px;height:29px;line-height:30px;width:111px;text-align:center;cursor:pointer;text-shadow:0 1px 0 #fff; border-radius:4px 4px 0 0;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);background:#ddd; background:-moz-linear-gradient(top, #eee, #ddd); background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); } .tabPanel li.hit{border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff; background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));background:-moz-linear-gradient(top, #e1e1e1, #fff); } .Panelcontent div{border:1px solid #aaa;border-top:0;min-height:100px;background-color:#fff;display:none;} .Panelcontent div.hit{ display:block} .Panelcontent div p{padding:15px 15px 0 10px;} .Panelcontent div h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;} #ordershow, #cartlist, #orderlist{ margin-top:2rem} .layui-layer-btn a{ font-size:0.6rem}
zzzphp/plugins/template/css/base.css
body{font-family:Heiti,Heiti SC,DroidSans,DroidSansFallback,Arial,"Microsoft YaHei";background-color:#f5f5f5} html{font-size:20px} @media only screen and (min-width:360px){html{font-size:22px!important} } @media only screen and (min-width:376px){html{font-size:23px!important} } @media only screen and (min-width:414px){html{font-size:25px!important} } @media only screen and (min-width:641px){html{font-size:25px!important} } input{font-family:Arial,"Microsoft YaHei",sans-serif} a{text-decoration:none;-webkit-touch-callout:none} a,blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,span,td,textarea,th,ul{margin:0;padding:0} table{border-collapse:collapse;border-spacing:0} fieldset,iframe,img{border:0} :focus{outline:0} address,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal} ol,ul{list-style:none} li{list-style:none} caption,th{text-align:left} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400} blockquote:after,blockquote:before,q:after,q:before{content:''} abbr,acronym{border:0;font-variant:normal} img{vertical-align:top;border:none} input,textarea{-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none} button:focus,input:focus,select:focus,textarea:focus{outline:0} input[type=text],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=email],input[type=url],textarea{-webkit-appearance:none;border:1px solid;border-radius:0} input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none} em,i{font-style:normal} li{list-style:none} input[type=checkbox], input[type=radio]{position:relative;width:.75rem;height:.75rem;margin: 0 0.3rem 0 0.75rem;background-color:#F5F5F5;border:.05rem solid #CCC;-webkit-border-radius:50%;border-radius:50%;vertical-align:middle} input[type=checkbox]:checked, input[type=radio]:checked{border-color:#ED5564;background-color:#ED5564} input[type=checkbox]:checked:after, input[type=radio]:checked:after{content:'';position:absolute;left:.1rem;top:.14rem;width:.4rem;height:.2rem;border-left:.065rem solid #fff;border-bottom:.065rem solid #fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)} sup{vertical-align:text-top} sub{vertical-align:text-bottom} .hide{display:none!important} .show{display:block!important} .clearfix{zoom:1} .clearfix:after{display:block;clear:both;content:'\20'} :not(input){-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-text-size-adjust:none} .posr{position:relative!important} .posa{position:absolute;z-index:auto} .posf{position:fixed} .w20h li{width:20%} .w33h li{width:33.33%} .w50h li{width:50%} .mt5{margin-top:.5rem!important} .mt10{margin-top:1rem!important} .mt20{margin-top:2rem!important} .mt40{margin-top:4rem!important} .mr2{margin-right:.2rem} .mb5{margin-bottom:.5rem!important} .mb20{margin-bottom:2rem!important} .mb-20{margin-bottom:-2rem!important} .mb25{margin-bottom:2.5rem!important} .pl5{padding-left:.5rem} .pb5{padding-bottom:.5rem} .bgc-t{background-color:transparent!important} .opera-tips{color:#D9434E;font-size:14px} .error-tips{display:none;background-color:rgba(255,255,255,.95);border:solid .05rem #CCC;padding:.8rem .6rem;text-align:center;border-radius:.2rem;position:fixed;z-index:9999;top:40%;left:25%;right:25%;color:#333;font-size:.7rem;line-height:1rem;box-shadow:0 0 1rem rgba(0,0,0,.15)} .error-tips p{font-size:.7rem;line-height:1rem;color:#333} .s-dialog-mask{position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BF000000', endColorstr='#BF000000');background:rgba(0,0,0,.75)} .s-dialog-wrapper{position:fixed;z-index:9999;max-width:12rem;min-width:10rem;margin-top:-2rem;border-radius:.2rem} .s-dialog-skin-green{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-skin-block{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-skin-red{background-color:rgba(255,255,255,.9);border:solid .05rem #000} .s-dialog-content{padding:.8rem .6rem;text-align:center;font-size:.75rem;line-height:.9rem} .s-dialog-skin-green .s-dialog-content{color:#000} .s-dialog-skin-red .s-dialog-content{color:#000} .s-dialog-skin-block .s-dialog-content{color:#000} .s-dialog-content h6{display:block;font-size:.55rem;line-height:.9rem;color:#333} .s-dialog-btn-wapper{display:block;padding:.6rem 0;border-top:solid .05rem rgba(0,0,0,.15);font-size:0} .s-dialog-btn-wapper a{display:inline-block;width:49%;font-size:.7rem;font-weight:600;line-height:.9rem;color:#0080FF;text-align:center} .s-dialog-btn-wapper a:last-child{border-left:solid .05rem rgba(0,0,0,.15)} .s-dialog-skin-block .s-dialog-btn-wapper a{color:#0080FF} #scroller{position:absolute;z-index:1;-webkit-tap-highlight-color:transparent;width:100%;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none} #scroller ul{list-style:none;padding:0;margin:0;width:100%;text-align:left} #scroller li{padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #ccc;border-top:1px solid #fff;background-color:#fafafa;font-size:14px} .fixed-Width{min-width:320px;max-width:640px;margin:0 auto} .header,header{background:#F8F8F8;height:1.95rem;position:absolute;z-index:8;top:0;left:0;right:0;bottom:auto;border-bottom:solid .05rem #EEE} header.fixed{position:fixed;background:rgba(248,248,248,.95);z-index:9} .header-wrap{display:block;max-width:320px;max-width:640px;margin:0 auto;text-align:center} .header-l{display:block;width:1.95rem;height:1.95rem;position:absolute;top:0;left:0} .header-l a{position:relative;z-index:1;display:inline-block;width:1rem;height:1rem;padding:.4775rem} .header-l a i{display:block;width:100%;height:100%} .header-l a i.back{width:80%;height:80%;margin:10%;background-image:url(../Images/arrow_left_b.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.75} .header-l a i.close{width:80%;height:80%;margin:10%;background-image:url(../Images/close_window.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.75} .header-l a i.set{background-image:url(../Images/set_b.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:.65} .header-l a i.home{width:80%;height:80%;margin:10%;background-image:url(../Images/home_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:90%;opacity:.7} .header-title{ position: absolute; top:0px; left:50%; margin-left:-5rem; width:10rem; text-align:center; z-index:10} .header-title h1{font-size:.8rem;line-height:1.95rem;height:1.95rem} .header-inp{position:relative;display:block;height:1.4rem;border:solid .05rem #DEDEDE;border-radius:.2rem;margin:.275rem 2.5rem 0 2rem;background-color:#FFF;text-align:left} .header-inp .icon{float:left;vertical-align:top;width:1rem;height:1rem;margin:.2rem .1rem;background-image:url(../Images/search_ico.png);background-repeat:no-repeat;background-position:50% 50%;background-size:70%;opacity:.3} .header-inp .search-input{float:left;width:7.5rem;height:1rem;padding:.2rem 0;font-size:.7rem;line-height:1rem;color:#BBB;vertical-align:top;border:none 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .header-inp .input-del{position:absolute;z-index:1;top:0;right:0;display:none;width:1.38rem;height:1.38rem;background-image:url(../Images/cancel_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:50%;opacity:.2} .header-inp.write .search-input{color:#111} .header-inp.write .input-del{display:block} .header-tab{display:inline-block;height:1.4rem;margin:.275rem auto 0 auto;font-size:0;border-radius:.2rem} .header-tab a{display:inline-block;height:1.3rem;padding:0 1rem;text-align:center;font-size:.68rem;color:#333;line-height:1.3rem;border:solid .05rem #ED5564} .header-tab a:first-child{border-radius:.25rem 0 0 .25rem} .header-tab a:last-child{border-radius:0 .25rem .25rem 0} .header-tab a.cur{color:#FFF;background-color:#ED5564} .header-nav{display:inline-block;margin:0 auto;vertical-align:top;font-size:0;white-space:nowrap} .header-nav li{display:inline-block;vertical-align:top;text-align:center;height:1.95rem} .header-nav li a{display:inline-block;padding:.1rem .25rem;margin:0 .5rem;font-size:.7rem;line-height:1.825rem;color:#333} .header-nav li.cur a{padding:.1rem .05rem 0 .05rem;color:#ED5564;border-bottom:solid .1rem #ED5564;font-size:.8rem;font-weight:600} .header-r{position:absolute;z-index:1;top:0;right:0;font-size:0;text-align:right} .header-r a.text{position:relative;z-index:1;display:inline-block;white-space:nowrap;width:1.6rem;height:.95rem;padding:.6rem .7rem .4rem 0;font-size:.7rem;line-height:.975rem;color:#ED5564} .header-r a{position:relative;z-index:1;display:inline-block;vertical-align:top;width:.95rem;height:.95rem;padding:.5rem .5rem} .header-r a i{display:block;width:100%;height:100%} .header-r a sup{display:none;position:absolute;z-index:1;top:.3rem;right:.3rem;width:.36rem;height:.36rem;background-color:#ED5564;border-radius:100%} .header-r a i.home{background-image:url(../Images/home_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:100%;opacity:.65} i.refresh{background-image:url(../Images/reload_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:85%;opacity:.6} .header-r a i.add{background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-position:50% 50%;background-size:80%;opacity:.65} .header-r a i.save{background-image:url(../Images/save_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:80%;opacity:.65} .header-r a.search-btn{width:2.5rem;height:1.95rem;text-align:center;padding:0;font-size:.7rem;line-height:1.95rem;color:#333} .header-r a.msg-log{width:2.45rem;height:1.95rem;padding:0} .header-r a.msg-log i{background-image:url(../Images/msg_log_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:70%;opacity:.7} .nctouch-nav-layout{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent} .nctouch-nav-menu{display:block;position:absolute;top:1.2rem;right:.2rem;width:5rem} .nctouch-nav-menu .arrow{display:block;float:right;width:0;height:0;margin-right:.4rem;font-size:0;line-height:0;border-width:.4rem;border-color:transparent transparent rgba(85,85,85,.95) transparent;border-style:dashed dashed solid dashed} .nctouch-nav-menu ul{display:block;clear:both;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');background:rgba(85,85,85,.95);border-radius:.2rem} .nctouch-nav-menu li{position:relative;z-index:1;border-bottom:solid .05rem #999} .nctouch-nav-menu li:last-child{border-bottom:none 0} .nctouch-nav-menu li a{display:block;height:.9rem;padding:.5rem;font-size:.6rem;line-height:.9rem;color:#FFF} .nctouch-nav-menu li a i{display:inline-block;width:.72rem;height:.72rem;vertical-align:middle;margin-right:.3rem;background-position:50% 50%;background-size:100%;background-repeat:no-repeat} .nctouch-nav-menu li a i.message{background-image:url(../Images/message_w.png)} .nctouch-nav-menu li a i.cart{background-image:url(../Images/cart_w.png)} .nctouch-nav-menu li a i.home{background-image:url(../Images/home_w.png)} .nctouch-nav-menu li a i.search{background-image:url(../Images/search_w.png)} .nctouch-nav-menu li a i.categroy{background-image:url(../Images/categroy_w.png)} .nctouch-nav-menu li a i.member{background-image:url(../Images/member_w.png)} .nctouch-nav-menu li sup{display:none;position:absolute;z-index:1;top:.5rem;right:.5rem;width:.36rem;height:.36rem;background-color:#ED5564;border-radius:100%} .transparent{background-color:transparent;border-bottom:none} .transparent .header-l a i.set{background-image:url(../Images/set_w.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:1} .transparent .header-nav,.transparent .header-title{display:none} .transparent .header-r a i.more{background-image:url(../Images/more_w.png);background-position:50% 50%;background-repeat:no-repeat;background-size:100%;opacity:1} .transparent .header-r a sup{top:-.05rem;right:-.05rem;width:.35rem;height:.35rem;background-color:#ED5564;border:solid .05rem #FFF;border-radius:100%} .transparent .nctouch-nav-menu .arrow{opacity:.55} .transparent .nctouch-nav-menu ul{background:rgba(85,85,85,.55)} .transparent .nctouch-nav-menu ul li{border-bottom-color:#CCC} header.posf{animation:headerFixed .5s ease-in-out;-webkit-animation:headerFixed .5s ease-in-out} @keyframes headerFixed{from{background-color:transparent;border-bottom-color:transparent} to{background-color:#F8F8F8;border-bottom-color:#EEE} } @-webkit-keyframes headerFixed{from{background-color:transparent;border-bottom-color:transparent} to{background-color:#F8F8F8;border-bottom-color:#EEE} } footer{display:block;position:relative;z-index:1;bottom:0;left:0;right:0;top:auto;width:100%;margin-top:.5rem} .nctouch-footer-wrap{background-color:#FFF;border-top:solid .05rem #EEE} .nctouch-footer-wrap .nav-text{padding:.6rem 0;font-size:0;text-align:center;border-bottom:solid .05rem #EEE} .nctouch-footer-wrap .nav-text a{display:inline-block!important;width:18%;height:.6rem;font-size:.6rem;line-height:.6rem;color:#555!important;border-left:solid .05rem #EEE} .nctouch-footer-wrap .nav-text a:first-child{border-left:0} .nctouch-footer-wrap .nav-pic{padding:.3rem 2rem;font-size:0;text-align:center;border-bottom:solid .05rem #EEE} .nctouch-footer-wrap .nav-pic a{display:inline-block!important;width:33.33%;font-size:.45rem;color:#999!important;text-align:center} .nctouch-footer-wrap .nav-pic a.touch{color:#333!important} .nctouch-footer-wrap .nav-pic a span{display:inline-block;width:1.2rem;height:1.2rem;margin:0 auto;padding:.15rem;border:solid #CCC 1px;border-radius:100%} .nctouch-footer-wrap .nav-pic a.touch span{border-color:#555} .nctouch-footer-wrap .nav-pic a i{display:block;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:80%;opacity:.4} .nctouch-footer-wrap .nav-pic a.app i{background-image:url(../Images/foot_app.png)} .nctouch-footer-wrap .nav-pic a.touch i{background-image:url(../Images/foot_touch.png);opacity:.8} .nctouch-footer-wrap .nav-pic a.pc i{background-image:url(../Images/foot_pc.png)} .nctouch-footer-wrap .copyright{height:1.6rem;font-size:.45rem;line-height:1.6rem;color:#555;text-align:center;text-shadow:1px 1px 0 rgba(255,255,255,1);margin-bottom:2rem} .nctouch-footer-wrap .copyright a{display:inline-block!important;margin:0 .05rem;font-size:.45rem;font-weight:600;color:#555} footer.bottom{position:fixed;z-index:-1;bottom:0} footer.bottom .nav-pic,footer.bottom .nav-text{display:none} footer.bottom .nctouch-footer-wrap{background-color:transparent;border:none} .nctouch-main-layout{display:block;background-color:#F5F5F5; margin-top:2rem} .nctouch-main-layout-a{display:block;position:absolute;top:4rem;right:0;left:0;bottom:0;overflow:hidden;z-index:1} .special-tips{display:block;padding:.4rem 5%} .special-tips p{font-size:.55rem;line-height:.7rem;padding:.2rem .4rem;background:#AAA;color:#FFF;border-radius:.5rem} .nctouch-single-nav{display:block;width:98%;height:1.95rem;padding:0 1%;background:#FFF;border-bottom:solid .05rem #EEE} .nctouch-single-nav ul{display:block;font-size:0;white-space:nowrap;overflow:visible!important} .nctouch-single-nav ul li{display:inline-block;vertical-align:top;text-align:center;height:1.95rem;padding:0!important} .nctouch-single-nav .area li{width:33.33%} .nctouch-single-nav ul li a{display:inline-block;padding:.1rem .05rem;font-size:.6rem;line-height:1.85rem;color:#333} .nctouch-single-nav ul li a i{display:inline-block;width:1rem;height:1rem;vertical-align:middle;margin-right:.1rem;background-position:50% 50%;background-repeat:no-repeat;background-size:70%;filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;opacity:1} .nctouch-single-nav ul li.selected a{padding:.1rem .05rem 0 .05rem;color:#ED5564;border-bottom:solid .1rem #ED5564!important} .nctouch-single-nav ul li.selected a i{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:gray;opacity:1} .nctouch-single-nav.fixed{background-color:rgba(248,248,248,.95);position:fixed;z-index:3;top:2rem;left:0;right:0} .nctouch-tag-nav{background-color:#EEE;padding:.5rem .5rem 0 .5rem} .nctouch-tag-nav ul{font-size:0;display:block} .nctouch-tag-nav ul li{display:inline-block;background-color:#AAA;margin:0 .5rem .5rem 0;border-radius:.2rem} .nctouch-tag-nav ul li.selected{background-color:#ED5564} .nctouch-tag-nav ul li a{display:block;height:.9rem;padding:.2rem .5rem;font-size:.6rem;line-height:.9rem;color:#FFF} .nctouch-default-list-tit{font-size:.7rem;line-height:1rem;padding:.5rem} .nctouch-default-list{overflow:hidden;padding:0 0 0 .5rem;background-color:#FFF;border-top:solid .05rem #EEE;border-bottom:solid .05rem #EEE} .nctouch-default-list li{position:relative;z-index:1;display:block;clear:both;overflow:hidden;padding:.5rem 0;line-height:1rem;border-top:solid .05rem #EEE} .nctouch-default-list li:first-child{border-top:none} .nctouch-default-list li a{display:block;overflow:hidden;font-size:.65rem;color:#000} .nctouch-default-list li h4{float:left;margin-left:.3rem;font-size:.7rem;line-height:1rem;color:#333} .nctouch-default-list li h4 i{display:inline-block;vertical-align:top;margin-right:.2rem;width:.9rem;height:.9rem;opacity:.5;background-position:50% 50%;background-repeat:no-repeat;background-size:80%} .nctouch-default-list li h6{float:left;clear:both;margin-left:.3rem;font-size:.55rem;line-height:1rem;color:#888} .nctouch-default-list li span.num{float:right;margin-right:1.2rem;font-size:.6rem;line-height:1rem} .nctouch-default-list li span.tip{position:absolute;z-index:1;top:50%;right:1.2rem;height:.9rem;margin-top:-.4rem;font-size:.6rem;line-height:.9rem;color:#111} .nctouch-default-list li span.arrow-r{position:absolute;z-index:1;top:50%;right:.5rem;display:block;width:.6rem;height:.6rem;margin-top:-.3rem;background-image:url(../Images/arrow_right_b.png);background-repeat:50% 50%;background-repeat:no-repeat;background-size:90%;opacity:.65} .nctouch-default-list li span.pics{float:right;margin-right:1.2rem;font-size:.6rem;line-height:1rem} .nctouch-default-list li span.pics img{width:1rem;height:1rem} .nctouch-inp-con{display:block;clear:both} .nctouch-inp-con ul{background:#FFF} .nctouch-inp-con ul li{position:relative;display:block;min-height:1.95rem;margin-left:.5rem;background-color:#FFF;border-bottom:solid #EEE .05rem} .nctouch-inp-con ul li:nth-last-child(1){border-bottom:none 0} .nctouch-inp-con ul li.upload-item{height:2.55rem} .nctouch-inp-con ul li h4{position:absolute;z-index:1;top:0;left:0;width:3rem;font-size:.6rem;line-height:1.95rem;color:#444;text-align:right} .nctouch-inp-con ul li .input-box{display:block;line-height:1.95rem;margin:0 .5rem 0 3.5rem;position:relative;z-index:1; font-size:0.6rem} .nctouch-inp-con ul li.upload-item .input-box{height:1.95rem;padding:.3rem 0} .nctouch-inp-con ul li .input-box .inp{width:100%; background:none;min-height:.95rem;padding:.5rem 0;border:0 none;font-size:.6rem;line-height:.95rem;color:#000} .nctouch-inp-con ul li .input-box .input-del{position:absolute;z-index:1;top:.5rem;right:.5rem;display:none;width:.975rem;height:.975rem;background-image:url(../Images/cancel_b.png);background-repeat:no-repeat;background-position:50% 50%;background-size:60%;opacity:.4} .nctouch-inp-con ul li .input-box.write .input-del{display:block} .nctouch-inp-con ul li .input-box .txt{margin:0 0 0 1.5rem;font-size:.7rem;line-height:1.95rem;color:#555} .nctouch-inp-con ul li .input-box .note{position:absolute;z-index:1;right:0;top:.25rem;height:1.6rem;text-align:right} .nctouch-inp-con ul li .input-box .note em{display:block;vertical-align:top;font-size:.6rem;font-weight:600;color:#36BC9B;line-height:.8rem} .nctouch-inp-con ul li .input-box .note h6{display:block;vertical-align:top;font-size:.55rem;color:#999;line-height:.8rem} .nctouch-inp-con ul li .input-box .select{margin:0;font-size:.55rem;background-color:transparent;line-height:1.95rem;border:0 none;appearance:none;max-width:5rem; min-width:2rem} .nctouch-inp-con ul li .input-box .arrow-down{position:absolute;z-index:1;top:.7rem;right:0;display:block;width:.975rem;height:.975rem;background-image:url(../Images/arrow_down_b.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:50%;opacity:.5} .nctouch-inp-con .form-btn{margin-top:1rem} .nctouch-inp-con .form-btn .btn{display:inline-block;width:90%;height:1.8rem;padding:0;margin:0 5%;font-size:.8rem;line-height:1.8rem;text-align:center;color:#888;background:#EEE;border:none;border-radius:.2rem} .nctouch-inp-con .form-btn.ok .btn{color:#FFF!important;background:#ED5564} .input-box label{display:inline-block!important;height:1.95rem!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;font-size:.7rem!important;line-height:1.95rem!important;color:#555!important} .input-box label.checked{background-color:transparent!important;padding:0!important;color:#555!important} .input-box label input[type=checkbox]{display:none} .input-box label .power{position:relative;z-index:1;display:inline-block;vertical-align:middle;width:1.6rem;height:.9rem;margin:0 .2rem;border:solid .05rem #DDD;border-radius:.5rem} .input-box label .power i{position:absolute;z-index:1;top:0;left:0;width:.9rem;height:.9rem;background-color:#FFF;border-radius:100%;box-shadow:.05rem .1rem .25rem rgba(0,0,0,.3)} .input-box label.checked .power{background-color:#48CFAE;border-color:#48CFAE} .input-box label.checked .power i{left:auto;right:0;box-shadow:-.05rem .1rem .25rem rgba(0,0,0,.3)} .nctouch-norecord{position:absolute;z-index:-1;top:50%;left:50%;width:10rem;height:8.2rem;margin:-3rem 0 0 -5rem;text-align:center;font-size:0} .nctouch-norecord .norecord-ico{display:inline-block;width:2.2rem;height:2.2rem;padding:.4rem;margin:0 auto;background-color:#DDD;border-radius:100%} .nctouch-norecord .norecord-ico i{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:80%} .nctouch-norecord dl{height:2.75rem;margin-top:.75rem} .nctouch-norecord dl dt{display:block;height:1rem;margin-bottom:.25rem;font-size:.75rem;line-height:1rem} .nctouch-norecord dl dd{display:block;height:1rem;margin-bottom:.5rem;font-size:.55rem;line-height:1rem;color:#999} .nctouch-norecord.search .norecord-ico i{background-image:url(../Images/search_w.png)} .nctouch-norecord.cart .norecord-ico i{background-image:url(../Images/cart_w.png)} .nctouch-norecord.eval .norecord-ico i{background-image:url(../Images/mcc_04_w.png)} .nctouch-norecord.talk .norecord-ico i{background-image:url(../Images/talk_w.png)} .nctouch-norecord.order .norecord-ico i{background-image:url(../Images/order_w.png)} .nctouch-norecord.refund .norecord-ico i{background-image:url(../Images/mcc_05_w.png)} .nctouch-norecord.address .norecord-ico i{background-image:url(../Images/address_w.png)} .nctouch-norecord.favorite-store .norecord-ico i{background-image:url(../Images/store_w.png)} .nctouch-norecord.favorite-goods .norecord-ico i{background-image:url(../Images/favorite_w.png)} .nctouch-norecord.views .norecord-ico i{background-image:url(../Images/goods-browse_w.png)} .nctouch-norecord.signin .norecord-ico i{background-image:url(../Images/mcc_04_w.png)} .nctouch-norecord.pdre .norecord-ico i{background-image:url(../Images/mcc_06_w.png)} .nctouch-norecord.recharge .norecord-ico i{background-image:url(../Images/mcc_07_w.png)} .nctouch-norecord.voucher .norecord-ico i{background-image:url(../Images/mcc_08_w.png)} .nctouch-norecord.redpacket .norecord-ico i{background-image:url(../Images/mcc_09_w.png)} .nctouch-single-nav .area li{width:33.33%} .value-box{display:inline-block;float:right;font-size:0;border:solid .05rem #CCC;border-radius:.2rem} .value-box span{display:inline-block;vertical-align:top;line-height:0} .value-box span a{display:block;width:.4rem;height:.4rem;margin:.4rem;opacity:.65} .value-box span.add{background-color:#FAFAFA;border-radius:0 .2rem .2rem 0} .value-box span.minus{background-color:#FAFAFA;border-radius:.2rem 0 0 .2rem} .value-box span.add a{background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:100%} .value-box span.minus a{background-image:url(../Images/value_minus.png);background-repeat:no-repeat;background-repeat:50% 50%;background-size:100%} .value-box span .buy-num{width:1.2rem;height:1.2rem;padding:0;font-size:.6rem;font-weight:lighter;line-height:1.3rem;text-align:center;border:solid #CCC;border-width:0 .05rem;border-radius:0} .btn{vertical-align:top;display:inline-block!important;height:1.1rem;padding:0 .3rem;margin:0 auto;font-size:.6rem;color:#555!important;line-height:1.1rem;text-align:center;background-color:#FFF;border:solid 1px #CCC;border-radius:.15rem} .btn.key{border-color:#ED5564;color:#ED5564!important;font-weight:600} .btn-l{display:inline-block;width:90%;margin:0 5%;font-size:.8rem;line-height:1.8rem;text-align:center;color:#FFF;background:#ED5564;border-radius:.2rem} .nctouch-upload{display:inline-block;width:1.94rem;height:1.94rem;border:solid .05rem #EEE;border-radius:.1rem;vertical-align:top} .nctouch-upload a{position:relative;z-index:1;display:block;width:100%;height:100%} .nctouch-upload span{position:absolute;z-index:3;left:0;top:0;bottom:0;right:0} .nctouch-upload .input-file{width:100%;height:100%;padding:0;margin:0;border:none 0;opacity:0;filter:alpha(opacity=0)} .nctouch-upload p{position:absolute;z-index:1;left:0;top:0;bottom:0;right:0;background-color:transparent} .nctouch-upload p i{display:block;width:100%;height:100%;background-image:url(../Images/value_add.png);background-repeat:no-repeat;background-position:50% 50%;background-size:50%;opacity:.25} .nctouch-upload .pic-thumb{position:absolute;z-index:2;left:0;top:0;bottom:0;right:0;background-color:#FFF;border-radius:.1rem} .nctouch-upload .pic-thumb img{width:95%;height:95%;margin:2.5%} .nctouch-upload .upload-loading{position:absolute;z-index:4;left:0;top:0;bottom:0;right:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3FFFFFFF', endColorstr='#3FFFFFFF');background:rgba(255,255,255,.25);border-radius:.1rem} .nctouch-upload .upload-loading i{display:block;width:100%;height:5%;margin:93% 0 2% 0;background:#4FC0E8;animation:optionLoading .5s ease-in-out;-webkit-animation:optionLoading 1s ease-in-out} @keyframes optionLoading{from{width:0} to{width:100%} } @-webkit-keyframes optionLoading{from{width:0} to{width:100%} } .fix-block-r{width:1.9rem;position:fixed;z-index:5;right:.5rem;bottom:2rem} .fix-block-r a{display:block;width:1.95rem;height:1.95rem;background:rgba(255,255,255,.85);border-radius:100%;border:solid .05rem #EEE} .fix-block-r a i{width:100%;height:100%;display:block;background-position:50% 50%;background-repeat:no-repeat;background-size:60%;opacity:.5} .fix-block-r a.gotop-btn{margin-top:.25rem} .fix-block-r a.gotop-btn i{background-image:url(../Images/gotop_b.png)} .fix-block-r a.browse-btn i{background-image:url(../Images/goods_browse_b.png)} .scroller-body{top:0;bottom:60px;right:0;left:0;position:absolute;z-index:auto} .loading{text-align:center;display:block;padding:1rem 0;font-size:.55rem;color:#666} .spinner{display:inline-block;vertical-align:middle;margin-right:.4em;font-size:1em;width:1em;height:1em;text-align:left;border-radius:50%;box-shadow:inset 0 0 0 .1em rgba(58,168,237,.3)} .spinner i{position:absolute;clip:rect(0,1em,1em,.5em);width:1em;height:1em;animation:spinner-circle-clipper 1s ease-in-out infinite;-webkit-animation:spinner-circle-clipper 1s ease-in-out infinite} @keyframes spinner-circle-clipper{0%{transform:rotate(0)} 100%{transform:rotate(180deg)} } @-webkit-keyframes spinner-circle-clipper{0%{-webkit-transform:rotate(0)} 100%{-webkit-transform:rotate(180deg)} } .spinner i:after{position:absolute;clip:rect(0,1em,1em,.5em);width:1em;height:1em;content:'';animation:spinner-circle 1s ease-in-out infinite;-webkit-animation:spinner-circle 1s ease-in-out infinite;border-radius:50%;box-shadow:inset 0 0 0 .1em #3aa8ed} @keyframes spinner-circle{0%{transform:rotate(-180deg)} 100%{transform:rotate(180deg)} } @-webkit-keyframes spinner-circle{0%{-webkit-transform:rotate(-180deg)} 100%{-webkit-transform:rotate(180deg)} } .pre-loading{background:rgba(248,248,248,.95);position:fixed;z-index:999;top:0;right:0;bottom:0;left:0} .pre-block{text-align:center;position:absolute;z-index:1;width:6rem;height:1rem;font-size:.55rem;color:#666;top:50%;left:50%;margin:-.5rem 0 0 -3rem} .footnav{min-width:320px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');background:rgba(85,85,85,.95);padding-bottom:.2rem;bottom:0;font-size:.28rem;height:2.2rem;position:fixed;width:100%;z-index:6} .footnav ul{font-size:0} .footnav ul li{vertical-align:top;display:inline-block;text-align:center;width:20%;padding:.2rem 0 .2rem 0} .footnav ul li a{display:block;position:relative} .footnav ul li a em{background-color:#ED5564;width:.3rem;height:.3rem;border-radius:100%;position:absolute;top:-.15rem;right:.85rem} .footnav ul li i{vertical-align:top;display:inline-block;width:1rem;height:1rem;margin:0 auto .1rem auto;opacity:.5} i.home{background-image:url(../Images/home_b.png);background-size:cover} i.categroy{background-image:url(../Images/browse_list_w.png);background-size:cover} i.search{background-image:url(../Images/search_w.png);background-size:cover} i.cart{background-image:url(../Images/cart_w.png);background-size:cover} i.member{background-image:url(../Images/member_w.png);background-size:cover} i.icon-add{background-image:url(../images/location_b.png);background-size:cover;display:inline-block; width:0.6rem; height:0.6rem; margin-right:0.6rem} i.icon-store{background-image:url(../images/store_b.png);background-size:cover;display:inline-block; width:0.6rem; height:0.6rem; margin-right:0.6rem} .footnav ul li p{font-size:.55rem;color:#fff;line-height:1rem;height:1rem} #article-content{font-size:.7rem;background:#fff;padding:10px;min-width:320px;min-height:320px;margin:0 auto;overflow:hidden} .article_type{padding-top:30px;color:#6d6d6d;line-height:40px;height:40px;display:block;text-align:center;width:100%;font-size:20px;font-weight:700} .article-list{margin-top:1.95rem} .article-class,.article-list{padding:1px 0 0} .article-class-item,.article-list-item{padding-right:50px;padding-left:10px;border-bottom:1px dotted #ded6c9} .article-class-item a,.article-list-item a{display:block;color:#6d6d6d;line-height:40px} .article-class-item,.article-list-item{cursor:pointer;font-size:14px;position:relative} .article-title{color:#6d6d6d;line-height:40px;height:40px;display:block;text-align:center;width:100%;font-size:20px;font-weight:700;font-weight:bolder;text-align:center;font-size:.8rem} .car-pay{ font-size:0.7rem; border:1px solid #eee; border-radius:0.5rem; padding:0.6rem} .tabPanel ul{height:30px;border-bottom:1px solid #aaa;} .tabPanel ul li{ float:left;margin:0 2px 0 0;border:1px solid #aaa;font-size:11px;height:29px;line-height:30px;width:111px;text-align:center;cursor:pointer;text-shadow:0 1px 0 #fff; border-radius:4px 4px 0 0;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);background:#ddd; background:-moz-linear-gradient(top, #eee, #ddd); background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); } .tabPanel li.hit{border-bottom:1px solid #fff;cursor:pointer;color:black;text-shadow:0 1px 0 #fff; background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));background:-moz-linear-gradient(top, #e1e1e1, #fff); } .Panelcontent div{border:1px solid #aaa;border-top:0;min-height:100px;background-color:#fff;display:none;} .Panelcontent div.hit{ display:block} .Panelcontent div p{padding:15px 15px 0 10px;} .Panelcontent div h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;} #ordershow, #cartlist, #orderlist{ margin-top:2rem} .layui-layer-btn a{ font-size:0.6rem}
0.344995
0.047074
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; } /*Starting here*/ body { border: 10px solid #00331B; background-image: url(https://images.unsplash.com/photo-1551970634-747846a548cb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80); background-repeat: no-repeat; background-size: cover; margin: 0 auto; font-size: 67.5% } /* div{ border: 5px solid magenta; } */ header { width: 100%; height: 20vh; background-color:#00331B; } .header-container h1 { font-size: 5em; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-left: 2%; } .nav { width: 30%; display: flex; justify-content: space-around; align-content:center; } .nav a { text-decoration: none; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; background-color: green; padding: 5px; border-radius: 5px; color: white; margin-top: 1.8em; font-size: 1.4em; } .nav a:hover { color: green; } .container1 { width: 100%; display: flex; justify-content: space-between; margin-top: 2%; } .plant img{ width: 50%; margin-left: 10%; } .text { width: 100%; border-radius: 10px; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-weight: bold; background-color: rgb(86, 194, 158); } .text a { text-decoration: none; } figcaption { margin-top: 2em; } .text h2{ font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-size: 2em; margin-bottom: 1em; margin-top: 1em; } .text { font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-size: 2em; margin-bottom: 1em; margin-top: 1em; } .button { border: none; padding: 10px; background-color: darkgreen; border-radius: 5px; color: white; margin-bottom: 1.5em; } .button:hover { color: lightseagreen; } figcaption { width: 75%; } figcaption hr{ border: 1px dashed white; } .img-container1 { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; background-color: white; } .img-container1 .item1 { width: 400px; height: 400px; margin-top: 5%; } .img-container1 p{ text-align: center; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .item1 { width: 23%; } .img-container2 { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; background-color: white; } .img-container2 .item2 { width: 400px; height: 400px; margin-top: 5%; } .img-container2 p{ text-align: center; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .item2 { width: 23%; height: 40vh; } .footer { display: flex; flex-direction: column; align-items: center; width: 100%; height: 30vh; margin-top: 3%; } .footer h3 { font-size: 50px; text-align: center; padding-top: 2%; } .about-container { width: 100%; display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; height: 40vh; } .text-about { width: 50%; font-size: 20px; text-align: center; background: lightgray; } .project-container { width: 100%; display: flex; flex-direction: row; justify-content: space-evenly; margin-top: 2%; margin-left: 2%; } .p-tag { width: 50%; background-color: lightgray; } .p-tag h2{ margin-top: 2%; margin-left: 2%; font-size: 1.6em; font-weight: bold; } .p-tag figcaption { margin-left: 10%; margin-top: 10%; font-size: 1.6em; } .patio { width: 50%; } .patio img { border-radius: 50%; width: 400px; height: 400px; margin-top: 5%; margin-left: 20%; } .sign-up { display: flex; flex-flow: column; align-items: center; width: 100%; height: auto; margin: auto; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .sign-up ul { margin: 0; padding: 0; text-align: center; } .sign-up ul li { display: inline-block; width: 25px; height: 25px; border-radius: 50%; /* background-color: white; */ margin: 0 50px; } .sign-up ul li a { color: white; font-size: 25px; } .sign-up ul li a i{ line-height: 51px; } /* max-width media queries into your project at 800px and 500px */ @media(max-width: 800px) { .header-container{ display: flex; flex-flow: column; align-items: center; flex-wrap: wrap; margin-bottom: 25%; } .header-container nav { display: flex; flex-direction: column; align-items: center; margin: 0 auto; } .nav { display: flex; justify-content: space-evenly; flex-direction: column; flex-wrap: wrap; align-items: center; margin-right: 100%; /* font-weight: 10px; */ } .container1 img { width: 50%; } .container1 { display: flex; box-sizing: border-box; justify-content: space-evenly; } .img-container1 { width: 100%; display: flex; flex-wrap: wrap; margin-top: 3% ; } .img-container1 p { margin-bottom: 3%; } .img-container2 { width: 100%; display: flex; flex-wrap: wrap; margin-top: 5%; margin-top: 1%; } .img-container2 p { margin-bottom: 3%; } .project-container{ display: flex; flex-wrap: wrap; flex-direction: column; } } @media(max-width: 500px) { .header-container{ display: flex; flex-flow: column; align-items: center; flex-wrap: wrap; margin: 0 auto; } .header-container h1{ font-size: 3em; } .header-container nav { display: flex; flex-direction: column; align-items: center; } .nav { display: flex; flex-direction: column; align-items: center; } .nav a { display: flex; flex-direction: column; align-items: center; /* font-size: 90%; */ margin: 7% 0; } .container1 { display: flex; flex-direction: column; align-items: center; } .container1 p { margin-top: 10%; margin-bottom: 5%; } .container1 img { width: 50%; display: flex; flex-direction: column; align-items: center; margin-bottom: 10%; } .text { width: 100%; text-align: center; } .text p { text-align: justify; } .text h2 { margin-top: 0; } .project-container{ display: flex; flex-wrap: wrap; flex-direction: column; } .p-tag { width: 90%; } .p-tag img{ width: 75%; } footer { display: flex; } footer .social-media ul { display: flex; flex-direction: column; align-items: center; } }
style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /*Starting here*/ body { border: 10px solid #00331B; background-image: url(https://images.unsplash.com/photo-1551970634-747846a548cb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80); background-repeat: no-repeat; background-size: cover; margin: 0 auto; font-size: 67.5% } /* div{ border: 5px solid magenta; } */ header { width: 100%; height: 20vh; background-color:#00331B; } .header-container h1 { font-size: 5em; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-left: 2%; } .nav { width: 30%; display: flex; justify-content: space-around; align-content:center; } .nav a { text-decoration: none; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; background-color: green; padding: 5px; border-radius: 5px; color: white; margin-top: 1.8em; font-size: 1.4em; } .nav a:hover { color: green; } .container1 { width: 100%; display: flex; justify-content: space-between; margin-top: 2%; } .plant img{ width: 50%; margin-left: 10%; } .text { width: 100%; border-radius: 10px; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-weight: bold; background-color: rgb(86, 194, 158); } .text a { text-decoration: none; } figcaption { margin-top: 2em; } .text h2{ font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-size: 2em; margin-bottom: 1em; margin-top: 1em; } .text { font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; font-size: 2em; margin-bottom: 1em; margin-top: 1em; } .button { border: none; padding: 10px; background-color: darkgreen; border-radius: 5px; color: white; margin-bottom: 1.5em; } .button:hover { color: lightseagreen; } figcaption { width: 75%; } figcaption hr{ border: 1px dashed white; } .img-container1 { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; background-color: white; } .img-container1 .item1 { width: 400px; height: 400px; margin-top: 5%; } .img-container1 p{ text-align: center; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .item1 { width: 23%; } .img-container2 { display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; background-color: white; } .img-container2 .item2 { width: 400px; height: 400px; margin-top: 5%; } .img-container2 p{ text-align: center; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .item2 { width: 23%; height: 40vh; } .footer { display: flex; flex-direction: column; align-items: center; width: 100%; height: 30vh; margin-top: 3%; } .footer h3 { font-size: 50px; text-align: center; padding-top: 2%; } .about-container { width: 100%; display: flex; flex-direction: row; justify-content: space-around; margin-top: 5%; height: 40vh; } .text-about { width: 50%; font-size: 20px; text-align: center; background: lightgray; } .project-container { width: 100%; display: flex; flex-direction: row; justify-content: space-evenly; margin-top: 2%; margin-left: 2%; } .p-tag { width: 50%; background-color: lightgray; } .p-tag h2{ margin-top: 2%; margin-left: 2%; font-size: 1.6em; font-weight: bold; } .p-tag figcaption { margin-left: 10%; margin-top: 10%; font-size: 1.6em; } .patio { width: 50%; } .patio img { border-radius: 50%; width: 400px; height: 400px; margin-top: 5%; margin-left: 20%; } .sign-up { display: flex; flex-flow: column; align-items: center; width: 100%; height: auto; margin: auto; font-family: 'Domine', serif; font-family: 'Open Sans', sans-serif; } .sign-up ul { margin: 0; padding: 0; text-align: center; } .sign-up ul li { display: inline-block; width: 25px; height: 25px; border-radius: 50%; /* background-color: white; */ margin: 0 50px; } .sign-up ul li a { color: white; font-size: 25px; } .sign-up ul li a i{ line-height: 51px; } /* max-width media queries into your project at 800px and 500px */ @media(max-width: 800px) { .header-container{ display: flex; flex-flow: column; align-items: center; flex-wrap: wrap; margin-bottom: 25%; } .header-container nav { display: flex; flex-direction: column; align-items: center; margin: 0 auto; } .nav { display: flex; justify-content: space-evenly; flex-direction: column; flex-wrap: wrap; align-items: center; margin-right: 100%; /* font-weight: 10px; */ } .container1 img { width: 50%; } .container1 { display: flex; box-sizing: border-box; justify-content: space-evenly; } .img-container1 { width: 100%; display: flex; flex-wrap: wrap; margin-top: 3% ; } .img-container1 p { margin-bottom: 3%; } .img-container2 { width: 100%; display: flex; flex-wrap: wrap; margin-top: 5%; margin-top: 1%; } .img-container2 p { margin-bottom: 3%; } .project-container{ display: flex; flex-wrap: wrap; flex-direction: column; } } @media(max-width: 500px) { .header-container{ display: flex; flex-flow: column; align-items: center; flex-wrap: wrap; margin: 0 auto; } .header-container h1{ font-size: 3em; } .header-container nav { display: flex; flex-direction: column; align-items: center; } .nav { display: flex; flex-direction: column; align-items: center; } .nav a { display: flex; flex-direction: column; align-items: center; /* font-size: 90%; */ margin: 7% 0; } .container1 { display: flex; flex-direction: column; align-items: center; } .container1 p { margin-top: 10%; margin-bottom: 5%; } .container1 img { width: 50%; display: flex; flex-direction: column; align-items: center; margin-bottom: 10%; } .text { width: 100%; text-align: center; } .text p { text-align: justify; } .text h2 { margin-top: 0; } .project-container{ display: flex; flex-wrap: wrap; flex-direction: column; } .p-tag { width: 90%; } .p-tag img{ width: 75%; } footer { display: flex; } footer .social-media ul { display: flex; flex-direction: column; align-items: center; } }
0.340814
0.081301
@charset "utf-8"; /* --------------------------------- 글로 미니 보물찾기 이벤트 전용 css --------------------------------- */ .sub.campaign .camp_neoextra .sec_top, .sub.campaign .camp_neoextra .sec_btm {text-align:center;} .sub.campaign .camp_neoextra .sec_top {box-shadow:none; background-repeat:no-repeat; background-position:0 30%;} .sub.campaign .camp_neoextra .sec_btm {padding:0; background-repeat:no-repeat; background-position:0 0;} .sub.campaign .camp_neoextra .vod {background:none;} /* 태블릿공통 ~ 웹 */ @media (min-width:738px) { .sub.campaign .camp_neoextra {width:1160px; margin:0 auto; background-image:url('../images/bg_neoextra.jpg');} .sub.campaign .camp_neoextra .sec_top {min-height:3385px; background-image:url('../images/bg_building.png');} .sub.campaign .camp_neoextra .sec_top .txt_intro {padding:62px 0;} .sub.campaign .camp_neoextra .sec_top .img_prd {margin:0 0 0 45px;} .sub.campaign .camp_neoextra .sec_top .txt_btm {padding:95px 0 60px;} } @media (min-width:738px) and (max-width:1024px){ .sub.campaign .camp_neoextra {width:auto; margin:0;} .sub.campaign .camp_neoextra .sec_top {min-height:auto;} .sub.campaign .camp_neoextra .vod {width:100% !important;} } @media (max-width:737px) { .sub.campaign .camp_neoextra {width:1160px; margin:0 auto 20px; background-image:url('../images/bg_neoextra_m.jpg'); background-size:100%;} .sub.campaign .camp_neoextra .sec_top {background-image:url('../images/bg_building_m.png'); background-position:0 5%; background-size: contain;} .sub.campaign .camp_neoextra .sec_top img {width:90%;} .sub.campaign .camp_neoextra .sec_top .txt_intro {padding:3rem 0;} .sub.campaign .camp_neoextra .sec_top .img_prd {margin:0 0 0 1rem;} .sub.campaign .camp_neoextra .sec_top .img_prd img {width:85%;} .sub.campaign .camp_neoextra .sec_top .txt_btm {padding:4.5rem 0 3rem;} .sub.campaign .camp_neoextra .vod {width:100% !important; padding:0; margin-top:0 !important;} .sub.campaign .camp_neoextra .vod .area_video {margin:0; width:100%;} }
old/bat/campaign/25/css/campaign-25.css
@charset "utf-8"; /* --------------------------------- 글로 미니 보물찾기 이벤트 전용 css --------------------------------- */ .sub.campaign .camp_neoextra .sec_top, .sub.campaign .camp_neoextra .sec_btm {text-align:center;} .sub.campaign .camp_neoextra .sec_top {box-shadow:none; background-repeat:no-repeat; background-position:0 30%;} .sub.campaign .camp_neoextra .sec_btm {padding:0; background-repeat:no-repeat; background-position:0 0;} .sub.campaign .camp_neoextra .vod {background:none;} /* 태블릿공통 ~ 웹 */ @media (min-width:738px) { .sub.campaign .camp_neoextra {width:1160px; margin:0 auto; background-image:url('../images/bg_neoextra.jpg');} .sub.campaign .camp_neoextra .sec_top {min-height:3385px; background-image:url('../images/bg_building.png');} .sub.campaign .camp_neoextra .sec_top .txt_intro {padding:62px 0;} .sub.campaign .camp_neoextra .sec_top .img_prd {margin:0 0 0 45px;} .sub.campaign .camp_neoextra .sec_top .txt_btm {padding:95px 0 60px;} } @media (min-width:738px) and (max-width:1024px){ .sub.campaign .camp_neoextra {width:auto; margin:0;} .sub.campaign .camp_neoextra .sec_top {min-height:auto;} .sub.campaign .camp_neoextra .vod {width:100% !important;} } @media (max-width:737px) { .sub.campaign .camp_neoextra {width:1160px; margin:0 auto 20px; background-image:url('../images/bg_neoextra_m.jpg'); background-size:100%;} .sub.campaign .camp_neoextra .sec_top {background-image:url('../images/bg_building_m.png'); background-position:0 5%; background-size: contain;} .sub.campaign .camp_neoextra .sec_top img {width:90%;} .sub.campaign .camp_neoextra .sec_top .txt_intro {padding:3rem 0;} .sub.campaign .camp_neoextra .sec_top .img_prd {margin:0 0 0 1rem;} .sub.campaign .camp_neoextra .sec_top .img_prd img {width:85%;} .sub.campaign .camp_neoextra .sec_top .txt_btm {padding:4.5rem 0 3rem;} .sub.campaign .camp_neoextra .vod {width:100% !important; padding:0; margin-top:0 !important;} .sub.campaign .camp_neoextra .vod .area_video {margin:0; width:100%;} }
0.141193
0.059565
@tailwind base; @tailwind components; @tailwind utilities; @tailwind screens; @import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=ZCOOL+XiaoWei&display=swap'); @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+SC:wght@300;400;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap'); .global-header { @apply px-16 py-8 bg-purple-100 2xl:px-32; } .chinese-h1 { @apply font-chinese-display text-8xl my-8; } .chinese-h2 { @apply font-chinese-display text-6xl my-8; } h3 { @apply font-chinese-display text-3xl my-4; } .english-h1 { @apply text-6xl font-english-sans my-8; } .section { @apply px-16 py-8 2xl:px-32; } .section-narrow { @apply px-32 py-8; } .date { @apply py-4 } .body-text { @apply font-english-serif leading-relaxed xl:text-lg xl:leading-loose 2xl:text-xl 2xl:leading-loose; } .gallery { @apply py-8 grid grid-cols-2 gap-8 xl:grid-cols-3 2xl:grid-cols-4; } .gallery-card { @apply p-8 bg-white rounded-lg } .gallery-item { @apply p-8; } .post-list-card { @apply relative; } .name-avatar { @apply flex flex-row mb-4 items-center; } .avatar { @apply mr-4 w-32 h-32 rounded-full; } .post-list-image { @apply my-2 max-h-36; } .post-list-item { @apply my-8; } .post-list-item p { @apply mb-8; } .post-list-item h2 { @apply text-2xl mt-2; } .post-list-item header { @apply mb-4; } .blog-post { @apply section-narrow; } .blog-post-nav, footer { @apply section bg-purple-100; } .bio { @apply flex flex-row align-middle section; } /* :root { --maxWidth-none: "none"; --maxWidth-xs: 20rem; --maxWidth-sm: 24rem; --maxWidth-md: 28rem; --maxWidth-lg: 32rem; --maxWidth-xl: 36rem; --maxWidth-2xl: 42rem; --maxWidth-3xl: 48rem; --maxWidth-4xl: 56rem; --maxWidth-full: "100%"; --maxWidth-wrapper: var(--maxWidth-4xl); --spacing-px: "1px"; --spacing-0: 0; --spacing-1: 0.25rem; --spacing-2: 0.5rem; --spacing-3: 0.75rem; --spacing-4: 1rem; --spacing-5: 1.25rem; --spacing-6: 1.5rem; --spacing-8: 2rem; --spacing-10: 2.5rem; --spacing-12: 3rem; --spacing-16: 4rem; --spacing-20: 5rem; --spacing-24: 6rem; --spacing-32: 8rem; --fontFamily-sans: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --fontFamily-serif: "Merriweather", "Georgia", Cambria, "Times New Roman", Times, serif; --font-body: var(--fontFamily-serif); --font-heading: var(--fontFamily-sans); --fontWeight-normal: 400; --fontWeight-medium: 500; --fontWeight-semibold: 600; --fontWeight-bold: 700; --fontWeight-extrabold: 800; --fontWeight-black: 900; --fontSize-root: 16px; --lineHeight-none: 1; --lineHeight-tight: 1.1; --lineHeight-normal: 1.5; --lineHeight-relaxed: 1.625; */ /* 1.200 Minor Third Type Scale */ /* --fontSize-0: 0.833rem; --fontSize-1: 1rem; --fontSize-2: 1.2rem; --fontSize-3: 1.44rem; --fontSize-4: 1.728rem; --fontSize-5: 2.074rem; --fontSize-6: 2.488rem; --fontSize-7: 2.986rem; --color-primary: #005b99; --color-text: #2e353f; --color-text-light: #4f5969; --color-heading: #1a202c; --color-heading-black: black; --color-accent: #d1dce5; } /* HTML elements */ /*, :after, :before { box-sizing: border-box; } html { line-height: var(--lineHeight-normal); font-size: var(--fontSize-root); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: var(--font-body); font-size: var(--fontSize-1); color: var(--color-text); } footer { padding: var(--spacing-6) var(--spacing-0); } hr { background: var(--color-accent); height: 1px; border: 0; } /* Heading */ /* h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); margin-top: var(--spacing-12); margin-bottom: var(--spacing-6); line-height: var(--lineHeight-tight); letter-spacing: -0.025em; } h2, h3, h4, h5, h6 { font-weight: var(--fontWeight-bold); color: var(--color-heading); } h1 { font-weight: var(--fontWeight-black); font-size: var(--fontSize-6); color: var(--color-heading-black); } h2 { font-size: var(--fontSize-5); } h3 { font-size: var(--fontSize-4); } h4 { font-size: var(--fontSize-3); } h5 { font-size: var(--fontSize-2); } h6 { font-size: var(--fontSize-1); } h1 > a { color: inherit; text-decoration: none; } h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { text-decoration: none; color: inherit; } */ /* Prose */ /* p { line-height: var(--lineHeight-relaxed); --baseline-multiplier: 0.179; --x-height-multiplier: 0.35; margin: var(--spacing-0) var(--spacing-0) var(--spacing-8) var(--spacing-0); padding: var(--spacing-0); } ul, ol { margin-left: var(--spacing-0); margin-right: var(--spacing-0); padding: var(--spacing-0); margin-bottom: var(--spacing-8); list-style-position: outside; list-style-image: none; } ul li, ol li { padding-left: var(--spacing-0); margin-bottom: calc(var(--spacing-8) / 2); } li > p { margin-bottom: calc(var(--spacing-8) / 2); } li *:last-child { margin-bottom: var(--spacing-0); } li > ul { margin-left: var(--spacing-8); margin-top: calc(var(--spacing-8) / 2); } blockquote { color: var(--color-text-light); margin-left: calc(-1 * var(--spacing-6)); margin-right: var(--spacing-8); padding: var(--spacing-0) var(--spacing-0) var(--spacing-0) var(--spacing-6); border-left: var(--spacing-1) solid var(--color-primary); font-size: var(--fontSize-2); font-style: italic; margin-bottom: var(--spacing-8); } blockquote > :last-child { margin-bottom: var(--spacing-0); } blockquote > ul, blockquote > ol { list-style-position: inside; } table { width: 100%; margin-bottom: var(--spacing-8); border-collapse: collapse; border-spacing: 0.25rem; } table thead tr th { border-bottom: 1px solid var(--color-accent); } */ /* Link */ /* a { color: var(--color-primary); word-break: break-word; } a:hover, a:focus { text-decoration: none; } /* Custom classes */ /* .global-wrapper { margin: var(--spacing-0) auto; max-width: var(--maxWidth-wrapper); padding: var(--spacing-10) var(--spacing-5); } .global-wrapper[data-is-root-path="true"] .bio { margin-bottom: var(--spacing-20); } .global-header { margin-bottom: var(--spacing-12); } .main-heading { font-size: var(--fontSize-7); margin: 0; } .post-list-item { margin-bottom: var(--spacing-8); margin-top: var(--spacing-8); } .post-list-item p { margin-bottom: var(--spacing-0); } .post-list-item h2 { font-size: var(--fontSize-4); color: var(--color-primary); margin-bottom: var(--spacing-2); margin-top: var(--spacing-0); } .post-list-item header { margin-bottom: var(--spacing-4); } .header-link-home { font-weight: var(--fontWeight-bold); font-family: var(--font-heading); text-decoration: none; font-size: var(--fontSize-2); } .bio { display: flex; margin-bottom: var(--spacing-16); } .bio p { margin-bottom: var(--spacing-0); } .bio-avatar { margin-right: var(--spacing-4); margin-bottom: var(--spacing-0); max-width: 80px; height: auto; border-radius: 100%; } .blog-post header h1 { margin: var(--spacing-0) var(--spacing-0) var(--spacing-4) var(--spacing-0); } .blog-post header p { font-size: var(--fontSize-2); font-family: var(--font-heading); } .blog-post-nav ul { margin: var(--spacing-0); } .gatsby-highlight { margin-bottom: var(--spacing-8); } */ /* Media queries */ /* @media (max-width: 42rem) { blockquote { padding: var(--spacing-0) var(--spacing-0) var(--spacing-0) var(--spacing-4); margin-left: var(--spacing-0); } ul, ol { list-style-position: inside; } } */
src/style.css
@tailwind base; @tailwind components; @tailwind utilities; @tailwind screens; @import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=ZCOOL+XiaoWei&display=swap'); @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Noto+Sans+SC:wght@300;400;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap'); .global-header { @apply px-16 py-8 bg-purple-100 2xl:px-32; } .chinese-h1 { @apply font-chinese-display text-8xl my-8; } .chinese-h2 { @apply font-chinese-display text-6xl my-8; } h3 { @apply font-chinese-display text-3xl my-4; } .english-h1 { @apply text-6xl font-english-sans my-8; } .section { @apply px-16 py-8 2xl:px-32; } .section-narrow { @apply px-32 py-8; } .date { @apply py-4 } .body-text { @apply font-english-serif leading-relaxed xl:text-lg xl:leading-loose 2xl:text-xl 2xl:leading-loose; } .gallery { @apply py-8 grid grid-cols-2 gap-8 xl:grid-cols-3 2xl:grid-cols-4; } .gallery-card { @apply p-8 bg-white rounded-lg } .gallery-item { @apply p-8; } .post-list-card { @apply relative; } .name-avatar { @apply flex flex-row mb-4 items-center; } .avatar { @apply mr-4 w-32 h-32 rounded-full; } .post-list-image { @apply my-2 max-h-36; } .post-list-item { @apply my-8; } .post-list-item p { @apply mb-8; } .post-list-item h2 { @apply text-2xl mt-2; } .post-list-item header { @apply mb-4; } .blog-post { @apply section-narrow; } .blog-post-nav, footer { @apply section bg-purple-100; } .bio { @apply flex flex-row align-middle section; } /* :root { --maxWidth-none: "none"; --maxWidth-xs: 20rem; --maxWidth-sm: 24rem; --maxWidth-md: 28rem; --maxWidth-lg: 32rem; --maxWidth-xl: 36rem; --maxWidth-2xl: 42rem; --maxWidth-3xl: 48rem; --maxWidth-4xl: 56rem; --maxWidth-full: "100%"; --maxWidth-wrapper: var(--maxWidth-4xl); --spacing-px: "1px"; --spacing-0: 0; --spacing-1: 0.25rem; --spacing-2: 0.5rem; --spacing-3: 0.75rem; --spacing-4: 1rem; --spacing-5: 1.25rem; --spacing-6: 1.5rem; --spacing-8: 2rem; --spacing-10: 2.5rem; --spacing-12: 3rem; --spacing-16: 4rem; --spacing-20: 5rem; --spacing-24: 6rem; --spacing-32: 8rem; --fontFamily-sans: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --fontFamily-serif: "Merriweather", "Georgia", Cambria, "Times New Roman", Times, serif; --font-body: var(--fontFamily-serif); --font-heading: var(--fontFamily-sans); --fontWeight-normal: 400; --fontWeight-medium: 500; --fontWeight-semibold: 600; --fontWeight-bold: 700; --fontWeight-extrabold: 800; --fontWeight-black: 900; --fontSize-root: 16px; --lineHeight-none: 1; --lineHeight-tight: 1.1; --lineHeight-normal: 1.5; --lineHeight-relaxed: 1.625; */ /* 1.200 Minor Third Type Scale */ /* --fontSize-0: 0.833rem; --fontSize-1: 1rem; --fontSize-2: 1.2rem; --fontSize-3: 1.44rem; --fontSize-4: 1.728rem; --fontSize-5: 2.074rem; --fontSize-6: 2.488rem; --fontSize-7: 2.986rem; --color-primary: #005b99; --color-text: #2e353f; --color-text-light: #4f5969; --color-heading: #1a202c; --color-heading-black: black; --color-accent: #d1dce5; } /* HTML elements */ /*, :after, :before { box-sizing: border-box; } html { line-height: var(--lineHeight-normal); font-size: var(--fontSize-root); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: var(--font-body); font-size: var(--fontSize-1); color: var(--color-text); } footer { padding: var(--spacing-6) var(--spacing-0); } hr { background: var(--color-accent); height: 1px; border: 0; } /* Heading */ /* h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); margin-top: var(--spacing-12); margin-bottom: var(--spacing-6); line-height: var(--lineHeight-tight); letter-spacing: -0.025em; } h2, h3, h4, h5, h6 { font-weight: var(--fontWeight-bold); color: var(--color-heading); } h1 { font-weight: var(--fontWeight-black); font-size: var(--fontSize-6); color: var(--color-heading-black); } h2 { font-size: var(--fontSize-5); } h3 { font-size: var(--fontSize-4); } h4 { font-size: var(--fontSize-3); } h5 { font-size: var(--fontSize-2); } h6 { font-size: var(--fontSize-1); } h1 > a { color: inherit; text-decoration: none; } h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { text-decoration: none; color: inherit; } */ /* Prose */ /* p { line-height: var(--lineHeight-relaxed); --baseline-multiplier: 0.179; --x-height-multiplier: 0.35; margin: var(--spacing-0) var(--spacing-0) var(--spacing-8) var(--spacing-0); padding: var(--spacing-0); } ul, ol { margin-left: var(--spacing-0); margin-right: var(--spacing-0); padding: var(--spacing-0); margin-bottom: var(--spacing-8); list-style-position: outside; list-style-image: none; } ul li, ol li { padding-left: var(--spacing-0); margin-bottom: calc(var(--spacing-8) / 2); } li > p { margin-bottom: calc(var(--spacing-8) / 2); } li *:last-child { margin-bottom: var(--spacing-0); } li > ul { margin-left: var(--spacing-8); margin-top: calc(var(--spacing-8) / 2); } blockquote { color: var(--color-text-light); margin-left: calc(-1 * var(--spacing-6)); margin-right: var(--spacing-8); padding: var(--spacing-0) var(--spacing-0) var(--spacing-0) var(--spacing-6); border-left: var(--spacing-1) solid var(--color-primary); font-size: var(--fontSize-2); font-style: italic; margin-bottom: var(--spacing-8); } blockquote > :last-child { margin-bottom: var(--spacing-0); } blockquote > ul, blockquote > ol { list-style-position: inside; } table { width: 100%; margin-bottom: var(--spacing-8); border-collapse: collapse; border-spacing: 0.25rem; } table thead tr th { border-bottom: 1px solid var(--color-accent); } */ /* Link */ /* a { color: var(--color-primary); word-break: break-word; } a:hover, a:focus { text-decoration: none; } /* Custom classes */ /* .global-wrapper { margin: var(--spacing-0) auto; max-width: var(--maxWidth-wrapper); padding: var(--spacing-10) var(--spacing-5); } .global-wrapper[data-is-root-path="true"] .bio { margin-bottom: var(--spacing-20); } .global-header { margin-bottom: var(--spacing-12); } .main-heading { font-size: var(--fontSize-7); margin: 0; } .post-list-item { margin-bottom: var(--spacing-8); margin-top: var(--spacing-8); } .post-list-item p { margin-bottom: var(--spacing-0); } .post-list-item h2 { font-size: var(--fontSize-4); color: var(--color-primary); margin-bottom: var(--spacing-2); margin-top: var(--spacing-0); } .post-list-item header { margin-bottom: var(--spacing-4); } .header-link-home { font-weight: var(--fontWeight-bold); font-family: var(--font-heading); text-decoration: none; font-size: var(--fontSize-2); } .bio { display: flex; margin-bottom: var(--spacing-16); } .bio p { margin-bottom: var(--spacing-0); } .bio-avatar { margin-right: var(--spacing-4); margin-bottom: var(--spacing-0); max-width: 80px; height: auto; border-radius: 100%; } .blog-post header h1 { margin: var(--spacing-0) var(--spacing-0) var(--spacing-4) var(--spacing-0); } .blog-post header p { font-size: var(--fontSize-2); font-family: var(--font-heading); } .blog-post-nav ul { margin: var(--spacing-0); } .gatsby-highlight { margin-bottom: var(--spacing-8); } */ /* Media queries */ /* @media (max-width: 42rem) { blockquote { padding: var(--spacing-0) var(--spacing-0) var(--spacing-0) var(--spacing-4); margin-left: var(--spacing-0); } ul, ol { list-style-position: inside; } } */
0.360827
0.079496
html, body, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div, h1, h2, h3, h4, h5, h6, p { display: block; margin: 0; padding: 0; } html { font-family: sans-serif; height: 100%; } body { width: 100%; height: 100%; } #navbar{ background-color: #00695C; border-bottom: 1px #004D40 solid; } #navbar-container { width: 960px; height:20px; padding:10px; margin: 0 auto; border-right: 1px #004D40 solid; border-left: 1px #004D40 solid; } .title { color: #FFFFFF; } #container { width: 960px; margin: 30px auto; } #splash-content { width: 960px; margin: 0px auto; } #login-box { width: 406px; margin:auto; } #logged-user { font-size: 1.2em; padding-bottom: 2px; } #login-github { padding:11px; width:250px; } #left-menu { position:relative; float:left; width:220px; height:100%; } #sub-content { width:960px; margin: 30px auto; } .box-login { padding:10px; width:270px; float:left; } .box-score { padding:10px; width:650px; float:left; } #score-list { width:650px; text-align:left; } #score-list > tbody > tr > td{ font-size:0.8em; padding:10px; } #score-list > thead > tr > th{ font-size:0.8em; padding:8px; background-color: #009688; color: #FFFFFF; } .title-primary{ font-size: 1.2em; color : #009688; padding:10px; } .title-sub-menu{ font-size: 1em; color : #009688; padding-top:10px; padding-left:10px; } hr { background-color : #009688; height:2px; } .title-error { font-size: 0.9em; color : #FF0000; padding:10px; } .list-item-holder { margin-left:10px; padding-left:20px; } #left-menu > p{ font-size: 0.7em; color: #757575; padding:10px; text-indent:8px; } #myContent{ position:relative; float:left; padding-left: 36px; } #map{ width:700px; height:340px; border: 2px #009688 groove; } .list-item { font-size: 0.7em; color: #757575; } #display-para { color: #FF5252; padding-top:30px; font-size: 1.4em; text-align:center; } .btn { margin:20px auto; border: 0px; background-color: #00695C; border-bottom: 2px #004D40 solid; color: #FFF; padding:12px 20px; font-size: 0.9em; } .btn:hover { background-color: #004D40; border-bottom: 2px #004D40 solid; } .btn:active{ background-color: #004D40; border-bottom: 2px #00695C solid; } #logout:hover { color: #004D40; font-style: underline; } #container-admin { width: 960px; height: 100%; margin: 0 auto; } #header { font-size: 2.1em; color : #009688; padding:10px; } .title-admin { font-size: 1.3em; color : #009688; padding:10px; margin-bottom:20px; } #liste { width:960px; text-align:left; margin-top:40px; } #liste > tbody > tr > td{ font-size:0.8em; padding:10px; } #liste > tbody > tr > th{ font-size:0.8em; padding:10px; background-color: #009688; color: #FFFFFF; } .block-div { min-width:960px; margin: 0 auto; padding-top:50px; clear:both; } .insert-row { float:left; padding:10px; clear:both; width:auto; } .insert-row > label { width:110px; display:inline-block; } #info-input { max-width: 255px; height: auto; float: left; } .btn-admin { margin:20px auto; border: 0px; background-color: #00695C; border-bottom: 2px #004D40 solid; color: #FFF; padding:12px 20px; font-size: 0.9em; } .btn-admin:hover { background-color: #004D40; border-bottom: 2px #004D40 solid; } .btn-admin:active{ background-color: #004D40; border-bottom: 2px #00695C solid; }
herrhilmi/gmaps/style.css
html, body, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div, h1, h2, h3, h4, h5, h6, p { display: block; margin: 0; padding: 0; } html { font-family: sans-serif; height: 100%; } body { width: 100%; height: 100%; } #navbar{ background-color: #00695C; border-bottom: 1px #004D40 solid; } #navbar-container { width: 960px; height:20px; padding:10px; margin: 0 auto; border-right: 1px #004D40 solid; border-left: 1px #004D40 solid; } .title { color: #FFFFFF; } #container { width: 960px; margin: 30px auto; } #splash-content { width: 960px; margin: 0px auto; } #login-box { width: 406px; margin:auto; } #logged-user { font-size: 1.2em; padding-bottom: 2px; } #login-github { padding:11px; width:250px; } #left-menu { position:relative; float:left; width:220px; height:100%; } #sub-content { width:960px; margin: 30px auto; } .box-login { padding:10px; width:270px; float:left; } .box-score { padding:10px; width:650px; float:left; } #score-list { width:650px; text-align:left; } #score-list > tbody > tr > td{ font-size:0.8em; padding:10px; } #score-list > thead > tr > th{ font-size:0.8em; padding:8px; background-color: #009688; color: #FFFFFF; } .title-primary{ font-size: 1.2em; color : #009688; padding:10px; } .title-sub-menu{ font-size: 1em; color : #009688; padding-top:10px; padding-left:10px; } hr { background-color : #009688; height:2px; } .title-error { font-size: 0.9em; color : #FF0000; padding:10px; } .list-item-holder { margin-left:10px; padding-left:20px; } #left-menu > p{ font-size: 0.7em; color: #757575; padding:10px; text-indent:8px; } #myContent{ position:relative; float:left; padding-left: 36px; } #map{ width:700px; height:340px; border: 2px #009688 groove; } .list-item { font-size: 0.7em; color: #757575; } #display-para { color: #FF5252; padding-top:30px; font-size: 1.4em; text-align:center; } .btn { margin:20px auto; border: 0px; background-color: #00695C; border-bottom: 2px #004D40 solid; color: #FFF; padding:12px 20px; font-size: 0.9em; } .btn:hover { background-color: #004D40; border-bottom: 2px #004D40 solid; } .btn:active{ background-color: #004D40; border-bottom: 2px #00695C solid; } #logout:hover { color: #004D40; font-style: underline; } #container-admin { width: 960px; height: 100%; margin: 0 auto; } #header { font-size: 2.1em; color : #009688; padding:10px; } .title-admin { font-size: 1.3em; color : #009688; padding:10px; margin-bottom:20px; } #liste { width:960px; text-align:left; margin-top:40px; } #liste > tbody > tr > td{ font-size:0.8em; padding:10px; } #liste > tbody > tr > th{ font-size:0.8em; padding:10px; background-color: #009688; color: #FFFFFF; } .block-div { min-width:960px; margin: 0 auto; padding-top:50px; clear:both; } .insert-row { float:left; padding:10px; clear:both; width:auto; } .insert-row > label { width:110px; display:inline-block; } #info-input { max-width: 255px; height: auto; float: left; } .btn-admin { margin:20px auto; border: 0px; background-color: #00695C; border-bottom: 2px #004D40 solid; color: #FFF; padding:12px 20px; font-size: 0.9em; } .btn-admin:hover { background-color: #004D40; border-bottom: 2px #004D40 solid; } .btn-admin:active{ background-color: #004D40; border-bottom: 2px #00695C solid; }
0.243193
0.06727
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); body { background: repeating-linear-gradient(#000000, #382e2e 2px); height: 100vh; width: 100vh; padding: 0px; margin: 0px auto; } h1 { padding-top: 50px; margin-bottom: 0px; color: yellow; text-align: center; font-family: 'Press Start 2P', cursive; text-shadow: 4px 2px 0px red, -1px 3px 0px blue; animation: blinking 1.5s cubic-bezier(0.12, 0.72, 0.12, 0.9) infinite; } @keyframes blinking { 0% { color: #e6e309; } 30% { color: transparent; text-shadow: none; } 60% { color: #e6e309; } } .open { background: yellow; transform: scale(0.6); width: 10px; height: 10px; box-shadow: 10px 0px yellow, -10px 0px yellow, -20px 0px yellow, -30px 10px yellow, -40px 10px yellow, -20px 10px yellow, -10px 10px yellow, 0px 10px yellow, 10px 10px yellow, 20px 10px yellow, 30px 10px yellow, 40px 20px yellow, 30px 20px yellow, 20px 20px yellow, 10px 20px yellow, 0px 20px yellow, -10px 20px yellow, -20px 20px yellow, -30px 20px yellow, -40px 20px yellow, -50px 20px yellow, -50px 30px yellow, -40px 30px yellow, -30px 30px yellow, -20px 30px yellow, -10px 30px yellow, 0px 30px yellow, 10px 30px yellow, 20px 30px yellow, 30px 30px yellow, 40px 30px yellow, 20px 40px yellow, 10px 40px yellow, 0px 40px yellow, -10px 40px yellow, -20px 40px yellow, -30px 40px yellow, -40px 40px yellow, -50px 40px yellow, -60px 40px yellow, -60px 50px yellow, -50px 50px yellow, -40px 50px yellow, -30px 50px yellow, -20px 50px yellow, -10px 50px yellow, -30px 60px yellow, -40px 60px yellow, -50px 60px yellow, -60px 60px yellow, -60px 70px yellow, -50px 70px yellow, -40px 70px yellow, -30px 70px yellow, -20px 70px yellow, -10px 70px yellow, 20px 80px yellow, 10px 80px yellow, 0px 80px yellow, -10px 80px yellow, -20px 80px yellow, -30px 80px yellow, -40px 80px yellow, -50px 80px yellow, -60px 80px yellow, -50px 90px yellow, -40px 90px yellow, -30px 90px yellow, -20px 90px yellow, -10px 90px yellow, 0px 90px yellow, 10px 90px yellow, 20px 90px yellow, 30px 90px yellow, 40px 90px yellow, 40px 100px yellow, 30px 100px yellow, 20px 100px yellow, 10px 100px yellow, 0px 100px yellow, -10px 100px yellow, -20px 100px yellow, -30px 100px yellow, -40px 100px yellow, -50px 100px yellow, -40px 110px yellow, -30px 110px yellow, -20px 110px yellow, -10px 110px yellow, 0px 110px yellow, 10px 110px yellow, 20px 110px yellow, 30px 110px yellow, 10px 120px yellow, 0px 120px yellow, -10px 120px yellow, -20px 120px yellow; } .closed { background: yellow; position: absolute; transform: scale(0.6); animation: eat 0.8s steps(1, start) infinite; width: 10px; height: 10px; box-shadow: 10px 0px yellow, -10px 0px yellow, -20px 0px yellow, -30px 10px yellow, -40px 10px yellow, -20px 10px yellow, -10px 10px yellow, 0px 10px yellow, 10px 10px yellow, 20px 10px yellow, 30px 10px yellow, 40px 20px yellow, 30px 20px yellow, 20px 20px yellow, 10px 20px yellow, 0px 20px yellow, -10px 20px yellow, -20px 20px yellow, -30px 20px yellow, -40px 20px yellow, -50px 20px yellow, -50px 30px yellow, -40px 30px yellow, -30px 30px yellow, -20px 30px yellow, -10px 30px yellow, 0px 30px yellow, 10px 30px yellow, 20px 30px yellow, 30px 30px yellow, 40px 30px yellow, 50px 40px yellow, 40px 40px yellow, 30px 40px yellow, 20px 40px yellow, 10px 40px yellow, 0px 40px yellow, -10px 40px yellow, -20px 40px yellow, -30px 40px yellow, -40px 40px yellow, -50px 40px yellow, -60px 40px yellow, -60px 50px yellow, -50px 50px yellow, -40px 50px yellow, -30px 50px yellow, -20px 50px yellow, -10px 50px yellow, 0px 50px yellow, 10px 50px yellow, 20px 50px yellow, 30px 50px yellow, 40px 50px yellow, 50px 50px yellow, -30px 60px yellow, -40px 60px yellow, -50px 60px yellow, -60px 60px yellow, -60px 70px yellow, -50px 70px yellow, -40px 70px yellow, -30px 70px yellow, -20px 70px yellow, -10px 70px yellow, 0px 70px yellow, 10px 70px yellow, 20px 70px yellow, 30px 70px yellow, 40px 70px yellow, 50px 70px yellow, 50px 80px yellow, 40px 80px yellow, 30px 80px yellow, 20px 80px yellow, 10px 80px yellow, 0px 80px yellow, -10px 80px yellow, -20px 80px yellow, -30px 80px yellow, -40px 80px yellow, -50px 80px yellow, -60px 80px yellow, -50px 90px yellow, -40px 90px yellow, -30px 90px yellow, -20px 90px yellow, -10px 90px yellow, 0px 90px yellow, 10px 90px yellow, 20px 90px yellow, 30px 90px yellow, 40px 90px yellow, 40px 100px yellow, 30px 100px yellow, 20px 100px yellow, 10px 100px yellow, 0px 100px yellow, -10px 100px yellow, -20px 100px yellow, -30px 100px yellow, -40px 100px yellow, -50px 100px yellow, -40px 110px yellow, -30px 110px yellow, -20px 110px yellow, -10px 110px yellow, 0px 110px yellow, 10px 110px yellow, 20px 110px yellow, 30px 110px yellow, 10px 120px yellow, 0px 120px yellow, -10px 120px yellow, -20px 120px yellow; } .food { height: 10px; width: 10px; background: transparent; z-index: -1; position: absolute; transform: scale(0.6); animation: feed 0.8s linear 0s infinite; box-shadow: 80px 60px white, 90px 60px white, 90px 50px white, 80px 50px white, 150px 50px white, 160px 50px white, 160px 60px white, 150px 60px white, 220px 50px white, 220px 60px white, 230px 60px white, 230px 50px white, 290px 50px white, 300px 50px white, 290px 60px white, 300px 60px white, 360px 60px white, 370px 60px white, 370px 50px white, 360px 50px white, 430px 60px white, 430px 50px white, 440px 60px white, 440px 50px white, 500px 60px white, 500px 50px white, 510px 50px white, 510px 60px white, 570px 60px white, 580px 60px white, 580px 50px white, 570px 50px white, 640px 50px white, 650px 50px white, 650px 60px white, 640px 60px white, 710px 60px white, 710px 50px white, 720px 50px white, 720px 60px white, 780px 60px white, 790px 60px white, 780px 50px white, 790px 50px white, 850px 50px white, 860px 50px white, 850px 60px white, 860px 60px white, 920px 60px white, 930px 60px white, 920px 50px white, 930px 50px white, 990px 60px white, 1000px 60px white, 990px 50px white, 1000px 50px white, 1060px 60px white, 1070px 60px white, 1060px 50px white, 1070px 50px white, 1130px 60px white, 1140px 60px white, 1130px 50px white, 1140px 50px white, 1200px 60px white, 1210px 60px white, 1200px 50px white, 1210px 50px white ; } @keyframes feed { 0% { transform: translateX(0) scale(0.6); } 100% { transform: translateX(-42px) scale(0.6); } } @keyframes eat { 0% { opacity: 0; } 70% { opacity: 0; } 98% { opacity: 1; } } .container-main { display: flex; flex-direction: column; } .input-title { font-family: 'Press Start 2P', cursive; margin-top: 80px; margin-bottom: 20px; max-width: 300px; background: repeating-linear-gradient(#dcd1d1, #f9f9f9 2px); border: double blue; border-width: 15px; border-radius: 10px; padding: 10px; } .btn-container { margin-bottom: 20px; } .input-code { height: 200px; width: 600px; font-family: 'Press Start 2P', cursive; resize: none; background: repeating-linear-gradient(#dcd1d1, #f9f9f9 2px); border: double blue; border-width: 15px; border-radius: 10px; padding: 10px; margin-bottom: 15PX; } ::placeholder { color: rgb(247, 50, 3); opacity: 0.7; } button, a { font-family: 'Press Start 2P', cursive; } button:focus { outline: none; } button { background: transparent; color: yellow; padding: 10px; margin-right: 15px; border: 3px dashed red; } .btn-update:hover, .btn-save:hover, .btn-clear:hover { background: blue; color: red; border: 3px dashed yellow; } a { color: red; text-decoration: none; } input:focus, textarea { outline: none; caret-color: rgb(247, 50, 3); } ul { margin: 0; padding: 0; } li { list-style-type: none; } .delete { margin-left: 2px; position: relative; top: -3px; font-size: 12px; display: none; border: 0; padding: 0; color: yellow; text-shadow: 1px 2px 0px rgb(247, 50, 3), -1px 4px 0px rgb(20, 58, 236); cursor: pointer; } .code-link:hover .delete { display: inline-block; } .code-link:hover { text-shadow: 1px 2px 0px yellow, -1px 4px 0px rgb(20, 58, 236); }
css/style.css
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P'); body { background: repeating-linear-gradient(#000000, #382e2e 2px); height: 100vh; width: 100vh; padding: 0px; margin: 0px auto; } h1 { padding-top: 50px; margin-bottom: 0px; color: yellow; text-align: center; font-family: 'Press Start 2P', cursive; text-shadow: 4px 2px 0px red, -1px 3px 0px blue; animation: blinking 1.5s cubic-bezier(0.12, 0.72, 0.12, 0.9) infinite; } @keyframes blinking { 0% { color: #e6e309; } 30% { color: transparent; text-shadow: none; } 60% { color: #e6e309; } } .open { background: yellow; transform: scale(0.6); width: 10px; height: 10px; box-shadow: 10px 0px yellow, -10px 0px yellow, -20px 0px yellow, -30px 10px yellow, -40px 10px yellow, -20px 10px yellow, -10px 10px yellow, 0px 10px yellow, 10px 10px yellow, 20px 10px yellow, 30px 10px yellow, 40px 20px yellow, 30px 20px yellow, 20px 20px yellow, 10px 20px yellow, 0px 20px yellow, -10px 20px yellow, -20px 20px yellow, -30px 20px yellow, -40px 20px yellow, -50px 20px yellow, -50px 30px yellow, -40px 30px yellow, -30px 30px yellow, -20px 30px yellow, -10px 30px yellow, 0px 30px yellow, 10px 30px yellow, 20px 30px yellow, 30px 30px yellow, 40px 30px yellow, 20px 40px yellow, 10px 40px yellow, 0px 40px yellow, -10px 40px yellow, -20px 40px yellow, -30px 40px yellow, -40px 40px yellow, -50px 40px yellow, -60px 40px yellow, -60px 50px yellow, -50px 50px yellow, -40px 50px yellow, -30px 50px yellow, -20px 50px yellow, -10px 50px yellow, -30px 60px yellow, -40px 60px yellow, -50px 60px yellow, -60px 60px yellow, -60px 70px yellow, -50px 70px yellow, -40px 70px yellow, -30px 70px yellow, -20px 70px yellow, -10px 70px yellow, 20px 80px yellow, 10px 80px yellow, 0px 80px yellow, -10px 80px yellow, -20px 80px yellow, -30px 80px yellow, -40px 80px yellow, -50px 80px yellow, -60px 80px yellow, -50px 90px yellow, -40px 90px yellow, -30px 90px yellow, -20px 90px yellow, -10px 90px yellow, 0px 90px yellow, 10px 90px yellow, 20px 90px yellow, 30px 90px yellow, 40px 90px yellow, 40px 100px yellow, 30px 100px yellow, 20px 100px yellow, 10px 100px yellow, 0px 100px yellow, -10px 100px yellow, -20px 100px yellow, -30px 100px yellow, -40px 100px yellow, -50px 100px yellow, -40px 110px yellow, -30px 110px yellow, -20px 110px yellow, -10px 110px yellow, 0px 110px yellow, 10px 110px yellow, 20px 110px yellow, 30px 110px yellow, 10px 120px yellow, 0px 120px yellow, -10px 120px yellow, -20px 120px yellow; } .closed { background: yellow; position: absolute; transform: scale(0.6); animation: eat 0.8s steps(1, start) infinite; width: 10px; height: 10px; box-shadow: 10px 0px yellow, -10px 0px yellow, -20px 0px yellow, -30px 10px yellow, -40px 10px yellow, -20px 10px yellow, -10px 10px yellow, 0px 10px yellow, 10px 10px yellow, 20px 10px yellow, 30px 10px yellow, 40px 20px yellow, 30px 20px yellow, 20px 20px yellow, 10px 20px yellow, 0px 20px yellow, -10px 20px yellow, -20px 20px yellow, -30px 20px yellow, -40px 20px yellow, -50px 20px yellow, -50px 30px yellow, -40px 30px yellow, -30px 30px yellow, -20px 30px yellow, -10px 30px yellow, 0px 30px yellow, 10px 30px yellow, 20px 30px yellow, 30px 30px yellow, 40px 30px yellow, 50px 40px yellow, 40px 40px yellow, 30px 40px yellow, 20px 40px yellow, 10px 40px yellow, 0px 40px yellow, -10px 40px yellow, -20px 40px yellow, -30px 40px yellow, -40px 40px yellow, -50px 40px yellow, -60px 40px yellow, -60px 50px yellow, -50px 50px yellow, -40px 50px yellow, -30px 50px yellow, -20px 50px yellow, -10px 50px yellow, 0px 50px yellow, 10px 50px yellow, 20px 50px yellow, 30px 50px yellow, 40px 50px yellow, 50px 50px yellow, -30px 60px yellow, -40px 60px yellow, -50px 60px yellow, -60px 60px yellow, -60px 70px yellow, -50px 70px yellow, -40px 70px yellow, -30px 70px yellow, -20px 70px yellow, -10px 70px yellow, 0px 70px yellow, 10px 70px yellow, 20px 70px yellow, 30px 70px yellow, 40px 70px yellow, 50px 70px yellow, 50px 80px yellow, 40px 80px yellow, 30px 80px yellow, 20px 80px yellow, 10px 80px yellow, 0px 80px yellow, -10px 80px yellow, -20px 80px yellow, -30px 80px yellow, -40px 80px yellow, -50px 80px yellow, -60px 80px yellow, -50px 90px yellow, -40px 90px yellow, -30px 90px yellow, -20px 90px yellow, -10px 90px yellow, 0px 90px yellow, 10px 90px yellow, 20px 90px yellow, 30px 90px yellow, 40px 90px yellow, 40px 100px yellow, 30px 100px yellow, 20px 100px yellow, 10px 100px yellow, 0px 100px yellow, -10px 100px yellow, -20px 100px yellow, -30px 100px yellow, -40px 100px yellow, -50px 100px yellow, -40px 110px yellow, -30px 110px yellow, -20px 110px yellow, -10px 110px yellow, 0px 110px yellow, 10px 110px yellow, 20px 110px yellow, 30px 110px yellow, 10px 120px yellow, 0px 120px yellow, -10px 120px yellow, -20px 120px yellow; } .food { height: 10px; width: 10px; background: transparent; z-index: -1; position: absolute; transform: scale(0.6); animation: feed 0.8s linear 0s infinite; box-shadow: 80px 60px white, 90px 60px white, 90px 50px white, 80px 50px white, 150px 50px white, 160px 50px white, 160px 60px white, 150px 60px white, 220px 50px white, 220px 60px white, 230px 60px white, 230px 50px white, 290px 50px white, 300px 50px white, 290px 60px white, 300px 60px white, 360px 60px white, 370px 60px white, 370px 50px white, 360px 50px white, 430px 60px white, 430px 50px white, 440px 60px white, 440px 50px white, 500px 60px white, 500px 50px white, 510px 50px white, 510px 60px white, 570px 60px white, 580px 60px white, 580px 50px white, 570px 50px white, 640px 50px white, 650px 50px white, 650px 60px white, 640px 60px white, 710px 60px white, 710px 50px white, 720px 50px white, 720px 60px white, 780px 60px white, 790px 60px white, 780px 50px white, 790px 50px white, 850px 50px white, 860px 50px white, 850px 60px white, 860px 60px white, 920px 60px white, 930px 60px white, 920px 50px white, 930px 50px white, 990px 60px white, 1000px 60px white, 990px 50px white, 1000px 50px white, 1060px 60px white, 1070px 60px white, 1060px 50px white, 1070px 50px white, 1130px 60px white, 1140px 60px white, 1130px 50px white, 1140px 50px white, 1200px 60px white, 1210px 60px white, 1200px 50px white, 1210px 50px white ; } @keyframes feed { 0% { transform: translateX(0) scale(0.6); } 100% { transform: translateX(-42px) scale(0.6); } } @keyframes eat { 0% { opacity: 0; } 70% { opacity: 0; } 98% { opacity: 1; } } .container-main { display: flex; flex-direction: column; } .input-title { font-family: 'Press Start 2P', cursive; margin-top: 80px; margin-bottom: 20px; max-width: 300px; background: repeating-linear-gradient(#dcd1d1, #f9f9f9 2px); border: double blue; border-width: 15px; border-radius: 10px; padding: 10px; } .btn-container { margin-bottom: 20px; } .input-code { height: 200px; width: 600px; font-family: 'Press Start 2P', cursive; resize: none; background: repeating-linear-gradient(#dcd1d1, #f9f9f9 2px); border: double blue; border-width: 15px; border-radius: 10px; padding: 10px; margin-bottom: 15PX; } ::placeholder { color: rgb(247, 50, 3); opacity: 0.7; } button, a { font-family: 'Press Start 2P', cursive; } button:focus { outline: none; } button { background: transparent; color: yellow; padding: 10px; margin-right: 15px; border: 3px dashed red; } .btn-update:hover, .btn-save:hover, .btn-clear:hover { background: blue; color: red; border: 3px dashed yellow; } a { color: red; text-decoration: none; } input:focus, textarea { outline: none; caret-color: rgb(247, 50, 3); } ul { margin: 0; padding: 0; } li { list-style-type: none; } .delete { margin-left: 2px; position: relative; top: -3px; font-size: 12px; display: none; border: 0; padding: 0; color: yellow; text-shadow: 1px 2px 0px rgb(247, 50, 3), -1px 4px 0px rgb(20, 58, 236); cursor: pointer; } .code-link:hover .delete { display: inline-block; } .code-link:hover { text-shadow: 1px 2px 0px yellow, -1px 4px 0px rgb(20, 58, 236); }
0.564699
0.395193
html, body { height: 100%; width: 100%; font-family: 'Lato', sans-serif; } input[type=text] { position: absolute; display: block; top: 0; width: 50%; bottom: 0; text-align: center; font-size: 2em; outline: none; margin: 0; padding: 0; border: none; transition: all 100ms ease-in-out; background-image: url(/static/arrow.png); background-repeat: no-repeat; background-position: center calc(100% + 300px); } input[type=text]:focus { /*border-width: 5px;*/ font-size: 3.5em; background-position: center -100%; background-position: center calc(100% - 30px); /*text-decoration: underline;*/ /*font-weight: bold;*/ } #a { left: 0; right: 50%; /*background-color: #A7DBD8;*/ background-color: #243743; color: white; } #b { left: 50%; right: 0; /*background-color: #F38630;*/ background-color: #8A949B; } .wrap { position: absolute; top: 10px; left: 0; right: 0; z-index: 100; } .inwrap { position: relative; } /* TODO: make popup disappear and not be ugly*/ .popup { width: 80%; height: 100px; top: 25px; z-index: 200; background-color: darkgray; padding-top: 12px; position: relative; margin: 0 auto; font-size: .7em; border-radius: 10px; display: table-cell; color: black; display: none; } /* The second popup */ .popup + .popup { padding-top: 10px; margin-top: 10px; width: 80%; font-size: .5em; height: 70px; } .popup a { color: black; text-decoration: none; transition: color 100ms ease-in-out; } .popup a:hover { color: black; text-shadow: 0 0 2px black; transition: color 100ms ease-in-out, text-shadow 100ms ease-in-out; } h1:hover { background-color: darkgray; transition: background-color 100ms ease-in-out; } h1:hover .popup { display: block; } h1 { padding: 5px 15px 15px 15px; max-width: 500px; max-height: 37px; text-align: center; background-color: #eee; border-radius: 5px; background-color: #eee; margin: 0 auto; transition: background-color 100ms ease-in-out; } @media screen and (max-height: 700px) { input[type=text] { background-size: 100px; } } @media screen and (max-height: 400px) { /*@media handheld {*/ input[type=text] { background-image: none; font-size: 1em; } input[type=text]:focus { font-size: 1.1em; } h1 { display: none; } #a { top: 0; bottom: 50%; left: 0; right: 0; width: 100%; } #b { top: 50%; bottom: 0; left: 0; right: 0; width: 100%; } }
static/screen.css
html, body { height: 100%; width: 100%; font-family: 'Lato', sans-serif; } input[type=text] { position: absolute; display: block; top: 0; width: 50%; bottom: 0; text-align: center; font-size: 2em; outline: none; margin: 0; padding: 0; border: none; transition: all 100ms ease-in-out; background-image: url(/static/arrow.png); background-repeat: no-repeat; background-position: center calc(100% + 300px); } input[type=text]:focus { /*border-width: 5px;*/ font-size: 3.5em; background-position: center -100%; background-position: center calc(100% - 30px); /*text-decoration: underline;*/ /*font-weight: bold;*/ } #a { left: 0; right: 50%; /*background-color: #A7DBD8;*/ background-color: #243743; color: white; } #b { left: 50%; right: 0; /*background-color: #F38630;*/ background-color: #8A949B; } .wrap { position: absolute; top: 10px; left: 0; right: 0; z-index: 100; } .inwrap { position: relative; } /* TODO: make popup disappear and not be ugly*/ .popup { width: 80%; height: 100px; top: 25px; z-index: 200; background-color: darkgray; padding-top: 12px; position: relative; margin: 0 auto; font-size: .7em; border-radius: 10px; display: table-cell; color: black; display: none; } /* The second popup */ .popup + .popup { padding-top: 10px; margin-top: 10px; width: 80%; font-size: .5em; height: 70px; } .popup a { color: black; text-decoration: none; transition: color 100ms ease-in-out; } .popup a:hover { color: black; text-shadow: 0 0 2px black; transition: color 100ms ease-in-out, text-shadow 100ms ease-in-out; } h1:hover { background-color: darkgray; transition: background-color 100ms ease-in-out; } h1:hover .popup { display: block; } h1 { padding: 5px 15px 15px 15px; max-width: 500px; max-height: 37px; text-align: center; background-color: #eee; border-radius: 5px; background-color: #eee; margin: 0 auto; transition: background-color 100ms ease-in-out; } @media screen and (max-height: 700px) { input[type=text] { background-size: 100px; } } @media screen and (max-height: 400px) { /*@media handheld {*/ input[type=text] { background-image: none; font-size: 1em; } input[type=text]:focus { font-size: 1.1em; } h1 { display: none; } #a { top: 0; bottom: 50%; left: 0; right: 0; width: 100%; } #b { top: 50%; bottom: 0; left: 0; right: 0; width: 100%; } }
0.314787
0.062474
@-moz-document url-prefix("https://www.deviantart.com/notifications/watch"), url-prefix("https://www.deviantart.com/notifications/watch/groupdeviations"), url-prefix("https://www.deviantart.com/notifications/watch?folder=archived"), url-prefix("https://www.deviantart.com/notifications/watch?folder=saved") { /*ansicht?*/ ._1FZFD > div { width: 200px !important; } ._1FZFD { margin-bottom: 71px } .bLDvp{ margin-bottom: 10px; } /*image block*/ ._3fxzN._3q1dq{margin-bottom: 30px; } ._3fxzN._3q1dq, ._3fxzN._3q1dq ._3zfZG, ._3fxzN._3q1dq ._1bR8I._29mWz, .bLDvp > div, ._3zfZG ._1oikR._3lqJD._29mWz, .Pq6-p ._3pFXw, .Pq6-p ._2q2G0, .Pq6-p ._3xDmu, ._3afky section, ._3CHmy._3mna1._3MpZ6._3hZDZ._29mWz{ width: 200px !important; height: 280px !important; } ._3fxzN._3q1dq ._3afky, ._3zfZG ._3pFXw, ._1oikR.UatzR, .CONYR ._1bR8I, .CONYR, ._3lkuh._2rKG4._29mWz, ._8PBoP, ._29mWz._1Fqq4, ._3CHmy._3mna1._3MpZ6._3hZDZ._2bv_M._29mWz, ._1bR8I, ._94QFD, ._1Mciy, ._3lkuh._2giRT._29mWz, ._94QFD ._3iRYM{ width: 200px !important; height: 230px !important; } ._1oikR.UatzR, .CONYR ._1bR8I, .CONYR{ margin-top: -10px; } ._1ZFiX._2816Z{ width: 136px !important; } ._1_CdA{ margin-top: -20px;} /*status update*/ ._3fxzN._3q1dq.f0rFo ._3zfZG{ height: 251px !important;} /*zeit journal und group*/ /*image image*/ ._3fxzN._3q1dq ._1bR8I._29mWz{ width: 200px !important; height: 230px !important; } /*bin in thumb*/ ._3fxzN._3q1dq ._1bR8I._29mWz img, .CONYR ._1bR8I img{ max-height: 100% !important; width: unset !important; object-fit: unset !important; object-position: unset !important; max-width: 100%; height: auto !important;} .CONYR{ width: 200px; margin-left: -15px;} .CONYR ._1bR8I{ width: 200px !important; } /*journals*/ ._1mjJN ._1noQ5{ margin-top: 8px; } .user-link._1DTpM{ z-index: 99999; position: relative;} /*status*/ ._3vexD, ._3vexD section, ._1ZFiX._1dZ7P, ._3CHmy._3mna1._3MpZ6._2qpNr._2bv_M._29mWz{ width: 200px !important; height: 200px !important; } ._2UULg._2vDRZ { padding-left: 15px; } .NX7wi .U_uDK { font-size:20px; padding: 0; } .IKNQA._30ZSw._21_-k ._1dObC { width: 150px !important; } .tUSto, .tUSto div, ._3hNfe._1j-Ws._3tdjd.p86AA._1jatZ._21_-k, ._3hNfe._1j-Ws._3tdjd._2TOU8._1jatZ._21_-k, ._3fD_d, .NbxgF { width: 200px !important; } ._3-9oA ._2UULg.UR1Kt, ._12cym ._2UULg.UR1Kt, ._12cym div, .NbxgF { height: 200px !important; } ._3fD_d { padding: 30px; } .Pq6-p ._3xDmu .CONYR:nth-child(2), ._173VG._1Kx7i > div > div > div:nth-child(2){ display: none; } .paUD_._1dZ7P{ visibility: visible !Important; color: black !Important; transform: translate(25%, 50%); } /*name group*/ ._1MpFZ._3DiMC._3wkti._1cKM_ .user-link._1DTpM.Zfd0Y._3xusr{ width: 50px; margin-right: 5px; } .user-link._1DTpM._2vxdP{ width: 130px;} ._2vxdP ._3riIJ{ max-width: unset;} ._3psAb { font-size: 16px; line-height: 1.2; } ._24VFR._3zk0a._2_GYr._3ZzoL { /*z-index: 99;*/ position: relative; } .theme-dark ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #06070d } .theme-light.light-green ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #dae5d6; } .theme-light ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #f2f2f2 } ._24VFR._3zk0a._2_GYr._3ZzoL:after { content:""; position: absolute; height: 30px; width: 200px; top: 55px; left:0; } /*status*/ ._29ebf { font-size: 16px; line-height: 20px; } ._12cym, ._12cym a, ._3kSfJ._1ucvn._1jatZ, ._2UULg._1hLp7, ._2UULg._1KcL_, /*asks polls*/ ._2gmS2, /*asks polls*/ ._3CR01.g_-VA, ._3-9oA, /*asks polls*/ ._2I6K2, ._3kSfJ._1X-XZ._1jatZ { width: 200px !important; height: 200px !important; } ._3kSfJ._1ucvn._1jatZ { padding: 10px; font-size: 16px; } /*forum*/ ._2UULg._1hLp7 { padding: 15px; width: 170px !important; height: 170px !important; } /*commissions*/ ._2du1g, .pbOV0, .pbOV0 ._3CR01.g_-VA, .GEwKb { height: 280px !important; } ._2du1g ._24VFR._3zk0a._1vQXA._2sMJe { height: 50px !important; } .kNU2u, .kNU2u ._1zfzP { font-size: 12px; } .kNU2u ._1zfzP ._1MJER._1iSvR.na9vO svg { height: 10px !important; width: 10px !important; } /*journals ._3gDZF ._3CR01.g_-VA{ height: 200px !important; }*/ ._2NdLO._3qBBy { width: 200px !important; } ._2du1g, .pbOV0, .GEwKb, .pbOV0 a, .pbOV0 ._3CR01.g_-VA, ._24VFR._3zk0a._1vQXA._2sMJe, _3KMiG._3vZ3-._3EIFP._12SNB ._2pjab { height: 280px !important; width: 200px !important; } ._24VFR._3zk0a._1vQXA._2sMJe img { display: none; } .aVoPh { margin: 0; } /*text darauf*/ ._2-VC7 ._1cpCd { font-size: 22px; letter-spacing: 0.1px; line-height: 25px } /*image posiion*/ ._1wlQc img { width: 180px !important; height: auto !important; object-fit: none; object-position: 50% 0 !important; /* z-index: 1;*/ max-height: 250px; } ._1wlQc._21_-k img { object-fit: contain !important; } .CMvV0 { margin-bottom: 83px; } /*Gruppen Image*/ /*.theme-light.light-green ._2pjab ._3gDZF ._1K9aQ:after{color: #e6ede4; background: #e6ede4;} ._2pjab ._3gDZF ._1K9aQ:after{ content: ""; height: 180px; width: 160px; position: absolute; bottom: 110px; left: 20px; z-index: -1; box-shadow: -1px 6px 5px 10px rgba(0, 0, 0, 0.05); }*/ /*.theme-light.light-green ._2pjab ._3gDZF ._1K9aQ:before{color: #e6ede4;background: #e6ede4;} ._2pjab ._3gDZF ._1K9aQ:before{ content: ""; height: 180px; width: 120px; position: absolute; bottom: 120px; left: 45px; z-index: -2; }*/ ._3i_GN:nth-child(2) { display: none; } ._1wlQc { margin-left: -16px } /*recommendation*/ .IkcFu .CMvV0 { margin-bottom: 20px } .IkcFu ._1neqe { display: none; } .IkcFu ._24VFR._3zk0a { margin-left: -10px; } ._3N8uM { margin-left: 0 !important; } .CMvV0 ._3N8uM { margin-bottom: 20px; margin-right:15px; } .CMvV0 { margin-right:5px !important; } .CMvV0 ._3N8uM, .R4eIb, .R4eIb ._39ZsU, .R4eIb ._2S4Dh._1vD13, .theme-light ._3m1iA { width: 200px !important; } ._2nvIr._1fIt4 { height: 280px !important; } /*namens feld*/ ._3ZMns { position: relative; height: 50px; text-align: center; } /*namen*/ ._3IJjF { margin:0; } ._12SNB, ._3KMiG._1hH22 { margin-bottom: 60px; } ._3OCjb { display: none; } ._24VFR._3zk0a._3ZMns._1mox8 { /* z-index: 3;*/ } /*zeit*/ ._2tLNe { display: none; } .J4fKQ { font-size: 14px } /*header notific*/ ._2ey5P { position: unset; margin-top: 0 !important; } /*header*/ header._1m9CZ { height: 50px; } header .atxHh, header ._2Rj2L { height: 50px } /*Deviation sort always visible*/ ._24VFR._3zk0a._3ADXu { visibility: visible; } /*view when show all*/ ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt ._3yWMV { width: 25px !important; height: 25px !important; } ._1KcL_.rq_VP { left: 12px } ._3IJjF.BN7_N { left: 43px; } ._1KcL_.J4fKQ { width: 140px !important; } .rqBjb .RVLKp { position: absolute; right: 0; } .RVLKp { margin-left: -5px; } /*favoriten*/ ._1mbrZ ._1wlQc, ._3TKTT, ._1uBLe{ height: 50px !important; width: 50px !important; } ._1mbrZ ._1MJER.na9vO._1x1X1 { /*z-index: 1*/ ; } /*button bug*/ ._2pjab ._3IJjF.BN7_N { } ._1KcL_.rq_VP { width: 25px; } /*favs anzahl*/ .RVLKp._3W5Fs, .rqBjb ._3KcrC { height: 25px !important; position: absolute; left: 0; bottom: 0; /* z-index: 9*/ ; } a.RVLKp._3W5Fs { bottom: 30px; } button.RVLKp._3W5Fs { bottom: 10px; } ._1JVwq.UR1Kt { right: 25px; } ._33IHE ._39daq.UR1Kt { height: 30px !important; width: 450px !important; font-size: 14px; } ._33IHE { position: absolute; right: 4px; margin-left: -15px; margin-bottom: -25px; padding: 10px; } ._1MJER._27RR-._voux._2yxiP { margin-right: -20px; } ._3KcrC { left: 18px !important; bottom: -2px !important; margin-left: -45px; } ._3f3Tw._2dG4n.UR1Kt { position: absolute !important; right: 0px !important; } ._3IJjF._29EHf._3ExDv { display: none; } ._3IJjF._1yjb9.UR1Kt { left: 160px !important; width: 25px; visibility: visible } ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt { left: 10px; } .RVLKp._3W5Fs .rqBjb, .rqBjb { height: 20px !important; } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { position: absolute; right: 50px; } ._1KcL_.J4fKQ { width: 110px !important; } /*align pictures*/ ._1UgXk, .PojWQ { /* transform: translate(10%,0);*/ } /*wenn sleektiert*/ .CMvV0 ._2pjab:after { /*bilder*/ height: 273px; } /*forum*/ ._2pjab:after, ._3vZ3-._2qxrJ::after { height: 280px; } /*THEMSES!*/ .theme-dark ._24VFR._3zk0a._3ZMns._1mox8:after { background: #06070d } .theme-light.light-green ._24VFR._3zk0a._3ZMns._1mox8:after { background: #dae5d6; } .theme-light ._24VFR._3zk0a._3ZMns._1mox8:after { background: #f2f2f2 } ._24VFR._3zk0a._3ZMns._1mox8:after { content:""; position: absolute; height: 37px; width: 200px; top: 48px; left:0; } /*Footer margin*/ ._1hldU { margin-bottom: 140px; } /*amount*/ .Ey06z.UR1Kt { visibility: visible; color: #475c4d; margin-left: 35px; font-size: 16px; margin-bottom: -7px; } ._2S4Dh { width: 200px !important; } ._1wlQc._21_-k { margin-left: 0px; } ._269rG:nth-child(2) { display: none; } /*line deviations*/ ._1UgXk.PojWQ { overflow: hidden; } ._1UgXk.PojWQ div div:nth-child(2) { display: flex; } ._1UgXk.PojWQ .CMvV0 { margin-top: 0 !important; margin-left: 15px; } ._3bxEU { visibility: visible; } /*deletbutton watch*/ ._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN, ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ position: absolute; right: 25px; visibility: visible; top: -8px; } button._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN { background: #728a79 } button._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN:hover { background: #2a2e32 } ._33N94._1e0j2._1KcL_._3b27P { position: absolute; left: 12px; top: 10px; } ._9rMMY._3jwyq._2hncw._1G2ec.fDkY- { position: absolute; right: -119px; top: -5px; } ._1MJER._27RR-._voux._2yxiP { position: absolute; bottom: 0; right: 20px; } ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt, ._3IJjF._1yjb9.UR1Kt { top: 8px; /*z-index: 100;*/ } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { top: -8px; /*z-index: 9;*/ } ._33IHE { margin-left: -20px; } ._1762n { height: 45% !important; } ._3f3Tw._2dG4n.UR1Kt { /*z-index:-1*/ } ._2UULg.UR1Kt { /*z-index: 99*/ } ._1wlQc { margin-top: 20px; } ._1wlQc img { /*z-index: 0;*/ margin-top: -60px; } ._1wlQc._21_-k { margin-top: 0; } ._1wlQc._21_-k img { margin-top: 10px; } ._2UULg.UR1Kt { /* z-index: 99;*/ margin-top: 35px; height: 246px !important; } ._33IHE { /*z-index: 101*/ } /*com*/ .pbOV0 ._1wlQc { margin-left: 0; } ._2du1g a._3XcIG._3omkJ, ._3GA0m .o0khR { font-size: 12px; margin-bottom: 0 !important; } ._2du1g a.user-link._10aZo { font-size: 12px; } ._2pjab .user-link._1d_AR { width: 140px !important; display: block; } ._2pjab ._1zlEG._2LCvI { position: absolute; right: 10px; } /*in Fav*/ ._2kUMz ._3b_Uk { margin-top: -20px; } ._2kUMz ._3b_Uk._1gQAP { margin-top: 0px; } ._2kUMz ._3b_Uk ._1wlQc img { margin-top: 0 !important; } ._2kUMz ._3b_Uk ._1wlQc { margin-left: 0 !important; } ._3bVK- { display: none !important; } .CMvV0 { width: auto !important } ._1Ullx._1yjb9.UR1Kt { right: 10px; left: unset; top: 8px; visibility: visible; } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { right: 40px; left: unset; } ._1Ullx._29EHf._3ExDv { margin-right: 6px; max-width: 25px; } ._2pjab ._1zlEG._2LCvI { bottom: 5px; } ._3CvUl div, .m5HbF div { width: 210px !important; } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } /*STATUS */ ._24VFR._3zk0a._2_GYr._3ZzoL.moreDevs{ height: 60px !important; } ._2mwWG._1QFqI.qb-R3{ height: 340px; } ._3KMiG._1hH22._12SNB.groupDeviation{ margin-top: 0; } /*ICON*/ ._24VFR._3zk0a._2_GYr._3ZzoL ._1Ullx._29EHf._3ExDv ._3TKTT{ width: 30px !important ; height: 30px !important; } ._24VFR._3zk0a._2_GYr._3ZzoL ._1Ullx._29EHf._3ExDv .user-link._1d_AR.mw62Y{ width: 30px !important ; height: 30px !important; margin-left: -5px !important; } /*pic*/ ._2MBYK{ margin-top: 60px !important;} ._1UgXk.PojWQ{ margin-top: -60px; height: 415px; } /*journal*/ ._2NdLO._3qBBy._21_-k ._1762n ._2--6F, ._2NdLO._3qBBy._21_-k ._1762n ._3yLOd{ width: 130px !important; } /*group hover*/ ._2pjab ._3gDZF ._3_jqH{ display: unset !important;} /*icon groups name*/ ._24VFR._3zk0a._2_GYr._3ZzoL{ height:60px !important; } /*icon*/ ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR.mw62Y._3ExDv{ margin-left: -5px; height: 27px; max-width: 56px !important;} ._29EHf._3ExDv .user-link._1d_AR.mw62Y, ._29EHf._3ExDv{ margin-left: -5px; height: 30px; max-width: 30px !important;} ._29EHf._3ExDv .user-link._1d_AR.mw62Y img{ height: 30px !important; width: 30px !important;} ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR.mw62Y._3ExDv ._3TKTT{ height: 27px !important; width: 56px !important;} ._24VFR._3zk0a._2_GYr._3ZzoL ._29EHf._3ExDv{ margin-right: 8px} /*name*/ ._2pjab ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR._2Au_5, ._2pjab .user-link._1d_AR{ margin-right: 0 !important; } ._3KMiG._1hH22._3vZ3-._3EIFP._12SNB.groupDeviation ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -175px; } /*time*/ ._1MpFZ._3DiMC._3wkti._1cKM_ ._1VRQE{ position: absolute; bottom: -3px; right: 7px; } /*delete button auf deviation*/ ._25AwR._3wwK5._3FbsC._1dhhu.sA99L{ right: 0px;} ._3W0eS .JxeKq._1_e9A._1dZ7P{ top: 12px !important; width: 30px !important; left: 165px; } ._3_jqH ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: 25px} ._25AwR._3wwK5._3FbsC._1dhhu.sA99L{ visibility: visible;} /*andere buttons neben delete*/ ._1jKmH.sa6_1._1dZ7P{ top: 12px; left: 40px; width: 25px; } ._2JcX9._23Q5q._1fxfj._3FWf6.sa6_1._1dZ7P{ top: 12px; left: 10px; } ._1MpFZ._3DiMC._3wkti._1cKM_ ._1-TE9._3xusr{ width: 25px; margin-right: 6px; } .user-link._1DTpM{ display: inline-block; width: 150px; } /*fav button auf thumb*/ ._3W0eS .L7gon{ bottom: 10px; } .L7gon a._35_Pm.pXn6q{ margin-bottom: -15px; } /*all deviation*/ ._18G7L{ height: 290px} /*profile icon header*/ .user-link._1DTpM.Zfd0Y._1V7e9._1tcZ5{ width: 30px; } /*pop up when fav*/ .xjpXL ._1bR8I{ width: 50px !important; height: 50px !important;} ._2eF0v._7u9dq._3qmr_._1X0rL svg{ margin-top: 3px; } ._2olzC._23Q5q._1fxfj._3FWf6.sa6_1._1dZ7P{ position: absolute; left: 10px; top: 14px; background: rgba(000,000,000,0.5); border:none; border: 2px solid rgba(000,000,000,.3); height:20px; width: 20px;} ._2olzC ._2faWa{ border: none;} } @-moz-document url("https://www.deviantart.com/notifications/watch/suggestions") { .CMvV0 { display: inline-block; } } @-moz-document url-prefix("https://www.deviantart.com/notifications/watch/deviations/") { /*view all images*/ ._3KMiG._3vZ3- { margin-bottom: 30px; } } @-moz-document url-prefix("https://www.deviantart.com/notifications/feedback") { /*Boxen comment colour*/ .theme-dark ._3qv42{background: #292a32;} .theme-light ._3qv42{background: #e3e3e3;} .theme-light.light-green ._3qv42{ background: #c1cec0;} .theme-light ._1kI05{ border-radius: 5px; padding-left: 40px; } /*comment text colour*/ .theme-dark .m7pYE{ background: #06070d;} .theme-light .m7pYE{ background: #f7f7f7;} .theme-light.light-green .m7pYE{ background: #dae3d7;} .m7pYE{ padding: 15px 20px; } /*Deviation preview*/ .-GMvt{ height: 100px; margin-right: 10px; margin-left: 30px;} /*time when comment was posted*/ .theme-dark ._1xClA{ color: #838592;} .theme-light ._1xClA{ color: #5d5d6c } .theme-light.light-green ._1xClA{ color: #5c5c5c } /*2nd data time when comment was posted*/ ._37Ox5 { display: none; } /*._18qYl{display:none}*/ /*Original, prior reply*/ .theme-dark ._1qPjE.EJjLe.uePGg .EjvyF, .theme-dark ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #06070d; } .theme-light ._1qPjE.EJjLe.uePGg .EjvyF, .theme-light ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #f2f2f2; } .theme-light.light-green ._1qPjE.EJjLe.uePGg .EjvyF, .theme-light.light-green ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #dbe2da; } ._1qPjE.EJjLe.uePGg .EjvyF, ._1MpFZ._1-9gk._3-_Hm ._1ttTf, ._24VFR.DTx7C._33MmA ._18qYl, ._24VFR.DTx7C._2BA58 ._18qYl{ height: 28px; width: 45px; position: absolute; bottom: 70px; left: -72px; border-radius: 3px; } .user-link._1DTpM.Zfd0Y._1Y5Uz{ display: none; } ._24VFR.DTx7C._2BA58{ height: 0;} .theme-dark ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-dark ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before{color: #f2f2f2 ; background: #06070d;} .theme-light ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-light ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, .theme-light ._1MpFZ._1-9gk._2faJl ._1ttTf:before{color: #5d5d6c; background: #f2f2f2;} .theme-light.light-green ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-light.light-green ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, .theme-light.light-green ._1MpFZ._1-9gk._2faJl ._1ttTf:before {color: #2c3635; background: #dbe2da;} /*hide reply line from eclipse*/ ._1MpFZ._1-9gk._3-_Hm, ._1MpFZ._1-9gk._2faJl{ height: 0 !important; margin: 0 !important;} ._1MpFZ._1-9gk._2faJl{ margin-left: -92px !important;} ._1MpFZ._1-9gk._2faJl ._1vtJk{ display: none;} ._1MpFZ._1-9gk._2faJl ._1ttTf{ background: #dbe2da;} /*create original button out of reply line*/ ._1MpFZ._1-9gk._3-_Hm ._1ttTf, ._1MpFZ._1-9gk._2faJl ._1ttTf{ content: "Original"; position: absolute !important; top: -39px !important; z-index: 1 !important; height: 15px !important; width: 60px !important; padding: 10px 5px !important; border-radius: 1 !important; margin-left: -10px; overflow: hidden !important; margin-top: 92px !important; border-radius: 3px; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, ._1MpFZ._1-9gk._2faJl ._1ttTf:before{ content: "Original"; padding-left: 3px;} /*expand original reply*/ ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN{ height: 150px !important; width: 600px !important; padding: 20px !important; overflow: auto !important; border: 1px solid black; z-index: 999 !important; margin-top: -101px !important; border-radius: 0; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN:before, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN:before{ content: "You said:"; margin-left:-2px;} ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN:after, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN:after{ content: "Click again to close"; position: absolute; right: 5px; bottom: 5px; } /*original button shouldn ot disappear*/ ._1MpFZ._1-9gk._2faJl ._2iAUR, ._1MpFZ._1-9gk._3-_Hm ._2iAUR{ width: 57px !important; height: 22px; margin-top: 2px; background: #dbe2da; border-radius: 3px; margin-left: -9px;} ._1MpFZ._1-9gk._3-_Hm ._2iAUR{ margin-left: -102px;} ._1MpFZ._1-9gk._2faJl ._2iAUR:before, ._1MpFZ._1-9gk._3-_Hm ._2iAUR:before{ content: "Original"; position: absolute; margin-left: -9px; height: 10px; left: -65px; width: 40px !important; margin-top: 10px; } /*leiste mit reply button diamond usw*/ ._2M6kA._3gSkY{ position: relative; } /*button größe reply*/ ._1qPjE.EJjLe.uePGg .EjvyF{ margin-left: -10px; height: 20px; width: 60px; padding: 10px 5px; bottom: 8px;} /*heart and diamond button*/ .EJjLe.uePGg button._1qPjE._2JGTR{ position: absolute !important; left: -105px; bottom: 8px; } .EJjLe.uePGg button._1qPjE._1TLT6{ position: absolute !important; left: -105px; bottom: 28px; } a[data-embed-profile="deviation"]{ display: unset } ._24VFR.DTx7C._33MmA a img{ /*display: none;*/ } ._24VFR.DTx7C._33MmA ._18qYl._3IzBj, ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ width: 500px; height: 150px; overflow-y: scroll; padding: 20px; z-index: 2; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ position: absolute; bottom: 70px; left: -72px} /*comment bottom padding, good border*/ ._3m459{ padding-bottom: 5px; margin-top: 5px; } span ._1iSvR {/*icon kommenta/*/ display: none; } ._2BA58{ /*alter kommentar - konversation*/ /*display: none;*/ } .HK-F2{ /*abstand reply zu text*/ margin-top: 0px !important; } ._30j3W { margin-top: 15px !Important; } /*reply button style*/ /*._3ARPi._15m8B._2y_KG,*/ ._3ARPi.RaOha.QBgq4{ transform: translate(-71px,7px)} button._35sMb, button.QBgq4{ margin-top: -50px !important;} .theme-dark a._35sMb, .theme-dark button._35sMb, .theme-dark a.QBgq4, .theme-dark button.QBgq4{background-color: #06070d; color: #f2f2f2;} .theme-light a._35sMb, .theme-light button._35sMb, .theme-light a.QBgq4, .theme-light button.QBgq4{background-color: #f2f2f2; color: #5d5d6c;} .theme-light.light-green a._35sMb, .theme-light.light-green button._35sMb, .theme-light.light-green a.QBgq4, .theme-light.light-green button.QBgq4{ background-color: #dbe2da; color: #2c3635;} .theme-dark a._35sMb, .theme-light a._35sMb, .theme-dark button._35sMb, .theme-light button._35sMb, .theme-dark a.QBgq4, .theme-light a.QBgq4, .theme-dark button.QBgq4, .theme-light button.QBgq4 { padding: 8px 12px; border-radius: 3px; font-size: 14px; /* margin-top: 10px;*/ } .theme-dark a._35sMb:hover, .theme-dark button._35sMb:hover, .theme-dark a.QBgq4:hover, .theme-dark button.QBgq4:hover{ background-color: #f2f2f2; color: #5d5d6c; } .theme-light a._35sMb:hover, .theme-light button._35sMb:hover, .theme-light a.QBgq4:hover, .theme-light button.QBgq4:hover{ background-color: #28352c; color: #f2f2f2; } .theme-light.light-green a._35sMb:hover .theme-light.light-green button._35sMb:hover, .theme-light.light-green a.QBgq4:hover .theme-light.light-green button.QBgq4:hover{ background-color: #28352c !important; color: #f2f2f2; } a[data-hook="comment_like_button"]{ background: none; padding: 20px; } /*namenszeile*/ ._3zk0a { padding-bottom: 0; height: 10px; padding-top: 20px; } /*icon von user in activity*/ ._2br36{ display: none; } /*Position Zeile mit name und reply*/ ._1sFWs{ margin-top: -15px; min-height: 10px; } ._3HARA{ padding-top: 5px ; } /*watch button when actiity*/ ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB, ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB ._2juVZ{ border-color: black; color: black; } ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB{ height: 30px; } ._1MpFZ._2PsCz{ margin-top: -6px; margin-bottom: 6px;} /*user icon*/ ._3IJjF img, .user-link._1d_AR.mw62Y img._3TKTT{ height: 50px; width: 50px; } .user-link._1d_AR.mw62Y.RXJMH img._3TKTT{ height: 40px; width: 40px; } /*icons labels der checkbox und löschen*/ ._39zUb, ._14e7E{ visibility: visible; height: 15px; width: 15px; margin-left: -2px; } .theme-light ._3yWMV:hover, .theme-light.light-green ._3yWMV:hover{ background-color: rgba(255, 255, 255,.5); color: white; } ._2lxMl{ height: 15px; width: 15px; } ._24VFR ._1GooA{ visibility: visible; } /* icon user in comment*/ ._3qv42 ._3PY4Y, ._3qv42 ._3PY4Y ._1-TE9, ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y, ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y img.j289I{ width: 50px !important; height: 50px;} /*icon und weiße schlotze*/ ._3KQoE, ._2eF0v._7u9dq._3qmr_{ display: none} ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y, ._3qv42 ._3PY4Y{ margin-left: -10px;} /*activity icon angezeigt*/ ._1AEwc.drBHq ._1iqyH ._2eF0v._7u9dq._3qmr_{ display: inline; position: absolute; left: -18px; top: 3px;} /*activiry image*/ ._1AEwc.drBHq .user-link._1DTpM.Zfd0Y{ display: none; } ._1AEwc.drBHq ._3PY4Y{ width: 0px !important; height: 0px; } /*oadding das icon an label dran ist*/ ._1AEwc.drBHq ._3qv42{ padding-left: 30px; padding-top: 5px; } ._1AEwc.drBHq ._1RUA1{ top: 6px } /*pop up no one needs watch*/ ._2dj9G._16Zq2._3ut0k{ display:none;} /*label löschen udn speichern*/ .JxeKq._1UNuS{ visibility: visible; } /*wenn mehrere ausgewählt zeile*/ ._24VFR ._3zk0a { padding: 0; } ._3wC32.WdFsL ._1ngPc._15m8B._2y_KG{ margin-left: -60px; } /*Reply Zeile*/ ._3wC32{ transform: translate(-55%, -100%); } a._335cJ { position: absolute; transform: translate(0%, -30%); } div._35sMb, div.QBgq4{ transform: translate(-190%, -65%) } ._3wC32{ flex-direction: column-reverse; } ._30j3W{ margin-top: 10px; } ._335cJ._35sMb, ._335cJ.QBgq4{ margin-top: 0; } /*activity:*/ /*ausblenden der icons nur namen*/ /*._1hMn9 ._1uBLe{ display:none; }*/ ._3bxEU ._1GooA{ margin-top: -20px; } /*KopfZeile mit all comments und so*/ ._3RUdm{ margin-top: 45px} /*header notific*/ ._2ey5P{ position: unset; margin-top: 0 !important; } /*header*/ header._1m9CZ{ height: 50px; } header .atxHh, header ._2Rj2L{ height: 50px} /*grouped*/ ._3zfZG > div, ._3zfZG ._3pFXw{ width: 200px !important; height: 230px !important} .theme-dark ._23G5Q{background: #4f4f5b ;} .theme-light ._23G5Q{background: #0e0d20;} .theme-light.light-green ._23G5Q{background: #475c4d;} ._23G5Q._3LQLL:before, ._23G5Q._3LQLL:after{ display:none; } .theme-dark ._28ROq span, .theme-light ._1fe01 span {color: #b0b0b8;} .theme-light ._28ROq span, .theme-light ._1fe01 span {color: #f2f2f2;} .theme-light.light-green ._28ROq span, .theme-light ._1fe01 span {color: #dfe7dd;} /*Buttons by correspondence*/ ._3QVdl._3G5Fd { margin-right: 5px; } /*show more*/ .theme-dark ._3EM_3 ._1sFWs:before { color: #f2f2f2;} .theme-light ._3EM_3 ._1sFWs:before { color: #5d5d6c;} .theme-light.light-green ._3EM_3 ._1sFWs:before { color: #5c5c5c;} ._3EM_3 ._1sFWs:before { content: "Show More"; font-size: 12px; font-weight:500; position: absolute; right: 0; top:4px; } ._3EM_3 ._1sFWs:hover:before { text-decoration: underline; } ._24VFR._3xP7d._3zk0a{padding-top: 5px;} ._1F-dq ._2ZlvU { display: none;} .Ijp9_._3nLJd { margin-bottom: 10px;} /*löschen buttons dark theme*/ .theme-dark ._3IJjF._3G5Fd button{ background: #06070d; } ._24VFR._3zk0a._3HARA{ padding-top: 5px; } label._33N94._2lxMl._3bxEU{ /*top: 10px;}*/ } ._24VFR._37o-c{ margin-top: 5px; } ._1KonQ.da-editor-comment{ margin-left: 50px !important; } .da-editor-comments p{ font-size: 14px; } /*remova all in activity*/ ._24VFR._3xP7d._3zk0a{ position: absolute; right:0 ; } ._1edJZ:empty { min-height: 10px !important; } /*gruppen*/ ._3bxEU{ visibility: visible !important; } ._3AArg._28fzL[data-hook="user_watch_button"]{ display: none; } /*Icons*/ .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._3IJjF._29EHf .user-link._1d_AR.mw62Y, ._1kI05._15vHw ._3IJjF._29EHf .user-link._1d_AR.mw62Y{ display: none; } .Ijp9_._1hMn9 ._1MJER._1iSvR.na9vO{ display: block; } ._2Ppd-._1Ls73._3rnyc._3Oxcv.theme-dark.forced-theme-dark{ display: none; } .Ijp9_._1hMn9 ._1uBLe{ margin-left: -15px; margin-top: 1px; } .Ijp9_._1hMn9 ._1r9RG{ top:0;} .Ijp9_._1hMn9 ._1J4D2{ margin-top:-2px;} ._1kI05._15vHw:before{ height: 38px !important } ._3fD_d{ padding: 15px; } ._1vxhk._4Hn-y{ margin-top: -5px} ._2ua91.WFWyp:after{ bottom: -1px;} .notranslate.public-DraftEditor-content{ min-height: 105px !important; } .HK-F2 ._30j3W .user-link._1d_AR.mw62Y.RXJMH, .HK-F2 ._30j3W .user-link._1d_AR.mw62Y.RXJMH ._1neqe{ height: 40px; width: 40px; } .HK-F2 ._30j3W{ margin-top: -5px !important; margin-bottom: 15px;} p.public-DraftStyleDefault-text-ltr, .public-DraftStyleDefault-block-depth0{ min-height: 0 !important; } .RaOha.QBgq4 ._3ARPi._2y_KG{ position: absolute; left: -175px; bottom: 0px;} .RaOha.QBgq4 ._3ARPi._15m8B._2y_KG{ bottom: 25px; left: -191px;} .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._1Ullx._29EHf{ display: none; margin-left: -10px} .Ijp9_._1hMn9 ._1kI05 ._1uBLe{ margin-left: -20px} ._1kI05{ padding-left: 40px !important; } .GeyLt .user-link._1d_AR.mw62Y._3cS2w{ margin-left: -30px; } .user-link._1d_AR.mw62Y, .user-link._1d_AR.mw62Y ._1neqe{ height: 50px; width: 50px;} .NWbxb{ margin-top: 10px} /*button delete save*/ ._24VFR._37o-c ._1Ullx._3G5Fd, ._24VFR._37o-c ._9rMMY._3jwyq._2hncw._1G2ec._2OBt2{ width: 25px !important; height: 25px; padding: 0; border-radius: 50%; } ._3ARPi._1Qz6b._2y_KG._1FHpI, ._3ARPi._15m8B._2y_KG._3Nm80, ._3ARPi._15m8B._2y_KG, ._3ARPi._1Qz6b._2y_KG{ margin-left: -55px; } ._1Qz6b._1FHpI ._3Nofr{ margin-left: -23px;} ._1-0mK ._1MJER.MMrxy.na9vO._2TmeS{ display: none} ._1crS-{ margin-top: -18px !important; } .theme-light.light-green button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: black !important; border-color: black !important;} .theme-dark button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: #f2f2f2 !important; border-color: #f2f2f2 !important;} .theme-light button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: #606070 !important; border-color: #606070 !important;} .theme-dark #site-header-submit-button, .theme-light.light-green #site-header-submit-button{ color: #dae5d6 } .theme-light #site-header-submit-button{ color: #606070 } div#ZnPuoP ._1yYYZ ._3YOMV{ left: 20px; top: -2px; } ._1MJER._1iSvR.na9vO._2Edno{ right: -5px; position: absolute; } ._3ARPi._3J5W7._2ucy5.J1x_k.rfC0R{ padding: 0 17px;} .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } ._1DbOM#site-header-submit-menu{ width: 1px; } .Ijp9_._1hMn9 ._1kI05#Z2u0FHt{ height: 125px; } .Ijp9_._1hMn9 ._1kI05#bWty9{ height: 150px; } ._3igXW._2O6iG ._1kI05 ._1J4D2, ._3igXW._2O6iG ._1kI05 ._1J4D2, .Ijp9_._1hMn9 ._1J4D2{ padding-left: 15px; } ._3igXW._2O6iG .Ijp9_ ._1kI05 ._1J4D2{ padding-left: 0px; } .Ijp9_._1hMn9 ._1kI05{ padding-bottom: 2px;} .Ijp9_._1hMn9 ._1yYYZ._3Gjan{ margin-left: 20px; margin-top: -3px; } .Ijp9_._1hMn9 ._1yYYZ{ margin-left: 20px; margin-top: -3px; } .Ijp9_._1hMn9 ._1uBLe{ margin-right: 5px;} .Ijp9_._1hMn9 ._1MJER._3N3is.na9vO, .Ijp9_._1hMn9 ._1MJER._2qJON.na9vO, .Ijp9_._1hMn9 ._1MJER._27RR-.na9vO._3hvO6{ margin-left: 20px; margin-top: -3px; } ._1hMn9 ._1kI05 ._29EHf img, ._1hMn9 ._1kI05 ._29EHf .user-link._1d_AR.mw62Y{ display: none !important; } .Ijp9_._1hMn9{ max-height: 25px; margin-bottom: 20px;} ._1r9RG, ._3na8p._3wLyn._22hF0._2TmeS{ display: none;} ._335cJ._35sMb{ margin-right: 45px;} ._76cOQ._335cJ._35sMb{ margin-left: 30px;} .Ijp9_._1hMn9 ._1J4D2{ padding-left: 0 !important;} .Ijp9_._1hMn9 ._1uBLe{ display: none;} .Ijp9_._1hMn9 ._1kI05 ._1uBLe, .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._1r9RG{ display: unset; padding-right: 10px;} ._2eF0v._3REWC._3qmr_.QfBM9{ display: none;} ._1qPjE._2kuUU._3CkV0._3X_mb ._2eF0v._7u9dq._3qmr_._2PYsb{ display: unset;} ._1qPjE._2kuUU._3CkV0._3X_mb ._2eF0v._7u9dq._3qmr_._2PYsb svg{ margin-top: 3px;} ._2olzC ._2faWa{ border-color: grey; width: 15px !important; height: 15px !important} } @-moz-document url-prefix("https://www.deviantart.com/") { ._1JktW._3tEjH { background: none !important; box-shadow: none; } .theme-dark ._1_W6y:after, .theme-light ._1_W6y:after { box-shadow: none; } ._2xMvD._1RuYw { position: fixed; width: 100%; z-index: 1; top: 50px; } ._3U8If .user-link._1d_AR.mw62Y._1jO0k._3ude8, ._3U8If img._1neqe { padding: 0; height: 35px !important; width: 35px !important } .QCljQ._32NlD { margin-right: 15px; margin-left: -10px; } ._3U8If ._32NlD._3D3QX { margin-left: -10px; padding-right: 10px; } ._1NGmX._3HbTN.a5Enf._2roc7 { visibility: hidden; } .theme-light.light-green .qFWIQ._2k6JI._21HEq._2FRfI, .theme-light.light-green .Z_ELQ._2bnWD._3s6q2._2hbMU { background: #9faf9e; color: #edf2ec; } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } /*pop up*/ ._419MZ.a5Enf._2roc7, ._1LqBD._3rnyc._3Oxcv, ._2WwsX._1LO7Z.G5K6N{ display: none} ._419MZ._3V0XF.JQroe._2p0BG.a5Enf._2roc7{ display: unset;} .theme-light.light-green ._1dE3T._10QSa, .theme-light.light-green .bdCec._36ndR._39WMm._10QSa svg{ color: #dae5d6; } .theme-light.light-green ._1dE3T._10QSa:hover, .theme-light.light-green .bdCec._36ndR._39WMm._10QSa:hover svg{ color: white; } ._3pnpo._1cVSI{ background: none; box-shadow: none;} ._2WwsX._1LO7Z.G5K6N._3sPkT._1ocJ4._1yG-A{ display: unset; } .JxeKq ._2eF0v._7u9dq._3qmr_{ display: inline !important; } ._2PfLt._3OHvQ._2QsqT._24v9L ._2eF0v._7u9dq._3qmr_{ display: inline !important;} } @-moz-document url("https://www.deviantart.com/posts") { ._1vvbK { transform: translate(15%, 0); } ._1vvbK div:nth-child(3), ._1vvbK div:nth-child(4) { margin-left: 20px; } .legacy-journal.MBDIz { position: absolute; top: 0; left: 0; padding: 15px; height: 170px !important; width: 170px !important; font-size: 20px; line-height: 21px; } ._1vvbK > div { width: 200px; height: 200px; } ._3XIla._1Lz06, .KVNK0.CXF4R, ._2YkEf._1Lz06, .LPSH8._3SfEb, .KVNK0._3MGA4, ._27-cC._1Lz06, ._3WpE7 { width: 200px !important; height: 200px !important; } ._1oL0j._1WZdE { margin: 10px; } } @-moz-document url-prefix("https://www.deviantart.com/") { .gH0Ob._1QFbl ._1pyGB._1Nxi6 { width: 90%; } .theme-dark #site-header-submit-button, .theme-light.light-green #site-header-submit-button { color: #dae5d6 } .theme-light #site-header-submit-button { color: #606070 } ._3bVK-, ._1LqBD._2mpZk.K6Xvr{ display: none !important; } ._3bVK-#popper-root-0{ display: unset !important; } .theme-light span._3HH04._3s0_v.YU6Gg{ color: #606070;} .theme-light.light-green span._3HH04._3s0_v.YU6Gg{ color: #dae5d6;} /*pop up no one needs watch*/ ._2dj9G._16Zq2._3ut0k{ display:none;} } @-moz-document url-prefix("https://www.deviantart.com/notifications/notes") { .light-green, .light-green div#notes { background: #dae5d6 !important } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li { background: #e6ede4 } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.theme-light #output #notes ul.notes li.unread { background: #e9e9e9; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note { background: #808080 !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li.unread { background: #a0b6a6; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li.current-note { background: #475c4d !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li .note-preview { color: black; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes td.notes-right .notes-intro { background: #e6ede4 url(https://st.deviantart.net/minish/gruzecontrol/icons/notes-empty-light.svg?2) no-repeat center 150px; } body.refurb-notes.light-green #output #notes td.notes-right .notes-intro, body.refurb-notes tr.menu.menu-takeover #notes #output td.notes-right .notes-intro { padding: 350px 24px 24px; } .note-details .ts { color: black !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note a, html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note .note-preview.expandable, html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note .note-details ts { color: #e5ece3 !important; } } @-moz-document url-prefix("https://www.deviantart.com/comments") { ._1UqWi, ._2J2lc._3OBn3 { width: 70%; } } @-moz-document url("https://www.deviantart.com/notifications/feedback/activity") { ._3igXW._2O6iG .Ijp9_ ._1kI05 ._1J4D2{ padding-left: 10px; } } @-moz-document url("https://www.deviantart.com/notifications/watch/groupdeviations") { ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -170px; } } @-moz-document url("https://www.deviantart.com/notifications/watch/posts") { ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -170px; } }
data/usercss/182758.user.css
@-moz-document url-prefix("https://www.deviantart.com/notifications/watch"), url-prefix("https://www.deviantart.com/notifications/watch/groupdeviations"), url-prefix("https://www.deviantart.com/notifications/watch?folder=archived"), url-prefix("https://www.deviantart.com/notifications/watch?folder=saved") { /*ansicht?*/ ._1FZFD > div { width: 200px !important; } ._1FZFD { margin-bottom: 71px } .bLDvp{ margin-bottom: 10px; } /*image block*/ ._3fxzN._3q1dq{margin-bottom: 30px; } ._3fxzN._3q1dq, ._3fxzN._3q1dq ._3zfZG, ._3fxzN._3q1dq ._1bR8I._29mWz, .bLDvp > div, ._3zfZG ._1oikR._3lqJD._29mWz, .Pq6-p ._3pFXw, .Pq6-p ._2q2G0, .Pq6-p ._3xDmu, ._3afky section, ._3CHmy._3mna1._3MpZ6._3hZDZ._29mWz{ width: 200px !important; height: 280px !important; } ._3fxzN._3q1dq ._3afky, ._3zfZG ._3pFXw, ._1oikR.UatzR, .CONYR ._1bR8I, .CONYR, ._3lkuh._2rKG4._29mWz, ._8PBoP, ._29mWz._1Fqq4, ._3CHmy._3mna1._3MpZ6._3hZDZ._2bv_M._29mWz, ._1bR8I, ._94QFD, ._1Mciy, ._3lkuh._2giRT._29mWz, ._94QFD ._3iRYM{ width: 200px !important; height: 230px !important; } ._1oikR.UatzR, .CONYR ._1bR8I, .CONYR{ margin-top: -10px; } ._1ZFiX._2816Z{ width: 136px !important; } ._1_CdA{ margin-top: -20px;} /*status update*/ ._3fxzN._3q1dq.f0rFo ._3zfZG{ height: 251px !important;} /*zeit journal und group*/ /*image image*/ ._3fxzN._3q1dq ._1bR8I._29mWz{ width: 200px !important; height: 230px !important; } /*bin in thumb*/ ._3fxzN._3q1dq ._1bR8I._29mWz img, .CONYR ._1bR8I img{ max-height: 100% !important; width: unset !important; object-fit: unset !important; object-position: unset !important; max-width: 100%; height: auto !important;} .CONYR{ width: 200px; margin-left: -15px;} .CONYR ._1bR8I{ width: 200px !important; } /*journals*/ ._1mjJN ._1noQ5{ margin-top: 8px; } .user-link._1DTpM{ z-index: 99999; position: relative;} /*status*/ ._3vexD, ._3vexD section, ._1ZFiX._1dZ7P, ._3CHmy._3mna1._3MpZ6._2qpNr._2bv_M._29mWz{ width: 200px !important; height: 200px !important; } ._2UULg._2vDRZ { padding-left: 15px; } .NX7wi .U_uDK { font-size:20px; padding: 0; } .IKNQA._30ZSw._21_-k ._1dObC { width: 150px !important; } .tUSto, .tUSto div, ._3hNfe._1j-Ws._3tdjd.p86AA._1jatZ._21_-k, ._3hNfe._1j-Ws._3tdjd._2TOU8._1jatZ._21_-k, ._3fD_d, .NbxgF { width: 200px !important; } ._3-9oA ._2UULg.UR1Kt, ._12cym ._2UULg.UR1Kt, ._12cym div, .NbxgF { height: 200px !important; } ._3fD_d { padding: 30px; } .Pq6-p ._3xDmu .CONYR:nth-child(2), ._173VG._1Kx7i > div > div > div:nth-child(2){ display: none; } .paUD_._1dZ7P{ visibility: visible !Important; color: black !Important; transform: translate(25%, 50%); } /*name group*/ ._1MpFZ._3DiMC._3wkti._1cKM_ .user-link._1DTpM.Zfd0Y._3xusr{ width: 50px; margin-right: 5px; } .user-link._1DTpM._2vxdP{ width: 130px;} ._2vxdP ._3riIJ{ max-width: unset;} ._3psAb { font-size: 16px; line-height: 1.2; } ._24VFR._3zk0a._2_GYr._3ZzoL { /*z-index: 99;*/ position: relative; } .theme-dark ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #06070d } .theme-light.light-green ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #dae5d6; } .theme-light ._24VFR._3zk0a._2_GYr._3ZzoL:after { background: #f2f2f2 } ._24VFR._3zk0a._2_GYr._3ZzoL:after { content:""; position: absolute; height: 30px; width: 200px; top: 55px; left:0; } /*status*/ ._29ebf { font-size: 16px; line-height: 20px; } ._12cym, ._12cym a, ._3kSfJ._1ucvn._1jatZ, ._2UULg._1hLp7, ._2UULg._1KcL_, /*asks polls*/ ._2gmS2, /*asks polls*/ ._3CR01.g_-VA, ._3-9oA, /*asks polls*/ ._2I6K2, ._3kSfJ._1X-XZ._1jatZ { width: 200px !important; height: 200px !important; } ._3kSfJ._1ucvn._1jatZ { padding: 10px; font-size: 16px; } /*forum*/ ._2UULg._1hLp7 { padding: 15px; width: 170px !important; height: 170px !important; } /*commissions*/ ._2du1g, .pbOV0, .pbOV0 ._3CR01.g_-VA, .GEwKb { height: 280px !important; } ._2du1g ._24VFR._3zk0a._1vQXA._2sMJe { height: 50px !important; } .kNU2u, .kNU2u ._1zfzP { font-size: 12px; } .kNU2u ._1zfzP ._1MJER._1iSvR.na9vO svg { height: 10px !important; width: 10px !important; } /*journals ._3gDZF ._3CR01.g_-VA{ height: 200px !important; }*/ ._2NdLO._3qBBy { width: 200px !important; } ._2du1g, .pbOV0, .GEwKb, .pbOV0 a, .pbOV0 ._3CR01.g_-VA, ._24VFR._3zk0a._1vQXA._2sMJe, _3KMiG._3vZ3-._3EIFP._12SNB ._2pjab { height: 280px !important; width: 200px !important; } ._24VFR._3zk0a._1vQXA._2sMJe img { display: none; } .aVoPh { margin: 0; } /*text darauf*/ ._2-VC7 ._1cpCd { font-size: 22px; letter-spacing: 0.1px; line-height: 25px } /*image posiion*/ ._1wlQc img { width: 180px !important; height: auto !important; object-fit: none; object-position: 50% 0 !important; /* z-index: 1;*/ max-height: 250px; } ._1wlQc._21_-k img { object-fit: contain !important; } .CMvV0 { margin-bottom: 83px; } /*Gruppen Image*/ /*.theme-light.light-green ._2pjab ._3gDZF ._1K9aQ:after{color: #e6ede4; background: #e6ede4;} ._2pjab ._3gDZF ._1K9aQ:after{ content: ""; height: 180px; width: 160px; position: absolute; bottom: 110px; left: 20px; z-index: -1; box-shadow: -1px 6px 5px 10px rgba(0, 0, 0, 0.05); }*/ /*.theme-light.light-green ._2pjab ._3gDZF ._1K9aQ:before{color: #e6ede4;background: #e6ede4;} ._2pjab ._3gDZF ._1K9aQ:before{ content: ""; height: 180px; width: 120px; position: absolute; bottom: 120px; left: 45px; z-index: -2; }*/ ._3i_GN:nth-child(2) { display: none; } ._1wlQc { margin-left: -16px } /*recommendation*/ .IkcFu .CMvV0 { margin-bottom: 20px } .IkcFu ._1neqe { display: none; } .IkcFu ._24VFR._3zk0a { margin-left: -10px; } ._3N8uM { margin-left: 0 !important; } .CMvV0 ._3N8uM { margin-bottom: 20px; margin-right:15px; } .CMvV0 { margin-right:5px !important; } .CMvV0 ._3N8uM, .R4eIb, .R4eIb ._39ZsU, .R4eIb ._2S4Dh._1vD13, .theme-light ._3m1iA { width: 200px !important; } ._2nvIr._1fIt4 { height: 280px !important; } /*namens feld*/ ._3ZMns { position: relative; height: 50px; text-align: center; } /*namen*/ ._3IJjF { margin:0; } ._12SNB, ._3KMiG._1hH22 { margin-bottom: 60px; } ._3OCjb { display: none; } ._24VFR._3zk0a._3ZMns._1mox8 { /* z-index: 3;*/ } /*zeit*/ ._2tLNe { display: none; } .J4fKQ { font-size: 14px } /*header notific*/ ._2ey5P { position: unset; margin-top: 0 !important; } /*header*/ header._1m9CZ { height: 50px; } header .atxHh, header ._2Rj2L { height: 50px } /*Deviation sort always visible*/ ._24VFR._3zk0a._3ADXu { visibility: visible; } /*view when show all*/ ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt ._3yWMV { width: 25px !important; height: 25px !important; } ._1KcL_.rq_VP { left: 12px } ._3IJjF.BN7_N { left: 43px; } ._1KcL_.J4fKQ { width: 140px !important; } .rqBjb .RVLKp { position: absolute; right: 0; } .RVLKp { margin-left: -5px; } /*favoriten*/ ._1mbrZ ._1wlQc, ._3TKTT, ._1uBLe{ height: 50px !important; width: 50px !important; } ._1mbrZ ._1MJER.na9vO._1x1X1 { /*z-index: 1*/ ; } /*button bug*/ ._2pjab ._3IJjF.BN7_N { } ._1KcL_.rq_VP { width: 25px; } /*favs anzahl*/ .RVLKp._3W5Fs, .rqBjb ._3KcrC { height: 25px !important; position: absolute; left: 0; bottom: 0; /* z-index: 9*/ ; } a.RVLKp._3W5Fs { bottom: 30px; } button.RVLKp._3W5Fs { bottom: 10px; } ._1JVwq.UR1Kt { right: 25px; } ._33IHE ._39daq.UR1Kt { height: 30px !important; width: 450px !important; font-size: 14px; } ._33IHE { position: absolute; right: 4px; margin-left: -15px; margin-bottom: -25px; padding: 10px; } ._1MJER._27RR-._voux._2yxiP { margin-right: -20px; } ._3KcrC { left: 18px !important; bottom: -2px !important; margin-left: -45px; } ._3f3Tw._2dG4n.UR1Kt { position: absolute !important; right: 0px !important; } ._3IJjF._29EHf._3ExDv { display: none; } ._3IJjF._1yjb9.UR1Kt { left: 160px !important; width: 25px; visibility: visible } ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt { left: 10px; } .RVLKp._3W5Fs .rqBjb, .rqBjb { height: 20px !important; } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { position: absolute; right: 50px; } ._1KcL_.J4fKQ { width: 110px !important; } /*align pictures*/ ._1UgXk, .PojWQ { /* transform: translate(10%,0);*/ } /*wenn sleektiert*/ .CMvV0 ._2pjab:after { /*bilder*/ height: 273px; } /*forum*/ ._2pjab:after, ._3vZ3-._2qxrJ::after { height: 280px; } /*THEMSES!*/ .theme-dark ._24VFR._3zk0a._3ZMns._1mox8:after { background: #06070d } .theme-light.light-green ._24VFR._3zk0a._3ZMns._1mox8:after { background: #dae5d6; } .theme-light ._24VFR._3zk0a._3ZMns._1mox8:after { background: #f2f2f2 } ._24VFR._3zk0a._3ZMns._1mox8:after { content:""; position: absolute; height: 37px; width: 200px; top: 48px; left:0; } /*Footer margin*/ ._1hldU { margin-bottom: 140px; } /*amount*/ .Ey06z.UR1Kt { visibility: visible; color: #475c4d; margin-left: 35px; font-size: 16px; margin-bottom: -7px; } ._2S4Dh { width: 200px !important; } ._1wlQc._21_-k { margin-left: 0px; } ._269rG:nth-child(2) { display: none; } /*line deviations*/ ._1UgXk.PojWQ { overflow: hidden; } ._1UgXk.PojWQ div div:nth-child(2) { display: flex; } ._1UgXk.PojWQ .CMvV0 { margin-top: 0 !important; margin-left: 15px; } ._3bxEU { visibility: visible; } /*deletbutton watch*/ ._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN, ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ position: absolute; right: 25px; visibility: visible; top: -8px; } button._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN { background: #728a79 } button._9rMMY._3jwyq._2hncw._1G2ec._1KcL_._1f6oN:hover { background: #2a2e32 } ._33N94._1e0j2._1KcL_._3b27P { position: absolute; left: 12px; top: 10px; } ._9rMMY._3jwyq._2hncw._1G2ec.fDkY- { position: absolute; right: -119px; top: -5px; } ._1MJER._27RR-._voux._2yxiP { position: absolute; bottom: 0; right: 20px; } ._33N94._344kM._3b27P._2_tH2._2dG4n.UR1Kt, ._3IJjF._1yjb9.UR1Kt { top: 8px; /*z-index: 100;*/ } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { top: -8px; /*z-index: 9;*/ } ._33IHE { margin-left: -20px; } ._1762n { height: 45% !important; } ._3f3Tw._2dG4n.UR1Kt { /*z-index:-1*/ } ._2UULg.UR1Kt { /*z-index: 99*/ } ._1wlQc { margin-top: 20px; } ._1wlQc img { /*z-index: 0;*/ margin-top: -60px; } ._1wlQc._21_-k { margin-top: 0; } ._1wlQc._21_-k img { margin-top: 10px; } ._2UULg.UR1Kt { /* z-index: 99;*/ margin-top: 35px; height: 246px !important; } ._33IHE { /*z-index: 101*/ } /*com*/ .pbOV0 ._1wlQc { margin-left: 0; } ._2du1g a._3XcIG._3omkJ, ._3GA0m .o0khR { font-size: 12px; margin-bottom: 0 !important; } ._2du1g a.user-link._10aZo { font-size: 12px; } ._2pjab .user-link._1d_AR { width: 140px !important; display: block; } ._2pjab ._1zlEG._2LCvI { position: absolute; right: 10px; } /*in Fav*/ ._2kUMz ._3b_Uk { margin-top: -20px; } ._2kUMz ._3b_Uk._1gQAP { margin-top: 0px; } ._2kUMz ._3b_Uk ._1wlQc img { margin-top: 0 !important; } ._2kUMz ._3b_Uk ._1wlQc { margin-left: 0 !important; } ._3bVK- { display: none !important; } .CMvV0 { width: auto !important } ._1Ullx._1yjb9.UR1Kt { right: 10px; left: unset; top: 8px; visibility: visible; } ._9rMMY._3jwyq._2hncw._1G2ec._1Wj8L { right: 40px; left: unset; } ._1Ullx._29EHf._3ExDv { margin-right: 6px; max-width: 25px; } ._2pjab ._1zlEG._2LCvI { bottom: 5px; } ._3CvUl div, .m5HbF div { width: 210px !important; } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } /*STATUS */ ._24VFR._3zk0a._2_GYr._3ZzoL.moreDevs{ height: 60px !important; } ._2mwWG._1QFqI.qb-R3{ height: 340px; } ._3KMiG._1hH22._12SNB.groupDeviation{ margin-top: 0; } /*ICON*/ ._24VFR._3zk0a._2_GYr._3ZzoL ._1Ullx._29EHf._3ExDv ._3TKTT{ width: 30px !important ; height: 30px !important; } ._24VFR._3zk0a._2_GYr._3ZzoL ._1Ullx._29EHf._3ExDv .user-link._1d_AR.mw62Y{ width: 30px !important ; height: 30px !important; margin-left: -5px !important; } /*pic*/ ._2MBYK{ margin-top: 60px !important;} ._1UgXk.PojWQ{ margin-top: -60px; height: 415px; } /*journal*/ ._2NdLO._3qBBy._21_-k ._1762n ._2--6F, ._2NdLO._3qBBy._21_-k ._1762n ._3yLOd{ width: 130px !important; } /*group hover*/ ._2pjab ._3gDZF ._3_jqH{ display: unset !important;} /*icon groups name*/ ._24VFR._3zk0a._2_GYr._3ZzoL{ height:60px !important; } /*icon*/ ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR.mw62Y._3ExDv{ margin-left: -5px; height: 27px; max-width: 56px !important;} ._29EHf._3ExDv .user-link._1d_AR.mw62Y, ._29EHf._3ExDv{ margin-left: -5px; height: 30px; max-width: 30px !important;} ._29EHf._3ExDv .user-link._1d_AR.mw62Y img{ height: 30px !important; width: 30px !important;} ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR.mw62Y._3ExDv ._3TKTT{ height: 27px !important; width: 56px !important;} ._24VFR._3zk0a._2_GYr._3ZzoL ._29EHf._3ExDv{ margin-right: 8px} /*name*/ ._2pjab ._24VFR._3zk0a._2_GYr._3ZzoL .user-link._1d_AR._2Au_5, ._2pjab .user-link._1d_AR{ margin-right: 0 !important; } ._3KMiG._1hH22._3vZ3-._3EIFP._12SNB.groupDeviation ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -175px; } /*time*/ ._1MpFZ._3DiMC._3wkti._1cKM_ ._1VRQE{ position: absolute; bottom: -3px; right: 7px; } /*delete button auf deviation*/ ._25AwR._3wwK5._3FbsC._1dhhu.sA99L{ right: 0px;} ._3W0eS .JxeKq._1_e9A._1dZ7P{ top: 12px !important; width: 30px !important; left: 165px; } ._3_jqH ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: 25px} ._25AwR._3wwK5._3FbsC._1dhhu.sA99L{ visibility: visible;} /*andere buttons neben delete*/ ._1jKmH.sa6_1._1dZ7P{ top: 12px; left: 40px; width: 25px; } ._2JcX9._23Q5q._1fxfj._3FWf6.sa6_1._1dZ7P{ top: 12px; left: 10px; } ._1MpFZ._3DiMC._3wkti._1cKM_ ._1-TE9._3xusr{ width: 25px; margin-right: 6px; } .user-link._1DTpM{ display: inline-block; width: 150px; } /*fav button auf thumb*/ ._3W0eS .L7gon{ bottom: 10px; } .L7gon a._35_Pm.pXn6q{ margin-bottom: -15px; } /*all deviation*/ ._18G7L{ height: 290px} /*profile icon header*/ .user-link._1DTpM.Zfd0Y._1V7e9._1tcZ5{ width: 30px; } /*pop up when fav*/ .xjpXL ._1bR8I{ width: 50px !important; height: 50px !important;} ._2eF0v._7u9dq._3qmr_._1X0rL svg{ margin-top: 3px; } ._2olzC._23Q5q._1fxfj._3FWf6.sa6_1._1dZ7P{ position: absolute; left: 10px; top: 14px; background: rgba(000,000,000,0.5); border:none; border: 2px solid rgba(000,000,000,.3); height:20px; width: 20px;} ._2olzC ._2faWa{ border: none;} } @-moz-document url("https://www.deviantart.com/notifications/watch/suggestions") { .CMvV0 { display: inline-block; } } @-moz-document url-prefix("https://www.deviantart.com/notifications/watch/deviations/") { /*view all images*/ ._3KMiG._3vZ3- { margin-bottom: 30px; } } @-moz-document url-prefix("https://www.deviantart.com/notifications/feedback") { /*Boxen comment colour*/ .theme-dark ._3qv42{background: #292a32;} .theme-light ._3qv42{background: #e3e3e3;} .theme-light.light-green ._3qv42{ background: #c1cec0;} .theme-light ._1kI05{ border-radius: 5px; padding-left: 40px; } /*comment text colour*/ .theme-dark .m7pYE{ background: #06070d;} .theme-light .m7pYE{ background: #f7f7f7;} .theme-light.light-green .m7pYE{ background: #dae3d7;} .m7pYE{ padding: 15px 20px; } /*Deviation preview*/ .-GMvt{ height: 100px; margin-right: 10px; margin-left: 30px;} /*time when comment was posted*/ .theme-dark ._1xClA{ color: #838592;} .theme-light ._1xClA{ color: #5d5d6c } .theme-light.light-green ._1xClA{ color: #5c5c5c } /*2nd data time when comment was posted*/ ._37Ox5 { display: none; } /*._18qYl{display:none}*/ /*Original, prior reply*/ .theme-dark ._1qPjE.EJjLe.uePGg .EjvyF, .theme-dark ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #06070d; } .theme-light ._1qPjE.EJjLe.uePGg .EjvyF, .theme-light ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #f2f2f2; } .theme-light.light-green ._1qPjE.EJjLe.uePGg .EjvyF, .theme-light.light-green ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ background: #dbe2da; } ._1qPjE.EJjLe.uePGg .EjvyF, ._1MpFZ._1-9gk._3-_Hm ._1ttTf, ._24VFR.DTx7C._33MmA ._18qYl, ._24VFR.DTx7C._2BA58 ._18qYl{ height: 28px; width: 45px; position: absolute; bottom: 70px; left: -72px; border-radius: 3px; } .user-link._1DTpM.Zfd0Y._1Y5Uz{ display: none; } ._24VFR.DTx7C._2BA58{ height: 0;} .theme-dark ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-dark ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before{color: #f2f2f2 ; background: #06070d;} .theme-light ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-light ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, .theme-light ._1MpFZ._1-9gk._2faJl ._1ttTf:before{color: #5d5d6c; background: #f2f2f2;} .theme-light.light-green ._1qPjE.EJjLe.uePGg .EjvyF:before, .theme-light.light-green ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, .theme-light.light-green ._1MpFZ._1-9gk._2faJl ._1ttTf:before {color: #2c3635; background: #dbe2da;} /*hide reply line from eclipse*/ ._1MpFZ._1-9gk._3-_Hm, ._1MpFZ._1-9gk._2faJl{ height: 0 !important; margin: 0 !important;} ._1MpFZ._1-9gk._2faJl{ margin-left: -92px !important;} ._1MpFZ._1-9gk._2faJl ._1vtJk{ display: none;} ._1MpFZ._1-9gk._2faJl ._1ttTf{ background: #dbe2da;} /*create original button out of reply line*/ ._1MpFZ._1-9gk._3-_Hm ._1ttTf, ._1MpFZ._1-9gk._2faJl ._1ttTf{ content: "Original"; position: absolute !important; top: -39px !important; z-index: 1 !important; height: 15px !important; width: 60px !important; padding: 10px 5px !important; border-radius: 1 !important; margin-left: -10px; overflow: hidden !important; margin-top: 92px !important; border-radius: 3px; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf:before, ._1MpFZ._1-9gk._2faJl ._1ttTf:before{ content: "Original"; padding-left: 3px;} /*expand original reply*/ ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN{ height: 150px !important; width: 600px !important; padding: 20px !important; overflow: auto !important; border: 1px solid black; z-index: 999 !important; margin-top: -101px !important; border-radius: 0; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN:before, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN:before{ content: "You said:"; margin-left:-2px;} ._1MpFZ._1-9gk._3-_Hm ._1ttTf._1MVHN:after, ._1MpFZ._1-9gk._2faJl ._1ttTf._1MVHN:after{ content: "Click again to close"; position: absolute; right: 5px; bottom: 5px; } /*original button shouldn ot disappear*/ ._1MpFZ._1-9gk._2faJl ._2iAUR, ._1MpFZ._1-9gk._3-_Hm ._2iAUR{ width: 57px !important; height: 22px; margin-top: 2px; background: #dbe2da; border-radius: 3px; margin-left: -9px;} ._1MpFZ._1-9gk._3-_Hm ._2iAUR{ margin-left: -102px;} ._1MpFZ._1-9gk._2faJl ._2iAUR:before, ._1MpFZ._1-9gk._3-_Hm ._2iAUR:before{ content: "Original"; position: absolute; margin-left: -9px; height: 10px; left: -65px; width: 40px !important; margin-top: 10px; } /*leiste mit reply button diamond usw*/ ._2M6kA._3gSkY{ position: relative; } /*button größe reply*/ ._1qPjE.EJjLe.uePGg .EjvyF{ margin-left: -10px; height: 20px; width: 60px; padding: 10px 5px; bottom: 8px;} /*heart and diamond button*/ .EJjLe.uePGg button._1qPjE._2JGTR{ position: absolute !important; left: -105px; bottom: 8px; } .EJjLe.uePGg button._1qPjE._1TLT6{ position: absolute !important; left: -105px; bottom: 28px; } a[data-embed-profile="deviation"]{ display: unset } ._24VFR.DTx7C._33MmA a img{ /*display: none;*/ } ._24VFR.DTx7C._33MmA ._18qYl._3IzBj, ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ width: 500px; height: 150px; overflow-y: scroll; padding: 20px; z-index: 2; } ._1MpFZ._1-9gk._3-_Hm ._1ttTf{ position: absolute; bottom: 70px; left: -72px} /*comment bottom padding, good border*/ ._3m459{ padding-bottom: 5px; margin-top: 5px; } span ._1iSvR {/*icon kommenta/*/ display: none; } ._2BA58{ /*alter kommentar - konversation*/ /*display: none;*/ } .HK-F2{ /*abstand reply zu text*/ margin-top: 0px !important; } ._30j3W { margin-top: 15px !Important; } /*reply button style*/ /*._3ARPi._15m8B._2y_KG,*/ ._3ARPi.RaOha.QBgq4{ transform: translate(-71px,7px)} button._35sMb, button.QBgq4{ margin-top: -50px !important;} .theme-dark a._35sMb, .theme-dark button._35sMb, .theme-dark a.QBgq4, .theme-dark button.QBgq4{background-color: #06070d; color: #f2f2f2;} .theme-light a._35sMb, .theme-light button._35sMb, .theme-light a.QBgq4, .theme-light button.QBgq4{background-color: #f2f2f2; color: #5d5d6c;} .theme-light.light-green a._35sMb, .theme-light.light-green button._35sMb, .theme-light.light-green a.QBgq4, .theme-light.light-green button.QBgq4{ background-color: #dbe2da; color: #2c3635;} .theme-dark a._35sMb, .theme-light a._35sMb, .theme-dark button._35sMb, .theme-light button._35sMb, .theme-dark a.QBgq4, .theme-light a.QBgq4, .theme-dark button.QBgq4, .theme-light button.QBgq4 { padding: 8px 12px; border-radius: 3px; font-size: 14px; /* margin-top: 10px;*/ } .theme-dark a._35sMb:hover, .theme-dark button._35sMb:hover, .theme-dark a.QBgq4:hover, .theme-dark button.QBgq4:hover{ background-color: #f2f2f2; color: #5d5d6c; } .theme-light a._35sMb:hover, .theme-light button._35sMb:hover, .theme-light a.QBgq4:hover, .theme-light button.QBgq4:hover{ background-color: #28352c; color: #f2f2f2; } .theme-light.light-green a._35sMb:hover .theme-light.light-green button._35sMb:hover, .theme-light.light-green a.QBgq4:hover .theme-light.light-green button.QBgq4:hover{ background-color: #28352c !important; color: #f2f2f2; } a[data-hook="comment_like_button"]{ background: none; padding: 20px; } /*namenszeile*/ ._3zk0a { padding-bottom: 0; height: 10px; padding-top: 20px; } /*icon von user in activity*/ ._2br36{ display: none; } /*Position Zeile mit name und reply*/ ._1sFWs{ margin-top: -15px; min-height: 10px; } ._3HARA{ padding-top: 5px ; } /*watch button when actiity*/ ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB, ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB ._2juVZ{ border-color: black; color: black; } ._1qPjE._1NEHf._2pEgj._3TShf.Zb_WB{ height: 30px; } ._1MpFZ._2PsCz{ margin-top: -6px; margin-bottom: 6px;} /*user icon*/ ._3IJjF img, .user-link._1d_AR.mw62Y img._3TKTT{ height: 50px; width: 50px; } .user-link._1d_AR.mw62Y.RXJMH img._3TKTT{ height: 40px; width: 40px; } /*icons labels der checkbox und löschen*/ ._39zUb, ._14e7E{ visibility: visible; height: 15px; width: 15px; margin-left: -2px; } .theme-light ._3yWMV:hover, .theme-light.light-green ._3yWMV:hover{ background-color: rgba(255, 255, 255,.5); color: white; } ._2lxMl{ height: 15px; width: 15px; } ._24VFR ._1GooA{ visibility: visible; } /* icon user in comment*/ ._3qv42 ._3PY4Y, ._3qv42 ._3PY4Y ._1-TE9, ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y, ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y img.j289I{ width: 50px !important; height: 50px;} /*icon und weiße schlotze*/ ._3KQoE, ._2eF0v._7u9dq._3qmr_{ display: none} ._3qv42 ._3PY4Y .user-link._1DTpM.Zfd0Y, ._3qv42 ._3PY4Y{ margin-left: -10px;} /*activity icon angezeigt*/ ._1AEwc.drBHq ._1iqyH ._2eF0v._7u9dq._3qmr_{ display: inline; position: absolute; left: -18px; top: 3px;} /*activiry image*/ ._1AEwc.drBHq .user-link._1DTpM.Zfd0Y{ display: none; } ._1AEwc.drBHq ._3PY4Y{ width: 0px !important; height: 0px; } /*oadding das icon an label dran ist*/ ._1AEwc.drBHq ._3qv42{ padding-left: 30px; padding-top: 5px; } ._1AEwc.drBHq ._1RUA1{ top: 6px } /*pop up no one needs watch*/ ._2dj9G._16Zq2._3ut0k{ display:none;} /*label löschen udn speichern*/ .JxeKq._1UNuS{ visibility: visible; } /*wenn mehrere ausgewählt zeile*/ ._24VFR ._3zk0a { padding: 0; } ._3wC32.WdFsL ._1ngPc._15m8B._2y_KG{ margin-left: -60px; } /*Reply Zeile*/ ._3wC32{ transform: translate(-55%, -100%); } a._335cJ { position: absolute; transform: translate(0%, -30%); } div._35sMb, div.QBgq4{ transform: translate(-190%, -65%) } ._3wC32{ flex-direction: column-reverse; } ._30j3W{ margin-top: 10px; } ._335cJ._35sMb, ._335cJ.QBgq4{ margin-top: 0; } /*activity:*/ /*ausblenden der icons nur namen*/ /*._1hMn9 ._1uBLe{ display:none; }*/ ._3bxEU ._1GooA{ margin-top: -20px; } /*KopfZeile mit all comments und so*/ ._3RUdm{ margin-top: 45px} /*header notific*/ ._2ey5P{ position: unset; margin-top: 0 !important; } /*header*/ header._1m9CZ{ height: 50px; } header .atxHh, header ._2Rj2L{ height: 50px} /*grouped*/ ._3zfZG > div, ._3zfZG ._3pFXw{ width: 200px !important; height: 230px !important} .theme-dark ._23G5Q{background: #4f4f5b ;} .theme-light ._23G5Q{background: #0e0d20;} .theme-light.light-green ._23G5Q{background: #475c4d;} ._23G5Q._3LQLL:before, ._23G5Q._3LQLL:after{ display:none; } .theme-dark ._28ROq span, .theme-light ._1fe01 span {color: #b0b0b8;} .theme-light ._28ROq span, .theme-light ._1fe01 span {color: #f2f2f2;} .theme-light.light-green ._28ROq span, .theme-light ._1fe01 span {color: #dfe7dd;} /*Buttons by correspondence*/ ._3QVdl._3G5Fd { margin-right: 5px; } /*show more*/ .theme-dark ._3EM_3 ._1sFWs:before { color: #f2f2f2;} .theme-light ._3EM_3 ._1sFWs:before { color: #5d5d6c;} .theme-light.light-green ._3EM_3 ._1sFWs:before { color: #5c5c5c;} ._3EM_3 ._1sFWs:before { content: "Show More"; font-size: 12px; font-weight:500; position: absolute; right: 0; top:4px; } ._3EM_3 ._1sFWs:hover:before { text-decoration: underline; } ._24VFR._3xP7d._3zk0a{padding-top: 5px;} ._1F-dq ._2ZlvU { display: none;} .Ijp9_._3nLJd { margin-bottom: 10px;} /*löschen buttons dark theme*/ .theme-dark ._3IJjF._3G5Fd button{ background: #06070d; } ._24VFR._3zk0a._3HARA{ padding-top: 5px; } label._33N94._2lxMl._3bxEU{ /*top: 10px;}*/ } ._24VFR._37o-c{ margin-top: 5px; } ._1KonQ.da-editor-comment{ margin-left: 50px !important; } .da-editor-comments p{ font-size: 14px; } /*remova all in activity*/ ._24VFR._3xP7d._3zk0a{ position: absolute; right:0 ; } ._1edJZ:empty { min-height: 10px !important; } /*gruppen*/ ._3bxEU{ visibility: visible !important; } ._3AArg._28fzL[data-hook="user_watch_button"]{ display: none; } /*Icons*/ .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._3IJjF._29EHf .user-link._1d_AR.mw62Y, ._1kI05._15vHw ._3IJjF._29EHf .user-link._1d_AR.mw62Y{ display: none; } .Ijp9_._1hMn9 ._1MJER._1iSvR.na9vO{ display: block; } ._2Ppd-._1Ls73._3rnyc._3Oxcv.theme-dark.forced-theme-dark{ display: none; } .Ijp9_._1hMn9 ._1uBLe{ margin-left: -15px; margin-top: 1px; } .Ijp9_._1hMn9 ._1r9RG{ top:0;} .Ijp9_._1hMn9 ._1J4D2{ margin-top:-2px;} ._1kI05._15vHw:before{ height: 38px !important } ._3fD_d{ padding: 15px; } ._1vxhk._4Hn-y{ margin-top: -5px} ._2ua91.WFWyp:after{ bottom: -1px;} .notranslate.public-DraftEditor-content{ min-height: 105px !important; } .HK-F2 ._30j3W .user-link._1d_AR.mw62Y.RXJMH, .HK-F2 ._30j3W .user-link._1d_AR.mw62Y.RXJMH ._1neqe{ height: 40px; width: 40px; } .HK-F2 ._30j3W{ margin-top: -5px !important; margin-bottom: 15px;} p.public-DraftStyleDefault-text-ltr, .public-DraftStyleDefault-block-depth0{ min-height: 0 !important; } .RaOha.QBgq4 ._3ARPi._2y_KG{ position: absolute; left: -175px; bottom: 0px;} .RaOha.QBgq4 ._3ARPi._15m8B._2y_KG{ bottom: 25px; left: -191px;} .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._1Ullx._29EHf{ display: none; margin-left: -10px} .Ijp9_._1hMn9 ._1kI05 ._1uBLe{ margin-left: -20px} ._1kI05{ padding-left: 40px !important; } .GeyLt .user-link._1d_AR.mw62Y._3cS2w{ margin-left: -30px; } .user-link._1d_AR.mw62Y, .user-link._1d_AR.mw62Y ._1neqe{ height: 50px; width: 50px;} .NWbxb{ margin-top: 10px} /*button delete save*/ ._24VFR._37o-c ._1Ullx._3G5Fd, ._24VFR._37o-c ._9rMMY._3jwyq._2hncw._1G2ec._2OBt2{ width: 25px !important; height: 25px; padding: 0; border-radius: 50%; } ._3ARPi._1Qz6b._2y_KG._1FHpI, ._3ARPi._15m8B._2y_KG._3Nm80, ._3ARPi._15m8B._2y_KG, ._3ARPi._1Qz6b._2y_KG{ margin-left: -55px; } ._1Qz6b._1FHpI ._3Nofr{ margin-left: -23px;} ._1-0mK ._1MJER.MMrxy.na9vO._2TmeS{ display: none} ._1crS-{ margin-top: -18px !important; } .theme-light.light-green button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: black !important; border-color: black !important;} .theme-dark button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: #f2f2f2 !important; border-color: #f2f2f2 !important;} .theme-light button._3ARPi.ZuQnl._2ucy5._1nPXd.rfC0R{ color: #606070 !important; border-color: #606070 !important;} .theme-dark #site-header-submit-button, .theme-light.light-green #site-header-submit-button{ color: #dae5d6 } .theme-light #site-header-submit-button{ color: #606070 } div#ZnPuoP ._1yYYZ ._3YOMV{ left: 20px; top: -2px; } ._1MJER._1iSvR.na9vO._2Edno{ right: -5px; position: absolute; } ._3ARPi._3J5W7._2ucy5.J1x_k.rfC0R{ padding: 0 17px;} .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } ._1DbOM#site-header-submit-menu{ width: 1px; } .Ijp9_._1hMn9 ._1kI05#Z2u0FHt{ height: 125px; } .Ijp9_._1hMn9 ._1kI05#bWty9{ height: 150px; } ._3igXW._2O6iG ._1kI05 ._1J4D2, ._3igXW._2O6iG ._1kI05 ._1J4D2, .Ijp9_._1hMn9 ._1J4D2{ padding-left: 15px; } ._3igXW._2O6iG .Ijp9_ ._1kI05 ._1J4D2{ padding-left: 0px; } .Ijp9_._1hMn9 ._1kI05{ padding-bottom: 2px;} .Ijp9_._1hMn9 ._1yYYZ._3Gjan{ margin-left: 20px; margin-top: -3px; } .Ijp9_._1hMn9 ._1yYYZ{ margin-left: 20px; margin-top: -3px; } .Ijp9_._1hMn9 ._1uBLe{ margin-right: 5px;} .Ijp9_._1hMn9 ._1MJER._3N3is.na9vO, .Ijp9_._1hMn9 ._1MJER._2qJON.na9vO, .Ijp9_._1hMn9 ._1MJER._27RR-.na9vO._3hvO6{ margin-left: 20px; margin-top: -3px; } ._1hMn9 ._1kI05 ._29EHf img, ._1hMn9 ._1kI05 ._29EHf .user-link._1d_AR.mw62Y{ display: none !important; } .Ijp9_._1hMn9{ max-height: 25px; margin-bottom: 20px;} ._1r9RG, ._3na8p._3wLyn._22hF0._2TmeS{ display: none;} ._335cJ._35sMb{ margin-right: 45px;} ._76cOQ._335cJ._35sMb{ margin-left: 30px;} .Ijp9_._1hMn9 ._1J4D2{ padding-left: 0 !important;} .Ijp9_._1hMn9 ._1uBLe{ display: none;} .Ijp9_._1hMn9 ._1kI05 ._1uBLe, .Ijp9_._1hMn9 ._1kI05 ._1uBLe ._1r9RG{ display: unset; padding-right: 10px;} ._2eF0v._3REWC._3qmr_.QfBM9{ display: none;} ._1qPjE._2kuUU._3CkV0._3X_mb ._2eF0v._7u9dq._3qmr_._2PYsb{ display: unset;} ._1qPjE._2kuUU._3CkV0._3X_mb ._2eF0v._7u9dq._3qmr_._2PYsb svg{ margin-top: 3px;} ._2olzC ._2faWa{ border-color: grey; width: 15px !important; height: 15px !important} } @-moz-document url-prefix("https://www.deviantart.com/") { ._1JktW._3tEjH { background: none !important; box-shadow: none; } .theme-dark ._1_W6y:after, .theme-light ._1_W6y:after { box-shadow: none; } ._2xMvD._1RuYw { position: fixed; width: 100%; z-index: 1; top: 50px; } ._3U8If .user-link._1d_AR.mw62Y._1jO0k._3ude8, ._3U8If img._1neqe { padding: 0; height: 35px !important; width: 35px !important } .QCljQ._32NlD { margin-right: 15px; margin-left: -10px; } ._3U8If ._32NlD._3D3QX { margin-left: -10px; padding-right: 10px; } ._1NGmX._3HbTN.a5Enf._2roc7 { visibility: hidden; } .theme-light.light-green .qFWIQ._2k6JI._21HEq._2FRfI, .theme-light.light-green .Z_ELQ._2bnWD._3s6q2._2hbMU { background: #9faf9e; color: #edf2ec; } .QCljQ._32NlD img._3TKTT{ height: 30px !important; width: 30px !important; } .QCljQ._32NlD ._2qhzj.A9lIi, .QCljQ._32NlD ._2qhzj._1Zhcm{ margin-right: -15px } /*pop up*/ ._419MZ.a5Enf._2roc7, ._1LqBD._3rnyc._3Oxcv, ._2WwsX._1LO7Z.G5K6N{ display: none} ._419MZ._3V0XF.JQroe._2p0BG.a5Enf._2roc7{ display: unset;} .theme-light.light-green ._1dE3T._10QSa, .theme-light.light-green .bdCec._36ndR._39WMm._10QSa svg{ color: #dae5d6; } .theme-light.light-green ._1dE3T._10QSa:hover, .theme-light.light-green .bdCec._36ndR._39WMm._10QSa:hover svg{ color: white; } ._3pnpo._1cVSI{ background: none; box-shadow: none;} ._2WwsX._1LO7Z.G5K6N._3sPkT._1ocJ4._1yG-A{ display: unset; } .JxeKq ._2eF0v._7u9dq._3qmr_{ display: inline !important; } ._2PfLt._3OHvQ._2QsqT._24v9L ._2eF0v._7u9dq._3qmr_{ display: inline !important;} } @-moz-document url("https://www.deviantart.com/posts") { ._1vvbK { transform: translate(15%, 0); } ._1vvbK div:nth-child(3), ._1vvbK div:nth-child(4) { margin-left: 20px; } .legacy-journal.MBDIz { position: absolute; top: 0; left: 0; padding: 15px; height: 170px !important; width: 170px !important; font-size: 20px; line-height: 21px; } ._1vvbK > div { width: 200px; height: 200px; } ._3XIla._1Lz06, .KVNK0.CXF4R, ._2YkEf._1Lz06, .LPSH8._3SfEb, .KVNK0._3MGA4, ._27-cC._1Lz06, ._3WpE7 { width: 200px !important; height: 200px !important; } ._1oL0j._1WZdE { margin: 10px; } } @-moz-document url-prefix("https://www.deviantart.com/") { .gH0Ob._1QFbl ._1pyGB._1Nxi6 { width: 90%; } .theme-dark #site-header-submit-button, .theme-light.light-green #site-header-submit-button { color: #dae5d6 } .theme-light #site-header-submit-button { color: #606070 } ._3bVK-, ._1LqBD._2mpZk.K6Xvr{ display: none !important; } ._3bVK-#popper-root-0{ display: unset !important; } .theme-light span._3HH04._3s0_v.YU6Gg{ color: #606070;} .theme-light.light-green span._3HH04._3s0_v.YU6Gg{ color: #dae5d6;} /*pop up no one needs watch*/ ._2dj9G._16Zq2._3ut0k{ display:none;} } @-moz-document url-prefix("https://www.deviantart.com/notifications/notes") { .light-green, .light-green div#notes { background: #dae5d6 !important } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li { background: #e6ede4 } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.theme-light #output #notes ul.notes li.unread { background: #e9e9e9; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note { background: #808080 !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li.unread { background: #a0b6a6; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes ul.notes li.current-note { background: #475c4d !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li .note-preview { color: black; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes.light-green #output #notes td.notes-right .notes-intro { background: #e6ede4 url(https://st.deviantart.net/minish/gruzecontrol/icons/notes-empty-light.svg?2) no-repeat center 150px; } body.refurb-notes.light-green #output #notes td.notes-right .notes-intro, body.refurb-notes tr.menu.menu-takeover #notes #output td.notes-right .notes-intro { padding: 350px 24px 24px; } .note-details .ts { color: black !important; } html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note a, html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note .note-preview.expandable, html body#deviantART-v7.deviantart.refurb-light.refurb-notes #output #notes ul.notes li.current-note .note-details ts { color: #e5ece3 !important; } } @-moz-document url-prefix("https://www.deviantart.com/comments") { ._1UqWi, ._2J2lc._3OBn3 { width: 70%; } } @-moz-document url("https://www.deviantart.com/notifications/feedback/activity") { ._3igXW._2O6iG .Ijp9_ ._1kI05 ._1J4D2{ padding-left: 10px; } } @-moz-document url("https://www.deviantart.com/notifications/watch/groupdeviations") { ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -170px; } } @-moz-document url("https://www.deviantart.com/notifications/watch/posts") { ._9rMMY._3jwyq._2hncw._1G2ec._1NSg_{ right: -170px; } }
0.172102
0.102484
@media (max-width: 768px) { /* show hambuger*/ .main.row.container.calculate-pensions, #bp-row { flex-direction: column-reverse !important; } #bp-row .three-quarter-row .row { flex-direction: row; justify-content: space-around; } .main.budgetplanner { padding-top: 0px; } #budgetform { margin-top: 0px; } .menu-btn { display: block; } .menu-bt:hover { opacity: 0.5; } .main-nav { height: 100%; flex-direction: column; align-items: inherit; } .main-nav .logo-n-name { display: flex; } .main-nav ul.main-menu { background-color: #fff; display: none; margin: -20px -15px 20px -15px !important; } .main-nav ul.main-menu li { padding: 10px; /*border-bottom: #ccc solid 1px; */ font-size: 14px; } .main-nav ul.main-menu li:last-child { border-bottom: 0; } .main-nav ul.main-menu.show { transform: translateY(20px); display: block; } .main-nav .main-menu li a { color: #333 !important; font-size: large; } .main-nav .main-menu li.active a { color: #1989ff !important; } .pen-calculator-title.title, .bp-title.title { display: none; } .accordion-title { display: inline-table; justify-content: normal; } .accordion-title h3, .accordion-title h3 sup { display: block !important; padding: 20px 0px 10px 0px !important; } .title .container p, .goal-switch p, .lump-slider p, .amt-slider p, .cur-pen-value-slider p, .monthly-contr-slider p, .voluntarily-contr-slider p, .monthly-income-slider p, .gender-div p { font-size: 14px; } .slider { width: 80% !important; } div.slidecontainer { font-size: 10px !important; } .enquiries.container .en-right { font-size: 12px; } .enquiries.container h2 { font-size: 18px !important; } div.row .three-quarter-row { max-width: 100% !important; width: 100% !important; } .header .main-menu li > a:hover, .header .main-menu li > a:focus { border: none; } .header .main-menu li.active > a { border: none; color: #1930a1 !important; } .header .main-menu li.active { background-color: #fff; } /*---- Footer responsiveness ----*/ .footer { width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; height: 100% !important; /*font-family: "BentonSansBook" !important; */ } .footer .half-row { width: 100%; max-width: 100%; } div.footer-small { height: 100% !important; } .footer-small-content { max-width: 100%; margin-left: 0px; padding: 10px; } .footer-small-content > div { padding: 10px 0px; } .footer-small-content .top { flex-direction: column; } .enquiries.container { padding: 20px 0; } .about-us.container h2 { font-size: 18px; } .about-us.container p { font-size: 14px; } .app-download { height: 100%; } .align-app-download-div { max-width: 100% !important; width: 100% !important; } .app-download-content { flex-wrap: wrap; } .download-svg { display: flex; } .app-download-content { justify-content: space-between !important; } .align-app-download-div p { font-size: 20px; /*font-family: "BentonSansBook" !important; */ } .footer-small { left: auto; bottom: auto; position: relative; } .enquiries h3, .align-app-download-div h3, .top h3 { font-size: 13px !important; line-height: 18px; padding: 5px 0px; } .footer-small-content p { font-size: 12px; } .footer-small-content.container { flex-direction: column; } .footer-small-content .footer-inner-text { max-width: 100%; } /* .main.budgetplanner { display: none; } */ #progressbar li { color: transparent; } #progressbar { margin-bottom: 0px; } #progressbar li:before { margin: 0 auto 0px auto; } .main-nav ul.main-menu li { font-size: 12px; } div#bp-row { flex-direction: column; } h3.fs-title { display: none; text-align: center; } /* .cssprogresscontainer { display: none; } */ .container.budget-planner-container { /*background-color: #f7f8fc !important; */ padding-top: 0px; } .container.budget-planner-container { align-items: stretch !important; } .three-quarter-row .row { flex-direction: column; } .three-quarter-row .row .col-6 { max-width: 100%; } .form-nav { display: none; width: 48% !important; height: 46px; border-radius: 0px !important; font-size: 14px !important; text-transform: uppercase; margin: 40px 0px 0px 0px !important; } .end-fs .form-nav { font-size: 10px !important; } input.previous.action-button-previous.form-nav { float: left; } input.next.action-button.form-nav, input.submit.action-button.form-nav { float: right; } .mi-fs .next { float: left !important; /*background-color: #bfbfbf !important; */ background-color: #0089ff !important; display: none; } #bp-row .one-quarter-row { max-width: 100%; width: 100%; } .expenses-summary-div { padding: 0px 0px; } /* .expenses-summary-div { font-size: 12px; margin-bottom: 40px; } */ .get-started .guides { display: block; } /* .three-quarter-row { display: none; } */ .calculate-pensions .guides, .title .container .get-started { display: block; } .title .container { display: flex; flex-direction: column; align-items: center; } button.get-started.btn { margin-top: 40px; background: #f7f8fc; border: 3px solid #0089ff; border-radius: 5px; text-transform: uppercase; color: #0089ff; outline: none; } .guides { display: flex; flex-direction: column; border-bottom: 1px solid rgba(31, 89, 216, 0.2); } .guides .guide { width: 100%; max-width: 100%; align-items: center; text-align: center; /*font-family: "BentonSansBook" !important; */ padding: 40px; color: #1a051d; } .fa-input { color: #0033a1 !important; padding-bottom: 10px !important; } .guide-icon { border: 2px solid #0033a1; padding: 5px; border-radius: 20px !important; } .guide h3 { margin-bottom: 10px; } .pencalc { margin-top: 40px; margin-bottom: 20px; font-size: 22px; /*font-family: "BentonSans"; */ color: #1a051d; text-align: center; display: block !important; } .parameters-input-table .page-one /*, .parameters-input-table .page-two*/ { display: flex; flex-direction: column !important; } /* .parameters-input-table .page-two { display: none; } */ .gender-div { order: 1; } .age-div { order: 2; } .pencalc-center { order: 5; } .other-investments-options { display: flex; justify-content: space-around; } .age-div { height: 100%; } .pencalc-center { display: flex !important; flex-direction: column; align-items: center; padding: 10px; border-top: 1px solid rgba(31, 89, 216, 0.2); margin-top: 20px; } button.pencalc-next-btn.btn { margin-top: 20px; background: #f7f8fc; border: 3px solid #25c769; border-radius: 5px; text-transform: uppercase; color: #25c769; } button.pencalc-btn.btn { margin-top: 20px; background: #f7f8fc; border: 3px solid #25c769; border-radius: 5px; text-transform: uppercase; color: #25c769; } h3.form-num { color: #0089ff; /*font-family: "BentonSans"; */ margin-top: 30px; } /* .other-investments { display: flex; } */ /* .pension-value, */ .desired-amt-mobile, .current-amt-mobile, .contrib-amt-mobile { display: flex; flex-direction: column; align-items: center; padding: 40px 0px; text-align: center; border-bottom: 1px solid rgba(31, 89, 216, 0.2); } .pension-value { display: none; /* remove it later */ } .desired-amt-mobile h3, .current-amt-mobile h3, .contrib-amt-mobile h3 { font-size: 18px !important; } input#desired-amt-mobile, input#current-amt-mobile, input#contribution-amt-mobile { height: 36px !important; width: 100%; font-size: 28px; text-align: center; background-color: #f7f8fc; border-width: 0; } .page-two input:focus { outline: 2px solid #0089ff; } h3.value { font-size: 28px; } .calc-result img { height: 200px; width: 200px; } .calc-result { /* display: flex; */ display: none; flex-direction: column; align-items: center; margin-top: 10; margin-top: 20px; /* display: none; */ } .show-calc-result { display: flex !important; flex-direction: column; align-items: center; } h3.h3-result { color: #0089ff; font-size: 18px; } .view { display: flex; justify-content: space-between; align-items: center; } .fa-eye:before { color: #1f59d8; margin-right: 5px; } .view p { color: #1f59d8; } button.pencalc-next-btn.next-page.btn.mb-10px { color: #0089ff; border-color: #0089ff; margin-top: 40px; } .m-withdrawal { display: none; } /* .get-results { display: none; } */ .show-get-results { display: flex; flex-direction: column; padding: 40px 16px; align-items: center; font-family: "Open Sans"; background-color: #fff; } .page-two { display: none; } .show-parameters-input-table-page-two { display: block !important; } .hide-parameters-input-table-page-one { display: none !important; } .align-app-download-div img { height: 40px; width: 120px; } .end-fs img { height: 100%; width: 100%; } .end-fs h3 { text-align: center; font-size: 24px; /*font-family: "BentonSansBook" !important; */ } .end-fs-bold { /*font-family: "BentonSans" !important; */ font-size: 24px; } .end-fs p { font-size: 15px !important; } .main.row.container.calculate-pensions { display: flex; flex-direction: column; } .one-quarter-row.amt-guage-meter { max-width: 100%; width: 100%; } .one-quarter-row .pen-calculator-title { display: none; } .pen-calculator-title .bottom h5 { display: none; } .main.faq.container ol { background: none; } .faq-item.title.pen-calculator-title { display: block; } } @media (min-width: 501px) and (max-width: 767px) { } @media (min-width: 769px) { #bp-row .three-quarter-row { max-width: 55% !important; width: 55% !important; } .enquiries.container { /* padding: 80px 160px 80px 0; */ /* float: right; */ width: 70% !important; } .form-nav { width: 48% !important; height: 46px; border-radius: 0px !important; font-size: 14px !important; margin: 10px 0px 0px 0px !important; } input.previous.action-button-previous.form-nav { float: left; display: none; } input.next.action-button.form-nav, input.submit.action-button.form-nav { float: right; } .mi-fs .next { float: left !important; /*background-color: #bfbfbf !important; */ background-color: #0089ff !important; display: none; } .end-fs h3 { font-size: 30px; /*font-family: "BentonSansBook" !important; */ } } p.answer.text { padding-bottom: 10px; text-align: justify; } h1.question.text-header { text-align: center; } h1.question.text-header.smaller { font-size: 18px; } /* .bp-advise { display: none; } */
public/css/style2-mobile.css
@media (max-width: 768px) { /* show hambuger*/ .main.row.container.calculate-pensions, #bp-row { flex-direction: column-reverse !important; } #bp-row .three-quarter-row .row { flex-direction: row; justify-content: space-around; } .main.budgetplanner { padding-top: 0px; } #budgetform { margin-top: 0px; } .menu-btn { display: block; } .menu-bt:hover { opacity: 0.5; } .main-nav { height: 100%; flex-direction: column; align-items: inherit; } .main-nav .logo-n-name { display: flex; } .main-nav ul.main-menu { background-color: #fff; display: none; margin: -20px -15px 20px -15px !important; } .main-nav ul.main-menu li { padding: 10px; /*border-bottom: #ccc solid 1px; */ font-size: 14px; } .main-nav ul.main-menu li:last-child { border-bottom: 0; } .main-nav ul.main-menu.show { transform: translateY(20px); display: block; } .main-nav .main-menu li a { color: #333 !important; font-size: large; } .main-nav .main-menu li.active a { color: #1989ff !important; } .pen-calculator-title.title, .bp-title.title { display: none; } .accordion-title { display: inline-table; justify-content: normal; } .accordion-title h3, .accordion-title h3 sup { display: block !important; padding: 20px 0px 10px 0px !important; } .title .container p, .goal-switch p, .lump-slider p, .amt-slider p, .cur-pen-value-slider p, .monthly-contr-slider p, .voluntarily-contr-slider p, .monthly-income-slider p, .gender-div p { font-size: 14px; } .slider { width: 80% !important; } div.slidecontainer { font-size: 10px !important; } .enquiries.container .en-right { font-size: 12px; } .enquiries.container h2 { font-size: 18px !important; } div.row .three-quarter-row { max-width: 100% !important; width: 100% !important; } .header .main-menu li > a:hover, .header .main-menu li > a:focus { border: none; } .header .main-menu li.active > a { border: none; color: #1930a1 !important; } .header .main-menu li.active { background-color: #fff; } /*---- Footer responsiveness ----*/ .footer { width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; height: 100% !important; /*font-family: "BentonSansBook" !important; */ } .footer .half-row { width: 100%; max-width: 100%; } div.footer-small { height: 100% !important; } .footer-small-content { max-width: 100%; margin-left: 0px; padding: 10px; } .footer-small-content > div { padding: 10px 0px; } .footer-small-content .top { flex-direction: column; } .enquiries.container { padding: 20px 0; } .about-us.container h2 { font-size: 18px; } .about-us.container p { font-size: 14px; } .app-download { height: 100%; } .align-app-download-div { max-width: 100% !important; width: 100% !important; } .app-download-content { flex-wrap: wrap; } .download-svg { display: flex; } .app-download-content { justify-content: space-between !important; } .align-app-download-div p { font-size: 20px; /*font-family: "BentonSansBook" !important; */ } .footer-small { left: auto; bottom: auto; position: relative; } .enquiries h3, .align-app-download-div h3, .top h3 { font-size: 13px !important; line-height: 18px; padding: 5px 0px; } .footer-small-content p { font-size: 12px; } .footer-small-content.container { flex-direction: column; } .footer-small-content .footer-inner-text { max-width: 100%; } /* .main.budgetplanner { display: none; } */ #progressbar li { color: transparent; } #progressbar { margin-bottom: 0px; } #progressbar li:before { margin: 0 auto 0px auto; } .main-nav ul.main-menu li { font-size: 12px; } div#bp-row { flex-direction: column; } h3.fs-title { display: none; text-align: center; } /* .cssprogresscontainer { display: none; } */ .container.budget-planner-container { /*background-color: #f7f8fc !important; */ padding-top: 0px; } .container.budget-planner-container { align-items: stretch !important; } .three-quarter-row .row { flex-direction: column; } .three-quarter-row .row .col-6 { max-width: 100%; } .form-nav { display: none; width: 48% !important; height: 46px; border-radius: 0px !important; font-size: 14px !important; text-transform: uppercase; margin: 40px 0px 0px 0px !important; } .end-fs .form-nav { font-size: 10px !important; } input.previous.action-button-previous.form-nav { float: left; } input.next.action-button.form-nav, input.submit.action-button.form-nav { float: right; } .mi-fs .next { float: left !important; /*background-color: #bfbfbf !important; */ background-color: #0089ff !important; display: none; } #bp-row .one-quarter-row { max-width: 100%; width: 100%; } .expenses-summary-div { padding: 0px 0px; } /* .expenses-summary-div { font-size: 12px; margin-bottom: 40px; } */ .get-started .guides { display: block; } /* .three-quarter-row { display: none; } */ .calculate-pensions .guides, .title .container .get-started { display: block; } .title .container { display: flex; flex-direction: column; align-items: center; } button.get-started.btn { margin-top: 40px; background: #f7f8fc; border: 3px solid #0089ff; border-radius: 5px; text-transform: uppercase; color: #0089ff; outline: none; } .guides { display: flex; flex-direction: column; border-bottom: 1px solid rgba(31, 89, 216, 0.2); } .guides .guide { width: 100%; max-width: 100%; align-items: center; text-align: center; /*font-family: "BentonSansBook" !important; */ padding: 40px; color: #1a051d; } .fa-input { color: #0033a1 !important; padding-bottom: 10px !important; } .guide-icon { border: 2px solid #0033a1; padding: 5px; border-radius: 20px !important; } .guide h3 { margin-bottom: 10px; } .pencalc { margin-top: 40px; margin-bottom: 20px; font-size: 22px; /*font-family: "BentonSans"; */ color: #1a051d; text-align: center; display: block !important; } .parameters-input-table .page-one /*, .parameters-input-table .page-two*/ { display: flex; flex-direction: column !important; } /* .parameters-input-table .page-two { display: none; } */ .gender-div { order: 1; } .age-div { order: 2; } .pencalc-center { order: 5; } .other-investments-options { display: flex; justify-content: space-around; } .age-div { height: 100%; } .pencalc-center { display: flex !important; flex-direction: column; align-items: center; padding: 10px; border-top: 1px solid rgba(31, 89, 216, 0.2); margin-top: 20px; } button.pencalc-next-btn.btn { margin-top: 20px; background: #f7f8fc; border: 3px solid #25c769; border-radius: 5px; text-transform: uppercase; color: #25c769; } button.pencalc-btn.btn { margin-top: 20px; background: #f7f8fc; border: 3px solid #25c769; border-radius: 5px; text-transform: uppercase; color: #25c769; } h3.form-num { color: #0089ff; /*font-family: "BentonSans"; */ margin-top: 30px; } /* .other-investments { display: flex; } */ /* .pension-value, */ .desired-amt-mobile, .current-amt-mobile, .contrib-amt-mobile { display: flex; flex-direction: column; align-items: center; padding: 40px 0px; text-align: center; border-bottom: 1px solid rgba(31, 89, 216, 0.2); } .pension-value { display: none; /* remove it later */ } .desired-amt-mobile h3, .current-amt-mobile h3, .contrib-amt-mobile h3 { font-size: 18px !important; } input#desired-amt-mobile, input#current-amt-mobile, input#contribution-amt-mobile { height: 36px !important; width: 100%; font-size: 28px; text-align: center; background-color: #f7f8fc; border-width: 0; } .page-two input:focus { outline: 2px solid #0089ff; } h3.value { font-size: 28px; } .calc-result img { height: 200px; width: 200px; } .calc-result { /* display: flex; */ display: none; flex-direction: column; align-items: center; margin-top: 10; margin-top: 20px; /* display: none; */ } .show-calc-result { display: flex !important; flex-direction: column; align-items: center; } h3.h3-result { color: #0089ff; font-size: 18px; } .view { display: flex; justify-content: space-between; align-items: center; } .fa-eye:before { color: #1f59d8; margin-right: 5px; } .view p { color: #1f59d8; } button.pencalc-next-btn.next-page.btn.mb-10px { color: #0089ff; border-color: #0089ff; margin-top: 40px; } .m-withdrawal { display: none; } /* .get-results { display: none; } */ .show-get-results { display: flex; flex-direction: column; padding: 40px 16px; align-items: center; font-family: "Open Sans"; background-color: #fff; } .page-two { display: none; } .show-parameters-input-table-page-two { display: block !important; } .hide-parameters-input-table-page-one { display: none !important; } .align-app-download-div img { height: 40px; width: 120px; } .end-fs img { height: 100%; width: 100%; } .end-fs h3 { text-align: center; font-size: 24px; /*font-family: "BentonSansBook" !important; */ } .end-fs-bold { /*font-family: "BentonSans" !important; */ font-size: 24px; } .end-fs p { font-size: 15px !important; } .main.row.container.calculate-pensions { display: flex; flex-direction: column; } .one-quarter-row.amt-guage-meter { max-width: 100%; width: 100%; } .one-quarter-row .pen-calculator-title { display: none; } .pen-calculator-title .bottom h5 { display: none; } .main.faq.container ol { background: none; } .faq-item.title.pen-calculator-title { display: block; } } @media (min-width: 501px) and (max-width: 767px) { } @media (min-width: 769px) { #bp-row .three-quarter-row { max-width: 55% !important; width: 55% !important; } .enquiries.container { /* padding: 80px 160px 80px 0; */ /* float: right; */ width: 70% !important; } .form-nav { width: 48% !important; height: 46px; border-radius: 0px !important; font-size: 14px !important; margin: 10px 0px 0px 0px !important; } input.previous.action-button-previous.form-nav { float: left; display: none; } input.next.action-button.form-nav, input.submit.action-button.form-nav { float: right; } .mi-fs .next { float: left !important; /*background-color: #bfbfbf !important; */ background-color: #0089ff !important; display: none; } .end-fs h3 { font-size: 30px; /*font-family: "BentonSansBook" !important; */ } } p.answer.text { padding-bottom: 10px; text-align: justify; } h1.question.text-header { text-align: center; } h1.question.text-header.smaller { font-size: 18px; } /* .bp-advise { display: none; } */
0.238728
0.068102
--gwd-motion-path: { "tangentFollowing": true, "sections": [ { "controlPoints": ["0px", "0px", "-1.2px", "-42.99px", "-1.44px", "-94px", "6px", "-125px", "6px", "-125px", "12px", "-150px", "19.2px", "-171.8px", "27px", "-190px", "27px", "-190px", "36px", "-211px", "47.02px", "-226.58px", "65px", "-251px", "65px", "-251px", "69.74px", "-257.44px", "77.49px", "-266.57px", "85px", "-273px", "85px", "-273px", "99px", "-285px", "101.84px", "-288.7px", "110px", "-296px", "110px", "-296px", "129px", "-313px", "136.23px", "-323.13px", "152.43px", "-318.43px", "152.43px", "-318.43px", "186.71px", "-311.57px", "287px", "-314.48px", "343px", "-314px", "343px", "-314px", "414.95px", "-313.38px", "490.68px", "-314.18px", "552px", "-313px", "552px", "-313px", "589.53px", "-312.29px", "630px", "-313px", "651px", "-314px"], "startTimeMs": 0, "endTimeMs": 20000, "easing": "linear" } ], "positionTol":0.5, "angleTol":1, "optimizationLevel":0 } ; animation:gwd-motion-path-6666-keys-x 20s linear 0s 1 normal forwards; transform:translate3d(0px, 0px, 0px); } @keyframes gwd-motion-path-6666-keys-x { 0% { transform: translate3d(0px, 0px, 0px); animation-timing-function: cubic-bezier(0.6566, -0.4085, 0.8832, 0.4517); } 14.27% { transform: translate3d(6px, 0px, 0px); animation-timing-function: cubic-bezier(0.3765, 0.2863, 0.7094, 0.6274); } 22.05% { transform: translate3d(27px, 0px, 0px); animation-timing-function: cubic-bezier(0.3773, 0.2839, 0.6849, 0.6512); } 30.24% { transform: translate3d(65px, 0px, 0px); animation-timing-function: cubic-bezier(0.3518, 0.3135, 0.6868, 0.6479); } 33.63% { transform: translate3d(85px, 0px, 0px); } 37.5% { transform: translate3d(110px, 0px, 0px); animation-timing-function: cubic-bezier(0.3667, 0.3137, 0.7027, 0.6204); } 43.26% { transform: translate3d(152.43px, 0px, 0px); } 64.96% { transform: translate3d(343px, 0px, 0px); } 88.74% { transform: translate3d(552px, 0px, 0px); } 100% { transform: translate3d(651px, 0px, 0px); } } #chart_div_mp6 .gwd-motion-path-6666-anim-y { animation: gwd-motion-path-6666-keys-y 20s linear 0s 1 normal forwards; transform: translate3d(0px, 0px, 0px); } @keyframes gwd-motion-path-6666-keys-y { 0% { transform: translate3d(0px, 0px, 0px); } 14.27% { transform: translate3d(0px, -125px, 0px); } 22.05% { transform: translate3d(0px, -190px, 0px); animation-timing-function: cubic-bezier(0.3182, 0.3483, 0.6577, 0.6754); } 30.24% { transform: translate3d(0px, -251px, 0px); animation-timing-function: cubic-bezier(0.3198, 0.3458, 0.6482, 0.6865); } 33.63% { transform: translate3d(0px, -273px, 0px); } 37.5% { transform: translate3d(0px, -296px, 0px); animation-timing-function: cubic-bezier(0.1949, 0.2017, 0.653, 1.2982); } 43.26% { transform: translate3d(0px, -318.43px, 0px); animation-timing-function: cubic-bezier(0.1448, 0.9327, 0.2003, 1.121); } 64.96% { transform: translate3d(0px, -314px, 0px); } 88.74% { transform: translate3d(0px, -313px, 0px); animation-timing-function: cubic-bezier(0.4857, -0.8847, 0.9097, 0.52); } 100% { transform: translate3d(0px, -314px, 0px); } } #chart_div_mp6 .gwd-motion-path-6666-anim-theta { animation: gwd-motion-path-6666-keys-theta 20s linear 0s 1 normal forwards; transform: rotateZ(-91.6deg); } @keyframes gwd-motion-path-6666-keys-theta { 0% { transform: rotateZ(-91.6deg); animation-timing-function: cubic-bezier(0.5426, 0.1121, 0.8721, 0.4622); } 14.27% { transform: rotateZ(-76.5deg); } 22.05% { transform: rotateZ(-66.8deg); animation-timing-function: cubic-bezier(0.2546, 0.3842, 0.4604, 0.9748); } 30.24% { transform: rotateZ(-53.65deg); animation-timing-function: cubic-bezier(0.3379, 0.3418, 0.7564, 0.5665); } 33.63% { transform: rotateZ(-40.6deg); animation-timing-function: cubic-bezier(0.5521, 2.0399, 0.6764, 4.379); } 37.5% { transform: rotateZ(-41.82deg); animation-timing-function: cubic-bezier(0.7588, -0.1463, 0.6873, 0.5012); } 43.12% { transform: rotateZ(14.07deg); } 43.26% { transform: rotateZ(11.32deg); animation-timing-function: cubic-bezier(0, 0.7661, 0.4799, 1.2902); } 64.96% { transform: rotateZ(0.49deg); } 88.74% { transform: rotateZ(1.1deg); } 100% { transform: rotateZ(-2.73deg); } } [data-gwd-motion-path-node] { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transform-style: preserve-3d; pointer-events: none; } [data-gwd-motion-path-node].gwd-motion-path-6666-anim-x { left: 39px; top: 335px; width: 55px; height: 55px; }
data6_motion_path.css
--gwd-motion-path: { "tangentFollowing": true, "sections": [ { "controlPoints": ["0px", "0px", "-1.2px", "-42.99px", "-1.44px", "-94px", "6px", "-125px", "6px", "-125px", "12px", "-150px", "19.2px", "-171.8px", "27px", "-190px", "27px", "-190px", "36px", "-211px", "47.02px", "-226.58px", "65px", "-251px", "65px", "-251px", "69.74px", "-257.44px", "77.49px", "-266.57px", "85px", "-273px", "85px", "-273px", "99px", "-285px", "101.84px", "-288.7px", "110px", "-296px", "110px", "-296px", "129px", "-313px", "136.23px", "-323.13px", "152.43px", "-318.43px", "152.43px", "-318.43px", "186.71px", "-311.57px", "287px", "-314.48px", "343px", "-314px", "343px", "-314px", "414.95px", "-313.38px", "490.68px", "-314.18px", "552px", "-313px", "552px", "-313px", "589.53px", "-312.29px", "630px", "-313px", "651px", "-314px"], "startTimeMs": 0, "endTimeMs": 20000, "easing": "linear" } ], "positionTol":0.5, "angleTol":1, "optimizationLevel":0 } ; animation:gwd-motion-path-6666-keys-x 20s linear 0s 1 normal forwards; transform:translate3d(0px, 0px, 0px); } @keyframes gwd-motion-path-6666-keys-x { 0% { transform: translate3d(0px, 0px, 0px); animation-timing-function: cubic-bezier(0.6566, -0.4085, 0.8832, 0.4517); } 14.27% { transform: translate3d(6px, 0px, 0px); animation-timing-function: cubic-bezier(0.3765, 0.2863, 0.7094, 0.6274); } 22.05% { transform: translate3d(27px, 0px, 0px); animation-timing-function: cubic-bezier(0.3773, 0.2839, 0.6849, 0.6512); } 30.24% { transform: translate3d(65px, 0px, 0px); animation-timing-function: cubic-bezier(0.3518, 0.3135, 0.6868, 0.6479); } 33.63% { transform: translate3d(85px, 0px, 0px); } 37.5% { transform: translate3d(110px, 0px, 0px); animation-timing-function: cubic-bezier(0.3667, 0.3137, 0.7027, 0.6204); } 43.26% { transform: translate3d(152.43px, 0px, 0px); } 64.96% { transform: translate3d(343px, 0px, 0px); } 88.74% { transform: translate3d(552px, 0px, 0px); } 100% { transform: translate3d(651px, 0px, 0px); } } #chart_div_mp6 .gwd-motion-path-6666-anim-y { animation: gwd-motion-path-6666-keys-y 20s linear 0s 1 normal forwards; transform: translate3d(0px, 0px, 0px); } @keyframes gwd-motion-path-6666-keys-y { 0% { transform: translate3d(0px, 0px, 0px); } 14.27% { transform: translate3d(0px, -125px, 0px); } 22.05% { transform: translate3d(0px, -190px, 0px); animation-timing-function: cubic-bezier(0.3182, 0.3483, 0.6577, 0.6754); } 30.24% { transform: translate3d(0px, -251px, 0px); animation-timing-function: cubic-bezier(0.3198, 0.3458, 0.6482, 0.6865); } 33.63% { transform: translate3d(0px, -273px, 0px); } 37.5% { transform: translate3d(0px, -296px, 0px); animation-timing-function: cubic-bezier(0.1949, 0.2017, 0.653, 1.2982); } 43.26% { transform: translate3d(0px, -318.43px, 0px); animation-timing-function: cubic-bezier(0.1448, 0.9327, 0.2003, 1.121); } 64.96% { transform: translate3d(0px, -314px, 0px); } 88.74% { transform: translate3d(0px, -313px, 0px); animation-timing-function: cubic-bezier(0.4857, -0.8847, 0.9097, 0.52); } 100% { transform: translate3d(0px, -314px, 0px); } } #chart_div_mp6 .gwd-motion-path-6666-anim-theta { animation: gwd-motion-path-6666-keys-theta 20s linear 0s 1 normal forwards; transform: rotateZ(-91.6deg); } @keyframes gwd-motion-path-6666-keys-theta { 0% { transform: rotateZ(-91.6deg); animation-timing-function: cubic-bezier(0.5426, 0.1121, 0.8721, 0.4622); } 14.27% { transform: rotateZ(-76.5deg); } 22.05% { transform: rotateZ(-66.8deg); animation-timing-function: cubic-bezier(0.2546, 0.3842, 0.4604, 0.9748); } 30.24% { transform: rotateZ(-53.65deg); animation-timing-function: cubic-bezier(0.3379, 0.3418, 0.7564, 0.5665); } 33.63% { transform: rotateZ(-40.6deg); animation-timing-function: cubic-bezier(0.5521, 2.0399, 0.6764, 4.379); } 37.5% { transform: rotateZ(-41.82deg); animation-timing-function: cubic-bezier(0.7588, -0.1463, 0.6873, 0.5012); } 43.12% { transform: rotateZ(14.07deg); } 43.26% { transform: rotateZ(11.32deg); animation-timing-function: cubic-bezier(0, 0.7661, 0.4799, 1.2902); } 64.96% { transform: rotateZ(0.49deg); } 88.74% { transform: rotateZ(1.1deg); } 100% { transform: rotateZ(-2.73deg); } } [data-gwd-motion-path-node] { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transform-style: preserve-3d; pointer-events: none; } [data-gwd-motion-path-node].gwd-motion-path-6666-anim-x { left: 39px; top: 335px; width: 55px; height: 55px; }
0.506103
0.336386
@import 'https://fonts.googleapis.com/css?family=Prompt'; body { width: 100%; margin: 0; color: #333; font-family: 'Ubuntu', sans-serif; font-size: 100%; letter-spacing: 2px; } /* Selections [INICIO] */ ::selection { color: #fff; background-color: #333; } ::-moz-selection { color: #fff; background-color: #333; } /* Selections [FIM] */ h1, h3 { width: 100%; text-align: center; float: left; } /* Containers [INICIO] */ .success { width: 100%; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } section { width: 100%; min-height: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } .section--error { padding: 10px; border: 1px solid #cc0000; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .container { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .container--main { width: 600px; padding: 30px 5% 30px; margin: 0 auto 0 auto; } .container--error { border: 1px solid #cc0000; } .container--field { width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0 auto 20px auto; float: left; } .container--field--error { padding: 10px; border: 1px solid #cc0000; } /* Containers [FIM] */ @media (max-width: 601px) { .container { width: 100%; } } form { float: left; } /* Destaca textos [INICIO] */ .destaque { color: #990000; font-style: italic; } /* Destaca textos [FIM] */ /* Botoes [INICIO] */ .button { color: #fff; background-color: #4285f4; font-size: 1rem; font-weight: 900; outline: none; cursor: pointer; border: 1px solid #356cc6; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 15px 30px 15px; margin: 10px 0 10px; float: left; } .button:hover { background-color: #356cc6; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); } /* Botoes [FIM] */ /* Mensagem de Erro [INICIO] */ .error { width: 100%; color: #fff; background-color: #ff3030; font-size: 1rem; font-weight: 900; border: 1px solid #cc0000; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } /* Mensagem de Erro [FIM] */ /* Listas [INICIO] */ .list, .list-item { box-sizing: border-box; float: left; } .list { width: 100%; font-size: 1.2rem; list-style: none; padding: 0; margin: 15px 0 15px; } .list-item { width: 100%; color: #333; padding: 10px; text-align: left; } .list-item--success::before { content: '\2714'; color: #66b24c; } .list-item--green { color: #009933; } .list-item--red { color: #ff3030; } .list-item--status-green:before { content: '\2714'; color: #009933; font-weight: 900; } .list-item--status-red:before { content: '\2718'; color: #ff3030; font-weight: 900; } /* Listas [FIM] */ /* Campos [INICIO] */ .field-text { width: 100%; color: #474747; font-size: 1.2rem; padding: 15px; border: 1px solid #d3d3d3; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } .field-text:hover { box-shadow: 0px 0px 1px 1px #d3d3d3; -webkit-box-shadow: 0px 0px 1px 1px #d3d3d3; -moz-box-shadow: 0px 0px 1px 1px #d3d3d3; } /* Campos [FIM] */ /* Backgrounds [INICIO] */ .background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; float: left; display: none; } .background--normal { z-index: 9; } .background--loading { background-color: rgba(255, 255, 255, 0.9); background-image: url('../img/loading.gif'); background-repeat: no-repeat; background-position: center center; cursor: progress; z-index: 10; } /* Backgrounds [FIM] */
setup/css/setup.css
@import 'https://fonts.googleapis.com/css?family=Prompt'; body { width: 100%; margin: 0; color: #333; font-family: 'Ubuntu', sans-serif; font-size: 100%; letter-spacing: 2px; } /* Selections [INICIO] */ ::selection { color: #fff; background-color: #333; } ::-moz-selection { color: #fff; background-color: #333; } /* Selections [FIM] */ h1, h3 { width: 100%; text-align: center; float: left; } /* Containers [INICIO] */ .success { width: 100%; border: 1px solid #d3d3d3; border-radius: 5px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } section { width: 100%; min-height: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } .section--error { padding: 10px; border: 1px solid #cc0000; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } .container { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .container--main { width: 600px; padding: 30px 5% 30px; margin: 0 auto 0 auto; } .container--error { border: 1px solid #cc0000; } .container--field { width: 100%; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0 auto 20px auto; float: left; } .container--field--error { padding: 10px; border: 1px solid #cc0000; } /* Containers [FIM] */ @media (max-width: 601px) { .container { width: 100%; } } form { float: left; } /* Destaca textos [INICIO] */ .destaque { color: #990000; font-style: italic; } /* Destaca textos [FIM] */ /* Botoes [INICIO] */ .button { color: #fff; background-color: #4285f4; font-size: 1rem; font-weight: 900; outline: none; cursor: pointer; border: 1px solid #356cc6; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 15px 30px 15px; margin: 10px 0 10px; float: left; } .button:hover { background-color: #356cc6; box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); } /* Botoes [FIM] */ /* Mensagem de Erro [INICIO] */ .error { width: 100%; color: #fff; background-color: #ff3030; font-size: 1rem; font-weight: 900; border: 1px solid #cc0000; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 10px; margin-bottom: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } /* Mensagem de Erro [FIM] */ /* Listas [INICIO] */ .list, .list-item { box-sizing: border-box; float: left; } .list { width: 100%; font-size: 1.2rem; list-style: none; padding: 0; margin: 15px 0 15px; } .list-item { width: 100%; color: #333; padding: 10px; text-align: left; } .list-item--success::before { content: '\2714'; color: #66b24c; } .list-item--green { color: #009933; } .list-item--red { color: #ff3030; } .list-item--status-green:before { content: '\2714'; color: #009933; font-weight: 900; } .list-item--status-red:before { content: '\2718'; color: #ff3030; font-weight: 900; } /* Listas [FIM] */ /* Campos [INICIO] */ .field-text { width: 100%; color: #474747; font-size: 1.2rem; padding: 15px; border: 1px solid #d3d3d3; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: left; } .field-text:hover { box-shadow: 0px 0px 1px 1px #d3d3d3; -webkit-box-shadow: 0px 0px 1px 1px #d3d3d3; -moz-box-shadow: 0px 0px 1px 1px #d3d3d3; } /* Campos [FIM] */ /* Backgrounds [INICIO] */ .background { width: 100%; height: 100%; position: fixed; top: 0; left: 0; float: left; display: none; } .background--normal { z-index: 9; } .background--loading { background-color: rgba(255, 255, 255, 0.9); background-image: url('../img/loading.gif'); background-repeat: no-repeat; background-position: center center; cursor: progress; z-index: 10; } /* Backgrounds [FIM] */
0.271059
0.135261
app-consultant-info dx-file-uploader .dx-fileuploader-files-container { display: none; } .consultant_info ul.nav.nav-tabs { position: sticky; top: 4.64rem; /* Header height */ z-index: 9; background-color: white; } .consultant_info .consultant_info__loading { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; } .consultant_info .consultant_info__loading span { margin-bottom: 10px; } .consultant_info .consultant_info_physical_exam > .row { display: flex; align-items: center; margin-bottom: 20px; } .consultant_info__image_grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; } .consultant_info__image_grid .consultant_info__image_grid__item { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; margin-right: 10px; margin-bottom: 10px; width: 80%; min-width: 200px; box-shadow: -2px 2px 10px 0px rgba(#444, 0.4); transition: transform 0.3s ease-in-out; cursor: pointer; counter-increment: item-counter; } @media (max-width: 400px) { .consultant_info__image_grid .consultant_info__image_grid__item { width: 100%; margin-right: 0; } } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove { opacity: 0; position: absolute; top: 0; right: 0; background-color: transparent; border: none; cursor: pointer; padding: 0; font-size: 24px; height: 24px; font-weight: lighter; margin-top: 5px; transition: all 0.3s ease-in-out; pointer-events: none; } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove:hover { opacity: .8; transform: scale(.8); } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove span { display: block; } .consultant_info__remove_buttons_container .dx-template-wrapper, .consultant_info__remove_buttons_container .consultant_info__remove_buttons_container__buttons { display: flex; justify-content: center; align-items: center; } .consultant_info__remove_buttons_container .consultant_info__remove_buttons_container__buttons button { margin-bottom: 0 !important; cursor: pointer; } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove.show_button { opacity: 1; pointer-events: auto; } .consultant_info__image_grid .consultant_info__image_grid__item.no_view { cursor: default; } .consultant_info__image_grid .consultant_info__image_grid__item.no_view:hover { transform: unset; } .consultant_info__image_grid .consultant_info__image_grid__item:hover:after { opacity: 0; } .consultant_info__image_grid .consultant_info__image_grid__item img { width: 100%; height: 100%; object-fit: cover; } .consultant_info__image_grid .consultant_info__image_grid__item ngx-image-zoom { width: 100%; height: 100%; display: flex; } .consultant_info__image_grid .consultant_info__image_grid__item ngx-image-zoom .ngxImageZoomContainer { width: 100% !important; height: auto !important; } .consultant_info .consultant_info__diagnostics { margin-bottom: 20px; height: fit-content; } .consultant_info .consultant_info__diagnostics .consultant_info__diagnostics__item, .consultant_info .consultant_info__diagnostics .consultant_info__diagnostics__item > * { min-height: 60px; margin: 5px 0; } .consultant_info__diagnostics__exams_list { width: 100%; padding: 15px 0; } .consultant_info__diagnostics__exams_list .app-pill { width: 100%; } .consultant_info__diagnostics__exams_list ul { list-style: none; padding: 0 15px; } .consultant_info__diagnostics__exams_list ul li { display: flex; margin-bottom: 10px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section { position: relative; padding-bottom: 5rem; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .fa { cursor: pointer; color: red; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__exams_section { border-left: 1px solid lightgrey; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__by_info { position: absolute; bottom: 10px; right: 10px; text-align: right; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__remove { position: absolute; top: 0; right: 10px; cursor: pointer; font-size: 20px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__by_info .consultant_info__diagnostics__list__date { color: rgb(156, 156, 156); margin-top: 2px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments h5 { margin-bottom: 20px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments .consultant_info__add_treatment { display: flex; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments .consultant_info__add_treatment__list { margin-top: 20px; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item .dx-accordion-item-title { display: flex; align-items: center; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title { background-color: #0190fe; color: white; transition: all 0.3s ease-in-out; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title:before { color: white; } .app-pill { padding: .6em .6em; border-radius: 10rem; display: flex; position: relative; padding-right: 30px; } .app-pill.app-pill--main { background-color: #0190fe; border-color: #0190fe; color: white; } .app-pill .app-pill__icon { position: absolute; right: 0; top: 0; bottom: 0; font-size: 15px; font-weight: 100; display: flex; justify-content: center; align-items: center; padding-right: 5px; padding-left: 3px; cursor: pointer; background: white; border: 1px solid #0190fe; border-radius: 0 10rem 10rem 0; color: #0190fe; }
src/frontend/src/assets/modules/components/css/consultation.info.css
app-consultant-info dx-file-uploader .dx-fileuploader-files-container { display: none; } .consultant_info ul.nav.nav-tabs { position: sticky; top: 4.64rem; /* Header height */ z-index: 9; background-color: white; } .consultant_info .consultant_info__loading { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; } .consultant_info .consultant_info__loading span { margin-bottom: 10px; } .consultant_info .consultant_info_physical_exam > .row { display: flex; align-items: center; margin-bottom: 20px; } .consultant_info__image_grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; flex-direction: column; } .consultant_info__image_grid .consultant_info__image_grid__item { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; margin-right: 10px; margin-bottom: 10px; width: 80%; min-width: 200px; box-shadow: -2px 2px 10px 0px rgba(#444, 0.4); transition: transform 0.3s ease-in-out; cursor: pointer; counter-increment: item-counter; } @media (max-width: 400px) { .consultant_info__image_grid .consultant_info__image_grid__item { width: 100%; margin-right: 0; } } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove { opacity: 0; position: absolute; top: 0; right: 0; background-color: transparent; border: none; cursor: pointer; padding: 0; font-size: 24px; height: 24px; font-weight: lighter; margin-top: 5px; transition: all 0.3s ease-in-out; pointer-events: none; } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove:hover { opacity: .8; transform: scale(.8); } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove span { display: block; } .consultant_info__remove_buttons_container .dx-template-wrapper, .consultant_info__remove_buttons_container .consultant_info__remove_buttons_container__buttons { display: flex; justify-content: center; align-items: center; } .consultant_info__remove_buttons_container .consultant_info__remove_buttons_container__buttons button { margin-bottom: 0 !important; cursor: pointer; } .consultant_info__image_grid .consultant_info__image_grid__item .consultant_info__image_grid__item__remove.show_button { opacity: 1; pointer-events: auto; } .consultant_info__image_grid .consultant_info__image_grid__item.no_view { cursor: default; } .consultant_info__image_grid .consultant_info__image_grid__item.no_view:hover { transform: unset; } .consultant_info__image_grid .consultant_info__image_grid__item:hover:after { opacity: 0; } .consultant_info__image_grid .consultant_info__image_grid__item img { width: 100%; height: 100%; object-fit: cover; } .consultant_info__image_grid .consultant_info__image_grid__item ngx-image-zoom { width: 100%; height: 100%; display: flex; } .consultant_info__image_grid .consultant_info__image_grid__item ngx-image-zoom .ngxImageZoomContainer { width: 100% !important; height: auto !important; } .consultant_info .consultant_info__diagnostics { margin-bottom: 20px; height: fit-content; } .consultant_info .consultant_info__diagnostics .consultant_info__diagnostics__item, .consultant_info .consultant_info__diagnostics .consultant_info__diagnostics__item > * { min-height: 60px; margin: 5px 0; } .consultant_info__diagnostics__exams_list { width: 100%; padding: 15px 0; } .consultant_info__diagnostics__exams_list .app-pill { width: 100%; } .consultant_info__diagnostics__exams_list ul { list-style: none; padding: 0 15px; } .consultant_info__diagnostics__exams_list ul li { display: flex; margin-bottom: 10px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section { position: relative; padding-bottom: 5rem; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .fa { cursor: pointer; color: red; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__exams_section { border-left: 1px solid lightgrey; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__by_info { position: absolute; bottom: 10px; right: 10px; text-align: right; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__remove { position: absolute; top: 0; right: 10px; cursor: pointer; font-size: 20px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__diagnostics__list__diagnostics_section .consultant_info__diagnostics__list__by_info .consultant_info__diagnostics__list__date { color: rgb(156, 156, 156); margin-top: 2px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments h5 { margin-bottom: 20px; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments .consultant_info__add_treatment { display: flex; } .consultant_info .consultant_info__diagnostics__list .consultant_info__treatments .consultant_info__add_treatment__list { margin-top: 20px; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item .dx-accordion-item-title { display: flex; align-items: center; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title { background-color: #0190fe; color: white; transition: all 0.3s ease-in-out; } dx-accordion .dx-accordion-wrapper .dx-item.dx-accordion-item.dx-accordion-item-opened .dx-accordion-item-title:before { color: white; } .app-pill { padding: .6em .6em; border-radius: 10rem; display: flex; position: relative; padding-right: 30px; } .app-pill.app-pill--main { background-color: #0190fe; border-color: #0190fe; color: white; } .app-pill .app-pill__icon { position: absolute; right: 0; top: 0; bottom: 0; font-size: 15px; font-weight: 100; display: flex; justify-content: center; align-items: center; padding-right: 5px; padding-left: 3px; cursor: pointer; background: white; border: 1px solid #0190fe; border-radius: 0 10rem 10rem 0; color: #0190fe; }
0.453262
0.041833
:root { --toastnotify-color: #fff; --toastnotify-default: #202124; --toastnotify-primary: #0d47a1; --toastnotify-info: #448AFF; --toastnotify-warning: #FF8800; --toastnotify-danger: #ff4444; --toastnotify-success: #00C851; --toastnotify-secondary: #9933CC; --toastnotify-pink: #E91E63; --z-toastnotify: 1000; } #toastnotify-container { position: fixed; z-index: var(--z-toastnotify); bottom: 100px; left: 12px; width: auto; height: auto; } .toastnotify .vh { -webkit-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); -moz-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); -webkit-font-smoothing: antialiased; font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: .875rem; letter-spacing: .2px; -webkit-align-items: center; align-items: center; border: none; -webkit-border-radius: 4px; border-radius: 4px; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-weight: 400; left: 0; margin: 24px; max-width: 670px; min-height: 52px; padding: 8px 24px; padding-left: 15px; padding-right: 52px; position: relative; right: auto; text-align: left; top: auto; white-space: normal; color: var(--toastnotify-color); } .toastnotify .vh .b4cimg { width: 36px; height: 36px; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; margin-right: 8px; z-index: 0; -webkit-transition: -webkit-box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .toastnotify .vh .b4cimg .bAimg { height: 100%; width: 100%; border-radius: 50%; } .toastnotify .vh .b4cimg:hover { -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1); box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1); } .toastnotify .vh .important { display: inline-block; width: 0.5rem; height: 0.5rem; margin-left: 0.5rem; border-radius: 50%; background-color: #FF3C32; position: absolute; z-index: 3; top: 5px; right: -2px; ; } .toastnotify .vh .important::before { content: ''; display: block; width: inherit; height: inherit; border-radius: 50%; background-color: rgba(255, 60, 50, 0.75); animation: live-toastnotify 2s ease-in-out infinite; } .toastnotify .vh .b4cicon { position: relative; width: 36px; height: 36px; border-radius: 50%; background: #f1f4f83d; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 19px; font-weight: 400; } .toastnotify.rounded .vh { border-radius: 50px; } .toastnotify.toastnotify-dark .vh { background: var(--toastnotify-default); color: var(--toastnotify-color); } .toastnotify.toastnotify-default .vh { background: var(--toastnotify-default); color: var(--toastnotify-color); } .toastnotify.toastnotify-primary .vh { background: var(--toastnotify-primary); color: var(--toastnotify-color); } .toastnotify.toastnotify-info .vh { background: var(--toastnotify-info); color: var(--toastnotify-color); } .toastnotify.toastnotify-warning .vh { background: var(--toastnotify-warning); color: var(--toastnotify-color); } .toastnotify.toastnotify-danger .vh { background: var(--toastnotify-danger); color: var(--toastnotify-color); } .toastnotify.toastnotify-success .vh { background: var(--toastnotify-success); color: var(--toastnotify-color); } .toastnotify.toastnotify-secondary .vh { background: var(--toastnotify-secondary); color: var(--toastnotify-color); } .toastnotify.toastnotify-pink .vh { background: var(--toastnotify-pink); color: var(--toastnotify-color); } .bAq { margin: 10px 0; margin-right: 24px; } .bAo { font-size: 0; height: 36px; margin-left: -16px; margin-right: auto; } div.toastnotify .a8k, .bAo>.ad { align-items: center; border: none; display: inline-flex; justify-content: center; outline: none; position: relative; z-index: 0; -webkit-font-smoothing: antialiased; font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: .875rem; letter-spacing: .25px; background: none; border-radius: 4px; box-sizing: border-box; cursor: pointer; font-weight: 500; height: 36px; outline: none; color: #e7eef9; margin-left: 8px; min-width: auto; padding: 0 8px; text-decoration: none; } div.toastnotify .a8k::before, .bAo>.ad::before { content: ''; display: block; opacity: 0; position: absolute; transition-duration: .15s; transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); z-index: -1; bottom: 0; left: 0; right: 0; top: 0; background: #f1f4f8d8; border-radius: 4px; transform: scale(0); transition-property: transform, opacity; } div.toastnotify .a8k:hover::before, .bAo>.ad:hover::before { opacity: .06; transform: scale(1); opacity: .2; } div.toastnotify.toastnotify-dark .a8k, .bAo>.ad { color: #8ab4f8; } div.toastnotify.toastnotify-dark .a8k::before, .bAo>.ad::before { background: #4285f4; } .toastnotify .bBe { align-items: center; border: none; display: inline-flex; justify-content: center; outline: none; z-index: 0; cursor: pointer; position: absolute; right: 16px; top: 16px; } .toastnotify .bBe::before { content: ''; display: block; opacity: 0; position: absolute; transition-duration: .15s; transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); z-index: -1; bottom: -10px; left: -10px; right: -10px; top: -10px; background: none; border-radius: 50%; box-sizing: border-box; transform: scale(0); transition-property: transform, opacity; } .toastnotify .bBe::after { content: ''; height: 200%; position: absolute; top: -50%; left: -50%; width: 200%; } .toastnotify .bBe .bBf { height: 20px; opacity: .54; width: 20px; opacity: .7; background-image: url(https://www.gstatic.com/images/icons/material/system/1x/close_white_20dp.png); background-position: center; background-repeat: no-repeat; background-size: 20px; } .toastnotify .bBe:hover::before { background-color: rgba(255, 255, 255, 0.2); border: none; opacity: 1; transform: scale(1); } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @keyframes live-toastnotify { to { background-color: transparent; transform: scale(3); } }
demos/webinar/css/toastnotify.css
:root { --toastnotify-color: #fff; --toastnotify-default: #202124; --toastnotify-primary: #0d47a1; --toastnotify-info: #448AFF; --toastnotify-warning: #FF8800; --toastnotify-danger: #ff4444; --toastnotify-success: #00C851; --toastnotify-secondary: #9933CC; --toastnotify-pink: #E91E63; --z-toastnotify: 1000; } #toastnotify-container { position: fixed; z-index: var(--z-toastnotify); bottom: 100px; left: 12px; width: auto; height: auto; } .toastnotify .vh { -webkit-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); -moz-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149); -webkit-font-smoothing: antialiased; font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: .875rem; letter-spacing: .2px; -webkit-align-items: center; align-items: center; border: none; -webkit-border-radius: 4px; border-radius: 4px; bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-weight: 400; left: 0; margin: 24px; max-width: 670px; min-height: 52px; padding: 8px 24px; padding-left: 15px; padding-right: 52px; position: relative; right: auto; text-align: left; top: auto; white-space: normal; color: var(--toastnotify-color); } .toastnotify .vh .b4cimg { width: 36px; height: 36px; border-radius: 50%; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; margin-right: 8px; z-index: 0; -webkit-transition: -webkit-box-shadow 0.3s ease; transition: box-shadow 0.3s ease; } .toastnotify .vh .b4cimg .bAimg { height: 100%; width: 100%; border-radius: 50%; } .toastnotify .vh .b4cimg:hover { -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1); box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1); } .toastnotify .vh .important { display: inline-block; width: 0.5rem; height: 0.5rem; margin-left: 0.5rem; border-radius: 50%; background-color: #FF3C32; position: absolute; z-index: 3; top: 5px; right: -2px; ; } .toastnotify .vh .important::before { content: ''; display: block; width: inherit; height: inherit; border-radius: 50%; background-color: rgba(255, 60, 50, 0.75); animation: live-toastnotify 2s ease-in-out infinite; } .toastnotify .vh .b4cicon { position: relative; width: 36px; height: 36px; border-radius: 50%; background: #f1f4f83d; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-size: 19px; font-weight: 400; } .toastnotify.rounded .vh { border-radius: 50px; } .toastnotify.toastnotify-dark .vh { background: var(--toastnotify-default); color: var(--toastnotify-color); } .toastnotify.toastnotify-default .vh { background: var(--toastnotify-default); color: var(--toastnotify-color); } .toastnotify.toastnotify-primary .vh { background: var(--toastnotify-primary); color: var(--toastnotify-color); } .toastnotify.toastnotify-info .vh { background: var(--toastnotify-info); color: var(--toastnotify-color); } .toastnotify.toastnotify-warning .vh { background: var(--toastnotify-warning); color: var(--toastnotify-color); } .toastnotify.toastnotify-danger .vh { background: var(--toastnotify-danger); color: var(--toastnotify-color); } .toastnotify.toastnotify-success .vh { background: var(--toastnotify-success); color: var(--toastnotify-color); } .toastnotify.toastnotify-secondary .vh { background: var(--toastnotify-secondary); color: var(--toastnotify-color); } .toastnotify.toastnotify-pink .vh { background: var(--toastnotify-pink); color: var(--toastnotify-color); } .bAq { margin: 10px 0; margin-right: 24px; } .bAo { font-size: 0; height: 36px; margin-left: -16px; margin-right: auto; } div.toastnotify .a8k, .bAo>.ad { align-items: center; border: none; display: inline-flex; justify-content: center; outline: none; position: relative; z-index: 0; -webkit-font-smoothing: antialiased; font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif; font-size: .875rem; letter-spacing: .25px; background: none; border-radius: 4px; box-sizing: border-box; cursor: pointer; font-weight: 500; height: 36px; outline: none; color: #e7eef9; margin-left: 8px; min-width: auto; padding: 0 8px; text-decoration: none; } div.toastnotify .a8k::before, .bAo>.ad::before { content: ''; display: block; opacity: 0; position: absolute; transition-duration: .15s; transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); z-index: -1; bottom: 0; left: 0; right: 0; top: 0; background: #f1f4f8d8; border-radius: 4px; transform: scale(0); transition-property: transform, opacity; } div.toastnotify .a8k:hover::before, .bAo>.ad:hover::before { opacity: .06; transform: scale(1); opacity: .2; } div.toastnotify.toastnotify-dark .a8k, .bAo>.ad { color: #8ab4f8; } div.toastnotify.toastnotify-dark .a8k::before, .bAo>.ad::before { background: #4285f4; } .toastnotify .bBe { align-items: center; border: none; display: inline-flex; justify-content: center; outline: none; z-index: 0; cursor: pointer; position: absolute; right: 16px; top: 16px; } .toastnotify .bBe::before { content: ''; display: block; opacity: 0; position: absolute; transition-duration: .15s; transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); z-index: -1; bottom: -10px; left: -10px; right: -10px; top: -10px; background: none; border-radius: 50%; box-sizing: border-box; transform: scale(0); transition-property: transform, opacity; } .toastnotify .bBe::after { content: ''; height: 200%; position: absolute; top: -50%; left: -50%; width: 200%; } .toastnotify .bBe .bBf { height: 20px; opacity: .54; width: 20px; opacity: .7; background-image: url(https://www.gstatic.com/images/icons/material/system/1x/close_white_20dp.png); background-position: center; background-repeat: no-repeat; background-size: 20px; } .toastnotify .bBe:hover::before { background-color: rgba(255, 255, 255, 0.2); border: none; opacity: 1; transform: scale(1); } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @keyframes live-toastnotify { to { background-color: transparent; transform: scale(3); } }
0.332094
0.197058
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } body { background: url('../img/fond.jpg') repeat-y scroll 0 0 / 100% auto rgba(0, 0, 0, 0); font-family: courier, sans-serif; } #block-body { //background-color: blue; width:96%; margin:auto; //border:1px solid #000; position: relative; padding-bottom:190px; margin-top:15px; } /*container du jeu */ #game-container { width:560px; margin:auto; margin-top:10px; } /*style pour les lignes */ .row { /* height: 63px; */ height:54px; width: 100%; display:flex; /*http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html*/ flex-wrap:wrap; } /*style pour les cases */ .box { /* height: 61px; width: 9.6%; */ height: 54px; width: 54px; //background-color: red; //background:url("../img/sol.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0); border:1px solid #000; } #player1-space { border : 1px solid #000; //background-color: blue; float:left; //margin-left:30px; } #player2-space { border : 1px solid #000; float:right; } .players{ height: 240px; width: 19%; margin-top:25px; background:url("../img/background2.jpg") no-repeat; color: white ; text-shadow:1px 3px 1px #000; //font-weight: bold; //font-family: open sans, sans-serif; box-shadow: 1px 5px 3px #000; font-size:1.05em; font-weight: 700; } .players .player-content { width:85%; margin:auto; } .players h2 { border:1px solid #fff; padding: 1em; text-align: center; width:40%; margin: auto; background-color: #ddd; margin-top:-26px; margin-bottom:10px; background: rgba(0,0,0,0.4); } button#menu { background: rgba(0, 0, 0, 0) url("../img/backgroundreplay.jpg") no-repeat scroll 0 0; border: medium none; //bottom: -29px; color: #fff; cursor: pointer; display: block; font-family: courier,sans-serif; font-size: 1.5em; font-weight: bold; //left: 785px; margin: auto; padding: 0.5em; //position: absolute; text-shadow: 1px 3px 1px #000; width: 20%; margin-top:40px; } .gun-space { width:17%; //background-color: green; //position:absolute; //left:0; //bottom:0; //border: 1px solid #000; background:url("../img/backgroundAttaquerDefendre.jpg") no-repeat; box-shadow: 1px 5px 3px #000; } .gun-space figure { width:100px; } .gun-space figure img { width:100%; display:block; height: auto; } .gun-space-content { width:80%; margin:auto; display:flex; padding:1em; height: 118px; } #space-two { position: absolute; right: 0; bottom: 0; } #space-one { position: absolute; left: 0; bottom: 0; } #activity-area { background-color: rgba(0, 0, 0, 0.7); bottom: 0; height: 139px; left: 19%; margin: auto; position: absolute; width: 61.9%; border:6px solid #fff; border: 5px solid transparent; //padding: 15px; -webkit-border-image: url("../img/mp1.png") 30 stretch; /* Safari 3.1-5 */ -o-border-image: url("../img/mp1.png") 30 stretch; /* Opera 11-12.1 */ border-image: url("../img/mp1.png") 30 stretch; //background:url("../img/backgroundConsole.jpg") no-repeat; } #activity-area p { text-align:center; font-size: 1.3em; margin-top:43px; margin-bottom: 20px; color:#fff; } .info-space { height: 87px; display:flex; } .info-space figure { width:82px; margin:0; } /*Pour adapter l'image à son conteneur parent*/ .info-space figure img{ width:100%; display:block; height: auto; } .info-space .info { margin-left:10px; line-height: 1.5; } /*#player2-info figure { width: 75px; }*/ #player2-gun-side figure { // margin-top: 10px; } #player1-attaquer, #player2-attaquer{ margin-right: 30px; padding-top: 15px; } #player1-defendre, #player2-defendre{ margin-left:10px; } #popup, #info-popup, #cross-popup { width:100%; background-color: rgba(102, 102, 102, 0.7); position: absolute; z-index: 3000; top: 0; right: 0; bottom: 0; left: :0; padding-top:10%; padding-bottom:20%; display:none; } #cross-popup { background-color: rgba(102, 102, 102, 0); } #info-popup #info-content { width:30%; margin:auto; background-color: #fff; padding:2em; line-height: 1.5; text-align: center; } #cross-popup .content { width:27%; margin:auto; margin-top:-155px; } #popup #content { width:50%; margin:auto; //border-radius:10px 10px 10px; text-align:center; //min-height: 200px; background-color:#fff; padding-bottom:35px; position: relative; } figure#popup-img img { width:100%; height:auto; display:block; } #popup #content h2{ font-size:2.2em; border:2px dotted #000; padding:3px; width:40%; margin: auto; margin-bottom:17px; font-weight: 700; } #close { position: absolute; top:0; right: 0; margin-right: 8px; margin-top: 5px; cursor: pointer; } #game-info span.winner,#game-info span.w-info { display: block; line-height:1.5; font-size:1.3em; } #game-info span.winner { font-weight: bold; } button#leave, #info-leave { margin-top: 20px; padding: 5px; width: 150px; } #info-leave { margin-top:30px; //margin-left:200px; cursor:pointer; }
css/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } body { background: url('../img/fond.jpg') repeat-y scroll 0 0 / 100% auto rgba(0, 0, 0, 0); font-family: courier, sans-serif; } #block-body { //background-color: blue; width:96%; margin:auto; //border:1px solid #000; position: relative; padding-bottom:190px; margin-top:15px; } /*container du jeu */ #game-container { width:560px; margin:auto; margin-top:10px; } /*style pour les lignes */ .row { /* height: 63px; */ height:54px; width: 100%; display:flex; /*http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html*/ flex-wrap:wrap; } /*style pour les cases */ .box { /* height: 61px; width: 9.6%; */ height: 54px; width: 54px; //background-color: red; //background:url("../img/sol.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0); border:1px solid #000; } #player1-space { border : 1px solid #000; //background-color: blue; float:left; //margin-left:30px; } #player2-space { border : 1px solid #000; float:right; } .players{ height: 240px; width: 19%; margin-top:25px; background:url("../img/background2.jpg") no-repeat; color: white ; text-shadow:1px 3px 1px #000; //font-weight: bold; //font-family: open sans, sans-serif; box-shadow: 1px 5px 3px #000; font-size:1.05em; font-weight: 700; } .players .player-content { width:85%; margin:auto; } .players h2 { border:1px solid #fff; padding: 1em; text-align: center; width:40%; margin: auto; background-color: #ddd; margin-top:-26px; margin-bottom:10px; background: rgba(0,0,0,0.4); } button#menu { background: rgba(0, 0, 0, 0) url("../img/backgroundreplay.jpg") no-repeat scroll 0 0; border: medium none; //bottom: -29px; color: #fff; cursor: pointer; display: block; font-family: courier,sans-serif; font-size: 1.5em; font-weight: bold; //left: 785px; margin: auto; padding: 0.5em; //position: absolute; text-shadow: 1px 3px 1px #000; width: 20%; margin-top:40px; } .gun-space { width:17%; //background-color: green; //position:absolute; //left:0; //bottom:0; //border: 1px solid #000; background:url("../img/backgroundAttaquerDefendre.jpg") no-repeat; box-shadow: 1px 5px 3px #000; } .gun-space figure { width:100px; } .gun-space figure img { width:100%; display:block; height: auto; } .gun-space-content { width:80%; margin:auto; display:flex; padding:1em; height: 118px; } #space-two { position: absolute; right: 0; bottom: 0; } #space-one { position: absolute; left: 0; bottom: 0; } #activity-area { background-color: rgba(0, 0, 0, 0.7); bottom: 0; height: 139px; left: 19%; margin: auto; position: absolute; width: 61.9%; border:6px solid #fff; border: 5px solid transparent; //padding: 15px; -webkit-border-image: url("../img/mp1.png") 30 stretch; /* Safari 3.1-5 */ -o-border-image: url("../img/mp1.png") 30 stretch; /* Opera 11-12.1 */ border-image: url("../img/mp1.png") 30 stretch; //background:url("../img/backgroundConsole.jpg") no-repeat; } #activity-area p { text-align:center; font-size: 1.3em; margin-top:43px; margin-bottom: 20px; color:#fff; } .info-space { height: 87px; display:flex; } .info-space figure { width:82px; margin:0; } /*Pour adapter l'image à son conteneur parent*/ .info-space figure img{ width:100%; display:block; height: auto; } .info-space .info { margin-left:10px; line-height: 1.5; } /*#player2-info figure { width: 75px; }*/ #player2-gun-side figure { // margin-top: 10px; } #player1-attaquer, #player2-attaquer{ margin-right: 30px; padding-top: 15px; } #player1-defendre, #player2-defendre{ margin-left:10px; } #popup, #info-popup, #cross-popup { width:100%; background-color: rgba(102, 102, 102, 0.7); position: absolute; z-index: 3000; top: 0; right: 0; bottom: 0; left: :0; padding-top:10%; padding-bottom:20%; display:none; } #cross-popup { background-color: rgba(102, 102, 102, 0); } #info-popup #info-content { width:30%; margin:auto; background-color: #fff; padding:2em; line-height: 1.5; text-align: center; } #cross-popup .content { width:27%; margin:auto; margin-top:-155px; } #popup #content { width:50%; margin:auto; //border-radius:10px 10px 10px; text-align:center; //min-height: 200px; background-color:#fff; padding-bottom:35px; position: relative; } figure#popup-img img { width:100%; height:auto; display:block; } #popup #content h2{ font-size:2.2em; border:2px dotted #000; padding:3px; width:40%; margin: auto; margin-bottom:17px; font-weight: 700; } #close { position: absolute; top:0; right: 0; margin-right: 8px; margin-top: 5px; cursor: pointer; } #game-info span.winner,#game-info span.w-info { display: block; line-height:1.5; font-size:1.3em; } #game-info span.winner { font-weight: bold; } button#leave, #info-leave { margin-top: 20px; padding: 5px; width: 150px; } #info-leave { margin-top:30px; //margin-left:200px; cursor:pointer; }
0.235021
0.073997
.loader { width: 50px; height: 60px; position: relative; left: 20px; } .loader div { background-color: #c40c8c; height: 100%; width: 6px; display: inline-block; animation: loader 1.6s infinite ease-in-out; } .loader .item-2 { animation-delay: -1.1s; } .loader .item-3 { animation-delay: -1.0s; } .loader .item-4 { animation-delay: -0.9s; } .loader .item-5 { animation-delay: -0.8s; } @keyframes loader { 0%, 40%, 100% { transform: scaleY(0.4) } 20% { transform: scaleY(1.0) } } .ball-container { margin-top: 50px; position: relative; width: 300px; height: 100px; } .ball { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: #c40c8c; animation: ball 1s linear infinite, ball-direction 1s linear infinite; } .block-container { top: 80%; left: 0; position: absolute; display: flex; width: 190px; justify-content: space-between; align-items: flex-end; } .block { height: 30px; width: 30px; background: black; } @keyframes ball { 0% { bottom: 100%; } 15% { bottom: 0; width: 60px; height: 40px; } 35% { bottom: 100%; width: 50px; height: 50px; } 70% { bottom: 0; width: 60px; height: 40px; } 100% { bottom: 100%; } } @keyframes ball-direction { 0% { left: 0; } 50% { left: 50%; } 100% { left: 100%; } } .infinityAnimation { margin: 50px; height: 100px; width: 100px; position: relative; animation: infinityAnimation 14s linear infinite; z-index: 1; } .infinityAnimation::before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient( 45deg, rgb(223, 137, 39), rgb(5, 36, 102)); z-index: -1; opacity: 0; animation: gradient 14s linear infinite; } @keyframes gradient { 0% { opacity: 0; border-radius: 50%; } 15% { border-radius: 0; } 30% { opacity: 1; } 75% { border-radius: 0; opacity: 0; } 100% { opacity: 1; border-radius: 50%; } } @keyframes infinityAnimation { 0% { background: linear-gradient(45deg, rgb(204, 101, 94), rgb(90, 147, 173)); border-radius: 50%; } 15% { border-radius: 0; } 45% { border-radius: 0; transform: scale(2); } 60% { border-radius: 0; transform: rotate(360deg); } 75% { border-radius: 0; background: linear-gradient(90deg, rgb(150, 17, 17), rgb(5, 36, 102)); } 100% { background: linear-gradient(45deg, rgb(204, 101, 94), rgb(90, 147, 173)); border-radius: 50%; } }
src/ex11_html-css-advanced/task-01.css
.loader { width: 50px; height: 60px; position: relative; left: 20px; } .loader div { background-color: #c40c8c; height: 100%; width: 6px; display: inline-block; animation: loader 1.6s infinite ease-in-out; } .loader .item-2 { animation-delay: -1.1s; } .loader .item-3 { animation-delay: -1.0s; } .loader .item-4 { animation-delay: -0.9s; } .loader .item-5 { animation-delay: -0.8s; } @keyframes loader { 0%, 40%, 100% { transform: scaleY(0.4) } 20% { transform: scaleY(1.0) } } .ball-container { margin-top: 50px; position: relative; width: 300px; height: 100px; } .ball { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: #c40c8c; animation: ball 1s linear infinite, ball-direction 1s linear infinite; } .block-container { top: 80%; left: 0; position: absolute; display: flex; width: 190px; justify-content: space-between; align-items: flex-end; } .block { height: 30px; width: 30px; background: black; } @keyframes ball { 0% { bottom: 100%; } 15% { bottom: 0; width: 60px; height: 40px; } 35% { bottom: 100%; width: 50px; height: 50px; } 70% { bottom: 0; width: 60px; height: 40px; } 100% { bottom: 100%; } } @keyframes ball-direction { 0% { left: 0; } 50% { left: 50%; } 100% { left: 100%; } } .infinityAnimation { margin: 50px; height: 100px; width: 100px; position: relative; animation: infinityAnimation 14s linear infinite; z-index: 1; } .infinityAnimation::before { position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient( 45deg, rgb(223, 137, 39), rgb(5, 36, 102)); z-index: -1; opacity: 0; animation: gradient 14s linear infinite; } @keyframes gradient { 0% { opacity: 0; border-radius: 50%; } 15% { border-radius: 0; } 30% { opacity: 1; } 75% { border-radius: 0; opacity: 0; } 100% { opacity: 1; border-radius: 50%; } } @keyframes infinityAnimation { 0% { background: linear-gradient(45deg, rgb(204, 101, 94), rgb(90, 147, 173)); border-radius: 50%; } 15% { border-radius: 0; } 45% { border-radius: 0; transform: scale(2); } 60% { border-radius: 0; transform: rotate(360deg); } 75% { border-radius: 0; background: linear-gradient(90deg, rgb(150, 17, 17), rgb(5, 36, 102)); } 100% { background: linear-gradient(45deg, rgb(204, 101, 94), rgb(90, 147, 173)); border-radius: 50%; } }
0.808483
0.147832
::before, ::after{ margin: 0; padding: 0; } html{ font-size: 10px; font-family: 'SF Pro Display', sans-serif; background: grey; } a{ display: block; text-decoration:none; } .container{ max-width: 98rem; margin: 0 auto; padding: 0 2.2rem; } /*Header*/ header{ position: fixed; top: 0; z-index: 1400; width: 100%; height: 4.4rem; background-color: rgba(0,0,0,.8); /*backdrop-filter: blur(2rem);*/ } .nav-list{ list-style: none; display: flex; align-items: center; justify-content: space-between; margin: 0 -1rem; } .nav-list-mobile{ display: none; } .nav-link{ font-size: 1.4rem; color: #fff; padding: 0 1rem; transition: opacity .5s; } .nav-link:hover{ opacity: .7; } .nav-link-apple{ width: 1.6rem; height: 2.5rem; background: url("images/icons/apple.svg") center no-repeat; } /*iPhone 11 Pro section*/ .iphone-11-pro{ background: url("apple_1_2.jpg") center no-repeat; margin-top: 4.4rem; } .title{ color: #000; text-align: center; padding-top: 5.5rem; } .title-heading{ font-size: 5.6rem; line-height: 1.07143; letter-spacing: -.005rem; } .title-sub-heading{ font-size: 2.65rem; margin-top: .6rem; letter-spacing: .008rem; font-weight: 400; } .cta{ text-align: center; margin-top: 1.8rem; } .cta-link{ color: #66bbff; font-size: 2.1rem; display: inline-block; } .cta-link:nth-child(2){ margin-left: 2.6rem; } .cta-link:hover{ border-bottom: 2px solid #66bbff; } /*iPhone 11 section*/ .iphone-11{ background: url("apple_black_3.jpg") } .title-dark{ color: #fff; } .cta-link-darker{ color: #0070c9; } .cta-link-darker:hover{ border-bottom-color: #0070c9; } .watch{ background: url("apple-macbook-pro-2020-13-inch-in-all-official-colors-3d-model-max-obj-fbx-c4d-blend-dae_2.jpg"); } .title-heading-watch{ color: #fff; } /*Moved to the bottom of all section ti keep consisten styles*/ .hero{ height: 69.2rem; background-size: auto 73.6rem; background-position: center; background-repeat: no-repeat; } .iphone-11-pro{ border-top: none; } /*end*/ img { /*width: 90%; !important;*/ margin-left: 12%; width: 80%; margin-right: 12%; } .sim-slider { max-width: 900px; min-width: 320px; margin: 20px auto; padding: 30px 30px; border: 1px solid #ccd; background-color: floralwhite; } /* General styles */ .sim-slider { position: relative; } .sim-slider-list { margin: 0; padding: 0; list-style-type: none; position: relative; } .sim-slider-element { width: 100%; transition: opacity 1s ease-in; opacity: 0; position: absolute; z-index: 2; left: 0; top: -15px; display: block; } /* Navigation item styles */ div.sim-slider-arrow-left, div.sim-slider-arrow-right { width: 22px; height: 40px; position: absolute; cursor: pointer; opacity: 0.6; z-index: 4; } div.sim-slider-arrow-left { left: 50px; top: 40%; display: block; background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat; } div.sim-slider-arrow-right { right: 10px; top: 40%; display: block; background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat; } div.sim-slider-arrow-left:hover { opacity: 1.0; } div.sim-slider-arrow-right:hover { opacity: 1.0; } div.sim-slider-dots { width: 100%; height: auto; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; } span.sim-dot { width: 10px; height: 10px; margin: 5px 7px; padding: 0; display: inline-block; background-color: #BBB; border-radius: 5px; cursor: pointer; }
styles.css
::before, ::after{ margin: 0; padding: 0; } html{ font-size: 10px; font-family: 'SF Pro Display', sans-serif; background: grey; } a{ display: block; text-decoration:none; } .container{ max-width: 98rem; margin: 0 auto; padding: 0 2.2rem; } /*Header*/ header{ position: fixed; top: 0; z-index: 1400; width: 100%; height: 4.4rem; background-color: rgba(0,0,0,.8); /*backdrop-filter: blur(2rem);*/ } .nav-list{ list-style: none; display: flex; align-items: center; justify-content: space-between; margin: 0 -1rem; } .nav-list-mobile{ display: none; } .nav-link{ font-size: 1.4rem; color: #fff; padding: 0 1rem; transition: opacity .5s; } .nav-link:hover{ opacity: .7; } .nav-link-apple{ width: 1.6rem; height: 2.5rem; background: url("images/icons/apple.svg") center no-repeat; } /*iPhone 11 Pro section*/ .iphone-11-pro{ background: url("apple_1_2.jpg") center no-repeat; margin-top: 4.4rem; } .title{ color: #000; text-align: center; padding-top: 5.5rem; } .title-heading{ font-size: 5.6rem; line-height: 1.07143; letter-spacing: -.005rem; } .title-sub-heading{ font-size: 2.65rem; margin-top: .6rem; letter-spacing: .008rem; font-weight: 400; } .cta{ text-align: center; margin-top: 1.8rem; } .cta-link{ color: #66bbff; font-size: 2.1rem; display: inline-block; } .cta-link:nth-child(2){ margin-left: 2.6rem; } .cta-link:hover{ border-bottom: 2px solid #66bbff; } /*iPhone 11 section*/ .iphone-11{ background: url("apple_black_3.jpg") } .title-dark{ color: #fff; } .cta-link-darker{ color: #0070c9; } .cta-link-darker:hover{ border-bottom-color: #0070c9; } .watch{ background: url("apple-macbook-pro-2020-13-inch-in-all-official-colors-3d-model-max-obj-fbx-c4d-blend-dae_2.jpg"); } .title-heading-watch{ color: #fff; } /*Moved to the bottom of all section ti keep consisten styles*/ .hero{ height: 69.2rem; background-size: auto 73.6rem; background-position: center; background-repeat: no-repeat; } .iphone-11-pro{ border-top: none; } /*end*/ img { /*width: 90%; !important;*/ margin-left: 12%; width: 80%; margin-right: 12%; } .sim-slider { max-width: 900px; min-width: 320px; margin: 20px auto; padding: 30px 30px; border: 1px solid #ccd; background-color: floralwhite; } /* General styles */ .sim-slider { position: relative; } .sim-slider-list { margin: 0; padding: 0; list-style-type: none; position: relative; } .sim-slider-element { width: 100%; transition: opacity 1s ease-in; opacity: 0; position: absolute; z-index: 2; left: 0; top: -15px; display: block; } /* Navigation item styles */ div.sim-slider-arrow-left, div.sim-slider-arrow-right { width: 22px; height: 40px; position: absolute; cursor: pointer; opacity: 0.6; z-index: 4; } div.sim-slider-arrow-left { left: 50px; top: 40%; display: block; background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-left.png") no-repeat; } div.sim-slider-arrow-right { right: 10px; top: 40%; display: block; background: url("http://pvbk.spb.ru/inc/slider/sim-files/sim-arrow-right.png") no-repeat; } div.sim-slider-arrow-left:hover { opacity: 1.0; } div.sim-slider-arrow-right:hover { opacity: 1.0; } div.sim-slider-dots { width: 100%; height: auto; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; } span.sim-dot { width: 10px; height: 10px; margin: 5px 7px; padding: 0; display: inline-block; background-color: #BBB; border-radius: 5px; cursor: pointer; }
0.413832
0.058292
body{ overflow-x:hidden; } .cff-preview-ctn .no-overflow{ overflow: hidden!important; } .cff-preview-ctn .cff-fb-fs{ width: 100%; position: relative; float: left; box-sizing: border-box; } .cff-fullsize-link{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 9; cursor: pointer; } .cff-feed-height{ overflow-x: hidden!important; } .cff-preview-likebox-ctn{ margin-top: 20px; } .cff-preview-ctn h1, .cff-preview-ctn h2, .cff-preview-ctn h3, .cff-preview-ctn h4, .cff-preview-ctn h5, .cff-preview-ctn h6{ padding: 0px; margin: 0px; line-height: 1em; } .cff-preview-ctn h3, .cff-preview-ctn h4, .cff-preview-ctn h5, .cff-preview-ctn h6, .cff-preview-ctn p { float: left; width: 100%; clear: both; padding: 0; margin: 5px 0; line-height: 1.4; word-wrap: break-word; } /*Preview Sections Highlights*/ .cff-preview-section{ opacity: 1; } .cff-preview-section[data-dimmed="true"]{ opacity: 0.4; } .cff-preview-ctn .cff-preview-header-visual{ margin-bottom: 25px; } .cff-preview-ctn .cff-preview-header-cover{ overflow: hidden; height: 300px; } .cff-preview-ctn .cff-preview-header-cover img{ position: absolute; width: 100%; height: auto; left: 0px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .cff-preview-ctn .cff-preview-header-likebox{ position: absolute; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: center; background: #eee; border-radius: 2px; padding: 3px 5px; color: #445790; } .cff-preview-ctn .cff-preview-header-likebox svg{ fill: currentColor; width: 18px; margin-right: 5px; float: left; } .cff-preview-ctn .cff-preview-header-likebox span{ font-size: 15px; line-height: 20px; } .cff-preview-ctn .cff-preview-header-info-ctn{ padding: 0 20px; } .cff-preview-ctn .cff-preview-header-avatar{ width: 100px; border-color: 3px; border: 2px solid #fff; margin-top: -25px; border-radius: 3px; position: absolute; left: 20px; } .cff-preview-ctn .cff-preview-header-avatar img{ width: 100%; border-radius: 3px; float: left; } .cff-preview-ctn .cff-preview-header-info{ padding-top: 10px; margin-left: 125px; } .cff-preview-header-visual[data-header-avatar="hidden"] .cff-preview-header-info{ margin-left: 0px; } .cff-preview-ctn .cff-preview-header-text-h{ display: flex; align-items: center; line-height: 1em } .cff-preview-ctn .cff-header-text{ line-height: 1em!important; } .cff-preview-ctn .cff-preview-header-text-icon{ margin-right: 10px; } .cff-preview-ctn .cff-preview-header-text-icon svg{ float: left; } .cff-preview-ctn .cff-preview-header-name { display: inline-block; margin: 0 8px 0 0; padding: 0; font-size: 1.2em; line-height: 1.2em; } .cff-preview-ctn .cff-preview-header-bio{ margin: 3px 0 0 0; padding: 0; line-height: 1.2em; } /*Load More Button*/ .cff-preview-ctn .cff-preview-loadmore-ctn{ margin-bottom: 20px; } .cff-preview-ctn .cff-preview-loadmore-btn{ display: flex; justify-content: center; align-items: center; cursor: pointer; min-height: 45px; padding: 5px 0; margin: 10px 0 0 0; line-height: 1em; font-size: 15px; border: none; background: #eee; background: rgba(0,0,0,0.05); width: 100%; position: relative; text-align: center; box-sizing: border-box; outline: none; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: background 0.1s ease-in-out; -webkit-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } .cff-preview-ctn .cff-preview-loadmore-btn:hover { background: #ddd; background: rgba(0,0,0,0.1); text-decoration: none; -moz-transition: background 0.1s ease-in-out; -webkit-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } /*Post List Layout*/ /* Masonry Layout */ /* [data-feed-layout="masonry"] .cff-post-item-ctn{ margin: 0px!important; } [data-feed-layout="masonry"]{ display: grid; grid-gap: 20px; grid-auto-rows: 0; } [data-feed-layout="masonry"][data-feed-columns="1"]{ grid-template-columns: repeat(1, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="2"]{ grid-template-columns: repeat(2, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="3"]{ grid-template-columns: repeat(3, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="4"]{ grid-template-columns: repeat(4, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="5"]{ grid-template-columns: repeat(5, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="6"]{ grid-template-columns: repeat(6, minmax(100px,1fr)); } */ [data-feed-layout="masonry"] .cff-post-item-ctn{ height: auto!important; } [data-feed-layout="masonry"][data-feed-columns="1"] .cff-post-item-ctn{ width: 100%; } [data-feed-layout="masonry"][data-feed-columns="2"] .cff-post-item-ctn{ width: 47%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="3"] .cff-post-item-ctn{ width: 30.33%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="4"] .cff-post-item-ctn{ width: 22%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="5"] .cff-post-item-ctn{ width: 17%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="6"] .cff-post-item-ctn{ width: 13.516%; margin: 8px 1.5%; } [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-real{ height: 100%; position: absolute; width: 100%; left: 0; top: 0; bottom: 0; right: 0; } [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-poster{ opacity: 0; } /* Grid Layout */ [data-feed-layout="grid"]{ display: grid; grid-gap: 20px; } [data-feed-layout="grid"][data-feed-columns="1"]{ grid-template-columns: repeat(1, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="2"]{ grid-template-columns: 1fr 1fr; } [data-feed-layout="grid"][data-feed-columns="3"]{ grid-template-columns: repeat(3, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="4"]{ grid-template-columns: repeat(4, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="5"]{ grid-template-columns: repeat(5, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="6"]{ grid-template-columns: repeat(6, minmax(100px,1fr)); } [data-feed-layout="grid"] .cff-post-item-ctn{ overflow: hidden; margin: 0px!important } [data-feed-layout="grid"] .cff-post-item-ctn .cff-post-grid-image{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; bottom: 0px; right: 0px; background-size: cover !important; background-position: center center !important; } [data-feed-layout="grid"] .cff-photos-item-ctn img{ opacity: 0 } [data-feed-layout="grid"] .cff-singlemedia-item.cff-albums-item-ctn .cff-albums-item-cover{ height: calc(100% - 70px); left: 0; top: 0; right: 0; } [data-feed-layout="grid"] .cff-albums-item-ctn .cff-post-item-content{ height: inherit; } .cff-preview-ctn .cff-media-item-ctn{ background: none!important; } .cff-preview-ctn .cff-singlemedia-item{ background: none!important; padding: 0px!important } [data-feed-layout="list"] .cff-post-item-ctn{ height: auto!important; } /*Post Single Item*/ .cff-post-item-info-ctn{ display: flex; align-items: center; margin-bottom: 15px; padding: 0; line-height: 1.2; width: 100%; } .cff-post-item-info{ float: left; padding: 3px 0 0 0; font-size: 14px; font-weight: bold; line-height: 1.2; } .cff-post-item-date{ color: #9197a3; font-weight: normal; font-size: 11px; margin-top: 1px !important; margin-bottom: 0px !important; } .cff-post-item-avatar, .cff-post-item-avatar img{ width: 45px; height: 45px; border-radius: 50px; } .cff-post-item-avatar{ margin-right: 10px; } .cff-post-item-author-name{ font-weight: bold; } .cff-post-item-story{ font-weight: normal; font-size: 14px; padding: 3px 0 0 0; line-height: 1.2; } .cff-preview-ctn .cff-post-item-ctn{ width: 100%; float: left; position: relative; box-sizing: border-box; padding: 15px; margin: 8px 0; } .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-layout="list"] .cff-post-item-ctn, .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-columns="1"][data-feed-layout="masonry"] .cff-post-item-ctn{ width: calc(100% - 14px); margin-left: 7px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn{ display: grid!important; grid-template-columns: calc(50% - 15px) calc(50% - 15px); grid-column-gap: 30px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-sides{ display: flex; flex-direction: column-reverse; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: grid; grid-template-columns: calc(20% - 15px) calc(80% - 15px); grid-column-gap: 30px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-sides{ display: flex; flex-direction: column-reverse; } [data-feed-type="reviews"] [data-post-layout="half"] .cff-post-item-sides, [data-feed-type="reviews"] [data-post-layout="thumb"] .cff-post-item-sides{ grid-template-columns: 100%!important; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="statuses"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="statuses"] .cff-post-item-sides{ display: block!important; width: 100%!important; } .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"] .cff-post-item-ctn{ box-shadow: 0 0 10px 0 rgba(0,0,0, 0.15); } .cff-preview-ctn .cff-preview-posts-list-ctn[data-poststyle="regular"] .cff-post-item-ctn{ padding: 15px 0px; } .cff-preview-ctn [data-feed-layout="carousel"][data-feed-type="singlealbum"] .cff-post-item-ctn{ height: 100%; background-position: center!important; background-size: cover!important; } /*Narrow Rules for Preview*/ [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"] .cff-post-item-sides, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"] .cff-post-item-sides, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: flex !important; flex-direction: column-reverse; } [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: flex !important; flex-direction: column; } .cff-preview-ctn .cff-post-item-text{ padding: 0; margin: 5px 0; line-height: 1.4; word-wrap: break-word; } .cff-preview-ctn .cff-post-item-text a:hover{ text-decoration: underline; } .cff-post-item-text-expand a{ font-size: 11px; font-weight: normal; cursor: pointer; } .cff-preview-ctn .cff-post-item-text-expand a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-meta-top{ display: flex; align-items: center; } .cff-preview-ctn[data-plugin="free"] .cff-post-item-action-link{ margin-left: auto; } .cff-preview-ctn .cff-post-item-action-link{ margin-left: unset!important; } .cff-preview-ctn .cff-post-item-action-txt{ font-size: 11px; cursor: pointer; font-weight: normal; } .cff-preview-ctn .cff-post-item-action-link a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-dot{ padding: 0 5px; } .cff-preview-ctn .cff-post-item-share-link{ position: relative; } .cff-preview-ctn .cff-post-item-share-tooltip{ position: absolute; bottom: 22px; right: -5px; width: 100px; padding: 3px 5px; margin: 0; background: #333; color: #fff; font-size: 12px; line-height: 1.4; display: flex; align-items: center; justify-content: center; z-index: 9999; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-share-tooltip:before{ content: ''; position: absolute; right: 11px; bottom: -4px; border-top: 7px solid #333; border-left: 7px solid transparent; border-right: 7px solid transparent; } .cff-preview-ctn .cff-post-item-share-tooltip a{ display: flex; width: 26px; height: 26px; justify-content: center; align-items: center; color: #fff !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-share-tooltip svg{ width: 16px; } .cff-preview-ctn .cff-post-item-meta{ height: 37px; margin: 5px 12px 5px 0; display: flex; padding: 0 5px 0 10px; justify-content: center; align-items: center; cursor: pointer; border-radius: 4px; background: rgba(0,0,0,0.05); box-shadow: 0 0 0 1px rgba(0,0,0,0.07); -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-preview-ctn .cff-post-item-meta:hover{ box-shadow: 0 0 0 1px rgb(0 0 0 / 9%); background: rgba(0,0,0,0.07); } .cff-preview-ctn .cff-post-item-view-comment,.cff-post-meta-item{ display: flex; justify-content: center; align-items: center; } .cff-preview-ctn .cff-post-meta-item{ float: left; width: auto; display: block; list-style-type: none !important; margin: 0 10px 0 0 !important; padding: 0 !important; font-size: 11px; line-height: 16px !important; background: none !important; } .cff-preview-ctn .cff-post-meta-item-icon, .cff-post-meta-item-icon svg{ width: 16px; position: relative; float: left; z-index: 2; } .cff-preview-ctn .cff-post-meta-item-icon{ margin-right: 5px; } .cff-preview-ctn .cff-post-meta-item-icon svg:nth-of-type(2){ position: absolute; left: 0px; top: 0px; z-index: -1; } .cff-preview-ctn .cff-post-item-full-img{ position: relative; float: left; width: 100%; height: auto; } /*Responsive Meta & Actions Links*/ .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-meta-top{ flex-direction: column-reverse; align-items: flex-start; } .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-action-link{ margin-left: unset; } /*Light & Auto Icon Theme*/ .cff-post-meta-item-icon-comment svg path, .cff-post-meta-item-icon-share svg path, .cff-post-meta-item-icon-like svg path{ fill: rgba(0,0,0,0.4); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cff-post-meta-item-icon-comment svg.cff-svg-bg path, .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: rgba(255,255,255,0.7); } .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGrad); } .cff-preview-ctn .cff-post-item-meta:hover svg path{ fill: rgba(0,0,0,0.5); } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: #fdf3d0; } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradHover); } /*Dark Icon Theme*/ .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg path{ fill: rgba(255,255,255,0.05); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg.cff-svg-bg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: rgba(255,255,255,0.9); } .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradDark); } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: #fdf3d0; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradHover); } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg.cff-svg-bg{ z-index: 3!important; } /*Post Meta comments*/ .cff-post-item-meta-comments p, .cff-post-item-meta-comments .cff-post-comment-item, .cff-post-item-meta-comments .cff-comment-reply, .cff-post-item-meta-comments .cff-post-comment-item p { width: 100%; min-width: 100%; font-size: 12px; margin: 0 0 1px 0; line-height: 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .cff-post-item-comments-top{ font-size: 12px; margin-bottom: 1px; padding: 10px 10px; background: rgba(0,0,0,0.05); border-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .cff-post-item-comments-top a:hover{ text-decoration: underline; } .cff-post-item-comments-icon{ width: 16px; height: 16px; float: left; margin-right: 8px; display: flex; justify-content: center; align-items: center; } .cff-post-item-comments-icon svg{ width: 14px; margin-top: 4px; } .cff-post-item-comments-list{ background: rgba(0,0,0,0.05); border-radius: 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .cff-post-comment-item{ padding: 7px 10px; font-size: 12px; display: flex; align-items: flex-start; } .cff-post-comment-item-avatar{ width: 32px; height: 32px; float: left; margin-right: 10px; margin-top: 3px; } .cff-post-comment-item-avatar img{ width: 32px; height: 32px; float: left; border-radius: 50px; } .cff-post-comment-item-author{ font-weight: bold; margin-right: 6px; float: left; } .cff-post-comment-item-author:hover{ text-decoration: underline; } .cff-post-comment-item-txt{ font-size: 12px; line-height: 1.4; margin: 0px; } .cff-post-comment-item-date{ font-size: 11px; margin: 3px 0 0 0; display: block; font-style: italic; line-height: 1em; clear: both; float: left; } .cff-post-item-media-album, .cff-post-item-media-album a,.cff-post-item-album-poster{ float: left; width: 100%; position: relative; display: block; } .cff-post-item-album-thumb{ position: relative; display: inline-block; background-size: cover; background-position: center center; background-repeat: no-repeat; } .cff-post-item-album-thumb-overlay{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; background: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 30px; } .cff-post-item-album-thumbs{ width: 100%; display: grid; margin-top: 5px; float: left; } .cff-post-item-album-thumbs[data-length='1']{ grid-template-columns: 100%; } .cff-post-item-album-thumbs[data-length='2']{ grid-template-columns: calc(50% - 3px) calc(50% - 3px); grid-column-gap: 5px; } .cff-post-item-album-thumbs[data-length='3']{ grid-template-columns: calc(33.33% - 3px) calc(33.33% - 3px) calc(33.33% - 3px); grid-column-gap: 5px; } .cff-post-item-album-thumbs .cff-post-item-album-thumb:first-of-type{ grid-row: 1 / 1; grid-column: 1 / 1; padding-bottom: 100%; } .cff-post-item-media-album{ margin-bottom: 10px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="spotify"] iframe{ width: 100%; height: 80px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="soundcloud"] iframe{ width: 100%; height: 100px; } .cff-preview-ctn .cff-post-item-media-ctn{ margin: 5px 0px; } .cff-preview-ctn .cff-post-item-video-ctn{ position: relative; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe, /*.cff-preview-ctn .cff-post-item-video-ctn,*/ .cff-preview-ctn .cff-videos-item-ctn .cff-videos-item-source{ width: 100%; float: left; clear: both; /*margin: 5px 0;*/ position: relative; /*padding-bottom: 62%;*/ padding-bottom: 56.25%; } .cff-play-video-icon{ position: absolute; width: 56px; height: 56px; background: rgba(0,0,0,0.7); color: #fff; left: 50%; top: 50%; border-radius: 8px; cursor: pointer; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .cff-play-video-icon:before{ content: ''; position: absolute; border-left: 22px solid currentColor; border-top: 17px solid transparent; border-bottom: 17px solid transparent; left: 19px; top: 11px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe iframe, .cff-preview-ctn .cff-post-item-video-ctn[data-lightbox="false"] iframe, .cff-preview-ctn .cff-videos-item-ctn[data-lightbox="false"] .cff-videos-item-source iframe, .cff-lightbox-video iframe, .cff-preview-ctn .cff-videos-item-source iframe{ position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; left: 0; margin: 0; padding: 0; border: 0; } .cff-lightbox-video { width: 950px; background: #212121; float: left; clear: both; padding-bottom: 56.25%; position: relative; } .cff-preview-ctn .cff-post-item-video-ctn iframe{ width: 100%; float: left; } .cff-preview-ctn .cff-post-item-link-ctn{ width: 100%; float: left; clear: both; padding: 8px; margin: 10px 0 5px 0; background: rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.07); box-sizing: border-box; } .cff-preview-ctn .cff-post-item-link-ctn[data-linkbox="on"]{ border: 0px !important; background: none !important; padding: 0px !important; } .cff-preview-ctn .cff-post-item-link-a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-link-ctn img{ width: 100%; max-width: 100%; height: auto; float: none; } .cff-preview-ctn .cff-post-item-link-ctn > a{ width: 100%; max-width: 100%; margin-right: 0%; margin-bottom: 5px; text-align: center; float: left; } .cff-preview-ctn .cff-post-item-link-info{ line-height: 1.4; } .cff-preview-ctn .cff-photos-item-ctn{ margin: 0 0 20px 0; padding: 0; text-align: center; border: 1px solid rgba(0, 0, 0, .1); } [data-feed-layout="grid"] .cff-photos-item-ctn, [data-feed-layout="grid"] .cff-albums-item-ctn{ border-radius: unset!important; } .cff-preview-ctn .cff-singlemedia-item-info{ display: flex; flex-direction: column; align-items: center; } .cff-preview-ctn .cff-singlemedia-item-info a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-singlemedia-item-info{ width: 100%; height: 70px; float: left; clear: both; overflow: hidden; } .cff-preview-ctn .cff-singlemedia-item-info > h4{ font-size: 14px!important; line-height: 1.2!important; margin: 10px 0 0 0!important; padding: 0!important; } .cff-preview-ctn .cff-singlemedia-item-info > p{ font-size: 12px; color: gray; margin: 5px 0 0 0; } .cff-preview-ctn .cff-singlemedia-item{ margin: 0 0 20px 0; text-align: center; } .cff-preview-ctn .cff-preview-likebox-ctn iframe{ width: 100% !important; margin: 0 !important; border: 0 !important; padding: 0; position: relative; top: 0; left: 0; } /*Event Details*/ .cff-preview-ctn .cff-post-event-street{ display: block } /* Featured & Single Album Holder */ .cff-preview-ctn .cff-single-holder-ctn{ height: 600px; background: #fff; box-shadow: 0 0px 6px rgba(0,0,0,0.05); display: flex; justify-content: center; align-items: center; flex-direction: column; } .cff-preview-ctn .cff-single-holder-img{ width: 130px; height: 130px; background: #F3F4F5; border: 1px dashed #D0D1D7; display: flex; justify-content: center; align-items: center; margin-bottom: 50px; } .cff-preview-ctn .cff-single-holder-content{ text-align: center; } .cff-preview-ctn .cff-single-holder-content strong{ font-size: 24px; margin-bottom: 10px; } .cff-preview-ctn .cff-single-holder-content p{ font-size: 16px; line-height: 1.7em; color: #8C8F9A; margin: 0px; margin-top: 8px; } /*Post Element Overlay */ .cff-preview-ctn .cff-post-overlay{ position: absolute; width: 100%; height: 100%; cursor: pointer; left: 0; top: 0; background: rgba(0,0,0,0.4); z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-preview-ctn .cff-post-item-media-wrap:hover .cff-post-overlay, .cff-preview-ctn .cff-post-item-iframe-ctn:hover .cff-post-overlay, .cff-preview-ctn .cff-post-item-video-ctn:hover .cff-post-overlay, .cff-preview-ctn .cff-post-overlay-parent:hover .cff-post-overlay, .cff-preview-ctn .cff-videos-item-source:hover .cff-post-overlay{ opacity: 1; visibility: visible; } /*Lightbox */ .cff-lightbox-ctn{ width: 100%; height: 100%; position: absolute; left: 0; top: 2px; background: rgba(0,0,0,0.9); z-index: 9; display: none; justify-content: center; align-items: flex-start; padding-top: 100px; } .cff-lightbox-ctn[data-visibility="shown"]{ display: flex; } .cff-lightbox-closer{ position: absolute; left: 0; top: 0; z-index: 1; height: 100%; width: 100%; } .cff-lightbox-image img{ float: left; max-width:780px; } .cff-lightbox-content{ max-width: 100%; position: relative; z-index: 2; } .cff-lightbox-content-insider{ position: relative; padding-right: 300px; display: flex; } [data-comments="false"] .cff-lightbox-content-insider{ padding-right: 0px; } [data-comments="false"] .cff-lightbox-content{ max-width: 100%; position: relative; z-index: 2; } .cff-lightbox-sidebar{ width: 300px; box-sizing: border-box; position: absolute; right: 0px; top: 0px; background: #fff; height: 100%; padding: 15px; overflow: auto; } .cff-lightbox-caption{ float: left; box-sizing: border-box; padding: 10px; background: #fff; position: relative; position: absolute; } .cff-lightbox-caption .cff-lightbox-cls{ top:3px; } .cff-lightbox-sidebar .cff-post-item-meta-top{ display: none!important; } .cff-lightbox-sidebar .cff-post-item-meta-comments{ display: block!important; } .cff-lightbox-sidebar .cff-post-item-meta-wrap{ margin-top: 12px; } .cff-lightbox-cls{ position: absolute; width: 15px; height: 15px; top: 8px; right: 6px; cursor: pointer; z-index: 8; } .cff-lightbox-cls:before, .cff-lightbox-cls:after{ content: ''; position: absolute; height: 3px; width: 13px; left: 1px; top: 6px; background: currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .cff-lightbox-cls:after{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .cff-lightbox-nav{ position: absolute; width: 40px; height: 100%; display: flex; justify-content: center; align-items: center; left: -60px; cursor: pointer; } .cff-lightbox-next{ left: unset; right:-60px; } .cff-lightbox-nav-icon{ width: 24px; height: 24px; border-bottom: 4px solid #fff; border-right: 4px solid #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg); opacity: .7; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-lightbox-next .cff-lightbox-nav-icon{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .cff-lightbox-nav:hover .cff-lightbox-nav-icon{ opacity: 1; } .cff-lightbox-thumbs{ background: #222; } .cff-lightbox-thumb-item{ float: left; width: 60px; height: 60px; cursor: pointer; box-sizing: border-box; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background-size: cover; background-position: center center; margin: 4px; } .cff-lightbox-thumb-item:hover, .cff-lightbox-thumb-item[data-active="true"]{ box-shadow: inset 0 0 0 4px rgb(255 255 255 / 70%); border: 1px solid #bbb; } .cff-lightbox-sidebar .cff-post-item-text{ line-height: 1.3em } /* COLOR SCHEMES */ /*LIGHT*/ [data-preview-colorscheme="light"] .cff-post-item-content{ color: rgba(0,0,0,.8); } [data-preview-colorscheme="light"] .cff-singlemedia-item-info p{ color: rgba(0,0,0,.7); } [data-preview-colorscheme="light"] .cff-post-item-text a{ color: #141B38; text-decoration: underline; } [data-preview-colorscheme="light"] .cff-post-item-text-expand, [data-preview-colorscheme="light"] .cff-post-item-action-link{ color: #141B38; } [data-preview-colorscheme="light"] .cff-post-item-date{ color: rgba(0,0,0,0.5) } /*DARK*/ [data-preview-colorscheme="dark"] .cff-post-item-content{ color: rgba(255,255,255,.75); background-color: rgba(0,0,0,.85) } [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-content{ background-color: unset; } [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-ctn{ background-color: rgba(0,0,0,.85) } [data-preview-colorscheme="dark"] .cff-singlemedia-item-info p{ color: rgba(255,255,255,.75); } [data-preview-colorscheme="dark"] .cff-post-item-text a{ color: #fff; text-decoration: underline; } [data-preview-colorscheme="dark"] .cff-post-item-text-expand, [data-preview-colorscheme="dark"] .cff-post-item-action-link{ color: #fff; } [data-preview-colorscheme="dark"] .cff-post-item-date{ color: rgba(255,255,255,.5); } .cff-videos-item-ctn,.cff-albums-item-ctn,.cff-photos-item-ctn{ border-bottom: 0px!important; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-item-content, .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent, .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent > .cff-fb-fs{ position: absolute; width: 100%; height: 100%; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{ background-size: cover!important; background-position: center center!important; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{ height: calc(100% - 70px) } .cff-preview-posts-grid .cff-singlemedia-item-info{ position: absolute; bottom: 0px; } /* Carousel */ .owl-stage{ position: relative; } .owl-stage-outer{ overflow: hidden; } .owl-item{ float: left; } .owl-dots{ width: 100%; height: 35px; text-align: center; margin-top: 10px; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; } .owl-dot{ display: inline-block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=25); opacity: 0.25; padding:0px !important; border-radius: 20px; background: #000; box-shadow: 0 0 1px 0 rgb(255 255 255 / 80%); outline: none; border: 0px; cursor: pointer; } .owl-dot.active,.owl-dot:hover{ opacity: .5; } .owl-prev, .owl-next{ width: 40px; height: 40px; border-radius: 50px; padding: 0px; outline: none; border: 0px; cursor: pointer; font-size: 22px; display: flex; justify-content: center; align-items: center; background: #000; color: #fff; } .owl-dots .owl-prev, .owl-dots .owl-next{ display: inline-block; } .owl-prev span, .owl-next span{ margin-top: -3px; } .cff-carousel[data-navigation="none"] .owl-nav{ display: none; } .cff-carousel[data-navigation="onhover"] .owl-prev, .cff-carousel[data-navigation="onhover"] .owl-next{ opacity: 0; position: absolute; top: 50%; margin-top: -20px; left: 0px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-carousel[data-navigation="onhover"] .owl-next{ left: unset; right: 0px; } .cff-carousel[data-navigation="below"] .owl-prev, .cff-carousel[data-navigation="below"] .owl-next, .cff-carousel:hover .owl-prev, .cff-carousel:hover .owl-next{ opacity: .5; } .cff-carousel .owl-prev:hover, .cff-carousel .owl-next:hover{ opacity: 1; } /*Reviews Ratings*/ .cff-rating { float: none; display: inline-block; margin: 0 0 5px 0 !important; padding: 3px 6px; height: auto; background: #5890FF; color: #fff; white-space: nowrap; border-radius: 100px; line-height: 1em; } span.cff-rating-num, span.cff-star { margin: 0 2px 0 0 !important; padding: 0; height: auto; display: inline-block; vertical-align: top; line-height: 1; color: #fff; font-weight: normal; font-size: 12px!important; } span.cff-rating-num{ margin: 0 2px 0 4px !important; } /*FREE PLUGIN*/ .cff-post-item-icon-ctn{ margin-bottom: 5px; } .cff-post-item-icon-ctn span{ display: inline-block; width: auto; padding: 5px 7px 5px 6px; margin-right: 6px; border: 1px solid #eee; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; background: rgba(0,0,0,0.02); } .cff-post-item-icon-ctn:hover{ text-decoration: underline; } [data-plugin="free"] .cff-post-item-media-ctn{ }
2021/CVE-2021-25065/vultarget/custom-facebook-feed/admin/builder/assets/css/preview.css
body{ overflow-x:hidden; } .cff-preview-ctn .no-overflow{ overflow: hidden!important; } .cff-preview-ctn .cff-fb-fs{ width: 100%; position: relative; float: left; box-sizing: border-box; } .cff-fullsize-link{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 9; cursor: pointer; } .cff-feed-height{ overflow-x: hidden!important; } .cff-preview-likebox-ctn{ margin-top: 20px; } .cff-preview-ctn h1, .cff-preview-ctn h2, .cff-preview-ctn h3, .cff-preview-ctn h4, .cff-preview-ctn h5, .cff-preview-ctn h6{ padding: 0px; margin: 0px; line-height: 1em; } .cff-preview-ctn h3, .cff-preview-ctn h4, .cff-preview-ctn h5, .cff-preview-ctn h6, .cff-preview-ctn p { float: left; width: 100%; clear: both; padding: 0; margin: 5px 0; line-height: 1.4; word-wrap: break-word; } /*Preview Sections Highlights*/ .cff-preview-section{ opacity: 1; } .cff-preview-section[data-dimmed="true"]{ opacity: 0.4; } .cff-preview-ctn .cff-preview-header-visual{ margin-bottom: 25px; } .cff-preview-ctn .cff-preview-header-cover{ overflow: hidden; height: 300px; } .cff-preview-ctn .cff-preview-header-cover img{ position: absolute; width: 100%; height: auto; left: 0px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .cff-preview-ctn .cff-preview-header-likebox{ position: absolute; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: center; background: #eee; border-radius: 2px; padding: 3px 5px; color: #445790; } .cff-preview-ctn .cff-preview-header-likebox svg{ fill: currentColor; width: 18px; margin-right: 5px; float: left; } .cff-preview-ctn .cff-preview-header-likebox span{ font-size: 15px; line-height: 20px; } .cff-preview-ctn .cff-preview-header-info-ctn{ padding: 0 20px; } .cff-preview-ctn .cff-preview-header-avatar{ width: 100px; border-color: 3px; border: 2px solid #fff; margin-top: -25px; border-radius: 3px; position: absolute; left: 20px; } .cff-preview-ctn .cff-preview-header-avatar img{ width: 100%; border-radius: 3px; float: left; } .cff-preview-ctn .cff-preview-header-info{ padding-top: 10px; margin-left: 125px; } .cff-preview-header-visual[data-header-avatar="hidden"] .cff-preview-header-info{ margin-left: 0px; } .cff-preview-ctn .cff-preview-header-text-h{ display: flex; align-items: center; line-height: 1em } .cff-preview-ctn .cff-header-text{ line-height: 1em!important; } .cff-preview-ctn .cff-preview-header-text-icon{ margin-right: 10px; } .cff-preview-ctn .cff-preview-header-text-icon svg{ float: left; } .cff-preview-ctn .cff-preview-header-name { display: inline-block; margin: 0 8px 0 0; padding: 0; font-size: 1.2em; line-height: 1.2em; } .cff-preview-ctn .cff-preview-header-bio{ margin: 3px 0 0 0; padding: 0; line-height: 1.2em; } /*Load More Button*/ .cff-preview-ctn .cff-preview-loadmore-ctn{ margin-bottom: 20px; } .cff-preview-ctn .cff-preview-loadmore-btn{ display: flex; justify-content: center; align-items: center; cursor: pointer; min-height: 45px; padding: 5px 0; margin: 10px 0 0 0; line-height: 1em; font-size: 15px; border: none; background: #eee; background: rgba(0,0,0,0.05); width: 100%; position: relative; text-align: center; box-sizing: border-box; outline: none; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-transition: background 0.1s ease-in-out; -webkit-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } .cff-preview-ctn .cff-preview-loadmore-btn:hover { background: #ddd; background: rgba(0,0,0,0.1); text-decoration: none; -moz-transition: background 0.1s ease-in-out; -webkit-transition: background 0.1s ease-in-out; -o-transition: background 0.1s ease-in-out; transition: background 0.1s ease-in-out; } /*Post List Layout*/ /* Masonry Layout */ /* [data-feed-layout="masonry"] .cff-post-item-ctn{ margin: 0px!important; } [data-feed-layout="masonry"]{ display: grid; grid-gap: 20px; grid-auto-rows: 0; } [data-feed-layout="masonry"][data-feed-columns="1"]{ grid-template-columns: repeat(1, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="2"]{ grid-template-columns: repeat(2, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="3"]{ grid-template-columns: repeat(3, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="4"]{ grid-template-columns: repeat(4, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="5"]{ grid-template-columns: repeat(5, minmax(100px,1fr)); } [data-feed-layout="masonry"][data-feed-columns="6"]{ grid-template-columns: repeat(6, minmax(100px,1fr)); } */ [data-feed-layout="masonry"] .cff-post-item-ctn{ height: auto!important; } [data-feed-layout="masonry"][data-feed-columns="1"] .cff-post-item-ctn{ width: 100%; } [data-feed-layout="masonry"][data-feed-columns="2"] .cff-post-item-ctn{ width: 47%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="3"] .cff-post-item-ctn{ width: 30.33%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="4"] .cff-post-item-ctn{ width: 22%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="5"] .cff-post-item-ctn{ width: 17%; margin: 8px 1.5%; } [data-feed-layout="masonry"][data-feed-columns="6"] .cff-post-item-ctn{ width: 13.516%; margin: 8px 1.5%; } [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-real{ height: 100%; position: absolute; width: 100%; left: 0; top: 0; bottom: 0; right: 0; } [data-feed-layout="masonry"] .cff-media-item-ctn .cff-media-item-image-poster{ opacity: 0; } /* Grid Layout */ [data-feed-layout="grid"]{ display: grid; grid-gap: 20px; } [data-feed-layout="grid"][data-feed-columns="1"]{ grid-template-columns: repeat(1, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="2"]{ grid-template-columns: 1fr 1fr; } [data-feed-layout="grid"][data-feed-columns="3"]{ grid-template-columns: repeat(3, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="4"]{ grid-template-columns: repeat(4, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="5"]{ grid-template-columns: repeat(5, minmax(100px,1fr)); } [data-feed-layout="grid"][data-feed-columns="6"]{ grid-template-columns: repeat(6, minmax(100px,1fr)); } [data-feed-layout="grid"] .cff-post-item-ctn{ overflow: hidden; margin: 0px!important } [data-feed-layout="grid"] .cff-post-item-ctn .cff-post-grid-image{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; bottom: 0px; right: 0px; background-size: cover !important; background-position: center center !important; } [data-feed-layout="grid"] .cff-photos-item-ctn img{ opacity: 0 } [data-feed-layout="grid"] .cff-singlemedia-item.cff-albums-item-ctn .cff-albums-item-cover{ height: calc(100% - 70px); left: 0; top: 0; right: 0; } [data-feed-layout="grid"] .cff-albums-item-ctn .cff-post-item-content{ height: inherit; } .cff-preview-ctn .cff-media-item-ctn{ background: none!important; } .cff-preview-ctn .cff-singlemedia-item{ background: none!important; padding: 0px!important } [data-feed-layout="list"] .cff-post-item-ctn{ height: auto!important; } /*Post Single Item*/ .cff-post-item-info-ctn{ display: flex; align-items: center; margin-bottom: 15px; padding: 0; line-height: 1.2; width: 100%; } .cff-post-item-info{ float: left; padding: 3px 0 0 0; font-size: 14px; font-weight: bold; line-height: 1.2; } .cff-post-item-date{ color: #9197a3; font-weight: normal; font-size: 11px; margin-top: 1px !important; margin-bottom: 0px !important; } .cff-post-item-avatar, .cff-post-item-avatar img{ width: 45px; height: 45px; border-radius: 50px; } .cff-post-item-avatar{ margin-right: 10px; } .cff-post-item-author-name{ font-weight: bold; } .cff-post-item-story{ font-weight: normal; font-size: 14px; padding: 3px 0 0 0; line-height: 1.2; } .cff-preview-ctn .cff-post-item-ctn{ width: 100%; float: left; position: relative; box-sizing: border-box; padding: 15px; margin: 8px 0; } .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-layout="list"] .cff-post-item-ctn, .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"][data-feed-columns="1"][data-feed-layout="masonry"] .cff-post-item-ctn{ width: calc(100% - 14px); margin-left: 7px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn{ display: grid!important; grid-template-columns: calc(50% - 15px) calc(50% - 15px); grid-column-gap: 30px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="links"] .cff-post-item-sides{ display: flex; flex-direction: column-reverse; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: grid; grid-template-columns: calc(20% - 15px) calc(80% - 15px); grid-column-gap: 30px; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="links"] .cff-post-item-sides{ display: flex; flex-direction: column-reverse; } [data-feed-type="reviews"] [data-post-layout="half"] .cff-post-item-sides, [data-feed-type="reviews"] [data-post-layout="thumb"] .cff-post-item-sides{ grid-template-columns: 100%!important; } .cff-preview-ctn .cff-post-item-ctn[data-post-layout="half"][data-post-type="statuses"] .cff-post-item-sides, .cff-preview-ctn .cff-post-item-ctn[data-post-layout="thumb"][data-post-type="statuses"] .cff-post-item-sides{ display: block!important; width: 100%!important; } .cff-preview-ctn .cff-preview-posts-list-ctn[data-boxshadow="true"] .cff-post-item-ctn{ box-shadow: 0 0 10px 0 rgba(0,0,0, 0.15); } .cff-preview-ctn .cff-preview-posts-list-ctn[data-poststyle="regular"] .cff-post-item-ctn{ padding: 15px 0px; } .cff-preview-ctn [data-feed-layout="carousel"][data-feed-type="singlealbum"] .cff-post-item-ctn{ height: 100%; background-position: center!important; background-size: cover!important; } /*Narrow Rules for Preview*/ [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"] .cff-post-item-sides, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"] .cff-post-item-sides, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"] .cff-post-item-sides, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-preview-device="mobile"] [data-narrow="active"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: flex !important; flex-direction: column-reverse; } [data-narrow="active"][data-feed-columns="3"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="3"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="4"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="5"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="half"][data-post-type="links"] .cff-post-item-link-ctn, [data-narrow="active"][data-feed-columns="6"] [data-post-layout="thumb"][data-post-type="links"] .cff-post-item-link-ctn{ display: flex !important; flex-direction: column; } .cff-preview-ctn .cff-post-item-text{ padding: 0; margin: 5px 0; line-height: 1.4; word-wrap: break-word; } .cff-preview-ctn .cff-post-item-text a:hover{ text-decoration: underline; } .cff-post-item-text-expand a{ font-size: 11px; font-weight: normal; cursor: pointer; } .cff-preview-ctn .cff-post-item-text-expand a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-meta-top{ display: flex; align-items: center; } .cff-preview-ctn[data-plugin="free"] .cff-post-item-action-link{ margin-left: auto; } .cff-preview-ctn .cff-post-item-action-link{ margin-left: unset!important; } .cff-preview-ctn .cff-post-item-action-txt{ font-size: 11px; cursor: pointer; font-weight: normal; } .cff-preview-ctn .cff-post-item-action-link a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-dot{ padding: 0 5px; } .cff-preview-ctn .cff-post-item-share-link{ position: relative; } .cff-preview-ctn .cff-post-item-share-tooltip{ position: absolute; bottom: 22px; right: -5px; width: 100px; padding: 3px 5px; margin: 0; background: #333; color: #fff; font-size: 12px; line-height: 1.4; display: flex; align-items: center; justify-content: center; z-index: 9999; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-share-tooltip:before{ content: ''; position: absolute; right: 11px; bottom: -4px; border-top: 7px solid #333; border-left: 7px solid transparent; border-right: 7px solid transparent; } .cff-preview-ctn .cff-post-item-share-tooltip a{ display: flex; width: 26px; height: 26px; justify-content: center; align-items: center; color: #fff !important; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-share-tooltip svg{ width: 16px; } .cff-preview-ctn .cff-post-item-meta{ height: 37px; margin: 5px 12px 5px 0; display: flex; padding: 0 5px 0 10px; justify-content: center; align-items: center; cursor: pointer; border-radius: 4px; background: rgba(0,0,0,0.05); box-shadow: 0 0 0 1px rgba(0,0,0,0.07); -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-preview-ctn .cff-post-item-meta:hover{ box-shadow: 0 0 0 1px rgb(0 0 0 / 9%); background: rgba(0,0,0,0.07); } .cff-preview-ctn .cff-post-item-view-comment,.cff-post-meta-item{ display: flex; justify-content: center; align-items: center; } .cff-preview-ctn .cff-post-meta-item{ float: left; width: auto; display: block; list-style-type: none !important; margin: 0 10px 0 0 !important; padding: 0 !important; font-size: 11px; line-height: 16px !important; background: none !important; } .cff-preview-ctn .cff-post-meta-item-icon, .cff-post-meta-item-icon svg{ width: 16px; position: relative; float: left; z-index: 2; } .cff-preview-ctn .cff-post-meta-item-icon{ margin-right: 5px; } .cff-preview-ctn .cff-post-meta-item-icon svg:nth-of-type(2){ position: absolute; left: 0px; top: 0px; z-index: -1; } .cff-preview-ctn .cff-post-item-full-img{ position: relative; float: left; width: 100%; height: auto; } /*Responsive Meta & Actions Links*/ .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-meta-top, .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-meta-top{ flex-direction: column-reverse; align-items: flex-start; } .cff-preview-ctn [data-feed-columns="3"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="4"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="5"] .cff-post-item-action-link, .cff-preview-ctn [data-feed-columns="6"] .cff-post-item-action-link{ margin-left: unset; } /*Light & Auto Icon Theme*/ .cff-post-meta-item-icon-comment svg path, .cff-post-meta-item-icon-share svg path, .cff-post-meta-item-icon-like svg path{ fill: rgba(0,0,0,0.4); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cff-post-meta-item-icon-comment svg.cff-svg-bg path, .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: rgba(255,255,255,0.7); } .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGrad); } .cff-preview-ctn .cff-post-item-meta:hover svg path{ fill: rgba(0,0,0,0.5); } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: #fdf3d0; } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradHover); } /*Dark Icon Theme*/ .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg path{ fill: rgba(255,255,255,0.05); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-comment svg.cff-svg-bg path, .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: rgba(255,255,255,0.9); } .cff-post-item-meta[data-icon-theme="dark"] .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradDark); } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-share svg.cff-svg-bg path{ fill: #fdf3d0; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-comment svg.cff-svg-bg path{ fill: #fff; } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover .cff-post-meta-item-icon-like svg.cff-svg-bg path{ fill: url(#likeGradHover); } .cff-preview-ctn .cff-post-item-meta[data-icon-theme="dark"]:hover svg.cff-svg-bg{ z-index: 3!important; } /*Post Meta comments*/ .cff-post-item-meta-comments p, .cff-post-item-meta-comments .cff-post-comment-item, .cff-post-item-meta-comments .cff-comment-reply, .cff-post-item-meta-comments .cff-post-comment-item p { width: 100%; min-width: 100%; font-size: 12px; margin: 0 0 1px 0; line-height: 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .cff-post-item-comments-top{ font-size: 12px; margin-bottom: 1px; padding: 10px 10px; background: rgba(0,0,0,0.05); border-radius: 4px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .cff-post-item-comments-top a:hover{ text-decoration: underline; } .cff-post-item-comments-icon{ width: 16px; height: 16px; float: left; margin-right: 8px; display: flex; justify-content: center; align-items: center; } .cff-post-item-comments-icon svg{ width: 14px; margin-top: 4px; } .cff-post-item-comments-list{ background: rgba(0,0,0,0.05); border-radius: 4px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .cff-post-comment-item{ padding: 7px 10px; font-size: 12px; display: flex; align-items: flex-start; } .cff-post-comment-item-avatar{ width: 32px; height: 32px; float: left; margin-right: 10px; margin-top: 3px; } .cff-post-comment-item-avatar img{ width: 32px; height: 32px; float: left; border-radius: 50px; } .cff-post-comment-item-author{ font-weight: bold; margin-right: 6px; float: left; } .cff-post-comment-item-author:hover{ text-decoration: underline; } .cff-post-comment-item-txt{ font-size: 12px; line-height: 1.4; margin: 0px; } .cff-post-comment-item-date{ font-size: 11px; margin: 3px 0 0 0; display: block; font-style: italic; line-height: 1em; clear: both; float: left; } .cff-post-item-media-album, .cff-post-item-media-album a,.cff-post-item-album-poster{ float: left; width: 100%; position: relative; display: block; } .cff-post-item-album-thumb{ position: relative; display: inline-block; background-size: cover; background-position: center center; background-repeat: no-repeat; } .cff-post-item-album-thumb-overlay{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; background: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; color: #fff; font-size: 30px; } .cff-post-item-album-thumbs{ width: 100%; display: grid; margin-top: 5px; float: left; } .cff-post-item-album-thumbs[data-length='1']{ grid-template-columns: 100%; } .cff-post-item-album-thumbs[data-length='2']{ grid-template-columns: calc(50% - 3px) calc(50% - 3px); grid-column-gap: 5px; } .cff-post-item-album-thumbs[data-length='3']{ grid-template-columns: calc(33.33% - 3px) calc(33.33% - 3px) calc(33.33% - 3px); grid-column-gap: 5px; } .cff-post-item-album-thumbs .cff-post-item-album-thumb:first-of-type{ grid-row: 1 / 1; grid-column: 1 / 1; padding-bottom: 100%; } .cff-post-item-media-album{ margin-bottom: 10px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="spotify"] iframe{ width: 100%; height: 80px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="soundcloud"] iframe{ width: 100%; height: 100px; } .cff-preview-ctn .cff-post-item-media-ctn{ margin: 5px 0px; } .cff-preview-ctn .cff-post-item-video-ctn{ position: relative; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe, /*.cff-preview-ctn .cff-post-item-video-ctn,*/ .cff-preview-ctn .cff-videos-item-ctn .cff-videos-item-source{ width: 100%; float: left; clear: both; /*margin: 5px 0;*/ position: relative; /*padding-bottom: 62%;*/ padding-bottom: 56.25%; } .cff-play-video-icon{ position: absolute; width: 56px; height: 56px; background: rgba(0,0,0,0.7); color: #fff; left: 50%; top: 50%; border-radius: 8px; cursor: pointer; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .cff-play-video-icon:before{ content: ''; position: absolute; border-left: 22px solid currentColor; border-top: 17px solid transparent; border-bottom: 17px solid transparent; left: 19px; top: 11px; border-radius: 4px; } .cff-preview-ctn .cff-post-item-iframe-ctn[data-source="video"] .cff-post-item-iframe iframe, .cff-preview-ctn .cff-post-item-video-ctn[data-lightbox="false"] iframe, .cff-preview-ctn .cff-videos-item-ctn[data-lightbox="false"] .cff-videos-item-source iframe, .cff-lightbox-video iframe, .cff-preview-ctn .cff-videos-item-source iframe{ position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; left: 0; margin: 0; padding: 0; border: 0; } .cff-lightbox-video { width: 950px; background: #212121; float: left; clear: both; padding-bottom: 56.25%; position: relative; } .cff-preview-ctn .cff-post-item-video-ctn iframe{ width: 100%; float: left; } .cff-preview-ctn .cff-post-item-link-ctn{ width: 100%; float: left; clear: both; padding: 8px; margin: 10px 0 5px 0; background: rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.07); box-sizing: border-box; } .cff-preview-ctn .cff-post-item-link-ctn[data-linkbox="on"]{ border: 0px !important; background: none !important; padding: 0px !important; } .cff-preview-ctn .cff-post-item-link-a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-post-item-link-ctn img{ width: 100%; max-width: 100%; height: auto; float: none; } .cff-preview-ctn .cff-post-item-link-ctn > a{ width: 100%; max-width: 100%; margin-right: 0%; margin-bottom: 5px; text-align: center; float: left; } .cff-preview-ctn .cff-post-item-link-info{ line-height: 1.4; } .cff-preview-ctn .cff-photos-item-ctn{ margin: 0 0 20px 0; padding: 0; text-align: center; border: 1px solid rgba(0, 0, 0, .1); } [data-feed-layout="grid"] .cff-photos-item-ctn, [data-feed-layout="grid"] .cff-albums-item-ctn{ border-radius: unset!important; } .cff-preview-ctn .cff-singlemedia-item-info{ display: flex; flex-direction: column; align-items: center; } .cff-preview-ctn .cff-singlemedia-item-info a:hover{ text-decoration: underline; } .cff-preview-ctn .cff-singlemedia-item-info{ width: 100%; height: 70px; float: left; clear: both; overflow: hidden; } .cff-preview-ctn .cff-singlemedia-item-info > h4{ font-size: 14px!important; line-height: 1.2!important; margin: 10px 0 0 0!important; padding: 0!important; } .cff-preview-ctn .cff-singlemedia-item-info > p{ font-size: 12px; color: gray; margin: 5px 0 0 0; } .cff-preview-ctn .cff-singlemedia-item{ margin: 0 0 20px 0; text-align: center; } .cff-preview-ctn .cff-preview-likebox-ctn iframe{ width: 100% !important; margin: 0 !important; border: 0 !important; padding: 0; position: relative; top: 0; left: 0; } /*Event Details*/ .cff-preview-ctn .cff-post-event-street{ display: block } /* Featured & Single Album Holder */ .cff-preview-ctn .cff-single-holder-ctn{ height: 600px; background: #fff; box-shadow: 0 0px 6px rgba(0,0,0,0.05); display: flex; justify-content: center; align-items: center; flex-direction: column; } .cff-preview-ctn .cff-single-holder-img{ width: 130px; height: 130px; background: #F3F4F5; border: 1px dashed #D0D1D7; display: flex; justify-content: center; align-items: center; margin-bottom: 50px; } .cff-preview-ctn .cff-single-holder-content{ text-align: center; } .cff-preview-ctn .cff-single-holder-content strong{ font-size: 24px; margin-bottom: 10px; } .cff-preview-ctn .cff-single-holder-content p{ font-size: 16px; line-height: 1.7em; color: #8C8F9A; margin: 0px; margin-top: 8px; } /*Post Element Overlay */ .cff-preview-ctn .cff-post-overlay{ position: absolute; width: 100%; height: 100%; cursor: pointer; left: 0; top: 0; background: rgba(0,0,0,0.4); z-index: 9; opacity: 0; visibility: hidden; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-preview-ctn .cff-post-item-media-wrap:hover .cff-post-overlay, .cff-preview-ctn .cff-post-item-iframe-ctn:hover .cff-post-overlay, .cff-preview-ctn .cff-post-item-video-ctn:hover .cff-post-overlay, .cff-preview-ctn .cff-post-overlay-parent:hover .cff-post-overlay, .cff-preview-ctn .cff-videos-item-source:hover .cff-post-overlay{ opacity: 1; visibility: visible; } /*Lightbox */ .cff-lightbox-ctn{ width: 100%; height: 100%; position: absolute; left: 0; top: 2px; background: rgba(0,0,0,0.9); z-index: 9; display: none; justify-content: center; align-items: flex-start; padding-top: 100px; } .cff-lightbox-ctn[data-visibility="shown"]{ display: flex; } .cff-lightbox-closer{ position: absolute; left: 0; top: 0; z-index: 1; height: 100%; width: 100%; } .cff-lightbox-image img{ float: left; max-width:780px; } .cff-lightbox-content{ max-width: 100%; position: relative; z-index: 2; } .cff-lightbox-content-insider{ position: relative; padding-right: 300px; display: flex; } [data-comments="false"] .cff-lightbox-content-insider{ padding-right: 0px; } [data-comments="false"] .cff-lightbox-content{ max-width: 100%; position: relative; z-index: 2; } .cff-lightbox-sidebar{ width: 300px; box-sizing: border-box; position: absolute; right: 0px; top: 0px; background: #fff; height: 100%; padding: 15px; overflow: auto; } .cff-lightbox-caption{ float: left; box-sizing: border-box; padding: 10px; background: #fff; position: relative; position: absolute; } .cff-lightbox-caption .cff-lightbox-cls{ top:3px; } .cff-lightbox-sidebar .cff-post-item-meta-top{ display: none!important; } .cff-lightbox-sidebar .cff-post-item-meta-comments{ display: block!important; } .cff-lightbox-sidebar .cff-post-item-meta-wrap{ margin-top: 12px; } .cff-lightbox-cls{ position: absolute; width: 15px; height: 15px; top: 8px; right: 6px; cursor: pointer; z-index: 8; } .cff-lightbox-cls:before, .cff-lightbox-cls:after{ content: ''; position: absolute; height: 3px; width: 13px; left: 1px; top: 6px; background: currentColor; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .cff-lightbox-cls:after{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .cff-lightbox-nav{ position: absolute; width: 40px; height: 100%; display: flex; justify-content: center; align-items: center; left: -60px; cursor: pointer; } .cff-lightbox-next{ left: unset; right:-60px; } .cff-lightbox-nav-icon{ width: 24px; height: 24px; border-bottom: 4px solid #fff; border-right: 4px solid #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg); opacity: .7; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-lightbox-next .cff-lightbox-nav-icon{ -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .cff-lightbox-nav:hover .cff-lightbox-nav-icon{ opacity: 1; } .cff-lightbox-thumbs{ background: #222; } .cff-lightbox-thumb-item{ float: left; width: 60px; height: 60px; cursor: pointer; box-sizing: border-box; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background-size: cover; background-position: center center; margin: 4px; } .cff-lightbox-thumb-item:hover, .cff-lightbox-thumb-item[data-active="true"]{ box-shadow: inset 0 0 0 4px rgb(255 255 255 / 70%); border: 1px solid #bbb; } .cff-lightbox-sidebar .cff-post-item-text{ line-height: 1.3em } /* COLOR SCHEMES */ /*LIGHT*/ [data-preview-colorscheme="light"] .cff-post-item-content{ color: rgba(0,0,0,.8); } [data-preview-colorscheme="light"] .cff-singlemedia-item-info p{ color: rgba(0,0,0,.7); } [data-preview-colorscheme="light"] .cff-post-item-text a{ color: #141B38; text-decoration: underline; } [data-preview-colorscheme="light"] .cff-post-item-text-expand, [data-preview-colorscheme="light"] .cff-post-item-action-link{ color: #141B38; } [data-preview-colorscheme="light"] .cff-post-item-date{ color: rgba(0,0,0,0.5) } /*DARK*/ [data-preview-colorscheme="dark"] .cff-post-item-content{ color: rgba(255,255,255,.75); background-color: rgba(0,0,0,.85) } [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-content{ background-color: unset; } [data-preview-colorscheme="dark"] [data-poststyle="boxed"] .cff-post-item-ctn{ background-color: rgba(0,0,0,.85) } [data-preview-colorscheme="dark"] .cff-singlemedia-item-info p{ color: rgba(255,255,255,.75); } [data-preview-colorscheme="dark"] .cff-post-item-text a{ color: #fff; text-decoration: underline; } [data-preview-colorscheme="dark"] .cff-post-item-text-expand, [data-preview-colorscheme="dark"] .cff-post-item-action-link{ color: #fff; } [data-preview-colorscheme="dark"] .cff-post-item-date{ color: rgba(255,255,255,.5); } .cff-videos-item-ctn,.cff-albums-item-ctn,.cff-photos-item-ctn{ border-bottom: 0px!important; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-item-content, .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent, .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent > .cff-fb-fs{ position: absolute; width: 100%; height: 100%; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{ background-size: cover!important; background-position: center center!important; } .cff-preview-posts-grid .cff-videos-item-ctn .cff-post-overlay-parent{ height: calc(100% - 70px) } .cff-preview-posts-grid .cff-singlemedia-item-info{ position: absolute; bottom: 0px; } /* Carousel */ .owl-stage{ position: relative; } .owl-stage-outer{ overflow: hidden; } .owl-item{ float: left; } .owl-dots{ width: 100%; height: 35px; text-align: center; margin-top: 10px; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; } .owl-dot{ display: inline-block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=25); opacity: 0.25; padding:0px !important; border-radius: 20px; background: #000; box-shadow: 0 0 1px 0 rgb(255 255 255 / 80%); outline: none; border: 0px; cursor: pointer; } .owl-dot.active,.owl-dot:hover{ opacity: .5; } .owl-prev, .owl-next{ width: 40px; height: 40px; border-radius: 50px; padding: 0px; outline: none; border: 0px; cursor: pointer; font-size: 22px; display: flex; justify-content: center; align-items: center; background: #000; color: #fff; } .owl-dots .owl-prev, .owl-dots .owl-next{ display: inline-block; } .owl-prev span, .owl-next span{ margin-top: -3px; } .cff-carousel[data-navigation="none"] .owl-nav{ display: none; } .cff-carousel[data-navigation="onhover"] .owl-prev, .cff-carousel[data-navigation="onhover"] .owl-next{ opacity: 0; position: absolute; top: 50%; margin-top: -20px; left: 0px; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .cff-carousel[data-navigation="onhover"] .owl-next{ left: unset; right: 0px; } .cff-carousel[data-navigation="below"] .owl-prev, .cff-carousel[data-navigation="below"] .owl-next, .cff-carousel:hover .owl-prev, .cff-carousel:hover .owl-next{ opacity: .5; } .cff-carousel .owl-prev:hover, .cff-carousel .owl-next:hover{ opacity: 1; } /*Reviews Ratings*/ .cff-rating { float: none; display: inline-block; margin: 0 0 5px 0 !important; padding: 3px 6px; height: auto; background: #5890FF; color: #fff; white-space: nowrap; border-radius: 100px; line-height: 1em; } span.cff-rating-num, span.cff-star { margin: 0 2px 0 0 !important; padding: 0; height: auto; display: inline-block; vertical-align: top; line-height: 1; color: #fff; font-weight: normal; font-size: 12px!important; } span.cff-rating-num{ margin: 0 2px 0 4px !important; } /*FREE PLUGIN*/ .cff-post-item-icon-ctn{ margin-bottom: 5px; } .cff-post-item-icon-ctn span{ display: inline-block; width: auto; padding: 5px 7px 5px 6px; margin-right: 6px; border: 1px solid #eee; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; background: rgba(0,0,0,0.02); } .cff-post-item-icon-ctn:hover{ text-decoration: underline; } [data-plugin="free"] .cff-post-item-media-ctn{ }
0.350088
0.052376
html, body { padding: 0; margin: 0; background: #fff; direction: rtl; font-family: 'Cairo', sans-serif; } body a { outline: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; } body a:hover { text-decoration: none; } body a:focus, a:hover { text-decoration: none; } input[type="button"], input[type="submit"] { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; font-family: 'Cairo', sans-serif; } select,input[type="email"],input[type="text"],input[type=password], input[type="button"],input[type="submit"],textarea{ font-family: 'Cairo', sans-serif; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Merriweather', serif; } p { margin: 0; padding: 0; font-family: 'Cairo', sans-serif; font-size:14px; } ul { margin: 0; padding: 0; list-style-type: none; } .lft{ text-align: left;} .rigt{ text-align: right;} /*-- //Reset-Code --*/ .title { font-size:45px; color: #000; font-weight: 700; text-transform: uppercase; font-family: 'Cairo', sans-serif; } .wthree-left-right p,.about-jewel-agile-left p,.blog-txt-info p,.addres-office-hour ul li p,.footer-office-hour p,.footer-office-hour p a,.ser-inner-info p{ font-size: 14px; color: #fff; line-height: 28px;} .about-jewel-agile-left p,.blog-txt-info p,.bottom-para h6 a,.footer-office-hour p{color:#000;} .about-jewel-agile-left h4,.blog-txt-info h4 a,.team-w3layouts-info h4,.addres-office-hour ul li h6,.ser-inner-info h4{ font-size: 19px; color:#31a830; text-transform: capitalize; } /*--Background Colors--*/ /* LOGIN */ /*-----------lang--------*/ .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; z-index: 999999; color: #fff; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; left: -50px; text-align: center; color: #fff; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #ddd;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;} /*------------*/ .login { margin: 0; width: 100%; height: 100%; min-height: 60vh; } .modal-content { min-height: 60vh !important; } /* WRAP */ .wrap { position: static; margin: auto; width: 100%; min-height: 60vh; overflow: hidden; } .wrap:after { content: ""; display: table; clear: both; } /* LOGO */ #myModal .content .logo { position: absolute; z-index: 2; top: 0; left: 0; width: 40px; height: 40px; background: #4FC1B7; } myModal .content .logo img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; } myModal .content .logo a { width: 100%; height: 100%; display: block; } /* USER (FORM WRAPPER) */ .user { position: relative; z-index: 0; float: none; margin: 0 auto; padding-top: 40px; width: 100%; height: 100vh; overflow: auto; background: -moz-linear-gradient(48deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(42,46,54,1)), color-stop(100%, rgba(97,107,125,1))); background: -webkit-linear-gradient(48deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); background: linear-gradient(42deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 0; border-top: 1px solid #4FC1B7; } .user .actions { margin: 1em 0 0; padding-right: 10px; width: 100%; display: block; text-align: center; } .user .actions a { margin: 1em 0; width: 90px; display: inline-block; padding: .2em 0em; background-color: #5C6576; border: none; color: #999; cursor: pointer; text-align: center; font-size: .8em; border-radius: 30px 0 0 30px; -webkit-box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); } .user .actions a:last-child { color: #fff; border-radius: 0 30px 30px 0; background-color: #28A55F; background: -moz-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105,221,201,1)), color-stop(100%, rgba(78,193,182,1))); background: -webkit-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: linear-gradient(180deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); } /* TERMS */ @keyframes show_terms { 0% { opacity: 0; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes hide_terms { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } 100% { -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); opacity: 0; } } .terms, .recovery { position: absolute; z-index: 3; margin: 40px 0 0; padding: 1.5em 1em; width: 100%; height: calc(100% - 40px); border-radius: 0; background: #fff; text-align: left; overflow: auto; will-change: transform; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); opacity: 0; border-radius: 0; } .terms.open, .recovery.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); animation: show_terms .5s .2s 1 ease normal forwards; } .terms.closed, .recovery.closed { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; animation: hide_terms .6s .2s 1 ease normal forwards; } .terms p, .recovery p { margin: 1em 0; font-size: .9em; } .terms h3, .recovery h3 { margin: 2em 0 .2em; } .terms p.small { margin: 0 0 1.5em; font-size: .8em; } .recovery form .input { margin: 0 0 .8em 0; padding: .8em 2em 10px 0; width: 100%; display: inline-block; background: transparent; border: 0; border-bottom: 1px solid #5A6374; outline: 0; box-sizing: border-box; -moz-box-sizing: border-box; color: inherit; font-family: inherit; color: #666; } .recovery form .button { margin: 1em 0; padding: .2em 3em; width: auto; display: block; background-color: #28A55F; border: none; color: #fff; cursor: pointer; font-size: .8em; border-radius: 0px; background: rgba(62,181,169,1) 0%; } .form-wrap form .button:hover { background-color: #4FDA8C; } .recovery p.mssg { opacity: 0; -webkit-transition: opacity 1s .5s ease; -moz-transition: opacity 1s .5s ease; -o-transition: opacity 1s .5s ease; transition: opacity 1s .5s ease; } .recovery p.mssg.animate { opacity: 1; } /* CONTENT */ #myModal .content { position: fixed; z-index: 1; float: none; margin: 0 auto; width: 100%; height: 40px; background: -moz-linear-gradient(90deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(111,226,204,1)), color-stop(100%, rgba(62,181,169,1))); background: -webkit-linear-gradient(90deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); background: linear-gradient(0deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; overflow: hidden; } /* TOGGLE */ #toggle-wrap { position: absolute; z-index: 4; top: 40px; right: 17px; width: 80px; height: 1px; } #toggle-terms span { background: #fff; border-radius: 0; } /* TOGGLE TERMS */ #toggle-terms { position: absolute; z-index: 4; right: 0; top: 0; width: 40px; height: 40px; margin: auto; display: block; cursor: pointer; background: rgba(0, 0, 0, 0.1); border-radius: 100%; opacity: 0; -webkit-transform: translate(-6px, 20px); -moz-transform: translate(-6px, 20px); -o-transform: translate(-6px, 20px); transform: translate(-6px, 20px); } /* CIRCLE EFFECT */ #toggle-terms:after { position: absolute; width: 100%; height: 100%; pointer-events: none; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } #toggle-terms:before { speak: none; display: block; -webkit-font-smoothing: antialiased; } #toggle-terms { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } #toggle-terms:after { top: 0px; left: 0px; padding: 0; z-index: -1; background: rgba(0, 0, 0, 0.2); -webkit-transition: -webkit-transform 0.2s, opacity 0.3s; -moz-transition: -moz-transform 0.2s, opacity 0.3s; -o-transition: -o-transform 0.2s, opacity 0.3s; transition: transform 0.2s, opacity 0.3s; } #toggle-terms.closed { color: rgba(0, 0, 0, 0.2); } #toggle-terms.closed:after { -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); transform: scale(1.6); opacity: 0; } /* CLOSE ANIMATION*/ @keyframes show_close { 0% { opacity: 0; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } 100% { opacity: 1; -webkit-transform: translate(-6px, 20px); -moz-transform: translate(-6px, 20px); -o-transform: translate(-6px, 20px); transform: translate(-6px, 20px); } } @keyframes hide_close { 0% { opacity: 1; } 100% { opacity: 0; } } #toggle-terms.open { animation: show_close .4s .5s 1 ease normal forwards; } #toggle-terms.closed { animation: hide_close .2s .0s 1 ease normal forwards; } #toggle-terms:hover { background: rgba(0, 0, 0, 0.4); } /* TOGGLE TERMS CROSS */ #toggle-terms #cross { position: absolute; z-index: 4; height: 100%; width: 100%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } #toggle-terms.open #cross { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; transition-delay: .9s; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #toggle-terms.open #cross span { position: absolute; z-index: 4; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } #toggle-terms.open #cross span:nth-child(1) { top: 15%; left: 19px; height: 70%; width: 1px; } #toggle-terms.open #cross span:nth-child(2) { left: 15%; top: 19px; width: 70%; height: 1px; } #toggle-terms #cross span:nth-child(1) { height: 0; -webkit-transition-delay: .625s; -moz-transition-delay: .625s; -o-transition-delay: .625s; transition-delay: .625s; } #toggle-terms #cross span:nth-child(2) { width: 0; -webkit-transition-delay: .375s; -moz-transition-delay: .375s; -o-transition-delay: .375s; transition-delay: .375s; } /* SLIDESHOW */ #slideshow { position: relative; margin: 0 auto; width: 100%; height: 100%; padding: 10px; border-radius: 10px 0 0 10px; } #slideshow h2 { margin: .0em auto .0em auto; text-align: center; font-size: 1.4em; color: #fff; line-height: .5em; } #slideshow p { color: #fff; display: none; } #slideshow div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 1em 3em; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #slideshow .one { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/dots.png"); background-repeat: no-repeat; background-position: 0% 50%; } #slideshow .two { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/gears.png"); background-repeat: no-repeat; background-position: 0% 50%; } #slideshow .three { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/splat.png"); background-repeat: no-repeat; background-position: 0% 5%; } #slideshow .four { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/ray.png"); background-repeat: no-repeat; background-position: 0% 50%; } /* FORM ELEMENTS */ input { font: 16px/26px "Raleway", sans-serif; } .form-wrap { width: 100%; margin: 2em auto 0; } .form-wrap a { color: #ccc; padding-bottom: 4px; border-bottom: 1px solid #5FD1C1; } .form-wrap a:hover { color: #fff; } .form-wrap .tabs { overflow: hidden; } .form-wrap .tabs * { -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } .form-wrap .tabs h3 { float: left; width: 50%; } .form-wrap .tabs h3 a { padding: 0.5em 0; text-align: center; font-weight: 400; display: block; color: #999; border: 0; } .form-wrap .tabs h3 a.active { color: #ccc; } .form-wrap .tabs h3 a.active span { padding-bottom: 4px; border-bottom: 1px solid #5FD1C1; } .form-wrap .tabs-content { padding: 1.5em 3em; text-align: left; width: auto; } .help-action { padding: .4em 0 0; font-size: .93em; } .form-wrap .tabs-content div[id$="tab-content"] { display: none; } .form-wrap .tabs-content .active { display: block !important; } .form-wrap form .input { margin: 0 0 .8em 0; padding: .8em 2em 10px 0; width: 100%; display: inline-block; background: transparent; border: 0; border-bottom: 1px solid #5A6374; outline: 0; box-sizing: border-box; -moz-box-sizing: border-box; color: inherit; font-family: inherit; color: #fff; } .form-wrap form .button { margin: 1em 0; padding: .2em 3em; width: auto; display: block; background-color: #28A55F; border: none; color: #fff; cursor: pointer; font-size: .8em; border-radius: 30px; background: -moz-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105,221,201,1)), color-stop(100%, rgba(78,193,182,1))); background: -webkit-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: linear-gradient(180deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); -webkit-box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); } .form-wrap form .button:hover { background-color: #4FDA8C; } .form-wrap form .checkbox { margin: 1em 0; padding: 20px; visibility: hidden; text-align: left; } .form-wrap form .checkbox:checked + label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .form-wrap form label[for] { position: relative; padding-left: 20px; cursor: pointer; } .form-wrap form label[for]:before { position: absolute; width: 17px; height: 17px; top: 0px; left: -14px; content: ''; border: 1px solid #5A6374; } .form-wrap form label[for]:after { position: absolute; top: 1px; left: -10px; width: 15px; height: 8px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; background-color: transparent; border: solid #67DAC6; border-width: 0 0 3px 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .form-wrap .help-text { margin-top: .6em; } .form-wrap .help-text p { text-align: left; font-size: 14px; } .fa { display: none; } /* MEDIUM VIEWPORT */ @media only screen and (min-width: 40em) { /* GLOBAL TRANSITION */ * { /*transition: .25s ease-in-out;*/ } /* WRAP */ .wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 600px; height: 500px; margin: auto; border-radius: 10px; } /* LOGO */ .logo { top: 10px; left: 10px; width: 40px; height: 40px; background: none; } .logo img { width: 100%; } @keyframes show_close { 0% { opacity: 0; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } 100% { opacity: 1; -webkit-transform: translate(-6px, 18px); -moz-transform: translate(-6px, 18px); -o-transform: translate(-6px, 18px); transform: translate(-6px, 18px); } } /* TOGGLE WRAP */ #toggle-wrap { top: 60px; right: calc(50% + 17px); height: 80px; overflow: hidden; } #toggle-wrap.closed { width: 50%; } /* TOGGLE TERMS */ #toggle-terms { opacity: 1; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } #toggle-terms.closed { opacity: 1; -webkit-transform: translate(-6px, 18px); -moz-transform: translate(-6px, 18px); -o-transform: translate(-6px, 18px); transform: translate(-6px, 18px); } /* SLIDESHOW */ #slideshow h2 { margin: 4.5em 0 1em; font-size: 2em; } #slideshow h2 span { padding: 5px 0; border: solid #B6EDE3; border-width: 1px 0; } #slideshow p { display: block; } #slideshow div { -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto; } #slideshow .one { background-position: 50% 130%; } #slideshow .two { background-position: 50% 200%; } #slideshow .three { background-position: 50% 300%; } #slideshow .four { background-position: -40% -80%; } /* CONTENT */ #myModal .content, .content.full { position: relative; float: left; width: 50%; height: 500px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 10px 0 0 10px; } /* TERMS */ input-group-btn { border: none !important; background: none !important; } .reveal:active { border: none; background: none; color: #000; font-size: 15px; top: -33px; } .reveal:hover { border: none; background: none; color: #fff; } .reveal { top: -33px; font-size: 15px; color: #fff; } .terms, .recovery { position: absolute; width: 50%; height: 440px; float: right; margin: -3px 452px 0px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 0 0 0 10px; } /* USER (FORM WRAPPER) */ .user { padding-top: 0; float: left; width: 50%; height: 500px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 0 10px 10px 0; border: 0; } .user .actions { margin: 0; text-align: right; } /* FORM ELEMENTS */ .form-wrap { margin: 3em auto 0; } .form-wrap .tabs-content { padding: 1.5em 2.5em; } .tabs-content p { position: relative; } /* ARROW */ .tabs-content .fa { position: absolute; top: 8px; left: -16px; display: block; font-size: .8em; color: #fff; opacity: .3; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: transform .3s .3s ease, opacity .6s .0s ease; -moz-transition: transform .3s .3s ease, opacity .6s .0s ease; -o-transition: transform .3s .3s ease, opacity .6s .0s ease; transition: transform .3s .3s ease, opacity .6s .0s ease; } .tabs-content .fa.active { -webkit-transform: translate(-3px, 0); -moz-transform: translate(-3px, 0); -o-transform: translate(-3px, 0); transform: translate(-3px, 0); opacity: .8; } .tabs-content .fa.inactive { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); opacity: .3; } } /* LARGE VIEWPORT */ .modal.in .modal-dialog { -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); min-width: 900px !important; } .modal-header { /* min-height: 16.43px; */ padding: 15px; /* border-bottom: 1px solid #e5e5e5; */ z-index: 999 !important; border: none !important; } @media only screen and (min-width: 60em) { /* WRAP */ .wrap { width: 100%; height: 100%; } /* CONTENT */ .content, .content.full { height: 550px; } .terms, .recovery { height: 490px; } /* SLIDESHOW */ #slideshow h2 { margin: 4em 0 1em; font-size: 3em; } #slideshow .four { background-position: -82% -330%; } /* USER (FORM WRAPPER) */ .user { height: 550px; } .form-wrap { margin: 5em auto 0; } .form-wrap .tabs-content { padding: 1.5em 4.9em; } } /* CSS */ .element { opacity: 0.0; transform: scale(0.95) translate3d(0,100%,0); transition: transform 400ms ease, opacity 400ms ease; } .element.active { opacity: 1.0; transform: scale(1.0) translate3d(0,0,0); } .element.inactive { opacity: 0.0; transform: scale(1) translate3d(0,0,0); } /*-- header --*/ /*-----------team-----------------*/ .media-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; margin-top: 30px; } /* Previous button */ .media-carousel .carousel-control.left { left: -12px; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Next button */ .media-carousel .carousel-control.right { right: -12px !important; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Changes the position of the indicators */ .media-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the colour of the indicators */ .media-carousel .carousel-indicators li { background: #c0c0c0; } .media-carousel .carousel-indicators .active { background: #333333; } .media-carousel img { width: 250px; height: 100px } /* here is custom styling */ .web_disigner { min-height: 400px; } .web_disigner .web_disigner_contain { padding: 80px 0px; } .web_disigner .parent_circle { border: 4px solid rgb(49 168 48); border-radius: 50%; height: 170px; width: 170px; display: table; position: relative; } .web_disigner .parent_circle .parent_circle_contain .more { color: #fff; } .web_disigner .parent_circle .parent_circle_contain { display: table-cell; vertical-align: middle; font-size: 13px; text-align: center; font-weight: 600; padding: 18px;} .web_disigner .parent_circle .child_round_circle img { width: 100%; height: 100%; border-radius: 50%; margin-top: 0px; margin-right: 0; } .web_disigner .parent_circle .child_round_circle { border: 8px solid rgb(49 168 48); border-radius: 50%; height: 160px; left: 130px; position: absolute; top: -53px; width: 160px} .web_disigner .parent_circle .child_round_circle_img1 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img2 { background-position:top; } .web_disigner .parent_circle .child_round_circle_img3 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img4 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img5 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img6 { background-size: 100%; } .padtop30 { padding-top: 74px; left: -21px !important; } /* here is our responsive css */ @media only screen and (max-width: 360px) { .web_disigner .parent_circle .child_round_circle { border: 10px solid rgb(49 168 48); border-radius: 50%; height: 100px; left: 100px; position: absolute; top: -30px; width: 100px; } .media-carousel .carousel-control.left{ margin-top: 290px; } .media-carousel .carousel-control.right{ margin-top: 290px; } } #quote-carousel{ direction: ltr !important; } .modal-backdrop.fade { z-index: -100 !important; } /*--Hedder-contact--*/ .header-outs { position:relative; } .header-w3layouts { position: absolute; z-index: 99; width:100%; } .headder-contact { padding: 1em 0em; background: transparent; } .info-contact-agile ul li,.icons ul li,.news-date ul li,.list-social-icons ul li,.news-bloger ul li{ display:inline-block; } /* .info-contact-agile ul li p,.info-contact-agile ul li p a.addres-office-hour ul li p .mail{ color: #fff; } */ .info-contact-agile ul li p a.addres-office-hour ul li p a{ font-size: 13px; color: #31a830 !important; display: inline-block; font-weight: 700; } .info-contact-agile ul li p{ font-size: 13px; color: #fff !important; display: inline-block; font-weight: 700; margin-left: 0 !important; margin-right: 0 !important; } .info-contact-agile ul li p a:hover{color:#31a830;} .info-contact-agile ul li span,.news-date ul li span,.list-social-icons ul li p{ } .info-contact-agile ul li p .mail{ color:#fff !important; } .info-contact-agile ul li span { font-size: 19px; margin-right: 12px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; margin-left: 1px; } .news-date ul li span,.list-social-icons ul li span{ font-size: 19px; margin-right: 28px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; margin-left: 14px; } .info-contact-agile ul li:nth-child(1) { margin-right: 10px; } .icons ul li a span { font-size: 15px; text-align: center; margin: 0px 10px; color: #fff !important; background:transparent; line-height: 38px; border-radius: 20px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; } .icons ul li a span:hover,.addres-office-hour ul li p a:hover{ color:#31a830; } .icons { text-align: left; } .info-contact-agile { padding-top: 9px; text-align: right; } /*--//Hedder-contact--*/ /*-- nav --*/ .header-outs { position:relative; } .headdser-nav-color { background:#31a830; width:100%; padding: 1em; } .hedder-up .logo { width: 116px; height: 116px; margin-top: -48px; } .hedder-up { border: none; /* border-right: 5px solid #0529f3; */ padding: 0px 2em; } h1 a.navbar-brand { padding-top: 7px; font-size: 37px; color: #fff !important; text-transform: capitalize; font-weight: 600; margin-left: 5px; margin-right: 0px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 7em; background:rgba(255, 255, 255, 0.6); z-index: 999; position: absolute; width: 100%; top:70px; left: 0px; height: 117px; } .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { color:#000; border: none; border-bottom: 1px solid #fff; } .navbar-light .navbar-nav .nav-link { color: #fff; font-size: 17px; text-transform: uppercase; font-weight: 600; margin: 0px 8px; border: none; border-bottom: 1px solid transparent; padding: 0px 14px 5px; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color:#000; border:none; border-bottom:1px solid #fff; } .navbar-light .navbar-nav.active>.nav-link, .navbar-light .navbar-nav.nav-link.active, .navbar-light .navbar-nav.nav-link.open, .navbar-light .navbar-nav .open>.nav-link { color:#000; } /*-- //nav --*/ /*-- Heading-1 --*/ /*-- banner --*/ /* .one-img{ background: url(../images/b1.jpg)no-repeat center;} .two-img{ background: url(../images/b2.jpg)no-repeat center;} .three-img{ background: url(../images/b3.jpg)no-repeat center;} */ .slider{ min-height: 800px; max-height: 100vh; overflow: hidden } .slider-img { position: relative; background-size:cover; height: 800px; display: flex; justify-content: center; align-items: center; } .slider-img:after { content: ''; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgb(16 18 97 / 39%); } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; width: 100%; border: 0; } /*-------------------team----------------*/ /*---------------team-----------------------*/ /*-- //banner Slider --*/ .rslides { margin: 0 auto 40px; } #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0,0,0,.25); box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255,255,255,.1); color: #fff; font-weight: bold; } a { text-decoration: none; } /* Callback example */ /*.events { list-style: none; }*/ .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; width: 100%; left: 0; top: 0; } .callbacks img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; } .slider-info { padding:23em 0 0; position: relative; z-index: 999999; } .slider-info h5 { font-size:53px; color: #ffffff; font-weight: 600; margin-bottom: 10px; text-shadow: 1px 1px 7px #000000; } .slider-info h4 { color: #ffffff; padding-bottom: 29px; font-size: 20px; font-weight: 600; } .slider-info p{color:#fff; font-size:15px; line-height:29px;} .outs_more-buttn a { font-size: 14px; color: #fff; text-decoration: none; text-transform: capitalize; display: inline-block; background-color: #31a830; outline: none; font-weight: bold; padding: 9px 42px; border: 2px solid #ffffff; margin-top: 17px; } .outs_more-buttn a:hover,.view a.info:hover,.sent-butnn button:hover,.btn1:hover{ background:#000; border:2px solid #000;} .callbacks_nav { -webkit-tap-highlight-color: rgba(0,0,0,0); top:60%; left: 0; opacity: 0.7; z-index: 9999999; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 53px; width: 53px; background:rgba(230, 230, 230, 0) url("../images/left-arrow.png") no-repeat left top; margin-top: -45px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background:rgba(230, 230, 230, 0) url("../images/right-arrow.png") no-repeat 0px 0px; background-position: right top; right: 0; } .callbacks_nav , .callbacks_nav.next { background-size:40px; } /*#slider3-pager a { display: inline-block; } #slider3-pager img { float: left; } #slider3-pager .rslides_here a { background: transparent; box-shadow: 0 0 0 2px #666; } #slider3-pager a { padding: 0; }*/ /*--pager--*/ /*.callbacks_tabs { list-style: none; position: absolute; padding: 0; bottom: 228px; right: 41%; margin: 0; z-index: 9; display: block; text-align: center; } .callbacks_tabs li { display: inline-block; margin: 0px 2px 0px; } .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; width: 21px; height: 21px; display: inline-block; background:#d24055; border: none; border-radius: 50%; } .callbacks_here a:after { background: #fff; border: 4px solid #d24055; }*/ /*-- //banner --*/ /*-- about --*/ .titpos{ background-color:rgb(49 168 48) !important; position: absolute !important; text-align: center !important; margin-top: -144px !important; font-family: 'Cairo', sans-serif; margin-right: 180px !important; } .about-jewel-agile-left h4{ font-size: 23px !important; font-family: 'Cairo', sans-serif; } .about-jewel-agile-left { text-align: right; margin-top: 40px; } .about-txt-img img { box-shadow:8px 7px 3px 6px #9e9e9e; border-radius: 0px; } .about-jewel-agile-left h5 { font-size: 32px; padding: 23px 0px 0px; font-family: 'Cairo', sans-serif; color:#31a830; } /*--hover effects-- */ .view { overflow: hidden; position: relative; text-align: center; height: 300px; font-family: 'Cairo', sans-serif; cursor: default; /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/ } .view .mask, .view .content { width:100%; height: 300px; position: absolute; overflow: hidden; font-family: 'Cairo', sans-serif; top: 0; left: 0; } .view .serv { /* display: block;*/ position: relative; height: 100%; } .view h3 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; padding: 10px; background: #31a830; font-family: 'Cairo', sans-serif; margin: 39px 10px 20px; } .view p { font-size: 13px; position: relative; font-family: 'Cairo', sans-serif; color: #fff; padding: 10px 20px 20px; text-align: center; line-height:28px; } .view a.info { display: inline-block; text-decoration: none; padding: 7px 14px; background: #31a830; color: #fff; border: 2px solid #fff; font-size: 14px; /* text-transform: uppercase; */ -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; } .view a.info:hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; } /*--//hover effects-- */ /*--Tabs-- */ ul.resp-tabs-list{ text-align: center; } .resp-tabs-list li { font-weight: 600; font-size: 16px; display: inline-block; padding: 13px 30px; margin: 0; list-style: none; background: #000; cursor: pointer; color: #fff; } .resp-tabs-container { padding: 0px; background-color: #fff; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; font-size: 14px; border: 1px solid; background:#31a830; } .resp-tab-content { display: none; padding:0px 0px 15px; } .resp-tab-active { border: 1px solid #c1c1c1; border-bottom: none; margin-bottom: -1px !important; } .resp-tab-active { border: none; background-color: #31a830 !important; color: #000; } .resp-content-active, .resp-accordion-active { display: block; } .resp-tab-content { border:none; } h2.resp-accordion { font-size: 14px; border: 1px solid #c1c1c1; border-top: 0px solid #c1c1c1; margin: 0px; padding: 10px 15px; color: #000; } h2.resp-tab-active { border-bottom: 0px solid #c1c1c1 !important; margin-bottom: 0px !important; padding: 10px 15px !important; font-size: 14px; } h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: blue; } /*-----------Accordion styles-----------*/ h2.resp-tab-active { background:#c1c1c1!important; } .resp-easy-accordion h2.resp-accordion { display: block; } .resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; } .resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; } .resp-jfit { width: 100%; margin: 0px; } .resp-tab-content-active { display: block; } h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; } /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/ @media only screen and (max-width: 768px) { ul.resp-tabs-list { display: none; } h2.resp-accordion { display: block; } .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } .resp-accordion-closed { display: none !important; } .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; } } /*--//Tabs-- */ /*-- //about --*/ /*-- service --*/ .service{background: url(../images/b2.jpg)no-repeat center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .text-wls-ser-bake span { font-size:38px; border-radius: 50%; color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .white-shadow:hover span.banner-icon { transition: 0.90s; -webkit-transition: 0.90s; -moz-transition: 0.90s; -ms-transition: 0.90s; -o-transition: 0.90s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .white-shadow { background:rgba(0, 0, 0, 0.5); padding: 2em 1em; font-family: 'Cairo', sans-serif; } /*--//service --*/ /*-- blog--*/ .blog-txt-info p{ height: 85px; font-family: 'Cairo', sans-serif; overflow: hidden; text-overflow: ellipsis; margin: 11px; } .blog-txt-info { background: #fff; text-align: right; padding: 1em 1em; font-family: 'Cairo', sans-serif; } .news-date ul li a { color: #222; text-decoration: none; font-weight: 600; font-size:12px; font-family: 'Cairo', sans-serif; } .clients-color .news-img { height: 234px; width: 100%; } .clients-color .news-img img { height: 100%; width: 100%; } .clients-color .blog-txt-info { padding: 15px; } .clients-color,.team-shadow { box-shadow: 2px 0px 20px 0px #757575; } .news-dat p { height: 84px; font-family: 'Cairo', sans-serif; } /*-- //blog--*/ /*-- count--*/ .stats{ background: url(../images/cc1.jpg)no-repeat center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .counter { font-size: 23px; color: #000; font-weight: 500; } .stat-info h5,.dance-agile-info h4,.ser-inner-info h4{ font-size:19px; line-height: 33px; color:#fff; font-weight: 800; font-family: 'Cairo', sans-serif; text-transform: uppercase; } .stats-grid { background: #31a830; padding: 3em 2em; border-radius: 5%; } /*-- //counter --*/ /*-- //count--*/ /*--team --*/ .team-w3layouts-info { background: #31a830; } .bodr-img h4 { font-size: 27px; color: #ffeb3b; font-family: 'Cairo', sans-serif; padding-bottom: 47px; } .bodr-img p { font-size: 16px; line-height: 28px; color: #d0d0d0; font-family: 'Cairo', sans-serif; } h6.description{ font-weight: bold; color: #999; border-bottom: 1px solid rgba(0, 0, 0,0.1); padding-bottom: 5px; } .profile .img-box{ opacity: 1; display: block; position: relative; } .profile .img-box:after{ content:""; opacity: 0; background-color:rgba(0, 0, 0, 0.5803921568627451); position: absolute; right: 0; left: 0; top: 0; bottom: 0; } .img-box ul { position: absolute; z-index: 2; top: 225px; text-align: center; width: 100%; padding-left: 0px; height: 0px; margin: 0px; opacity: 0; } .profile .img-box:after, .img-box ul, .img-box ul li{ -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .img-box:hover:after{ opacity: 1; } .img-box:hover ul { opacity: 1; margin-bottom: 15px; } .img-box ul a{ -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .img-box a:hover li { border-color: #fff; color: #ff5722; } .img-box img { width: 100%; } .list-social-icons ul li span:hover{color:#969696;} span.wls-client-title{font-size:15px; font-family: 'Cairo', sans-serif; } /*--//team --*/ .newsletter input[type="email"] { outline: none; padding: 13px 15px; color: #000; font-size: 14px; width: 80%; border-radius: 0px; background: rgba(0, 0, 0, 0); border: 1px solid #000; } button.btn1 { width: 20%; color: #fff; border: 1px solid #000; padding: 11.5px 0; font-size: 16px; border:2px solid #000; background:#31a830; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; cursor: pointer; } .subscrib-w3layouts h2 { color: #000; font-size:38px; text-transform: uppercase; } .newsletter input::-webkit-input-placeholder { /* Chrome */ color: #000; } .newsletter inputl:-ms-input-placeholder { /* IE 10+ */ color: #000; } .newsletter input::-moz-placeholder { /* Firefox 19+ */ color: #000; opacity: 1; } .newsletter input:-moz-placeholder { /* Firefox 4 - 18 */ color: #000; opacity: 1; } /*--contact --*/ .contact { background: url(../images/b2.jpg)no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .addres-office-hour { background: #000; padding: 2em 0em; } .contact-forms input,.contact-forms textarea { width: 100%; font-size: 14px; color: #fff; padding: .8em .7em; border: none; border-bottom: 1px solid #f1f1f1; border-radius: 0px; background: transparent!important; outline: none !important; } .contact-forms textarea { resize: none; height:8em; } .contact-forms input::-webkit-input-placeholder,.contact-forms textarea::-webkit-input-placeholder{ /* Chrome */ color: #fff; } .contact-forms input:-ms-input-placeholder,.contact-forms textarea :-ms-input-placeholder{ /* IE 10+ */ color: #fff; } .contact-forms input::-moz-placeholder,.contact-forms textarea::-moz-placeholder { /* Firefox 19+ */ color: #fff; opacity: 1; } .contact-forms input:-moz-placeholder,.contact-forms textarea:-moz-placeholder{ /* Firefox 4 - 18 */ color: #fff; opacity: 1; } .sent-butnn button { width: 100%; font-size: 16px; padding: 11px 0px; color: #fff; font-weight: 600; text-transform: uppercase; margin-top:24px; background: #31a830; border:2px solid #fff; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; } /*--//contact --*/ /*--Footer --*/ .footer,footer,.blog{ background:#e6e6e6; text-align: center; } .footer .logo-footer { width: 117px; } .footer .footer-about { margin: 10px 10px 10px 57px; } .footer .best li p{ font-size: 17px; font-weight: 600; } .footer .best li{ display: inline-block; } .footer .footer-addres { text-align: right; margin-right: 58px; } .footer .footer-addres p .a { color: #000 !important; } .footer .footer-addres p{ display: inline-block; margin-right: 20px; } .nav-footer{background:#000;} .address_mail_footer_grids iframe { width: 100%; height: 15.5em; border: none; } .bottom-para h6 a{ font-size: 13px; line-height: 23px; color: #000; } .footer-office-hour ul li span { font-size: 16px; font-weight: normal; font-style: italic; color: #565656; } .bottom-para h6 a:hover,.footer-office-hour p a:hover{color:#000;} .news-bloger ul li a { font-size:12px; color:#31a830; padding-top: 4px; display: block; } .dance-agile-info h4,.ser-inner-info h4 { color:#31a830; } footer p { font-size: 14px; color: #000; letter-spacing: 2px; } footer p a { color: #31a830; } footer p a:hover { color:#000; text-decoration:underline; } .nav-link:focus, .nav-link:hover { color:#31a830; text-decoration: none; } nav.border-line { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .nav-link { font-size: 14px; color: #fff; } .footer-office-hour p a{color:#000;} /*--//footer nav--*/ /*--//Footer --*/ /*--mode--*/ .modal-body p { font-size: 14px; color: #000; padding: 16px; line-height: 27px; } .modal-header h4 { color:#31a830; text-align: center !important; font-size: 35px; } /*--//mode--*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 46px; height:46px; border: none; text-indent: 100%; background: url(../images/arrow.png) no-repeat 0px 0px; } #toTopHover { width: 43px; height: 43px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*--responsive--*/ @media(max-width:1920px){ } @media(max-width:1680px){ } @media(max-width:1600px){ } @media(max-width:1440px){ .slider-img { min-height: 680px; } .slider-info { padding: 19em 0 0; } .slider-info h5 { font-size: 48px; } .slider-info h4 { padding-bottom: 24px; font-size: 18px; } h1 a.navbar-brand { padding-top: 8px; font-size: 35px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 6em; } .view h3 { } .view h3 { font-size: 16px; } .resp-tabs-list li { padding: 11px 26px; } .about-jewel-agile-left h5 { font-size: 30px; } .title { font-size: 43px; font-family: 'Cairo', sans-serif; } .ser-inner-info h4 { font-size: 18px; } .subscrib-w3layouts h2 { font-size: 36px; } .counter { font-size: 21px; } .img-box ul { top: 216px; } .callbacks_nav { top: 63%; } } @media(max-width:1366px){ .title { font-size: 26px; } .text-wls-ser-bake span { font-size: 35px; } .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 16px; } .outs_more-buttn a { padding: 9px 38px; margin-top: 15px; } .stats-grid { padding: 2.5em 2em; } } @media(max-width:1280px){ .callbacks_nav, .callbacks_nav.next { background-size: 35px; } .headdser-nav-color { padding: .9em; } h1 a.navbar-brand { padding-top: 7px; font-size: 34px; } .icons ul li a span { margin: 0px 8px; } .about-jewel-agile-left h5 { font-size: 29px; } .modal-header h4 { font-size: 33px; } .hedder-up { padding: 0px 1.5em; } } @media(max-width:1080px){ .slider-info { padding: 17em 0 0; } .slider-img { min-height: 600px; } .slider-info h4 { padding-bottom: 18px; } .slider-info h5 { font-size: 45px; } .view p { padding: 6px 16px 9px; line-height: 21px; } .view h3 { margin: 13px 10px 10px; padding: 8px 0px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 4em; } .resp-tabs-list li { font-size: 15px; } .about-jewel-agile-left h5 { font-size: 27px; padding: 16px 0px 0px; } .title { font-size: 38px; } .news-date ul li a { letter-spacing: 1px; } .img-box ul { top: 183px; } .addres-office-hour { padding: 1.7em 0em; } .sent-butnn button { font-size: 15px; margin-top: 20px; } .bottom-para h6 a { font-size: 12px; line-height: 22px; } } @media(max-width:1050px){ .callbacks_nav, .callbacks_nav.next { background-size: 31px; } .headder-contact { padding: .7em 0em; } nav.navbar.navbar-expand-lg.navbar-light { top: 59px; } h1 a.navbar-brand { font-size: 32px; } .navbar-light .navbar-nav .nav-link { letter-spacing: 1px; } .headdser-nav-color { padding: .8em; } .text-wls-ser-bake span { font-size: 32px; } .blog-txt-info { padding: .7em .7em; } .stats-grid { padding: 2em 2em; } } @media(max-width:1024px){ .icons ul li a span { margin: 0px 6px; } .hedder-up { padding: 0px 1em; } .slider-info p { font-size: 14px; line-height: 29px; } .outs_more-buttn a { padding: 9px 34px; margin-top: 12px; } .newsletter input[type="email"] { width: 75%; } button.btn1 { padding: 9px 0; font-size: 15px; } .subscrib-w3layouts h2 { font-size: 34px; } } @media(max-width:991px){ div#navbarSupportedContent { background: transparent; text-align: center; padding: 13px 0px; } .navbar-light .navbar-nav .nav-link { padding: 12px 15px; width: 11%; margin: 0px auto; } .navbar-light .navbar-toggler { border-color: rgb(0, 0, 0); background:#31a830; padding: 1px 4px; margin-top: 0px; outline: none; margin-right: 0px; cursor: pointer; border-radius: 6px; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .navbar-light .navbar-toggler:hover { background: #fff; } .headdser-nav-color { padding: .5em; } .slider-img { min-height: 580px; } .slider-info h5 { font-size: 40px; } .slider-info h4 { padding-bottom: 12px; } .modal-header h4 { font-size: 30px; } .view .mask, .view .content { width: 58%; left: 192px; } .info-contact-agile { padding-top: 7px; } .w3layouts-service-list:nth-child(3),.blog-grid-flex:nth-child(3), .stats-grid-3,.stats-grid-4,.profile:nth-child(3), .profile:nth-child(4),.dance-agile-info:nth-child(3),.dance-agile-info:nth-child(4),.view:nth-child(2),.view:nth-child(3){ margin-top: 24px; } .nav-link { letter-spacing: 1px; } .callbacks_nav { top: 66%; } } @media(max-width:900px){ .view h3 { margin:43px 10px 32px; } .view p { padding: 13px 16px 37px; } .text-wls-ser-bake span { font-size: 30px; } .title { font-size: 36px; } .modal-header h4 { font-size: 28px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { font-size: 18px; } .img-box ul { top: 280px; } .stats-grid { padding: 1.5em 2em; line-height: 26px; } .subscrib-w3layouts h2 { font-size: 33px; } } @media(max-width:800px){ .navbar-light .navbar-nav .nav-link { width: 16%; } .icons ul li a span { font-size: 14px; } .callbacks_nav, .callbacks_nav.next { background-size: 26px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 3em; } .view .mask, .view .content { width: 64%; left: 141px; } .about-jewel-agile-left h5 { font-size: 25px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { font-size: 17px; } .sent-butnn button { padding: 9px 0px; } } @media(max-width:768px){ .slider-img { min-height: 560px; } .slider-info { padding: 16em 0 0; } h1 a.navbar-brand { font-size: 30px; } .slider-info h5 { font-size: 36px; letter-spacing: 1px; } .view .mask, .view .content { width: 67%; left: 127px; } button.btn1 { width: 25%; } footer p { letter-spacing: 1px; } } @media(max-width:767px){ .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 17px; } /*.latest-list { margin: 20px 0px; }*/ .latest-list:nth-child(2),.latest-list:nth-child(4){ margin-top: 20px; } .latest-list:nth-child(1),.latest-list:nth-child(3){ margin-bottom: 20px; } .about-jewel-agile-left h5 { font-size: 24px; } .title { font-size: 34px; } .info-contact-agile ul li span, .news-date ul li span, .list-social-icons ul li span { font-size: 14px; } .outs_more-buttn a { padding: 8px 32px; } .counter { font-size: 19px; } .subscrib-w3layouts h2 { font-size: 31px; margin-bottom: 20px; } .img-box ul { top: 193px; } span.wls-client-title { font-size: 14px; } .addres-office-hour { padding: 1.5em 0em; margin-bottom: 20px; } } @media(max-width:736px){ .contact-forms textarea { height: 7em; } .navbar-light .navbar-nav .nav-link { width: 18%; } footer p { font-size: 13px; } } @media(max-width:667px){ .icons ul li a span { margin: 0px 4px; } .slider-img { min-height: 494px; } .slider-info { padding: 15em 0 0; } .slider-info h5 { margin-bottom: 8px; font-size: 34px } .slider-info h4 { padding-bottom: 10px; font-size: 17px; } h1 a.navbar-brand { font-size: 28px; } .view .mask, .view .content { width: 77%; left: 77px; } .contact-forms input, .contact-forms textarea { padding: .7em 0em; } .modal-header h4 { font-size: 26px; } } @media(max-width:640px){ nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 2em; } .view .mask, .view .content { width: 80%; left: 62px; } .title { font-size: 32px; } .callbacks_nav { top: 70%; } } @media(max-width:600px){ .navbar-light .navbar-nav .nav-link { width: 23%; } .view .mask, .view .content { width: 86%; left: 42px; } .about-jewel-agile-left h5 { font-size: 22px; padding: 12px 0px 0px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { line-height: 26px; } } @media(max-width:568px){ .info-contact-agile ul li{ display:block; text-align: center; } .icons { text-align: center; } nav.navbar.navbar-expand-lg.navbar-light { top: 108px; padding: 1em 1em; } .slider-info { padding: 17em 0 0; margin-left: 27px; } .slider-info h5 { font-size: 32px; } .callbacks_nav { top: 75%; } .view .mask, .view .content { width: 91%; left: 25px; } .subscrib-w3layouts h2 { font-size: 30px; } .profile { width: 50%; } .address_mail_footer_grids iframe { height: 14em; } .w3layouts-service-list:nth-child(1),.blog-grid-flex:nth-child(1),.dance-agile-info:nth-child(1) { margin-bottom:20px; } .callbacks_nav { height: 29px; width: 30px; } } @media(max-width:480px){ .navbar-light .navbar-nav .nav-link { width: 27%; } .view .mask, .view .content { width: 94%; left: 14px; } .about-jewel-agile-left h5 { font-size: 20px; } .stats-grid { padding: 1em 1em; line-height: 23px; } .nav-link { font-size: 13px; } .view p { padding: 13px 16px 28px; } .img-box ul { top: 160px; } } @media(max-width:440px){ .view .mask, .view .content { left: 11px; } .view h3 { margin: 34px 10px 19px; } .title { font-size: 30px; letter-spacing: 2px; } .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 16px; } .subscrib-w3layouts h2 { font-size: 27px; } .newsletter input[type="email"] { padding: 8px 15px; } .img-box ul { top: 141px; } ul.nav { flex-direction: column; text-align: center; } } @media(max-width:414px){ .view h3 { margin: 27px 10px 11px; } .view p { padding: 10px 16px 19px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { line-height: 23px; } button.btn1 { padding: 6px 0; width: 29%; } .newsletter input[type="email"] { width: 71%; } footer p { line-height: 28px; } .navbar-light .navbar-nav .nav-link { width: 31%; } .slider-info { margin-left: 18px; } } @media(max-width:384px){ .slider-info h5 { font-size: 29px; } .slider-info p { letter-spacing: 1px; } .about-jewel-agile-left h5 { font-size: 19px; } .title { font-size: 28px; letter-spacing: 1px; } .img-box ul { top: 166px; } .profile { width: 66%; margin: 0px auto; } .profile:nth-child(1){ margin-bottom:20px; } } @media(max-width:375px){ h1 a.navbar-brand { font-size: 26px; } .slider-info h5 { font-size: 27px; } .outs_more-buttn a { padding: 7px 25px; } .subscrib-w3layouts h2 { font-size: 25px; } .sent-butnn button { font-size: 14px; } .navbar-light .navbar-nav .nav-link { width: 38%; } .profile { width: 75%; } } @media(max-width:320px){ .slider-info h5 { font-size: 22px; } .slider-img { min-height: 493px; } .slider-info h4 { padding-bottom: 8px; font-size: 16px; } .view h3 { margin:13px 10px 11px; } .view p { padding: 2px 10px 10px; } .view a.info { font-size: 13px; } .profile { width: 90%; } .img-box ul { top: 189px; } } /*-------------lastnews-*/ .testim { width: 100%; position: relative; top: 207px; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -ms-transform: translatey(-50%); -o-transform: translatey(-50%); transform: translatey(-50%); } .testim .wrap { position: relative; width: 100%; max-width: 1020px; padding: 40px 20px; margin: auto; } .testim .arrow { display: block; position: absolute; color: #000; cursor: pointer; font-size: 2em; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; padding: 5px; z-index: 22222222; } .testim .arrow:before { cursor: pointer; } .testim .arrow:hover { color: #ea830e; } .testim .arrow.left { left: 10px; } .testim .arrow.right { right: 10px; } .testim .dots { text-align: center; position: absolute; width: 100%; bottom: 60px; left: 0; display: block; z-index: 3333; height: 12px; } .testim .dots .dot { list-style-type: none; display: inline-block; width: 12px; height: 12px; border-radius: 50%; border: 1px solid #eee; margin: 0 10px; cursor: pointer; -webkit-transition: all .5s ease-in-out; -ms-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; position: relative; } .testim .dots .dot.active, .testim .dots .dot:hover { background: #ea830e; border-color: #ea830e; } .testim .dots .dot.active { -webkit-animation: testim-scale .5s ease-in-out forwards; -moz-animation: testim-scale .5s ease-in-out forwards; -ms-animation: testim-scale .5s ease-in-out forwards; -o-animation: testim-scale .5s ease-in-out forwards; animation: testim-scale .5s ease-in-out forwards; } .testim .cont { position: relative; overflow: hidden; } .testim .cont > div { text-align: center; position: absolute; top: 0; left: 0; padding: 0 0 70px 0; opacity: 0; } .testim .cont > div.inactive { opacity: 1; } .testim .cont > div.active { position: relative; opacity: 1; } .testim .cont div .img img { display: block; width: 100px; height: 100px; margin: auto; border-radius: 50%; } .testim .cont div h2 { color: #ea830e; font-size: 1em; margin: 15px 0; } .testim .cont div p { font-size: 1.15em; color: #000; width: 80%; margin: auto; } .testim .cont div.active .img img { -webkit-animation: testim-show .5s ease-in-out forwards; -moz-animation: testim-show .5s ease-in-out forwards; -ms-animation: testim-show .5s ease-in-out forwards; -o-animation: testim-show .5s ease-in-out forwards; animation: testim-show .5s ease-in-out forwards; } .testim .cont div.active h2 { -webkit-animation: testim-content-in .4s ease-in-out forwards; -moz-animation: testim-content-in .4s ease-in-out forwards; -ms-animation: testim-content-in .4s ease-in-out forwards; -o-animation: testim-content-in .4s ease-in-out forwards; animation: testim-content-in .4s ease-in-out forwards; } .testim .cont div.active p { -webkit-animation: testim-content-in .5s ease-in-out forwards; -moz-animation: testim-content-in .5s ease-in-out forwards; -ms-animation: testim-content-in .5s ease-in-out forwards; -o-animation: testim-content-in .5s ease-in-out forwards; animation: testim-content-in .5s ease-in-out forwards; } .testim .cont div.inactive .img img { -webkit-animation: testim-hide .5s ease-in-out forwards; -moz-animation: testim-hide .5s ease-in-out forwards; -ms-animation: testim-hide .5s ease-in-out forwards; -o-animation: testim-hide .5s ease-in-out forwards; animation: testim-hide .5s ease-in-out forwards; } .testim .cont div.inactive h2 { -webkit-animation: testim-content-out .4s ease-in-out forwards; -moz-animation: testim-content-out .4s ease-in-out forwards; -ms-animation: testim-content-out .4s ease-in-out forwards; -o-animation: testim-content-out .4s ease-in-out forwards; animation: testim-content-out .4s ease-in-out forwards; } .testim .cont div.inactive p { -webkit-animation: testim-content-out .5s ease-in-out forwards; -moz-animation: testim-content-out .5s ease-in-out forwards; -ms-animation: testim-content-out .5s ease-in-out forwards; -o-animation: testim-content-out .5s ease-in-out forwards; animation: testim-content-out .5s ease-in-out forwards; } @-webkit-keyframes testim-scale { 0% { -webkit-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -webkit-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -webkit-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -webkit-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-moz-keyframes testim-scale { 0% { -moz-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -moz-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -moz-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -moz-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-ms-keyframes testim-scale { 0% { -ms-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -ms-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -ms-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -ms-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-o-keyframes testim-scale { 0% { -o-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -o-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -o-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -o-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @keyframes testim-scale { 0% { box-shadow: 0px 0px 0px 0px #eee; } 35% { box-shadow: 0px 0px 10px 5px #eee; } 70% { box-shadow: 0px 0px 10px 5px #ea830e; } 100% { box-shadow: 0px 0px 0px 0px #ea830e; } } @-webkit-keyframes testim-content-in { from { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes testim-content-in { from { opacity: 0; -moz-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes testim-content-in { from { opacity: 0; -ms-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); } } @-o-keyframes testim-content-in { from { opacity: 0; -o-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } } @keyframes testim-content-in { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } } @-webkit-keyframes testim-content-out { from { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); } } @-moz-keyframes testim-content-out { from { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -moz-transform: translateY(-100%); transform: translateY(-100%); } } @-ms-keyframes testim-content-out { from { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -ms-transform: translateY(-100%); transform: translateY(-100%); } } @-o-keyframes testim-content-out { from { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } to { opacity: 0; transform: translateY(-100%); transform: translateY(-100%); } } @keyframes testim-content-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-100%); } } @-webkit-keyframes testim-show { from { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes testim-show { from { opacity: 0; -moz-transform: scale(0); transform: scale(0); } to { opacity: 1; -moz-transform: scale(1); transform: scale(1); } } @-ms-keyframes testim-show { from { opacity: 0; -ms-transform: scale(0); transform: scale(0); } to { opacity: 1; -ms-transform: scale(1); transform: scale(1); } } @-o-keyframes testim-show { from { opacity: 0; -o-transform: scale(0); transform: scale(0); } to { opacity: 1; -o-transform: scale(1); transform: scale(1); } } @keyframes testim-show { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } } @-webkit-keyframes testim-hide { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } to { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } } @-moz-keyframes testim-hide { from { opacity: 1; -moz-transform: scale(1); transform: scale(1); } to { opacity: 0; -moz-transform: scale(0); transform: scale(0); } } @-ms-keyframes testim-hide { from { opacity: 1; -ms-transform: scale(1); transform: scale(1); } to { opacity: 0; -ms-transform: scale(0); transform: scale(0); } } @-o-keyframes testim-hide { from { opacity: 1; -o-transform: scale(1); transform: scale(1); } to { opacity: 0; -o-transform: scale(0); transform: scale(0); } } @keyframes testim-hide { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0); } } @media all and (max-width: 300px) { body { font-size: 14px; } } @media all and (max-width: 500px) { .testim .arrow { font-size: 1.5em; } .testim .cont div p { line-height: 25px; } } /*--//responsive--*/
public/front/css/style-rtl.css
html, body { padding: 0; margin: 0; background: #fff; direction: rtl; font-family: 'Cairo', sans-serif; } body a { outline: none; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; text-decoration: none; } body a:hover { text-decoration: none; } body a:focus, a:hover { text-decoration: none; } input[type="button"], input[type="submit"] { transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; font-family: 'Cairo', sans-serif; } select,input[type="email"],input[type="text"],input[type=password], input[type="button"],input[type="submit"],textarea{ font-family: 'Cairo', sans-serif; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Merriweather', serif; } p { margin: 0; padding: 0; font-family: 'Cairo', sans-serif; font-size:14px; } ul { margin: 0; padding: 0; list-style-type: none; } .lft{ text-align: left;} .rigt{ text-align: right;} /*-- //Reset-Code --*/ .title { font-size:45px; color: #000; font-weight: 700; text-transform: uppercase; font-family: 'Cairo', sans-serif; } .wthree-left-right p,.about-jewel-agile-left p,.blog-txt-info p,.addres-office-hour ul li p,.footer-office-hour p,.footer-office-hour p a,.ser-inner-info p{ font-size: 14px; color: #fff; line-height: 28px;} .about-jewel-agile-left p,.blog-txt-info p,.bottom-para h6 a,.footer-office-hour p{color:#000;} .about-jewel-agile-left h4,.blog-txt-info h4 a,.team-w3layouts-info h4,.addres-office-hour ul li h6,.ser-inner-info h4{ font-size: 19px; color:#31a830; text-transform: capitalize; } /*--Background Colors--*/ /* LOGIN */ /*-----------lang--------*/ .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; } .dropdown { position: relative; display: inline-block; z-index: 999999; color: #fff; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; left: -50px; text-align: center; color: #fff; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #ddd;} .dropdown:hover .dropdown-content {display: block;} .dropdown:hover .dropbtn {background-color: #3e8e41;} /*------------*/ .login { margin: 0; width: 100%; height: 100%; min-height: 60vh; } .modal-content { min-height: 60vh !important; } /* WRAP */ .wrap { position: static; margin: auto; width: 100%; min-height: 60vh; overflow: hidden; } .wrap:after { content: ""; display: table; clear: both; } /* LOGO */ #myModal .content .logo { position: absolute; z-index: 2; top: 0; left: 0; width: 40px; height: 40px; background: #4FC1B7; } myModal .content .logo img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; } myModal .content .logo a { width: 100%; height: 100%; display: block; } /* USER (FORM WRAPPER) */ .user { position: relative; z-index: 0; float: none; margin: 0 auto; padding-top: 40px; width: 100%; height: 100vh; overflow: auto; background: -moz-linear-gradient(48deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(42,46,54,1)), color-stop(100%, rgba(97,107,125,1))); background: -webkit-linear-gradient(48deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); background: linear-gradient(42deg, rgba(42,46,54,1) 0%, rgba(97,107,125,1) 100%); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius: 0; border-top: 1px solid #4FC1B7; } .user .actions { margin: 1em 0 0; padding-right: 10px; width: 100%; display: block; text-align: center; } .user .actions a { margin: 1em 0; width: 90px; display: inline-block; padding: .2em 0em; background-color: #5C6576; border: none; color: #999; cursor: pointer; text-align: center; font-size: .8em; border-radius: 30px 0 0 30px; -webkit-box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); box-shadow: 0px 0px 27px -9px rgba(0,0,0,0.75); } .user .actions a:last-child { color: #fff; border-radius: 0 30px 30px 0; background-color: #28A55F; background: -moz-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105,221,201,1)), color-stop(100%, rgba(78,193,182,1))); background: -webkit-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: linear-gradient(180deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); } /* TERMS */ @keyframes show_terms { 0% { opacity: 0; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); } 100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes hide_terms { 0% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } 100% { -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); opacity: 0; } } .terms, .recovery { position: absolute; z-index: 3; margin: 40px 0 0; padding: 1.5em 1em; width: 100%; height: calc(100% - 40px); border-radius: 0; background: #fff; text-align: left; overflow: auto; will-change: transform; -webkit-transform: translateY(-110%); -moz-transform: translateY(-110%); -o-transform: translateY(-110%); transform: translateY(-110%); opacity: 0; border-radius: 0; } .terms.open, .recovery.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); animation: show_terms .5s .2s 1 ease normal forwards; } .terms.closed, .recovery.closed { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; animation: hide_terms .6s .2s 1 ease normal forwards; } .terms p, .recovery p { margin: 1em 0; font-size: .9em; } .terms h3, .recovery h3 { margin: 2em 0 .2em; } .terms p.small { margin: 0 0 1.5em; font-size: .8em; } .recovery form .input { margin: 0 0 .8em 0; padding: .8em 2em 10px 0; width: 100%; display: inline-block; background: transparent; border: 0; border-bottom: 1px solid #5A6374; outline: 0; box-sizing: border-box; -moz-box-sizing: border-box; color: inherit; font-family: inherit; color: #666; } .recovery form .button { margin: 1em 0; padding: .2em 3em; width: auto; display: block; background-color: #28A55F; border: none; color: #fff; cursor: pointer; font-size: .8em; border-radius: 0px; background: rgba(62,181,169,1) 0%; } .form-wrap form .button:hover { background-color: #4FDA8C; } .recovery p.mssg { opacity: 0; -webkit-transition: opacity 1s .5s ease; -moz-transition: opacity 1s .5s ease; -o-transition: opacity 1s .5s ease; transition: opacity 1s .5s ease; } .recovery p.mssg.animate { opacity: 1; } /* CONTENT */ #myModal .content { position: fixed; z-index: 1; float: none; margin: 0 auto; width: 100%; height: 40px; background: -moz-linear-gradient(90deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(111,226,204,1)), color-stop(100%, rgba(62,181,169,1))); background: -webkit-linear-gradient(90deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); background: linear-gradient(0deg, rgba(62,181,169,1) 0%, rgba(111,226,204,1) 100%); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; overflow: hidden; } /* TOGGLE */ #toggle-wrap { position: absolute; z-index: 4; top: 40px; right: 17px; width: 80px; height: 1px; } #toggle-terms span { background: #fff; border-radius: 0; } /* TOGGLE TERMS */ #toggle-terms { position: absolute; z-index: 4; right: 0; top: 0; width: 40px; height: 40px; margin: auto; display: block; cursor: pointer; background: rgba(0, 0, 0, 0.1); border-radius: 100%; opacity: 0; -webkit-transform: translate(-6px, 20px); -moz-transform: translate(-6px, 20px); -o-transform: translate(-6px, 20px); transform: translate(-6px, 20px); } /* CIRCLE EFFECT */ #toggle-terms:after { position: absolute; width: 100%; height: 100%; pointer-events: none; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } #toggle-terms:before { speak: none; display: block; -webkit-font-smoothing: antialiased; } #toggle-terms { box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; } #toggle-terms:after { top: 0px; left: 0px; padding: 0; z-index: -1; background: rgba(0, 0, 0, 0.2); -webkit-transition: -webkit-transform 0.2s, opacity 0.3s; -moz-transition: -moz-transform 0.2s, opacity 0.3s; -o-transition: -o-transform 0.2s, opacity 0.3s; transition: transform 0.2s, opacity 0.3s; } #toggle-terms.closed { color: rgba(0, 0, 0, 0.2); } #toggle-terms.closed:after { -webkit-transform: scale(1.6); -moz-transform: scale(1.6); -ms-transform: scale(1.6); transform: scale(1.6); opacity: 0; } /* CLOSE ANIMATION*/ @keyframes show_close { 0% { opacity: 0; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } 100% { opacity: 1; -webkit-transform: translate(-6px, 20px); -moz-transform: translate(-6px, 20px); -o-transform: translate(-6px, 20px); transform: translate(-6px, 20px); } } @keyframes hide_close { 0% { opacity: 1; } 100% { opacity: 0; } } #toggle-terms.open { animation: show_close .4s .5s 1 ease normal forwards; } #toggle-terms.closed { animation: hide_close .2s .0s 1 ease normal forwards; } #toggle-terms:hover { background: rgba(0, 0, 0, 0.4); } /* TOGGLE TERMS CROSS */ #toggle-terms #cross { position: absolute; z-index: 4; height: 100%; width: 100%; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } #toggle-terms.open #cross { -webkit-transition-delay: .9s; -moz-transition-delay: .9s; -o-transition-delay: .9s; transition-delay: .9s; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; -o-transition-duration: .2s; transition-duration: .2s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #toggle-terms.open #cross span { position: absolute; z-index: 4; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } #toggle-terms.open #cross span:nth-child(1) { top: 15%; left: 19px; height: 70%; width: 1px; } #toggle-terms.open #cross span:nth-child(2) { left: 15%; top: 19px; width: 70%; height: 1px; } #toggle-terms #cross span:nth-child(1) { height: 0; -webkit-transition-delay: .625s; -moz-transition-delay: .625s; -o-transition-delay: .625s; transition-delay: .625s; } #toggle-terms #cross span:nth-child(2) { width: 0; -webkit-transition-delay: .375s; -moz-transition-delay: .375s; -o-transition-delay: .375s; transition-delay: .375s; } /* SLIDESHOW */ #slideshow { position: relative; margin: 0 auto; width: 100%; height: 100%; padding: 10px; border-radius: 10px 0 0 10px; } #slideshow h2 { margin: .0em auto .0em auto; text-align: center; font-size: 1.4em; color: #fff; line-height: .5em; } #slideshow p { color: #fff; display: none; } #slideshow div { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 1em 3em; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } #slideshow .one { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/dots.png"); background-repeat: no-repeat; background-position: 0% 50%; } #slideshow .two { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/gears.png"); background-repeat: no-repeat; background-position: 0% 50%; } #slideshow .three { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/splat.png"); background-repeat: no-repeat; background-position: 0% 5%; } #slideshow .four { background-image: url("http://res.cloudinary.com/dpcloudinary/image/upload/v1506186248/ray.png"); background-repeat: no-repeat; background-position: 0% 50%; } /* FORM ELEMENTS */ input { font: 16px/26px "Raleway", sans-serif; } .form-wrap { width: 100%; margin: 2em auto 0; } .form-wrap a { color: #ccc; padding-bottom: 4px; border-bottom: 1px solid #5FD1C1; } .form-wrap a:hover { color: #fff; } .form-wrap .tabs { overflow: hidden; } .form-wrap .tabs * { -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; } .form-wrap .tabs h3 { float: left; width: 50%; } .form-wrap .tabs h3 a { padding: 0.5em 0; text-align: center; font-weight: 400; display: block; color: #999; border: 0; } .form-wrap .tabs h3 a.active { color: #ccc; } .form-wrap .tabs h3 a.active span { padding-bottom: 4px; border-bottom: 1px solid #5FD1C1; } .form-wrap .tabs-content { padding: 1.5em 3em; text-align: left; width: auto; } .help-action { padding: .4em 0 0; font-size: .93em; } .form-wrap .tabs-content div[id$="tab-content"] { display: none; } .form-wrap .tabs-content .active { display: block !important; } .form-wrap form .input { margin: 0 0 .8em 0; padding: .8em 2em 10px 0; width: 100%; display: inline-block; background: transparent; border: 0; border-bottom: 1px solid #5A6374; outline: 0; box-sizing: border-box; -moz-box-sizing: border-box; color: inherit; font-family: inherit; color: #fff; } .form-wrap form .button { margin: 1em 0; padding: .2em 3em; width: auto; display: block; background-color: #28A55F; border: none; color: #fff; cursor: pointer; font-size: .8em; border-radius: 30px; background: -moz-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105,221,201,1)), color-stop(100%, rgba(78,193,182,1))); background: -webkit-linear-gradient(270deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); background: linear-gradient(180deg, rgba(105,221,201,1) 0%, rgba(78,193,182,1) 100%); -webkit-box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); box-shadow: 0px 0px 37px -9px rgba(0,0,0,0.75); } .form-wrap form .button:hover { background-color: #4FDA8C; } .form-wrap form .checkbox { margin: 1em 0; padding: 20px; visibility: hidden; text-align: left; } .form-wrap form .checkbox:checked + label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .form-wrap form label[for] { position: relative; padding-left: 20px; cursor: pointer; } .form-wrap form label[for]:before { position: absolute; width: 17px; height: 17px; top: 0px; left: -14px; content: ''; border: 1px solid #5A6374; } .form-wrap form label[for]:after { position: absolute; top: 1px; left: -10px; width: 15px; height: 8px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; background-color: transparent; border: solid #67DAC6; border-width: 0 0 3px 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .form-wrap .help-text { margin-top: .6em; } .form-wrap .help-text p { text-align: left; font-size: 14px; } .fa { display: none; } /* MEDIUM VIEWPORT */ @media only screen and (min-width: 40em) { /* GLOBAL TRANSITION */ * { /*transition: .25s ease-in-out;*/ } /* WRAP */ .wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 600px; height: 500px; margin: auto; border-radius: 10px; } /* LOGO */ .logo { top: 10px; left: 10px; width: 40px; height: 40px; background: none; } .logo img { width: 100%; } @keyframes show_close { 0% { opacity: 0; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } 100% { opacity: 1; -webkit-transform: translate(-6px, 18px); -moz-transform: translate(-6px, 18px); -o-transform: translate(-6px, 18px); transform: translate(-6px, 18px); } } /* TOGGLE WRAP */ #toggle-wrap { top: 60px; right: calc(50% + 17px); height: 80px; overflow: hidden; } #toggle-wrap.closed { width: 50%; } /* TOGGLE TERMS */ #toggle-terms { opacity: 1; -webkit-transform: translate(-6px, -100px); -moz-transform: translate(-6px, -100px); -o-transform: translate(-6px, -100px); transform: translate(-6px, -100px); } #toggle-terms.closed { opacity: 1; -webkit-transform: translate(-6px, 18px); -moz-transform: translate(-6px, 18px); -o-transform: translate(-6px, 18px); transform: translate(-6px, 18px); } /* SLIDESHOW */ #slideshow h2 { margin: 4.5em 0 1em; font-size: 2em; } #slideshow h2 span { padding: 5px 0; border: solid #B6EDE3; border-width: 1px 0; } #slideshow p { display: block; } #slideshow div { -webkit-background-size: auto; -moz-background-size: auto; -o-background-size: auto; background-size: auto; } #slideshow .one { background-position: 50% 130%; } #slideshow .two { background-position: 50% 200%; } #slideshow .three { background-position: 50% 300%; } #slideshow .four { background-position: -40% -80%; } /* CONTENT */ #myModal .content, .content.full { position: relative; float: left; width: 50%; height: 500px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 10px 0 0 10px; } /* TERMS */ input-group-btn { border: none !important; background: none !important; } .reveal:active { border: none; background: none; color: #000; font-size: 15px; top: -33px; } .reveal:hover { border: none; background: none; color: #fff; } .reveal { top: -33px; font-size: 15px; color: #fff; } .terms, .recovery { position: absolute; width: 50%; height: 440px; float: right; margin: -3px 452px 0px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 0 0 0 10px; } /* USER (FORM WRAPPER) */ .user { padding-top: 0; float: left; width: 50%; height: 500px; -webkit-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); -moz-box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); box-shadow: -3px 0px 45px -6px rgba(56,75,99,0.61); border-radius: 0 10px 10px 0; border: 0; } .user .actions { margin: 0; text-align: right; } /* FORM ELEMENTS */ .form-wrap { margin: 3em auto 0; } .form-wrap .tabs-content { padding: 1.5em 2.5em; } .tabs-content p { position: relative; } /* ARROW */ .tabs-content .fa { position: absolute; top: 8px; left: -16px; display: block; font-size: .8em; color: #fff; opacity: .3; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: transform .3s .3s ease, opacity .6s .0s ease; -moz-transition: transform .3s .3s ease, opacity .6s .0s ease; -o-transition: transform .3s .3s ease, opacity .6s .0s ease; transition: transform .3s .3s ease, opacity .6s .0s ease; } .tabs-content .fa.active { -webkit-transform: translate(-3px, 0); -moz-transform: translate(-3px, 0); -o-transform: translate(-3px, 0); transform: translate(-3px, 0); opacity: .8; } .tabs-content .fa.inactive { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); opacity: .3; } } /* LARGE VIEWPORT */ .modal.in .modal-dialog { -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0); min-width: 900px !important; } .modal-header { /* min-height: 16.43px; */ padding: 15px; /* border-bottom: 1px solid #e5e5e5; */ z-index: 999 !important; border: none !important; } @media only screen and (min-width: 60em) { /* WRAP */ .wrap { width: 100%; height: 100%; } /* CONTENT */ .content, .content.full { height: 550px; } .terms, .recovery { height: 490px; } /* SLIDESHOW */ #slideshow h2 { margin: 4em 0 1em; font-size: 3em; } #slideshow .four { background-position: -82% -330%; } /* USER (FORM WRAPPER) */ .user { height: 550px; } .form-wrap { margin: 5em auto 0; } .form-wrap .tabs-content { padding: 1.5em 4.9em; } } /* CSS */ .element { opacity: 0.0; transform: scale(0.95) translate3d(0,100%,0); transition: transform 400ms ease, opacity 400ms ease; } .element.active { opacity: 1.0; transform: scale(1.0) translate3d(0,0,0); } .element.inactive { opacity: 0.0; transform: scale(1) translate3d(0,0,0); } /*-- header --*/ /*-----------team-----------------*/ .media-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; margin-top: 30px; } /* Previous button */ .media-carousel .carousel-control.left { left: -12px; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Next button */ .media-carousel .carousel-control.right { right: -12px !important; background-image: none; background: none repeat scroll 0 0 #222222; border: 4px solid #FFFFFF; border-radius: 23px 23px 23px 23px; height: 40px; width : 40px; margin-top: 30px } /* Changes the position of the indicators */ .media-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the colour of the indicators */ .media-carousel .carousel-indicators li { background: #c0c0c0; } .media-carousel .carousel-indicators .active { background: #333333; } .media-carousel img { width: 250px; height: 100px } /* here is custom styling */ .web_disigner { min-height: 400px; } .web_disigner .web_disigner_contain { padding: 80px 0px; } .web_disigner .parent_circle { border: 4px solid rgb(49 168 48); border-radius: 50%; height: 170px; width: 170px; display: table; position: relative; } .web_disigner .parent_circle .parent_circle_contain .more { color: #fff; } .web_disigner .parent_circle .parent_circle_contain { display: table-cell; vertical-align: middle; font-size: 13px; text-align: center; font-weight: 600; padding: 18px;} .web_disigner .parent_circle .child_round_circle img { width: 100%; height: 100%; border-radius: 50%; margin-top: 0px; margin-right: 0; } .web_disigner .parent_circle .child_round_circle { border: 8px solid rgb(49 168 48); border-radius: 50%; height: 160px; left: 130px; position: absolute; top: -53px; width: 160px} .web_disigner .parent_circle .child_round_circle_img1 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img2 { background-position:top; } .web_disigner .parent_circle .child_round_circle_img3 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img4 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img5 { background-size: 100%; } .web_disigner .parent_circle .child_round_circle_img6 { background-size: 100%; } .padtop30 { padding-top: 74px; left: -21px !important; } /* here is our responsive css */ @media only screen and (max-width: 360px) { .web_disigner .parent_circle .child_round_circle { border: 10px solid rgb(49 168 48); border-radius: 50%; height: 100px; left: 100px; position: absolute; top: -30px; width: 100px; } .media-carousel .carousel-control.left{ margin-top: 290px; } .media-carousel .carousel-control.right{ margin-top: 290px; } } #quote-carousel{ direction: ltr !important; } .modal-backdrop.fade { z-index: -100 !important; } /*--Hedder-contact--*/ .header-outs { position:relative; } .header-w3layouts { position: absolute; z-index: 99; width:100%; } .headder-contact { padding: 1em 0em; background: transparent; } .info-contact-agile ul li,.icons ul li,.news-date ul li,.list-social-icons ul li,.news-bloger ul li{ display:inline-block; } /* .info-contact-agile ul li p,.info-contact-agile ul li p a.addres-office-hour ul li p .mail{ color: #fff; } */ .info-contact-agile ul li p a.addres-office-hour ul li p a{ font-size: 13px; color: #31a830 !important; display: inline-block; font-weight: 700; } .info-contact-agile ul li p{ font-size: 13px; color: #fff !important; display: inline-block; font-weight: 700; margin-left: 0 !important; margin-right: 0 !important; } .info-contact-agile ul li p a:hover{color:#31a830;} .info-contact-agile ul li span,.news-date ul li span,.list-social-icons ul li p{ } .info-contact-agile ul li p .mail{ color:#fff !important; } .info-contact-agile ul li span { font-size: 19px; margin-right: 12px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; margin-left: 1px; } .news-date ul li span,.list-social-icons ul li span{ font-size: 19px; margin-right: 28px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; margin-left: 14px; } .info-contact-agile ul li:nth-child(1) { margin-right: 10px; } .icons ul li a span { font-size: 15px; text-align: center; margin: 0px 10px; color: #fff !important; background:transparent; line-height: 38px; border-radius: 20px; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; } .icons ul li a span:hover,.addres-office-hour ul li p a:hover{ color:#31a830; } .icons { text-align: left; } .info-contact-agile { padding-top: 9px; text-align: right; } /*--//Hedder-contact--*/ /*-- nav --*/ .header-outs { position:relative; } .headdser-nav-color { background:#31a830; width:100%; padding: 1em; } .hedder-up .logo { width: 116px; height: 116px; margin-top: -48px; } .hedder-up { border: none; /* border-right: 5px solid #0529f3; */ padding: 0px 2em; } h1 a.navbar-brand { padding-top: 7px; font-size: 37px; color: #fff !important; text-transform: capitalize; font-weight: 600; margin-left: 5px; margin-right: 0px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 7em; background:rgba(255, 255, 255, 0.6); z-index: 999; position: absolute; width: 100%; top:70px; left: 0px; height: 117px; } .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link { color:#000; border: none; border-bottom: 1px solid #fff; } .navbar-light .navbar-nav .nav-link { color: #fff; font-size: 17px; text-transform: uppercase; font-weight: 600; margin: 0px 8px; border: none; border-bottom: 1px solid transparent; padding: 0px 14px 5px; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color:#000; border:none; border-bottom:1px solid #fff; } .navbar-light .navbar-nav.active>.nav-link, .navbar-light .navbar-nav.nav-link.active, .navbar-light .navbar-nav.nav-link.open, .navbar-light .navbar-nav .open>.nav-link { color:#000; } /*-- //nav --*/ /*-- Heading-1 --*/ /*-- banner --*/ /* .one-img{ background: url(../images/b1.jpg)no-repeat center;} .two-img{ background: url(../images/b2.jpg)no-repeat center;} .three-img{ background: url(../images/b3.jpg)no-repeat center;} */ .slider{ min-height: 800px; max-height: 100vh; overflow: hidden } .slider-img { position: relative; background-size:cover; height: 800px; display: flex; justify-content: center; align-items: center; } .slider-img:after { content: ''; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgb(16 18 97 / 39%); } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; width: 100%; border: 0; } /*-------------------team----------------*/ /*---------------team-----------------------*/ /*-- //banner Slider --*/ .rslides { margin: 0 auto 40px; } #slider2, #slider3 { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0 auto; } .rslides_tabs { list-style: none; padding: 0; background: rgba(0,0,0,.25); box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0); font-size: 18px; list-style: none; margin: 0 auto 50px; max-width: 540px; padding: 10px 0; text-align: center; width: 100%; } .rslides_tabs li { display: inline; float: none; margin-right: 1px; } .rslides_tabs a { width: auto; line-height: 20px; padding: 9px 20px; height: auto; background: transparent; display: inline; } .rslides_tabs li:first-child { margin-left: 0; } .rslides_tabs .rslides_here a { background: rgba(255,255,255,.1); color: #fff; font-weight: bold; } a { text-decoration: none; } /* Callback example */ /*.events { list-style: none; }*/ .callbacks_container { position: relative; float: left; width: 100%; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; width: 100%; left: 0; top: 0; } .callbacks img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .8); left: 0; right: 0; bottom: 0; padding: 10px 20px; margin: 0; max-width: none; } .slider-info { padding:23em 0 0; position: relative; z-index: 999999; } .slider-info h5 { font-size:53px; color: #ffffff; font-weight: 600; margin-bottom: 10px; text-shadow: 1px 1px 7px #000000; } .slider-info h4 { color: #ffffff; padding-bottom: 29px; font-size: 20px; font-weight: 600; } .slider-info p{color:#fff; font-size:15px; line-height:29px;} .outs_more-buttn a { font-size: 14px; color: #fff; text-decoration: none; text-transform: capitalize; display: inline-block; background-color: #31a830; outline: none; font-weight: bold; padding: 9px 42px; border: 2px solid #ffffff; margin-top: 17px; } .outs_more-buttn a:hover,.view a.info:hover,.sent-butnn button:hover,.btn1:hover{ background:#000; border:2px solid #000;} .callbacks_nav { -webkit-tap-highlight-color: rgba(0,0,0,0); top:60%; left: 0; opacity: 0.7; z-index: 9999999; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 53px; width: 53px; background:rgba(230, 230, 230, 0) url("../images/left-arrow.png") no-repeat left top; margin-top: -45px; } .callbacks_nav:active { opacity: 1.0; } .callbacks_nav.next { left: auto; background:rgba(230, 230, 230, 0) url("../images/right-arrow.png") no-repeat 0px 0px; background-position: right top; right: 0; } .callbacks_nav , .callbacks_nav.next { background-size:40px; } /*#slider3-pager a { display: inline-block; } #slider3-pager img { float: left; } #slider3-pager .rslides_here a { background: transparent; box-shadow: 0 0 0 2px #666; } #slider3-pager a { padding: 0; }*/ /*--pager--*/ /*.callbacks_tabs { list-style: none; position: absolute; padding: 0; bottom: 228px; right: 41%; margin: 0; z-index: 9; display: block; text-align: center; } .callbacks_tabs li { display: inline-block; margin: 0px 2px 0px; } .callbacks_tabs a { visibility: hidden; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; width: 21px; height: 21px; display: inline-block; background:#d24055; border: none; border-radius: 50%; } .callbacks_here a:after { background: #fff; border: 4px solid #d24055; }*/ /*-- //banner --*/ /*-- about --*/ .titpos{ background-color:rgb(49 168 48) !important; position: absolute !important; text-align: center !important; margin-top: -144px !important; font-family: 'Cairo', sans-serif; margin-right: 180px !important; } .about-jewel-agile-left h4{ font-size: 23px !important; font-family: 'Cairo', sans-serif; } .about-jewel-agile-left { text-align: right; margin-top: 40px; } .about-txt-img img { box-shadow:8px 7px 3px 6px #9e9e9e; border-radius: 0px; } .about-jewel-agile-left h5 { font-size: 32px; padding: 23px 0px 0px; font-family: 'Cairo', sans-serif; color:#31a830; } /*--hover effects-- */ .view { overflow: hidden; position: relative; text-align: center; height: 300px; font-family: 'Cairo', sans-serif; cursor: default; /*background: #fff url(../images/bgimg.jpg) no-repeat center center;*/ } .view .mask, .view .content { width:100%; height: 300px; position: absolute; overflow: hidden; font-family: 'Cairo', sans-serif; top: 0; left: 0; } .view .serv { /* display: block;*/ position: relative; height: 100%; } .view h3 { text-transform: uppercase; color: #fff; text-align: center; position: relative; font-size: 17px; padding: 10px; background: #31a830; font-family: 'Cairo', sans-serif; margin: 39px 10px 20px; } .view p { font-size: 13px; position: relative; font-family: 'Cairo', sans-serif; color: #fff; padding: 10px 20px 20px; text-align: center; line-height:28px; } .view a.info { display: inline-block; text-decoration: none; padding: 7px 14px; background: #31a830; color: #fff; border: 2px solid #fff; font-size: 14px; /* text-transform: uppercase; */ -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; } .view a.info:hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; } /*--//hover effects-- */ /*--Tabs-- */ ul.resp-tabs-list{ text-align: center; } .resp-tabs-list li { font-weight: 600; font-size: 16px; display: inline-block; padding: 13px 30px; margin: 0; list-style: none; background: #000; cursor: pointer; color: #fff; } .resp-tabs-container { padding: 0px; background-color: #fff; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; font-size: 14px; border: 1px solid; background:#31a830; } .resp-tab-content { display: none; padding:0px 0px 15px; } .resp-tab-active { border: 1px solid #c1c1c1; border-bottom: none; margin-bottom: -1px !important; } .resp-tab-active { border: none; background-color: #31a830 !important; color: #000; } .resp-content-active, .resp-accordion-active { display: block; } .resp-tab-content { border:none; } h2.resp-accordion { font-size: 14px; border: 1px solid #c1c1c1; border-top: 0px solid #c1c1c1; margin: 0px; padding: 10px 15px; color: #000; } h2.resp-tab-active { border-bottom: 0px solid #c1c1c1 !important; margin-bottom: 0px !important; padding: 10px 15px !important; font-size: 14px; } h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: blue; } /*-----------Accordion styles-----------*/ h2.resp-tab-active { background:#c1c1c1!important; } .resp-easy-accordion h2.resp-accordion { display: block; } .resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; } .resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; } .resp-jfit { width: 100%; margin: 0px; } .resp-tab-content-active { display: block; } h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; } /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/ @media only screen and (max-width: 768px) { ul.resp-tabs-list { display: none; } h2.resp-accordion { display: block; } .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } .resp-accordion-closed { display: none !important; } .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; } } /*--//Tabs-- */ /*-- //about --*/ /*-- service --*/ .service{background: url(../images/b2.jpg)no-repeat center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .text-wls-ser-bake span { font-size:38px; border-radius: 50%; color:#fff; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .white-shadow:hover span.banner-icon { transition: 0.90s; -webkit-transition: 0.90s; -moz-transition: 0.90s; -ms-transition: 0.90s; -o-transition: 0.90s; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .white-shadow { background:rgba(0, 0, 0, 0.5); padding: 2em 1em; font-family: 'Cairo', sans-serif; } /*--//service --*/ /*-- blog--*/ .blog-txt-info p{ height: 85px; font-family: 'Cairo', sans-serif; overflow: hidden; text-overflow: ellipsis; margin: 11px; } .blog-txt-info { background: #fff; text-align: right; padding: 1em 1em; font-family: 'Cairo', sans-serif; } .news-date ul li a { color: #222; text-decoration: none; font-weight: 600; font-size:12px; font-family: 'Cairo', sans-serif; } .clients-color .news-img { height: 234px; width: 100%; } .clients-color .news-img img { height: 100%; width: 100%; } .clients-color .blog-txt-info { padding: 15px; } .clients-color,.team-shadow { box-shadow: 2px 0px 20px 0px #757575; } .news-dat p { height: 84px; font-family: 'Cairo', sans-serif; } /*-- //blog--*/ /*-- count--*/ .stats{ background: url(../images/cc1.jpg)no-repeat center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .counter { font-size: 23px; color: #000; font-weight: 500; } .stat-info h5,.dance-agile-info h4,.ser-inner-info h4{ font-size:19px; line-height: 33px; color:#fff; font-weight: 800; font-family: 'Cairo', sans-serif; text-transform: uppercase; } .stats-grid { background: #31a830; padding: 3em 2em; border-radius: 5%; } /*-- //counter --*/ /*-- //count--*/ /*--team --*/ .team-w3layouts-info { background: #31a830; } .bodr-img h4 { font-size: 27px; color: #ffeb3b; font-family: 'Cairo', sans-serif; padding-bottom: 47px; } .bodr-img p { font-size: 16px; line-height: 28px; color: #d0d0d0; font-family: 'Cairo', sans-serif; } h6.description{ font-weight: bold; color: #999; border-bottom: 1px solid rgba(0, 0, 0,0.1); padding-bottom: 5px; } .profile .img-box{ opacity: 1; display: block; position: relative; } .profile .img-box:after{ content:""; opacity: 0; background-color:rgba(0, 0, 0, 0.5803921568627451); position: absolute; right: 0; left: 0; top: 0; bottom: 0; } .img-box ul { position: absolute; z-index: 2; top: 225px; text-align: center; width: 100%; padding-left: 0px; height: 0px; margin: 0px; opacity: 0; } .profile .img-box:after, .img-box ul, .img-box ul li{ -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; } .img-box:hover:after{ opacity: 1; } .img-box:hover ul { opacity: 1; margin-bottom: 15px; } .img-box ul a{ -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .img-box a:hover li { border-color: #fff; color: #ff5722; } .img-box img { width: 100%; } .list-social-icons ul li span:hover{color:#969696;} span.wls-client-title{font-size:15px; font-family: 'Cairo', sans-serif; } /*--//team --*/ .newsletter input[type="email"] { outline: none; padding: 13px 15px; color: #000; font-size: 14px; width: 80%; border-radius: 0px; background: rgba(0, 0, 0, 0); border: 1px solid #000; } button.btn1 { width: 20%; color: #fff; border: 1px solid #000; padding: 11.5px 0; font-size: 16px; border:2px solid #000; background:#31a830; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; transition: 0.5s all; cursor: pointer; } .subscrib-w3layouts h2 { color: #000; font-size:38px; text-transform: uppercase; } .newsletter input::-webkit-input-placeholder { /* Chrome */ color: #000; } .newsletter inputl:-ms-input-placeholder { /* IE 10+ */ color: #000; } .newsletter input::-moz-placeholder { /* Firefox 19+ */ color: #000; opacity: 1; } .newsletter input:-moz-placeholder { /* Firefox 4 - 18 */ color: #000; opacity: 1; } /*--contact --*/ .contact { background: url(../images/b2.jpg)no-repeat 0px 0px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; } .addres-office-hour { background: #000; padding: 2em 0em; } .contact-forms input,.contact-forms textarea { width: 100%; font-size: 14px; color: #fff; padding: .8em .7em; border: none; border-bottom: 1px solid #f1f1f1; border-radius: 0px; background: transparent!important; outline: none !important; } .contact-forms textarea { resize: none; height:8em; } .contact-forms input::-webkit-input-placeholder,.contact-forms textarea::-webkit-input-placeholder{ /* Chrome */ color: #fff; } .contact-forms input:-ms-input-placeholder,.contact-forms textarea :-ms-input-placeholder{ /* IE 10+ */ color: #fff; } .contact-forms input::-moz-placeholder,.contact-forms textarea::-moz-placeholder { /* Firefox 19+ */ color: #fff; opacity: 1; } .contact-forms input:-moz-placeholder,.contact-forms textarea:-moz-placeholder{ /* Firefox 4 - 18 */ color: #fff; opacity: 1; } .sent-butnn button { width: 100%; font-size: 16px; padding: 11px 0px; color: #fff; font-weight: 600; text-transform: uppercase; margin-top:24px; background: #31a830; border:2px solid #fff; transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; -moz-transition: 0.5s all; } /*--//contact --*/ /*--Footer --*/ .footer,footer,.blog{ background:#e6e6e6; text-align: center; } .footer .logo-footer { width: 117px; } .footer .footer-about { margin: 10px 10px 10px 57px; } .footer .best li p{ font-size: 17px; font-weight: 600; } .footer .best li{ display: inline-block; } .footer .footer-addres { text-align: right; margin-right: 58px; } .footer .footer-addres p .a { color: #000 !important; } .footer .footer-addres p{ display: inline-block; margin-right: 20px; } .nav-footer{background:#000;} .address_mail_footer_grids iframe { width: 100%; height: 15.5em; border: none; } .bottom-para h6 a{ font-size: 13px; line-height: 23px; color: #000; } .footer-office-hour ul li span { font-size: 16px; font-weight: normal; font-style: italic; color: #565656; } .bottom-para h6 a:hover,.footer-office-hour p a:hover{color:#000;} .news-bloger ul li a { font-size:12px; color:#31a830; padding-top: 4px; display: block; } .dance-agile-info h4,.ser-inner-info h4 { color:#31a830; } footer p { font-size: 14px; color: #000; letter-spacing: 2px; } footer p a { color: #31a830; } footer p a:hover { color:#000; text-decoration:underline; } .nav-link:focus, .nav-link:hover { color:#31a830; text-decoration: none; } nav.border-line { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .nav-link { font-size: 14px; color: #fff; } .footer-office-hour p a{color:#000;} /*--//footer nav--*/ /*--//Footer --*/ /*--mode--*/ .modal-body p { font-size: 14px; color: #000; padding: 16px; line-height: 27px; } .modal-header h4 { color:#31a830; text-align: center !important; font-size: 35px; } /*--//mode--*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 20px; right: 2%; overflow: hidden; z-index: 999; width: 46px; height:46px; border: none; text-indent: 100%; background: url(../images/arrow.png) no-repeat 0px 0px; } #toTopHover { width: 43px; height: 43px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /*--responsive--*/ @media(max-width:1920px){ } @media(max-width:1680px){ } @media(max-width:1600px){ } @media(max-width:1440px){ .slider-img { min-height: 680px; } .slider-info { padding: 19em 0 0; } .slider-info h5 { font-size: 48px; } .slider-info h4 { padding-bottom: 24px; font-size: 18px; } h1 a.navbar-brand { padding-top: 8px; font-size: 35px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 6em; } .view h3 { } .view h3 { font-size: 16px; } .resp-tabs-list li { padding: 11px 26px; } .about-jewel-agile-left h5 { font-size: 30px; } .title { font-size: 43px; font-family: 'Cairo', sans-serif; } .ser-inner-info h4 { font-size: 18px; } .subscrib-w3layouts h2 { font-size: 36px; } .counter { font-size: 21px; } .img-box ul { top: 216px; } .callbacks_nav { top: 63%; } } @media(max-width:1366px){ .title { font-size: 26px; } .text-wls-ser-bake span { font-size: 35px; } .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 16px; } .outs_more-buttn a { padding: 9px 38px; margin-top: 15px; } .stats-grid { padding: 2.5em 2em; } } @media(max-width:1280px){ .callbacks_nav, .callbacks_nav.next { background-size: 35px; } .headdser-nav-color { padding: .9em; } h1 a.navbar-brand { padding-top: 7px; font-size: 34px; } .icons ul li a span { margin: 0px 8px; } .about-jewel-agile-left h5 { font-size: 29px; } .modal-header h4 { font-size: 33px; } .hedder-up { padding: 0px 1.5em; } } @media(max-width:1080px){ .slider-info { padding: 17em 0 0; } .slider-img { min-height: 600px; } .slider-info h4 { padding-bottom: 18px; } .slider-info h5 { font-size: 45px; } .view p { padding: 6px 16px 9px; line-height: 21px; } .view h3 { margin: 13px 10px 10px; padding: 8px 0px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 4em; } .resp-tabs-list li { font-size: 15px; } .about-jewel-agile-left h5 { font-size: 27px; padding: 16px 0px 0px; } .title { font-size: 38px; } .news-date ul li a { letter-spacing: 1px; } .img-box ul { top: 183px; } .addres-office-hour { padding: 1.7em 0em; } .sent-butnn button { font-size: 15px; margin-top: 20px; } .bottom-para h6 a { font-size: 12px; line-height: 22px; } } @media(max-width:1050px){ .callbacks_nav, .callbacks_nav.next { background-size: 31px; } .headder-contact { padding: .7em 0em; } nav.navbar.navbar-expand-lg.navbar-light { top: 59px; } h1 a.navbar-brand { font-size: 32px; } .navbar-light .navbar-nav .nav-link { letter-spacing: 1px; } .headdser-nav-color { padding: .8em; } .text-wls-ser-bake span { font-size: 32px; } .blog-txt-info { padding: .7em .7em; } .stats-grid { padding: 2em 2em; } } @media(max-width:1024px){ .icons ul li a span { margin: 0px 6px; } .hedder-up { padding: 0px 1em; } .slider-info p { font-size: 14px; line-height: 29px; } .outs_more-buttn a { padding: 9px 34px; margin-top: 12px; } .newsletter input[type="email"] { width: 75%; } button.btn1 { padding: 9px 0; font-size: 15px; } .subscrib-w3layouts h2 { font-size: 34px; } } @media(max-width:991px){ div#navbarSupportedContent { background: transparent; text-align: center; padding: 13px 0px; } .navbar-light .navbar-nav .nav-link { padding: 12px 15px; width: 11%; margin: 0px auto; } .navbar-light .navbar-toggler { border-color: rgb(0, 0, 0); background:#31a830; padding: 1px 4px; margin-top: 0px; outline: none; margin-right: 0px; cursor: pointer; border-radius: 6px; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } .navbar-light .navbar-toggler:hover { background: #fff; } .headdser-nav-color { padding: .5em; } .slider-img { min-height: 580px; } .slider-info h5 { font-size: 40px; } .slider-info h4 { padding-bottom: 12px; } .modal-header h4 { font-size: 30px; } .view .mask, .view .content { width: 58%; left: 192px; } .info-contact-agile { padding-top: 7px; } .w3layouts-service-list:nth-child(3),.blog-grid-flex:nth-child(3), .stats-grid-3,.stats-grid-4,.profile:nth-child(3), .profile:nth-child(4),.dance-agile-info:nth-child(3),.dance-agile-info:nth-child(4),.view:nth-child(2),.view:nth-child(3){ margin-top: 24px; } .nav-link { letter-spacing: 1px; } .callbacks_nav { top: 66%; } } @media(max-width:900px){ .view h3 { margin:43px 10px 32px; } .view p { padding: 13px 16px 37px; } .text-wls-ser-bake span { font-size: 30px; } .title { font-size: 36px; } .modal-header h4 { font-size: 28px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { font-size: 18px; } .img-box ul { top: 280px; } .stats-grid { padding: 1.5em 2em; line-height: 26px; } .subscrib-w3layouts h2 { font-size: 33px; } } @media(max-width:800px){ .navbar-light .navbar-nav .nav-link { width: 16%; } .icons ul li a span { font-size: 14px; } .callbacks_nav, .callbacks_nav.next { background-size: 26px; } nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 3em; } .view .mask, .view .content { width: 64%; left: 141px; } .about-jewel-agile-left h5 { font-size: 25px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { font-size: 17px; } .sent-butnn button { padding: 9px 0px; } } @media(max-width:768px){ .slider-img { min-height: 560px; } .slider-info { padding: 16em 0 0; } h1 a.navbar-brand { font-size: 30px; } .slider-info h5 { font-size: 36px; letter-spacing: 1px; } .view .mask, .view .content { width: 67%; left: 127px; } button.btn1 { width: 25%; } footer p { letter-spacing: 1px; } } @media(max-width:767px){ .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 17px; } /*.latest-list { margin: 20px 0px; }*/ .latest-list:nth-child(2),.latest-list:nth-child(4){ margin-top: 20px; } .latest-list:nth-child(1),.latest-list:nth-child(3){ margin-bottom: 20px; } .about-jewel-agile-left h5 { font-size: 24px; } .title { font-size: 34px; } .info-contact-agile ul li span, .news-date ul li span, .list-social-icons ul li span { font-size: 14px; } .outs_more-buttn a { padding: 8px 32px; } .counter { font-size: 19px; } .subscrib-w3layouts h2 { font-size: 31px; margin-bottom: 20px; } .img-box ul { top: 193px; } span.wls-client-title { font-size: 14px; } .addres-office-hour { padding: 1.5em 0em; margin-bottom: 20px; } } @media(max-width:736px){ .contact-forms textarea { height: 7em; } .navbar-light .navbar-nav .nav-link { width: 18%; } footer p { font-size: 13px; } } @media(max-width:667px){ .icons ul li a span { margin: 0px 4px; } .slider-img { min-height: 494px; } .slider-info { padding: 15em 0 0; } .slider-info h5 { margin-bottom: 8px; font-size: 34px } .slider-info h4 { padding-bottom: 10px; font-size: 17px; } h1 a.navbar-brand { font-size: 28px; } .view .mask, .view .content { width: 77%; left: 77px; } .contact-forms input, .contact-forms textarea { padding: .7em 0em; } .modal-header h4 { font-size: 26px; } } @media(max-width:640px){ nav.navbar.navbar-expand-lg.navbar-light { padding: 1em 2em; } .view .mask, .view .content { width: 80%; left: 62px; } .title { font-size: 32px; } .callbacks_nav { top: 70%; } } @media(max-width:600px){ .navbar-light .navbar-nav .nav-link { width: 23%; } .view .mask, .view .content { width: 86%; left: 42px; } .about-jewel-agile-left h5 { font-size: 22px; padding: 12px 0px 0px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { line-height: 26px; } } @media(max-width:568px){ .info-contact-agile ul li{ display:block; text-align: center; } .icons { text-align: center; } nav.navbar.navbar-expand-lg.navbar-light { top: 108px; padding: 1em 1em; } .slider-info { padding: 17em 0 0; margin-left: 27px; } .slider-info h5 { font-size: 32px; } .callbacks_nav { top: 75%; } .view .mask, .view .content { width: 91%; left: 25px; } .subscrib-w3layouts h2 { font-size: 30px; } .profile { width: 50%; } .address_mail_footer_grids iframe { height: 14em; } .w3layouts-service-list:nth-child(1),.blog-grid-flex:nth-child(1),.dance-agile-info:nth-child(1) { margin-bottom:20px; } .callbacks_nav { height: 29px; width: 30px; } } @media(max-width:480px){ .navbar-light .navbar-nav .nav-link { width: 27%; } .view .mask, .view .content { width: 94%; left: 14px; } .about-jewel-agile-left h5 { font-size: 20px; } .stats-grid { padding: 1em 1em; line-height: 23px; } .nav-link { font-size: 13px; } .view p { padding: 13px 16px 28px; } .img-box ul { top: 160px; } } @media(max-width:440px){ .view .mask, .view .content { left: 11px; } .view h3 { margin: 34px 10px 19px; } .title { font-size: 30px; letter-spacing: 2px; } .about-jewel-agile-left h4, .blog-txt-info h4 a, .team-w3layouts-info h4, .addres-office-hour ul li h6, .ser-inner-info h4 { font-size: 16px; } .subscrib-w3layouts h2 { font-size: 27px; } .newsletter input[type="email"] { padding: 8px 15px; } .img-box ul { top: 141px; } ul.nav { flex-direction: column; text-align: center; } } @media(max-width:414px){ .view h3 { margin: 27px 10px 11px; } .view p { padding: 10px 16px 19px; } .stat-info h5, .dance-agile-info h4, .ser-inner-info h4 { line-height: 23px; } button.btn1 { padding: 6px 0; width: 29%; } .newsletter input[type="email"] { width: 71%; } footer p { line-height: 28px; } .navbar-light .navbar-nav .nav-link { width: 31%; } .slider-info { margin-left: 18px; } } @media(max-width:384px){ .slider-info h5 { font-size: 29px; } .slider-info p { letter-spacing: 1px; } .about-jewel-agile-left h5 { font-size: 19px; } .title { font-size: 28px; letter-spacing: 1px; } .img-box ul { top: 166px; } .profile { width: 66%; margin: 0px auto; } .profile:nth-child(1){ margin-bottom:20px; } } @media(max-width:375px){ h1 a.navbar-brand { font-size: 26px; } .slider-info h5 { font-size: 27px; } .outs_more-buttn a { padding: 7px 25px; } .subscrib-w3layouts h2 { font-size: 25px; } .sent-butnn button { font-size: 14px; } .navbar-light .navbar-nav .nav-link { width: 38%; } .profile { width: 75%; } } @media(max-width:320px){ .slider-info h5 { font-size: 22px; } .slider-img { min-height: 493px; } .slider-info h4 { padding-bottom: 8px; font-size: 16px; } .view h3 { margin:13px 10px 11px; } .view p { padding: 2px 10px 10px; } .view a.info { font-size: 13px; } .profile { width: 90%; } .img-box ul { top: 189px; } } /*-------------lastnews-*/ .testim { width: 100%; position: relative; top: 207px; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -ms-transform: translatey(-50%); -o-transform: translatey(-50%); transform: translatey(-50%); } .testim .wrap { position: relative; width: 100%; max-width: 1020px; padding: 40px 20px; margin: auto; } .testim .arrow { display: block; position: absolute; color: #000; cursor: pointer; font-size: 2em; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; padding: 5px; z-index: 22222222; } .testim .arrow:before { cursor: pointer; } .testim .arrow:hover { color: #ea830e; } .testim .arrow.left { left: 10px; } .testim .arrow.right { right: 10px; } .testim .dots { text-align: center; position: absolute; width: 100%; bottom: 60px; left: 0; display: block; z-index: 3333; height: 12px; } .testim .dots .dot { list-style-type: none; display: inline-block; width: 12px; height: 12px; border-radius: 50%; border: 1px solid #eee; margin: 0 10px; cursor: pointer; -webkit-transition: all .5s ease-in-out; -ms-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; position: relative; } .testim .dots .dot.active, .testim .dots .dot:hover { background: #ea830e; border-color: #ea830e; } .testim .dots .dot.active { -webkit-animation: testim-scale .5s ease-in-out forwards; -moz-animation: testim-scale .5s ease-in-out forwards; -ms-animation: testim-scale .5s ease-in-out forwards; -o-animation: testim-scale .5s ease-in-out forwards; animation: testim-scale .5s ease-in-out forwards; } .testim .cont { position: relative; overflow: hidden; } .testim .cont > div { text-align: center; position: absolute; top: 0; left: 0; padding: 0 0 70px 0; opacity: 0; } .testim .cont > div.inactive { opacity: 1; } .testim .cont > div.active { position: relative; opacity: 1; } .testim .cont div .img img { display: block; width: 100px; height: 100px; margin: auto; border-radius: 50%; } .testim .cont div h2 { color: #ea830e; font-size: 1em; margin: 15px 0; } .testim .cont div p { font-size: 1.15em; color: #000; width: 80%; margin: auto; } .testim .cont div.active .img img { -webkit-animation: testim-show .5s ease-in-out forwards; -moz-animation: testim-show .5s ease-in-out forwards; -ms-animation: testim-show .5s ease-in-out forwards; -o-animation: testim-show .5s ease-in-out forwards; animation: testim-show .5s ease-in-out forwards; } .testim .cont div.active h2 { -webkit-animation: testim-content-in .4s ease-in-out forwards; -moz-animation: testim-content-in .4s ease-in-out forwards; -ms-animation: testim-content-in .4s ease-in-out forwards; -o-animation: testim-content-in .4s ease-in-out forwards; animation: testim-content-in .4s ease-in-out forwards; } .testim .cont div.active p { -webkit-animation: testim-content-in .5s ease-in-out forwards; -moz-animation: testim-content-in .5s ease-in-out forwards; -ms-animation: testim-content-in .5s ease-in-out forwards; -o-animation: testim-content-in .5s ease-in-out forwards; animation: testim-content-in .5s ease-in-out forwards; } .testim .cont div.inactive .img img { -webkit-animation: testim-hide .5s ease-in-out forwards; -moz-animation: testim-hide .5s ease-in-out forwards; -ms-animation: testim-hide .5s ease-in-out forwards; -o-animation: testim-hide .5s ease-in-out forwards; animation: testim-hide .5s ease-in-out forwards; } .testim .cont div.inactive h2 { -webkit-animation: testim-content-out .4s ease-in-out forwards; -moz-animation: testim-content-out .4s ease-in-out forwards; -ms-animation: testim-content-out .4s ease-in-out forwards; -o-animation: testim-content-out .4s ease-in-out forwards; animation: testim-content-out .4s ease-in-out forwards; } .testim .cont div.inactive p { -webkit-animation: testim-content-out .5s ease-in-out forwards; -moz-animation: testim-content-out .5s ease-in-out forwards; -ms-animation: testim-content-out .5s ease-in-out forwards; -o-animation: testim-content-out .5s ease-in-out forwards; animation: testim-content-out .5s ease-in-out forwards; } @-webkit-keyframes testim-scale { 0% { -webkit-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -webkit-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -webkit-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -webkit-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-moz-keyframes testim-scale { 0% { -moz-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -moz-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -moz-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -moz-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-ms-keyframes testim-scale { 0% { -ms-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -ms-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -ms-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -ms-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @-o-keyframes testim-scale { 0% { -o-box-shadow: 0px 0px 0px 0px #eee; box-shadow: 0px 0px 0px 0px #eee; } 35% { -o-box-shadow: 0px 0px 10px 5px #eee; box-shadow: 0px 0px 10px 5px #eee; } 70% { -o-box-shadow: 0px 0px 10px 5px #ea830e; box-shadow: 0px 0px 10px 5px #ea830e; } 100% { -o-box-shadow: 0px 0px 0px 0px #ea830e; box-shadow: 0px 0px 0px 0px #ea830e; } } @keyframes testim-scale { 0% { box-shadow: 0px 0px 0px 0px #eee; } 35% { box-shadow: 0px 0px 10px 5px #eee; } 70% { box-shadow: 0px 0px 10px 5px #ea830e; } 100% { box-shadow: 0px 0px 0px 0px #ea830e; } } @-webkit-keyframes testim-content-in { from { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-moz-keyframes testim-content-in { from { opacity: 0; -moz-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } } @-ms-keyframes testim-content-in { from { opacity: 0; -ms-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); } } @-o-keyframes testim-content-in { from { opacity: 0; -o-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } } @keyframes testim-content-in { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } } @-webkit-keyframes testim-content-out { from { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%); } } @-moz-keyframes testim-content-out { from { opacity: 1; -moz-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -moz-transform: translateY(-100%); transform: translateY(-100%); } } @-ms-keyframes testim-content-out { from { opacity: 1; -ms-transform: translateY(0); transform: translateY(0); } to { opacity: 0; -ms-transform: translateY(-100%); transform: translateY(-100%); } } @-o-keyframes testim-content-out { from { opacity: 1; -o-transform: translateY(0); transform: translateY(0); } to { opacity: 0; transform: translateY(-100%); transform: translateY(-100%); } } @keyframes testim-content-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-100%); } } @-webkit-keyframes testim-show { from { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes testim-show { from { opacity: 0; -moz-transform: scale(0); transform: scale(0); } to { opacity: 1; -moz-transform: scale(1); transform: scale(1); } } @-ms-keyframes testim-show { from { opacity: 0; -ms-transform: scale(0); transform: scale(0); } to { opacity: 1; -ms-transform: scale(1); transform: scale(1); } } @-o-keyframes testim-show { from { opacity: 0; -o-transform: scale(0); transform: scale(0); } to { opacity: 1; -o-transform: scale(1); transform: scale(1); } } @keyframes testim-show { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } } @-webkit-keyframes testim-hide { from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } to { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } } @-moz-keyframes testim-hide { from { opacity: 1; -moz-transform: scale(1); transform: scale(1); } to { opacity: 0; -moz-transform: scale(0); transform: scale(0); } } @-ms-keyframes testim-hide { from { opacity: 1; -ms-transform: scale(1); transform: scale(1); } to { opacity: 0; -ms-transform: scale(0); transform: scale(0); } } @-o-keyframes testim-hide { from { opacity: 1; -o-transform: scale(1); transform: scale(1); } to { opacity: 0; -o-transform: scale(0); transform: scale(0); } } @keyframes testim-hide { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0); } } @media all and (max-width: 300px) { body { font-size: 14px; } } @media all and (max-width: 500px) { .testim .arrow { font-size: 1.5em; } .testim .cont div p { line-height: 25px; } } /*--//responsive--*/
0.355216
0.050635
body { background-color: #F2F6F9; color: #505C6E; font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } h1, h2, h3 { font-weight: 400; } .generated { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .generated__item { padding: 30px; height: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; } .generated img { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; width: auto; height: 100%; margin: 0 auto; } .device-pick li a.selected { border-color: #0000ff; } .app { display: grid; grid-template-columns: 80px 400px auto; grid-template-rows: 80px auto; grid-template-areas: "brand nav-header header" "aside nav main"; } html, body, .app { height: 100%; max-height: 100%; } .app__header { grid-area: header; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; padding: 0 30px; margin: 0; border-bottom: 1px solid #D7DDE1; color: #65758c; } .app__header__title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 18px; font-weight: 600; } .app__header__title small { margin-left: 10px; } .app__header .github-button, .app__header iframe { margin-left: 15px; } .app__brand { grid-area: brand; background: #00ABFF url("../images/brand.png") no-repeat center/cover; text-indent: -9999px; margin: 0; } .app__nav { grid-area: nav; background-color: #242730; overflow-x: auto; } .app__nav__header { grid-area: nav-header; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #242730; padding: 0 30px; } .app__nav__header h2 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 18px; font-weight: 600; margin: 0; } .app__nav__section__title { position: -webkit-sticky; position: sticky; top: 0; z-index: 100; padding: 10px 30px; margin: 0; background-color: rgba(58, 63, 77, 0.9); color: #929ca8; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); font-weight: 600; } .devices { list-style: none; margin: 0; padding: 0; 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; } .devices__item { position: relative; z-index: 20; display: block; } .devices__item__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; text-decoration: none; font-weight: 600; color: #697584; border: 3px solid transparent; -webkit-transition: background-color .25s, color .25s; transition: background-color .25s, color .25s; position: relative; padding: 15px 30px; } .devices__item__link__placeholder { background-color: #F2F6F9; border-radius: 10px; padding: 8px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-transition: .25s background-color; transition: .25s background-color; } .devices__item__link__placeholder--variation--silver, .devices__item__link__placeholder--variation--gold { background-color: #2B2F39; } .devices__item__link__device { width: 56px; height: 56px; display: block; background-size: contain; background-repeat: no-repeat; background-position: center; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; } .devices__item__link__device--landscape { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .devices__item__link--active { color: #fff; background-color: #0e0f13; } .devices__item__name { margin-left: 15px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; color: #929ca8; } .devices__item__name small { display: block; color: #697584; } .devices__item:hover { /*.variations { display: flex; transform:translateY(-5%); opacity: 1; z-index:50; }*/ } .variations { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; z-index: 1; -webkit-transition: opacity .5s, -webkit-transform .5s; transition: opacity .5s, -webkit-transform .5s; transition: opacity .5s, transform .5s; transition: opacity .5s, transform .5s, -webkit-transform .5s; } .variations__item { width: 14px; height: 14px; background-color: #444; background-image: linear-gradient(45deg, #6d6e75, #48494d); border-radius: 50%; text-indent: -9999px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; margin-left: 10px; } .variations__item--silver { background-image: linear-gradient(45deg, #f4f5f5, #cdced0); } .variations__item--gold { background-image: linear-gradient(45deg, #f0e4d3, #ddc19a); } .variations__item--white { background-image: linear-gradient(45deg, #fff, #e6e6e6); } .variations__item--blue { background-image: linear-gradient(45deg, #4dc4ff, #00ABFF); } .variations__item__link { display: block; text-decoration: none; color: #444; } .variations__item__link img { display: block; width: 100%; margin-bottom: 5px; } .orientation { border-radius: 5px; border: 1px solid #fff; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; } .orientation__item { background: url("../images/orientation-picker.svg") no-repeat 0 center; text-indent: -9999px; display: block; width: 32px; height: 32px; -webkit-transition: background-color .25s; transition: background-color .25s; cursor: pointer; } .orientation__item--landscape { background-position: right center; } .orientation__item--active { background-color: #00ABFF; } .app__main { grid-area: main; padding: 30px; } .app__aside { grid-area: aside; background-color: #2b2f39; } .page-nav { list-style: none; margin: 0; padding: 0; } .page-nav__item__link { background: url("../images/icons/devices.svg") no-repeat center 10px/42px 42px; height: 80px; 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; color: #fff; text-transform: uppercase; text-align: center; text-decoration: none; padding-bottom: 5px; font-size: 0.8rem; } .page-nav__item__link--compose { background-image: url("../images/icons/compose.svg"); } .page-nav__item--active { background-color: #00ABFF; } @-webkit-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30%, 70% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } } @keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30%, 70% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } } @-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } } @keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 10% { -webkit-transform: scale(1.1); transform: scale(1.1); } 20% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 10% { -webkit-transform: scale(1.1); transform: scale(1.1); } 20% { -webkit-transform: scale(1); transform: scale(1); } } .dropzone, .dropzone * { -webkit-box-sizing: border-box; box-sizing: border-box; } .dropzone { min-height: 150px; border: 1px dashed #D7DDE1; background: #fff; padding: 30px; border-radius: 5px; color: #D7DDE1; font-weight: 600; } .dropzone.dz-clickable { cursor: pointer; } .dropzone.dz-clickable * { cursor: default; } .dropzone.dz-clickable .dz-message:before { content: ''; background: url("../images/upload.svg") no-repeat center/cover; width: 64px; height: 64px; display: block; margin: 0 auto; opacity: .5; } .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; } .dropzone.dz-started .dz-message { display: none; } .dropzone.dz-drag-hover { border-color: #00ABFF; } .dropzone.dz-drag-hover .dz-message { opacity: 0.5; } .dropzone .dz-message { text-align: center; margin: 2em 0; } .dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; } .dropzone .dz-preview:hover { z-index: 1000; } .dropzone .dz-preview:hover .dz-details { opacity: 1; } .dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 5px; background: #999; background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: linear-gradient(to bottom, #eee, #ddd); } .dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; } .dropzone .dz-preview.dz-image-preview { background: white; } .dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; } .dropzone .dz-preview .dz-remove:hover { text-decoration: underline; } .dropzone .dz-preview:hover .dz-details { opacity: 1; } .dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; } .dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; } .dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; } .dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); } .dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; } .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; } .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; } .dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); } .dropzone .dz-preview .dz-image { border-radius: 5px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; } .dropzone .dz-preview .dz-image img { display: block; } .dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); } .dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); } .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; } .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; } .dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; } .dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; } .dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; } .dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; } .dropzone .dz-preview.dz-error .dz-error-message { display: block; } .dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; } .dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222)); background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; } .dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }
assets/css/style.css
body { background-color: #F2F6F9; color: #505C6E; font: 14px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } h1, h2, h3 { font-weight: 400; } .generated { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .generated__item { padding: 30px; height: 300px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 0; flex-shrink: 0; } .generated img { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; width: auto; height: 100%; margin: 0 auto; } .device-pick li a.selected { border-color: #0000ff; } .app { display: grid; grid-template-columns: 80px 400px auto; grid-template-rows: 80px auto; grid-template-areas: "brand nav-header header" "aside nav main"; } html, body, .app { height: 100%; max-height: 100%; } .app__header { grid-area: header; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; padding: 0 30px; margin: 0; border-bottom: 1px solid #D7DDE1; color: #65758c; } .app__header__title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 18px; font-weight: 600; } .app__header__title small { margin-left: 10px; } .app__header .github-button, .app__header iframe { margin-left: 15px; } .app__brand { grid-area: brand; background: #00ABFF url("../images/brand.png") no-repeat center/cover; text-indent: -9999px; margin: 0; } .app__nav { grid-area: nav; background-color: #242730; overflow-x: auto; } .app__nav__header { grid-area: nav-header; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #242730; padding: 0 30px; } .app__nav__header h2 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; font-size: 18px; font-weight: 600; margin: 0; } .app__nav__section__title { position: -webkit-sticky; position: sticky; top: 0; z-index: 100; padding: 10px 30px; margin: 0; background-color: rgba(58, 63, 77, 0.9); color: #929ca8; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); font-weight: 600; } .devices { list-style: none; margin: 0; padding: 0; 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; } .devices__item { position: relative; z-index: 20; display: block; } .devices__item__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; text-decoration: none; font-weight: 600; color: #697584; border: 3px solid transparent; -webkit-transition: background-color .25s, color .25s; transition: background-color .25s, color .25s; position: relative; padding: 15px 30px; } .devices__item__link__placeholder { background-color: #F2F6F9; border-radius: 10px; padding: 8px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -webkit-transition: .25s background-color; transition: .25s background-color; } .devices__item__link__placeholder--variation--silver, .devices__item__link__placeholder--variation--gold { background-color: #2B2F39; } .devices__item__link__device { width: 56px; height: 56px; display: block; background-size: contain; background-repeat: no-repeat; background-position: center; -webkit-transition: -webkit-transform .25s; transition: -webkit-transform .25s; transition: transform .25s; transition: transform .25s, -webkit-transform .25s; } .devices__item__link__device--landscape { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .devices__item__link--active { color: #fff; background-color: #0e0f13; } .devices__item__name { margin-left: 15px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; color: #929ca8; } .devices__item__name small { display: block; color: #697584; } .devices__item:hover { /*.variations { display: flex; transform:translateY(-5%); opacity: 1; z-index:50; }*/ } .variations { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; z-index: 1; -webkit-transition: opacity .5s, -webkit-transform .5s; transition: opacity .5s, -webkit-transform .5s; transition: opacity .5s, transform .5s; transition: opacity .5s, transform .5s, -webkit-transform .5s; } .variations__item { width: 14px; height: 14px; background-color: #444; background-image: linear-gradient(45deg, #6d6e75, #48494d); border-radius: 50%; text-indent: -9999px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; margin-left: 10px; } .variations__item--silver { background-image: linear-gradient(45deg, #f4f5f5, #cdced0); } .variations__item--gold { background-image: linear-gradient(45deg, #f0e4d3, #ddc19a); } .variations__item--white { background-image: linear-gradient(45deg, #fff, #e6e6e6); } .variations__item--blue { background-image: linear-gradient(45deg, #4dc4ff, #00ABFF); } .variations__item__link { display: block; text-decoration: none; color: #444; } .variations__item__link img { display: block; width: 100%; margin-bottom: 5px; } .orientation { border-radius: 5px; border: 1px solid #fff; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; } .orientation__item { background: url("../images/orientation-picker.svg") no-repeat 0 center; text-indent: -9999px; display: block; width: 32px; height: 32px; -webkit-transition: background-color .25s; transition: background-color .25s; cursor: pointer; } .orientation__item--landscape { background-position: right center; } .orientation__item--active { background-color: #00ABFF; } .app__main { grid-area: main; padding: 30px; } .app__aside { grid-area: aside; background-color: #2b2f39; } .page-nav { list-style: none; margin: 0; padding: 0; } .page-nav__item__link { background: url("../images/icons/devices.svg") no-repeat center 10px/42px 42px; height: 80px; 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; color: #fff; text-transform: uppercase; text-align: center; text-decoration: none; padding-bottom: 5px; font-size: 0.8rem; } .page-nav__item__link--compose { background-image: url("../images/icons/compose.svg"); } .page-nav__item--active { background-color: #00ABFF; } @-webkit-keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30%, 70% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } } @keyframes passing-through { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30%, 70% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } } @-webkit-keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } } @keyframes slide-in { 0% { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); } 30% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 10% { -webkit-transform: scale(1.1); transform: scale(1.1); } 20% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 10% { -webkit-transform: scale(1.1); transform: scale(1.1); } 20% { -webkit-transform: scale(1); transform: scale(1); } } .dropzone, .dropzone * { -webkit-box-sizing: border-box; box-sizing: border-box; } .dropzone { min-height: 150px; border: 1px dashed #D7DDE1; background: #fff; padding: 30px; border-radius: 5px; color: #D7DDE1; font-weight: 600; } .dropzone.dz-clickable { cursor: pointer; } .dropzone.dz-clickable * { cursor: default; } .dropzone.dz-clickable .dz-message:before { content: ''; background: url("../images/upload.svg") no-repeat center/cover; width: 64px; height: 64px; display: block; margin: 0 auto; opacity: .5; } .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; } .dropzone.dz-started .dz-message { display: none; } .dropzone.dz-drag-hover { border-color: #00ABFF; } .dropzone.dz-drag-hover .dz-message { opacity: 0.5; } .dropzone .dz-message { text-align: center; margin: 2em 0; } .dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; } .dropzone .dz-preview:hover { z-index: 1000; } .dropzone .dz-preview:hover .dz-details { opacity: 1; } .dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 5px; background: #999; background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); background: linear-gradient(to bottom, #eee, #ddd); } .dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; } .dropzone .dz-preview.dz-image-preview { background: white; } .dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; } .dropzone .dz-preview .dz-remove:hover { text-decoration: underline; } .dropzone .dz-preview:hover .dz-details { opacity: 1; } .dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; } .dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; } .dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; } .dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); } .dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; } .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; } .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; } .dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); } .dropzone .dz-preview .dz-image { border-radius: 5px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; } .dropzone .dz-preview .dz-image img { display: block; } .dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); } .dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); } .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; } .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; } .dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } .dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; } .dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; } .dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 50%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; } .dropzone .dz-preview .dz-progress .dz-upload { background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444)); background: linear-gradient(to bottom, #666, #444); position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; } .dropzone .dz-preview.dz-error .dz-error-message { display: block; } .dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; } .dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222)); background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; } .dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }
0.292696
0.046943
@charset "utf-8" /* CSS Document */ xxxxxxxxxxxxxx {} html, body { width: 100%; height: 100%; overflow: hidden; } body { background: url(../img/BG-2.jpg) center no-repeat; background-size: 100% 100%; } .main-wrap { width: calc(100% - 570px); height: 100%; transition: all 0.5s; position: relative; } .main-wrap.active { width: 100%; } .main { width: 860px; height: 760px; margin: auto; } #main-2 { width: 1037px; height: 666px; } #main-2 .cls-1, #main-2 .cls-8 { fill: #e8342f; } #main-2 .cls-15, #main-2 .cls-2, #main-2 .cls-9 { font-size: 14px; } #main-2 .cls-2, #main-2 .cls-5, #main-2 .cls-6 { fill: #fff; } #main-2 .cls-14, #main-2 .cls-15, #main-2 .cls-2, #main-2 .cls-6, #main-2 .cls-8, #main-2 .cls-9 { font-family: "Adobe Heiti Std"; } #main-2 .cls-3 { font-size: 16px; } #main-2 .cls-4, #main-2 .cls-6 { font-size: 12px; } #main-2 .cls-5 { fill-opacity: 0.3; } #main-2 .cls-6, #main-2 .cls-8, #main-2 .cls-9 { text-anchor: end; } #main-2 .cls-10, #main-2 .cls-11, #main-2 .cls-7 { fill: #ff5c57; } #main-2 .cls-14, #main-2 .cls-8 { font-size: 24px; } #main-2 .cls-15, #main-2 .cls-9 { fill: #9aaeb9; } #main-2 .cls-10, #main-2 .cls-16 { fill-opacity: 0.5; } #main-2 .cls-10, #main-2 .cls-11, #main-2 .cls-16, #main-2 .cls-17, #main-2 .cls-18, #main-2 .cls-19, #main-2 .cls-20 { fill-rule: evenodd; } #main-2 .cls-12, #main-2 .cls-14 { fill: #f08336; } #main-2 .cls-13, #main-2 .cls-16, #main-2 .cls-17 { fill: #ff9c56; } #main-2 .cls-18, #main-2 .cls-19, #main-2 .cls-20 { fill: none; stroke: #51f5ff; opacity: 0.4; } @keyframes progressAnimation1 { from { stroke-dashoffset: 26px; } to { stroke-dashoffset: 0px; } } @keyframes progressAnimation2 { from { stroke-dashoffset: -26px; } to { stroke-dashoffset: 0px; } } #main-2 .cls-19 { stroke-width: 2; stroke-dasharray: 16 10; } #main-2 #Line-19-x.active .cls-19 { animation: progressAnimation1 1s linear infinite; } #main-2 #Line-20-x.active .cls-19 { animation: progressAnimation2 1s linear infinite; } .legend { width: 73px; height: 172px; background: url(../img/legend.png); position: fixed; left: 40px; bottom: 40px; } .year-div { width: 600px; height: 72px; position: absolute; bottom: 30px; left: 50%; margin-left: -300px; z-index: 9; border-radius: 5px; background-image: -moz-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); background-image: -webkit-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); background-image: -ms-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); } .year-div div { float: left; width: 54px; height: 100%; position: relative; cursor: pointer; } .year-div div:nth-of-type(1) { margin-left: 20px; } .year-div div span { font-size: 14px; color: #17a4cd; line-height: 1; width: 100%; text-align: center; position: absolute; bottom: 12px; left: 0; } .year-div div i { border-radius: 2px; background-color: rgb(24, 143, 187); width: 24px; position: absolute; left: 16px; bottom: 28px; } .year-div div.active span, .year-div div:hover span { color: #FFFFFF; } .year-div div.active i, .year-div div:hover i { background-color: #FFFFFF; } .year-div .play-pause { float: right; width: 36px; height: 36px; background: url(../img/play-pause.png) 0 0 no-repeat; margin-top: 17px; margin-right: 17px; } .year-div .play-pause.on { background-position: 0 -40px; } .content-right { width: 570px; height: 100%; position: absolute; right: 0; top: 0; transition: all 0.5s; } .content-right.active { right: -570px; } .right-div { margin: auto; width: 100%; height: 640px; position: relative; } .preserve { display: block; position: fixed; left: 76px; top: 120px; } .hide-1 { display: block; width: 30px; height: 30px; background: url(../../img/hide-1.png); position: fixed; right: 50px; top: 126px; z-index: 9; } .hide-1.active { background: url(../../img/hide-1-on.png); } .content-xq { border-radius: 6px; background-color: rgb( 27, 54, 89); box-shadow: 5px 8.66px 50px 0px rgb( 0, 0, 0); position: absolute; left: 0; top: 0px; width: 537px; min-height: 180px; padding: 30px; transition: all .5s; } .content-xq:nth-of-type(1) { top: 0px; z-index: 1; transform-origin: 50% 0; transform: scale(0.91); } .content-xq:nth-of-type(2) { top: 138px; z-index: 2; transform-origin: 50% 0; transform: scale(0.93); } .content-xq:nth-of-type(3) { top: 276px; z-index: 3; transform-origin: 50% 0; transform: scale(0.96); } .content-xq:nth-of-type(4) { top: 414px; z-index: 4; transform-origin: 50% 0; transform: scale(0.99); } .content-xq:hover { z-index: 9; transform: scale(1); } .content-xq-h { margin-bottom: 20px; line-height: 1; font-size: 18px; color: #bccbd3; } .display-indicators-div { height: 30px; } .display-indicators { padding: 0 16px; height: 30px; line-height: 30px; border-radius: 3px; background-image: -moz-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); background-image: -ms-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); box-shadow: 0 0 10px rgb( 0, 0, 0); font-size: 14px; color: #9aaeb9; } .display-indicators:first-of-type { margin-right: 10px; } .display-indicators.active, .display-indicators:hover { background-image: -moz-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -ms-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); color: #FFFFFF; } .screening-condition-div { height: 53px; } .screening-condition { width: 144px; margin-right: 10px; position: relative; } .screening-condition-h { color: #9aaeb9; font-size: 14px; line-height: 1; margin-bottom: 8px; } .checked-p { width: auto; height: 31px; line-height: 31px; padding-left: 10px; padding-right: 20px; border-radius: 3px; font-size: 14px; color: #9aaeb9; background-image: -moz-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); background-image: -ms-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); position: relative; } .checked-p:after { content: ""; display: block; width: 10px; height: 100%; background: url(../../img/pull-down.png) center no-repeat; position: absolute; right: 12px; top: 0; } .checked-p.active:after { transform: rotate(180deg); } .option-div { padding: 6px 10px; margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 2; display: none; } .option-div p, .option-div .ption-div-p { line-height: 14px; font-size: 14px; margin: 10px 0; color: #7e94a1; cursor: pointer; } .option-div p:hover { color: #FFFFFF; } .ption-div-d { display: none; } .option-hr { border-bottom: 1px solid #2c5485; } .screening-condition-div-2 { height: 31px; margin-top: -44px; margin-left: 236px; } .add-1 { display: block; width: 30px; height: 30px; background: url(../../img/add-1.png); margin-left: 10px; } .add-1:after { content: ''; background: none; } .nav-add-div { margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 5; display: none; } .region { padding: 6px 0; width: 180px; height: 280px; } .region p i { font-size: 12px; line-height: 14px; float: right; } .city { width: 160px; height: 280px; padding: 6px 0; padding-right: 4px; } .city-div { padding-left: 10px; padding-right: 16px; display: none; } .nav-add-div p { line-height: 14px; font-size: 14px; padding: 7px 10px; color: #7e94a1; cursor: pointer; } .region p.active, .region p:hover { background-color: #2c5485; color: #FFFFFF; } .city { background-color: #2c5485; } .city p:hover { border-radius: 3px; background-color: #1c3f6b; color: #FFFFFF; } .city p:hover:after { content: "+"; font-size: 16px; font-weight: bold; float: right; } .nav-add-div-2 { padding-top: 20px; padding-bottom: 10px; } .nav-add-div-2 p { width: 240px; height: 30px; line-height: 30px; text-align: center; margin: 0 auto; margin-bottom: 10px; padding: 0; color: #9aaeb9; background-color: #2C5485; border-radius: 3px; font-size: 14px; cursor: pointer; } .checked-city { padding-top: 10px; overflow: hidden; margin-left: -10px; } .checked-city a { /*width: 70px;*/ height: 30px; line-height: 26px; margin-top: 10px; margin-left: 10px; padding-left: 12px; padding-right: 23px; float: left; font-size: 14px; color: #ffffff; border-radius: 3px; background-color: #6b7a91; border: 2px solid transparent; position: relative; cursor: initial; } .checked-city a.active { border: 2px solid #FFFFFF; } .checked-city a i { display: block; width: 8px; height: 8px; background: url(../../img/minus-1.png); position: absolute; right: 10px; top: 10px; cursor: pointer; } .checked-city a.a-wuhan { background-color: #fc5651; } .checked-city a.a-changsha { background-color: #f88f46; } .checked-city a.a-hefei { background-color: #42c66a; } .checked-city a.a-nanchang { background-color: #3a85d1; } .checked-city a:hover { background-color: #536072; } .checked-city a.a-wuhan:hover { background-color: #c33b37; } .checked-city a.a-changsha:hover { background-color: #c6743a; } .checked-city a.a-hefei:hover { background-color: #359e55; } .checked-city a.a-nanchang:hover { background-color: #316eab; } .screening-condition-div-3 { height: 31px; margin-top: -44px; margin-left: 438px; } .add-3 { display: block; width: 30px; height: 30px; background: url(../../img/add-1.png); margin-left: 10px; } .add-3:after { content: ''; background: none; } .nav-add-div-3 { padding: 6px 10px; margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 2; display: none; } .factors-content { margin-top: 12px; } .factors-content p, .factors-content li { overflow: hidden; font-size: 14px; color: #9aaeb9; } .factors-content p { height: 30px; line-height: 30px; } .factors-content li { height: 40px; line-height: 40px; margin-bottom: 5px; border-radius: 3px; } .factors-content span, .factors-content a { float: left; } .factors-content span:nth-of-type(1) { width: 198px; padding-left: 18px; } .factors-content span:nth-of-type(2) { width: 86px; text-align: center; } .factors-content span:nth-of-type(3) { width: 152px; text-align: right; padding-right: 18px; } .factors-content li span:nth-of-type(3):after { content: ""; display: inline-block; text-align: center; width: 14px; height: 14px; margin-left: 6px; } .factors-content li span { background-color: #1f406d; } .factors-content li.flat span { color: #446690; background-color: #162e4d; } .factors-content li.rise span:nth-of-type(3):after { content: "↑"; } .factors-content li.fall span:nth-of-type(3):after { content: "→"; } .factors-content li.flat span:nth-of-type(3):after { content: "↓"; } .factors-content li a { float: left; width: 30px; height: 30px; border-radius: 15px; margin-top: 5px; margin-left: 10px; background: url(../../img/minus-2.png) center no-repeat; background-color: #284b7c; } #tk-box { /*width: 190px;*/ padding: 8px 14px; border: 2px solid #063848; border-radius: 5px; color: #9aaeb9; background-color: #0c1828; } #tk-box h4 { font-size: 14px; line-height: 24px; } #tk-box .p1 { font-size: 14px; line-height: 24px; } #tk-box .p1 span { font-size: 24px; } #tk-box .p2 { font-size: 14px; line-height: 20px; } #tk-box .p2 span { font-size: 18px; padding-left: 0.5em; color: #cae4f2; } .tanchuang { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: none; position: fixed; left: 0; top: 0; z-index: 99; } .tanchuang-tc { width: 320px; min-height: 240px; border-radius: 6px; background-color: rgb(27, 54, 89); box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.4); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 30px; } .tanchuang-tc-p1 { line-height: 30px; padding-top: 10px; font-size: 12px; color: #9aaeb9; } .tanchuang-tc-input1 { width: 200px; height: 30px; border-width: 1px; border-color: rgb(19, 138, 193); border-style: solid; border-radius: 3px; margin-right: 10px; padding: 0 14px; background: none; color: #ffffff; } .tanchuang-tc-input1::-webkit-input-placeholder { color: #547197; } .tanchuang-tc-input1:-moz-placeholder { color: #547197; } .tanchuang-tc-input1::-moz-placeholder { color: #547197; } .tanchuang-tc-input1:-ms-input-placeholder { color: #547197; } a.tanchuang-tc-a { display: inline-block; width: 200px; height: 30px; line-height: 30px; background-color: rgb(41, 72, 114); border-radius: 3px; margin-right: 10px; padding: 0 14px; font-size: 14px; color: #9aaeb9; } .tanchuang-tc-input2 { border-radius: 3px; background-image: -moz-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -ms-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); width: 50px; height: 30px; border: none; font-size: 14px; color: #ffffff; } .tanchuang-tc-span { display: inline-block; width: 30px; height: 30px; background: url(../img/tanchuang-delete.png) no-repeat; background-size: 100% 100%; margin-left: 10px; cursor: pointer; } .tanchuang-tc-span:hover { opacity: 0.8; } .tanchuang-tc-p2 { margin-bottom: 10px; } .fengxianglujing { margin-top: 42px; } .fengxianglujing .M4xunwen { display: inline-block; width: 30px; height: 30px; margin-right: 30px; background: url(../img/fengxianglujing.png) 0 center no-repeat; } .fengxianglujing .M4xunwen:hover { background-image: url(../img/fengxianglujing-on.png); } .fengxianglujing .M4xunwen:nth-of-type(1) { background-position: 3px 2px; } .fengxianglujing .M4xunwen:nth-of-type(2) { background-position: -51px 2px; } .fengxianglujing .M4xunwen:nth-of-type(3) { background-position: -111px 2px; } .fengxianglujing .M4xunwen:nth-of-type(4) { background-position: -170px 2px; } .tanchuang-close { width: 16px; height: 16px; background: url(../img/tanchuang-close.png) center no-repeat; position: absolute; right: 10px; top: 10px; z-index: 9; }
zwy/html/BigScreen/css/BigScreen-2.css
@charset "utf-8" /* CSS Document */ xxxxxxxxxxxxxx {} html, body { width: 100%; height: 100%; overflow: hidden; } body { background: url(../img/BG-2.jpg) center no-repeat; background-size: 100% 100%; } .main-wrap { width: calc(100% - 570px); height: 100%; transition: all 0.5s; position: relative; } .main-wrap.active { width: 100%; } .main { width: 860px; height: 760px; margin: auto; } #main-2 { width: 1037px; height: 666px; } #main-2 .cls-1, #main-2 .cls-8 { fill: #e8342f; } #main-2 .cls-15, #main-2 .cls-2, #main-2 .cls-9 { font-size: 14px; } #main-2 .cls-2, #main-2 .cls-5, #main-2 .cls-6 { fill: #fff; } #main-2 .cls-14, #main-2 .cls-15, #main-2 .cls-2, #main-2 .cls-6, #main-2 .cls-8, #main-2 .cls-9 { font-family: "Adobe Heiti Std"; } #main-2 .cls-3 { font-size: 16px; } #main-2 .cls-4, #main-2 .cls-6 { font-size: 12px; } #main-2 .cls-5 { fill-opacity: 0.3; } #main-2 .cls-6, #main-2 .cls-8, #main-2 .cls-9 { text-anchor: end; } #main-2 .cls-10, #main-2 .cls-11, #main-2 .cls-7 { fill: #ff5c57; } #main-2 .cls-14, #main-2 .cls-8 { font-size: 24px; } #main-2 .cls-15, #main-2 .cls-9 { fill: #9aaeb9; } #main-2 .cls-10, #main-2 .cls-16 { fill-opacity: 0.5; } #main-2 .cls-10, #main-2 .cls-11, #main-2 .cls-16, #main-2 .cls-17, #main-2 .cls-18, #main-2 .cls-19, #main-2 .cls-20 { fill-rule: evenodd; } #main-2 .cls-12, #main-2 .cls-14 { fill: #f08336; } #main-2 .cls-13, #main-2 .cls-16, #main-2 .cls-17 { fill: #ff9c56; } #main-2 .cls-18, #main-2 .cls-19, #main-2 .cls-20 { fill: none; stroke: #51f5ff; opacity: 0.4; } @keyframes progressAnimation1 { from { stroke-dashoffset: 26px; } to { stroke-dashoffset: 0px; } } @keyframes progressAnimation2 { from { stroke-dashoffset: -26px; } to { stroke-dashoffset: 0px; } } #main-2 .cls-19 { stroke-width: 2; stroke-dasharray: 16 10; } #main-2 #Line-19-x.active .cls-19 { animation: progressAnimation1 1s linear infinite; } #main-2 #Line-20-x.active .cls-19 { animation: progressAnimation2 1s linear infinite; } .legend { width: 73px; height: 172px; background: url(../img/legend.png); position: fixed; left: 40px; bottom: 40px; } .year-div { width: 600px; height: 72px; position: absolute; bottom: 30px; left: 50%; margin-left: -300px; z-index: 9; border-radius: 5px; background-image: -moz-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); background-image: -webkit-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); background-image: -ms-linear-gradient( 90deg, rgba(17, 18, 43, 0.8) 0%, rgba(16, 38, 71, 0.6) 100%); } .year-div div { float: left; width: 54px; height: 100%; position: relative; cursor: pointer; } .year-div div:nth-of-type(1) { margin-left: 20px; } .year-div div span { font-size: 14px; color: #17a4cd; line-height: 1; width: 100%; text-align: center; position: absolute; bottom: 12px; left: 0; } .year-div div i { border-radius: 2px; background-color: rgb(24, 143, 187); width: 24px; position: absolute; left: 16px; bottom: 28px; } .year-div div.active span, .year-div div:hover span { color: #FFFFFF; } .year-div div.active i, .year-div div:hover i { background-color: #FFFFFF; } .year-div .play-pause { float: right; width: 36px; height: 36px; background: url(../img/play-pause.png) 0 0 no-repeat; margin-top: 17px; margin-right: 17px; } .year-div .play-pause.on { background-position: 0 -40px; } .content-right { width: 570px; height: 100%; position: absolute; right: 0; top: 0; transition: all 0.5s; } .content-right.active { right: -570px; } .right-div { margin: auto; width: 100%; height: 640px; position: relative; } .preserve { display: block; position: fixed; left: 76px; top: 120px; } .hide-1 { display: block; width: 30px; height: 30px; background: url(../../img/hide-1.png); position: fixed; right: 50px; top: 126px; z-index: 9; } .hide-1.active { background: url(../../img/hide-1-on.png); } .content-xq { border-radius: 6px; background-color: rgb( 27, 54, 89); box-shadow: 5px 8.66px 50px 0px rgb( 0, 0, 0); position: absolute; left: 0; top: 0px; width: 537px; min-height: 180px; padding: 30px; transition: all .5s; } .content-xq:nth-of-type(1) { top: 0px; z-index: 1; transform-origin: 50% 0; transform: scale(0.91); } .content-xq:nth-of-type(2) { top: 138px; z-index: 2; transform-origin: 50% 0; transform: scale(0.93); } .content-xq:nth-of-type(3) { top: 276px; z-index: 3; transform-origin: 50% 0; transform: scale(0.96); } .content-xq:nth-of-type(4) { top: 414px; z-index: 4; transform-origin: 50% 0; transform: scale(0.99); } .content-xq:hover { z-index: 9; transform: scale(1); } .content-xq-h { margin-bottom: 20px; line-height: 1; font-size: 18px; color: #bccbd3; } .display-indicators-div { height: 30px; } .display-indicators { padding: 0 16px; height: 30px; line-height: 30px; border-radius: 3px; background-image: -moz-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); background-image: -ms-linear-gradient( 90deg, rgb(23, 53, 90) 0%, rgb(40, 75, 119) 100%); box-shadow: 0 0 10px rgb( 0, 0, 0); font-size: 14px; color: #9aaeb9; } .display-indicators:first-of-type { margin-right: 10px; } .display-indicators.active, .display-indicators:hover { background-image: -moz-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -ms-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); color: #FFFFFF; } .screening-condition-div { height: 53px; } .screening-condition { width: 144px; margin-right: 10px; position: relative; } .screening-condition-h { color: #9aaeb9; font-size: 14px; line-height: 1; margin-bottom: 8px; } .checked-p { width: auto; height: 31px; line-height: 31px; padding-left: 10px; padding-right: 20px; border-radius: 3px; font-size: 14px; color: #9aaeb9; background-image: -moz-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); background-image: -ms-linear-gradient( 90deg, rgb(28, 63, 107) 0%, rgb(44, 84, 133) 100%); position: relative; } .checked-p:after { content: ""; display: block; width: 10px; height: 100%; background: url(../../img/pull-down.png) center no-repeat; position: absolute; right: 12px; top: 0; } .checked-p.active:after { transform: rotate(180deg); } .option-div { padding: 6px 10px; margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 2; display: none; } .option-div p, .option-div .ption-div-p { line-height: 14px; font-size: 14px; margin: 10px 0; color: #7e94a1; cursor: pointer; } .option-div p:hover { color: #FFFFFF; } .ption-div-d { display: none; } .option-hr { border-bottom: 1px solid #2c5485; } .screening-condition-div-2 { height: 31px; margin-top: -44px; margin-left: 236px; } .add-1 { display: block; width: 30px; height: 30px; background: url(../../img/add-1.png); margin-left: 10px; } .add-1:after { content: ''; background: none; } .nav-add-div { margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 5; display: none; } .region { padding: 6px 0; width: 180px; height: 280px; } .region p i { font-size: 12px; line-height: 14px; float: right; } .city { width: 160px; height: 280px; padding: 6px 0; padding-right: 4px; } .city-div { padding-left: 10px; padding-right: 16px; display: none; } .nav-add-div p { line-height: 14px; font-size: 14px; padding: 7px 10px; color: #7e94a1; cursor: pointer; } .region p.active, .region p:hover { background-color: #2c5485; color: #FFFFFF; } .city { background-color: #2c5485; } .city p:hover { border-radius: 3px; background-color: #1c3f6b; color: #FFFFFF; } .city p:hover:after { content: "+"; font-size: 16px; font-weight: bold; float: right; } .nav-add-div-2 { padding-top: 20px; padding-bottom: 10px; } .nav-add-div-2 p { width: 240px; height: 30px; line-height: 30px; text-align: center; margin: 0 auto; margin-bottom: 10px; padding: 0; color: #9aaeb9; background-color: #2C5485; border-radius: 3px; font-size: 14px; cursor: pointer; } .checked-city { padding-top: 10px; overflow: hidden; margin-left: -10px; } .checked-city a { /*width: 70px;*/ height: 30px; line-height: 26px; margin-top: 10px; margin-left: 10px; padding-left: 12px; padding-right: 23px; float: left; font-size: 14px; color: #ffffff; border-radius: 3px; background-color: #6b7a91; border: 2px solid transparent; position: relative; cursor: initial; } .checked-city a.active { border: 2px solid #FFFFFF; } .checked-city a i { display: block; width: 8px; height: 8px; background: url(../../img/minus-1.png); position: absolute; right: 10px; top: 10px; cursor: pointer; } .checked-city a.a-wuhan { background-color: #fc5651; } .checked-city a.a-changsha { background-color: #f88f46; } .checked-city a.a-hefei { background-color: #42c66a; } .checked-city a.a-nanchang { background-color: #3a85d1; } .checked-city a:hover { background-color: #536072; } .checked-city a.a-wuhan:hover { background-color: #c33b37; } .checked-city a.a-changsha:hover { background-color: #c6743a; } .checked-city a.a-hefei:hover { background-color: #359e55; } .checked-city a.a-nanchang:hover { background-color: #316eab; } .screening-condition-div-3 { height: 31px; margin-top: -44px; margin-left: 438px; } .add-3 { display: block; width: 30px; height: 30px; background: url(../../img/add-1.png); margin-left: 10px; } .add-3:after { content: ''; background: none; } .nav-add-div-3 { padding: 6px 10px; margin-top: 4px; border-radius: 3px; background-color: rgb( 28, 63, 107); position: absolute; left: auto; top: auto; z-index: 2; display: none; } .factors-content { margin-top: 12px; } .factors-content p, .factors-content li { overflow: hidden; font-size: 14px; color: #9aaeb9; } .factors-content p { height: 30px; line-height: 30px; } .factors-content li { height: 40px; line-height: 40px; margin-bottom: 5px; border-radius: 3px; } .factors-content span, .factors-content a { float: left; } .factors-content span:nth-of-type(1) { width: 198px; padding-left: 18px; } .factors-content span:nth-of-type(2) { width: 86px; text-align: center; } .factors-content span:nth-of-type(3) { width: 152px; text-align: right; padding-right: 18px; } .factors-content li span:nth-of-type(3):after { content: ""; display: inline-block; text-align: center; width: 14px; height: 14px; margin-left: 6px; } .factors-content li span { background-color: #1f406d; } .factors-content li.flat span { color: #446690; background-color: #162e4d; } .factors-content li.rise span:nth-of-type(3):after { content: "↑"; } .factors-content li.fall span:nth-of-type(3):after { content: "→"; } .factors-content li.flat span:nth-of-type(3):after { content: "↓"; } .factors-content li a { float: left; width: 30px; height: 30px; border-radius: 15px; margin-top: 5px; margin-left: 10px; background: url(../../img/minus-2.png) center no-repeat; background-color: #284b7c; } #tk-box { /*width: 190px;*/ padding: 8px 14px; border: 2px solid #063848; border-radius: 5px; color: #9aaeb9; background-color: #0c1828; } #tk-box h4 { font-size: 14px; line-height: 24px; } #tk-box .p1 { font-size: 14px; line-height: 24px; } #tk-box .p1 span { font-size: 24px; } #tk-box .p2 { font-size: 14px; line-height: 20px; } #tk-box .p2 span { font-size: 18px; padding-left: 0.5em; color: #cae4f2; } .tanchuang { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); display: none; position: fixed; left: 0; top: 0; z-index: 99; } .tanchuang-tc { width: 320px; min-height: 240px; border-radius: 6px; background-color: rgb(27, 54, 89); box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.4); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 30px; } .tanchuang-tc-p1 { line-height: 30px; padding-top: 10px; font-size: 12px; color: #9aaeb9; } .tanchuang-tc-input1 { width: 200px; height: 30px; border-width: 1px; border-color: rgb(19, 138, 193); border-style: solid; border-radius: 3px; margin-right: 10px; padding: 0 14px; background: none; color: #ffffff; } .tanchuang-tc-input1::-webkit-input-placeholder { color: #547197; } .tanchuang-tc-input1:-moz-placeholder { color: #547197; } .tanchuang-tc-input1::-moz-placeholder { color: #547197; } .tanchuang-tc-input1:-ms-input-placeholder { color: #547197; } a.tanchuang-tc-a { display: inline-block; width: 200px; height: 30px; line-height: 30px; background-color: rgb(41, 72, 114); border-radius: 3px; margin-right: 10px; padding: 0 14px; font-size: 14px; color: #9aaeb9; } .tanchuang-tc-input2 { border-radius: 3px; background-image: -moz-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -webkit-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); background-image: -ms-linear-gradient( 90deg, rgb(15, 107, 178) 0%, rgb(23, 164, 205) 100%); width: 50px; height: 30px; border: none; font-size: 14px; color: #ffffff; } .tanchuang-tc-span { display: inline-block; width: 30px; height: 30px; background: url(../img/tanchuang-delete.png) no-repeat; background-size: 100% 100%; margin-left: 10px; cursor: pointer; } .tanchuang-tc-span:hover { opacity: 0.8; } .tanchuang-tc-p2 { margin-bottom: 10px; } .fengxianglujing { margin-top: 42px; } .fengxianglujing .M4xunwen { display: inline-block; width: 30px; height: 30px; margin-right: 30px; background: url(../img/fengxianglujing.png) 0 center no-repeat; } .fengxianglujing .M4xunwen:hover { background-image: url(../img/fengxianglujing-on.png); } .fengxianglujing .M4xunwen:nth-of-type(1) { background-position: 3px 2px; } .fengxianglujing .M4xunwen:nth-of-type(2) { background-position: -51px 2px; } .fengxianglujing .M4xunwen:nth-of-type(3) { background-position: -111px 2px; } .fengxianglujing .M4xunwen:nth-of-type(4) { background-position: -170px 2px; } .tanchuang-close { width: 16px; height: 16px; background: url(../img/tanchuang-close.png) center no-repeat; position: absolute; right: 10px; top: 10px; z-index: 9; }
0.313525
0.048114
#isi{ padding : 5px; width : 70%; height: auto; background-color: #ffffff; position : relative; margin-top: 10px; color: #000; } .isiposting { background-color: #ffffff; font-size: 20px; width: 98%; height: 200px; margin-bottom: 10px; padding: 5px; color: #000; border: 5px solid #000; } .mb-1{ color: #7c7474; font-style: italic; font-size: 20px; } .gambardepan{ float : left; height: 140px; width: 150px; margin-right: 5px; margin-top: 3px; padding: 1px; border : 2px solid #000; } #runningtext{ width: 100%; height:50px; padding-top: 7px; padding-bottom: 5px; margin: 5px 0 5px 0; background-color: #fff; color: #000000; font-size: 50px; position: relative; } .clock2{ /*styleJam*/ background: #ffffff; position: absolute; top: 8%; left: 122%; width: 32%; height: 50px; transform: translateX(-50%) translateY(-50%); color:#c4ac30; font-size: 35px; border: 3px dotted #000; padding: 0px 5px 0px 5px; } #sidebar{ padding : 5px; width: 30%; right: 100%; background-color: #fff#c4ac30; float : right; border-style: dotted; border-width : 10px; } .widget{ width: 99%; background-bottom: 5px; background: #ffffff; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; font-size: 100%; margin : 0px 0px 5px 0px; } .judulwidget{ background: #d74006; padding : 5px 10px 5px 10px; margin : 5px 0px 0px 0px; text-align: center; color: white; font-weight: bold; font-size: 30px; margin-bottom: 5px; } .widget ul { margin : 0px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none; } .widget li { padding : 0px 0px 0px 0px; background-position: left; background-repeat: no-repeat; color: #333333; } .widget li a{ color : #333333; border-bottom: 1px dotted #cccccc; text-decoration: none; display: black; margin-bottom: 5px; padding: 4px 5px 3px 10px; } .widget li a : hover{ color : blue; }
assets/css/menucoba.css
#isi{ padding : 5px; width : 70%; height: auto; background-color: #ffffff; position : relative; margin-top: 10px; color: #000; } .isiposting { background-color: #ffffff; font-size: 20px; width: 98%; height: 200px; margin-bottom: 10px; padding: 5px; color: #000; border: 5px solid #000; } .mb-1{ color: #7c7474; font-style: italic; font-size: 20px; } .gambardepan{ float : left; height: 140px; width: 150px; margin-right: 5px; margin-top: 3px; padding: 1px; border : 2px solid #000; } #runningtext{ width: 100%; height:50px; padding-top: 7px; padding-bottom: 5px; margin: 5px 0 5px 0; background-color: #fff; color: #000000; font-size: 50px; position: relative; } .clock2{ /*styleJam*/ background: #ffffff; position: absolute; top: 8%; left: 122%; width: 32%; height: 50px; transform: translateX(-50%) translateY(-50%); color:#c4ac30; font-size: 35px; border: 3px dotted #000; padding: 0px 5px 0px 5px; } #sidebar{ padding : 5px; width: 30%; right: 100%; background-color: #fff#c4ac30; float : right; border-style: dotted; border-width : 10px; } .widget{ width: 99%; background-bottom: 5px; background: #ffffff; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf; font-size: 100%; margin : 0px 0px 5px 0px; } .judulwidget{ background: #d74006; padding : 5px 10px 5px 10px; margin : 5px 0px 0px 0px; text-align: center; color: white; font-weight: bold; font-size: 30px; margin-bottom: 5px; } .widget ul { margin : 0px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none; } .widget li { padding : 0px 0px 0px 0px; background-position: left; background-repeat: no-repeat; color: #333333; } .widget li a{ color : #333333; border-bottom: 1px dotted #cccccc; text-decoration: none; display: black; margin-bottom: 5px; padding: 4px 5px 3px 10px; } .widget li a : hover{ color : blue; }
0.272315
0.085404
.yui-skin-sam .yui-layout .yui-layout-hd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right {background: white;} .yui-skin-sam .yui-layout-unit-bottom {background: #F2F2F2;} .yui-skin-sam .yui-layout-unit-right {background: #eef2f8;} .yui-skin-sam .yui-layout-unit-center {background: white;} .yui-skin-sam .yui-layout-unit-top {background: #FFE39D;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {background: transparent;} #chat-messages {padding-top:15px;} #input-message {background:#FFFFFF url(input.png) repeat-x scroll 0 0;padding:0 9px;border: 1px solid #999;border-radius: 9px;-moz-border-radius: 9px;} .mdl-chat-entry, .mdl-chat-my-entry {clear:both;} .dir-rtl .mdl-chat-entry, .dir-rtl .mdl-chat-my-entry {height: 90px;} .mdl-chat-entry .chat-event {padding-bottom:15px;} .chat-message .chat-message-meta {padding-top:15px;padding-bottom:15px;} .chat-message .chat-message-meta .user {white-space:nowrap;} .chat-message .picture {vertical-align:middle;} .chat-message .right {text-align:right;} .chat-message .left {text-align:left;} .dir-rtl .chat-message .right, .dir-rtl .chat-message .left {direction:ltr;} #chat-input-area, #chat-input-area table.generaltable, #chat-input-area table.generaltable td.cell {background: #92B3E8;border: 0; height:100%;} #chat-userlist {background: #E3E8F0;height: 100%;} /** * The following CSS is a cut down version of PURE CSS SPEECH BUBBLES. * Moodle only uses a small subset of the original. * The original version is available at http://nicolasgallagher.com/pure-css-speech-bubbles/ */ /* ------------------------------------------ PURE CSS SPEECH BUBBLES by <NAME> - http://nicolasgallagher.com/pure-css-speech-bubbles/ http://nicolasgallagher.com http://twitter.com/necolas Created: 02 March 2010 Version: 1.2 (03 March 2011) Dual licensed under MIT and GNU GPLv2 © <NAME> ------------------------------------------ */ .triangle-border { position:relative; padding:10px; margin:1em 0 3em; border:2px solid #5a8f00; color:#333; background:#fff; /* css3 */ -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; /* moodle specific */ margin-top:0px; /* end moodle specific */ } /* moodle specific */ @media all and (max-device-width: 320px) { .triangle-border { width:50%; } } @media all and (min-device-width: 321px) and (max-device-width: 640px) { .triangle-border { width:60%; } } @media all and (min-device-width: 641px) { .triangle-border { width:65%; } } /* end moodle specific */ /* Variant : for left positioned triangle ------------------------------------------ */ .triangle-border.left { margin-left:30px; /* moodle specific */ float:right; /* end moodle specific */ } /* Variant : for right positioned triangle ------------------------------------------ */ .triangle-border.right { margin-right:30px; /* moodle specific */ float:left; /* end moodle specific */ } .triangle-border:before { content:""; position:absolute; bottom:-20px; /* value = - border-top-width - border-bottom-width */ left:40px; /* controls horizontal position */ border-width:20px 20px 0; border-style:solid; border-color:#5a8f00 transparent; /* reduce the damage in FF3.0 */ display:block; width:0; } /* creates the smaller triangle */ .triangle-border:after { content:""; position:absolute; bottom:-13px; /* value = - border-top-width - border-bottom-width */ left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */ border-width:13px 13px 0; border-style:solid; border-color:#fff transparent; /* reduce the damage in FF3.0 */ display:block; width:0; } /* Variant : left ------------------------------------------ */ /* creates the larger triangle */ .triangle-border.left:before { top:7px; /* controls vertical position */ bottom:auto; left:-24px; /* value = - border-left-width - border-right-width */ border-width:10px 24px 10px 0; border-color:transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.left:after { top:8px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom:auto; left:-21px; /* value = - border-left-width - border-right-width */ border-width:9px 21px 9px 0; border-color:transparent #fff; } /* Variant : right ------------------------------------------ */ /* creates the larger triangle */ .triangle-border.right:before { top:7px; /* controls vertical position */ bottom:auto; left:auto; right:-24px; /* value = - border-left-width - border-right-width */ border-width:10px 0 10px 24px; border-color:transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.right:after { top:8px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom:auto; left:auto; right:-21px; /* value = - border-left-width - border-right-width */ border-width:9px 0 9px 21px; border-color:transparent #fff; }
apps/moodle/htdocs/mod/chat/gui_ajax/theme/bubble/chat.css
.yui-skin-sam .yui-layout .yui-layout-hd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {border:0;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-unit-right {background: white;} .yui-skin-sam .yui-layout-unit-bottom {background: #F2F2F2;} .yui-skin-sam .yui-layout-unit-right {background: #eef2f8;} .yui-skin-sam .yui-layout-unit-center {background: white;} .yui-skin-sam .yui-layout-unit-top {background: #FFE39D;} .yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {background: transparent;} #chat-messages {padding-top:15px;} #input-message {background:#FFFFFF url(input.png) repeat-x scroll 0 0;padding:0 9px;border: 1px solid #999;border-radius: 9px;-moz-border-radius: 9px;} .mdl-chat-entry, .mdl-chat-my-entry {clear:both;} .dir-rtl .mdl-chat-entry, .dir-rtl .mdl-chat-my-entry {height: 90px;} .mdl-chat-entry .chat-event {padding-bottom:15px;} .chat-message .chat-message-meta {padding-top:15px;padding-bottom:15px;} .chat-message .chat-message-meta .user {white-space:nowrap;} .chat-message .picture {vertical-align:middle;} .chat-message .right {text-align:right;} .chat-message .left {text-align:left;} .dir-rtl .chat-message .right, .dir-rtl .chat-message .left {direction:ltr;} #chat-input-area, #chat-input-area table.generaltable, #chat-input-area table.generaltable td.cell {background: #92B3E8;border: 0; height:100%;} #chat-userlist {background: #E3E8F0;height: 100%;} /** * The following CSS is a cut down version of PURE CSS SPEECH BUBBLES. * Moodle only uses a small subset of the original. * The original version is available at http://nicolasgallagher.com/pure-css-speech-bubbles/ */ /* ------------------------------------------ PURE CSS SPEECH BUBBLES by <NAME> - http://nicolasgallagher.com/pure-css-speech-bubbles/ http://nicolasgallagher.com http://twitter.com/necolas Created: 02 March 2010 Version: 1.2 (03 March 2011) Dual licensed under MIT and GNU GPLv2 © <NAME> ------------------------------------------ */ .triangle-border { position:relative; padding:10px; margin:1em 0 3em; border:2px solid #5a8f00; color:#333; background:#fff; /* css3 */ -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; /* moodle specific */ margin-top:0px; /* end moodle specific */ } /* moodle specific */ @media all and (max-device-width: 320px) { .triangle-border { width:50%; } } @media all and (min-device-width: 321px) and (max-device-width: 640px) { .triangle-border { width:60%; } } @media all and (min-device-width: 641px) { .triangle-border { width:65%; } } /* end moodle specific */ /* Variant : for left positioned triangle ------------------------------------------ */ .triangle-border.left { margin-left:30px; /* moodle specific */ float:right; /* end moodle specific */ } /* Variant : for right positioned triangle ------------------------------------------ */ .triangle-border.right { margin-right:30px; /* moodle specific */ float:left; /* end moodle specific */ } .triangle-border:before { content:""; position:absolute; bottom:-20px; /* value = - border-top-width - border-bottom-width */ left:40px; /* controls horizontal position */ border-width:20px 20px 0; border-style:solid; border-color:#5a8f00 transparent; /* reduce the damage in FF3.0 */ display:block; width:0; } /* creates the smaller triangle */ .triangle-border:after { content:""; position:absolute; bottom:-13px; /* value = - border-top-width - border-bottom-width */ left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */ border-width:13px 13px 0; border-style:solid; border-color:#fff transparent; /* reduce the damage in FF3.0 */ display:block; width:0; } /* Variant : left ------------------------------------------ */ /* creates the larger triangle */ .triangle-border.left:before { top:7px; /* controls vertical position */ bottom:auto; left:-24px; /* value = - border-left-width - border-right-width */ border-width:10px 24px 10px 0; border-color:transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.left:after { top:8px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom:auto; left:-21px; /* value = - border-left-width - border-right-width */ border-width:9px 21px 9px 0; border-color:transparent #fff; } /* Variant : right ------------------------------------------ */ /* creates the larger triangle */ .triangle-border.right:before { top:7px; /* controls vertical position */ bottom:auto; left:auto; right:-24px; /* value = - border-left-width - border-right-width */ border-width:10px 0 10px 24px; border-color:transparent #5a8f00; } /* creates the smaller triangle */ .triangle-border.right:after { top:8px; /* value = (:before top) + (:before border-top) - (:after border-top) */ bottom:auto; left:auto; right:-21px; /* value = - border-left-width - border-right-width */ border-width:9px 0 9px 21px; border-color:transparent #fff; }
0.435181
0.049245
position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 550; background: #c9c5cb; color: #292929; font-size: 16px; text-shadow: 0 1px 0 rgba(255, 255, 255, .5); display: none; /* -moz-transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; */ } #shortcuts-favorites.visible { display: block; /* -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); */ } #shortcuts-favorites h2 { height: 44px; line-height: 44px; font-size: 20px; font-weight: normal; padding: 0 70px 0 12px; background: #c0bdc2; background: -moz-linear-gradient(center top, #c9c5cb 0, #b4b0b5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9c5cb), color-stop(1, #b4b0b5)); } #shortcuts-favorites .done { position: absolute; top: 7px; right: 6px; z-index: 100; font-size: 12px; } #shortcuts-favorites .scroll-wrapper { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } #shortcuts-favorites .subtitle, #shortcuts-favorites li { position: relative; font-weight: 600; height: 43px; line-height: 43px; padding: 0 12px 0 43px; cursor: pointer; border-top: 1px solid #e4e2e5; border-bottom: 1px solid #aba8ad; } #shortcuts-favorites li:last-child { border-bottom-width: 0; } #shortcuts-favorites li:before { content: ""; position: absolute; top: 50%; left: 12px; width: 20px; height: 20px; border: 2px solid #acacac; margin-top: -12px; border-radius: 12px; } #shortcuts-favorites li.on:before { background-position: -108px 0; border-width: 0; width: 23px; height: 24px; -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); -ms-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); } #shortcuts-favorites .subtitle { font-weight: normal; padding-left: 12px; border-top-width: 0; color: #666; cursor: text; } #shortcuts-favorites .subtitle:before { display: none; }
apps/homescreen/everything.me/modules/ShortcutsCustomize/ShortcutsCustomize.css
position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 550; background: #c9c5cb; color: #292929; font-size: 16px; text-shadow: 0 1px 0 rgba(255, 255, 255, .5); display: none; /* -moz-transform: translateY(100%); -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -ms-transition: all .4s ease; transition: all .4s ease; */ } #shortcuts-favorites.visible { display: block; /* -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); */ } #shortcuts-favorites h2 { height: 44px; line-height: 44px; font-size: 20px; font-weight: normal; padding: 0 70px 0 12px; background: #c0bdc2; background: -moz-linear-gradient(center top, #c9c5cb 0, #b4b0b5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c9c5cb), color-stop(1, #b4b0b5)); } #shortcuts-favorites .done { position: absolute; top: 7px; right: 6px; z-index: 100; font-size: 12px; } #shortcuts-favorites .scroll-wrapper { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } #shortcuts-favorites .subtitle, #shortcuts-favorites li { position: relative; font-weight: 600; height: 43px; line-height: 43px; padding: 0 12px 0 43px; cursor: pointer; border-top: 1px solid #e4e2e5; border-bottom: 1px solid #aba8ad; } #shortcuts-favorites li:last-child { border-bottom-width: 0; } #shortcuts-favorites li:before { content: ""; position: absolute; top: 50%; left: 12px; width: 20px; height: 20px; border: 2px solid #acacac; margin-top: -12px; border-radius: 12px; } #shortcuts-favorites li.on:before { background-position: -108px 0; border-width: 0; width: 23px; height: 24px; -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); -ms-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .5); } #shortcuts-favorites .subtitle { font-weight: normal; padding-left: 12px; border-top-width: 0; color: #666; cursor: text; } #shortcuts-favorites .subtitle:before { display: none; }
0.414899
0.077169
::-webkit-scrollbar { background: var( --scrollbar-background); width: var( --scrollbar-width ); /*lets treat width and height the same*/ height: var( --scrollbar-width ); border: var(--scrollbar-border); } ::-webkit-scrollbar:hover { background: var( --scrollbar-background-hover); width: var( --scrollbar-width-hover ); /*lets treat width and height the same*/ height: var( --scrollbar-width-hover ); border: var(--scrollbar-border-hover); } ::-webkit-scrollbar-button { background: var( --scrollbar-button-background); display: var( --scrollbar-button-display ); /* width and height are treated the same when it comes to this element */ height: var( --scrollbar-button-height ); width: var( --scrollbar-button-height ); } ::-webkit-scrollbar-track { background: var(--track-background); /*width: var(--track-width);*/ /*height: var(--track-height);*/ } ::-webkit-scrollbar-track-piece { background: var( --scrollbar-track-peice-background); } ::-webkit-scrollbar-thumb { border: var( --scrollbar-thumb-border ); background: var( --scrollbar-thumb-background ); height: var( --scrollbar-thumb-height ); width: var( --scrollbar-thumn-height ); border-radius: var( --scrollbar-thumb-boarder-raduis ); } ::-webkit-scrollbar-corner { /* background: var(--track-corner-background); width: var(--track-corner-width); height: var(--track-height-background);*/ } ::-webkit-resizer { background: var(--resizer-background); /*width: var(--resizer-width);*/ /*height: var(--resizer-height);*/ display: var( --resizer-display); } /* ms https://msdn.microsoft.com/library/hh772048(v=vs.85).aspx */ * { /*Specifies the base color of the main elements of a scroll bar.*/ scrollbar-base-color: var( --scrollbar-background); /* Specifies the color of the track element of a scroll bar. */ scrollbar-track-color: var(--track-background); -ms-scrollbar-track-color: var(--track-background); /* Specifies the color of the arrow elements of a scroll arrow. */ scrollbar-arrow-color: var(--scrollbar-button-background); -ms-scrollbar-arrow-color: var(--scrollbar-button-background); /* Specifies the color of the scroll box and scroll arrows of a scroll bar. */ scrollbar-face-color: var( --scrollbar-thumb-background); -ms-scrollbar-face-color: var( --scrollbar-thumb-background); /* this doesn't seem to get applied correctly */ -ms-scrollbar-darkshadow-color: var( --scrollbar-track-peice-background); scrollbar-darkshadow-color: var( --scrollbar-track-peice-background); -ms-scrollbar-highlight-color: var( --scrollbar-track-peice-background ); scrollbar-highlight-color: var( --scrollbar-track-peice-background ); /* this doesn't get applied -ms-scrollbar-3dlight-color: red; scrollbar-3dlight-color: red; */ }
src/source.css
::-webkit-scrollbar { background: var( --scrollbar-background); width: var( --scrollbar-width ); /*lets treat width and height the same*/ height: var( --scrollbar-width ); border: var(--scrollbar-border); } ::-webkit-scrollbar:hover { background: var( --scrollbar-background-hover); width: var( --scrollbar-width-hover ); /*lets treat width and height the same*/ height: var( --scrollbar-width-hover ); border: var(--scrollbar-border-hover); } ::-webkit-scrollbar-button { background: var( --scrollbar-button-background); display: var( --scrollbar-button-display ); /* width and height are treated the same when it comes to this element */ height: var( --scrollbar-button-height ); width: var( --scrollbar-button-height ); } ::-webkit-scrollbar-track { background: var(--track-background); /*width: var(--track-width);*/ /*height: var(--track-height);*/ } ::-webkit-scrollbar-track-piece { background: var( --scrollbar-track-peice-background); } ::-webkit-scrollbar-thumb { border: var( --scrollbar-thumb-border ); background: var( --scrollbar-thumb-background ); height: var( --scrollbar-thumb-height ); width: var( --scrollbar-thumn-height ); border-radius: var( --scrollbar-thumb-boarder-raduis ); } ::-webkit-scrollbar-corner { /* background: var(--track-corner-background); width: var(--track-corner-width); height: var(--track-height-background);*/ } ::-webkit-resizer { background: var(--resizer-background); /*width: var(--resizer-width);*/ /*height: var(--resizer-height);*/ display: var( --resizer-display); } /* ms https://msdn.microsoft.com/library/hh772048(v=vs.85).aspx */ * { /*Specifies the base color of the main elements of a scroll bar.*/ scrollbar-base-color: var( --scrollbar-background); /* Specifies the color of the track element of a scroll bar. */ scrollbar-track-color: var(--track-background); -ms-scrollbar-track-color: var(--track-background); /* Specifies the color of the arrow elements of a scroll arrow. */ scrollbar-arrow-color: var(--scrollbar-button-background); -ms-scrollbar-arrow-color: var(--scrollbar-button-background); /* Specifies the color of the scroll box and scroll arrows of a scroll bar. */ scrollbar-face-color: var( --scrollbar-thumb-background); -ms-scrollbar-face-color: var( --scrollbar-thumb-background); /* this doesn't seem to get applied correctly */ -ms-scrollbar-darkshadow-color: var( --scrollbar-track-peice-background); scrollbar-darkshadow-color: var( --scrollbar-track-peice-background); -ms-scrollbar-highlight-color: var( --scrollbar-track-peice-background ); scrollbar-highlight-color: var( --scrollbar-track-peice-background ); /* this doesn't get applied -ms-scrollbar-3dlight-color: red; scrollbar-3dlight-color: red; */ }
0.439988
0.049062
container/* CSS Document */ a,html,body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,span,strong,em,i,br,p,b,from,input,table,tr,td,th,textarea,img{ margin:0; padding:0; border:0;} table,td,input{font-size:14px;padding:0} table { border-collapse: collapse; border-spacing: 0;} /*common css*/ .user_nav{ height:388px!important;} .user_nav .nav_con{ height:372px!important; } .user_content_box{margin-bottom:20px; padding-right:20px;} .user_com_l{ width:200px;} .user_com_l ul{ width:200px;position:relative;z-index:0;} .user_com_l h3{ height:50px; line-height:50px; background:#fff;margin-bottom:1px; text-indent:30px;font-size:16px; color:#939393; font-weight:bold;} .user_com_l ul li{ height:36px; line-height:36px; background:#fff; margin-bottom:1px; text-indent:30px;} .user_com_l ul li img{margin:0 6px 0 20px; line-height:36px; } .user_com_l ul li span{ color:#363636; font-size:13px;} .user_com_l ul li a{width:200px; font-size:13px; color:#939393; display:block;} .user_com_l ul li a:hover{background:url(../images/user_xttz01.jpg) repeat-y; color:#6BA001;} .user_com_l .hover{background:url(../images/user_xttz01.jpg) repeat-y; color:#6BA001;} .user_com_r{ width:974px;} .user_com_tle{ width:934px; height:20px; padding:20px; background:#fff; border-bottom:1px #F5F5F5 solid; font-weight:bold; font-family:"Microsoft Yahei"} .user_com_tle ul li{ width:120px; height:20px; line-height:20px; float:left; color:#363636; font-size:16px; text-align:center; cursor:pointer;} .user_com_tle ul li a{ color:#363636;} .user_com_tle ul li a:hover{color:#8fc31f;} .user_com_tle ul .hover{color:#8fc31f;} .user_com_tle_r{ width:auto; height:20px; line-height:20px; font-size:13px; color:#939393; font-weight:normal; text-align:right; float:right;} .user_com_tle_r span{color:#EB0000;} .w63{ width:63px;} .w102{ width:102px;} .w116{ width:116px;} .w252{ width:252px; margin-right:10px;} .w110{ width:110px; margin-right:10px;} .w118{ width:118px; margin-right:10px;} .w87{ width:87px;} /*============================= online_infor.html ===================================*/ .online_infor_list{ width:894px; padding:0 40px; background:#fff; height:auto; overflow:hidden; color:#363636; font-size:13px;} .online_infor_tle{ height:35px; background:#7DBF05; color:#fff; margin-top:20px;} .online_infor_tle ul li{ float:left; text-align:center; line-height:35px;} .online_infor_list .oi01{ margin-top:10px;} .online_infor_list .oi02{ margin-top:10px; margin-left:22px;} .online_infor_con{ background:#fff; color:#363636; font-size:13px;} .online_infor_con ul{ height:auto; overflow:hidden;} .online_infor_con ul li{ padding:20px 0; border-bottom:1px #F5F5F5 solid;} /*鐎涙瑧銈ユ總锟�150420閺�绻�online_infor_con ul li{ height:100px; padding:20px 0; border-bottom:1px #F5F5F5 solid;}*/ .online_infor_list .oi03 img{ width:98px; height:98px; border:1px #B0B0B0 solid;} .online_infor_list .oi04{ text-align:center; line-height:100px;} .online_infor_list .oi05{ width:230px; padding-left:23px; padding-top:17px; line-height:180%;} .online_infor_list .oi06{ width:110px; line-height:25px; text-align:center; margin-top:38px;} .online_infor_list .oi06 span{ float:left;} .online_infor_list .oi07 img{ width:14px; height:16px; margin:40px 0 0 40px;} .infor_tle{ height:35px; background:#7DBF05; color:#fff; font-size:13px; line-height:35px; text-indent:40px;} .online_address{ height:auto; overflow:hidden;padding:25px 0 25px 25px;} .online_address ul li{ width:240px; margin-bottom:10px; height:177px; border:1px #DFDFDF solid; background:#FAFAFA; padding:13px 15px 0 15px; float:left; margin-right:15px;} .online_address ul li h3{ height:32px; line-height:32px; border-bottom:1px #DFDFDF solid; font-size:14px;} .online_address ul li p{ line-height:180%; padding-top:14px;} .online_address ul li:hover{ border:1px #87C71C solid;} .online_address ul .hover{ border:1px #87C71C solid;} .online_address .new_ads{ width:240px; height:177px; border:1px #DFDFDF solid; background:#FAFAFA; padding:13px 15px 0 15px; float:left; margin-right:15px;} .online_address .new_ads h3{ height:32px; line-height:32px; border-bottom:1px #DFDFDF solid; font-size:14px;} .online_address .new_ads p{ line-height:180%; padding-top:14px;} .online_address .new_ads img{ margin:50px 0 0 80px;} .online_fs{ height:auto; overflow:hidden;padding:25px 0 25px 24px;} .online_fs ul li{ width:auto; padding-right:60px; height:20px;float:left; line-height:20px;} .online_fs ul li label{ padding-left:6px;} .online_infor_list .fp li{ width:870px; height:20px; margin-bottom:10px; line-height:20px;} .online_infor_list .fp .tt{ text-indent:18px;} .online_infor_list .fp .tt span{ width:80px; margin-left:20px;} .online_infor_list .zffs{ padding-bottom:66px;} .online_infor_list .zffs .zffs01{height:41px; border-bottom:1px #F5F5F5 solid; padding:25px 0 25px 24px;} .online_infor_list .zffs .zffs01 img{ margin-left:20px; vertical-align:middle} .online_infor_list .zffs .zffs02{height:18px; padding:25px 0 25px 43px;} .online_infor_list .zffs .zffs02 span{ color:#f4a622; font-size:18px;} .online_infor_list .zffs .zffs03{ width:74px; height:38px; border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:14px; margin:0 0 25px 43px;} .online_infor_list .zffs .zffs03 a{color:#fff;} .online_infor_list .zffs .zffs03 a:hover{color:#fff;} .online_infor_qrxx table td{ border:1px #E5E5E5 solid;} .online_infor_qrxx_l{ width:600px; height:98px; padding:20px 0; color:#595959; text-align:center;border-bottom: solid #e8e8e8 1px; } .online_infor_qrxx_l_l .my_con{ } .infor_order01{ width:164px; height:98px;float:left;} .infor_order01 img{ width:98px; height:98px; margin-left:55px;} .infor_order02{ width:138px; line-height:98px; text-align:left; padding-left:25px; float:left;} .infor_order03{ width:240px; float:left; line-height:180%;text-align:left;} .infor_order04{ width:60px; float:left; line-height:98px; text-align:center;} /*============================= online_infor.html ===================================*/ .online_pay_list{ background:#fff; height:auto; overflow:hidden; color:#363636; font-size:13px; padding:20px 40px 260px 40px;} .online_pay_tle{ height:56px; background:#7DBF05; color:#fff;} .online_pay_list .oi01{ margin-top:10px;} .online_pay_list .oi02{ margin-top:10px; margin-left:22px;} .online_pay_tle ul li{ float:left; padding-top:7px;} .online_pay_tle ul li .p1{ margin-bottom:6px;} .online_pay_tle ul li .p2{ padding-top:22px;} .w190{ width:190px; margin-left:20px; margin-right:40px;} .w200{ width:200px;margin-right:40px;} .w170{ width:170px;} .w80{ width:40px;margin-right:40px;} .w130{ width:130px;} .online_pay_b{ font-size:14px; color:#363636;} .online_pay_b ul{ height:auto; overflow:hidden;} .online_pay_b ul li{ height:100px; padding:20px 0; border-bottom:1px #F5F5F5 solid;} .online_pay_b ul li .p1{float:left; padding-top:44px;} .online_pay_b ul li img{ width:98px; height:98px; float:right;} .online_pay_b ul li .p2{ line-height:180%; padding-top:8px;} .online_pay_b ul li .p3{ line-height:180%; padding-top:29px;} .order_pay_tj{ padding-top:20px;} .order_pay_tj .zffs02{height:18px;text-align:center;} .order_pay_tj .zffs02 span{ color:#f4a622; font-size:18px;} .order_pay_tj .zffs03{ width:154px; height:38px; border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:14px; margin:18px 0 25px 335px;} .order_pay_tj .zffs03 a{color:#fff;} .order_pay_tj .zffs03 a:hover{color:#fff;} /*============================= upload_3D_infor.html ===================================*/ .upload_3d_box{ padding:20px 50px 168px 50px; background:#fff; height:auto; overflow:hidden;} .upload_3d_l{ width:450px; position:relative} /*****3D濡�鐎烽弰鍓с仛閸曞じ鎱ㄩ弨锟�****/ .upload_3d_l_t{ width:418px; height:418px; border:1px #E9E9E9 solid; padding:14px; background-color:#ccc ;/*鏉烆剙鍙唈s閹貉冨煑閻㈣绔烽懗灞炬珯妫版粏澹� 閺勫墽銇�D濡�鐎�#ccc;#fff;#000*/ overflow: hidden; } .jt{z-index:2000; width:25px; height:31px; background:url(../images/jt.png) no-repeat; position:absolute; top:405px; left:410px; } /*****3D濡�鐎烽弰鍓с仛閸曞じ鎱ㄩ弨锟�****/ .upload_3d_l_yl{ width:450px; height:45px; background: url(../images/upload02.jpg) #B2B2B2 no-repeat 145px center; line-height:45px; font-size:18px; color:#fff; text-indent:180px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-top:20px;} .upload_3d_l_yl a{ color:#fff; display:block;} .upload_3d_l_yl a:hover{ color:#fff;} .upload_3d_l_tip{ height:52px; line-height:52px; border-bottom:1px #E9E9E9 solid; font-size:14px;} .upload_3d_l_help{ padding-top:13px;} .upload_3d_l_help h3{ font-size:18px; color:#333; margin-bottom:5px; height:34px; line-height:34px;} .upload_3d_l_help ul li{ width:194px; height:44px; line-height:44px; font-size:14px;border:1px #A8A5A5 solid;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; float:left; margin-right:20px; } .upload_3d_l_help ul li img{ vertical-align:middle; margin:0 8px 0 25px} .upload_3d_l_help ul li a{ display:block; color:#333;} .upload_3d_l_help ul li a:hover{color:#87C71C;} .upload_3d_r{ width:365px; font-size:14px;} .upload_3d01{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d01 .tle4{ width:124px; float:left; font-size:16px; color:#333;} .upload_3d01 ul{ width:240px; height:auto; overflow:hidden; float:left;} .upload_3d01 ul li{height:23px; padding:0 5px; border-radius:5px;line-height:23px; margin-right:20px; float:left;} .upload_3d01 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d01 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d01 .upload_3d01_txt{ width:365px; height:115px; } .upload_3d01 .upload_3d01_txt textarea{ width:220px; height:75px; padding:5px; float:left; border:1px #ccc solid; margin-top:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} .upload_3d02{ height:auto; overflow:hidden; margin-bottom:15px;} .upload_3d02 .tle4{ width:365px; float:left; font-size:16px; color:#333; margin-bottom:10px;} .upload_3d02 ul{width:365px; display:block; padding-top:10px;} .upload_3d02 ul li{ width:50px; height:50px; border-radius:5px; float:left; margin-right:8px; margin-bottom:10px; border:1px #fff solid;} .upload_3d02 ul li:hover{ border:1px #87C71C solid;} .upload_3d02 ul .hover{ border:1px #87C71C solid;} .upload_3d03{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d03 .tle4{ width:60px; float:left; font-size:16px; color:#333;} .upload_3d03 ul{ width:300px; height:auto; overflow:hidden; float:left;} .upload_3d03 ul li{height:23px; padding:0 5px; line-height:23px; margin-right:20px; float:left;} .upload_3d03 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d03 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d03 .p2{ width:110px; float:left; line-height:25px; text-align:center;} .upload_3d03 .p2 span{ float:left;} .upload_3d04{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d04 .tle4{ width:70px; float:left; font-size:16px; color:#333;} .upload_3d04 ul{ width:290px; height:auto; overflow:hidden; float:left;} .upload_3d04 ul li{height:23px; padding:0 5px; line-height:23px; margin-right:20px; float:left;} .upload_3d04 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d04 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d04 .p1{ float:left;} .upload_3d04 .p1 span{ color:#87c71c; font-size:20px; margin-right:20px;} .upload_3d05{ height:auto; overflow:hidden; clear:both;} .upload_3d05 h3{ height:30px; line-height:30px; padding-top:20px; font-size:24px; color:#333; clear:both;} .upload_3d05 h3 span.p1{ font-size:26px; color:#f4a622; font-weight:bold;} .upload_3d05 h3 span.p2{ font-size:26px; color:#f4a622; font-weight:normal;} .upload_3d05 ul li{float:left; margin-top:22px;border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:18px;} .upload_3d05 ul .upload01{ width:121px; height:40px; margin-right:15px;} .upload_3d05 ul .upload02{ width:160px; height:40px; margin-right:15px; background:url(../images/upload03.png) #F4A622 no-repeat 20px center; text-indent:34px;} .upload_3d05 ul li a{color:#fff; display:block;} .upload_3d05 ul li a:hover{color:#fff;} /*============================= online_my3D.html ===================================*/ .online_my3d_box{ padding-top:20px;background:#fff; height:auto; overflow:hidden; padding-bottom:60px;} .online_my3d_t{ height:33px; padding-left:40px; margin-bottom:20px;} .online_my3d_t span{ float:left; margin-right:8px;} .online_my3d_t .my3d01 input{ width:290px; height:30px;line-height:30px; padding-left:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:1px #ccc solid;} .online_my3d_t .my3d03{ width:132px; height:32px; font-size:14px; color:#565656; line-height:30px;} .online_my3d_list{ padding-bottom:15px;} .online_my3d_list_t{ width:892px; margin:0 auto; height:34px; background:#E7E7E7; font-size:14px; color:#333; border:1px #E1E1E1 solid; line-height:34px; border:1px #EDEDED solid;} .online_my3d_list_t ul li{ float:left; font-size:14px; text-align:center;} .online_my3d_list_t ul .w367{ width:367px; margin-left:20px;} .online_my3d_list_t ul .w88{ width:88px;} .online_my3d_list_t ul .w80{ width:80px;} .online_my3d_list_t ul .w86{ width:86px;} .online_my3d_list_t ul .w145{ width:145px;} .online_my3d_list_t ul .w100{ width:100px;} .new_order_b{ margin-bottom:20px;} .new_order_b ul li{ margin-bottom:10px;} .new_order_b .tle{ width:540px; float:left; text-indent:20px;} .new_order_b .tle input{ margin-right:6px;} .new_order_b .del{ width:46px; float:right;} .new_order_b .del img{ margin-top:8px;} .new_order_b_con{ height:auto; overflow:hidden; border:1px #E8E8E8 solid; border-top:none;} .new_order_b_l{ width:380px; color:#595959;padding-left:20px; text-align:center;border-bottom: solid #e8e8e8 1px; } .new_order_b_l .my_con{ height:140px;} .new_order01{ width:98px; height:98px;border:1px #E1E1E1 solid; float:left; margin-top:20px;} .new_order01 img{ width:98px; height:140px;} .new_order02{ width:240px; padding-top:20px; text-align:left; padding-left:25px; float:left; height:120px;} .new_order03{ width:88px;height:180px; float:left;} .new_order04{ width:80px; height:180px;float:left;} .new_order05{ width:86px; height:180px;float:left; text-align:center; border-left:1px #E1E1E1 solid;} .sh_con{ width:106px; height:30px; margin-left:38px; font-size:14px; text-align:center; line-height:30px; background:#52D398;} .sh_con a{ color:#fff; text-decoration:none;} .sh_con a:hover{ color:#fff;} .new_order_b table{border-left: solid #e8e8e8 1px; margin:0 auto;} .new_order_b table td{border-right: solid #e8e8e8 1px;border-bottom: solid #e8e8e8 1px; text-align:center;} .new_order_b table tr{border-left: solid #e8e8e8 1px;} .pro_order_tle{width:892px; margin:0 auto; height:39px; line-height:39px; background:#FAFAFA; font-size:14px; font-weight:bold; border:1px #EDEDED solid;} .new_order_b table .my_ckwl{ position:relative;} .view_ckwl01{ width:302px; position:absolute; top:30px; right:-60px; display:none; z-index:99999} .view_ckwl_tbg01{ height:10px; background:url(../images/view01.png) no-repeat center top;} .view_ckwl_con01{height:auto; overflow:hidden; border:1px #FFC700 solid; border-top:none; background:#FFFDF5;} .view_ckwl_con01 h3{ height:38px; line-height:38px; border-bottom:1px #DFDFDF solid;text-indent:32px;} .view_ckwl_con01 .p3{ line-height:23px;padding-left:5px;font-size:12px;text-align:left} .user_r_btm{ height:33px; padding:16px 0; background:#fff; font-size:13px;} .user_r_btm_l{ padding-left:25px;} .user_r_btm .qx{ width:72px; line-height:33px;} .user_r_btm .qx input{ margin-right:5px; color:363636;} .user_r_btm .del{ width:95px; height:33px; text-align:center; line-height:33px; margin-right:10px; background:#87C71C; border:1px #6C9D16 solid;border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; } .user_r_btm .del:hover{ background:#7aa70f;} .user_r_btm .del a{ color:#fff;} .user_r_btm_r{ padding-right:35px;} .user_r_page{ width:180px; height:40px;} .user_r_page ul li{ width:32px; height:32px; background:url(../images/user_xttz06.jpg) no-repeat;text-align:center; font-size:13px; line-height:32px; float:left; margin-left:12px;} .user_r_page ul li a{ background:url(../images/user_xttz06.jpg) no-repeat; color:#7f7f7f; display:block; text-decoration:none;} .user_r_page ul li a:hover{ background:url(../images/user_xttz07.jpg) no-repeat; color:#fff;} .user_r_page ul .hover{ background:url(../images/user_xttz07.jpg) no-repeat; color:#fff;} /*============================= online_view_order.html ===================================*/ .new_order06{ width:170px; float:left;border-left:1px #E1E1E1 solid;} .new_order07{ width:135px; float:left; } .new_order08{ width:156px; float:left;} .new_order09{ width:150px; float:left; border-left:1px #E1E1E1 solid;border-bottom:1px #E1E1E1 solid;} .online_view_t{ height:33px; padding-left:40px; font-size:14px; color:#565656;} .online_view_t span{ margin-right:30px;} .online_view_t a{ float:right; margin-right:64px;} .view_bor{width:892px; height:auto; overflow:hidden;border:1px #E1E1E1 solid; border-top:none; padding:10px 0; } .online_view_b{height:40px; line-height:40px; font-size:14px; color:#565656; margin-bottom:10px;} .online_view_b .p1{ width:300px; float:left;text-indent:32px;} .online_view_b .p2{ width:130px; float:right; margin-right:30px;} .view_time{ background:url(../images/view01.jpg) no-repeat top center; padding-top:37px; padding-left:25px;} .view_time ul li{ width:160px; text-align:center; line-height:32px; font-size:14px; color:#656565; float:left;} .view_money .view_money01{ width:110px; float:left; margin-left:600px; text-align:right; font-size:14px; color:#565656;} .view_money .view_money02{ width:110px; float:right; margin-right:30px; text-align:right; font-size:14px; color:#565656;} .view_money .view_money02 span{ color:#f4a622} .view_shxx{width:852px; height:auto; margin:0 auto; background:#FAFAFA; padding:20px;font-size:14px;} .view_shxx h4{ color:#999; margin-bottom:10px;font-size:14px; margin-top:10px;} .view_shxx p{ height:24px; line-height:24px; color:#656565;} .view_ckwl{ width:302px; position:absolute; top:45px; right:40px; display:none;} .view_ckwl_tbg{ height:10px; background:url(../images/view01.png) no-repeat center top;} .view_ckwl_con{height:auto; overflow:hidden; border:1px #FFC700 solid; border-top:none; background:#FFFDF5;} .view_ckwl_con h3{ height:38px; line-height:38px; border-bottom:1px #DFDFDF solid;text-indent:32px;} .view_ckwl_con33 .p3{ padding:20px 27px 100px 27px; color:#FF4A00; font-size:12px;} .view_box{width:892px; margin:0 auto;position:relative;} /*============================= user_send_list.html ===================================*/ .user_com_grxx{ height:auto; overflow:hidden;background:#fff;font-family:"Microsoft Yahei"; margin-bottom:30px;} .user_com_grxx_t{ height:50px; padding:27px 0 22px 58px; border-bottom:1px #F5F5F5 solid; } .user_com_grxx_t dl{ float:left; width:300px;} .user_com_grxx_t dl dt{ width:50px; height:50px; float:left;} .user_com_grxx_t dl dt img{width:50px; height:50px;} .user_com_grxx_t dl dd{ width:230px; height:50px; float:right;} .user_com_grxx_t dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px;} .user_com_grxx_t dl dd h3 span{ font-weight:normal; font-size:12px;} .user_com_grxx_t dl dd p{ font-size:13px; color:#939393;} .user_com_grxx_t ul{ width:553px; float:right;} .user_com_grxx_t ul li{ width:170px; text-align:center; line-height:50px; float:left; font-size:13px; color:#363636;} .user_com_grxx_b{height:auto; overflow:hidden; padding:10px 0;} .user_com_grxx_b ul li{ width:236px; float:left; text-align:center; height:25px; line-height:25px; background:url(../images/send02.jpg) no-repeat right center; font-size:13px;} .user_com_grxx_b ul li span{ color:#87c71c} /*閻€劍鍩涙稉顓炵妇閸欏厖绗傛稉顏冩眽缁狅紕鎮婄紒鎾存将*/ .user_r_tle{ height:20px; padding:20px 20px 20px 35px; background:#fff; border-bottom:1px #F5F5F5 solid; font-family:"Microsoft Yahei"} .user_r_tle h3{ color:#939393; font-size:13px;} .user_r_tle h3 strong{ height:20px; color:#363636; font-size:16px; padding-right:5px;} .user_r_tle h3 span{ color:#87C71C;} .user_r_t{ height:33px; padding:19px 10px 7px 22px; background:#fff;} .user_r_t ul li{ width:124px; height:30px; float:left; text-align:center; line-height:30px; margin-right:10px; border:1px #E9E9E9 solid; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; background:#F5F5F5;} .user_msg_list ul{ background:#fff;} .user_msg_list ul li{ height:auto; overflow:hidden; display:block; padding:23px 43px 23px 23px;border-bottom:1px #E9E9E9 solid; position:relative;} .user_msg_list ul li .infor_check{ width:27px; padding-top:10px; display:block;} .user_msg_list ul li dl{ width:880px; height:auto; overflow:hidden; color:#363636} .user_msg_list ul li dl dt{ width:30px; height:30px; float:left; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;} .user_msg_list ul li dl dd{ width:830px; float:right; } .user_msg_list ul li dl dd h3{ height:16px; margin-bottom:8px; font-size:16px; font-weight:bold;} .user_msg_list ul li dl dd h3 span.span1{ float:right; margin-right:30px; font-size:13px; font-weight:normal;} .user_msg_list ul li dl dd h3 span.span2{ float:right; font-size:13px; font-weight:normal;} .user_msg_list ul li dl dd p{ line-height:180%; font-size:13px;} .user_msg_list ul li .infor_del{ width:9px; height:9px; background:url(../images/user_msg01.jpg) no-repeat; position:absolute; top:28px; right:50px; cursor:pointer;} /*============================= user_receipt_list.html ===================================*/ .user_hide_com{ padding:16px; margin-top:16px; display:none;} .user_hide_com .pl_box{ margin-top:16px;} .user_hide_com .pl_box h3{ font-size:14px; color:363636; height:36px; line-height:36px; font-weight:bold;} .user_hide_com .pl_box textarea{ width:860px; height:100px; color:#333; background:#F6F6F6; padding:10px; margin-bottom:14px; box-shadow:0 0 8px #E7E7E7 inset; -webkit-box-shadow:0 0 8px #E7E7E7 inset; -moz-box-shadow:0 0 8px #E7E7E7 inset; border:1px #939393 solid; } .user_hide_com .btn{ width:230px; height:36px; float:right;} .user_hide_com .btn p{ width:160px; line-height:27px; text-align:center; float:left; font-size:14px;} .user_hide_com .btn p span{ color:#fe4444;} .user_hide_com .btn button{ width:64px; height:27px; display:block; float:right; background:#8DD40F; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff;} /*============================= user_send_msg.html ===================================*/ .user_send_msg_box{ width:785px; padding:30px 160px 200px 28px; background:#fff;} .user_send_msg_box label{ width:70px; text-align:right; float:left; color:#939393; font-size:13px;} .user_send_msg_box .msg01{ height:35px; line-height:35px; margin-bottom:30px;} .user_send_msg_box .msg01 input{ height:34px;line-height:34px; width:220px;float:left; text-indent:20px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .user_send_msg_box .msg02{ height:115px; line-height:35px; margin-bottom:20px;} .user_send_msg_box .msg02 textarea{ height:105px; width:700px; float:left; padding:5px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .user_send_msg_box .btn{ width:230px; height:36px; float:right;} .user_send_msg_box .btn p{ width:160px; line-height:27px; text-align:center; float:left; font-size:14px;} .user_send_msg_box .btn p span{ color:#fe4444;} .user_send_msg_box .btn button{ width:64px; height:27px; display:block; float:right; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff;} .user_send_msg_box .btn button:hover{ background:#7aa70f;} /*============================= user_personal_information.html ===================================*/ .modify_infor_box{ width:830px;} .modify_infor_box ul li{ height:30px; margin-bottom:15px;} .modify_infor_box ul li p{ line-height:30px; font-size:13px; color:#363636;} .modify_infor_box ul label{ width:80px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .modify_infor_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .modify_infor_box ul .btn a{ width:90px; height:33px;border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; background:#87C71C; border:1px #6C9D16 solid; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:90px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .modify_infor_box ul .btn a:hover{ background:#7aa70f;} .user_modify_infor{ width:916px; background:#fff; padding:15px 23px 60px 35px;} .user_modify_infor .tips{ height:66px; line-height:24px; font-size:14px; color:#ff0000; padding-right:80px;} .user_modify_infor .radio_radio{ width:60px; height:30px; line-height:30px; float:left; font-size:13px;} .user_modify_infor .radio_radio input{ width:16px; height:16px; margin-right:5px; vertical-align:middle; border:none;} .user_modify_infor select{ width:95px; height:30px; margin-right:25px;} .user_modify_infor textarea{ width:710px; height:50px; padding:5px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} /*============================= user_change_psw.html ===================================*/ .user_psw_box{ width:876px; background:#fff; padding:20px 44px 220px 54px;} .psw_box{ width:720px;} .psw_box ul li{ height:30px; margin-bottom:15px;} .psw_box ul label{ width:80px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .psw_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .psw_box ul button{ width:90px; height:33px; display:block; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; margin-top:30px; margin-left:90px; color:#fff; font-size:14px; font-weight:bold;} .psw_box ul button:hover{ background:#7aa70f;} /*============================= user_change_image.html ===================================*/ .user_change_image{ width:916px; background:#fff; padding:15px 23px 60px 35px;} .user_change_image .tips{ height:66px; line-height:24px; font-size:14px; color:#ff0000; padding-left:28px;} .change_image_box{ padding-left:20px;} .change_image_pic{ height:150px;} .change_image_pic dl{ float:left; margin-right:85px;} .change_image_pic .img01 img{ width:100px; height:100px;} .change_image_pic .img02 img{ width:50px; height:50px;} .change_image_pic .img03 img{ width:21px; height:21px;} .change_image_pic dl dd{ height:30px; line-height:30px;} .change_image_box .btn{ width:110px; height:31px; position: relative;overflow: hidden;margin-right: 4px;display:inline-block;*display:inline;font-size:14px;line-height:31px;*line-height:31px;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background:#87C71C; border:1px #6C9D16 solid;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;} .change_image_box .btn:hover{ background:#7aa70f;} .change_image_box .btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .change_image_box .sc_btn{ height:66px;} .change_image_box .sc_btn p{ height:36px; line-height:36px; font-size:13px; color:#939393;} /*============================= user_address.html ===================================*/ .user_address_box{ width:916px; background:#fff; padding:20px 23px 76px 35px;} .user_address_box .address_address{ padding-bottom:40px; border-bottom:1px #F5F5F5 solid; color:#363636; font-size:13px;} .user_address_box .address_address ul li{ height:32px; line-height:32px; overflow:hidden;} .address_name{padding-right:53px; float:left;} .address_tel{ float:left;} .address_ad{ float:left;} .address_mod{padding-right:14px; float:left; color:#8fc31f; cursor:pointer;} .address_del{padding-right:24px;float:left; color:#8fc31f; cursor:pointer;} .address_mr{float:left;} .address_mr span{color:#8fc31f; cursor:pointer;} .address_new_box{ padding-top:36px; color:#363636; font-size:13px;} .address_new_box ul li{ height:33px; margin-bottom:13px;} .address_new_box ul li label{ width:71px; height:33px; text-align:right; line-height:33px; display:block; float:left; font-size:14px; margin-right:5px;} .address_new_box ul li input{ float:left;height:33px; line-height:33px; text-indent:10px;border:1px #D7D7D7 solid;} .address_new_box ul li textarea{ width:317px; height:124px; display:block; padding-top:10px; padding-left:10px;} .address_new_box ul li p{ float:left; line-height:33px; margin-left:5px;} .address_new_box ul li select{height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171;} .address_new_box ul .tj{ width:100px; height:33px; padding-left:80px; margin-top:13px;} .address_new_box ul .tj button{ width:100px; height:33px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; outline:none; border:none; margin-top:10px; color:#fff; font-size:13px; font-weight:bold;} .address_new_box ul .tj button:hover{ background:#7aa70f;} /*============================= user_binding_phone.html ===================================*/ .phone_binding_box{ width:720px;} .phone_binding_box ul li{ height:30px; margin-bottom:15px;} .phone_binding_box ul label{ width:90px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .phone_binding_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .phone_binding_box ul button{ width:90px; height:33px; background:#8FC31F; border-radius:5px; outline:none; border:none; margin-top:20px; margin-left:100px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .phone_binding_box p{ padding-left:100px; line-height:30px; font-size:13px; color:#939393;} .phone_binding_box ul .send_yzm{ width:100px; background:#DFDFDF; height:30px; text-align:center; line-height:30px; font-size:13px; color:#363636; font-weight:bold; margin-left:10px;} .phone_binding_box ul .send_yzm a{ color:#363636;} .phone_binding_box ul .send_yzm a:hover{ color:#333;} /*============================= user_binding_account.html ===================================*/ .user_binding_box{ width:876px; background:#fff; padding:20px 44px 220px 54px;} .user_binding_box .binding_t{height:52px; line-height:52px; font-size:13px; color:#363636; border-bottom:1px #F5F5F5 solid; } .user_binding_box .user_binding_con{width:794px;} .user_binding_box .user_binding_con ul li{height:43px; padding:15px 0; background:#fff; border-bottom:1px #F5F5F5 solid; } .user_binding_box .user_binding_con ul li dl{ width:227px; padding-left:35px; float:left;} .user_binding_box .user_binding_con ul li dl dt{ width:43px; height:43px; float:left; margin-right:26px;} .user_binding_box .user_binding_con ul li dl dd{ width:150px; float:left; line-height:43px; font-size:13px; color:#363636;} .user_binding_box .user_binding_con ul li .binding{ width:90px; height:30px; float:left; margin-top:8px; line-height:30px; color:#fff; text-align:center; background:#87C71C; border:1px #6C9D16 solid; font-weight:bold; font-size:16px;border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;} .user_binding_box .user_binding_con ul li .binding:hover{ background:#7aa70f;} /*============================= user_set_watermark.html ===================================*/ .user_set_watermark{ width:916px; background:#fff; padding:20px 23px 200px 35px;} .user_set_watermark_con{ height:26px; line-height:26px;} .user_set_watermark_con label{ width:112px;float:left; font-size:13px; color:#363636; font-weight:bold;} .user_set_watermark_con .radio_radio{ width:80px; height:26px; line-height:26px; float:left; font-size:14px;} .user_set_watermark_con .radio_radio input{ width:16px; height:16px; margin-right:5px; vertical-align:middle; border:none;} .user_set_watermark button{ width:90px; height:33px; background:#8FC31F; border-radius:5px; outline:none; border:none; margin-top:20px; margin-left:110px; color:#fff; font-size:14px; font-weight:bold; clear:both;} /*============================= user_points.html ===================================*/ .user_points_box{ width:916px; background:#fff; padding:20px 23px 20px 35px;font-size:13px;} .user_points_box h3{ height:46px; line-height:46px; color:#666;font-size:13px; font-weight:bold;} .user_points_box h3 span{ color:#cc0000; font-weight:bold; margin-left:10px;} .user_points_box table{ width:910px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .user_points_box table td{ border:1px #E5E5E5 solid;} .user_points_box table .point01{ height:36px; background:#FAFAFA; } .user_points_box table .point01 th{color:#666; font-size:14px; font-weight:bold;} .user_points_box table .point02{ height:50px; } /*============================= infor_management.html ===================================*/ .infor_manage_box{ width:914px; background:#fff; padding:20px 20px 180px 40px;font-size:13px;} .infor_manage_t{ height:33px; margin-bottom:20px;} .infor_select{position:relative;float:left;} .infor_select select{ width:80px;height:28px; border:1px #D7D7D7 solid;color:#727171; margin-right:6px; margin-top:2px; padding:5px;} .infor_select dt{ width:122px;height:32px;display:inline-block; background:url(../images/infor01.jpg) no-repeat;line-height:32px;font-weight:bold;padding-left:10px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;} .infor_select dd{position:absolute;left:0;top:30px;border:1px solid #d2ccc4;background:#fff;display:none;} .infor_select dd ul{padding:4px;width:122px;max-height:250px;overflow:auto;} .infor_select dd ul li a{line-height:28px;display:block;padding:0 8px;} .infor_select dd ul li a:hover{background:#f5f5f5;} .infor_manage_t .infor_select input{ width:300px; height:30px;line-height:30px; border:1px #B2B2B2 solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; text-indent:10px; float:left; margin-left:10px;} .infor_manage_t .infor_btn input{ width:102px; height:32px;line-height:32px; float:left;margin-left:10px;} .infor_manage_b table{ width:900px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .infor_manage_b table td{ border:1px #E5E5E5 solid;} .infor_manage_b table .p1 p{ float:left; padding-left:13px; width:400px; overflow:hidden; text-overflow:ellipsis;white-space: nowrap;} .infor_manage_b table .p1 img{ float:left; width:23px; height:24px; vertical-align:middle; margin-left:20px;} .infor_manage_b table .point01{ height:36px; background:#FAFAFA; } .infor_manage_b table .point01 th{color:#666; font-size:14px; font-weight:bold;} .infor_manage_b table .point02{ height:140px; } .infor_manage_b table .p2 img{ width:14px; height:13px;} .infor_manage_b table .p3 img{margin-left:13px;} /*============================= infor_management_pic.html ===================================*/ .infor_management_pic{ width:974px; background:#fff;} .manage_pic_t{ color:#363636; font-size:13px;} .manage_pic_t ul li{width:904px; padding:22px 35px; height:33px;border-bottom:1px #f5f5f5 solid;} .manage_pic_t ul li label{ width:123px; height:33px; text-align:right; line-height:33px; display:block; float:left; font-size:14px; margin-right:29px;} .manage_pic_t ul li input{ width:430px; float:left;height:33px; line-height:33px; text-indent:10px;border:1px #D7D7D7 solid; border-radius:3px; background:#F4F4F4;} .manage_pic_t ul li p.p1{ float:left; line-height:33px; margin-left:10px; color:#939393;} .manage_pic_t ul li p.p2{ float:left; line-height:40px; /*text-indent:143px;*/ margin-left:10px; color:#939393;} .manage_pic_t ul li select{ width:140px;height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171; margin-right:10px;} .manage_pic_t ul li span{ color:#EB0000;} .manage_pic_t ul li .manage_pic_new{ height:33px; line-height:33px; font-weight:bold; font-size:14px;} .special_tcc_box{ width:485px; height:296px; position:fixed!important;position:absolute;top:30%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .special_tcc_bg{ width:485px; height:296px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; } .special_tcc_bg .close_btn{ width:15px; height:15px; position:absolute; right:10px; top:10px; cursor: pointer;} .special_tcc_con{} .special_tcc_con h3{ height:50px; line-height:50px; text-indent:20px; margin-bottom:37px; color:#353535; font-size:16px; border-bottom:1px #f5f5f5 solid;} .special_tcc01{ height:33px; margin-bottom:30px} .special_tcc01 label,.special_tcc02 label{ width:100px!important; float:left;} .special_tcc01 input,.special_tcc02 input{ float:left; background:#F4F4F4;} .special_tcc02 select{ width:325px!important;height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171; margin-bottom:30px; margin-right:10px;} .special_tcc03{ width:420px; margin:0 auto; height:33px; margin-bottom:30px} .special_tcc_con .btn a{ width:100px; height:33px;background: #87C71C; display:block; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; line-height:33px; text-align:center;margin-top:30px;color:#fff; font-size:14px;margin:0 auto; font-weight:bold; clear:both;} .model_manage_t .atten_search{ width:211px;height:35px; border:1px #d3d3d3 solid; border-radius:2px; float:left;} .model_manage_t .atten_search input, .user_search input:focus{ box-shadow:0 0 8px #eee inset; line-height:40px; background:#F5F5F5;} .model_manage_t .atten_search_btn{ width:57px; height:35px; line-height:35px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636; float:left;} .model_manage_t .atten_search_btn a{color:#363636; display:block;} .model_manage_t .atten_search_btn a:hover{ background:#D1D1D1;} .model_manage_t .atten_delete_btn{ width:auto; height:37px; line-height:35px; border-radius:2px; padding:0 10px; margin-left:10px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636;float:left;} .model_manage_t .atten_delete_btn a{color:#363636; display:block;} .model_manage_t .atten_delete_btn a:hover{ background:#D1D1D1;} .model_manage_t .atten_srk{ border:0px; height:35px; line-height:35px; width:144px; padding-left:10px; float:left;font-size:14px;outline:none;} .manage_biaoqian{ width:520px; height:33px; line-height:33px; float:right;} .manage_biaoqian ul li{ width:auto; height:28px; background: url(../images/mark02.png) #F5F5F5 no-repeat right center; line-height:28px;color:#939393; border-radius:2px;font-size:13px; display:block;float:left; margin-right:10px; margin-top:5px; cursor:pointer; padding:2px 20px 2px 10px;} .manage_biaoqian ul .hover{ background:url(../images/mark01.png) #87C71C no-repeat right center; color:#fff;} .manage_biaoqian a{ width:86px; line-height:33px;color:#939393; background:#F5F5F5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; margin-right:15px; float:left; text-align:center;} .manage_biaoqian a:hover{ background:#87C71B; color:#fff;} .manage_biaoqian a.hover{ background:#87C71B; color:#fff;} .manage_pic_t ul li .manage_pic_text{ width:622px; float:left; height:auto;color:#727171;} .manage_pic_t ul li .manage_pic_text textarea{ width:602px; height:75px; float:left; padding:10px; border:1px #D7D7D7 solid; background:#F4F4F4;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; } .manage_pic_t ul .xztp .btn{ width:110px; height:42px; position: relative;overflow: hidden;margin-right: 4px;display:inline-block;*display:inline;font-size:16px;line-height:42px;*line-height:42px;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; } .manage_pic_t ul .xztp .btn:hover{background:#7aa70f;} .manage_pic_t ul .xztp .btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .manage_pic_t ul .xztp .sc_btn{ height:42px;} .manage_pic_btn{ height:33px; padding:40px 40px 52px 188px;} .manage_pic_btn .btn01 a{ width:100px; height:33px; float:left; margin-right:20px;background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .manage_pic_btn .btn01 a:hover{ background:#7aa70f;} .manage_pic_btn .btn02 a{ width:100px; height:33px; float:left;background:#F5F5F5; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; line-height:33px; text-align:center;color:#656565; font-size:14px; font-weight:bold;} .manage_txt_edit{ width:747px; height:362px; float:left;} .manage_txt_edit iframe{ border:none; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} /*============================= designer_label_manage.html ===================================*/ .w784{ width:784px; height:auto; overflow:hidden; background:#fff; padding:25px 95px 0 95px; } .designer_label_t{ height:31px; margin-bottom:30px;} .designer_label_t label{ line-height:31px; color:#353535; font-size:14px; float:left; width:118px; text-align:right;} .designer_label_t input{width:240px; height:30px;line-height:30px; border:1px #B2B2B2 solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; text-indent:10px; float:left; margin-left:10px;} .designer_label_t button{ width:90px; height:31px; background:#8FC31F; border-radius:5px; outline:none; border:none; color:#fff; font-size:14px; font-weight:bold;margin-left:10px;} .designer_label_b{ padding-bottom:170px;} .designer_label_b table{ width:780px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .designer_label_b table td{ border:1px #E5E5E5 solid;} .designer_label_b table .point01{ height:36px; background:#FAFAFA; } .designer_label_b table .point01 th{color:#666; font-size:14px; font-weight:bold;} .designer_label_b table .point02{ height:50px; } .designer_label_b table .p3 img{margin-left:17px;} /*============================= designer_3Dmodule.html ===================================*/ .w876{ width:876px; height:auto; overflow:hidden; background:#fff; padding:25px 49px 0 49px; } .designer_3Dmodule table{ width:876px; text-align:center;font-size:14px;} .designer_3Dmodule table tr{ border-bottom:1px #E5E5E5 solid;} .designer_3Dmodule table .point01{ height:36px; background:#87C71B; color:#fff;} .designer_3Dmodule table .point01 th{font-size:14px;} .designer_3Dmodule table .point02{ height:138px; } .designer_3Dmodule table .p1 img{ width:98px; height:98px; border:1px #E5E5E5 solid;} .designer_3Dmodule table .p3 img{margin-left:17px;} /*============================= designer_certification.html ===================================*/ .designer_cer_box{width:846px; background:#fff; padding:25px 49px 160px 79px;} .designer_cer{ width:720px;} .designer_cer ul li{ height:30px; margin-bottom:15px;} .designer_cer ul label{ width:90px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .designer_cer ul input{ width:310px; float:left; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .designer_cer ul .btn a{ width:90px; height:33px; background:#87C71C; border-radius:5px; outline:none; border:none; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:100px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .send_ym{line-height:30px; padding-right:20px; font-size:13px; color:#939393;} .designer_cer ul .send_yzm{ background:#87C71C; height:30px; text-align:center; padding:0 15px; line-height:30px; font-size:13px; color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; font-weight:bold; margin-left:10px;} .designer_cer ul .send_yzm a{ color:#fff;} .designer_cer ul .send_yzm a:hover{ color:#fff;} .sjs_box{ width:244px; height:133px; position:fixed!important;position:absolute;top:50%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .sjs_box_bg{width:204px; height:93px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; padding:20px; } .sjs_box_bg .close_btn{ width:9px; height:10px; position:absolute; right:5px; top:5px; cursor: pointer;} .sjs_rz_con{ background:url(../images/sjs03.jpg) no-repeat left 5px; text-align:center; line-height:180%; color:#87C71B; font-size:14px; padding:10px 0 0 45px;} .sjs_rz_con span{ font-size:12px; color:#454545;} /*============================= designer_upload_file.html ===================================*/ .upload_file_box{width:846px; background:#fff; padding:25px 49px 160px 79px;} .upload_file{ width:720px;} .upload_file ul li{ height:30px; margin-bottom:10px;} .upload_file ul label{ width:163px; font-size:14px; color:#363636; display:block; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .upload_file ul input{ width:320px; float:left; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .upload_file ul .btn a{ width:160px; height:33px; background: url(../images/sjs01.png) #87C71C no-repeat 30px center; border-radius:5px; display:block; line-height:33px; text-indent:70px;margin-top:20px; margin-left:173px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .upload_file ul .liulan_btn{ width:100px; height:30px; position: relative;overflow: hidden; margin-left:10px;display:inline-block;*display:inline;font-size:14px;line-height:30px;*line-height:30px;color:#353535;text-align:center;vertical-align:middle;cursor:pointer; border:1px solid #D8D8D8;background:#F8F8F8;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} .upload_file ul .liulan_btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .upload_file ul p{ text-indent:170px; line-height:30px; font-size:14px; color:#555555;} .upload_file ul .send_ym{ width:320px; line-height:30px; vertical-align:middle; font-size:13px; color:#939393; padding-left:10px;} .upload_file ul .send_ym span input{ width:13px; height:30px!important; margin-right:5px; border:none; outline:none;} .upload_file ul .send_ym span{ width:80px; float:left;} /*============================= designer_attention.html ===================================*/ .design_attention_box{width:894px; background:#fff; padding:15px 40px 0 40px;} .design_attention_t{ height:30px; margin-bottom:20px;} .design_attention_t .atten_search{ width:162px;height:33px;padding-top:1px;} .design_attention_t .atten_srk{ border:0px; height:30px; width:128px; float:left; color:#9A9A9A; font-size:12px; margin-left:2px; text-indent:8px;} .design_attention_t .atten_search_btn{ width:30px; height:30px; background:none;float:left; cursor:pointer; outline:none;} .design_sjs_list{ height:auto; overflow:hidden;} .design_sjs_list li{ height:100px; padding-bottom:30px; border-bottom:1px solid #f5f5f5; margin-bottom:30px;} .design_sjs_list li dl{ width:340px;} .design_sjs_list li dl dt{ width:100px; height:100px; float:left;} .design_sjs_list li dl dt img{width:100px; height:100px;} .design_sjs_list li dl dd{ width:230px; height:50px; float:right;} .design_sjs_list li dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} .design_sjs_list li dl dd h3 span{ font-weight:normal; font-size:12px;} .design_sjs_list li dl dd p{ height:22px; line-height:22px; font-size:13px; color:#939393;} .design_sjs_list li dl dd .design_sjs_btn{ height:20px; margin-top:8px;} .design_sjs_list li dl dd .design_sjs_btn .btn01{ width:70px; height:20px; background:#8EC31E; border-radius:2px; float:left; display:block; text-align:center; line-height:20px; color:#fff; margin-right:10px;} .design_sjs_list li dl dd .design_sjs_btn .btn02{ width:70px; height:20px; background: url(../images/atten01.png) #939393 no-repeat 7px center; border-radius:2px; float:left; display:block; text-indent:20px;line-height:20px; color:#fff;} .design_sjs_list li .design_sjs_works{ width:483px;} .design_sjs_list li .design_sjs_works_l a{ float:left; margin-right:13px;} /*.design_sjs_list li .design_sjs_works_l img{ width:132px; height:100px;}*/ .design_sjs_list li .design_sjs_works_r{ width:46px; height:100px;} /*============================= account_bound_box.html ===================================*/ .account_bound_box{ width:1200px; height:auto; overflow:hidden;} .account_bound_t{ height:35px;} .account_bound_t ul li{ width:250px; background:#fff; border:1px #DAD8D8 solid; border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0; font-size:14px; font-weight:bold; text-align:center; line-height:33px; float:left; margin-right:35px;} .account_bound_t ul li span{ font-size:12px; font-weight:normal;} .account_bound_t ul li:hover{ background:#8DD40F; color:#fff; cursor:pointer;} .account_bound_t ul .hover{ background:#8DD40F; color:#fff;} .account_bound_b{ width:1113px; background:#fff; border:1px #DAD8D8 solid; border-radius:0 5px 5px 5px;-moz-border-radius:0 5px 5px 5px;-webkit-border-radius:0 5px 5px 5px; padding:30px 30px 65px 55px; } .account_bound_b .tab{ display:none;} .account_bound_b h3{ height:20px; line-height:20px; background:url(../images/bound01.jpg) no-repeat left center; font-size:16px; color:#656565; text-indent:30px; margin-bottom:35px;} .has_account{ width:720px; p} .has_account ul li{ height:30px; margin-bottom:10px;} .has_account ul label{ width:88px; font-size:14px; color:#555; line-height:30px; float:left; text-align:right; padding-right:10px;} .has_account ul .btn a{ width:200px; height:33px; background:#87C71C; border-radius:5px; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:98px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .has_account ul .send_yzm{ width:89px;height:30px;margin-left:10px;} .has_account ul input[type="text"]{ width:200px; height:30px; line-height:30px; background:#FBFBFB; color:#333; border:1px solid #D8D8D8; border-left-color:#A8A8A8; border-top-color:#A8A8A8; border-radius:2px;box-shadow:inset 2px 2px 5px rgba(0,0,0,.1);} /*============================= page_guide_infor.html ===================================*/ .page_guide_t{ width:796px; padding:30px 77px 30px 284px; height:37px;} .page_guide_t dl{ width:167px; float:left; background:url(../images/yd02.jpg) no-repeat right center;} .page_guide_t dl dt{ width:37px; height:37px; float:left;} .page_guide_t dl dd{ width:122px; float:right; line-height:37px; color:#939393; font-size:16px;} .page_guide_t dl .hover{ color:#86C61B} .page_guide_b{ width:1198px; height:auto; overflow:hidden; border:1px #E4E4E4 solid; background:#fff; padding-bottom:20px;} .page_guide_tle{ height:50px; border-bottom:1px #F5F5F5 solid;} .page_guide_tle h3{ width:300px; line-height:50px; float:left;color:#353535; font-size:16px; text-indent:25px;font-weight:bold;} .page_guide_tle h4{ width:147px; line-height:30px; float:right; margin-top:10px; margin-right:25px; border:1px #E9E9E9 solid; background:#F7F7F7; line-height:30px; text-align:center; font-size:13px; color:#313131;font-weight:bold;} /*============================= page_guide_pic.html ===================================*/ .page_pic01{ line-height:24px; color:#363636; font-size:13px; padding:10px 0;} .page_pic02{ height:33px; margin-top:15px;} .page_pic02 .btn02 a{ width:93px; height:33px; background:#F7F7F7; border-radius:5px; display:block; line-height:33px; text-align:center;color:#353535; font-size:14px; font-weight:bold; clear:both;} .change_image_box .btn03 a{ width:130px; height:33px; background:#87C71C; border-radius:5px;display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .page_pic_r{ width:360px; padding:90px 80px 0 0;} .page_pic_r p{ font-size:13px; line-height:180%; color:#656565; margin-bottom:15px;} .page_pic_r p span{ font-size:16px;} .page_pic_r .btn a{ width:130px; height:33px; background:#87C71C; border-radius:5px; margin-top:100px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold; margin-left:250px;} /*============================= page_guide_attent.html ===================================*/ .page_attent_box{ width:1200px;} .page_attent_t{ padding:13px 10px 13px 20px;} .page_attent_t_l{ width:70px; height:30px; vertical-align:middle; line-height:30px; float:left; font-size:13px; color:#353535;} .page_attent_t_l input{ margin-right:5px;} .page_attent_t_r{height:28px;} .page_attent_t_r a{ width:93px; height:28px; background:#F7F7F7; border-radius:5px;display:block; line-height:28px; border:1px #eee solid; text-align:center;color:#353535; font-size:14px; font-weight:bold;float:left;} .page_attent_c{ height:auto; overflow:hidden; padding-left:20px;} .page_attent_c dl{ width:340px; height:246px; border:1px #eee solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; padding:16px 12px 0 18px; position:relative; float:left; margin-right:20px; margin-bottom:20px; box-shadow:0 0 8px #f5f5f5;-moz-box-shadow:0 0 8px #f5f5f5;-webkit-box-shadow:0 0 8px #f5f5f5;} .page_attent_c dl:hover{box-shadow:0 0 8px #ccc;-moz-box-shadow:0 0 8px #ccc;-webkit-box-shadow:0 0 8px #ccc;} .page_attent_c dl dt{ width:340px; height:100px; margin-bottom:10px;} .page_attent_c dl dt input{ position:absolute; right:10px; top:10px;} .page_attent_c dl dt img{ width:100px; height:100px;} .page_attent_c dl dd{ padding-bottom:20px;} .page_attent_c dl dd h3{ font-size:16px; height:30px; line-height:30px; margin-bottom:10px; color:#8EC31E;} .page_attent_c dl dd ul{ height:45px;} .page_attent_c dl dd ul li{ width:50px; float:left; text-align:center; font-size:16px; padding:0 8px;background:url(../images/yd04.jpg) no-repeat right center;} .page_attent_c dl dd ul li span{ color:#353535} .page_attent_c dl .graylink a{ color:#939393} .page_attent_c dl .graylink a:hover{ color:#8EC31E} .page_attent_txt{ height:35px; width:100%; background:#F5F5F5; line-height:35px; text-indent:18px; font-size:13px; position:absolute; left:0; bottom:0;} .page_attent_b .btn a{ width:140px; height:33px; background:#87C71C; border-radius:5px;display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold; } /*============================= page_guide_special.html ===================================*/ /*============================= page_guide_special.html ===================================*/ .page_special{ height:auto; overflow:hidden; padding:12px;} .page_special dl{ width:259px; height:468px; border:1px #eee solid;position:relative; float:left; margin-right:43px; margin-bottom:30px;} .page_special dl .album{ position:absolute; top:14px; right:14px;} .page_special dl dt{width:259px;height:358px;} .page_special dl dt .db_imgwin{ width:259px; height:264px; margin-bottom:13px;} .page_special dl dt .db_thum ul li{ width:81px; height:81px; float:left; margin-right:7px;} .page_special dl dd{ height:auto; overflow:hidden;padding:0 12px; margin-bottom:13px; margin-top:8px;} .page_special dl dd h3{ width:200px; overflow:hidden; text-overflow:ellipsis; font-size:13px; height:34px; line-height:34px; color:#939393;} .page_special dl dd .special_txt{ height:21; line-height:21px; text-align:right; font-size:13px; color:#939393;} .page_special dl dd .special_txt img{ width:21px; height:21px; margin-right:10px;vertical-align:middle; } .page_special dl dd .special_txt a{ float:left;} .page_special dl .graylink a{ color:#939393} .page_special dl .graylink a:hover{ color:#8EC31E} .page_attent_btm{ height:35px; width:100%;background:#F5F5F5; line-height:35px; text-align:right; font-size:13px; position:absolute; left:0; bottom:0;} .page_attent_btm img{ margin-right:5px;} .page_attent_btm a{margin-right:12px;} /*============================= invite_friends.html ===================================*/ .invite_friends_box{ width:1198px; height:auto; overflow:hidden; border:1px #E4E4E4 solid; background:#fff; padding-bottom:20px;} .invite_tle{ height:50px; border-bottom:1px #F5F5F5 solid;} .invite_tle h3{ width:300px; line-height:50px; float:left;color:#353535; font-size:16px; text-indent:25px;font-weight:bold;} .invite_friends{ width:1118px; background:#fff; padding:15px 40px 30px 40px;} .invite_friends h3{ height:36px; line-height:36px; color:#353535; font-size:13px;} .invite_friends ul{ height:auto; overflow:hidden; padding-left:54px;} .invite_friends ul li{ padding-bottom:35px; color:#353535;} .invite_friends ul li h4{ height:40px; line-height:40px; color:#353535; font-size:16px;} .invite_friends ul li p{ line-height:30px; font-size:13px; clear:both; padding-left:25px;} .invite_friends ul li p span{ color:#939393;} .invite_friends ul li .invite_text{ height:31px; padding-left:25px;} .invite_friends ul li .invite_text input{ width:380px;height:31px; text-indent:10px; background:#DFDFDF;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; float:left;} .invite_friends ul li .invite_text .btn a{ width:100px; height:30px; float:left; margin-left:10px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; display:block; line-height:30px; text-align:center;color:#fff; font-size:14px; font-weight:bold; } .invite_friends ul li .invite_text .btn a:hover{ background:#7aa70f;} /*============================= user_designer_list.html ===================================*/ .user_design_list_box{ height:486px;margin-top:25px; padding-right:20px;} .user_design_list_l{ width:1200px; height:486px;} .section-focus-pic{width:1200px;height:486px;overflow:hidden;position:relative;} .section-focus-pic ul li{position:absolute;top:0;left:1200px;width:1200px;height:486px;} .section-focus-pic .pages{width:1200px;height:486px;} .section-focus-pic .controler{position:absolute;bottom:20px;right:20px;} .section-focus-pic .controler b{cursor:pointer;width:10px;height:10px; border-radius:50%;display:block;overflow:hidden;text-indent:20px;background:#ccc; float:left;margin:0 0 0 5px;} .section-focus-pic .controler b.down{background:#87C71C;} .section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:240px;height:40px;} .section-focus-pic .controler2 a i{cursor:pointer;display:block;width:28px;height:39px;} .section-focus-pic .controler2 .des_prev{left:5px;} .section-focus-pic .controler2 .des_prev i{ background:url(../images/left01.png) no-repeat;margin-left:5px;} .section-focus-pic .controler2 .des_next{right:10px;} .section-focus-pic .controler2 .des_next i{background:url(../images/right01.png) no-repeat;margin-left:10px;} .user_design_list_r{width:370px; height:486px;background:#fff;} .user_design_topic{ height:258px; border-bottom:1px #E8E8E8 solid; padding-top:24px;} .user_design_topic h3{ height:36px; font-size:18px; color:#595959; font-weight:bold; text-indent:33px;} .user_design_topic ul{ width:323px; padding:0 13px 20px 33px;} .user_design_topic ul li{ height:28px; line-height:28px; font-size:13px; color:#565656;} .user_design_topic ul li span{padding:0 5px; background:#87C71B; font-size:12px; text-align:center; line-height:16px; color:#fff; margin-right:8px;} .user_design_mark{height:160px; padding-top:24px;} .user_design_mark h3{ height:36px; font-size:18px; color:#595959; font-weight:bold; text-indent:33px;} .user_design_mark ul{ width:323px; padding:0 13px 20px 33px;} .user_design_mark ul li{ width:88px; height:24px; line-height:24px; font-size:13px; float:left;;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-right:13px; margin-bottom:10px; background:#87C71B; text-align:center;} .user_design_privileged{ width:1222px; margin:0 auto; height:auto; overflow:hidden;} .user_design_privileged .design_privileged{ height: 355px; margin-top: 15px; width: 1200px; position: relative;} .user_design_privileged .design_privileged .slide_button{ position: absolute; top: 0; left: 0; width: 365px; height: 355px;} .user_design_privileged .design_privileged .slide_button ul .tab_li{ width: 350px; cursor: pointer; height: 71px;margin-top: 1px; background: #fff; color: #939393; font-size: 18px; line-height: 71px;} .yq_slide_hover{ background: url(../images/slide_button_bg_03.png) no-repeat; color: #fff; width: 365px; height: 71px; cursor: pointer;margin-top: 1px; font-size: 18px; line-height: 71px;} .tab_li .slide_btn1{display: block; margin-left: 30px; margin-top: 20px; float: left;} .yq_slide_hover .slide_btn2{display: block; margin-left: 30px; margin-top: 20px; float: left;} .user_design_privileged .design_privileged .slide_button ul li span{ margin-left: 47px; line-height: 72px; float: left;} .user_design_privileged .design_privileged .slide_img{ width: 850px; float: right; overflow: hidden; height: 355px;} /* 鐡掑懐楠囬悧瑙勬綀缂佹挻娼�*/ .user_design_sjslb_box{ width:1222px; margin:0 auto; height:auto; overflow:hidden;} .user_design_sjslb_list li{ width:225px; height:409px; background:#fff; float:left; margin-right: 18px; margin-top: 17px; overflow: hidden;} .user_design_sjslb_list li .sjslb01{ height:357px; position:relative; overflow: hidden;} .user_design_sjslb_list li .sjslb01_1{ height:274px; position:relative; overflow: hidden;} .user_design_sjslb_list li .sjslb01:hover img{opacity:.85; filter:Alpha(opacity=85);} .user_design_sjslb_list li .sjslb01_xx{ width:225px; height:71px; cursor: pointer; padding-left: 15px; padding-top: 10px; position:absolute; background:url(../images/transparent_bg_1_03.png); left: 0; bottom: 0;} .user_design_sjslb_list li .sjslb01_xx .p1{ font-size:20px; color:#FFF; line-height:30px; font-weight: bold;} .user_design_sjslb_list li .sjslb01_xx .p2{ font-size:16px; color:#fff; line-height:34px;} .user_design_sjslb_list .sjs_show_img{ margin-left: 1px; display: none; margin-top: 10px;} .user_design_sjslb_list .sjs_show_img li{ float: left; width: 72px; height: 71px; margin-right: 1px; margin-top: 0; border: 1px solid #fff;} .user_design_sjslb_list .sjs_show_img li:hover{ border: 1px solid #87C71C;opacity:.85; filter:Alpha(opacity=85);} .user_design_sjslb_list li dl{ padding: 0 5px; margin-top: 10px;} .user_design_sjslb_list li dl a{ display: inline-block; height: 26px;} .user_design_sjslb_list li dl img{ vertical-align: middle;} .user_design_sjslb_list li dl dt{ float: left; height: 26px;} .user_design_sjslb_list li dl dt img{ margin-top: 2px;} .user_design_sjslb_list .yq_sjs_dd{ float: left; width: 195px; line-height: 26px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj{ margin-right: 5px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj img{ padding: 0 3px; margin-bottom: 20px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj span{ width: 35px; text-align: center; display: inline-block; overflow: hidden;text-overflow:ellipsis;} .user_design_sjslb_list .yq_sjs_dd .yq_jgz{ width: 66px; height: 24px; border: 1px #6C9D16 solid; line-height: 24px; background: #87C71C; color: #fff;} .user_design_sjslb_list .yq_sjs_dd .yq_jgz img{ padding: 0 5px; margin-left: 3px;} /*鐠佹崘顓哥敮鍫濆灙鐞涖劎绮ㄩ弶锟� .user_design_tjsjs{ height:auto; overflow:hidden; padding-bottom:40px; padding-right:20px;} .jxtj_box{ width: 1222px;} .jxtj{ overflow: hidden; width: 1202px;} .jxtj .jxtj_03{ margin-top: 15px;} .jxtj ul li{ float:left; width: 387px; height: 293px; overflow: hidden; margin-top: 10px; position: relative; margin-right: 20px;} .jxtj ul li span{ position: absolute; width: 387px; height: 43px; background: url(../images/transparent_bg_1_03.png); font-size: 18px; color: #fff; text-align: center;; line-height: 43px; display: block; bottom: 0; left: 0; cursor: pointer;} .jxtj .how_com{ background: url(../images/how_bg_06.png); width: 1200px; height: 31px; margin-top: 20px; overflow: hidden;} .jxtj .how_com dl{ overflow: hidden; line-height: 31px; margin-left: 10px;} .jxtj .how_com dl dt{ float: left; font-size: 16px; color: #8fc31f; margin-right: 175px;} .jxtj .how_com dl dd{ float: left; font-size: 14px; color: #7d7d7d; margin-left: 50px;} .jxtj .how_com dl dd span{ color: #8fc31f; margin-right: 5px;} .jxtj .apply_eazer{ width: 1200px; height: 173px; margin-bottom: 90px; border-radius: 5px; background: #fff; overflow: hidden; margin-top: 20px;} .jxtj .apply_eazer dl{ float: left; border-right: 1px dashed #dddddd; width: 280px; height: 173px;} .jxtj .apply_eazer dl dt{ width: 100%;} .jxtj .apply_eazer dl dt .img_1{ margin-top: 18px; margin-left: 95px; margin-bottom: 20px;} .jxtj .apply_eazer dl dt .img_2{ margin-top: 18px; margin-left: 110px; margin-bottom: 15px;} .jxtj .apply_eazer dl dt .img_3{ margin-top: 30px; margin-left: 100px;margin-bottom: 25px;} .jxtj .apply_eazer dl dd{ text-align: center; width: 100%; color: #7d7d7d; font-size: 12px;} .jxtj .apply_eazer dl dd h3{ font-size: 18px; color: #363636;} .jxtj .apply_eazer .sqrzyz{ float: right; margin-top: 65px; margin-right: 70px;} .jxtj .apply_eazer .sqrzyz a{ width: 222px; height: 53px; background: #8fc31f; border: 1px solid #7fa84c; display: inline-block; line-height: 53px; text-align: center; border-radius: 5px; font-size: 24px; color: #fff;} .jxtj .apply_eazer .sqrzyz a:hover{ opacity: .8; filter:Alpha(opacity=80);} .jxtj .apply_eazer .sqrzyz a img{ margin-left: 10px;} .design_tjsjs_t{ width:550px;height:50px; padding:15px 20px 12px 20px;} .design_tjsjs_t dl{ float:left; width:275px; } .design_tjsjs_t dl dt{ width:50px; height:50px; float:left;} .design_tjsjs_t dl dt img{width:50px; height:50px;} .design_tjsjs_t dl dd{ width:215px; height:50px; float:right; background:url(../images/bg01.jpg) no-repeat right 10px;} .design_tjsjs_t dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px;} .design_tjsjs_t dl dd h3 span{ font-weight:normal; font-size:12px;} .design_tjsjs_t dl dd p{ font-size:13px; color:#939393;} .design_tjsjs_t_r{ width:270px; float:right; padding-top:5px;} .design_tjsjs_t_r p{ width:74px; text-align:center; font-size:13px; color:#939393; float:left;} .design_tjsjs_t_r p span{ font-size:16px; color:#353535; font-weight:bold;} .design_tjsjs_t_r .sjslb04{ width:85px; height:30px; line-height:30px; background:#87c71c; color:#fff; font-size:14px; display:block; float:right; border-radius:2px; border:1px #6ea019 solid;} .design_tjsjs_t_r .sjslb04 img{ vertical-align:middle;margin:0 4px 2px 12px;} .design_tjsjs_t_r .sjslb04:hover{ background:#7aa70f; cursor:pointer;} .design_tjsjs_b{ height:100px; padding-left:23px;} .design_tjsjs_b a{ float:left; margin-right:16px;} /*.design_tjsjs_b img{ width:125px; height:100px;}*/ /*============================= user_designer_home.html ===================================*/ .designer_home_t{ width:100%; height:455px; background:url(../images/designer07.jpg) no-repeat top center; margin-bottom:40px;} .designer_home_t_box{ width:1200px; margin:0 auto; position:relative;} .designer_home_tx{ width:160px; height:323px; padding:12px; background:#F5F5F5; position:absolute; left:66px; top:74px;} .designer_home_tx a{ cursor:default;} .designer_home_tx img{ width:160px; height:160px; margin-bottom:22px;} .designer_home_tx ul{ height:40px; border-bottom:1px #E8E8E8 solid; padding-bottom:5px; margin-bottom:8px;} .designer_home_tx ul li{ width:35px; float:left; color:#666;text-align:center; font-size:13px; padding:0 8px;background:url(../images/yd04.jpg) no-repeat right center;} .designer_home_tx ul li span{ color:#000} .designer_home_tx .graylink a{ color:#666; cursor:default;} .designer_home_tx h3{ height:35px; overflow:hidden; font-size:24px; color:#5D5D5D; padding-top:8px;} .designer_home_tx h4{ height:20px; overflow:hidden; font-size:13px; color:#5D5D5D;} .designer_home_tx p{ height:24px; color:#5D5D5D; overflow:hidden; font-weight:bold; line-height:24px;} .designer_home_tx p{ color:#5D5D5D; font-weight:bold; line-height:180%;} .designer_home_tx_r{ width:213px; height:145px; position:absolute; right:0; top:310px;} .designer_home_tx_r ul li{ padding-bottom:10px;} .designer_home_tx01{ height:30px;} .designer_home_tx_r ul li a{ float:right;margin-left:18px;} .designer_home_tx_r ul li .sjslb04{ width:85px; height:30px; line-height:30px;color:#fff; background:#87c71c; font-size:14px; display:block; margin-left:15px; border-radius:2px; border:1px #6ea019 solid; float:right; text-align:center;} .designer_home_tx_r ul li .sjslb04 img{ vertical-align:middle;margin:0 4px 2px 0;} .designer_home_tx_r ul li .sjslb04:hover{ background:#7aa70f; cursor:pointer;} .designer_home_tx_r ul li .tb02{width:85px; height:30px; line-height:30px;color:#fff; background:#87c71c; font-size:14px; display:block; margin-left:15px; border-radius:2px; border:1px #6ea019 solid; float:right; text-align:center;} .designer_home_tx_r ul li .tb02 img{ vertical-align:middle;margin:0 4px 2px 0;} .designer_home_tx_r ul li .tb02:hover{ background:#7aa70f; cursor:pointer;} .designer_home_tx02{ height:32px;} .designer_home_tx03 a{ width:73px; height:20px; line-height:20px; background: url(../images/design02.png) #E8E8E8 no-repeat 7px center; color:#353535;text-indent:20px; font-size:11px;} /*鐠佹崘顓哥敮鍫濄仈閸嶅繘鍎撮崚鍡欑波閺夛拷/ .designer_fall_box{ padding-bottom:60px;} .designer_fall_t{ height:50px; line-height:50px; background:#E7E7E7;} .designer_fall_t h3{ width:110; float:left; font-size:13px; color:#353535; font-weight:bold; text-indent:23px;} .designer_fall_t ul{ width:1080px; float:right;} .designer_fall_t ul li{ width:auto; margin-right:40px; text-align:center; height:50px; line-height:50px; float:left; font-size:12.7px;} .designer_fall_t ul li a{ color:#353535; display:block;} .designer_fall_t ul li a:hover{ color:#87C71C; border-bottom:2px #87C71C solid;} .designer_fall_t ul .hover{ color:#87C71C; border-bottom:2px #87C71C solid;} .designer_fall_fl{ height:40px; line-height:40px; margin-top:10px;} .designer_fall_fl h3{ width:40; float:left; font-size:13px; color:#353535; font-weight:bold;} .designer_fall_fl ul{ width:1160px; float:left;} .designer_fall_fl ul li{ padding-right:18px; height:40px; line-height:40px; float:left; font-size:12.7px;} .designer_fall_fl ul li a{ color:#353535; display:block;} .designer_fall_fl ul li a:hover{ color:#87C71C;} .designer_fall_fl ul .hover{ color:#87C71C;} /*閻庢垵绔峰ù浣虹摣闁娼禒鍓佺波閺夛拷/ .designer_fall_box .container{position:relative;width:1220px; height:auto; overflow:hidden;padding-bottom:10px} .designer_fall_box .grid{width:221px;min-height:100px;background:#fff; box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);margin:0 10px 10px 0px;float:left;overflow:hidden; border-radius:2px;} .designer_fall_box .grid strong{ padding:10px;display:block;font-size:16px; font-family:"Microsoft Yahei"; font-weight:normal; width:208px;word-wrap:break-word;} .designer_fall_box .grid strong a{ color:#363636; font-weight:bold;} .designer_fall_box .grid strong a:hover{ color:#87c71c;} .designer_fall_box .grid p{color:#939393; line-height:18px; font-size:12px; padding:0 6px 0 12px; max-height:51px; overflow:hidden; text-overflow:ellipsis;} .designer_fall_box .grid dl{ height:22px; line-height:22px; background:#fafafa; border-top:1px #f5f5f5 solid; padding:8px 10px 8px 10px;} .designer_fall_box .grid dl dt{ float:left; margin-right:10px;} .designer_fall_box .grid dl dd img{ margin-top:5px;} .designer_fall_box .grid .name{ width:70px;} .designer_fall_box .grid .pl{ width:14px;} .designer_fall_box .grid .meta{text-align:right;color:#777; color:#939393; font-size:13px;} .designer_fall_box .imgholder{position:relative;} .designer_fall_box .imgholder .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; display:block; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .designer_fall_box .grid .imgholder img{max-width:100%;display:block; margin:0; border:0; padding:0; position:relative; } .designer_fall_box .grid .dz{ height:25px; line-height:25px; padding-right:8px; background:#fafafa;} .designer_fall_box .grid .dz a{ margin-left:15px; color:#929292; display:block;} .designer_fall_box .grid .dz a:hover{ color:#363636;} .designer_fall_box .grid .dz span{ margin-left:15px; text-indent:3px; float:right;} .designer_fall_box .grid .shop_icon01{ background:url(../images/design04.png) no-repeat left center;} .designer_fall_box .grid .shop_icon01:hover{ background:url(../images/design044.png) no-repeat left center;} .designer_fall_box .grid .shop_icon02{ background:url(../images/design033.png) no-repeat left center;} .designer_fall_box .grid .shop_icon02:hover{ background:url(../images/design03.png) no-repeat left center;} .designer_fall_box .grid .fall_hiden{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_fall_box .grid .fall_hiden:hover{ background:url(../images/fall01.png) no-repeat; } .designer_fall_box .grid .fall_hiden a{ width:33px; height:33px;display:block; text-indent:-2000px;} .designer_fall_box .grid .fall_hiden2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_fall_box .grid .fall_hiden2:hover{ background:url(../images/fall01.png) no-repeat; } .designer_fall_box .grid .fall_hiden2 a{ width:33px; height:33px;display:block; text-indent:-2000px;} .designer_fall_box .grid:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .designer_fall_box .grid:hover .opacity{ display:block;} .designer_fall_box .grid:hover .fall_hiden{ display:block;} .designer_fall_box .grid:hover .fall_hiden2{ display:block;} /*閻庢垵绔峰ù浣稿灙鐞涖劎绮ㄩ弶锟� .design_ly_box{ height:auto; overflow:hidden; clear:both;} .design_ly_l{ width:800px; background:#FFF; padding-bottom:35px; margin-bottom:20px;} .design_ly_l h3{ height:40px; line-height:40px; border-bottom:1px #f5f5f5 solid; background:url(../images/design08.jpg) no-repeat 22px 13px; text-indent:50px; color:#373737; font-size:14px;} .design_ly_l_pl{ width:777px; margin-left:10px;} .design_ly_l_pl .msg02{ height:88px; line-height:35px; margin-bottom:20px;} .design_ly_l_pl .msg02 textarea{ height:88px; width:765px; float:left; padding:5px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .design_ly_l_pl .btn{ width:230px; height:28px; float:right;} .design_ly_l_pl .btn p{ width:160px; line-height:28px; text-align:center; float:left; font-size:14px;} .design_ly_l_pl .btn p span{ color:#fe4444;} .design_ly_l_pl .btn button{ width:64px; height:28px; display:block; float:right; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff; border:1px #6ea019 solid;} .design_ly_l_pl .btn button:hover{ background:#7aa70f;} .design_ly_l_bq .bq01{ width:300px;} .design_ly_l_bq .bq02{ width:80px; line-height:28px; float:left;} .design_ly_l_bq .bq02 img{ margin-right:5px; vertical-align:middle} .design_ly_l_bq .bq03{ width:150px; line-height:28px; float:left;} .design_ly_l_bq .bq03 input{ margin-right:5px;} .design_ly_l_list{ padding:0 18px; margin-top:28px;} .design_ly_l_t{ height:28px; line-height:28px; margin-bottom:26px;} .design_ly_l_t ul li{ width:180px;/* background:url(../images/designer12.jpg) no-repeat left center;*/font-size:13px; color:#353535; float:left; text-indent:10px; cursor:pointer;} .design_ly_l_t ul li img{ vertical-align:middle; margin-right:5px; margin-bottom:3px} /*.design_ly_l_t ul li:hover{color:#87C71B; background:url(../images/designer11.jpg) no-repeat left center; }*/ /*.design_ly_l_t ul li.hover{color:#87C71B; background:url(../images/designer11.jpg) no-repeat left center; }*/ .ly_list_txt{ height:auto; overflow:hidden;} .ly_list_txt dl{ padding-bottom:40px; height:auto; margin-bottom:25px; overflow:hidden;border-bottom:1px #E7E7E7 solid;} .ly_list_txt dl dt{ width:80px; height:100px; float:left;} .ly_list_txt dl dt img{ width:50px; height:50px; display:block; margin-left:15px;} .ly_list_txt dl dt h4{height:40px; line-height:30px;text-align:center; width:80px; white-space:nowrap; overflow:hidden;} .ly_list_txt dl dt h4 a{ color:#939393;} .ly_list_txt dl dt h4 a:hover{ color:#363636;} .ly_list_txt dl dd{ width:670px; height:auto; overflow:hidden; float:right;} .ly_list_txt01 .p1{ width:580px; font-size:13px; color:#363636; line-height:180%; float:left; word-wrap:break-word;} .ly_list_txt01 .p2{ float:right;line-height:180%; color:#ccc; padding-right:5px;} .ly_list_txt02 ul{ width:670px;height:60px; clear:both;} .ly_list_txt02 ul li{ width:60px; height:60px; margin-top:10px; float:left; margin-left:10px; padding:5px; border:1px #ccc solid;} .ly_list_txt02 ul li img{ width:60px; height:60px;} .ly_list_txt03{ line-height:20px; font-size:13px; float:right; clear:both;} .ly_list_txt03 a{ margin-left:15px;} .ly_list_txt04{ width:671px; height:auto; overflow:hidden; clear:both;} .ly_list_txt05{ height:9px; background:url(../images/design08.png) no-repeat;} .ly_list_txt06{ width:648px; background:#F5F5F5; border:1px #E7E7E7 solid; margin-bottom:10px; border-top:none; padding:10px;} .ly_list_txt06 h4{ height:24px; font-size:13px; line-height:24px;} .ly_list_txt06 p{ line-height:180%; word-wrap:break-word;} .ly_list_txt dl dd:hover .ly_list_txt04{ display:block;} /*鐠囧嫯顔戦崣濠傚灙鐞涖劎绮ㄩ弶锟� .design_ly_r{ width:380px; margin-right:3px;} .design_ly_r h3{ height:40px; line-height:40px; border-bottom:1px #f5f5f5 solid; background:#fff; margin-bottom:25px; text-indent:12px; color:#373737; font-size:16px;} .design_ly_r ul{ width:380px; } .design_ly_r ul li{ width:380px; height:auto;background:#fff; padding-bottom:10px; margin-bottom:20px; clear:both; position:relative;} .design_ly_r ul li .design_zjlf{position:relative;} .design_ly_r ul li .design_zjlf .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .design_ly_r ul li h4{ height:24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin:5px 5px 3px 0;display:block; text-indent:10px;font-size:16px; font-family:"Microsoft Yahei"; font-weight:normal;} .design_ly_r ul li h4 a{ color:#363636;} .design_ly_r ul li h4 a:hover{ color:#87c71c;} .design_ly_r ul li p{ line-height:22px; padding-bottom:5px; font-size:0 13px; color:#939393;padding-left:13px;border-bottom:1px #E7E7E7 solid;} .design_ly_r ul li dl{ height:22px; line-height:22px;padding:8px 10px 0 10px;} .design_ly_r ul li dl dt{ float:left; margin-right:10px;} .design_ly_r ul li dl dd img{ margin-top:5px;} .design_ly_r_dz{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .design_ly_r_dz:hover{ background:url(../images/fall01.png) no-repeat; } .design_ly_r_dz a{ width:33px; height:33px;display:block; text-indent:-2000px;} .design_ly_r_dz2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .design_ly_r_dz2:hover{ background:url(../images/fall01.png) no-repeat; } .design_ly_r_dz2 a{ width:33px; height:33px;display:block; text-indent:-2000px;} .design_ly_r ul li:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .design_ly_r ul li:hover h4 a{color:#87c71c!important} .design_ly_r ul li:hover .opacity{ display:block;} .design_ly_r ul li:hover .design_ly_r_dz{ display:block;} .design_ly_r ul li:hover .design_ly_r_dz2{ display:block;} /*============================= 娴滃本婀¢弬鏉款杻娣囶喗鏁奸弽宄扮础 ===================================*/ /*============================= user_home.html 娣囶喗鏁� ===================================*/ .xzcg_box{ width:324px; height:110px; position:fixed!important;position:absolute;top:50%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .xzcg_box_bg{width:275px; height:80px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; padding:10px 10px 20px 37px; border:5px #E0E0E0 solid;} .xzcg_box_bg .close_btn{ position:absolute; right:5px; top:5px; cursor: pointer;} .xzcg_rz_con{ height:30px; background:url(../images/shop06.jpg) no-repeat; line-height:30px; text-indent:10px; margin-top:28px; text-align:center; color:#353535; font-size:16px;} .xzcg_rz_con span{ margin-left:15px; font-size:13px;} /*娑撳娴囬幋鎰缂佹挻娼�/ .sc_tcc_box{ width:457px; height:auto; overflow:hidden; padding-top:30px;} .sc_tcc_con{ width:457px; height:auto; overflow:hidden; } /*.sc_tcc_con h3{ height:50px; line-height:50px; text-indent:20px; margin-bottom:37px; color:#353535; font-size:16px; border-bottom:1px #f5f5f5 solid;}*/ .sc_tcc_con dl{ height:auto; overflow:hidden; margin-top:20px;} .sc_tcc_con dl dt{ width:104px; height:104px; float:left; margin-right:24px; margin-left:50px;} .sc_tcc_con dl dt img{ width:104px; height:104px; } .sc_tcc_con dl dd{ width:266px; float:left;} .sc_tcc_con dl dd select{width:230px; line-height:32px; border:1px #DFDFDF solid; color:#939393; border-radius:2px; font-size:13px; margin-bottom:10px;} .sc_tcc_con dl dd .sc_zdy input{ width:180px; height:25px; line-height:32px; border:1px #DFDFDF solid; border-radius:2px; font-size:13px; text-indent:5px; float:left;} .sc_tcc_con dl dd .sc_zdy a{ width:48px; line-height:34px; line-height:27px; text-align:center; color:#fff; background:#939393; display:block; float:left;border-radius:0 2px 2px 0;} .sc_tcc_con .sc_btn{ width:222px; margin-left:5px; margin-top:20px;} .sc_tcc_con .sc_btn .btn01 a{ width:90px; height:33px;background: #87C71C;border:1px #6C9D16 solid; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .sc_tcc_con .sc_btn .btn01 a:hover{ background:#7aa70f;} .sc_tcc_con .sc_btn .btn02 a{ width:90px; height:33px;background:#F5F5F5; border:1px #ccc solid; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; display:block; line-height:33px; text-align:center;color:#656565; font-size:14px; font-weight:bold;} .sc_tcc_con .sc_btn .btn02 a:hover{ background:#e4e4e4;} /*============================= designer_album.html ===================================*/ .designer_album_box{ padding-bottom:20px; padding-top:10px;} .designer_album{ height:auto; overflow:hidden; background:#fff; padding:30px 0 20px 30px; margin-bottom:20px;} .designer_album li{width:258px; height:424px; padding:12px; float:left; border:1px #F5F5F5 solid; margin-right:30px; margin-bottom:30px; position:relative; border-radius:3px;} .designer_album_add{ width:280px; height:486px; border:1px #E8E8E8 dashed!important;} .designer_album_add dl{width:100px; height:100px; margin:0 auto;} .designer_album_add dl dt{ width:61px; height:61px; margin:0 auto; margin-top:160px; margin-bottom:15px;} .designer_album_add dl dd{ font-size:20px; color:#353535; text-align:center;} .designer_album .da01{width:258px; height:264px; margin-bottom:13px;} /*.designer_album .da01 img{width:258px; height:264px;}*/ .designer_album li ul{ height:80px; margin-bottom:22px;} .designer_album li ul li{ width:80px; height:80px; float:left; margin-right:6px; padding:0; margin-bottom:20px;} .designer_album .da03 a{ width:258px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; clear:both; text-align:center; display:block; color:#FDFDFD; font-size:16px;} .designer_album .da03 a:hover{ background:#7aa70f;} .designer_album .da033{ width:258px; height:38px; line-height:38px; clear:both;} .designer_album .da033 .btn01{ width:120px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; text-align:center; display:block; color:#FDFDFD; font-size:16px; float:left;} .designer_album .da033 .btn02{ width:120px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; text-align:center; display:block; color:#FDFDFD; font-size:16px; float:right} .designer_album .da033 a:hover{ background:#7aa70f} .designer_album .da04{ width:238px; position:absolute; left:20px; top:20px; font-size:16px; color:#000; text-align: center;} .album_box{ width:490px; } .album_box_bg{overflow: auto;margin:auto;background:#fff; position:relative;} .album_box_bg .close_btn{ position:absolute; right:15px; top:15px; cursor: pointer;} .album_con_box{ background:#fff; height:auto; overflow:hidden; border-radius:2px;} .album_con_box h3{ height:50px; line-height:50px; border-bottom:1px #E8E8E8 solid; color:#353535; font-size:16px; text-indent:20px;} .album_con{ height:auto; overflow:hidden; padding:33px 0 20px 30px;} .album_con dl{ height:auto; overflow:hidden; padding-bottom:25px;} .album_con dl dt{ width:95px; line-height:30px; float:left; font-size:14px; color:#353535; display:block;} .album_con dl dd{ width:350px; float:left; } .album_con dl .album_t01,.album_con dl .album_t02{ height:30px;} .album_con dl .album_t01 input{width:327px; height:30px; border:1px #D3D3D3 solid; border-radius:2px; color:#939393; font-size:14px; background:#F5F5F5; line-height:30px; text-indent:10px;} .album_con dl .album_t02 select{width:327px; height:30px;border:1px #D3D3D3 solid; border-radius:2px; color:#939393; font-size:14px; line-height:30px; padding:5px;} .album_con dl .atten_search{ width:327px;height:35px; border:1px #d3d3d3 solid; border-radius:2px; } .album_con dl .atten_search input, .user_search input:focus{ box-shadow:0 0 8px #eee inset; line-height:40px; background:#F5F5F5;} .album_con dl .atten_search_btn{ width:47px; height:35px; line-height:35px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636; float:left;} .album_con dl .atten_search_btn a{color:#363636; display:block;} .album_con dl .atten_search_btn a:hover{ background:#D1D1D1;} .album_con dl .atten_srk{ border:0px; height:35px; line-height:30px; width:270px; padding-left:10px; float:left;font-size:14px;outline:none;} .album_con dl .album_t03{ height:100px;} .album_con dl .album_t03 ul{ margin-top:20px;} .album_con dl .album_t03 ul li{ height:28px; background: url(../images/mark02.png) #F5F5F5 no-repeat right center; line-height:28px; color:#939393; border-radius:2px;font-size:13px; display:block; padding-left:10px; padding-right:20px; float:left; margin-right:10px; margin-top:5px; cursor:pointer;} .album_con dl .album_t03 ul .hover{ background:url(../images/mark01.png) #87C71C no-repeat right center; color:#fff;} .album_con dl .album_t04{ height:auto; overflow:hidden;} .album_con dl .album_t04 textarea{width:315px; height:80px;border:1px #D3D3D3 solid; border-radius:2px; color:#939393; margin-bottom:12px; font-size:14px; padding:5px;} .album_con dl .album_t04 .btn a{ width:96px; height:33px; background:#F5F5F5; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#656565; font-size:14px; font-weight:bold;} .album_con_box .btn02 a{ width:128px; height:38px; display:block; line-height:38px; text-align:center; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; color:#fff; font-size:16px; font-weight:bold; margin:10px 0 0 15px;} .album_con_box .btn02 a:hover{ background:#7aa70f;} /*============================= designer_album_manage.html ===================================*/ .designer_a_m_box{ padding-bottom:60px; padding-right:20px;} .designer_a_m{ height:70px; background:#fff; margin-bottom:10px;} .designer_a_m_l{ width:500px; height:30px; line-height:30px; padding:20px 0;} .designer_a_m_l h3{ width:auto; padding:0 20px; text-align:center; font-size:24px; color:#87C71B; border-right:1px #eee solid; float:left;} .designer_a_m_l p{ font-size:16px; color:#353535; text-indent:25px; float:left;} .designer_a_m_r{ width:410px;} .designer_a_m_r .btn01 a{ width:115px; height:34px; background:#87C71C; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #6EA019 solid;color:#fff; font-size:14px; font-weight:bold; margin-left:18px; margin-top:15px;} .designer_a_m_r .btn01 a:hover{ background:#7aa70f;} .designer_a_m_r .btn02 a{ width:115px; height:34px; background:#F5F5F5; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#666; font-size:14px; font-weight:bold; margin-left:18px; margin-top:15px;} .designer_a_m_r .btn02 a:hover{ background:#ededed;} .designer_a_m_r02{ display:none;} .designer_a_m_r02 .btn03 a{ width:65px; height:34px; background:#87C71C; border-radius:3px; display:block; line-height:33px; text-align:center; border:1px #6EA019 solid;color:#fff; font-size:16px; margin-left:18px; margin-top:15px;} .designer_a_m_r02 .btn04 a{ width:65px; height:34px; background:#F5F5F5; border-radius:3px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#666; font-size:16px; margin-left:18px; margin-top:15px;} .designer_a_m_r02 p{ width:110px; font-size:16px; color:#353535; text-align:center; line-height:70px; border-left:1px #f5f5f5 solid; margin-left:18px; } .designer_a_m_r02 p span{ color:#87C71B;} .infor_select02{position:relative;float:left; margin-left:18px; font-size:16px; margin-top:15px; background:#F5F5F5; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;z-index:2;} .infor_select02 dt{ width:97px;height:34px;display:inline-block;line-height:34px; border:1px #D3D3D3 solid; text-align:center; cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;} .infor_select02 dd{position:absolute;left:0;top:34px;border:1px solid #d2ccc4;background:#fff;display:none;} .infor_select02 dd ul{width:97px;max-height:250px;overflow:auto; font-size:13px;} .infor_select02 dd ul li a{line-height:28px;display:block;padding:0 8px; color:#939393;} .infor_select02 dd ul li a:hover{background:#939393; color:#fff;} .designer_a_m_r p{ width:110px; font-size:16px; color:#353535; text-align:center; line-height:70px; border-left:1px #f5f5f5 solid; margin-left:18px; } .designer_a_m_r p span{ color:#87C71B;} .designer_a_m_box .container{position:relative;width:1220px; height:auto; overflow:hidden;padding-bottom:10px; z-index:1} .designer_a_m_box .grid{width:221px;min-height:100px;margin:0 10px 10px 0; background:#fff; float:left;overflow:hidden; border-radius:2px;} .designer_a_m_box .grid strong{ padding:10px;display:block;font-size:16px; font-family:"瀵邦喛钂嬮梿鍛寸拨"; font-weight:normal; width:200px;word-wrap:break-word;} .designer_a_m_box .grid strong a{ color:#363636;} .designer_a_m_box .grid strong a:hover{ color:#87c71c;} .designer_a_m_box .grid p{color:#939393; line-height:22px; font-size:13px; padding:0 6px 0 12px; max-height:177px; overflow:hidden; text-overflow:ellipsis;} .designer_a_m_box .grid dl{ height:22px; line-height:22px; border-bottom:1px #f5f5f5 solid; padding:8px 10px 8px 10px;} .designer_a_m_box .grid dl dt{ float:left; margin-right:10px;} .designer_a_m_box .grid dl dd img{ margin-top:5px;} .designer_a_m_box .grid .name{ width:130px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} .designer_a_m_box .grid .pl{ width:14px;} .designer_a_m_box .grid .meta{text-align:right;color:#939393; font-size:13px;} .designer_a_m_box .grid .imgholder{position:relative;} .designer_a_m_box .grid .imgholder .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .designer_a_m_box .grid .imgholder img{max-width:100%;display:block; margin:0; border:0; padding:0; position:relative;} .designer_a_m_box .grid .dz{ height:25px; line-height:25px; padding-right:8px;} .designer_a_m_box .grid .dz a{ margin-left:15px; color:#929292; display:block;} .designer_a_m_box .grid .dz a:hover{ color:#363636;} .designer_a_m_box .grid .dz span{ margin-left:15px; text-indent:3px; float:right;} .designer_a_m_box .grid .shop_icon01{ background:url(../images/design04.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon01:hover{ background:url(../images/design044.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon02{ background:url(../images/design033.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon02:hover{ background:url(../images/design03.png) no-repeat left center;} .designer_a_m_box .grid:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .designer_a_m_box .grid:hover .opacity{ display:block;} .designer_a_m_box .grid:hover strong a{color:#87c71c!important} .designer_a_m_box .fall_hiden{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_a_m_box .fall_hiden:hover{ background:url(../images/fall01.png) no-repeat; } .designer_a_m_box .fall_hiden a{width:33px; height:33px; display:block; text-indent:-2000px;} .designer_a_m_box .fall_hiden2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_a_m_box .fall_hiden2:hover{ background:url(../images/fall01.png) no-repeat; } .designer_a_m_box .fall_hiden2 a{width:33px; height:33px; display:block; text-indent:-2000px;} .designer_a_m_box .grid:hover .fall_hiden{ display:block;} .designer_a_m_box .grid:hover .fall_hiden2{ display:block;} /*閻庢垵绔峰ù浣稿灙鐞涖劎绮ㄩ弶锟� /*============================= designer_album.html ===================================*/ .designer_album_box02{ padding-bottom:20px; padding-top:20px;} .designer_album02 li{width:260px; height:424px; padding:12px; float:left; background:#fff; margin-right:20px; margin-bottom:20px; position:relative;} .designer_album02 .da01{width:259px; height:264px; margin-bottom:13px;} .designer_album02 .da01 img{width:259px; height:264px;} .designer_album02 li ul{ height:81px; margin-bottom:22px;} .designer_album02 li ul li{ width:81px; height:81px; float:left; margin-right:8px; padding:0;} .designer_album02 .da03 a{ width:258px; height:38px; line-height:38px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; clear:both; text-align:center; display:block; color:#FDFDFD; font-size:16px;} .designer_album02 .da03 a:hover{ background:#7aa70f;} .designer_album02 .da04{ width:238px; position:absolute; left:20px; top:20px; font-size:16px; color:#000; text-align:center;} /*============================= release_qa.html ===================================*/ .new_help_r{ width:234px; height:auto; overflow:hidden;} .ny_zb{width:232px;overflow:hidden; border:1px #E4E4E4 solid; background:#fff;font-size:13px;color:#353535;} .ny_zbbt{height:40px;line-height:40px;overflow:hidden;border-bottom:1px #E8E8E8 solid;} .ny_zbbt span{padding-left:20px;line-height:40px; font-size:14px;} .ny_zblb1 li{line-height:35px;float:left;width:100%;border-bottom:1px #E8E8E8 solid;} .ny_zblb1 li a{display:block;text-indent:20px;color:#353535;background:url(../images/help01.png) no-repeat 190px center;} .ny_zblb1 li a.cur{color:#fff;font-weight:bold;background:url(../images/help02.png) #8FC31F no-repeat 190px center;text-decoration:none;} .ny_zblb1 li ul{display:none;color:#666;} .ny_zblb1 li ul li{float:none;background-image:none;border-bottom:1px #FFF solid;height:36px;line-height:36px} .ny_zblb1 li ul li a{ text-indent:20px;display:block;background:#F5F5F5;} .ny_zblb1 li ul a:hover{background:#DEEDBC;} .ny_zblb1 li ul .selected{background:#DEEDBC;} .lg_renmenhd{ width:236px; height:415px; background:#fff; border:1px solid #e8e8e8; margin-top:26px;} .lg_rmhuida { font-size:24px; color:#8fc31f; font-weight:bold; padding-top:29px; padding-left:17px;} .lg_rmhuida a{color:#363636; font-size:12px; font-weight:normal; margin-left:10px;} .lg_rmhuida a img{ margin-left:5px;} .lg_renmenhd ul{ margin-top:20px; padding-left:20px;} .lg_renmenhd ul li{ width:190px; height:24px;} .lg_renmenhd ul li span{width:4px; height:4px; background:#e0e0e0; display:block; float:left; margin-right:10px; margin-top:7px;} .lg_renmenhd ul li a{ color:#363636; font-size:13px;} .lg_renmenhd ul li a:hover{ color:#8fc31f;}/*閸欏疇绔熼悜顓㈡,閸ョ偟鐡�/ .lg_wdlist{ width:943px; height:43px; border-bottom:1px solid #e8e8e8;} .lg_wdlist h3{ color:#363636; font-size:16px; line-height:43px; padding-left:40px;} .lg_listmain ul li{ width:865px; height:auto; overflow:hidden; padding-top:30px; padding-bottom:22px; margin-right:39px; margin-left:39px; border-bottom:1px solid #e8e8e8;}
assets/front/theme/css/user_3.css
container/* CSS Document */ a,html,body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,span,strong,em,i,br,p,b,from,input,table,tr,td,th,textarea,img{ margin:0; padding:0; border:0;} table,td,input{font-size:14px;padding:0} table { border-collapse: collapse; border-spacing: 0;} /*common css*/ .user_nav{ height:388px!important;} .user_nav .nav_con{ height:372px!important; } .user_content_box{margin-bottom:20px; padding-right:20px;} .user_com_l{ width:200px;} .user_com_l ul{ width:200px;position:relative;z-index:0;} .user_com_l h3{ height:50px; line-height:50px; background:#fff;margin-bottom:1px; text-indent:30px;font-size:16px; color:#939393; font-weight:bold;} .user_com_l ul li{ height:36px; line-height:36px; background:#fff; margin-bottom:1px; text-indent:30px;} .user_com_l ul li img{margin:0 6px 0 20px; line-height:36px; } .user_com_l ul li span{ color:#363636; font-size:13px;} .user_com_l ul li a{width:200px; font-size:13px; color:#939393; display:block;} .user_com_l ul li a:hover{background:url(../images/user_xttz01.jpg) repeat-y; color:#6BA001;} .user_com_l .hover{background:url(../images/user_xttz01.jpg) repeat-y; color:#6BA001;} .user_com_r{ width:974px;} .user_com_tle{ width:934px; height:20px; padding:20px; background:#fff; border-bottom:1px #F5F5F5 solid; font-weight:bold; font-family:"Microsoft Yahei"} .user_com_tle ul li{ width:120px; height:20px; line-height:20px; float:left; color:#363636; font-size:16px; text-align:center; cursor:pointer;} .user_com_tle ul li a{ color:#363636;} .user_com_tle ul li a:hover{color:#8fc31f;} .user_com_tle ul .hover{color:#8fc31f;} .user_com_tle_r{ width:auto; height:20px; line-height:20px; font-size:13px; color:#939393; font-weight:normal; text-align:right; float:right;} .user_com_tle_r span{color:#EB0000;} .w63{ width:63px;} .w102{ width:102px;} .w116{ width:116px;} .w252{ width:252px; margin-right:10px;} .w110{ width:110px; margin-right:10px;} .w118{ width:118px; margin-right:10px;} .w87{ width:87px;} /*============================= online_infor.html ===================================*/ .online_infor_list{ width:894px; padding:0 40px; background:#fff; height:auto; overflow:hidden; color:#363636; font-size:13px;} .online_infor_tle{ height:35px; background:#7DBF05; color:#fff; margin-top:20px;} .online_infor_tle ul li{ float:left; text-align:center; line-height:35px;} .online_infor_list .oi01{ margin-top:10px;} .online_infor_list .oi02{ margin-top:10px; margin-left:22px;} .online_infor_con{ background:#fff; color:#363636; font-size:13px;} .online_infor_con ul{ height:auto; overflow:hidden;} .online_infor_con ul li{ padding:20px 0; border-bottom:1px #F5F5F5 solid;} /*鐎涙瑧銈ユ總锟�150420閺�绻�online_infor_con ul li{ height:100px; padding:20px 0; border-bottom:1px #F5F5F5 solid;}*/ .online_infor_list .oi03 img{ width:98px; height:98px; border:1px #B0B0B0 solid;} .online_infor_list .oi04{ text-align:center; line-height:100px;} .online_infor_list .oi05{ width:230px; padding-left:23px; padding-top:17px; line-height:180%;} .online_infor_list .oi06{ width:110px; line-height:25px; text-align:center; margin-top:38px;} .online_infor_list .oi06 span{ float:left;} .online_infor_list .oi07 img{ width:14px; height:16px; margin:40px 0 0 40px;} .infor_tle{ height:35px; background:#7DBF05; color:#fff; font-size:13px; line-height:35px; text-indent:40px;} .online_address{ height:auto; overflow:hidden;padding:25px 0 25px 25px;} .online_address ul li{ width:240px; margin-bottom:10px; height:177px; border:1px #DFDFDF solid; background:#FAFAFA; padding:13px 15px 0 15px; float:left; margin-right:15px;} .online_address ul li h3{ height:32px; line-height:32px; border-bottom:1px #DFDFDF solid; font-size:14px;} .online_address ul li p{ line-height:180%; padding-top:14px;} .online_address ul li:hover{ border:1px #87C71C solid;} .online_address ul .hover{ border:1px #87C71C solid;} .online_address .new_ads{ width:240px; height:177px; border:1px #DFDFDF solid; background:#FAFAFA; padding:13px 15px 0 15px; float:left; margin-right:15px;} .online_address .new_ads h3{ height:32px; line-height:32px; border-bottom:1px #DFDFDF solid; font-size:14px;} .online_address .new_ads p{ line-height:180%; padding-top:14px;} .online_address .new_ads img{ margin:50px 0 0 80px;} .online_fs{ height:auto; overflow:hidden;padding:25px 0 25px 24px;} .online_fs ul li{ width:auto; padding-right:60px; height:20px;float:left; line-height:20px;} .online_fs ul li label{ padding-left:6px;} .online_infor_list .fp li{ width:870px; height:20px; margin-bottom:10px; line-height:20px;} .online_infor_list .fp .tt{ text-indent:18px;} .online_infor_list .fp .tt span{ width:80px; margin-left:20px;} .online_infor_list .zffs{ padding-bottom:66px;} .online_infor_list .zffs .zffs01{height:41px; border-bottom:1px #F5F5F5 solid; padding:25px 0 25px 24px;} .online_infor_list .zffs .zffs01 img{ margin-left:20px; vertical-align:middle} .online_infor_list .zffs .zffs02{height:18px; padding:25px 0 25px 43px;} .online_infor_list .zffs .zffs02 span{ color:#f4a622; font-size:18px;} .online_infor_list .zffs .zffs03{ width:74px; height:38px; border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:14px; margin:0 0 25px 43px;} .online_infor_list .zffs .zffs03 a{color:#fff;} .online_infor_list .zffs .zffs03 a:hover{color:#fff;} .online_infor_qrxx table td{ border:1px #E5E5E5 solid;} .online_infor_qrxx_l{ width:600px; height:98px; padding:20px 0; color:#595959; text-align:center;border-bottom: solid #e8e8e8 1px; } .online_infor_qrxx_l_l .my_con{ } .infor_order01{ width:164px; height:98px;float:left;} .infor_order01 img{ width:98px; height:98px; margin-left:55px;} .infor_order02{ width:138px; line-height:98px; text-align:left; padding-left:25px; float:left;} .infor_order03{ width:240px; float:left; line-height:180%;text-align:left;} .infor_order04{ width:60px; float:left; line-height:98px; text-align:center;} /*============================= online_infor.html ===================================*/ .online_pay_list{ background:#fff; height:auto; overflow:hidden; color:#363636; font-size:13px; padding:20px 40px 260px 40px;} .online_pay_tle{ height:56px; background:#7DBF05; color:#fff;} .online_pay_list .oi01{ margin-top:10px;} .online_pay_list .oi02{ margin-top:10px; margin-left:22px;} .online_pay_tle ul li{ float:left; padding-top:7px;} .online_pay_tle ul li .p1{ margin-bottom:6px;} .online_pay_tle ul li .p2{ padding-top:22px;} .w190{ width:190px; margin-left:20px; margin-right:40px;} .w200{ width:200px;margin-right:40px;} .w170{ width:170px;} .w80{ width:40px;margin-right:40px;} .w130{ width:130px;} .online_pay_b{ font-size:14px; color:#363636;} .online_pay_b ul{ height:auto; overflow:hidden;} .online_pay_b ul li{ height:100px; padding:20px 0; border-bottom:1px #F5F5F5 solid;} .online_pay_b ul li .p1{float:left; padding-top:44px;} .online_pay_b ul li img{ width:98px; height:98px; float:right;} .online_pay_b ul li .p2{ line-height:180%; padding-top:8px;} .online_pay_b ul li .p3{ line-height:180%; padding-top:29px;} .order_pay_tj{ padding-top:20px;} .order_pay_tj .zffs02{height:18px;text-align:center;} .order_pay_tj .zffs02 span{ color:#f4a622; font-size:18px;} .order_pay_tj .zffs03{ width:154px; height:38px; border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:14px; margin:18px 0 25px 335px;} .order_pay_tj .zffs03 a{color:#fff;} .order_pay_tj .zffs03 a:hover{color:#fff;} /*============================= upload_3D_infor.html ===================================*/ .upload_3d_box{ padding:20px 50px 168px 50px; background:#fff; height:auto; overflow:hidden;} .upload_3d_l{ width:450px; position:relative} /*****3D濡�鐎烽弰鍓с仛閸曞じ鎱ㄩ弨锟�****/ .upload_3d_l_t{ width:418px; height:418px; border:1px #E9E9E9 solid; padding:14px; background-color:#ccc ;/*鏉烆剙鍙唈s閹貉冨煑閻㈣绔烽懗灞炬珯妫版粏澹� 閺勫墽銇�D濡�鐎�#ccc;#fff;#000*/ overflow: hidden; } .jt{z-index:2000; width:25px; height:31px; background:url(../images/jt.png) no-repeat; position:absolute; top:405px; left:410px; } /*****3D濡�鐎烽弰鍓с仛閸曞じ鎱ㄩ弨锟�****/ .upload_3d_l_yl{ width:450px; height:45px; background: url(../images/upload02.jpg) #B2B2B2 no-repeat 145px center; line-height:45px; font-size:18px; color:#fff; text-indent:180px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-top:20px;} .upload_3d_l_yl a{ color:#fff; display:block;} .upload_3d_l_yl a:hover{ color:#fff;} .upload_3d_l_tip{ height:52px; line-height:52px; border-bottom:1px #E9E9E9 solid; font-size:14px;} .upload_3d_l_help{ padding-top:13px;} .upload_3d_l_help h3{ font-size:18px; color:#333; margin-bottom:5px; height:34px; line-height:34px;} .upload_3d_l_help ul li{ width:194px; height:44px; line-height:44px; font-size:14px;border:1px #A8A5A5 solid;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; float:left; margin-right:20px; } .upload_3d_l_help ul li img{ vertical-align:middle; margin:0 8px 0 25px} .upload_3d_l_help ul li a{ display:block; color:#333;} .upload_3d_l_help ul li a:hover{color:#87C71C;} .upload_3d_r{ width:365px; font-size:14px;} .upload_3d01{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d01 .tle4{ width:124px; float:left; font-size:16px; color:#333;} .upload_3d01 ul{ width:240px; height:auto; overflow:hidden; float:left;} .upload_3d01 ul li{height:23px; padding:0 5px; border-radius:5px;line-height:23px; margin-right:20px; float:left;} .upload_3d01 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d01 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d01 .upload_3d01_txt{ width:365px; height:115px; } .upload_3d01 .upload_3d01_txt textarea{ width:220px; height:75px; padding:5px; float:left; border:1px #ccc solid; margin-top:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} .upload_3d02{ height:auto; overflow:hidden; margin-bottom:15px;} .upload_3d02 .tle4{ width:365px; float:left; font-size:16px; color:#333; margin-bottom:10px;} .upload_3d02 ul{width:365px; display:block; padding-top:10px;} .upload_3d02 ul li{ width:50px; height:50px; border-radius:5px; float:left; margin-right:8px; margin-bottom:10px; border:1px #fff solid;} .upload_3d02 ul li:hover{ border:1px #87C71C solid;} .upload_3d02 ul .hover{ border:1px #87C71C solid;} .upload_3d03{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d03 .tle4{ width:60px; float:left; font-size:16px; color:#333;} .upload_3d03 ul{ width:300px; height:auto; overflow:hidden; float:left;} .upload_3d03 ul li{height:23px; padding:0 5px; line-height:23px; margin-right:20px; float:left;} .upload_3d03 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d03 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d03 .p2{ width:110px; float:left; line-height:25px; text-align:center;} .upload_3d03 .p2 span{ float:left;} .upload_3d04{ height:23px; line-height:23px; margin-bottom:15px;} .upload_3d04 .tle4{ width:70px; float:left; font-size:16px; color:#333;} .upload_3d04 ul{ width:290px; height:auto; overflow:hidden; float:left;} .upload_3d04 ul li{height:23px; padding:0 5px; line-height:23px; margin-right:20px; float:left;} .upload_3d04 ul li:hover{ background:#87C71C; border-radius:5px; color:#fff; cursor:pointer} .upload_3d04 ul .hover{ background:#87C71C; border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; color:#fff; cursor:pointer} .upload_3d04 .p1{ float:left;} .upload_3d04 .p1 span{ color:#87c71c; font-size:20px; margin-right:20px;} .upload_3d05{ height:auto; overflow:hidden; clear:both;} .upload_3d05 h3{ height:30px; line-height:30px; padding-top:20px; font-size:24px; color:#333; clear:both;} .upload_3d05 h3 span.p1{ font-size:26px; color:#f4a622; font-weight:bold;} .upload_3d05 h3 span.p2{ font-size:26px; color:#f4a622; font-weight:normal;} .upload_3d05 ul li{float:left; margin-top:22px;border:1px #DF9518 solid; background:#F4A622; text-align:center; line-height:38px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; font-size:18px;} .upload_3d05 ul .upload01{ width:121px; height:40px; margin-right:15px;} .upload_3d05 ul .upload02{ width:160px; height:40px; margin-right:15px; background:url(../images/upload03.png) #F4A622 no-repeat 20px center; text-indent:34px;} .upload_3d05 ul li a{color:#fff; display:block;} .upload_3d05 ul li a:hover{color:#fff;} /*============================= online_my3D.html ===================================*/ .online_my3d_box{ padding-top:20px;background:#fff; height:auto; overflow:hidden; padding-bottom:60px;} .online_my3d_t{ height:33px; padding-left:40px; margin-bottom:20px;} .online_my3d_t span{ float:left; margin-right:8px;} .online_my3d_t .my3d01 input{ width:290px; height:30px;line-height:30px; padding-left:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:1px #ccc solid;} .online_my3d_t .my3d03{ width:132px; height:32px; font-size:14px; color:#565656; line-height:30px;} .online_my3d_list{ padding-bottom:15px;} .online_my3d_list_t{ width:892px; margin:0 auto; height:34px; background:#E7E7E7; font-size:14px; color:#333; border:1px #E1E1E1 solid; line-height:34px; border:1px #EDEDED solid;} .online_my3d_list_t ul li{ float:left; font-size:14px; text-align:center;} .online_my3d_list_t ul .w367{ width:367px; margin-left:20px;} .online_my3d_list_t ul .w88{ width:88px;} .online_my3d_list_t ul .w80{ width:80px;} .online_my3d_list_t ul .w86{ width:86px;} .online_my3d_list_t ul .w145{ width:145px;} .online_my3d_list_t ul .w100{ width:100px;} .new_order_b{ margin-bottom:20px;} .new_order_b ul li{ margin-bottom:10px;} .new_order_b .tle{ width:540px; float:left; text-indent:20px;} .new_order_b .tle input{ margin-right:6px;} .new_order_b .del{ width:46px; float:right;} .new_order_b .del img{ margin-top:8px;} .new_order_b_con{ height:auto; overflow:hidden; border:1px #E8E8E8 solid; border-top:none;} .new_order_b_l{ width:380px; color:#595959;padding-left:20px; text-align:center;border-bottom: solid #e8e8e8 1px; } .new_order_b_l .my_con{ height:140px;} .new_order01{ width:98px; height:98px;border:1px #E1E1E1 solid; float:left; margin-top:20px;} .new_order01 img{ width:98px; height:140px;} .new_order02{ width:240px; padding-top:20px; text-align:left; padding-left:25px; float:left; height:120px;} .new_order03{ width:88px;height:180px; float:left;} .new_order04{ width:80px; height:180px;float:left;} .new_order05{ width:86px; height:180px;float:left; text-align:center; border-left:1px #E1E1E1 solid;} .sh_con{ width:106px; height:30px; margin-left:38px; font-size:14px; text-align:center; line-height:30px; background:#52D398;} .sh_con a{ color:#fff; text-decoration:none;} .sh_con a:hover{ color:#fff;} .new_order_b table{border-left: solid #e8e8e8 1px; margin:0 auto;} .new_order_b table td{border-right: solid #e8e8e8 1px;border-bottom: solid #e8e8e8 1px; text-align:center;} .new_order_b table tr{border-left: solid #e8e8e8 1px;} .pro_order_tle{width:892px; margin:0 auto; height:39px; line-height:39px; background:#FAFAFA; font-size:14px; font-weight:bold; border:1px #EDEDED solid;} .new_order_b table .my_ckwl{ position:relative;} .view_ckwl01{ width:302px; position:absolute; top:30px; right:-60px; display:none; z-index:99999} .view_ckwl_tbg01{ height:10px; background:url(../images/view01.png) no-repeat center top;} .view_ckwl_con01{height:auto; overflow:hidden; border:1px #FFC700 solid; border-top:none; background:#FFFDF5;} .view_ckwl_con01 h3{ height:38px; line-height:38px; border-bottom:1px #DFDFDF solid;text-indent:32px;} .view_ckwl_con01 .p3{ line-height:23px;padding-left:5px;font-size:12px;text-align:left} .user_r_btm{ height:33px; padding:16px 0; background:#fff; font-size:13px;} .user_r_btm_l{ padding-left:25px;} .user_r_btm .qx{ width:72px; line-height:33px;} .user_r_btm .qx input{ margin-right:5px; color:363636;} .user_r_btm .del{ width:95px; height:33px; text-align:center; line-height:33px; margin-right:10px; background:#87C71C; border:1px #6C9D16 solid;border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; } .user_r_btm .del:hover{ background:#7aa70f;} .user_r_btm .del a{ color:#fff;} .user_r_btm_r{ padding-right:35px;} .user_r_page{ width:180px; height:40px;} .user_r_page ul li{ width:32px; height:32px; background:url(../images/user_xttz06.jpg) no-repeat;text-align:center; font-size:13px; line-height:32px; float:left; margin-left:12px;} .user_r_page ul li a{ background:url(../images/user_xttz06.jpg) no-repeat; color:#7f7f7f; display:block; text-decoration:none;} .user_r_page ul li a:hover{ background:url(../images/user_xttz07.jpg) no-repeat; color:#fff;} .user_r_page ul .hover{ background:url(../images/user_xttz07.jpg) no-repeat; color:#fff;} /*============================= online_view_order.html ===================================*/ .new_order06{ width:170px; float:left;border-left:1px #E1E1E1 solid;} .new_order07{ width:135px; float:left; } .new_order08{ width:156px; float:left;} .new_order09{ width:150px; float:left; border-left:1px #E1E1E1 solid;border-bottom:1px #E1E1E1 solid;} .online_view_t{ height:33px; padding-left:40px; font-size:14px; color:#565656;} .online_view_t span{ margin-right:30px;} .online_view_t a{ float:right; margin-right:64px;} .view_bor{width:892px; height:auto; overflow:hidden;border:1px #E1E1E1 solid; border-top:none; padding:10px 0; } .online_view_b{height:40px; line-height:40px; font-size:14px; color:#565656; margin-bottom:10px;} .online_view_b .p1{ width:300px; float:left;text-indent:32px;} .online_view_b .p2{ width:130px; float:right; margin-right:30px;} .view_time{ background:url(../images/view01.jpg) no-repeat top center; padding-top:37px; padding-left:25px;} .view_time ul li{ width:160px; text-align:center; line-height:32px; font-size:14px; color:#656565; float:left;} .view_money .view_money01{ width:110px; float:left; margin-left:600px; text-align:right; font-size:14px; color:#565656;} .view_money .view_money02{ width:110px; float:right; margin-right:30px; text-align:right; font-size:14px; color:#565656;} .view_money .view_money02 span{ color:#f4a622} .view_shxx{width:852px; height:auto; margin:0 auto; background:#FAFAFA; padding:20px;font-size:14px;} .view_shxx h4{ color:#999; margin-bottom:10px;font-size:14px; margin-top:10px;} .view_shxx p{ height:24px; line-height:24px; color:#656565;} .view_ckwl{ width:302px; position:absolute; top:45px; right:40px; display:none;} .view_ckwl_tbg{ height:10px; background:url(../images/view01.png) no-repeat center top;} .view_ckwl_con{height:auto; overflow:hidden; border:1px #FFC700 solid; border-top:none; background:#FFFDF5;} .view_ckwl_con h3{ height:38px; line-height:38px; border-bottom:1px #DFDFDF solid;text-indent:32px;} .view_ckwl_con33 .p3{ padding:20px 27px 100px 27px; color:#FF4A00; font-size:12px;} .view_box{width:892px; margin:0 auto;position:relative;} /*============================= user_send_list.html ===================================*/ .user_com_grxx{ height:auto; overflow:hidden;background:#fff;font-family:"Microsoft Yahei"; margin-bottom:30px;} .user_com_grxx_t{ height:50px; padding:27px 0 22px 58px; border-bottom:1px #F5F5F5 solid; } .user_com_grxx_t dl{ float:left; width:300px;} .user_com_grxx_t dl dt{ width:50px; height:50px; float:left;} .user_com_grxx_t dl dt img{width:50px; height:50px;} .user_com_grxx_t dl dd{ width:230px; height:50px; float:right;} .user_com_grxx_t dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px;} .user_com_grxx_t dl dd h3 span{ font-weight:normal; font-size:12px;} .user_com_grxx_t dl dd p{ font-size:13px; color:#939393;} .user_com_grxx_t ul{ width:553px; float:right;} .user_com_grxx_t ul li{ width:170px; text-align:center; line-height:50px; float:left; font-size:13px; color:#363636;} .user_com_grxx_b{height:auto; overflow:hidden; padding:10px 0;} .user_com_grxx_b ul li{ width:236px; float:left; text-align:center; height:25px; line-height:25px; background:url(../images/send02.jpg) no-repeat right center; font-size:13px;} .user_com_grxx_b ul li span{ color:#87c71c} /*閻€劍鍩涙稉顓炵妇閸欏厖绗傛稉顏冩眽缁狅紕鎮婄紒鎾存将*/ .user_r_tle{ height:20px; padding:20px 20px 20px 35px; background:#fff; border-bottom:1px #F5F5F5 solid; font-family:"Microsoft Yahei"} .user_r_tle h3{ color:#939393; font-size:13px;} .user_r_tle h3 strong{ height:20px; color:#363636; font-size:16px; padding-right:5px;} .user_r_tle h3 span{ color:#87C71C;} .user_r_t{ height:33px; padding:19px 10px 7px 22px; background:#fff;} .user_r_t ul li{ width:124px; height:30px; float:left; text-align:center; line-height:30px; margin-right:10px; border:1px #E9E9E9 solid; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; background:#F5F5F5;} .user_msg_list ul{ background:#fff;} .user_msg_list ul li{ height:auto; overflow:hidden; display:block; padding:23px 43px 23px 23px;border-bottom:1px #E9E9E9 solid; position:relative;} .user_msg_list ul li .infor_check{ width:27px; padding-top:10px; display:block;} .user_msg_list ul li dl{ width:880px; height:auto; overflow:hidden; color:#363636} .user_msg_list ul li dl dt{ width:30px; height:30px; float:left; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;} .user_msg_list ul li dl dd{ width:830px; float:right; } .user_msg_list ul li dl dd h3{ height:16px; margin-bottom:8px; font-size:16px; font-weight:bold;} .user_msg_list ul li dl dd h3 span.span1{ float:right; margin-right:30px; font-size:13px; font-weight:normal;} .user_msg_list ul li dl dd h3 span.span2{ float:right; font-size:13px; font-weight:normal;} .user_msg_list ul li dl dd p{ line-height:180%; font-size:13px;} .user_msg_list ul li .infor_del{ width:9px; height:9px; background:url(../images/user_msg01.jpg) no-repeat; position:absolute; top:28px; right:50px; cursor:pointer;} /*============================= user_receipt_list.html ===================================*/ .user_hide_com{ padding:16px; margin-top:16px; display:none;} .user_hide_com .pl_box{ margin-top:16px;} .user_hide_com .pl_box h3{ font-size:14px; color:363636; height:36px; line-height:36px; font-weight:bold;} .user_hide_com .pl_box textarea{ width:860px; height:100px; color:#333; background:#F6F6F6; padding:10px; margin-bottom:14px; box-shadow:0 0 8px #E7E7E7 inset; -webkit-box-shadow:0 0 8px #E7E7E7 inset; -moz-box-shadow:0 0 8px #E7E7E7 inset; border:1px #939393 solid; } .user_hide_com .btn{ width:230px; height:36px; float:right;} .user_hide_com .btn p{ width:160px; line-height:27px; text-align:center; float:left; font-size:14px;} .user_hide_com .btn p span{ color:#fe4444;} .user_hide_com .btn button{ width:64px; height:27px; display:block; float:right; background:#8DD40F; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff;} /*============================= user_send_msg.html ===================================*/ .user_send_msg_box{ width:785px; padding:30px 160px 200px 28px; background:#fff;} .user_send_msg_box label{ width:70px; text-align:right; float:left; color:#939393; font-size:13px;} .user_send_msg_box .msg01{ height:35px; line-height:35px; margin-bottom:30px;} .user_send_msg_box .msg01 input{ height:34px;line-height:34px; width:220px;float:left; text-indent:20px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .user_send_msg_box .msg02{ height:115px; line-height:35px; margin-bottom:20px;} .user_send_msg_box .msg02 textarea{ height:105px; width:700px; float:left; padding:5px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .user_send_msg_box .btn{ width:230px; height:36px; float:right;} .user_send_msg_box .btn p{ width:160px; line-height:27px; text-align:center; float:left; font-size:14px;} .user_send_msg_box .btn p span{ color:#fe4444;} .user_send_msg_box .btn button{ width:64px; height:27px; display:block; float:right; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff;} .user_send_msg_box .btn button:hover{ background:#7aa70f;} /*============================= user_personal_information.html ===================================*/ .modify_infor_box{ width:830px;} .modify_infor_box ul li{ height:30px; margin-bottom:15px;} .modify_infor_box ul li p{ line-height:30px; font-size:13px; color:#363636;} .modify_infor_box ul label{ width:80px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .modify_infor_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .modify_infor_box ul .btn a{ width:90px; height:33px;border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; background:#87C71C; border:1px #6C9D16 solid; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:90px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .modify_infor_box ul .btn a:hover{ background:#7aa70f;} .user_modify_infor{ width:916px; background:#fff; padding:15px 23px 60px 35px;} .user_modify_infor .tips{ height:66px; line-height:24px; font-size:14px; color:#ff0000; padding-right:80px;} .user_modify_infor .radio_radio{ width:60px; height:30px; line-height:30px; float:left; font-size:13px;} .user_modify_infor .radio_radio input{ width:16px; height:16px; margin-right:5px; vertical-align:middle; border:none;} .user_modify_infor select{ width:95px; height:30px; margin-right:25px;} .user_modify_infor textarea{ width:710px; height:50px; padding:5px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} /*============================= user_change_psw.html ===================================*/ .user_psw_box{ width:876px; background:#fff; padding:20px 44px 220px 54px;} .psw_box{ width:720px;} .psw_box ul li{ height:30px; margin-bottom:15px;} .psw_box ul label{ width:80px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .psw_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .psw_box ul button{ width:90px; height:33px; display:block; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; margin-top:30px; margin-left:90px; color:#fff; font-size:14px; font-weight:bold;} .psw_box ul button:hover{ background:#7aa70f;} /*============================= user_change_image.html ===================================*/ .user_change_image{ width:916px; background:#fff; padding:15px 23px 60px 35px;} .user_change_image .tips{ height:66px; line-height:24px; font-size:14px; color:#ff0000; padding-left:28px;} .change_image_box{ padding-left:20px;} .change_image_pic{ height:150px;} .change_image_pic dl{ float:left; margin-right:85px;} .change_image_pic .img01 img{ width:100px; height:100px;} .change_image_pic .img02 img{ width:50px; height:50px;} .change_image_pic .img03 img{ width:21px; height:21px;} .change_image_pic dl dd{ height:30px; line-height:30px;} .change_image_box .btn{ width:110px; height:31px; position: relative;overflow: hidden;margin-right: 4px;display:inline-block;*display:inline;font-size:14px;line-height:31px;*line-height:31px;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background:#87C71C; border:1px #6C9D16 solid;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;} .change_image_box .btn:hover{ background:#7aa70f;} .change_image_box .btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .change_image_box .sc_btn{ height:66px;} .change_image_box .sc_btn p{ height:36px; line-height:36px; font-size:13px; color:#939393;} /*============================= user_address.html ===================================*/ .user_address_box{ width:916px; background:#fff; padding:20px 23px 76px 35px;} .user_address_box .address_address{ padding-bottom:40px; border-bottom:1px #F5F5F5 solid; color:#363636; font-size:13px;} .user_address_box .address_address ul li{ height:32px; line-height:32px; overflow:hidden;} .address_name{padding-right:53px; float:left;} .address_tel{ float:left;} .address_ad{ float:left;} .address_mod{padding-right:14px; float:left; color:#8fc31f; cursor:pointer;} .address_del{padding-right:24px;float:left; color:#8fc31f; cursor:pointer;} .address_mr{float:left;} .address_mr span{color:#8fc31f; cursor:pointer;} .address_new_box{ padding-top:36px; color:#363636; font-size:13px;} .address_new_box ul li{ height:33px; margin-bottom:13px;} .address_new_box ul li label{ width:71px; height:33px; text-align:right; line-height:33px; display:block; float:left; font-size:14px; margin-right:5px;} .address_new_box ul li input{ float:left;height:33px; line-height:33px; text-indent:10px;border:1px #D7D7D7 solid;} .address_new_box ul li textarea{ width:317px; height:124px; display:block; padding-top:10px; padding-left:10px;} .address_new_box ul li p{ float:left; line-height:33px; margin-left:5px;} .address_new_box ul li select{height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171;} .address_new_box ul .tj{ width:100px; height:33px; padding-left:80px; margin-top:13px;} .address_new_box ul .tj button{ width:100px; height:33px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; outline:none; border:none; margin-top:10px; color:#fff; font-size:13px; font-weight:bold;} .address_new_box ul .tj button:hover{ background:#7aa70f;} /*============================= user_binding_phone.html ===================================*/ .phone_binding_box{ width:720px;} .phone_binding_box ul li{ height:30px; margin-bottom:15px;} .phone_binding_box ul label{ width:90px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .phone_binding_box ul input{ width:310px; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .phone_binding_box ul button{ width:90px; height:33px; background:#8FC31F; border-radius:5px; outline:none; border:none; margin-top:20px; margin-left:100px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .phone_binding_box p{ padding-left:100px; line-height:30px; font-size:13px; color:#939393;} .phone_binding_box ul .send_yzm{ width:100px; background:#DFDFDF; height:30px; text-align:center; line-height:30px; font-size:13px; color:#363636; font-weight:bold; margin-left:10px;} .phone_binding_box ul .send_yzm a{ color:#363636;} .phone_binding_box ul .send_yzm a:hover{ color:#333;} /*============================= user_binding_account.html ===================================*/ .user_binding_box{ width:876px; background:#fff; padding:20px 44px 220px 54px;} .user_binding_box .binding_t{height:52px; line-height:52px; font-size:13px; color:#363636; border-bottom:1px #F5F5F5 solid; } .user_binding_box .user_binding_con{width:794px;} .user_binding_box .user_binding_con ul li{height:43px; padding:15px 0; background:#fff; border-bottom:1px #F5F5F5 solid; } .user_binding_box .user_binding_con ul li dl{ width:227px; padding-left:35px; float:left;} .user_binding_box .user_binding_con ul li dl dt{ width:43px; height:43px; float:left; margin-right:26px;} .user_binding_box .user_binding_con ul li dl dd{ width:150px; float:left; line-height:43px; font-size:13px; color:#363636;} .user_binding_box .user_binding_con ul li .binding{ width:90px; height:30px; float:left; margin-top:8px; line-height:30px; color:#fff; text-align:center; background:#87C71C; border:1px #6C9D16 solid; font-weight:bold; font-size:16px;border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;} .user_binding_box .user_binding_con ul li .binding:hover{ background:#7aa70f;} /*============================= user_set_watermark.html ===================================*/ .user_set_watermark{ width:916px; background:#fff; padding:20px 23px 200px 35px;} .user_set_watermark_con{ height:26px; line-height:26px;} .user_set_watermark_con label{ width:112px;float:left; font-size:13px; color:#363636; font-weight:bold;} .user_set_watermark_con .radio_radio{ width:80px; height:26px; line-height:26px; float:left; font-size:14px;} .user_set_watermark_con .radio_radio input{ width:16px; height:16px; margin-right:5px; vertical-align:middle; border:none;} .user_set_watermark button{ width:90px; height:33px; background:#8FC31F; border-radius:5px; outline:none; border:none; margin-top:20px; margin-left:110px; color:#fff; font-size:14px; font-weight:bold; clear:both;} /*============================= user_points.html ===================================*/ .user_points_box{ width:916px; background:#fff; padding:20px 23px 20px 35px;font-size:13px;} .user_points_box h3{ height:46px; line-height:46px; color:#666;font-size:13px; font-weight:bold;} .user_points_box h3 span{ color:#cc0000; font-weight:bold; margin-left:10px;} .user_points_box table{ width:910px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .user_points_box table td{ border:1px #E5E5E5 solid;} .user_points_box table .point01{ height:36px; background:#FAFAFA; } .user_points_box table .point01 th{color:#666; font-size:14px; font-weight:bold;} .user_points_box table .point02{ height:50px; } /*============================= infor_management.html ===================================*/ .infor_manage_box{ width:914px; background:#fff; padding:20px 20px 180px 40px;font-size:13px;} .infor_manage_t{ height:33px; margin-bottom:20px;} .infor_select{position:relative;float:left;} .infor_select select{ width:80px;height:28px; border:1px #D7D7D7 solid;color:#727171; margin-right:6px; margin-top:2px; padding:5px;} .infor_select dt{ width:122px;height:32px;display:inline-block; background:url(../images/infor01.jpg) no-repeat;line-height:32px;font-weight:bold;padding-left:10px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;} .infor_select dd{position:absolute;left:0;top:30px;border:1px solid #d2ccc4;background:#fff;display:none;} .infor_select dd ul{padding:4px;width:122px;max-height:250px;overflow:auto;} .infor_select dd ul li a{line-height:28px;display:block;padding:0 8px;} .infor_select dd ul li a:hover{background:#f5f5f5;} .infor_manage_t .infor_select input{ width:300px; height:30px;line-height:30px; border:1px #B2B2B2 solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; text-indent:10px; float:left; margin-left:10px;} .infor_manage_t .infor_btn input{ width:102px; height:32px;line-height:32px; float:left;margin-left:10px;} .infor_manage_b table{ width:900px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .infor_manage_b table td{ border:1px #E5E5E5 solid;} .infor_manage_b table .p1 p{ float:left; padding-left:13px; width:400px; overflow:hidden; text-overflow:ellipsis;white-space: nowrap;} .infor_manage_b table .p1 img{ float:left; width:23px; height:24px; vertical-align:middle; margin-left:20px;} .infor_manage_b table .point01{ height:36px; background:#FAFAFA; } .infor_manage_b table .point01 th{color:#666; font-size:14px; font-weight:bold;} .infor_manage_b table .point02{ height:140px; } .infor_manage_b table .p2 img{ width:14px; height:13px;} .infor_manage_b table .p3 img{margin-left:13px;} /*============================= infor_management_pic.html ===================================*/ .infor_management_pic{ width:974px; background:#fff;} .manage_pic_t{ color:#363636; font-size:13px;} .manage_pic_t ul li{width:904px; padding:22px 35px; height:33px;border-bottom:1px #f5f5f5 solid;} .manage_pic_t ul li label{ width:123px; height:33px; text-align:right; line-height:33px; display:block; float:left; font-size:14px; margin-right:29px;} .manage_pic_t ul li input{ width:430px; float:left;height:33px; line-height:33px; text-indent:10px;border:1px #D7D7D7 solid; border-radius:3px; background:#F4F4F4;} .manage_pic_t ul li p.p1{ float:left; line-height:33px; margin-left:10px; color:#939393;} .manage_pic_t ul li p.p2{ float:left; line-height:40px; /*text-indent:143px;*/ margin-left:10px; color:#939393;} .manage_pic_t ul li select{ width:140px;height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171; margin-right:10px;} .manage_pic_t ul li span{ color:#EB0000;} .manage_pic_t ul li .manage_pic_new{ height:33px; line-height:33px; font-weight:bold; font-size:14px;} .special_tcc_box{ width:485px; height:296px; position:fixed!important;position:absolute;top:30%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .special_tcc_bg{ width:485px; height:296px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; } .special_tcc_bg .close_btn{ width:15px; height:15px; position:absolute; right:10px; top:10px; cursor: pointer;} .special_tcc_con{} .special_tcc_con h3{ height:50px; line-height:50px; text-indent:20px; margin-bottom:37px; color:#353535; font-size:16px; border-bottom:1px #f5f5f5 solid;} .special_tcc01{ height:33px; margin-bottom:30px} .special_tcc01 label,.special_tcc02 label{ width:100px!important; float:left;} .special_tcc01 input,.special_tcc02 input{ float:left; background:#F4F4F4;} .special_tcc02 select{ width:325px!important;height:33px; padding:5px; border:1px #D7D7D7 solid;color:#727171; margin-bottom:30px; margin-right:10px;} .special_tcc03{ width:420px; margin:0 auto; height:33px; margin-bottom:30px} .special_tcc_con .btn a{ width:100px; height:33px;background: #87C71C; display:block; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; line-height:33px; text-align:center;margin-top:30px;color:#fff; font-size:14px;margin:0 auto; font-weight:bold; clear:both;} .model_manage_t .atten_search{ width:211px;height:35px; border:1px #d3d3d3 solid; border-radius:2px; float:left;} .model_manage_t .atten_search input, .user_search input:focus{ box-shadow:0 0 8px #eee inset; line-height:40px; background:#F5F5F5;} .model_manage_t .atten_search_btn{ width:57px; height:35px; line-height:35px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636; float:left;} .model_manage_t .atten_search_btn a{color:#363636; display:block;} .model_manage_t .atten_search_btn a:hover{ background:#D1D1D1;} .model_manage_t .atten_delete_btn{ width:auto; height:37px; line-height:35px; border-radius:2px; padding:0 10px; margin-left:10px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636;float:left;} .model_manage_t .atten_delete_btn a{color:#363636; display:block;} .model_manage_t .atten_delete_btn a:hover{ background:#D1D1D1;} .model_manage_t .atten_srk{ border:0px; height:35px; line-height:35px; width:144px; padding-left:10px; float:left;font-size:14px;outline:none;} .manage_biaoqian{ width:520px; height:33px; line-height:33px; float:right;} .manage_biaoqian ul li{ width:auto; height:28px; background: url(../images/mark02.png) #F5F5F5 no-repeat right center; line-height:28px;color:#939393; border-radius:2px;font-size:13px; display:block;float:left; margin-right:10px; margin-top:5px; cursor:pointer; padding:2px 20px 2px 10px;} .manage_biaoqian ul .hover{ background:url(../images/mark01.png) #87C71C no-repeat right center; color:#fff;} .manage_biaoqian a{ width:86px; line-height:33px;color:#939393; background:#F5F5F5;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; margin-right:15px; float:left; text-align:center;} .manage_biaoqian a:hover{ background:#87C71B; color:#fff;} .manage_biaoqian a.hover{ background:#87C71B; color:#fff;} .manage_pic_t ul li .manage_pic_text{ width:622px; float:left; height:auto;color:#727171;} .manage_pic_t ul li .manage_pic_text textarea{ width:602px; height:75px; float:left; padding:10px; border:1px #D7D7D7 solid; background:#F4F4F4;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; } .manage_pic_t ul .xztp .btn{ width:110px; height:42px; position: relative;overflow: hidden;margin-right: 4px;display:inline-block;*display:inline;font-size:16px;line-height:42px;*line-height:42px;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; } .manage_pic_t ul .xztp .btn:hover{background:#7aa70f;} .manage_pic_t ul .xztp .btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .manage_pic_t ul .xztp .sc_btn{ height:42px;} .manage_pic_btn{ height:33px; padding:40px 40px 52px 188px;} .manage_pic_btn .btn01 a{ width:100px; height:33px; float:left; margin-right:20px;background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .manage_pic_btn .btn01 a:hover{ background:#7aa70f;} .manage_pic_btn .btn02 a{ width:100px; height:33px; float:left;background:#F5F5F5; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; line-height:33px; text-align:center;color:#656565; font-size:14px; font-weight:bold;} .manage_txt_edit{ width:747px; height:362px; float:left;} .manage_txt_edit iframe{ border:none; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;} /*============================= designer_label_manage.html ===================================*/ .w784{ width:784px; height:auto; overflow:hidden; background:#fff; padding:25px 95px 0 95px; } .designer_label_t{ height:31px; margin-bottom:30px;} .designer_label_t label{ line-height:31px; color:#353535; font-size:14px; float:left; width:118px; text-align:right;} .designer_label_t input{width:240px; height:30px;line-height:30px; border:1px #B2B2B2 solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; text-indent:10px; float:left; margin-left:10px;} .designer_label_t button{ width:90px; height:31px; background:#8FC31F; border-radius:5px; outline:none; border:none; color:#fff; font-size:14px; font-weight:bold;margin-left:10px;} .designer_label_b{ padding-bottom:170px;} .designer_label_b table{ width:780px; border:1px #E5E5E5 solid; text-align:center;font-size:14px;} .designer_label_b table td{ border:1px #E5E5E5 solid;} .designer_label_b table .point01{ height:36px; background:#FAFAFA; } .designer_label_b table .point01 th{color:#666; font-size:14px; font-weight:bold;} .designer_label_b table .point02{ height:50px; } .designer_label_b table .p3 img{margin-left:17px;} /*============================= designer_3Dmodule.html ===================================*/ .w876{ width:876px; height:auto; overflow:hidden; background:#fff; padding:25px 49px 0 49px; } .designer_3Dmodule table{ width:876px; text-align:center;font-size:14px;} .designer_3Dmodule table tr{ border-bottom:1px #E5E5E5 solid;} .designer_3Dmodule table .point01{ height:36px; background:#87C71B; color:#fff;} .designer_3Dmodule table .point01 th{font-size:14px;} .designer_3Dmodule table .point02{ height:138px; } .designer_3Dmodule table .p1 img{ width:98px; height:98px; border:1px #E5E5E5 solid;} .designer_3Dmodule table .p3 img{margin-left:17px;} /*============================= designer_certification.html ===================================*/ .designer_cer_box{width:846px; background:#fff; padding:25px 49px 160px 79px;} .designer_cer{ width:720px;} .designer_cer ul li{ height:30px; margin-bottom:15px;} .designer_cer ul label{ width:90px; font-size:14px; color:#363636; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .designer_cer ul input{ width:310px; float:left; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .designer_cer ul .btn a{ width:90px; height:33px; background:#87C71C; border-radius:5px; outline:none; border:none; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:100px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .send_ym{line-height:30px; padding-right:20px; font-size:13px; color:#939393;} .designer_cer ul .send_yzm{ background:#87C71C; height:30px; text-align:center; padding:0 15px; line-height:30px; font-size:13px; color:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; font-weight:bold; margin-left:10px;} .designer_cer ul .send_yzm a{ color:#fff;} .designer_cer ul .send_yzm a:hover{ color:#fff;} .sjs_box{ width:244px; height:133px; position:fixed!important;position:absolute;top:50%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .sjs_box_bg{width:204px; height:93px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; padding:20px; } .sjs_box_bg .close_btn{ width:9px; height:10px; position:absolute; right:5px; top:5px; cursor: pointer;} .sjs_rz_con{ background:url(../images/sjs03.jpg) no-repeat left 5px; text-align:center; line-height:180%; color:#87C71B; font-size:14px; padding:10px 0 0 45px;} .sjs_rz_con span{ font-size:12px; color:#454545;} /*============================= designer_upload_file.html ===================================*/ .upload_file_box{width:846px; background:#fff; padding:25px 49px 160px 79px;} .upload_file{ width:720px;} .upload_file ul li{ height:30px; margin-bottom:10px;} .upload_file ul label{ width:163px; font-size:14px; color:#363636; display:block; font-weight:bold; line-height:30px; float:left; text-align:right; padding-right:10px;} .upload_file ul input{ width:320px; float:left; height:30px;line-height:30px; border:1px solid #D8D8D8; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; font-size:12px; padding-left:10px;} .upload_file ul .btn a{ width:160px; height:33px; background: url(../images/sjs01.png) #87C71C no-repeat 30px center; border-radius:5px; display:block; line-height:33px; text-indent:70px;margin-top:20px; margin-left:173px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .upload_file ul .liulan_btn{ width:100px; height:30px; position: relative;overflow: hidden; margin-left:10px;display:inline-block;*display:inline;font-size:14px;line-height:30px;*line-height:30px;color:#353535;text-align:center;vertical-align:middle;cursor:pointer; border:1px solid #D8D8D8;background:#F8F8F8;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} .upload_file ul .liulan_btn input {position: absolute;top: 0; right: 0;margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0); cursor: pointer;} .upload_file ul p{ text-indent:170px; line-height:30px; font-size:14px; color:#555555;} .upload_file ul .send_ym{ width:320px; line-height:30px; vertical-align:middle; font-size:13px; color:#939393; padding-left:10px;} .upload_file ul .send_ym span input{ width:13px; height:30px!important; margin-right:5px; border:none; outline:none;} .upload_file ul .send_ym span{ width:80px; float:left;} /*============================= designer_attention.html ===================================*/ .design_attention_box{width:894px; background:#fff; padding:15px 40px 0 40px;} .design_attention_t{ height:30px; margin-bottom:20px;} .design_attention_t .atten_search{ width:162px;height:33px;padding-top:1px;} .design_attention_t .atten_srk{ border:0px; height:30px; width:128px; float:left; color:#9A9A9A; font-size:12px; margin-left:2px; text-indent:8px;} .design_attention_t .atten_search_btn{ width:30px; height:30px; background:none;float:left; cursor:pointer; outline:none;} .design_sjs_list{ height:auto; overflow:hidden;} .design_sjs_list li{ height:100px; padding-bottom:30px; border-bottom:1px solid #f5f5f5; margin-bottom:30px;} .design_sjs_list li dl{ width:340px;} .design_sjs_list li dl dt{ width:100px; height:100px; float:left;} .design_sjs_list li dl dt img{width:100px; height:100px;} .design_sjs_list li dl dd{ width:230px; height:50px; float:right;} .design_sjs_list li dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} .design_sjs_list li dl dd h3 span{ font-weight:normal; font-size:12px;} .design_sjs_list li dl dd p{ height:22px; line-height:22px; font-size:13px; color:#939393;} .design_sjs_list li dl dd .design_sjs_btn{ height:20px; margin-top:8px;} .design_sjs_list li dl dd .design_sjs_btn .btn01{ width:70px; height:20px; background:#8EC31E; border-radius:2px; float:left; display:block; text-align:center; line-height:20px; color:#fff; margin-right:10px;} .design_sjs_list li dl dd .design_sjs_btn .btn02{ width:70px; height:20px; background: url(../images/atten01.png) #939393 no-repeat 7px center; border-radius:2px; float:left; display:block; text-indent:20px;line-height:20px; color:#fff;} .design_sjs_list li .design_sjs_works{ width:483px;} .design_sjs_list li .design_sjs_works_l a{ float:left; margin-right:13px;} /*.design_sjs_list li .design_sjs_works_l img{ width:132px; height:100px;}*/ .design_sjs_list li .design_sjs_works_r{ width:46px; height:100px;} /*============================= account_bound_box.html ===================================*/ .account_bound_box{ width:1200px; height:auto; overflow:hidden;} .account_bound_t{ height:35px;} .account_bound_t ul li{ width:250px; background:#fff; border:1px #DAD8D8 solid; border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0; font-size:14px; font-weight:bold; text-align:center; line-height:33px; float:left; margin-right:35px;} .account_bound_t ul li span{ font-size:12px; font-weight:normal;} .account_bound_t ul li:hover{ background:#8DD40F; color:#fff; cursor:pointer;} .account_bound_t ul .hover{ background:#8DD40F; color:#fff;} .account_bound_b{ width:1113px; background:#fff; border:1px #DAD8D8 solid; border-radius:0 5px 5px 5px;-moz-border-radius:0 5px 5px 5px;-webkit-border-radius:0 5px 5px 5px; padding:30px 30px 65px 55px; } .account_bound_b .tab{ display:none;} .account_bound_b h3{ height:20px; line-height:20px; background:url(../images/bound01.jpg) no-repeat left center; font-size:16px; color:#656565; text-indent:30px; margin-bottom:35px;} .has_account{ width:720px; p} .has_account ul li{ height:30px; margin-bottom:10px;} .has_account ul label{ width:88px; font-size:14px; color:#555; line-height:30px; float:left; text-align:right; padding-right:10px;} .has_account ul .btn a{ width:200px; height:33px; background:#87C71C; border-radius:5px; display:block; line-height:33px; text-align:center; margin-top:20px; margin-left:98px; color:#fff; font-size:14px; font-weight:bold; clear:both;} .has_account ul .send_yzm{ width:89px;height:30px;margin-left:10px;} .has_account ul input[type="text"]{ width:200px; height:30px; line-height:30px; background:#FBFBFB; color:#333; border:1px solid #D8D8D8; border-left-color:#A8A8A8; border-top-color:#A8A8A8; border-radius:2px;box-shadow:inset 2px 2px 5px rgba(0,0,0,.1);} /*============================= page_guide_infor.html ===================================*/ .page_guide_t{ width:796px; padding:30px 77px 30px 284px; height:37px;} .page_guide_t dl{ width:167px; float:left; background:url(../images/yd02.jpg) no-repeat right center;} .page_guide_t dl dt{ width:37px; height:37px; float:left;} .page_guide_t dl dd{ width:122px; float:right; line-height:37px; color:#939393; font-size:16px;} .page_guide_t dl .hover{ color:#86C61B} .page_guide_b{ width:1198px; height:auto; overflow:hidden; border:1px #E4E4E4 solid; background:#fff; padding-bottom:20px;} .page_guide_tle{ height:50px; border-bottom:1px #F5F5F5 solid;} .page_guide_tle h3{ width:300px; line-height:50px; float:left;color:#353535; font-size:16px; text-indent:25px;font-weight:bold;} .page_guide_tle h4{ width:147px; line-height:30px; float:right; margin-top:10px; margin-right:25px; border:1px #E9E9E9 solid; background:#F7F7F7; line-height:30px; text-align:center; font-size:13px; color:#313131;font-weight:bold;} /*============================= page_guide_pic.html ===================================*/ .page_pic01{ line-height:24px; color:#363636; font-size:13px; padding:10px 0;} .page_pic02{ height:33px; margin-top:15px;} .page_pic02 .btn02 a{ width:93px; height:33px; background:#F7F7F7; border-radius:5px; display:block; line-height:33px; text-align:center;color:#353535; font-size:14px; font-weight:bold; clear:both;} .change_image_box .btn03 a{ width:130px; height:33px; background:#87C71C; border-radius:5px;display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .page_pic_r{ width:360px; padding:90px 80px 0 0;} .page_pic_r p{ font-size:13px; line-height:180%; color:#656565; margin-bottom:15px;} .page_pic_r p span{ font-size:16px;} .page_pic_r .btn a{ width:130px; height:33px; background:#87C71C; border-radius:5px; margin-top:100px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold; margin-left:250px;} /*============================= page_guide_attent.html ===================================*/ .page_attent_box{ width:1200px;} .page_attent_t{ padding:13px 10px 13px 20px;} .page_attent_t_l{ width:70px; height:30px; vertical-align:middle; line-height:30px; float:left; font-size:13px; color:#353535;} .page_attent_t_l input{ margin-right:5px;} .page_attent_t_r{height:28px;} .page_attent_t_r a{ width:93px; height:28px; background:#F7F7F7; border-radius:5px;display:block; line-height:28px; border:1px #eee solid; text-align:center;color:#353535; font-size:14px; font-weight:bold;float:left;} .page_attent_c{ height:auto; overflow:hidden; padding-left:20px;} .page_attent_c dl{ width:340px; height:246px; border:1px #eee solid; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; padding:16px 12px 0 18px; position:relative; float:left; margin-right:20px; margin-bottom:20px; box-shadow:0 0 8px #f5f5f5;-moz-box-shadow:0 0 8px #f5f5f5;-webkit-box-shadow:0 0 8px #f5f5f5;} .page_attent_c dl:hover{box-shadow:0 0 8px #ccc;-moz-box-shadow:0 0 8px #ccc;-webkit-box-shadow:0 0 8px #ccc;} .page_attent_c dl dt{ width:340px; height:100px; margin-bottom:10px;} .page_attent_c dl dt input{ position:absolute; right:10px; top:10px;} .page_attent_c dl dt img{ width:100px; height:100px;} .page_attent_c dl dd{ padding-bottom:20px;} .page_attent_c dl dd h3{ font-size:16px; height:30px; line-height:30px; margin-bottom:10px; color:#8EC31E;} .page_attent_c dl dd ul{ height:45px;} .page_attent_c dl dd ul li{ width:50px; float:left; text-align:center; font-size:16px; padding:0 8px;background:url(../images/yd04.jpg) no-repeat right center;} .page_attent_c dl dd ul li span{ color:#353535} .page_attent_c dl .graylink a{ color:#939393} .page_attent_c dl .graylink a:hover{ color:#8EC31E} .page_attent_txt{ height:35px; width:100%; background:#F5F5F5; line-height:35px; text-indent:18px; font-size:13px; position:absolute; left:0; bottom:0;} .page_attent_b .btn a{ width:140px; height:33px; background:#87C71C; border-radius:5px;display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold; } /*============================= page_guide_special.html ===================================*/ /*============================= page_guide_special.html ===================================*/ .page_special{ height:auto; overflow:hidden; padding:12px;} .page_special dl{ width:259px; height:468px; border:1px #eee solid;position:relative; float:left; margin-right:43px; margin-bottom:30px;} .page_special dl .album{ position:absolute; top:14px; right:14px;} .page_special dl dt{width:259px;height:358px;} .page_special dl dt .db_imgwin{ width:259px; height:264px; margin-bottom:13px;} .page_special dl dt .db_thum ul li{ width:81px; height:81px; float:left; margin-right:7px;} .page_special dl dd{ height:auto; overflow:hidden;padding:0 12px; margin-bottom:13px; margin-top:8px;} .page_special dl dd h3{ width:200px; overflow:hidden; text-overflow:ellipsis; font-size:13px; height:34px; line-height:34px; color:#939393;} .page_special dl dd .special_txt{ height:21; line-height:21px; text-align:right; font-size:13px; color:#939393;} .page_special dl dd .special_txt img{ width:21px; height:21px; margin-right:10px;vertical-align:middle; } .page_special dl dd .special_txt a{ float:left;} .page_special dl .graylink a{ color:#939393} .page_special dl .graylink a:hover{ color:#8EC31E} .page_attent_btm{ height:35px; width:100%;background:#F5F5F5; line-height:35px; text-align:right; font-size:13px; position:absolute; left:0; bottom:0;} .page_attent_btm img{ margin-right:5px;} .page_attent_btm a{margin-right:12px;} /*============================= invite_friends.html ===================================*/ .invite_friends_box{ width:1198px; height:auto; overflow:hidden; border:1px #E4E4E4 solid; background:#fff; padding-bottom:20px;} .invite_tle{ height:50px; border-bottom:1px #F5F5F5 solid;} .invite_tle h3{ width:300px; line-height:50px; float:left;color:#353535; font-size:16px; text-indent:25px;font-weight:bold;} .invite_friends{ width:1118px; background:#fff; padding:15px 40px 30px 40px;} .invite_friends h3{ height:36px; line-height:36px; color:#353535; font-size:13px;} .invite_friends ul{ height:auto; overflow:hidden; padding-left:54px;} .invite_friends ul li{ padding-bottom:35px; color:#353535;} .invite_friends ul li h4{ height:40px; line-height:40px; color:#353535; font-size:16px;} .invite_friends ul li p{ line-height:30px; font-size:13px; clear:both; padding-left:25px;} .invite_friends ul li p span{ color:#939393;} .invite_friends ul li .invite_text{ height:31px; padding-left:25px;} .invite_friends ul li .invite_text input{ width:380px;height:31px; text-indent:10px; background:#DFDFDF;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; float:left;} .invite_friends ul li .invite_text .btn a{ width:100px; height:30px; float:left; margin-left:10px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; display:block; line-height:30px; text-align:center;color:#fff; font-size:14px; font-weight:bold; } .invite_friends ul li .invite_text .btn a:hover{ background:#7aa70f;} /*============================= user_designer_list.html ===================================*/ .user_design_list_box{ height:486px;margin-top:25px; padding-right:20px;} .user_design_list_l{ width:1200px; height:486px;} .section-focus-pic{width:1200px;height:486px;overflow:hidden;position:relative;} .section-focus-pic ul li{position:absolute;top:0;left:1200px;width:1200px;height:486px;} .section-focus-pic .pages{width:1200px;height:486px;} .section-focus-pic .controler{position:absolute;bottom:20px;right:20px;} .section-focus-pic .controler b{cursor:pointer;width:10px;height:10px; border-radius:50%;display:block;overflow:hidden;text-indent:20px;background:#ccc; float:left;margin:0 0 0 5px;} .section-focus-pic .controler b.down{background:#87C71C;} .section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:240px;height:40px;} .section-focus-pic .controler2 a i{cursor:pointer;display:block;width:28px;height:39px;} .section-focus-pic .controler2 .des_prev{left:5px;} .section-focus-pic .controler2 .des_prev i{ background:url(../images/left01.png) no-repeat;margin-left:5px;} .section-focus-pic .controler2 .des_next{right:10px;} .section-focus-pic .controler2 .des_next i{background:url(../images/right01.png) no-repeat;margin-left:10px;} .user_design_list_r{width:370px; height:486px;background:#fff;} .user_design_topic{ height:258px; border-bottom:1px #E8E8E8 solid; padding-top:24px;} .user_design_topic h3{ height:36px; font-size:18px; color:#595959; font-weight:bold; text-indent:33px;} .user_design_topic ul{ width:323px; padding:0 13px 20px 33px;} .user_design_topic ul li{ height:28px; line-height:28px; font-size:13px; color:#565656;} .user_design_topic ul li span{padding:0 5px; background:#87C71B; font-size:12px; text-align:center; line-height:16px; color:#fff; margin-right:8px;} .user_design_mark{height:160px; padding-top:24px;} .user_design_mark h3{ height:36px; font-size:18px; color:#595959; font-weight:bold; text-indent:33px;} .user_design_mark ul{ width:323px; padding:0 13px 20px 33px;} .user_design_mark ul li{ width:88px; height:24px; line-height:24px; font-size:13px; float:left;;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; margin-right:13px; margin-bottom:10px; background:#87C71B; text-align:center;} .user_design_privileged{ width:1222px; margin:0 auto; height:auto; overflow:hidden;} .user_design_privileged .design_privileged{ height: 355px; margin-top: 15px; width: 1200px; position: relative;} .user_design_privileged .design_privileged .slide_button{ position: absolute; top: 0; left: 0; width: 365px; height: 355px;} .user_design_privileged .design_privileged .slide_button ul .tab_li{ width: 350px; cursor: pointer; height: 71px;margin-top: 1px; background: #fff; color: #939393; font-size: 18px; line-height: 71px;} .yq_slide_hover{ background: url(../images/slide_button_bg_03.png) no-repeat; color: #fff; width: 365px; height: 71px; cursor: pointer;margin-top: 1px; font-size: 18px; line-height: 71px;} .tab_li .slide_btn1{display: block; margin-left: 30px; margin-top: 20px; float: left;} .yq_slide_hover .slide_btn2{display: block; margin-left: 30px; margin-top: 20px; float: left;} .user_design_privileged .design_privileged .slide_button ul li span{ margin-left: 47px; line-height: 72px; float: left;} .user_design_privileged .design_privileged .slide_img{ width: 850px; float: right; overflow: hidden; height: 355px;} /* 鐡掑懐楠囬悧瑙勬綀缂佹挻娼�*/ .user_design_sjslb_box{ width:1222px; margin:0 auto; height:auto; overflow:hidden;} .user_design_sjslb_list li{ width:225px; height:409px; background:#fff; float:left; margin-right: 18px; margin-top: 17px; overflow: hidden;} .user_design_sjslb_list li .sjslb01{ height:357px; position:relative; overflow: hidden;} .user_design_sjslb_list li .sjslb01_1{ height:274px; position:relative; overflow: hidden;} .user_design_sjslb_list li .sjslb01:hover img{opacity:.85; filter:Alpha(opacity=85);} .user_design_sjslb_list li .sjslb01_xx{ width:225px; height:71px; cursor: pointer; padding-left: 15px; padding-top: 10px; position:absolute; background:url(../images/transparent_bg_1_03.png); left: 0; bottom: 0;} .user_design_sjslb_list li .sjslb01_xx .p1{ font-size:20px; color:#FFF; line-height:30px; font-weight: bold;} .user_design_sjslb_list li .sjslb01_xx .p2{ font-size:16px; color:#fff; line-height:34px;} .user_design_sjslb_list .sjs_show_img{ margin-left: 1px; display: none; margin-top: 10px;} .user_design_sjslb_list .sjs_show_img li{ float: left; width: 72px; height: 71px; margin-right: 1px; margin-top: 0; border: 1px solid #fff;} .user_design_sjslb_list .sjs_show_img li:hover{ border: 1px solid #87C71C;opacity:.85; filter:Alpha(opacity=85);} .user_design_sjslb_list li dl{ padding: 0 5px; margin-top: 10px;} .user_design_sjslb_list li dl a{ display: inline-block; height: 26px;} .user_design_sjslb_list li dl img{ vertical-align: middle;} .user_design_sjslb_list li dl dt{ float: left; height: 26px;} .user_design_sjslb_list li dl dt img{ margin-top: 2px;} .user_design_sjslb_list .yq_sjs_dd{ float: left; width: 195px; line-height: 26px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj{ margin-right: 5px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj img{ padding: 0 3px; margin-bottom: 20px;} .user_design_sjslb_list .yq_sjs_dd .sjstj_tj span{ width: 35px; text-align: center; display: inline-block; overflow: hidden;text-overflow:ellipsis;} .user_design_sjslb_list .yq_sjs_dd .yq_jgz{ width: 66px; height: 24px; border: 1px #6C9D16 solid; line-height: 24px; background: #87C71C; color: #fff;} .user_design_sjslb_list .yq_sjs_dd .yq_jgz img{ padding: 0 5px; margin-left: 3px;} /*鐠佹崘顓哥敮鍫濆灙鐞涖劎绮ㄩ弶锟� .user_design_tjsjs{ height:auto; overflow:hidden; padding-bottom:40px; padding-right:20px;} .jxtj_box{ width: 1222px;} .jxtj{ overflow: hidden; width: 1202px;} .jxtj .jxtj_03{ margin-top: 15px;} .jxtj ul li{ float:left; width: 387px; height: 293px; overflow: hidden; margin-top: 10px; position: relative; margin-right: 20px;} .jxtj ul li span{ position: absolute; width: 387px; height: 43px; background: url(../images/transparent_bg_1_03.png); font-size: 18px; color: #fff; text-align: center;; line-height: 43px; display: block; bottom: 0; left: 0; cursor: pointer;} .jxtj .how_com{ background: url(../images/how_bg_06.png); width: 1200px; height: 31px; margin-top: 20px; overflow: hidden;} .jxtj .how_com dl{ overflow: hidden; line-height: 31px; margin-left: 10px;} .jxtj .how_com dl dt{ float: left; font-size: 16px; color: #8fc31f; margin-right: 175px;} .jxtj .how_com dl dd{ float: left; font-size: 14px; color: #7d7d7d; margin-left: 50px;} .jxtj .how_com dl dd span{ color: #8fc31f; margin-right: 5px;} .jxtj .apply_eazer{ width: 1200px; height: 173px; margin-bottom: 90px; border-radius: 5px; background: #fff; overflow: hidden; margin-top: 20px;} .jxtj .apply_eazer dl{ float: left; border-right: 1px dashed #dddddd; width: 280px; height: 173px;} .jxtj .apply_eazer dl dt{ width: 100%;} .jxtj .apply_eazer dl dt .img_1{ margin-top: 18px; margin-left: 95px; margin-bottom: 20px;} .jxtj .apply_eazer dl dt .img_2{ margin-top: 18px; margin-left: 110px; margin-bottom: 15px;} .jxtj .apply_eazer dl dt .img_3{ margin-top: 30px; margin-left: 100px;margin-bottom: 25px;} .jxtj .apply_eazer dl dd{ text-align: center; width: 100%; color: #7d7d7d; font-size: 12px;} .jxtj .apply_eazer dl dd h3{ font-size: 18px; color: #363636;} .jxtj .apply_eazer .sqrzyz{ float: right; margin-top: 65px; margin-right: 70px;} .jxtj .apply_eazer .sqrzyz a{ width: 222px; height: 53px; background: #8fc31f; border: 1px solid #7fa84c; display: inline-block; line-height: 53px; text-align: center; border-radius: 5px; font-size: 24px; color: #fff;} .jxtj .apply_eazer .sqrzyz a:hover{ opacity: .8; filter:Alpha(opacity=80);} .jxtj .apply_eazer .sqrzyz a img{ margin-left: 10px;} .design_tjsjs_t{ width:550px;height:50px; padding:15px 20px 12px 20px;} .design_tjsjs_t dl{ float:left; width:275px; } .design_tjsjs_t dl dt{ width:50px; height:50px; float:left;} .design_tjsjs_t dl dt img{width:50px; height:50px;} .design_tjsjs_t dl dd{ width:215px; height:50px; float:right; background:url(../images/bg01.jpg) no-repeat right 10px;} .design_tjsjs_t dl dd h3{ font-size:16px; color:#363636; font-weight:bold; height:28px;} .design_tjsjs_t dl dd h3 span{ font-weight:normal; font-size:12px;} .design_tjsjs_t dl dd p{ font-size:13px; color:#939393;} .design_tjsjs_t_r{ width:270px; float:right; padding-top:5px;} .design_tjsjs_t_r p{ width:74px; text-align:center; font-size:13px; color:#939393; float:left;} .design_tjsjs_t_r p span{ font-size:16px; color:#353535; font-weight:bold;} .design_tjsjs_t_r .sjslb04{ width:85px; height:30px; line-height:30px; background:#87c71c; color:#fff; font-size:14px; display:block; float:right; border-radius:2px; border:1px #6ea019 solid;} .design_tjsjs_t_r .sjslb04 img{ vertical-align:middle;margin:0 4px 2px 12px;} .design_tjsjs_t_r .sjslb04:hover{ background:#7aa70f; cursor:pointer;} .design_tjsjs_b{ height:100px; padding-left:23px;} .design_tjsjs_b a{ float:left; margin-right:16px;} /*.design_tjsjs_b img{ width:125px; height:100px;}*/ /*============================= user_designer_home.html ===================================*/ .designer_home_t{ width:100%; height:455px; background:url(../images/designer07.jpg) no-repeat top center; margin-bottom:40px;} .designer_home_t_box{ width:1200px; margin:0 auto; position:relative;} .designer_home_tx{ width:160px; height:323px; padding:12px; background:#F5F5F5; position:absolute; left:66px; top:74px;} .designer_home_tx a{ cursor:default;} .designer_home_tx img{ width:160px; height:160px; margin-bottom:22px;} .designer_home_tx ul{ height:40px; border-bottom:1px #E8E8E8 solid; padding-bottom:5px; margin-bottom:8px;} .designer_home_tx ul li{ width:35px; float:left; color:#666;text-align:center; font-size:13px; padding:0 8px;background:url(../images/yd04.jpg) no-repeat right center;} .designer_home_tx ul li span{ color:#000} .designer_home_tx .graylink a{ color:#666; cursor:default;} .designer_home_tx h3{ height:35px; overflow:hidden; font-size:24px; color:#5D5D5D; padding-top:8px;} .designer_home_tx h4{ height:20px; overflow:hidden; font-size:13px; color:#5D5D5D;} .designer_home_tx p{ height:24px; color:#5D5D5D; overflow:hidden; font-weight:bold; line-height:24px;} .designer_home_tx p{ color:#5D5D5D; font-weight:bold; line-height:180%;} .designer_home_tx_r{ width:213px; height:145px; position:absolute; right:0; top:310px;} .designer_home_tx_r ul li{ padding-bottom:10px;} .designer_home_tx01{ height:30px;} .designer_home_tx_r ul li a{ float:right;margin-left:18px;} .designer_home_tx_r ul li .sjslb04{ width:85px; height:30px; line-height:30px;color:#fff; background:#87c71c; font-size:14px; display:block; margin-left:15px; border-radius:2px; border:1px #6ea019 solid; float:right; text-align:center;} .designer_home_tx_r ul li .sjslb04 img{ vertical-align:middle;margin:0 4px 2px 0;} .designer_home_tx_r ul li .sjslb04:hover{ background:#7aa70f; cursor:pointer;} .designer_home_tx_r ul li .tb02{width:85px; height:30px; line-height:30px;color:#fff; background:#87c71c; font-size:14px; display:block; margin-left:15px; border-radius:2px; border:1px #6ea019 solid; float:right; text-align:center;} .designer_home_tx_r ul li .tb02 img{ vertical-align:middle;margin:0 4px 2px 0;} .designer_home_tx_r ul li .tb02:hover{ background:#7aa70f; cursor:pointer;} .designer_home_tx02{ height:32px;} .designer_home_tx03 a{ width:73px; height:20px; line-height:20px; background: url(../images/design02.png) #E8E8E8 no-repeat 7px center; color:#353535;text-indent:20px; font-size:11px;} /*鐠佹崘顓哥敮鍫濄仈閸嶅繘鍎撮崚鍡欑波閺夛拷/ .designer_fall_box{ padding-bottom:60px;} .designer_fall_t{ height:50px; line-height:50px; background:#E7E7E7;} .designer_fall_t h3{ width:110; float:left; font-size:13px; color:#353535; font-weight:bold; text-indent:23px;} .designer_fall_t ul{ width:1080px; float:right;} .designer_fall_t ul li{ width:auto; margin-right:40px; text-align:center; height:50px; line-height:50px; float:left; font-size:12.7px;} .designer_fall_t ul li a{ color:#353535; display:block;} .designer_fall_t ul li a:hover{ color:#87C71C; border-bottom:2px #87C71C solid;} .designer_fall_t ul .hover{ color:#87C71C; border-bottom:2px #87C71C solid;} .designer_fall_fl{ height:40px; line-height:40px; margin-top:10px;} .designer_fall_fl h3{ width:40; float:left; font-size:13px; color:#353535; font-weight:bold;} .designer_fall_fl ul{ width:1160px; float:left;} .designer_fall_fl ul li{ padding-right:18px; height:40px; line-height:40px; float:left; font-size:12.7px;} .designer_fall_fl ul li a{ color:#353535; display:block;} .designer_fall_fl ul li a:hover{ color:#87C71C;} .designer_fall_fl ul .hover{ color:#87C71C;} /*閻庢垵绔峰ù浣虹摣闁娼禒鍓佺波閺夛拷/ .designer_fall_box .container{position:relative;width:1220px; height:auto; overflow:hidden;padding-bottom:10px} .designer_fall_box .grid{width:221px;min-height:100px;background:#fff; box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);margin:0 10px 10px 0px;float:left;overflow:hidden; border-radius:2px;} .designer_fall_box .grid strong{ padding:10px;display:block;font-size:16px; font-family:"Microsoft Yahei"; font-weight:normal; width:208px;word-wrap:break-word;} .designer_fall_box .grid strong a{ color:#363636; font-weight:bold;} .designer_fall_box .grid strong a:hover{ color:#87c71c;} .designer_fall_box .grid p{color:#939393; line-height:18px; font-size:12px; padding:0 6px 0 12px; max-height:51px; overflow:hidden; text-overflow:ellipsis;} .designer_fall_box .grid dl{ height:22px; line-height:22px; background:#fafafa; border-top:1px #f5f5f5 solid; padding:8px 10px 8px 10px;} .designer_fall_box .grid dl dt{ float:left; margin-right:10px;} .designer_fall_box .grid dl dd img{ margin-top:5px;} .designer_fall_box .grid .name{ width:70px;} .designer_fall_box .grid .pl{ width:14px;} .designer_fall_box .grid .meta{text-align:right;color:#777; color:#939393; font-size:13px;} .designer_fall_box .imgholder{position:relative;} .designer_fall_box .imgholder .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; display:block; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .designer_fall_box .grid .imgholder img{max-width:100%;display:block; margin:0; border:0; padding:0; position:relative; } .designer_fall_box .grid .dz{ height:25px; line-height:25px; padding-right:8px; background:#fafafa;} .designer_fall_box .grid .dz a{ margin-left:15px; color:#929292; display:block;} .designer_fall_box .grid .dz a:hover{ color:#363636;} .designer_fall_box .grid .dz span{ margin-left:15px; text-indent:3px; float:right;} .designer_fall_box .grid .shop_icon01{ background:url(../images/design04.png) no-repeat left center;} .designer_fall_box .grid .shop_icon01:hover{ background:url(../images/design044.png) no-repeat left center;} .designer_fall_box .grid .shop_icon02{ background:url(../images/design033.png) no-repeat left center;} .designer_fall_box .grid .shop_icon02:hover{ background:url(../images/design03.png) no-repeat left center;} .designer_fall_box .grid .fall_hiden{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_fall_box .grid .fall_hiden:hover{ background:url(../images/fall01.png) no-repeat; } .designer_fall_box .grid .fall_hiden a{ width:33px; height:33px;display:block; text-indent:-2000px;} .designer_fall_box .grid .fall_hiden2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_fall_box .grid .fall_hiden2:hover{ background:url(../images/fall01.png) no-repeat; } .designer_fall_box .grid .fall_hiden2 a{ width:33px; height:33px;display:block; text-indent:-2000px;} .designer_fall_box .grid:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .designer_fall_box .grid:hover .opacity{ display:block;} .designer_fall_box .grid:hover .fall_hiden{ display:block;} .designer_fall_box .grid:hover .fall_hiden2{ display:block;} /*閻庢垵绔峰ù浣稿灙鐞涖劎绮ㄩ弶锟� .design_ly_box{ height:auto; overflow:hidden; clear:both;} .design_ly_l{ width:800px; background:#FFF; padding-bottom:35px; margin-bottom:20px;} .design_ly_l h3{ height:40px; line-height:40px; border-bottom:1px #f5f5f5 solid; background:url(../images/design08.jpg) no-repeat 22px 13px; text-indent:50px; color:#373737; font-size:14px;} .design_ly_l_pl{ width:777px; margin-left:10px;} .design_ly_l_pl .msg02{ height:88px; line-height:35px; margin-bottom:20px;} .design_ly_l_pl .msg02 textarea{ height:88px; width:765px; float:left; padding:5px; border:1px #939393 solid; background:#F5F5F5;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;} .design_ly_l_pl .btn{ width:230px; height:28px; float:right;} .design_ly_l_pl .btn p{ width:160px; line-height:28px; text-align:center; float:left; font-size:14px;} .design_ly_l_pl .btn p span{ color:#fe4444;} .design_ly_l_pl .btn button{ width:64px; height:28px; display:block; float:right; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; outline:none; border:none; cursor:pointer; font-size:14px; font-family:"Microsoft Yahei"; color:#fff; border:1px #6ea019 solid;} .design_ly_l_pl .btn button:hover{ background:#7aa70f;} .design_ly_l_bq .bq01{ width:300px;} .design_ly_l_bq .bq02{ width:80px; line-height:28px; float:left;} .design_ly_l_bq .bq02 img{ margin-right:5px; vertical-align:middle} .design_ly_l_bq .bq03{ width:150px; line-height:28px; float:left;} .design_ly_l_bq .bq03 input{ margin-right:5px;} .design_ly_l_list{ padding:0 18px; margin-top:28px;} .design_ly_l_t{ height:28px; line-height:28px; margin-bottom:26px;} .design_ly_l_t ul li{ width:180px;/* background:url(../images/designer12.jpg) no-repeat left center;*/font-size:13px; color:#353535; float:left; text-indent:10px; cursor:pointer;} .design_ly_l_t ul li img{ vertical-align:middle; margin-right:5px; margin-bottom:3px} /*.design_ly_l_t ul li:hover{color:#87C71B; background:url(../images/designer11.jpg) no-repeat left center; }*/ /*.design_ly_l_t ul li.hover{color:#87C71B; background:url(../images/designer11.jpg) no-repeat left center; }*/ .ly_list_txt{ height:auto; overflow:hidden;} .ly_list_txt dl{ padding-bottom:40px; height:auto; margin-bottom:25px; overflow:hidden;border-bottom:1px #E7E7E7 solid;} .ly_list_txt dl dt{ width:80px; height:100px; float:left;} .ly_list_txt dl dt img{ width:50px; height:50px; display:block; margin-left:15px;} .ly_list_txt dl dt h4{height:40px; line-height:30px;text-align:center; width:80px; white-space:nowrap; overflow:hidden;} .ly_list_txt dl dt h4 a{ color:#939393;} .ly_list_txt dl dt h4 a:hover{ color:#363636;} .ly_list_txt dl dd{ width:670px; height:auto; overflow:hidden; float:right;} .ly_list_txt01 .p1{ width:580px; font-size:13px; color:#363636; line-height:180%; float:left; word-wrap:break-word;} .ly_list_txt01 .p2{ float:right;line-height:180%; color:#ccc; padding-right:5px;} .ly_list_txt02 ul{ width:670px;height:60px; clear:both;} .ly_list_txt02 ul li{ width:60px; height:60px; margin-top:10px; float:left; margin-left:10px; padding:5px; border:1px #ccc solid;} .ly_list_txt02 ul li img{ width:60px; height:60px;} .ly_list_txt03{ line-height:20px; font-size:13px; float:right; clear:both;} .ly_list_txt03 a{ margin-left:15px;} .ly_list_txt04{ width:671px; height:auto; overflow:hidden; clear:both;} .ly_list_txt05{ height:9px; background:url(../images/design08.png) no-repeat;} .ly_list_txt06{ width:648px; background:#F5F5F5; border:1px #E7E7E7 solid; margin-bottom:10px; border-top:none; padding:10px;} .ly_list_txt06 h4{ height:24px; font-size:13px; line-height:24px;} .ly_list_txt06 p{ line-height:180%; word-wrap:break-word;} .ly_list_txt dl dd:hover .ly_list_txt04{ display:block;} /*鐠囧嫯顔戦崣濠傚灙鐞涖劎绮ㄩ弶锟� .design_ly_r{ width:380px; margin-right:3px;} .design_ly_r h3{ height:40px; line-height:40px; border-bottom:1px #f5f5f5 solid; background:#fff; margin-bottom:25px; text-indent:12px; color:#373737; font-size:16px;} .design_ly_r ul{ width:380px; } .design_ly_r ul li{ width:380px; height:auto;background:#fff; padding-bottom:10px; margin-bottom:20px; clear:both; position:relative;} .design_ly_r ul li .design_zjlf{position:relative;} .design_ly_r ul li .design_zjlf .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .design_ly_r ul li h4{ height:24px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin:5px 5px 3px 0;display:block; text-indent:10px;font-size:16px; font-family:"Microsoft Yahei"; font-weight:normal;} .design_ly_r ul li h4 a{ color:#363636;} .design_ly_r ul li h4 a:hover{ color:#87c71c;} .design_ly_r ul li p{ line-height:22px; padding-bottom:5px; font-size:0 13px; color:#939393;padding-left:13px;border-bottom:1px #E7E7E7 solid;} .design_ly_r ul li dl{ height:22px; line-height:22px;padding:8px 10px 0 10px;} .design_ly_r ul li dl dt{ float:left; margin-right:10px;} .design_ly_r ul li dl dd img{ margin-top:5px;} .design_ly_r_dz{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .design_ly_r_dz:hover{ background:url(../images/fall01.png) no-repeat; } .design_ly_r_dz a{ width:33px; height:33px;display:block; text-indent:-2000px;} .design_ly_r_dz2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .design_ly_r_dz2:hover{ background:url(../images/fall01.png) no-repeat; } .design_ly_r_dz2 a{ width:33px; height:33px;display:block; text-indent:-2000px;} .design_ly_r ul li:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .design_ly_r ul li:hover h4 a{color:#87c71c!important} .design_ly_r ul li:hover .opacity{ display:block;} .design_ly_r ul li:hover .design_ly_r_dz{ display:block;} .design_ly_r ul li:hover .design_ly_r_dz2{ display:block;} /*============================= 娴滃本婀¢弬鏉款杻娣囶喗鏁奸弽宄扮础 ===================================*/ /*============================= user_home.html 娣囶喗鏁� ===================================*/ .xzcg_box{ width:324px; height:110px; position:fixed!important;position:absolute;top:50%; left:0; width:100%;z-index:1000003; _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+(document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop+(document.body.clientHeight - this.clientHeight)/2)} .xzcg_box_bg{width:275px; height:80px; box-shadow:0 0 30px #000; -webkit-box-shadow:0 0 30px #000; -moz-box-shadow:0 0 30px #000; overflow: auto;margin:auto;background:#fff; position:relative; padding:10px 10px 20px 37px; border:5px #E0E0E0 solid;} .xzcg_box_bg .close_btn{ position:absolute; right:5px; top:5px; cursor: pointer;} .xzcg_rz_con{ height:30px; background:url(../images/shop06.jpg) no-repeat; line-height:30px; text-indent:10px; margin-top:28px; text-align:center; color:#353535; font-size:16px;} .xzcg_rz_con span{ margin-left:15px; font-size:13px;} /*娑撳娴囬幋鎰缂佹挻娼�/ .sc_tcc_box{ width:457px; height:auto; overflow:hidden; padding-top:30px;} .sc_tcc_con{ width:457px; height:auto; overflow:hidden; } /*.sc_tcc_con h3{ height:50px; line-height:50px; text-indent:20px; margin-bottom:37px; color:#353535; font-size:16px; border-bottom:1px #f5f5f5 solid;}*/ .sc_tcc_con dl{ height:auto; overflow:hidden; margin-top:20px;} .sc_tcc_con dl dt{ width:104px; height:104px; float:left; margin-right:24px; margin-left:50px;} .sc_tcc_con dl dt img{ width:104px; height:104px; } .sc_tcc_con dl dd{ width:266px; float:left;} .sc_tcc_con dl dd select{width:230px; line-height:32px; border:1px #DFDFDF solid; color:#939393; border-radius:2px; font-size:13px; margin-bottom:10px;} .sc_tcc_con dl dd .sc_zdy input{ width:180px; height:25px; line-height:32px; border:1px #DFDFDF solid; border-radius:2px; font-size:13px; text-indent:5px; float:left;} .sc_tcc_con dl dd .sc_zdy a{ width:48px; line-height:34px; line-height:27px; text-align:center; color:#fff; background:#939393; display:block; float:left;border-radius:0 2px 2px 0;} .sc_tcc_con .sc_btn{ width:222px; margin-left:5px; margin-top:20px;} .sc_tcc_con .sc_btn .btn01 a{ width:90px; height:33px;background: #87C71C;border:1px #6C9D16 solid; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; display:block; line-height:33px; text-align:center;color:#fff; font-size:14px; font-weight:bold;} .sc_tcc_con .sc_btn .btn01 a:hover{ background:#7aa70f;} .sc_tcc_con .sc_btn .btn02 a{ width:90px; height:33px;background:#F5F5F5; border:1px #ccc solid; border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; display:block; line-height:33px; text-align:center;color:#656565; font-size:14px; font-weight:bold;} .sc_tcc_con .sc_btn .btn02 a:hover{ background:#e4e4e4;} /*============================= designer_album.html ===================================*/ .designer_album_box{ padding-bottom:20px; padding-top:10px;} .designer_album{ height:auto; overflow:hidden; background:#fff; padding:30px 0 20px 30px; margin-bottom:20px;} .designer_album li{width:258px; height:424px; padding:12px; float:left; border:1px #F5F5F5 solid; margin-right:30px; margin-bottom:30px; position:relative; border-radius:3px;} .designer_album_add{ width:280px; height:486px; border:1px #E8E8E8 dashed!important;} .designer_album_add dl{width:100px; height:100px; margin:0 auto;} .designer_album_add dl dt{ width:61px; height:61px; margin:0 auto; margin-top:160px; margin-bottom:15px;} .designer_album_add dl dd{ font-size:20px; color:#353535; text-align:center;} .designer_album .da01{width:258px; height:264px; margin-bottom:13px;} /*.designer_album .da01 img{width:258px; height:264px;}*/ .designer_album li ul{ height:80px; margin-bottom:22px;} .designer_album li ul li{ width:80px; height:80px; float:left; margin-right:6px; padding:0; margin-bottom:20px;} .designer_album .da03 a{ width:258px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; clear:both; text-align:center; display:block; color:#FDFDFD; font-size:16px;} .designer_album .da03 a:hover{ background:#7aa70f;} .designer_album .da033{ width:258px; height:38px; line-height:38px; clear:both;} .designer_album .da033 .btn01{ width:120px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; text-align:center; display:block; color:#FDFDFD; font-size:16px; float:left;} .designer_album .da033 .btn02{ width:120px; height:38px; line-height:38px; background:#87C71C; border:1px #6EA019 solid; border-radius:2px; text-align:center; display:block; color:#FDFDFD; font-size:16px; float:right} .designer_album .da033 a:hover{ background:#7aa70f} .designer_album .da04{ width:238px; position:absolute; left:20px; top:20px; font-size:16px; color:#000; text-align: center;} .album_box{ width:490px; } .album_box_bg{overflow: auto;margin:auto;background:#fff; position:relative;} .album_box_bg .close_btn{ position:absolute; right:15px; top:15px; cursor: pointer;} .album_con_box{ background:#fff; height:auto; overflow:hidden; border-radius:2px;} .album_con_box h3{ height:50px; line-height:50px; border-bottom:1px #E8E8E8 solid; color:#353535; font-size:16px; text-indent:20px;} .album_con{ height:auto; overflow:hidden; padding:33px 0 20px 30px;} .album_con dl{ height:auto; overflow:hidden; padding-bottom:25px;} .album_con dl dt{ width:95px; line-height:30px; float:left; font-size:14px; color:#353535; display:block;} .album_con dl dd{ width:350px; float:left; } .album_con dl .album_t01,.album_con dl .album_t02{ height:30px;} .album_con dl .album_t01 input{width:327px; height:30px; border:1px #D3D3D3 solid; border-radius:2px; color:#939393; font-size:14px; background:#F5F5F5; line-height:30px; text-indent:10px;} .album_con dl .album_t02 select{width:327px; height:30px;border:1px #D3D3D3 solid; border-radius:2px; color:#939393; font-size:14px; line-height:30px; padding:5px;} .album_con dl .atten_search{ width:327px;height:35px; border:1px #d3d3d3 solid; border-radius:2px; } .album_con dl .atten_search input, .user_search input:focus{ box-shadow:0 0 8px #eee inset; line-height:40px; background:#F5F5F5;} .album_con dl .atten_search_btn{ width:47px; height:35px; line-height:35px; text-align:center; font-size:15px; font-family:"Microsoft Yahei"; color:#363636; float:left;} .album_con dl .atten_search_btn a{color:#363636; display:block;} .album_con dl .atten_search_btn a:hover{ background:#D1D1D1;} .album_con dl .atten_srk{ border:0px; height:35px; line-height:30px; width:270px; padding-left:10px; float:left;font-size:14px;outline:none;} .album_con dl .album_t03{ height:100px;} .album_con dl .album_t03 ul{ margin-top:20px;} .album_con dl .album_t03 ul li{ height:28px; background: url(../images/mark02.png) #F5F5F5 no-repeat right center; line-height:28px; color:#939393; border-radius:2px;font-size:13px; display:block; padding-left:10px; padding-right:20px; float:left; margin-right:10px; margin-top:5px; cursor:pointer;} .album_con dl .album_t03 ul .hover{ background:url(../images/mark01.png) #87C71C no-repeat right center; color:#fff;} .album_con dl .album_t04{ height:auto; overflow:hidden;} .album_con dl .album_t04 textarea{width:315px; height:80px;border:1px #D3D3D3 solid; border-radius:2px; color:#939393; margin-bottom:12px; font-size:14px; padding:5px;} .album_con dl .album_t04 .btn a{ width:96px; height:33px; background:#F5F5F5; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#656565; font-size:14px; font-weight:bold;} .album_con_box .btn02 a{ width:128px; height:38px; display:block; line-height:38px; text-align:center; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px;-webkit-border-radius:2px; -moz-border-radius:2px; color:#fff; font-size:16px; font-weight:bold; margin:10px 0 0 15px;} .album_con_box .btn02 a:hover{ background:#7aa70f;} /*============================= designer_album_manage.html ===================================*/ .designer_a_m_box{ padding-bottom:60px; padding-right:20px;} .designer_a_m{ height:70px; background:#fff; margin-bottom:10px;} .designer_a_m_l{ width:500px; height:30px; line-height:30px; padding:20px 0;} .designer_a_m_l h3{ width:auto; padding:0 20px; text-align:center; font-size:24px; color:#87C71B; border-right:1px #eee solid; float:left;} .designer_a_m_l p{ font-size:16px; color:#353535; text-indent:25px; float:left;} .designer_a_m_r{ width:410px;} .designer_a_m_r .btn01 a{ width:115px; height:34px; background:#87C71C; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #6EA019 solid;color:#fff; font-size:14px; font-weight:bold; margin-left:18px; margin-top:15px;} .designer_a_m_r .btn01 a:hover{ background:#7aa70f;} .designer_a_m_r .btn02 a{ width:115px; height:34px; background:#F5F5F5; border-radius:2px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#666; font-size:14px; font-weight:bold; margin-left:18px; margin-top:15px;} .designer_a_m_r .btn02 a:hover{ background:#ededed;} .designer_a_m_r02{ display:none;} .designer_a_m_r02 .btn03 a{ width:65px; height:34px; background:#87C71C; border-radius:3px; display:block; line-height:33px; text-align:center; border:1px #6EA019 solid;color:#fff; font-size:16px; margin-left:18px; margin-top:15px;} .designer_a_m_r02 .btn04 a{ width:65px; height:34px; background:#F5F5F5; border-radius:3px; display:block; line-height:33px; text-align:center; border:1px #D3D3D3 solid;color:#666; font-size:16px; margin-left:18px; margin-top:15px;} .designer_a_m_r02 p{ width:110px; font-size:16px; color:#353535; text-align:center; line-height:70px; border-left:1px #f5f5f5 solid; margin-left:18px; } .designer_a_m_r02 p span{ color:#87C71B;} .infor_select02{position:relative;float:left; margin-left:18px; font-size:16px; margin-top:15px; background:#F5F5F5; border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;z-index:2;} .infor_select02 dt{ width:97px;height:34px;display:inline-block;line-height:34px; border:1px #D3D3D3 solid; text-align:center; cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;} .infor_select02 dd{position:absolute;left:0;top:34px;border:1px solid #d2ccc4;background:#fff;display:none;} .infor_select02 dd ul{width:97px;max-height:250px;overflow:auto; font-size:13px;} .infor_select02 dd ul li a{line-height:28px;display:block;padding:0 8px; color:#939393;} .infor_select02 dd ul li a:hover{background:#939393; color:#fff;} .designer_a_m_r p{ width:110px; font-size:16px; color:#353535; text-align:center; line-height:70px; border-left:1px #f5f5f5 solid; margin-left:18px; } .designer_a_m_r p span{ color:#87C71B;} .designer_a_m_box .container{position:relative;width:1220px; height:auto; overflow:hidden;padding-bottom:10px; z-index:1} .designer_a_m_box .grid{width:221px;min-height:100px;margin:0 10px 10px 0; background:#fff; float:left;overflow:hidden; border-radius:2px;} .designer_a_m_box .grid strong{ padding:10px;display:block;font-size:16px; font-family:"瀵邦喛钂嬮梿鍛寸拨"; font-weight:normal; width:200px;word-wrap:break-word;} .designer_a_m_box .grid strong a{ color:#363636;} .designer_a_m_box .grid strong a:hover{ color:#87c71c;} .designer_a_m_box .grid p{color:#939393; line-height:22px; font-size:13px; padding:0 6px 0 12px; max-height:177px; overflow:hidden; text-overflow:ellipsis;} .designer_a_m_box .grid dl{ height:22px; line-height:22px; border-bottom:1px #f5f5f5 solid; padding:8px 10px 8px 10px;} .designer_a_m_box .grid dl dt{ float:left; margin-right:10px;} .designer_a_m_box .grid dl dd img{ margin-top:5px;} .designer_a_m_box .grid .name{ width:130px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} .designer_a_m_box .grid .pl{ width:14px;} .designer_a_m_box .grid .meta{text-align:right;color:#939393; font-size:13px;} .designer_a_m_box .grid .imgholder{position:relative;} .designer_a_m_box .grid .imgholder .opacity{ width:100%; height:100%; position:absolute; left:0; top:0; filter:Alpha(opacity=30); opacity:.3; background:#000; display:none;} .designer_a_m_box .grid .imgholder img{max-width:100%;display:block; margin:0; border:0; padding:0; position:relative;} .designer_a_m_box .grid .dz{ height:25px; line-height:25px; padding-right:8px;} .designer_a_m_box .grid .dz a{ margin-left:15px; color:#929292; display:block;} .designer_a_m_box .grid .dz a:hover{ color:#363636;} .designer_a_m_box .grid .dz span{ margin-left:15px; text-indent:3px; float:right;} .designer_a_m_box .grid .shop_icon01{ background:url(../images/design04.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon01:hover{ background:url(../images/design044.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon02{ background:url(../images/design033.png) no-repeat left center;} .designer_a_m_box .grid .shop_icon02:hover{ background:url(../images/design03.png) no-repeat left center;} .designer_a_m_box .grid:hover{box-shadow:0 0 8px #bbb;-moz-box-shadow:0 0 8px #bbb;-webkit-box-shadow:0 0 8px #bbb;-webkit-transition:top 1s ease,left 1s ease;-moz-transition:top 1s ease,left 1s ease;-o-transition:top 1s ease,left 1s ease;-ms-transition:top 1s ease,left 1s ease;} .designer_a_m_box .grid:hover .opacity{ display:block;} .designer_a_m_box .grid:hover strong a{color:#87c71c!important} .designer_a_m_box .fall_hiden{ width:33px; height:33px; background:url(../images/fall02.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_a_m_box .fall_hiden:hover{ background:url(../images/fall01.png) no-repeat; } .designer_a_m_box .fall_hiden a{width:33px; height:33px; display:block; text-indent:-2000px;} .designer_a_m_box .fall_hiden2{ width:33px; height:33px; background:url(../images/fall01.png) no-repeat; position:absolute; right:8px; top:8px; display:none;} .designer_a_m_box .fall_hiden2:hover{ background:url(../images/fall01.png) no-repeat; } .designer_a_m_box .fall_hiden2 a{width:33px; height:33px; display:block; text-indent:-2000px;} .designer_a_m_box .grid:hover .fall_hiden{ display:block;} .designer_a_m_box .grid:hover .fall_hiden2{ display:block;} /*閻庢垵绔峰ù浣稿灙鐞涖劎绮ㄩ弶锟� /*============================= designer_album.html ===================================*/ .designer_album_box02{ padding-bottom:20px; padding-top:20px;} .designer_album02 li{width:260px; height:424px; padding:12px; float:left; background:#fff; margin-right:20px; margin-bottom:20px; position:relative;} .designer_album02 .da01{width:259px; height:264px; margin-bottom:13px;} .designer_album02 .da01 img{width:259px; height:264px;} .designer_album02 li ul{ height:81px; margin-bottom:22px;} .designer_album02 li ul li{ width:81px; height:81px; float:left; margin-right:8px; padding:0;} .designer_album02 .da03 a{ width:258px; height:38px; line-height:38px; background:#87C71C; border:1px #6C9D16 solid; border-radius:2px; clear:both; text-align:center; display:block; color:#FDFDFD; font-size:16px;} .designer_album02 .da03 a:hover{ background:#7aa70f;} .designer_album02 .da04{ width:238px; position:absolute; left:20px; top:20px; font-size:16px; color:#000; text-align:center;} /*============================= release_qa.html ===================================*/ .new_help_r{ width:234px; height:auto; overflow:hidden;} .ny_zb{width:232px;overflow:hidden; border:1px #E4E4E4 solid; background:#fff;font-size:13px;color:#353535;} .ny_zbbt{height:40px;line-height:40px;overflow:hidden;border-bottom:1px #E8E8E8 solid;} .ny_zbbt span{padding-left:20px;line-height:40px; font-size:14px;} .ny_zblb1 li{line-height:35px;float:left;width:100%;border-bottom:1px #E8E8E8 solid;} .ny_zblb1 li a{display:block;text-indent:20px;color:#353535;background:url(../images/help01.png) no-repeat 190px center;} .ny_zblb1 li a.cur{color:#fff;font-weight:bold;background:url(../images/help02.png) #8FC31F no-repeat 190px center;text-decoration:none;} .ny_zblb1 li ul{display:none;color:#666;} .ny_zblb1 li ul li{float:none;background-image:none;border-bottom:1px #FFF solid;height:36px;line-height:36px} .ny_zblb1 li ul li a{ text-indent:20px;display:block;background:#F5F5F5;} .ny_zblb1 li ul a:hover{background:#DEEDBC;} .ny_zblb1 li ul .selected{background:#DEEDBC;} .lg_renmenhd{ width:236px; height:415px; background:#fff; border:1px solid #e8e8e8; margin-top:26px;} .lg_rmhuida { font-size:24px; color:#8fc31f; font-weight:bold; padding-top:29px; padding-left:17px;} .lg_rmhuida a{color:#363636; font-size:12px; font-weight:normal; margin-left:10px;} .lg_rmhuida a img{ margin-left:5px;} .lg_renmenhd ul{ margin-top:20px; padding-left:20px;} .lg_renmenhd ul li{ width:190px; height:24px;} .lg_renmenhd ul li span{width:4px; height:4px; background:#e0e0e0; display:block; float:left; margin-right:10px; margin-top:7px;} .lg_renmenhd ul li a{ color:#363636; font-size:13px;} .lg_renmenhd ul li a:hover{ color:#8fc31f;}/*閸欏疇绔熼悜顓㈡,閸ョ偟鐡�/ .lg_wdlist{ width:943px; height:43px; border-bottom:1px solid #e8e8e8;} .lg_wdlist h3{ color:#363636; font-size:16px; line-height:43px; padding-left:40px;} .lg_listmain ul li{ width:865px; height:auto; overflow:hidden; padding-top:30px; padding-bottom:22px; margin-right:39px; margin-left:39px; border-bottom:1px solid #e8e8e8;}
0.274157
0.092729
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700"); .navbar{ border-top-left-radius: 20px; height: 70px; } .sidebar{ float: left; margin-left: -197px; padding-top:50px; line-height: 80px; font-size: 11px; height:683px; width: 200px; background-color:rgba(16, 231, 145, 0.551); border-bottom-left-radius: 20px; } .sidebar li{ list-style: none; } .sidebar li a{ color:rgba(128, 128, 128, 0.952); } body{margin:0px; font-family: arial;background: rgba(122, 240, 128, 0.123); color:#666;} a{text-decoration: none; color:green;} a:hover{text-decoration: none;} div{background: transparent;} .aside{ width:200px; position:fixed; height: 100%; background: #fff; transition:width ease-in .5s; overflow: hidden; } .main-side{margin-left:200px;transition:margin ease-in .5s;} .displday{display: none;} .bordered{border:1px solid grey;} .header-bar{background: rgba(122, 240, 127, 0.301);color:green; height: 85px; overflow: hidden; padding:20px; line-height:25px; } .summary-stats{height:160px; padding:20px; width:100%; box-sizing:border-box;} .user-profile{width:150px; height:150px; margin:0px auto; border-radius:100%; border:5px solid #bfb; margin:20px; overflow: hidden;} .user-profile img{width:inherit; height:inherit;} .admin-menu{font-size: 14px;text-align: center; padding:20px 2px;} .admin-menu a{border-bottom:1px solid #6f6; display: block;} .admin-menu a:hover{background:rgba(78, 245, 56, 0.055);} .admin-menu a:first-child{border-top:1px solid #6f6;} .admin-menu a .active{border-left:5px solid rgb(78, 245, 56); background:rgba(78, 245, 56, 0.26); border-top:0px; border-bottom:0px;} .admin-menu a span{display:block; padding:10px;} th{text-transform: capitalize; background: #6c6; color:#cfc;} .tab-bar{padding:20px 0px; font-weight:bold; color:green;} table{width:100%; border-collapse: collapse;} table td, table th{padding:10px; text-align: left;} .logout{width:45%; min-width:300px; text-align: right; display:inline-block; float:right; clear:right;}
static/css/admin.css
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700"); .navbar{ border-top-left-radius: 20px; height: 70px; } .sidebar{ float: left; margin-left: -197px; padding-top:50px; line-height: 80px; font-size: 11px; height:683px; width: 200px; background-color:rgba(16, 231, 145, 0.551); border-bottom-left-radius: 20px; } .sidebar li{ list-style: none; } .sidebar li a{ color:rgba(128, 128, 128, 0.952); } body{margin:0px; font-family: arial;background: rgba(122, 240, 128, 0.123); color:#666;} a{text-decoration: none; color:green;} a:hover{text-decoration: none;} div{background: transparent;} .aside{ width:200px; position:fixed; height: 100%; background: #fff; transition:width ease-in .5s; overflow: hidden; } .main-side{margin-left:200px;transition:margin ease-in .5s;} .displday{display: none;} .bordered{border:1px solid grey;} .header-bar{background: rgba(122, 240, 127, 0.301);color:green; height: 85px; overflow: hidden; padding:20px; line-height:25px; } .summary-stats{height:160px; padding:20px; width:100%; box-sizing:border-box;} .user-profile{width:150px; height:150px; margin:0px auto; border-radius:100%; border:5px solid #bfb; margin:20px; overflow: hidden;} .user-profile img{width:inherit; height:inherit;} .admin-menu{font-size: 14px;text-align: center; padding:20px 2px;} .admin-menu a{border-bottom:1px solid #6f6; display: block;} .admin-menu a:hover{background:rgba(78, 245, 56, 0.055);} .admin-menu a:first-child{border-top:1px solid #6f6;} .admin-menu a .active{border-left:5px solid rgb(78, 245, 56); background:rgba(78, 245, 56, 0.26); border-top:0px; border-bottom:0px;} .admin-menu a span{display:block; padding:10px;} th{text-transform: capitalize; background: #6c6; color:#cfc;} .tab-bar{padding:20px 0px; font-weight:bold; color:green;} table{width:100%; border-collapse: collapse;} table td, table th{padding:10px; text-align: left;} .logout{width:45%; min-width:300px; text-align: right; display:inline-block; float:right; clear:right;}
0.425725
0.083479
@charset 'UTF-8'; .jqcConfirm-mask { position: fixed; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .3); z-index: 1000; } .jqcConfirm-container { box-sizing: border-box; padding: 20px; background: #FFFFFF; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20); border-radius: 4px; position: relative; } .jqcConfirm-container.error::before, .jqcConfirm-container.success::before, .jqcConfirm-container.warn::before, .jqcConfirm-container.info::before { content: ''; position: absolute; width: 24px; height: 24px; top: 20px; left: 20px; } .jqcConfirm-container.error::before { background: url('./images/icon_error.png') no-repeat center; } .jqcConfirm-container.success::before { background: url('./images/icon_success.png') no-repeat center; } .jqcConfirm-container.warn::before { background: url('./images/icon_warn.png') no-repeat center; } .jqcConfirm-container.info::before { background: url('./images/icon_info.png') no-repeat center; } .jqcConfirm-container.no-icon .jqcConfirm-title, .jqcConfirm-container.no-icon .jqcConfirm-content { padding-left: 0; } .jqcConfirm-title { height: 24px; line-height: 24px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 34px; } .jqcConfirm-content { line-height: 20px; color: #999; font-size: 12px; padding-left: 34px; } .jqcConfirm-title + .jqcConfirm-content { margin-top: 10px; } .jqcConfirm-container .jqcConfirm-btn-box.left{ padding-left: 34px; } .jqcConfirm-container.no-icon .jqcConfirm-btn-box.left{ padding-left: 0; } .jqcConfirm-btn-box { margin-top: 20px; display: flex; align-items: center; justify-content: flex-end; } .jqcConfirm-btn-box button { margin: 0 0 0 20px; box-sizing: border-box; min-width: 70px; height: 30px; border-radius: 2px; font-size: 12px; cursor: pointer; padding: 0 15px; } .jqcConfirm-btn-box button:focus { outline: none; } .jqcConfirm-btn-box.left { justify-content: flex-start; } .jqcConfirm-btn-box.left button { margin: 0 20px 0 0; } .jqcConfirm-btn-box.center { justify-content: center; } .jqcConfirm-btn-box.center button { margin: 0 10px; } .jqcConfirm-confirm-btn { color: #fff; background: #C63136; border: none; } .jqcConfirm-confirm-btn:hover { background: #D86065; } .jqcConfirm-cancel-btn { background: #FFFFFF; border: 1px solid #D9D9D9; color: #444; } .jqcConfirm-cancel-btn:hover { background: #FFFFFF; color: #C63136; border: 1px solid #C63136; }
docs/jqc/com/lifeonwalden/jqc/confirm/css/confirm.css
@charset 'UTF-8'; .jqcConfirm-mask { position: fixed; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, .3); z-index: 1000; } .jqcConfirm-container { box-sizing: border-box; padding: 20px; background: #FFFFFF; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.20); border-radius: 4px; position: relative; } .jqcConfirm-container.error::before, .jqcConfirm-container.success::before, .jqcConfirm-container.warn::before, .jqcConfirm-container.info::before { content: ''; position: absolute; width: 24px; height: 24px; top: 20px; left: 20px; } .jqcConfirm-container.error::before { background: url('./images/icon_error.png') no-repeat center; } .jqcConfirm-container.success::before { background: url('./images/icon_success.png') no-repeat center; } .jqcConfirm-container.warn::before { background: url('./images/icon_warn.png') no-repeat center; } .jqcConfirm-container.info::before { background: url('./images/icon_info.png') no-repeat center; } .jqcConfirm-container.no-icon .jqcConfirm-title, .jqcConfirm-container.no-icon .jqcConfirm-content { padding-left: 0; } .jqcConfirm-title { height: 24px; line-height: 24px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 34px; } .jqcConfirm-content { line-height: 20px; color: #999; font-size: 12px; padding-left: 34px; } .jqcConfirm-title + .jqcConfirm-content { margin-top: 10px; } .jqcConfirm-container .jqcConfirm-btn-box.left{ padding-left: 34px; } .jqcConfirm-container.no-icon .jqcConfirm-btn-box.left{ padding-left: 0; } .jqcConfirm-btn-box { margin-top: 20px; display: flex; align-items: center; justify-content: flex-end; } .jqcConfirm-btn-box button { margin: 0 0 0 20px; box-sizing: border-box; min-width: 70px; height: 30px; border-radius: 2px; font-size: 12px; cursor: pointer; padding: 0 15px; } .jqcConfirm-btn-box button:focus { outline: none; } .jqcConfirm-btn-box.left { justify-content: flex-start; } .jqcConfirm-btn-box.left button { margin: 0 20px 0 0; } .jqcConfirm-btn-box.center { justify-content: center; } .jqcConfirm-btn-box.center button { margin: 0 10px; } .jqcConfirm-confirm-btn { color: #fff; background: #C63136; border: none; } .jqcConfirm-confirm-btn:hover { background: #D86065; } .jqcConfirm-cancel-btn { background: #FFFFFF; border: 1px solid #D9D9D9; color: #444; } .jqcConfirm-cancel-btn:hover { background: #FFFFFF; color: #C63136; border: 1px solid #C63136; }
0.379838
0.083778
::selection { background: pink; } ::-moz-selection { background: salmon; } body { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 20px; overflow-x: hidden; } h1, h2, h3 { line-height: 1; margin: 0; text-transform: uppercase; font-weight: normal; } h2 { font-size: 40px; } a { color: white; font-size: 14px; text-decoration: underline; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-weight: 600; cursor: pointer; stroke: black; } p { line-height: 150%; } nav { z-index: 1; top: 0; position: fixed; } nav ul { list-style-type: none; padding: 0; margin: 0; } nav li { font-size: 24px; color: black; margin: 25px 12.5px 25px 12.5px; display: inline-block; } nav li a { color: white; background: none; font-family: 'Darker Grotesque', sans-serif; font-weight: bold; letter-spacing: 2px; text-decoration: none; stroke: black; } header h1 { font-size: 150px; color: white; letter-spacing: 1px; font-weight: 900; position: relative; } p.intro:first-letter { float: left; text-transform: uppercase; font-family: 'Karla', sans-serif; font-size: 100px; color: #f3b70f; line-height: 0.5; margin: 15px 20px 10px 0; } .plant { position: absolute; right: 0; top: 150px; overflow: hidden; width: 200px; transform: rotate(-15deg); filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.2)); } .plane { height: 500px; position: absolute; bottom: 0; right: 300px; z-index: 0; animation: plane 15s infinite; transform: translateY(50px); filter: drop-shadow(10px 50px 30px rgba(0, 0, 0, 0.4)); } .cloud { position: absolute; top : 50px; right: 50px; z-index: 0; bottom:15%; -webkit-animation:linear infinite alternate; -webkit-animation-name: run; -webkit-animation-duration: 15s; transform: translateY(50px); filter: drop-shadow(10px 50px 30px rgba(0, 0, 0, 0.4)); } @-webkit-keyframes run { 0% { left: 0;} 50%{ left : 100%;} 100%{ left: 0;} } .plant-background { transform: rotate(-180deg); position: absolute; left: -80px; width: 500px; top: 260px; filter: blur(2px); } .plant-background.bottom { top: 530px; transform: rotate(-170deg); } .plant-background.bottom.right { right: 0; transform: rotate(20deg); left: auto; top: 2000px; } .plant.right { top: 2200px; } @keyframes plant-shadow { 50% { margin-top: -10px; } } @keyframes plane { 50% { transform: translateY(-40px); } } @keyframes cloud { 50% { transform: translateZ(-40px); } } @keyframes plant-move { 50% { margin-top: 10px; } } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /*truncate text with ellipsis*/ .intro { font-weight: 400; margin-top: 10px; text-align: left; } .centered { margin: 0 auto; max-width: 600px; } /*shortening paragraph using line-clamp property*/ p.shortened { display: -webkit-box; -webkit-line-break: normal; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; } /*multiple backgrounds + viewport height*/ header { height: 80vh; text-align: center; position: relative; margin-bottom: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; background-attachment: fixed; background-color: #f3b70f; background-image: url('../img/books-918521.jpg'), url('../img/vacation.jpg'); background-repeat: no-repeat; background-size: 430px, 470px; background-position: left top, right; } header span { color: #fff; position: absolute; bottom: 40px; font-size: 12px; } img { max-width: 100%; } ul { padding: 0; } /*multiple backgrounds*/ .contact { text-align: center; margin: 50px 0; background-color: #b3d4fc; background-image: url("../img/travel.jpg"), url("../img/bananaPalm.png"); background-repeat: no-repeat; background-size: 430px,430px, 470px; background-position: left , right; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; background-attachment: fixed; } /*text stroke and gradient background text + max width in characters*/ h2.contact-heading { font-size: 150px; position: relative; margin: 100px; line-height: 80%; padding: 60px 0; margin: 0 auto; font-family: 'Darker Grotesque', sans-serif; font-weight: 900; max-width: 8ch; background: radial-gradient(#ADFF2f, #ffbc00, #ff65aa, #b3d4fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #b3d4fc; } .contact p { line-height: 120%; padding-bottom: 50px; } footer { width: 100%; padding: 60px 0; margin-top: 60px; text-align: center; border-top: 2px solid #000; } /*text stroke*/ footer h3 { font-family: 'Darker Grotesque', sans-serif; font-weight: 900; font-size: 70px; letter-spacing: 1px; } /*text stroke*/ .divider h2 { margin-top: 50px; text-align: center; font-size: 100px; padding-bottom: 30px; text-transform: uppercase; font-weight: 900; line-height: 0%; animation: heading 2s 1; animation-fill-mode: forwards; height: 380px; font-family: 'Darker Grotesque', sans-serif; z-index: 1; position: relative; overflow: hidden; -webkit-text-fill-color: white; -webkit-text-stroke: 2px navy; } @keyframes heading { 100% { line-height: 100%; } } ol.numbered-list { list-style-type: none; margin-top: 50px; } ol.numbered-list li { position: relative; left: 0px; list-style: none; counter-increment: li; margin: 20px 0; padding-left: 25px; padding-top: 10px; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-weight: 600; } ol.numbered-list li:last-child { margin-bottom: 50px; } /*styling numbers in the numbered list*/ ol.numbered-list > li:before { content: counter(li); border-radius: 50%; background: deepskyblue; width: 45px; height: 45px; color: white; font-size: 30px; margin-right: 10px; text-align: center; vertical-align: middle; line-height: 45px; font-family: 'Karla', sans-serif; position: absolute; top: 2px; left: -35px; } .list { margin-bottom: 20px; } .list li { list-style: none; position: relative; padding: 30px 0 0 55px; } /*custom bullet points*/ .list li::before { content: ""; position: absolute; left: 0; top: 22px; height: 45px; width: 45px; border-radius: 50%; background: lightpink; content: url("../img/banana-icon.png"); } /*object fit class for the images*/ .object-fit { height: 500px; width: 100%; object-fit: cover; } /*piechart graph*/ .piechart { width: 300px; height: 300px; float: right; margin-right: 50px; margin-bottom: 40px; display: flex; justify-content: center; align-items: center; background: conic-gradient(#a6c3d1 0% 22.5%, #ff832e 22.5% 42.3%, #ffb50e 42.3% 54.81%, salmon 54.81% 100%); border-radius: 50%; filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.2)); } .piechart h2 { text-align: center; font-size: 30px; font-weight: bold; font-family: 'Darker Grotesque', sans-serif; } .chart-legend { display: flex; flex-direction: column; align-items: flex-start; } .chart-legend ~ p { line-height: 200%; } /*sibling combinator*/ .chart-legend + p { margin-top: 20px; max-width: 400px; } span.dist2, span.ditst3, span.dist1, span.dist4 { padding: 5px; margin-right: 7px; display: inline-block; flex-grow: 1; margin-bottom: 10px; } span.ditst3 { background: #ffb50e; } span.dist2 { background: #ff832e; } span.dist1 { background: #a6c3d1; } span.dist4 { background: salmon; } .chart-part { margin-top: 80px; } /*column count*/ .outro { column-count: 2; } /*calc, vh and writing mode*/ .writing-mode { writing-mode: vertical-rl; position: fixed; right: 0; z-index: 1; top: 400px; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-size: 12px; background: #fbb5e1; color: #000; padding: 10px 2px; font-weight: bold; } .switch { align-self: flex-end; margin: 0.9375rem; position: fixed ; z-index: 2; right: 0; } .inner-switch { display: inline-block; cursor: pointer; border: 1px solid #555; border-radius: 1.25rem; width: 3.125rem; text-align: center; font-size: 1rem; padding: 0.1875rem; margin-left: 0.3125rem; } .dark, .dark body { background-color: #222; color: #e6e6e6; border-color: #e6e6e6; } .tel-number{ font-weight: bold; } .intro li::before { position: absolute; left: 0; top: 22px; height: 45px; width: 45px; border-radius: 50%; background: orange; content: url("../img/icon-Phone.png"); } .intro li { list-style: none; position: relative; padding: 30px 0 0 55px; }
css/styles.css
::selection { background: pink; } ::-moz-selection { background: salmon; } body { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 20px; overflow-x: hidden; } h1, h2, h3 { line-height: 1; margin: 0; text-transform: uppercase; font-weight: normal; } h2 { font-size: 40px; } a { color: white; font-size: 14px; text-decoration: underline; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-weight: 600; cursor: pointer; stroke: black; } p { line-height: 150%; } nav { z-index: 1; top: 0; position: fixed; } nav ul { list-style-type: none; padding: 0; margin: 0; } nav li { font-size: 24px; color: black; margin: 25px 12.5px 25px 12.5px; display: inline-block; } nav li a { color: white; background: none; font-family: 'Darker Grotesque', sans-serif; font-weight: bold; letter-spacing: 2px; text-decoration: none; stroke: black; } header h1 { font-size: 150px; color: white; letter-spacing: 1px; font-weight: 900; position: relative; } p.intro:first-letter { float: left; text-transform: uppercase; font-family: 'Karla', sans-serif; font-size: 100px; color: #f3b70f; line-height: 0.5; margin: 15px 20px 10px 0; } .plant { position: absolute; right: 0; top: 150px; overflow: hidden; width: 200px; transform: rotate(-15deg); filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.2)); } .plane { height: 500px; position: absolute; bottom: 0; right: 300px; z-index: 0; animation: plane 15s infinite; transform: translateY(50px); filter: drop-shadow(10px 50px 30px rgba(0, 0, 0, 0.4)); } .cloud { position: absolute; top : 50px; right: 50px; z-index: 0; bottom:15%; -webkit-animation:linear infinite alternate; -webkit-animation-name: run; -webkit-animation-duration: 15s; transform: translateY(50px); filter: drop-shadow(10px 50px 30px rgba(0, 0, 0, 0.4)); } @-webkit-keyframes run { 0% { left: 0;} 50%{ left : 100%;} 100%{ left: 0;} } .plant-background { transform: rotate(-180deg); position: absolute; left: -80px; width: 500px; top: 260px; filter: blur(2px); } .plant-background.bottom { top: 530px; transform: rotate(-170deg); } .plant-background.bottom.right { right: 0; transform: rotate(20deg); left: auto; top: 2000px; } .plant.right { top: 2200px; } @keyframes plant-shadow { 50% { margin-top: -10px; } } @keyframes plane { 50% { transform: translateY(-40px); } } @keyframes cloud { 50% { transform: translateZ(-40px); } } @keyframes plant-move { 50% { margin-top: 10px; } } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /*truncate text with ellipsis*/ .intro { font-weight: 400; margin-top: 10px; text-align: left; } .centered { margin: 0 auto; max-width: 600px; } /*shortening paragraph using line-clamp property*/ p.shortened { display: -webkit-box; -webkit-line-break: normal; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; } /*multiple backgrounds + viewport height*/ header { height: 80vh; text-align: center; position: relative; margin-bottom: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; background-attachment: fixed; background-color: #f3b70f; background-image: url('../img/books-918521.jpg'), url('../img/vacation.jpg'); background-repeat: no-repeat; background-size: 430px, 470px; background-position: left top, right; } header span { color: #fff; position: absolute; bottom: 40px; font-size: 12px; } img { max-width: 100%; } ul { padding: 0; } /*multiple backgrounds*/ .contact { text-align: center; margin: 50px 0; background-color: #b3d4fc; background-image: url("../img/travel.jpg"), url("../img/bananaPalm.png"); background-repeat: no-repeat; background-size: 430px,430px, 470px; background-position: left , right; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; background-attachment: fixed; } /*text stroke and gradient background text + max width in characters*/ h2.contact-heading { font-size: 150px; position: relative; margin: 100px; line-height: 80%; padding: 60px 0; margin: 0 auto; font-family: 'Darker Grotesque', sans-serif; font-weight: 900; max-width: 8ch; background: radial-gradient(#ADFF2f, #ffbc00, #ff65aa, #b3d4fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 2px #b3d4fc; } .contact p { line-height: 120%; padding-bottom: 50px; } footer { width: 100%; padding: 60px 0; margin-top: 60px; text-align: center; border-top: 2px solid #000; } /*text stroke*/ footer h3 { font-family: 'Darker Grotesque', sans-serif; font-weight: 900; font-size: 70px; letter-spacing: 1px; } /*text stroke*/ .divider h2 { margin-top: 50px; text-align: center; font-size: 100px; padding-bottom: 30px; text-transform: uppercase; font-weight: 900; line-height: 0%; animation: heading 2s 1; animation-fill-mode: forwards; height: 380px; font-family: 'Darker Grotesque', sans-serif; z-index: 1; position: relative; overflow: hidden; -webkit-text-fill-color: white; -webkit-text-stroke: 2px navy; } @keyframes heading { 100% { line-height: 100%; } } ol.numbered-list { list-style-type: none; margin-top: 50px; } ol.numbered-list li { position: relative; left: 0px; list-style: none; counter-increment: li; margin: 20px 0; padding-left: 25px; padding-top: 10px; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-weight: 600; } ol.numbered-list li:last-child { margin-bottom: 50px; } /*styling numbers in the numbered list*/ ol.numbered-list > li:before { content: counter(li); border-radius: 50%; background: deepskyblue; width: 45px; height: 45px; color: white; font-size: 30px; margin-right: 10px; text-align: center; vertical-align: middle; line-height: 45px; font-family: 'Karla', sans-serif; position: absolute; top: 2px; left: -35px; } .list { margin-bottom: 20px; } .list li { list-style: none; position: relative; padding: 30px 0 0 55px; } /*custom bullet points*/ .list li::before { content: ""; position: absolute; left: 0; top: 22px; height: 45px; width: 45px; border-radius: 50%; background: lightpink; content: url("../img/banana-icon.png"); } /*object fit class for the images*/ .object-fit { height: 500px; width: 100%; object-fit: cover; } /*piechart graph*/ .piechart { width: 300px; height: 300px; float: right; margin-right: 50px; margin-bottom: 40px; display: flex; justify-content: center; align-items: center; background: conic-gradient(#a6c3d1 0% 22.5%, #ff832e 22.5% 42.3%, #ffb50e 42.3% 54.81%, salmon 54.81% 100%); border-radius: 50%; filter: drop-shadow(10px 40px 30px rgba(0, 0, 0, 0.2)); } .piechart h2 { text-align: center; font-size: 30px; font-weight: bold; font-family: 'Darker Grotesque', sans-serif; } .chart-legend { display: flex; flex-direction: column; align-items: flex-start; } .chart-legend ~ p { line-height: 200%; } /*sibling combinator*/ .chart-legend + p { margin-top: 20px; max-width: 400px; } span.dist2, span.ditst3, span.dist1, span.dist4 { padding: 5px; margin-right: 7px; display: inline-block; flex-grow: 1; margin-bottom: 10px; } span.ditst3 { background: #ffb50e; } span.dist2 { background: #ff832e; } span.dist1 { background: #a6c3d1; } span.dist4 { background: salmon; } .chart-part { margin-top: 80px; } /*column count*/ .outro { column-count: 2; } /*calc, vh and writing mode*/ .writing-mode { writing-mode: vertical-rl; position: fixed; right: 0; z-index: 1; top: 400px; text-transform: uppercase; font-family: 'Darker Grotesque', sans-serif; letter-spacing: 1px; font-size: 12px; background: #fbb5e1; color: #000; padding: 10px 2px; font-weight: bold; } .switch { align-self: flex-end; margin: 0.9375rem; position: fixed ; z-index: 2; right: 0; } .inner-switch { display: inline-block; cursor: pointer; border: 1px solid #555; border-radius: 1.25rem; width: 3.125rem; text-align: center; font-size: 1rem; padding: 0.1875rem; margin-left: 0.3125rem; } .dark, .dark body { background-color: #222; color: #e6e6e6; border-color: #e6e6e6; } .tel-number{ font-weight: bold; } .intro li::before { position: absolute; left: 0; top: 22px; height: 45px; width: 45px; border-radius: 50%; background: orange; content: url("../img/icon-Phone.png"); } .intro li { list-style: none; position: relative; padding: 30px 0 0 55px; }
0.479991
0.087291
.tabs { position: relative; width: 100%; overflow: hidden; } /* Nav */ .tabs nav { text-align: center; margin-top:0; padding-top:0; } .tabs nav ul { padding: 0; margin: 0; margin-bottom:-6px; list-style: none; display: inline-block; } .tabs nav ul li { border: 1px solid transparent; border-bottom: none; margin: 0 0.25em; display: block; float: left; position: relative; } .tabs nav li.tab-current { border: 1px solid #e2e2e2; box-shadow: inset 0 2px #e2e2e2; border-bottom: none; z-index: 100; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .tabs nav li.tab-current:before, .tabs nav li.tab-current:after { content: ''; position: absolute; height: 1px; right: 100%; bottom: 0; width: 1000px; background: #e2e2e2; } .tabs nav li.tab-current:after { right: auto; left: 100%; width: 4000px; } .tabs nav li.tab-current a{ color:#444; } .tabs nav a { color: #999; display: block; font-size: 14px; text-transform:uppercase; line-height: 3.5; padding: 0 1.25em; white-space: nowrap; background-color:#fff; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .tabs nav a:hover { color: #333; } /* Icons */ /*.tabs nav a:before { display: inline-block; vertical-align: middle; text-transform: none; font-size:15px; font-weight: normal; font-variant: normal; font-family: 'fontello'; color:#F90; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; margin: -0.25em 0.4em 0 0; } .icon-dashboard:before { content: "\e839"; } .icon-profile:before { content: "\ee7e"; } .icon-settings:before { content: "\e835"; } .icon-booking:before { content: "\eea9"; } .icon-wishlist:before { content: "\ee78"; }*/ /* Content */ .content section { padding: 25px 35px; display: none; max-width: 1230px; margin: 0 auto; background-color: #fff; border: 1px solid #e2e2e2; border-top: none; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .content section .form-group { margin-bottom: 20px; } .content section h4 { text-transform: uppercase; margin-top: 0; } .content section:before, .content section:after { content: ''; display: table; } .content section:after { clear: both; } /* Fallback example */ .no-js .content section { display: block; padding-bottom: 2em; border-bottom: 1px solid #47a3da; } .content section.content-current { display: block; } .wishlist_close_admin{ position:absolute; top:20px; right:10px; width:36px; height:36px; z-index:2; font-size:20px; line-height:36px; font-size:18px; text-align:center; cursor:pointer; color:#F66 !important; } .wishlist_close_admin:before{ font-style: normal; font-weight: normal; font-family: "icon_set_1"; font-size:36px; content: "\72"; color:#F66; position:absolute; left:0; top:3px; } ul#profile_summary{ margin:10px 0 20px 0; padding:0; list-style:none; text-transform:uppercase; font-weight:600; } ul#profile_summary li{ padding:5px 10px; position:relative; } ul#profile_summary li span{ text-transform: none; font-weight: normal; position:absolute; left:200px; } .profile_pic{ float:right; margin-bottom:15px; } .divider{ background-color:#ededed; height:2px; width:100%; margin:15px 0; } ul#profile_summary li:nth-child(even) { background-color:#f8f8f8; } ul#profile_summary li:nth-child(odd) { background-color:#fff; } .upload-drop-zone { height: 200px; border-width: 2px; margin-bottom: 20px; } .upload-drop-zone { color: #ccc; border-style: dashed; border-color: #ccc; line-height: 200px; text-align: center } .upload-drop-zone.drop { color: #222; border-color: #222; } .upload_1 { margin:20px 0; } /* Booking */ .strip_booking{ border-top:1px solid #ddd; padding-top:15px; margin-top:15px; } .strip_booking h3{ font-size:16px; text-transform:uppercase; position:relative; top:10px; padding-left:60px; } .strip_booking h3 span{ color:#999; display:block; font-size:11px !important; margin-top:3px; } .strip_booking h3.hotel_booking:before, .strip_booking h3.tours_booking:before, .strip_booking h3.transfers_booking:before { font-style: normal; font-weight: normal; font-family: "icon_set_1"; font-size: 40px; color: #16b7cd; position: absolute; /*border: 1px solid #ededed;*/ width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 0; top: -10px; text-align: center; line-height: 50px; } .strip_booking h3.hotel_booking:before{ content: "\26"; } .strip_booking h3.tours_booking:before{ content: "\3e"; } .strip_booking h3.transfers_booking:before{ content: "\39"; } .strip_booking .date { background-color: #eee; text-align: center; /*border: 1px solid #ccc;*/ } .strip_booking .date .month { background-color: #777; display: block; color: #fff; text-transform: uppercase; padding:5px; font-size:16px; } .strip_booking .date .day { padding:15px 15px 10px; margin-top:1px; color:#999; text-transform:uppercase; display:block; } .strip_booking .date .day strong{ font-size:36px; font-weight:normal; display:block; color:#777; margin-bottom:8px; } ul.info_booking{ list-style:none; margin:0; padding:15px 25px 15px 0; font-size:12px; color:#999; line-height:12px; border-right: 1px solid #ddd; text-align:right } ul.info_booking li{ /*margin-bottom:5px;*/ line-height:18px; } ul.info_booking li strong{ text-transform:uppercase; display:block; color:#555; } .booking_buttons{ margin-top:12px; } a.btn_2, .btn_2, a.btn_3, .btn_3 { border: none; font-family: inherit; font-size: inherit; color: #fff; background: #16b7cd; cursor: pointer; padding: 10px 8px; font-size: 13px; line-height: 9px; display: block; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; } a.btn_3, .btn_3{ color:#333; background: #eee; min-width:60px; text-align:center; margin-top:3px; } a.btn_2:hover, .btn_2:hover, a.btn_3:hover, .btn_3:hover{ background: #333; color:#fff; } /* Media queries */ @media screen and (max-width: 52.375em) { .tabs nav a span { display: none; } .tabs nav a:before { margin-right: 0; } ul.info_booking{ padding:30px 0 15px 0; border-right: none; text-align:left; } .booking_buttons{ margin-top:0; } .content section { padding:25px; } .profile_pic{ float:none; } }
public/css/frontend/user.css
.tabs { position: relative; width: 100%; overflow: hidden; } /* Nav */ .tabs nav { text-align: center; margin-top:0; padding-top:0; } .tabs nav ul { padding: 0; margin: 0; margin-bottom:-6px; list-style: none; display: inline-block; } .tabs nav ul li { border: 1px solid transparent; border-bottom: none; margin: 0 0.25em; display: block; float: left; position: relative; } .tabs nav li.tab-current { border: 1px solid #e2e2e2; box-shadow: inset 0 2px #e2e2e2; border-bottom: none; z-index: 100; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .tabs nav li.tab-current:before, .tabs nav li.tab-current:after { content: ''; position: absolute; height: 1px; right: 100%; bottom: 0; width: 1000px; background: #e2e2e2; } .tabs nav li.tab-current:after { right: auto; left: 100%; width: 4000px; } .tabs nav li.tab-current a{ color:#444; } .tabs nav a { color: #999; display: block; font-size: 14px; text-transform:uppercase; line-height: 3.5; padding: 0 1.25em; white-space: nowrap; background-color:#fff; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; } .tabs nav a:hover { color: #333; } /* Icons */ /*.tabs nav a:before { display: inline-block; vertical-align: middle; text-transform: none; font-size:15px; font-weight: normal; font-variant: normal; font-family: 'fontello'; color:#F90; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; margin: -0.25em 0.4em 0 0; } .icon-dashboard:before { content: "\e839"; } .icon-profile:before { content: "\ee7e"; } .icon-settings:before { content: "\e835"; } .icon-booking:before { content: "\eea9"; } .icon-wishlist:before { content: "\ee78"; }*/ /* Content */ .content section { padding: 25px 35px; display: none; max-width: 1230px; margin: 0 auto; background-color: #fff; border: 1px solid #e2e2e2; border-top: none; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .content section .form-group { margin-bottom: 20px; } .content section h4 { text-transform: uppercase; margin-top: 0; } .content section:before, .content section:after { content: ''; display: table; } .content section:after { clear: both; } /* Fallback example */ .no-js .content section { display: block; padding-bottom: 2em; border-bottom: 1px solid #47a3da; } .content section.content-current { display: block; } .wishlist_close_admin{ position:absolute; top:20px; right:10px; width:36px; height:36px; z-index:2; font-size:20px; line-height:36px; font-size:18px; text-align:center; cursor:pointer; color:#F66 !important; } .wishlist_close_admin:before{ font-style: normal; font-weight: normal; font-family: "icon_set_1"; font-size:36px; content: "\72"; color:#F66; position:absolute; left:0; top:3px; } ul#profile_summary{ margin:10px 0 20px 0; padding:0; list-style:none; text-transform:uppercase; font-weight:600; } ul#profile_summary li{ padding:5px 10px; position:relative; } ul#profile_summary li span{ text-transform: none; font-weight: normal; position:absolute; left:200px; } .profile_pic{ float:right; margin-bottom:15px; } .divider{ background-color:#ededed; height:2px; width:100%; margin:15px 0; } ul#profile_summary li:nth-child(even) { background-color:#f8f8f8; } ul#profile_summary li:nth-child(odd) { background-color:#fff; } .upload-drop-zone { height: 200px; border-width: 2px; margin-bottom: 20px; } .upload-drop-zone { color: #ccc; border-style: dashed; border-color: #ccc; line-height: 200px; text-align: center } .upload-drop-zone.drop { color: #222; border-color: #222; } .upload_1 { margin:20px 0; } /* Booking */ .strip_booking{ border-top:1px solid #ddd; padding-top:15px; margin-top:15px; } .strip_booking h3{ font-size:16px; text-transform:uppercase; position:relative; top:10px; padding-left:60px; } .strip_booking h3 span{ color:#999; display:block; font-size:11px !important; margin-top:3px; } .strip_booking h3.hotel_booking:before, .strip_booking h3.tours_booking:before, .strip_booking h3.transfers_booking:before { font-style: normal; font-weight: normal; font-family: "icon_set_1"; font-size: 40px; color: #16b7cd; position: absolute; /*border: 1px solid #ededed;*/ width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; left: 0; top: -10px; text-align: center; line-height: 50px; } .strip_booking h3.hotel_booking:before{ content: "\26"; } .strip_booking h3.tours_booking:before{ content: "\3e"; } .strip_booking h3.transfers_booking:before{ content: "\39"; } .strip_booking .date { background-color: #eee; text-align: center; /*border: 1px solid #ccc;*/ } .strip_booking .date .month { background-color: #777; display: block; color: #fff; text-transform: uppercase; padding:5px; font-size:16px; } .strip_booking .date .day { padding:15px 15px 10px; margin-top:1px; color:#999; text-transform:uppercase; display:block; } .strip_booking .date .day strong{ font-size:36px; font-weight:normal; display:block; color:#777; margin-bottom:8px; } ul.info_booking{ list-style:none; margin:0; padding:15px 25px 15px 0; font-size:12px; color:#999; line-height:12px; border-right: 1px solid #ddd; text-align:right } ul.info_booking li{ /*margin-bottom:5px;*/ line-height:18px; } ul.info_booking li strong{ text-transform:uppercase; display:block; color:#555; } .booking_buttons{ margin-top:12px; } a.btn_2, .btn_2, a.btn_3, .btn_3 { border: none; font-family: inherit; font-size: inherit; color: #fff; background: #16b7cd; cursor: pointer; padding: 10px 8px; font-size: 13px; line-height: 9px; display: block; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; } a.btn_3, .btn_3{ color:#333; background: #eee; min-width:60px; text-align:center; margin-top:3px; } a.btn_2:hover, .btn_2:hover, a.btn_3:hover, .btn_3:hover{ background: #333; color:#fff; } /* Media queries */ @media screen and (max-width: 52.375em) { .tabs nav a span { display: none; } .tabs nav a:before { margin-right: 0; } ul.info_booking{ padding:30px 0 15px 0; border-right: none; text-align:left; } .booking_buttons{ margin-top:0; } .content section { padding:25px; } .profile_pic{ float:none; } }
0.304145
0.054929
.mt-red-50 { color: #ffebee; } .bg-mt-red-50 { background-color: #ffebee; } .hover-bg-mt-red-50:hover { background-color: #ffebee; } .hover-mt-red-50:hover { color: #ffebee; } .mt-red-100 { color: #ffcdd2; } .bg-mt-red-100 { background-color: #ffcdd2; } .hover-bg-mt-red-100:hover { background-color: #ffcdd2; } .hover-mt-red-100:hover { color: #ffcdd2; } .mt-red-200 { color: #ef9a9a; } .bg-mt-red-200 { background-color: #ef9a9a; } .hover-bg-mt-red-200:hover { background-color: #ef9a9a; } .hover-mt-red-200:hover { color: #ef9a9a; } .mt-red-300 { color: #e57373; } .bg-mt-red-300 { background-color: #e57373; } .hover-bg-mt-red-300:hover { background-color: #e57373; } .hover-mt-red-300:hover { color: #e57373; } .mt-red-400 { color: #ef5350; } .bg-mt-red-400 { background-color: #ef5350; } .hover-bg-mt-red-400:hover { background-color: #ef5350; } .hover-mt-red-400:hover { color: #ef5350; } .mt-red-500 { color: #f44336; } .bg-mt-red-500 { background-color: #f44336; } .hover-bg-mt-red-500:hover { background-color: #f44336; } .hover-mt-red-500:hover { color: #f44336; } .mt-red-600 { color: #e53935; } .bg-mt-red-600 { background-color: #e53935; } .hover-bg-mt-red-600:hover { background-color: #e53935; } .hover-mt-red-600:hover { color: #e53935; } .mt-red-700 { color: #d32f2f; } .bg-mt-red-700 { background-color: #d32f2f; } .hover-bg-mt-red-700:hover { background-color: #d32f2f; } .hover-mt-red-700:hover { color: #d32f2f; } .mt-red-800 { color: #c62828; } .bg-mt-red-800 { background-color: #c62828; } .hover-bg-mt-red-800:hover { background-color: #c62828; } .hover-mt-red-800:hover { color: #c62828; } .mt-red-900 { color: #b71c1c; } .bg-mt-red-900 { background-color: #b71c1c; } .hover-bg-mt-red-900:hover { background-color: #b71c1c; } .hover-mt-red-900:hover { color: #b71c1c; } .mt-red-a100 { color: #ff8a80; } .bg-mt-red-a100 { background-color: #ff8a80; } .hover-bg-mt-red-a100:hover { background-color: #ff8a80; } .hover-mt-red-a100:hover { color: #ff8a80; } .mt-red-a200 { color: #ff5252; } .bg-mt-red-a200 { background-color: #ff5252; } .hover-bg-mt-red-a200:hover { background-color: #ff5252; } .hover-mt-red-a200:hover { color: #ff5252; } .mt-red-a400 { color: #ff1744; } .bg-mt-red-a400 { background-color: #ff1744; } .hover-bg-mt-red-a400:hover { background-color: #ff1744; } .hover-mt-red-a400:hover { color: #ff1744; } .mt-red-a700 { color: #d50000; } .bg-mt-red-a700 { background-color: #d50000; } .hover-bg-mt-red-a700:hover { background-color: #d50000; } .hover-mt-red-a700:hover { color: #d50000; }
material-color-red.css
.mt-red-50 { color: #ffebee; } .bg-mt-red-50 { background-color: #ffebee; } .hover-bg-mt-red-50:hover { background-color: #ffebee; } .hover-mt-red-50:hover { color: #ffebee; } .mt-red-100 { color: #ffcdd2; } .bg-mt-red-100 { background-color: #ffcdd2; } .hover-bg-mt-red-100:hover { background-color: #ffcdd2; } .hover-mt-red-100:hover { color: #ffcdd2; } .mt-red-200 { color: #ef9a9a; } .bg-mt-red-200 { background-color: #ef9a9a; } .hover-bg-mt-red-200:hover { background-color: #ef9a9a; } .hover-mt-red-200:hover { color: #ef9a9a; } .mt-red-300 { color: #e57373; } .bg-mt-red-300 { background-color: #e57373; } .hover-bg-mt-red-300:hover { background-color: #e57373; } .hover-mt-red-300:hover { color: #e57373; } .mt-red-400 { color: #ef5350; } .bg-mt-red-400 { background-color: #ef5350; } .hover-bg-mt-red-400:hover { background-color: #ef5350; } .hover-mt-red-400:hover { color: #ef5350; } .mt-red-500 { color: #f44336; } .bg-mt-red-500 { background-color: #f44336; } .hover-bg-mt-red-500:hover { background-color: #f44336; } .hover-mt-red-500:hover { color: #f44336; } .mt-red-600 { color: #e53935; } .bg-mt-red-600 { background-color: #e53935; } .hover-bg-mt-red-600:hover { background-color: #e53935; } .hover-mt-red-600:hover { color: #e53935; } .mt-red-700 { color: #d32f2f; } .bg-mt-red-700 { background-color: #d32f2f; } .hover-bg-mt-red-700:hover { background-color: #d32f2f; } .hover-mt-red-700:hover { color: #d32f2f; } .mt-red-800 { color: #c62828; } .bg-mt-red-800 { background-color: #c62828; } .hover-bg-mt-red-800:hover { background-color: #c62828; } .hover-mt-red-800:hover { color: #c62828; } .mt-red-900 { color: #b71c1c; } .bg-mt-red-900 { background-color: #b71c1c; } .hover-bg-mt-red-900:hover { background-color: #b71c1c; } .hover-mt-red-900:hover { color: #b71c1c; } .mt-red-a100 { color: #ff8a80; } .bg-mt-red-a100 { background-color: #ff8a80; } .hover-bg-mt-red-a100:hover { background-color: #ff8a80; } .hover-mt-red-a100:hover { color: #ff8a80; } .mt-red-a200 { color: #ff5252; } .bg-mt-red-a200 { background-color: #ff5252; } .hover-bg-mt-red-a200:hover { background-color: #ff5252; } .hover-mt-red-a200:hover { color: #ff5252; } .mt-red-a400 { color: #ff1744; } .bg-mt-red-a400 { background-color: #ff1744; } .hover-bg-mt-red-a400:hover { background-color: #ff1744; } .hover-mt-red-a400:hover { color: #ff1744; } .mt-red-a700 { color: #d50000; } .bg-mt-red-a700 { background-color: #d50000; } .hover-bg-mt-red-a700:hover { background-color: #d50000; } .hover-mt-red-a700:hover { color: #d50000; }
0.516352
0.131034
@font-face { font-family: "Pixelated MS Sans Serif"; src: url('ms_sans_serif.woff') format("woff"); src: url('ms_sans_serif.woff2') format("woff2"); font-weight: 400; font-style: normal } @font-face { font-family: "Pixelated MS Sans Serif"; src: url('ms_sans_serif_bold.woff') format("woff"); src: url('ms_sans_serif_bold.woff2') format("woff2"); font-weight: 700; font-style: normal } @font-face { font-family: Perfect DOS VGA\ 437 Win; src: url('PerfectDOSVGA437Win.woff2') format("woff2"), url('PerfectDOSVGA437Win.woff') format("woff"); font-weight: 400; font-style: normal } .surface { background: silver } h1 { font-size: 5rem } h2 { font-size: 2.5rem } h3 { font-size: 2rem } h4 { font-size: 1.5rem } u { text-decoration: none; border-bottom: 0.5px solid #222 } a { color: #00f } a:focus { outline: 1px dotted #00f } code, code * { font-family: monospace } pre { display: block; padding: 12px 8px; background-color: #000; color: silver; font-size: 1rem; margin: 0 } pre, pre * { font-family: Perfect DOS VGA\ 437 Win } summary:focus { outline: 1px dotted #000 } ::-webkit-scrollbar { width: 16px } ::-webkit-scrollbar:horizontal { height: 17px } ::-webkit-scrollbar-corner { background: #dfdfdf } ::-webkit-scrollbar-track { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E") } ::-webkit-scrollbar-thumb { background-color: #dfdfdf; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf } ::-webkit-scrollbar-button:horizontal:end:increment, ::-webkit-scrollbar-button:horizontal:start:decrement, ::-webkit-scrollbar-button:vertical:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement { display: block } ::-webkit-scrollbar-button:vertical:start { height: 17px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:vertical:end { height: 17px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:horizontal:start { width: 16px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:horizontal:end { width: 16px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E") } button { font-size: 11px; box-sizing: border-box; border: none; background: silver; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf; border-radius: 0; min-width: 75px; min-height: 23px; padding: 0 12px } button:not(:disabled).active, button:not(:disabled):active { box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey } button.focused, button:focus { outline: 1px dotted #000; outline-offset: -4px } button::-moz-focus-inner { border: 0 } label { display: inline-flex; align-items: center } input, label, textarea { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px } textarea { padding: 3px 4px; border: none; background-color: #fff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0 } textarea:focus { outline: none } select { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px; border: none; background-color: #fff; box-sizing: border-box; height: 21px; appearance: none; -webkit-appearance: none; -moz-appearance: none; position: relative; padding: 3px 32px 3px 4px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E"); background-position: top 2px right 2px; background-repeat: no-repeat; border-radius: 0 } select:focus { outline: none; color: #fff; background-color: navy } select:focus option { color: #000; background-color: #fff } select:active { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v17H0V0zm1 16h14V1H1v15z' fill='gray'/%3E%3Cpath fill='silver' d='M1 1h14v15H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7H5v1h1v1h1v1h1v1h1v-1h1V9h1V8h1V7z' fill='%23000'/%3E%3C/svg%3E") } option { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px } .vertical-bar { width: 4px; height: 20px; background: silver; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf } &:disabled, &:disabled+label { color: grey; text-shadow: 1px 1px 0 #fff } input[type=radio] { appearance: none; -webkit-appearance: none; -moz-appearance: none; margin: 0; background: 0; position: fixed; opacity: 0; border: none } input[type=radio]+label { line-height: 13px; position: relative; margin-left: 18px } input[type=radio]+label:before { content: ""; position: absolute; top: 0; left: -18px; display: inline-block; width: 12px; height: 12px; margin-right: 6px; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E") } input[type=radio]:active+label:before { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E") } input[type=radio]:checked+label:after { content: ""; display: block; width: 4px; height: 4px; top: 4px; left: -14px; position: absolute; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E") } input[type=radio]:focus+label { outline: 1px dotted #000 } input[type=checkbox] { appearance: none; -webkit-appearance: none; -moz-appearance: none; margin: 0; background: 0; position: fixed; opacity: 0; border: none } input[type=checkbox]+label { line-height: 13px; position: relative; margin-left: 19px } input[type=checkbox]+label:before { content: ""; position: absolute; left: -19px; display: inline-block; width: 13px; height: 13px; margin-right: 6px } input[type=checkbox]:focus+label { outline: 1px dotted #000 } input[type=checkbox]:active+label:before { background: silver } input[type=checkbox]:checked+label:after { content: ""; display: block; width: 7px; height: 7px; position: absolute; top: 1px } input[type=radio][disabled]+label:before { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E") } input[type=radio][disabled]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E") } input[type=checkbox][disabled]+label:before { background: silver } input[type=checkbox][disabled]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E") } input[type=email], input[type=password], input[type=text] { padding: 3px 4px; border: none; background-color: #fff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; height: 21px; line-height: 2 } input[type=email]:focus, input[type=password]:focus, input[type=text]:focus { outline: none } input[type=range] { -webkit-appearance: none; width: 100%; background: transparent } input[type=range]:focus { outline: none } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height: 21px; width: 11px; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(-8px) } input[type=range]::-moz-range-thumb { height: 21px; width: 11px; border: 0; border-radius: 0; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(2px) } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 2px; box-sizing: border-box; background: #000; border-right: 1px solid grey; border-bottom: 1px solid grey; box-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #a9a9a9, -1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, -1px 1px 0 #fff, 1px -1px #a9a9a9 } input[type=range]::-moz-range-track { width: 100%; height: 2px; box-sizing: border-box; background: #000; border-right: 1px solid grey; border-bottom: 1px solid grey; box-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #a9a9a9, -1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, -1px 1px 0 #fff, 1px -1px #a9a9a9 } input[type=range].has-box-indicator::-webkit-slider-thumb { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(-10px) } input[type=range].has-box-indicator::-moz-range-thumb { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(0) } .is-vertical { display: inline-block; width: 4px; height: 150px; transform: translateY(50%) } .is-vertical > input[type=range] { width: 150px; height: 4px; margin: 0 16px 0 10px; transform-origin: left; transform: rotate(270deg) translateX(calc(-50% + 8px)) } .is-vertical > input[type=range]::-webkit-slider-runnable-track { border-left: 1px solid grey; border-right: 0; border-bottom: 1px solid grey; box-shadow: -1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #a9a9a9, 1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, 1px 1px 0 #fff, -1px -1px #a9a9a9 } .is-vertical > input[type=range]::-moz-range-track { border-left: 1px solid grey; border-right: 0; border-bottom: 1px solid grey; box-shadow: -1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #a9a9a9, 1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, 1px 1px 0 #fff, -1px -1px #a9a9a9 } .is-vertical > input[type=range]::-webkit-slider-thumb { transform: translateY(-8px) scaleX(-1) } .is-vertical > input[type=range]::-moz-range-thumb { transform: translateY(2px) scaleX(-1) } .is-vertical > input[type=range].has-box-indicator::-webkit-slider-thumb { transform: translateY(-10px) scaleX(-1) } .is-vertical > input[type=range].has-box-indicator::-moz-range-thumb { transform: translateY(0) scaleX(-1) } .window { font-size: 11px; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff; background: silver; padding: 3px } .window fieldset { margin-bottom: 9px } .title-bar { font-size: 11px; background: linear-gradient(90deg,navy,#1084d0); padding: 3px 2px 3px 3px; display: flex; justify-content: space-between; align-items: center } .title-bar-text { font-weight: 700; color: #fff; letter-spacing: 0; margin-right: 24px } .title-bar-controls { display: flex } .title-bar-controls button { padding: 0; display: block; min-width: 16px; min-height: 14px } .title-bar-controls button:focus { outline: none } .window-body { margin: 8px } .window-body pre { margin: -8px } .status-bar { margin: 0 1px; display: flex; gap: 1px } .status-bar-field { box-shadow: inset -1px -1px #dfdfdf, inset 1px 1px grey; flex-grow: 1; padding: 2px 3px; margin: 0 } ul.tree-view { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px; display: block; background: #fff; padding: 6px; margin: 0 } ul.tree-view li { list-style-type: none; margin-top: 3px } ul.tree-view a { text-decoration: none; color: #000 } ul.tree-view a:focus { background-color: navy; color: #fff } ul.tree-view ul { margin-top: 3px; margin-left: 16px; padding-left: 16px; border-left: 1px dotted grey } ul.tree-view ul > li { position: relative } ul.tree-view ul>li:before { content: ""; display: block; position: absolute; left: -16px; top: 6px; width: 12px; border-bottom: 1px dotted grey } ul.tree-view ul>li:last-child:after { content: ""; display: block; position: absolute; left: -20px; top: 7px; bottom: 0; width: 8px; background: #fff } ul.tree-view ul details>summary:before { margin-left: -22px; position: relative; z-index: 1 } ul.tree-view details { margin-top: 0 } ul.tree-view details>summary:before { text-align: center; display: block; float: left; content: "+"; border: 1px solid grey; width: 8px; height: 9px; line-height: 9px; margin-right: 5px; padding-left: 1px; background-color: #fff } ul.tree-view details[open] summary { margin-bottom: 0 } ul.tree-view details[open]>summary:before { content: "-" } fieldset { border: none; box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px grey, inset 2px 2px #dfdfdf; padding: 10px; padding-block-start: 8px; margin: 0 } legend { background: silver } .field-row { display: flex; align-items: center } .field-row > *+* { margin-left: 6px } [class^=field-row]+[class^=field-row] { margin-top: 6px } .field-row-stacked { display: flex; flex-direction: column } .field-row-stacked *+* { margin-top: 6px } menu[role=tablist] { position: relative; margin: 0 0 -2px; text-indent: 0; list-style-type: none; display: flex; padding-left: 3px } menu[role=tablist] button { z-index: 1; display: block; color: #222; text-decoration: none; min-width: unset } menu[role=tablist] button[aria-selected=true] { padding-bottom: 2px; margin-top: -2px; background-color: silver; position: relative; z-index: 8; margin-left: -3px; margin-bottom: 1px } menu[role=tablist] button:focus { outline: 1px dotted #222; outline-offset: -4px } menu[role=tablist].justified button { flex-grow: 1; text-align: center } [role=tabpanel] { padding: 14px; clear: both; background: silver; border: none; position: relative; z-index: 2; margin-bottom: 9px } body { font-family: Arial; font-size: 12px; color: #222 } @media(not(hover)) { button:not(:disabled):hover { box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey } } pre { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a } .window { font-family: "Pixelated MS Sans Serif", Arial; -webkit-font-smoothing: none } .title-bar-controls button[aria-label=Minimize] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: bottom 3px left 4px } .title-bar-controls button[aria-label=Maximize] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 2px left 3px } .title-bar-controls button[aria-label=Help] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 2px left 5px } .title-bar-controls button[aria-label=Close] { margin-left: 2px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 3px left 4px } input[type=checkbox]+label:before { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a; background: #fff } input[type=checkbox]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E"); top: 3px; left: -16px } input[type=email], input[type=password], input[type=text], select, textarea { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a } input, label, option, select, textarea { -webkit-font-smoothing: none } menu[role=tablist] button { top: 3px; background: silver; box-shadow: inset 1px 1px #fff, inset 2px 2px #dfdfdf, inset -1px 0 #000, inset -2px 0 #7f7f7f; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom: 2px solid transparent; padding: 3px 12px } menu[role=tablist] button:first-of-type:before { content: ""; display: block; position: absolute; z-index: -1; top: 100%; left: 0; height: 2px; width: 0; border-left: 1px solid #fff; border-right: 1px solid #dfdfdf } menu[role=tablist] button[aria-selected=true] { top: 2px; margin-right: -1px; margin-top: -4px } menu[role=tablist] button[aria-selected=true]:first-of-type { left: 0 } [role=tabpanel] { box-shadow: inset 1px 1px #fff, inset 2px 2px #dfdfdf, inset -1px -1px #0a0a0a, inset -2px -2px grey } button { font-family: "Pixelated MS Sans Serif", Arial } button, ul.tree-view { -webkit-font-smoothing: none } ul.tree-view { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a }
themes/hugo-theme-willow/static/css/vendors/98.css
@font-face { font-family: "Pixelated MS Sans Serif"; src: url('ms_sans_serif.woff') format("woff"); src: url('ms_sans_serif.woff2') format("woff2"); font-weight: 400; font-style: normal } @font-face { font-family: "Pixelated MS Sans Serif"; src: url('ms_sans_serif_bold.woff') format("woff"); src: url('ms_sans_serif_bold.woff2') format("woff2"); font-weight: 700; font-style: normal } @font-face { font-family: Perfect DOS VGA\ 437 Win; src: url('PerfectDOSVGA437Win.woff2') format("woff2"), url('PerfectDOSVGA437Win.woff') format("woff"); font-weight: 400; font-style: normal } .surface { background: silver } h1 { font-size: 5rem } h2 { font-size: 2.5rem } h3 { font-size: 2rem } h4 { font-size: 1.5rem } u { text-decoration: none; border-bottom: 0.5px solid #222 } a { color: #00f } a:focus { outline: 1px dotted #00f } code, code * { font-family: monospace } pre { display: block; padding: 12px 8px; background-color: #000; color: silver; font-size: 1rem; margin: 0 } pre, pre * { font-family: Perfect DOS VGA\ 437 Win } summary:focus { outline: 1px dotted #000 } ::-webkit-scrollbar { width: 16px } ::-webkit-scrollbar:horizontal { height: 17px } ::-webkit-scrollbar-corner { background: #dfdfdf } ::-webkit-scrollbar-track { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E") } ::-webkit-scrollbar-thumb { background-color: #dfdfdf; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf } ::-webkit-scrollbar-button:horizontal:end:increment, ::-webkit-scrollbar-button:horizontal:start:decrement, ::-webkit-scrollbar-button:vertical:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement { display: block } ::-webkit-scrollbar-button:vertical:start { height: 17px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:vertical:end { height: 17px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:horizontal:start { width: 16px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E") } ::-webkit-scrollbar-button:horizontal:end { width: 16px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E") } button { font-size: 11px; box-sizing: border-box; border: none; background: silver; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf; border-radius: 0; min-width: 75px; min-height: 23px; padding: 0 12px } button:not(:disabled).active, button:not(:disabled):active { box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey } button.focused, button:focus { outline: 1px dotted #000; outline-offset: -4px } button::-moz-focus-inner { border: 0 } label { display: inline-flex; align-items: center } input, label, textarea { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px } textarea { padding: 3px 4px; border: none; background-color: #fff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0 } textarea:focus { outline: none } select { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px; border: none; background-color: #fff; box-sizing: border-box; height: 21px; appearance: none; -webkit-appearance: none; -moz-appearance: none; position: relative; padding: 3px 32px 3px 4px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E"); background-position: top 2px right 2px; background-repeat: no-repeat; border-radius: 0 } select:focus { outline: none; color: #fff; background-color: navy } select:focus option { color: #000; background-color: #fff } select:active { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v17H0V0zm1 16h14V1H1v15z' fill='gray'/%3E%3Cpath fill='silver' d='M1 1h14v15H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7H5v1h1v1h1v1h1v1h1v-1h1V9h1V8h1V7z' fill='%23000'/%3E%3C/svg%3E") } option { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px } .vertical-bar { width: 4px; height: 20px; background: silver; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf } &:disabled, &:disabled+label { color: grey; text-shadow: 1px 1px 0 #fff } input[type=radio] { appearance: none; -webkit-appearance: none; -moz-appearance: none; margin: 0; background: 0; position: fixed; opacity: 0; border: none } input[type=radio]+label { line-height: 13px; position: relative; margin-left: 18px } input[type=radio]+label:before { content: ""; position: absolute; top: 0; left: -18px; display: inline-block; width: 12px; height: 12px; margin-right: 6px; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E") } input[type=radio]:active+label:before { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E") } input[type=radio]:checked+label:after { content: ""; display: block; width: 4px; height: 4px; top: 4px; left: -14px; position: absolute; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E") } input[type=radio]:focus+label { outline: 1px dotted #000 } input[type=checkbox] { appearance: none; -webkit-appearance: none; -moz-appearance: none; margin: 0; background: 0; position: fixed; opacity: 0; border: none } input[type=checkbox]+label { line-height: 13px; position: relative; margin-left: 19px } input[type=checkbox]+label:before { content: ""; position: absolute; left: -19px; display: inline-block; width: 13px; height: 13px; margin-right: 6px } input[type=checkbox]:focus+label { outline: 1px dotted #000 } input[type=checkbox]:active+label:before { background: silver } input[type=checkbox]:checked+label:after { content: ""; display: block; width: 7px; height: 7px; position: absolute; top: 1px } input[type=radio][disabled]+label:before { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E") } input[type=radio][disabled]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E") } input[type=checkbox][disabled]+label:before { background: silver } input[type=checkbox][disabled]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E") } input[type=email], input[type=password], input[type=text] { padding: 3px 4px; border: none; background-color: #fff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; height: 21px; line-height: 2 } input[type=email]:focus, input[type=password]:focus, input[type=text]:focus { outline: none } input[type=range] { -webkit-appearance: none; width: 100%; background: transparent } input[type=range]:focus { outline: none } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height: 21px; width: 11px; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(-8px) } input[type=range]::-moz-range-thumb { height: 21px; width: 11px; border: 0; border-radius: 0; background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(2px) } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 2px; box-sizing: border-box; background: #000; border-right: 1px solid grey; border-bottom: 1px solid grey; box-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #a9a9a9, -1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, -1px 1px 0 #fff, 1px -1px #a9a9a9 } input[type=range]::-moz-range-track { width: 100%; height: 2px; box-sizing: border-box; background: #000; border-right: 1px solid grey; border-bottom: 1px solid grey; box-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #a9a9a9, -1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, -1px 1px 0 #fff, 1px -1px #a9a9a9 } input[type=range].has-box-indicator::-webkit-slider-thumb { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(-10px) } input[type=range].has-box-indicator::-moz-range-thumb { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E"); transform: translateY(0) } .is-vertical { display: inline-block; width: 4px; height: 150px; transform: translateY(50%) } .is-vertical > input[type=range] { width: 150px; height: 4px; margin: 0 16px 0 10px; transform-origin: left; transform: rotate(270deg) translateX(calc(-50% + 8px)) } .is-vertical > input[type=range]::-webkit-slider-runnable-track { border-left: 1px solid grey; border-right: 0; border-bottom: 1px solid grey; box-shadow: -1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #a9a9a9, 1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, 1px 1px 0 #fff, -1px -1px #a9a9a9 } .is-vertical > input[type=range]::-moz-range-track { border-left: 1px solid grey; border-right: 0; border-bottom: 1px solid grey; box-shadow: -1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #a9a9a9, 1px -1px 0 #a9a9a9, 0 -1px 0 #a9a9a9, 1px 1px 0 #fff, -1px -1px #a9a9a9 } .is-vertical > input[type=range]::-webkit-slider-thumb { transform: translateY(-8px) scaleX(-1) } .is-vertical > input[type=range]::-moz-range-thumb { transform: translateY(2px) scaleX(-1) } .is-vertical > input[type=range].has-box-indicator::-webkit-slider-thumb { transform: translateY(-10px) scaleX(-1) } .is-vertical > input[type=range].has-box-indicator::-moz-range-thumb { transform: translateY(0) scaleX(-1) } .window { font-size: 11px; box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px grey, inset 2px 2px #fff; background: silver; padding: 3px } .window fieldset { margin-bottom: 9px } .title-bar { font-size: 11px; background: linear-gradient(90deg,navy,#1084d0); padding: 3px 2px 3px 3px; display: flex; justify-content: space-between; align-items: center } .title-bar-text { font-weight: 700; color: #fff; letter-spacing: 0; margin-right: 24px } .title-bar-controls { display: flex } .title-bar-controls button { padding: 0; display: block; min-width: 16px; min-height: 14px } .title-bar-controls button:focus { outline: none } .window-body { margin: 8px } .window-body pre { margin: -8px } .status-bar { margin: 0 1px; display: flex; gap: 1px } .status-bar-field { box-shadow: inset -1px -1px #dfdfdf, inset 1px 1px grey; flex-grow: 1; padding: 2px 3px; margin: 0 } ul.tree-view { font-family: "Pixelated MS Sans Serif", Arial; font-size: 11px; display: block; background: #fff; padding: 6px; margin: 0 } ul.tree-view li { list-style-type: none; margin-top: 3px } ul.tree-view a { text-decoration: none; color: #000 } ul.tree-view a:focus { background-color: navy; color: #fff } ul.tree-view ul { margin-top: 3px; margin-left: 16px; padding-left: 16px; border-left: 1px dotted grey } ul.tree-view ul > li { position: relative } ul.tree-view ul>li:before { content: ""; display: block; position: absolute; left: -16px; top: 6px; width: 12px; border-bottom: 1px dotted grey } ul.tree-view ul>li:last-child:after { content: ""; display: block; position: absolute; left: -20px; top: 7px; bottom: 0; width: 8px; background: #fff } ul.tree-view ul details>summary:before { margin-left: -22px; position: relative; z-index: 1 } ul.tree-view details { margin-top: 0 } ul.tree-view details>summary:before { text-align: center; display: block; float: left; content: "+"; border: 1px solid grey; width: 8px; height: 9px; line-height: 9px; margin-right: 5px; padding-left: 1px; background-color: #fff } ul.tree-view details[open] summary { margin-bottom: 0 } ul.tree-view details[open]>summary:before { content: "-" } fieldset { border: none; box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px grey, inset 2px 2px #dfdfdf; padding: 10px; padding-block-start: 8px; margin: 0 } legend { background: silver } .field-row { display: flex; align-items: center } .field-row > *+* { margin-left: 6px } [class^=field-row]+[class^=field-row] { margin-top: 6px } .field-row-stacked { display: flex; flex-direction: column } .field-row-stacked *+* { margin-top: 6px } menu[role=tablist] { position: relative; margin: 0 0 -2px; text-indent: 0; list-style-type: none; display: flex; padding-left: 3px } menu[role=tablist] button { z-index: 1; display: block; color: #222; text-decoration: none; min-width: unset } menu[role=tablist] button[aria-selected=true] { padding-bottom: 2px; margin-top: -2px; background-color: silver; position: relative; z-index: 8; margin-left: -3px; margin-bottom: 1px } menu[role=tablist] button:focus { outline: 1px dotted #222; outline-offset: -4px } menu[role=tablist].justified button { flex-grow: 1; text-align: center } [role=tabpanel] { padding: 14px; clear: both; background: silver; border: none; position: relative; z-index: 2; margin-bottom: 9px } body { font-family: Arial; font-size: 12px; color: #222 } @media(not(hover)) { button:not(:disabled):hover { box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey } } pre { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a } .window { font-family: "Pixelated MS Sans Serif", Arial; -webkit-font-smoothing: none } .title-bar-controls button[aria-label=Minimize] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: bottom 3px left 4px } .title-bar-controls button[aria-label=Maximize] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 2px left 3px } .title-bar-controls button[aria-label=Help] { background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 2px left 5px } .title-bar-controls button[aria-label=Close] { margin-left: 2px; background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: top 3px left 4px } input[type=checkbox]+label:before { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a; background: #fff } input[type=checkbox]:checked+label:after { background: url("data:image/svg+xml;charset=utf-8, %3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E"); top: 3px; left: -16px } input[type=email], input[type=password], input[type=text], select, textarea { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a } input, label, option, select, textarea { -webkit-font-smoothing: none } menu[role=tablist] button { top: 3px; background: silver; box-shadow: inset 1px 1px #fff, inset 2px 2px #dfdfdf, inset -1px 0 #000, inset -2px 0 #7f7f7f; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom: 2px solid transparent; padding: 3px 12px } menu[role=tablist] button:first-of-type:before { content: ""; display: block; position: absolute; z-index: -1; top: 100%; left: 0; height: 2px; width: 0; border-left: 1px solid #fff; border-right: 1px solid #dfdfdf } menu[role=tablist] button[aria-selected=true] { top: 2px; margin-right: -1px; margin-top: -4px } menu[role=tablist] button[aria-selected=true]:first-of-type { left: 0 } [role=tabpanel] { box-shadow: inset 1px 1px #fff, inset 2px 2px #dfdfdf, inset -1px -1px #0a0a0a, inset -2px -2px grey } button { font-family: "Pixelated MS Sans Serif", Arial } button, ul.tree-view { -webkit-font-smoothing: none } ul.tree-view { box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a }
0.353763
0.066995
.background-image { position: fixed; left: 0; right: 0; z-index: -1; width: 110vw; height: 110vh; display: block; background: url('https://res-2.cloudinary.com/simpleview/image/upload/c_fill,f_auto,h_1110,q_75,w_1920/v1/clients/vancouverbc/beaches_e5e4997c-1ad5-4463-b6a6-0b87279281dc.jpg')no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); } .home { display: flex; flex-direction: column-reverse; flex-wrap: wrap-reverse; justify-content:space-around; align-items: center; } .login-form { background-color: rgba(0, 0, 0, 0.6); border-radius: 3px; width: 40%; min-width: 300px; padding: 20px 20px; color: white; margin-top: 50px; text-shadow: 2px 2px #333333 } .login-btns { margin-top: 10px; display: flex; flex-direction: row; justify-content: space-between; } .login-form .btn { border: 1px solid #4e86c8; background-color: rgba(255, 255, 255, 0.9); color: #4e86c8; transition: all 0.5s ease-in-out; } .login-form .btn:hover { border: 1px solid white; margin-top: -2px; background-color: rgba(78, 134, 200, 0.7); color: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4); } .about { width: auto; margin-top: 40px; margin-left: auto; margin-right: auto; border-radius: 5px; } .about hr { margin-top: 50px; background-color: #ffffff; } .about-title { color: #ddd; text-align: center; line-height: 55px; margin-left: auto; margin-right: auto; color: white; font-size: 7em; font-family: california; text-shadow: 2px 2px #333333; } @font-face { font-family: "california"; src: url(./TheWoodlands-Regular.otf) format("truetype"); } .about-subber { display: flex; flex-direction: row; justify-content: space-between; font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: center; color: white; padding-top: 10px; line-height: 25px; margin-left: auto; margin-right: auto; text-shadow: 2px 2px #333333; } .about-subber div { margin: 0px 10px; } .content { margin-top: 50px; } .header { display: flex; flex-direction: row; justify-content: space-between; background-color: #6d99cf; color: white; position: fixed; height: 35px; width: 100vw; top: 0; left: 0; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); } .header-title { padding-left: 20px; color: white; font-family: "california"; font-size: 2.5em; line-height: 20px; text-shadow: 2px 2px #333333; } .logout { color: white; padding: 0px 20px; background-color: rgba(0, 0, 0, 0); border: 0px; } .nav-btn { display: block; margin: 0; color: #999; font-size: rem(14px); line-height: 24px; } .message-list { background-color: #ffffff; height: 60vh; width: 100%; overflow-y: scroll; } .message-board { color: rgba(239,86,79, 0.8); } .msg-send { display: flex; flex-direction: row; } .message-board textarea { width: 100%; resize: none; } .message { padding: 10px 0; width: 100%; display: flex; flex-direction: row; flex-wrap:wrap; margin: 10px 0; border-bottom: 1px solid #aaa; } .msg { display: flex; flex-direction: row; padding-left: 10px; } .msg-img { border-radius: 99999px; margin: 10px 0px 5px 0px; object-fit: cover; object-position: center; height: 50px; width: 50px; } .message-content { width: 100%; display: inline-block; padding: 0 20px; } .message-sender { font-size: 1.2em; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .message-body { color: #888; } .message-date { float: right; color: #888; } ::-webkit-scrollbar { width: 12px; } /* Track */ ::-webkit-scrollbar-track { -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 4px; border-radius: 4px; background: rgba(109,153,207, 0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(109,153,207,0.5); }
style/style.css
.background-image { position: fixed; left: 0; right: 0; z-index: -1; width: 110vw; height: 110vh; display: block; background: url('https://res-2.cloudinary.com/simpleview/image/upload/c_fill,f_auto,h_1110,q_75,w_1920/v1/clients/vancouverbc/beaches_e5e4997c-1ad5-4463-b6a6-0b87279281dc.jpg')no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px); } .home { display: flex; flex-direction: column-reverse; flex-wrap: wrap-reverse; justify-content:space-around; align-items: center; } .login-form { background-color: rgba(0, 0, 0, 0.6); border-radius: 3px; width: 40%; min-width: 300px; padding: 20px 20px; color: white; margin-top: 50px; text-shadow: 2px 2px #333333 } .login-btns { margin-top: 10px; display: flex; flex-direction: row; justify-content: space-between; } .login-form .btn { border: 1px solid #4e86c8; background-color: rgba(255, 255, 255, 0.9); color: #4e86c8; transition: all 0.5s ease-in-out; } .login-form .btn:hover { border: 1px solid white; margin-top: -2px; background-color: rgba(78, 134, 200, 0.7); color: white; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4); } .about { width: auto; margin-top: 40px; margin-left: auto; margin-right: auto; border-radius: 5px; } .about hr { margin-top: 50px; background-color: #ffffff; } .about-title { color: #ddd; text-align: center; line-height: 55px; margin-left: auto; margin-right: auto; color: white; font-size: 7em; font-family: california; text-shadow: 2px 2px #333333; } @font-face { font-family: "california"; src: url(./TheWoodlands-Regular.otf) format("truetype"); } .about-subber { display: flex; flex-direction: row; justify-content: space-between; font-family: 'Montserrat', sans-serif; font-size: 18px; text-align: center; color: white; padding-top: 10px; line-height: 25px; margin-left: auto; margin-right: auto; text-shadow: 2px 2px #333333; } .about-subber div { margin: 0px 10px; } .content { margin-top: 50px; } .header { display: flex; flex-direction: row; justify-content: space-between; background-color: #6d99cf; color: white; position: fixed; height: 35px; width: 100vw; top: 0; left: 0; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); } .header-title { padding-left: 20px; color: white; font-family: "california"; font-size: 2.5em; line-height: 20px; text-shadow: 2px 2px #333333; } .logout { color: white; padding: 0px 20px; background-color: rgba(0, 0, 0, 0); border: 0px; } .nav-btn { display: block; margin: 0; color: #999; font-size: rem(14px); line-height: 24px; } .message-list { background-color: #ffffff; height: 60vh; width: 100%; overflow-y: scroll; } .message-board { color: rgba(239,86,79, 0.8); } .msg-send { display: flex; flex-direction: row; } .message-board textarea { width: 100%; resize: none; } .message { padding: 10px 0; width: 100%; display: flex; flex-direction: row; flex-wrap:wrap; margin: 10px 0; border-bottom: 1px solid #aaa; } .msg { display: flex; flex-direction: row; padding-left: 10px; } .msg-img { border-radius: 99999px; margin: 10px 0px 5px 0px; object-fit: cover; object-position: center; height: 50px; width: 50px; } .message-content { width: 100%; display: inline-block; padding: 0 20px; } .message-sender { font-size: 1.2em; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .message-body { color: #888; } .message-date { float: right; color: #888; } ::-webkit-scrollbar { width: 12px; } /* Track */ ::-webkit-scrollbar-track { -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 4px; border-radius: 4px; background: rgba(109,153,207, 0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(109,153,207,0.5); }
0.47098
0.128799
* { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 16px; } html, body { height: 100%; } body { font: 100%/1.5 AvenirNext-Regular, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; box-sizing: border-box; min-height: 100%; background-color: inherit; } .page-wrap { position: relative; overflow: auto; background: inherit; min-height: 100%; min-height: 100vh; } main { min-height: calc(100vh - 356px); padding-bottom: 120px; } .container { max-width: 60em; margin: 0 auto; padding: 0 2em; } .palette { padding: 0 2em; transition: padding .5s ease-out; } .palette:hover { padding: 0 2em 4em; } header { margin-bottom: 2em; overflow: auto; height: 96px; text-align: center; } h1 { font-size: 3em; padding-top: .25em; } h1, h2, h3 { font-family: AvenirNextCondensed-Medium, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; font-weight: normal; } .wf-active h1, .wf-active h2, .wf-active .testing h3 { font-family: "Ubuntu Condensed", AvenirNextCondensed-Medium, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; } h2 { font-size: 2em; color: #374449; margin-bottom: 1em; } a { color: #264cc0; transition: all .3s; } p > a { text-decoration: none; box-shadow: 0 5px 0 #abb5d3; padding: 0 .125em; } p > a:hover { color: #1e42ae; box-shadow: 0 5px 0 #ced3e4; background-color: #ced3e4; } .title { display: inline-block; vertical-align: middle; padding: .125em 1em; background-color: rgba(255, 255, 255, 0.75); } [id="output"] { text-align: center; padding: 2em 1.5em 2.5em 1.5em; position: fixed; top: 0; left: 0; min-width: 180px; } footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 1em 0; text-align: center; height: 60px; } [id="output"], footer a { color: #fff; letter-spacing: 1px; word-spacing: -1px; } svg, rect { display: inline-block; vertical-align: top; } rect:hover { cursor: pointer; } .github-corner svg { transition: all .3s; } .github-corner:hover svg[style] { fill: #232c2f !important; } code, pre { font-family: monospace, monospace; font-size: 1em; } section { margin: 3rem auto; overflow: hidden; text-align: center; } .cv-cyan-02-bg { background-color: #eef0f1; } .cv-cobalt-12-fg { color: #2873bd; } .cv-monochrome-cyan-10-bg { background-color: #7c949c; } .cv-monochrome-cyan-18-bg { background-color: #232c2f; } .cv-monochrome-cyan-01-fg { color: #f3f6f6; } .test { background-color: #2d56d2; margin-top: 2em; margin-bottom: 2em; padding: 1em; } .test p { color: #d7d1a7; max-width: 70ch; } .hljs, .code { background-color: #f5f7ff; } .hljs, .code, p > code { font-family: Consolas, Menlo, Monaco, "Courier New", monospace; } p > code { font-size: .875em; color: #374449; background-color: #e2e7e9; display: inline-block; padding: 3px 8px; border-radius: 5px; } .code { padding: 1.5em 3em; margin-top: 2em; margin-bottom: 2em; } .testing p { font-size: 1.25em; } .testing h3 { font-size: 2.25em; color: #c34b22; margin-top: 2em; font-weight: normal; } .hljs-comment, .hljs-quote { color: #6b7394; } .hljs-variable, .hljs-template-variable, .hljs-attribute, .hljs-tag, .hljs-name, .hljs-regexp, .hljs-link, .hljs-name, .hljs-selector-id, .hljs-selector-class { color: #c94922; } .hljs-number, .hljs-meta, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params { color: #c76b29; } .hljs-string, .hljs-symbol, .hljs-bullet { color: #ac9739; } .hljs-title, .hljs-section { color: #3d8fd1; } .hljs-keyword, .hljs-selector-tag { color: #6679cc; } .hljs { display: block; overflow-x: auto; color: #5e6687; padding: 0.5em; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } /*# sourceMappingURL=style.css.map */
docs/assets/css/style.css
* { margin: 0; padding: 0; box-sizing: inherit; } html { font-size: 16px; } html, body { height: 100%; } body { font: 100%/1.5 AvenirNext-Regular, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; box-sizing: border-box; min-height: 100%; background-color: inherit; } .page-wrap { position: relative; overflow: auto; background: inherit; min-height: 100%; min-height: 100vh; } main { min-height: calc(100vh - 356px); padding-bottom: 120px; } .container { max-width: 60em; margin: 0 auto; padding: 0 2em; } .palette { padding: 0 2em; transition: padding .5s ease-out; } .palette:hover { padding: 0 2em 4em; } header { margin-bottom: 2em; overflow: auto; height: 96px; text-align: center; } h1 { font-size: 3em; padding-top: .25em; } h1, h2, h3 { font-family: AvenirNextCondensed-Medium, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; font-weight: normal; } .wf-active h1, .wf-active h2, .wf-active .testing h3 { font-family: "Ubuntu Condensed", AvenirNextCondensed-Medium, -apple-system, BlinkMacSystemFont, "Lucida Grande", "Segoe Ui", "Corbel", Verdana, sans-serif; } h2 { font-size: 2em; color: #374449; margin-bottom: 1em; } a { color: #264cc0; transition: all .3s; } p > a { text-decoration: none; box-shadow: 0 5px 0 #abb5d3; padding: 0 .125em; } p > a:hover { color: #1e42ae; box-shadow: 0 5px 0 #ced3e4; background-color: #ced3e4; } .title { display: inline-block; vertical-align: middle; padding: .125em 1em; background-color: rgba(255, 255, 255, 0.75); } [id="output"] { text-align: center; padding: 2em 1.5em 2.5em 1.5em; position: fixed; top: 0; left: 0; min-width: 180px; } footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 1em 0; text-align: center; height: 60px; } [id="output"], footer a { color: #fff; letter-spacing: 1px; word-spacing: -1px; } svg, rect { display: inline-block; vertical-align: top; } rect:hover { cursor: pointer; } .github-corner svg { transition: all .3s; } .github-corner:hover svg[style] { fill: #232c2f !important; } code, pre { font-family: monospace, monospace; font-size: 1em; } section { margin: 3rem auto; overflow: hidden; text-align: center; } .cv-cyan-02-bg { background-color: #eef0f1; } .cv-cobalt-12-fg { color: #2873bd; } .cv-monochrome-cyan-10-bg { background-color: #7c949c; } .cv-monochrome-cyan-18-bg { background-color: #232c2f; } .cv-monochrome-cyan-01-fg { color: #f3f6f6; } .test { background-color: #2d56d2; margin-top: 2em; margin-bottom: 2em; padding: 1em; } .test p { color: #d7d1a7; max-width: 70ch; } .hljs, .code { background-color: #f5f7ff; } .hljs, .code, p > code { font-family: Consolas, Menlo, Monaco, "Courier New", monospace; } p > code { font-size: .875em; color: #374449; background-color: #e2e7e9; display: inline-block; padding: 3px 8px; border-radius: 5px; } .code { padding: 1.5em 3em; margin-top: 2em; margin-bottom: 2em; } .testing p { font-size: 1.25em; } .testing h3 { font-size: 2.25em; color: #c34b22; margin-top: 2em; font-weight: normal; } .hljs-comment, .hljs-quote { color: #6b7394; } .hljs-variable, .hljs-template-variable, .hljs-attribute, .hljs-tag, .hljs-name, .hljs-regexp, .hljs-link, .hljs-name, .hljs-selector-id, .hljs-selector-class { color: #c94922; } .hljs-number, .hljs-meta, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params { color: #c76b29; } .hljs-string, .hljs-symbol, .hljs-bullet { color: #ac9739; } .hljs-title, .hljs-section { color: #3d8fd1; } .hljs-keyword, .hljs-selector-tag { color: #6679cc; } .hljs { display: block; overflow-x: auto; color: #5e6687; padding: 0.5em; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } /*# sourceMappingURL=style.css.map */
0.463201
0.097176
body { background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/back.png'); background-position: center; background-size: cover; } .formSection { display: flex; justify-content: center; align-items: center; height: 100vh; } form { height: 25em; width: 50em; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border: 2px solid #1A321E; background-color:#F3F3F3; } button { height: 3em; width: 30em; margin-bottom: 3em; } input[type="text"] { font-size:20px; max-width: 80%; height: 2em; width: 100%; } input[type="password"] { font-size:20px; max-width: 80%; height: 2em; width: 100%; } h2 { font-family: "Nanum Gothic"; color: #333333; font-size: 3em; } article { display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 20em; width: 40em; } #submitBtn { border-radius: 0.3em; box-shadow: inset 0px 0px 30px 45px #217d3b , 0px 0px 0px 0px darkgreen; color: #FFFFE7; transition: 0.5s, color 0.1s 0.25s; } #submitBtn:hover { box-shadow: inset 0px 0px 0px 0px green, 0px 0px 20px 10px green; color: #217d3b; } #signUpBtn { border-radius: 0.3em; box-shadow: inset 0px 0px 30px 45px #217d3b , 0px 0px 0px 0px darkgreen; color: #FFFFE7; transition: 0.5s, color 0.1s 0.25s; } #signUpBtn:hover { box-shadow: inset 0px 0px 0px 0px green, 0px 0px 20px 10px green; color: #217d3b; } p { font-family: "Nanum Gothic" } a { text-decoration: none; color: black; font-weight: bold; border-bottom: 1px solid black; } @media screen and (max-width: 530px) { input[type="text"] { font-size:20px; max-width: 60%; height: 2em; width: 100%; } input[type="password"] { font-size:20px; max-width: 60%; height: 2em; width: 100%; } }
back/public/styles/signInLogIn.css
body { background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/img/back.png'); background-position: center; background-size: cover; } .formSection { display: flex; justify-content: center; align-items: center; height: 100vh; } form { height: 25em; width: 50em; display: flex; flex-direction: column; justify-content: space-between; align-items: center; border: 2px solid #1A321E; background-color:#F3F3F3; } button { height: 3em; width: 30em; margin-bottom: 3em; } input[type="text"] { font-size:20px; max-width: 80%; height: 2em; width: 100%; } input[type="password"] { font-size:20px; max-width: 80%; height: 2em; width: 100%; } h2 { font-family: "Nanum Gothic"; color: #333333; font-size: 3em; } article { display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 20em; width: 40em; } #submitBtn { border-radius: 0.3em; box-shadow: inset 0px 0px 30px 45px #217d3b , 0px 0px 0px 0px darkgreen; color: #FFFFE7; transition: 0.5s, color 0.1s 0.25s; } #submitBtn:hover { box-shadow: inset 0px 0px 0px 0px green, 0px 0px 20px 10px green; color: #217d3b; } #signUpBtn { border-radius: 0.3em; box-shadow: inset 0px 0px 30px 45px #217d3b , 0px 0px 0px 0px darkgreen; color: #FFFFE7; transition: 0.5s, color 0.1s 0.25s; } #signUpBtn:hover { box-shadow: inset 0px 0px 0px 0px green, 0px 0px 20px 10px green; color: #217d3b; } p { font-family: "Nanum Gothic" } a { text-decoration: none; color: black; font-weight: bold; border-bottom: 1px solid black; } @media screen and (max-width: 530px) { input[type="text"] { font-size:20px; max-width: 60%; height: 2em; width: 100%; } input[type="password"] { font-size:20px; max-width: 60%; height: 2em; width: 100%; } }
0.456652
0.156556
html { background-color: rgb(33, 37, 41); } body { padding-top: 89px; } #sdc-logo-div { display: none; } @media (min-width: 992px) { body { padding-top: 91px; } #sdc-logo-div { display: block; } } .score-card { border-radius: 10px; background-color: gray; color: white; } .carousel-item { height: 65vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .portfolio-item { margin-bottom: 30px; } /* Curtain container */ #match-details-curtain { display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(243, 239, 245, 0.7); z-index: 500; opacity: 1; } /* Match details container */ #match-details-container { color: #F3EFF5; background-color: #454955; padding: 3em 2em; border-radius: 6px; -webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); opacity: 1; } #title { display: block; position: relative; width: 100%; font-size: 1.4em; text-align: center; margin-bottom: 1.5em; } #title::before, #title::after { content: ''; display: block; width: 45%; border-bottom: 2px solid #99C24D; margin: 0 auto; margin-top: 0.2em; } #title::before { margin-bottom: 0.2em; width: 60%; } #teams-container { display: flex; flex-direction: row; width: 100%; } .flexbox-items { display: flex; flex-direction: column; align-items: center; width: 33.33333%; } .logo { display: block; width: 70px; height: 70px; background-repeat: no-repeat; background-size: cover; } .name { font-size: 1.2em; } #date-of-match { width: 100%; text-align: center; } #time-of-match { width: 100%; text-align: center; font-size: 1em; margin-bottom: 0.2em; margin-top: -0.6em; } #vs { width: 100%; position: relative; margin-left: 5px; } #vs-line { width: 80%; float: left; margin-top: 6px; border: 0; border-bottom: 2px dashed #ccc; } .circle { display: block; float: left; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #F3EFF5; transform:rotate(360deg); /* for smoother circle */ -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } #score-container { display: block; width: 30%; height: 60px; margin: 0 auto; } .score { position: relative; width: calc(50% - 3px); height: 60px; float: left; text-align: center; line-height: 60px; border: 2px solid #F3EFF5; border-right: 1px solid #F3EFF5; background-color: #454955; font-size: 2em; font-family: 'Roboto', sans-serif; } .away-team.score { float: right; border-right: 2px solid #F3EFF5; border-left: 1px solid #F3EFF5; } .winner { color: #02111B; background-color: #99C24D; } #bottom-devider { margin-top: 2em; width: 80%; border: none; border-bottom: 1px solid #99C24D; } #close-details { display: block; position: absolute; width: 30px; height: 30px; top: 15px; right: 15px; cursor: pointer; } #close-details::before, #close-details::after { content:''; display: block; margin-top: 15px; width: 100%; border-bottom: 2px solid #F3EFF5; transform: rotate(45deg); } #close-details::after { margin-top: -2px; transform: rotate(-45deg); } .invisible { background-color: transparent; border-style:none; }
css/modern-business.css
html { background-color: rgb(33, 37, 41); } body { padding-top: 89px; } #sdc-logo-div { display: none; } @media (min-width: 992px) { body { padding-top: 91px; } #sdc-logo-div { display: block; } } .score-card { border-radius: 10px; background-color: gray; color: white; } .carousel-item { height: 65vh; min-height: 300px; background: no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .portfolio-item { margin-bottom: 30px; } /* Curtain container */ #match-details-curtain { display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(243, 239, 245, 0.7); z-index: 500; opacity: 1; } /* Match details container */ #match-details-container { color: #F3EFF5; background-color: #454955; padding: 3em 2em; border-radius: 6px; -webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.75); opacity: 1; } #title { display: block; position: relative; width: 100%; font-size: 1.4em; text-align: center; margin-bottom: 1.5em; } #title::before, #title::after { content: ''; display: block; width: 45%; border-bottom: 2px solid #99C24D; margin: 0 auto; margin-top: 0.2em; } #title::before { margin-bottom: 0.2em; width: 60%; } #teams-container { display: flex; flex-direction: row; width: 100%; } .flexbox-items { display: flex; flex-direction: column; align-items: center; width: 33.33333%; } .logo { display: block; width: 70px; height: 70px; background-repeat: no-repeat; background-size: cover; } .name { font-size: 1.2em; } #date-of-match { width: 100%; text-align: center; } #time-of-match { width: 100%; text-align: center; font-size: 1em; margin-bottom: 0.2em; margin-top: -0.6em; } #vs { width: 100%; position: relative; margin-left: 5px; } #vs-line { width: 80%; float: left; margin-top: 6px; border: 0; border-bottom: 2px dashed #ccc; } .circle { display: block; float: left; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #F3EFF5; transform:rotate(360deg); /* for smoother circle */ -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } #score-container { display: block; width: 30%; height: 60px; margin: 0 auto; } .score { position: relative; width: calc(50% - 3px); height: 60px; float: left; text-align: center; line-height: 60px; border: 2px solid #F3EFF5; border-right: 1px solid #F3EFF5; background-color: #454955; font-size: 2em; font-family: 'Roboto', sans-serif; } .away-team.score { float: right; border-right: 2px solid #F3EFF5; border-left: 1px solid #F3EFF5; } .winner { color: #02111B; background-color: #99C24D; } #bottom-devider { margin-top: 2em; width: 80%; border: none; border-bottom: 1px solid #99C24D; } #close-details { display: block; position: absolute; width: 30px; height: 30px; top: 15px; right: 15px; cursor: pointer; } #close-details::before, #close-details::after { content:''; display: block; margin-top: 15px; width: 100%; border-bottom: 2px solid #F3EFF5; transform: rotate(45deg); } #close-details::after { margin-top: -2px; transform: rotate(-45deg); } .invisible { background-color: transparent; border-style:none; }
0.362856
0.088387
@charset "utf-8"; body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} img{border:none; display: block;} em{ font-style:normal;} body {color: #656565; font:12px/1.5 微软雅黑,Arial,sans-serif; } ul,ol,li,form, dl {list-style: none;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} p{margin:0px; padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} a{text-decoration: none;color:#656565;} .light{background:#f6f6ee; } #allmap{width:100%;height:290px;} #allmapr{width:100%;height:300px;} #allmapt{width:100%;height:350px; margin-bottom:30px;} /*--首页头部--*/ #head{height:43px;} .head{ padding:0 3%; z-index: 9; position:fixed; left:0px; top:0px; overflow:hidden;width:100%; background:#FFF;} .head .logo{ display:block; background:url(../images/logo.png) no-repeat center; background-size:100%; width:30%; height:43px;float:left;} .nav{ width:43px; height:43px; background:url(../images/nav.png) no-repeat center right; background-size:54%; float:right; } .pief_xla{ position:fixed; left:0px; top:0px; width:50%; display:none; height:100%; background:rgba(0,0,0,0.9) no-repeat; z-index:9999999;} .pief_xla li{ line-height:50px;font-size:14px; text-indent:4mm; border-bottom:solid 1px #707070;} .pief_xla li a{color:#FFF; display:block; height:50px; width:100%;} .pief_xla li .inactive{ background:url(../images/off.png) no-repeat 86% center; background-size:10px;} .pief_xla li .inactives{background:url(../images/on.png) no-repeat 86% center;background-size:10px;} .pief_xla p{ color:#FFF; padding-left:8%; position:absolute; bottom:15px; line-height:22px;} .pief_xla li .pief_two{ border-top:solid 1px #707070; display:none;} .pief_xla li .pief_two li{ border-bottom:none; height:30px;} .pief_xla li .pief_two li a{height:30px; line-height:30px; font-size:12px;} /*--搜索--*/ .search{ padding:0 3%; overflow:hidden; height:40px; background:#f6f6ee; width:100%; position:relative;} .search input{ height:30px; border:solid 1px #e5e5e5; width:100%; border-radius:3px; margin-top:5px; outline:none; padding-left:6px; color:#cccccc;} .search input::-webkit-input-placeholder{ color:#cccccc !important; } .search input:-moz-placeholder{ color:#cccccc !important; } .search input::-moz-placeholder { color:#cccccc !important; } .search input:-ms-input-placeholder { color:#cccccc !important; } .search button{ position:absolute; height:30px; right:3%; top:5px; outline:none; width:36px; background:url(../images/sou.png) no-repeat center; background-size:50%; border:none;} /*--banner--*/ .partner{ width:100%; height:251px; min-width:251px; overflow:hidden; background:#FFF; position:relative;} .partner_nei{ width:100%;position: relative;overflow:hidden; height:251px; min-width:251px;} .partner_nei ul li{ float:left; position:relative; overflow:hidden; } .partner_nei ul li dt{ position:absolute; left:0px; bottom:0px; display:block; text-indent:3mm; color:#FFF; z-index:8; width:100%;; height:30px; background:rgba(0,0,0,0.8); line-height:30px;} .partner_nei dt span{ width:40%; font-weight:500; overflow:hidden; height:30px; display:block; float:left;white-space: nowrap;text-overflow:ellipsis;} .live_partner{ position:absolute; text-align:center; bottom:8px; left:50%; margin-left:-6%; overflow:hidden;} .live_partner span{ overflow:hidden; border-radius:50%; background:#bfbfbf; display:block; width:10px; height:10px; float:left; margin-right:5px;} .live_partner .swiper-active-switch{ background:#b09d6a;} /*--滚动--*/ .scroll{ height:32px; overflow:hidden; width:100%; background:url(../images/gua.png) no-repeat 3% center #e4e4d6; background-size:21px 19px;} .scroll ul{ height:32px; overflow:hidden; line-height:32px; padding-left:12%;} /*--菜单导航--*/ .nav_tow{ background:#f6f6ee; padding:0 4% 2% 4%; overflow:hidden;} .nav_tow ul li{ width:33.3%; margin-top:2%; float:left; height:84px; line-height:148px; text-align:center;} .nav_tow ul li a{ display:block; width:100%; height:84px; color:#47260e;} .nav_tow ul li:nth-of-type(1) a{ background:url(../images/nav2.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(2) a{ background:url(../images/nav3.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(3) a{ background:url(../images/nav4.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(4) a{ background:url(../images/nav5.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(5) a{ background:url(../images/nav6.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(6) a{ background:url(../images/nav7.png) no-repeat center top; background-size:65px;} /*--首页活动报名--*/ .activity{ background:#f6f6ee; overflow:hidden; } .activity h4{ height:35px; background:#e4e4d6;font-size:14px; width:100%; line-height:35px; font-weight:500; padding:0 3% 0 3%;} .activity h4 a{ float:right; color:#47260e;} .activity_nei{ padding:2% 3%; width:100%; overflow:hidden;} .activity_nei img{ height:130px;object-fit: cover;} .activity_bao{ height:40px; overflow:hidden; width:100%; padding-top:7px; line-height:25px; font-size:14px;} .activity_bao span{ display:block; width:70%; height:25px; float:left; overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .activity_bao a{ height:25px; display:block; width:65px; text-align:center; float:right;font-size:12px; border-radius:5px; background:#ffa134; line-height:25px; color:#FFF;} .activity_nei p{ color:#7e6f61; font-size:12px; line-height:20px;} /*--文创产品购买--*/ .buy{background:#f6f6ee; overflow:hidden; } .buy h4{ height:35px; background:#e4e4d6;font-size:14px; width:100%; line-height:35px; font-weight:500; padding:0 3% 0 3%;} .buy h4 a{ float:right; color:#47260e;} .buy ul{ padding:2% 3%; overflow:hidden; width:100%;} .buy ul li{ float:left; border:solid 1px #eeeeee; width:49%; background:#FFF;margin-bottom: 10px;} .buy ul li:nth-of-type(odd){ margin-right:2%;} .buy ul li img{ width:100%; height:170px; object-fit: cover;} .buy_nei{ border-top:solid 1px #f3f3f3; padding:4%;} .buy_nei h5{ width:90%;overflow:hidden;white-space: nowrap; font-weight:500; color:#6a4623;text-overflow:ellipsis;} .buy_nei b{ color:#a37700; font-weight:500;} .buy p{ text-align:center; width:100%; color:#e4e4e4; height:26px;} /*--底部导航--*/ #bottom{height:50px;} .bottom{ position:fixed; bottom:0px; z-index:8; left:0px; border-top:solid 1px #eeeeee; width:100%; background:#FFF; } .bottom ul li{ float:left; width:25%; text-align:center; color:#aaaaaa; line-height:78px; height:50px;} .bottom ul li:nth-of-type(1){background:url(../images/bnav11.png) no-repeat center 5px; background-size:18px;} .bottom ul li:nth-of-type(2){background:url(../images/bnav2.png) no-repeat center 5px; background-size:20px;} .bottom ul li:nth-of-type(3){background:url(../images/bnav3.png) no-repeat center 5px; background-size:20px;} .bottom ul li:nth-of-type(4){background:url(../images/bnav4.png) no-repeat center 5px; background-size:24px;} .bottom ul .pick a{ color:#a37700;} .bottom ul .pick:nth-of-type(1){background:url(../images/bnav1.png) no-repeat center 5px; background-size:18px;} .bottom ul .pick:nth-of-type(2){background:url(../images/bnav2.png) no-repeat center 5px; background-size:20px;} .bottom ul .pick:nth-of-type(3){background:url(../images/bnav31.png) no-repeat center 5px; background-size:20px;} .bottom ul .pick:nth-of-type(4){background:url(../images/bnav41.png) no-repeat center 5px; background-size:24px;} /*--历史建筑页面--*/ .history{ overflow:hidden; width:100%; padding:0 3%;} .history ul{ width:102%; overflow:hidden;} .history ul li{ float:left; width:48%; margin-right:2%; margin-top:5px; position:relative; } .history ul li img{ width:100%; border-radius:3px; height:120px;object-fit: cover;} .history ul li .jewel{ width:34px; height:48px; position:absolute; right:7px; top:0px;} .history ul li span{ font-size:13px; color:#4d341c; height:32px; display:block; line-height:32px;} /*--推荐路线--*/ .route{ width:100%; padding:0 3%; overflow:hidden;} .route img{ border:solid 2px #fff; width:100%; height:140px;object-fit: cover;} .route span{ width:100%; overflow:hidden; height:35px; font-size:14px; color:#4d341c; line-height:35px;} /*--路线页--*/ .tube_not,.tube_notr{height:30px; width:100%;} .tube_not span,.tube_notr span{ background:url(../images/xia.png) no-repeat center; background-size:20px; display:block; height:30px;} .router{ height:33px; background:#f6f6ee; width:100%; color:#4d341c; padding-left:10px; line-height:33px;} .router span{ padding:2px 3px; background:#c4b690; border-radius:8px;} .route_lou{ width:100%; height:30px; background:#72726b; line-height:30px; color:#f1f1e4; font-size:13px; text-align:center;} .route_tile{ background:#f6f6ee;font-weight:500; font-size:14px; height:33px; width:100%; color:#47260e; line-height:33px; padding-left:10px;} .route_tile a{ color:#b09d6a;} .item{ padding:2px 10px; line-height:24px; overflow:hidden;} .item a{ font-size:15px; color:#7e6f61; background:url(../images/right.png) no-repeat right center; padding-right:13px; margin-right:5px; background-size:9px;} .item a:last-child{ background:none;} .tube_mei { font-weight:900; height:33px; width:100%;font-size:14px; background:#f6f6ee; color:#47260e; padding-left:10px; line-height:33px;} .tube_nei{ overflow:hidden; padding:2px 10px; width:100%;} .tube_nei h4{ font-size:15px; margin-bottom:10px; margin-top:5px; color:#7e6f61;} .tube_nei h4 span{ font-size:12px; color:#7e6f61;} .tube_nei p{ color:#7e6f61; line-height:20px; text-indent:3mm; margin-bottom:5px; font-size:14px;} .tube_nei h6{ margin-bottom:5px; font-size:14px;} /*--地区--*/ .address{ height:60px; background:#f6f6ee; padding:0 10px; overflow:hidden;} .ground{ border-bottom:dashed 1px #4d341c; margin-top:5px; height:28px; line-height:28px;} .ground b{ float:left; margin-right:5px; font-size:12px; color:#4d341c; font-weight:500;} .ground span{ float:left; font-size:16px; color:#4d341c; font-weight:800;margin-right:5px;} .ground dt{ color:#7e6f61; } .address p{ color:#7e6f61; font-size:12px; margin-top:5px;} .tube{ padding:5px 10px;overflow:hidden; color:#7e6f61;} .tube_rim{ height:26px; background:#e4e4d6; line-height:24px; padding:0 10px; width:100%;} .tube_rim span{ color:#47260e; font-weight:800;} .tube_rim a{ color:#b09d6a;} .tube p{ line-height:24px; font-size:14px; overflow:hidden; display:block; } .tube_xq{ overflow:hidden; padding:2px 10px; } .tube_xq a{ font-size:16px; color:#7e6f61; display:block; width:100%; margin-top:5px;} .tube_xq a span{ font-size:14px;} /*--任务证书--*/ .certificate{ overflow:hidden; padding:3%; width:100%;} .certificate ul li{ width:100%; overflow:hidden; padding:3%; margin-bottom:10px; background:#FFF;} .certificate ul li h5{ font-size:16px; color:#a37700; margin-bottom:5px;} .certificate ul li dt{ border:solid 1px #eeeeee; padding:3%; border-radius:3px;} .certificate ul li dt img{ margin:0 auto;} .certificate ul li h4{ font-size:15px; width:100%; margin:5px 0; color:#4d341c;} .certificate ul li p{ color:#7e6f61; line-height:20px;} /*--注册页面--*/ .login{ width:100%; overflow:hidden; padding:3%;} .login li{ width:100%; font-size:14px; overflow:hidden; position:relative;} .login li dt{ width:100%; display:block; overflow:hidden; line-height:25px;} .login li b{ color:#a37700;line-height:25px; margin-left:2px;} .login li .cause{ margin-top:15px; margin-bottom:5px;} .login li input{ height:35px; width:100%; outline:none; border:solid 1px #e5e5e5; border-radius:3px; text-indent:2mm; margin-top:5px; margin-bottom:5px;} .login li textarea{ resize:none; outline:none; padding:2.5%; border-radius:3px; height:70px; width:94.2%; border:solid 1px #e5e5e5; margin-bottom:30px;} .login li .pick{ float:left; line-height:22px; width:33.3%; font-size:12px; color:#454545; height:30px; margin-top:5px;} .login li .sex{ margin:10px 0; overflow:hidden; width:100%;} .login li .checkbox + label{ float:left; margin-right:10px;} .login li .enter{ position:absolute; width:80%; margin:0px; right:0px; bottom:0px;} #login dd{ margin:10px 0; color:#e90000;} /*--多选--*/ .checkbox{ display:none;} .checkbox + label {background-color: #eeeeee; cursor:pointer;border: 1px solid #dcdcdc; width:20px; height:20px; border-radius: 5px;display: inline-block;position: relative; margin-bottom:0px; font-weight:300;} .checkbox + label:active {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);} .checkbox:checked + label { width:20px; height:20px; border:solid 1px #ccc; cursor:pointer; border-radius: 3px; overflow:hidden;} .checkbox:checked + label:after {content: '\2714';position: absolute;top: 0px;left: 0px;color: #fff;width: 100%;text-align: center;font-size: 1.1em; line-height:20px; background:#a98223;} *[type='radio']{display: none;} *[type='radio'] + ins{ cursor:pointer; border: solid 1px #dcdcdc; border-radius:50%;width: 20px;height: 20px;display: block;float: left; position:relative;} .opt{ float:left; margin:0 10px;} *[type='radio'] + label{ cursor:pointer; border: solid 1px #dcdcdc; border-radius:50%;width: 20px;height: 20px;display: block;float: left; position:relative;} .opt{ float:left; margin:0 10px;} *[type='radio']:checked + label::after{content: ' ';width: 12px;height: 12px; position:absolute; background:#a98223; top:4px; left:4px; border-radius:50%;} *[type='radio']:checked + ins::after{content: ' ';width: 12px;height: 12px; position:absolute; background:#a98223; top:4px; left:4px; border-radius:50%;} .loginsub{ width:100%; height:40px; border:none; background:#ffa134; border-radius:5px; text-align:center; font-size:16px; color:#FFF; margin:20px 0;} /*--文化保护培训--*/ .train{ overflow:hidden; padding:0 0 0 3%; width:100%;} .train ul li{ margin-right:4%; width:46%; margin-top:10px; float:left; position:relative; overflow:hidden;} .train ul li span{ width:100%; font-size:13px; color:#4d341c; height:30px; line-height:30px; color:#4d341c;overflow:hidden;white-space: nowrap; display:block;text-overflow:ellipsis;} .train ul li img{ width:100%; border-radius:3px; overflow:hidden;} .train ul li b{ position:absolute; right:5px; top:5px; color:#FFF; border-radius:3px; font-weight:500; font-size:12px; padding:2px 5px; background:rgba(0,0,0,0.5);} .train_nei{ padding:2% 3% 3% 3%; overflow:hidden; width:100%;} .train_nei h5{ color:#4d341c; font-size:15px; margin-top:10px; margin-bottom:5px;} .train_text{ font-size:13px; color:#7e6f61; line-height:24px;} /*--巡查反馈--*/ .inspect{ overflow:hidden; padding:1% 3% 3% 3%; width:100%;} .inspect ul{ width:102%; overflow:hidden;} .inspect ul li{ overflow:hidden; width:48%; background:#FFF; margin-bottom:10px; float:left; margin-right:2%;} .inspect ul li img{ height:98px; object-fit: cover; width:100%; border-radius:3px;} .inspect ul li span{ display:block; width:60%; text-indent:1mm; float:left; height:35px; font-size:14px; color:#4d341c; line-height:35px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .inspect ul li b{ float:right; max-width:38%; margin-right:1%; height:35px; line-height:35px; font-size:12px; background:url(../images/place.png) no-repeat left center; text-indent:4mm; background-size:12px; color:#7e6f61; font-weight:400;} /*--巡查反馈内容--*/ .inspect_nei{ overflow:hidden; width:100%;} .inspect_nei h4{ height:35px; line-height:35px; width:100%; border-bottom:solid 1px #e5e5e5; font-size:16px; color:#4d341c; text-indent:2mm;} .inspect_list{ padding:5px 15px 5px 5px; border-bottom:solid 1px #e5e5e5; overflow:hidden;} .inspect_list dt{height:60px; width:22%; color:#7e6f61; font-size:13px; text-align:center; float:left; display:block;} .inspect_list dt em{ width:100%;overflow:hidden;white-space: nowrap;text-overflow:ellipsis; height:17px; display:block;} .inspect_list dt img{ width:38px; display:block; margin:0 auto;} .inspect_list p{ color:#888888; height:54px; overflow:hidden; display:block; width:78%; border-left:solid 1px #e5e5e5; padding-left:10px; float:right;} /*--活动报名--*/ .activityr{ overflow:hidden; padding:3%; width:100%;} .activityr img{ border-radius:3px;} .activityr_list{ margin-bottom:10px; overflow:hidden; position:relative;} .activityr img{ width:100%; height:130px;object-fit: cover;} .activityr_list span{ width:45px; height:23px; line-height:23px; background:rgba(0,0,0,0.5); display:block; right:5px; top:5px; position:absolute; text-align:center; color:#FFF; border-radius:3px;} .activityr_local{ height:36px; line-height:36px;padding:0 3px;} .activityr_local h4{ float:left; font-size:14px; color:#4d341c; margin-right:10px; max-width:56%; height:36px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .activityr_local em{ font-size:12px; color:#4d341c; background:url(../images/place.png) no-repeat left center; background-size:12px; text-indent:4mm; display:block; float:left;} .activityr_local b{ font-size:12px; color:#a57a09; float:right;} .activityr_local a{ display:block; float:right; height:25px; width:65px; text-align:center; font-size:12px; color:#fff; background:#ffa134; line-height:25px; border-radius:5px; margin-top:5px;} .activityr p{ color:#7e6f61; overflow:hidden; font-size:12px; line-height:22px; padding:0 3px;} .apply{ display:block; width:98%; height:40px; line-height:40px; border-radius:5px; font-size:16px; text-align:center; background:#ffa134; color:#FFF; margin:30px auto;} /*--活动报名表单--*/ .activity_submit{ padding:2% 3%; overflow:hidden; width:100%;} .activity_title{ background:#FFF; padding:10px; border-radius:3px; overflow:hidden;} .activity_title dt{ width:26%; margin-right:3%; height:75px; border-radius:3px; overflow:hidden; float:left; display:block;} .activity_title img{object-fit: cover; width:100%; height:75px;} .activity_title h4{ float:left; width:71%; font-size:14px; color:#4d341c;} .activity_title p{ width:71%; float:left; color:#7e6f61; line-height:20px; height:40px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .activity_inpu{ overflow:hidden; margin-top:20px; width:100%; height:35px;} .activity_inpu label{ width:14%; font-size:14px; color:#4d341c; float:left; height:35px; line-height:35px; display:block;} .activity_inpu input{ height:35px; border:solid 1px #e5e5e5; width:86%; outline:none; text-indent:2mm; border-radius:3px;} .activity_submit .define{ height:40px; width:100%; border-radius:5px; background:#ffa134; color:#FFF; font-size:16px; border:none; margin:30px 0;} /*--layer--*/ #layer{ position:fixed; z-index:9999999; display:none; top:0px; left:0px; height:100%; width:100%; background:rgba(0,0,0,0.7);} .layer{ background:#FFF; width:80%; position:absolute; overflow:hidden; left:50%; top:50%; margin-left:-40%; border-radius:3px; margin-top:-32%; height:180px;} .layer h4{ height:50px; background:#f8f4f1; width:100%; line-height:50px; font-size:18px; color:#7e6f61; font-weight:500; text-indent:4mm;} .layer h4 span{ display:block; float:right; height:50px; width:20%; background:url(../images/x.png) no-repeat center; background-size:18px;} .layer p{ font-size:16px; color:#7e6f61; text-align:center;} .layer_m{ line-height:100px;} .layer_tow{ text-align:center; margin:10px 0;} .layer a{ display:block; height:38px; background:#ffa134; margin:0 auto; border-radius:5px; font-size:16px; color:#FFF; text-align:center; line-height:38px; width:140px;} /*--我要捐款--*/ .donate{ overflow:hidden; width:100%; padding:3%;} .donate ul li{ background:#FFF; padding:5px; margin-bottom:10px;} .donate_tile{ height:42px; line-height:42px; font-size:14px; color:#4d341c; width:100%; overflow:hidden;} .donate ul li img{ height:134px; width:100%;object-fit: cover;} .donate_tile h4{ width:68%; float:left;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .donate_tile a{ display:block; width:65px; line-height:25px; background:#ffa134; color:#fff; text-align:center; font-size:12px; border-radius:5px; margin-top:8px; height:25px; float:right;} .donate p{ color:#7e6f61;} .donate_nei{ overflow:hidden; width:100%; padding:3%;} .donate_nei img{object-fit: cover; height:137px; width:100%;} .donate_text{ line-height:22px; color:#7e6f61; overflow:hidden;} .donate_biao{ font-size:14px; color:#4d341c; height:40px; line-height:40px; width:100%;} .donate_me{ display:block; height:40px; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px;} .donate_sum{ overflow:hidden; width:100%; margin:33px 0; line-height:32px;} .donate_sum label{ float:left; font-size:14px; color:#4d341c;} .donate_sum span{ float:left; width:22px; height:22px; background:#ffa134; margin-top:5px; margin-left:10px; text-align:center; line-height:21px; border-radius:50%; color:#FFF; font-size:16px; display:block;} .donate_sum .reduce{ line-height:20px;} .donate_sum input{ float:left; width:103px; height:32px; border:solid 1px #eeeeee;margin-left:10px; outline:none; text-align:center; border-radius:3px;} .donate_sub{ display:block; height:40px; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px;} /*--产品页面--*/ .product{ overflow:hidden; width:100%; padding:3%;} .product ul{ width:102%; overflow:hidden;} .product ul li{ width:48%; margin-right:2%; margin-bottom:10px; float:left; background:#FFF; padding-bottom:2%;} .product ul li h5{ border-top:solid 1px #f3f3f3; height:30px; line-height:30px; font-size:14px; color:#6a4623; font-weight:500; text-indent:1mm;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .product ul li b{ font-size:15px; color:#a37700; font-weight:500;} .product ul li img{ height:165px; object-fit: cover;} .count{ float:right; margin-right:2%;} .count i{ display:block; float:left; font-style:normal; font-size:15px; height:25px; line-height:25px; padding:0 5px;} .count span{ width:25px; height:25px; background:#ffa134; text-align:center; color:#FFF; line-height:24px; font-size:16px; border-radius:50%; display:block; float:left;} .count .count_ji{ line-height:23px; display:none;} /*--购物车--*/ #shop{ height:50px;} .shop{ position:fixed; height:50px; left:0px; z-index:8; border-top: solid 1px #eeeeee; width:100%; background: #FFF;bottom: 0px;} .total{ font-size:16px; height:50px; width:30%; padding-left:2%; padding-top:3px; color:#47260e; float:left;} .total p{ color:#775d49; font-size:12px;text-indent: 1mm;} .total p b{ font-weight:500;} .shop a{ float:right; width:20%; height:50px; line-height:50px; font-size:16px; color:#47260e;} .shop_na{ position:absolute; width:55px; height:55px; left:50%; top:50%; margin-top:-10%; z-index:9999; margin-left:-8%; background: url(../images/gou.png) no-repeat center #a98223; border-radius:50%; background-size:35px;} .shop_na b{ background:#ffa134; width:8px; height:8px; border-radius:50%; display:block; float:right; margin-right: 12px;margin-top: 11px;} .shop_list{ background:#f6f6ee; width:100%; position:absolute; bottom:50px; left:0px;} .shop_title{ background:#FFF; height:27px;} .shop_title span{ background:url(../images/mingou.png) no-repeat left center; width:10%; float:left; margin-left:10px; background-size:15px; display:block; line-height:30px; padding-left:20px; height:27px; font-size:12px; color:#b09d6a;} .shop_title img{ float:right; margin-top:10px; margin-right:10px;} .shop_list ul{ padding:3% 3% 0 3%; overflow:hidden; height:228px;} .shop_list li{ border-bottom:solid 1px #dadacd; padding-bottom:10px; margin-bottom:10px; overflow:hidden; width:100%;} .shop_list li:last-child{ border:none; margin-bottom:0px;} .shop_list dt{ height:55px; width:15%; border:solid 1px #eeeeee; float:left;} .shop_list .shop_nei{ float:left; margin-top:7px; margin-left:10px;} .shop_list .count{ margin-top:12px;} .shop_nei h4{ font-size:14px; font-weight:500; color:#6a4623;} .shop_nei p{ color:#a37700;} .shop_list dt img{object-fit: cover;width: 100%;height: 55px;} #shop_list{ display:none; background:rgba(0,0,0,0.3); width:100%; height:100%; bottom:50px; top:0px; z-index:7; position:fixed; left:0px;} .shop_list .count .count_ji{ display:block;} /*--产品内容--*/ .product_nei{ overflow:hidden; margin:10px 0; padding:0 2%;} .product_title{ overflow:hidden; width:61%; float:left;} .product_title h4{ color:#4d341c; font-weight:500;overflow:hidden;white-space: nowrap;text-overflow:ellipsis; margin-bottom:5px; width:100%; font-size:14px;} .product_title b{ color:#a37700; font-size:13px; font-weight:500;} .product_nei .count{ margin-top:10px;} .product_text{ font-size:12px; color:#7e6f61; padding:0 2%;line-height:24px;} /*--产品清单--*/ .product_sub{ padding:2%; overflow:hidden;} .product_clear{ background:#fff; border-radius:5px; padding:0 5px; overflow:hidden;} .product_clear h4{ font-size:16px; color:#6a4623; height:37px; line-height:37px; border-bottom:solid 1px #eeeeee; width:100%;} .product_clear ul li{ overflow:hidden; line-height:40px; color:#86603c; font-size:14px; width:100%; border-bottom:solid 1px #eee; height:40px;} .product_clear ul li h5{ float:left;font-size:14px; font-weight:500; width:60%; height:40px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .product_clear ul li b{ font-weight:500; color:#a37700;} .product_clear span{ float:right; color:#c7b4a2; font-size:13px;} .totalr{ height:50px; line-height:50px; font-size:18px; color:#a37700; text-align:right; width:100%;} .product_info{ overflow:hidden;} .product_ls{ overflow:hidden; margin-top:20px;} .product_info label{ width:15%; float:left; height:35px; line-height:35px; font-size:14px; color:#4d341c;} .product_info input{ width:85%; float:left; border-radius:5px; outline:none; text-indent:2mm; height:35px; border:solid 1px #e5e5e5;} .product_subm{ display:block; height:40px; border:none; outline:none; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px; width:100%;} /*--关于我们--*/ .about{ overflow:hidden; padding:2% 2% 0 2%; width:100%;} .about_title{ color:#4d341c; font-size:15px; height:45px; line-height:45px;} .about_nei{ color:#7e6f61; line-height:22px; overflow:hidden; width:100%; margin-bottom:10px;} .tube_link{ font-size:14px; color:#4d341c; line-height:24px; margin:20px 0 30px 0;} .user_roar{ background:url(../images/user_02.jpg) no-repeat; background-size:100%; height:130px; overflow:hidden;} .user_roar img{ border-radius:50%; border:solid 2px #FFF; padding:1px; margin-left:32px; margin-top:28px; float:left;} .user_roar dt{ color:#FFF; font-size:15px; float:left; margin-top:35px; margin-left:15px;} .doing{ overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px;} .doing img{ width:100%; height:130px;object-fit: cover;} .doing ul { border-top:solid 1px #eee;margin-bottom:5px; overflow:hidden; padding-top:5px;} .doing_gd{ height:38px; line-height:38px;color:#4d341c; font-size:15px; background:url(../images/xgd.png) no-repeat 99% center; background-size:20px;} .doing h4{ font-size:14px; color:#4d341c; height:36px; line-height:36px; font-weight:500;} .doing ul li{ overflow:hidden; margin-bottom:10px;} .doing p{ color:#7e6f61;} /*--我的订单--*/ .order{overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px;} .order ul {display:none; margin-bottom:5px; border-top:solid 1px #eee; overflow:hidden; padding-top:5px;} .order ul li{ overflow:hidden; margin-bottom:5px; border-bottom:solid 1px #eee; padding-bottom:5px;} .order ul li dt{ float:left;height: 77px;border: solid 1px #eeeeee;width: 21%;} .order ul li dt img{object-fit: cover; width:100%; height:75px;} .order .shop_nei{ float:left; width:65%; margin-left:4%; margin-top:10px;} .order .shop_nei h4{ font-size:14px; margin-bottom:5px;} .order span{ float:right; color:#c7b4a2; font-size:13px; margin-top:20px; margin-right:5px;} .donate_user{overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px; } .donate_user ul { display:none;border-top:solid 1px #eee;margin-bottom:5px; overflow:hidden; padding-top:5px;} .donate_user ul li{ height:35px; overflow:hidden; font-size:13px; color:#7e6f61; border-bottom:solid 1px #eee; line-height:35px;} .donate_user ul li b{ float:left; font-weight:500; width:25%;} .donate_user ul li h5{ float:left;font-weight:500; width:43%; text-align:center; height:35px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .donate_user ul li span{ float:right;} .donate_user ul li:last-child{ border-bottom:none;} /* 后端添加 */ .product_text img{ width: 100%; }
public/static/css/style.css
@charset "utf-8"; body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} img{border:none; display: block;} em{ font-style:normal;} body {color: #656565; font:12px/1.5 微软雅黑,Arial,sans-serif; } ul,ol,li,form, dl {list-style: none;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} p{margin:0px; padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box;} a{text-decoration: none;color:#656565;} .light{background:#f6f6ee; } #allmap{width:100%;height:290px;} #allmapr{width:100%;height:300px;} #allmapt{width:100%;height:350px; margin-bottom:30px;} /*--首页头部--*/ #head{height:43px;} .head{ padding:0 3%; z-index: 9; position:fixed; left:0px; top:0px; overflow:hidden;width:100%; background:#FFF;} .head .logo{ display:block; background:url(../images/logo.png) no-repeat center; background-size:100%; width:30%; height:43px;float:left;} .nav{ width:43px; height:43px; background:url(../images/nav.png) no-repeat center right; background-size:54%; float:right; } .pief_xla{ position:fixed; left:0px; top:0px; width:50%; display:none; height:100%; background:rgba(0,0,0,0.9) no-repeat; z-index:9999999;} .pief_xla li{ line-height:50px;font-size:14px; text-indent:4mm; border-bottom:solid 1px #707070;} .pief_xla li a{color:#FFF; display:block; height:50px; width:100%;} .pief_xla li .inactive{ background:url(../images/off.png) no-repeat 86% center; background-size:10px;} .pief_xla li .inactives{background:url(../images/on.png) no-repeat 86% center;background-size:10px;} .pief_xla p{ color:#FFF; padding-left:8%; position:absolute; bottom:15px; line-height:22px;} .pief_xla li .pief_two{ border-top:solid 1px #707070; display:none;} .pief_xla li .pief_two li{ border-bottom:none; height:30px;} .pief_xla li .pief_two li a{height:30px; line-height:30px; font-size:12px;} /*--搜索--*/ .search{ padding:0 3%; overflow:hidden; height:40px; background:#f6f6ee; width:100%; position:relative;} .search input{ height:30px; border:solid 1px #e5e5e5; width:100%; border-radius:3px; margin-top:5px; outline:none; padding-left:6px; color:#cccccc;} .search input::-webkit-input-placeholder{ color:#cccccc !important; } .search input:-moz-placeholder{ color:#cccccc !important; } .search input::-moz-placeholder { color:#cccccc !important; } .search input:-ms-input-placeholder { color:#cccccc !important; } .search button{ position:absolute; height:30px; right:3%; top:5px; outline:none; width:36px; background:url(../images/sou.png) no-repeat center; background-size:50%; border:none;} /*--banner--*/ .partner{ width:100%; height:251px; min-width:251px; overflow:hidden; background:#FFF; position:relative;} .partner_nei{ width:100%;position: relative;overflow:hidden; height:251px; min-width:251px;} .partner_nei ul li{ float:left; position:relative; overflow:hidden; } .partner_nei ul li dt{ position:absolute; left:0px; bottom:0px; display:block; text-indent:3mm; color:#FFF; z-index:8; width:100%;; height:30px; background:rgba(0,0,0,0.8); line-height:30px;} .partner_nei dt span{ width:40%; font-weight:500; overflow:hidden; height:30px; display:block; float:left;white-space: nowrap;text-overflow:ellipsis;} .live_partner{ position:absolute; text-align:center; bottom:8px; left:50%; margin-left:-6%; overflow:hidden;} .live_partner span{ overflow:hidden; border-radius:50%; background:#bfbfbf; display:block; width:10px; height:10px; float:left; margin-right:5px;} .live_partner .swiper-active-switch{ background:#b09d6a;} /*--滚动--*/ .scroll{ height:32px; overflow:hidden; width:100%; background:url(../images/gua.png) no-repeat 3% center #e4e4d6; background-size:21px 19px;} .scroll ul{ height:32px; overflow:hidden; line-height:32px; padding-left:12%;} /*--菜单导航--*/ .nav_tow{ background:#f6f6ee; padding:0 4% 2% 4%; overflow:hidden;} .nav_tow ul li{ width:33.3%; margin-top:2%; float:left; height:84px; line-height:148px; text-align:center;} .nav_tow ul li a{ display:block; width:100%; height:84px; color:#47260e;} .nav_tow ul li:nth-of-type(1) a{ background:url(../images/nav2.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(2) a{ background:url(../images/nav3.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(3) a{ background:url(../images/nav4.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(4) a{ background:url(../images/nav5.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(5) a{ background:url(../images/nav6.png) no-repeat center top; background-size:65px;} .nav_tow ul li:nth-of-type(6) a{ background:url(../images/nav7.png) no-repeat center top; background-size:65px;} /*--首页活动报名--*/ .activity{ background:#f6f6ee; overflow:hidden; } .activity h4{ height:35px; background:#e4e4d6;font-size:14px; width:100%; line-height:35px; font-weight:500; padding:0 3% 0 3%;} .activity h4 a{ float:right; color:#47260e;} .activity_nei{ padding:2% 3%; width:100%; overflow:hidden;} .activity_nei img{ height:130px;object-fit: cover;} .activity_bao{ height:40px; overflow:hidden; width:100%; padding-top:7px; line-height:25px; font-size:14px;} .activity_bao span{ display:block; width:70%; height:25px; float:left; overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .activity_bao a{ height:25px; display:block; width:65px; text-align:center; float:right;font-size:12px; border-radius:5px; background:#ffa134; line-height:25px; color:#FFF;} .activity_nei p{ color:#7e6f61; font-size:12px; line-height:20px;} /*--文创产品购买--*/ .buy{background:#f6f6ee; overflow:hidden; } .buy h4{ height:35px; background:#e4e4d6;font-size:14px; width:100%; line-height:35px; font-weight:500; padding:0 3% 0 3%;} .buy h4 a{ float:right; color:#47260e;} .buy ul{ padding:2% 3%; overflow:hidden; width:100%;} .buy ul li{ float:left; border:solid 1px #eeeeee; width:49%; background:#FFF;margin-bottom: 10px;} .buy ul li:nth-of-type(odd){ margin-right:2%;} .buy ul li img{ width:100%; height:170px; object-fit: cover;} .buy_nei{ border-top:solid 1px #f3f3f3; padding:4%;} .buy_nei h5{ width:90%;overflow:hidden;white-space: nowrap; font-weight:500; color:#6a4623;text-overflow:ellipsis;} .buy_nei b{ color:#a37700; font-weight:500;} .buy p{ text-align:center; width:100%; color:#e4e4e4; height:26px;} /*--底部导航--*/ #bottom{height:50px;} .bottom{ position:fixed; bottom:0px; z-index:8; left:0px; border-top:solid 1px #eeeeee; width:100%; background:#FFF; } .bottom ul li{ float:left; width:25%; text-align:center; color:#aaaaaa; line-height:78px; height:50px;} .bottom ul li:nth-of-type(1){background:url(../images/bnav11.png) no-repeat center 5px; background-size:18px;} .bottom ul li:nth-of-type(2){background:url(../images/bnav2.png) no-repeat center 5px; background-size:20px;} .bottom ul li:nth-of-type(3){background:url(../images/bnav3.png) no-repeat center 5px; background-size:20px;} .bottom ul li:nth-of-type(4){background:url(../images/bnav4.png) no-repeat center 5px; background-size:24px;} .bottom ul .pick a{ color:#a37700;} .bottom ul .pick:nth-of-type(1){background:url(../images/bnav1.png) no-repeat center 5px; background-size:18px;} .bottom ul .pick:nth-of-type(2){background:url(../images/bnav2.png) no-repeat center 5px; background-size:20px;} .bottom ul .pick:nth-of-type(3){background:url(../images/bnav31.png) no-repeat center 5px; background-size:20px;} .bottom ul .pick:nth-of-type(4){background:url(../images/bnav41.png) no-repeat center 5px; background-size:24px;} /*--历史建筑页面--*/ .history{ overflow:hidden; width:100%; padding:0 3%;} .history ul{ width:102%; overflow:hidden;} .history ul li{ float:left; width:48%; margin-right:2%; margin-top:5px; position:relative; } .history ul li img{ width:100%; border-radius:3px; height:120px;object-fit: cover;} .history ul li .jewel{ width:34px; height:48px; position:absolute; right:7px; top:0px;} .history ul li span{ font-size:13px; color:#4d341c; height:32px; display:block; line-height:32px;} /*--推荐路线--*/ .route{ width:100%; padding:0 3%; overflow:hidden;} .route img{ border:solid 2px #fff; width:100%; height:140px;object-fit: cover;} .route span{ width:100%; overflow:hidden; height:35px; font-size:14px; color:#4d341c; line-height:35px;} /*--路线页--*/ .tube_not,.tube_notr{height:30px; width:100%;} .tube_not span,.tube_notr span{ background:url(../images/xia.png) no-repeat center; background-size:20px; display:block; height:30px;} .router{ height:33px; background:#f6f6ee; width:100%; color:#4d341c; padding-left:10px; line-height:33px;} .router span{ padding:2px 3px; background:#c4b690; border-radius:8px;} .route_lou{ width:100%; height:30px; background:#72726b; line-height:30px; color:#f1f1e4; font-size:13px; text-align:center;} .route_tile{ background:#f6f6ee;font-weight:500; font-size:14px; height:33px; width:100%; color:#47260e; line-height:33px; padding-left:10px;} .route_tile a{ color:#b09d6a;} .item{ padding:2px 10px; line-height:24px; overflow:hidden;} .item a{ font-size:15px; color:#7e6f61; background:url(../images/right.png) no-repeat right center; padding-right:13px; margin-right:5px; background-size:9px;} .item a:last-child{ background:none;} .tube_mei { font-weight:900; height:33px; width:100%;font-size:14px; background:#f6f6ee; color:#47260e; padding-left:10px; line-height:33px;} .tube_nei{ overflow:hidden; padding:2px 10px; width:100%;} .tube_nei h4{ font-size:15px; margin-bottom:10px; margin-top:5px; color:#7e6f61;} .tube_nei h4 span{ font-size:12px; color:#7e6f61;} .tube_nei p{ color:#7e6f61; line-height:20px; text-indent:3mm; margin-bottom:5px; font-size:14px;} .tube_nei h6{ margin-bottom:5px; font-size:14px;} /*--地区--*/ .address{ height:60px; background:#f6f6ee; padding:0 10px; overflow:hidden;} .ground{ border-bottom:dashed 1px #4d341c; margin-top:5px; height:28px; line-height:28px;} .ground b{ float:left; margin-right:5px; font-size:12px; color:#4d341c; font-weight:500;} .ground span{ float:left; font-size:16px; color:#4d341c; font-weight:800;margin-right:5px;} .ground dt{ color:#7e6f61; } .address p{ color:#7e6f61; font-size:12px; margin-top:5px;} .tube{ padding:5px 10px;overflow:hidden; color:#7e6f61;} .tube_rim{ height:26px; background:#e4e4d6; line-height:24px; padding:0 10px; width:100%;} .tube_rim span{ color:#47260e; font-weight:800;} .tube_rim a{ color:#b09d6a;} .tube p{ line-height:24px; font-size:14px; overflow:hidden; display:block; } .tube_xq{ overflow:hidden; padding:2px 10px; } .tube_xq a{ font-size:16px; color:#7e6f61; display:block; width:100%; margin-top:5px;} .tube_xq a span{ font-size:14px;} /*--任务证书--*/ .certificate{ overflow:hidden; padding:3%; width:100%;} .certificate ul li{ width:100%; overflow:hidden; padding:3%; margin-bottom:10px; background:#FFF;} .certificate ul li h5{ font-size:16px; color:#a37700; margin-bottom:5px;} .certificate ul li dt{ border:solid 1px #eeeeee; padding:3%; border-radius:3px;} .certificate ul li dt img{ margin:0 auto;} .certificate ul li h4{ font-size:15px; width:100%; margin:5px 0; color:#4d341c;} .certificate ul li p{ color:#7e6f61; line-height:20px;} /*--注册页面--*/ .login{ width:100%; overflow:hidden; padding:3%;} .login li{ width:100%; font-size:14px; overflow:hidden; position:relative;} .login li dt{ width:100%; display:block; overflow:hidden; line-height:25px;} .login li b{ color:#a37700;line-height:25px; margin-left:2px;} .login li .cause{ margin-top:15px; margin-bottom:5px;} .login li input{ height:35px; width:100%; outline:none; border:solid 1px #e5e5e5; border-radius:3px; text-indent:2mm; margin-top:5px; margin-bottom:5px;} .login li textarea{ resize:none; outline:none; padding:2.5%; border-radius:3px; height:70px; width:94.2%; border:solid 1px #e5e5e5; margin-bottom:30px;} .login li .pick{ float:left; line-height:22px; width:33.3%; font-size:12px; color:#454545; height:30px; margin-top:5px;} .login li .sex{ margin:10px 0; overflow:hidden; width:100%;} .login li .checkbox + label{ float:left; margin-right:10px;} .login li .enter{ position:absolute; width:80%; margin:0px; right:0px; bottom:0px;} #login dd{ margin:10px 0; color:#e90000;} /*--多选--*/ .checkbox{ display:none;} .checkbox + label {background-color: #eeeeee; cursor:pointer;border: 1px solid #dcdcdc; width:20px; height:20px; border-radius: 5px;display: inline-block;position: relative; margin-bottom:0px; font-weight:300;} .checkbox + label:active {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);} .checkbox:checked + label { width:20px; height:20px; border:solid 1px #ccc; cursor:pointer; border-radius: 3px; overflow:hidden;} .checkbox:checked + label:after {content: '\2714';position: absolute;top: 0px;left: 0px;color: #fff;width: 100%;text-align: center;font-size: 1.1em; line-height:20px; background:#a98223;} *[type='radio']{display: none;} *[type='radio'] + ins{ cursor:pointer; border: solid 1px #dcdcdc; border-radius:50%;width: 20px;height: 20px;display: block;float: left; position:relative;} .opt{ float:left; margin:0 10px;} *[type='radio'] + label{ cursor:pointer; border: solid 1px #dcdcdc; border-radius:50%;width: 20px;height: 20px;display: block;float: left; position:relative;} .opt{ float:left; margin:0 10px;} *[type='radio']:checked + label::after{content: ' ';width: 12px;height: 12px; position:absolute; background:#a98223; top:4px; left:4px; border-radius:50%;} *[type='radio']:checked + ins::after{content: ' ';width: 12px;height: 12px; position:absolute; background:#a98223; top:4px; left:4px; border-radius:50%;} .loginsub{ width:100%; height:40px; border:none; background:#ffa134; border-radius:5px; text-align:center; font-size:16px; color:#FFF; margin:20px 0;} /*--文化保护培训--*/ .train{ overflow:hidden; padding:0 0 0 3%; width:100%;} .train ul li{ margin-right:4%; width:46%; margin-top:10px; float:left; position:relative; overflow:hidden;} .train ul li span{ width:100%; font-size:13px; color:#4d341c; height:30px; line-height:30px; color:#4d341c;overflow:hidden;white-space: nowrap; display:block;text-overflow:ellipsis;} .train ul li img{ width:100%; border-radius:3px; overflow:hidden;} .train ul li b{ position:absolute; right:5px; top:5px; color:#FFF; border-radius:3px; font-weight:500; font-size:12px; padding:2px 5px; background:rgba(0,0,0,0.5);} .train_nei{ padding:2% 3% 3% 3%; overflow:hidden; width:100%;} .train_nei h5{ color:#4d341c; font-size:15px; margin-top:10px; margin-bottom:5px;} .train_text{ font-size:13px; color:#7e6f61; line-height:24px;} /*--巡查反馈--*/ .inspect{ overflow:hidden; padding:1% 3% 3% 3%; width:100%;} .inspect ul{ width:102%; overflow:hidden;} .inspect ul li{ overflow:hidden; width:48%; background:#FFF; margin-bottom:10px; float:left; margin-right:2%;} .inspect ul li img{ height:98px; object-fit: cover; width:100%; border-radius:3px;} .inspect ul li span{ display:block; width:60%; text-indent:1mm; float:left; height:35px; font-size:14px; color:#4d341c; line-height:35px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .inspect ul li b{ float:right; max-width:38%; margin-right:1%; height:35px; line-height:35px; font-size:12px; background:url(../images/place.png) no-repeat left center; text-indent:4mm; background-size:12px; color:#7e6f61; font-weight:400;} /*--巡查反馈内容--*/ .inspect_nei{ overflow:hidden; width:100%;} .inspect_nei h4{ height:35px; line-height:35px; width:100%; border-bottom:solid 1px #e5e5e5; font-size:16px; color:#4d341c; text-indent:2mm;} .inspect_list{ padding:5px 15px 5px 5px; border-bottom:solid 1px #e5e5e5; overflow:hidden;} .inspect_list dt{height:60px; width:22%; color:#7e6f61; font-size:13px; text-align:center; float:left; display:block;} .inspect_list dt em{ width:100%;overflow:hidden;white-space: nowrap;text-overflow:ellipsis; height:17px; display:block;} .inspect_list dt img{ width:38px; display:block; margin:0 auto;} .inspect_list p{ color:#888888; height:54px; overflow:hidden; display:block; width:78%; border-left:solid 1px #e5e5e5; padding-left:10px; float:right;} /*--活动报名--*/ .activityr{ overflow:hidden; padding:3%; width:100%;} .activityr img{ border-radius:3px;} .activityr_list{ margin-bottom:10px; overflow:hidden; position:relative;} .activityr img{ width:100%; height:130px;object-fit: cover;} .activityr_list span{ width:45px; height:23px; line-height:23px; background:rgba(0,0,0,0.5); display:block; right:5px; top:5px; position:absolute; text-align:center; color:#FFF; border-radius:3px;} .activityr_local{ height:36px; line-height:36px;padding:0 3px;} .activityr_local h4{ float:left; font-size:14px; color:#4d341c; margin-right:10px; max-width:56%; height:36px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .activityr_local em{ font-size:12px; color:#4d341c; background:url(../images/place.png) no-repeat left center; background-size:12px; text-indent:4mm; display:block; float:left;} .activityr_local b{ font-size:12px; color:#a57a09; float:right;} .activityr_local a{ display:block; float:right; height:25px; width:65px; text-align:center; font-size:12px; color:#fff; background:#ffa134; line-height:25px; border-radius:5px; margin-top:5px;} .activityr p{ color:#7e6f61; overflow:hidden; font-size:12px; line-height:22px; padding:0 3px;} .apply{ display:block; width:98%; height:40px; line-height:40px; border-radius:5px; font-size:16px; text-align:center; background:#ffa134; color:#FFF; margin:30px auto;} /*--活动报名表单--*/ .activity_submit{ padding:2% 3%; overflow:hidden; width:100%;} .activity_title{ background:#FFF; padding:10px; border-radius:3px; overflow:hidden;} .activity_title dt{ width:26%; margin-right:3%; height:75px; border-radius:3px; overflow:hidden; float:left; display:block;} .activity_title img{object-fit: cover; width:100%; height:75px;} .activity_title h4{ float:left; width:71%; font-size:14px; color:#4d341c;} .activity_title p{ width:71%; float:left; color:#7e6f61; line-height:20px; height:40px; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} .activity_inpu{ overflow:hidden; margin-top:20px; width:100%; height:35px;} .activity_inpu label{ width:14%; font-size:14px; color:#4d341c; float:left; height:35px; line-height:35px; display:block;} .activity_inpu input{ height:35px; border:solid 1px #e5e5e5; width:86%; outline:none; text-indent:2mm; border-radius:3px;} .activity_submit .define{ height:40px; width:100%; border-radius:5px; background:#ffa134; color:#FFF; font-size:16px; border:none; margin:30px 0;} /*--layer--*/ #layer{ position:fixed; z-index:9999999; display:none; top:0px; left:0px; height:100%; width:100%; background:rgba(0,0,0,0.7);} .layer{ background:#FFF; width:80%; position:absolute; overflow:hidden; left:50%; top:50%; margin-left:-40%; border-radius:3px; margin-top:-32%; height:180px;} .layer h4{ height:50px; background:#f8f4f1; width:100%; line-height:50px; font-size:18px; color:#7e6f61; font-weight:500; text-indent:4mm;} .layer h4 span{ display:block; float:right; height:50px; width:20%; background:url(../images/x.png) no-repeat center; background-size:18px;} .layer p{ font-size:16px; color:#7e6f61; text-align:center;} .layer_m{ line-height:100px;} .layer_tow{ text-align:center; margin:10px 0;} .layer a{ display:block; height:38px; background:#ffa134; margin:0 auto; border-radius:5px; font-size:16px; color:#FFF; text-align:center; line-height:38px; width:140px;} /*--我要捐款--*/ .donate{ overflow:hidden; width:100%; padding:3%;} .donate ul li{ background:#FFF; padding:5px; margin-bottom:10px;} .donate_tile{ height:42px; line-height:42px; font-size:14px; color:#4d341c; width:100%; overflow:hidden;} .donate ul li img{ height:134px; width:100%;object-fit: cover;} .donate_tile h4{ width:68%; float:left;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .donate_tile a{ display:block; width:65px; line-height:25px; background:#ffa134; color:#fff; text-align:center; font-size:12px; border-radius:5px; margin-top:8px; height:25px; float:right;} .donate p{ color:#7e6f61;} .donate_nei{ overflow:hidden; width:100%; padding:3%;} .donate_nei img{object-fit: cover; height:137px; width:100%;} .donate_text{ line-height:22px; color:#7e6f61; overflow:hidden;} .donate_biao{ font-size:14px; color:#4d341c; height:40px; line-height:40px; width:100%;} .donate_me{ display:block; height:40px; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px;} .donate_sum{ overflow:hidden; width:100%; margin:33px 0; line-height:32px;} .donate_sum label{ float:left; font-size:14px; color:#4d341c;} .donate_sum span{ float:left; width:22px; height:22px; background:#ffa134; margin-top:5px; margin-left:10px; text-align:center; line-height:21px; border-radius:50%; color:#FFF; font-size:16px; display:block;} .donate_sum .reduce{ line-height:20px;} .donate_sum input{ float:left; width:103px; height:32px; border:solid 1px #eeeeee;margin-left:10px; outline:none; text-align:center; border-radius:3px;} .donate_sub{ display:block; height:40px; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px;} /*--产品页面--*/ .product{ overflow:hidden; width:100%; padding:3%;} .product ul{ width:102%; overflow:hidden;} .product ul li{ width:48%; margin-right:2%; margin-bottom:10px; float:left; background:#FFF; padding-bottom:2%;} .product ul li h5{ border-top:solid 1px #f3f3f3; height:30px; line-height:30px; font-size:14px; color:#6a4623; font-weight:500; text-indent:1mm;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .product ul li b{ font-size:15px; color:#a37700; font-weight:500;} .product ul li img{ height:165px; object-fit: cover;} .count{ float:right; margin-right:2%;} .count i{ display:block; float:left; font-style:normal; font-size:15px; height:25px; line-height:25px; padding:0 5px;} .count span{ width:25px; height:25px; background:#ffa134; text-align:center; color:#FFF; line-height:24px; font-size:16px; border-radius:50%; display:block; float:left;} .count .count_ji{ line-height:23px; display:none;} /*--购物车--*/ #shop{ height:50px;} .shop{ position:fixed; height:50px; left:0px; z-index:8; border-top: solid 1px #eeeeee; width:100%; background: #FFF;bottom: 0px;} .total{ font-size:16px; height:50px; width:30%; padding-left:2%; padding-top:3px; color:#47260e; float:left;} .total p{ color:#775d49; font-size:12px;text-indent: 1mm;} .total p b{ font-weight:500;} .shop a{ float:right; width:20%; height:50px; line-height:50px; font-size:16px; color:#47260e;} .shop_na{ position:absolute; width:55px; height:55px; left:50%; top:50%; margin-top:-10%; z-index:9999; margin-left:-8%; background: url(../images/gou.png) no-repeat center #a98223; border-radius:50%; background-size:35px;} .shop_na b{ background:#ffa134; width:8px; height:8px; border-radius:50%; display:block; float:right; margin-right: 12px;margin-top: 11px;} .shop_list{ background:#f6f6ee; width:100%; position:absolute; bottom:50px; left:0px;} .shop_title{ background:#FFF; height:27px;} .shop_title span{ background:url(../images/mingou.png) no-repeat left center; width:10%; float:left; margin-left:10px; background-size:15px; display:block; line-height:30px; padding-left:20px; height:27px; font-size:12px; color:#b09d6a;} .shop_title img{ float:right; margin-top:10px; margin-right:10px;} .shop_list ul{ padding:3% 3% 0 3%; overflow:hidden; height:228px;} .shop_list li{ border-bottom:solid 1px #dadacd; padding-bottom:10px; margin-bottom:10px; overflow:hidden; width:100%;} .shop_list li:last-child{ border:none; margin-bottom:0px;} .shop_list dt{ height:55px; width:15%; border:solid 1px #eeeeee; float:left;} .shop_list .shop_nei{ float:left; margin-top:7px; margin-left:10px;} .shop_list .count{ margin-top:12px;} .shop_nei h4{ font-size:14px; font-weight:500; color:#6a4623;} .shop_nei p{ color:#a37700;} .shop_list dt img{object-fit: cover;width: 100%;height: 55px;} #shop_list{ display:none; background:rgba(0,0,0,0.3); width:100%; height:100%; bottom:50px; top:0px; z-index:7; position:fixed; left:0px;} .shop_list .count .count_ji{ display:block;} /*--产品内容--*/ .product_nei{ overflow:hidden; margin:10px 0; padding:0 2%;} .product_title{ overflow:hidden; width:61%; float:left;} .product_title h4{ color:#4d341c; font-weight:500;overflow:hidden;white-space: nowrap;text-overflow:ellipsis; margin-bottom:5px; width:100%; font-size:14px;} .product_title b{ color:#a37700; font-size:13px; font-weight:500;} .product_nei .count{ margin-top:10px;} .product_text{ font-size:12px; color:#7e6f61; padding:0 2%;line-height:24px;} /*--产品清单--*/ .product_sub{ padding:2%; overflow:hidden;} .product_clear{ background:#fff; border-radius:5px; padding:0 5px; overflow:hidden;} .product_clear h4{ font-size:16px; color:#6a4623; height:37px; line-height:37px; border-bottom:solid 1px #eeeeee; width:100%;} .product_clear ul li{ overflow:hidden; line-height:40px; color:#86603c; font-size:14px; width:100%; border-bottom:solid 1px #eee; height:40px;} .product_clear ul li h5{ float:left;font-size:14px; font-weight:500; width:60%; height:40px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .product_clear ul li b{ font-weight:500; color:#a37700;} .product_clear span{ float:right; color:#c7b4a2; font-size:13px;} .totalr{ height:50px; line-height:50px; font-size:18px; color:#a37700; text-align:right; width:100%;} .product_info{ overflow:hidden;} .product_ls{ overflow:hidden; margin-top:20px;} .product_info label{ width:15%; float:left; height:35px; line-height:35px; font-size:14px; color:#4d341c;} .product_info input{ width:85%; float:left; border-radius:5px; outline:none; text-indent:2mm; height:35px; border:solid 1px #e5e5e5;} .product_subm{ display:block; height:40px; border:none; outline:none; margin:30px 0; line-height:40px; border-radius:5px; color:#fff; background:#ffa134; text-align:center; font-size:16px; width:100%;} /*--关于我们--*/ .about{ overflow:hidden; padding:2% 2% 0 2%; width:100%;} .about_title{ color:#4d341c; font-size:15px; height:45px; line-height:45px;} .about_nei{ color:#7e6f61; line-height:22px; overflow:hidden; width:100%; margin-bottom:10px;} .tube_link{ font-size:14px; color:#4d341c; line-height:24px; margin:20px 0 30px 0;} .user_roar{ background:url(../images/user_02.jpg) no-repeat; background-size:100%; height:130px; overflow:hidden;} .user_roar img{ border-radius:50%; border:solid 2px #FFF; padding:1px; margin-left:32px; margin-top:28px; float:left;} .user_roar dt{ color:#FFF; font-size:15px; float:left; margin-top:35px; margin-left:15px;} .doing{ overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px;} .doing img{ width:100%; height:130px;object-fit: cover;} .doing ul { border-top:solid 1px #eee;margin-bottom:5px; overflow:hidden; padding-top:5px;} .doing_gd{ height:38px; line-height:38px;color:#4d341c; font-size:15px; background:url(../images/xgd.png) no-repeat 99% center; background-size:20px;} .doing h4{ font-size:14px; color:#4d341c; height:36px; line-height:36px; font-weight:500;} .doing ul li{ overflow:hidden; margin-bottom:10px;} .doing p{ color:#7e6f61;} /*--我的订单--*/ .order{overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px;} .order ul {display:none; margin-bottom:5px; border-top:solid 1px #eee; overflow:hidden; padding-top:5px;} .order ul li{ overflow:hidden; margin-bottom:5px; border-bottom:solid 1px #eee; padding-bottom:5px;} .order ul li dt{ float:left;height: 77px;border: solid 1px #eeeeee;width: 21%;} .order ul li dt img{object-fit: cover; width:100%; height:75px;} .order .shop_nei{ float:left; width:65%; margin-left:4%; margin-top:10px;} .order .shop_nei h4{ font-size:14px; margin-bottom:5px;} .order span{ float:right; color:#c7b4a2; font-size:13px; margin-top:20px; margin-right:5px;} .donate_user{overflow:hidden; margin:2%; background:#FFF; border-radius:5px; padding:0 5px; } .donate_user ul { display:none;border-top:solid 1px #eee;margin-bottom:5px; overflow:hidden; padding-top:5px;} .donate_user ul li{ height:35px; overflow:hidden; font-size:13px; color:#7e6f61; border-bottom:solid 1px #eee; line-height:35px;} .donate_user ul li b{ float:left; font-weight:500; width:25%;} .donate_user ul li h5{ float:left;font-weight:500; width:43%; text-align:center; height:35px;overflow:hidden;white-space: nowrap;text-overflow:ellipsis;} .donate_user ul li span{ float:right;} .donate_user ul li:last-child{ border-bottom:none;} /* 后端添加 */ .product_text img{ width: 100%; }
0.214116
0.104981
.st-swatch-preview { border: 1px solid #ccc; height: 40px; width : 40px; } .st-label-swatch { font-weight: 700; line-height: 40px; text-align: center; } .st-image-swatch { background-repeat: no-repeat; background-size: cover; } .st-image-swatch-image { height: 150px; position: relative; width: 150px; border: 1px solid #dddddd; display: inline-block; } .st-image-swatch-image img { height: 150px; width: 150px; } .st-image-swatch-image .st-image-swatch-image-remove:before { color: #ff0000; content: "\f335"; font-family: dashicons; font-size: 20px; font-weight: normal; position: absolute; right: 10px; top: 10px; } #st-term-modal-container { display: none; } .st-term-modal input.error { border-color: #dc3232; } .st-term-modal-title { font-size: 18px; color: #444444; font-weight: 600; } .st-term-modal .media-modal-close { position: absolute; right: 10px; top: 15px; padding: 0; border: 0; width: 30px; height: 30px; background: transparent; cursor: pointer; } .st-term-modal { transform: translate(-50%, -50%); position: fixed; top: 50%; left: 50%; width: 360px; max-width: 90%; z-index: 159990; background-color: #fcfcfc; } .st-term-modal-head, .st-term-modal-content, .st-term-modal-footer { padding: 20px; } .st-term-modal-content { padding-top: 10px; } .st-term-modal-content { background: #ffffff; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } .st-term-modal-footer { text-align: right; } .st-term-swatch .wp-picker-container .wp-color-result.button { height: 25px; } .st-term-swatch .wp-color-result-text { line-height: 23px; } .st-term-swatch .wp-picker-container { width: 265px; } .st-term-modal-footer .st-term-insert { width: 80px; } .button-dot-loader { position: relative; top: -1px; } .button-dot-loader .dot { width: 7px; height: 7px; background-color: #ffffff; border-radius: 100%; display: inline-block; -webkit-animation: dot-bounce 1.4s ease-in-out 0s infinite both; animation: dot-bounce 1.4s ease-in-out 0s infinite both; } .button-dot-loader .dot-1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .button-dot-loader .dot-2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes dot-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes dot-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .st-term-modal-footer button .dashicons { line-height: 30px; }
public/front/wp-content/plugins/et-core-plugin/inc/st-woo-swatches/admin/css/admin.css
.st-swatch-preview { border: 1px solid #ccc; height: 40px; width : 40px; } .st-label-swatch { font-weight: 700; line-height: 40px; text-align: center; } .st-image-swatch { background-repeat: no-repeat; background-size: cover; } .st-image-swatch-image { height: 150px; position: relative; width: 150px; border: 1px solid #dddddd; display: inline-block; } .st-image-swatch-image img { height: 150px; width: 150px; } .st-image-swatch-image .st-image-swatch-image-remove:before { color: #ff0000; content: "\f335"; font-family: dashicons; font-size: 20px; font-weight: normal; position: absolute; right: 10px; top: 10px; } #st-term-modal-container { display: none; } .st-term-modal input.error { border-color: #dc3232; } .st-term-modal-title { font-size: 18px; color: #444444; font-weight: 600; } .st-term-modal .media-modal-close { position: absolute; right: 10px; top: 15px; padding: 0; border: 0; width: 30px; height: 30px; background: transparent; cursor: pointer; } .st-term-modal { transform: translate(-50%, -50%); position: fixed; top: 50%; left: 50%; width: 360px; max-width: 90%; z-index: 159990; background-color: #fcfcfc; } .st-term-modal-head, .st-term-modal-content, .st-term-modal-footer { padding: 20px; } .st-term-modal-content { padding-top: 10px; } .st-term-modal-content { background: #ffffff; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; } .st-term-modal-footer { text-align: right; } .st-term-swatch .wp-picker-container .wp-color-result.button { height: 25px; } .st-term-swatch .wp-color-result-text { line-height: 23px; } .st-term-swatch .wp-picker-container { width: 265px; } .st-term-modal-footer .st-term-insert { width: 80px; } .button-dot-loader { position: relative; top: -1px; } .button-dot-loader .dot { width: 7px; height: 7px; background-color: #ffffff; border-radius: 100%; display: inline-block; -webkit-animation: dot-bounce 1.4s ease-in-out 0s infinite both; animation: dot-bounce 1.4s ease-in-out 0s infinite both; } .button-dot-loader .dot-1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .button-dot-loader .dot-2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes dot-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes dot-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .st-term-modal-footer button .dashicons { line-height: 30px; }
0.349977
0.064594
body { font-family: 'helvetica'; font-size:12px; color:#707478; } .logo{ width:50px; height:50px; text-align:center; } p { margin: 2px; } .title{ font-size: 15px } .title-desc { font-size: 12px } .reportPage-header { text-align: center; } table { width:100%; border-spacing:0px; font-size: 10px; padding: 0px; border-left: 1px solid #ddd ; border-right: 1px solid #ddd ; border-top: 1px solid #ddd ; } th{ font-weight: 400; border-bottom: 1px solid #ddd; font-size: 16px; padding: 6px 0px } td{ border-bottom: 01px solid #ddd; padding:6px 12px; } .pull-left { float: left; text-align: left; width: 48%; margin: 0px; padding: 10px 0px; } .pull-right { float: right; text-align: left; width: 48%; margin: 0px; padding: 10px 0px; } .text-center { text-align: center; } .footer { padding-top: 10px; text-align: center; } .flogo { width: 30px; height: 30px; } .copyright { font-size: 10px } .notfound{ padding: 20px 0px; text-align:center; border:1px solid #ddd; } .examdetails { border-left:2px solid black; border-radius: 5px; } .examdetails .box-body{ padding-top: 0px; margin-top: 0px; } .row { width: 100%; } /*.col-sm-6 { float: left; width: 48%; display: inline-block; margin: 0 2%; }*/ .examdetails-head { float: left; width: 48%; display: inline-block; } .profile-head { float: left; width: 48%; display: inline-block; margin-left: 2%; } .text-blue { color: #0073b7 !important; } .box-title{ background-color:#eaeaec; } .box h3 { margin: 0px; padding:10px; color:#001f3f !important; font-size: 14; font-weight:400; } .box-solid { border:1px solid #ddd; } .box-body { padding: 15px 10px; } .profiledetails { border-left:2px solid black; border-radius: 5px; } .profiledetails .box-body{ padding-top: 0px; margin-top: 0px; } .profile { padding: 0px; margin: 0px; background: #C24984; border: 0px solid transparent; border-radius: 4px; text-align: center; border-bottom: 2px solid #ddd; } .border_image{ margin-top: 10px; } .profile-image { width: 50px; height:50px; border:2px solid #ccc; } .profile h1 { font-size: 16px; color: #fff; font-family: verdana !important ; font-weight: normal; } .box h2 { font-size: 14px; } .hr { color:#ddd; }
school/assets/pdf/LTR/onlineexamreport.css
body { font-family: 'helvetica'; font-size:12px; color:#707478; } .logo{ width:50px; height:50px; text-align:center; } p { margin: 2px; } .title{ font-size: 15px } .title-desc { font-size: 12px } .reportPage-header { text-align: center; } table { width:100%; border-spacing:0px; font-size: 10px; padding: 0px; border-left: 1px solid #ddd ; border-right: 1px solid #ddd ; border-top: 1px solid #ddd ; } th{ font-weight: 400; border-bottom: 1px solid #ddd; font-size: 16px; padding: 6px 0px } td{ border-bottom: 01px solid #ddd; padding:6px 12px; } .pull-left { float: left; text-align: left; width: 48%; margin: 0px; padding: 10px 0px; } .pull-right { float: right; text-align: left; width: 48%; margin: 0px; padding: 10px 0px; } .text-center { text-align: center; } .footer { padding-top: 10px; text-align: center; } .flogo { width: 30px; height: 30px; } .copyright { font-size: 10px } .notfound{ padding: 20px 0px; text-align:center; border:1px solid #ddd; } .examdetails { border-left:2px solid black; border-radius: 5px; } .examdetails .box-body{ padding-top: 0px; margin-top: 0px; } .row { width: 100%; } /*.col-sm-6 { float: left; width: 48%; display: inline-block; margin: 0 2%; }*/ .examdetails-head { float: left; width: 48%; display: inline-block; } .profile-head { float: left; width: 48%; display: inline-block; margin-left: 2%; } .text-blue { color: #0073b7 !important; } .box-title{ background-color:#eaeaec; } .box h3 { margin: 0px; padding:10px; color:#001f3f !important; font-size: 14; font-weight:400; } .box-solid { border:1px solid #ddd; } .box-body { padding: 15px 10px; } .profiledetails { border-left:2px solid black; border-radius: 5px; } .profiledetails .box-body{ padding-top: 0px; margin-top: 0px; } .profile { padding: 0px; margin: 0px; background: #C24984; border: 0px solid transparent; border-radius: 4px; text-align: center; border-bottom: 2px solid #ddd; } .border_image{ margin-top: 10px; } .profile-image { width: 50px; height:50px; border:2px solid #ccc; } .profile h1 { font-size: 16px; color: #fff; font-family: verdana !important ; font-weight: normal; } .box h2 { font-size: 14px; } .hr { color:#ddd; }
0.230486
0.111531
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);header { height: 100px; } header .upper-nav { height: 20%; background-color: #0282F9; } header .options-container { height: 100%; display: flex; flex-direction: row-reverse; margin-right: 10px; align-items: center; } header .options-container .option-txt { font-size: 10px; color: white; margin-right: 10px; } header .lower-nav { height: 80%; display: flex; justify-content: center; align-items: center; width: 100%; } header .lower-nav .search-button { visibility: hidden; } header .lower-nav .menu-button { visibility: hidden; color: #0282F9; } header .lower-nav .menu-button i { font-size: 30px; } header .lower-nav .logo-container { width: 80px; } header .lower-nav .logo-container img { width: 100%; } header .lower-nav .list-options { width: 100%; display: flex; justify-content: center; } header .lower-nav .list-options a { text-decoration: none; color: black; } header .lower-nav .list-options a:hover { border-bottom: 3px solid #0282F9; margin-bottom: -1px; } header .lower-nav .list-options ul { display: flex; } header .lower-nav .list-options ul li { list-style: none; padding: 10px; } header .lower-nav input { border: 0; outline: 0; border-bottom: 2px solid #0282F9; } header .lower-nav ::-moz-placeholder { padding-left: 65%; } header .lower-nav :-ms-input-placeholder { padding-left: 65%; } header .lower-nav ::placeholder { padding-left: 65%; } @media only screen and (max-width: 1020px) { .lower-nav input { display: none; } .lower-nav .search-button i { visibility: visible; margin-left: 10px; } .footer-menu { width: 100% !important; } .footer-logo { visibility: hidden; } } @media only screen and (max-width: 940px) { .logo-container { visibility: hidden; } .background-footer { flex-wrap: wrap; } } @media only screen and (max-width: 880px) { .list-options ul li { display: none; } .menu-button i { visibility: visible; } } @media only screen and (max-width: 500px) { .footer-menu ul li { display: none; } } footer .background-footer { width: 100%; background-image: url("/../../images/footer-bg.jpg"); display: flex; } footer .background-footer .footer-menu { width: 50%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 40px; } footer .background-footer .footer-menu ul { width: 25%; color: white; } footer .background-footer .footer-menu ul li { color: grey; list-style: none; } footer .background-footer .footer-logo { width: 50%; height: 100%; } footer .background-footer .footer-logo .logo-container { width: 100%; display: flex; justify-content: flex-start; } footer .background-footer .footer-logo .logo-container img { width: 55%; } footer .social-media { display: flex; justify-content: space-around; background-color: #303030; height: 20%; align-items: center; } footer .social-media button { border: 5px solid #0282F9; background-color: #303030; color: white; padding: 20px; } footer .social-media .social-icons-container { display: flex; width: 20%; justify-content: space-evenly; align-items: center; } footer .social-media .social-icons-container span { color: #0282F9; font-size: 20px; font-weight: bolder; } footer .social-media .social-icon { height: 30px; width: 30px; } footer .social-media .social-icon img { width: 100%; } @media screen and (min-width: 1060px) { .footer-logo { visibility: visible; } } main .main-background { height: 450px; background-image: url("/images/jumbotron.jpg"); background-size: cover; position: relative; } main .main-poster-container { display: flex; justify-content: center; flex-wrap: wrap; padding: 30px; background-color: #1C1C1C; position: relative; } main .main-poster-container .current-series { background-color: #0282F9; width: 220px; position: absolute; top: -24px; left: 4%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 20px; padding: 20px; } main .main-poster-container .poster-card { width: calc(100% /6 ); max-width: 250px; padding: 15px; margin-top: 35px; word-wrap: break-word; text-decoration: none; } main .main-poster-container .poster-card .poster-txt a { text-decoration: none; color: #fff; } main .main-poster-container .poster-card .poster-image { height: 250px; overflow: hidden; height: 200px; width: 100%; } main .products-extra { height: 200px; background-color: #0282F9; display: flex; justify-content: center; padding: 100px; } main .products-extra .product-card { width: calc(100%/5); height: 100%; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-evenly; color: white; font-weight: bold; } main .products-extra .product-card .product-img-container { width: 70px; } main .products-extra .product-card .product-img-container img { width: 100%; } @media all and (max-width: 1180px) { .poster-card { width: calc(100% / 4) !important; } } @media all and (max-width: 800px) { .poster-card { width: calc(100% / 3) !important; } .poster-card .poster-card { text-decoration: none; } } @media all and (max-width: 630px) { .poster-card { width: calc(100% / 2) !important; min-width: 200px; } .current-series { width: 180px !important; padding: 10px !important; font-size: 12px !important; } } .product-background { height: 450px; background-image: url("/images/jumbotron.jpg"); background-size: cover; position: relative; } .product-splitter { width: 100%; height: 80px; background-color: #0282F9; position: relative; } .product-poster { width: 260px; position: absolute; bottom: -20px; left: 20%; top: 208px; } .product-poster img { width: 100%; } .product-description-container { width: 100%; display: flex; justify-content: center; } .product-description-container img { width: 100%; } .product-info { width: 60%; height: 100%; display: flex; } .product-info .product-advertising { width: 40%; display: flex; justify-content: center; align-items: center; } .product-info .product-advertising .ad-container { width: 80%; } .product-info .product-description { width: 60%; } .product-info .product-description .product-txt-description { width: 100%; line-height: 30px; } .product-info .product-price { width: 100%; height: 80px; background-color: #55BA59; display: flex; } .product-info .product-price .price { height: 100%; width: 60%; border-right: 1px solid grey; display: flex; align-items: center; justify-content: space-between; } .product-info .product-price .price .price-usd { display: flex; align-items: center; } .product-info .product-price .price p { color: #A3F287; margin-left: 8px; margin-right: 8px; } .product-info .product-price .price span { color: white; } .product-info .product-price .product-availability { width: 40%; display: flex; align-items: center; justify-content: center; color: white; } .product-info .product-price .availability { color: #A3F287; margin-right: 8px; } .container-talent-specs { height: 350px; display: flex; justify-content: center; } .container-talent-specs .section-talent-specs { height: 100%; width: 60%; display: flex; } .container-talent-specs .section-talent-specs .talent { display: flex; justify-content: space-between; border-bottom: 1px solid grey; height: 100px; } .container-talent-specs .section-talent-specs .talent .text-container { width: 50%; font-size: 0.8rem; margin-right: 40px; } .container-talent-specs .section-talent-specs .talent-container { height: 100%; width: 50%; } .container-talent-specs .section-talent-specs .talent-container h3 { color: #03416F; height: 70px; border-bottom: 1px solid grey; } .container-talent-specs .specs-container { height: 100%; width: 50%; } .container-talent-specs .specs-container .specs { display: flex; justify-content: space-between; border-bottom: 1px solid grey; height: 50px; } .container-talent-specs .specs-container .specs .text-container { margin-right: 20px; } .container-talent-specs .specs-container h3 { color: #03416F; height: 70px; border-bottom: 1px solid grey; } .bottom-icons-container { border: 1px solid grey; margin-top: 100px; display: flex; justify-content: center; background-color: #F6F6F6; } .bottom-icons-container .bottom-icons { width: 60%; border: 1px solid grey; height: 100%; display: flex; } .bottom-icons-container .bottom-icons .icon-card { width: calc(100% / 4); border-right: 1px solid grey; border-left: 1px solid grey; display: flex; padding-top: 10px; justify-content: space-around; } .bottom-icons-container .bottom-icons .icon-card .card-type { font-size: 14px; font-weight: bold; color: #d8d8d8; } .bottom-icons-container .bottom-icons .icon-card .card-container { width: 50px; height: 60px; } .bottom-icons-container .bottom-icons .icon-card .card-container img { width: 100%; background: #d8d8d8; height: 100%; } * { font-family: "Roboto"; }
public/css/app.css
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);header { height: 100px; } header .upper-nav { height: 20%; background-color: #0282F9; } header .options-container { height: 100%; display: flex; flex-direction: row-reverse; margin-right: 10px; align-items: center; } header .options-container .option-txt { font-size: 10px; color: white; margin-right: 10px; } header .lower-nav { height: 80%; display: flex; justify-content: center; align-items: center; width: 100%; } header .lower-nav .search-button { visibility: hidden; } header .lower-nav .menu-button { visibility: hidden; color: #0282F9; } header .lower-nav .menu-button i { font-size: 30px; } header .lower-nav .logo-container { width: 80px; } header .lower-nav .logo-container img { width: 100%; } header .lower-nav .list-options { width: 100%; display: flex; justify-content: center; } header .lower-nav .list-options a { text-decoration: none; color: black; } header .lower-nav .list-options a:hover { border-bottom: 3px solid #0282F9; margin-bottom: -1px; } header .lower-nav .list-options ul { display: flex; } header .lower-nav .list-options ul li { list-style: none; padding: 10px; } header .lower-nav input { border: 0; outline: 0; border-bottom: 2px solid #0282F9; } header .lower-nav ::-moz-placeholder { padding-left: 65%; } header .lower-nav :-ms-input-placeholder { padding-left: 65%; } header .lower-nav ::placeholder { padding-left: 65%; } @media only screen and (max-width: 1020px) { .lower-nav input { display: none; } .lower-nav .search-button i { visibility: visible; margin-left: 10px; } .footer-menu { width: 100% !important; } .footer-logo { visibility: hidden; } } @media only screen and (max-width: 940px) { .logo-container { visibility: hidden; } .background-footer { flex-wrap: wrap; } } @media only screen and (max-width: 880px) { .list-options ul li { display: none; } .menu-button i { visibility: visible; } } @media only screen and (max-width: 500px) { .footer-menu ul li { display: none; } } footer .background-footer { width: 100%; background-image: url("/../../images/footer-bg.jpg"); display: flex; } footer .background-footer .footer-menu { width: 50%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 40px; } footer .background-footer .footer-menu ul { width: 25%; color: white; } footer .background-footer .footer-menu ul li { color: grey; list-style: none; } footer .background-footer .footer-logo { width: 50%; height: 100%; } footer .background-footer .footer-logo .logo-container { width: 100%; display: flex; justify-content: flex-start; } footer .background-footer .footer-logo .logo-container img { width: 55%; } footer .social-media { display: flex; justify-content: space-around; background-color: #303030; height: 20%; align-items: center; } footer .social-media button { border: 5px solid #0282F9; background-color: #303030; color: white; padding: 20px; } footer .social-media .social-icons-container { display: flex; width: 20%; justify-content: space-evenly; align-items: center; } footer .social-media .social-icons-container span { color: #0282F9; font-size: 20px; font-weight: bolder; } footer .social-media .social-icon { height: 30px; width: 30px; } footer .social-media .social-icon img { width: 100%; } @media screen and (min-width: 1060px) { .footer-logo { visibility: visible; } } main .main-background { height: 450px; background-image: url("/images/jumbotron.jpg"); background-size: cover; position: relative; } main .main-poster-container { display: flex; justify-content: center; flex-wrap: wrap; padding: 30px; background-color: #1C1C1C; position: relative; } main .main-poster-container .current-series { background-color: #0282F9; width: 220px; position: absolute; top: -24px; left: 4%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 20px; padding: 20px; } main .main-poster-container .poster-card { width: calc(100% /6 ); max-width: 250px; padding: 15px; margin-top: 35px; word-wrap: break-word; text-decoration: none; } main .main-poster-container .poster-card .poster-txt a { text-decoration: none; color: #fff; } main .main-poster-container .poster-card .poster-image { height: 250px; overflow: hidden; height: 200px; width: 100%; } main .products-extra { height: 200px; background-color: #0282F9; display: flex; justify-content: center; padding: 100px; } main .products-extra .product-card { width: calc(100%/5); height: 100%; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-evenly; color: white; font-weight: bold; } main .products-extra .product-card .product-img-container { width: 70px; } main .products-extra .product-card .product-img-container img { width: 100%; } @media all and (max-width: 1180px) { .poster-card { width: calc(100% / 4) !important; } } @media all and (max-width: 800px) { .poster-card { width: calc(100% / 3) !important; } .poster-card .poster-card { text-decoration: none; } } @media all and (max-width: 630px) { .poster-card { width: calc(100% / 2) !important; min-width: 200px; } .current-series { width: 180px !important; padding: 10px !important; font-size: 12px !important; } } .product-background { height: 450px; background-image: url("/images/jumbotron.jpg"); background-size: cover; position: relative; } .product-splitter { width: 100%; height: 80px; background-color: #0282F9; position: relative; } .product-poster { width: 260px; position: absolute; bottom: -20px; left: 20%; top: 208px; } .product-poster img { width: 100%; } .product-description-container { width: 100%; display: flex; justify-content: center; } .product-description-container img { width: 100%; } .product-info { width: 60%; height: 100%; display: flex; } .product-info .product-advertising { width: 40%; display: flex; justify-content: center; align-items: center; } .product-info .product-advertising .ad-container { width: 80%; } .product-info .product-description { width: 60%; } .product-info .product-description .product-txt-description { width: 100%; line-height: 30px; } .product-info .product-price { width: 100%; height: 80px; background-color: #55BA59; display: flex; } .product-info .product-price .price { height: 100%; width: 60%; border-right: 1px solid grey; display: flex; align-items: center; justify-content: space-between; } .product-info .product-price .price .price-usd { display: flex; align-items: center; } .product-info .product-price .price p { color: #A3F287; margin-left: 8px; margin-right: 8px; } .product-info .product-price .price span { color: white; } .product-info .product-price .product-availability { width: 40%; display: flex; align-items: center; justify-content: center; color: white; } .product-info .product-price .availability { color: #A3F287; margin-right: 8px; } .container-talent-specs { height: 350px; display: flex; justify-content: center; } .container-talent-specs .section-talent-specs { height: 100%; width: 60%; display: flex; } .container-talent-specs .section-talent-specs .talent { display: flex; justify-content: space-between; border-bottom: 1px solid grey; height: 100px; } .container-talent-specs .section-talent-specs .talent .text-container { width: 50%; font-size: 0.8rem; margin-right: 40px; } .container-talent-specs .section-talent-specs .talent-container { height: 100%; width: 50%; } .container-talent-specs .section-talent-specs .talent-container h3 { color: #03416F; height: 70px; border-bottom: 1px solid grey; } .container-talent-specs .specs-container { height: 100%; width: 50%; } .container-talent-specs .specs-container .specs { display: flex; justify-content: space-between; border-bottom: 1px solid grey; height: 50px; } .container-talent-specs .specs-container .specs .text-container { margin-right: 20px; } .container-talent-specs .specs-container h3 { color: #03416F; height: 70px; border-bottom: 1px solid grey; } .bottom-icons-container { border: 1px solid grey; margin-top: 100px; display: flex; justify-content: center; background-color: #F6F6F6; } .bottom-icons-container .bottom-icons { width: 60%; border: 1px solid grey; height: 100%; display: flex; } .bottom-icons-container .bottom-icons .icon-card { width: calc(100% / 4); border-right: 1px solid grey; border-left: 1px solid grey; display: flex; padding-top: 10px; justify-content: space-around; } .bottom-icons-container .bottom-icons .icon-card .card-type { font-size: 14px; font-weight: bold; color: #d8d8d8; } .bottom-icons-container .bottom-icons .icon-card .card-container { width: 50px; height: 60px; } .bottom-icons-container .bottom-icons .icon-card .card-container img { width: 100%; background: #d8d8d8; height: 100%; } * { font-family: "Roboto"; }
0.342462
0.075927
#widthTest { width: 1px; height: 1px; overflow: hidden; opacity: 0; } .dialog { position: fixed; width: 380px; left: calc( 50% - ( 380px / 2 ) ); top: calc( 50% - 160px ); z-index: 2; color: #5c5d5f; text-align: center; font-family: sans-serif; border-radius: 7px 7px 0 0; box-shadow: 3px 3px 8px rgba(51, 51, 51, .75); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dialog-title { display: block; border: 1px solid #b0b0b0; border-radius: 7px 7px 0 0; background: linear-gradient(#e0e0e0, #d0d0d0); font-size: 14px; height: 30px; line-height: 30px; padding: 0 14px; cursor: default; } .dialog-content { background: #fff; padding: 14px; border: 1px solid #b0b0b0; border-top: 0; font-size: 14px; } #deleteInput { opacity: 0; position: fixed; top: 0; left: 0; width: 12px; height: 12px; box-sizing: border-box; color: white; background: #333; border-radius: 100%; font-size: 10px; line-height: 100%; cursor: default; } #blockPreview { margin-top: 20px; text-align: left; outline: none !important; } .dialog-inputButtons { margin: 0 75px; } .dialog-inputButtons div { text-align: left; color: #555; position: relative; height: 32px; box-sizing: border-box; padding-top: 4px; } .dialog-inputButtons div .ui-button { position: absolute; right: 0; top: 0; padding: 2px 0 1px !important; width: 52px; } .dialog .ui-button svg { transform: scale(.8); } .dialog-typeChooser {margin: 6px 0;} .dialog-typeChooser .ui-button { padding: 2px 0 1px !important; width: 52px; border-right: none; border-top-right-radius: 0; border-bottom-right-radius: 0; } .dialog-typeChooser .ui-button.checked, .ui-button:active { background: linear-gradient(#e6e8e8, #ffffff) !important; } .dialog-typeChooser .ui-button:last-child { border-radius: 0 6px 6px 0; border-right: 1px solid #d0d1d2; } .dialog-buttons { margin-top: 14px; } .ui-button { margin: 0; border: 1px solid #d0d1d2; border-radius: 6px; padding: 0 7px 1px; height: 26px; background: linear-gradient(#ffffff, #e6e8e8); color: #5c5d5f !important; font: inherit; font-size: 12px; white-space: nowrap; text-align: center; outline: none !important; } .dialog-buttons .ui-button { min-width: 51px; margin: 0 5px; } /* scratchblocks stuff */ .sb-label{ font-family:Lucida Grande,Verdana,Arial,DejaVu Sans,sans-serif; font-weight:700; fill:#fff; font-size:10px; word-spacing:+1px } .sb-label-input { fill: rgba(200,200,200,.3); } .sb-extension{fill:#4b4a60} .sb-grey{fill:#969696} .sb-bevel{filter:url(#bevelFilter)} .sb-input{filter:url(#inputBevelFilter)} .sb-input-number,.sb-input-number-dropdown,.sb-input-string{fill:#fff} .sb-literal-number,.sb-literal-number-dropdown,.sb-literal-string{ font-weight:400; font-size:9px; word-spacing:0} .sb-literal-number,.sb-literal-string{fill:#000}
customreporters.css
#widthTest { width: 1px; height: 1px; overflow: hidden; opacity: 0; } .dialog { position: fixed; width: 380px; left: calc( 50% - ( 380px / 2 ) ); top: calc( 50% - 160px ); z-index: 2; color: #5c5d5f; text-align: center; font-family: sans-serif; border-radius: 7px 7px 0 0; box-shadow: 3px 3px 8px rgba(51, 51, 51, .75); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .dialog-title { display: block; border: 1px solid #b0b0b0; border-radius: 7px 7px 0 0; background: linear-gradient(#e0e0e0, #d0d0d0); font-size: 14px; height: 30px; line-height: 30px; padding: 0 14px; cursor: default; } .dialog-content { background: #fff; padding: 14px; border: 1px solid #b0b0b0; border-top: 0; font-size: 14px; } #deleteInput { opacity: 0; position: fixed; top: 0; left: 0; width: 12px; height: 12px; box-sizing: border-box; color: white; background: #333; border-radius: 100%; font-size: 10px; line-height: 100%; cursor: default; } #blockPreview { margin-top: 20px; text-align: left; outline: none !important; } .dialog-inputButtons { margin: 0 75px; } .dialog-inputButtons div { text-align: left; color: #555; position: relative; height: 32px; box-sizing: border-box; padding-top: 4px; } .dialog-inputButtons div .ui-button { position: absolute; right: 0; top: 0; padding: 2px 0 1px !important; width: 52px; } .dialog .ui-button svg { transform: scale(.8); } .dialog-typeChooser {margin: 6px 0;} .dialog-typeChooser .ui-button { padding: 2px 0 1px !important; width: 52px; border-right: none; border-top-right-radius: 0; border-bottom-right-radius: 0; } .dialog-typeChooser .ui-button.checked, .ui-button:active { background: linear-gradient(#e6e8e8, #ffffff) !important; } .dialog-typeChooser .ui-button:last-child { border-radius: 0 6px 6px 0; border-right: 1px solid #d0d1d2; } .dialog-buttons { margin-top: 14px; } .ui-button { margin: 0; border: 1px solid #d0d1d2; border-radius: 6px; padding: 0 7px 1px; height: 26px; background: linear-gradient(#ffffff, #e6e8e8); color: #5c5d5f !important; font: inherit; font-size: 12px; white-space: nowrap; text-align: center; outline: none !important; } .dialog-buttons .ui-button { min-width: 51px; margin: 0 5px; } /* scratchblocks stuff */ .sb-label{ font-family:Lucida Grande,Verdana,Arial,DejaVu Sans,sans-serif; font-weight:700; fill:#fff; font-size:10px; word-spacing:+1px } .sb-label-input { fill: rgba(200,200,200,.3); } .sb-extension{fill:#4b4a60} .sb-grey{fill:#969696} .sb-bevel{filter:url(#bevelFilter)} .sb-input{filter:url(#inputBevelFilter)} .sb-input-number,.sb-input-number-dropdown,.sb-input-string{fill:#fff} .sb-literal-number,.sb-literal-number-dropdown,.sb-literal-string{ font-weight:400; font-size:9px; word-spacing:0} .sb-literal-number,.sb-literal-string{fill:#000}
0.291384
0.121607
@font-face { font-family: Montserrat; src: url("../data/fonts/Montserrat-Medium.ttf"); } input:focus, textarea, select, button { outline: none !important; } button { cursor: pointer; } .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: auto; display: flex; overflow-y: auto; align-items: center; } .title { position: absolute; width: 816px; height: 93px; left: 94px; top: 44px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 30px; line-height: 37px; color: #000000; } #select-block { position: absolute; width: 446px; height: 425px; left: 94px; top: 181px; } #select-button { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; border: 6px solid #000000; box-sizing: border-box; border-radius: 50px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 24px; line-height: 29px; display: flex; align-items: center; text-align: center; background: #FFFFFF; color: #000000; } #select-button.highlight { background: "#d4dcfc"; } #preview-block { position: absolute; width: 446px; height: 425px; left: 94px; top: 181px; background: #FFFFFF; display: none; } #other-image { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 29px; display: flex; align-items: center; text-align: center; padding: 5px 15px; margin: 10px auto; border: 0px; background: #b4b7b8; border-radius: 30px; color: #FFFFFF; } #preview-image { display: block; width: auto; margin: 0 auto; } #loading { position: absolute; width: 150px; height: 150px; left: 0; top: 0; display: none; } #load { width: 100%; animation: loading 3s linear infinite; } #loading-inner { stroke-dashoffset: 0; stroke-dasharray: 300; stroke-width: 10; stroke-miterlimit: 10; stroke-linecap: round; animation: loading-circle 2s linear infinite; stroke: #51BBA7; fill: transparent; } @keyframes loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } @keyframes loading-circle { 0% { stroke-dashoffset: 0 } 100% { stroke-dashoffset: -600; } } #upload-message { position: absolute; width: 382px; height: 425px; left: 631px; top: 181px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 26px; line-height: 32px; display: flex; align-items: center; text-align: right; white-space: pre-line color: #000000; } #right-answer { position: absolute; width: 372px; left: 0px; top: 490px; display: none; } #selected-answer { background: #FFFFFF; border-left: 0px; border-right: 0px; border-top: 0px; border-bottom: solid #000000 1.5px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 39px; align-items: center; } #fetch-answer { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 29px; align-items: center; text-align: center; padding: 5px 15px; margin-left: 10px; border: 0px; background: #b4b7b8; border-radius: 30px; color: #FFFFFF; } #buttons { position: absolute; bottom: 20px; right: 40px; width: 140px; height: 50px; } #buttons button { border: 0; border-radius: 50%; background: #FFFFFF; }
server/static/css/style.css
@font-face { font-family: Montserrat; src: url("../data/fonts/Montserrat-Medium.ttf"); } input:focus, textarea, select, button { outline: none !important; } button { cursor: pointer; } .content { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: auto; display: flex; overflow-y: auto; align-items: center; } .title { position: absolute; width: 816px; height: 93px; left: 94px; top: 44px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 30px; line-height: 37px; color: #000000; } #select-block { position: absolute; width: 446px; height: 425px; left: 94px; top: 181px; } #select-button { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; border: 6px solid #000000; box-sizing: border-box; border-radius: 50px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 24px; line-height: 29px; display: flex; align-items: center; text-align: center; background: #FFFFFF; color: #000000; } #select-button.highlight { background: "#d4dcfc"; } #preview-block { position: absolute; width: 446px; height: 425px; left: 94px; top: 181px; background: #FFFFFF; display: none; } #other-image { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 29px; display: flex; align-items: center; text-align: center; padding: 5px 15px; margin: 10px auto; border: 0px; background: #b4b7b8; border-radius: 30px; color: #FFFFFF; } #preview-image { display: block; width: auto; margin: 0 auto; } #loading { position: absolute; width: 150px; height: 150px; left: 0; top: 0; display: none; } #load { width: 100%; animation: loading 3s linear infinite; } #loading-inner { stroke-dashoffset: 0; stroke-dasharray: 300; stroke-width: 10; stroke-miterlimit: 10; stroke-linecap: round; animation: loading-circle 2s linear infinite; stroke: #51BBA7; fill: transparent; } @keyframes loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } @keyframes loading-circle { 0% { stroke-dashoffset: 0 } 100% { stroke-dashoffset: -600; } } #upload-message { position: absolute; width: 382px; height: 425px; left: 631px; top: 181px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 26px; line-height: 32px; display: flex; align-items: center; text-align: right; white-space: pre-line color: #000000; } #right-answer { position: absolute; width: 372px; left: 0px; top: 490px; display: none; } #selected-answer { background: #FFFFFF; border-left: 0px; border-right: 0px; border-top: 0px; border-bottom: solid #000000 1.5px; font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 39px; align-items: center; } #fetch-answer { font-family: Montserrat; font-style: normal; font-weight: 500; font-size: 20px; line-height: 29px; align-items: center; text-align: center; padding: 5px 15px; margin-left: 10px; border: 0px; background: #b4b7b8; border-radius: 30px; color: #FFFFFF; } #buttons { position: absolute; bottom: 20px; right: 40px; width: 140px; height: 50px; } #buttons button { border: 0; border-radius: 50%; background: #FFFFFF; }
0.447943
0.095181
a.meanmenu-reveal { display: none; } /* when under viewport size, .mean-container is added to body */ .mean-container .mean-bar { float: left; width: 100%; right:0; position: absolute; height:0px; background: red; padding: 1px 0px 0px 0px ; /* min-height: 200px; */ /* z-index: -100; */ } .mean-container a.meanmenu-reveal { width: 5%; height: 20px; padding: 10px 5px 5px 5px; position: absolute; background: #f6d9b7; top: 0; right: 0px; cursor: pointer; color: black; text-decoration: right; /* font-size: 5px; text-indent: 9999em; line-height: 5px; */ /*z-index: -100; */ /* display: black; */ /* font-family: Arial, Helvetica, sans-serif; */ font-weight: 700; } .mean-container a.meanmenu-reveal span { display: block; background: black; height: 3px; width:80%; margin: 5px 5px 0px 5px; } .mean-container .mean-nav { float: left; margin: 0; top: 10px; width: 100%; background: black; /* margin-top: 20px; */ height: 0px; } .mean-container .mean-nav ul { /* padding: 5px 5px; */ width: 130%; /* background: #f6d1a1; */ margin-bottom: 10%; margin-right: 10%; list-style-type: none; } .mean-container .mean-nav ul li { position: relative; float: right; margin-right:1%; width:100%; /* z-index: 1; */ padding: 0.5%; background: rgba(255,50,25,0.1); /* background: #f6d9a7 *//* #f6d1a1 */; /* margin-bottom: 50px; */ } .mean-container .mean-nav ul li a { background: rgba(900,100,200,0.9); display: block; float: left; z-index:100; width: 90%; padding: 1em 5%; margin: 0; text-align: left; color: black; /* border-top: 1px solid #383838; */ /* border-top: 50px solid *//* rgba(255,255,255,0.5); */ text-decoration: none; text-transform: uppercase; } .mean-container .pic{z-index:-1;} /* .mean-container .mean-nav ul li li a { width: 90%; padding: 1em 10%; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255,0.25); opacity: 0.75; filter: alpha(opacity=75); text-shadow: none !important; visibility: visible; } */ /* .mean-container .mean-nav ul li.mean-last a { border-bottom: none; /* margin-bottom: 0; */ /* } */ .mean-container .mean-nav .sub-menu{ /* background: rgba(255,200,255,0); */ width: 80%; margin-left:2%; margin-top:2%; z-index:10; } .mean-container .mean-nav .sub-menu li{ /* background: rgba(255,200,255,0); */ width: 50%; padding: 1%; float: left; } .mean-container .mean-nav .sub-menu a{ background: rgba(255,200,255,0.9); width: 100%; /* float: right; */ padding: 5%; } /* .mean-container .mean-nav ul li li li a { width: 70%; padding: 1em 15%; } .mean-container .mean-nav ul li li li li a { width: 60%; padding: 1em 20%; } .mean-container .mean-nav ul li li li li li a { width: 50%; padding: 1em 25%; } */ .mean-container .mean-nav ul li a:hover { /* background: #252525; */ background: rgba(255,50,255,01); } /* .mean-container .mean-nav .sub-menu a:hover { background: rgba(255,200,255,.95); } */ .mean-container .mean-nav ul li a.mean-expand { margin-top: 10px; width: 30px; height: 30px; padding: 20px !important; text-align: center; position: absolute; right: 0; top: 4px; font-weight: 700; background: rgba(255,200,255,0.9); border: none !important; /* border-left: 1px solid rgba(255,255,255,0.4) !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; */ } .mean-container .mean-push { float: left; width: 100%; padding: 0; margin: 0; clear: both; } .mean-nav .wrapper { width: 100%; padding: 0; margin: 0; } /* Fix for box sizing on Foundation Framework etc. */ .mean-container .mean-bar, .mean-container .mean-bar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .mean-remove { display: none !important; } /* ------------------------------------------------ */ .mean-container /* .mean-nav */ .slider { position: relative; width: 86%; /* height: 67%; */ display: inline-block; margin-top: 5%; left: 1%; /* float: right; */ padding: 1.5%; text-align: center; background: #765495; overflow: hidden; animation-name: anim; animation-duration: 2.5s; animation-fill-mode: forwards; z-index: 8; } .mean-container .slide { width: 100%; padding: 50% ; background-size: cover; background-position: top; } .mean-container /* .mean-nav */ .slide a{ font-size: 100%; font-family: 'fira_sansbook'; text-align: center; /* float: left; */ /* left: -28%; */ margin-right: 86%; margin-left: 24%; /* margin-block: 50%; */ display: inline-block; text-decoration: none; border: 2px solid #765495; margin-top: -8%; margin-bottom: 6%; padding: 2%; background: #ffffff50; transition: all 0.1s ease 0s; overflow: hidden; } .mean-container .icofont-curved-left { /* backface-visibility: visible; */ /* background-color: black; */ font-size: 500%; position: absolute; top: 40%; left: -2%; color: #ffffff90 ; font-style: normal; /* float: left; */ } .mean-container .icofont-curved-right { /* backface-visibility: visible; */ /* background-color: black; */ font-size: 500%; position: absolute; top: 40%; right: -2%; color: #ffffff90 ; font-style: normal; /* float: left; */ } .mean-container .owl-dots{ /* background: aqua; */ /* overflow: hidden; */ /* height: 50px; */ width: 50%; top: 80%; left: 25%; position: absolute; /* z-index: 999; */ overflow: hidden; } .mean-container .owl-dot { /* background: red; */ /* color: red; */ /* border: none; */ padding: 3%; /* margin: 100%; */ border-radius: 50%; /* font-size: 500px; */ }
css/meanmenu.css
a.meanmenu-reveal { display: none; } /* when under viewport size, .mean-container is added to body */ .mean-container .mean-bar { float: left; width: 100%; right:0; position: absolute; height:0px; background: red; padding: 1px 0px 0px 0px ; /* min-height: 200px; */ /* z-index: -100; */ } .mean-container a.meanmenu-reveal { width: 5%; height: 20px; padding: 10px 5px 5px 5px; position: absolute; background: #f6d9b7; top: 0; right: 0px; cursor: pointer; color: black; text-decoration: right; /* font-size: 5px; text-indent: 9999em; line-height: 5px; */ /*z-index: -100; */ /* display: black; */ /* font-family: Arial, Helvetica, sans-serif; */ font-weight: 700; } .mean-container a.meanmenu-reveal span { display: block; background: black; height: 3px; width:80%; margin: 5px 5px 0px 5px; } .mean-container .mean-nav { float: left; margin: 0; top: 10px; width: 100%; background: black; /* margin-top: 20px; */ height: 0px; } .mean-container .mean-nav ul { /* padding: 5px 5px; */ width: 130%; /* background: #f6d1a1; */ margin-bottom: 10%; margin-right: 10%; list-style-type: none; } .mean-container .mean-nav ul li { position: relative; float: right; margin-right:1%; width:100%; /* z-index: 1; */ padding: 0.5%; background: rgba(255,50,25,0.1); /* background: #f6d9a7 *//* #f6d1a1 */; /* margin-bottom: 50px; */ } .mean-container .mean-nav ul li a { background: rgba(900,100,200,0.9); display: block; float: left; z-index:100; width: 90%; padding: 1em 5%; margin: 0; text-align: left; color: black; /* border-top: 1px solid #383838; */ /* border-top: 50px solid *//* rgba(255,255,255,0.5); */ text-decoration: none; text-transform: uppercase; } .mean-container .pic{z-index:-1;} /* .mean-container .mean-nav ul li li a { width: 90%; padding: 1em 10%; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255,0.25); opacity: 0.75; filter: alpha(opacity=75); text-shadow: none !important; visibility: visible; } */ /* .mean-container .mean-nav ul li.mean-last a { border-bottom: none; /* margin-bottom: 0; */ /* } */ .mean-container .mean-nav .sub-menu{ /* background: rgba(255,200,255,0); */ width: 80%; margin-left:2%; margin-top:2%; z-index:10; } .mean-container .mean-nav .sub-menu li{ /* background: rgba(255,200,255,0); */ width: 50%; padding: 1%; float: left; } .mean-container .mean-nav .sub-menu a{ background: rgba(255,200,255,0.9); width: 100%; /* float: right; */ padding: 5%; } /* .mean-container .mean-nav ul li li li a { width: 70%; padding: 1em 15%; } .mean-container .mean-nav ul li li li li a { width: 60%; padding: 1em 20%; } .mean-container .mean-nav ul li li li li li a { width: 50%; padding: 1em 25%; } */ .mean-container .mean-nav ul li a:hover { /* background: #252525; */ background: rgba(255,50,255,01); } /* .mean-container .mean-nav .sub-menu a:hover { background: rgba(255,200,255,.95); } */ .mean-container .mean-nav ul li a.mean-expand { margin-top: 10px; width: 30px; height: 30px; padding: 20px !important; text-align: center; position: absolute; right: 0; top: 4px; font-weight: 700; background: rgba(255,200,255,0.9); border: none !important; /* border-left: 1px solid rgba(255,255,255,0.4) !important; border-bottom: 1px solid rgba(255,255,255,0.2) !important; */ } .mean-container .mean-push { float: left; width: 100%; padding: 0; margin: 0; clear: both; } .mean-nav .wrapper { width: 100%; padding: 0; margin: 0; } /* Fix for box sizing on Foundation Framework etc. */ .mean-container .mean-bar, .mean-container .mean-bar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .mean-remove { display: none !important; } /* ------------------------------------------------ */ .mean-container /* .mean-nav */ .slider { position: relative; width: 86%; /* height: 67%; */ display: inline-block; margin-top: 5%; left: 1%; /* float: right; */ padding: 1.5%; text-align: center; background: #765495; overflow: hidden; animation-name: anim; animation-duration: 2.5s; animation-fill-mode: forwards; z-index: 8; } .mean-container .slide { width: 100%; padding: 50% ; background-size: cover; background-position: top; } .mean-container /* .mean-nav */ .slide a{ font-size: 100%; font-family: 'fira_sansbook'; text-align: center; /* float: left; */ /* left: -28%; */ margin-right: 86%; margin-left: 24%; /* margin-block: 50%; */ display: inline-block; text-decoration: none; border: 2px solid #765495; margin-top: -8%; margin-bottom: 6%; padding: 2%; background: #ffffff50; transition: all 0.1s ease 0s; overflow: hidden; } .mean-container .icofont-curved-left { /* backface-visibility: visible; */ /* background-color: black; */ font-size: 500%; position: absolute; top: 40%; left: -2%; color: #ffffff90 ; font-style: normal; /* float: left; */ } .mean-container .icofont-curved-right { /* backface-visibility: visible; */ /* background-color: black; */ font-size: 500%; position: absolute; top: 40%; right: -2%; color: #ffffff90 ; font-style: normal; /* float: left; */ } .mean-container .owl-dots{ /* background: aqua; */ /* overflow: hidden; */ /* height: 50px; */ width: 50%; top: 80%; left: 25%; position: absolute; /* z-index: 999; */ overflow: hidden; } .mean-container .owl-dot { /* background: red; */ /* color: red; */ /* border: none; */ padding: 3%; /* margin: 100%; */ border-radius: 50%; /* font-size: 500px; */ }
0.244634
0.064271