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=Akaya+Telivigala&display=swap'); :root { --font-size: 1rem; --text-color: rgba(254,252,254,255); --body-background: rgba(45,62,80,255); --container-background: rgba(52,73,94,255); --nav-background: rgb(67,92,113); --button-background: rgba(39,174,97,255); } * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; /* font-size: var(--font-size); */ font-family: 'Akaya Telivigala', cursive;; } body { background-color: var(--body-background); color: var(--text-color); overflow: hidden; } section { display: grid; text-align: center; grid-template-areas: "a a a a a a a a a a a a" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c"; } .game-title { grid-area: a; padding: 0.8rem; font-size: calc(var(--font-size) + 0.8rem); background-color: var(--nav-background); } a { color: var(--text-color); } .container { grid-area: c; display: grid; grid-template-columns: repeat(3, auto); width: 36rem; margin: 4rem auto; background-color: var(--container-background); } .cell { width: 12rem; height: 11rem; box-shadow: 2px 3px 5px #353535; border: 1px solid #333333; cursor: pointer; line-height: 11rem; font-size: 60px; font-weight: 700; color: var(--text-color); } .game-info { grid-area: b; margin: 10rem auto; } .game-status { position: relative; top: 10%; } .restart-game { color: var(--text-color); letter-spacing: 1.2px; font-size: 18px; background-color: var(--button-background); padding: 0.3rem 0.5rem; outline: none; border: none; } footer { letter-spacing: 1.5pt; position: fixed; bottom: 1rem; left: 50%; transform: translate(-50%, -50%); } footer span { color: red; }
Tic Tac Toe/styles.css
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap'); :root { --font-size: 1rem; --text-color: rgba(254,252,254,255); --body-background: rgba(45,62,80,255); --container-background: rgba(52,73,94,255); --nav-background: rgb(67,92,113); --button-background: rgba(39,174,97,255); } * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; /* font-size: var(--font-size); */ font-family: 'Akaya Telivigala', cursive;; } body { background-color: var(--body-background); color: var(--text-color); overflow: hidden; } section { display: grid; text-align: center; grid-template-areas: "a a a a a a a a a a a a" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c" "b b b b c c c c c c c c"; } .game-title { grid-area: a; padding: 0.8rem; font-size: calc(var(--font-size) + 0.8rem); background-color: var(--nav-background); } a { color: var(--text-color); } .container { grid-area: c; display: grid; grid-template-columns: repeat(3, auto); width: 36rem; margin: 4rem auto; background-color: var(--container-background); } .cell { width: 12rem; height: 11rem; box-shadow: 2px 3px 5px #353535; border: 1px solid #333333; cursor: pointer; line-height: 11rem; font-size: 60px; font-weight: 700; color: var(--text-color); } .game-info { grid-area: b; margin: 10rem auto; } .game-status { position: relative; top: 10%; } .restart-game { color: var(--text-color); letter-spacing: 1.2px; font-size: 18px; background-color: var(--button-background); padding: 0.3rem 0.5rem; outline: none; border: none; } footer { letter-spacing: 1.5pt; position: fixed; bottom: 1rem; left: 50%; transform: translate(-50%, -50%); } footer span { color: red; }
0.457864
0.11358
* { margin: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; box-sizing: border-box; scroll-behavior: smooth; color: #444; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-family: space mono, monospace; } h1 { font-size: 2em; } #header { position: fixed; width: 300px; height: 100%; background-color: white; padding: 50px 10px; border-right: 1px solid #eee; text-align: right; } @media (max-width: 900px) { #header { position: relative; width: 100%; height: auto; } } #logo-header { text-align: right; } #logo-header a { display: inline-block; } h1 a { font-family: space mono, monospace; color: black; } h4 a { font-family: space mono, monospace; color: #6e6e6e; } #logo-header img { width: 9em; height: 9em; } #header h1 { font-size: 1.9em; margin-top: 0.8em; margin-bottom: 0.6em; text-transform: uppercase; line-height: 38px; margin: 0 0; font-weight: 300; } #header h3 { margin-top: 10px; color: #6e6e6e; font-size: 14px; font-weight: 300; } #header-top { padding: 30px 10px; text-align: right; } #header-top::before { content: " "; display: block; width: 80px; height: 5px; background: #666; float: right; margin-bottom: 20px; } #header-top a { display: block; margin: 10px 0; clear: both; } .container { margin-left: 310px; padding-left: 20px; margin-right: 70px; padding-right: 20px; } @media (max-width: 900px) { .container { max-width: 100%; margin: 0 auto; } } .page-header { padding-bottom: 9px; padding-top: 40px; } .page-header h1 { font-family: "Ubuntu", sans-serif; font-size: 36px; font-weight: 500; text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); display: inline; color: #f2756a; } .nav-menu { position: fixed; top: 45px; right: 45px; z-index: 2000; } @media (max-width: 900px) { .nav-menu { position: fixed; top: 45px; right: 90%; z-index: 2000; } } @media (max-width: 400px) { .nav-menu { position: fixed; top: 45px; right: 80%; z-index: 2000; } } .nav-menu button { float: right; color: #333; background-color: #fff; padding: 6px 12px; border: 1px solid #ccc; border-radius: 4px; cursor: pointer; } .nav-menu button:hover { background-color: #ebebeb; } .dropdown-menu { position: absolute; top: 100%; right: 0px; z-index: 1000; min-width: 160px; padding: 5px 0; margin: 2px 0 0; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); display: none; background-color: #fff; } @media (max-width: 900px) { .dropdown-menu { right: -120px; } } .open { display: block; } .dropdown-menu li { list-style-type: none; } .dropdown-menu a { text-decoration: none; display: block; padding: 3px 20px; } .dropdown-menu a:hover { color: #fff; background-color: #428bca; } .dropdown-menu a:hover i { color: #fff; } .main-post { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; } .after-post { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; text-align: center; } .main-post p { line-height: 180%; text-align: justify; margin: 24px 0; } .main-post a { color: #f2756a; } .list-items { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; } .post-date { text-transform: uppercase; font-size: 14px; letter-spacing: 3px; } .list-items h2 { font-size: 30px; margin-top: 20px; margin-bottom: 10px; } .list-items > h2 > a { color: #f2756a; } .head-line p { font-size: 19px; } .head-line a { display: block; text-align: center; text-decoration: none; width: 130px; margin: 0.4375em 0 1.75em; padding: 0.4375em 0.875em; box-sizing: content-box; background-color: #0087be; color: white; font-size: 16px; font-weight: 400; font-style: normal; border: solid 1px transparent; border-radius: 3px; } .pagination { margin-left: 310px; padding-left: 3%; text-align: center; list-style: none; padding-bottom: 5%; } .pagination li { display: inline; } .pagination li > a, .pagination li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pagination a { color: #428bca; text-decoration: none; } .pagination .next { float: right; } .pagination .previous { float: left; } .pagination .disabled > a { color: #999; cursor: not-allowed; } .footer { margin-left: 310px; border-top: 1px solid #eee; padding-bottom: 15px; margin-top: 50px; } @media (max-width: 900px) { .footer { margin-left: 0px; border-top: 1px solid #eee; padding-bottom: 15px; margin-top: 50px; } } .footer span { color: #bbb; } ul li { margin-bottom: 8px; margin-top: 8px; padding-left: 10px; line-height: 24px; } .tag-topic { display: inline-block; padding: 5px 8px; margin: 5px; background: #eee; } .main a { text-decoration: none; color: #e74c3c; } .main a:hover { text-decoration: underline; color: #e74c3c; } .main > ul { list-style-type: none; } .main > ul > li:before { content: "- "; margin-left: -18px; display: inline; } .container > span > a { color: #e74c3c; } .comment-section { border-top: 2px solid #e7e9ee; margin-top: 20px; width: 50%; margin-left: auto; margin-right: auto; padding: 10px; } .comment-login * { margin: 5px; } .comment-login > button { background-color: cornflowerblue; color: white; border: 1px solid cornflowerblue; border-radius: 3px; cursor: pointer; } .comment-box { display: flex; align-items: flex-start; justify-content: center; } .comment-box > img { width: 30px; height: 30px; display: inline-block; margin-right: 10px; } .comment-box > textarea { border: 1px solid grey; display: inline-block; height: 60px; } .comment-box > button { background-color: cornflowerblue; height: 60px; width: 60px; color: white; cursor: pointer; }
assets/css/style.css
* { margin: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; box-sizing: border-box; scroll-behavior: smooth; color: #444; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-family: space mono, monospace; } h1 { font-size: 2em; } #header { position: fixed; width: 300px; height: 100%; background-color: white; padding: 50px 10px; border-right: 1px solid #eee; text-align: right; } @media (max-width: 900px) { #header { position: relative; width: 100%; height: auto; } } #logo-header { text-align: right; } #logo-header a { display: inline-block; } h1 a { font-family: space mono, monospace; color: black; } h4 a { font-family: space mono, monospace; color: #6e6e6e; } #logo-header img { width: 9em; height: 9em; } #header h1 { font-size: 1.9em; margin-top: 0.8em; margin-bottom: 0.6em; text-transform: uppercase; line-height: 38px; margin: 0 0; font-weight: 300; } #header h3 { margin-top: 10px; color: #6e6e6e; font-size: 14px; font-weight: 300; } #header-top { padding: 30px 10px; text-align: right; } #header-top::before { content: " "; display: block; width: 80px; height: 5px; background: #666; float: right; margin-bottom: 20px; } #header-top a { display: block; margin: 10px 0; clear: both; } .container { margin-left: 310px; padding-left: 20px; margin-right: 70px; padding-right: 20px; } @media (max-width: 900px) { .container { max-width: 100%; margin: 0 auto; } } .page-header { padding-bottom: 9px; padding-top: 40px; } .page-header h1 { font-family: "Ubuntu", sans-serif; font-size: 36px; font-weight: 500; text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); display: inline; color: #f2756a; } .nav-menu { position: fixed; top: 45px; right: 45px; z-index: 2000; } @media (max-width: 900px) { .nav-menu { position: fixed; top: 45px; right: 90%; z-index: 2000; } } @media (max-width: 400px) { .nav-menu { position: fixed; top: 45px; right: 80%; z-index: 2000; } } .nav-menu button { float: right; color: #333; background-color: #fff; padding: 6px 12px; border: 1px solid #ccc; border-radius: 4px; cursor: pointer; } .nav-menu button:hover { background-color: #ebebeb; } .dropdown-menu { position: absolute; top: 100%; right: 0px; z-index: 1000; min-width: 160px; padding: 5px 0; margin: 2px 0 0; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); display: none; background-color: #fff; } @media (max-width: 900px) { .dropdown-menu { right: -120px; } } .open { display: block; } .dropdown-menu li { list-style-type: none; } .dropdown-menu a { text-decoration: none; display: block; padding: 3px 20px; } .dropdown-menu a:hover { color: #fff; background-color: #428bca; } .dropdown-menu a:hover i { color: #fff; } .main-post { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; } .after-post { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; text-align: center; } .main-post p { line-height: 180%; text-align: justify; margin: 24px 0; } .main-post a { color: #f2756a; } .list-items { padding: 0 5% 0; margin-bottom: 40px; border-top: 1px solid #eee; padding-top: 20px; } .post-date { text-transform: uppercase; font-size: 14px; letter-spacing: 3px; } .list-items h2 { font-size: 30px; margin-top: 20px; margin-bottom: 10px; } .list-items > h2 > a { color: #f2756a; } .head-line p { font-size: 19px; } .head-line a { display: block; text-align: center; text-decoration: none; width: 130px; margin: 0.4375em 0 1.75em; padding: 0.4375em 0.875em; box-sizing: content-box; background-color: #0087be; color: white; font-size: 16px; font-weight: 400; font-style: normal; border: solid 1px transparent; border-radius: 3px; } .pagination { margin-left: 310px; padding-left: 3%; text-align: center; list-style: none; padding-bottom: 5%; } .pagination li { display: inline; } .pagination li > a, .pagination li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pagination a { color: #428bca; text-decoration: none; } .pagination .next { float: right; } .pagination .previous { float: left; } .pagination .disabled > a { color: #999; cursor: not-allowed; } .footer { margin-left: 310px; border-top: 1px solid #eee; padding-bottom: 15px; margin-top: 50px; } @media (max-width: 900px) { .footer { margin-left: 0px; border-top: 1px solid #eee; padding-bottom: 15px; margin-top: 50px; } } .footer span { color: #bbb; } ul li { margin-bottom: 8px; margin-top: 8px; padding-left: 10px; line-height: 24px; } .tag-topic { display: inline-block; padding: 5px 8px; margin: 5px; background: #eee; } .main a { text-decoration: none; color: #e74c3c; } .main a:hover { text-decoration: underline; color: #e74c3c; } .main > ul { list-style-type: none; } .main > ul > li:before { content: "- "; margin-left: -18px; display: inline; } .container > span > a { color: #e74c3c; } .comment-section { border-top: 2px solid #e7e9ee; margin-top: 20px; width: 50%; margin-left: auto; margin-right: auto; padding: 10px; } .comment-login * { margin: 5px; } .comment-login > button { background-color: cornflowerblue; color: white; border: 1px solid cornflowerblue; border-radius: 3px; cursor: pointer; } .comment-box { display: flex; align-items: flex-start; justify-content: center; } .comment-box > img { width: 30px; height: 30px; display: inline-block; margin-right: 10px; } .comment-box > textarea { border: 1px solid grey; display: inline-block; height: 60px; } .comment-box > button { background-color: cornflowerblue; height: 60px; width: 60px; color: white; cursor: pointer; }
0.454956
0.098903
:focus { outline: none; } footer, .footer { font-size: 12px; background-color: #faf9f9; } .myBlue { background: rgba(0,62,126, 0.8); min-height: 500px; position: relative; color: white; } h5 { font-size: 33px; line-height: 25px; margin: 0; padding: 0; text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; color: white; margin-bottom: 14px; } h5.loan { color: #353535; font-size: 20px; margin-bottom: 0px; padding-bottom: 0px; text-transform: none; line-height: 22px; } .myBg { background-image: url(img/same-day-loan.jpg); background-position: -281px; background-repeat: no-repeat; background-size: cover; min-height: 500px; } .step-subtitle { font-size: 16px; line-height: 19px; margin: 0 0 30px; color: #00b4ff; text-transform: none; } label, input, span.white { font-size: 16px; font-family: myriad-pro, arial, sans-serif; } .myLabel { font-weight: 700; } .form-control { font-family: myriad-pro, arial, sans-serif; } .bottom { position: absolute; right: 0px; bottom: 0px; } /* * Row with equal height columns * -------------------------------------------------- */ .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } body { background-color: #faf9f9; color: #353535; } .myBorder { background-color: white; border: 1px solid rgba(0,0,0,.1) } .btn-primary:focus, .btn-primary:hover { background: #f01717; border: 1px solid #c20000; } .red { color: #f01717; } .btn-primary { background: #c20000; border: 1px solid #c20000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } form { margin-bottom: 50px; } label.error{ color: red; margin: 0.25em 1em; flex: inherit; display: block; width: 100%; text-align: right; } .text-primary { color: rgba(0,62,126, 0.8); } li.copyt { font-size: 19px; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:rgba(0,62,126, 0.8) } a{color:rgba(0,62,126, 0.8)} #bottom-2 p{color:white} @media (min-width: 576px) { .myBg { background-position: -0px; } .myBlue { opacity: 1; z-index: 1 } form#LoanApplication, .col-form-label, .form-control { opacity: 1; z-index: 9999 } } .content-wrapper { margin-top: 40px; } ol.letter-based { list-style-type: lower-alpha; } ol.roman-based { list-style-type: lower-roman; } ol { margin-top: 10px; } ol > li { margin-bottom: 20px; } h3 { margin-bottom: 20px; } .form-check-label > a { color: #fff; }
public/css/loan.css
:focus { outline: none; } footer, .footer { font-size: 12px; background-color: #faf9f9; } .myBlue { background: rgba(0,62,126, 0.8); min-height: 500px; position: relative; color: white; } h5 { font-size: 33px; line-height: 25px; margin: 0; padding: 0; text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700; color: white; margin-bottom: 14px; } h5.loan { color: #353535; font-size: 20px; margin-bottom: 0px; padding-bottom: 0px; text-transform: none; line-height: 22px; } .myBg { background-image: url(img/same-day-loan.jpg); background-position: -281px; background-repeat: no-repeat; background-size: cover; min-height: 500px; } .step-subtitle { font-size: 16px; line-height: 19px; margin: 0 0 30px; color: #00b4ff; text-transform: none; } label, input, span.white { font-size: 16px; font-family: myriad-pro, arial, sans-serif; } .myLabel { font-weight: 700; } .form-control { font-family: myriad-pro, arial, sans-serif; } .bottom { position: absolute; right: 0px; bottom: 0px; } /* * Row with equal height columns * -------------------------------------------------- */ .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } body { background-color: #faf9f9; color: #353535; } .myBorder { background-color: white; border: 1px solid rgba(0,0,0,.1) } .btn-primary:focus, .btn-primary:hover { background: #f01717; border: 1px solid #c20000; } .red { color: #f01717; } .btn-primary { background: #c20000; border: 1px solid #c20000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } form { margin-bottom: 50px; } label.error{ color: red; margin: 0.25em 1em; flex: inherit; display: block; width: 100%; text-align: right; } .text-primary { color: rgba(0,62,126, 0.8); } li.copyt { font-size: 19px; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:rgba(0,62,126, 0.8) } a{color:rgba(0,62,126, 0.8)} #bottom-2 p{color:white} @media (min-width: 576px) { .myBg { background-position: -0px; } .myBlue { opacity: 1; z-index: 1 } form#LoanApplication, .col-form-label, .form-control { opacity: 1; z-index: 9999 } } .content-wrapper { margin-top: 40px; } ol.letter-based { list-style-type: lower-alpha; } ol.roman-based { list-style-type: lower-roman; } ol { margin-top: 10px; } ol > li { margin-bottom: 20px; } h3 { margin-bottom: 20px; } .form-check-label > a { color: #fff; }
0.402744
0.111919
.top_panel{ background-color:#43A0FF; position: absolute; left: 0px; width: 0px; width :701px; height :35px; } #btn_menu{ position: absolute; left: 560px; top: 1px; } #btn_min{ position: absolute; left: 591px; top: 1px; } #btn_max{ position: absolute; left: 624px; top: 1px; } #btn_restore{ position: absolute; left: 624px; top: 1px; } #btn_close{ position: absolute; left: 657px; top: 1px; } .input_panel{ position: absolute; left: 0px; top: 35px; width:701px; height: 48px; background-color:#F0F0F0; } #btn_prev{ outline:none; border:none; position: relative; left: 10px; top: 10px; /* width:45px; */ /* height:37px; */ /* background:url(../skin/prev_btn.bmp) no-repeat; */ /* background-position:0px 0px; */ } /* #btn_prev:disabled{ */ /* background-position-x: -135px; */ /* } */ #btn_next{ outline:none; border:none; position: absolute; left: 55px; top: 10px; /* width:40px; */ /* height:37px; */ /* background:url(../skin/next_btn.bmp) no-repeat; */ /* background-position:0px 0px; */ } /* #btn_next:disabled{ */ /* background-position-x: -120px; */ /* } */ .input_box{ position: absolute; top: 10px; left: 95px; width: 486px; height: 32px; } /* input:focus { */ /* border: 0px; */ /* outline: none; */ /* background-color:transparent; */ /* border-style:none; */ /* } */ #btn_del{ position: absolute; top: 1px; left: 436px; } #btn_drop{ position: absolute; top: 1px; left: 466px; } #btn_lookup{ position: absolute; top: 10px; left: 581px; } .main_panel{ position: absolute; display:inline; left: 0px; top: 83px; height: 430px; width: 701px; margin: auto; } .bottom_panel{ position: absolute; left: 0px; top: 513px; height:35px; width:701px; background-color:#43A0FF; } #chk_TOPMOST{ position: absolute; left: 585px; bottom: 10px; } #txt_TOPMOST{ position: absolute; left: 605px; bottom: -10px; }
publish/bin/assets/scripts/dict-gui.css
.top_panel{ background-color:#43A0FF; position: absolute; left: 0px; width: 0px; width :701px; height :35px; } #btn_menu{ position: absolute; left: 560px; top: 1px; } #btn_min{ position: absolute; left: 591px; top: 1px; } #btn_max{ position: absolute; left: 624px; top: 1px; } #btn_restore{ position: absolute; left: 624px; top: 1px; } #btn_close{ position: absolute; left: 657px; top: 1px; } .input_panel{ position: absolute; left: 0px; top: 35px; width:701px; height: 48px; background-color:#F0F0F0; } #btn_prev{ outline:none; border:none; position: relative; left: 10px; top: 10px; /* width:45px; */ /* height:37px; */ /* background:url(../skin/prev_btn.bmp) no-repeat; */ /* background-position:0px 0px; */ } /* #btn_prev:disabled{ */ /* background-position-x: -135px; */ /* } */ #btn_next{ outline:none; border:none; position: absolute; left: 55px; top: 10px; /* width:40px; */ /* height:37px; */ /* background:url(../skin/next_btn.bmp) no-repeat; */ /* background-position:0px 0px; */ } /* #btn_next:disabled{ */ /* background-position-x: -120px; */ /* } */ .input_box{ position: absolute; top: 10px; left: 95px; width: 486px; height: 32px; } /* input:focus { */ /* border: 0px; */ /* outline: none; */ /* background-color:transparent; */ /* border-style:none; */ /* } */ #btn_del{ position: absolute; top: 1px; left: 436px; } #btn_drop{ position: absolute; top: 1px; left: 466px; } #btn_lookup{ position: absolute; top: 10px; left: 581px; } .main_panel{ position: absolute; display:inline; left: 0px; top: 83px; height: 430px; width: 701px; margin: auto; } .bottom_panel{ position: absolute; left: 0px; top: 513px; height:35px; width:701px; background-color:#43A0FF; } #chk_TOPMOST{ position: absolute; left: 585px; bottom: 10px; } #txt_TOPMOST{ position: absolute; left: 605px; bottom: -10px; }
0.38341
0.045607
/* * header CSS */ body{ /*font-family: Merryo UI;*/ background-color: black; } .header_area{ opacity:1.0; position:absolute; top:0px; left:0px; width:1366px; height:103px; background-image:url(../img/header.png); box-shadow:0px 0px 10px 2px rgba(0,0,0,0.8); } .header_area_logo{ position:absolute; top:0px; left:0px; width:423px; height:103px; background-image:url(../img/pub_logo.png); } .header_area_product_name{ position:absolute; top:7px; left:76px; width:135px; height:24px; text-align:right; color:white; font-weight:bold; font-size:14px; cursor:default; } .year_select_left{ position: absolute; padding:7px 0px 2px 0px; left: 650px; top:70px; width:7px; text-align:right; height:12px; cursor:pointer; } .year_select_right{ position: absolute; padding:7px 0px 2px 0px; left:810px; top:70px; width:7px; text-align:right; height:12px; cursor:pointer; } .Year1 { position: absolute; padding:0px 0px 2px 0px; left: 670px; top:70px; width:108px; text-align:right; color:white; height:24px; font-weight:bold; cursor:default; } #dashboard_title_year{ font-size: 24px; } #dashboard_subtitle { font-size: 14px; } .header_area_date{ position:absolute; top:75px; left:1150px; width:130px; height:13px; text-align:right; color:white; font-size:16px; cursor:default; } .header_area_time{ position:absolute; top:75px; left:1300px; width:35px; height:13px; text-align:right; color:white; font-size:16px; cursor:default; } .header_area_unit{ position:absolute; left:1276px; width:90px; height:33px; text-align:center; line-height: 33px; color:white; background-color: #4e72bb; font-size:11px; cursor:default; }
doc/css/header.css
/* * header CSS */ body{ /*font-family: Merryo UI;*/ background-color: black; } .header_area{ opacity:1.0; position:absolute; top:0px; left:0px; width:1366px; height:103px; background-image:url(../img/header.png); box-shadow:0px 0px 10px 2px rgba(0,0,0,0.8); } .header_area_logo{ position:absolute; top:0px; left:0px; width:423px; height:103px; background-image:url(../img/pub_logo.png); } .header_area_product_name{ position:absolute; top:7px; left:76px; width:135px; height:24px; text-align:right; color:white; font-weight:bold; font-size:14px; cursor:default; } .year_select_left{ position: absolute; padding:7px 0px 2px 0px; left: 650px; top:70px; width:7px; text-align:right; height:12px; cursor:pointer; } .year_select_right{ position: absolute; padding:7px 0px 2px 0px; left:810px; top:70px; width:7px; text-align:right; height:12px; cursor:pointer; } .Year1 { position: absolute; padding:0px 0px 2px 0px; left: 670px; top:70px; width:108px; text-align:right; color:white; height:24px; font-weight:bold; cursor:default; } #dashboard_title_year{ font-size: 24px; } #dashboard_subtitle { font-size: 14px; } .header_area_date{ position:absolute; top:75px; left:1150px; width:130px; height:13px; text-align:right; color:white; font-size:16px; cursor:default; } .header_area_time{ position:absolute; top:75px; left:1300px; width:35px; height:13px; text-align:right; color:white; font-size:16px; cursor:default; } .header_area_unit{ position:absolute; left:1276px; width:90px; height:33px; text-align:center; line-height: 33px; color:white; background-color: #4e72bb; font-size:11px; cursor:default; }
0.290981
0.049291
.article .wrapper { padding-top: 96px; } .buttons { margin: 48px 0; } iframe { margin: 0 12px; } h1, h2, .drawer .section { color: rgb(42, 110, 142) !important; } .footer { background-color: #333; } .row { clear: both; } .well { padding: 24px; width: 100%; background-color: #EEE; border-radius: 8px; } .text-center { text-align: center; } .img-responsive { width: 100%; } .img-33 { width: 32.9%; } .thumbnail { border-radius: 8px; border: 1px solid #EEE; padding: 8px; } .video-box { width: 100%; margin-top: 24px; } .video-box iframe { margin-left: calc(50% - 280px); } .md-header-nav__button img { width: 35px; height: auto; } .logo { width: 100%; height: 300px; float: left; margin-top: 40px; } .logo .icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite-twitter-card.jpg'); background-size: cover; background-position: center center; box-shadow: 0px 3px 6px #aaa; } .builder-icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite_builder.png'); background-size: cover; background-position: center center; } .cms-icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite_cms.png'); background-size: cover; background-position: center center; } .commerce-icon { display: block; width: 800px; height: 200px; margin-left: calc(50% - 400px); background-image: url('../img/grafite_commerce.png'); background-size: cover; background-position: center center; } .carbon-container { display: block; width: 160px; height: 230px; margin-left: 16px; margin-bottom: 40px; text-align: center; border: #eee 1px dashed; padding: 16px; } .carbon-wrap { display: block; } .carbon-text { display: block; margin-top: 8px; margin-bottom: 8px; float: left; font-size: 12px; } .grafite-prods img { margin-left: 16px; margin-top: 48px; width: 156px; } .missioncontrol-copy { margin: 16px; display: block; } @media (max-width: 576px) { .grafite-prods img { display: none; } .logo .icon, .builder-icon, .cms-icon, .commerce-icon { width: 357px; margin-left: calc(50% - 178.5px); max-height: 155px; margin-top: 48px; } .commerce-icon { max-height: 118px; } }
markdown/css/extra.css
.article .wrapper { padding-top: 96px; } .buttons { margin: 48px 0; } iframe { margin: 0 12px; } h1, h2, .drawer .section { color: rgb(42, 110, 142) !important; } .footer { background-color: #333; } .row { clear: both; } .well { padding: 24px; width: 100%; background-color: #EEE; border-radius: 8px; } .text-center { text-align: center; } .img-responsive { width: 100%; } .img-33 { width: 32.9%; } .thumbnail { border-radius: 8px; border: 1px solid #EEE; padding: 8px; } .video-box { width: 100%; margin-top: 24px; } .video-box iframe { margin-left: calc(50% - 280px); } .md-header-nav__button img { width: 35px; height: auto; } .logo { width: 100%; height: 300px; float: left; margin-top: 40px; } .logo .icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite-twitter-card.jpg'); background-size: cover; background-position: center center; box-shadow: 0px 3px 6px #aaa; } .builder-icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite_builder.png'); background-size: cover; background-position: center center; } .cms-icon { display: block; width: 500px; height: 200px; margin-left: calc(50% - 250px); background-image: url('../img/grafite_cms.png'); background-size: cover; background-position: center center; } .commerce-icon { display: block; width: 800px; height: 200px; margin-left: calc(50% - 400px); background-image: url('../img/grafite_commerce.png'); background-size: cover; background-position: center center; } .carbon-container { display: block; width: 160px; height: 230px; margin-left: 16px; margin-bottom: 40px; text-align: center; border: #eee 1px dashed; padding: 16px; } .carbon-wrap { display: block; } .carbon-text { display: block; margin-top: 8px; margin-bottom: 8px; float: left; font-size: 12px; } .grafite-prods img { margin-left: 16px; margin-top: 48px; width: 156px; } .missioncontrol-copy { margin: 16px; display: block; } @media (max-width: 576px) { .grafite-prods img { display: none; } .logo .icon, .builder-icon, .cms-icon, .commerce-icon { width: 357px; margin-left: calc(50% - 178.5px); max-height: 155px; margin-top: 48px; } .commerce-icon { max-height: 118px; } }
0.436502
0.112551
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } body { background-color: #202020; color:#fff; font-size: 14px; font-family: 'RobotoDraft', 'Roboto', Helvetica Neue,Helvetica,Arial,sans-serif; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); overflow-y:scroll; -webkit-font-smoothing: antialiased; } body.ready { background-color: #121314; } body.playing { padding-bottom: 120px; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } .icon-spotify:before { content: " "; background-image: url('/img/spotify_64.png'); height: 12px; width: 12px; display: inline-block; background-size: 12px; background-repeat: no-repeat; margin: 0px 0px -1px; } .description { margin: 0 10px; padding: 10px 0; color: #eee; font-style: italic; font-size: 12px; } .description a { text-decoration: underline; } #artists .description { border-bottom: 1px solid #202020; } .container { max-width: 1000px; margin: 0 auto; background-color: #121314; } #artists.container { max-width: 500px; } #artist.container { max-width: 500px; } #concerts.container { max-width: 500px; } #search.container { max-width: 500px; } #settingscontainer { max-width: 600px; margin: 0 auto; text-align: center; } #player { display: none; position: fixed; overflow: hidden; bottom: 0px; right: 20px; height: 20px; width: 248px; -webkit-transition: height 0.7s; background-color: #2d2c2c; border: 1px solid #000; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom: 0px; } .desktop #player { display: block; } #player.open { height: 348px; } #player iframe { margin: -1px; } #playertoolbar { text-align: center; height: 20px; font-size: 15px; cursor: pointer; } .collapse { display: none; } .open .collapse { display: inline-block; } .open .expand { display: none; } .divider { font-size: 26px; margin: 10px 2% 0; } #welcome { text-align: center; padding: 10px 0px; } #landinglogo { width: 300px; margin: -23px 0px -20px -50px; } #tagline { font-size: 18px; margin-bottom: 30px; } #tagline span { font-weight: bold; } .screenshot { width: 300px; display: inline-block; margin: 10px 5px; } .screenshot img { width: 300px; display: inline-block; border: 1px solid #111; } .btn { border-radius: 500px; font-size: 16px; line-height: 1.5; padding: 8px 25px 6px; text-transform: uppercase; border-width: 1px; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; } .btn.spotify { color: #fff; background-color: #84bd00; border-color: #84bd00; } #welcome .spotify { margin-bottom: 30px; } a { color:#fff; text-decoration: none; } a:hover { text-decoration: none; } #nav { width: 400px; margin: 0 auto; } #nav a { width: 33%; display: inline-block; border-bottom: 0px; font-size: 16px; } .concerts-link { padding-left: 1% } .pagetitle { display: none; } @media only screen and (max-width: 700px) { #nav { position: fixed; bottom: 0; width: 100%; z-index: 2; background-color: #202020; padding: 10px 0; border-top: 1px solid #393b40; font-size: 16px; } .pagetitle { display: inline; } body { padding-bottom: 45px; } } .menu { list-style: none; padding: 10px 0 0; margin: 0; text-align: center; } #mainmenu { font-size: 18px; display: none; background-color: #202020; border-bottom: 1px solid #393b40; } .ready #mainmenu { display: block; } #submenu { font-size: 14px; text-align: left; margin: 0 10px; border-bottom: 1px solid #202020; } #submenu.menu > a { margin-right: 13px; padding: 5px 0 10px; } #sortmenu { font-size: 12px; } .menu > a { display: inline-block; } .menu > a.logout { float:right; } .menu a { opacity: 0.6; } .menu a:hover { opacity: 1; text-decoration: none; } .menu .active { border-bottom: 2px solid #80b729; } .menu .active { opacity: 1; } .submenu { color:#bbb; padding: 10px 0; font-size: 13px; margin: 0; text-align: left; } #settings { float: right; padding: 0px 20px 7px 10px; font-size: 20px; } #concertlocation { margin: 10px auto 30px; width: 300px; text-align: left; padding: 0 10px; } .currentmetro { font-size: 18px; } #concertlocation .searchbar { margin: 10px 0; } .metrosuggestion { display: block; border-bottom: 1px solid #202020; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 8px 0; cursor: pointer; } #searchbutton { float: right; padding: 0px 10px 7px; font-size: 20px; } .searchstuff { margin: 10px auto; text-align: center; } .searchbar { display: inline-block; height: 27px; padding: 4px 10px 4px; color: #3e3e40; background-color: #dfe0e6; background-image: none; border: 1px solid #dfe0e6; border-radius: 5px; box-shadow: none; min-width: 250px; } .searchsubmit { border-radius: 20px; background: #fff; color: #121314; padding: 9px 15px; display: inline-block; margin-left: 10px; } #logo { background-image: url('/img/transicon.png'); float: left; height: 34px; background-size: contain; background-repeat: no-repeat; margin: -5px 0 0 18px; opacity: 1; padding-left: 30px; line-height: 35px; font-weight: normal; color: #ddd; } .albums { } .album { float:left; text-align: center; width: 17.9%; margin: 0.5% 0 1.25% 1.75%; font-size: 12px; background-color: #222326; position: relative; } .flexileft { margin-left: 1.75% !important; } @media only screen and (min-width: 600px) and (max-width: 800px) { .album { width: 22.5%; margin: 0.5% 0 1.5% 2%; } .flexileft { margin-left: 2% !important; } } @media only screen and (min-width: 450px) and (max-width: 600px) { .album { width: 29.33%; margin: 1% 0 2% 3%; } .flexileft { margin-left: 3% !important; } } @media only screen and (max-width: 450px) { .album { width: 44%; margin: 1% 0 3% 4%; } .flexileft { margin-left: 4% !important; } } .albumimage { display: block; width: 100%; padding-top: 100%; background-size: cover; } .albumlink { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .albumartist { margin: 10px 5px 0; } .albumtitle { color:#666; margin: 5px 5px 10px; } .albumactions { background-color: rgba(0,0,0,0.9); position: absolute; bottom: 57px; left: 0; right: 0; -webkit-transition: height 0.2s; transition: height 0.2s; } .albumaction { display: block; overflow: hidden; border-top: 1px solid #222326; padding: 0; height: 0; font-size: 13px; cursor: pointer; clear: both; -webkit-transition: height 0.2s, padding 0.2s; transition: height 0.2s, padding 0.2s; } .album a.albumaction:hover { text-decoration:none; } .albumaction.mini { width: 50%; float: left; clear: none; } .albumaction.mini:nth-child(odd) { border-right: 1px solid #222326; margin-right: -1px; } .open .albumaction { height: inherit; padding: 6% 0; } .album a:hover { text-decoration: underline; } .toast { background-color: rgba(0,0,0,0.9); position: fixed; bottom: 50px; left: 50%; margin-left: -100px; width: 220px; border-radius: 50px; padding: 10px; text-align: center; } .toast a { text-decoration: underline; } .itemlist a { display: block; border-bottom: 1px solid #202020; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0 10px; } .itemtitle { display: inline-block; padding: 12px 0px 0px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 55%; } .artistbutton { cursor: pointer; padding: 12px 15px; float: right; } .ion-checkmark-circled.active { color:#84BD00; } .ion-plus-circled.active { color:#84BD00; } .ion-close-circled.active { color:red; } .ion-heart.active { color:red; } .ion-help-circled.active { color:#aaa; } .message { padding: 40px 10px; text-align: center; } .message a { text-decoration: underline; } /* Copied from Bootstrap */ .dropdown { position: relative; border: 1px solid #393b40; padding: 5px 10px; border-radius: 50px; margin: 0 4px 0 0; background-color: #202020; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 5px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .dropdown-menu-right { right: 0; left: auto; } .open>.dropdown-menu { display: block; } .dropdown-menu>li>a { display: block; padding: 5px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .caret { display: inline-block; width: 0; height: 0; margin: -1px -2px 0 4px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .concerts { padding: 0 10px; } .concerts .divider { margin-left: 0px; } .concert { color:#aaa; border-bottom: 1px solid #202020; } .concertvenue { margin-left: 5px; } .concertdetails { padding: 6px 0px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .concertday { display: inline-block; min-width: 32px; } .concertdate { display: inline-block; min-width: 50px; } .concert.open { padding-bottom: 6px; } .concertsummary { padding: 6px 0 10px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .concertlink { margin-left: 35px; color: #aaa; } .concert .ion-information-circled { color: #eee; } .concert .artist { display: block; clear: both; } .concert .artistbutton { float: left; padding: 12px 15px 6px; } .concert .artist .itemtitle { float: left; margin-left: 35px; max-width: 45%; } .concertartist { color: #fff; } .concertaction { display: inline-block; border: 1px solid #393b40; border-radius: 20px; cursor: pointer; padding: 2px 6px; margin: 6px 7px 5px 0; } .upcoming { padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #202020; margin: 0px 15px; } .upcomingimage { float: left; width: 75px; height: 75px; background-color: #222326; background-size: cover; margin-right: 12px; border-radius: 50px; } .upcomingdetails { display: inline-block; } .upcomingdate { color: #666; margin-top: 4px; font-size: 12px; } .upcomingartist { color: #fff; cursor: pointer; font-size: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 2px 0; } .upcomingalbum { color: #aaa; font-size: 14px; } #dna { text-align: justify; padding: 5px; } .dnaartist { display: block; width: 160px; text-align: left; overflow: hidden; float: left; white-space: nowrap; } .dnaartist:nth-child(even) { color: #aaa; } .dnaartist.open { display: block; } .artistinfo { padding: 10px; } .artistimage img { width: 100px; height: 100px; border-radius: 50px; float: left; } .artistimage { width: 100px; height: 100px; border-radius: 50px; float: left; background-size: cover; } .artistname { font-size: 22px; display: block; margin: 10px 0 0 115px; line-height: 27px; } .artistactions { display: inline-block; margin-left: 3px; } #artist .concert { display: block; margin: 0 10px; color: #fff; padding: 9px 0; } #artist .itemtitle { max-width: 43%; } .heading { font-size: 16px; margin: 30px 2% 0; color: #888; border-bottom: 1px solid #202020; text-transform:uppercase; padding-bottom: 3px; } .sectionmore { display: block; text-align: center; margin: 10px auto; width: 260px; background: #222326; cursor: pointer; padding: 5px; }
app/css/app.css
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } body { background-color: #202020; color:#fff; font-size: 14px; font-family: 'RobotoDraft', 'Roboto', Helvetica Neue,Helvetica,Arial,sans-serif; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); overflow-y:scroll; -webkit-font-smoothing: antialiased; } body.ready { background-color: #121314; } body.playing { padding-bottom: 120px; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } .icon-spotify:before { content: " "; background-image: url('/img/spotify_64.png'); height: 12px; width: 12px; display: inline-block; background-size: 12px; background-repeat: no-repeat; margin: 0px 0px -1px; } .description { margin: 0 10px; padding: 10px 0; color: #eee; font-style: italic; font-size: 12px; } .description a { text-decoration: underline; } #artists .description { border-bottom: 1px solid #202020; } .container { max-width: 1000px; margin: 0 auto; background-color: #121314; } #artists.container { max-width: 500px; } #artist.container { max-width: 500px; } #concerts.container { max-width: 500px; } #search.container { max-width: 500px; } #settingscontainer { max-width: 600px; margin: 0 auto; text-align: center; } #player { display: none; position: fixed; overflow: hidden; bottom: 0px; right: 20px; height: 20px; width: 248px; -webkit-transition: height 0.7s; background-color: #2d2c2c; border: 1px solid #000; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom: 0px; } .desktop #player { display: block; } #player.open { height: 348px; } #player iframe { margin: -1px; } #playertoolbar { text-align: center; height: 20px; font-size: 15px; cursor: pointer; } .collapse { display: none; } .open .collapse { display: inline-block; } .open .expand { display: none; } .divider { font-size: 26px; margin: 10px 2% 0; } #welcome { text-align: center; padding: 10px 0px; } #landinglogo { width: 300px; margin: -23px 0px -20px -50px; } #tagline { font-size: 18px; margin-bottom: 30px; } #tagline span { font-weight: bold; } .screenshot { width: 300px; display: inline-block; margin: 10px 5px; } .screenshot img { width: 300px; display: inline-block; border: 1px solid #111; } .btn { border-radius: 500px; font-size: 16px; line-height: 1.5; padding: 8px 25px 6px; text-transform: uppercase; border-width: 1px; display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; -webkit-user-select: none; } .btn.spotify { color: #fff; background-color: #84bd00; border-color: #84bd00; } #welcome .spotify { margin-bottom: 30px; } a { color:#fff; text-decoration: none; } a:hover { text-decoration: none; } #nav { width: 400px; margin: 0 auto; } #nav a { width: 33%; display: inline-block; border-bottom: 0px; font-size: 16px; } .concerts-link { padding-left: 1% } .pagetitle { display: none; } @media only screen and (max-width: 700px) { #nav { position: fixed; bottom: 0; width: 100%; z-index: 2; background-color: #202020; padding: 10px 0; border-top: 1px solid #393b40; font-size: 16px; } .pagetitle { display: inline; } body { padding-bottom: 45px; } } .menu { list-style: none; padding: 10px 0 0; margin: 0; text-align: center; } #mainmenu { font-size: 18px; display: none; background-color: #202020; border-bottom: 1px solid #393b40; } .ready #mainmenu { display: block; } #submenu { font-size: 14px; text-align: left; margin: 0 10px; border-bottom: 1px solid #202020; } #submenu.menu > a { margin-right: 13px; padding: 5px 0 10px; } #sortmenu { font-size: 12px; } .menu > a { display: inline-block; } .menu > a.logout { float:right; } .menu a { opacity: 0.6; } .menu a:hover { opacity: 1; text-decoration: none; } .menu .active { border-bottom: 2px solid #80b729; } .menu .active { opacity: 1; } .submenu { color:#bbb; padding: 10px 0; font-size: 13px; margin: 0; text-align: left; } #settings { float: right; padding: 0px 20px 7px 10px; font-size: 20px; } #concertlocation { margin: 10px auto 30px; width: 300px; text-align: left; padding: 0 10px; } .currentmetro { font-size: 18px; } #concertlocation .searchbar { margin: 10px 0; } .metrosuggestion { display: block; border-bottom: 1px solid #202020; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 8px 0; cursor: pointer; } #searchbutton { float: right; padding: 0px 10px 7px; font-size: 20px; } .searchstuff { margin: 10px auto; text-align: center; } .searchbar { display: inline-block; height: 27px; padding: 4px 10px 4px; color: #3e3e40; background-color: #dfe0e6; background-image: none; border: 1px solid #dfe0e6; border-radius: 5px; box-shadow: none; min-width: 250px; } .searchsubmit { border-radius: 20px; background: #fff; color: #121314; padding: 9px 15px; display: inline-block; margin-left: 10px; } #logo { background-image: url('/img/transicon.png'); float: left; height: 34px; background-size: contain; background-repeat: no-repeat; margin: -5px 0 0 18px; opacity: 1; padding-left: 30px; line-height: 35px; font-weight: normal; color: #ddd; } .albums { } .album { float:left; text-align: center; width: 17.9%; margin: 0.5% 0 1.25% 1.75%; font-size: 12px; background-color: #222326; position: relative; } .flexileft { margin-left: 1.75% !important; } @media only screen and (min-width: 600px) and (max-width: 800px) { .album { width: 22.5%; margin: 0.5% 0 1.5% 2%; } .flexileft { margin-left: 2% !important; } } @media only screen and (min-width: 450px) and (max-width: 600px) { .album { width: 29.33%; margin: 1% 0 2% 3%; } .flexileft { margin-left: 3% !important; } } @media only screen and (max-width: 450px) { .album { width: 44%; margin: 1% 0 3% 4%; } .flexileft { margin-left: 4% !important; } } .albumimage { display: block; width: 100%; padding-top: 100%; background-size: cover; } .albumlink { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .albumartist { margin: 10px 5px 0; } .albumtitle { color:#666; margin: 5px 5px 10px; } .albumactions { background-color: rgba(0,0,0,0.9); position: absolute; bottom: 57px; left: 0; right: 0; -webkit-transition: height 0.2s; transition: height 0.2s; } .albumaction { display: block; overflow: hidden; border-top: 1px solid #222326; padding: 0; height: 0; font-size: 13px; cursor: pointer; clear: both; -webkit-transition: height 0.2s, padding 0.2s; transition: height 0.2s, padding 0.2s; } .album a.albumaction:hover { text-decoration:none; } .albumaction.mini { width: 50%; float: left; clear: none; } .albumaction.mini:nth-child(odd) { border-right: 1px solid #222326; margin-right: -1px; } .open .albumaction { height: inherit; padding: 6% 0; } .album a:hover { text-decoration: underline; } .toast { background-color: rgba(0,0,0,0.9); position: fixed; bottom: 50px; left: 50%; margin-left: -100px; width: 220px; border-radius: 50px; padding: 10px; text-align: center; } .toast a { text-decoration: underline; } .itemlist a { display: block; border-bottom: 1px solid #202020; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0 10px; } .itemtitle { display: inline-block; padding: 12px 0px 0px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 55%; } .artistbutton { cursor: pointer; padding: 12px 15px; float: right; } .ion-checkmark-circled.active { color:#84BD00; } .ion-plus-circled.active { color:#84BD00; } .ion-close-circled.active { color:red; } .ion-heart.active { color:red; } .ion-help-circled.active { color:#aaa; } .message { padding: 40px 10px; text-align: center; } .message a { text-decoration: underline; } /* Copied from Bootstrap */ .dropdown { position: relative; border: 1px solid #393b40; padding: 5px 10px; border-radius: 50px; margin: 0 4px 0 0; background-color: #202020; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 5px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .dropdown-menu-right { right: 0; left: auto; } .open>.dropdown-menu { display: block; } .dropdown-menu>li>a { display: block; padding: 5px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap; } .caret { display: inline-block; width: 0; height: 0; margin: -1px -2px 0 4px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .concerts { padding: 0 10px; } .concerts .divider { margin-left: 0px; } .concert { color:#aaa; border-bottom: 1px solid #202020; } .concertvenue { margin-left: 5px; } .concertdetails { padding: 6px 0px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .concertday { display: inline-block; min-width: 32px; } .concertdate { display: inline-block; min-width: 50px; } .concert.open { padding-bottom: 6px; } .concertsummary { padding: 6px 0 10px; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .concertlink { margin-left: 35px; color: #aaa; } .concert .ion-information-circled { color: #eee; } .concert .artist { display: block; clear: both; } .concert .artistbutton { float: left; padding: 12px 15px 6px; } .concert .artist .itemtitle { float: left; margin-left: 35px; max-width: 45%; } .concertartist { color: #fff; } .concertaction { display: inline-block; border: 1px solid #393b40; border-radius: 20px; cursor: pointer; padding: 2px 6px; margin: 6px 7px 5px 0; } .upcoming { padding: 10px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #202020; margin: 0px 15px; } .upcomingimage { float: left; width: 75px; height: 75px; background-color: #222326; background-size: cover; margin-right: 12px; border-radius: 50px; } .upcomingdetails { display: inline-block; } .upcomingdate { color: #666; margin-top: 4px; font-size: 12px; } .upcomingartist { color: #fff; cursor: pointer; font-size: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 2px 0; } .upcomingalbum { color: #aaa; font-size: 14px; } #dna { text-align: justify; padding: 5px; } .dnaartist { display: block; width: 160px; text-align: left; overflow: hidden; float: left; white-space: nowrap; } .dnaartist:nth-child(even) { color: #aaa; } .dnaartist.open { display: block; } .artistinfo { padding: 10px; } .artistimage img { width: 100px; height: 100px; border-radius: 50px; float: left; } .artistimage { width: 100px; height: 100px; border-radius: 50px; float: left; background-size: cover; } .artistname { font-size: 22px; display: block; margin: 10px 0 0 115px; line-height: 27px; } .artistactions { display: inline-block; margin-left: 3px; } #artist .concert { display: block; margin: 0 10px; color: #fff; padding: 9px 0; } #artist .itemtitle { max-width: 43%; } .heading { font-size: 16px; margin: 30px 2% 0; color: #888; border-bottom: 1px solid #202020; text-transform:uppercase; padding-bottom: 3px; } .sectionmore { display: block; text-align: center; margin: 10px auto; width: 260px; background: #222326; cursor: pointer; padding: 5px; }
0.183887
0.081301
@charset "utf-8"; /* CSS Document */ .contaner { background: #f3f3f3 url("../../images/contaner_bg.png") repeat-x top center; padding-bottom: 10px; min-width: 980px; } .mainContent { margin: 0 auto 10px auto; width: 980px; } .w { margin: 0 auto; width: 980px; color: #666; } .clearfix:after { clear: both; content: ""; display: block; font-size: 0; height: 0; overflow: hidden; visibility: hidden; } .breadcrumb { height: 25px; line-height: 25px; margin: 0 auto 5px; overflow: hidden; padding: 20px 0 4px 6px; vertical-align: baseline; } .heleft{ float: left; width: 200px; display: inline; border-top:1px solid #E6E6E6; overflow: hidden; margin: 5px 0 5px 5px; } .heright { float: left; width: 770px; overflow:hidden; background: #fff; } .hemain{ margin: 0 auto; width: 980px; overflow: hidden; background: #fff; } #help dl dt h2{ font-size:16px; height: 39px; color:#f5e8c4; text-align:left; line-height:39px; padding-left:20px; background:url(../../images/leftmunebg.png) no-repeat; cursor:pointer; } #help .mc { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E6E6E6; border-image: none; border-style: solid; border-width: 0 1px 1px; overflow: hidden; background: #fff; } #help .mccon { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E6E6E6; border-image: none; border-style: solid; border-width: 0 1px 1px; overflow: hidden; background: #fff; } .mccon dl dt { border-top:none; height:40px; line-height:40px; text-align:left; padding-left:20px; cursor:pointer; } .fold{ background:url(../../images/leftmunebg2-1.jpg) no-repeat; } .unfold{ background:url(../../images/leftmunebg2.jpg) no-repeat; } .mccon dl dt span{ padding-left:20px; } #help dl dt { border-top:none; font-weight: bold; padding: 0 ; position: relative; font-size:13px; } #help dl.close dd { display: none; } #help dd { background:#f7f7f2; } #help dd .item { height:32px; width:160px; margin:0 auto; overflow:hidden; } .itenline{ height:2px; width:160px; margin:0 auto; background:url(../../images/line.png) repeat-x; } #help dd .curr { font-weight: bold; } #help dd .curr a{ color:#ab6f00; } #help dd .item a{ display:block; height:26px; line-height:26px; } .help_ad_img_wrap { border-bottom: 1px solid #AB6F00; color: #AB6F00; font-size: 20px; margin: 0 0 20px; padding: 0 0 10px; position: relative; width: 720px; } .help_ad_img_wrap h2{ font-size: 16px; color:#F00; border-left:3px solid #C00; padding-left:10px; } .list_wrap { display: none; margin: 20px 10px 0px 10px; width:690px; } .help01 { background:#fff; padding:15px 25px 20px; overflow: hidden; } .ui_help_list { clear: both; margin-bottom: 20px; } .ui_help_item:first-child { /*border-top: 1px dashed #C6C6C6;*/ } .ui_help_item { border-bottom: 1px dashed #C6C6C6; font-size: 14px; height: 34px; line-height: 34px; } .ui_help_item a { padding: 0 12px 0 22px; background:url(../../images/help.gif) 0 -45px no-repeat; } .righttex{ height:auto!important; *height:360px; min-height:340px; } .righttex h1{ font-size:18px; text-align:center; padding:5px 10px ; } .righttex p{ line-height:180%; font-size:14px; margin-top:10px; padding:0 10px } p.time{ line-height:30px; text-align:center; color:#888; font-size:12px; padding-bottom:5px; margin-top:0; border-bottom:solid 1px #ddd; } p.time span{ margin:0 5px; } #subBox { clear: both; color: #666666; float: left; padding: 10px 0 0 10px; width: 730px; border-top:1px solid #eee; margin-top: 20px; } .help_operate { padding: 19px 0 0; width:680px; } .ui_help_operate_tabs li.current { background-position: 0 -38px; color: #FFFFFF; font-size: 14px; font-weight: bold; overflow: hidden; z-index: 10 !important; } .ui_help_operate_tabs li.first { margin-left: 0; } .ui_help_operate_tabs li { background: url("../../images/help_operate_tabs_bg.gif") no-repeat scroll 0 0 transparent; cursor: pointer; float: left; font-size: 12px; height: 38px; margin-left: 2px; position: relative; text-align: center; line-height:35px; width: 135px; } .h_status { border-bottom: 1px solid #F0F0F0; color: #999999; line-height: 24px; margin-bottom: 8px; padding: 10px 10px 8px; } .h_status .active:link, .h_status .active:visited, .h_status .active:hover, .h_status .active:active { color: #FF6600; font-weight: normal; text-decoration: none; } .pipe { color: #999; font-weight: normal; padding: 0 3px; } .ui_step_inner_content { padding: 15px 10px; } .ui_step_inner_content p { font-size: 12px; padding: 5px 0; } .ui_step_inner_content img { cursor: pointer; margin-left: 47px; padding: 19px 0; position: relative; } .proan{ height:80px; padding-left:5px; padding-top:5px; width:675px; margin-left:15px; } .proantex{ float:left; width:550px; margin-left:20px; } .proantex h2{ font-size:14px; color:#AB6F00; line-height:30px; } .proantex p{ text-indent:2em; } .anliu img{ margin-top:30px; margin-bottom: 30px; } .anliu{ margin-left:60px; } .helpnav{ height:177px; width:980px; margin:0 auto; overflow:hidden; } .helpnav span{ display:block; margin:0 auto; width:93px; height:30px; text-align:center; font-size:14px; color:#ab6f00; } .helpnav div{ height:105px; width:92px; margin:0 auto; } .helpnav .security,.helpnav .question,.helpnav .projectintro{ /* width:326px; */ width:490px; float:left; height:135px; margin:35px 0 0 0; border-bottom:7px solid #ddd; cursor:pointer; } .helpnav .cur{ border-bottom:7px solid #cfa647; } .helpnav .security div{ background:url(../../images/helpicon.png) 0 0 no-repeat; } .helpnav .question div{ background:url(../../images/helpicon.png) 0 -239px no-repeat; } .helpnav .projectintro div{ background:url(../../images/helpicon.png) 0 -120px no-repeat; } .helpnav .security.cur div{ background:url(../../images/helpicon.png) 0 -472px no-repeat; } .helpnav .question.cur div{ background:url(../../images/helpicon.png) 0 -357px no-repeat; } .helpnav .projectintro.cur div{ background:url(../../images/helpicon.png) 0 -586px no-repeat; } .helpcontent{ width:980px; margin:0 auto; height:auto; } .helpcontent dl{ width:980px; height:150px; margin:0 0 10px 0; display:block; } .helpcontent dt{ width:326px; height:150px; line-height:150px; background:#e6e6e6; text-align:center; font-size:24px; color:#a8a8a8; position:relative; float:left; cursor:pointer; } .helpcontent dt span{ background:url(../../images/triangle.png) 0 -38px no-repeat ; display:block; height:33px; width:17px; position: absolute; top: 59px; right:-16px; } .helpcontent dd{ width:652px; height:150px; background:#fff; font-size:15px; color:#868686; float:left; cursor:pointer; } .helpcontent .cur dt{ background:#cfa647; color:#ab6f00; } .helpcontent .cur dt span{ background:url(../../images/triangle.png) 0 0 no-repeat ; } .helpcontent .cur dd{ color:#333; } .helpbtn{ height:25px; width:980px; } .helpbtn .btn .detail{ float:right; /*margin:12px 0 0 0; background:url(../images/detailbtn.png) no-repeat; */ display:block; text-decoration:none; width:100px; height:25px; line-height:25px; text-align:center; color:#ab6f00; } .helpbtn .btn .detail:hover{ color:red; } .faq{ margin:0 0 10px 0; } .odd{ background:#fff; height:140px; } .even{ background:#f9f9f9; height:140px; } .faq ul li{ float:left; list-style-type: none; } .lfirst{ border-right:7px solid #e9cf92; height:140px; width:80px; } .lfirst2{ border-right:7px solid #e9cf92; height:110px; width:80px; margin:30px 0 0 0; } .lfirst3{ border-right:7px solid #e9cf92; height:110px; width:80px; margin:0 0 30px 0; } .ltitle{ width:110px; height:140px; line-height:140px; font-size:22px; text-align:center; color:#ab6f00; } .lcontent{ color:#696969; } .lcontent p{ text-align:center; color:#c79822; font-size:14px; width:158px; margin:30px 0 0 0; } .lcontent div{ width:155px; margin:0 5px; } .arrow{ width:60px; height:80px; background:url(../../images/arrow.png) no-repeat; margin:55px 20px 0 20px; } .regicon{ background:url(../../images/flowicon.png) 0 0 no-repeat; height:40px; width:44px; float:right; margin:20px -2px 0 0; } .rechargeicon{ background:url(../../images/flowicon.png) 0 -40px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .investicon{ background:url(../../images/flowicon.png) 0 -80px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .withdrawicon{ background:url(../../images/flowicon.png) 0 -120px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .bindicon{ background:url(../../images/flowicon.png) 0 -160px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .tip1{ display:none; } .tip3{ display:none; } .turnpage{position:relative;height:60px;} /*.turnpage .nextpage{position:absolute;left:60px;top:20px;font-size:14px;color:#1c81c5;} .turnpage .prevpage{position:absolute;left:60px;top:0;font-size:14px;color:#1c81c5;}*/ .turnpage .nextpage{font-size:14px;color:#1c81c5;} .turnpage .prevpage{font-size:14px;color:#1c81c5;} p.media_infor_time{display:inline;border:0;margin-left:5px;float:left;} .media_infor_share{display:inline;margin-top:1px;} .media_time_share_container{border-bottom:solid 1px #ddd;} .media_time_share{margin:0 auto;width:300px;} .clearBoth{clear:both;} .media_info_pagination{height:40px;} #news_info_share .news_info_share{float:right;margin-right:20px;} .transfer_tip li{ float:left; color:#6c6c6c; font-size:14px; padding:0px 15px; cursor:pointer; } .transfer_tip li.on{ color:#AB6F00; border-top: 3px solid #AB6F00; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #fff; background: #fff; height: 46px; line-height: 42px; } .transfer_tip{ border-bottom: 1px solid #e2e2e2; width: 97%; height:48px; line-height: 48px; padding-top: 1px; margin:0px auto; }
proxy/data/index/style/help.css
@charset "utf-8"; /* CSS Document */ .contaner { background: #f3f3f3 url("../../images/contaner_bg.png") repeat-x top center; padding-bottom: 10px; min-width: 980px; } .mainContent { margin: 0 auto 10px auto; width: 980px; } .w { margin: 0 auto; width: 980px; color: #666; } .clearfix:after { clear: both; content: ""; display: block; font-size: 0; height: 0; overflow: hidden; visibility: hidden; } .breadcrumb { height: 25px; line-height: 25px; margin: 0 auto 5px; overflow: hidden; padding: 20px 0 4px 6px; vertical-align: baseline; } .heleft{ float: left; width: 200px; display: inline; border-top:1px solid #E6E6E6; overflow: hidden; margin: 5px 0 5px 5px; } .heright { float: left; width: 770px; overflow:hidden; background: #fff; } .hemain{ margin: 0 auto; width: 980px; overflow: hidden; background: #fff; } #help dl dt h2{ font-size:16px; height: 39px; color:#f5e8c4; text-align:left; line-height:39px; padding-left:20px; background:url(../../images/leftmunebg.png) no-repeat; cursor:pointer; } #help .mc { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E6E6E6; border-image: none; border-style: solid; border-width: 0 1px 1px; overflow: hidden; background: #fff; } #help .mccon { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E6E6E6; border-image: none; border-style: solid; border-width: 0 1px 1px; overflow: hidden; background: #fff; } .mccon dl dt { border-top:none; height:40px; line-height:40px; text-align:left; padding-left:20px; cursor:pointer; } .fold{ background:url(../../images/leftmunebg2-1.jpg) no-repeat; } .unfold{ background:url(../../images/leftmunebg2.jpg) no-repeat; } .mccon dl dt span{ padding-left:20px; } #help dl dt { border-top:none; font-weight: bold; padding: 0 ; position: relative; font-size:13px; } #help dl.close dd { display: none; } #help dd { background:#f7f7f2; } #help dd .item { height:32px; width:160px; margin:0 auto; overflow:hidden; } .itenline{ height:2px; width:160px; margin:0 auto; background:url(../../images/line.png) repeat-x; } #help dd .curr { font-weight: bold; } #help dd .curr a{ color:#ab6f00; } #help dd .item a{ display:block; height:26px; line-height:26px; } .help_ad_img_wrap { border-bottom: 1px solid #AB6F00; color: #AB6F00; font-size: 20px; margin: 0 0 20px; padding: 0 0 10px; position: relative; width: 720px; } .help_ad_img_wrap h2{ font-size: 16px; color:#F00; border-left:3px solid #C00; padding-left:10px; } .list_wrap { display: none; margin: 20px 10px 0px 10px; width:690px; } .help01 { background:#fff; padding:15px 25px 20px; overflow: hidden; } .ui_help_list { clear: both; margin-bottom: 20px; } .ui_help_item:first-child { /*border-top: 1px dashed #C6C6C6;*/ } .ui_help_item { border-bottom: 1px dashed #C6C6C6; font-size: 14px; height: 34px; line-height: 34px; } .ui_help_item a { padding: 0 12px 0 22px; background:url(../../images/help.gif) 0 -45px no-repeat; } .righttex{ height:auto!important; *height:360px; min-height:340px; } .righttex h1{ font-size:18px; text-align:center; padding:5px 10px ; } .righttex p{ line-height:180%; font-size:14px; margin-top:10px; padding:0 10px } p.time{ line-height:30px; text-align:center; color:#888; font-size:12px; padding-bottom:5px; margin-top:0; border-bottom:solid 1px #ddd; } p.time span{ margin:0 5px; } #subBox { clear: both; color: #666666; float: left; padding: 10px 0 0 10px; width: 730px; border-top:1px solid #eee; margin-top: 20px; } .help_operate { padding: 19px 0 0; width:680px; } .ui_help_operate_tabs li.current { background-position: 0 -38px; color: #FFFFFF; font-size: 14px; font-weight: bold; overflow: hidden; z-index: 10 !important; } .ui_help_operate_tabs li.first { margin-left: 0; } .ui_help_operate_tabs li { background: url("../../images/help_operate_tabs_bg.gif") no-repeat scroll 0 0 transparent; cursor: pointer; float: left; font-size: 12px; height: 38px; margin-left: 2px; position: relative; text-align: center; line-height:35px; width: 135px; } .h_status { border-bottom: 1px solid #F0F0F0; color: #999999; line-height: 24px; margin-bottom: 8px; padding: 10px 10px 8px; } .h_status .active:link, .h_status .active:visited, .h_status .active:hover, .h_status .active:active { color: #FF6600; font-weight: normal; text-decoration: none; } .pipe { color: #999; font-weight: normal; padding: 0 3px; } .ui_step_inner_content { padding: 15px 10px; } .ui_step_inner_content p { font-size: 12px; padding: 5px 0; } .ui_step_inner_content img { cursor: pointer; margin-left: 47px; padding: 19px 0; position: relative; } .proan{ height:80px; padding-left:5px; padding-top:5px; width:675px; margin-left:15px; } .proantex{ float:left; width:550px; margin-left:20px; } .proantex h2{ font-size:14px; color:#AB6F00; line-height:30px; } .proantex p{ text-indent:2em; } .anliu img{ margin-top:30px; margin-bottom: 30px; } .anliu{ margin-left:60px; } .helpnav{ height:177px; width:980px; margin:0 auto; overflow:hidden; } .helpnav span{ display:block; margin:0 auto; width:93px; height:30px; text-align:center; font-size:14px; color:#ab6f00; } .helpnav div{ height:105px; width:92px; margin:0 auto; } .helpnav .security,.helpnav .question,.helpnav .projectintro{ /* width:326px; */ width:490px; float:left; height:135px; margin:35px 0 0 0; border-bottom:7px solid #ddd; cursor:pointer; } .helpnav .cur{ border-bottom:7px solid #cfa647; } .helpnav .security div{ background:url(../../images/helpicon.png) 0 0 no-repeat; } .helpnav .question div{ background:url(../../images/helpicon.png) 0 -239px no-repeat; } .helpnav .projectintro div{ background:url(../../images/helpicon.png) 0 -120px no-repeat; } .helpnav .security.cur div{ background:url(../../images/helpicon.png) 0 -472px no-repeat; } .helpnav .question.cur div{ background:url(../../images/helpicon.png) 0 -357px no-repeat; } .helpnav .projectintro.cur div{ background:url(../../images/helpicon.png) 0 -586px no-repeat; } .helpcontent{ width:980px; margin:0 auto; height:auto; } .helpcontent dl{ width:980px; height:150px; margin:0 0 10px 0; display:block; } .helpcontent dt{ width:326px; height:150px; line-height:150px; background:#e6e6e6; text-align:center; font-size:24px; color:#a8a8a8; position:relative; float:left; cursor:pointer; } .helpcontent dt span{ background:url(../../images/triangle.png) 0 -38px no-repeat ; display:block; height:33px; width:17px; position: absolute; top: 59px; right:-16px; } .helpcontent dd{ width:652px; height:150px; background:#fff; font-size:15px; color:#868686; float:left; cursor:pointer; } .helpcontent .cur dt{ background:#cfa647; color:#ab6f00; } .helpcontent .cur dt span{ background:url(../../images/triangle.png) 0 0 no-repeat ; } .helpcontent .cur dd{ color:#333; } .helpbtn{ height:25px; width:980px; } .helpbtn .btn .detail{ float:right; /*margin:12px 0 0 0; background:url(../images/detailbtn.png) no-repeat; */ display:block; text-decoration:none; width:100px; height:25px; line-height:25px; text-align:center; color:#ab6f00; } .helpbtn .btn .detail:hover{ color:red; } .faq{ margin:0 0 10px 0; } .odd{ background:#fff; height:140px; } .even{ background:#f9f9f9; height:140px; } .faq ul li{ float:left; list-style-type: none; } .lfirst{ border-right:7px solid #e9cf92; height:140px; width:80px; } .lfirst2{ border-right:7px solid #e9cf92; height:110px; width:80px; margin:30px 0 0 0; } .lfirst3{ border-right:7px solid #e9cf92; height:110px; width:80px; margin:0 0 30px 0; } .ltitle{ width:110px; height:140px; line-height:140px; font-size:22px; text-align:center; color:#ab6f00; } .lcontent{ color:#696969; } .lcontent p{ text-align:center; color:#c79822; font-size:14px; width:158px; margin:30px 0 0 0; } .lcontent div{ width:155px; margin:0 5px; } .arrow{ width:60px; height:80px; background:url(../../images/arrow.png) no-repeat; margin:55px 20px 0 20px; } .regicon{ background:url(../../images/flowicon.png) 0 0 no-repeat; height:40px; width:44px; float:right; margin:20px -2px 0 0; } .rechargeicon{ background:url(../../images/flowicon.png) 0 -40px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .investicon{ background:url(../../images/flowicon.png) 0 -80px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .withdrawicon{ background:url(../../images/flowicon.png) 0 -120px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .bindicon{ background:url(../../images/flowicon.png) 0 -160px no-repeat; height:40px; width:44px; float:right; margin:48px -2px 0 0; } .tip1{ display:none; } .tip3{ display:none; } .turnpage{position:relative;height:60px;} /*.turnpage .nextpage{position:absolute;left:60px;top:20px;font-size:14px;color:#1c81c5;} .turnpage .prevpage{position:absolute;left:60px;top:0;font-size:14px;color:#1c81c5;}*/ .turnpage .nextpage{font-size:14px;color:#1c81c5;} .turnpage .prevpage{font-size:14px;color:#1c81c5;} p.media_infor_time{display:inline;border:0;margin-left:5px;float:left;} .media_infor_share{display:inline;margin-top:1px;} .media_time_share_container{border-bottom:solid 1px #ddd;} .media_time_share{margin:0 auto;width:300px;} .clearBoth{clear:both;} .media_info_pagination{height:40px;} #news_info_share .news_info_share{float:right;margin-right:20px;} .transfer_tip li{ float:left; color:#6c6c6c; font-size:14px; padding:0px 15px; cursor:pointer; } .transfer_tip li.on{ color:#AB6F00; border-top: 3px solid #AB6F00; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #fff; background: #fff; height: 46px; line-height: 42px; } .transfer_tip{ border-bottom: 1px solid #e2e2e2; width: 97%; height:48px; line-height: 48px; padding-top: 1px; margin:0px auto; }
0.295738
0.065905
@-moz-document regexp(".*olx.*.") { body { color: #30ff2e; background: black; } ul.tabs .tab .link, ul.tabs .tab a { color: white; } table.offers.redesigned .offer-wrapper, table.offers.redesigned.userobserved-list .offer-wrapper, listHandler table.offers.redesigned .offer-wrapper { background: #262626; } form.search .checkboxsepa .small { font-size: 14px !important; line-height: 1.29; color: #4fbf46; } form.search .checkboxsepa .icon.f_checkbox.selected + .small { color: #30ff2e; } .link { color: #30ff2e; } form.search .option-search-criteria a { -webkit-box-shadow: inset 0 0 0 2px #378436; -moz-box-shadow: inset 0 0 0 2px #378436; -ms-box-shadow: inset 0 0 0 2px #378436; -o-box-shadow: inset 0 0 0 2px #378436; box-shadow: inset 0 0 0 2px #378436; } a { color: #10d9ee; } ul.tabs .tab.selected { color: #30ff2e; box-shadow: inset 0 -2px 0 0 #30ff2e, 0 1px 0 0 #22ae20; } .breadcrumb.offerslist .small { color: #30ff2e; } .view-lists > ul > li { color: #30ff2e; } .view-lists .view__icon { color: #007784 !important; } .offersview div.section h2 { color: #00a1b3; } table.offers.redesigned .offer .bottom-cell .breadcrumb span, table.offers.redesigned.userobserved-list .offer .bottom-cell .breadcrumb span, listHandler table.offers.redesigned .offer .bottom-cell .breadcrumb span { color: #00a1b3; } .promo-label--courier { color: #65c1ca; background: #575757; } .offersview div.section p { color: #00a1b3; } h1, h2, h3, h4, h5, h6 { color: #00a1b3; } .maincategories { background: #262626; } .gallerywide > li { background: #262626; } form.searchmain input[type="text"] { background: #262626; } form.searchmain .input-container { background: #262626; border-right: 1px solid #6f6f6f; } form.searchmain [data-icon="search"] { color: #00a1b3; } form.searchmain .button { background: #262626; color: #30ff2e; } .favgallerybox > li .card { background: #262626; } .popular-searches { background: #262626; } ul.tabsfav .tab { color: #30ff2e; } .c73 { color: #30ff2e; } #categoryLinksHeader .breaklist .link.gray, #categoryLinksHeader .breaklist .link.gray > * { color: #30ff2e; } .offer__innerbox { background: #262626; } .descgallery { background: #262626; } .offer-sidebar__box { background: #262626; } .t-new_sidebar .quickcontact { background: #262626; } }
data/usercss/183561.user.css
@-moz-document regexp(".*olx.*.") { body { color: #30ff2e; background: black; } ul.tabs .tab .link, ul.tabs .tab a { color: white; } table.offers.redesigned .offer-wrapper, table.offers.redesigned.userobserved-list .offer-wrapper, listHandler table.offers.redesigned .offer-wrapper { background: #262626; } form.search .checkboxsepa .small { font-size: 14px !important; line-height: 1.29; color: #4fbf46; } form.search .checkboxsepa .icon.f_checkbox.selected + .small { color: #30ff2e; } .link { color: #30ff2e; } form.search .option-search-criteria a { -webkit-box-shadow: inset 0 0 0 2px #378436; -moz-box-shadow: inset 0 0 0 2px #378436; -ms-box-shadow: inset 0 0 0 2px #378436; -o-box-shadow: inset 0 0 0 2px #378436; box-shadow: inset 0 0 0 2px #378436; } a { color: #10d9ee; } ul.tabs .tab.selected { color: #30ff2e; box-shadow: inset 0 -2px 0 0 #30ff2e, 0 1px 0 0 #22ae20; } .breadcrumb.offerslist .small { color: #30ff2e; } .view-lists > ul > li { color: #30ff2e; } .view-lists .view__icon { color: #007784 !important; } .offersview div.section h2 { color: #00a1b3; } table.offers.redesigned .offer .bottom-cell .breadcrumb span, table.offers.redesigned.userobserved-list .offer .bottom-cell .breadcrumb span, listHandler table.offers.redesigned .offer .bottom-cell .breadcrumb span { color: #00a1b3; } .promo-label--courier { color: #65c1ca; background: #575757; } .offersview div.section p { color: #00a1b3; } h1, h2, h3, h4, h5, h6 { color: #00a1b3; } .maincategories { background: #262626; } .gallerywide > li { background: #262626; } form.searchmain input[type="text"] { background: #262626; } form.searchmain .input-container { background: #262626; border-right: 1px solid #6f6f6f; } form.searchmain [data-icon="search"] { color: #00a1b3; } form.searchmain .button { background: #262626; color: #30ff2e; } .favgallerybox > li .card { background: #262626; } .popular-searches { background: #262626; } ul.tabsfav .tab { color: #30ff2e; } .c73 { color: #30ff2e; } #categoryLinksHeader .breaklist .link.gray, #categoryLinksHeader .breaklist .link.gray > * { color: #30ff2e; } .offer__innerbox { background: #262626; } .descgallery { background: #262626; } .offer-sidebar__box { background: #262626; } .t-new_sidebar .quickcontact { background: #262626; } }
0.329068
0.09236
.edit-area-non-active { margin-top: 0px; background: #474646; display: inline-block; width: 800px; border-style: solid; border-color: black; border-width: 0px 5px 5px 5px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; padding-bottom: 20px; } .edit-area-active { width: 800px; background: #474646; display: inline-block; margin-top: 5%; padding-top: 15px; text-align: center; border: 5px solid black; border-radius: 30px; color: white; font-family: 'Orbitron', sans-serif; font-size: 20px; overflow-x: auto; } .music-table { width: 100%; table-layout: fixed; } th { width: auto; } .input-customize { text-align: center; font-family: 'Orbitron', sans-serif; font-size: 15px; } /* customize button */ .customize-button-active { border: none; border-radius: 10px; padding: 8px; margin: 10px 0px 20px 0px; background: #cb4e4e; color: #fff; box-shadow: 0 8px #ab3c3c; font-family: 'Orbitron', sans-serif; font-size: 20px; outline: none; } .customize-button-inactive { border: none; border-radius: 10px; font-family: 'Orbitron', sans-serif; background: #23ea04; box-shadow: 0 8px #19b700; color: black; font-size: 20px; padding: 8px; outline: none; } /* gear */ .gear { font-size: 40px; } /* add more buttons */ .add-more-button { font-family: 'Orbitron', sans-serif; font-size: 20px; margin: 10px 0px 10px 0px; padding-top: 5px; border: none; border-radius: 10px; background: #23ea04; box-shadow: 0 6px #19b700; outline: none; } .author { font-family: 'Orbitron', sans-serif; color: #999999; font-size: 15px; margin-top: 20px; margin-bottom: 0px; } @media (max-width: 800px) { .edit-area-non-active { width: 100%; } .edit-area-active { width: 100%; } } @media (max-width: 420px) { .edit-area-non-active { width: 95%; } .customize-button-inactive { font-size: 12px; } .gear { font-size: 15px; } .customize-button-active { margin-top: 5px; font-size: 10px; } .edit-area-active { font-size: 10px; width: 95%; } .input-customize { text-align: left; font-family: 'Orbitron', sans-serif; font-size: 9px; } .add-more-button { font-size: 15px; } }
react-electronic-music-launchpad/src/components/EditBar.css
.edit-area-non-active { margin-top: 0px; background: #474646; display: inline-block; width: 800px; border-style: solid; border-color: black; border-width: 0px 5px 5px 5px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; padding-bottom: 20px; } .edit-area-active { width: 800px; background: #474646; display: inline-block; margin-top: 5%; padding-top: 15px; text-align: center; border: 5px solid black; border-radius: 30px; color: white; font-family: 'Orbitron', sans-serif; font-size: 20px; overflow-x: auto; } .music-table { width: 100%; table-layout: fixed; } th { width: auto; } .input-customize { text-align: center; font-family: 'Orbitron', sans-serif; font-size: 15px; } /* customize button */ .customize-button-active { border: none; border-radius: 10px; padding: 8px; margin: 10px 0px 20px 0px; background: #cb4e4e; color: #fff; box-shadow: 0 8px #ab3c3c; font-family: 'Orbitron', sans-serif; font-size: 20px; outline: none; } .customize-button-inactive { border: none; border-radius: 10px; font-family: 'Orbitron', sans-serif; background: #23ea04; box-shadow: 0 8px #19b700; color: black; font-size: 20px; padding: 8px; outline: none; } /* gear */ .gear { font-size: 40px; } /* add more buttons */ .add-more-button { font-family: 'Orbitron', sans-serif; font-size: 20px; margin: 10px 0px 10px 0px; padding-top: 5px; border: none; border-radius: 10px; background: #23ea04; box-shadow: 0 6px #19b700; outline: none; } .author { font-family: 'Orbitron', sans-serif; color: #999999; font-size: 15px; margin-top: 20px; margin-bottom: 0px; } @media (max-width: 800px) { .edit-area-non-active { width: 100%; } .edit-area-active { width: 100%; } } @media (max-width: 420px) { .edit-area-non-active { width: 95%; } .customize-button-inactive { font-size: 12px; } .gear { font-size: 15px; } .customize-button-active { margin-top: 5px; font-size: 10px; } .edit-area-active { font-size: 10px; width: 95%; } .input-customize { text-align: left; font-family: 'Orbitron', sans-serif; font-size: 9px; } .add-more-button { font-size: 15px; } }
0.336222
0.093058
body { overflow-x: hidden; /*background: #e6e6e6;*/ /*background: url('http://localhost/laravel4/public/pb-assets/img/dog-cat-smarter-ftr.jpg') !important; background-size: cover !important;*/ } #pb-header { width: auto; box-shadow: 0px 0px 6px grey; background: white; height: 150px; margin-left: -100px; margin-right: -100px; } div#pb-logo-left { width: 270px; height: 70px; margin-top: 40px; /*margin-left: 20%;*/ } div#pb-search-box { margin-top: 40px; height: 70px; margin-left: 20px; background: ;/* no colour for now*/ font-family: source-sans-pro, helvetica, arial, sans-serif; } #pb-login-other-links { margin-top: 40px; height: 70px; background: ; } div#pb-search-box-skeleton { position: absolute; margin-top: 10px; height: 49px; } /*#pb-hm-hd-cat { height: 48px; margin-left: 10px; }*/ #pb-hm-hd-cat { height: 48px; color: white; text-shadow: 0px 0px 2px black; font-weight: bold; font-size: 20px; /* color: wheat; */ margin-left: 10px; width: 135px; border-radius: 3px; /* background-color: #F07575; */ background-image: -webkit-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -moz-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -ms-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -o-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: linear-gradient(to bottom, #FFFF00, #cccc33); } #pb-hm-hd-in-search { height: 48px; width: 320px; background: white; padding: 20px; box-shadow: none; } #pb-hm-hd-but { background: white; height: 48px; border: #cccc33 2px solid; border-radius: 2px; color: #cccc33; width: 120px; } button:hover { background: #cccc33; /*-webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background;*/ } #pb-hm-hd-but:hover{ background: #cccc33; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } div#pb-login-other-links-skeleton { /*margin-top: 15px;*/ margin-top: 5px; position: absolute; } #pb-hm-cont-tab-auctioned-or-sold-pets { width: auto; height: 50px; background: white; border: #cccc33 thin solid; margin-top: 10px; border-radius: 2px; } div.pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 3000px; background: white; } .pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 1000px; background: white; border-right: #ddd 2px solid; border-left: #ddd 2px solid; } #pb-footer { width: auto; margin-left: -50px; margin-right: -100px; background: #cccc33; height: 300px; border-top: #BDBD0E 2px solid; } div.pb-footer-contents { width: auto; height: 300px; opacity: 0.5; background: white; } .pb-offjs-alert { width: 1400px; background: red; margin-left: -20px; } .pb-offjs-alert { width: auto; background: red; /* margin-left: -20px; */ height: 200px; margin-left: -100px; margin-right: -100px; } .pb-offjs-alert-cont { margin-top: 65px; height: 60px; } #alert-err-msg { color: white; font-weight: bold; text-shadow: 0px 0px 5px grey; /* color: wheat; */ } .pb-alert-err-layer { background: black; margin-left: -100px; margin-right: -100px; height: 3925px; width: 1000%; position: absolute; opacity: 0.3; z-index: 30; } #pb-hm-cont-infograhics-box { margin: 5px; width: auto; height: 288px; background: black; /* background: red; */ } /* aution item and sales style */ /* --------------------------- */ #pb-item-box { width: 250px; height: 300px; background: whitesmoke; border: #ccc 2px solid; border-radius: 3px; margin-left: 6px; margin-top: 50px; width: 5; } /* popibay templates styles for butttons and other input elements */ /* @start */ .pb-all-inputs { border: #CCCC33 thin solid; color: grey; border-width: 3px; border-radius: 2px; background: whitesmoke; box-shadow: 0px 0px 5px grey; } .pb-all-select { border: #CCCC33 2px solid; border-radius: 3px; color: white; text-shadow: 1px 0px 1px black; background: #BDBD43; } .pb-all-options { background: rgb(231, 231, 155); /*border: #CCCC33 2px solid;*/ border-top-color: rgb(204, 204, 51); } .pb-all-buttons { } .pb-all-ul { list-style: none; } .pb-all-a-tag { color: #cccc33; font-size: 15px; font-weight: bold; } .pb-all-li { color: #8F8F0B; } .pb-all-a-tag:hover { color: #6D6D0E; text-decoration: none; border-left: #cccc33 2px solid; -webkit-transition: 250ms linear all; -moz-transition: 250ms linear all; transition: 250ms linear all; } .pb-select-button-gen { width: 200px; height: 50px; border: #cccc33 thin solid; border-radius: 2px; } .pb-select-button-gen-txt { font-family: sans-serif; font-size: 25px; margin-left: 13px; width: 50%; } #pb-hm-cont-ads-left { width: auto; height: 350px; background: #cccc33; margin-top: 20px; border-radius: 5px; } #pb-hm-cont-ads-right { width: auto; height: 350px; background: #cccc33; margin-top: 20px; border-radius: 5px; } /*#pb-hm-cont-infograhics { width: auto; height: 300px; background: whitesmoke; margin-top: 45px; }*/ #pb-hm-cont-infograhics { width: auto; height: 300px; margin-top: 45px; background: white; border-radius: 5px; border: #ccc 1px solid; box-shadow: 0px 0px 5px grey; } /* pb select button customize using javascript work on that later... <div class="pb-select-button-gen"> <h6 class="pb-select-button-gen-txt">Text</h6> <span class="caret"></span> </div> */ /* @stop */ /* ------------------------------ */ #pb-select-hd { height: 40px; width: 130px; font-size: 20px; border-radius: 1px; } /* This is for the login.php page in the home. */ .pb-login-box { width: 500px; height: 500px; background: red; margin-top: 50px; margin-bottom: 50px; } .pb-login-box { width: 500px; height: 500px; background: #cccc33; margin-left: 90px; border: white 2px solid; margin-top: 50px; margin-bottom: 50px; } .pb-login-box-main-box { width: 400px; height: 400px; background: transparent; box-shadow: 0px 0px 5px grey; margin: 50px; border: white 2px solid; } .pb-login-usr-txt { font-size: 25px; margin-left: 65px; margin-top: 70px; color: white; /* color: wheat; */ /* color: wheat; */ } #pb-login-box-email { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } #pb-login-box-pass { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } #pb-hm-hd-but-login { background: white; margin-top: 20px; margin-left: 144px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 120px; } #pb-hm-hd-but-login:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-login-box-remember-password { width: 100px; height: 30px; margin-top: 20px; margin-left: -10px; /* border: red 2px solid; */ /* background: red; */ } /*#pb-login-box-remember-password::after { content: "suck my dick please"; width:100px; height: 70px; }*/ #remember-password-txt { font-size: 25px; margin-top: 25px; margin-left: -25px; color: white; /* color: wheat; */ /* position: absolute; */ /* width: 700px; */ } #forget-your-password { margin-top: -40px; } #forget-your-password-link { color: white; font-weight: bold; margin-left: 10px; } /* this for the sign up page. */ .pb-signup-box { width: 500px; height: 900px; background: #cccc33; margin-left: 90px; border: white 2px solid; margin-top: 50px; margin-bottom: 50px; } .pb-signup-box-main-box { width: 400px; height: 800px; background: transparent; box-shadow: 0px 0px 5px grey; margin: 50px; border: white 2px solid; } #pb-signup-box-email { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } /* Stackoverflow help for form input --------------------------------- ---------->>>>> action="route | url" <form action="url | route" method="post"></form> ************************************************ <form action="post" id="pb-signup-form" action="{{link_to('/myroute')}}" method="post"></form> route::post('/myroute','myController@myFunction'); $input= Input::all(); */ /* this for the @emailconfirmation page styles */ #emailconfirmation_txt_welcome { width: auto; height: 50px; margin-top: 50px; background: transparent; } #emailconfirmation_txt_welcome_box { margin-top: 20px; width: auto; padding: 20px; height: 250px; border: #BEBABA 2px solid; border-radius: 3px; margin-bottom: 50px; background: red; background: white; box-shadow: 0px 0px 5px #ccc; } #emailconfirmation_txt_welcome_txt { font-size: 40px; text-align: center; color: #cccc33; /* color: wheat; */ } #emailconfirmation_txt_welcome_box_txt { font-size: 25px; color: #cccc33; text-align: justify; text-justify: initial; } #confirm_email_but { background: white; margin-top: 20px; margin-left: 178px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 170px; } #confirm_email_but:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-highlighted-txt { background: rgb(164, 170, 10); border: #92920A 2px solid; border-radius: 3px; color: white; text-shadow: 0px 0px 2px black; font-size: 20px; /* height: 54px; */ } /* this for the forget password page */ #pb-confirm-email { width: 350px; height: 50px; margin-left: 75px; margin-top: 10px; font-size: 26px; color: black; } #forgetpassword_txt_welcome_box { margin-top: 20px; width: auto; padding: 20px; height: 300px; border: #FFED1A 2px solid; border-radius: 3px; margin-bottom: 50px; background: red; background: rgb(255, 255, 197); box-shadow: 0px 0px 5px #ccc; } #remember_password_but { background: white; margin-top: 20px; margin-left: 145px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 220px; } #remember_password_but:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } /* this is for the noaccess area design */ #pb-noaccessarea-box { width: auto; height: 500px; border: rgb(223, 23, 23) 2px solid; background: rgb(235, 21, 21); margin-top: 20px; border-radius: 5px; box-shadow: 0px 0px 2px black; margin-bottom: 20px; } #pb-noaccessarea-box-txt { color: white; /* color: wheat; */ text-align: center; /* text-decoration: underline; */ margin-top: 100px; } img#pb-noaccess-area-image { margin-left: 330px; } /* pb collection page styles */ #pb-petscollec-header { width: auto; box-shadow: 0px 0px 6px grey; /* background: rgba(229, 230, 64, 0.8); */ background-image: linear-gradient(to bottom, rgba(229, 230, 64, 0.8), #cccc33); height: 70px; margin-left: -100px; margin-right: -100px; } #pb-petscollec-header-logo { width: 250px; height: 50px; margin-top: 10px; /* background: red; */ color: white; font-size: 30px; padding: 5px; } #pb-petscollec-header-search-box { width: 600px; height: 50px; margin-top: 10px; background: transparent; } #pb-petscollec-header-search-box { width: 650px; height: 50px; margin-top: 10px; background: transparent; } #pb-petscollec-header-settings { width: 150px; height: 50px; margin-top: 10px; background: transparent; } #pb-search-bar { width: 500px; height: 40px; font-size: 17px; background: white; margin-top: 5px; border-radius: 3px; box-shadow: none; border: #cccc33 2px solid; } #pb-search-bar-button { background: white; height: 40px; border: #cccc33 2px solid; border-radius: 2px; margin-left: -7px; color: #cccc33; width: 120px; } div#pb-msg-setting { background: url(http://localhost/laravel4/public/pb-assets/img/icons.png)324px -143px; width: 35px; height: 35px; /* top: 3px; */ /* left: 1px; */ margin-top: 5px; } #pb-msg-setting-list { background: url(http://localhost/laravel4/public/pb-assets/img/icons.png)0px -71px; width: 36px; height: 36px; /* top: 3px; */ /* left: 1px; */ margin-top: -35px; margin-left: 60px; } #pb-msg-setting-user-icon { background: white; box-shadow: 0px 0px 1px black; border: rgba(229, 230, 64, 0.8) thin solid; border-radius: 3px; padding: 5px; width: 40px; height: 40px; margin-top: -35px; margin-left: 110px; filter: grayscale(100%) } #pb-pet-collec-footer { background: rgba(228, 236, 34, 0.439216); width: auto; height: 300px; margin-left: -100px; margin-right: -100px; } .pb-content-top { width: auto; height: 50px; background: rgba(229, 230, 64, 0.8); border-bottom: rgb(204, 196, 9) thin solid; border-top: rgb(204, 196, 9) thin solid; margin-top: 2px; /* background: wheat; */ } #pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 1900px; background: white; } .pb-error-login { width: auto; height: 50px; background: red; border: white 2px solid; border-radius: 3px; padding: 10px; box-shadow: 0px 0px 2px black; } #pb-content-txt { font-size: 25px; font-weight: bolder; text-align: center; color: white; /* color: wheat; */ } #petscollection_all { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_auc { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_sale { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_breed { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_all:hover, #petscollection_auc:hover, #petscollection_sale:hover, #petscollection_breed:hover { background: #cccc33; text-shadow:0px 0px 2px black; color: white; -webkit-transition: 250ms linear color; -moz-transition: 250ms linear color; transition: 250ms linear color; text-decoration: none; } #dropdown { background: white; height: 105px; position: static; margin-top: 5px; position: relative; z-index: 3; border: rgb(204, 196, 9) 1px solid; display: none; /*box-shadow: 0px 0px 2px black;*/ } ul { padding: 0px; } li>a { /* color: indigo; */ /* color: indianred; */ color: rgb(165, 165, 48); font-weight: bolder; } li>a:hover { color: white; -webkit-transition: 250ms linear color; -moz-transition: 250ms linear color; transition: 250ms linear color; text-decoration: none; } div#messages { width: auto; height: 500px; border: #ccc thin solid; border-radius: 3px; background: white; display: none; /* background: wheat; */ } #dropdown1, #dropdown2, #dropdown3, #dropdown4 { list-style: none; text-align: center; margin-top: 10px; background: rgba(241, 239, 182, 0.56); } #dropdown1:hover, #dropdown2:hover, #dropdown3:hover, #dropdown4:hover { background: rgba(229, 230, 64, 0.8); color: white; /*border-top: white thin solid; border-bottom: white thin solid;*/ -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-dashboard-profile-background { height: 300px; width: auto; border: black thin solid; box-shadow: 0px 0px 4px black; margin-top: 10px; margin-bottom: 10px; background: url('http://localhost/laravel4/public/pb-assets/img/pb-bg/dashboard-bg/simple_dashed.png'),linear-gradient(to bottom, black, white); border-radius: 3px; } #pb-dashboard-user-image { width: 200px; height: 200px; background:white; box-shadow: 0px 0px 5px black; margin-left: 30%; padding: 10px; margin-top: 50px; border-radius: 3px; } #pb-dashboard-user-name { text-align: center; font-size: 20px; font-weight: bold; color: white; text-shadow: 1px 1px 0px #cccc33; } #pb-dashboard-profile-menu-nav { width: auto; height: 1000px; background: transparent; border-left: #ccc thin solid; border-right: #ccc thin solid; margin-bottom: 20px; } #tab1, #tab2, #tab3, #tab4, #tab5, #tab6 { width: 150px; background: white; height: 50px; background: pink; margin-left: 5px; } #pb-dashboard-profile-menu-nav-tabs { width: auto; background: rgba(228, 228, 107, 0.52); height: 100px; border-bottom: #ccc 1px solid; border-top: #ccc 1px solid; } #pb-dashboard-newsfeed, #pb-dashboard-mypets, #pb-dashboard-mycollections, #pb-dashboard-petadmirers, #pb-dashboard-pethub, #pb-dashboard-market { text-align: center; /* margin-top: 40px; */ font-size: 20px; color: white; text-decoration: none; cursor: pointer; } #pb-dashboard-profile-menu-nav-tabs-bg, #pb-dashboard-profile-menu-nav-tabs-bg2, #pb-dashboard-profile-menu-nav-tabs-bg3, #pb-dashboard-profile-menu-nav-tabs-bg4, #pb-dashboard-profile-menu-nav-tabs-bg5, #pb-dashboard-profile-menu-nav-tabs-bg6 { width: 180px; height: 99px; border-left: #cccc33 thin solid; border-right: #cccc33 thin solid; padding: 25px; background: red; text-shadow: 0px 2px 0px #cccc33; background: rgba(204, 204, 51, 0.31); /* position: relative; */ margin-top: 0px; margin-left: -10px; cursor: pointer; } #pb-dashboard-profile-menu-nav-tabs-bg:hover, #pb-dashboard-profile-menu-nav-tabs-bg2:hover, #pb-dashboard-profile-menu-nav-tabs-bg3:hover, #pb-dashboard-profile-menu-nav-tabs-bg4:hover, #pb-dashboard-profile-menu-nav-tabs-bg5:hover, #pb-dashboard-profile-menu-nav-tabs-bg6:hover { background: rgba(229, 230, 64, 0.8); text-decoration: none; color: white; color: white; text-shadow: 0px 2px 0px #cccc33; text-decoration: none; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; border-bottom: #cccc33 7px solid; } div > a { text-decoration: none; } div > a:hover { text-decoration: none; } #pb-dashboard-user-profile-img { width: 180px; height: 180px; background: #E7E78E; } #pb-dashboard-user-profile-hover { width: 204px; background: black; height: 70px; position: absolute; opacity: 0.4; margin-top: -135px; margin-left: 160px; display: none; } #pb-dashboard-user-change-pic-link { text-align: center; margin-top: -120px; margin-left: 176px; color: white; font-size: 20px; font-weight: bolder; font-weight: bold; /* color: wheat; */ position: absolute; display: none; } #pb-settings-box { width: auto; height: 1000px; border: #ccc thin solid; /* border-right: #ccc thin solid; */ margin-bottom: 20px; margin-top: 20px; } li>input { margin-bottom: 10px; } #pb-settings-general-fname, #pb-settings-general-lname, #pb-settings-general-sname, #pb-settings-general-email, #pb-settings-general-pass, #pb-settings-general-phone { width: 500px; margin-bottom: 10px; } #pb-account-dashboard-delete-account { margin-top: 10px; margin-bottom: 10px; } #pb-dashboard-profile-background-img { width: 1138px; height: 300px; padding: 10px; position: absolute; background: linear-gradient(to bottom, black, white); opacity: 0.4; } #pb-dashboard-pets-feed, #pb-dashboard-my-pets, #pb-dashboard-my-collections, #pb-dashboard-pet-admirers, #pb-dashboard-pet-hub, #pb-dashboard-pet-market { text-align: center; color: #888809; text-shadow: none; margin-top: -5px; display: none; } /* stops the loading image */ .tab-stop-loading-image { display: none; } #pb-dashboard-profile-menu-content { width: auto; height: 850px; /*background: rgba(204, 204, 204, 0.18);*/ margin-top: 20px; } #pb-dashboard-pet-text-content-tell-us { width: auto; height: 200px; background: rgba(204, 206, 16, 0.3); border: #cccc33 2px solid; border-radius: 5px; padding: 10px; } #pb-dashboard-tell-us-button { background: white; height: 40px; border: #cccc33 1px solid; border-radius: 2px; margin-left: -7px; margin-top: 70px; color: #cccc33; width: 120px; } #pb-dashboard-tell-us-text { margin-top: 70px; font-size: 30px; color: white; text-shadow: 0px 1px 0px #cccc33; } #pb-dashboard-pets-txt { text-align: center; font-size: 20px; color: #cccc33; font-size: large; /* background: #cccc33; */ } #pb-dashboard-pet-text-content-tell-us-form { width: 350px; height: 400px; border: #cccc33 1px solid; box-shadow: 0px 0px 1px black; background: white; position: absolute; border-radius: 3px; z-index: 5; margin-top: -75px; margin-left: 100px; display: none; } .active-tab { background: rgba(229, 230, 64, 0.8) !important; text-decoration: none !important; color: white !important; text-shadow: 0px 2px 0px #cccc33 !important; text-decoration: none !important; -webkit-transition: 250ms linear background !important; -moz-transition: 250ms linear background !important; transition: 250ms linear background !important; border-bottom: #cccc33 7px solid !important; border-left: #cccc33 thin solid !important; border-right: #cccc33 thin solid !important; /* box-shadow: 0px 0px 0px black; */ } .unactive-tab { width: 180px !important; height: 99px !important; border-left: #cccc33 thin solid !important; border-right: #cccc33 thin solid !important; padding: 25px !important; text-shadow: 0px 2px 0px #cccc33 !important; background: red !important; /* position: relative; */ margin-top: 0px !important; margin-left: -10px !important; cursor: pointer !important; } #pb-dashboard-profile-menu-content-error-display { width: auto; margin-top: 3px; font-size: 18px; height: 30px; text-align: center; color: white; background: rgb(249, 215, 62); border-bottom: rgb(220, 186, 33) 2px solid; border-top: rgb(220, 186, 33) 2px solid; display: none; /* position: absolute; */ /* z-index: 100000; */ } #pb-dashboard-profile-menu-content-error-display-txt { margin: 0px; margin-top: 4px; text-align: center; font-size: 18px; /* margin-left: 150px; */ } #pb-tell-us-box { resize: none; width: 520px; margin-left: -10px; height: 140px; border: #cccc33 1px solid; } #pb-tell-us-box-post { background: white; height: 40px; border: #cccc33 1px solid; border-radius: 2px; margin-left: 390px; margin-top: -2px; color: #cccc33; width: 120px; } #pb-tell-us-box::-webkit-input-placeholder { color: #cccc22; } #pb-tell-us-box:-moz-placeholder { /* Firefox 18- */ color: #cccc22; } #pb-tell-us-box::-moz-placeholder { /* Firefox 19+ */ color: #cccc22; } #pb-tell-us-box:-ms-input-placeholder { color: #cccc22; } #pb-dashboard-pet-dog-manager { width: 250px; margin-left: 10px; height: 440px; position: absolute; /* background: teal; */ border-radius: 4px; border: #cccc33 1px solid; } #pb-DogManagers { width: auto; text-align: center; height: 50px; color: white; font-size: 20px; padding: 10px; font-weight: bold; /* color: wheat; */ background: #cccc33; border-bottom: rgb(169, 160, 17) 1px solid; border-top: white 3px solid; border-right: white 3px solid; border-left: white 3px solid; border-top-left-radius: 3px; border-top-right-radius: 3px; } #pb-DogManagers-user-profile-img-con { width: 237px; height: 380px; background: transparent; margin-left: 5px; } #pb-DogManagers-load-more-content { width: auto; height: 50px; background: #cccc33; margin-top: -42px; border-top: rgb(169, 160, 17) 1px solid; } #pb-DogManagers-load-more-content-button { background: white; height: 40px; border: #A7A717 1px solid; border-radius: 2px; margin-left: 70px; margin-top: 5px; color: #cccc33; width: 120px; } #pb-dashboard-pet-dog-manager-right { width: 250px; margin-right: 10px; height: 440px; position: absolute; /* background: teal; */ border-radius: 4px; border: #cccc33 1px solid; } #pb-tell-us-box-spinner { text-align: center; color: #888809; position: absolute; margin-left: 360px; margin-top: 5px; display: none; } #drop-area-div { width: auto; height: 300px; border: rgb(162, 176, 225) 2px dashed; /* border: red; */ } div#upload-box { height: 150px; } /* my pets tab style */ .addpetbox { width: auto; height: 150px; background: transparent; } #addbuttoncon { width: 130px; height: 130px; border-radius: 3px; background: pink; margin-top: 10px; padding: 20px; font-size: 20px; } #addapetbox { width: 550px; height: 130px; margin-top: 10px; font-size: 40px; padding: 30px; text-align: center; color: white; background: rgb(125, 233, 147); border: rgb(49, 218, 83) 2px solid; border-radius: 3px; } #addbuttoncon { width: 130px; height: 130px; border-radius: 3px; background: rgb(125, 233, 147); color: white; border: rgb(49, 218, 83) 2px solid; margin-top: 10px; padding: 20px; font-size: 20px; cursor: pointer; } #addbuttoncon:hover { background: rgb(49, 218, 83); border: inset 2px rgb(18, 155, 51); color: rgb(29, 163, 34); -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #petform { width: 350px; margin-left: 60px; position: absolute; margin-top: -150px; height: 400px; display: none; z-index: 1000; background: white; box-shadow: 0px 0px 5px black; border-radius: 3px; } #addapetform { height: 400px; } #pb-dashboard-user-profile-img-settings { width: 29px; height: 29px; } .preview_profile_img { background: white; height: 80px; width: 100px; box-shadow: 0px 0px 5px black; border-radius: 3px; } #pb-dashboard-user-profile-img-preview { width: 80px; height: 70px; margin-top: 5px; } #mypetsform { width: 690px; height: 700px; } .pb-pets-family { min-width: 300px; height: 200px; background: whitesmoke; border: 2px dashed gold; border-radius: 5px; margin-top: 30px; } #error-no-pets { text-align: center; margin-top: 80px; font-weight: bold; } #my-pets-content { height: 600px; } #my-pets-label { min-width: 750px; height: 30px; background: gold; border-bottom: rgb(243, 206, 8) 2px solid; border-top: rgb(243, 206, 8) 2px solid; text-align: center; padding: 0px; color: white; font-size: 20px; margin-top: 20px; } .pb-pets-father-profile-pic { max-width: 155px; height: 80px; border-radius: 5px; background: white; border: gold 1px solid; margin-top: 10px; box-shadow: 0px 0px 2px black; } .pb-pets-mother-profile-pic { max-width: 155px; height: 80px; border-radius: 5px; background: white; border: gold 1px solid; margin-top: 10px; box-shadow: 0px 0px 2px black; } .pb-pets-mother-or-father-profile-pic { min-width: 155px; height: 100px; border-radius: 5px; background: white; border: gold 1px solid; position: absolute; margin-top: 35px; box-shadow: 0px 0px 2px black; /*display: none;*/ } .pb-pets-father-profile-pic-img { min-width: 140px; height: 70px; margin-left: 6px; margin-top: 4px; } .pb-pets-mother-profile-pic-img { min-width: 140px; height: 70px; margin-left: 6px; margin-top: 4px; } .pb-pets-mother-or-father-profile-pic-img { min-width: 140px; height: 90px; margin-left: 6px; margin-top: 4px; } .pb-delete-pets-parent { position: absolute; margin-left: -80px; margin-top: 25px; color: red; } .pb-delete-pets-parent-both { position: absolute; margin-left: -80px; margin-top: 35px; color: red; } .pb-pets-children-one { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 150px; margin-top: 25px; display: none; } .pb-pets-children-one-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; /* background: wheat; */ } .pb-delete-pets-children-one { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-con-parent-border { width: 170px; height: 170px; background: transparent; border-right: gold 2px dashed; } .pb-pets-children-second-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 90px; margin-top: 25px; display: none; } .pb-pets-children-second-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-second-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-second-right { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 280px; margin-top: -150px; display: none; } .pb-pets-children-second-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-second-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 10px; margin-top: 20px; display: none; } .pb-pets-children-third-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-middle { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 190px; margin-top: -150px; display: none; } .pb-pets-children-third-middle-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-middle { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-right { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 370px; margin-top: -150px; display: none; } .pb-pets-children-third-right-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-right { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-delete-family { margin-left: 400px; position: absolute; margin-top: 10px; box-shadow: 0px 0px 1px black; border-radius: 2px; background: gold; border: rgb(185, 139, 17) 1px solid; color: rgb(163, 143, 35); } .pb-pets-children-fourth-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 10px; margin-top: 50px; } .pb-pets-children-fourth-left-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-fourth-left { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-second { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 130px; margin-top: -100px; } .pb-pets-children-fourth-second-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-second { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-third { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 250px; margin-top: -100px; } .pb-pets-children-fourth-third-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-third { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-four { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 370px; margin-top: -100px; } .pb-pets-children-fourth-four-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-four { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } /* google button style hover for google search i love this stuff udeme.samuel */ #pb-dashboard-user-change-pic-link:focus { -webkit-box-shadow: inset 0 0 0 1px #fff; box-shadow: inset 0 0 0 1px #fff; } .fam-check-loader { position: absolute; font-size: 40px; left: 290px; top: 140px; display: none; } #pb-pet-cover-photo-upload { position: absolute; border-radius: 25px; box-shadow: 0px 0px 10px white; width: 50px; height: 50px; margin-top: -10px; margin-left: 40px; border: white 1px solid; } /* background: black; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border: rgb(128, 125, 125) 1px solid; width: 300px; font-size: 15px; text-align: center; color: white; font-weight: bold; height: 70px; margin-top: 120px; position: absolute; padding: 20px; */ .pb-upload-stretch { background: black; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border: rgb(128, 125, 125) 1px solid; width: 300px; font-size: 15px; text-align: left; color: white; font-weight: bold; height: 70px; margin-top: 120px; margin-left: 10px; position: absolute; padding: 20px; } #pb-pet-cover-photo-upload:focus { -webkit-box-shadow: inset 0 2px 0 1px #fff; box-shadow: inset 0 2px 0 1px #fff; } #returnFamCheckInput { /* margin-left: 90px; */ float: right; margin-top: -10px; } #addbutton { width: 130px; height: 130px; border-radius: 3px; background: rgb(125, 233, 147); color: white; border: rgb(49, 218, 83) 2px solid; margin-top: 10px; padding: 20px; font-size: 20px; cursor: pointer; } #petAddGUI { min-width: 300px; min-height: 200px; background: rgba(173, 230, 185, 0.56); border: rgb(125, 233, 147) 2px solid; border-radius: 5px; } #petAddGUI:hover { border: rgb(98, 204, 120) 2px solid; /* border: red; */ -webkit-box-shadow: inset 0 2px 0 1px #fff; box-shadow: inset 0 1px 2px 0px rgb(98, 204, 120); -webkit-transition: 250ms linear box-shadow; -moz-transition: 250ms linear box-shadow; transition: 250ms linear box-shadow; } #addpetfamily { background: rgb(98, 204, 120); color: white; font-size: large; border-radius: initial; } #petfamtxtin { border: rgb(125, 233, 147) 2px solid; height: 30px; min-width: 200px; margin-left: 0px; } #petfamtxtin-but { width: 30px; height: 30px; margin-top: 0px; color: white; position: absolute; background: rgb(125, 233, 147); border: rgb(125, 233, 147) 1px solid; } #petfamtxtin:focus,#petfamtxtin-but:focus { /* border-top: rgb(98, 204, 120) 2px solid !important; */ /* border-left: rgb(98, 204, 120) 2px solid !important; */ /* border-bottom: rgb(98, 204, 120) 2px solid !important; */ outline: rgb(98, 204, 120) 2px solid; /* border-bottom: red; */ } #petfamtxtin-spinnner { margin-left: 40px; color: rgb(98, 204, 120); display: none; } #petfamtxtin-label { color: white; padding: 2px; width: 230px; height: 30px; text-align: center; background: rgb(125, 233, 147); /* border-top: rgb(98, 204, 120) 2px solid; */ border-right: rgb(98, 204, 120) 2px solid; border-bottom-right-radius: 3px; /* border-right: red; */ border-bottom: rgb(98, 204, 120) 2px solid; display: none; } .petfamilygroup { position: relative; display: table; background: white; border: rgba(98, 204, 120, 0.67) 1px solid; min-width: 854px; margin-top: 10px; margin-left: 5px; border-radius: 5px; height: 150px; padding-top: 20px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; border-collapse: separate; } #parent_image_male { width: 70px; height: 70px; background: rgb(98, 204, 120); margin-top: 20px; padding: 5px; } #parent_image_male>img { width: 60px; height: 60px; background: white; } #parent_image_female { width: 70px; height: 70px; background: red; margin-top: -70px; margin-left: 90px; padding: 5px; } #parent_image_male>input { position: absolute; margin-left: 53px; background: red; border: white 1px solid; margin-top: -14px; margin-left: 20px; width: 20px; height: 20px; } #parent_image_male:hover { outline: rgb(125, 233, 147) 5px solid; } div#pet_container_male { background: rgb(125, 233, 147); /* height: 50px; */ /* border: rgb(125, 233, 147) 1px solid; */ } #petFamilyMale, #petFamilyFemale, #petFamilyChildOne{ background: red; width: auto; height: 100px; margin-bottom: 20px; padding: 10px } .petfamilygroup>div { background: red; width: auto; height: 100px; margin-bottom: 20px; } #petFamilyMale>img, #petFamilyFemale>img, #petFamilyChildOne>img, #petFamilyChildTwo>img, #petFamilyChildThree>img, #petFamilyChildFour>img, #petFamilyChildFive>img, #petFamilyChildSix>img, #petFamilyChildSeven>img, #petFamilyChildEight>img{ float: left; height: 80px; width: 80px; } #petFamilyMale>h3, #petFamilyFemale>h3, #petFamilyChildOne>h3, #petFamilyChildTwo>h3, #petFamilyChildThree>h3, #petFamilyChildFour>h3, #petFamilyChildFive>h3, #petFamilyChildSix>h3, #petFamilyChildSeven>h3, #petFamilyChildEight>h3{ /* float: right; */ font-size: 30px; margin-left: 100px; color: rgb(98, 204, 120); } div#petFamilyMale:hover, div#petFamilyFemale:hover, div#petFamilyChildOne:hover, div#petFamilyChildTwo:hover, div#petFamilyChildThree:hover, div#petFamilyChildFour:hover, div#petFamilyChildFive:hover, div#petFamilyChildSix:hover, div#petFamilyChildSeven:hover, div#petFamilyChildEight:hover{ outline: rgb(98, 204, 120) 2px solid; box-shadow: 0px 0px 3px black; background: rgb(239, 248, 241); } #petFamilyMale, #petFamilyFemale, #petFamilyChildOne, #petFamilyChildTwo, #petFamilyChildThree, #petFamilyChildFour, #petFamilyChildFive, #petFamilyChildSix, #petFamilyChildSeven, #petFamilyChildEight{ background: white; width: auto; height: 100px; margin-bottom: 20px; padding: 10px; border: rgb(186, 242, 197) 2px solid; } #petFamilyMale>span, #petFamilyFemale>span, #petFamilyChildOne>span, #petFamilyChildTwo>span, #petFamilyChildThree>span, #petFamilyChildFour>span, #petFamilyChildFive>span, #petFamilyChildSix>span, #petFamilyChildSeven>span, #petFamilyChildEight>span{ float: right; width: 100px; height: 90px; margin-top: -70px; margin-right: -7px; border: rgb(125, 233, 147) 1px solid; position: relative; background: rgb(186, 242, 197); /*display: none;*/ } #petFamilyMale>span>input, #petFamilyFemale>span>input, #petFamilyChildOne>span>input, #petFamilyChildTwo>span>input, #petFamilyChildOne>span>input, #petFamilyChildThree>span>input, #petFamilyChildFour>span>input, #petFamilyChildFive>span>input, #petFamilyChildSix>span>input, #petFamilyChildSeven>span>input, #petFamilyChildEight>span>input{ width: 50px; height: 50px; border: red thin solid; margin-top: 20px; margin-left: 25px; } a.alt-checkbox.fontawesome-ok.big.outline-unchecked.checked, a.alt-checkbox.fontawesome-ok.big.outline-unchecked{ /* width: 50px; */ /* height: 50px; */ margin-top: 25px; margin-left: 30px; } .petfamilymalechecked { border:gold 2px solid !important; } .petfamilymaleh3checked { color: gold !important; } .petfamilymalespanchecked { border: rgb(220, 186, 33) 1px solid !important; background: gold !important; } div#petFamilyMaleForm, div#petFamilyFemaleForm, div#petFamilyChildOneForm, div#petFamilyChildTwoForm, div#petFamilyChildThreeForm, div#petFamilyChildFourForm, div#petFamilyChildFiveForm, div#petFamilyChildSixForm, div#petFamilyChildSevenForm, div#petFamilyChildEightForm { width: 300px; height: 570px; border: gold 2px solid; background: linear-gradient(to bottom, gold, rgb(252, 249, 233)); margin-left: 520px; padding: 10px; z-index: 300; position: absolute; box-shadow: 0px 0px 5px grey; display: none; } div#pefamilynameerror, div#pefamilynameerror_female, div#pefamilynameerror_childone, div#pefamilynameerror_childtwo, div#pefamilynameerror_childthree, div#pefamilynameerror_childfour, div#pefamilynameerror_childfive, div#pefamilynameerror_childsix, div#pefamilynameerror_childseven, div#pefamilynameerror_childeight{ background: red; height: 30px; text-align: center; color: white; font-weight: bold; padding: 3px; border: rgb(238, 5, 5) 2px solid; display: none; } div#seperation_line { height: 30px; border: rgb(73, 213, 101) 1px solid; background: rgb(125, 233, 147); color: white; font-size: 20px; font-weight: bolder; text-align: center; /* color: wheat; */ } #loader_parent_male, #loader_parent_female, #loader_parent_childone, #loader_parent_childtwo, #loader_parent_childthree, #loader_parent_childfour, #loader_parent_childfive, #loader_parent_childsix, #loader_parent_childseven, #loader_parent_childeight { display: none; } ::selection { background: #FFF7A8; color: #444444; text-shadow: none; }
public/pb-assets/css/popibay.css
body { overflow-x: hidden; /*background: #e6e6e6;*/ /*background: url('http://localhost/laravel4/public/pb-assets/img/dog-cat-smarter-ftr.jpg') !important; background-size: cover !important;*/ } #pb-header { width: auto; box-shadow: 0px 0px 6px grey; background: white; height: 150px; margin-left: -100px; margin-right: -100px; } div#pb-logo-left { width: 270px; height: 70px; margin-top: 40px; /*margin-left: 20%;*/ } div#pb-search-box { margin-top: 40px; height: 70px; margin-left: 20px; background: ;/* no colour for now*/ font-family: source-sans-pro, helvetica, arial, sans-serif; } #pb-login-other-links { margin-top: 40px; height: 70px; background: ; } div#pb-search-box-skeleton { position: absolute; margin-top: 10px; height: 49px; } /*#pb-hm-hd-cat { height: 48px; margin-left: 10px; }*/ #pb-hm-hd-cat { height: 48px; color: white; text-shadow: 0px 0px 2px black; font-weight: bold; font-size: 20px; /* color: wheat; */ margin-left: 10px; width: 135px; border-radius: 3px; /* background-color: #F07575; */ background-image: -webkit-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -moz-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -ms-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: -o-linear-gradient(top, hsl(0, 80%, 70%), #bada55); background-image: linear-gradient(to bottom, #FFFF00, #cccc33); } #pb-hm-hd-in-search { height: 48px; width: 320px; background: white; padding: 20px; box-shadow: none; } #pb-hm-hd-but { background: white; height: 48px; border: #cccc33 2px solid; border-radius: 2px; color: #cccc33; width: 120px; } button:hover { background: #cccc33; /*-webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background;*/ } #pb-hm-hd-but:hover{ background: #cccc33; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } div#pb-login-other-links-skeleton { /*margin-top: 15px;*/ margin-top: 5px; position: absolute; } #pb-hm-cont-tab-auctioned-or-sold-pets { width: auto; height: 50px; background: white; border: #cccc33 thin solid; margin-top: 10px; border-radius: 2px; } div.pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 3000px; background: white; } .pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 1000px; background: white; border-right: #ddd 2px solid; border-left: #ddd 2px solid; } #pb-footer { width: auto; margin-left: -50px; margin-right: -100px; background: #cccc33; height: 300px; border-top: #BDBD0E 2px solid; } div.pb-footer-contents { width: auto; height: 300px; opacity: 0.5; background: white; } .pb-offjs-alert { width: 1400px; background: red; margin-left: -20px; } .pb-offjs-alert { width: auto; background: red; /* margin-left: -20px; */ height: 200px; margin-left: -100px; margin-right: -100px; } .pb-offjs-alert-cont { margin-top: 65px; height: 60px; } #alert-err-msg { color: white; font-weight: bold; text-shadow: 0px 0px 5px grey; /* color: wheat; */ } .pb-alert-err-layer { background: black; margin-left: -100px; margin-right: -100px; height: 3925px; width: 1000%; position: absolute; opacity: 0.3; z-index: 30; } #pb-hm-cont-infograhics-box { margin: 5px; width: auto; height: 288px; background: black; /* background: red; */ } /* aution item and sales style */ /* --------------------------- */ #pb-item-box { width: 250px; height: 300px; background: whitesmoke; border: #ccc 2px solid; border-radius: 3px; margin-left: 6px; margin-top: 50px; width: 5; } /* popibay templates styles for butttons and other input elements */ /* @start */ .pb-all-inputs { border: #CCCC33 thin solid; color: grey; border-width: 3px; border-radius: 2px; background: whitesmoke; box-shadow: 0px 0px 5px grey; } .pb-all-select { border: #CCCC33 2px solid; border-radius: 3px; color: white; text-shadow: 1px 0px 1px black; background: #BDBD43; } .pb-all-options { background: rgb(231, 231, 155); /*border: #CCCC33 2px solid;*/ border-top-color: rgb(204, 204, 51); } .pb-all-buttons { } .pb-all-ul { list-style: none; } .pb-all-a-tag { color: #cccc33; font-size: 15px; font-weight: bold; } .pb-all-li { color: #8F8F0B; } .pb-all-a-tag:hover { color: #6D6D0E; text-decoration: none; border-left: #cccc33 2px solid; -webkit-transition: 250ms linear all; -moz-transition: 250ms linear all; transition: 250ms linear all; } .pb-select-button-gen { width: 200px; height: 50px; border: #cccc33 thin solid; border-radius: 2px; } .pb-select-button-gen-txt { font-family: sans-serif; font-size: 25px; margin-left: 13px; width: 50%; } #pb-hm-cont-ads-left { width: auto; height: 350px; background: #cccc33; margin-top: 20px; border-radius: 5px; } #pb-hm-cont-ads-right { width: auto; height: 350px; background: #cccc33; margin-top: 20px; border-radius: 5px; } /*#pb-hm-cont-infograhics { width: auto; height: 300px; background: whitesmoke; margin-top: 45px; }*/ #pb-hm-cont-infograhics { width: auto; height: 300px; margin-top: 45px; background: white; border-radius: 5px; border: #ccc 1px solid; box-shadow: 0px 0px 5px grey; } /* pb select button customize using javascript work on that later... <div class="pb-select-button-gen"> <h6 class="pb-select-button-gen-txt">Text</h6> <span class="caret"></span> </div> */ /* @stop */ /* ------------------------------ */ #pb-select-hd { height: 40px; width: 130px; font-size: 20px; border-radius: 1px; } /* This is for the login.php page in the home. */ .pb-login-box { width: 500px; height: 500px; background: red; margin-top: 50px; margin-bottom: 50px; } .pb-login-box { width: 500px; height: 500px; background: #cccc33; margin-left: 90px; border: white 2px solid; margin-top: 50px; margin-bottom: 50px; } .pb-login-box-main-box { width: 400px; height: 400px; background: transparent; box-shadow: 0px 0px 5px grey; margin: 50px; border: white 2px solid; } .pb-login-usr-txt { font-size: 25px; margin-left: 65px; margin-top: 70px; color: white; /* color: wheat; */ /* color: wheat; */ } #pb-login-box-email { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } #pb-login-box-pass { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } #pb-hm-hd-but-login { background: white; margin-top: 20px; margin-left: 144px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 120px; } #pb-hm-hd-but-login:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-login-box-remember-password { width: 100px; height: 30px; margin-top: 20px; margin-left: -10px; /* border: red 2px solid; */ /* background: red; */ } /*#pb-login-box-remember-password::after { content: "suck my dick please"; width:100px; height: 70px; }*/ #remember-password-txt { font-size: 25px; margin-top: 25px; margin-left: -25px; color: white; /* color: wheat; */ /* position: absolute; */ /* width: 700px; */ } #forget-your-password { margin-top: -40px; } #forget-your-password-link { color: white; font-weight: bold; margin-left: 10px; } /* this for the sign up page. */ .pb-signup-box { width: 500px; height: 900px; background: #cccc33; margin-left: 90px; border: white 2px solid; margin-top: 50px; margin-bottom: 50px; } .pb-signup-box-main-box { width: 400px; height: 800px; background: transparent; box-shadow: 0px 0px 5px grey; margin: 50px; border: white 2px solid; } #pb-signup-box-email { width: 350px; height: 50px; margin-left: 25px; margin-top: 20px; font-size: 26px; color: black; } /* Stackoverflow help for form input --------------------------------- ---------->>>>> action="route | url" <form action="url | route" method="post"></form> ************************************************ <form action="post" id="pb-signup-form" action="{{link_to('/myroute')}}" method="post"></form> route::post('/myroute','myController@myFunction'); $input= Input::all(); */ /* this for the @emailconfirmation page styles */ #emailconfirmation_txt_welcome { width: auto; height: 50px; margin-top: 50px; background: transparent; } #emailconfirmation_txt_welcome_box { margin-top: 20px; width: auto; padding: 20px; height: 250px; border: #BEBABA 2px solid; border-radius: 3px; margin-bottom: 50px; background: red; background: white; box-shadow: 0px 0px 5px #ccc; } #emailconfirmation_txt_welcome_txt { font-size: 40px; text-align: center; color: #cccc33; /* color: wheat; */ } #emailconfirmation_txt_welcome_box_txt { font-size: 25px; color: #cccc33; text-align: justify; text-justify: initial; } #confirm_email_but { background: white; margin-top: 20px; margin-left: 178px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 170px; } #confirm_email_but:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-highlighted-txt { background: rgb(164, 170, 10); border: #92920A 2px solid; border-radius: 3px; color: white; text-shadow: 0px 0px 2px black; font-size: 20px; /* height: 54px; */ } /* this for the forget password page */ #pb-confirm-email { width: 350px; height: 50px; margin-left: 75px; margin-top: 10px; font-size: 26px; color: black; } #forgetpassword_txt_welcome_box { margin-top: 20px; width: auto; padding: 20px; height: 300px; border: #FFED1A 2px solid; border-radius: 3px; margin-bottom: 50px; background: red; background: rgb(255, 255, 197); box-shadow: 0px 0px 5px #ccc; } #remember_password_but { background: white; margin-top: 20px; margin-left: 145px; font-weight: bolder; font-size: 20px; height: 48px; border: #cccc33 2px solid; box-shadow: 0px 0px 5px grey; border-radius: 2px; color: #cccc33; width: 220px; } #remember_password_but:hover { background: #cccc33; border: white 2px solid; color: white; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } /* this is for the noaccess area design */ #pb-noaccessarea-box { width: auto; height: 500px; border: rgb(223, 23, 23) 2px solid; background: rgb(235, 21, 21); margin-top: 20px; border-radius: 5px; box-shadow: 0px 0px 2px black; margin-bottom: 20px; } #pb-noaccessarea-box-txt { color: white; /* color: wheat; */ text-align: center; /* text-decoration: underline; */ margin-top: 100px; } img#pb-noaccess-area-image { margin-left: 330px; } /* pb collection page styles */ #pb-petscollec-header { width: auto; box-shadow: 0px 0px 6px grey; /* background: rgba(229, 230, 64, 0.8); */ background-image: linear-gradient(to bottom, rgba(229, 230, 64, 0.8), #cccc33); height: 70px; margin-left: -100px; margin-right: -100px; } #pb-petscollec-header-logo { width: 250px; height: 50px; margin-top: 10px; /* background: red; */ color: white; font-size: 30px; padding: 5px; } #pb-petscollec-header-search-box { width: 600px; height: 50px; margin-top: 10px; background: transparent; } #pb-petscollec-header-search-box { width: 650px; height: 50px; margin-top: 10px; background: transparent; } #pb-petscollec-header-settings { width: 150px; height: 50px; margin-top: 10px; background: transparent; } #pb-search-bar { width: 500px; height: 40px; font-size: 17px; background: white; margin-top: 5px; border-radius: 3px; box-shadow: none; border: #cccc33 2px solid; } #pb-search-bar-button { background: white; height: 40px; border: #cccc33 2px solid; border-radius: 2px; margin-left: -7px; color: #cccc33; width: 120px; } div#pb-msg-setting { background: url(http://localhost/laravel4/public/pb-assets/img/icons.png)324px -143px; width: 35px; height: 35px; /* top: 3px; */ /* left: 1px; */ margin-top: 5px; } #pb-msg-setting-list { background: url(http://localhost/laravel4/public/pb-assets/img/icons.png)0px -71px; width: 36px; height: 36px; /* top: 3px; */ /* left: 1px; */ margin-top: -35px; margin-left: 60px; } #pb-msg-setting-user-icon { background: white; box-shadow: 0px 0px 1px black; border: rgba(229, 230, 64, 0.8) thin solid; border-radius: 3px; padding: 5px; width: 40px; height: 40px; margin-top: -35px; margin-left: 110px; filter: grayscale(100%) } #pb-pet-collec-footer { background: rgba(228, 236, 34, 0.439216); width: auto; height: 300px; margin-left: -100px; margin-right: -100px; } .pb-content-top { width: auto; height: 50px; background: rgba(229, 230, 64, 0.8); border-bottom: rgb(204, 196, 9) thin solid; border-top: rgb(204, 196, 9) thin solid; margin-top: 2px; /* background: wheat; */ } #pb-hm-cont-pets-autioned-forsale-products { width: auto; height: 1900px; background: white; } .pb-error-login { width: auto; height: 50px; background: red; border: white 2px solid; border-radius: 3px; padding: 10px; box-shadow: 0px 0px 2px black; } #pb-content-txt { font-size: 25px; font-weight: bolder; text-align: center; color: white; /* color: wheat; */ } #petscollection_all { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_auc { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_sale { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_breed { background: rgb(141, 141, 10); border-radius: 3px; color: white; /* color: wheat; */ margin-right: 20px; border: rgb(121, 98, 8) thin solid; } #petscollection_all:hover, #petscollection_auc:hover, #petscollection_sale:hover, #petscollection_breed:hover { background: #cccc33; text-shadow:0px 0px 2px black; color: white; -webkit-transition: 250ms linear color; -moz-transition: 250ms linear color; transition: 250ms linear color; text-decoration: none; } #dropdown { background: white; height: 105px; position: static; margin-top: 5px; position: relative; z-index: 3; border: rgb(204, 196, 9) 1px solid; display: none; /*box-shadow: 0px 0px 2px black;*/ } ul { padding: 0px; } li>a { /* color: indigo; */ /* color: indianred; */ color: rgb(165, 165, 48); font-weight: bolder; } li>a:hover { color: white; -webkit-transition: 250ms linear color; -moz-transition: 250ms linear color; transition: 250ms linear color; text-decoration: none; } div#messages { width: auto; height: 500px; border: #ccc thin solid; border-radius: 3px; background: white; display: none; /* background: wheat; */ } #dropdown1, #dropdown2, #dropdown3, #dropdown4 { list-style: none; text-align: center; margin-top: 10px; background: rgba(241, 239, 182, 0.56); } #dropdown1:hover, #dropdown2:hover, #dropdown3:hover, #dropdown4:hover { background: rgba(229, 230, 64, 0.8); color: white; /*border-top: white thin solid; border-bottom: white thin solid;*/ -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #pb-dashboard-profile-background { height: 300px; width: auto; border: black thin solid; box-shadow: 0px 0px 4px black; margin-top: 10px; margin-bottom: 10px; background: url('http://localhost/laravel4/public/pb-assets/img/pb-bg/dashboard-bg/simple_dashed.png'),linear-gradient(to bottom, black, white); border-radius: 3px; } #pb-dashboard-user-image { width: 200px; height: 200px; background:white; box-shadow: 0px 0px 5px black; margin-left: 30%; padding: 10px; margin-top: 50px; border-radius: 3px; } #pb-dashboard-user-name { text-align: center; font-size: 20px; font-weight: bold; color: white; text-shadow: 1px 1px 0px #cccc33; } #pb-dashboard-profile-menu-nav { width: auto; height: 1000px; background: transparent; border-left: #ccc thin solid; border-right: #ccc thin solid; margin-bottom: 20px; } #tab1, #tab2, #tab3, #tab4, #tab5, #tab6 { width: 150px; background: white; height: 50px; background: pink; margin-left: 5px; } #pb-dashboard-profile-menu-nav-tabs { width: auto; background: rgba(228, 228, 107, 0.52); height: 100px; border-bottom: #ccc 1px solid; border-top: #ccc 1px solid; } #pb-dashboard-newsfeed, #pb-dashboard-mypets, #pb-dashboard-mycollections, #pb-dashboard-petadmirers, #pb-dashboard-pethub, #pb-dashboard-market { text-align: center; /* margin-top: 40px; */ font-size: 20px; color: white; text-decoration: none; cursor: pointer; } #pb-dashboard-profile-menu-nav-tabs-bg, #pb-dashboard-profile-menu-nav-tabs-bg2, #pb-dashboard-profile-menu-nav-tabs-bg3, #pb-dashboard-profile-menu-nav-tabs-bg4, #pb-dashboard-profile-menu-nav-tabs-bg5, #pb-dashboard-profile-menu-nav-tabs-bg6 { width: 180px; height: 99px; border-left: #cccc33 thin solid; border-right: #cccc33 thin solid; padding: 25px; background: red; text-shadow: 0px 2px 0px #cccc33; background: rgba(204, 204, 51, 0.31); /* position: relative; */ margin-top: 0px; margin-left: -10px; cursor: pointer; } #pb-dashboard-profile-menu-nav-tabs-bg:hover, #pb-dashboard-profile-menu-nav-tabs-bg2:hover, #pb-dashboard-profile-menu-nav-tabs-bg3:hover, #pb-dashboard-profile-menu-nav-tabs-bg4:hover, #pb-dashboard-profile-menu-nav-tabs-bg5:hover, #pb-dashboard-profile-menu-nav-tabs-bg6:hover { background: rgba(229, 230, 64, 0.8); text-decoration: none; color: white; color: white; text-shadow: 0px 2px 0px #cccc33; text-decoration: none; -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; border-bottom: #cccc33 7px solid; } div > a { text-decoration: none; } div > a:hover { text-decoration: none; } #pb-dashboard-user-profile-img { width: 180px; height: 180px; background: #E7E78E; } #pb-dashboard-user-profile-hover { width: 204px; background: black; height: 70px; position: absolute; opacity: 0.4; margin-top: -135px; margin-left: 160px; display: none; } #pb-dashboard-user-change-pic-link { text-align: center; margin-top: -120px; margin-left: 176px; color: white; font-size: 20px; font-weight: bolder; font-weight: bold; /* color: wheat; */ position: absolute; display: none; } #pb-settings-box { width: auto; height: 1000px; border: #ccc thin solid; /* border-right: #ccc thin solid; */ margin-bottom: 20px; margin-top: 20px; } li>input { margin-bottom: 10px; } #pb-settings-general-fname, #pb-settings-general-lname, #pb-settings-general-sname, #pb-settings-general-email, #pb-settings-general-pass, #pb-settings-general-phone { width: 500px; margin-bottom: 10px; } #pb-account-dashboard-delete-account { margin-top: 10px; margin-bottom: 10px; } #pb-dashboard-profile-background-img { width: 1138px; height: 300px; padding: 10px; position: absolute; background: linear-gradient(to bottom, black, white); opacity: 0.4; } #pb-dashboard-pets-feed, #pb-dashboard-my-pets, #pb-dashboard-my-collections, #pb-dashboard-pet-admirers, #pb-dashboard-pet-hub, #pb-dashboard-pet-market { text-align: center; color: #888809; text-shadow: none; margin-top: -5px; display: none; } /* stops the loading image */ .tab-stop-loading-image { display: none; } #pb-dashboard-profile-menu-content { width: auto; height: 850px; /*background: rgba(204, 204, 204, 0.18);*/ margin-top: 20px; } #pb-dashboard-pet-text-content-tell-us { width: auto; height: 200px; background: rgba(204, 206, 16, 0.3); border: #cccc33 2px solid; border-radius: 5px; padding: 10px; } #pb-dashboard-tell-us-button { background: white; height: 40px; border: #cccc33 1px solid; border-radius: 2px; margin-left: -7px; margin-top: 70px; color: #cccc33; width: 120px; } #pb-dashboard-tell-us-text { margin-top: 70px; font-size: 30px; color: white; text-shadow: 0px 1px 0px #cccc33; } #pb-dashboard-pets-txt { text-align: center; font-size: 20px; color: #cccc33; font-size: large; /* background: #cccc33; */ } #pb-dashboard-pet-text-content-tell-us-form { width: 350px; height: 400px; border: #cccc33 1px solid; box-shadow: 0px 0px 1px black; background: white; position: absolute; border-radius: 3px; z-index: 5; margin-top: -75px; margin-left: 100px; display: none; } .active-tab { background: rgba(229, 230, 64, 0.8) !important; text-decoration: none !important; color: white !important; text-shadow: 0px 2px 0px #cccc33 !important; text-decoration: none !important; -webkit-transition: 250ms linear background !important; -moz-transition: 250ms linear background !important; transition: 250ms linear background !important; border-bottom: #cccc33 7px solid !important; border-left: #cccc33 thin solid !important; border-right: #cccc33 thin solid !important; /* box-shadow: 0px 0px 0px black; */ } .unactive-tab { width: 180px !important; height: 99px !important; border-left: #cccc33 thin solid !important; border-right: #cccc33 thin solid !important; padding: 25px !important; text-shadow: 0px 2px 0px #cccc33 !important; background: red !important; /* position: relative; */ margin-top: 0px !important; margin-left: -10px !important; cursor: pointer !important; } #pb-dashboard-profile-menu-content-error-display { width: auto; margin-top: 3px; font-size: 18px; height: 30px; text-align: center; color: white; background: rgb(249, 215, 62); border-bottom: rgb(220, 186, 33) 2px solid; border-top: rgb(220, 186, 33) 2px solid; display: none; /* position: absolute; */ /* z-index: 100000; */ } #pb-dashboard-profile-menu-content-error-display-txt { margin: 0px; margin-top: 4px; text-align: center; font-size: 18px; /* margin-left: 150px; */ } #pb-tell-us-box { resize: none; width: 520px; margin-left: -10px; height: 140px; border: #cccc33 1px solid; } #pb-tell-us-box-post { background: white; height: 40px; border: #cccc33 1px solid; border-radius: 2px; margin-left: 390px; margin-top: -2px; color: #cccc33; width: 120px; } #pb-tell-us-box::-webkit-input-placeholder { color: #cccc22; } #pb-tell-us-box:-moz-placeholder { /* Firefox 18- */ color: #cccc22; } #pb-tell-us-box::-moz-placeholder { /* Firefox 19+ */ color: #cccc22; } #pb-tell-us-box:-ms-input-placeholder { color: #cccc22; } #pb-dashboard-pet-dog-manager { width: 250px; margin-left: 10px; height: 440px; position: absolute; /* background: teal; */ border-radius: 4px; border: #cccc33 1px solid; } #pb-DogManagers { width: auto; text-align: center; height: 50px; color: white; font-size: 20px; padding: 10px; font-weight: bold; /* color: wheat; */ background: #cccc33; border-bottom: rgb(169, 160, 17) 1px solid; border-top: white 3px solid; border-right: white 3px solid; border-left: white 3px solid; border-top-left-radius: 3px; border-top-right-radius: 3px; } #pb-DogManagers-user-profile-img-con { width: 237px; height: 380px; background: transparent; margin-left: 5px; } #pb-DogManagers-load-more-content { width: auto; height: 50px; background: #cccc33; margin-top: -42px; border-top: rgb(169, 160, 17) 1px solid; } #pb-DogManagers-load-more-content-button { background: white; height: 40px; border: #A7A717 1px solid; border-radius: 2px; margin-left: 70px; margin-top: 5px; color: #cccc33; width: 120px; } #pb-dashboard-pet-dog-manager-right { width: 250px; margin-right: 10px; height: 440px; position: absolute; /* background: teal; */ border-radius: 4px; border: #cccc33 1px solid; } #pb-tell-us-box-spinner { text-align: center; color: #888809; position: absolute; margin-left: 360px; margin-top: 5px; display: none; } #drop-area-div { width: auto; height: 300px; border: rgb(162, 176, 225) 2px dashed; /* border: red; */ } div#upload-box { height: 150px; } /* my pets tab style */ .addpetbox { width: auto; height: 150px; background: transparent; } #addbuttoncon { width: 130px; height: 130px; border-radius: 3px; background: pink; margin-top: 10px; padding: 20px; font-size: 20px; } #addapetbox { width: 550px; height: 130px; margin-top: 10px; font-size: 40px; padding: 30px; text-align: center; color: white; background: rgb(125, 233, 147); border: rgb(49, 218, 83) 2px solid; border-radius: 3px; } #addbuttoncon { width: 130px; height: 130px; border-radius: 3px; background: rgb(125, 233, 147); color: white; border: rgb(49, 218, 83) 2px solid; margin-top: 10px; padding: 20px; font-size: 20px; cursor: pointer; } #addbuttoncon:hover { background: rgb(49, 218, 83); border: inset 2px rgb(18, 155, 51); color: rgb(29, 163, 34); -webkit-transition: 250ms linear background; -moz-transition: 250ms linear background; transition: 250ms linear background; } #petform { width: 350px; margin-left: 60px; position: absolute; margin-top: -150px; height: 400px; display: none; z-index: 1000; background: white; box-shadow: 0px 0px 5px black; border-radius: 3px; } #addapetform { height: 400px; } #pb-dashboard-user-profile-img-settings { width: 29px; height: 29px; } .preview_profile_img { background: white; height: 80px; width: 100px; box-shadow: 0px 0px 5px black; border-radius: 3px; } #pb-dashboard-user-profile-img-preview { width: 80px; height: 70px; margin-top: 5px; } #mypetsform { width: 690px; height: 700px; } .pb-pets-family { min-width: 300px; height: 200px; background: whitesmoke; border: 2px dashed gold; border-radius: 5px; margin-top: 30px; } #error-no-pets { text-align: center; margin-top: 80px; font-weight: bold; } #my-pets-content { height: 600px; } #my-pets-label { min-width: 750px; height: 30px; background: gold; border-bottom: rgb(243, 206, 8) 2px solid; border-top: rgb(243, 206, 8) 2px solid; text-align: center; padding: 0px; color: white; font-size: 20px; margin-top: 20px; } .pb-pets-father-profile-pic { max-width: 155px; height: 80px; border-radius: 5px; background: white; border: gold 1px solid; margin-top: 10px; box-shadow: 0px 0px 2px black; } .pb-pets-mother-profile-pic { max-width: 155px; height: 80px; border-radius: 5px; background: white; border: gold 1px solid; margin-top: 10px; box-shadow: 0px 0px 2px black; } .pb-pets-mother-or-father-profile-pic { min-width: 155px; height: 100px; border-radius: 5px; background: white; border: gold 1px solid; position: absolute; margin-top: 35px; box-shadow: 0px 0px 2px black; /*display: none;*/ } .pb-pets-father-profile-pic-img { min-width: 140px; height: 70px; margin-left: 6px; margin-top: 4px; } .pb-pets-mother-profile-pic-img { min-width: 140px; height: 70px; margin-left: 6px; margin-top: 4px; } .pb-pets-mother-or-father-profile-pic-img { min-width: 140px; height: 90px; margin-left: 6px; margin-top: 4px; } .pb-delete-pets-parent { position: absolute; margin-left: -80px; margin-top: 25px; color: red; } .pb-delete-pets-parent-both { position: absolute; margin-left: -80px; margin-top: 35px; color: red; } .pb-pets-children-one { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 150px; margin-top: 25px; display: none; } .pb-pets-children-one-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; /* background: wheat; */ } .pb-delete-pets-children-one { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-con-parent-border { width: 170px; height: 170px; background: transparent; border-right: gold 2px dashed; } .pb-pets-children-second-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 90px; margin-top: 25px; display: none; } .pb-pets-children-second-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-second-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-second-right { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 280px; margin-top: -150px; display: none; } .pb-pets-children-second-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-second-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 10px; margin-top: 20px; display: none; } .pb-pets-children-third-left-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-left { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-middle { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 190px; margin-top: -150px; display: none; } .pb-pets-children-third-middle-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-middle { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-pets-children-third-right { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 150px; height: 150px; margin-left: 370px; margin-top: -150px; display: none; } .pb-pets-children-third-right-img { min-width: 130px; height: 130px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-third-right { position: absolute; margin-left: -75px; margin-top: 60px; color: red; } .pb-delete-family { margin-left: 400px; position: absolute; margin-top: 10px; box-shadow: 0px 0px 1px black; border-radius: 2px; background: gold; border: rgb(185, 139, 17) 1px solid; color: rgb(163, 143, 35); } .pb-pets-children-fourth-left { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 10px; margin-top: 50px; } .pb-pets-children-fourth-left-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pets-children-fourth-left { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-second { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 130px; margin-top: -100px; } .pb-pets-children-fourth-second-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-second { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-third { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 250px; margin-top: -100px; } .pb-pets-children-fourth-third-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-third { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } .pb-pets-children-fourth-four { background: white; border: gold 1px solid; box-shadow: 0px 0px 2px black; border-radius: 5px; max-width: 100px; height: 100px; margin-left: 370px; margin-top: -100px; } .pb-pets-children-fourth-four-img { min-width: 80px; height: 80px; margin-top: 10px; margin-left: 10px; background: white; } .pb-delete-pb-pets-children-fourth-four { position: absolute; margin-left: -50px; margin-top: 35px; color: red; } /* google button style hover for google search i love this stuff udeme.samuel */ #pb-dashboard-user-change-pic-link:focus { -webkit-box-shadow: inset 0 0 0 1px #fff; box-shadow: inset 0 0 0 1px #fff; } .fam-check-loader { position: absolute; font-size: 40px; left: 290px; top: 140px; display: none; } #pb-pet-cover-photo-upload { position: absolute; border-radius: 25px; box-shadow: 0px 0px 10px white; width: 50px; height: 50px; margin-top: -10px; margin-left: 40px; border: white 1px solid; } /* background: black; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border: rgb(128, 125, 125) 1px solid; width: 300px; font-size: 15px; text-align: center; color: white; font-weight: bold; height: 70px; margin-top: 120px; position: absolute; padding: 20px; */ .pb-upload-stretch { background: black; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border: rgb(128, 125, 125) 1px solid; width: 300px; font-size: 15px; text-align: left; color: white; font-weight: bold; height: 70px; margin-top: 120px; margin-left: 10px; position: absolute; padding: 20px; } #pb-pet-cover-photo-upload:focus { -webkit-box-shadow: inset 0 2px 0 1px #fff; box-shadow: inset 0 2px 0 1px #fff; } #returnFamCheckInput { /* margin-left: 90px; */ float: right; margin-top: -10px; } #addbutton { width: 130px; height: 130px; border-radius: 3px; background: rgb(125, 233, 147); color: white; border: rgb(49, 218, 83) 2px solid; margin-top: 10px; padding: 20px; font-size: 20px; cursor: pointer; } #petAddGUI { min-width: 300px; min-height: 200px; background: rgba(173, 230, 185, 0.56); border: rgb(125, 233, 147) 2px solid; border-radius: 5px; } #petAddGUI:hover { border: rgb(98, 204, 120) 2px solid; /* border: red; */ -webkit-box-shadow: inset 0 2px 0 1px #fff; box-shadow: inset 0 1px 2px 0px rgb(98, 204, 120); -webkit-transition: 250ms linear box-shadow; -moz-transition: 250ms linear box-shadow; transition: 250ms linear box-shadow; } #addpetfamily { background: rgb(98, 204, 120); color: white; font-size: large; border-radius: initial; } #petfamtxtin { border: rgb(125, 233, 147) 2px solid; height: 30px; min-width: 200px; margin-left: 0px; } #petfamtxtin-but { width: 30px; height: 30px; margin-top: 0px; color: white; position: absolute; background: rgb(125, 233, 147); border: rgb(125, 233, 147) 1px solid; } #petfamtxtin:focus,#petfamtxtin-but:focus { /* border-top: rgb(98, 204, 120) 2px solid !important; */ /* border-left: rgb(98, 204, 120) 2px solid !important; */ /* border-bottom: rgb(98, 204, 120) 2px solid !important; */ outline: rgb(98, 204, 120) 2px solid; /* border-bottom: red; */ } #petfamtxtin-spinnner { margin-left: 40px; color: rgb(98, 204, 120); display: none; } #petfamtxtin-label { color: white; padding: 2px; width: 230px; height: 30px; text-align: center; background: rgb(125, 233, 147); /* border-top: rgb(98, 204, 120) 2px solid; */ border-right: rgb(98, 204, 120) 2px solid; border-bottom-right-radius: 3px; /* border-right: red; */ border-bottom: rgb(98, 204, 120) 2px solid; display: none; } .petfamilygroup { position: relative; display: table; background: white; border: rgba(98, 204, 120, 0.67) 1px solid; min-width: 854px; margin-top: 10px; margin-left: 5px; border-radius: 5px; height: 150px; padding-top: 20px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; border-collapse: separate; } #parent_image_male { width: 70px; height: 70px; background: rgb(98, 204, 120); margin-top: 20px; padding: 5px; } #parent_image_male>img { width: 60px; height: 60px; background: white; } #parent_image_female { width: 70px; height: 70px; background: red; margin-top: -70px; margin-left: 90px; padding: 5px; } #parent_image_male>input { position: absolute; margin-left: 53px; background: red; border: white 1px solid; margin-top: -14px; margin-left: 20px; width: 20px; height: 20px; } #parent_image_male:hover { outline: rgb(125, 233, 147) 5px solid; } div#pet_container_male { background: rgb(125, 233, 147); /* height: 50px; */ /* border: rgb(125, 233, 147) 1px solid; */ } #petFamilyMale, #petFamilyFemale, #petFamilyChildOne{ background: red; width: auto; height: 100px; margin-bottom: 20px; padding: 10px } .petfamilygroup>div { background: red; width: auto; height: 100px; margin-bottom: 20px; } #petFamilyMale>img, #petFamilyFemale>img, #petFamilyChildOne>img, #petFamilyChildTwo>img, #petFamilyChildThree>img, #petFamilyChildFour>img, #petFamilyChildFive>img, #petFamilyChildSix>img, #petFamilyChildSeven>img, #petFamilyChildEight>img{ float: left; height: 80px; width: 80px; } #petFamilyMale>h3, #petFamilyFemale>h3, #petFamilyChildOne>h3, #petFamilyChildTwo>h3, #petFamilyChildThree>h3, #petFamilyChildFour>h3, #petFamilyChildFive>h3, #petFamilyChildSix>h3, #petFamilyChildSeven>h3, #petFamilyChildEight>h3{ /* float: right; */ font-size: 30px; margin-left: 100px; color: rgb(98, 204, 120); } div#petFamilyMale:hover, div#petFamilyFemale:hover, div#petFamilyChildOne:hover, div#petFamilyChildTwo:hover, div#petFamilyChildThree:hover, div#petFamilyChildFour:hover, div#petFamilyChildFive:hover, div#petFamilyChildSix:hover, div#petFamilyChildSeven:hover, div#petFamilyChildEight:hover{ outline: rgb(98, 204, 120) 2px solid; box-shadow: 0px 0px 3px black; background: rgb(239, 248, 241); } #petFamilyMale, #petFamilyFemale, #petFamilyChildOne, #petFamilyChildTwo, #petFamilyChildThree, #petFamilyChildFour, #petFamilyChildFive, #petFamilyChildSix, #petFamilyChildSeven, #petFamilyChildEight{ background: white; width: auto; height: 100px; margin-bottom: 20px; padding: 10px; border: rgb(186, 242, 197) 2px solid; } #petFamilyMale>span, #petFamilyFemale>span, #petFamilyChildOne>span, #petFamilyChildTwo>span, #petFamilyChildThree>span, #petFamilyChildFour>span, #petFamilyChildFive>span, #petFamilyChildSix>span, #petFamilyChildSeven>span, #petFamilyChildEight>span{ float: right; width: 100px; height: 90px; margin-top: -70px; margin-right: -7px; border: rgb(125, 233, 147) 1px solid; position: relative; background: rgb(186, 242, 197); /*display: none;*/ } #petFamilyMale>span>input, #petFamilyFemale>span>input, #petFamilyChildOne>span>input, #petFamilyChildTwo>span>input, #petFamilyChildOne>span>input, #petFamilyChildThree>span>input, #petFamilyChildFour>span>input, #petFamilyChildFive>span>input, #petFamilyChildSix>span>input, #petFamilyChildSeven>span>input, #petFamilyChildEight>span>input{ width: 50px; height: 50px; border: red thin solid; margin-top: 20px; margin-left: 25px; } a.alt-checkbox.fontawesome-ok.big.outline-unchecked.checked, a.alt-checkbox.fontawesome-ok.big.outline-unchecked{ /* width: 50px; */ /* height: 50px; */ margin-top: 25px; margin-left: 30px; } .petfamilymalechecked { border:gold 2px solid !important; } .petfamilymaleh3checked { color: gold !important; } .petfamilymalespanchecked { border: rgb(220, 186, 33) 1px solid !important; background: gold !important; } div#petFamilyMaleForm, div#petFamilyFemaleForm, div#petFamilyChildOneForm, div#petFamilyChildTwoForm, div#petFamilyChildThreeForm, div#petFamilyChildFourForm, div#petFamilyChildFiveForm, div#petFamilyChildSixForm, div#petFamilyChildSevenForm, div#petFamilyChildEightForm { width: 300px; height: 570px; border: gold 2px solid; background: linear-gradient(to bottom, gold, rgb(252, 249, 233)); margin-left: 520px; padding: 10px; z-index: 300; position: absolute; box-shadow: 0px 0px 5px grey; display: none; } div#pefamilynameerror, div#pefamilynameerror_female, div#pefamilynameerror_childone, div#pefamilynameerror_childtwo, div#pefamilynameerror_childthree, div#pefamilynameerror_childfour, div#pefamilynameerror_childfive, div#pefamilynameerror_childsix, div#pefamilynameerror_childseven, div#pefamilynameerror_childeight{ background: red; height: 30px; text-align: center; color: white; font-weight: bold; padding: 3px; border: rgb(238, 5, 5) 2px solid; display: none; } div#seperation_line { height: 30px; border: rgb(73, 213, 101) 1px solid; background: rgb(125, 233, 147); color: white; font-size: 20px; font-weight: bolder; text-align: center; /* color: wheat; */ } #loader_parent_male, #loader_parent_female, #loader_parent_childone, #loader_parent_childtwo, #loader_parent_childthree, #loader_parent_childfour, #loader_parent_childfive, #loader_parent_childsix, #loader_parent_childseven, #loader_parent_childeight { display: none; } ::selection { background: #FFF7A8; color: #444444; text-shadow: none; }
0.286469
0.068975
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } s * + * { margin-top: 1.5rem; } :empty:not(img) + *, li + li, header * + * { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } h1 { font-size: 3rem; } .site-name { font-size: 4rem; margin-top: 3.5rem; word-spacing: 100em; line-height: 1; } nav ul { list-style: none; } [aria-label='site'] ul { text-align: left; font-size: 0.8rem; padding: 0.75rem; padding-left: 0; } [aria-label='site'] li { display: inline-block; margin: 0 0.75rem; } [aria-label='site'] li:first-child a { border: 0; } header { position: relative; margin-top: 0; } header p { margin-top: 0.35rem; } svg { display: block; overflow: hidden; margin-left: auto; margin-right: auto; } path { fill: #fefefe; } header svg { margin-top: 1.5rem; } .vh { position: absolute!important; clip: rect(1px, 1px, 1px, 1px); padding: 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } .reversed { background: #222; color: #fefefe; } .reversed a { color: #fefefe; } .cables > * { animation: slideUp 1.5s ease-out 1; } .cables >:nth-child(odd) { animation-duration: 2s; } @media (max-width: 600px) { [aria-label='site'] ul { text-align: center; padding-left: 0.7rem; } [aria-label='site'] li { margin: 0.35rem; } [aria-label='site'] li:first-child { display: block; } h1 { font-size: 2.5rem!important; } } * + * { margin-top: 1.5rem; } :empty:not(img) + *, li + li { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } h2, h3 { line-height: 1.1; } main { display: block; } h2 { font-size: 1.75rem; } * + h2 { margin-top: 2.1rem; } h3 { font-size: 1.25rem; text-transform: uppercase; } h3 { margin-bottom: -0.125rem; } nav h3 { text-transform: none; } img { width: 100%; max-width: 100%; height: auto; } main img { margin: 1.5rem 0; } main img:last-child { margin-bottom: 0; } main ul { padding-left: 2.1rem; } nav ul { list-style: none; } [aria-label='components'] li { position: relative; padding: 1.5rem 0 3rem; border-top: 3px solid; } [aria-label='components'] a { border: 0; position: relative; } nav h3 { font-size: 1.75rem; } main { padding-top: 1.5rem; } .post-date { font-family: monospace; margin-top: 0; } .caps-heading { font-size: 1.25rem; text-align: center; text-transform: uppercase; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } @media (max-width: 600px) { nav h3 { font-size: 1.5rem; } } .book { display: flex; align-items: center; justify-content: space-between; border-top: 2px dashed; border-bottom: 2px dashed; padding: 1.5rem 0; } .book img { width: 10rem; margin: 0; margin-left: 1rem; } .book * { font-size: 0.85rem; } .book h2 { font-size: 1.25rem; } /*! CSS Used from: https://inclusive-components.design/assets/css/styles.css?v=f2a9392c22 */ *, *::before, *::after { font-family: inherit; font-size: inherit; color: inherit; margin: 0; padding: 0; box-sizing: border-box; } html { font-family: "Seguoe UI", arial, sans-serif; font-size: calc(1em + 0.5vw); color: #010101; line-height: 1.5; /*background: #fefefe;*/ background: #fff5cd; } * + * { margin-top: 1.5rem; } body, :empty:not(img) + *, li + li, header * + * { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } [href='#main'] { position: absolute; top: -2em; right: 0.7rem; } [href='#main']:focus { top: 0.75rem; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 3rem; } main { display: block; } .site-name { font-size: 4rem; margin-top: 3.5rem; word-spacing: 100em; line-height: 1; } h2 { font-size: 1.75rem; } * + h2 { margin-top: 2.1rem; } h3 { font-size: 1.25rem; text-transform: uppercase; } h3 { margin-bottom: -0.125rem; } nav h3 { text-transform: none; } img { width: 100%; max-width: 100%; height: auto; } main img { margin: 1.5rem 0; } main img:last-child { margin-bottom: 0; } li a img { height: 1em; width: auto; } main ul { padding-left: 2.1rem; } nav ul { list-style: none; } [aria-label='site'] ul { text-align: left; font-size: 0.8rem; padding: 0.75rem; padding-left: 0; } [aria-label='site'] li { display: inline-block; margin: 0 0.75rem; } [aria-label='components'] li { position: relative; padding: 1.5rem 0 3rem; border-top: 3px solid; } [aria-label='components'] a { border: 0; position: relative; } nav h3 { font-size: 1.75rem; } [aria-label='site'] li:first-child a { border: 0; } header { position: relative; margin-top: 0; } header p { margin-top: 0.35rem; } main { padding-top: 1.5rem; } svg { display: block; overflow: hidden; margin-left: auto; margin-right: auto; } path { fill: #fefefe; } header svg { margin-top: 1.5rem; } .post-date { font-family: monospace; margin-top: 0; } footer { text-align: center; font-size: 0.85rem; padding: 2.8rem 0; margin: 0; } footer * + * { margin-top: 0; } .vh { position: absolute!important; clip: rect(1px, 1px, 1px, 1px); padding: 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden; } ul.inline { list-style: none; padding: 0; margin-top: -0.25rem; margin-bottom: -0.25rem; } ul.inline li { display: inline-block; margin: 0.5rem; } .caps-heading { font-size: 1.25rem; text-align: center; text-transform: uppercase; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } .reversed { background: #222; color: #fefefe; } .reversed a { color: #fefefe; } .cables > * { animation: slideUp 1.5s ease-out 1; } .cables >:nth-child(odd) { animation-duration: 2s; } @media (max-width: 600px) { [aria-label='site'] ul { text-align: center; padding-left: 0.7rem; } [aria-label='site'] li { margin: 0.35rem; } [aria-label='site'] li:first-child { display: block; } h1 { font-size: 2.5rem!important; } nav h3 { font-size: 1.5rem; } footer ul.inline { margin: 0; margin-top: 1.5rem; } footer ul.inline li { display: block; margin: 0; margin-top: 0.25rem; } } .book { display: flex; align-items: center; justify-content: space-between; border: 4px solid; padding: 1rem; } .book img { width: 10rem; margin: 0; margin-left: 1rem; } .book * { font-size: 0.85rem; } .book h2 { font-size: 1.25rem; } /** -------------------------------------------------------------------- A11Y Tool Tips --------------------------------------------------------------------- */ .a11y-tip { margin-top: 0; } .js .a11y-tip__help, .no-js [role="tooltip"].a11y-tip__help, .js .a11y-tip__help:after, .no-js [role="tooltip"].a11y-tip__help:after { opacity: 0; pointer-events: none; -webkit-transition: opacity 0.2s 1s ease-in-out, -webkit-transform 0.2s 1s ease-in-out; transition: opacity 0.2s 1s ease-in-out, transform 0.2s 1s ease-in-out; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; visibility: hidden; } .a11y-tip { display: inline-block; position: relative; } .a11y-tip__trigger[tabindex] { border-bottom: 1px dotted #666; } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help:after { opacity: 1; pointer-events: auto; visibility: visible; } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help:after { -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px); } @media screen and (min-width: 41.25em) { .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--left:after { -webkit-transform: translate(0px, -50%); transform: translate(0px, -50%); } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--right:after { -webkit-transform: translate(0px, -50%); transform: translate(0px, -50%); } } .a11y-tip--no-delay .a11y-tip__help, .a11y-tip--no-delay .a11y-tip__help:after { -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out; transition: opacity .2s ease-in-out, transform .2s ease-in-out; } .js .a11y-tip__help, .no-js [role="tooltip"].a11y-tip__help { background: rgba(68, 100, 194, 0.9); border-radius: 4px; color: #fff; font-size: 14px; left: 50%; margin-top: 12px; max-width: 400px; min-width: 220px; padding: .5em 1em; position: absolute; text-align: left; top: 100%; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); width: 100%; z-index: 10; } .js .a11y-tip__help:after, .no-js [role="tooltip"].a11y-tip__help:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 6px; width: 18px; bottom: 100%; content: ''; left: 50%; margin-top: 6px; position: absolute; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); z-index: 10; } .js .a11y-tip__help--top, .no-js [role="tooltip"].a11y-tip__help--top { bottom: 100%; left: 50%; margin-bottom: 12px; -webkit-transform-origin: center top; transform-origin: center top; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); margin-top: 0; top: auto; } .js .a11y-tip__help--top:after, .no-js [role="tooltip"].a11y-tip__help--top:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 6px; width: 18px; left: 50%; margin-bottom: 6px; top: 100%; -webkit-transform-origin: center top; transform-origin: center top; -webkit-transform: translate(-50%, -10px); transform: translate(-50%, -10px); margin-top: 0; } @media screen and (min-width: 41.25em) { .js .a11y-tip__help--left, .no-js [role="tooltip"].a11y-tip__help--left { margin-right: 11px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); left: auto; margin-top: 0; } .js .a11y-tip__help--left:after, .no-js [role="tooltip"].a11y-tip__help--left:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 18px; width: 6px; left: 100%; margin-right: 5px; top: 50%; -webkit-transform: translate(-10px, -50%); transform: translate(-10px, -50%); margin-top: 0; } .js .a11y-tip__help--right, .no-js [role="tooltip"].a11y-tip__help--right { left: 100%; margin-left: 11px; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); margin-top: 0; } .js .a11y-tip__help--right:after, .no-js [role="tooltip"].a11y-tip__help--right:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 18px; width: 6px; margin-left: 5px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); bottom: auto; left: auto; margin-top: 0; } } .a11y-tip--hide .a11y-tip__help { display: none; } .no-js .a11y-tip__help:not([role]) { font-size: .85em; } .no-js .a11y-tip__help:not([role]):before { content: "("; } .no-js .a11y-tip__help:not([role]):after { content: ")"; }
css/main.css
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to <NAME>, <NAME>, * <NAME>, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */ ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster */ -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } s * + * { margin-top: 1.5rem; } :empty:not(img) + *, li + li, header * + * { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } h1 { font-size: 3rem; } .site-name { font-size: 4rem; margin-top: 3.5rem; word-spacing: 100em; line-height: 1; } nav ul { list-style: none; } [aria-label='site'] ul { text-align: left; font-size: 0.8rem; padding: 0.75rem; padding-left: 0; } [aria-label='site'] li { display: inline-block; margin: 0 0.75rem; } [aria-label='site'] li:first-child a { border: 0; } header { position: relative; margin-top: 0; } header p { margin-top: 0.35rem; } svg { display: block; overflow: hidden; margin-left: auto; margin-right: auto; } path { fill: #fefefe; } header svg { margin-top: 1.5rem; } .vh { position: absolute!important; clip: rect(1px, 1px, 1px, 1px); padding: 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } .reversed { background: #222; color: #fefefe; } .reversed a { color: #fefefe; } .cables > * { animation: slideUp 1.5s ease-out 1; } .cables >:nth-child(odd) { animation-duration: 2s; } @media (max-width: 600px) { [aria-label='site'] ul { text-align: center; padding-left: 0.7rem; } [aria-label='site'] li { margin: 0.35rem; } [aria-label='site'] li:first-child { display: block; } h1 { font-size: 2.5rem!important; } } * + * { margin-top: 1.5rem; } :empty:not(img) + *, li + li { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } h2, h3 { line-height: 1.1; } main { display: block; } h2 { font-size: 1.75rem; } * + h2 { margin-top: 2.1rem; } h3 { font-size: 1.25rem; text-transform: uppercase; } h3 { margin-bottom: -0.125rem; } nav h3 { text-transform: none; } img { width: 100%; max-width: 100%; height: auto; } main img { margin: 1.5rem 0; } main img:last-child { margin-bottom: 0; } main ul { padding-left: 2.1rem; } nav ul { list-style: none; } [aria-label='components'] li { position: relative; padding: 1.5rem 0 3rem; border-top: 3px solid; } [aria-label='components'] a { border: 0; position: relative; } nav h3 { font-size: 1.75rem; } main { padding-top: 1.5rem; } .post-date { font-family: monospace; margin-top: 0; } .caps-heading { font-size: 1.25rem; text-align: center; text-transform: uppercase; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } @media (max-width: 600px) { nav h3 { font-size: 1.5rem; } } .book { display: flex; align-items: center; justify-content: space-between; border-top: 2px dashed; border-bottom: 2px dashed; padding: 1.5rem 0; } .book img { width: 10rem; margin: 0; margin-left: 1rem; } .book * { font-size: 0.85rem; } .book h2 { font-size: 1.25rem; } /*! CSS Used from: https://inclusive-components.design/assets/css/styles.css?v=f2a9392c22 */ *, *::before, *::after { font-family: inherit; font-size: inherit; color: inherit; margin: 0; padding: 0; box-sizing: border-box; } html { font-family: "Seguoe UI", arial, sans-serif; font-size: calc(1em + 0.5vw); color: #010101; line-height: 1.5; /*background: #fefefe;*/ background: #fff5cd; } * + * { margin-top: 1.5rem; } body, :empty:not(img) + *, li + li, header * + * { margin-top: 0; } a { color: inherit; text-decoration: none; border-bottom: 1px solid; cursor: pointer; } :focus { outline: none; } :focus:not([tabindex='-1']) { outline: 4px solid #80b3ff; outline-offset: 2px; } [href='#main'] { position: absolute; top: -2em; right: 0.7rem; } [href='#main']:focus { top: 0.75rem; } h1, h2, h3 { line-height: 1.1; } h1 { font-size: 3rem; } main { display: block; } .site-name { font-size: 4rem; margin-top: 3.5rem; word-spacing: 100em; line-height: 1; } h2 { font-size: 1.75rem; } * + h2 { margin-top: 2.1rem; } h3 { font-size: 1.25rem; text-transform: uppercase; } h3 { margin-bottom: -0.125rem; } nav h3 { text-transform: none; } img { width: 100%; max-width: 100%; height: auto; } main img { margin: 1.5rem 0; } main img:last-child { margin-bottom: 0; } li a img { height: 1em; width: auto; } main ul { padding-left: 2.1rem; } nav ul { list-style: none; } [aria-label='site'] ul { text-align: left; font-size: 0.8rem; padding: 0.75rem; padding-left: 0; } [aria-label='site'] li { display: inline-block; margin: 0 0.75rem; } [aria-label='components'] li { position: relative; padding: 1.5rem 0 3rem; border-top: 3px solid; } [aria-label='components'] a { border: 0; position: relative; } nav h3 { font-size: 1.75rem; } [aria-label='site'] li:first-child a { border: 0; } header { position: relative; margin-top: 0; } header p { margin-top: 0.35rem; } main { padding-top: 1.5rem; } svg { display: block; overflow: hidden; margin-left: auto; margin-right: auto; } path { fill: #fefefe; } header svg { margin-top: 1.5rem; } .post-date { font-family: monospace; margin-top: 0; } footer { text-align: center; font-size: 0.85rem; padding: 2.8rem 0; margin: 0; } footer * + * { margin-top: 0; } .vh { position: absolute!important; clip: rect(1px, 1px, 1px, 1px); padding: 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden; } ul.inline { list-style: none; padding: 0; margin-top: -0.25rem; margin-bottom: -0.25rem; } ul.inline li { display: inline-block; margin: 0.5rem; } .caps-heading { font-size: 1.25rem; text-align: center; text-transform: uppercase; } .central { max-width: 32rem; padding-right: 1.5rem; padding-left: 1.5rem; margin-right: auto; margin-left: auto; } .reversed { background: #222; color: #fefefe; } .reversed a { color: #fefefe; } .cables > * { animation: slideUp 1.5s ease-out 1; } .cables >:nth-child(odd) { animation-duration: 2s; } @media (max-width: 600px) { [aria-label='site'] ul { text-align: center; padding-left: 0.7rem; } [aria-label='site'] li { margin: 0.35rem; } [aria-label='site'] li:first-child { display: block; } h1 { font-size: 2.5rem!important; } nav h3 { font-size: 1.5rem; } footer ul.inline { margin: 0; margin-top: 1.5rem; } footer ul.inline li { display: block; margin: 0; margin-top: 0.25rem; } } .book { display: flex; align-items: center; justify-content: space-between; border: 4px solid; padding: 1rem; } .book img { width: 10rem; margin: 0; margin-left: 1rem; } .book * { font-size: 0.85rem; } .book h2 { font-size: 1.25rem; } /** -------------------------------------------------------------------- A11Y Tool Tips --------------------------------------------------------------------- */ .a11y-tip { margin-top: 0; } .js .a11y-tip__help, .no-js [role="tooltip"].a11y-tip__help, .js .a11y-tip__help:after, .no-js [role="tooltip"].a11y-tip__help:after { opacity: 0; pointer-events: none; -webkit-transition: opacity 0.2s 1s ease-in-out, -webkit-transform 0.2s 1s ease-in-out; transition: opacity 0.2s 1s ease-in-out, transform 0.2s 1s ease-in-out; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; visibility: hidden; } .a11y-tip { display: inline-block; position: relative; } .a11y-tip__trigger[tabindex] { border-bottom: 1px dotted #666; } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help:after { opacity: 1; pointer-events: auto; visibility: visible; } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help:after { -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px); } @media screen and (min-width: 41.25em) { .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--left:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--left, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--left:after { -webkit-transform: translate(0px, -50%); transform: translate(0px, -50%); } .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:hover + .a11y-tip__help--right:after, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--right, .a11y-tip__trigger[aria-describedby]:focus + .a11y-tip__help--right:after { -webkit-transform: translate(0px, -50%); transform: translate(0px, -50%); } } .a11y-tip--no-delay .a11y-tip__help, .a11y-tip--no-delay .a11y-tip__help:after { -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out; transition: opacity .2s ease-in-out, transform .2s ease-in-out; } .js .a11y-tip__help, .no-js [role="tooltip"].a11y-tip__help { background: rgba(68, 100, 194, 0.9); border-radius: 4px; color: #fff; font-size: 14px; left: 50%; margin-top: 12px; max-width: 400px; min-width: 220px; padding: .5em 1em; position: absolute; text-align: left; top: 100%; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); width: 100%; z-index: 10; } .js .a11y-tip__help:after, .no-js [role="tooltip"].a11y-tip__help:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 6px; width: 18px; bottom: 100%; content: ''; left: 50%; margin-top: 6px; position: absolute; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); z-index: 10; } .js .a11y-tip__help--top, .no-js [role="tooltip"].a11y-tip__help--top { bottom: 100%; left: 50%; margin-bottom: 12px; -webkit-transform-origin: center top; transform-origin: center top; -webkit-transform: translate(-50%, 10px); transform: translate(-50%, 10px); margin-top: 0; top: auto; } .js .a11y-tip__help--top:after, .no-js [role="tooltip"].a11y-tip__help--top:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 6px; width: 18px; left: 50%; margin-bottom: 6px; top: 100%; -webkit-transform-origin: center top; transform-origin: center top; -webkit-transform: translate(-50%, -10px); transform: translate(-50%, -10px); margin-top: 0; } @media screen and (min-width: 41.25em) { .js .a11y-tip__help--left, .no-js [role="tooltip"].a11y-tip__help--left { margin-right: 11px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); left: auto; margin-top: 0; } .js .a11y-tip__help--left:after, .no-js [role="tooltip"].a11y-tip__help--left:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 18px; width: 6px; left: 100%; margin-right: 5px; top: 50%; -webkit-transform: translate(-10px, -50%); transform: translate(-10px, -50%); margin-top: 0; } .js .a11y-tip__help--right, .no-js [role="tooltip"].a11y-tip__help--right { left: 100%; margin-left: 11px; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); margin-top: 0; } .js .a11y-tip__help--right:after, .no-js [role="tooltip"].a11y-tip__help--right:after { background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(68, 100, 194, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>'); background-size: 100% auto; height: 18px; width: 6px; margin-left: 5px; right: 100%; top: 50%; -webkit-transform: translate(10px, -50%); transform: translate(10px, -50%); bottom: auto; left: auto; margin-top: 0; } } .a11y-tip--hide .a11y-tip__help { display: none; } .no-js .a11y-tip__help:not([role]) { font-size: .85em; } .no-js .a11y-tip__help:not([role]):before { content: "("; } .no-js .a11y-tip__help:not([role]):after { content: ")"; }
0.582729
0.13452
.link-secondary { color: var(--secondary) !important; text-decoration: underline; } .border-top-lg { border-top-width: 3px !important; } .label-button { cursor: pointer; margin-bottom: 0; } .label-button:hover { text-decoration: underline; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup .caret { border-bottom: 4px dashed; border-top: 0; content: ''; } .react-bootstrap-table { font-size: 0.875rem; /* Match the font-size of `<button class="btn btn-sm" />` */ } /* Prevent excessive (and unnecessary) margin from react-table from increasing the height of the * `<thead>` */ .react-bootstrap-table th > .react-bootstrap-table-sort-order > .caret, .react-bootstrap-table th .order > .dropdown > .caret, .react-bootstrap-table th .order > .dropup > .caret { margin-bottom: 0; margin-top: 0; } .react-bootstrap-table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* react-table */ .ReactTable { border: none; font-size: 0.875rem; } .ReactTable .rt-thead .rt-th { border-bottom: 2px solid #dee2e6; border-top: 1px solid #dee2e6; font-weight: bold; } .ReactTable .rt-thead .rt-th, .ReactTable .rt-tbody .rt-td, .ReactTable .rt-tfoot .rt-td { border-right: none; line-height: 1.5; /* Match Bootstrap default */ padding: 0.3rem; } .ReactTable .rt-tbody .rt-tr-group { border-bottom-color: #dee2e6; } .ReactTable .rt-thead.-header, .ReactTable .rt-tfoot, .ReactTable .-pagination { box-shadow: none; } .ReactTable .rt-tfoot { border-top: 2px solid #dee2e6; } .ReactTable .-pagination { border-top-width: 1px; } .ReactTable .-pagination .-previous { text-align: right; } .ReactTable .-pagination .-next { text-align: left; } .ReactTable .-pagination .-pageSizeOptions { margin-bottom: 0; margin-top: 0; } .ReactTable .-pagination select { font-size: 0.875rem; height: calc(1.8125rem + 2px); line-height: 1.5; padding: 0.25rem 0.5rem; } .ReactTable .-pagination select:focus { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
src/App.css
.link-secondary { color: var(--secondary) !important; text-decoration: underline; } .border-top-lg { border-top-width: 3px !important; } .label-button { cursor: pointer; margin-bottom: 0; } .label-button:hover { text-decoration: underline; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup .caret { border-bottom: 4px dashed; border-top: 0; content: ''; } .react-bootstrap-table { font-size: 0.875rem; /* Match the font-size of `<button class="btn btn-sm" />` */ } /* Prevent excessive (and unnecessary) margin from react-table from increasing the height of the * `<thead>` */ .react-bootstrap-table th > .react-bootstrap-table-sort-order > .caret, .react-bootstrap-table th .order > .dropdown > .caret, .react-bootstrap-table th .order > .dropup > .caret { margin-bottom: 0; margin-top: 0; } .react-bootstrap-table td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* react-table */ .ReactTable { border: none; font-size: 0.875rem; } .ReactTable .rt-thead .rt-th { border-bottom: 2px solid #dee2e6; border-top: 1px solid #dee2e6; font-weight: bold; } .ReactTable .rt-thead .rt-th, .ReactTable .rt-tbody .rt-td, .ReactTable .rt-tfoot .rt-td { border-right: none; line-height: 1.5; /* Match Bootstrap default */ padding: 0.3rem; } .ReactTable .rt-tbody .rt-tr-group { border-bottom-color: #dee2e6; } .ReactTable .rt-thead.-header, .ReactTable .rt-tfoot, .ReactTable .-pagination { box-shadow: none; } .ReactTable .rt-tfoot { border-top: 2px solid #dee2e6; } .ReactTable .-pagination { border-top-width: 1px; } .ReactTable .-pagination .-previous { text-align: right; } .ReactTable .-pagination .-next { text-align: left; } .ReactTable .-pagination .-pageSizeOptions { margin-bottom: 0; margin-top: 0; } .ReactTable .-pagination select { font-size: 0.875rem; height: calc(1.8125rem + 2px); line-height: 1.5; padding: 0.25rem 0.5rem; } .ReactTable .-pagination select:focus { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
0.683736
0.067639
ul>li.blue, .label-blue { background:#368ee0 } .progress.small .bar.bar-blue { background:#368ee0 } .box.box-color.blue .box-title { background:#368ee0 !important } .box.box-color.blue .box-title .actions>a:hover { color:#368ee0 } .box.box-color.blue .form-wizard .wizard-steps li.active .single-step .title { background:#368ee0 } .box.box-color.blue .btn.btn-primary { background:#368ee0 } .box.box-bordered.box-color.blue .box-title { border-color:#368ee0 !important } .box.box-bordered.box-color.blue .box-content { border-color:#368ee0 !important } .box.box-bordered.box-color.blue .slimScrollDiv { border-bottom:2px solid #368ee0 } .theme-blue .form-wizard .wizard-steps li.active .single-step .title { background:#368ee0 } .theme-blue .btn.btn-primary { background:#368ee0 } .theme-blue.login { background:#368ee0 } .theme-blue a { color:#368ee0 } .theme-blue .btn { color:#333 } .theme-blue .btn.btn-primary { background:#368ee0; color:#fff } .theme-blue .btn.btn-inverse, .theme-blue .btn.btn-success, .theme-blue .btn.btn-danger { color:#fff } .theme-blue.locked { background:#368ee0 !important } .theme-blue.locked .pull-left a { background:#F27C66 } .theme-blue.locked .pull-left a:hover { background:#144d82 } .theme-blue #navigation { background:#368ee0 } .theme-blue #navigation .toggle-mobile { background:#F27C66 } .theme-blue #navigation .mobile-nav.open { background:#368ee0 } .theme-blue #navigation .mobile-nav.open>li.active>a { background:#144d82 } .theme-blue #navigation .mobile-nav.open>li.active>ul { background:#144d82 } .theme-blue #navigation .mobile-nav.open>li>a { background:#F27C66 } .theme-blue #navigation .mobile-nav.open>li>ul { background:#F27C66 } .theme-blue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-blue #navigation .main-nav>li.open>a { background:#F27C66 } .theme-blue #navigation .main-nav>li>a:hover { background:#F27C66 } .theme-blue #navigation .user .icon-nav>li>a:hover { background:#F27C66 } .theme-blue #navigation .user .dropdown.open { background:#F27C66 } .theme-blue #navigation .user .dropdown>a:hover { background:#F27C66 } .theme-blue #navigation .dropdown-menu { border-color:#368ee0 } .theme-blue #navigation .dropdown-menu>li>a:hover { background:#368ee0 } .theme-blue .search-form .search-pane button[type="submit"] { background:#368ee0 } .theme-blue .messages>li.insert .submit button { background:#368ee0 } .theme-blue .messages>li.right .name { color:#0a2640 } .theme-blue .messages>li.right .message { background:#e7f1fb } .theme-blue .messages>li.right .message p { color:#11406c } .theme-blue .messages>li.right .message .time { color:#11406c } .theme-blue .messages>li.right .message .caret { border-left:7px solid #e7f1fb } .theme-blue .letterbox .letter>li.active { background:#368ee0 } .theme-blue .calendar .fc-content .fc-event .fc-event-inner { background:#368ee0 } .theme-blue .calendar .fc-button.fc-state-active { background:#368ee0 } .theme-blue .calendar .fc-button.fc-state-active:hover { background:#368ee0 } .theme-blue .table.table-user tr.alpha td.alpha-val span { background:#368ee0 } .theme-blue .tagsinput#textfield_tagsinput .tag, .theme-blue .ms-container .multi-custom-header, .theme-blue .slider .ui-slider-handle, .theme-blue .form-wizard .wizard-steps li.active .single-step .title, .theme-blue .user-list h4, .theme-blue .nav.nav-pills>li.active>a, .theme-blue .nav.nav-list>li.active>a, .theme-blue .table.table-colored-header thead th, .theme-blue .table.table-colored-header thead td, .theme-blue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-blue .elfinder-navbar .ui-state-active, .theme-blue .pagination.pagination-custom li.active a:hover, .theme-blue .pagination.pagination-custom li.active a { background:#368ee0 } .theme-blue .elfinder-navbar .ui-state-active { border-color:#368ee0 } .theme-blue #main .box .box-title .tabs>li.active>a { background:#368ee0 } .theme-blue #main .box.box-color .box-title { background:#368ee0 } .theme-blue #main .box.box-color .box-title .tabs>li.active>a { color:#368ee0 } .theme-blue #main .box.box-bordered.box-color .box-title { border-color:#368ee0 } .theme-blue #main .box.box-bordered.box-color .box-content { border-color:#368ee0 } ul>li.orange, .label-orange { background:#F27C66 } .progress.small .bar.bar-orange { background:#F27C66 } .box.box-color.orange .box-title { background:#F27C66 !important } .box.box-color.orange .box-title .actions>a:hover { color:#F27C66 } .box.box-color.orange .form-wizard .wizard-steps li.active .single-step .title { background:#F27C66 } .box.box-color.orange .btn.btn-primary { background:#F27C66 } .box.box-bordered.box-color.orange .box-title { border-color:#F27C66 !important } .box.box-bordered.box-color.orange .box-content { border-color:#F27C66 !important } .box.box-bordered.box-color.orange .slimScrollDiv { border-bottom:2px solid #F27C66 } .theme-orange .form-wizard .wizard-steps li.active .single-step .title { background:#F27C66 } .theme-orange .btn.btn-primary { background:#F27C66 } .theme-orange.login { background:#F27C66 } .theme-orange a { color:#206020; } .theme-orange .btn { border-radius: 3px !important; color:#333; } .theme-orange .btn.btn-primary { background:#5cca78; color:#fff; } .theme-orange .btn.btn-inverse, .theme-orange .btn.btn-success, .theme-orange .btn.btn-danger { color:#fff } .theme-orange.locked { background:#F27C66 !important } .theme-orange.locked .pull-left a { background:#FAAA94 } .theme-orange.locked .pull-left a:hover { background:#935b05 } .theme-orange #navigation { background:#339933 } .theme-orange #navigation .toggle-mobile { background:#FAAA94 } .theme-orange #navigation .mobile-nav.open { background:#F27C66 } .theme-orange #navigation .mobile-nav.open>li.active>a { background:#935b05 } .theme-orange #navigation .mobile-nav.open>li.active>ul { background:#935b05 } .theme-orange #navigation .mobile-nav.open>li>a { background:#FAAA94 } .theme-orange #navigation .mobile-nav.open>li>ul { background:#FAAA94 } .theme-orange #navigation .main-nav>li.active>a:hover { background:#fff } .theme-orange #navigation .main-nav>li.open>a { background:#206020 } .theme-orange #navigation .main-nav>li>a:hover { background:#206020 } .theme-orange #navigation .user .icon-nav>li>a:hover { background:#206020 } .theme-orange #navigation .user .dropdown.open { background:#206020 } .theme-orange #navigation .user .dropdown>a:hover { background:#206020 } .theme-orange #navigation .dropdown-menu { border-color:#206020 } .theme-orange #navigation .dropdown-menu>li>a:hover { background:#206020 } .theme-orange .search-form .search-pane button[type="submit"] { background:#F27C66 } .theme-orange .messages>li.insert .submit button { background:#F27C66 } .theme-orange .messages>li.right .name { color:#492d02 } .theme-orange .messages>li.right .message { background:#fef4e5 } .theme-orange .messages>li.right .message p { color:#7a4c04 } .theme-orange .messages>li.right .message .time { color:#7a4c04 } .theme-orange .messages>li.right .message .caret { border-left:7px solid #fef4e5 } .theme-orange .letterbox .letter>li.active { background:#F27C66 } .theme-orange .calendar .fc-content .fc-event .fc-event-inner { background:#F27C66 } .theme-orange .calendar .fc-button.fc-state-active { background:#F27C66 } .theme-orange .calendar .fc-button.fc-state-active:hover { background:#F27C66 } .theme-orange .table.table-user tr.alpha td.alpha-val span { background:#F27C66 } .theme-orange .tagsinput#textfield_tagsinput .tag, .theme-orange .ms-container .multi-custom-header, .theme-orange .slider .ui-slider-handle, .theme-orange .form-wizard .wizard-steps li.active .single-step .title, .theme-orange .user-list h4, .theme-orange .nav.nav-pills>li.active>a, .theme-orange .nav.nav-list>li.active>a, .theme-orange .table.table-colored-header thead th, .theme-orange .table.table-colored-header thead td, .theme-orange .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-orange .elfinder-navbar .ui-state-active, .theme-orange .pagination.pagination-custom li.active a:hover, .theme-orange .pagination.pagination-custom li.active a { background:#F27C66 } .theme-orange .elfinder-navbar .ui-state-active { border-color:#F27C66 } .theme-orange #main .box .box-title .tabs>li.active>a { background:#F27C66 } .theme-orange #main .box.box-color .box-title { background:#18BB7C; } .theme-orange #main .box.box-color .box-title .tabs>li.active>a { color:#F27C66 } .theme-orange #main .box.box-bordered.box-color .box-title { border-color:#18BB7C; } .theme-orange #main .box.box-bordered.box-color .box-content { border-color:#18BB7C; } ul>li.red, .label-red { background:#e51400 } .progress.small .bar.bar-red { background:#e51400 } .box.box-color.red .box-title { background:#e51400 !important } .box.box-color.red .box-title .actions>a:hover { color:#e51400 } .box.box-color.red .form-wizard .wizard-steps li.active .single-step .title { background:#e51400 } .box.box-color.red .btn.btn-primary { background:#e51400 } .box.box-bordered.box-color.red .box-title { border-color:#e51400 !important } .box.box-bordered.box-color.red .box-content { border-color:#e51400 !important } .box.box-bordered.box-color.red .slimScrollDiv { border-bottom:2px solid #e51400 } .theme-red .form-wizard .wizard-steps li.active .single-step .title { background:#e51400 } .theme-red .btn.btn-primary { background:#e51400 } .theme-red.login { background:#e51400 } .theme-red a { color:#e51400 } .theme-red .btn { color:#333 } .theme-red .btn.btn-primary { background:#e51400; color:#fff } .theme-red .btn.btn-inverse, .theme-red .btn.btn-success, .theme-red .btn.btn-danger { color:#fff } .theme-red.locked { background:#e51400 !important } .theme-red.locked .pull-left a { background:#990d00 } .theme-red.locked .pull-left a:hover { background:#660900 } .theme-red #navigation { background:#e51400 } .theme-red #navigation .toggle-mobile { background:#990d00 } .theme-red #navigation .mobile-nav.open { background:#e51400 } .theme-red #navigation .mobile-nav.open>li.active>a { background:#660900 } .theme-red #navigation .mobile-nav.open>li.active>ul { background:#660900 } .theme-red #navigation .mobile-nav.open>li>a { background:#990d00 } .theme-red #navigation .mobile-nav.open>li>ul { background:#990d00 } .theme-red #navigation .main-nav>li.active>a:hover { background:#fff } .theme-red #navigation .main-nav>li.open>a { background:#990d00 } .theme-red #navigation .main-nav>li>a:hover { background:#990d00 } .theme-red #navigation .user .icon-nav>li>a:hover { background:#990d00 } .theme-red #navigation .user .dropdown.open { background:#990d00 } .theme-red #navigation .user .dropdown>a:hover { background:#990d00 } .theme-red #navigation .dropdown-menu { border-color:#e51400 } .theme-red #navigation .dropdown-menu>li>a:hover { background:#e51400 } .theme-red .search-form .search-pane button[type="submit"] { background:#e51400 } .theme-red .messages>li.insert .submit button { background:#e51400 } .theme-red .messages>li.right .name { color:#190200 } .theme-red .messages>li.right .message { background:#ffb9b2 } .theme-red .messages>li.right .message p { color:#4c0700 } .theme-red .messages>li.right .message .time { color:#4c0700 } .theme-red .messages>li.right .message .caret { border-left:7px solid #ffb9b2 } .theme-red .letterbox .letter>li.active { background:#e51400 } .theme-red .calendar .fc-content .fc-event .fc-event-inner { background:#e51400 } .theme-red .calendar .fc-button.fc-state-active { background:#e51400 } .theme-red .calendar .fc-button.fc-state-active:hover { background:#e51400 } .theme-red .table.table-user tr.alpha td.alpha-val span { background:#e51400 } .theme-red .tagsinput#textfield_tagsinput .tag, .theme-red .ms-container .multi-custom-header, .theme-red .slider .ui-slider-handle, .theme-red .form-wizard .wizard-steps li.active .single-step .title, .theme-red .user-list h4, .theme-red .nav.nav-pills>li.active>a, .theme-red .nav.nav-list>li.active>a, .theme-red .table.table-colored-header thead th, .theme-red .table.table-colored-header thead td, .theme-red .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-red .elfinder-navbar .ui-state-active, .theme-red .pagination.pagination-custom li.active a:hover, .theme-red .pagination.pagination-custom li.active a { background:#e51400 } .theme-red .elfinder-navbar .ui-state-active { border-color:#e51400 } .theme-red #main .box .box-title .tabs>li.active>a { background:#e51400 } .theme-red #main .box.box-color .box-title { background:#e51400 } .theme-red #main .box.box-color .box-title .tabs>li.active>a { color:#e51400 } .theme-red #main .box.box-bordered.box-color .box-title { border-color:#e51400 } .theme-red #main .box.box-bordered.box-color .box-content { border-color:#e51400 } ul>li.green, .label-green { background:#5cca78 } .progress.small .bar.bar-green { background:#5cca78 } .box.box-color.green .box-title { background:#5cca78 !important } .box.box-color.green .box-title .actions>a:hover { color:#5cca78 } .box.box-color.green .form-wizard .wizard-steps li.active .single-step .title { background:#5cca78 } .box.box-color.green .btn.btn-primary { background:#5cca78 } .box.box-bordered.box-color.green .box-title { border-color:#5cca78 !important } .box.box-bordered.box-color.green .box-content { border-color:#5cca78 !important } .box.box-bordered.box-color.green .slimScrollDiv { border-bottom:2px solid #5cca78 } .theme-green .form-wizard .wizard-steps li.active .single-step .title { background:#5cca78 } .theme-green .btn.btn-primary { background:#5cca78 } .theme-green.login { background:#5cca78 } .theme-green a { color:#5cca78 } .theme-green .btn { color:#333 } .theme-green .btn.btn-primary { background:#5cca78; color:#fff } .theme-green .btn.btn-inverse, .theme-green .btn.btn-success, .theme-green .btn.btn-danger { color:#fff } .theme-green.locked { background:#5cca78 !important } .theme-green.locked .pull-left a { background:#FAAA94 } .theme-green.locked .pull-left a:hover { background:#133913 } .theme-green #navigation { background:#ECB65C } .theme-green #navigation .toggle-mobile { background:#FAAA94 } .theme-green #navigation .mobile-nav.open { background:#5cca78 } .theme-green #navigation .mobile-nav.open>li.active>a { background:#133913 } .theme-green #navigation .mobile-nav.open>li.active>ul { background:#133913 } .theme-green #navigation .mobile-nav.open>li>a { background:#FAAA94 } .theme-green #navigation .mobile-nav.open>li>ul { background:#FAAA94 } .theme-green #navigation .main-nav>li.active>a:hover { background:#fff } .theme-green #navigation .main-nav>li.open>a { background:#206020 } .theme-green #navigation .main-nav>li>a:hover { background:#FAAA94 } .theme-green #navigation .user .icon-nav>li>a:hover { background:#FAAA94 } .theme-green #navigation .user .dropdown.open { background:#FAAA94 } .theme-green #navigation .user .dropdown>a:hover { background:#FAAA94 } .theme-green #navigation .dropdown-menu { border-color:#FAAA94 } .theme-green #navigation .dropdown-menu>li>a:hover { background:#5cca78 } .theme-green .search-form .search-pane button[type="submit"] { background:#5cca78 } .theme-green .messages>li.insert .submit button { background:#5cca78 } .theme-green .messages>li.right .name { color:#000 } .theme-green .messages>li.right .message { background:#b3e6b3 } .theme-green .messages>li.right .message p { color:#0d260d } .theme-green .messages>li.right .message .time { color:#0d260d } .theme-green .messages>li.right .message .caret { border-left:7px solid #b3e6b3 } .theme-green .letterbox .letter>li.active { background:#5cca78 } .theme-green .calendar .fc-content .fc-event .fc-event-inner { background:#5cca78 } .theme-green .calendar .fc-button.fc-state-active { background:#5cca78 } .theme-green .calendar .fc-button.fc-state-active:hover { background:#5cca78 } .theme-green .table.table-user tr.alpha td.alpha-val span { background:#5cca78 } .theme-green .tagsinput#textfield_tagsinput .tag, .theme-green .ms-container .multi-custom-header, .theme-green .slider .ui-slider-handle, .theme-green .form-wizard .wizard-steps li.active .single-step .title, .theme-green .user-list h4, .theme-green .nav.nav-pills>li.active>a, .theme-green .nav.nav-list>li.active>a, .theme-green .table.table-colored-header thead th, .theme-green .table.table-colored-header thead td, .theme-green .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-green .elfinder-navbar .ui-state-active, .theme-green .pagination.pagination-custom li.active a:hover, .theme-green .pagination.pagination-custom li.active a { background:#5cca78 } .theme-green .elfinder-navbar .ui-state-active { border-color:#5cca78 } .theme-green #main .box .box-title .tabs>li.active>a { background:#5cca78 } .theme-green #main .box.box-color .box-title { background:#5cca78 } .theme-green #main .box.box-color .box-title .tabs>li.active>a { color:#5cca78 } .theme-green #main .box.box-bordered.box-color .box-title { border-color:#5cca78 } .theme-green #main .box.box-bordered.box-color .box-content { border-color:#5cca78 } ul>li.lime, .label-lime { background:#8cbf26 } .progress.small .bar.bar-lime { background:#8cbf26 } .box.box-color.lime .box-title { background:#8cbf26 !important } .box.box-color.lime .box-title .actions>a:hover { color:#8cbf26 } .box.box-color.lime .form-wizard .wizard-steps li.active .single-step .title { background:#8cbf26 } .box.box-color.lime .btn.btn-primary { background:#8cbf26 } .box.box-bordered.box-color.lime .box-title { border-color:#8cbf26 !important } .box.box-bordered.box-color.lime .box-content { border-color:#8cbf26 !important } .box.box-bordered.box-color.lime .slimScrollDiv { border-bottom:2px solid #8cbf26 } .theme-lime .form-wizard .wizard-steps li.active .single-step .title { background:#8cbf26 } .theme-lime .btn.btn-primary { background:#8cbf26 } .theme-lime.login { background:#8cbf26 } .theme-lime a { color:#8cbf26 } .theme-lime .btn { color:#333 } .theme-lime .btn.btn-primary { background:#8cbf26; color:#fff } .theme-lime .btn.btn-inverse, .theme-lime .btn.btn-success, .theme-lime .btn.btn-danger { color:#fff } .theme-lime.locked { background:#8cbf26 !important } .theme-lime.locked .pull-left a { background:#5d7f19 } .theme-lime.locked .pull-left a:hover { background:#3e5511 } .theme-lime #navigation { background:#8cbf26 } .theme-lime #navigation .toggle-mobile { background:#5d7f19 } .theme-lime #navigation .mobile-nav.open { background:#8cbf26 } .theme-lime #navigation .mobile-nav.open>li.active>a { background:#3e5511 } .theme-lime #navigation .mobile-nav.open>li.active>ul { background:#3e5511 } .theme-lime #navigation .mobile-nav.open>li>a { background:#5d7f19 } .theme-lime #navigation .mobile-nav.open>li>ul { background:#5d7f19 } .theme-lime #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lime #navigation .main-nav>li.open>a { background:#5d7f19 } .theme-lime #navigation .main-nav>li>a:hover { background:#5d7f19 } .theme-lime #navigation .user .icon-nav>li>a:hover { background:#5d7f19 } .theme-lime #navigation .user .dropdown.open { background:#5d7f19 } .theme-lime #navigation .user .dropdown>a:hover { background:#5d7f19 } .theme-lime #navigation .dropdown-menu { border-color:#8cbf26 } .theme-lime #navigation .dropdown-menu>li>a:hover { background:#8cbf26 } .theme-lime .search-form .search-pane button[type="submit"] { background:#8cbf26 } .theme-lime .messages>li.insert .submit button { background:#8cbf26 } .theme-lime .messages>li.right .name { color:#0f1504 } .theme-lime .messages>li.right .message { background:#e1f2bf } .theme-lime .messages>li.right .message p { color:#2e3f0d } .theme-lime .messages>li.right .message .time { color:#2e3f0d } .theme-lime .messages>li.right .message .caret { border-left:7px solid #e1f2bf } .theme-lime .letterbox .letter>li.active { background:#8cbf26 } .theme-lime .calendar .fc-content .fc-event .fc-event-inner { background:#8cbf26 } .theme-lime .calendar .fc-button.fc-state-active { background:#8cbf26 } .theme-lime .calendar .fc-button.fc-state-active:hover { background:#8cbf26 } .theme-lime .table.table-user tr.alpha td.alpha-val span { background:#8cbf26 } .theme-lime .tagsinput#textfield_tagsinput .tag, .theme-lime .ms-container .multi-custom-header, .theme-lime .slider .ui-slider-handle, .theme-lime .form-wizard .wizard-steps li.active .single-step .title, .theme-lime .user-list h4, .theme-lime .nav.nav-pills>li.active>a, .theme-lime .nav.nav-list>li.active>a, .theme-lime .table.table-colored-header thead th, .theme-lime .table.table-colored-header thead td, .theme-lime .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lime .elfinder-navbar .ui-state-active, .theme-lime .pagination.pagination-custom li.active a:hover, .theme-lime .pagination.pagination-custom li.active a { background:#8cbf26 } .theme-lime .elfinder-navbar .ui-state-active { border-color:#8cbf26 } .theme-lime #main .box .box-title .tabs>li.active>a { background:#8cbf26 } .theme-lime #main .box.box-color .box-title { background:#8cbf26 } .theme-lime #main .box.box-color .box-title .tabs>li.active>a { color:#8cbf26 } .theme-lime #main .box.box-bordered.box-color .box-title { border-color:#8cbf26 } .theme-lime #main .box.box-bordered.box-color .box-content { border-color:#8cbf26 } ul>li.teal, .label-teal { background:#00aba9 } .progress.small .bar.bar-teal { background:#00aba9 } .box.box-color.teal .box-title { background:#00aba9 !important } .box.box-color.teal .box-title .actions>a:hover { color:#00aba9 } .box.box-color.teal .form-wizard .wizard-steps li.active .single-step .title { background:#00aba9 } .box.box-color.teal .btn.btn-primary { background:#00aba9 } .box.box-bordered.box-color.teal .box-title { border-color:#00aba9 !important } .box.box-bordered.box-color.teal .box-content { border-color:#00aba9 !important } .box.box-bordered.box-color.teal .slimScrollDiv { border-bottom:2px solid #00aba9 } .theme-teal .form-wizard .wizard-steps li.active .single-step .title { background:#00aba9 } .theme-teal .btn.btn-primary { background:#00aba9 } .theme-teal.login { background:#00aba9 } .theme-teal a { color:#00aba9 } .theme-teal .btn { color:#333 } .theme-teal .btn.btn-primary { background:#00aba9; color:#fff } .theme-teal .btn.btn-inverse, .theme-teal .btn.btn-success, .theme-teal .btn.btn-danger { color:#fff } .theme-teal.locked { background:#00aba9 !important } .theme-teal.locked .pull-left a { background:#005e5d } .theme-teal.locked .pull-left a:hover { background:#002b2b } .theme-teal #navigation { background:#00aba9 } .theme-teal #navigation .toggle-mobile { background:#005e5d } .theme-teal #navigation .mobile-nav.open { background:#00aba9 } .theme-teal #navigation .mobile-nav.open>li.active>a { background:#002b2b } .theme-teal #navigation .mobile-nav.open>li.active>ul { background:#002b2b } .theme-teal #navigation .mobile-nav.open>li>a { background:#005e5d } .theme-teal #navigation .mobile-nav.open>li>ul { background:#005e5d } .theme-teal #navigation .main-nav>li.active>a:hover { background:#fff } .theme-teal #navigation .main-nav>li.open>a { background:#005e5d } .theme-teal #navigation .main-nav>li>a:hover { background:#005e5d } .theme-teal #navigation .user .icon-nav>li>a:hover { background:#005e5d } .theme-teal #navigation .user .dropdown.open { background:#005e5d } .theme-teal #navigation .user .dropdown>a:hover { background:#005e5d } .theme-teal #navigation .dropdown-menu { border-color:#00aba9 } .theme-teal #navigation .dropdown-menu>li>a:hover { background:#00aba9 } .theme-teal .search-form .search-pane button[type="submit"] { background:#00aba9 } .theme-teal .messages>li.insert .submit button { background:#00aba9 } .theme-teal .messages>li.right .name { color:#000 } .theme-teal .messages>li.right .message { background:#78fffd } .theme-teal .messages>li.right .message p { color:#001212 } .theme-teal .messages>li.right .message .time { color:#001212 } .theme-teal .messages>li.right .message .caret { border-left:7px solid #78fffd } .theme-teal .letterbox .letter>li.active { background:#00aba9 } .theme-teal .calendar .fc-content .fc-event .fc-event-inner { background:#00aba9 } .theme-teal .calendar .fc-button.fc-state-active { background:#00aba9 } .theme-teal .calendar .fc-button.fc-state-active:hover { background:#00aba9 } .theme-teal .table.table-user tr.alpha td.alpha-val span { background:#00aba9 } .theme-teal .tagsinput#textfield_tagsinput .tag, .theme-teal .ms-container .multi-custom-header, .theme-teal .slider .ui-slider-handle, .theme-teal .form-wizard .wizard-steps li.active .single-step .title, .theme-teal .user-list h4, .theme-teal .nav.nav-pills>li.active>a, .theme-teal .nav.nav-list>li.active>a, .theme-teal .table.table-colored-header thead th, .theme-teal .table.table-colored-header thead td, .theme-teal .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-teal .elfinder-navbar .ui-state-active, .theme-teal .pagination.pagination-custom li.active a:hover, .theme-teal .pagination.pagination-custom li.active a { background:#00aba9 } .theme-teal .elfinder-navbar .ui-state-active { border-color:#00aba9 } .theme-teal #main .box .box-title .tabs>li.active>a { background:#00aba9 } .theme-teal #main .box.box-color .box-title { background:#00aba9 } .theme-teal #main .box.box-color .box-title .tabs>li.active>a { color:#00aba9 } .theme-teal #main .box.box-bordered.box-color .box-title { border-color:#00aba9 } .theme-teal #main .box.box-bordered.box-color .box-content { border-color:#00aba9 } ul>li.purple, .label-purple { background:#ff0097 } .progress.small .bar.bar-purple { background:#ff0097 } .box.box-color.purple .box-title { background:#ff0097 !important } .box.box-color.purple .box-title .actions>a:hover { color:#ff0097 } .box.box-color.purple .form-wizard .wizard-steps li.active .single-step .title { background:#ff0097 } .box.box-color.purple .btn.btn-primary { background:#ff0097 } .box.box-bordered.box-color.purple .box-title { border-color:#ff0097 !important } .box.box-bordered.box-color.purple .box-content { border-color:#ff0097 !important } .box.box-bordered.box-color.purple .slimScrollDiv { border-bottom:2px solid #ff0097 } .theme-purple .form-wizard .wizard-steps li.active .single-step .title { background:#ff0097 } .theme-purple .btn.btn-primary { background:#ff0097 } .theme-purple.login { background:#ff0097 } .theme-purple a { color:#ff0097 } .theme-purple .btn { color:#333 } .theme-purple .btn.btn-primary { background:#ff0097; color:#fff } .theme-purple .btn.btn-inverse, .theme-purple .btn.btn-success, .theme-purple .btn.btn-danger { color:#fff } .theme-purple.locked { background:#ff0097 !important } .theme-purple.locked .pull-left a { background:#b3006a } .theme-purple.locked .pull-left a:hover { background:#80004b } .theme-purple #navigation { background:#ff0097 } .theme-purple #navigation .toggle-mobile { background:#b3006a } .theme-purple #navigation .mobile-nav.open { background:#ff0097 } .theme-purple #navigation .mobile-nav.open>li.active>a { background:#80004b } .theme-purple #navigation .mobile-nav.open>li.active>ul { background:#80004b } .theme-purple #navigation .mobile-nav.open>li>a { background:#b3006a } .theme-purple #navigation .mobile-nav.open>li>ul { background:#b3006a } .theme-purple #navigation .main-nav>li.active>a:hover { background:#fff } .theme-purple #navigation .main-nav>li.open>a { background:#b3006a } .theme-purple #navigation .main-nav>li>a:hover { background:#b3006a } .theme-purple #navigation .user .icon-nav>li>a:hover { background:#b3006a } .theme-purple #navigation .user .dropdown.open { background:#b3006a } .theme-purple #navigation .user .dropdown>a:hover { background:#b3006a } .theme-purple #navigation .dropdown-menu { border-color:#ff0097 } .theme-purple #navigation .dropdown-menu>li>a:hover { background:#ff0097 } .theme-purple .search-form .search-pane button[type="submit"] { background:#ff0097 } .theme-purple .messages>li.insert .submit button { background:#ff0097 } .theme-purple .messages>li.right .name { color:#33001e } .theme-purple .messages>li.right .message { background:#ffccea } .theme-purple .messages>li.right .message p { color:#66003c } .theme-purple .messages>li.right .message .time { color:#66003c } .theme-purple .messages>li.right .message .caret { border-left:7px solid #ffccea } .theme-purple .letterbox .letter>li.active { background:#ff0097 } .theme-purple .calendar .fc-content .fc-event .fc-event-inner { background:#ff0097 } .theme-purple .calendar .fc-button.fc-state-active { background:#ff0097 } .theme-purple .calendar .fc-button.fc-state-active:hover { background:#ff0097 } .theme-purple .table.table-user tr.alpha td.alpha-val span { background:#ff0097 } .theme-purple .tagsinput#textfield_tagsinput .tag, .theme-purple .ms-container .multi-custom-header, .theme-purple .slider .ui-slider-handle, .theme-purple .form-wizard .wizard-steps li.active .single-step .title, .theme-purple .user-list h4, .theme-purple .nav.nav-pills>li.active>a, .theme-purple .nav.nav-list>li.active>a, .theme-purple .table.table-colored-header thead th, .theme-purple .table.table-colored-header thead td, .theme-purple .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-purple .elfinder-navbar .ui-state-active, .theme-purple .pagination.pagination-custom li.active a:hover, .theme-purple .pagination.pagination-custom li.active a { background:#ff0097 } .theme-purple .elfinder-navbar .ui-state-active { border-color:#ff0097 } .theme-purple #main .box .box-title .tabs>li.active>a { background:#ff0097 } .theme-purple #main .box.box-color .box-title { background:#ff0097 } .theme-purple #main .box.box-color .box-title .tabs>li.active>a { color:#ff0097 } .theme-purple #main .box.box-bordered.box-color .box-title { border-color:#ff0097 } .theme-purple #main .box.box-bordered.box-color .box-content { border-color:#ff0097 } ul>li.brown, .label-brown { background:#a05000 } .progress.small .bar.bar-brown { background:#a05000 } .box.box-color.brown .box-title { background:#a05000 !important } .box.box-color.brown .box-title .actions>a:hover { color:#a05000 } .box.box-color.brown .form-wizard .wizard-steps li.active .single-step .title { background:#a05000 } .box.box-color.brown .btn.btn-primary { background:#a05000 } .box.box-bordered.box-color.brown .box-title { border-color:#a05000 !important } .box.box-bordered.box-color.brown .box-content { border-color:#a05000 !important } .box.box-bordered.box-color.brown .slimScrollDiv { border-bottom:2px solid #a05000 } .theme-brown .form-wizard .wizard-steps li.active .single-step .title { background:#a05000 } .theme-brown .btn.btn-primary { background:#a05000 } .theme-brown.login { background:#a05000 } .theme-brown a { color:#a05000 } .theme-brown .btn { color:#333 } .theme-brown .btn.btn-primary { background:#a05000; color:#fff } .theme-brown .btn.btn-inverse, .theme-brown .btn.btn-success, .theme-brown .btn.btn-danger { color:#fff } .theme-brown.locked { background:#a05000 !important } .theme-brown.locked .pull-left a { background:#532a00 } .theme-brown.locked .pull-left a:hover { background:#201000 } .theme-brown #navigation { background:#a05000 } .theme-brown #navigation .toggle-mobile { background:#532a00 } .theme-brown #navigation .mobile-nav.open { background:#a05000 } .theme-brown #navigation .mobile-nav.open>li.active>a { background:#201000 } .theme-brown #navigation .mobile-nav.open>li.active>ul { background:#201000 } .theme-brown #navigation .mobile-nav.open>li>a { background:#532a00 } .theme-brown #navigation .mobile-nav.open>li>ul { background:#532a00 } .theme-brown #navigation .main-nav>li.active>a:hover { background:#fff } .theme-brown #navigation .main-nav>li.open>a { background:#532a00 } .theme-brown #navigation .main-nav>li>a:hover { background:#532a00 } .theme-brown #navigation .user .icon-nav>li>a:hover { background:#532a00 } .theme-brown #navigation .user .dropdown.open { background:#532a00 } .theme-brown #navigation .user .dropdown>a:hover { background:#532a00 } .theme-brown #navigation .dropdown-menu { border-color:#a05000 } .theme-brown #navigation .dropdown-menu>li>a:hover { background:#a05000 } .theme-brown .search-form .search-pane button[type="submit"] { background:#a05000 } .theme-brown .messages>li.insert .submit button { background:#a05000 } .theme-brown .messages>li.right .name { color:#000 } .theme-brown .messages>li.right .message { background:#ffb66d } .theme-brown .messages>li.right .message p { color:#070300 } .theme-brown .messages>li.right .message .time { color:#070300 } .theme-brown .messages>li.right .message .caret { border-left:7px solid #ffb66d } .theme-brown .letterbox .letter>li.active { background:#a05000 } .theme-brown .calendar .fc-content .fc-event .fc-event-inner { background:#a05000 } .theme-brown .calendar .fc-button.fc-state-active { background:#a05000 } .theme-brown .calendar .fc-button.fc-state-active:hover { background:#a05000 } .theme-brown .table.table-user tr.alpha td.alpha-val span { background:#a05000 } .theme-brown .tagsinput#textfield_tagsinput .tag, .theme-brown .ms-container .multi-custom-header, .theme-brown .slider .ui-slider-handle, .theme-brown .form-wizard .wizard-steps li.active .single-step .title, .theme-brown .user-list h4, .theme-brown .nav.nav-pills>li.active>a, .theme-brown .nav.nav-list>li.active>a, .theme-brown .table.table-colored-header thead th, .theme-brown .table.table-colored-header thead td, .theme-brown .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-brown .elfinder-navbar .ui-state-active, .theme-brown .pagination.pagination-custom li.active a:hover, .theme-brown .pagination.pagination-custom li.active a { background:#a05000 } .theme-brown .elfinder-navbar .ui-state-active { border-color:#a05000 } .theme-brown #main .box .box-title .tabs>li.active>a { background:#a05000 } .theme-brown #main .box.box-color .box-title { background:#a05000 } .theme-brown #main .box.box-color .box-title .tabs>li.active>a { color:#a05000 } .theme-brown #main .box.box-bordered.box-color .box-title { border-color:#a05000 } .theme-brown #main .box.box-bordered.box-color .box-content { border-color:#a05000 } ul>li.pink, .label-pink { background:#e671b8 } .progress.small .bar.bar-pink { background:#e671b8 } .box.box-color.pink .box-title { background:#e671b8 !important } .box.box-color.pink .box-title h3 { color:#333 } .box.box-color.pink .box-title .actions>a:hover { color:#e671b8 } .box.box-color.pink .form-wizard .wizard-steps li.active .single-step .title { background:#e671b8 } .box.box-color.pink .btn.btn-primary { background:#e671b8 } .box.box-bordered.box-color.pink .box-title { border-color:#e671b8 !important } .box.box-bordered.box-color.pink .box-content { border-color:#e671b8 !important } .box.box-bordered.box-color.pink .slimScrollDiv { border-bottom:2px solid #e671b8 } .theme-pink .form-wizard .wizard-steps li.active .single-step .title { background:#e671b8 } .theme-pink .btn.btn-primary { background:#e671b8 } .theme-pink.login { background:#e671b8 } .theme-pink a { color:#e671b8 } .theme-pink .btn { color:#333 } .theme-pink .btn.btn-primary { background:#e671b8; color:#fff } .theme-pink .btn.btn-inverse, .theme-pink .btn.btn-success, .theme-pink .btn.btn-danger { color:#fff } .theme-pink.locked { background:#e671b8 !important } .theme-pink.locked .pull-left a { background:#db3097 } .theme-pink.locked .pull-left a:hover { background:#b7207c } .theme-pink #navigation { background:#e671b8 } .theme-pink #navigation .toggle-mobile { background:#db3097 } .theme-pink #navigation .mobile-nav.open { background:#e671b8 } .theme-pink #navigation .mobile-nav.open>li.active>a { background:#b7207c } .theme-pink #navigation .mobile-nav.open>li.active>ul { background:#b7207c } .theme-pink #navigation .mobile-nav.open>li>a { background:#db3097 } .theme-pink #navigation .mobile-nav.open>li>ul { background:#db3097 } .theme-pink #navigation .main-nav>li.active>a:hover { background:#fff } .theme-pink #navigation .main-nav>li.open>a { background:#db3097 } .theme-pink #navigation .main-nav>li>a:hover { background:#db3097 } .theme-pink #navigation .user .icon-nav>li>a:hover { background:#db3097 } .theme-pink #navigation .user .dropdown.open { background:#db3097 } .theme-pink #navigation .user .dropdown>a:hover { background:#db3097 } .theme-pink #navigation .dropdown-menu { border-color:#e671b8 } .theme-pink #navigation .dropdown-menu>li>a:hover { background:#e671b8 } .theme-pink .search-form .search-pane button[type="submit"] { background:#e671b8 } .theme-pink .messages>li.insert .submit button { background:#e671b8 } .theme-pink .messages>li.right .name { color:#761550 } .theme-pink .messages>li.right .message { background:#fff } .theme-pink .messages>li.right .message p { color:#a21c6d } .theme-pink .messages>li.right .message .time { color:#a21c6d } .theme-pink .messages>li.right .message .caret { border-left:7px solid #fff } .theme-pink .letterbox .letter>li.active { background:#e671b8 } .theme-pink .calendar .fc-content .fc-event .fc-event-inner { background:#e671b8 } .theme-pink .calendar .fc-button.fc-state-active { background:#e671b8 } .theme-pink .calendar .fc-button.fc-state-active:hover { background:#e671b8 } .theme-pink .table.table-user tr.alpha td.alpha-val span { background:#e671b8 } .theme-pink .tagsinput#textfield_tagsinput .tag, .theme-pink .ms-container .multi-custom-header, .theme-pink .slider .ui-slider-handle, .theme-pink .form-wizard .wizard-steps li.active .single-step .title, .theme-pink .user-list h4, .theme-pink .nav.nav-pills>li.active>a, .theme-pink .nav.nav-list>li.active>a, .theme-pink .table.table-colored-header thead th, .theme-pink .table.table-colored-header thead td, .theme-pink .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-pink .elfinder-navbar .ui-state-active, .theme-pink .pagination.pagination-custom li.active a:hover, .theme-pink .pagination.pagination-custom li.active a { background:#e671b8 } .theme-pink .elfinder-navbar .ui-state-active { border-color:#e671b8 } .theme-pink #main .box .box-title .tabs>li.active>a { background:#e671b8 } .theme-pink #main .box.box-color .box-title { background:#e671b8 } .theme-pink #main .box.box-color .box-title .tabs>li.active>a { color:#e671b8 } .theme-pink #main .box.box-bordered.box-color .box-title { border-color:#e671b8 } .theme-pink #main .box.box-bordered.box-color .box-content { border-color:#e671b8 } ul>li.magenta, .label-magenta { background:#a200ff } .progress.small .bar.bar-magenta { background:#a200ff } .box.box-color.magenta .box-title { background:#a200ff !important } .box.box-color.magenta .box-title .actions>a:hover { color:#a200ff } .box.box-color.magenta .form-wizard .wizard-steps li.active .single-step .title { background:#a200ff } .box.box-color.magenta .btn.btn-primary { background:#a200ff } .box.box-bordered.box-color.magenta .box-title { border-color:#a200ff !important } .box.box-bordered.box-color.magenta .box-content { border-color:#a200ff !important } .box.box-bordered.box-color.magenta .slimScrollDiv { border-bottom:2px solid #a200ff } .theme-magenta .form-wizard .wizard-steps li.active .single-step .title { background:#a200ff } .theme-magenta .btn.btn-primary { background:#a200ff } .theme-magenta.login { background:#a200ff } .theme-magenta a { color:#a200ff } .theme-magenta .btn { color:#333 } .theme-magenta .btn.btn-primary { background:#a200ff; color:#fff } .theme-magenta .btn.btn-inverse, .theme-magenta .btn.btn-success, .theme-magenta .btn.btn-danger { color:#fff } .theme-magenta.locked { background:#a200ff !important } .theme-magenta.locked .pull-left a { background:#7100b3 } .theme-magenta.locked .pull-left a:hover { background:#510080 } .theme-magenta #navigation { background:#a200ff } .theme-magenta #navigation .toggle-mobile { background:#7100b3 } .theme-magenta #navigation .mobile-nav.open { background:#a200ff } .theme-magenta #navigation .mobile-nav.open>li.active>a { background:#510080 } .theme-magenta #navigation .mobile-nav.open>li.active>ul { background:#510080 } .theme-magenta #navigation .mobile-nav.open>li>a { background:#7100b3 } .theme-magenta #navigation .mobile-nav.open>li>ul { background:#7100b3 } .theme-magenta #navigation .main-nav>li.active>a:hover { background:#fff } .theme-magenta #navigation .main-nav>li.open>a { background:#7100b3 } .theme-magenta #navigation .main-nav>li>a:hover { background:#7100b3 } .theme-magenta #navigation .user .icon-nav>li>a:hover { background:#7100b3 } .theme-magenta #navigation .user .dropdown.open { background:#7100b3 } .theme-magenta #navigation .user .dropdown>a:hover { background:#7100b3 } .theme-magenta #navigation .dropdown-menu { border-color:#a200ff } .theme-magenta #navigation .dropdown-menu>li>a:hover { background:#a200ff } .theme-magenta .search-form .search-pane button[type="submit"] { background:#a200ff } .theme-magenta .messages>li.insert .submit button { background:#a200ff } .theme-magenta .messages>li.right .name { color:#200033 } .theme-magenta .messages>li.right .message { background:#ecccff } .theme-magenta .messages>li.right .message p { color:#410066 } .theme-magenta .messages>li.right .message .time { color:#410066 } .theme-magenta .messages>li.right .message .caret { border-left:7px solid #ecccff } .theme-magenta .letterbox .letter>li.active { background:#a200ff } .theme-magenta .calendar .fc-content .fc-event .fc-event-inner { background:#a200ff } .theme-magenta .calendar .fc-button.fc-state-active { background:#a200ff } .theme-magenta .calendar .fc-button.fc-state-active:hover { background:#a200ff } .theme-magenta .table.table-user tr.alpha td.alpha-val span { background:#a200ff } .theme-magenta .tagsinput#textfield_tagsinput .tag, .theme-magenta .ms-container .multi-custom-header, .theme-magenta .slider .ui-slider-handle, .theme-magenta .form-wizard .wizard-steps li.active .single-step .title, .theme-magenta .user-list h4, .theme-magenta .nav.nav-pills>li.active>a, .theme-magenta .nav.nav-list>li.active>a, .theme-magenta .table.table-colored-header thead th, .theme-magenta .table.table-colored-header thead td, .theme-magenta .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-magenta .elfinder-navbar .ui-state-active, .theme-magenta .pagination.pagination-custom li.active a:hover, .theme-magenta .pagination.pagination-custom li.active a { background:#a200ff } .theme-magenta .elfinder-navbar .ui-state-active { border-color:#a200ff } .theme-magenta #main .box .box-title .tabs>li.active>a { background:#a200ff } .theme-magenta #main .box.box-color .box-title { background:#a200ff } .theme-magenta #main .box.box-color .box-title .tabs>li.active>a { color:#a200ff } .theme-magenta #main .box.box-bordered.box-color .box-title { border-color:#a200ff } .theme-magenta #main .box.box-bordered.box-color .box-content { border-color:#a200ff } ul>li.grey, .label-grey { background:#333 } .progress.small .bar.bar-grey { background:#333 } .box.box-color.grey .box-title { background:#333 !important } .box.box-color.grey .box-title .actions>a:hover { color:#333 } .box.box-color.grey .form-wizard .wizard-steps li.active .single-step .title { background:#333 } .box.box-color.grey .btn.btn-primary { background:#333 } .box.box-bordered.box-color.grey .box-title { border-color:#333 !important } .box.box-bordered.box-color.grey .box-content { border-color:#333 !important } .box.box-bordered.box-color.grey .slimScrollDiv { border-bottom:2px solid #333 } .theme-grey .form-wizard .wizard-steps li.active .single-step .title { background:#333 } .theme-grey .btn.btn-primary { background:#333 } .theme-grey.login { background:#333 } .theme-grey a { color:#333 } .theme-grey .btn { color:#333 } .theme-grey .btn.btn-primary { background:#333; color:#fff } .theme-grey .btn.btn-inverse, .theme-grey .btn.btn-success, .theme-grey .btn.btn-danger { color:#fff } .theme-grey.locked { background:#333 !important } .theme-grey.locked .pull-left a { background:#0d0d0d } .theme-grey.locked .pull-left a:hover { background:#000 } .theme-grey #navigation { background:#333 } .theme-grey #navigation .toggle-mobile { background:#0d0d0d } .theme-grey #navigation .mobile-nav.open { background:#333 } .theme-grey #navigation .mobile-nav.open>li.active>a { background:#000 } .theme-grey #navigation .mobile-nav.open>li.active>ul { background:#000 } .theme-grey #navigation .mobile-nav.open>li>a { background:#0d0d0d } .theme-grey #navigation .mobile-nav.open>li>ul { background:#0d0d0d } .theme-grey #navigation .main-nav>li.active>a:hover { background:#fff } .theme-grey #navigation .main-nav>li.open>a { background:#0d0d0d } .theme-grey #navigation .main-nav>li>a:hover { background:#0d0d0d } .theme-grey #navigation .user .icon-nav>li>a:hover { background:#0d0d0d } .theme-grey #navigation .user .dropdown.open { background:#0d0d0d } .theme-grey #navigation .user .dropdown>a:hover { background:#0d0d0d } .theme-grey #navigation .dropdown-menu { border-color:#333 } .theme-grey #navigation .dropdown-menu>li>a:hover { background:#333 } .theme-grey .search-form .search-pane button[type="submit"] { background:#333 } .theme-grey .messages>li.insert .submit button { background:#333 } .theme-grey .messages>li.right .name { color:#000 } .theme-grey .messages>li.right .message { background:#999 } .theme-grey .messages>li.right .message p { color:#000 } .theme-grey .messages>li.right .message .time { color:#000 } .theme-grey .messages>li.right .message .caret { border-left:7px solid #999 } .theme-grey .letterbox .letter>li.active { background:#333 } .theme-grey .calendar .fc-content .fc-event .fc-event-inner { background:#333 } .theme-grey .calendar .fc-button.fc-state-active { background:#333 } .theme-grey .calendar .fc-button.fc-state-active:hover { background:#333 } .theme-grey .table.table-user tr.alpha td.alpha-val span { background:#333 } .theme-grey .tagsinput#textfield_tagsinput .tag, .theme-grey .ms-container .multi-custom-header, .theme-grey .slider .ui-slider-handle, .theme-grey .form-wizard .wizard-steps li.active .single-step .title, .theme-grey .user-list h4, .theme-grey .nav.nav-pills>li.active>a, .theme-grey .nav.nav-list>li.active>a, .theme-grey .table.table-colored-header thead th, .theme-grey .table.table-colored-header thead td, .theme-grey .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-grey .elfinder-navbar .ui-state-active, .theme-grey .pagination.pagination-custom li.active a:hover, .theme-grey .pagination.pagination-custom li.active a { background:#333 } .theme-grey .elfinder-navbar .ui-state-active { border-color:#333 } .theme-grey #main .box .box-title .tabs>li.active>a { background:#333 } .theme-grey #main .box.box-color .box-title { background:#333 } .theme-grey #main .box.box-color .box-title .tabs>li.active>a { color:#333 } .theme-grey #main .box.box-bordered.box-color .box-title { border-color:#333 } .theme-grey #main .box.box-bordered.box-color .box-content { border-color:#333 } ul>li.darkblue, .label-darkblue { background:#204e81 } .progress.small .bar.bar-darkblue { background:#204e81 } .box.box-color.darkblue .box-title { background:#204e81 !important } .box.box-color.darkblue .box-title .actions>a:hover { color:#204e81 } .box.box-color.darkblue .form-wizard .wizard-steps li.active .single-step .title { background:#204e81 } .box.box-color.darkblue .btn.btn-primary { background:#204e81 } .box.box-bordered.box-color.darkblue .box-title { border-color:#204e81 !important } .box.box-bordered.box-color.darkblue .box-content { border-color:#204e81 !important } .box.box-bordered.box-color.darkblue .slimScrollDiv { border-bottom:2px solid #204e81 } .theme-darkblue .form-wizard .wizard-steps li.active .single-step .title { background:#204e81 } .theme-darkblue .btn.btn-primary { background:#204e81 } .theme-darkblue.login { background:#204e81 } .theme-darkblue a { color:#204e81 } .theme-darkblue .btn { color:#333 } .theme-darkblue .btn.btn-primary { background:#204e81; color:#fff } .theme-darkblue .btn.btn-inverse, .theme-darkblue .btn.btn-success, .theme-darkblue .btn.btn-danger { color:#fff } .theme-darkblue.locked { background:#204e81 !important } .theme-darkblue.locked .pull-left a { background:#112944 } .theme-darkblue.locked .pull-left a:hover { background:#07101b } .theme-darkblue #navigation { background:#204e81 } .theme-darkblue #navigation .toggle-mobile { background:#112944 } .theme-darkblue #navigation .mobile-nav.open { background:#204e81 } .theme-darkblue #navigation .mobile-nav.open>li.active>a { background:#07101b } .theme-darkblue #navigation .mobile-nav.open>li.active>ul { background:#07101b } .theme-darkblue #navigation .mobile-nav.open>li>a { background:#112944 } .theme-darkblue #navigation .mobile-nav.open>li>ul { background:#112944 } .theme-darkblue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-darkblue #navigation .main-nav>li.open>a { background:#112944 } .theme-darkblue #navigation .main-nav>li>a:hover { background:#112944 } .theme-darkblue #navigation .user .icon-nav>li>a:hover { background:#112944 } .theme-darkblue #navigation .user .dropdown.open { background:#112944 } .theme-darkblue #navigation .user .dropdown>a:hover { background:#112944 } .theme-darkblue #navigation .dropdown-menu { border-color:#204e81 } .theme-darkblue #navigation .dropdown-menu>li>a:hover { background:#204e81 } .theme-darkblue .search-form .search-pane button[type="submit"] { background:#204e81 } .theme-darkblue .messages>li.insert .submit button { background:#204e81 } .theme-darkblue .messages>li.right .name { color:#000 } .theme-darkblue .messages>li.right .message { background:#8bb4e2 } .theme-darkblue .messages>li.right .message p { color:#020406 } .theme-darkblue .messages>li.right .message .time { color:#020406 } .theme-darkblue .messages>li.right .message .caret { border-left:7px solid #8bb4e2 } .theme-darkblue .letterbox .letter>li.active { background:#204e81 } .theme-darkblue .calendar .fc-content .fc-event .fc-event-inner { background:#204e81 } .theme-darkblue .calendar .fc-button.fc-state-active { background:#204e81 } .theme-darkblue .calendar .fc-button.fc-state-active:hover { background:#204e81 } .theme-darkblue .table.table-user tr.alpha td.alpha-val span { background:#204e81 } .theme-darkblue .tagsinput#textfield_tagsinput .tag, .theme-darkblue .ms-container .multi-custom-header, .theme-darkblue .slider .ui-slider-handle, .theme-darkblue .form-wizard .wizard-steps li.active .single-step .title, .theme-darkblue .user-list h4, .theme-darkblue .nav.nav-pills>li.active>a, .theme-darkblue .nav.nav-list>li.active>a, .theme-darkblue .table.table-colored-header thead th, .theme-darkblue .table.table-colored-header thead td, .theme-darkblue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-darkblue .elfinder-navbar .ui-state-active, .theme-darkblue .pagination.pagination-custom li.active a:hover, .theme-darkblue .pagination.pagination-custom li.active a { background:#204e81 } .theme-darkblue .elfinder-navbar .ui-state-active { border-color:#204e81 } .theme-darkblue #main .box .box-title .tabs>li.active>a { background:#204e81 } .theme-darkblue #main .box.box-color .box-title { background:#204e81 } .theme-darkblue #main .box.box-color .box-title .tabs>li.active>a { color:#204e81 } .theme-darkblue #main .box.box-bordered.box-color .box-title { border-color:#204e81 } .theme-darkblue #main .box.box-bordered.box-color .box-content { border-color:#204e81 } ul>li.lightred, .label-lightred { /* background:#e63a3a*/ background:#206020; } .progress.small .bar.bar-lightred { background:#e63a3a } .box.box-color.lightred .box-title { background:#e63a3a !important } .box.box-color.lightred .box-title .actions>a:hover { color:#e63a3a } .box.box-color.lightred .form-wizard .wizard-steps li.active .single-step .title { background:#e63a3a } .box.box-color.lightred .btn.btn-primary { background:#e63a3a } .box.box-bordered.box-color.lightred .box-title { border-color:#e63a3a !important } .box.box-bordered.box-color.lightred .box-content { border-color:#e63a3a !important } .box.box-bordered.box-color.lightred .slimScrollDiv { border-bottom:2px solid #e63a3a } .theme-lightred .form-wizard .wizard-steps li.active .single-step .title { background:#e63a3a } .theme-lightred .btn.btn-primary { background:#e63a3a } .theme-lightred.login { background:#e63a3a } .theme-lightred a { color:#e63a3a } .theme-lightred .btn { color:#333 } .theme-lightred .btn.btn-primary { background:#e63a3a; color:#fff } .theme-lightred .btn.btn-inverse, .theme-lightred .btn.btn-success, .theme-lightred .btn.btn-danger { color:#fff } .theme-lightred.locked { background:#e63a3a !important } .theme-lightred.locked .pull-left a { background:#bc1818 } .theme-lightred.locked .pull-left a:hover { background:#8e1212 } .theme-lightred #navigation { background:#e63a3a } .theme-lightred #navigation .toggle-mobile { background:#bc1818 } .theme-lightred #navigation .mobile-nav.open { background:#e63a3a } .theme-lightred #navigation .mobile-nav.open>li.active>a { background:#8e1212 } .theme-lightred #navigation .mobile-nav.open>li.active>ul { background:#8e1212 } .theme-lightred #navigation .mobile-nav.open>li>a { background:#bc1818 } .theme-lightred #navigation .mobile-nav.open>li>ul { background:#bc1818 } .theme-lightred #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lightred #navigation .main-nav>li.open>a { background:#bc1818 } .theme-lightred #navigation .main-nav>li>a:hover { background:#bc1818 } .theme-lightred #navigation .user .icon-nav>li>a:hover { background:#bc1818 } .theme-lightred #navigation .user .dropdown.open { background:#bc1818 } .theme-lightred #navigation .user .dropdown>a:hover { background:#bc1818 } .theme-lightred #navigation .dropdown-menu { border-color:#e63a3a } .theme-lightred #navigation .dropdown-menu>li>a:hover { background:#e63a3a } .theme-lightred .search-form .search-pane button[type="submit"] { background:#e63a3a } .theme-lightred .messages>li.insert .submit button { background:#e63a3a } .theme-lightred .messages>li.right .name { color:#4b0909 } .theme-lightred .messages>li.right .message { background:#fdefef } .theme-lightred .messages>li.right .message p { color:#780f0f } .theme-lightred .messages>li.right .message .time { color:#780f0f } .theme-lightred .messages>li.right .message .caret { border-left:7px solid #fdefef } .theme-lightred .letterbox .letter>li.active { background:#e63a3a } .theme-lightred .calendar .fc-content .fc-event .fc-event-inner { background:#e63a3a } .theme-lightred .calendar .fc-button.fc-state-active { background:#e63a3a } .theme-lightred .calendar .fc-button.fc-state-active:hover { background:#e63a3a } .theme-lightred .table.table-user tr.alpha td.alpha-val span { background:#e63a3a } .theme-lightred .tagsinput#textfield_tagsinput .tag, .theme-lightred .ms-container .multi-custom-header, .theme-lightred .slider .ui-slider-handle, .theme-lightred .form-wizard .wizard-steps li.active .single-step .title, .theme-lightred .user-list h4, .theme-lightred .nav.nav-pills>li.active>a, .theme-lightred .nav.nav-list>li.active>a, .theme-lightred .table.table-colored-header thead th, .theme-lightred .table.table-colored-header thead td, .theme-lightred .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lightred .elfinder-navbar .ui-state-active, .theme-lightred .pagination.pagination-custom li.active a:hover, .theme-lightred .pagination.pagination-custom li.active a { background:#e63a3a } .theme-lightred .elfinder-navbar .ui-state-active { border-color:#e63a3a } .theme-lightred #main .box .box-title .tabs>li.active>a { background:#e63a3a } .theme-lightred #main .box.box-color .box-title { background:#e63a3a } .theme-lightred #main .box.box-color .box-title .tabs>li.active>a { color:#e63a3a } .theme-lightred #main .box.box-bordered.box-color .box-title { border-color:#e63a3a } .theme-lightred #main .box.box-bordered.box-color .box-content { border-color:#e63a3a } ul>li.lightgrey, .label-lightgrey { background:#666 } .progress.small .bar.bar-lightgrey { background:#666 } .box.box-color.lightgrey .box-title { background:#666 !important } .box.box-color.lightgrey .box-title .actions>a:hover { color:#666 } .box.box-color.lightgrey .form-wizard .wizard-steps li.active .single-step .title { background:#666 } .box.box-color.lightgrey .btn.btn-primary { background:#666 } .box.box-bordered.box-color.lightgrey .box-title { border-color:#666 !important } .box.box-bordered.box-color.lightgrey .box-content { border-color:#666 !important } .box.box-bordered.box-color.lightgrey .slimScrollDiv { border-bottom:2px solid #666 } .theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title { background:#666 } .theme-lightgrey .btn.btn-primary { background:#666 } .theme-lightgrey.login { background:#666 } .theme-lightgrey a { color:#666 } .theme-lightgrey .btn { color:#333 } .theme-lightgrey .btn.btn-primary { background:#666; color:#fff } .theme-lightgrey .btn.btn-inverse, .theme-lightgrey .btn.btn-success, .theme-lightgrey .btn.btn-danger { color:#fff } .theme-lightgrey.locked { background:#666 !important } .theme-lightgrey.locked .pull-left a { background:#404040 } .theme-lightgrey.locked .pull-left a:hover { background:#262626 } .theme-lightgrey #navigation { background:#666 } .theme-lightgrey #navigation .toggle-mobile { background:#404040 } .theme-lightgrey #navigation .mobile-nav.open { background:#666 } .theme-lightgrey #navigation .mobile-nav.open>li.active>a { background:#262626 } .theme-lightgrey #navigation .mobile-nav.open>li.active>ul { background:#262626 } .theme-lightgrey #navigation .mobile-nav.open>li>a { background:#404040 } .theme-lightgrey #navigation .mobile-nav.open>li>ul { background:#404040 } .theme-lightgrey #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lightgrey #navigation .main-nav>li.open>a { background:#404040 } .theme-lightgrey #navigation .main-nav>li>a:hover { background:#404040 } .theme-lightgrey #navigation .user .icon-nav>li>a:hover { background:#404040 } .theme-lightgrey #navigation .user .dropdown.open { background:#404040 } .theme-lightgrey #navigation .user .dropdown>a:hover { background:#404040 } .theme-lightgrey #navigation .dropdown-menu { border-color:#666 } .theme-lightgrey #navigation .dropdown-menu>li>a:hover { background:#666 } .theme-lightgrey .search-form .search-pane button[type="submit"] { background:#666 } .theme-lightgrey .messages>li.insert .submit button { background:#666 } .theme-lightgrey .messages>li.right .name { color:#000 } .theme-lightgrey .messages>li.right .message { background:#ccc } .theme-lightgrey .messages>li.right .message p { color:#1a1a1a } .theme-lightgrey .messages>li.right .message .time { color:#1a1a1a } .theme-lightgrey .messages>li.right .message .caret { border-left:7px solid #ccc } .theme-lightgrey .letterbox .letter>li.active { background:#666 } .theme-lightgrey .calendar .fc-content .fc-event .fc-event-inner { background:#666 } .theme-lightgrey .calendar .fc-button.fc-state-active { background:#666 } .theme-lightgrey .calendar .fc-button.fc-state-active:hover { background:#666 } .theme-lightgrey .table.table-user tr.alpha td.alpha-val span { background:#666 } .theme-lightgrey .tagsinput#textfield_tagsinput .tag, .theme-lightgrey .ms-container .multi-custom-header, .theme-lightgrey .slider .ui-slider-handle, .theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title, .theme-lightgrey .user-list h4, .theme-lightgrey .nav.nav-pills>li.active>a, .theme-lightgrey .nav.nav-list>li.active>a, .theme-lightgrey .table.table-colored-header thead th, .theme-lightgrey .table.table-colored-header thead td, .theme-lightgrey .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lightgrey .elfinder-navbar .ui-state-active, .theme-lightgrey .pagination.pagination-custom li.active a:hover, .theme-lightgrey .pagination.pagination-custom li.active a { background:#666 } .theme-lightgrey .elfinder-navbar .ui-state-active { border-color:#666 } .theme-lightgrey #main .box .box-title .tabs>li.active>a { background:#666 } .theme-lightgrey #main .box.box-color .box-title { background:#666 } .theme-lightgrey #main .box.box-color .box-title .tabs>li.active>a { color:#666 } .theme-lightgrey #main .box.box-bordered.box-color .box-title { border-color:#666 } .theme-lightgrey #main .box.box-bordered.box-color .box-content { border-color:#666 } ul>li.satblue, .label-satblue { background:#2c5e7b } .progress.small .bar.bar-satblue { background:#2c5e7b } .box.box-color.satblue .box-title { background:#2c5e7b !important } .box.box-color.satblue .box-title .actions>a:hover { color:#2c5e7b } .box.box-color.satblue .form-wizard .wizard-steps li.active .single-step .title { background:#2c5e7b } .box.box-color.satblue .btn.btn-primary { background:#2c5e7b } .box.box-bordered.box-color.satblue .box-title { border-color:#2c5e7b !important } .box.box-bordered.box-color.satblue .box-content { border-color:#2c5e7b !important } .box.box-bordered.box-color.satblue .slimScrollDiv { border-bottom:2px solid #2c5e7b } .theme-satblue .form-wizard .wizard-steps li.active .single-step .title { background:#2c5e7b } .theme-satblue .btn.btn-primary { background:#2c5e7b } .theme-satblue.login { background:#2c5e7b } .theme-satblue a { color:#2c5e7b } .theme-satblue .btn { color:#333 } .theme-satblue .btn.btn-primary { background:#2c5e7b; color:#fff } .theme-satblue .btn.btn-inverse, .theme-satblue .btn.btn-success, .theme-satblue .btn.btn-danger { color:#fff } .theme-satblue.locked { background:#2c5e7b !important } .theme-satblue.locked .pull-left a { background:#183343 } .theme-satblue.locked .pull-left a:hover { background:#0a161d } .theme-satblue #navigation { background:#2c5e7b } .theme-satblue #navigation .toggle-mobile { background:#183343 } .theme-satblue #navigation .mobile-nav.open { background:#2c5e7b } .theme-satblue #navigation .mobile-nav.open>li.active>a { background:#0a161d } .theme-satblue #navigation .mobile-nav.open>li.active>ul { background:#0a161d } .theme-satblue #navigation .mobile-nav.open>li>a { background:#183343 } .theme-satblue #navigation .mobile-nav.open>li>ul { background:#183343 } .theme-satblue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-satblue #navigation .main-nav>li.open>a { background:#183343 } .theme-satblue #navigation .main-nav>li>a:hover { background:#183343 } .theme-satblue #navigation .user .icon-nav>li>a:hover { background:#183343 } .theme-satblue #navigation .user .dropdown.open { background:#183343 } .theme-satblue #navigation .user .dropdown>a:hover { background:#183343 } .theme-satblue #navigation .dropdown-menu { border-color:#2c5e7b } .theme-satblue #navigation .dropdown-menu>li>a:hover { background:#2c5e7b } .theme-satblue .search-form .search-pane button[type="submit"] { background:#2c5e7b } .theme-satblue .messages>li.insert .submit button { background:#2c5e7b } .theme-satblue .messages>li.right .name { color:#000 } .theme-satblue .messages>li.right .message { background:#99c2da } .theme-satblue .messages>li.right .message p { color:#04080a } .theme-satblue .messages>li.right .message .time { color:#04080a } .theme-satblue .messages>li.right .message .caret { border-left:7px solid #99c2da } .theme-satblue .letterbox .letter>li.active { background:#2c5e7b } .theme-satblue .calendar .fc-content .fc-event .fc-event-inner { background:#2c5e7b } .theme-satblue .calendar .fc-button.fc-state-active { background:#2c5e7b } .theme-satblue .calendar .fc-button.fc-state-active:hover { background:#2c5e7b } .theme-satblue .table.table-user tr.alpha td.alpha-val span { background:#2c5e7b } .theme-satblue .tagsinput#textfield_tagsinput .tag, .theme-satblue .ms-container .multi-custom-header, .theme-satblue .slider .ui-slider-handle, .theme-satblue .form-wizard .wizard-steps li.active .single-step .title, .theme-satblue .user-list h4, .theme-satblue .nav.nav-pills>li.active>a, .theme-satblue .nav.nav-list>li.active>a, .theme-satblue .table.table-colored-header thead th, .theme-satblue .table.table-colored-header thead td, .theme-satblue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-satblue .elfinder-navbar .ui-state-active, .theme-satblue .pagination.pagination-custom li.active a:hover, .theme-satblue .pagination.pagination-custom li.active a { background:#2c5e7b } .theme-satblue .elfinder-navbar .ui-state-active { border-color:#2c5e7b } .theme-satblue #main .box .box-title .tabs>li.active>a { background:#2c5e7b } .theme-satblue #main .box.box-color .box-title { background:#2c5e7b } .theme-satblue #main .box.box-color .box-title .tabs>li.active>a { color:#2c5e7b } .theme-satblue #main .box.box-bordered.box-color .box-title { border-color:#2c5e7b } .theme-satblue #main .box.box-bordered.box-color .box-content { border-color:#2c5e7b } ul>li.satgreen, .label-satgreen { background:#56af45 } .progress.small .bar.bar-satgreen { background:#56af45 } .box.box-color.satgreen .box-title { background:#56af45 !important } .box.box-color.satgreen .box-title .actions>a:hover { color:#56af45 } .box.box-color.satgreen .form-wizard .wizard-steps li.active .single-step .title { background:#56af45 } .box.box-color.satgreen .btn.btn-primary { background:#56af45 } .box.box-bordered.box-color.satgreen .box-title { border-color:#56af45 !important } .box.box-bordered.box-color.satgreen .box-content { border-color:#56af45 !important } .box.box-bordered.box-color.satgreen .slimScrollDiv { border-bottom:2px solid #56af45 } .theme-satgreen .form-wizard .wizard-steps li.active .single-step .title { background:#56af45 } .theme-satgreen .btn.btn-primary { background:#56af45 } .theme-satgreen.login { background:#56af45 } .theme-satgreen a { color:#56af45 } .theme-satgreen .btn { color:#333 } .theme-satgreen .btn.btn-primary { background:#56af45; color:#fff } .theme-satgreen .btn.btn-inverse, .theme-satgreen .btn.btn-success, .theme-satgreen .btn.btn-danger { color:#fff } .theme-satgreen.locked { background:#56af45 !important } .theme-satgreen.locked .pull-left a { background:#3b782f } .theme-satgreen.locked .pull-left a:hover { background:#295421 } .theme-satgreen #navigation { background:#56af45 } .theme-satgreen #navigation .toggle-mobile { background:#3b782f } .theme-satgreen #navigation .mobile-nav.open { background:#56af45 } .theme-satgreen #navigation .mobile-nav.open>li.active>a { background:#295421 } .theme-satgreen #navigation .mobile-nav.open>li.active>ul { background:#295421 } .theme-satgreen #navigation .mobile-nav.open>li>a { background:#3b782f } .theme-satgreen #navigation .mobile-nav.open>li>ul { background:#3b782f } .theme-satgreen #navigation .main-nav>li.active>a:hover { background:#fff } .theme-satgreen #navigation .main-nav>li.open>a { background:#3b782f } .theme-satgreen #navigation .main-nav>li>a:hover { background:#3b782f } .theme-satgreen #navigation .user .icon-nav>li>a:hover { background:#3b782f } .theme-satgreen #navigation .user .dropdown.open { background:#3b782f } .theme-satgreen #navigation .user .dropdown>a:hover { background:#3b782f } .theme-satgreen #navigation .dropdown-menu { border-color:#56af45 } .theme-satgreen #navigation .dropdown-menu>li>a:hover { background:#56af45 } .theme-satgreen .search-form .search-pane button[type="submit"] { background:#56af45 } .theme-satgreen .messages>li.insert .submit button { background:#56af45 } .theme-satgreen .messages>li.right .name { color:#0e1d0b } .theme-satgreen .messages>li.right .message { background:#d7edd3 } .theme-satgreen .messages>li.right .message p { color:#20411a } .theme-satgreen .messages>li.right .message .time { color:#20411a } .theme-satgreen .messages>li.right .message .caret { border-left:7px solid #d7edd3 } .theme-satgreen .letterbox .letter>li.active { background:#56af45 } .theme-satgreen .calendar .fc-content .fc-event .fc-event-inner { background:#56af45 } .theme-satgreen .calendar .fc-button.fc-state-active { background:#56af45 } .theme-satgreen .calendar .fc-button.fc-state-active:hover { background:#56af45 } .theme-satgreen .table.table-user tr.alpha td.alpha-val span { background:#56af45 } .theme-satgreen .tagsinput#textfield_tagsinput .tag, .theme-satgreen .ms-container .multi-custom-header, .theme-satgreen .slider .ui-slider-handle, .theme-satgreen .form-wizard .wizard-steps li.active .single-step .title, .theme-satgreen .user-list h4, .theme-satgreen .nav.nav-pills>li.active>a, .theme-satgreen .nav.nav-list>li.active>a, .theme-satgreen .table.table-colored-header thead th, .theme-satgreen .table.table-colored-header thead td, .theme-satgreen .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-satgreen .elfinder-navbar .ui-state-active, .theme-satgreen .pagination.pagination-custom li.active a:hover, .theme-satgreen .pagination.pagination-custom li.active a { background:#56af45 } .theme-satgreen .elfinder-navbar .ui-state-active { border-color:#56af45 } .theme-satgreen #main .box .box-title .tabs>li.active>a { background:#56af45 } .theme-satgreen #main .box.box-color .box-title { background:#56af45 } .theme-satgreen #main .box.box-color .box-title .tabs>li.active>a { color:#56af45 } .theme-satgreen #main .box.box-bordered.box-color .box-title { border-color:#56af45 } .theme-satgreen #main .box.box-bordered.box-color .box-content { border-color:#56af45 } ul>li.grey-3, .label-grey-3 { background:#eee } .progress.small .bar.bar-grey-3 { background:#eee } .box.box-color.grey-3 .box-title { background:#eee !important } .box.box-color.grey-3 .box-title h3 { color:#333 } .box.box-color.grey-3 .box-title .actions>a:hover { color:#eee } .box.box-color.grey-3 .form-wizard .wizard-steps li.active .single-step .title { background:#eee } .box.box-color.grey-3 .btn.btn-primary { background:#eee } .box.box-bordered.box-color.grey-3 .box-title { border-color:#eee !important } .box.box-bordered.box-color.grey-3 .box-content { border-color:#eee !important } .box.box-bordered.box-color.grey-3 .slimScrollDiv { border-bottom:2px solid #eee } .theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title { background:#eee } .theme-grey-3 .btn.btn-primary { background:#eee } .theme-grey-3.login { background:#eee } .theme-grey-3 a { color:#eee } .theme-grey-3 .btn { color:#333 } .theme-grey-3 .btn.btn-primary { background:#eee; color:#fff } .theme-grey-3 .btn.btn-inverse, .theme-grey-3 .btn.btn-success, .theme-grey-3 .btn.btn-danger { color:#fff } .theme-grey-3.locked { background:#eee !important } .theme-grey-3.locked .pull-left a { background:#c8c8c8 } .theme-grey-3.locked .pull-left a:hover { background:#aeaeae } .theme-grey-3 #navigation { background:#eee } .theme-grey-3 #navigation .toggle-mobile { background:#c8c8c8 } .theme-grey-3 #navigation .mobile-nav.open { background:#eee } .theme-grey-3 #navigation .mobile-nav.open>li.active>a { background:#aeaeae } .theme-grey-3 #navigation .mobile-nav.open>li.active>ul { background:#aeaeae } .theme-grey-3 #navigation .mobile-nav.open>li>a { background:#c8c8c8 } .theme-grey-3 #navigation .mobile-nav.open>li>ul { background:#c8c8c8 } .theme-grey-3 #navigation .main-nav>li.active>a:hover { background:#fff } .theme-grey-3 #navigation .main-nav>li.open>a { background:#c8c8c8 } .theme-grey-3 #navigation .main-nav>li>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .user .icon-nav>li>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .user .dropdown.open { background:#c8c8c8 } .theme-grey-3 #navigation .user .dropdown>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .dropdown-menu { border-color:#eee } .theme-grey-3 #navigation .dropdown-menu>li>a:hover { background:#eee } .theme-grey-3 .search-form .search-pane button[type="submit"] { background:#eee } .theme-grey-3 .messages>li.insert .submit button { background:#eee } .theme-grey-3 .messages>li.right .name { color:#888 } .theme-grey-3 .messages>li.right .message { background:#fff } .theme-grey-3 .messages>li.right .message p { color:#a2a2a2 } .theme-grey-3 .messages>li.right .message .time { color:#a2a2a2 } .theme-grey-3 .messages>li.right .message .caret { border-left:7px solid #fff } .theme-grey-3 .letterbox .letter>li.active { background:#eee } .theme-grey-3 .calendar .fc-content .fc-event .fc-event-inner { background:#eee } .theme-grey-3 .calendar .fc-button.fc-state-active { background:#eee } .theme-grey-3 .calendar .fc-button.fc-state-active:hover { background:#eee } .theme-grey-3 .table.table-user tr.alpha td.alpha-val span { background:#eee } .theme-grey-3 .tagsinput#textfield_tagsinput .tag, .theme-grey-3 .ms-container .multi-custom-header, .theme-grey-3 .slider .ui-slider-handle, .theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title, .theme-grey-3 .user-list h4, .theme-grey-3 .nav.nav-pills>li.active>a, .theme-grey-3 .nav.nav-list>li.active>a, .theme-grey-3 .table.table-colored-header thead th, .theme-grey-3 .table.table-colored-header thead td, .theme-grey-3 .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-grey-3 .elfinder-navbar .ui-state-active, .theme-grey-3 .pagination.pagination-custom li.active a:hover, .theme-grey-3 .pagination.pagination-custom li.active a { background:#eee } .theme-grey-3 .elfinder-navbar .ui-state-active { border-color:#eee } .theme-grey-3 #main .box .box-title .tabs>li.active>a { background:#eee } .theme-grey-3 #main .box.box-color .box-title { background:#eee } .theme-grey-3 #main .box.box-color .box-title .tabs>li.active>a { color:#eee } .theme-grey-3 #main .box.box-bordered.box-color .box-title { border-color:#eee } .theme-grey-3 #main .box.box-bordered.box-color .box-content { border-color:#eee }
garnishdpanel/css/themes.css
ul>li.blue, .label-blue { background:#368ee0 } .progress.small .bar.bar-blue { background:#368ee0 } .box.box-color.blue .box-title { background:#368ee0 !important } .box.box-color.blue .box-title .actions>a:hover { color:#368ee0 } .box.box-color.blue .form-wizard .wizard-steps li.active .single-step .title { background:#368ee0 } .box.box-color.blue .btn.btn-primary { background:#368ee0 } .box.box-bordered.box-color.blue .box-title { border-color:#368ee0 !important } .box.box-bordered.box-color.blue .box-content { border-color:#368ee0 !important } .box.box-bordered.box-color.blue .slimScrollDiv { border-bottom:2px solid #368ee0 } .theme-blue .form-wizard .wizard-steps li.active .single-step .title { background:#368ee0 } .theme-blue .btn.btn-primary { background:#368ee0 } .theme-blue.login { background:#368ee0 } .theme-blue a { color:#368ee0 } .theme-blue .btn { color:#333 } .theme-blue .btn.btn-primary { background:#368ee0; color:#fff } .theme-blue .btn.btn-inverse, .theme-blue .btn.btn-success, .theme-blue .btn.btn-danger { color:#fff } .theme-blue.locked { background:#368ee0 !important } .theme-blue.locked .pull-left a { background:#F27C66 } .theme-blue.locked .pull-left a:hover { background:#144d82 } .theme-blue #navigation { background:#368ee0 } .theme-blue #navigation .toggle-mobile { background:#F27C66 } .theme-blue #navigation .mobile-nav.open { background:#368ee0 } .theme-blue #navigation .mobile-nav.open>li.active>a { background:#144d82 } .theme-blue #navigation .mobile-nav.open>li.active>ul { background:#144d82 } .theme-blue #navigation .mobile-nav.open>li>a { background:#F27C66 } .theme-blue #navigation .mobile-nav.open>li>ul { background:#F27C66 } .theme-blue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-blue #navigation .main-nav>li.open>a { background:#F27C66 } .theme-blue #navigation .main-nav>li>a:hover { background:#F27C66 } .theme-blue #navigation .user .icon-nav>li>a:hover { background:#F27C66 } .theme-blue #navigation .user .dropdown.open { background:#F27C66 } .theme-blue #navigation .user .dropdown>a:hover { background:#F27C66 } .theme-blue #navigation .dropdown-menu { border-color:#368ee0 } .theme-blue #navigation .dropdown-menu>li>a:hover { background:#368ee0 } .theme-blue .search-form .search-pane button[type="submit"] { background:#368ee0 } .theme-blue .messages>li.insert .submit button { background:#368ee0 } .theme-blue .messages>li.right .name { color:#0a2640 } .theme-blue .messages>li.right .message { background:#e7f1fb } .theme-blue .messages>li.right .message p { color:#11406c } .theme-blue .messages>li.right .message .time { color:#11406c } .theme-blue .messages>li.right .message .caret { border-left:7px solid #e7f1fb } .theme-blue .letterbox .letter>li.active { background:#368ee0 } .theme-blue .calendar .fc-content .fc-event .fc-event-inner { background:#368ee0 } .theme-blue .calendar .fc-button.fc-state-active { background:#368ee0 } .theme-blue .calendar .fc-button.fc-state-active:hover { background:#368ee0 } .theme-blue .table.table-user tr.alpha td.alpha-val span { background:#368ee0 } .theme-blue .tagsinput#textfield_tagsinput .tag, .theme-blue .ms-container .multi-custom-header, .theme-blue .slider .ui-slider-handle, .theme-blue .form-wizard .wizard-steps li.active .single-step .title, .theme-blue .user-list h4, .theme-blue .nav.nav-pills>li.active>a, .theme-blue .nav.nav-list>li.active>a, .theme-blue .table.table-colored-header thead th, .theme-blue .table.table-colored-header thead td, .theme-blue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-blue .elfinder-navbar .ui-state-active, .theme-blue .pagination.pagination-custom li.active a:hover, .theme-blue .pagination.pagination-custom li.active a { background:#368ee0 } .theme-blue .elfinder-navbar .ui-state-active { border-color:#368ee0 } .theme-blue #main .box .box-title .tabs>li.active>a { background:#368ee0 } .theme-blue #main .box.box-color .box-title { background:#368ee0 } .theme-blue #main .box.box-color .box-title .tabs>li.active>a { color:#368ee0 } .theme-blue #main .box.box-bordered.box-color .box-title { border-color:#368ee0 } .theme-blue #main .box.box-bordered.box-color .box-content { border-color:#368ee0 } ul>li.orange, .label-orange { background:#F27C66 } .progress.small .bar.bar-orange { background:#F27C66 } .box.box-color.orange .box-title { background:#F27C66 !important } .box.box-color.orange .box-title .actions>a:hover { color:#F27C66 } .box.box-color.orange .form-wizard .wizard-steps li.active .single-step .title { background:#F27C66 } .box.box-color.orange .btn.btn-primary { background:#F27C66 } .box.box-bordered.box-color.orange .box-title { border-color:#F27C66 !important } .box.box-bordered.box-color.orange .box-content { border-color:#F27C66 !important } .box.box-bordered.box-color.orange .slimScrollDiv { border-bottom:2px solid #F27C66 } .theme-orange .form-wizard .wizard-steps li.active .single-step .title { background:#F27C66 } .theme-orange .btn.btn-primary { background:#F27C66 } .theme-orange.login { background:#F27C66 } .theme-orange a { color:#206020; } .theme-orange .btn { border-radius: 3px !important; color:#333; } .theme-orange .btn.btn-primary { background:#5cca78; color:#fff; } .theme-orange .btn.btn-inverse, .theme-orange .btn.btn-success, .theme-orange .btn.btn-danger { color:#fff } .theme-orange.locked { background:#F27C66 !important } .theme-orange.locked .pull-left a { background:#FAAA94 } .theme-orange.locked .pull-left a:hover { background:#935b05 } .theme-orange #navigation { background:#339933 } .theme-orange #navigation .toggle-mobile { background:#FAAA94 } .theme-orange #navigation .mobile-nav.open { background:#F27C66 } .theme-orange #navigation .mobile-nav.open>li.active>a { background:#935b05 } .theme-orange #navigation .mobile-nav.open>li.active>ul { background:#935b05 } .theme-orange #navigation .mobile-nav.open>li>a { background:#FAAA94 } .theme-orange #navigation .mobile-nav.open>li>ul { background:#FAAA94 } .theme-orange #navigation .main-nav>li.active>a:hover { background:#fff } .theme-orange #navigation .main-nav>li.open>a { background:#206020 } .theme-orange #navigation .main-nav>li>a:hover { background:#206020 } .theme-orange #navigation .user .icon-nav>li>a:hover { background:#206020 } .theme-orange #navigation .user .dropdown.open { background:#206020 } .theme-orange #navigation .user .dropdown>a:hover { background:#206020 } .theme-orange #navigation .dropdown-menu { border-color:#206020 } .theme-orange #navigation .dropdown-menu>li>a:hover { background:#206020 } .theme-orange .search-form .search-pane button[type="submit"] { background:#F27C66 } .theme-orange .messages>li.insert .submit button { background:#F27C66 } .theme-orange .messages>li.right .name { color:#492d02 } .theme-orange .messages>li.right .message { background:#fef4e5 } .theme-orange .messages>li.right .message p { color:#7a4c04 } .theme-orange .messages>li.right .message .time { color:#7a4c04 } .theme-orange .messages>li.right .message .caret { border-left:7px solid #fef4e5 } .theme-orange .letterbox .letter>li.active { background:#F27C66 } .theme-orange .calendar .fc-content .fc-event .fc-event-inner { background:#F27C66 } .theme-orange .calendar .fc-button.fc-state-active { background:#F27C66 } .theme-orange .calendar .fc-button.fc-state-active:hover { background:#F27C66 } .theme-orange .table.table-user tr.alpha td.alpha-val span { background:#F27C66 } .theme-orange .tagsinput#textfield_tagsinput .tag, .theme-orange .ms-container .multi-custom-header, .theme-orange .slider .ui-slider-handle, .theme-orange .form-wizard .wizard-steps li.active .single-step .title, .theme-orange .user-list h4, .theme-orange .nav.nav-pills>li.active>a, .theme-orange .nav.nav-list>li.active>a, .theme-orange .table.table-colored-header thead th, .theme-orange .table.table-colored-header thead td, .theme-orange .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-orange .elfinder-navbar .ui-state-active, .theme-orange .pagination.pagination-custom li.active a:hover, .theme-orange .pagination.pagination-custom li.active a { background:#F27C66 } .theme-orange .elfinder-navbar .ui-state-active { border-color:#F27C66 } .theme-orange #main .box .box-title .tabs>li.active>a { background:#F27C66 } .theme-orange #main .box.box-color .box-title { background:#18BB7C; } .theme-orange #main .box.box-color .box-title .tabs>li.active>a { color:#F27C66 } .theme-orange #main .box.box-bordered.box-color .box-title { border-color:#18BB7C; } .theme-orange #main .box.box-bordered.box-color .box-content { border-color:#18BB7C; } ul>li.red, .label-red { background:#e51400 } .progress.small .bar.bar-red { background:#e51400 } .box.box-color.red .box-title { background:#e51400 !important } .box.box-color.red .box-title .actions>a:hover { color:#e51400 } .box.box-color.red .form-wizard .wizard-steps li.active .single-step .title { background:#e51400 } .box.box-color.red .btn.btn-primary { background:#e51400 } .box.box-bordered.box-color.red .box-title { border-color:#e51400 !important } .box.box-bordered.box-color.red .box-content { border-color:#e51400 !important } .box.box-bordered.box-color.red .slimScrollDiv { border-bottom:2px solid #e51400 } .theme-red .form-wizard .wizard-steps li.active .single-step .title { background:#e51400 } .theme-red .btn.btn-primary { background:#e51400 } .theme-red.login { background:#e51400 } .theme-red a { color:#e51400 } .theme-red .btn { color:#333 } .theme-red .btn.btn-primary { background:#e51400; color:#fff } .theme-red .btn.btn-inverse, .theme-red .btn.btn-success, .theme-red .btn.btn-danger { color:#fff } .theme-red.locked { background:#e51400 !important } .theme-red.locked .pull-left a { background:#990d00 } .theme-red.locked .pull-left a:hover { background:#660900 } .theme-red #navigation { background:#e51400 } .theme-red #navigation .toggle-mobile { background:#990d00 } .theme-red #navigation .mobile-nav.open { background:#e51400 } .theme-red #navigation .mobile-nav.open>li.active>a { background:#660900 } .theme-red #navigation .mobile-nav.open>li.active>ul { background:#660900 } .theme-red #navigation .mobile-nav.open>li>a { background:#990d00 } .theme-red #navigation .mobile-nav.open>li>ul { background:#990d00 } .theme-red #navigation .main-nav>li.active>a:hover { background:#fff } .theme-red #navigation .main-nav>li.open>a { background:#990d00 } .theme-red #navigation .main-nav>li>a:hover { background:#990d00 } .theme-red #navigation .user .icon-nav>li>a:hover { background:#990d00 } .theme-red #navigation .user .dropdown.open { background:#990d00 } .theme-red #navigation .user .dropdown>a:hover { background:#990d00 } .theme-red #navigation .dropdown-menu { border-color:#e51400 } .theme-red #navigation .dropdown-menu>li>a:hover { background:#e51400 } .theme-red .search-form .search-pane button[type="submit"] { background:#e51400 } .theme-red .messages>li.insert .submit button { background:#e51400 } .theme-red .messages>li.right .name { color:#190200 } .theme-red .messages>li.right .message { background:#ffb9b2 } .theme-red .messages>li.right .message p { color:#4c0700 } .theme-red .messages>li.right .message .time { color:#4c0700 } .theme-red .messages>li.right .message .caret { border-left:7px solid #ffb9b2 } .theme-red .letterbox .letter>li.active { background:#e51400 } .theme-red .calendar .fc-content .fc-event .fc-event-inner { background:#e51400 } .theme-red .calendar .fc-button.fc-state-active { background:#e51400 } .theme-red .calendar .fc-button.fc-state-active:hover { background:#e51400 } .theme-red .table.table-user tr.alpha td.alpha-val span { background:#e51400 } .theme-red .tagsinput#textfield_tagsinput .tag, .theme-red .ms-container .multi-custom-header, .theme-red .slider .ui-slider-handle, .theme-red .form-wizard .wizard-steps li.active .single-step .title, .theme-red .user-list h4, .theme-red .nav.nav-pills>li.active>a, .theme-red .nav.nav-list>li.active>a, .theme-red .table.table-colored-header thead th, .theme-red .table.table-colored-header thead td, .theme-red .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-red .elfinder-navbar .ui-state-active, .theme-red .pagination.pagination-custom li.active a:hover, .theme-red .pagination.pagination-custom li.active a { background:#e51400 } .theme-red .elfinder-navbar .ui-state-active { border-color:#e51400 } .theme-red #main .box .box-title .tabs>li.active>a { background:#e51400 } .theme-red #main .box.box-color .box-title { background:#e51400 } .theme-red #main .box.box-color .box-title .tabs>li.active>a { color:#e51400 } .theme-red #main .box.box-bordered.box-color .box-title { border-color:#e51400 } .theme-red #main .box.box-bordered.box-color .box-content { border-color:#e51400 } ul>li.green, .label-green { background:#5cca78 } .progress.small .bar.bar-green { background:#5cca78 } .box.box-color.green .box-title { background:#5cca78 !important } .box.box-color.green .box-title .actions>a:hover { color:#5cca78 } .box.box-color.green .form-wizard .wizard-steps li.active .single-step .title { background:#5cca78 } .box.box-color.green .btn.btn-primary { background:#5cca78 } .box.box-bordered.box-color.green .box-title { border-color:#5cca78 !important } .box.box-bordered.box-color.green .box-content { border-color:#5cca78 !important } .box.box-bordered.box-color.green .slimScrollDiv { border-bottom:2px solid #5cca78 } .theme-green .form-wizard .wizard-steps li.active .single-step .title { background:#5cca78 } .theme-green .btn.btn-primary { background:#5cca78 } .theme-green.login { background:#5cca78 } .theme-green a { color:#5cca78 } .theme-green .btn { color:#333 } .theme-green .btn.btn-primary { background:#5cca78; color:#fff } .theme-green .btn.btn-inverse, .theme-green .btn.btn-success, .theme-green .btn.btn-danger { color:#fff } .theme-green.locked { background:#5cca78 !important } .theme-green.locked .pull-left a { background:#FAAA94 } .theme-green.locked .pull-left a:hover { background:#133913 } .theme-green #navigation { background:#ECB65C } .theme-green #navigation .toggle-mobile { background:#FAAA94 } .theme-green #navigation .mobile-nav.open { background:#5cca78 } .theme-green #navigation .mobile-nav.open>li.active>a { background:#133913 } .theme-green #navigation .mobile-nav.open>li.active>ul { background:#133913 } .theme-green #navigation .mobile-nav.open>li>a { background:#FAAA94 } .theme-green #navigation .mobile-nav.open>li>ul { background:#FAAA94 } .theme-green #navigation .main-nav>li.active>a:hover { background:#fff } .theme-green #navigation .main-nav>li.open>a { background:#206020 } .theme-green #navigation .main-nav>li>a:hover { background:#FAAA94 } .theme-green #navigation .user .icon-nav>li>a:hover { background:#FAAA94 } .theme-green #navigation .user .dropdown.open { background:#FAAA94 } .theme-green #navigation .user .dropdown>a:hover { background:#FAAA94 } .theme-green #navigation .dropdown-menu { border-color:#FAAA94 } .theme-green #navigation .dropdown-menu>li>a:hover { background:#5cca78 } .theme-green .search-form .search-pane button[type="submit"] { background:#5cca78 } .theme-green .messages>li.insert .submit button { background:#5cca78 } .theme-green .messages>li.right .name { color:#000 } .theme-green .messages>li.right .message { background:#b3e6b3 } .theme-green .messages>li.right .message p { color:#0d260d } .theme-green .messages>li.right .message .time { color:#0d260d } .theme-green .messages>li.right .message .caret { border-left:7px solid #b3e6b3 } .theme-green .letterbox .letter>li.active { background:#5cca78 } .theme-green .calendar .fc-content .fc-event .fc-event-inner { background:#5cca78 } .theme-green .calendar .fc-button.fc-state-active { background:#5cca78 } .theme-green .calendar .fc-button.fc-state-active:hover { background:#5cca78 } .theme-green .table.table-user tr.alpha td.alpha-val span { background:#5cca78 } .theme-green .tagsinput#textfield_tagsinput .tag, .theme-green .ms-container .multi-custom-header, .theme-green .slider .ui-slider-handle, .theme-green .form-wizard .wizard-steps li.active .single-step .title, .theme-green .user-list h4, .theme-green .nav.nav-pills>li.active>a, .theme-green .nav.nav-list>li.active>a, .theme-green .table.table-colored-header thead th, .theme-green .table.table-colored-header thead td, .theme-green .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-green .elfinder-navbar .ui-state-active, .theme-green .pagination.pagination-custom li.active a:hover, .theme-green .pagination.pagination-custom li.active a { background:#5cca78 } .theme-green .elfinder-navbar .ui-state-active { border-color:#5cca78 } .theme-green #main .box .box-title .tabs>li.active>a { background:#5cca78 } .theme-green #main .box.box-color .box-title { background:#5cca78 } .theme-green #main .box.box-color .box-title .tabs>li.active>a { color:#5cca78 } .theme-green #main .box.box-bordered.box-color .box-title { border-color:#5cca78 } .theme-green #main .box.box-bordered.box-color .box-content { border-color:#5cca78 } ul>li.lime, .label-lime { background:#8cbf26 } .progress.small .bar.bar-lime { background:#8cbf26 } .box.box-color.lime .box-title { background:#8cbf26 !important } .box.box-color.lime .box-title .actions>a:hover { color:#8cbf26 } .box.box-color.lime .form-wizard .wizard-steps li.active .single-step .title { background:#8cbf26 } .box.box-color.lime .btn.btn-primary { background:#8cbf26 } .box.box-bordered.box-color.lime .box-title { border-color:#8cbf26 !important } .box.box-bordered.box-color.lime .box-content { border-color:#8cbf26 !important } .box.box-bordered.box-color.lime .slimScrollDiv { border-bottom:2px solid #8cbf26 } .theme-lime .form-wizard .wizard-steps li.active .single-step .title { background:#8cbf26 } .theme-lime .btn.btn-primary { background:#8cbf26 } .theme-lime.login { background:#8cbf26 } .theme-lime a { color:#8cbf26 } .theme-lime .btn { color:#333 } .theme-lime .btn.btn-primary { background:#8cbf26; color:#fff } .theme-lime .btn.btn-inverse, .theme-lime .btn.btn-success, .theme-lime .btn.btn-danger { color:#fff } .theme-lime.locked { background:#8cbf26 !important } .theme-lime.locked .pull-left a { background:#5d7f19 } .theme-lime.locked .pull-left a:hover { background:#3e5511 } .theme-lime #navigation { background:#8cbf26 } .theme-lime #navigation .toggle-mobile { background:#5d7f19 } .theme-lime #navigation .mobile-nav.open { background:#8cbf26 } .theme-lime #navigation .mobile-nav.open>li.active>a { background:#3e5511 } .theme-lime #navigation .mobile-nav.open>li.active>ul { background:#3e5511 } .theme-lime #navigation .mobile-nav.open>li>a { background:#5d7f19 } .theme-lime #navigation .mobile-nav.open>li>ul { background:#5d7f19 } .theme-lime #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lime #navigation .main-nav>li.open>a { background:#5d7f19 } .theme-lime #navigation .main-nav>li>a:hover { background:#5d7f19 } .theme-lime #navigation .user .icon-nav>li>a:hover { background:#5d7f19 } .theme-lime #navigation .user .dropdown.open { background:#5d7f19 } .theme-lime #navigation .user .dropdown>a:hover { background:#5d7f19 } .theme-lime #navigation .dropdown-menu { border-color:#8cbf26 } .theme-lime #navigation .dropdown-menu>li>a:hover { background:#8cbf26 } .theme-lime .search-form .search-pane button[type="submit"] { background:#8cbf26 } .theme-lime .messages>li.insert .submit button { background:#8cbf26 } .theme-lime .messages>li.right .name { color:#0f1504 } .theme-lime .messages>li.right .message { background:#e1f2bf } .theme-lime .messages>li.right .message p { color:#2e3f0d } .theme-lime .messages>li.right .message .time { color:#2e3f0d } .theme-lime .messages>li.right .message .caret { border-left:7px solid #e1f2bf } .theme-lime .letterbox .letter>li.active { background:#8cbf26 } .theme-lime .calendar .fc-content .fc-event .fc-event-inner { background:#8cbf26 } .theme-lime .calendar .fc-button.fc-state-active { background:#8cbf26 } .theme-lime .calendar .fc-button.fc-state-active:hover { background:#8cbf26 } .theme-lime .table.table-user tr.alpha td.alpha-val span { background:#8cbf26 } .theme-lime .tagsinput#textfield_tagsinput .tag, .theme-lime .ms-container .multi-custom-header, .theme-lime .slider .ui-slider-handle, .theme-lime .form-wizard .wizard-steps li.active .single-step .title, .theme-lime .user-list h4, .theme-lime .nav.nav-pills>li.active>a, .theme-lime .nav.nav-list>li.active>a, .theme-lime .table.table-colored-header thead th, .theme-lime .table.table-colored-header thead td, .theme-lime .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lime .elfinder-navbar .ui-state-active, .theme-lime .pagination.pagination-custom li.active a:hover, .theme-lime .pagination.pagination-custom li.active a { background:#8cbf26 } .theme-lime .elfinder-navbar .ui-state-active { border-color:#8cbf26 } .theme-lime #main .box .box-title .tabs>li.active>a { background:#8cbf26 } .theme-lime #main .box.box-color .box-title { background:#8cbf26 } .theme-lime #main .box.box-color .box-title .tabs>li.active>a { color:#8cbf26 } .theme-lime #main .box.box-bordered.box-color .box-title { border-color:#8cbf26 } .theme-lime #main .box.box-bordered.box-color .box-content { border-color:#8cbf26 } ul>li.teal, .label-teal { background:#00aba9 } .progress.small .bar.bar-teal { background:#00aba9 } .box.box-color.teal .box-title { background:#00aba9 !important } .box.box-color.teal .box-title .actions>a:hover { color:#00aba9 } .box.box-color.teal .form-wizard .wizard-steps li.active .single-step .title { background:#00aba9 } .box.box-color.teal .btn.btn-primary { background:#00aba9 } .box.box-bordered.box-color.teal .box-title { border-color:#00aba9 !important } .box.box-bordered.box-color.teal .box-content { border-color:#00aba9 !important } .box.box-bordered.box-color.teal .slimScrollDiv { border-bottom:2px solid #00aba9 } .theme-teal .form-wizard .wizard-steps li.active .single-step .title { background:#00aba9 } .theme-teal .btn.btn-primary { background:#00aba9 } .theme-teal.login { background:#00aba9 } .theme-teal a { color:#00aba9 } .theme-teal .btn { color:#333 } .theme-teal .btn.btn-primary { background:#00aba9; color:#fff } .theme-teal .btn.btn-inverse, .theme-teal .btn.btn-success, .theme-teal .btn.btn-danger { color:#fff } .theme-teal.locked { background:#00aba9 !important } .theme-teal.locked .pull-left a { background:#005e5d } .theme-teal.locked .pull-left a:hover { background:#002b2b } .theme-teal #navigation { background:#00aba9 } .theme-teal #navigation .toggle-mobile { background:#005e5d } .theme-teal #navigation .mobile-nav.open { background:#00aba9 } .theme-teal #navigation .mobile-nav.open>li.active>a { background:#002b2b } .theme-teal #navigation .mobile-nav.open>li.active>ul { background:#002b2b } .theme-teal #navigation .mobile-nav.open>li>a { background:#005e5d } .theme-teal #navigation .mobile-nav.open>li>ul { background:#005e5d } .theme-teal #navigation .main-nav>li.active>a:hover { background:#fff } .theme-teal #navigation .main-nav>li.open>a { background:#005e5d } .theme-teal #navigation .main-nav>li>a:hover { background:#005e5d } .theme-teal #navigation .user .icon-nav>li>a:hover { background:#005e5d } .theme-teal #navigation .user .dropdown.open { background:#005e5d } .theme-teal #navigation .user .dropdown>a:hover { background:#005e5d } .theme-teal #navigation .dropdown-menu { border-color:#00aba9 } .theme-teal #navigation .dropdown-menu>li>a:hover { background:#00aba9 } .theme-teal .search-form .search-pane button[type="submit"] { background:#00aba9 } .theme-teal .messages>li.insert .submit button { background:#00aba9 } .theme-teal .messages>li.right .name { color:#000 } .theme-teal .messages>li.right .message { background:#78fffd } .theme-teal .messages>li.right .message p { color:#001212 } .theme-teal .messages>li.right .message .time { color:#001212 } .theme-teal .messages>li.right .message .caret { border-left:7px solid #78fffd } .theme-teal .letterbox .letter>li.active { background:#00aba9 } .theme-teal .calendar .fc-content .fc-event .fc-event-inner { background:#00aba9 } .theme-teal .calendar .fc-button.fc-state-active { background:#00aba9 } .theme-teal .calendar .fc-button.fc-state-active:hover { background:#00aba9 } .theme-teal .table.table-user tr.alpha td.alpha-val span { background:#00aba9 } .theme-teal .tagsinput#textfield_tagsinput .tag, .theme-teal .ms-container .multi-custom-header, .theme-teal .slider .ui-slider-handle, .theme-teal .form-wizard .wizard-steps li.active .single-step .title, .theme-teal .user-list h4, .theme-teal .nav.nav-pills>li.active>a, .theme-teal .nav.nav-list>li.active>a, .theme-teal .table.table-colored-header thead th, .theme-teal .table.table-colored-header thead td, .theme-teal .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-teal .elfinder-navbar .ui-state-active, .theme-teal .pagination.pagination-custom li.active a:hover, .theme-teal .pagination.pagination-custom li.active a { background:#00aba9 } .theme-teal .elfinder-navbar .ui-state-active { border-color:#00aba9 } .theme-teal #main .box .box-title .tabs>li.active>a { background:#00aba9 } .theme-teal #main .box.box-color .box-title { background:#00aba9 } .theme-teal #main .box.box-color .box-title .tabs>li.active>a { color:#00aba9 } .theme-teal #main .box.box-bordered.box-color .box-title { border-color:#00aba9 } .theme-teal #main .box.box-bordered.box-color .box-content { border-color:#00aba9 } ul>li.purple, .label-purple { background:#ff0097 } .progress.small .bar.bar-purple { background:#ff0097 } .box.box-color.purple .box-title { background:#ff0097 !important } .box.box-color.purple .box-title .actions>a:hover { color:#ff0097 } .box.box-color.purple .form-wizard .wizard-steps li.active .single-step .title { background:#ff0097 } .box.box-color.purple .btn.btn-primary { background:#ff0097 } .box.box-bordered.box-color.purple .box-title { border-color:#ff0097 !important } .box.box-bordered.box-color.purple .box-content { border-color:#ff0097 !important } .box.box-bordered.box-color.purple .slimScrollDiv { border-bottom:2px solid #ff0097 } .theme-purple .form-wizard .wizard-steps li.active .single-step .title { background:#ff0097 } .theme-purple .btn.btn-primary { background:#ff0097 } .theme-purple.login { background:#ff0097 } .theme-purple a { color:#ff0097 } .theme-purple .btn { color:#333 } .theme-purple .btn.btn-primary { background:#ff0097; color:#fff } .theme-purple .btn.btn-inverse, .theme-purple .btn.btn-success, .theme-purple .btn.btn-danger { color:#fff } .theme-purple.locked { background:#ff0097 !important } .theme-purple.locked .pull-left a { background:#b3006a } .theme-purple.locked .pull-left a:hover { background:#80004b } .theme-purple #navigation { background:#ff0097 } .theme-purple #navigation .toggle-mobile { background:#b3006a } .theme-purple #navigation .mobile-nav.open { background:#ff0097 } .theme-purple #navigation .mobile-nav.open>li.active>a { background:#80004b } .theme-purple #navigation .mobile-nav.open>li.active>ul { background:#80004b } .theme-purple #navigation .mobile-nav.open>li>a { background:#b3006a } .theme-purple #navigation .mobile-nav.open>li>ul { background:#b3006a } .theme-purple #navigation .main-nav>li.active>a:hover { background:#fff } .theme-purple #navigation .main-nav>li.open>a { background:#b3006a } .theme-purple #navigation .main-nav>li>a:hover { background:#b3006a } .theme-purple #navigation .user .icon-nav>li>a:hover { background:#b3006a } .theme-purple #navigation .user .dropdown.open { background:#b3006a } .theme-purple #navigation .user .dropdown>a:hover { background:#b3006a } .theme-purple #navigation .dropdown-menu { border-color:#ff0097 } .theme-purple #navigation .dropdown-menu>li>a:hover { background:#ff0097 } .theme-purple .search-form .search-pane button[type="submit"] { background:#ff0097 } .theme-purple .messages>li.insert .submit button { background:#ff0097 } .theme-purple .messages>li.right .name { color:#33001e } .theme-purple .messages>li.right .message { background:#ffccea } .theme-purple .messages>li.right .message p { color:#66003c } .theme-purple .messages>li.right .message .time { color:#66003c } .theme-purple .messages>li.right .message .caret { border-left:7px solid #ffccea } .theme-purple .letterbox .letter>li.active { background:#ff0097 } .theme-purple .calendar .fc-content .fc-event .fc-event-inner { background:#ff0097 } .theme-purple .calendar .fc-button.fc-state-active { background:#ff0097 } .theme-purple .calendar .fc-button.fc-state-active:hover { background:#ff0097 } .theme-purple .table.table-user tr.alpha td.alpha-val span { background:#ff0097 } .theme-purple .tagsinput#textfield_tagsinput .tag, .theme-purple .ms-container .multi-custom-header, .theme-purple .slider .ui-slider-handle, .theme-purple .form-wizard .wizard-steps li.active .single-step .title, .theme-purple .user-list h4, .theme-purple .nav.nav-pills>li.active>a, .theme-purple .nav.nav-list>li.active>a, .theme-purple .table.table-colored-header thead th, .theme-purple .table.table-colored-header thead td, .theme-purple .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-purple .elfinder-navbar .ui-state-active, .theme-purple .pagination.pagination-custom li.active a:hover, .theme-purple .pagination.pagination-custom li.active a { background:#ff0097 } .theme-purple .elfinder-navbar .ui-state-active { border-color:#ff0097 } .theme-purple #main .box .box-title .tabs>li.active>a { background:#ff0097 } .theme-purple #main .box.box-color .box-title { background:#ff0097 } .theme-purple #main .box.box-color .box-title .tabs>li.active>a { color:#ff0097 } .theme-purple #main .box.box-bordered.box-color .box-title { border-color:#ff0097 } .theme-purple #main .box.box-bordered.box-color .box-content { border-color:#ff0097 } ul>li.brown, .label-brown { background:#a05000 } .progress.small .bar.bar-brown { background:#a05000 } .box.box-color.brown .box-title { background:#a05000 !important } .box.box-color.brown .box-title .actions>a:hover { color:#a05000 } .box.box-color.brown .form-wizard .wizard-steps li.active .single-step .title { background:#a05000 } .box.box-color.brown .btn.btn-primary { background:#a05000 } .box.box-bordered.box-color.brown .box-title { border-color:#a05000 !important } .box.box-bordered.box-color.brown .box-content { border-color:#a05000 !important } .box.box-bordered.box-color.brown .slimScrollDiv { border-bottom:2px solid #a05000 } .theme-brown .form-wizard .wizard-steps li.active .single-step .title { background:#a05000 } .theme-brown .btn.btn-primary { background:#a05000 } .theme-brown.login { background:#a05000 } .theme-brown a { color:#a05000 } .theme-brown .btn { color:#333 } .theme-brown .btn.btn-primary { background:#a05000; color:#fff } .theme-brown .btn.btn-inverse, .theme-brown .btn.btn-success, .theme-brown .btn.btn-danger { color:#fff } .theme-brown.locked { background:#a05000 !important } .theme-brown.locked .pull-left a { background:#532a00 } .theme-brown.locked .pull-left a:hover { background:#201000 } .theme-brown #navigation { background:#a05000 } .theme-brown #navigation .toggle-mobile { background:#532a00 } .theme-brown #navigation .mobile-nav.open { background:#a05000 } .theme-brown #navigation .mobile-nav.open>li.active>a { background:#201000 } .theme-brown #navigation .mobile-nav.open>li.active>ul { background:#201000 } .theme-brown #navigation .mobile-nav.open>li>a { background:#532a00 } .theme-brown #navigation .mobile-nav.open>li>ul { background:#532a00 } .theme-brown #navigation .main-nav>li.active>a:hover { background:#fff } .theme-brown #navigation .main-nav>li.open>a { background:#532a00 } .theme-brown #navigation .main-nav>li>a:hover { background:#532a00 } .theme-brown #navigation .user .icon-nav>li>a:hover { background:#532a00 } .theme-brown #navigation .user .dropdown.open { background:#532a00 } .theme-brown #navigation .user .dropdown>a:hover { background:#532a00 } .theme-brown #navigation .dropdown-menu { border-color:#a05000 } .theme-brown #navigation .dropdown-menu>li>a:hover { background:#a05000 } .theme-brown .search-form .search-pane button[type="submit"] { background:#a05000 } .theme-brown .messages>li.insert .submit button { background:#a05000 } .theme-brown .messages>li.right .name { color:#000 } .theme-brown .messages>li.right .message { background:#ffb66d } .theme-brown .messages>li.right .message p { color:#070300 } .theme-brown .messages>li.right .message .time { color:#070300 } .theme-brown .messages>li.right .message .caret { border-left:7px solid #ffb66d } .theme-brown .letterbox .letter>li.active { background:#a05000 } .theme-brown .calendar .fc-content .fc-event .fc-event-inner { background:#a05000 } .theme-brown .calendar .fc-button.fc-state-active { background:#a05000 } .theme-brown .calendar .fc-button.fc-state-active:hover { background:#a05000 } .theme-brown .table.table-user tr.alpha td.alpha-val span { background:#a05000 } .theme-brown .tagsinput#textfield_tagsinput .tag, .theme-brown .ms-container .multi-custom-header, .theme-brown .slider .ui-slider-handle, .theme-brown .form-wizard .wizard-steps li.active .single-step .title, .theme-brown .user-list h4, .theme-brown .nav.nav-pills>li.active>a, .theme-brown .nav.nav-list>li.active>a, .theme-brown .table.table-colored-header thead th, .theme-brown .table.table-colored-header thead td, .theme-brown .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-brown .elfinder-navbar .ui-state-active, .theme-brown .pagination.pagination-custom li.active a:hover, .theme-brown .pagination.pagination-custom li.active a { background:#a05000 } .theme-brown .elfinder-navbar .ui-state-active { border-color:#a05000 } .theme-brown #main .box .box-title .tabs>li.active>a { background:#a05000 } .theme-brown #main .box.box-color .box-title { background:#a05000 } .theme-brown #main .box.box-color .box-title .tabs>li.active>a { color:#a05000 } .theme-brown #main .box.box-bordered.box-color .box-title { border-color:#a05000 } .theme-brown #main .box.box-bordered.box-color .box-content { border-color:#a05000 } ul>li.pink, .label-pink { background:#e671b8 } .progress.small .bar.bar-pink { background:#e671b8 } .box.box-color.pink .box-title { background:#e671b8 !important } .box.box-color.pink .box-title h3 { color:#333 } .box.box-color.pink .box-title .actions>a:hover { color:#e671b8 } .box.box-color.pink .form-wizard .wizard-steps li.active .single-step .title { background:#e671b8 } .box.box-color.pink .btn.btn-primary { background:#e671b8 } .box.box-bordered.box-color.pink .box-title { border-color:#e671b8 !important } .box.box-bordered.box-color.pink .box-content { border-color:#e671b8 !important } .box.box-bordered.box-color.pink .slimScrollDiv { border-bottom:2px solid #e671b8 } .theme-pink .form-wizard .wizard-steps li.active .single-step .title { background:#e671b8 } .theme-pink .btn.btn-primary { background:#e671b8 } .theme-pink.login { background:#e671b8 } .theme-pink a { color:#e671b8 } .theme-pink .btn { color:#333 } .theme-pink .btn.btn-primary { background:#e671b8; color:#fff } .theme-pink .btn.btn-inverse, .theme-pink .btn.btn-success, .theme-pink .btn.btn-danger { color:#fff } .theme-pink.locked { background:#e671b8 !important } .theme-pink.locked .pull-left a { background:#db3097 } .theme-pink.locked .pull-left a:hover { background:#b7207c } .theme-pink #navigation { background:#e671b8 } .theme-pink #navigation .toggle-mobile { background:#db3097 } .theme-pink #navigation .mobile-nav.open { background:#e671b8 } .theme-pink #navigation .mobile-nav.open>li.active>a { background:#b7207c } .theme-pink #navigation .mobile-nav.open>li.active>ul { background:#b7207c } .theme-pink #navigation .mobile-nav.open>li>a { background:#db3097 } .theme-pink #navigation .mobile-nav.open>li>ul { background:#db3097 } .theme-pink #navigation .main-nav>li.active>a:hover { background:#fff } .theme-pink #navigation .main-nav>li.open>a { background:#db3097 } .theme-pink #navigation .main-nav>li>a:hover { background:#db3097 } .theme-pink #navigation .user .icon-nav>li>a:hover { background:#db3097 } .theme-pink #navigation .user .dropdown.open { background:#db3097 } .theme-pink #navigation .user .dropdown>a:hover { background:#db3097 } .theme-pink #navigation .dropdown-menu { border-color:#e671b8 } .theme-pink #navigation .dropdown-menu>li>a:hover { background:#e671b8 } .theme-pink .search-form .search-pane button[type="submit"] { background:#e671b8 } .theme-pink .messages>li.insert .submit button { background:#e671b8 } .theme-pink .messages>li.right .name { color:#761550 } .theme-pink .messages>li.right .message { background:#fff } .theme-pink .messages>li.right .message p { color:#a21c6d } .theme-pink .messages>li.right .message .time { color:#a21c6d } .theme-pink .messages>li.right .message .caret { border-left:7px solid #fff } .theme-pink .letterbox .letter>li.active { background:#e671b8 } .theme-pink .calendar .fc-content .fc-event .fc-event-inner { background:#e671b8 } .theme-pink .calendar .fc-button.fc-state-active { background:#e671b8 } .theme-pink .calendar .fc-button.fc-state-active:hover { background:#e671b8 } .theme-pink .table.table-user tr.alpha td.alpha-val span { background:#e671b8 } .theme-pink .tagsinput#textfield_tagsinput .tag, .theme-pink .ms-container .multi-custom-header, .theme-pink .slider .ui-slider-handle, .theme-pink .form-wizard .wizard-steps li.active .single-step .title, .theme-pink .user-list h4, .theme-pink .nav.nav-pills>li.active>a, .theme-pink .nav.nav-list>li.active>a, .theme-pink .table.table-colored-header thead th, .theme-pink .table.table-colored-header thead td, .theme-pink .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-pink .elfinder-navbar .ui-state-active, .theme-pink .pagination.pagination-custom li.active a:hover, .theme-pink .pagination.pagination-custom li.active a { background:#e671b8 } .theme-pink .elfinder-navbar .ui-state-active { border-color:#e671b8 } .theme-pink #main .box .box-title .tabs>li.active>a { background:#e671b8 } .theme-pink #main .box.box-color .box-title { background:#e671b8 } .theme-pink #main .box.box-color .box-title .tabs>li.active>a { color:#e671b8 } .theme-pink #main .box.box-bordered.box-color .box-title { border-color:#e671b8 } .theme-pink #main .box.box-bordered.box-color .box-content { border-color:#e671b8 } ul>li.magenta, .label-magenta { background:#a200ff } .progress.small .bar.bar-magenta { background:#a200ff } .box.box-color.magenta .box-title { background:#a200ff !important } .box.box-color.magenta .box-title .actions>a:hover { color:#a200ff } .box.box-color.magenta .form-wizard .wizard-steps li.active .single-step .title { background:#a200ff } .box.box-color.magenta .btn.btn-primary { background:#a200ff } .box.box-bordered.box-color.magenta .box-title { border-color:#a200ff !important } .box.box-bordered.box-color.magenta .box-content { border-color:#a200ff !important } .box.box-bordered.box-color.magenta .slimScrollDiv { border-bottom:2px solid #a200ff } .theme-magenta .form-wizard .wizard-steps li.active .single-step .title { background:#a200ff } .theme-magenta .btn.btn-primary { background:#a200ff } .theme-magenta.login { background:#a200ff } .theme-magenta a { color:#a200ff } .theme-magenta .btn { color:#333 } .theme-magenta .btn.btn-primary { background:#a200ff; color:#fff } .theme-magenta .btn.btn-inverse, .theme-magenta .btn.btn-success, .theme-magenta .btn.btn-danger { color:#fff } .theme-magenta.locked { background:#a200ff !important } .theme-magenta.locked .pull-left a { background:#7100b3 } .theme-magenta.locked .pull-left a:hover { background:#510080 } .theme-magenta #navigation { background:#a200ff } .theme-magenta #navigation .toggle-mobile { background:#7100b3 } .theme-magenta #navigation .mobile-nav.open { background:#a200ff } .theme-magenta #navigation .mobile-nav.open>li.active>a { background:#510080 } .theme-magenta #navigation .mobile-nav.open>li.active>ul { background:#510080 } .theme-magenta #navigation .mobile-nav.open>li>a { background:#7100b3 } .theme-magenta #navigation .mobile-nav.open>li>ul { background:#7100b3 } .theme-magenta #navigation .main-nav>li.active>a:hover { background:#fff } .theme-magenta #navigation .main-nav>li.open>a { background:#7100b3 } .theme-magenta #navigation .main-nav>li>a:hover { background:#7100b3 } .theme-magenta #navigation .user .icon-nav>li>a:hover { background:#7100b3 } .theme-magenta #navigation .user .dropdown.open { background:#7100b3 } .theme-magenta #navigation .user .dropdown>a:hover { background:#7100b3 } .theme-magenta #navigation .dropdown-menu { border-color:#a200ff } .theme-magenta #navigation .dropdown-menu>li>a:hover { background:#a200ff } .theme-magenta .search-form .search-pane button[type="submit"] { background:#a200ff } .theme-magenta .messages>li.insert .submit button { background:#a200ff } .theme-magenta .messages>li.right .name { color:#200033 } .theme-magenta .messages>li.right .message { background:#ecccff } .theme-magenta .messages>li.right .message p { color:#410066 } .theme-magenta .messages>li.right .message .time { color:#410066 } .theme-magenta .messages>li.right .message .caret { border-left:7px solid #ecccff } .theme-magenta .letterbox .letter>li.active { background:#a200ff } .theme-magenta .calendar .fc-content .fc-event .fc-event-inner { background:#a200ff } .theme-magenta .calendar .fc-button.fc-state-active { background:#a200ff } .theme-magenta .calendar .fc-button.fc-state-active:hover { background:#a200ff } .theme-magenta .table.table-user tr.alpha td.alpha-val span { background:#a200ff } .theme-magenta .tagsinput#textfield_tagsinput .tag, .theme-magenta .ms-container .multi-custom-header, .theme-magenta .slider .ui-slider-handle, .theme-magenta .form-wizard .wizard-steps li.active .single-step .title, .theme-magenta .user-list h4, .theme-magenta .nav.nav-pills>li.active>a, .theme-magenta .nav.nav-list>li.active>a, .theme-magenta .table.table-colored-header thead th, .theme-magenta .table.table-colored-header thead td, .theme-magenta .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-magenta .elfinder-navbar .ui-state-active, .theme-magenta .pagination.pagination-custom li.active a:hover, .theme-magenta .pagination.pagination-custom li.active a { background:#a200ff } .theme-magenta .elfinder-navbar .ui-state-active { border-color:#a200ff } .theme-magenta #main .box .box-title .tabs>li.active>a { background:#a200ff } .theme-magenta #main .box.box-color .box-title { background:#a200ff } .theme-magenta #main .box.box-color .box-title .tabs>li.active>a { color:#a200ff } .theme-magenta #main .box.box-bordered.box-color .box-title { border-color:#a200ff } .theme-magenta #main .box.box-bordered.box-color .box-content { border-color:#a200ff } ul>li.grey, .label-grey { background:#333 } .progress.small .bar.bar-grey { background:#333 } .box.box-color.grey .box-title { background:#333 !important } .box.box-color.grey .box-title .actions>a:hover { color:#333 } .box.box-color.grey .form-wizard .wizard-steps li.active .single-step .title { background:#333 } .box.box-color.grey .btn.btn-primary { background:#333 } .box.box-bordered.box-color.grey .box-title { border-color:#333 !important } .box.box-bordered.box-color.grey .box-content { border-color:#333 !important } .box.box-bordered.box-color.grey .slimScrollDiv { border-bottom:2px solid #333 } .theme-grey .form-wizard .wizard-steps li.active .single-step .title { background:#333 } .theme-grey .btn.btn-primary { background:#333 } .theme-grey.login { background:#333 } .theme-grey a { color:#333 } .theme-grey .btn { color:#333 } .theme-grey .btn.btn-primary { background:#333; color:#fff } .theme-grey .btn.btn-inverse, .theme-grey .btn.btn-success, .theme-grey .btn.btn-danger { color:#fff } .theme-grey.locked { background:#333 !important } .theme-grey.locked .pull-left a { background:#0d0d0d } .theme-grey.locked .pull-left a:hover { background:#000 } .theme-grey #navigation { background:#333 } .theme-grey #navigation .toggle-mobile { background:#0d0d0d } .theme-grey #navigation .mobile-nav.open { background:#333 } .theme-grey #navigation .mobile-nav.open>li.active>a { background:#000 } .theme-grey #navigation .mobile-nav.open>li.active>ul { background:#000 } .theme-grey #navigation .mobile-nav.open>li>a { background:#0d0d0d } .theme-grey #navigation .mobile-nav.open>li>ul { background:#0d0d0d } .theme-grey #navigation .main-nav>li.active>a:hover { background:#fff } .theme-grey #navigation .main-nav>li.open>a { background:#0d0d0d } .theme-grey #navigation .main-nav>li>a:hover { background:#0d0d0d } .theme-grey #navigation .user .icon-nav>li>a:hover { background:#0d0d0d } .theme-grey #navigation .user .dropdown.open { background:#0d0d0d } .theme-grey #navigation .user .dropdown>a:hover { background:#0d0d0d } .theme-grey #navigation .dropdown-menu { border-color:#333 } .theme-grey #navigation .dropdown-menu>li>a:hover { background:#333 } .theme-grey .search-form .search-pane button[type="submit"] { background:#333 } .theme-grey .messages>li.insert .submit button { background:#333 } .theme-grey .messages>li.right .name { color:#000 } .theme-grey .messages>li.right .message { background:#999 } .theme-grey .messages>li.right .message p { color:#000 } .theme-grey .messages>li.right .message .time { color:#000 } .theme-grey .messages>li.right .message .caret { border-left:7px solid #999 } .theme-grey .letterbox .letter>li.active { background:#333 } .theme-grey .calendar .fc-content .fc-event .fc-event-inner { background:#333 } .theme-grey .calendar .fc-button.fc-state-active { background:#333 } .theme-grey .calendar .fc-button.fc-state-active:hover { background:#333 } .theme-grey .table.table-user tr.alpha td.alpha-val span { background:#333 } .theme-grey .tagsinput#textfield_tagsinput .tag, .theme-grey .ms-container .multi-custom-header, .theme-grey .slider .ui-slider-handle, .theme-grey .form-wizard .wizard-steps li.active .single-step .title, .theme-grey .user-list h4, .theme-grey .nav.nav-pills>li.active>a, .theme-grey .nav.nav-list>li.active>a, .theme-grey .table.table-colored-header thead th, .theme-grey .table.table-colored-header thead td, .theme-grey .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-grey .elfinder-navbar .ui-state-active, .theme-grey .pagination.pagination-custom li.active a:hover, .theme-grey .pagination.pagination-custom li.active a { background:#333 } .theme-grey .elfinder-navbar .ui-state-active { border-color:#333 } .theme-grey #main .box .box-title .tabs>li.active>a { background:#333 } .theme-grey #main .box.box-color .box-title { background:#333 } .theme-grey #main .box.box-color .box-title .tabs>li.active>a { color:#333 } .theme-grey #main .box.box-bordered.box-color .box-title { border-color:#333 } .theme-grey #main .box.box-bordered.box-color .box-content { border-color:#333 } ul>li.darkblue, .label-darkblue { background:#204e81 } .progress.small .bar.bar-darkblue { background:#204e81 } .box.box-color.darkblue .box-title { background:#204e81 !important } .box.box-color.darkblue .box-title .actions>a:hover { color:#204e81 } .box.box-color.darkblue .form-wizard .wizard-steps li.active .single-step .title { background:#204e81 } .box.box-color.darkblue .btn.btn-primary { background:#204e81 } .box.box-bordered.box-color.darkblue .box-title { border-color:#204e81 !important } .box.box-bordered.box-color.darkblue .box-content { border-color:#204e81 !important } .box.box-bordered.box-color.darkblue .slimScrollDiv { border-bottom:2px solid #204e81 } .theme-darkblue .form-wizard .wizard-steps li.active .single-step .title { background:#204e81 } .theme-darkblue .btn.btn-primary { background:#204e81 } .theme-darkblue.login { background:#204e81 } .theme-darkblue a { color:#204e81 } .theme-darkblue .btn { color:#333 } .theme-darkblue .btn.btn-primary { background:#204e81; color:#fff } .theme-darkblue .btn.btn-inverse, .theme-darkblue .btn.btn-success, .theme-darkblue .btn.btn-danger { color:#fff } .theme-darkblue.locked { background:#204e81 !important } .theme-darkblue.locked .pull-left a { background:#112944 } .theme-darkblue.locked .pull-left a:hover { background:#07101b } .theme-darkblue #navigation { background:#204e81 } .theme-darkblue #navigation .toggle-mobile { background:#112944 } .theme-darkblue #navigation .mobile-nav.open { background:#204e81 } .theme-darkblue #navigation .mobile-nav.open>li.active>a { background:#07101b } .theme-darkblue #navigation .mobile-nav.open>li.active>ul { background:#07101b } .theme-darkblue #navigation .mobile-nav.open>li>a { background:#112944 } .theme-darkblue #navigation .mobile-nav.open>li>ul { background:#112944 } .theme-darkblue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-darkblue #navigation .main-nav>li.open>a { background:#112944 } .theme-darkblue #navigation .main-nav>li>a:hover { background:#112944 } .theme-darkblue #navigation .user .icon-nav>li>a:hover { background:#112944 } .theme-darkblue #navigation .user .dropdown.open { background:#112944 } .theme-darkblue #navigation .user .dropdown>a:hover { background:#112944 } .theme-darkblue #navigation .dropdown-menu { border-color:#204e81 } .theme-darkblue #navigation .dropdown-menu>li>a:hover { background:#204e81 } .theme-darkblue .search-form .search-pane button[type="submit"] { background:#204e81 } .theme-darkblue .messages>li.insert .submit button { background:#204e81 } .theme-darkblue .messages>li.right .name { color:#000 } .theme-darkblue .messages>li.right .message { background:#8bb4e2 } .theme-darkblue .messages>li.right .message p { color:#020406 } .theme-darkblue .messages>li.right .message .time { color:#020406 } .theme-darkblue .messages>li.right .message .caret { border-left:7px solid #8bb4e2 } .theme-darkblue .letterbox .letter>li.active { background:#204e81 } .theme-darkblue .calendar .fc-content .fc-event .fc-event-inner { background:#204e81 } .theme-darkblue .calendar .fc-button.fc-state-active { background:#204e81 } .theme-darkblue .calendar .fc-button.fc-state-active:hover { background:#204e81 } .theme-darkblue .table.table-user tr.alpha td.alpha-val span { background:#204e81 } .theme-darkblue .tagsinput#textfield_tagsinput .tag, .theme-darkblue .ms-container .multi-custom-header, .theme-darkblue .slider .ui-slider-handle, .theme-darkblue .form-wizard .wizard-steps li.active .single-step .title, .theme-darkblue .user-list h4, .theme-darkblue .nav.nav-pills>li.active>a, .theme-darkblue .nav.nav-list>li.active>a, .theme-darkblue .table.table-colored-header thead th, .theme-darkblue .table.table-colored-header thead td, .theme-darkblue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-darkblue .elfinder-navbar .ui-state-active, .theme-darkblue .pagination.pagination-custom li.active a:hover, .theme-darkblue .pagination.pagination-custom li.active a { background:#204e81 } .theme-darkblue .elfinder-navbar .ui-state-active { border-color:#204e81 } .theme-darkblue #main .box .box-title .tabs>li.active>a { background:#204e81 } .theme-darkblue #main .box.box-color .box-title { background:#204e81 } .theme-darkblue #main .box.box-color .box-title .tabs>li.active>a { color:#204e81 } .theme-darkblue #main .box.box-bordered.box-color .box-title { border-color:#204e81 } .theme-darkblue #main .box.box-bordered.box-color .box-content { border-color:#204e81 } ul>li.lightred, .label-lightred { /* background:#e63a3a*/ background:#206020; } .progress.small .bar.bar-lightred { background:#e63a3a } .box.box-color.lightred .box-title { background:#e63a3a !important } .box.box-color.lightred .box-title .actions>a:hover { color:#e63a3a } .box.box-color.lightred .form-wizard .wizard-steps li.active .single-step .title { background:#e63a3a } .box.box-color.lightred .btn.btn-primary { background:#e63a3a } .box.box-bordered.box-color.lightred .box-title { border-color:#e63a3a !important } .box.box-bordered.box-color.lightred .box-content { border-color:#e63a3a !important } .box.box-bordered.box-color.lightred .slimScrollDiv { border-bottom:2px solid #e63a3a } .theme-lightred .form-wizard .wizard-steps li.active .single-step .title { background:#e63a3a } .theme-lightred .btn.btn-primary { background:#e63a3a } .theme-lightred.login { background:#e63a3a } .theme-lightred a { color:#e63a3a } .theme-lightred .btn { color:#333 } .theme-lightred .btn.btn-primary { background:#e63a3a; color:#fff } .theme-lightred .btn.btn-inverse, .theme-lightred .btn.btn-success, .theme-lightred .btn.btn-danger { color:#fff } .theme-lightred.locked { background:#e63a3a !important } .theme-lightred.locked .pull-left a { background:#bc1818 } .theme-lightred.locked .pull-left a:hover { background:#8e1212 } .theme-lightred #navigation { background:#e63a3a } .theme-lightred #navigation .toggle-mobile { background:#bc1818 } .theme-lightred #navigation .mobile-nav.open { background:#e63a3a } .theme-lightred #navigation .mobile-nav.open>li.active>a { background:#8e1212 } .theme-lightred #navigation .mobile-nav.open>li.active>ul { background:#8e1212 } .theme-lightred #navigation .mobile-nav.open>li>a { background:#bc1818 } .theme-lightred #navigation .mobile-nav.open>li>ul { background:#bc1818 } .theme-lightred #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lightred #navigation .main-nav>li.open>a { background:#bc1818 } .theme-lightred #navigation .main-nav>li>a:hover { background:#bc1818 } .theme-lightred #navigation .user .icon-nav>li>a:hover { background:#bc1818 } .theme-lightred #navigation .user .dropdown.open { background:#bc1818 } .theme-lightred #navigation .user .dropdown>a:hover { background:#bc1818 } .theme-lightred #navigation .dropdown-menu { border-color:#e63a3a } .theme-lightred #navigation .dropdown-menu>li>a:hover { background:#e63a3a } .theme-lightred .search-form .search-pane button[type="submit"] { background:#e63a3a } .theme-lightred .messages>li.insert .submit button { background:#e63a3a } .theme-lightred .messages>li.right .name { color:#4b0909 } .theme-lightred .messages>li.right .message { background:#fdefef } .theme-lightred .messages>li.right .message p { color:#780f0f } .theme-lightred .messages>li.right .message .time { color:#780f0f } .theme-lightred .messages>li.right .message .caret { border-left:7px solid #fdefef } .theme-lightred .letterbox .letter>li.active { background:#e63a3a } .theme-lightred .calendar .fc-content .fc-event .fc-event-inner { background:#e63a3a } .theme-lightred .calendar .fc-button.fc-state-active { background:#e63a3a } .theme-lightred .calendar .fc-button.fc-state-active:hover { background:#e63a3a } .theme-lightred .table.table-user tr.alpha td.alpha-val span { background:#e63a3a } .theme-lightred .tagsinput#textfield_tagsinput .tag, .theme-lightred .ms-container .multi-custom-header, .theme-lightred .slider .ui-slider-handle, .theme-lightred .form-wizard .wizard-steps li.active .single-step .title, .theme-lightred .user-list h4, .theme-lightred .nav.nav-pills>li.active>a, .theme-lightred .nav.nav-list>li.active>a, .theme-lightred .table.table-colored-header thead th, .theme-lightred .table.table-colored-header thead td, .theme-lightred .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lightred .elfinder-navbar .ui-state-active, .theme-lightred .pagination.pagination-custom li.active a:hover, .theme-lightred .pagination.pagination-custom li.active a { background:#e63a3a } .theme-lightred .elfinder-navbar .ui-state-active { border-color:#e63a3a } .theme-lightred #main .box .box-title .tabs>li.active>a { background:#e63a3a } .theme-lightred #main .box.box-color .box-title { background:#e63a3a } .theme-lightred #main .box.box-color .box-title .tabs>li.active>a { color:#e63a3a } .theme-lightred #main .box.box-bordered.box-color .box-title { border-color:#e63a3a } .theme-lightred #main .box.box-bordered.box-color .box-content { border-color:#e63a3a } ul>li.lightgrey, .label-lightgrey { background:#666 } .progress.small .bar.bar-lightgrey { background:#666 } .box.box-color.lightgrey .box-title { background:#666 !important } .box.box-color.lightgrey .box-title .actions>a:hover { color:#666 } .box.box-color.lightgrey .form-wizard .wizard-steps li.active .single-step .title { background:#666 } .box.box-color.lightgrey .btn.btn-primary { background:#666 } .box.box-bordered.box-color.lightgrey .box-title { border-color:#666 !important } .box.box-bordered.box-color.lightgrey .box-content { border-color:#666 !important } .box.box-bordered.box-color.lightgrey .slimScrollDiv { border-bottom:2px solid #666 } .theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title { background:#666 } .theme-lightgrey .btn.btn-primary { background:#666 } .theme-lightgrey.login { background:#666 } .theme-lightgrey a { color:#666 } .theme-lightgrey .btn { color:#333 } .theme-lightgrey .btn.btn-primary { background:#666; color:#fff } .theme-lightgrey .btn.btn-inverse, .theme-lightgrey .btn.btn-success, .theme-lightgrey .btn.btn-danger { color:#fff } .theme-lightgrey.locked { background:#666 !important } .theme-lightgrey.locked .pull-left a { background:#404040 } .theme-lightgrey.locked .pull-left a:hover { background:#262626 } .theme-lightgrey #navigation { background:#666 } .theme-lightgrey #navigation .toggle-mobile { background:#404040 } .theme-lightgrey #navigation .mobile-nav.open { background:#666 } .theme-lightgrey #navigation .mobile-nav.open>li.active>a { background:#262626 } .theme-lightgrey #navigation .mobile-nav.open>li.active>ul { background:#262626 } .theme-lightgrey #navigation .mobile-nav.open>li>a { background:#404040 } .theme-lightgrey #navigation .mobile-nav.open>li>ul { background:#404040 } .theme-lightgrey #navigation .main-nav>li.active>a:hover { background:#fff } .theme-lightgrey #navigation .main-nav>li.open>a { background:#404040 } .theme-lightgrey #navigation .main-nav>li>a:hover { background:#404040 } .theme-lightgrey #navigation .user .icon-nav>li>a:hover { background:#404040 } .theme-lightgrey #navigation .user .dropdown.open { background:#404040 } .theme-lightgrey #navigation .user .dropdown>a:hover { background:#404040 } .theme-lightgrey #navigation .dropdown-menu { border-color:#666 } .theme-lightgrey #navigation .dropdown-menu>li>a:hover { background:#666 } .theme-lightgrey .search-form .search-pane button[type="submit"] { background:#666 } .theme-lightgrey .messages>li.insert .submit button { background:#666 } .theme-lightgrey .messages>li.right .name { color:#000 } .theme-lightgrey .messages>li.right .message { background:#ccc } .theme-lightgrey .messages>li.right .message p { color:#1a1a1a } .theme-lightgrey .messages>li.right .message .time { color:#1a1a1a } .theme-lightgrey .messages>li.right .message .caret { border-left:7px solid #ccc } .theme-lightgrey .letterbox .letter>li.active { background:#666 } .theme-lightgrey .calendar .fc-content .fc-event .fc-event-inner { background:#666 } .theme-lightgrey .calendar .fc-button.fc-state-active { background:#666 } .theme-lightgrey .calendar .fc-button.fc-state-active:hover { background:#666 } .theme-lightgrey .table.table-user tr.alpha td.alpha-val span { background:#666 } .theme-lightgrey .tagsinput#textfield_tagsinput .tag, .theme-lightgrey .ms-container .multi-custom-header, .theme-lightgrey .slider .ui-slider-handle, .theme-lightgrey .form-wizard .wizard-steps li.active .single-step .title, .theme-lightgrey .user-list h4, .theme-lightgrey .nav.nav-pills>li.active>a, .theme-lightgrey .nav.nav-list>li.active>a, .theme-lightgrey .table.table-colored-header thead th, .theme-lightgrey .table.table-colored-header thead td, .theme-lightgrey .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-lightgrey .elfinder-navbar .ui-state-active, .theme-lightgrey .pagination.pagination-custom li.active a:hover, .theme-lightgrey .pagination.pagination-custom li.active a { background:#666 } .theme-lightgrey .elfinder-navbar .ui-state-active { border-color:#666 } .theme-lightgrey #main .box .box-title .tabs>li.active>a { background:#666 } .theme-lightgrey #main .box.box-color .box-title { background:#666 } .theme-lightgrey #main .box.box-color .box-title .tabs>li.active>a { color:#666 } .theme-lightgrey #main .box.box-bordered.box-color .box-title { border-color:#666 } .theme-lightgrey #main .box.box-bordered.box-color .box-content { border-color:#666 } ul>li.satblue, .label-satblue { background:#2c5e7b } .progress.small .bar.bar-satblue { background:#2c5e7b } .box.box-color.satblue .box-title { background:#2c5e7b !important } .box.box-color.satblue .box-title .actions>a:hover { color:#2c5e7b } .box.box-color.satblue .form-wizard .wizard-steps li.active .single-step .title { background:#2c5e7b } .box.box-color.satblue .btn.btn-primary { background:#2c5e7b } .box.box-bordered.box-color.satblue .box-title { border-color:#2c5e7b !important } .box.box-bordered.box-color.satblue .box-content { border-color:#2c5e7b !important } .box.box-bordered.box-color.satblue .slimScrollDiv { border-bottom:2px solid #2c5e7b } .theme-satblue .form-wizard .wizard-steps li.active .single-step .title { background:#2c5e7b } .theme-satblue .btn.btn-primary { background:#2c5e7b } .theme-satblue.login { background:#2c5e7b } .theme-satblue a { color:#2c5e7b } .theme-satblue .btn { color:#333 } .theme-satblue .btn.btn-primary { background:#2c5e7b; color:#fff } .theme-satblue .btn.btn-inverse, .theme-satblue .btn.btn-success, .theme-satblue .btn.btn-danger { color:#fff } .theme-satblue.locked { background:#2c5e7b !important } .theme-satblue.locked .pull-left a { background:#183343 } .theme-satblue.locked .pull-left a:hover { background:#0a161d } .theme-satblue #navigation { background:#2c5e7b } .theme-satblue #navigation .toggle-mobile { background:#183343 } .theme-satblue #navigation .mobile-nav.open { background:#2c5e7b } .theme-satblue #navigation .mobile-nav.open>li.active>a { background:#0a161d } .theme-satblue #navigation .mobile-nav.open>li.active>ul { background:#0a161d } .theme-satblue #navigation .mobile-nav.open>li>a { background:#183343 } .theme-satblue #navigation .mobile-nav.open>li>ul { background:#183343 } .theme-satblue #navigation .main-nav>li.active>a:hover { background:#fff } .theme-satblue #navigation .main-nav>li.open>a { background:#183343 } .theme-satblue #navigation .main-nav>li>a:hover { background:#183343 } .theme-satblue #navigation .user .icon-nav>li>a:hover { background:#183343 } .theme-satblue #navigation .user .dropdown.open { background:#183343 } .theme-satblue #navigation .user .dropdown>a:hover { background:#183343 } .theme-satblue #navigation .dropdown-menu { border-color:#2c5e7b } .theme-satblue #navigation .dropdown-menu>li>a:hover { background:#2c5e7b } .theme-satblue .search-form .search-pane button[type="submit"] { background:#2c5e7b } .theme-satblue .messages>li.insert .submit button { background:#2c5e7b } .theme-satblue .messages>li.right .name { color:#000 } .theme-satblue .messages>li.right .message { background:#99c2da } .theme-satblue .messages>li.right .message p { color:#04080a } .theme-satblue .messages>li.right .message .time { color:#04080a } .theme-satblue .messages>li.right .message .caret { border-left:7px solid #99c2da } .theme-satblue .letterbox .letter>li.active { background:#2c5e7b } .theme-satblue .calendar .fc-content .fc-event .fc-event-inner { background:#2c5e7b } .theme-satblue .calendar .fc-button.fc-state-active { background:#2c5e7b } .theme-satblue .calendar .fc-button.fc-state-active:hover { background:#2c5e7b } .theme-satblue .table.table-user tr.alpha td.alpha-val span { background:#2c5e7b } .theme-satblue .tagsinput#textfield_tagsinput .tag, .theme-satblue .ms-container .multi-custom-header, .theme-satblue .slider .ui-slider-handle, .theme-satblue .form-wizard .wizard-steps li.active .single-step .title, .theme-satblue .user-list h4, .theme-satblue .nav.nav-pills>li.active>a, .theme-satblue .nav.nav-list>li.active>a, .theme-satblue .table.table-colored-header thead th, .theme-satblue .table.table-colored-header thead td, .theme-satblue .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-satblue .elfinder-navbar .ui-state-active, .theme-satblue .pagination.pagination-custom li.active a:hover, .theme-satblue .pagination.pagination-custom li.active a { background:#2c5e7b } .theme-satblue .elfinder-navbar .ui-state-active { border-color:#2c5e7b } .theme-satblue #main .box .box-title .tabs>li.active>a { background:#2c5e7b } .theme-satblue #main .box.box-color .box-title { background:#2c5e7b } .theme-satblue #main .box.box-color .box-title .tabs>li.active>a { color:#2c5e7b } .theme-satblue #main .box.box-bordered.box-color .box-title { border-color:#2c5e7b } .theme-satblue #main .box.box-bordered.box-color .box-content { border-color:#2c5e7b } ul>li.satgreen, .label-satgreen { background:#56af45 } .progress.small .bar.bar-satgreen { background:#56af45 } .box.box-color.satgreen .box-title { background:#56af45 !important } .box.box-color.satgreen .box-title .actions>a:hover { color:#56af45 } .box.box-color.satgreen .form-wizard .wizard-steps li.active .single-step .title { background:#56af45 } .box.box-color.satgreen .btn.btn-primary { background:#56af45 } .box.box-bordered.box-color.satgreen .box-title { border-color:#56af45 !important } .box.box-bordered.box-color.satgreen .box-content { border-color:#56af45 !important } .box.box-bordered.box-color.satgreen .slimScrollDiv { border-bottom:2px solid #56af45 } .theme-satgreen .form-wizard .wizard-steps li.active .single-step .title { background:#56af45 } .theme-satgreen .btn.btn-primary { background:#56af45 } .theme-satgreen.login { background:#56af45 } .theme-satgreen a { color:#56af45 } .theme-satgreen .btn { color:#333 } .theme-satgreen .btn.btn-primary { background:#56af45; color:#fff } .theme-satgreen .btn.btn-inverse, .theme-satgreen .btn.btn-success, .theme-satgreen .btn.btn-danger { color:#fff } .theme-satgreen.locked { background:#56af45 !important } .theme-satgreen.locked .pull-left a { background:#3b782f } .theme-satgreen.locked .pull-left a:hover { background:#295421 } .theme-satgreen #navigation { background:#56af45 } .theme-satgreen #navigation .toggle-mobile { background:#3b782f } .theme-satgreen #navigation .mobile-nav.open { background:#56af45 } .theme-satgreen #navigation .mobile-nav.open>li.active>a { background:#295421 } .theme-satgreen #navigation .mobile-nav.open>li.active>ul { background:#295421 } .theme-satgreen #navigation .mobile-nav.open>li>a { background:#3b782f } .theme-satgreen #navigation .mobile-nav.open>li>ul { background:#3b782f } .theme-satgreen #navigation .main-nav>li.active>a:hover { background:#fff } .theme-satgreen #navigation .main-nav>li.open>a { background:#3b782f } .theme-satgreen #navigation .main-nav>li>a:hover { background:#3b782f } .theme-satgreen #navigation .user .icon-nav>li>a:hover { background:#3b782f } .theme-satgreen #navigation .user .dropdown.open { background:#3b782f } .theme-satgreen #navigation .user .dropdown>a:hover { background:#3b782f } .theme-satgreen #navigation .dropdown-menu { border-color:#56af45 } .theme-satgreen #navigation .dropdown-menu>li>a:hover { background:#56af45 } .theme-satgreen .search-form .search-pane button[type="submit"] { background:#56af45 } .theme-satgreen .messages>li.insert .submit button { background:#56af45 } .theme-satgreen .messages>li.right .name { color:#0e1d0b } .theme-satgreen .messages>li.right .message { background:#d7edd3 } .theme-satgreen .messages>li.right .message p { color:#20411a } .theme-satgreen .messages>li.right .message .time { color:#20411a } .theme-satgreen .messages>li.right .message .caret { border-left:7px solid #d7edd3 } .theme-satgreen .letterbox .letter>li.active { background:#56af45 } .theme-satgreen .calendar .fc-content .fc-event .fc-event-inner { background:#56af45 } .theme-satgreen .calendar .fc-button.fc-state-active { background:#56af45 } .theme-satgreen .calendar .fc-button.fc-state-active:hover { background:#56af45 } .theme-satgreen .table.table-user tr.alpha td.alpha-val span { background:#56af45 } .theme-satgreen .tagsinput#textfield_tagsinput .tag, .theme-satgreen .ms-container .multi-custom-header, .theme-satgreen .slider .ui-slider-handle, .theme-satgreen .form-wizard .wizard-steps li.active .single-step .title, .theme-satgreen .user-list h4, .theme-satgreen .nav.nav-pills>li.active>a, .theme-satgreen .nav.nav-list>li.active>a, .theme-satgreen .table.table-colored-header thead th, .theme-satgreen .table.table-colored-header thead td, .theme-satgreen .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-satgreen .elfinder-navbar .ui-state-active, .theme-satgreen .pagination.pagination-custom li.active a:hover, .theme-satgreen .pagination.pagination-custom li.active a { background:#56af45 } .theme-satgreen .elfinder-navbar .ui-state-active { border-color:#56af45 } .theme-satgreen #main .box .box-title .tabs>li.active>a { background:#56af45 } .theme-satgreen #main .box.box-color .box-title { background:#56af45 } .theme-satgreen #main .box.box-color .box-title .tabs>li.active>a { color:#56af45 } .theme-satgreen #main .box.box-bordered.box-color .box-title { border-color:#56af45 } .theme-satgreen #main .box.box-bordered.box-color .box-content { border-color:#56af45 } ul>li.grey-3, .label-grey-3 { background:#eee } .progress.small .bar.bar-grey-3 { background:#eee } .box.box-color.grey-3 .box-title { background:#eee !important } .box.box-color.grey-3 .box-title h3 { color:#333 } .box.box-color.grey-3 .box-title .actions>a:hover { color:#eee } .box.box-color.grey-3 .form-wizard .wizard-steps li.active .single-step .title { background:#eee } .box.box-color.grey-3 .btn.btn-primary { background:#eee } .box.box-bordered.box-color.grey-3 .box-title { border-color:#eee !important } .box.box-bordered.box-color.grey-3 .box-content { border-color:#eee !important } .box.box-bordered.box-color.grey-3 .slimScrollDiv { border-bottom:2px solid #eee } .theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title { background:#eee } .theme-grey-3 .btn.btn-primary { background:#eee } .theme-grey-3.login { background:#eee } .theme-grey-3 a { color:#eee } .theme-grey-3 .btn { color:#333 } .theme-grey-3 .btn.btn-primary { background:#eee; color:#fff } .theme-grey-3 .btn.btn-inverse, .theme-grey-3 .btn.btn-success, .theme-grey-3 .btn.btn-danger { color:#fff } .theme-grey-3.locked { background:#eee !important } .theme-grey-3.locked .pull-left a { background:#c8c8c8 } .theme-grey-3.locked .pull-left a:hover { background:#aeaeae } .theme-grey-3 #navigation { background:#eee } .theme-grey-3 #navigation .toggle-mobile { background:#c8c8c8 } .theme-grey-3 #navigation .mobile-nav.open { background:#eee } .theme-grey-3 #navigation .mobile-nav.open>li.active>a { background:#aeaeae } .theme-grey-3 #navigation .mobile-nav.open>li.active>ul { background:#aeaeae } .theme-grey-3 #navigation .mobile-nav.open>li>a { background:#c8c8c8 } .theme-grey-3 #navigation .mobile-nav.open>li>ul { background:#c8c8c8 } .theme-grey-3 #navigation .main-nav>li.active>a:hover { background:#fff } .theme-grey-3 #navigation .main-nav>li.open>a { background:#c8c8c8 } .theme-grey-3 #navigation .main-nav>li>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .user .icon-nav>li>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .user .dropdown.open { background:#c8c8c8 } .theme-grey-3 #navigation .user .dropdown>a:hover { background:#c8c8c8 } .theme-grey-3 #navigation .dropdown-menu { border-color:#eee } .theme-grey-3 #navigation .dropdown-menu>li>a:hover { background:#eee } .theme-grey-3 .search-form .search-pane button[type="submit"] { background:#eee } .theme-grey-3 .messages>li.insert .submit button { background:#eee } .theme-grey-3 .messages>li.right .name { color:#888 } .theme-grey-3 .messages>li.right .message { background:#fff } .theme-grey-3 .messages>li.right .message p { color:#a2a2a2 } .theme-grey-3 .messages>li.right .message .time { color:#a2a2a2 } .theme-grey-3 .messages>li.right .message .caret { border-left:7px solid #fff } .theme-grey-3 .letterbox .letter>li.active { background:#eee } .theme-grey-3 .calendar .fc-content .fc-event .fc-event-inner { background:#eee } .theme-grey-3 .calendar .fc-button.fc-state-active { background:#eee } .theme-grey-3 .calendar .fc-button.fc-state-active:hover { background:#eee } .theme-grey-3 .table.table-user tr.alpha td.alpha-val span { background:#eee } .theme-grey-3 .tagsinput#textfield_tagsinput .tag, .theme-grey-3 .ms-container .multi-custom-header, .theme-grey-3 .slider .ui-slider-handle, .theme-grey-3 .form-wizard .wizard-steps li.active .single-step .title, .theme-grey-3 .user-list h4, .theme-grey-3 .nav.nav-pills>li.active>a, .theme-grey-3 .nav.nav-list>li.active>a, .theme-grey-3 .table.table-colored-header thead th, .theme-grey-3 .table.table-colored-header thead td, .theme-grey-3 .dataTables_wrapper .dataTables_paginate>span>a.paginate_active, .theme-grey-3 .elfinder-navbar .ui-state-active, .theme-grey-3 .pagination.pagination-custom li.active a:hover, .theme-grey-3 .pagination.pagination-custom li.active a { background:#eee } .theme-grey-3 .elfinder-navbar .ui-state-active { border-color:#eee } .theme-grey-3 #main .box .box-title .tabs>li.active>a { background:#eee } .theme-grey-3 #main .box.box-color .box-title { background:#eee } .theme-grey-3 #main .box.box-color .box-title .tabs>li.active>a { color:#eee } .theme-grey-3 #main .box.box-bordered.box-color .box-title { border-color:#eee } .theme-grey-3 #main .box.box-bordered.box-color .box-content { border-color:#eee }
0.370453
0.056679
@keyframes loading { from {width: 0%} to {width: 100%} } @-webkit-keyframes loading {/* Safari and Chrome */ from {width: 0%} to {width: 100%} } @media screen { body { min-width: 930px; } .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } .container { /*max-width: 1400px;*/ margin: 0 auto; min-width: 940px; } /* css for timepicker */ .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-timepicker-rtl { direction: rtl; } .ui-timepicker-rtl dl { text-align: right; } .ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; } .ui-datepicker {font-size:10px; } * { padding: 0px; margin: 0px; } .clear { clear: both; } .title { float: left; margin-left: 15px; margin-top: 22px; font-size: 22px; color: #797c80; } body { font-family: Arial; font-size: 12px; /*background: #e3e3e3;*/ } #header { height: 70px; width: 100%; background: #FFF; margin-bottom: 20px; position: relative; border-bottom: 2px solid #8bdde8; } #loading { position: absolute; top: 100%; left: 0; margin-top: 2px; height: 0; border-bottom: 2px solid #1592D8; max-width: 100%; width: 0; } #loading.show { animation: loading 3s linear infinite; -webkit-animation: loading 3s linear infinite; /* Safari and Chrome */ } #logo { margin: 22px 0px 16px 28px; } #data-inputs { background-color: #d7f2f9; padding: 12px 30px; } .input-title { font-weight: lighter; color: #717171; margin-right: 3px; } .input-select { border: 1px solid #696969; font-size: 12px; padding-left: 5px; background: transparent; background-color: #FFFFFF; height: 25px; color: #252525; } body input[type]:hover { /*border: 1px solid #066397;*/ /*margin-top: -1px;*/ } body input[type=text] { width: 103px; border: 1px solid #B4B4B4; padding-left: 5px; } .input-select.note { background: none; border: 1px solid transparent; height: auto; } .input-select.note, .input-select.note:hover, .input-select.note:focus { border: 1px solid #c3c3c3; outline: none; width: 70px; } .print { border: 1px solid #B4B4B4; color: #066397; padding-top: 1px; padding-bottom: 1px; -moz-border-radius: 3px; border-radius: 3px 3px; background: transparent; margin-left: 10px; width: 18px; } body input[disabled="disabled"] { color: #FFF; } body input[disabled="disabled"]:hover { border: 1px solid #B4B4B4 !important; } /* Start table */ #table-wrap { padding-bottom: 2px; height: 340px; overflow-y: auto; margin-left: 30px; margin-right: 30px; position: relative; } #table-wrap > #nrowonpage { display: none; } .ptable { font-size: 11px; border-collapse: collapse; max-width: 100%; min-width: 170px; } table.ptable thead th { text-align: left; font-weight: normal; color: #666; padding: 10px 15px 10px 5px; border-bottom: 1px solid #8bdde8; } table.ptable thead th .th-trip-status { display: inline-block; width: 43px; white-space: normal; position: relative; top: 4px; } table.ptable tbody td { font-size: 12px; color: #252525; padding: 5px; position: relative; } table.ptable tbody td .geozone {font-style: italic;} table.ptable tbody>tr:nth-child(even)>td, table.ptable tbody>tr:nth-child(even)>th, table.ptable tbody tr:hover { background-color: #ebf8fc; } table.ptable tbody tr { height: 30px; } table.ptable tbody tr:hover td div.textboxcontainer input.input-select.table { border-color: #B4B4B4; background-color: #FFFFFF; } .input-select.table { border: 0px solid #ededed; background-color: #ededed; } #all-type-for-trip { /*width: 100px;*/ width: 85px; } #all-type-for-trip.text-in-select { width: 130px; } /* .number { color: #717171; } */ .address-cell { width: 150px; word-wrap: break-word; } /* End table */ /* Start table bottom */ /*div.table-footer {*/ /*background-color: #cecece;*/ /*width: 100%;*/ /*height: 26px;*/ /*}*/ #nrowonpage.input-select { float: left; margin: 0px 0px -2px 0px; } .vseparator { float: left; width: 5px; height: 24px; background: url(../img/razdel.gif) no-repeat center; margin: 0px 8px 0px 8px; } .pbtn { float: left; width: 26px; height: 26px; border: 0px; cursor: pointer; overflow: hidden; } .pbtn:hover { border-left: 1px solid #FFF; border-top: 1px solid #FFF; width: 25px; height: 25px; } .pfirst { background: url(../img/first.gif) no-repeat center; } .pprev { background: url(../img/prev.gif) no-repeat center; } .pfirst.disabled { background: url(../img/first-.gif) no-repeat center; } .pprev.disabled { background: url(../img/prev-.gif) no-repeat center; } /*.pgroup {*/ /*float: left;*/ /*background: none;*/ /*height: 24px;*/ /*margin: 0px 5px;*/ /*vertical-align: middle;*/ /*padding: 0;*/ /*border-collapse: collapse;*/ /*margin: 0px 0px 1px 0px;*/ /*}*/ .pcontrol { position: relative; overflow: visible; } .pnext { background: url(../img/next.gif) no-repeat center; } .plast { background: url(../img/last.gif) no-repeat center; } .pnext.disabled { background: url(../img/next-.gif) no-repeat center; } .plast.disabled { background: url(../img/last-.gif) no-repeat center; } .apply-group { position: absolute; right: 50px; } .no-wrap { white-space:nowrap; } .cell-table-input { white-space:nowrap; position: relative; } /* End table bottom */ /** * jQuery TextBox * Version 0.1 - 18/03/2008 * @author <NAME> <<EMAIL>> * * A combination of a text input and a drop down * select box, used by * http://code.google.com/p/jqueryspreadsheet/ * **/ input.tb { border: 0px; padding: 0px; margin: 0px; height: 18px; color: #464646; font-size: 11px; font-family: arial; vertical-align: top; } input.tb:hover { border: 0px !important; } .textboxcontainer { /*border: 1px solid #b4b4b4;*/ /*background: #FFF;*/ /*padding: 0px;*/ /*margin: 0px;*/ /*height: 18px;*/ /*display: table-cell;*/ border: 1px solid transparent; background: transparent; padding: 0; margin: 0; height: 18px; display: table-cell; } .textboxcontainerhover { /*border: 1px solid #066397;*/ } .textboxarrow { width: 19px !important; height: 100% !important; padding: 0px; margin: 0px; border: 0px; vertical-align: top; /*background-color: #EDEDED;*/ background-color: transparent; } .textboxarrow:hover, [disabled].textboxarrow, [disabled].textboxarrow:hover { border: 0px; } .textboxlist { position: absolute; display: none; height: auto !important; background: #FFF; border: 1px solid #999; z-index: 9999; min-width: 0 !important; } .textboxlist li { list-style-type: none; background: #fff; } .textboxlist li a { cursor: pointer; padding: 1px 3px; display: block; color: #464646 !important; text-decoration:none; background: #fff; white-space: nowrap; font-family: arial; height: 14px; line-height: 14px; min-width: 121px !important; max-width: 200px; overflow-x: hidden; white-space: nowrap; text-overflow: ellipsis; } .textboxlist li a:hover { background: #6699cc; color: #fff !important; } /*expand menu*/ .pull-right { float: right; } .pull-left { float: left; } /* .expand-menu-wrap{ position: relative; }*/ .expand-menu { position: absolute; right: 10px; top: 100%; display: none; z-index: 30000; background-color: #fafafa; border: 1px solid #9c9da1; padding: 0px; list-style: none; } #expand-menu { padding-left: 0; padding-right: 0; width: 0; vertical-align: middle; } #expand-menu > * { position: relative; /*top: 0;*/ /*right: 0;*/ } .expand-menu li { height: 16px; white-space: nowrap; cursor: pointer; padding: 3px 7px 3px 4px; text-align: left; } .expand-menu .menu-checkbox-input { /*padding: 7px 8px;*/ display: inline-block; } .expand-menu input.menu-checkbox-input { /*margin: 7px 8px;*/ margin-right: 8px; display: inline-block; } .expand-menu .menu-checkbox { color: #646466; padding: 6px 6px 3px 0; display: inline-block; vertical-align: top; } .expand-menu li:hover, .expand-menu .selected { background-color: #DADADC; color: #646464; } .open .expand-menu {display: block;} .checkbox-is-pass-zeroth { margin: 5px 0 0 10px!important } .select-server-type { width: 180px; height: 60px; margin: 10px 10px 0 0; border: 1px solid #d0d0d0; cursor: pointer; text-align: center; line-height: 55px } .select-server-type>span { font-size: 13px; display: inline-block; vertical-align: middle; line-height: normal; margin: 0 5px; text-overflow: ellipsis } .select-server-type.active { background-color: #edf8ff; border: 1px solid #09f } .dashboard-inner-modal-bottom { height: 58px; width: 100%; border-top: 1px solid #d0d0d0 } .btn-wrapper { width: 150px; height: 40px; margin: 9px 10px 0 0 } .cancel { cursor: pointer; margin-top: 10px; font-size: 15px } .cancel:hover { color: #09f } .ok { cursor: pointer; width: 70px; background-color: #09f; height: 40px; color: #fff; vertical-align: middle; text-align: center; line-height: 40px; font-size: 15px } .dashboard-modal-close { width: 18px; height: 18px; background: url(../img/x.png) no-repeat; margin: 15px 10px 0 0; cursor: pointer } .date-time-content { border-bottom: 1px solid #edf8ff; height: 49px; position: relative; background: #edf8ff; margin-bottom: 20px } #time-select { border-collapse: collapse; position: relative; display: inline-block; vertical-align: top; margin-left: 6px; } #time-select td { border: 1px solid #666; height: 21px; padding: 2px 15px 0; cursor: pointer; background: #fff } #time-select td.active { background-color: #478BE2; color: #fff } #time-select .time-template:hover { background-color: #478BE2; color: #fff } #time-label { margin-top: 1px } #time-label div { display: inline-block; width: 16px; height: 16px; vertical-align: bottom } #time-label div:hover { cursor: pointer } #time-label .past { background: url(../img/prev.png); opacity: .6 } #time-label .past:hover { opacity: 1 } #time-label .future { background: url(../img/next.png); opacity: .6 } #time-label .future:hover { opacity: 1 } #time-select .time-info { border: 0; background: transparent; cursor: default } #timepickers { display: inline-block; position: relative; vertical-align: middle } #timepickers .datetime { border: 1px solid #c0c7cf; padding: 0; margin: 0; font-size: 12px; height: 23px; cursor: pointer; width: 80px; text-align: center; font-size: 12px; vertical-align: top } #change-time-btn { margin: 0; background: #09f; width: 50px; border: 1px solid #09f; display: inline-block; vertical-align: top; text-align: center; padding-top: 3px; text-decoration: none; color: #fff; height: 23px } #change-time-btn:active { cursor: pointer } #change-time-btn:hover { cursor: pointer } .dashboard-container { margin: 0 15px 15px } .column { min-height: 60px } .title { min-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #252525; font-size: 24px; } .ui-state-highlight { border-style: dotted } .ui-datepicker { width: auto; padding: .2em 1.6em; display: none } .ui-widget-header { background: #fff; color: #09f; font-size: 15px; font-weight: 400 } .ui-datepicker-month { color: #09f } .ui-datepicker-year { color: #09f } .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next { position: absolute; top: 8px; width: 16px; height: 16px; cursor: pointer } .ui-datepicker-next { /*background: url(../img/next_dp.png) no-repeat*/ } .ui-datepicker .ui-datepicker-next { right: 20px } .ui-datepicker-prev { /*background: url(../img/prev_dp.png) no-repeat*/ } .ui-datepicker .ui-datepicker-prev { left: 20px; } .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon { background: url("../img/next_dp.png") no-repeat 0 0; } .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon { background: url("../img/prev_dp.png") no-repeat 0 0; } .ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-hover{ background: none; border: none; } .ui-datepicker-header.ui-widget-header { border: none; } .ui-datepicker th { padding: .3em; text-align: center; font-size: 9px; border: 0; color: #8e959d } .ui-datepicker td span,.ui-datepicker td a { display: block; padding: .2em .3em .1em .2em; text-align: right; text-decoration: none; font-size: 13px } .ui-datepicker td { border: 0; padding: 2px } .ui-datepicker-calendar td.zero a:before { content: "0" } .ui-widget-content a { color: #09f } .ui-datepicker .ui-state-active { background: #09f; border-radius: 16px; color: #fff; font-weight: 400 } select { border: 1px solid #b4b4b4; color: #464646; background-color: #fff; } select:hover { border: 1px solid #066397; } select[disabled] { background-color: #efefef; } select[disabled]:hover { border: 1px solid #b4b4b4; } textarea { border: 1px solid transparent; color: #464646; resize: none; } textarea:hover { border: 1px solid #066397; } textarea:disabled { border: 1px solid #464646; } .btn { margin: 0; background: #09f; border: 1px solid #09f; display: inline-block; text-align: center; text-decoration: none; color: #fff; height: 25px; cursor: pointer; padding: 0px 10px; } /*.btn.disabled {opacity: 0.4;}*/ .btn.disabled {opacity: 0.6;} .pgroup-btn-wrap .btn { padding: 0; width: 43px; height: 100%; border: none; /*line-height: 40px; *//* equal height pagination wrapper */ border-left: 2px solid #fff; border-right: 2px solid #fff; } .btn, .btn:hover, .btn:focus {outline: none;} #select-table-columns { background: url(../img/show.png) no-repeat center center transparent; height: 10px; width: 10px; margin-left: -13px; display: none; cursor: pointer; } #expand-menu #select-table-columns { display: block; } div.table-footer { background-color: #DAF3F5; /*height: 40px;*/ /*margin-top: -2px;*/ padding: 0 30px; } .trip-type-wrap { text-align: center; } table.ptable tbody td.trip-type-wrap { text-align: center; } .trip-type-selects { display: inline-block; width: 91px; position: relative; } .trip-type-selects .trip-type { display: block; float: left; height: 24px; width: 30px; background: #edf8ff; } .trip-type-selects .trip-type input { display: block; height: 100%; width: 100%; opacity: 0.01; cursor: pointer; } .trip-type-selects .trip-type span { display: block; height: 100%; width: 100%; background: #DAF3F5; } .trip-type-selects .trip-type:hover, .trip-type-selects .trip-type.active { background: #DAF3F5; } .trip-type-selects .trip-type.personal span {background: url("../img/pers_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.personal:hover span, .trip-type-selects .trip-type.personal.active span {background: url("../img/pers.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.business span {background: url("../img/biz_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.business:hover span, .trip-type-selects .trip-type.business.active span {background: url("../img/biz.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.empty span {background: url("../img/del_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.empty:hover span, .trip-type-selects .trip-type.empty.active span {background: url("../img/del.png") 50% 50% no-repeat transparent;} .trip-type-item { position: relative; display: inline-block; } .trip-type-wrap .textboxcontainer {} .textboxcontainer > .trip-type-item { width: auto; } .trip-type-item .trip-type-selects { display: none; position: absolute; top: 100%; left: -38px; z-index: 999; } .trip-type-item:hover .trip-type-selects {display: block;} .trip-type-item .trip-type-selects {} .trip-type-item .trip-type-selects { background: #fff; border: 1px solid #696969; padding: 3px 5px; width: 93px; } /*.textboxcontainer select,*/ /*.textboxcontainer input {display: none;}*/ .textboxcontainer > .trip-type-item .trip-type, .trip-type-item .trip-type-selects .trip-type { background: none; } .trip-type-item .trip-type-selects .trip-type + .trip-type { border-left: 1px solid #696969; } .trip-type-selects .arrow { position: absolute; display: block; width: 10px; height: 10px; /*background: red;*/ top: -9px; left: 50%; margin-left: -5px; } .textboxarrow:focus, .textboxarrow:hover, .textboxarrow { border: 1px solid #696969; border-left: none; font-size: 12px; /*padding-left: 5px;*/ /* fix for FF */ background: transparent; background: none; height: 25px !important; color: #252525; } .textboxcontainer input:focus, .textboxcontainer input:hover, .textboxcontainer input { background: transparent !important; border: 1px solid #696969 !important; height: 23px; border-left: none; font-size: 12px; padding-left: 5px; color: #252525; outline: none; } .error .textboxcontainer input:focus, .error .textboxcontainer input:hover, .error .textboxcontainer input, .error .input-select.note, .error .input-select.note:hover, .error .input-select.note:focus { border-color: red !important; } .footer-center { /*margin: 0 250px;*/ /*text-align: center;*/ height: 100%; } .footer-center > * { display: inline-block; float: left; height: 100%; } .footer-center .textboxcontainer input { width: 41px; text-align: center; padding: 0; } #pagestat { /*line-height: 40px;*/ display: inline-block; margin-left: 0; text-align: right; width: 80px; } #page_selector, #prev-page, #next-page { display: inline-block; height: 23px; width: 35px; line-height: 25px; text-align: center; padding: 0; } #prev-page, #next-page {display: none;} #prev-page.visible, #next-page.visible {display: inline-block;} .pcontrol {display: inline-block;} .message-wrap { position: absolute; top: 50%; left: 50%; width: 500px; margin-left: -250px; text-align: center; min-height: 16px; margin-top: -8px; } .message-wrap.error { color: #770000; } #execute-btn { margin-left: 4px; } #table-instruments { height: 40px; } #table-instruments * { height: 100%; line-height: 40px; } #table-instruments .btn { background-color: #DAF3F5; color: #252525; } /*#table-instruments .btn:hover,*/ #table-instruments .btn.active { background-color: #09f; color: #fff; } #top, #prev, #next, #last { color: transparent; background-position: 50% 50%; background-repeat: no-repeat; } #top {background-image: url('../img/first.png'); border-left: 3px solid #fff;} #prev {background-image: url('../img/pre_first.png');} #next {background-image: url('../img/pre_last.png');} #last {background-image: url('../img/last.png'); border-right: 3px solid #fff;} input.btn.number[value="..."] {cursor: default;} } .td-date { white-space: nowrap; } #pg-wrap { position: fixed; top: 0; right: 0; max-width: 100%; } #pg-wrap > * {float: left;} #pg, #pg li { margin: 0; padding: 0; list-style: none; } #pg li { float: left; }
css/style.css
@keyframes loading { from {width: 0%} to {width: 100%} } @-webkit-keyframes loading {/* Safari and Chrome */ from {width: 0%} to {width: 100%} } @media screen { body { min-width: 930px; } .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } .container { /*max-width: 1400px;*/ margin: 0 auto; min-width: 940px; } /* css for timepicker */ .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-timepicker-rtl { direction: rtl; } .ui-timepicker-rtl dl { text-align: right; } .ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; } .ui-datepicker {font-size:10px; } * { padding: 0px; margin: 0px; } .clear { clear: both; } .title { float: left; margin-left: 15px; margin-top: 22px; font-size: 22px; color: #797c80; } body { font-family: Arial; font-size: 12px; /*background: #e3e3e3;*/ } #header { height: 70px; width: 100%; background: #FFF; margin-bottom: 20px; position: relative; border-bottom: 2px solid #8bdde8; } #loading { position: absolute; top: 100%; left: 0; margin-top: 2px; height: 0; border-bottom: 2px solid #1592D8; max-width: 100%; width: 0; } #loading.show { animation: loading 3s linear infinite; -webkit-animation: loading 3s linear infinite; /* Safari and Chrome */ } #logo { margin: 22px 0px 16px 28px; } #data-inputs { background-color: #d7f2f9; padding: 12px 30px; } .input-title { font-weight: lighter; color: #717171; margin-right: 3px; } .input-select { border: 1px solid #696969; font-size: 12px; padding-left: 5px; background: transparent; background-color: #FFFFFF; height: 25px; color: #252525; } body input[type]:hover { /*border: 1px solid #066397;*/ /*margin-top: -1px;*/ } body input[type=text] { width: 103px; border: 1px solid #B4B4B4; padding-left: 5px; } .input-select.note { background: none; border: 1px solid transparent; height: auto; } .input-select.note, .input-select.note:hover, .input-select.note:focus { border: 1px solid #c3c3c3; outline: none; width: 70px; } .print { border: 1px solid #B4B4B4; color: #066397; padding-top: 1px; padding-bottom: 1px; -moz-border-radius: 3px; border-radius: 3px 3px; background: transparent; margin-left: 10px; width: 18px; } body input[disabled="disabled"] { color: #FFF; } body input[disabled="disabled"]:hover { border: 1px solid #B4B4B4 !important; } /* Start table */ #table-wrap { padding-bottom: 2px; height: 340px; overflow-y: auto; margin-left: 30px; margin-right: 30px; position: relative; } #table-wrap > #nrowonpage { display: none; } .ptable { font-size: 11px; border-collapse: collapse; max-width: 100%; min-width: 170px; } table.ptable thead th { text-align: left; font-weight: normal; color: #666; padding: 10px 15px 10px 5px; border-bottom: 1px solid #8bdde8; } table.ptable thead th .th-trip-status { display: inline-block; width: 43px; white-space: normal; position: relative; top: 4px; } table.ptable tbody td { font-size: 12px; color: #252525; padding: 5px; position: relative; } table.ptable tbody td .geozone {font-style: italic;} table.ptable tbody>tr:nth-child(even)>td, table.ptable tbody>tr:nth-child(even)>th, table.ptable tbody tr:hover { background-color: #ebf8fc; } table.ptable tbody tr { height: 30px; } table.ptable tbody tr:hover td div.textboxcontainer input.input-select.table { border-color: #B4B4B4; background-color: #FFFFFF; } .input-select.table { border: 0px solid #ededed; background-color: #ededed; } #all-type-for-trip { /*width: 100px;*/ width: 85px; } #all-type-for-trip.text-in-select { width: 130px; } /* .number { color: #717171; } */ .address-cell { width: 150px; word-wrap: break-word; } /* End table */ /* Start table bottom */ /*div.table-footer {*/ /*background-color: #cecece;*/ /*width: 100%;*/ /*height: 26px;*/ /*}*/ #nrowonpage.input-select { float: left; margin: 0px 0px -2px 0px; } .vseparator { float: left; width: 5px; height: 24px; background: url(../img/razdel.gif) no-repeat center; margin: 0px 8px 0px 8px; } .pbtn { float: left; width: 26px; height: 26px; border: 0px; cursor: pointer; overflow: hidden; } .pbtn:hover { border-left: 1px solid #FFF; border-top: 1px solid #FFF; width: 25px; height: 25px; } .pfirst { background: url(../img/first.gif) no-repeat center; } .pprev { background: url(../img/prev.gif) no-repeat center; } .pfirst.disabled { background: url(../img/first-.gif) no-repeat center; } .pprev.disabled { background: url(../img/prev-.gif) no-repeat center; } /*.pgroup {*/ /*float: left;*/ /*background: none;*/ /*height: 24px;*/ /*margin: 0px 5px;*/ /*vertical-align: middle;*/ /*padding: 0;*/ /*border-collapse: collapse;*/ /*margin: 0px 0px 1px 0px;*/ /*}*/ .pcontrol { position: relative; overflow: visible; } .pnext { background: url(../img/next.gif) no-repeat center; } .plast { background: url(../img/last.gif) no-repeat center; } .pnext.disabled { background: url(../img/next-.gif) no-repeat center; } .plast.disabled { background: url(../img/last-.gif) no-repeat center; } .apply-group { position: absolute; right: 50px; } .no-wrap { white-space:nowrap; } .cell-table-input { white-space:nowrap; position: relative; } /* End table bottom */ /** * jQuery TextBox * Version 0.1 - 18/03/2008 * @author <NAME> <<EMAIL>> * * A combination of a text input and a drop down * select box, used by * http://code.google.com/p/jqueryspreadsheet/ * **/ input.tb { border: 0px; padding: 0px; margin: 0px; height: 18px; color: #464646; font-size: 11px; font-family: arial; vertical-align: top; } input.tb:hover { border: 0px !important; } .textboxcontainer { /*border: 1px solid #b4b4b4;*/ /*background: #FFF;*/ /*padding: 0px;*/ /*margin: 0px;*/ /*height: 18px;*/ /*display: table-cell;*/ border: 1px solid transparent; background: transparent; padding: 0; margin: 0; height: 18px; display: table-cell; } .textboxcontainerhover { /*border: 1px solid #066397;*/ } .textboxarrow { width: 19px !important; height: 100% !important; padding: 0px; margin: 0px; border: 0px; vertical-align: top; /*background-color: #EDEDED;*/ background-color: transparent; } .textboxarrow:hover, [disabled].textboxarrow, [disabled].textboxarrow:hover { border: 0px; } .textboxlist { position: absolute; display: none; height: auto !important; background: #FFF; border: 1px solid #999; z-index: 9999; min-width: 0 !important; } .textboxlist li { list-style-type: none; background: #fff; } .textboxlist li a { cursor: pointer; padding: 1px 3px; display: block; color: #464646 !important; text-decoration:none; background: #fff; white-space: nowrap; font-family: arial; height: 14px; line-height: 14px; min-width: 121px !important; max-width: 200px; overflow-x: hidden; white-space: nowrap; text-overflow: ellipsis; } .textboxlist li a:hover { background: #6699cc; color: #fff !important; } /*expand menu*/ .pull-right { float: right; } .pull-left { float: left; } /* .expand-menu-wrap{ position: relative; }*/ .expand-menu { position: absolute; right: 10px; top: 100%; display: none; z-index: 30000; background-color: #fafafa; border: 1px solid #9c9da1; padding: 0px; list-style: none; } #expand-menu { padding-left: 0; padding-right: 0; width: 0; vertical-align: middle; } #expand-menu > * { position: relative; /*top: 0;*/ /*right: 0;*/ } .expand-menu li { height: 16px; white-space: nowrap; cursor: pointer; padding: 3px 7px 3px 4px; text-align: left; } .expand-menu .menu-checkbox-input { /*padding: 7px 8px;*/ display: inline-block; } .expand-menu input.menu-checkbox-input { /*margin: 7px 8px;*/ margin-right: 8px; display: inline-block; } .expand-menu .menu-checkbox { color: #646466; padding: 6px 6px 3px 0; display: inline-block; vertical-align: top; } .expand-menu li:hover, .expand-menu .selected { background-color: #DADADC; color: #646464; } .open .expand-menu {display: block;} .checkbox-is-pass-zeroth { margin: 5px 0 0 10px!important } .select-server-type { width: 180px; height: 60px; margin: 10px 10px 0 0; border: 1px solid #d0d0d0; cursor: pointer; text-align: center; line-height: 55px } .select-server-type>span { font-size: 13px; display: inline-block; vertical-align: middle; line-height: normal; margin: 0 5px; text-overflow: ellipsis } .select-server-type.active { background-color: #edf8ff; border: 1px solid #09f } .dashboard-inner-modal-bottom { height: 58px; width: 100%; border-top: 1px solid #d0d0d0 } .btn-wrapper { width: 150px; height: 40px; margin: 9px 10px 0 0 } .cancel { cursor: pointer; margin-top: 10px; font-size: 15px } .cancel:hover { color: #09f } .ok { cursor: pointer; width: 70px; background-color: #09f; height: 40px; color: #fff; vertical-align: middle; text-align: center; line-height: 40px; font-size: 15px } .dashboard-modal-close { width: 18px; height: 18px; background: url(../img/x.png) no-repeat; margin: 15px 10px 0 0; cursor: pointer } .date-time-content { border-bottom: 1px solid #edf8ff; height: 49px; position: relative; background: #edf8ff; margin-bottom: 20px } #time-select { border-collapse: collapse; position: relative; display: inline-block; vertical-align: top; margin-left: 6px; } #time-select td { border: 1px solid #666; height: 21px; padding: 2px 15px 0; cursor: pointer; background: #fff } #time-select td.active { background-color: #478BE2; color: #fff } #time-select .time-template:hover { background-color: #478BE2; color: #fff } #time-label { margin-top: 1px } #time-label div { display: inline-block; width: 16px; height: 16px; vertical-align: bottom } #time-label div:hover { cursor: pointer } #time-label .past { background: url(../img/prev.png); opacity: .6 } #time-label .past:hover { opacity: 1 } #time-label .future { background: url(../img/next.png); opacity: .6 } #time-label .future:hover { opacity: 1 } #time-select .time-info { border: 0; background: transparent; cursor: default } #timepickers { display: inline-block; position: relative; vertical-align: middle } #timepickers .datetime { border: 1px solid #c0c7cf; padding: 0; margin: 0; font-size: 12px; height: 23px; cursor: pointer; width: 80px; text-align: center; font-size: 12px; vertical-align: top } #change-time-btn { margin: 0; background: #09f; width: 50px; border: 1px solid #09f; display: inline-block; vertical-align: top; text-align: center; padding-top: 3px; text-decoration: none; color: #fff; height: 23px } #change-time-btn:active { cursor: pointer } #change-time-btn:hover { cursor: pointer } .dashboard-container { margin: 0 15px 15px } .column { min-height: 60px } .title { min-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #252525; font-size: 24px; } .ui-state-highlight { border-style: dotted } .ui-datepicker { width: auto; padding: .2em 1.6em; display: none } .ui-widget-header { background: #fff; color: #09f; font-size: 15px; font-weight: 400 } .ui-datepicker-month { color: #09f } .ui-datepicker-year { color: #09f } .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next { position: absolute; top: 8px; width: 16px; height: 16px; cursor: pointer } .ui-datepicker-next { /*background: url(../img/next_dp.png) no-repeat*/ } .ui-datepicker .ui-datepicker-next { right: 20px } .ui-datepicker-prev { /*background: url(../img/prev_dp.png) no-repeat*/ } .ui-datepicker .ui-datepicker-prev { left: 20px; } .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon { background: url("../img/next_dp.png") no-repeat 0 0; } .ui-datepicker .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon { background: url("../img/prev_dp.png") no-repeat 0 0; } .ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-hover{ background: none; border: none; } .ui-datepicker-header.ui-widget-header { border: none; } .ui-datepicker th { padding: .3em; text-align: center; font-size: 9px; border: 0; color: #8e959d } .ui-datepicker td span,.ui-datepicker td a { display: block; padding: .2em .3em .1em .2em; text-align: right; text-decoration: none; font-size: 13px } .ui-datepicker td { border: 0; padding: 2px } .ui-datepicker-calendar td.zero a:before { content: "0" } .ui-widget-content a { color: #09f } .ui-datepicker .ui-state-active { background: #09f; border-radius: 16px; color: #fff; font-weight: 400 } select { border: 1px solid #b4b4b4; color: #464646; background-color: #fff; } select:hover { border: 1px solid #066397; } select[disabled] { background-color: #efefef; } select[disabled]:hover { border: 1px solid #b4b4b4; } textarea { border: 1px solid transparent; color: #464646; resize: none; } textarea:hover { border: 1px solid #066397; } textarea:disabled { border: 1px solid #464646; } .btn { margin: 0; background: #09f; border: 1px solid #09f; display: inline-block; text-align: center; text-decoration: none; color: #fff; height: 25px; cursor: pointer; padding: 0px 10px; } /*.btn.disabled {opacity: 0.4;}*/ .btn.disabled {opacity: 0.6;} .pgroup-btn-wrap .btn { padding: 0; width: 43px; height: 100%; border: none; /*line-height: 40px; *//* equal height pagination wrapper */ border-left: 2px solid #fff; border-right: 2px solid #fff; } .btn, .btn:hover, .btn:focus {outline: none;} #select-table-columns { background: url(../img/show.png) no-repeat center center transparent; height: 10px; width: 10px; margin-left: -13px; display: none; cursor: pointer; } #expand-menu #select-table-columns { display: block; } div.table-footer { background-color: #DAF3F5; /*height: 40px;*/ /*margin-top: -2px;*/ padding: 0 30px; } .trip-type-wrap { text-align: center; } table.ptable tbody td.trip-type-wrap { text-align: center; } .trip-type-selects { display: inline-block; width: 91px; position: relative; } .trip-type-selects .trip-type { display: block; float: left; height: 24px; width: 30px; background: #edf8ff; } .trip-type-selects .trip-type input { display: block; height: 100%; width: 100%; opacity: 0.01; cursor: pointer; } .trip-type-selects .trip-type span { display: block; height: 100%; width: 100%; background: #DAF3F5; } .trip-type-selects .trip-type:hover, .trip-type-selects .trip-type.active { background: #DAF3F5; } .trip-type-selects .trip-type.personal span {background: url("../img/pers_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.personal:hover span, .trip-type-selects .trip-type.personal.active span {background: url("../img/pers.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.business span {background: url("../img/biz_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.business:hover span, .trip-type-selects .trip-type.business.active span {background: url("../img/biz.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.empty span {background: url("../img/del_.png") 50% 50% no-repeat transparent;} .trip-type-selects .trip-type.empty:hover span, .trip-type-selects .trip-type.empty.active span {background: url("../img/del.png") 50% 50% no-repeat transparent;} .trip-type-item { position: relative; display: inline-block; } .trip-type-wrap .textboxcontainer {} .textboxcontainer > .trip-type-item { width: auto; } .trip-type-item .trip-type-selects { display: none; position: absolute; top: 100%; left: -38px; z-index: 999; } .trip-type-item:hover .trip-type-selects {display: block;} .trip-type-item .trip-type-selects {} .trip-type-item .trip-type-selects { background: #fff; border: 1px solid #696969; padding: 3px 5px; width: 93px; } /*.textboxcontainer select,*/ /*.textboxcontainer input {display: none;}*/ .textboxcontainer > .trip-type-item .trip-type, .trip-type-item .trip-type-selects .trip-type { background: none; } .trip-type-item .trip-type-selects .trip-type + .trip-type { border-left: 1px solid #696969; } .trip-type-selects .arrow { position: absolute; display: block; width: 10px; height: 10px; /*background: red;*/ top: -9px; left: 50%; margin-left: -5px; } .textboxarrow:focus, .textboxarrow:hover, .textboxarrow { border: 1px solid #696969; border-left: none; font-size: 12px; /*padding-left: 5px;*/ /* fix for FF */ background: transparent; background: none; height: 25px !important; color: #252525; } .textboxcontainer input:focus, .textboxcontainer input:hover, .textboxcontainer input { background: transparent !important; border: 1px solid #696969 !important; height: 23px; border-left: none; font-size: 12px; padding-left: 5px; color: #252525; outline: none; } .error .textboxcontainer input:focus, .error .textboxcontainer input:hover, .error .textboxcontainer input, .error .input-select.note, .error .input-select.note:hover, .error .input-select.note:focus { border-color: red !important; } .footer-center { /*margin: 0 250px;*/ /*text-align: center;*/ height: 100%; } .footer-center > * { display: inline-block; float: left; height: 100%; } .footer-center .textboxcontainer input { width: 41px; text-align: center; padding: 0; } #pagestat { /*line-height: 40px;*/ display: inline-block; margin-left: 0; text-align: right; width: 80px; } #page_selector, #prev-page, #next-page { display: inline-block; height: 23px; width: 35px; line-height: 25px; text-align: center; padding: 0; } #prev-page, #next-page {display: none;} #prev-page.visible, #next-page.visible {display: inline-block;} .pcontrol {display: inline-block;} .message-wrap { position: absolute; top: 50%; left: 50%; width: 500px; margin-left: -250px; text-align: center; min-height: 16px; margin-top: -8px; } .message-wrap.error { color: #770000; } #execute-btn { margin-left: 4px; } #table-instruments { height: 40px; } #table-instruments * { height: 100%; line-height: 40px; } #table-instruments .btn { background-color: #DAF3F5; color: #252525; } /*#table-instruments .btn:hover,*/ #table-instruments .btn.active { background-color: #09f; color: #fff; } #top, #prev, #next, #last { color: transparent; background-position: 50% 50%; background-repeat: no-repeat; } #top {background-image: url('../img/first.png'); border-left: 3px solid #fff;} #prev {background-image: url('../img/pre_first.png');} #next {background-image: url('../img/pre_last.png');} #last {background-image: url('../img/last.png'); border-right: 3px solid #fff;} input.btn.number[value="..."] {cursor: default;} } .td-date { white-space: nowrap; } #pg-wrap { position: fixed; top: 0; right: 0; max-width: 100%; } #pg-wrap > * {float: left;} #pg, #pg li { margin: 0; padding: 0; list-style: none; } #pg li { float: left; }
0.327023
0.106226
@media screen and (min-width: 320px) and (max-width: 982px){ .AboutUs-down-dot-airplane{ display: none!important; } #menu-item-19{ animation: none!important; } .normal{ font-size: 17px!important; } .gold{ font-size: 17px!important; } .price2{ margin-top: 30px!important; } .price-info{ margin-top: 20px!important; } #FAQ{ width: 100% !important } .FAQ-content{ padding: 10px!important; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ font-size: 15px!important; padding-right: 10px!important; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 10px!important; } .AboutUs-text{ max-width: 100% !important; padding-bottom: 40px!important; font-size: 17px!important; } .tour{ width: 100%!important; padding: 0px!important; margin: auto!important; } .border-tour{ border: 0px!important; padding: 30px!important; } .second-container-tour{ display: block!important; } .include-container-text{ padding: 0px!important; padding-top: 30px!important; } .right-text-tour{ padding-top: 30px!important; padding: 0px!important; } .title-tour-page{ font-size: 21px!important; } .AboutUs{ flex-direction: column-reverse!important; } .left-img-tour{ width: auto!important; } .AboutUs-up-dot-airplane img{ height: 50px!important; padding-bottom: 20px!important; padding-left: 0px!important; } #AboutUs{ max-width: 100%!important; padding: 20px; padding-top: 30px!important; } .image-item-tours img{ max-width: -webkit-fill-available!important; height: auto!important; } .item-tours{ position: relative!important; display: block!important; margin-bottom: 60px!important; padding: 20px!important; } .post-content-item-tours{ font-size: 15px!important; } .title-item-tours{ font-size: 20px!important; position: unset!important; flex-direction: column!important; margin-top: 20px!important; } .text-item-tours a{ bottom: -20px!important; right: 10% !important; } .Tours-content{ max-width: 100% !important; padding: 10px!important; } .text-item-tours{ flex-direction: column!important; padding: 0px!important; margin-bottom: 50px!important; position: unset!important; } #Reviews .white{ width: 100% !important; margin-bottom: 25%!important; } .reviews-title{ font-size: 20px!important; } .reviews-text{ font-size: 13px!important; padding: 70px 10px 20px 10px!important; } .up-reviews{ font-size: 25px!important; } .top-menu-place{ height: 110px!important; } .main-container{ margin-top: 110px!important; } #footer{ flex-direction: column!important; padding: 20px!important; max-width: 100%!important; } .footer-2 a span{ align-items: center!important; font-size: 16px!important; } .footer-1 a { font-size: 16px!important; } .footer-1{ padding: 0px 0px 30px 0px!important; } .left-side-fd span{ margin-top: 20px!important; font-size: 10px!important; } .left-side-fd{ display: flex!important; flex-direction: column!important; } .footer-2 a{ align-items: center!important; } .navbar-header{ position: absolute!important; right: 0px!important; margin-top: 7px!important; } .max-size-div{ position: relative!important; flex-direction: column!important; max-width: 100% !important; height: unset!important; } .max-size-div a{ padding: 0px 10px 0px 10px!important; } #bs-example-navbar-collapse-1{ background-color: rgb(0, 25, 29) !important; color: black!important; padding: 0px!important; justify-content: start!important; align-items: center!important; margin-top: 1px!important; border-bottom: 2px solid #ffbf00; border-top: 2px solid #ffbf00; } #bs-example-navbar-collapse-1 ul li a{ margin-left: 28px!important; } .max-size-div a img{ margin: 16px 20px 16px 0px!important; } .top-menu-place{ border-bottom: 2px solid #ffbf00!important; } body > nav > div > div > div.navbar-header > button{ border: 0px!important; } .navbar-inverse .navbar-toggle .icon-bar{ background-color: #ffbf00!important; } /*.owl-stage div div{*/ /* min-height: 300px!important;*/ /*}*/ .label{ font-size: 12px!important; margin-bottom: 10px!important; } #slider_23 > div.owl-stage-outer > div div div{ min-height: 300px!important; } /* CONTACT MEDIA */ .Contact{ padding: 20px!important; max-width: 100%!important; } label{ font-size: 12px!important; margin-bottom: 10px!important; } .wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{ width: 95%!important; } .flex span{ font-size: 11px!important; } .wpcf7-select{ font-size: 12px!important; } .top-menu-place{ /*height: fit-content!important;*/ } } @media screen and (min-width: 601px) and (max-width: 1020px){ #AboutUs > div.AboutUs > img{ max-width: 70% !important; margin: auto!important; } #slider_23 > div.owl-stage-outer > div div div { min-height: 500px !important; } .up-reviews{ left: 28px!important; } .reviews-text{ padding: 70px 30px 20px 30px!important; } .footer{ max-width: 97%!important; } .navbar-header{ position: absolute!important; right: 0px!important; margin-top: 7px!important; } .max-size-div{ position: relative!important; flex-direction: column!important; max-width: 90% !important; height: unset!important; } .max-size-div a{ padding: 0px 10px 0px 10px!important; } #bs-example-navbar-collapse-1{ background-color: rgb(0, 25, 29) !important; color: black!important; padding: 0px!important; justify-content: start!important; align-items: center!important; margin-top: 1px!important; border-bottom: 2px solid #ffbf00; border-top: 2px solid #ffbf00; } #bs-example-navbar-collapse-1 ul li a{ margin-left: 28px!important; } .max-size-div a img{ margin: 16px 20px 16px 0px!important; } .top-menu-place{ border-bottom: 2px solid #ffbf00!important; } body > nav > div > div > div.navbar-header > button{ border: 0px!important; } .navbar-inverse .navbar-toggle .icon-bar{ background-color: #ffbf00!important; } #AboutUs{ max-width: 90%!important; } .AboutUs-text{ font-size: 25px!important; } } @media screen and (min-width: 980px) and (max-width: 1500px){ .Tours-content{ max-width: 90% !important; } .title-item-tours{ font-size: 16px!important; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ font-size: 17px!important; padding-right: 10px!important; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 13px!important; } #FAQ{ width: 90% !important; } .Contact{ max-width: 90% !important; } .post-content-item-tours{ font-size: 12px!important; } .text-item-tours a{ bottom: 0% !important; } .image-item-tours img{ max-width: 310px!important; } #footer{ max-width: 90% !important; } .max-size-div{ max-width: 90% !important; } #AboutUs{ max-width: 90%!important; } #Reviews .white{ width: 90% !important; } .tour{ width: 90% !important; } } @media screen and (min-width: 1500px) and (max-width: 2500px){ #AboutUs{ max-width: 70% !important; } } @media screen and (min-width: 800px) and (max-width: 981px){ .image-item-tours img{ max-width: 590px!important; max-height: 426px!important; } } @media screen and (min-width: 1020px) and (max-width: 1700px) { .post-content-item-tours{ font-size: 13px!important; } } html { scroll-behavior: smooth; } .acc_row,.acc_row2,.acc_row3,.acc_row4,.acc_row5,.acc_row6,.acc_row7,.acc_row8{ overflow: hidden; color: #ffbf00; font-family: Montserrat; font-size: 25px; padding-bottom: 20px; border-top: 2px solid lightgray; padding-top: 15px; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 20px; text-decoration: underline; color: lightgray; display: flex; align-items: center; cursor: pointer; } .accordion_text_box,.accordion_text_box2,.accordion_text_box3,.accordion_text_box4,.accordion_text_box5,.accordion_text_box6,.accordion_text_box7,.accordion_text_box8{ font-family: Montserrat; padding-bottom: 20px; color: lightgray; } #FAQ { width: 70%; margin: auto; } .owl-nav{ position: absolute; left: 51%; bottom: 15%; transform: translateX(-50%); } .owl-carousel-theme .owl-stage-outer { width: 100% !important; } .owl-carousel-theme .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-stage{ display: flex; } #slider_23 > div.owl-nav { display: none!important; } #slider_23 > div.owl-dots { display: none!important; } .owl-stage-outer { position: relative; } .item_owl{ position: relative; } .owl-prev,.owl-next{ height: 25px!important; width: 29px!important; font-size: 40px!important; color: yellow!important; margin-right: 20px!important; font-weight: 800!important; } .owl-stage{ display: flex; } #Reviews div div div div.owl-nav.disabled > button.owl-prev.btn.btn-default{ border: 0px; background-color: transparent; } #Reviews div div div div.owl-nav.disabled > button.owl-next.btn.btn-default{ border: 0px; background-color: transparent; } .FAQ-content{ margin-top: 200px; background-color: #00191d; padding: 70px; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ padding-right: 20px; } .acc_row,.acc_row2,.acc_row3,.acc_row4,.acc_row5,.acc_row6,.acc_row7,.acc_row8{ display: flex; } @keyframes pulse { from { transform: scale(1.2); } 50% { transform: scale(1); } to { transform: scale(1.2); } } .tour-page{ margin-top: 165px; } .six-container-tour img{ max-width: 64px; max-height: 64px; } .include-text2{ padding: 0px 0px 10px 18px; font-size: 14px; color: gray; } .rvws{ background-color: #00191d; position: relative; height: fit-content; } #Reviews > div > div > div > div.owl-stage-outer{ height: 100%; } #Reviews > div > div > div{ height: 100%; } #slider_184 .owl-stage-outer{ max-height: 365px!important; } .reviews-title{ display: flex; justify-content: center; color: #ffbf00; font-family: Montserrat; font-size: 25px; margin-bottom: 100px; } .reviews-text { font-family: Montserrat; color: lightgray; font-size: 16px; padding: 100px 50px 50px 50px; } .up-reviews{ position: absolute; top: 20px; left: 50px; color: #ffbf00; font-size: 30px; font-weight: 300; } .owl-dots{ bottom: 95px!important; } .sa_hover_container{ padding:0px!important; } #Reviews .white{ width: 70%; margin: auto; height: 500px; } #slider_184{ max-height:250px; } .tour{ width: 70%; margin: auto; background: #00191d; padding: 50px; } .first-container-tour{ display: flex; justify-content: center; } .title-tour-page{ color: #ffbf00; font-family: Montserrat; font-size: 25px; } .second-container-tour{ display: flex; padding-top: 30px; } .left-img-tour{ width: 400px; } .left-img-tour img{ width: 100%; } .right-text-tour{ max-width: 600px; padding: 0px 20px 0px 20px; } .border-tour{ border: 2px solid lightgray; padding: 30px; } .text-tour{ font-family: Montserrat; color: lightgray; } .third-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; padding-top: 25px; } .forth-container-tour{ padding: 25px 0px 25px 0px; } .five-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; } .six-container-tour img{ margin-right: 15px; } .seven-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; } .eight-container-tour{ display: flex; justify-content: space-between; } .include-container-text{ display: flex; flex-direction: column; font-family: Montserrat; color: lightgray; padding: 25px 0px 25px 50px; } .hours-text{ border: 4px solid #ffbf00; border-radius: 100%; padding: 30px; color: #ffbf00; font-family: Montserrat; font-size: 25px; font-weight: 600; } .hours-container{ display: flex; justify-content: center; align-items: center; /* flex-direction: column; */ max-width: 99px } .include-text::before{ content: "\2713"; padding-right: 5px; } #Tours { scroll-margin-top: 145px; margin-bottom: 50px; } /*#menu-item-18 > a{*/ /* scroll-margin-top: 30px 0px 0px 0px ;*/ /*}*/ .col-sm-3.col-sm-offset-1.blog-sidebar{ display: none; } .col-sm-8.blog-main{ width: 100%; } .flex div label{ display: flex; align-items: center; } .flex2 div label{ display: flex; align-items: center; } .flex div label span{ width: 300px; color: #ffbf00; font-family: Montserrat; } .flex2 div label span{ width: 300px; color: #ffbf00; font-family: Montserrat; } .flex br{ display: none; } .flex2 br{ display: none; } .flex{ border-bottom: 1px solid white; padding: 15px 0px 15px 0px; } .button_contact2{ display: flex; justify-content: flex-end; padding-top: 20px; } .wpcf7-submit{ color: #00191d; background-color: #ffbf00; border: 0; border-radius: 0; font-family: Montserrat; width: 200px; height: 50px; font-weight: 600; font-size: 20px; } div.wpcf7-mail-sent-ok{ width: 70%; margin: auto; border: 0; color: #00191d; font-family: Montserrat; font-size: 25px; padding-top: 20px; } div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{ width: 70%; margin: auto; border: 0; color: #00191d; font-family: Montserrat; font-size: 25px; padding-top: 20px; } .button_contact{ display: flex; justify-content: flex-end; padding-top: 20px; } .flex2{ border-bottom: 1px solid white; padding: 15px 0px 15px 0px; } .wpcf7-select{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-text{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-number{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-date{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-textarea{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-textarea:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-date:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-number:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-select:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-text:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-textarea{ resize: vertical; max-height: 400px; min-height: 200px; } .Contact{ max-width: 70%; margin: auto; margin-top: 200px; padding: 50px; background: #00191d; margin-bottom: 50px; } .margin-bottom-contact-title{ margin-bottom: 50px; } .contact-title{ font-family: Montserrat; color: #ffbf00; font-size: 25px; } #menu-item-19 { animation-name: pulse; animation-duration: 3s; animation-iteration-count: infinite; } .AboutUs-up-dot-airplane img{ height: 100px; padding-left: 200px; } .AboutUs-down-dot-airplane img{ height: 100px; padding-left: 400px; } .footer-2 a img{ height: 25px; width: 25px; } .cn-button{ background-color: #ffbf00!important; color: #00191d!important; background-image: none!important; } .footer-1 a{ font-family: Montserrat; font-size: 25px; font-weight: 400; color: #ffbf00; padding-bottom: 11px; width: -moz-fit-content; width: fit-content; } .footer-1>a:first-child{ color: white; } .footer-1>a:first-child:hover{ text-decoration: none; color: white; } #footer,.footer-down{ background-color: #00191d; max-width: 70%; margin: auto; display: flex; justify-content: space-between; } .footer-down{ position: relative; align-items: center; padding-bottom: 40px; } .left-side-fd img{ height: 70px; width: 100px; margin-right: 50px; } .no-effects{ text-decoration: none; color: #00191d!important; } .right-side-fd:hover{ color: #00191d; background-color: white; transition: ease-in-out 200ms; } .left-side-fd span{ color: #ffbf00; font-family: Montserrat; font-size: 16px; } .footer-1 a:focus{ color: #ffbf00; } .footer-1 a:first-child:focus{ color: white; } .right-side-fd{ border: 1px; border-radius: 41px; background-color: #ffbf00; height: 40px; width: 40px; position: absolute; right: 0px; display: flex; justify-content: center; align-items: center; top: 14%; } .footer-1,.footer-2{ display: flex; flex-direction: column; padding: 50px 0px 50px 0px; } .blog-footer{ background-color: #00191d; } .alignnone { margin: 5px auto 20px 0; } .main-container{ width: 100%; margin: auto; margin-top: 110px; } .container{ /*background-color: #ffbf00;*/ background-color: lightgray; } .blog-post{ /*background-color: #ffbf00;*/ background-color: lightgray; } .Tours-content{ max-width: 70%; margin: auto; background-color: #00191d; padding: 50px; } .item-tours{ border: 2px solid white; padding: 20px; display: flex; margin-bottom: 40px; } .title-item-tours{ font-family: Montserrat; font-size: 25px; color: #ffbf00; margin-bottom: 20px; } .post-content-item-tours{ font-family: Montserrat; font-size: 15px; color: white; } .text-item-tours a{ position: absolute; bottom: 5%; right: 5%; background-color: #ffbf00; padding: 10px; color: #00191d; font-family: Montserrat; font-weight: 600; } .text-item-tours a:hover{ text-decoration: none; background-color: #f0f0f0; transition: ease-in-out 0.2s; } .text-item-tours{ display: flex; flex-direction: column; max-width: 1200px; padding: 0px 40px 0px 40px; position: relative; } .image-item-tours img{ max-width: 320px; height: 230px; } .owl-dots{ display: none!important; } .collapse.navbar-collapse ul li a{ display: inline; position: relative; overflow: hidden; } .collapse.navbar-collapse ul li a:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 6px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-1>a:first-child:after{ background-color: white; } .collapse.navbar-collapse ul li a:hover:after, .collapse.navbar-collapse ul li a:focus:after, .collapse.navbar-collapse ul li a:active:after { left: 0; right: auto; width: 100%; } .collapse.navbar-collapse ul li a:focus{ text-decoration: none; font-size: 24px!important; } .footer-1 a{ display: inline; position: relative; overflow: hidden; } .footer-1 a:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 6px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-1 a:hover{ color: #ffbf00; text-decoration: none; } .footer-1 a:hover:after, .footer-1 a:focus:after, .footer-1 a:active:after { left: 0; right: auto; width: 100%; } .footer-1 a:focus{ text-decoration: none; font-size: 24px!important; } .footer-2 span{ font-family: Montserrat; font-size: 25px; color: #ffbf00; font-weight: 400; } .footer-2 a span{ display: inline; position: relative; overflow: hidden; } .footer-2 a span:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 0px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-2 a span:hover{ color: #ffbf00; } .footer-2 a span:hover:after, .footer-2 a span:focus:after, .footer-2 a span:active:after { left: 0; right: auto; width: 100%; } .footer-2 a span:focus{ text-decoration: none; font-size: 24px!important; } .footer-2-title{ padding-bottom: 40px; } .footer-2 a{ margin-bottom: 8px; display: flex; align-content: center; } .footer-2 a img{ margin-right: 6px; } .footer-2 a span{ color: white; font-size: 20px; } .footer-2 a:hover{ text-decoration: none; color: #ffbf00; } .AboutUs-text{ padding-top: 30px; } #AboutUs{ max-width: 70%; margin: auto; padding-top: 150px; padding-bottom: 150px; } .AboutUs{ display: flex; max-width: 100%; justify-content: space-between; } .AboutUs-text{ max-width: 70%; font-family: Montserrat; font-size: 30px; font-weight: 400; color: #00191d; } .max-size-div{ display: flex; max-width: 70%; margin: auto; justify-content: space-between; } .top-menu-place{ /*background-color:#1c1a1a ;*/ background-color: #00191d; position: fixed; width: 100%; } #bs-example-navbar-collapse-1 ul li a{ color: #ffbf00; font-family: Montserrat; font-size: 20px; font-weight: 400; margin-left: 40px; } #bs-example-navbar-collapse-1 ul li a:hover{ /*font-size: 23px;*/ transition: ease-in-out 0.3s; text-decoration: none; } #bs-example-navbar-collapse-1{ justify-content: center; align-items: center; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text, .gallery-caption { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-item img { border-width: 1px; margin-bottom: 0; } .wp-post-image { margin-bottom: 20px; } .sticky { } .bypostauthor { } .entry { margin-bottom: 20px; } .widget { text-align: initial; } .widget ul { list-style: none; padding: 0; } #searchsubmit { margin: 4px 0; } .comment-list { padding: 0; } .comment-list, .children:nth-child(n+1) { list-style: none; } @media (max-width: 767px) { .comment-list, .children:nth-child(n+1) { padding: 0; } } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .blog-post-title{ display: none; } .price{ display: flex; flex-direction: column; } .gold{ font-size: 25px; font-family: montserrat; color: #ffbf00; margin-bottom: 0px!important; } .normal{ color: white; display: flex; align-items: center; padding-left: 20px; margin-bottom: 0px!important; font-size: 25px; } .price2{ display: flex; }
style.css
@media screen and (min-width: 320px) and (max-width: 982px){ .AboutUs-down-dot-airplane{ display: none!important; } #menu-item-19{ animation: none!important; } .normal{ font-size: 17px!important; } .gold{ font-size: 17px!important; } .price2{ margin-top: 30px!important; } .price-info{ margin-top: 20px!important; } #FAQ{ width: 100% !important } .FAQ-content{ padding: 10px!important; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ font-size: 15px!important; padding-right: 10px!important; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 10px!important; } .AboutUs-text{ max-width: 100% !important; padding-bottom: 40px!important; font-size: 17px!important; } .tour{ width: 100%!important; padding: 0px!important; margin: auto!important; } .border-tour{ border: 0px!important; padding: 30px!important; } .second-container-tour{ display: block!important; } .include-container-text{ padding: 0px!important; padding-top: 30px!important; } .right-text-tour{ padding-top: 30px!important; padding: 0px!important; } .title-tour-page{ font-size: 21px!important; } .AboutUs{ flex-direction: column-reverse!important; } .left-img-tour{ width: auto!important; } .AboutUs-up-dot-airplane img{ height: 50px!important; padding-bottom: 20px!important; padding-left: 0px!important; } #AboutUs{ max-width: 100%!important; padding: 20px; padding-top: 30px!important; } .image-item-tours img{ max-width: -webkit-fill-available!important; height: auto!important; } .item-tours{ position: relative!important; display: block!important; margin-bottom: 60px!important; padding: 20px!important; } .post-content-item-tours{ font-size: 15px!important; } .title-item-tours{ font-size: 20px!important; position: unset!important; flex-direction: column!important; margin-top: 20px!important; } .text-item-tours a{ bottom: -20px!important; right: 10% !important; } .Tours-content{ max-width: 100% !important; padding: 10px!important; } .text-item-tours{ flex-direction: column!important; padding: 0px!important; margin-bottom: 50px!important; position: unset!important; } #Reviews .white{ width: 100% !important; margin-bottom: 25%!important; } .reviews-title{ font-size: 20px!important; } .reviews-text{ font-size: 13px!important; padding: 70px 10px 20px 10px!important; } .up-reviews{ font-size: 25px!important; } .top-menu-place{ height: 110px!important; } .main-container{ margin-top: 110px!important; } #footer{ flex-direction: column!important; padding: 20px!important; max-width: 100%!important; } .footer-2 a span{ align-items: center!important; font-size: 16px!important; } .footer-1 a { font-size: 16px!important; } .footer-1{ padding: 0px 0px 30px 0px!important; } .left-side-fd span{ margin-top: 20px!important; font-size: 10px!important; } .left-side-fd{ display: flex!important; flex-direction: column!important; } .footer-2 a{ align-items: center!important; } .navbar-header{ position: absolute!important; right: 0px!important; margin-top: 7px!important; } .max-size-div{ position: relative!important; flex-direction: column!important; max-width: 100% !important; height: unset!important; } .max-size-div a{ padding: 0px 10px 0px 10px!important; } #bs-example-navbar-collapse-1{ background-color: rgb(0, 25, 29) !important; color: black!important; padding: 0px!important; justify-content: start!important; align-items: center!important; margin-top: 1px!important; border-bottom: 2px solid #ffbf00; border-top: 2px solid #ffbf00; } #bs-example-navbar-collapse-1 ul li a{ margin-left: 28px!important; } .max-size-div a img{ margin: 16px 20px 16px 0px!important; } .top-menu-place{ border-bottom: 2px solid #ffbf00!important; } body > nav > div > div > div.navbar-header > button{ border: 0px!important; } .navbar-inverse .navbar-toggle .icon-bar{ background-color: #ffbf00!important; } /*.owl-stage div div{*/ /* min-height: 300px!important;*/ /*}*/ .label{ font-size: 12px!important; margin-bottom: 10px!important; } #slider_23 > div.owl-stage-outer > div div div{ min-height: 300px!important; } /* CONTACT MEDIA */ .Contact{ padding: 20px!important; max-width: 100%!important; } label{ font-size: 12px!important; margin-bottom: 10px!important; } .wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{ width: 95%!important; } .flex span{ font-size: 11px!important; } .wpcf7-select{ font-size: 12px!important; } .top-menu-place{ /*height: fit-content!important;*/ } } @media screen and (min-width: 601px) and (max-width: 1020px){ #AboutUs > div.AboutUs > img{ max-width: 70% !important; margin: auto!important; } #slider_23 > div.owl-stage-outer > div div div { min-height: 500px !important; } .up-reviews{ left: 28px!important; } .reviews-text{ padding: 70px 30px 20px 30px!important; } .footer{ max-width: 97%!important; } .navbar-header{ position: absolute!important; right: 0px!important; margin-top: 7px!important; } .max-size-div{ position: relative!important; flex-direction: column!important; max-width: 90% !important; height: unset!important; } .max-size-div a{ padding: 0px 10px 0px 10px!important; } #bs-example-navbar-collapse-1{ background-color: rgb(0, 25, 29) !important; color: black!important; padding: 0px!important; justify-content: start!important; align-items: center!important; margin-top: 1px!important; border-bottom: 2px solid #ffbf00; border-top: 2px solid #ffbf00; } #bs-example-navbar-collapse-1 ul li a{ margin-left: 28px!important; } .max-size-div a img{ margin: 16px 20px 16px 0px!important; } .top-menu-place{ border-bottom: 2px solid #ffbf00!important; } body > nav > div > div > div.navbar-header > button{ border: 0px!important; } .navbar-inverse .navbar-toggle .icon-bar{ background-color: #ffbf00!important; } #AboutUs{ max-width: 90%!important; } .AboutUs-text{ font-size: 25px!important; } } @media screen and (min-width: 980px) and (max-width: 1500px){ .Tours-content{ max-width: 90% !important; } .title-item-tours{ font-size: 16px!important; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ font-size: 17px!important; padding-right: 10px!important; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 13px!important; } #FAQ{ width: 90% !important; } .Contact{ max-width: 90% !important; } .post-content-item-tours{ font-size: 12px!important; } .text-item-tours a{ bottom: 0% !important; } .image-item-tours img{ max-width: 310px!important; } #footer{ max-width: 90% !important; } .max-size-div{ max-width: 90% !important; } #AboutUs{ max-width: 90%!important; } #Reviews .white{ width: 90% !important; } .tour{ width: 90% !important; } } @media screen and (min-width: 1500px) and (max-width: 2500px){ #AboutUs{ max-width: 70% !important; } } @media screen and (min-width: 800px) and (max-width: 981px){ .image-item-tours img{ max-width: 590px!important; max-height: 426px!important; } } @media screen and (min-width: 1020px) and (max-width: 1700px) { .post-content-item-tours{ font-size: 13px!important; } } html { scroll-behavior: smooth; } .acc_row,.acc_row2,.acc_row3,.acc_row4,.acc_row5,.acc_row6,.acc_row7,.acc_row8{ overflow: hidden; color: #ffbf00; font-family: Montserrat; font-size: 25px; padding-bottom: 20px; border-top: 2px solid lightgray; padding-top: 15px; } .text_info,.text_info2,.text_info3,.text_info4,.text_info5,.text_info6,.text_info7,.text_info8{ font-size: 20px; text-decoration: underline; color: lightgray; display: flex; align-items: center; cursor: pointer; } .accordion_text_box,.accordion_text_box2,.accordion_text_box3,.accordion_text_box4,.accordion_text_box5,.accordion_text_box6,.accordion_text_box7,.accordion_text_box8{ font-family: Montserrat; padding-bottom: 20px; color: lightgray; } #FAQ { width: 70%; margin: auto; } .owl-nav{ position: absolute; left: 51%; bottom: 15%; transform: translateX(-50%); } .owl-carousel-theme .owl-stage-outer { width: 100% !important; } .owl-carousel-theme .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-stage{ display: flex; } #slider_23 > div.owl-nav { display: none!important; } #slider_23 > div.owl-dots { display: none!important; } .owl-stage-outer { position: relative; } .item_owl{ position: relative; } .owl-prev,.owl-next{ height: 25px!important; width: 29px!important; font-size: 40px!important; color: yellow!important; margin-right: 20px!important; font-weight: 800!important; } .owl-stage{ display: flex; } #Reviews div div div div.owl-nav.disabled > button.owl-prev.btn.btn-default{ border: 0px; background-color: transparent; } #Reviews div div div div.owl-nav.disabled > button.owl-next.btn.btn-default{ border: 0px; background-color: transparent; } .FAQ-content{ margin-top: 200px; background-color: #00191d; padding: 70px; } .button_text,.button_text2,.button_text3,.button_text4,.button_text5,.button_text6,.button_text7,.button_text8{ padding-right: 20px; } .acc_row,.acc_row2,.acc_row3,.acc_row4,.acc_row5,.acc_row6,.acc_row7,.acc_row8{ display: flex; } @keyframes pulse { from { transform: scale(1.2); } 50% { transform: scale(1); } to { transform: scale(1.2); } } .tour-page{ margin-top: 165px; } .six-container-tour img{ max-width: 64px; max-height: 64px; } .include-text2{ padding: 0px 0px 10px 18px; font-size: 14px; color: gray; } .rvws{ background-color: #00191d; position: relative; height: fit-content; } #Reviews > div > div > div > div.owl-stage-outer{ height: 100%; } #Reviews > div > div > div{ height: 100%; } #slider_184 .owl-stage-outer{ max-height: 365px!important; } .reviews-title{ display: flex; justify-content: center; color: #ffbf00; font-family: Montserrat; font-size: 25px; margin-bottom: 100px; } .reviews-text { font-family: Montserrat; color: lightgray; font-size: 16px; padding: 100px 50px 50px 50px; } .up-reviews{ position: absolute; top: 20px; left: 50px; color: #ffbf00; font-size: 30px; font-weight: 300; } .owl-dots{ bottom: 95px!important; } .sa_hover_container{ padding:0px!important; } #Reviews .white{ width: 70%; margin: auto; height: 500px; } #slider_184{ max-height:250px; } .tour{ width: 70%; margin: auto; background: #00191d; padding: 50px; } .first-container-tour{ display: flex; justify-content: center; } .title-tour-page{ color: #ffbf00; font-family: Montserrat; font-size: 25px; } .second-container-tour{ display: flex; padding-top: 30px; } .left-img-tour{ width: 400px; } .left-img-tour img{ width: 100%; } .right-text-tour{ max-width: 600px; padding: 0px 20px 0px 20px; } .border-tour{ border: 2px solid lightgray; padding: 30px; } .text-tour{ font-family: Montserrat; color: lightgray; } .third-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; padding-top: 25px; } .forth-container-tour{ padding: 25px 0px 25px 0px; } .five-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; } .six-container-tour img{ margin-right: 15px; } .seven-container-tour{ border-bottom: 2px solid lightgray; color: #ffbf00; font-family: Montserrat; padding-bottom: 10px; font-size: 25px; } .eight-container-tour{ display: flex; justify-content: space-between; } .include-container-text{ display: flex; flex-direction: column; font-family: Montserrat; color: lightgray; padding: 25px 0px 25px 50px; } .hours-text{ border: 4px solid #ffbf00; border-radius: 100%; padding: 30px; color: #ffbf00; font-family: Montserrat; font-size: 25px; font-weight: 600; } .hours-container{ display: flex; justify-content: center; align-items: center; /* flex-direction: column; */ max-width: 99px } .include-text::before{ content: "\2713"; padding-right: 5px; } #Tours { scroll-margin-top: 145px; margin-bottom: 50px; } /*#menu-item-18 > a{*/ /* scroll-margin-top: 30px 0px 0px 0px ;*/ /*}*/ .col-sm-3.col-sm-offset-1.blog-sidebar{ display: none; } .col-sm-8.blog-main{ width: 100%; } .flex div label{ display: flex; align-items: center; } .flex2 div label{ display: flex; align-items: center; } .flex div label span{ width: 300px; color: #ffbf00; font-family: Montserrat; } .flex2 div label span{ width: 300px; color: #ffbf00; font-family: Montserrat; } .flex br{ display: none; } .flex2 br{ display: none; } .flex{ border-bottom: 1px solid white; padding: 15px 0px 15px 0px; } .button_contact2{ display: flex; justify-content: flex-end; padding-top: 20px; } .wpcf7-submit{ color: #00191d; background-color: #ffbf00; border: 0; border-radius: 0; font-family: Montserrat; width: 200px; height: 50px; font-weight: 600; font-size: 20px; } div.wpcf7-mail-sent-ok{ width: 70%; margin: auto; border: 0; color: #00191d; font-family: Montserrat; font-size: 25px; padding-top: 20px; } div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{ width: 70%; margin: auto; border: 0; color: #00191d; font-family: Montserrat; font-size: 25px; padding-top: 20px; } .button_contact{ display: flex; justify-content: flex-end; padding-top: 20px; } .flex2{ border-bottom: 1px solid white; padding: 15px 0px 15px 0px; } .wpcf7-select{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-text{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-number{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-date{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-textarea{ background: #00191d; color: #ffbf00; border: 1px solid; border-radius: 0px; } .wpcf7-textarea:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-date:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-number:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-select:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-text:focus{ box-shadow: none; border: 1px solid #ffbf00; } .wpcf7-textarea{ resize: vertical; max-height: 400px; min-height: 200px; } .Contact{ max-width: 70%; margin: auto; margin-top: 200px; padding: 50px; background: #00191d; margin-bottom: 50px; } .margin-bottom-contact-title{ margin-bottom: 50px; } .contact-title{ font-family: Montserrat; color: #ffbf00; font-size: 25px; } #menu-item-19 { animation-name: pulse; animation-duration: 3s; animation-iteration-count: infinite; } .AboutUs-up-dot-airplane img{ height: 100px; padding-left: 200px; } .AboutUs-down-dot-airplane img{ height: 100px; padding-left: 400px; } .footer-2 a img{ height: 25px; width: 25px; } .cn-button{ background-color: #ffbf00!important; color: #00191d!important; background-image: none!important; } .footer-1 a{ font-family: Montserrat; font-size: 25px; font-weight: 400; color: #ffbf00; padding-bottom: 11px; width: -moz-fit-content; width: fit-content; } .footer-1>a:first-child{ color: white; } .footer-1>a:first-child:hover{ text-decoration: none; color: white; } #footer,.footer-down{ background-color: #00191d; max-width: 70%; margin: auto; display: flex; justify-content: space-between; } .footer-down{ position: relative; align-items: center; padding-bottom: 40px; } .left-side-fd img{ height: 70px; width: 100px; margin-right: 50px; } .no-effects{ text-decoration: none; color: #00191d!important; } .right-side-fd:hover{ color: #00191d; background-color: white; transition: ease-in-out 200ms; } .left-side-fd span{ color: #ffbf00; font-family: Montserrat; font-size: 16px; } .footer-1 a:focus{ color: #ffbf00; } .footer-1 a:first-child:focus{ color: white; } .right-side-fd{ border: 1px; border-radius: 41px; background-color: #ffbf00; height: 40px; width: 40px; position: absolute; right: 0px; display: flex; justify-content: center; align-items: center; top: 14%; } .footer-1,.footer-2{ display: flex; flex-direction: column; padding: 50px 0px 50px 0px; } .blog-footer{ background-color: #00191d; } .alignnone { margin: 5px auto 20px 0; } .main-container{ width: 100%; margin: auto; margin-top: 110px; } .container{ /*background-color: #ffbf00;*/ background-color: lightgray; } .blog-post{ /*background-color: #ffbf00;*/ background-color: lightgray; } .Tours-content{ max-width: 70%; margin: auto; background-color: #00191d; padding: 50px; } .item-tours{ border: 2px solid white; padding: 20px; display: flex; margin-bottom: 40px; } .title-item-tours{ font-family: Montserrat; font-size: 25px; color: #ffbf00; margin-bottom: 20px; } .post-content-item-tours{ font-family: Montserrat; font-size: 15px; color: white; } .text-item-tours a{ position: absolute; bottom: 5%; right: 5%; background-color: #ffbf00; padding: 10px; color: #00191d; font-family: Montserrat; font-weight: 600; } .text-item-tours a:hover{ text-decoration: none; background-color: #f0f0f0; transition: ease-in-out 0.2s; } .text-item-tours{ display: flex; flex-direction: column; max-width: 1200px; padding: 0px 40px 0px 40px; position: relative; } .image-item-tours img{ max-width: 320px; height: 230px; } .owl-dots{ display: none!important; } .collapse.navbar-collapse ul li a{ display: inline; position: relative; overflow: hidden; } .collapse.navbar-collapse ul li a:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 6px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-1>a:first-child:after{ background-color: white; } .collapse.navbar-collapse ul li a:hover:after, .collapse.navbar-collapse ul li a:focus:after, .collapse.navbar-collapse ul li a:active:after { left: 0; right: auto; width: 100%; } .collapse.navbar-collapse ul li a:focus{ text-decoration: none; font-size: 24px!important; } .footer-1 a{ display: inline; position: relative; overflow: hidden; } .footer-1 a:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 6px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-1 a:hover{ color: #ffbf00; text-decoration: none; } .footer-1 a:hover:after, .footer-1 a:focus:after, .footer-1 a:active:after { left: 0; right: auto; width: 100%; } .footer-1 a:focus{ text-decoration: none; font-size: 24px!important; } .footer-2 span{ font-family: Montserrat; font-size: 25px; color: #ffbf00; font-weight: 400; } .footer-2 a span{ display: inline; position: relative; overflow: hidden; } .footer-2 a span:after { content: ""; position: absolute; z-index: 99; right: 0; width: 0; bottom: 0px; background: #ffbf00; height: 2px; transition-property: width; transition-duration: 0.3s; transition-timing-function: ease-out; } .footer-2 a span:hover{ color: #ffbf00; } .footer-2 a span:hover:after, .footer-2 a span:focus:after, .footer-2 a span:active:after { left: 0; right: auto; width: 100%; } .footer-2 a span:focus{ text-decoration: none; font-size: 24px!important; } .footer-2-title{ padding-bottom: 40px; } .footer-2 a{ margin-bottom: 8px; display: flex; align-content: center; } .footer-2 a img{ margin-right: 6px; } .footer-2 a span{ color: white; font-size: 20px; } .footer-2 a:hover{ text-decoration: none; color: #ffbf00; } .AboutUs-text{ padding-top: 30px; } #AboutUs{ max-width: 70%; margin: auto; padding-top: 150px; padding-bottom: 150px; } .AboutUs{ display: flex; max-width: 100%; justify-content: space-between; } .AboutUs-text{ max-width: 70%; font-family: Montserrat; font-size: 30px; font-weight: 400; color: #00191d; } .max-size-div{ display: flex; max-width: 70%; margin: auto; justify-content: space-between; } .top-menu-place{ /*background-color:#1c1a1a ;*/ background-color: #00191d; position: fixed; width: 100%; } #bs-example-navbar-collapse-1 ul li a{ color: #ffbf00; font-family: Montserrat; font-size: 20px; font-weight: 400; margin-left: 40px; } #bs-example-navbar-collapse-1 ul li a:hover{ /*font-size: 23px;*/ transition: ease-in-out 0.3s; text-decoration: none; } #bs-example-navbar-collapse-1{ justify-content: center; align-items: center; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } a img.alignright { float: right; margin: 5px 0 20px 20px; } a img.alignnone { margin: 5px 20px 20px 0; } a img.alignleft { float: left; margin: 5px 20px 20px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text, .gallery-caption { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } .gallery-item img { border-width: 1px; margin-bottom: 0; } .wp-post-image { margin-bottom: 20px; } .sticky { } .bypostauthor { } .entry { margin-bottom: 20px; } .widget { text-align: initial; } .widget ul { list-style: none; padding: 0; } #searchsubmit { margin: 4px 0; } .comment-list { padding: 0; } .comment-list, .children:nth-child(n+1) { list-style: none; } @media (max-width: 767px) { .comment-list, .children:nth-child(n+1) { padding: 0; } } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .blog-post-title{ display: none; } .price{ display: flex; flex-direction: column; } .gold{ font-size: 25px; font-family: montserrat; color: #ffbf00; margin-bottom: 0px!important; } .normal{ color: white; display: flex; align-items: center; padding-left: 20px; margin-bottom: 0px!important; font-size: 25px; } .price2{ display: flex; }
0.153867
0.046012
html { font-family: 'Gilroy'; color: #000000; font-weight: 400; background-color: #ffffff; } p { width: 100%; font-size: 16px; line-height: 25px; margin-bottom: 15px; color: #000; } .container { max-width: 1280px; padding: 0 15px; width: 100%; } header { width: 100%; background-color: #ffffff; display: flex; justify-content: center; padding-top: 5px; padding-bottom: 5px; position: fixed; top: 0; left: 0; right: 0; z-index: 10; transition: .3s; } .lang_cont { display: flex; justify-content: flex-end; align-items: center; position: relative; max-width: 102px; background: none; margin-left: 25px; padding: 0; } .lang_cont .lang_item { border-radius: 50%; width: 30px; height: 30px; background-color: #faf5e4; text-align: center; transition: .3s; display: flex; justify-content: center; align-items: center; color: #000000; font-size: 14px; font-weight: 600; line-height: 16px; } .lang_item:hover{ background: #f8b400; color: #fff; } .lang_cont .hidden_language { position: absolute; top: 0; transform: translateX(0px); opacity: 0; visibility: hidden; } .lang_cont .visible { transform: translateY(33px); opacity: 1; visibility: visible; } .lang_cont .selected { opacity: 1; visibility: visible; transform: none; } .lang_cont .transform{ transform: translateY(66px); } .slider .slide{ position: relative; } .slide-wrap{ position: absolute; /*right: 0;*/ /*top: 0;*/ bottom: 40px; left: 50px; width: 100%; color: #fff; max-width: 530px; background: #3c5373cf; padding: 20px; } .slide-title{ font-size: 66px; font-weight: bold; margin-bottom: 4px; } .slide-sub-title{ font-size: 29px; font-weight: bold; max-width: 450px; } header .container { display: flex; justify-content: space-between; align-items: center; } header .right_side { width: 100%; display: flex; align-items: center; max-width: 700px; } header.header_hide { transform: translateY(-120%); } header.header_hide + .progress-bar { transform: translateY(-50px); } .logo img{ height: 40px; } .sliderHistory{ padding: 60px; margin: 0 auto; width: 100%; } .content-slider{ width: 100%; } .sliderHistory img{ width: 100%; height: auto; } .slider-wrap{ width: 100%; } .sliderHistory .slick-dots { display: flex; margin: 0 auto; position: absolute; bottom: -50px; left: 50%; transform: translate(0, -50%); display: none!important; } .sliderHistory .slick-dots li { width: 18px; height: 18px; border-radius: 50%; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #f8b400; } .sliderHistory .slick-dots li button { color: transparent; width: 18px; height: 18px; border-radius: 50%; } .sliderHistory li.slick-active button { width: 18px; height: 18px; background: rgba(242, 242, 242, 0.1); border-radius: 50%; color: transparent; } .sliderHistory .slick-dots li { width: 18px; height: 18px; border-radius: 50%; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #f8b400; } .our_advantages-animation img{ width: 65px; height: 65px; margin-bottom: 15px; object-fit: contain; } .sliderHistory .slick-dots li button { color: transparent; } .mainVideo{ margin-top: 10px; max-height: 702px; margin-left: 20px; margin-top: 30px; margin-left: 0; width: 100%; } .left-arr:after { content: ""; width: 24px; height: 48px; background-image: url(../img/Vector15.svg); position: absolute; background-size: contain; background-repeat: no-repeat; transform: rotate(180deg); } .right-arr:after { content: ""; width: 24px; height: 48px; background-image: url(../img/Vector15.svg); position: absolute; background-size: contain; background-repeat: no-repeat; } .right-arr { position: absolute; right: 13px; top: 45%; transform: translate(-50%, 0); z-index: 9; background: none; } .partners_section li img{ max-width: 300px; max-height: 280px; } .text-slider{ font-size: 16px; margin-top: 10px; } .slider-wrap{ position: relative; } .left-arr { position: absolute; top: 45%; transform: translate(-50%, 0); background: none; left: 0; z-index: 9; } nav { width: 100%; } nav .nav_list { width: 100%; display: flex; justify-content: space-between; align-items: center; } nav .nav_list > li { position: relative; } nav .nav_list > li > a { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; display: flex; } nav .nav_list > li > a .angle { color: #000000; transition: .3s; margin-right: 6px; display: flex; justify-content: center; align-items: center; } nav .nav_list > li > a .angle svg { width: 12px; } nav .nav_list > li > a.active { color: #f8b400; } nav .nav_list > li .inside_list { position: absolute; left: 0; z-index: 5; top: 20px; width: 135px; opacity: 0; visibility: hidden; transition: .3s; transform: translateY(30px); padding-top: 20px; } nav .nav_list > li .inside_list li { width: 100%; } nav .nav_list > li .inside_list li a { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 35px; padding-left: 15px; background-color: #ffffff; display: inline-block; } nav .nav_list > li .inside_list li a:hover { background-color: #fce098; } main { width: 100%; padding-top: 50px; } .main_section { width: 100%; position: relative; } .main_section .slider { width: 100%; } .main_section .slider .slide img { width: 100%; object-fit: cover; } .main_section .arrow_left { left: 21px; } .main_section .arrow { width: 50px; height: 50px; background-color: #faf5e4; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; } .main_section .arrow:hover { background-color: #f3e8c4; } .main_section .arrow_right { right: 21px; } .neptune_section { width: 100%; display: flex; justify-content: center; } .neptune_section .container { display: flex; justify-content: space-between; align-items: center; } .neptune_section .left_side { width: 50%; padding: 47px 0; } .neptune_section .left_side h1 { margin-bottom: 8px; } .neptune_section .left_side h6 { line-height: 30px; max-width: 345px; margin-bottom: 20px; } .neptune_section .left_side .orange_link { max-width: 180px; } .neptune_section .right_side { width: 50%; border-left: 1px solid #dbdbdb; display: flex; justify-content: space-between; align-items: flex-start; } .neptune_section .right_side a { color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; height: 143px; display: flex; align-items: center; padding-left: 30px; justify-content: space-between; width: 100%; border-bottom: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; padding-right: 30px; } .neptune_section .right_side a:hover { color: #f8b400; } .neptune_section .right_side a:hover img { visibility: visible; opacity: 1; } .neptune_section .right_side a:last-child { border-bottom: none; } .neptune_section .right_side a img { opacity: 0; visibility: hidden; transition: .3s; } .neptune_section .right_side .column { width: 50%; } .neptune_section .right_side .big_link { border-right: none; border-bottom: none; max-width: 50%; } h1 { width: 100%; font-family: "Gilroy Medium"; font-size: 48px; font-weight: 500; line-height: 48px; } .gallery_title{ font-size: 16px; margin-top: 5px; text-align: center; } h6 { width: 100%; font-family: Gilroy; font-size: 24px; font-weight: 400; line-height: 34px; } .orange_link { color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; height: 50px; background-color: #f8b400; display: flex; justify-content: center; align-items: center; width: 100%; cursor: pointer; transition: .3s; } .orange_link:hover { background-color: #ffce4b; } .building_area { width: 100%; display: flex; justify-content: center; padding: 90px 0; background-color: #faf5e4; } .building_area .container { display: flex; justify-content: space-between; align-items: flex-start; } .building_area .container .left_area { width: 100%; max-width: 502px; } .building_area .container .left_area h6 { margin-bottom: 30px; } .building_area .container .left_area p { margin-bottom: 20px; } .building_area .container .left_area p:last-of-type { margin-bottom: 0; } .building_area .container .right_area { width: 100%; max-width: 611px; } .building_area .container .right_area img { width: 100%; object-fit: cover; } .online_translation { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding: 70px 0; padding-bottom: 40px; } .online_translation h2 { margin-bottom: 35px; } .online_translation ul { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; } .online_translation ul li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; display: flex; margin-bottom: 30px; } .online_translation ul li a { width: 100%; display: flex; position: relative; } .online_translation ul li a:hover { -webkit-box-shadow: 0px 0px 24px 0px #9c9c9c; -moz-box-shadow: 0px 0px 24px 0px #9c9c9c; box-shadow: 0px 0px 24px 0px #9c9c9c; } .online_translation ul li a .live { position: absolute; top: 20px; left: 20px; z-index: 2; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; text-transform: uppercase; display: flex; justify-content: center; align-items: center; width: 55px; height: 25px; background-color: #ec0000; } .online_translation ul li a .poster { width: 100%; height: 260px; object-fit: cover; } .play_btn { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; background-color: #f8b400; border-radius: 50%; z-index: 5; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .play_btn img { margin-left: 5px; } h2 { width: 100%; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; } .news_section { width: 100%; display: flex; justify-content: center; padding: 40px 0; padding-bottom: 30px; } .news_section .top_cont { margin-bottom: 39px; display: flex; justify-content: space-between; align-items: center; } .news_section .top_cont h2 { width: auto; } .news_section .top_cont a { font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 16px; color: #000; } .news_section .top_cont a:hover { color: #f8b400; } .news_section .more_news { display: none; } .news_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; } .news_list li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; display: flex; margin-bottom: 30px; } .news_list li a { width: 100%; display: flex; position: relative; flex-direction: column; align-items: flex-start; } .news_list li a:hover .photo_cont .news_preview { transform: scale(1.05); } .news_list li a:hover .news_title { color: #f8b400; } .news_list li a .video_time { position: absolute; z-index: 3; top: 10px; left: 10px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } .news_list li a .photo_cont { width: 100%; height: 270px; position: relative; overflow: hidden; } .news_list li a .photo_cont .news_preview { width: 100%; height: 100%; object-fit: cover; transition: .3s; } .news_list li a .rubrika { width: 100%; margin-top: 20px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 10px; } .news_list li a .rubrika.rubrika_video { color: #f80000; } .news_list li a .rubrika.rubrika_about_us { color: #0057f8; } .news_list li a .rubrika.rubrika_our_articles { color: #f8b400; } .news_list li a .news_title { font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; margin-bottom: 5px; transition: .3s; } .news_list li a .date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 0; line-height: 14px; } .documentation_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 40px; padding-bottom: 55px; } .documentation_section h2 { margin-bottom: 8px; } .documentation_section .title_text { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 59px; display: inline-block; } .documentation_section .docs_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } .documentation_section .docs_list li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px; } .documentation_section .docs_list li a { width: 100%; display: flex; justify-content: flex-start; } .documentation_section .docs_list li a:hover i svg path { fill: #f8b400; } .documentation_section .docs_list li a:hover p { color: #f8b400; } .documentation_section .docs_list li a i { color: #000000; transition: .3s; } .documentation_section .docs_list li a i svg { width: 32px; } .documentation_section .docs_list li a i svg path { transition: .3s; } .documentation_section .docs_list li a p { width: calc(100% - 32px); padding-left: 15px; margin-bottom: 0; transition: .3s; } .connect_us_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-bottom: 80px; } .connect_us_section .inside { display: flex; width: 100%; justify-content: space-between; align-items: stretch; } .connect_us_section .inside .left_side { width: 50%; } .connect_us_section .inside .left_side img { width: 100%; height: 100%; object-fit: cover; } .connect_us_section .inside .right_side { background-color: #f85000; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 50%; } .connect_us_section .inside .right_side p { text-align: center; max-width: 498px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; margin-bottom: 15px; } .connect_us_section .inside .right_side a { color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; width: 100%; max-width: 200px; display: flex; height: 50px; border: 1px solid #ffffff; justify-content: center; align-items: center; } .connect_us_section .inside .right_side a:hover { color: #f8b400; background-color: #ffffff; } .contacts_section { width: 100%; display: flex; justify-content: center; background-color: #ffffff; position: relative; } .contacts_section .left_side { width: 50%; padding-right: 60px; padding-top: 40px; padding-bottom: 50px; } .contacts_section .left_side h2 { margin-bottom: 40px; } .contacts_section .left_side .contacts_list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .contacts_section .left_side .contacts_list > li { width: 100%; max-width: 250px; margin-bottom: 30px; display: flex; flex-direction: column; align-items: flex-start; } .contacts_section .left_side .contacts_list > li .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 9px; display: inline-block; } .contacts_section .left_side .contacts_list > li a.title:hover { color: #f8b400; } .contacts_section .left_side .contacts_list > li .scroll_link { display: none; } .contacts_section .left_side .contacts_list > li p { margin-bottom: 0; } .contacts_section .left_side .contacts_list > li .string_link { color: #000000; font-family: Gilroy; font-size: 16px; font-weight: 400; line-height: 25px; } .contacts_section .left_side .contacts_list > li .string_link:hover { text-decoration: underline; } .contacts_section .left_side .contacts_list > li .soc_list { width: 100%; max-width: 110px; display: flex; justify-content: space-between; align-items: center; } .contacts_section .left_side .contacts_list > li .soc_list li a { display: flex; justify-content: center; align-items: center; } .contacts_section .left_side .contacts_list > li .soc_list li a svg path { transition: .3s; } .contacts_section .left_side .contacts_list > li .soc_list li a:hover svg path, .contacts_section .left_side .contacts_list > li .soc_list li a:focus svg path, .contacts_section .left_side .contacts_list > li .soc_list li a:active svg path { fill: #f8b400; } .contacts_section .left_side .contacts_list > li:nth-child(odd) { max-width: 290px; margin-right: 20px; } .contacts_section .left_side .form_area { width: 100%; margin-top: 10px; } .contacts_section .left_side .form_area.active form .bottom_form button { background-color: #03d527; } .contacts_section .left_side .form_area.active form .bottom_form button img { display: block; } .contacts_section .left_side .form_area .form_title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 20px; display: inline-block; } form { width: 100%; } form .form_container { width: 100%; } form .inputs_container { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; } form .inputs_container .input_cont { width: calc(50% - 5px); } form .text_input { width: 100%; height: 50px; background-color: #f8f8f8; padding: 0 15px; color: #000000; font-size: 16px; font-weight: 400; border: 1px solid transparent; } form .text_input.error { border-color: #ec0000; color: #ec0000; } form .text_input.error::placeholder { color: #ec0000; } form .text_input:focus { border: 1px solid #f8b400; } form .text_input::placeholder { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } form .input_cont { width: 100%; position: relative; } form .input_cont label.error { color: #ec0000; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; line-height: 14px; z-index: 2; margin-top: 10px; } form textarea { width: 100%; height: 170px; resize: none; background-color: #f8f8f8; padding: 17px 15px; color: #000000; font-size: 16px; font-weight: 400; border: 1px solid transparent; } form textarea:focus { border: 1px solid #f8b400; } form textarea::placeholder { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } form textarea.error { border-color: #ec0000; color: #ec0000; } form textarea.error::placeholder { color: #ec0000; } form .bottom_form { width: 100%; margin-top: 20px; display: flex; justify-content: space-between; align-items: center; } form .bottom_form .download_cont { width: calc(100% - 277px); padding-right: 5px; } form .bottom_form .download_cont.hide { display: none; } form .bottom_form label { width: 100%; max-width: 165px; position: relative; display: flex; justify-content: space-between; align-items: center; } form .bottom_form label input { position: absolute; top: 0; right: 0; bottom: 0; width: calc(100% - 22px); height: 100%; z-index: 2; cursor: pointer; opacity: 0; font-size: 0; } form .bottom_form label p { width: calc(100% - 22px); padding-left: 5px; margin-bottom: 0; cursor: pointer; } form .bottom_form .name_file { overflow: hidden; justify-content: flex-start; align-items: center; position: relative; padding-right: 7px; display: none; width: 100%; max-width: 210px; padding-left: 19px; } form .bottom_form .name_file.active { display: block; } form .bottom_form .name_file .remove_file { position: absolute; z-index: 3; left: 0; top: 4px; } form .bottom_form .name_file p { color: #000000; font-size: 15px; width: 100%; overflow: hidden; flex-wrap: nowrap; display: flex; white-space: nowrap; line-height: 20px; } form .bottom_form .name_file .overlay { width: 39px; height: 21px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 0; right: 0; z-index: 2; } form .bottom_form button { max-width: 277px; } form .bottom_form button img { display: none; margin-right: 8px; } #map { width: 50%; height: 100%; position: absolute !important; top: 0; right: 0; bottom: 0; } .building_steps { width: 100%; display: flex; justify-content: center; padding: 90px 0; padding-bottom: 97px; } .building_steps h2 { margin-bottom: 38px; } .building_steps .slider_outter { width: 100%; position: relative; } .building_steps .slider_outter .slider_controls { position: absolute; left: 50px; bottom: 50px; z-index: 2; width: 100%; max-width: 121px; display: flex; justify-content: space-between; align-items: center; } .building_steps .slider_outter .slider_controls .arrow { width: 50px; height: 50px; background-color: #faf5e4; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .building_steps .slider_outter .slider_controls .arrow:hover { background-color: #f3e8c4; } .building_steps .slider_outter .slider { width: 100%; } .building_steps .slider_outter .slider .inside { width: 100%; display: flex; justify-content: space-between; align-items: stretch; } .building_steps .slider_outter .slider .inside .left_area { width: 100%; max-width: 425px; background-color: #f8b400; padding: 50px; padding-bottom: 120px; min-height: 430px; } .building_steps .slider_outter .slider .inside .left_area .date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 4px; } .building_steps .slider_outter .slider .inside .left_area .name { font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 45px; margin-bottom: 0; } .building_steps .slider_outter .slider .inside .right_area { width: calc(100% - 425px); } .left_area-btn{ max-width: 180px; margin-top: 20px; } .header-group{ display: flex; align-items: center; } .header-live{ margin-left: 30px; font-weight: bold; color: red; letter-spacing: 2px; text-transform: uppercase; animation: radial-pulse 1s infinite; } @keyframes radial-pulse { 0% { box-shadow: 0 0 0 0px red; } 100% { box-shadow: 0 0 0 10px rgba(0, 128, 0, 0); } } .tl-slide .tl-slide-content-container .tl-slide-content { display: flex; justify-content: space-between; align-items: stretch; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-media { order: 2; min-width: inherit; width: calc(100% - 425px); max-width: 100% !important; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-media .tl-media-image { height: 100%; object-fit: cover; max-height: none !important; } .tl-slide .tl-slide-scrollable-container { display: flex; } .tl-slide .tl-slide-content-container .tl-slide-content { padding: 0 !important; width: 100% !important; display: flex; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-text { width: 100%; max-width: 425px; background-color: #f8b400; padding: 50px; padding-bottom: 120px; min-height: 430px; } .tl-text .tl-headline-date, .tl-text h3.tl-headline-date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 4px; line-height: 25px; color: #000; } .tl-timeline p { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 45px; } .tl-slidenav-previous .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-description { display: none; } .tl-slide { overflow-y: hidden; } .tl-slidenav-next .tl-slidenav-icon:before { content: ""; background: url("../img/arrow_right_back.svg") center center no-repeat; background-size: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; width: 50px; height: 50px; } .tl-slidenav-previous .tl-slidenav-icon:before { content: ""; background: url("../img/arrow_left_back.svg") center center no-repeat; background-size: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; width: 50px; height: 50px; } .tl-slidenav-previous .tl-slidenav-content-container, .tl-slidenav-next .tl-slidenav-content-container { height: 50px; width: 50px; position: absolute; } .tl-slidenav-next { right: inherit; left: 121px; } .tl-slidenav-previous { margin-left: 50px; } .tl-timeline .tl-caption, .tl-timeline .tl-credit, .tl-timeline .tl-slidenav-next, .tl-timeline .tl-slidenav-previous { top: inherit !important; bottom: 102px; } .tl-media .tl-media-content-container .tl-media-content { display: flex; } .tl-storyslider { height: 430px !important; } .modal_wrap { display: none; } .responsive_wrapper { display: none; } body.active { overflow: hidden; } .menu_mob_but { width: 50px; height: 50px; background-color: #f8b400; border: none; z-index: 102; display: none; padding: 0; margin: 0; } .menu_mob_but span { width: 18px; float: left; display: block; height: 2px; border-radius: 1px; background-color: #fff; position: relative; transition: .2s; } .menu_mob_but span:not(:last-child) { margin-bottom: 5px; } .menu_mob_but--active span:first-child { transform: rotate(45deg); transition: .2s; top: 7px; } .menu_mob_but--active span:last-child { transform: rotate(-45deg); top: -7px; transition: .2s; } .menu_mob_but--active span:nth-child(2) { opacity: 0; transition: .2s; } .gallery_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 40px; padding-bottom: 30px; } .gallery_section .top_cont { width: 100%; display: flex; justify-content: flex-start; align-items: center; } .gallery_section .top_cont h2 { width: auto; } .gallery_section .top_cont .tab_list { display: flex; justify-content: flex-start; align-items: center; margin-left: 26px; } .gallery_section .top_cont .tab_list li { margin-right: 10px; } .gallery_section .top_cont .tab_list li:last-child { margin-right: 0; } .gallery_section .top_cont .tab_list li a { color: #f8b400; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; padding: 0 15px; height: 25px; border-radius: 13px; border: 1px solid #f8b400; display: flex; justify-content: center; align-items: center; text-align: center; text-transform: uppercase; } .gallery_section .top_cont .tab_list li a:hover { background-color: #f8b400; color: #ffffff; } .gallery_section .top_cont .tab_list li a.active { background-color: #f8b400; color: #ffffff; } .gallery_section .gallery_content { width: 100%; margin-top: 35px; } .gallery_section .gallery_type { width: 100%; display: none; } .gallery_section .gallery_type.active { display: block; } .gallery_section .gallery_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .gallery_section .gallery_list li { width: calc(33.33% - 30px); margin-bottom: 30px; margin-left: 15px; margin-right: 15px; display: none; } .gallery_section .gallery_list li.active { display: block; } .gallery_section .gallery_list li .gallery_photo { width: 100%; /*height: 100%;*/ display: flex; justify-content: center; align-items: center; } .gallery_section .gallery_list li .gallery_photo img { width: 100%; height: 100%; object-fit: cover; } .gallery_section .gallery_list li .gallery_video { width: 100%; display: flex; min-height: 217px; position: relative; overflow: hidden; height: 85%; } .gallery_section .gallery_list li .gallery_video:hover .poster { transform: scale(1.05); } .gallery_section .gallery_list li .gallery_video .video_time { position: absolute; z-index: 3; top: 10px; left: 10px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } .gallery_section .gallery_list li .gallery_video .poster { width: 100%; height: auto; object-fit: cover; transition: .3s; } .gallery_section .gallery_list li .gallery_video .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; opacity: 1; background-color: #000000; opacity: 0.3; transition: .3s; } .vacancies_main { width: 100%; display: flex; justify-content: center; position: relative; align-items: center; } .vacancies_main .back_img { width: 100%; max-height: 430px; object-fit: cover; } .vacancies_main .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; background-color: rgba(0, 0, 0, 0.5); } .vacancies_main .container { position: absolute; top: 50%; left: 50%; z-index: 3; transform: translateX(-50%) translateY(-50%); display: flex; flex-direction: column; align-items: center; } .vacancies_main .container h1 { text-align: center; color: #ffffff; margin-bottom: 10px; } .vacancies_main .container p { text-align: center; color: #ffffff; font-family: Gilroy; font-size: 24px; font-weight: 400; line-height: 24px; } .actual_vacancies { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 30px; padding-bottom: 60px; } .actual_vacancies .container { display: flex; justify-content: space-between; align-items: flex-start; } .actual_vacancies .left_side { width: calc(100% - 397px); padding-right: 29px; } .actual_vacancies .left_side h2 { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; margin-bottom: 29px; } .actual_vacancies .left_side .vacancies_list { width: 100%; border-top: 1px solid #e5e3de; } .actual_vacancies .left_side .vacancies_list > li { width: 100%; border-bottom: 1px solid #e5e3de; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name { width: 100%; padding: 21px 0; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; display: flex; justify-content: flex-start; align-items: center; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name i { margin-right: 11px; display: flex; justify-content: center; align-items: center; transition: .3s; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name i svg path { transition: .3s; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active { color: #f8b400; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active i { transform: rotate(180deg); } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active i svg path { fill: #f8b400; } .actual_vacancies .left_side .vacancies_list > li .content { width: 100%; padding-left: 35px; display: none; padding-bottom: 30px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block { width: 100%; margin-bottom: 20px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block p { margin-bottom: 10px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block p b { font-family: "Gilroy Medium"; } .actual_vacancies .left_side .vacancies_list > li .content .content_block ul { width: 100%; padding-left: 15px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block ul li { width: 100%; list-style-type: disc; } .actual_vacancies .left_side .vacancies_list > li .content .send_resume { max-width: 200px; } .actual_vacancies .right_side { width: 100%; max-width: 397px; } .actual_vacancies .right_side .form_thanks_wrap { height: 572px; } .actual_vacancies .right_side .form_outter { width: 100%; background-color: #ffffff; padding: 30px; padding-top: 20px; } .actual_vacancies .right_side .form_outter.hide { display: none; } .actual_vacancies .right_side .form_outter .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 10px; display: inline-block; } .actual_vacancies .right_side .form_outter .title_p { margin-bottom: 15px; } .actual_vacancies .right_side .form_outter form .input_cont { margin-bottom: 20px; } .actual_vacancies .right_side .form_outter form .bottom_form .download_cont { width: 100%; padding-right: 0; } .actual_vacancies .right_side .form_outter form .bottom_form label { max-width: 200px; } .actual_vacancies .right_side .form_outter form button { margin-top: 23px; } .form_thanks_wrap { display: none; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0; background-color: #ffffff; } .form_thanks_wrap.active { display: flex; } .form_thanks_wrap img { margin-bottom: 10px; } .form_thanks_wrap span { width: 100%; max-width: 355px; text-align: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; } .modal_vacancies { width: 100%; max-width: 397px; padding: 0 !important; } .modal_vacancies .modal_container { padding: 0; } .modal_vacancies .inner { width: 100%; background-color: #ffffff; padding: 30px; } .modal_vacancies .inner .title { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; margin-bottom: 25px; display: inline-block; } .modal_vacancies form .input_cont { margin-bottom: 20px; } .modal_vacancies form .bottom_form .download_cont { width: 100%; padding-right: 0; } .modal_vacancies form .bottom_form label { max-width: 200px; } .modal_vacancies form button { margin-top: 23px; } .modal_vacancies form .send-status { margin: 0; } .fancybox-close-small:after { display: none; } .fancybox-close-small { width: 26px !important; height: 26px !important; background: url("../img/close_modal_icon.svg") top center no-repeat !important; background-size: cover !important; top: 19px !important; right: 19px !important; } .modal_container_thanks { display: none !important; height: 477px; } .modal_container_thanks img { margin-bottom: 10px; } .modal_container_thanks .thx_text { width: 100%; max-width: 355px; text-align: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; } .modal_container_text.hide { display: none !important; } .modal_container_thanks.active { display: flex !important; flex-direction: column; align-items: center; justify-content: center; } .modal_vacancies_top { position: absolute; top: 0; left: 0; right: 0; background-color: #ffffff; border-bottom: 2px solid #faf5e4; justify-content: space-between; align-items: center; padding-left: 18px; display: none; } .modal_vacancies_top .page_name { color: #000000; font-family: "Gilroy Medium"; font-size: 18px; font-weight: 500; line-height: 30px; } .modal_vacancies_top .close_modal_link { width: 50px; height: 50px; background-color: #f8b400; display: flex; justify-content: center; align-items: center; } .news_one_section { width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; background-color: #faf5e4; padding-top: 30px; padding-bottom: 40px; } .news_one_section .container { /*max-width: 854px; */ } .news_one_section .rubrik_title { padding: 6px 15px; text-align: center; border-radius: 15px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-transform: uppercase; display: inline-block; } .news_one_section .rubrik_title.rubrika_about_us { color: #0057f8; border: 1px solid #0057f8; } .news_one_section .rubrik_title.rubrika_video { color: #f80000; border: 1px solid #f80000; } .news_one_section .rubrik_title.rubrika_our_articles { color: #f8b400; border: 1px solid #f8b400; } .news_one_section h1 { line-height: 57px; margin-top: 10px; margin-bottom: 10px; } .news_one_section .date_published { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; line-height: 14px; margin-bottom: 30px; } .news_one_section .main_photo { width: 100%; margin-bottom: 30px; } .news_one_section h6 { margin-bottom: 28px; } .news_one_section .main_video { width: 100%; margin-top: 10px; height: 462px; margin-bottom: 30px; } .news_one_section .yellow_block { width: 100%; margin-top: 10px; background-color: #f8b400; padding: 30px; display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 30px; } .news_one_section .yellow_block h6 { width: calc(100% - 47px); padding-left: 20px; margin-bottom: 0; } .news_one_section .slider_wrap { width: 100%; margin-top: 10px; position: relative; margin-bottom: 30px; } .news_one_section .slider_wrap .count_slides { position: absolute; z-index: 2; top: 10px; left: 10px; border-radius: 15px; background-color: rgba(255, 255, 255, 0.5); padding: 8px 15px; } .news_one_section .slider_wrap .count_slides p { width: auto; line-height: 14px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-align: center; margin-bottom: 0; } .news_one_section .slider_wrap .slider { width: 100%; } .news_one_section .slider_wrap .slider .slide img { width: 100%; object-fit: cover; } .news_one_section .slider_wrap .arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background-color: #faf5e4; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #f8b400; } .news_one_section .slider_wrap .arrow:hover { background-color: #f8b400; } .news_one_section .slider_wrap .arrow:hover svg path { fill: #ffffff; } .news_one_section .slider_wrap .arrow svg { width: 22px; height: 25px; } .news_one_section .slider_wrap .arrow svg path { fill: #f8b400; transition: .3s; } .news_one_section .slider_wrap .arrow.arrow_left { left: 10px; } .news_one_section .slider_wrap .arrow.arrow_right { right: 10px; } .news_one_section .coordinate_block { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 40px; } .news_one_section .coordinate_block .left_area { width: 100%; max-width: 290px; position: sticky; position: -webkit-sticky; top: 0; transition: .3s; } .news_one_section .coordinate_block .left_area.sticky_modified { transform: translateY(50px); } .news_one_section .coordinate_block .left_area figure { width: 100%; background-color: #ffffff; display: flex; justify-content: center; align-items: center; } .news_one_section .coordinate_block .left_area figure img { max-width: 100%; object-fit: cover; } .news_one_section .coordinate_block .left_area .text_bottom { width: 100%; padding: 25px 30px; background-color: #ffffff; } .news_one_section .coordinate_block .left_area .text_bottom .name { font-family: "Gilroy Medium"; margin-bottom: 4px; line-height: 16px; } .news_one_section .coordinate_block .left_area .text_bottom .role { line-height: 16px; margin-bottom: 0; } .news_one_section .coordinate_block .right_area { width: calc(100% - 290px); padding-left: 29px; } .news_one_section .coordinate_block .right_area .text_block { width: 100%; margin-bottom: 10px; } .news_one_section .coordinate_block .right_area .text_block p a { color: #f8b400; } .news_one_section .coordinate_block .right_area .text_block p a:hover { text-decoration: underline; } .news_one_section .coordinate_block .right_area .text_block p:first-of-type { margin-bottom: 8px; } .news_one_section .coordinate_block .right_area .text_block p b { font-weight: bold; } .news_one_section .coordinate_block .right_area .text_block img { width: 100%; margin-bottom: 15px; } .news_one_section .coordinate_block .right_area .secondary_video { width: 100%; margin-top: 10px; } .news_one_section .share_block { width: 100%; justify-content: center; align-items: center; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; padding: 21px 0; } .news_one_section .share_block a { display: flex; justify-content: center; align-items: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; margin-bottom: 0; } .news_one_section .share_block a:hover { color: #f8b400; } .news_one_section .share_block a:hover svg path { fill: #f8b400; } .news_one_section .share_block a i { margin-left: 11px; display: flex; justify-content: center; align-items: center; } .news_one_section .share_block a i svg path { transition: .3s; } .news_tab_list__outter { width: 100%; } .contacts_page { height: calc(100vh - 50px); min-height: 760px; overflow-y: auto; } .contacts_page h1 { margin-bottom: 38px; } .progress-bar { width: 100%; position: fixed; top: 50px; left: 0; right: 0; z-index: 9; background-color: #fce098; height: 5px; transition: .3s; } .progress-bar .progress { height: 5px; width: 0; background-color: #f8b400; transition: .3s; display: flex; } .news_main_block h1 { margin-bottom: 0; } .news_content_section { width: 100%; display: flex; justify-content: center; padding-top: 30px; background-color: #faf5e4; padding-bottom: 60px; } .news_content_section .news_tab_list { width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 30px; } .news_content_section .news_tab_list li { margin-right: 10px; } .news_content_section .news_tab_list li:last-child { margin-right: 0; } .news_content_section .news_tab_list li a { padding: 6px 15px; text-align: center; border-radius: 15px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-transform: uppercase; display: inline-block; } .news_content_section .news_tab_list li a.filter_all, .news_content_section .news_tab_list li a.articles-item { color: #f8b400; border: 1px solid #f8b400; } .news_content_section .news_tab_list li a.filter_all:hover, .news_content_section .news_tab_list li a.filter_all.active, .news_content_section .news_tab_list li a.articles-item:hover, .news_content_section .news_tab_list li a.articles-item.active { background-color: #f8b400; color: #ffffff; } .news_content_section .news_tab_list li a.video-item { color: #f80000; border: 1px solid #f80000; } .news_content_section .news_tab_list li a.video-item:hover, .news_content_section .news_tab_list li a.video-item.active { background-color: #f80000; color: #ffffff; } .news_content_section .news_tab_list li a.about_us-item { color: #0057f8; border: 1px solid #0057f8; } .news_content_section .news_tab_list li a.about_us-item:hover, .news_content_section .news_tab_list li a.about_us-item.active { background-color: #0057f8; color: #ffffff; } .news_content_section .news_list li { display: none; margin-bottom: 40px; } .news_content_section .news_list li.active { display: flex; } .news_content_section .pagination { margin-top: -10px; } .pagination { width: 100%; display: flex; justify-content: center; align-items: center; } .pagination ul { display: flex; justify-content: center; align-items: center; } .pagination ul li { margin: 0 5px; } .pagination ul li a, .pagination ul li span { color: #f8b400; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; border: 1px solid #f8b400; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-align: center; } .pagination ul li span { align-items: flex-end; padding-bottom: 7px; } .pagination ul li a:hover { background-color: #f8b400; color: #ffffff; } .about_us_main { width: 100%; display: flex; justify-content: center; position: relative; } .about_us_main .container { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: flex-start; } .about_us_main .left_side { /*width: 50%;*/ padding-top: 30px; /*display: flex;*/ flex-direction: column; align-items: flex-start; padding-bottom: 50px;} .about_us_main .left_side h1 { margin-bottom: 6px; } .about_us_main .left_side p { width: 100%; display: inline; color: #000000; font-family: Gilroy; font-size: 19px; font-weight: 400; line-height: 30px; margin-bottom: 0; max-width: 503px; } .about_us_main .left_side p span{ line-height: 24px; } .about_us_main .left_side p { line-height: 24px; } .about_us_main .back_img { /*position: absolute;*/ /*top: 0;*/ /*right: 0;*/ /*bottom: 0;*/ /*margin-top: 50px;*/ /*width: 50%;*/ /*!*height: 100%;*!*/ /*max-height: 702px;*/ /*z-index: 1;*/ /*object-fit: cover; */ display: inline; float: right; width: 100%; max-height: 600px; object-fit: cover; margin-left: 0; } .statistic_wrap { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 60px; padding-bottom: 30px; } .statistic_wrap ul { width: 100%; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; } .statistic_wrap ul li { width: calc(50% - 15px); background-color: #f8b400; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 30px; } .statistic_wrap ul li .digit { color: #000000; font-family: "Gilroy Medium"; font-size: 100px; font-weight: 500; line-height: 100px; } .statistic_wrap ul li .bold_p { font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 35px; margin-bottom: 25px; } .statistic_wrap ul li .reg_p { font-size: 24px; font-weight: 400; line-height: 34px; margin-bottom: 0; } .terminal_info { width: 100%; display: flex; justify-content: center; padding: 170px 0; position: relative; } .terminal_info .back_img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .terminal_info .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 2; } .terminal_info .container { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; } .terminal_info .container p { width: 100%; max-width: 716px; text-align: center; color: #ffffff; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; margin-bottom: 0; } .total_summ_invest { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding: 60px 0; } .total_summ_invest .container { display: flex; justify-content: space-between; align-items: center; } .total_summ_invest .left_side { width: 100%; max-width: 503px; } .total_summ_invest .left_side .invest_summ { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 100px; font-weight: 500; line-height: 100px; margin-bottom: 10px; } .total_summ_invest .left_side .bold_text { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 35px; margin-bottom: 17px; } .total_summ_invest .left_side .standart_text { font-size: 24px; font-weight: 400; line-height: 34px; margin-bottom: 15px; } .total_summ_invest .left_side .standart_text:last-of-type { margin-bottom: 0; } .total_summ_invest .right_side { width: 100%; max-width: 611px; } .total_summ_invest .right_side img { width: 100%; object-fit: cover; } .our_advantages { width: 100%; display: flex; justify-content: center; padding: 60px 0; } .our_advantages h2 { margin-bottom: 30px; } .our_advantages ul { width: 100%; display: flex; justify-content: space-between; align-items: stretch; border-left: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; flex-wrap: wrap; } .our_advantages ul li { width: 50%; border-right: 1px solid #dbdbdb; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid #dbdbdb; } .our_advantages ul li .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 10px; } .our_advantages ul li p { max-width: 473px; margin-bottom: 0; } .our_advantages .slider_wrap { width: 100%; margin-top: 60px; position: relative; } .our_advantages .slider_wrap .slider { width: 100%; } .our_advantages .slider_wrap .slider .slide img { width: 100%; object-fit: cover; } .our_advantages .slider_wrap .arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background-color: #faf5e4; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #f8b400; } .our_advantages .slider_wrap .arrow:hover { background-color: #f8b400; } .our_advantages .slider_wrap .arrow:hover svg path { fill: #ffffff; } .our_advantages .slider_wrap .arrow svg { width: 22px; height: 25px; } .our_advantages .slider_wrap .arrow svg path { fill: #f8b400; transition: .3s; } .our_advantages .slider_wrap .arrow.arrow_left { left: 10px; } .our_advantages .slider_wrap .arrow.arrow_right { right: 10px; } .team_section { width: 100%; display: flex; justify-content: center; } .team_section h2 { margin-bottom: 32px; } .team_section .swap_img { display: none; } .team_section .team_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .team_section .team_list li { width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px; } .team_section .team_list li > a { width: 100%; display: flex; border: 1px solid #dbdbdb; flex-direction: column; align-items: flex-start; justify-content: flex-start; height: 100%; } .team_section .team_list li > a:hover { border: 1px solid #f8b400; } .team_section .team_list li > a:hover .name, .team_section .team_list li > a:hover .role { color: #f8b400; } .team_section .team_list li > a figure { width: 100%; margin-bottom: 26px; } .team_section .team_list li > a figure img { width: 100%; height: 317px; object-fit: cover; } .team_section .team_list li > a .name { font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 16px; transition: .3s; margin-bottom: 4px; padding-left: 31px; } .team_section .team_list li > a .role { line-height: 16px; transition: .3s; padding-left: 31px; } .team_section .team_list li > a .text_modal { display: none; } .team_section .team_list li.last_li_item { width: calc(75% - 30px); border: 1px solid #dbdbdb; display: flex; justify-content: space-between; align-items: center; padding-left: 70px; } .team_section .team_list li.last_li_item .left_side { width: 100%; max-width: 415px; display: flex; flex-direction: column; align-items: flex-start; } .team_section .team_list li.last_li_item .left_side .title_p { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; } .team_section .team_list li.last_li_item .left_side a { max-width: 200px; } .team_section .team_list li.last_li_item .right_side img { opacity: 0.5; } .team_modal { width: 100%; max-width: 1250px !important; padding: 0 !important; } .team_modal .modal_container { width: 100%; } .team_modal .modal_container .inside { width: 100%; display: flex; justify-content: space-between; align-items: stretch; } .team_modal .modal_container .inside .left_side { width: 100%; max-width: 360px; display: flex; justify-content: center; align-items: center; } .team_modal .modal_container .inside .left_side img { width: 100%; object-fit: cover; height: 550px; } .team_modal .modal_container .inside .right_side { width: calc(100% - 360px); padding-left: 50px; padding-top: 50px; padding-right: 50px; } .team_modal .modal_container .inside .right_side .name { font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 9px; } .team_modal .modal_container .inside .right_side .role { line-height: 16px; } .team_modal .modal_container .inside .right_side .detailed_text { margin-bottom: 0; } .partners_section { width: 100%; display: flex; justify-content: center; padding-bottom: 40px; border-bottom: 2px solid #faf5e4; padding-top: 30px; } .partners_section h2 { margin-bottom: 72px; } .partners_section ul { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .partners_section ul li { width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; display: flex; justify-content: center; align-items: center; margin-bottom: 95px; } .partners_section ul li .item { position: relative; display: flex; justify-content: center; align-items: center; } .partners_section ul li .item .partner_img { max-width: 100%; } .partners_section ul li .item .hover_block { position: absolute; left: 50%; transform: translateX(-50%); top: -160px; z-index: 3; width: 320px; opacity: 0; visibility: hidden; transition: .3s; } .partners_section ul li .item .hover_block.active { opacity: 1; visibility: visible; } .partners_section ul li .item .hover_block .inside { width: 100%; position: relative; padding: 10px 20px 27px; } .partners_section ul li .item .hover_block .inside .close_hover_block { position: absolute; top: 10px; right: 0; z-index: 5; display: flex; justify-content: center; align-items: center; display: none; } .partners_section ul li .item .hover_block .inside .hover_back { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .partners_section ul li .item .hover_block .inside p { position: relative; z-index: 2; color: #000000; font-family: Gilroy; font-size: 12px; font-weight: 400; line-height: 20px; margin-bottom: 0; } .btn-animation { display: none; } form input[type="submit"]:disabled, form button:disabled { background-color: #ffd974; cursor: not-allowed; font-size: 0; } button:disabled .btn-animation, input:disabled .btn-animation { display: inline-block; font-size: 2px; margin: 0 auto; text-indent: -9999em; width: 7em; height: 7em; border-radius: 50%; background: #ffffff; background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%); position: relative; -webkit-animation: load3 1.4s infinite linear; animation: load3 1.4s infinite linear; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .btn-animation:before { width: 50%; height: 50%; background: #ffffff; border-radius: 100% 0 0 0; position: absolute; top: 0; left: 0; content: ''; } .btn-animation:after { background-color: #ffd974; width: 75%; height: 75%; border-radius: 50%; content: ''; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } @-webkit-keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .our_advantages-img{ margin-bottom: 30px; height: 40px; } .table-content{ display: flex; justify-content: center; padding: 30px 0; } .table-content table { border: 1px solid #ccc; width: 100%; margin:0; padding:0; border-collapse: collapse; border-spacing: 0; } .table-content table tr { border: 1px solid #ddd; padding: 5px; } .table-content table th, table td { padding: 10px; text-align: center; border-right: 1px solid #ddd; } .table-content table th { color: #fff; background-color: #acacac; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-weight: bold; } #table-animate tbody tr td { transition: 1s; transform: translateX(15000px); }
public/css/content.css
html { font-family: 'Gilroy'; color: #000000; font-weight: 400; background-color: #ffffff; } p { width: 100%; font-size: 16px; line-height: 25px; margin-bottom: 15px; color: #000; } .container { max-width: 1280px; padding: 0 15px; width: 100%; } header { width: 100%; background-color: #ffffff; display: flex; justify-content: center; padding-top: 5px; padding-bottom: 5px; position: fixed; top: 0; left: 0; right: 0; z-index: 10; transition: .3s; } .lang_cont { display: flex; justify-content: flex-end; align-items: center; position: relative; max-width: 102px; background: none; margin-left: 25px; padding: 0; } .lang_cont .lang_item { border-radius: 50%; width: 30px; height: 30px; background-color: #faf5e4; text-align: center; transition: .3s; display: flex; justify-content: center; align-items: center; color: #000000; font-size: 14px; font-weight: 600; line-height: 16px; } .lang_item:hover{ background: #f8b400; color: #fff; } .lang_cont .hidden_language { position: absolute; top: 0; transform: translateX(0px); opacity: 0; visibility: hidden; } .lang_cont .visible { transform: translateY(33px); opacity: 1; visibility: visible; } .lang_cont .selected { opacity: 1; visibility: visible; transform: none; } .lang_cont .transform{ transform: translateY(66px); } .slider .slide{ position: relative; } .slide-wrap{ position: absolute; /*right: 0;*/ /*top: 0;*/ bottom: 40px; left: 50px; width: 100%; color: #fff; max-width: 530px; background: #3c5373cf; padding: 20px; } .slide-title{ font-size: 66px; font-weight: bold; margin-bottom: 4px; } .slide-sub-title{ font-size: 29px; font-weight: bold; max-width: 450px; } header .container { display: flex; justify-content: space-between; align-items: center; } header .right_side { width: 100%; display: flex; align-items: center; max-width: 700px; } header.header_hide { transform: translateY(-120%); } header.header_hide + .progress-bar { transform: translateY(-50px); } .logo img{ height: 40px; } .sliderHistory{ padding: 60px; margin: 0 auto; width: 100%; } .content-slider{ width: 100%; } .sliderHistory img{ width: 100%; height: auto; } .slider-wrap{ width: 100%; } .sliderHistory .slick-dots { display: flex; margin: 0 auto; position: absolute; bottom: -50px; left: 50%; transform: translate(0, -50%); display: none!important; } .sliderHistory .slick-dots li { width: 18px; height: 18px; border-radius: 50%; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #f8b400; } .sliderHistory .slick-dots li button { color: transparent; width: 18px; height: 18px; border-radius: 50%; } .sliderHistory li.slick-active button { width: 18px; height: 18px; background: rgba(242, 242, 242, 0.1); border-radius: 50%; color: transparent; } .sliderHistory .slick-dots li { width: 18px; height: 18px; border-radius: 50%; margin-right: 10px; display: flex; align-items: center; justify-content: center; background: #f8b400; } .our_advantages-animation img{ width: 65px; height: 65px; margin-bottom: 15px; object-fit: contain; } .sliderHistory .slick-dots li button { color: transparent; } .mainVideo{ margin-top: 10px; max-height: 702px; margin-left: 20px; margin-top: 30px; margin-left: 0; width: 100%; } .left-arr:after { content: ""; width: 24px; height: 48px; background-image: url(../img/Vector15.svg); position: absolute; background-size: contain; background-repeat: no-repeat; transform: rotate(180deg); } .right-arr:after { content: ""; width: 24px; height: 48px; background-image: url(../img/Vector15.svg); position: absolute; background-size: contain; background-repeat: no-repeat; } .right-arr { position: absolute; right: 13px; top: 45%; transform: translate(-50%, 0); z-index: 9; background: none; } .partners_section li img{ max-width: 300px; max-height: 280px; } .text-slider{ font-size: 16px; margin-top: 10px; } .slider-wrap{ position: relative; } .left-arr { position: absolute; top: 45%; transform: translate(-50%, 0); background: none; left: 0; z-index: 9; } nav { width: 100%; } nav .nav_list { width: 100%; display: flex; justify-content: space-between; align-items: center; } nav .nav_list > li { position: relative; } nav .nav_list > li > a { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; display: flex; } nav .nav_list > li > a .angle { color: #000000; transition: .3s; margin-right: 6px; display: flex; justify-content: center; align-items: center; } nav .nav_list > li > a .angle svg { width: 12px; } nav .nav_list > li > a.active { color: #f8b400; } nav .nav_list > li .inside_list { position: absolute; left: 0; z-index: 5; top: 20px; width: 135px; opacity: 0; visibility: hidden; transition: .3s; transform: translateY(30px); padding-top: 20px; } nav .nav_list > li .inside_list li { width: 100%; } nav .nav_list > li .inside_list li a { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 35px; padding-left: 15px; background-color: #ffffff; display: inline-block; } nav .nav_list > li .inside_list li a:hover { background-color: #fce098; } main { width: 100%; padding-top: 50px; } .main_section { width: 100%; position: relative; } .main_section .slider { width: 100%; } .main_section .slider .slide img { width: 100%; object-fit: cover; } .main_section .arrow_left { left: 21px; } .main_section .arrow { width: 50px; height: 50px; background-color: #faf5e4; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; } .main_section .arrow:hover { background-color: #f3e8c4; } .main_section .arrow_right { right: 21px; } .neptune_section { width: 100%; display: flex; justify-content: center; } .neptune_section .container { display: flex; justify-content: space-between; align-items: center; } .neptune_section .left_side { width: 50%; padding: 47px 0; } .neptune_section .left_side h1 { margin-bottom: 8px; } .neptune_section .left_side h6 { line-height: 30px; max-width: 345px; margin-bottom: 20px; } .neptune_section .left_side .orange_link { max-width: 180px; } .neptune_section .right_side { width: 50%; border-left: 1px solid #dbdbdb; display: flex; justify-content: space-between; align-items: flex-start; } .neptune_section .right_side a { color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; height: 143px; display: flex; align-items: center; padding-left: 30px; justify-content: space-between; width: 100%; border-bottom: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; padding-right: 30px; } .neptune_section .right_side a:hover { color: #f8b400; } .neptune_section .right_side a:hover img { visibility: visible; opacity: 1; } .neptune_section .right_side a:last-child { border-bottom: none; } .neptune_section .right_side a img { opacity: 0; visibility: hidden; transition: .3s; } .neptune_section .right_side .column { width: 50%; } .neptune_section .right_side .big_link { border-right: none; border-bottom: none; max-width: 50%; } h1 { width: 100%; font-family: "Gilroy Medium"; font-size: 48px; font-weight: 500; line-height: 48px; } .gallery_title{ font-size: 16px; margin-top: 5px; text-align: center; } h6 { width: 100%; font-family: Gilroy; font-size: 24px; font-weight: 400; line-height: 34px; } .orange_link { color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; height: 50px; background-color: #f8b400; display: flex; justify-content: center; align-items: center; width: 100%; cursor: pointer; transition: .3s; } .orange_link:hover { background-color: #ffce4b; } .building_area { width: 100%; display: flex; justify-content: center; padding: 90px 0; background-color: #faf5e4; } .building_area .container { display: flex; justify-content: space-between; align-items: flex-start; } .building_area .container .left_area { width: 100%; max-width: 502px; } .building_area .container .left_area h6 { margin-bottom: 30px; } .building_area .container .left_area p { margin-bottom: 20px; } .building_area .container .left_area p:last-of-type { margin-bottom: 0; } .building_area .container .right_area { width: 100%; max-width: 611px; } .building_area .container .right_area img { width: 100%; object-fit: cover; } .online_translation { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding: 70px 0; padding-bottom: 40px; } .online_translation h2 { margin-bottom: 35px; } .online_translation ul { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; } .online_translation ul li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; display: flex; margin-bottom: 30px; } .online_translation ul li a { width: 100%; display: flex; position: relative; } .online_translation ul li a:hover { -webkit-box-shadow: 0px 0px 24px 0px #9c9c9c; -moz-box-shadow: 0px 0px 24px 0px #9c9c9c; box-shadow: 0px 0px 24px 0px #9c9c9c; } .online_translation ul li a .live { position: absolute; top: 20px; left: 20px; z-index: 2; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; text-transform: uppercase; display: flex; justify-content: center; align-items: center; width: 55px; height: 25px; background-color: #ec0000; } .online_translation ul li a .poster { width: 100%; height: 260px; object-fit: cover; } .play_btn { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; background-color: #f8b400; border-radius: 50%; z-index: 5; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .play_btn img { margin-left: 5px; } h2 { width: 100%; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; } .news_section { width: 100%; display: flex; justify-content: center; padding: 40px 0; padding-bottom: 30px; } .news_section .top_cont { margin-bottom: 39px; display: flex; justify-content: space-between; align-items: center; } .news_section .top_cont h2 { width: auto; } .news_section .top_cont a { font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 16px; color: #000; } .news_section .top_cont a:hover { color: #f8b400; } .news_section .more_news { display: none; } .news_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; } .news_list li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; display: flex; margin-bottom: 30px; } .news_list li a { width: 100%; display: flex; position: relative; flex-direction: column; align-items: flex-start; } .news_list li a:hover .photo_cont .news_preview { transform: scale(1.05); } .news_list li a:hover .news_title { color: #f8b400; } .news_list li a .video_time { position: absolute; z-index: 3; top: 10px; left: 10px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } .news_list li a .photo_cont { width: 100%; height: 270px; position: relative; overflow: hidden; } .news_list li a .photo_cont .news_preview { width: 100%; height: 100%; object-fit: cover; transition: .3s; } .news_list li a .rubrika { width: 100%; margin-top: 20px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 10px; } .news_list li a .rubrika.rubrika_video { color: #f80000; } .news_list li a .rubrika.rubrika_about_us { color: #0057f8; } .news_list li a .rubrika.rubrika_our_articles { color: #f8b400; } .news_list li a .news_title { font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; margin-bottom: 5px; transition: .3s; } .news_list li a .date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 0; line-height: 14px; } .documentation_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 40px; padding-bottom: 55px; } .documentation_section h2 { margin-bottom: 8px; } .documentation_section .title_text { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 59px; display: inline-block; } .documentation_section .docs_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; } .documentation_section .docs_list li { width: calc(33.33% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px; } .documentation_section .docs_list li a { width: 100%; display: flex; justify-content: flex-start; } .documentation_section .docs_list li a:hover i svg path { fill: #f8b400; } .documentation_section .docs_list li a:hover p { color: #f8b400; } .documentation_section .docs_list li a i { color: #000000; transition: .3s; } .documentation_section .docs_list li a i svg { width: 32px; } .documentation_section .docs_list li a i svg path { transition: .3s; } .documentation_section .docs_list li a p { width: calc(100% - 32px); padding-left: 15px; margin-bottom: 0; transition: .3s; } .connect_us_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-bottom: 80px; } .connect_us_section .inside { display: flex; width: 100%; justify-content: space-between; align-items: stretch; } .connect_us_section .inside .left_side { width: 50%; } .connect_us_section .inside .left_side img { width: 100%; height: 100%; object-fit: cover; } .connect_us_section .inside .right_side { background-color: #f85000; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 50%; } .connect_us_section .inside .right_side p { text-align: center; max-width: 498px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; margin-bottom: 15px; } .connect_us_section .inside .right_side a { color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; width: 100%; max-width: 200px; display: flex; height: 50px; border: 1px solid #ffffff; justify-content: center; align-items: center; } .connect_us_section .inside .right_side a:hover { color: #f8b400; background-color: #ffffff; } .contacts_section { width: 100%; display: flex; justify-content: center; background-color: #ffffff; position: relative; } .contacts_section .left_side { width: 50%; padding-right: 60px; padding-top: 40px; padding-bottom: 50px; } .contacts_section .left_side h2 { margin-bottom: 40px; } .contacts_section .left_side .contacts_list { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .contacts_section .left_side .contacts_list > li { width: 100%; max-width: 250px; margin-bottom: 30px; display: flex; flex-direction: column; align-items: flex-start; } .contacts_section .left_side .contacts_list > li .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 9px; display: inline-block; } .contacts_section .left_side .contacts_list > li a.title:hover { color: #f8b400; } .contacts_section .left_side .contacts_list > li .scroll_link { display: none; } .contacts_section .left_side .contacts_list > li p { margin-bottom: 0; } .contacts_section .left_side .contacts_list > li .string_link { color: #000000; font-family: Gilroy; font-size: 16px; font-weight: 400; line-height: 25px; } .contacts_section .left_side .contacts_list > li .string_link:hover { text-decoration: underline; } .contacts_section .left_side .contacts_list > li .soc_list { width: 100%; max-width: 110px; display: flex; justify-content: space-between; align-items: center; } .contacts_section .left_side .contacts_list > li .soc_list li a { display: flex; justify-content: center; align-items: center; } .contacts_section .left_side .contacts_list > li .soc_list li a svg path { transition: .3s; } .contacts_section .left_side .contacts_list > li .soc_list li a:hover svg path, .contacts_section .left_side .contacts_list > li .soc_list li a:focus svg path, .contacts_section .left_side .contacts_list > li .soc_list li a:active svg path { fill: #f8b400; } .contacts_section .left_side .contacts_list > li:nth-child(odd) { max-width: 290px; margin-right: 20px; } .contacts_section .left_side .form_area { width: 100%; margin-top: 10px; } .contacts_section .left_side .form_area.active form .bottom_form button { background-color: #03d527; } .contacts_section .left_side .form_area.active form .bottom_form button img { display: block; } .contacts_section .left_side .form_area .form_title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 20px; display: inline-block; } form { width: 100%; } form .form_container { width: 100%; } form .inputs_container { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; } form .inputs_container .input_cont { width: calc(50% - 5px); } form .text_input { width: 100%; height: 50px; background-color: #f8f8f8; padding: 0 15px; color: #000000; font-size: 16px; font-weight: 400; border: 1px solid transparent; } form .text_input.error { border-color: #ec0000; color: #ec0000; } form .text_input.error::placeholder { color: #ec0000; } form .text_input:focus { border: 1px solid #f8b400; } form .text_input::placeholder { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } form .input_cont { width: 100%; position: relative; } form .input_cont label.error { color: #ec0000; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; line-height: 14px; z-index: 2; margin-top: 10px; } form textarea { width: 100%; height: 170px; resize: none; background-color: #f8f8f8; padding: 17px 15px; color: #000000; font-size: 16px; font-weight: 400; border: 1px solid transparent; } form textarea:focus { border: 1px solid #f8b400; } form textarea::placeholder { color: #000000; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } form textarea.error { border-color: #ec0000; color: #ec0000; } form textarea.error::placeholder { color: #ec0000; } form .bottom_form { width: 100%; margin-top: 20px; display: flex; justify-content: space-between; align-items: center; } form .bottom_form .download_cont { width: calc(100% - 277px); padding-right: 5px; } form .bottom_form .download_cont.hide { display: none; } form .bottom_form label { width: 100%; max-width: 165px; position: relative; display: flex; justify-content: space-between; align-items: center; } form .bottom_form label input { position: absolute; top: 0; right: 0; bottom: 0; width: calc(100% - 22px); height: 100%; z-index: 2; cursor: pointer; opacity: 0; font-size: 0; } form .bottom_form label p { width: calc(100% - 22px); padding-left: 5px; margin-bottom: 0; cursor: pointer; } form .bottom_form .name_file { overflow: hidden; justify-content: flex-start; align-items: center; position: relative; padding-right: 7px; display: none; width: 100%; max-width: 210px; padding-left: 19px; } form .bottom_form .name_file.active { display: block; } form .bottom_form .name_file .remove_file { position: absolute; z-index: 3; left: 0; top: 4px; } form .bottom_form .name_file p { color: #000000; font-size: 15px; width: 100%; overflow: hidden; flex-wrap: nowrap; display: flex; white-space: nowrap; line-height: 20px; } form .bottom_form .name_file .overlay { width: 39px; height: 21px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: 0; right: 0; z-index: 2; } form .bottom_form button { max-width: 277px; } form .bottom_form button img { display: none; margin-right: 8px; } #map { width: 50%; height: 100%; position: absolute !important; top: 0; right: 0; bottom: 0; } .building_steps { width: 100%; display: flex; justify-content: center; padding: 90px 0; padding-bottom: 97px; } .building_steps h2 { margin-bottom: 38px; } .building_steps .slider_outter { width: 100%; position: relative; } .building_steps .slider_outter .slider_controls { position: absolute; left: 50px; bottom: 50px; z-index: 2; width: 100%; max-width: 121px; display: flex; justify-content: space-between; align-items: center; } .building_steps .slider_outter .slider_controls .arrow { width: 50px; height: 50px; background-color: #faf5e4; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .building_steps .slider_outter .slider_controls .arrow:hover { background-color: #f3e8c4; } .building_steps .slider_outter .slider { width: 100%; } .building_steps .slider_outter .slider .inside { width: 100%; display: flex; justify-content: space-between; align-items: stretch; } .building_steps .slider_outter .slider .inside .left_area { width: 100%; max-width: 425px; background-color: #f8b400; padding: 50px; padding-bottom: 120px; min-height: 430px; } .building_steps .slider_outter .slider .inside .left_area .date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 4px; } .building_steps .slider_outter .slider .inside .left_area .name { font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 45px; margin-bottom: 0; } .building_steps .slider_outter .slider .inside .right_area { width: calc(100% - 425px); } .left_area-btn{ max-width: 180px; margin-top: 20px; } .header-group{ display: flex; align-items: center; } .header-live{ margin-left: 30px; font-weight: bold; color: red; letter-spacing: 2px; text-transform: uppercase; animation: radial-pulse 1s infinite; } @keyframes radial-pulse { 0% { box-shadow: 0 0 0 0px red; } 100% { box-shadow: 0 0 0 10px rgba(0, 128, 0, 0); } } .tl-slide .tl-slide-content-container .tl-slide-content { display: flex; justify-content: space-between; align-items: stretch; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-media { order: 2; min-width: inherit; width: calc(100% - 425px); max-width: 100% !important; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-media .tl-media-image { height: 100%; object-fit: cover; max-height: none !important; } .tl-slide .tl-slide-scrollable-container { display: flex; } .tl-slide .tl-slide-content-container .tl-slide-content { padding: 0 !important; width: 100% !important; display: flex; } .tl-slide .tl-slide-content-container .tl-slide-content .tl-text { width: 100%; max-width: 425px; background-color: #f8b400; padding: 50px; padding-bottom: 120px; min-height: 430px; } .tl-text .tl-headline-date, .tl-text h3.tl-headline-date { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; margin-bottom: 4px; line-height: 25px; color: #000; } .tl-timeline p { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 45px; } .tl-slidenav-previous .tl-slidenav-description, .tl-slidenav-next .tl-slidenav-description { display: none; } .tl-slide { overflow-y: hidden; } .tl-slidenav-next .tl-slidenav-icon:before { content: ""; background: url("../img/arrow_right_back.svg") center center no-repeat; background-size: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; width: 50px; height: 50px; } .tl-slidenav-previous .tl-slidenav-icon:before { content: ""; background: url("../img/arrow_left_back.svg") center center no-repeat; background-size: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); z-index: 2; width: 50px; height: 50px; } .tl-slidenav-previous .tl-slidenav-content-container, .tl-slidenav-next .tl-slidenav-content-container { height: 50px; width: 50px; position: absolute; } .tl-slidenav-next { right: inherit; left: 121px; } .tl-slidenav-previous { margin-left: 50px; } .tl-timeline .tl-caption, .tl-timeline .tl-credit, .tl-timeline .tl-slidenav-next, .tl-timeline .tl-slidenav-previous { top: inherit !important; bottom: 102px; } .tl-media .tl-media-content-container .tl-media-content { display: flex; } .tl-storyslider { height: 430px !important; } .modal_wrap { display: none; } .responsive_wrapper { display: none; } body.active { overflow: hidden; } .menu_mob_but { width: 50px; height: 50px; background-color: #f8b400; border: none; z-index: 102; display: none; padding: 0; margin: 0; } .menu_mob_but span { width: 18px; float: left; display: block; height: 2px; border-radius: 1px; background-color: #fff; position: relative; transition: .2s; } .menu_mob_but span:not(:last-child) { margin-bottom: 5px; } .menu_mob_but--active span:first-child { transform: rotate(45deg); transition: .2s; top: 7px; } .menu_mob_but--active span:last-child { transform: rotate(-45deg); top: -7px; transition: .2s; } .menu_mob_but--active span:nth-child(2) { opacity: 0; transition: .2s; } .gallery_section { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 40px; padding-bottom: 30px; } .gallery_section .top_cont { width: 100%; display: flex; justify-content: flex-start; align-items: center; } .gallery_section .top_cont h2 { width: auto; } .gallery_section .top_cont .tab_list { display: flex; justify-content: flex-start; align-items: center; margin-left: 26px; } .gallery_section .top_cont .tab_list li { margin-right: 10px; } .gallery_section .top_cont .tab_list li:last-child { margin-right: 0; } .gallery_section .top_cont .tab_list li a { color: #f8b400; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; padding: 0 15px; height: 25px; border-radius: 13px; border: 1px solid #f8b400; display: flex; justify-content: center; align-items: center; text-align: center; text-transform: uppercase; } .gallery_section .top_cont .tab_list li a:hover { background-color: #f8b400; color: #ffffff; } .gallery_section .top_cont .tab_list li a.active { background-color: #f8b400; color: #ffffff; } .gallery_section .gallery_content { width: 100%; margin-top: 35px; } .gallery_section .gallery_type { width: 100%; display: none; } .gallery_section .gallery_type.active { display: block; } .gallery_section .gallery_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .gallery_section .gallery_list li { width: calc(33.33% - 30px); margin-bottom: 30px; margin-left: 15px; margin-right: 15px; display: none; } .gallery_section .gallery_list li.active { display: block; } .gallery_section .gallery_list li .gallery_photo { width: 100%; /*height: 100%;*/ display: flex; justify-content: center; align-items: center; } .gallery_section .gallery_list li .gallery_photo img { width: 100%; height: 100%; object-fit: cover; } .gallery_section .gallery_list li .gallery_video { width: 100%; display: flex; min-height: 217px; position: relative; overflow: hidden; height: 85%; } .gallery_section .gallery_list li .gallery_video:hover .poster { transform: scale(1.05); } .gallery_section .gallery_list li .gallery_video .video_time { position: absolute; z-index: 3; top: 10px; left: 10px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; } .gallery_section .gallery_list li .gallery_video .poster { width: 100%; height: auto; object-fit: cover; transition: .3s; } .gallery_section .gallery_list li .gallery_video .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; opacity: 1; background-color: #000000; opacity: 0.3; transition: .3s; } .vacancies_main { width: 100%; display: flex; justify-content: center; position: relative; align-items: center; } .vacancies_main .back_img { width: 100%; max-height: 430px; object-fit: cover; } .vacancies_main .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; background-color: rgba(0, 0, 0, 0.5); } .vacancies_main .container { position: absolute; top: 50%; left: 50%; z-index: 3; transform: translateX(-50%) translateY(-50%); display: flex; flex-direction: column; align-items: center; } .vacancies_main .container h1 { text-align: center; color: #ffffff; margin-bottom: 10px; } .vacancies_main .container p { text-align: center; color: #ffffff; font-family: Gilroy; font-size: 24px; font-weight: 400; line-height: 24px; } .actual_vacancies { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 30px; padding-bottom: 60px; } .actual_vacancies .container { display: flex; justify-content: space-between; align-items: flex-start; } .actual_vacancies .left_side { width: calc(100% - 397px); padding-right: 29px; } .actual_vacancies .left_side h2 { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; margin-bottom: 29px; } .actual_vacancies .left_side .vacancies_list { width: 100%; border-top: 1px solid #e5e3de; } .actual_vacancies .left_side .vacancies_list > li { width: 100%; border-bottom: 1px solid #e5e3de; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name { width: 100%; padding: 21px 0; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; display: flex; justify-content: flex-start; align-items: center; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name i { margin-right: 11px; display: flex; justify-content: center; align-items: center; transition: .3s; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name i svg path { transition: .3s; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active { color: #f8b400; } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active i { transform: rotate(180deg); } .actual_vacancies .left_side .vacancies_list > li .vacancies_name.active i svg path { fill: #f8b400; } .actual_vacancies .left_side .vacancies_list > li .content { width: 100%; padding-left: 35px; display: none; padding-bottom: 30px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block { width: 100%; margin-bottom: 20px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block p { margin-bottom: 10px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block p b { font-family: "Gilroy Medium"; } .actual_vacancies .left_side .vacancies_list > li .content .content_block ul { width: 100%; padding-left: 15px; } .actual_vacancies .left_side .vacancies_list > li .content .content_block ul li { width: 100%; list-style-type: disc; } .actual_vacancies .left_side .vacancies_list > li .content .send_resume { max-width: 200px; } .actual_vacancies .right_side { width: 100%; max-width: 397px; } .actual_vacancies .right_side .form_thanks_wrap { height: 572px; } .actual_vacancies .right_side .form_outter { width: 100%; background-color: #ffffff; padding: 30px; padding-top: 20px; } .actual_vacancies .right_side .form_outter.hide { display: none; } .actual_vacancies .right_side .form_outter .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 10px; display: inline-block; } .actual_vacancies .right_side .form_outter .title_p { margin-bottom: 15px; } .actual_vacancies .right_side .form_outter form .input_cont { margin-bottom: 20px; } .actual_vacancies .right_side .form_outter form .bottom_form .download_cont { width: 100%; padding-right: 0; } .actual_vacancies .right_side .form_outter form .bottom_form label { max-width: 200px; } .actual_vacancies .right_side .form_outter form button { margin-top: 23px; } .form_thanks_wrap { display: none; flex-direction: column; align-items: center; justify-content: center; padding: 20px 0; background-color: #ffffff; } .form_thanks_wrap.active { display: flex; } .form_thanks_wrap img { margin-bottom: 10px; } .form_thanks_wrap span { width: 100%; max-width: 355px; text-align: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; } .modal_vacancies { width: 100%; max-width: 397px; padding: 0 !important; } .modal_vacancies .modal_container { padding: 0; } .modal_vacancies .inner { width: 100%; background-color: #ffffff; padding: 30px; } .modal_vacancies .inner .title { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 36px; margin-bottom: 25px; display: inline-block; } .modal_vacancies form .input_cont { margin-bottom: 20px; } .modal_vacancies form .bottom_form .download_cont { width: 100%; padding-right: 0; } .modal_vacancies form .bottom_form label { max-width: 200px; } .modal_vacancies form button { margin-top: 23px; } .modal_vacancies form .send-status { margin: 0; } .fancybox-close-small:after { display: none; } .fancybox-close-small { width: 26px !important; height: 26px !important; background: url("../img/close_modal_icon.svg") top center no-repeat !important; background-size: cover !important; top: 19px !important; right: 19px !important; } .modal_container_thanks { display: none !important; height: 477px; } .modal_container_thanks img { margin-bottom: 10px; } .modal_container_thanks .thx_text { width: 100%; max-width: 355px; text-align: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 30px; } .modal_container_text.hide { display: none !important; } .modal_container_thanks.active { display: flex !important; flex-direction: column; align-items: center; justify-content: center; } .modal_vacancies_top { position: absolute; top: 0; left: 0; right: 0; background-color: #ffffff; border-bottom: 2px solid #faf5e4; justify-content: space-between; align-items: center; padding-left: 18px; display: none; } .modal_vacancies_top .page_name { color: #000000; font-family: "Gilroy Medium"; font-size: 18px; font-weight: 500; line-height: 30px; } .modal_vacancies_top .close_modal_link { width: 50px; height: 50px; background-color: #f8b400; display: flex; justify-content: center; align-items: center; } .news_one_section { width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; background-color: #faf5e4; padding-top: 30px; padding-bottom: 40px; } .news_one_section .container { /*max-width: 854px; */ } .news_one_section .rubrik_title { padding: 6px 15px; text-align: center; border-radius: 15px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-transform: uppercase; display: inline-block; } .news_one_section .rubrik_title.rubrika_about_us { color: #0057f8; border: 1px solid #0057f8; } .news_one_section .rubrik_title.rubrika_video { color: #f80000; border: 1px solid #f80000; } .news_one_section .rubrik_title.rubrika_our_articles { color: #f8b400; border: 1px solid #f8b400; } .news_one_section h1 { line-height: 57px; margin-top: 10px; margin-bottom: 10px; } .news_one_section .date_published { font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; line-height: 14px; margin-bottom: 30px; } .news_one_section .main_photo { width: 100%; margin-bottom: 30px; } .news_one_section h6 { margin-bottom: 28px; } .news_one_section .main_video { width: 100%; margin-top: 10px; height: 462px; margin-bottom: 30px; } .news_one_section .yellow_block { width: 100%; margin-top: 10px; background-color: #f8b400; padding: 30px; display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 30px; } .news_one_section .yellow_block h6 { width: calc(100% - 47px); padding-left: 20px; margin-bottom: 0; } .news_one_section .slider_wrap { width: 100%; margin-top: 10px; position: relative; margin-bottom: 30px; } .news_one_section .slider_wrap .count_slides { position: absolute; z-index: 2; top: 10px; left: 10px; border-radius: 15px; background-color: rgba(255, 255, 255, 0.5); padding: 8px 15px; } .news_one_section .slider_wrap .count_slides p { width: auto; line-height: 14px; color: #ffffff; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-align: center; margin-bottom: 0; } .news_one_section .slider_wrap .slider { width: 100%; } .news_one_section .slider_wrap .slider .slide img { width: 100%; object-fit: cover; } .news_one_section .slider_wrap .arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background-color: #faf5e4; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #f8b400; } .news_one_section .slider_wrap .arrow:hover { background-color: #f8b400; } .news_one_section .slider_wrap .arrow:hover svg path { fill: #ffffff; } .news_one_section .slider_wrap .arrow svg { width: 22px; height: 25px; } .news_one_section .slider_wrap .arrow svg path { fill: #f8b400; transition: .3s; } .news_one_section .slider_wrap .arrow.arrow_left { left: 10px; } .news_one_section .slider_wrap .arrow.arrow_right { right: 10px; } .news_one_section .coordinate_block { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 40px; } .news_one_section .coordinate_block .left_area { width: 100%; max-width: 290px; position: sticky; position: -webkit-sticky; top: 0; transition: .3s; } .news_one_section .coordinate_block .left_area.sticky_modified { transform: translateY(50px); } .news_one_section .coordinate_block .left_area figure { width: 100%; background-color: #ffffff; display: flex; justify-content: center; align-items: center; } .news_one_section .coordinate_block .left_area figure img { max-width: 100%; object-fit: cover; } .news_one_section .coordinate_block .left_area .text_bottom { width: 100%; padding: 25px 30px; background-color: #ffffff; } .news_one_section .coordinate_block .left_area .text_bottom .name { font-family: "Gilroy Medium"; margin-bottom: 4px; line-height: 16px; } .news_one_section .coordinate_block .left_area .text_bottom .role { line-height: 16px; margin-bottom: 0; } .news_one_section .coordinate_block .right_area { width: calc(100% - 290px); padding-left: 29px; } .news_one_section .coordinate_block .right_area .text_block { width: 100%; margin-bottom: 10px; } .news_one_section .coordinate_block .right_area .text_block p a { color: #f8b400; } .news_one_section .coordinate_block .right_area .text_block p a:hover { text-decoration: underline; } .news_one_section .coordinate_block .right_area .text_block p:first-of-type { margin-bottom: 8px; } .news_one_section .coordinate_block .right_area .text_block p b { font-weight: bold; } .news_one_section .coordinate_block .right_area .text_block img { width: 100%; margin-bottom: 15px; } .news_one_section .coordinate_block .right_area .secondary_video { width: 100%; margin-top: 10px; } .news_one_section .share_block { width: 100%; justify-content: center; align-items: center; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; padding: 21px 0; } .news_one_section .share_block a { display: flex; justify-content: center; align-items: center; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; margin-bottom: 0; } .news_one_section .share_block a:hover { color: #f8b400; } .news_one_section .share_block a:hover svg path { fill: #f8b400; } .news_one_section .share_block a i { margin-left: 11px; display: flex; justify-content: center; align-items: center; } .news_one_section .share_block a i svg path { transition: .3s; } .news_tab_list__outter { width: 100%; } .contacts_page { height: calc(100vh - 50px); min-height: 760px; overflow-y: auto; } .contacts_page h1 { margin-bottom: 38px; } .progress-bar { width: 100%; position: fixed; top: 50px; left: 0; right: 0; z-index: 9; background-color: #fce098; height: 5px; transition: .3s; } .progress-bar .progress { height: 5px; width: 0; background-color: #f8b400; transition: .3s; display: flex; } .news_main_block h1 { margin-bottom: 0; } .news_content_section { width: 100%; display: flex; justify-content: center; padding-top: 30px; background-color: #faf5e4; padding-bottom: 60px; } .news_content_section .news_tab_list { width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 30px; } .news_content_section .news_tab_list li { margin-right: 10px; } .news_content_section .news_tab_list li:last-child { margin-right: 0; } .news_content_section .news_tab_list li a { padding: 6px 15px; text-align: center; border-radius: 15px; font-family: "Gilroy Medium"; font-size: 14px; font-weight: 500; text-transform: uppercase; display: inline-block; } .news_content_section .news_tab_list li a.filter_all, .news_content_section .news_tab_list li a.articles-item { color: #f8b400; border: 1px solid #f8b400; } .news_content_section .news_tab_list li a.filter_all:hover, .news_content_section .news_tab_list li a.filter_all.active, .news_content_section .news_tab_list li a.articles-item:hover, .news_content_section .news_tab_list li a.articles-item.active { background-color: #f8b400; color: #ffffff; } .news_content_section .news_tab_list li a.video-item { color: #f80000; border: 1px solid #f80000; } .news_content_section .news_tab_list li a.video-item:hover, .news_content_section .news_tab_list li a.video-item.active { background-color: #f80000; color: #ffffff; } .news_content_section .news_tab_list li a.about_us-item { color: #0057f8; border: 1px solid #0057f8; } .news_content_section .news_tab_list li a.about_us-item:hover, .news_content_section .news_tab_list li a.about_us-item.active { background-color: #0057f8; color: #ffffff; } .news_content_section .news_list li { display: none; margin-bottom: 40px; } .news_content_section .news_list li.active { display: flex; } .news_content_section .pagination { margin-top: -10px; } .pagination { width: 100%; display: flex; justify-content: center; align-items: center; } .pagination ul { display: flex; justify-content: center; align-items: center; } .pagination ul li { margin: 0 5px; } .pagination ul li a, .pagination ul li span { color: #f8b400; font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; border: 1px solid #f8b400; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; text-align: center; } .pagination ul li span { align-items: flex-end; padding-bottom: 7px; } .pagination ul li a:hover { background-color: #f8b400; color: #ffffff; } .about_us_main { width: 100%; display: flex; justify-content: center; position: relative; } .about_us_main .container { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: flex-start; } .about_us_main .left_side { /*width: 50%;*/ padding-top: 30px; /*display: flex;*/ flex-direction: column; align-items: flex-start; padding-bottom: 50px;} .about_us_main .left_side h1 { margin-bottom: 6px; } .about_us_main .left_side p { width: 100%; display: inline; color: #000000; font-family: Gilroy; font-size: 19px; font-weight: 400; line-height: 30px; margin-bottom: 0; max-width: 503px; } .about_us_main .left_side p span{ line-height: 24px; } .about_us_main .left_side p { line-height: 24px; } .about_us_main .back_img { /*position: absolute;*/ /*top: 0;*/ /*right: 0;*/ /*bottom: 0;*/ /*margin-top: 50px;*/ /*width: 50%;*/ /*!*height: 100%;*!*/ /*max-height: 702px;*/ /*z-index: 1;*/ /*object-fit: cover; */ display: inline; float: right; width: 100%; max-height: 600px; object-fit: cover; margin-left: 0; } .statistic_wrap { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding-top: 60px; padding-bottom: 30px; } .statistic_wrap ul { width: 100%; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; } .statistic_wrap ul li { width: calc(50% - 15px); background-color: #f8b400; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 30px; } .statistic_wrap ul li .digit { color: #000000; font-family: "Gilroy Medium"; font-size: 100px; font-weight: 500; line-height: 100px; } .statistic_wrap ul li .bold_p { font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 35px; margin-bottom: 25px; } .statistic_wrap ul li .reg_p { font-size: 24px; font-weight: 400; line-height: 34px; margin-bottom: 0; } .terminal_info { width: 100%; display: flex; justify-content: center; padding: 170px 0; position: relative; } .terminal_info .back_img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .terminal_info .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 2; } .terminal_info .container { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; } .terminal_info .container p { width: 100%; max-width: 716px; text-align: center; color: #ffffff; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; margin-bottom: 0; } .total_summ_invest { width: 100%; display: flex; justify-content: center; background-color: #faf5e4; padding: 60px 0; } .total_summ_invest .container { display: flex; justify-content: space-between; align-items: center; } .total_summ_invest .left_side { width: 100%; max-width: 503px; } .total_summ_invest .left_side .invest_summ { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 100px; font-weight: 500; line-height: 100px; margin-bottom: 10px; } .total_summ_invest .left_side .bold_text { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 35px; margin-bottom: 17px; } .total_summ_invest .left_side .standart_text { font-size: 24px; font-weight: 400; line-height: 34px; margin-bottom: 15px; } .total_summ_invest .left_side .standart_text:last-of-type { margin-bottom: 0; } .total_summ_invest .right_side { width: 100%; max-width: 611px; } .total_summ_invest .right_side img { width: 100%; object-fit: cover; } .our_advantages { width: 100%; display: flex; justify-content: center; padding: 60px 0; } .our_advantages h2 { margin-bottom: 30px; } .our_advantages ul { width: 100%; display: flex; justify-content: space-between; align-items: stretch; border-left: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; flex-wrap: wrap; } .our_advantages ul li { width: 50%; border-right: 1px solid #dbdbdb; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid #dbdbdb; } .our_advantages ul li .title { width: 100%; color: #000000; font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 10px; } .our_advantages ul li p { max-width: 473px; margin-bottom: 0; } .our_advantages .slider_wrap { width: 100%; margin-top: 60px; position: relative; } .our_advantages .slider_wrap .slider { width: 100%; } .our_advantages .slider_wrap .slider .slide img { width: 100%; object-fit: cover; } .our_advantages .slider_wrap .arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; background-color: #faf5e4; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #f8b400; } .our_advantages .slider_wrap .arrow:hover { background-color: #f8b400; } .our_advantages .slider_wrap .arrow:hover svg path { fill: #ffffff; } .our_advantages .slider_wrap .arrow svg { width: 22px; height: 25px; } .our_advantages .slider_wrap .arrow svg path { fill: #f8b400; transition: .3s; } .our_advantages .slider_wrap .arrow.arrow_left { left: 10px; } .our_advantages .slider_wrap .arrow.arrow_right { right: 10px; } .team_section { width: 100%; display: flex; justify-content: center; } .team_section h2 { margin-bottom: 32px; } .team_section .swap_img { display: none; } .team_section .team_list { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .team_section .team_list li { width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; margin-bottom: 30px; } .team_section .team_list li > a { width: 100%; display: flex; border: 1px solid #dbdbdb; flex-direction: column; align-items: flex-start; justify-content: flex-start; height: 100%; } .team_section .team_list li > a:hover { border: 1px solid #f8b400; } .team_section .team_list li > a:hover .name, .team_section .team_list li > a:hover .role { color: #f8b400; } .team_section .team_list li > a figure { width: 100%; margin-bottom: 26px; } .team_section .team_list li > a figure img { width: 100%; height: 317px; object-fit: cover; } .team_section .team_list li > a .name { font-family: "Gilroy Medium"; font-size: 16px; font-weight: 500; line-height: 16px; transition: .3s; margin-bottom: 4px; padding-left: 31px; } .team_section .team_list li > a .role { line-height: 16px; transition: .3s; padding-left: 31px; } .team_section .team_list li > a .text_modal { display: none; } .team_section .team_list li.last_li_item { width: calc(75% - 30px); border: 1px solid #dbdbdb; display: flex; justify-content: space-between; align-items: center; padding-left: 70px; } .team_section .team_list li.last_li_item .left_side { width: 100%; max-width: 415px; display: flex; flex-direction: column; align-items: flex-start; } .team_section .team_list li.last_li_item .left_side .title_p { color: #000000; font-family: "Gilroy Medium"; font-size: 36px; font-weight: 500; line-height: 42px; } .team_section .team_list li.last_li_item .left_side a { max-width: 200px; } .team_section .team_list li.last_li_item .right_side img { opacity: 0.5; } .team_modal { width: 100%; max-width: 1250px !important; padding: 0 !important; } .team_modal .modal_container { width: 100%; } .team_modal .modal_container .inside { width: 100%; display: flex; justify-content: space-between; align-items: stretch; } .team_modal .modal_container .inside .left_side { width: 100%; max-width: 360px; display: flex; justify-content: center; align-items: center; } .team_modal .modal_container .inside .left_side img { width: 100%; object-fit: cover; height: 550px; } .team_modal .modal_container .inside .right_side { width: calc(100% - 360px); padding-left: 50px; padding-top: 50px; padding-right: 50px; } .team_modal .modal_container .inside .right_side .name { font-family: "Gilroy Medium"; font-size: 24px; font-weight: 500; line-height: 24px; margin-bottom: 9px; } .team_modal .modal_container .inside .right_side .role { line-height: 16px; } .team_modal .modal_container .inside .right_side .detailed_text { margin-bottom: 0; } .partners_section { width: 100%; display: flex; justify-content: center; padding-bottom: 40px; border-bottom: 2px solid #faf5e4; padding-top: 30px; } .partners_section h2 { margin-bottom: 72px; } .partners_section ul { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; } .partners_section ul li { width: calc(25% - 30px); margin-left: 15px; margin-right: 15px; display: flex; justify-content: center; align-items: center; margin-bottom: 95px; } .partners_section ul li .item { position: relative; display: flex; justify-content: center; align-items: center; } .partners_section ul li .item .partner_img { max-width: 100%; } .partners_section ul li .item .hover_block { position: absolute; left: 50%; transform: translateX(-50%); top: -160px; z-index: 3; width: 320px; opacity: 0; visibility: hidden; transition: .3s; } .partners_section ul li .item .hover_block.active { opacity: 1; visibility: visible; } .partners_section ul li .item .hover_block .inside { width: 100%; position: relative; padding: 10px 20px 27px; } .partners_section ul li .item .hover_block .inside .close_hover_block { position: absolute; top: 10px; right: 0; z-index: 5; display: flex; justify-content: center; align-items: center; display: none; } .partners_section ul li .item .hover_block .inside .hover_back { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .partners_section ul li .item .hover_block .inside p { position: relative; z-index: 2; color: #000000; font-family: Gilroy; font-size: 12px; font-weight: 400; line-height: 20px; margin-bottom: 0; } .btn-animation { display: none; } form input[type="submit"]:disabled, form button:disabled { background-color: #ffd974; cursor: not-allowed; font-size: 0; } button:disabled .btn-animation, input:disabled .btn-animation { display: inline-block; font-size: 2px; margin: 0 auto; text-indent: -9999em; width: 7em; height: 7em; border-radius: 50%; background: #ffffff; background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%); background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%); position: relative; -webkit-animation: load3 1.4s infinite linear; animation: load3 1.4s infinite linear; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .btn-animation:before { width: 50%; height: 50%; background: #ffffff; border-radius: 100% 0 0 0; position: absolute; top: 0; left: 0; content: ''; } .btn-animation:after { background-color: #ffd974; width: 75%; height: 75%; border-radius: 50%; content: ''; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } @-webkit-keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load3 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .our_advantages-img{ margin-bottom: 30px; height: 40px; } .table-content{ display: flex; justify-content: center; padding: 30px 0; } .table-content table { border: 1px solid #ccc; width: 100%; margin:0; padding:0; border-collapse: collapse; border-spacing: 0; } .table-content table tr { border: 1px solid #ddd; padding: 5px; } .table-content table th, table td { padding: 10px; text-align: center; border-right: 1px solid #ddd; } .table-content table th { color: #fff; background-color: #acacac; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; font-weight: bold; } #table-animate tbody tr td { transition: 1s; transform: translateX(15000px); }
0.510008
0.059047
body, body>*, main>*, #tablet-flexbox>*, #not-aside-container>* { margin: 0 auto; } body { display: flex; flex-direction: column; height: 100%; } html, body, #header, #tablet-flexbox, #aside, #not-aside-container, #cd-section, #box-section, #footer { width: 100%; min-width: 320px; } #header { height: 75px; line-height: 75px; } #tablet-flexbox { border: none; } #aside { height: 150px; line-height: 150px; } #not-aside-container { border: none; } #cd-section{ display: flex; flex-flow: column nowrap; } #div-c, #div-d { width: 100%; height: 125px; line-height: 125px; } #box-section { display: flex; flex-flow: row wrap; height:500px; } .box { max-height: 250px; min-height: 167px; width: 50%; line-height: 250px; background: #00eea8; } #footer { height: 80px; line-height: 80px; } /* Colors */ #header { background: #ebe600; } #aside { background: #edcc14; } #div-c { background: #efb228; } #div-d { background: #f1993d; } #div-e { background: #f37f51; } #div-f { background: #f66666; } #div-g { background: #f84c7a; } #div-h { background: #fa338f; } #footer { background: #ff00b8; } @media screen and (min-width: 425px) { #cd-section { flex-flow: row nowrap; } #div-c, #div-d { width: 50%; height: 200px; line-height: 200px; } /* Colors */ #header { background: #00e9ec; } #aside { background: #11e9d4; } #div-c { background: #19eac8; } #div-d { background: #22eabc; } #div-e { background: #2aebb0; } #div-f { background: #33eba4; } #div-g { background: #3bec98; } #div-h { background: #44ec8c; } #footer { background: #4ded80; } } @media screen and (min-width: 768px) { body { max-width: 1024px; display: block; } #header { height: 100px; line-height: 100px; } #tablet-flexbox { display: flex; flex-flow: row nowrap; border: none; min-width: 100%; } #aside { width: 20.83%; min-width: 0px; height: 600px; line-height: 450px; } #not-aside-container { width: 79.17%; display: flex; flex-flow: row wrap; border: none; } #div-c, #div-d { width: 50%; min-width: 0px; height: 200px; line-height: 200px; } #box-section { flex-flow: row nowrap; justify-content: space-between; width: 100%; height: 250px; flex-flow: row wrap; } .box { width: 25%; height: 250px; line-height: 250px; } #footer { width: 100%; height: 150px; line-height: 150px; } /* Colors */ #header { background: #afa4ef; } #aside { background: #b4abdf; } #div-c { background: #b9b3cf; } #div-d { background: #bfbbbf; } #div-e { background: #c4c3af; } #div-f { background: #c9ca9f; } #div-g { background: #cfd28f; } #div-h { background: #d4da7f; } #footer { background: #dfea60; } }
styles/layout.css
body, body>*, main>*, #tablet-flexbox>*, #not-aside-container>* { margin: 0 auto; } body { display: flex; flex-direction: column; height: 100%; } html, body, #header, #tablet-flexbox, #aside, #not-aside-container, #cd-section, #box-section, #footer { width: 100%; min-width: 320px; } #header { height: 75px; line-height: 75px; } #tablet-flexbox { border: none; } #aside { height: 150px; line-height: 150px; } #not-aside-container { border: none; } #cd-section{ display: flex; flex-flow: column nowrap; } #div-c, #div-d { width: 100%; height: 125px; line-height: 125px; } #box-section { display: flex; flex-flow: row wrap; height:500px; } .box { max-height: 250px; min-height: 167px; width: 50%; line-height: 250px; background: #00eea8; } #footer { height: 80px; line-height: 80px; } /* Colors */ #header { background: #ebe600; } #aside { background: #edcc14; } #div-c { background: #efb228; } #div-d { background: #f1993d; } #div-e { background: #f37f51; } #div-f { background: #f66666; } #div-g { background: #f84c7a; } #div-h { background: #fa338f; } #footer { background: #ff00b8; } @media screen and (min-width: 425px) { #cd-section { flex-flow: row nowrap; } #div-c, #div-d { width: 50%; height: 200px; line-height: 200px; } /* Colors */ #header { background: #00e9ec; } #aside { background: #11e9d4; } #div-c { background: #19eac8; } #div-d { background: #22eabc; } #div-e { background: #2aebb0; } #div-f { background: #33eba4; } #div-g { background: #3bec98; } #div-h { background: #44ec8c; } #footer { background: #4ded80; } } @media screen and (min-width: 768px) { body { max-width: 1024px; display: block; } #header { height: 100px; line-height: 100px; } #tablet-flexbox { display: flex; flex-flow: row nowrap; border: none; min-width: 100%; } #aside { width: 20.83%; min-width: 0px; height: 600px; line-height: 450px; } #not-aside-container { width: 79.17%; display: flex; flex-flow: row wrap; border: none; } #div-c, #div-d { width: 50%; min-width: 0px; height: 200px; line-height: 200px; } #box-section { flex-flow: row nowrap; justify-content: space-between; width: 100%; height: 250px; flex-flow: row wrap; } .box { width: 25%; height: 250px; line-height: 250px; } #footer { width: 100%; height: 150px; line-height: 150px; } /* Colors */ #header { background: #afa4ef; } #aside { background: #b4abdf; } #div-c { background: #b9b3cf; } #div-d { background: #bfbbbf; } #div-e { background: #c4c3af; } #div-f { background: #c9ca9f; } #div-g { background: #cfd28f; } #div-h { background: #d4da7f; } #footer { background: #dfea60; } }
0.196865
0.05328
@media screen and (min-width: 1280px) { .carousel-div { max-width: 1280px; } } @media screen and (max-width: 1280px) { } @media screen and (max-width: 768px ) { #product{ display: none; } .logo-text-acad{ display: none; } .logo-text-main{ display: none; } #logoImg{ justify-content: center !important; justify-items: center !important; justify-self: center !important; } #featuredProducts{ display: none; } #headerCompany, #headerLibrary, #headerContact, #headerLanguage, #headerCurrency, #iconSearch, #iconProfile, #iconWishlist, #iconCart{ display: none; } } /*Global Classes*/ .greenText{ color: #84bc22; } .bgGreen{ background-color: #84bc22; } /* Header Style */ .logo-text-main{ color:#011847; font-size:3vw; font-family: 'Lato', sans-serif; letter-spacing: .2rem; padding: 0px; margin: 0px; margin-bottom:1px; padding-top: 1px; font-weight: 800; } .logo-text-acad{ color:#84bc22; font-size: 2vw; padding: 0px; margin: 0px; margin-top: 1px; font-family: 'Lato', sans-serif; } .pull-left{ float: left; } .megamenu-li { position: static; } .megamenu { position: absolute; width: 100%; left: 0; right: 0; background-color:#262a32; color: white; } #navigation-text a{ color:white; padding-left: 0px; } #navigation-text a:hover { background-color:#262a32; } .navbar li{ font-family: 'Lato', sans-serif; } .navbar-brand{ margin-right: 12%; } .dropdown:hover > .dropdown-menu { display: block; } /* Cart & Wishlist Number Style */ .cartItemNumber{ border: 1px solid #84bc22; color: white; background-color: white; border-radius: 50%; position: absolute; right: 50%; top: 50%; color: #84bc22; font-weight: bold; font-size: 0.9vw; } .wishlistItemNumber{ border: 1px solid #84bc22; color: white; background-color: white; border-radius: 50%; position: absolute; right: 50%; top: 50%; color: #84bc22; font-weight: bold; font-size: 0.9vw; } .nav-item.m-2{ position: relative; } /* Carousel Style */ .carousel-button{ text-align: center; position: absolute; z-index: 99; top: 60%; background-color: transparent; border-color: white; text-align: center; color: white; font-family: 'Lato', sans-serif; font-size: 1vw; border: 1px solid white; border-radius: 30px; padding: 1rem 3rem; margin: 5%; } .carousel-text-left{ left: 0%; } .carousel-text-right{ right: 0%; } .carousel-text-center-header{ left: 23%; } .carousel-text-center-paragraph{ left: 22%; } .carousel-text-center-button{ left: 37%; } .carousel-paragraph{ position: absolute; color: white; z-index: 100; top:43%; margin: 5%; font-family: Lato; font-size: 1vw; } .carousel-heading{ position: absolute; color: white; z-index: 100; top:3%; margin: 5%; font-family: 'Myriad-Pro'; font-size: 3vw; font-weight: bold; } .carousel-indicators li { border-radius: 15px; width: 15px; height: 15px; background-color: #97a0a2; border: white; border-style:solid; } .responsive-img{ width: 100%; height: auto; } /* Card Style */ .card-img { width: 100%; height: 100%; object-fit: cover; margin: 0%; } .gradient-card{ background: linear-gradient(to top, #857cadab, #e27a9ee0), url("../images/product-tile-8.png") no-repeat center; width: 100%; } .hoverly-item { position: absolute; top: 0%; opacity: 0; background-color: rgba(52, 201, 124, 0.86); width: 100%; height: 100%; transition: all .4s ease-in; } .product-box:hover .hoverly-item { opacity: 1; transition: all .4s ease-in; } .hoverly-item button{ border-radius: 50%; border: none; font-size: 2.5vw; background-color: white; } .add-to-wishlist-button{ position: absolute; top: 40%; right: 30%; } .add-to-cart-button{ position: absolute; top: 40%; left: 30%; } .plus{ color:lightseagreen; margin: auto; } .heart{ color:red; margin: auto; } .hoverly-item button:hover{ background-color:white; border:none; } .hoverly-item button:active{ border:none; } .product-box iframe{ width:100%; height:180px; } /* Product Tile Style*/ .load-more-button{ text-align: center; position: absolute; background-color: transparent; border-color: white; text-align: center; color: white; font-family: Lato; border: 1px solid white; border-radius: 30px; font-size: 1vw; } /*Full-width Image Style*/ .overlay { z-index: 99; width: 70%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .overlay>h2{ text-align: center; color: white; font-size: 5vw; font-weight: 800; font-family: 'Lato', sans-serif; } .overlay>p{ text-align: center; color: white; font-size: 1vw; font-family: 'Lato', sans-serif; } .quotation_div { position: relative; display: table; } /*Featured Products Style*/ .carousel-control-prev{ width:4% ; color:black; } .carousel-control-next{ width: 4%; color:black; } /*Login Modal Style*/ .btn-login{ background-color: #84bc22; color: white; } /*Footer Style*/ .footer-text{ font-family: 'Lato', sans-serif; font-size: 1,5vw; color:black; } .footer-head{ font-family: 'Lato', sans-serif; font-weight: bold; font-size: 1,5vw; color:black; }
Test-Work-master/css/styles.css
@media screen and (min-width: 1280px) { .carousel-div { max-width: 1280px; } } @media screen and (max-width: 1280px) { } @media screen and (max-width: 768px ) { #product{ display: none; } .logo-text-acad{ display: none; } .logo-text-main{ display: none; } #logoImg{ justify-content: center !important; justify-items: center !important; justify-self: center !important; } #featuredProducts{ display: none; } #headerCompany, #headerLibrary, #headerContact, #headerLanguage, #headerCurrency, #iconSearch, #iconProfile, #iconWishlist, #iconCart{ display: none; } } /*Global Classes*/ .greenText{ color: #84bc22; } .bgGreen{ background-color: #84bc22; } /* Header Style */ .logo-text-main{ color:#011847; font-size:3vw; font-family: 'Lato', sans-serif; letter-spacing: .2rem; padding: 0px; margin: 0px; margin-bottom:1px; padding-top: 1px; font-weight: 800; } .logo-text-acad{ color:#84bc22; font-size: 2vw; padding: 0px; margin: 0px; margin-top: 1px; font-family: 'Lato', sans-serif; } .pull-left{ float: left; } .megamenu-li { position: static; } .megamenu { position: absolute; width: 100%; left: 0; right: 0; background-color:#262a32; color: white; } #navigation-text a{ color:white; padding-left: 0px; } #navigation-text a:hover { background-color:#262a32; } .navbar li{ font-family: 'Lato', sans-serif; } .navbar-brand{ margin-right: 12%; } .dropdown:hover > .dropdown-menu { display: block; } /* Cart & Wishlist Number Style */ .cartItemNumber{ border: 1px solid #84bc22; color: white; background-color: white; border-radius: 50%; position: absolute; right: 50%; top: 50%; color: #84bc22; font-weight: bold; font-size: 0.9vw; } .wishlistItemNumber{ border: 1px solid #84bc22; color: white; background-color: white; border-radius: 50%; position: absolute; right: 50%; top: 50%; color: #84bc22; font-weight: bold; font-size: 0.9vw; } .nav-item.m-2{ position: relative; } /* Carousel Style */ .carousel-button{ text-align: center; position: absolute; z-index: 99; top: 60%; background-color: transparent; border-color: white; text-align: center; color: white; font-family: 'Lato', sans-serif; font-size: 1vw; border: 1px solid white; border-radius: 30px; padding: 1rem 3rem; margin: 5%; } .carousel-text-left{ left: 0%; } .carousel-text-right{ right: 0%; } .carousel-text-center-header{ left: 23%; } .carousel-text-center-paragraph{ left: 22%; } .carousel-text-center-button{ left: 37%; } .carousel-paragraph{ position: absolute; color: white; z-index: 100; top:43%; margin: 5%; font-family: Lato; font-size: 1vw; } .carousel-heading{ position: absolute; color: white; z-index: 100; top:3%; margin: 5%; font-family: 'Myriad-Pro'; font-size: 3vw; font-weight: bold; } .carousel-indicators li { border-radius: 15px; width: 15px; height: 15px; background-color: #97a0a2; border: white; border-style:solid; } .responsive-img{ width: 100%; height: auto; } /* Card Style */ .card-img { width: 100%; height: 100%; object-fit: cover; margin: 0%; } .gradient-card{ background: linear-gradient(to top, #857cadab, #e27a9ee0), url("../images/product-tile-8.png") no-repeat center; width: 100%; } .hoverly-item { position: absolute; top: 0%; opacity: 0; background-color: rgba(52, 201, 124, 0.86); width: 100%; height: 100%; transition: all .4s ease-in; } .product-box:hover .hoverly-item { opacity: 1; transition: all .4s ease-in; } .hoverly-item button{ border-radius: 50%; border: none; font-size: 2.5vw; background-color: white; } .add-to-wishlist-button{ position: absolute; top: 40%; right: 30%; } .add-to-cart-button{ position: absolute; top: 40%; left: 30%; } .plus{ color:lightseagreen; margin: auto; } .heart{ color:red; margin: auto; } .hoverly-item button:hover{ background-color:white; border:none; } .hoverly-item button:active{ border:none; } .product-box iframe{ width:100%; height:180px; } /* Product Tile Style*/ .load-more-button{ text-align: center; position: absolute; background-color: transparent; border-color: white; text-align: center; color: white; font-family: Lato; border: 1px solid white; border-radius: 30px; font-size: 1vw; } /*Full-width Image Style*/ .overlay { z-index: 99; width: 70%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .overlay>h2{ text-align: center; color: white; font-size: 5vw; font-weight: 800; font-family: 'Lato', sans-serif; } .overlay>p{ text-align: center; color: white; font-size: 1vw; font-family: 'Lato', sans-serif; } .quotation_div { position: relative; display: table; } /*Featured Products Style*/ .carousel-control-prev{ width:4% ; color:black; } .carousel-control-next{ width: 4%; color:black; } /*Login Modal Style*/ .btn-login{ background-color: #84bc22; color: white; } /*Footer Style*/ .footer-text{ font-family: 'Lato', sans-serif; font-size: 1,5vw; color:black; } .footer-head{ font-family: 'Lato', sans-serif; font-weight: bold; font-size: 1,5vw; color:black; }
0.301876
0.069605
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?92q3k1'); src: url('../fonts/icomoon.eot?92q3k1#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?92q3k1') format('truetype'), url('../fonts/icomoon.woff?92q3k1') format('woff'), url('../fonts/icomoon.svg?92q3k1#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-search:before { content: "\e90b"; } .icon-arrow-right:before { content: "\e900"; } .icon-caret:before { content: "\e901"; } .icon-data-transmission-bottom:before { content: "\e902"; } .icon-heart-plus:before { content: "\e903"; } .icon-mail .path1:before { content: "\e904"; } .icon-mail .path2:before { content: "\e905"; margin-left: -1.1767578125em; } .icon-menu:before { content: "\e906"; } .icon-minus:before { content: "\e907"; } .icon-pin:before { content: "\e908"; } .icon-plus:before { content: "\e909"; } .icon-reload:before { content: "\e90a"; } .icon-sliders:before { content: "\e90c"; } .icon-user:before { content: "\e90d"; } .icon-arrow-up-down:before, .path1:before { content: "\ea3e"; } .icon-arrow-down2:before { content: "\ea3e"; } .d-none { display: none; } .d-flex { display: flex; } /*.icon-arrow-up-down .path2:before { content: "\e90f"; margin-left: -1.154296875em; }*/ .icon-arrow-up2:before { content: "\ea3a"; } .icon-basket:before { content: "\e913"; } .icon-close .path1:before { content: "\e914"; } .icon-close .path2:before { content: "\e915"; margin-left: -1em; } .icon-gear:before { content: "\e916"; } .icon-heart:before { content: "\e917"; } .icon-power:before { content: "\e918"; } .icon-list-2:before { content: "\e910"; } .icon-list:before { content: "\e911"; } .icon-bag:before { content: "\e912"; }
web/css/icomoon.css
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?92q3k1'); src: url('../fonts/icomoon.eot?92q3k1#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?92q3k1') format('truetype'), url('../fonts/icomoon.woff?92q3k1') format('woff'), url('../fonts/icomoon.svg?92q3k1#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-search:before { content: "\e90b"; } .icon-arrow-right:before { content: "\e900"; } .icon-caret:before { content: "\e901"; } .icon-data-transmission-bottom:before { content: "\e902"; } .icon-heart-plus:before { content: "\e903"; } .icon-mail .path1:before { content: "\e904"; } .icon-mail .path2:before { content: "\e905"; margin-left: -1.1767578125em; } .icon-menu:before { content: "\e906"; } .icon-minus:before { content: "\e907"; } .icon-pin:before { content: "\e908"; } .icon-plus:before { content: "\e909"; } .icon-reload:before { content: "\e90a"; } .icon-sliders:before { content: "\e90c"; } .icon-user:before { content: "\e90d"; } .icon-arrow-up-down:before, .path1:before { content: "\ea3e"; } .icon-arrow-down2:before { content: "\ea3e"; } .d-none { display: none; } .d-flex { display: flex; } /*.icon-arrow-up-down .path2:before { content: "\e90f"; margin-left: -1.154296875em; }*/ .icon-arrow-up2:before { content: "\ea3a"; } .icon-basket:before { content: "\e913"; } .icon-close .path1:before { content: "\e914"; } .icon-close .path2:before { content: "\e915"; margin-left: -1em; } .icon-gear:before { content: "\e916"; } .icon-heart:before { content: "\e917"; } .icon-power:before { content: "\e918"; } .icon-list-2:before { content: "\e910"; } .icon-list:before { content: "\e911"; } .icon-bag:before { content: "\e912"; }
0.267217
0.080828
.container, .container_alt { width: 100%; max-width: 1180px; margin: 0 auto; padding:0 0; overflow:hidden; position:relative; } #header .container{ overflow:visible;} #footer .container{ background:none !important; } /* @columns ******************************************************************************************** ********************************************************************************************/ .onecol, .twocol, .threecol, .fourcol, .fivecol,.fifthcol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol,.warpbox { margin-left:0; float: left; min-height: 1px; } .foocol{ margin:0 0 0 0; width:21.33%; padding: 20px 0 20px 80px; position:relative; height:100%; min-height:1px; float:left; } .foocol.first{width:36%;padding: 20px 0 20px 0;} /*sidebar*/ .fourcol{ width:24%; padding:0 0;margin:0 0 40px 0 !important; min-height:1px; float:right;} /*content*/ .eightcol{width:76%;padding:0 0; margin:0 0 40px 0 !important; min-height:1px; float:left;} /* sidebar position */ .postbarLeft .eightcol{ float: right !important} .postbarLeft .fourcol{ float: left !important} .postbarNone .eightcol{ width:100%;} .postbarNone .entryhead iframe{ width:100%;} .woocommerce-page #foliocontent{ float: right !important; width:75%;} .woocommerce-page #foliosidebar{ float: left !important; width:25%;} .woocommerce-page #foliosidebar .sidewrap{padding:0 40px 0 0;} .sixcol{width:50%} .first, .ml-first {margin-left: 0px !important;} .widgetable{ padding:0 0 0 35px; overflow:hidden; margin:0 0 0 0; } .postbarLeft .widgetable{padding:0 35px 0 0;} .widgetable_sticky.scroll-to-fixed-fixed{ min-width:285px;} .colsingle #content{ margin:0 auto !important; float:none;} .colsingle #sidebar{ display:none !important;} /* @responsive mode ******************************************************************************************** ********************************************************************************************/ @media screen and (max-width: 1223px) { .container, .container_alt{ padding:0 20px;} .mainflex-full{margin: 0 auto 0 !important;max-width: 100%;width: 100%;} .about-widget p.authorinfo{ padding:0 25px; bottom:30px;} } /* iPad Landscape */ @media screen and (max-width: 1130px) { .slide-nav li > a {padding: 18px 25px 15px 20px;} .nav > li > a{ margin:0 6px;} #core, .postbar {padding-top: 20px !important;} .post-previous, .post-next{ bottom:70px;} .widgetable_sticky.scroll-to-fixed-fixed{ position:relative !important; top:auto !important; left:auto !important; right:auto !important;} .widgetable {padding: 0 0 0 20px;} .postbarLeft .widgetable{padding:0 20px 0 0;} .mainflex {margin: 0 auto 20px;} .imgsmall .item_inn { padding: 5px 20px;} .imgsmall .entryhead{margin:0 20px 0 0 ;} .imgsmall .item:nth-child(odd) .entryhead{ margin:0 0 0 20px;} .imgsmall .item_inn h2.posttitle {margin:0 0 8px 0;} .imgsmall .teaser{ font-size:90% !important; line-height:1.7 !important;} @media screen and (max-width: 935px){ .imgsmall p.meta_more{ display:none;} #curtain .searchform {left: 0;margin: -40px 0 0 20px;} #curtain a.curtainclose{ left:auto; margin: -15px 20px 0 0;} .about-widget img { margin: 0 0 0 -25%; max-width: 150%; width: 150%; } .about-titles{ padding:0 10px ;} .about-widget h2{ font-size:16px !important;} .about-widget p.authorinfo { padding: 0 10px; font-size: 75%; } } /*iPad Portrait */ @media screen and (max-width: 770px){ div.tooltip p:after, .nav>li>ul:after, .sf-arrows .sf-with-ul::after, .sf-arrows .sf-with-ul::after, .slide-nav, .tmnf_icon{ display:none !important;} body { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0; padding-right: 0; margin-top:0; font-size: 16px; -webkit-text-size-adjust: none; } .onecol, .twocol, .threecol,.threecol_spec, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol,.fifthcol { width: auto; float: none !important; padding-left: 0px; padding-right: 0px; margin-left: 0; margin-right: 0; } #header {padding: 10px 0 0;} #titles{ margin:10px auto !important;} /* mobile menu */ a#navtrigger, a#navtrigger-sec{ display:block !important;} .navhead{ position:relative !important; top:auto !important; left:auto !important; right:auto !important;} #navigation{ display:none; position:relative; top:auto; margin:-20px 0 0 0 !important; padding:60px 0 0 0 !important; background-color:#222 !important;-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; border-top: none !important; } #navigation a{ color:#ddd !important;} #navigation a:hover, #navigation .current-menu-item>a{color:#f4a107 !important;} ul.nav, #main-nav{ width:100% !important; margin:0 0 0 0 !important; padding:0 0 0 0 !important;} ul.nav li, .nav li ul, #main-nav li.mega ul.sub-menu { width:100% !important; background-color: transparent !important; border:none !important; float:none; display:block;margin:0 0 0 0 !important; position:relative !important; left:auto !important; display:block !important; visibility:visible !important; padding-top:0;} #navigation .nav li ul li > a{ border-bottom:1px dotted #444 !important; text-align:left;} ul.nav li a{ width:100% !important; text-align:left; padding:15px 20px !important; margin:0 0 0 20px; font-size:16px !important;} .nav li ul li > a {font-size: 13px !important;} .nav li a.sf-with-ul {padding-right: 0 !important;} #main-nav > li > a {margin: 0 0 0 0 !important;} .nav > li > ul > li, .nav li ul ul li, #main-nav li ul li > a, .nav li ul li > a {max-width: 100% !important;margin:0 0 0 0; padding:0 0 0 0;} .nav li ul{ padding:0 20px;} #main-nav li.mega ul.sub-menu { min-height:0px;} .nav li ul ul{ margin:0 0 0 0; padding:0 0 0 0;} div.sub, .nav > li > ul:after{ display:none !important;} .sf-arrows .sf-with-ul::after { right: 15px;} /* end mobile menu */ /*//// stacked clomuns & posts */ /* columns */ #footer .foocol, .blocker, .woocommerce-page #foliocontent, .woocommerce-page #foliosidebar, .eightcol, .fourcol, .footer-logo, .bottom-menu, { padding: 0 0 !important; width: 100%; margin:0 auto !important; float:none !important; display:block; width:100%; border-left: none; border-right:none; } .blogger.imgsmall-two div.post, .blogger.imgsmall-two div.page { width:49.5% !important; float:left; } .imgsmall-two div.item{min-height: 0;} #sidebar, .foocol{ max-width:300px; width:100%; float:none; margin:0 auto !important; padding:0 0 !important;} .widgetable {padding: 0 0 0 0 !important;} /* posts */ .blogger div.post, .blogger div.page, .blocker .tab-post{ width:100% !important; float:none; height:auto;} .postbarLeft .eightcol {float: none !important;} /*//// end stacked colmuns & posts */ /* woocommerce */ .woocommerce-page div.product div.summary { margin: 0 0 40px 0; width: 100%; } .woocommerce-page ul.products li.product, .woocommerce ul.products li.product { width: 100% !important; margin:0 0 30px 0 !important; } .woocommerce h1.page-title, p.woocommerce-result-count{ text-align:center; width:100%;} .woocommerce #foliocontent .woocommerce-tabs, .woocommerce #foliocontent .related.products {width: 100%;} .woocommerce-page #foliosidebar {clear: both;} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float: none;} .tmnf-sc-quote.left, .tmnf-sc-quote.right{ width:100%; float:none; margin-left:0; margin-right:0} .contact-form .forms textarea, .contact-form .forms input.txt{ width:100%; float:none; margin-left:0; margin-right:0; padding-left:0; padding-right:0} .contact-form .forms label{ margin-bottom:10px} .contact-form .forms .buttons .submit, .contact-form .forms input#sendCopy{ margin-left:0;} /* comments */ .commentlist li.comment {padding: 20px 5px 10px 5px;} ul.children li.comment:last-child {padding: 20px 0 10px 20px !important;} .commentlist .avatar {right: 0;left:auto;top: 0;width: 40px;} li.bypostauthor{ padding-left:10px !important;} /* other */ .flexinside, .mainflexplain .flexinside{ width:60% !important; left:20% !important; bottom:0;} .mainflex .flex-direction-nav .flex-next {right: 20px;} .mainflex:hover .flex-direction-nav .flex-next {right: 0;} .mainflex-full .loading-inn i{ left:50%;} .flexinside h2, h2.archiv, h1.entry-title, .imglarge h2.posttitle, h2, blockquote{ font-size: 36px !important; font-size: 3.4vw !important; line-height:1.0 !important; } .postbarNone .entryhead {margin: 0 0;} .postbarNone .item_inn {padding: 20px 40px 40px;} .postbarNone .entryhead img{ opacity:1;margin:-10px 0;} .entryfull {margin: 0 0;} .footer-logo{ text-align:center; width:100%;} .footer-logo img{ float:none; display:block; margin:20px auto;} .bottom-menu{ max-width:90%; margin:30px auto !important; float:none !important} } @media only screen and (max-width: 589px) { h2.archiv, h1.entry-title, .imglarge h2.posttitle, h2{ font-size: 5.8vw !important; } .comment-form-author, .comment-form-email, .comment-form-url, #post-nav, .postauthor{ width:100%;} #respond textarea{ width:99.5%;} .entry blockquote { margin: 5px 10px; padding: 0 20px !important; } .post-previous, .post-next, .post-nav-image{width: 20px !important;} h2.block, .mag-one .post-big, .mag-one .post-small, .blogger.imgsmall-two div.post, .blogger.imgsmall-two div.page, .blogger.imgsmall div.post, .blogger.imgsmall div.page{ width:100% !important; max-width:440px; float:none !important; margin-right:auto !important; margin-left:auto !important; overflow:hidden; min-height: 0;} .imgsmall-two .item_inn { min-height: 0;} .blogger.imgsmall .entryhead{ float:none !important;width:100% !important; margin:0 0 0 0 !important;} .imgsmall .item_inn {padding: 20px 25px;} .imgsmall p.meta_more{ display:block;} .scrollTo_top{ right:0; width:100%;} .scrollTo_top a{ display:block;} .scrollTo_top a i { float: none; padding: 5px 18px 12px; } .page .item_inn, .imglarge .item_inn, .single-post .item .item_inn { padding: 20px 20px 20px; } .meta-single{ padding:0 0 10px 0;} .imglarge .meta.author, .imglarge .meta.date, .imglarge .meta.counter,.imglarge .meta_more, .meta-single .meta { float: none !important; margin-bottom:5px;} .imglarge .entryhead h2 { bottom: 0;} .imglarge .meta_more a {float: left; margin-top: 20px;} .postauthor {padding: 10px 20px;} } @media only screen and (max-width: 485px) { .container, .container_alt {padding: 0 10px;} .mainflexplain .flexinside{ text-align:center; padding:0 10px; left: 15%; width: 70%;} .flexinside h2{ font-size:18px !important; text-align:center; } #titles {width: 60% !important;} h1.entry-title { padding: 20px 20px 15px;} .blogger .entryhead iframe { max-height: 200px; } .imgsmall .item_inn, .imgsmall-two .item_inn {padding: 20px 15px;} ul.related, ul.related li img{ width:100%;} ul.related li{ width:100% !important; margin:0 0 30px 0; height:auto;} }
public/wp-content/themes/litera/style-mobile-ver=4.4.2.css
.container, .container_alt { width: 100%; max-width: 1180px; margin: 0 auto; padding:0 0; overflow:hidden; position:relative; } #header .container{ overflow:visible;} #footer .container{ background:none !important; } /* @columns ******************************************************************************************** ********************************************************************************************/ .onecol, .twocol, .threecol, .fourcol, .fivecol,.fifthcol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol,.warpbox { margin-left:0; float: left; min-height: 1px; } .foocol{ margin:0 0 0 0; width:21.33%; padding: 20px 0 20px 80px; position:relative; height:100%; min-height:1px; float:left; } .foocol.first{width:36%;padding: 20px 0 20px 0;} /*sidebar*/ .fourcol{ width:24%; padding:0 0;margin:0 0 40px 0 !important; min-height:1px; float:right;} /*content*/ .eightcol{width:76%;padding:0 0; margin:0 0 40px 0 !important; min-height:1px; float:left;} /* sidebar position */ .postbarLeft .eightcol{ float: right !important} .postbarLeft .fourcol{ float: left !important} .postbarNone .eightcol{ width:100%;} .postbarNone .entryhead iframe{ width:100%;} .woocommerce-page #foliocontent{ float: right !important; width:75%;} .woocommerce-page #foliosidebar{ float: left !important; width:25%;} .woocommerce-page #foliosidebar .sidewrap{padding:0 40px 0 0;} .sixcol{width:50%} .first, .ml-first {margin-left: 0px !important;} .widgetable{ padding:0 0 0 35px; overflow:hidden; margin:0 0 0 0; } .postbarLeft .widgetable{padding:0 35px 0 0;} .widgetable_sticky.scroll-to-fixed-fixed{ min-width:285px;} .colsingle #content{ margin:0 auto !important; float:none;} .colsingle #sidebar{ display:none !important;} /* @responsive mode ******************************************************************************************** ********************************************************************************************/ @media screen and (max-width: 1223px) { .container, .container_alt{ padding:0 20px;} .mainflex-full{margin: 0 auto 0 !important;max-width: 100%;width: 100%;} .about-widget p.authorinfo{ padding:0 25px; bottom:30px;} } /* iPad Landscape */ @media screen and (max-width: 1130px) { .slide-nav li > a {padding: 18px 25px 15px 20px;} .nav > li > a{ margin:0 6px;} #core, .postbar {padding-top: 20px !important;} .post-previous, .post-next{ bottom:70px;} .widgetable_sticky.scroll-to-fixed-fixed{ position:relative !important; top:auto !important; left:auto !important; right:auto !important;} .widgetable {padding: 0 0 0 20px;} .postbarLeft .widgetable{padding:0 20px 0 0;} .mainflex {margin: 0 auto 20px;} .imgsmall .item_inn { padding: 5px 20px;} .imgsmall .entryhead{margin:0 20px 0 0 ;} .imgsmall .item:nth-child(odd) .entryhead{ margin:0 0 0 20px;} .imgsmall .item_inn h2.posttitle {margin:0 0 8px 0;} .imgsmall .teaser{ font-size:90% !important; line-height:1.7 !important;} @media screen and (max-width: 935px){ .imgsmall p.meta_more{ display:none;} #curtain .searchform {left: 0;margin: -40px 0 0 20px;} #curtain a.curtainclose{ left:auto; margin: -15px 20px 0 0;} .about-widget img { margin: 0 0 0 -25%; max-width: 150%; width: 150%; } .about-titles{ padding:0 10px ;} .about-widget h2{ font-size:16px !important;} .about-widget p.authorinfo { padding: 0 10px; font-size: 75%; } } /*iPad Portrait */ @media screen and (max-width: 770px){ div.tooltip p:after, .nav>li>ul:after, .sf-arrows .sf-with-ul::after, .sf-arrows .sf-with-ul::after, .slide-nav, .tmnf_icon{ display:none !important;} body { width: 100%; min-width: 0; margin-left: 0px; margin-right: 0px; padding-left: 0; padding-right: 0; margin-top:0; font-size: 16px; -webkit-text-size-adjust: none; } .onecol, .twocol, .threecol,.threecol_spec, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol,.fifthcol { width: auto; float: none !important; padding-left: 0px; padding-right: 0px; margin-left: 0; margin-right: 0; } #header {padding: 10px 0 0;} #titles{ margin:10px auto !important;} /* mobile menu */ a#navtrigger, a#navtrigger-sec{ display:block !important;} .navhead{ position:relative !important; top:auto !important; left:auto !important; right:auto !important;} #navigation{ display:none; position:relative; top:auto; margin:-20px 0 0 0 !important; padding:60px 0 0 0 !important; background-color:#222 !important;-moz-border-radius: 2px;-khtml-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; border-top: none !important; } #navigation a{ color:#ddd !important;} #navigation a:hover, #navigation .current-menu-item>a{color:#f4a107 !important;} ul.nav, #main-nav{ width:100% !important; margin:0 0 0 0 !important; padding:0 0 0 0 !important;} ul.nav li, .nav li ul, #main-nav li.mega ul.sub-menu { width:100% !important; background-color: transparent !important; border:none !important; float:none; display:block;margin:0 0 0 0 !important; position:relative !important; left:auto !important; display:block !important; visibility:visible !important; padding-top:0;} #navigation .nav li ul li > a{ border-bottom:1px dotted #444 !important; text-align:left;} ul.nav li a{ width:100% !important; text-align:left; padding:15px 20px !important; margin:0 0 0 20px; font-size:16px !important;} .nav li ul li > a {font-size: 13px !important;} .nav li a.sf-with-ul {padding-right: 0 !important;} #main-nav > li > a {margin: 0 0 0 0 !important;} .nav > li > ul > li, .nav li ul ul li, #main-nav li ul li > a, .nav li ul li > a {max-width: 100% !important;margin:0 0 0 0; padding:0 0 0 0;} .nav li ul{ padding:0 20px;} #main-nav li.mega ul.sub-menu { min-height:0px;} .nav li ul ul{ margin:0 0 0 0; padding:0 0 0 0;} div.sub, .nav > li > ul:after{ display:none !important;} .sf-arrows .sf-with-ul::after { right: 15px;} /* end mobile menu */ /*//// stacked clomuns & posts */ /* columns */ #footer .foocol, .blocker, .woocommerce-page #foliocontent, .woocommerce-page #foliosidebar, .eightcol, .fourcol, .footer-logo, .bottom-menu, { padding: 0 0 !important; width: 100%; margin:0 auto !important; float:none !important; display:block; width:100%; border-left: none; border-right:none; } .blogger.imgsmall-two div.post, .blogger.imgsmall-two div.page { width:49.5% !important; float:left; } .imgsmall-two div.item{min-height: 0;} #sidebar, .foocol{ max-width:300px; width:100%; float:none; margin:0 auto !important; padding:0 0 !important;} .widgetable {padding: 0 0 0 0 !important;} /* posts */ .blogger div.post, .blogger div.page, .blocker .tab-post{ width:100% !important; float:none; height:auto;} .postbarLeft .eightcol {float: none !important;} /*//// end stacked colmuns & posts */ /* woocommerce */ .woocommerce-page div.product div.summary { margin: 0 0 40px 0; width: 100%; } .woocommerce-page ul.products li.product, .woocommerce ul.products li.product { width: 100% !important; margin:0 0 30px 0 !important; } .woocommerce h1.page-title, p.woocommerce-result-count{ text-align:center; width:100%;} .woocommerce #foliocontent .woocommerce-tabs, .woocommerce #foliocontent .related.products {width: 100%;} .woocommerce-page #foliosidebar {clear: both;} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float: none;} .tmnf-sc-quote.left, .tmnf-sc-quote.right{ width:100%; float:none; margin-left:0; margin-right:0} .contact-form .forms textarea, .contact-form .forms input.txt{ width:100%; float:none; margin-left:0; margin-right:0; padding-left:0; padding-right:0} .contact-form .forms label{ margin-bottom:10px} .contact-form .forms .buttons .submit, .contact-form .forms input#sendCopy{ margin-left:0;} /* comments */ .commentlist li.comment {padding: 20px 5px 10px 5px;} ul.children li.comment:last-child {padding: 20px 0 10px 20px !important;} .commentlist .avatar {right: 0;left:auto;top: 0;width: 40px;} li.bypostauthor{ padding-left:10px !important;} /* other */ .flexinside, .mainflexplain .flexinside{ width:60% !important; left:20% !important; bottom:0;} .mainflex .flex-direction-nav .flex-next {right: 20px;} .mainflex:hover .flex-direction-nav .flex-next {right: 0;} .mainflex-full .loading-inn i{ left:50%;} .flexinside h2, h2.archiv, h1.entry-title, .imglarge h2.posttitle, h2, blockquote{ font-size: 36px !important; font-size: 3.4vw !important; line-height:1.0 !important; } .postbarNone .entryhead {margin: 0 0;} .postbarNone .item_inn {padding: 20px 40px 40px;} .postbarNone .entryhead img{ opacity:1;margin:-10px 0;} .entryfull {margin: 0 0;} .footer-logo{ text-align:center; width:100%;} .footer-logo img{ float:none; display:block; margin:20px auto;} .bottom-menu{ max-width:90%; margin:30px auto !important; float:none !important} } @media only screen and (max-width: 589px) { h2.archiv, h1.entry-title, .imglarge h2.posttitle, h2{ font-size: 5.8vw !important; } .comment-form-author, .comment-form-email, .comment-form-url, #post-nav, .postauthor{ width:100%;} #respond textarea{ width:99.5%;} .entry blockquote { margin: 5px 10px; padding: 0 20px !important; } .post-previous, .post-next, .post-nav-image{width: 20px !important;} h2.block, .mag-one .post-big, .mag-one .post-small, .blogger.imgsmall-two div.post, .blogger.imgsmall-two div.page, .blogger.imgsmall div.post, .blogger.imgsmall div.page{ width:100% !important; max-width:440px; float:none !important; margin-right:auto !important; margin-left:auto !important; overflow:hidden; min-height: 0;} .imgsmall-two .item_inn { min-height: 0;} .blogger.imgsmall .entryhead{ float:none !important;width:100% !important; margin:0 0 0 0 !important;} .imgsmall .item_inn {padding: 20px 25px;} .imgsmall p.meta_more{ display:block;} .scrollTo_top{ right:0; width:100%;} .scrollTo_top a{ display:block;} .scrollTo_top a i { float: none; padding: 5px 18px 12px; } .page .item_inn, .imglarge .item_inn, .single-post .item .item_inn { padding: 20px 20px 20px; } .meta-single{ padding:0 0 10px 0;} .imglarge .meta.author, .imglarge .meta.date, .imglarge .meta.counter,.imglarge .meta_more, .meta-single .meta { float: none !important; margin-bottom:5px;} .imglarge .entryhead h2 { bottom: 0;} .imglarge .meta_more a {float: left; margin-top: 20px;} .postauthor {padding: 10px 20px;} } @media only screen and (max-width: 485px) { .container, .container_alt {padding: 0 10px;} .mainflexplain .flexinside{ text-align:center; padding:0 10px; left: 15%; width: 70%;} .flexinside h2{ font-size:18px !important; text-align:center; } #titles {width: 60% !important;} h1.entry-title { padding: 20px 20px 15px;} .blogger .entryhead iframe { max-height: 200px; } .imgsmall .item_inn, .imgsmall-two .item_inn {padding: 20px 15px;} ul.related, ul.related li img{ width:100%;} ul.related li{ width:100% !important; margin:0 0 30px 0; height:auto;} }
0.182426
0.101768
body.de_light{ font-family:"Open Sans"; font-weight:400; color:#707070; } .text-light{ color:#ffffff; } .de_light span.overlay { background: rgba(0,0,0,.8); } .text-light .btn-line, .text-light a.btn-line{ border:solid 2px #ffffff !important; color:#fff; } .btn-line:after, a.btn-line:after{ color:#fff !important; } .call-to-action h3{ font-size:22px; } .tp-caption.big-white{ font-weight:600; letter-spacing:10px; } .tp-caption.ultra-big-white{ font-size:75px; font-weight:700; } .typing-wrap{ font-family:"Poppins"; } h1,h2,h3,h4,h5,h6{ font-weight:500; } h2,.h2{ font-weight:700; margin-bottom:0; text-transform:uppercase !important; letter-spacing:2px; } h2 .wm{ display:block; color:rgba(0,0,0,.05); font-size:80px; width:100%; position:absolute; text-align:left; margin-top:-30px; margin-left:-130px; z-index:0; } .h2{line-height:48px; font-size:48px;} h3{ font-weight:600; font-size:17px; text-transform:uppercase !important; } .text-light h2 .wm{ color:rgba(255,255,255,.2); } a.btn-custom{ padding:10px 20px; color:#fff; font-weight:bold; border-radius:0; } #mainmenu > li{ font-weight:600; font-size:12px; letter-spacing:2px; } .separator span i{ font-size:20px; margin-top:-5px; } .separator span:before, .separator span:after { border-bottom: 2px solid rgba(255,255,255,.5); } .de_light .separator span:before, .de_light .separator span:after{ border-bottom: 2px solid #aaa; } .de_tab.tab_steps .de_nav li span { text-transform:uppercase; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; } .de_tab.tab_steps .de_nav li.active span { border:solid 5px #ffffff; } .box-icon i{ color:#fff; font-size:24px; background:#333; width:60px; padding:18px; text-align:center; } .de_count span{ color:#333; font-weight:600; } .text-light .de_count span{ color:#fff; } .de_count h3{ font-size:56px; } .project-name{ font-family:"Poppins"; font-size:15px; text-transform:uppercase; letter-spacing:0px; color:#ffffff; } .widget h4{ font-size:18px; letter-spacing:0; font-weight:bold; } .de_light .widget, .de_light .blog-list li{ border-bottom:solid 1px #707070; } .blog-list .btn-more{ font-family:"Poppins"; color:#ffffff; } .widget.widget-post ul li{ border-bottom:solid 1px #ddd; padding:3px 0 3px 0; font-weight:500; } .widget.widget-post ul li a{ color:#707070; } .widget.widget-post ul li:last-child{ border:none; } .de_light .widget_tags li{ margin-bottom:10px; } .de_light .widget_tags li a{ text-transform:uppercase; border:solid 2px #909090; } .box-fx .inner, .dark .box-fx .inner, .blog-list img, .arrow-up{ border:none; } .text-light .btn-line, .text-light a.btn-line{ font-weight:600; } .text-light .btn-line:hover, .text-light a.btn-line:hover{ background:#fff; } .pagination li.active a{ color:#ffffff; border:none; }
public/frontend/css/custom-industry.css
body.de_light{ font-family:"Open Sans"; font-weight:400; color:#707070; } .text-light{ color:#ffffff; } .de_light span.overlay { background: rgba(0,0,0,.8); } .text-light .btn-line, .text-light a.btn-line{ border:solid 2px #ffffff !important; color:#fff; } .btn-line:after, a.btn-line:after{ color:#fff !important; } .call-to-action h3{ font-size:22px; } .tp-caption.big-white{ font-weight:600; letter-spacing:10px; } .tp-caption.ultra-big-white{ font-size:75px; font-weight:700; } .typing-wrap{ font-family:"Poppins"; } h1,h2,h3,h4,h5,h6{ font-weight:500; } h2,.h2{ font-weight:700; margin-bottom:0; text-transform:uppercase !important; letter-spacing:2px; } h2 .wm{ display:block; color:rgba(0,0,0,.05); font-size:80px; width:100%; position:absolute; text-align:left; margin-top:-30px; margin-left:-130px; z-index:0; } .h2{line-height:48px; font-size:48px;} h3{ font-weight:600; font-size:17px; text-transform:uppercase !important; } .text-light h2 .wm{ color:rgba(255,255,255,.2); } a.btn-custom{ padding:10px 20px; color:#fff; font-weight:bold; border-radius:0; } #mainmenu > li{ font-weight:600; font-size:12px; letter-spacing:2px; } .separator span i{ font-size:20px; margin-top:-5px; } .separator span:before, .separator span:after { border-bottom: 2px solid rgba(255,255,255,.5); } .de_light .separator span:before, .de_light .separator span:after{ border-bottom: 2px solid #aaa; } .de_tab.tab_steps .de_nav li span { text-transform:uppercase; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0; } .de_tab.tab_steps .de_nav li.active span { border:solid 5px #ffffff; } .box-icon i{ color:#fff; font-size:24px; background:#333; width:60px; padding:18px; text-align:center; } .de_count span{ color:#333; font-weight:600; } .text-light .de_count span{ color:#fff; } .de_count h3{ font-size:56px; } .project-name{ font-family:"Poppins"; font-size:15px; text-transform:uppercase; letter-spacing:0px; color:#ffffff; } .widget h4{ font-size:18px; letter-spacing:0; font-weight:bold; } .de_light .widget, .de_light .blog-list li{ border-bottom:solid 1px #707070; } .blog-list .btn-more{ font-family:"Poppins"; color:#ffffff; } .widget.widget-post ul li{ border-bottom:solid 1px #ddd; padding:3px 0 3px 0; font-weight:500; } .widget.widget-post ul li a{ color:#707070; } .widget.widget-post ul li:last-child{ border:none; } .de_light .widget_tags li{ margin-bottom:10px; } .de_light .widget_tags li a{ text-transform:uppercase; border:solid 2px #909090; } .box-fx .inner, .dark .box-fx .inner, .blog-list img, .arrow-up{ border:none; } .text-light .btn-line, .text-light a.btn-line{ font-weight:600; } .text-light .btn-line:hover, .text-light a.btn-line:hover{ background:#fff; } .pagination li.active a{ color:#ffffff; border:none; }
0.28607
0.072341
*, :after, :before { box-sizing: border-box; } body { background-image: linear-gradient(#615dad, #ffc8da); min-height: 100vh; margin: 0; } .container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; } .container-pravidla { padding: 50px; } .text { background-color: #283e50; padding: 0 10px 15px 10px; } .uvodni-obrazek, .pravidla, .zacatek, .uvod, .text { width: 360px; } .uvodni-obrazek, .text.pravidla-text { border-radius: 5px 5px 0 0; } h1, p, .pravidla, .zacatek, .uvod { text-align: center; color: #ffffff; } .text ol, .pravidla-images figure figcaption { color: #ffffff; font-family: Arial, Helvetica, sans-serif; line-height: 1.4; } .text ol { padding: 10px 40px 0 60px; } .text ol li { margin-bottom: 15px; padding-left: 10px; } p, a { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; display: block; } h1 { font-family: 'Lobster', cursive; font-weight: normal; font-size: 3em; margin: 25px; } a { text-decoration: none; color: #ffffff; padding: 15px; } .pravidla { background-color: #1fcca4; border-bottom: 1px solid #283e50; } .pravidla:hover, .pravidla:focus, .pravidla:active { background-color: #1cbb96; } .zacatek { background-color: #0197f6; } .zacatek:hover, .zacatek:focus, .zacatek:active { background-color: #0090e9; } .uvod { background-color: #1fcca4; border-bottom: 1px solid #283e50; } .uvod:hover, .uvod:focus, .uvod:active { background-color: #1cbb96; } .pravidla-images { display: flex; flex-wrap: wrap; margin-top: 30px; margin-bottom: 10px; } .pravidla-images figure { margin: 20px; } .pravidla-images figure img { width: 100%; } .pravidla-images figure figcaption { text-align: center; font-style: italic; } .znak { filter: invert(100%); width: 1em; height: 1em; vertical-align: -0.12em; } /* hra.html */ .obsah__nadpis { min-width: 100%; margin: 0; margin-bottom: 25px; } .obsah__hra { max-width: 80vmin; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.5rem; padding: 20px; } .obsah__text { max-width: 70vmin; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .obsah__icons a { padding: 10px; line-height: 0; } .icons__home, .icons__restart { display: inline-block; border-radius: 5px; margin: 5px 0; } .icons__home { background-color: #1fcca4; } .icons__home:hover, .icons__home:focus, .icons__home:active { background-color: #1cbb96; } .icons__restart { background-color: #0197f6; } .icons__restart:hover, .icons__restart:focus, .icons__restart:active { background-color: #0090e9; } .obsah__piskvorky-container { margin-top: 20px; box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4); display: flex; flex-wrap: wrap; width: 70vmin; height: 70vmin; } .piskvorky-container__policko { border: 1px solid rgb(37, 37, 37); background-color: rgba(255, 255, 255, 0.3); animation: changeColor 1.5s linear; width: 10%; padding: 0; } .policko--skryte:hover, .policko--skryte:focus, .policko--skryte:active { cursor: pointer; background-color: rgba(255, 255, 255, 0.45); } /* Hranie hry */ @keyframes scale { from { background-size: 0%; } to { background-size: 75%; } } @keyframes changeColor { from { background-color: transparent; } to { background-color: rgba(255, 255, 255, 0.3); } } .piskvorky-container__policko--circle { background: url(images/circle.svg) no-repeat center center; background-size: 75%; animation: scale 0.15s linear; } .piskvorky-container__policko--cross { background: url(images/cross.svg) no-repeat center center; background-size: 75%; animation: scale 0.15s linear; } @media only screen and (min-width: 800px) { .pravidla-text { width: 750px; padding: 10px 10px 20px 10px; font-size: 1.2em; } .zacatek.zacatek-pravidla, .uvod { width: 750px; } .pravidla-images figure { margin: 15px; width: calc(50% - 30px); } .pravidla-images figure figcaption { font-size: 0.8em; } }
styly.css
*, :after, :before { box-sizing: border-box; } body { background-image: linear-gradient(#615dad, #ffc8da); min-height: 100vh; margin: 0; } .container { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; } .container-pravidla { padding: 50px; } .text { background-color: #283e50; padding: 0 10px 15px 10px; } .uvodni-obrazek, .pravidla, .zacatek, .uvod, .text { width: 360px; } .uvodni-obrazek, .text.pravidla-text { border-radius: 5px 5px 0 0; } h1, p, .pravidla, .zacatek, .uvod { text-align: center; color: #ffffff; } .text ol, .pravidla-images figure figcaption { color: #ffffff; font-family: Arial, Helvetica, sans-serif; line-height: 1.4; } .text ol { padding: 10px 40px 0 60px; } .text ol li { margin-bottom: 15px; padding-left: 10px; } p, a { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; display: block; } h1 { font-family: 'Lobster', cursive; font-weight: normal; font-size: 3em; margin: 25px; } a { text-decoration: none; color: #ffffff; padding: 15px; } .pravidla { background-color: #1fcca4; border-bottom: 1px solid #283e50; } .pravidla:hover, .pravidla:focus, .pravidla:active { background-color: #1cbb96; } .zacatek { background-color: #0197f6; } .zacatek:hover, .zacatek:focus, .zacatek:active { background-color: #0090e9; } .uvod { background-color: #1fcca4; border-bottom: 1px solid #283e50; } .uvod:hover, .uvod:focus, .uvod:active { background-color: #1cbb96; } .pravidla-images { display: flex; flex-wrap: wrap; margin-top: 30px; margin-bottom: 10px; } .pravidla-images figure { margin: 20px; } .pravidla-images figure img { width: 100%; } .pravidla-images figure figcaption { text-align: center; font-style: italic; } .znak { filter: invert(100%); width: 1em; height: 1em; vertical-align: -0.12em; } /* hra.html */ .obsah__nadpis { min-width: 100%; margin: 0; margin-bottom: 25px; } .obsah__hra { max-width: 80vmin; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.5rem; padding: 20px; } .obsah__text { max-width: 70vmin; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .obsah__icons a { padding: 10px; line-height: 0; } .icons__home, .icons__restart { display: inline-block; border-radius: 5px; margin: 5px 0; } .icons__home { background-color: #1fcca4; } .icons__home:hover, .icons__home:focus, .icons__home:active { background-color: #1cbb96; } .icons__restart { background-color: #0197f6; } .icons__restart:hover, .icons__restart:focus, .icons__restart:active { background-color: #0090e9; } .obsah__piskvorky-container { margin-top: 20px; box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.4); display: flex; flex-wrap: wrap; width: 70vmin; height: 70vmin; } .piskvorky-container__policko { border: 1px solid rgb(37, 37, 37); background-color: rgba(255, 255, 255, 0.3); animation: changeColor 1.5s linear; width: 10%; padding: 0; } .policko--skryte:hover, .policko--skryte:focus, .policko--skryte:active { cursor: pointer; background-color: rgba(255, 255, 255, 0.45); } /* Hranie hry */ @keyframes scale { from { background-size: 0%; } to { background-size: 75%; } } @keyframes changeColor { from { background-color: transparent; } to { background-color: rgba(255, 255, 255, 0.3); } } .piskvorky-container__policko--circle { background: url(images/circle.svg) no-repeat center center; background-size: 75%; animation: scale 0.15s linear; } .piskvorky-container__policko--cross { background: url(images/cross.svg) no-repeat center center; background-size: 75%; animation: scale 0.15s linear; } @media only screen and (min-width: 800px) { .pravidla-text { width: 750px; padding: 10px 10px 20px 10px; font-size: 1.2em; } .zacatek.zacatek-pravidla, .uvod { width: 750px; } .pravidla-images figure { margin: 15px; width: calc(50% - 30px); } .pravidla-images figure figcaption { font-size: 0.8em; } }
0.581422
0.096535
.theme-blue .titlebar { background: #075290; height: 50px; max-height: 50px; overflow: visible!important; } .theme-blue .titlebar > span { font-size: 18px; color: #ffffff; display: inline-block; margin: 15px; margin-right: 20px; } .theme-blue .titlebar li.dropdown > a { border: 1px solid #075290; } .theme-blue .titlebar a:focus { /*outline: none!important; border: none!important;*/ border: 1px solid #FFA500 !important; } /* Custom FGH CDC Healthy Habits Styles */ @media (max-width: 850px) { .main { margin: auto; width: 400px; } } #questionnaire-name { text-align: center; font-weight: bold; /*Edited by <NAME> 4-18-16*/ font-size: 36px; font-family: cursive; color: #A93AC0; /*End of edit*/ } #submit-wrapper { text-align: center; /*Changed from right by Wade Ashby 4-18-16 */ margin: 20pt 0; } .main { padding: 0 10pt; } .prompt { font-weight: bold; color: #3434dd; /*Add by W<NAME>by 4-19-16*/ } .question { font-weight: bold; text-align: center; vertical-align: top; } .question div.low-scale { float: left; } .question div.high-scale { float: right; } .question div.answer-choices { display: inline-block; margin: 10pt 10pt; color: #3434dd; /*Add by <NAME> 4-19-16*/ } .question div.answer-choices div.answer-choice { display: inline-block; vertical-align: top; width: 100pt; } .question img { max-width: 80px; } .question span.answer-label { color: #A93AC0;/*Add by <NAME> 4-19-16*/ font-weight: bold; vertical-align: middle; } .questionnaire-wrapper { margin: auto; } /*Lines below edited by <NAME> - 4/18/16 */ .myHR { height: 6px; border: 0; box-shadow: inset 0 6px 6px -2px #7DC734; } .mainMenuul { list-style-type: none; margin: 0; padding: 0; background-color: #3434dd; overflow: hidden; } .mainMenuli { float: left; padding: 2px; } .mainMenua { display: block; padding: 8px; color: #ffffff; } a.mainMenua:hover{ color: #ffffff; } .btn-reset{ color: #ffffff; background-color: #3434dd; border-color: #222222; } .btn-submit{ color: #ffffff; background-color: #ff7010; border-color: #222222; } /*Below section of code was helped gathered by http://codepen.io/mitchmc/pen/pebIx */ input[type="radio"] { display: none; } input[type="radio"] + label { color: #3434dd; } input[type="radio"] + label span { display: inline-block; width: 22px; height: 22px; /*margin: -1px 4px 0 0;*/ vertical-align: middle; cursor: pointer; /* -moz-border-radius: 50%; border-radius: 50%; */ } input[type="radio"] + label span { /*background-color: #ff7010;*/ background: url('../../images/unchecked.png') no-repeat; } input[type="radio"]:checked + label span { /*background-color: #00ff00;*/ background: url('../../images/checked.png') no-repeat; } input[type="radio"] + label span, input[type="radio"]:checked + label span { -webkit-transition: background-color 0.4s linear; -o-transition: background-color 0.4s linear; -moz-transition: background-color 0.4s linear; transition: background-color 0.4s linear; }
questionnaire/static/css/fgh-cdc-style.css
.theme-blue .titlebar { background: #075290; height: 50px; max-height: 50px; overflow: visible!important; } .theme-blue .titlebar > span { font-size: 18px; color: #ffffff; display: inline-block; margin: 15px; margin-right: 20px; } .theme-blue .titlebar li.dropdown > a { border: 1px solid #075290; } .theme-blue .titlebar a:focus { /*outline: none!important; border: none!important;*/ border: 1px solid #FFA500 !important; } /* Custom FGH CDC Healthy Habits Styles */ @media (max-width: 850px) { .main { margin: auto; width: 400px; } } #questionnaire-name { text-align: center; font-weight: bold; /*Edited by <NAME> 4-18-16*/ font-size: 36px; font-family: cursive; color: #A93AC0; /*End of edit*/ } #submit-wrapper { text-align: center; /*Changed from right by Wade Ashby 4-18-16 */ margin: 20pt 0; } .main { padding: 0 10pt; } .prompt { font-weight: bold; color: #3434dd; /*Add by W<NAME>by 4-19-16*/ } .question { font-weight: bold; text-align: center; vertical-align: top; } .question div.low-scale { float: left; } .question div.high-scale { float: right; } .question div.answer-choices { display: inline-block; margin: 10pt 10pt; color: #3434dd; /*Add by <NAME> 4-19-16*/ } .question div.answer-choices div.answer-choice { display: inline-block; vertical-align: top; width: 100pt; } .question img { max-width: 80px; } .question span.answer-label { color: #A93AC0;/*Add by <NAME> 4-19-16*/ font-weight: bold; vertical-align: middle; } .questionnaire-wrapper { margin: auto; } /*Lines below edited by <NAME> - 4/18/16 */ .myHR { height: 6px; border: 0; box-shadow: inset 0 6px 6px -2px #7DC734; } .mainMenuul { list-style-type: none; margin: 0; padding: 0; background-color: #3434dd; overflow: hidden; } .mainMenuli { float: left; padding: 2px; } .mainMenua { display: block; padding: 8px; color: #ffffff; } a.mainMenua:hover{ color: #ffffff; } .btn-reset{ color: #ffffff; background-color: #3434dd; border-color: #222222; } .btn-submit{ color: #ffffff; background-color: #ff7010; border-color: #222222; } /*Below section of code was helped gathered by http://codepen.io/mitchmc/pen/pebIx */ input[type="radio"] { display: none; } input[type="radio"] + label { color: #3434dd; } input[type="radio"] + label span { display: inline-block; width: 22px; height: 22px; /*margin: -1px 4px 0 0;*/ vertical-align: middle; cursor: pointer; /* -moz-border-radius: 50%; border-radius: 50%; */ } input[type="radio"] + label span { /*background-color: #ff7010;*/ background: url('../../images/unchecked.png') no-repeat; } input[type="radio"]:checked + label span { /*background-color: #00ff00;*/ background: url('../../images/checked.png') no-repeat; } input[type="radio"] + label span, input[type="radio"]:checked + label span { -webkit-transition: background-color 0.4s linear; -o-transition: background-color 0.4s linear; -moz-transition: background-color 0.4s linear; transition: background-color 0.4s linear; }
0.474144
0.078713
* { margin: 0; padding: 0; font-style: inherit; vertical-align: baseline; } html, body { font-family: 'Lato', 'Arial', sans-serif; background-color: #333333; } .indent-1 { margin-left: 20px; } .float-left { float: left; } .float-right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .fant-font { font-family: fantasy; } /* ---------------------------------------- */ /* Lobby Styling */ /* ---------------------------------------- */ #lobby-container { display: grid; grid-template-columns: [lobby-col-beg] 3fr [main-col-beg] 6fr [main-col-end] 3fr [lobby-col-end]; grid-template-rows: [lobby-row-beg] 20px [logo] 2fr [main-row-beg] auto [main-row-end] 20px [lobby-row-end]; } #logo { grid-column-start: main-col-beg; grid-row-start: logo; margin: 10px auto; text-align: center; position: relative; width: 600px; } #logo > img { display: block; margin: 0 auto; text-align: center; width: 500px; height: 225px; } #logo > p { color: red; font-size: 200%; position: absolute; bottom: 0; right: 100px; } #lobby-options { grid-column: main-col-beg / main-col-end; grid-row: main-row-beg / main-row-end; text-align: left; padding: 10px 40px; background: url(http://ktah.cs.lmu.edu/assets/site-accents/ktah_paper_mid.png) top left repeat-y; background-size: 100%; background-clip: padding-box; } #character-grid { grid-template-columns: [char-beg] 1fr [char-select-beg] auto [char-select-end] 1fr [char-end]; } input[type=radio] { display: none; } input[type=radio] + label { height: 50px; width: 50px; display: inline-block; padding: 5px; margin: 5px; border: 3px solid black; background-color: black; color: red; text-align: center; vertical-align: middle; font-size: 200%; } input[type=radio]:checked + label { border: 3px solid red; } #char-architect + label { background-image: url("../assets/images/architect.png"); background-size: contain; } #config-launch-holder { text-align: center; } #config-launch { background-color: black; color: red; border: 3px solid red; font-size: 150%; width: 300px; padding: 10px; } #loading { text-align: center; margin: 50px auto; } /* ---------------------------------------- */ /* Game Styling */ /* ---------------------------------------- */ #game-container { display: grid; margin-top: 50px; grid-template-columns: [game-col-beg] 2fr [game-health] 3fr [game-round] 1fr [game-timer] 3fr [menu-end] 2fr [game-col-end]; grid-template-rows: [game-row-beg] 2fr [game-stats] 1fr [game-maze-beg] auto [game-maze-end] 2fr [game-row-end]; text-align: center; color: white; font-size: 150%; } progress { width: 90%; height: 20px; } #survive-cont { grid-column: game-timer / menu-end; grid-row: game-stats / game-row-beg; text-align: right; } #round-cont { grid-column: game-round / game-timer; grid-row: game-stats / game-row-beg; text-align: center; } #health-cont { grid-column: game-health / game-round; grid-row: game-stats / game-row-beg; text-align: left; } #game-maze { grid-column: game-health / menu-end; grid-row: game-maze-beg / game-maze-end; text-align: center; } /* ---------------------------------------- */ /* Cutscene Styling */ /* ---------------------------------------- */ #cutscene { display: none; grid-template-rows: 2fr 1fr 1fr; grid-template-columns: 1fr 4fr 4fr 1fr; text-align: center; color: white; width: 100vw; height: 100vh; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; font-size: 40px; margin: 0; padding: 0; color: white; padding-top: 0px; white-space: nowrap; overflow: hidden; font-family: 'Kalam', cursive; } #text { font-family: 'Bungee'; grid-row: 2; grid-column: 2 / 4; font-size: .5em; } #image { margin-top: 5%; grid-row: 1; grid-column: 2/4; width: 400px; margin-left: auto; margin-right: auto; } .btn { font-family: 'Kalam', cursive; background-color:##383838; padding:10px; position:relative; font-size:12px; text-decoration:none; color: black; border: solid 1px #FFFFFF; border-radius: 5px; } #choice1 { float: left; margin-right: 10%; grid-row: 3; grid-column: 2/4; animation-iteration-count: infinite; margin-bottom: 10% } .fastShake { animation: shake .25s; animation-iteration-count: infinite; } .slowShake { animation: shake .5s; animation-iteration-count: infinite; } .verySlowShake { animation: shake 2s; animation-iteration-count: infinite; } /*add to make any element shake animation: shake 0.5s; animation-iteration-count: infinite;*/ @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } }
css/kstyles.css
* { margin: 0; padding: 0; font-style: inherit; vertical-align: baseline; } html, body { font-family: 'Lato', 'Arial', sans-serif; background-color: #333333; } .indent-1 { margin-left: 20px; } .float-left { float: left; } .float-right { float: right; } .text-left { text-align: left; } .text-right { text-align: right; } .fant-font { font-family: fantasy; } /* ---------------------------------------- */ /* Lobby Styling */ /* ---------------------------------------- */ #lobby-container { display: grid; grid-template-columns: [lobby-col-beg] 3fr [main-col-beg] 6fr [main-col-end] 3fr [lobby-col-end]; grid-template-rows: [lobby-row-beg] 20px [logo] 2fr [main-row-beg] auto [main-row-end] 20px [lobby-row-end]; } #logo { grid-column-start: main-col-beg; grid-row-start: logo; margin: 10px auto; text-align: center; position: relative; width: 600px; } #logo > img { display: block; margin: 0 auto; text-align: center; width: 500px; height: 225px; } #logo > p { color: red; font-size: 200%; position: absolute; bottom: 0; right: 100px; } #lobby-options { grid-column: main-col-beg / main-col-end; grid-row: main-row-beg / main-row-end; text-align: left; padding: 10px 40px; background: url(http://ktah.cs.lmu.edu/assets/site-accents/ktah_paper_mid.png) top left repeat-y; background-size: 100%; background-clip: padding-box; } #character-grid { grid-template-columns: [char-beg] 1fr [char-select-beg] auto [char-select-end] 1fr [char-end]; } input[type=radio] { display: none; } input[type=radio] + label { height: 50px; width: 50px; display: inline-block; padding: 5px; margin: 5px; border: 3px solid black; background-color: black; color: red; text-align: center; vertical-align: middle; font-size: 200%; } input[type=radio]:checked + label { border: 3px solid red; } #char-architect + label { background-image: url("../assets/images/architect.png"); background-size: contain; } #config-launch-holder { text-align: center; } #config-launch { background-color: black; color: red; border: 3px solid red; font-size: 150%; width: 300px; padding: 10px; } #loading { text-align: center; margin: 50px auto; } /* ---------------------------------------- */ /* Game Styling */ /* ---------------------------------------- */ #game-container { display: grid; margin-top: 50px; grid-template-columns: [game-col-beg] 2fr [game-health] 3fr [game-round] 1fr [game-timer] 3fr [menu-end] 2fr [game-col-end]; grid-template-rows: [game-row-beg] 2fr [game-stats] 1fr [game-maze-beg] auto [game-maze-end] 2fr [game-row-end]; text-align: center; color: white; font-size: 150%; } progress { width: 90%; height: 20px; } #survive-cont { grid-column: game-timer / menu-end; grid-row: game-stats / game-row-beg; text-align: right; } #round-cont { grid-column: game-round / game-timer; grid-row: game-stats / game-row-beg; text-align: center; } #health-cont { grid-column: game-health / game-round; grid-row: game-stats / game-row-beg; text-align: left; } #game-maze { grid-column: game-health / menu-end; grid-row: game-maze-beg / game-maze-end; text-align: center; } /* ---------------------------------------- */ /* Cutscene Styling */ /* ---------------------------------------- */ #cutscene { display: none; grid-template-rows: 2fr 1fr 1fr; grid-template-columns: 1fr 4fr 4fr 1fr; text-align: center; color: white; width: 100vw; height: 100vh; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; font-size: 40px; margin: 0; padding: 0; color: white; padding-top: 0px; white-space: nowrap; overflow: hidden; font-family: 'Kalam', cursive; } #text { font-family: 'Bungee'; grid-row: 2; grid-column: 2 / 4; font-size: .5em; } #image { margin-top: 5%; grid-row: 1; grid-column: 2/4; width: 400px; margin-left: auto; margin-right: auto; } .btn { font-family: 'Kalam', cursive; background-color:##383838; padding:10px; position:relative; font-size:12px; text-decoration:none; color: black; border: solid 1px #FFFFFF; border-radius: 5px; } #choice1 { float: left; margin-right: 10%; grid-row: 3; grid-column: 2/4; animation-iteration-count: infinite; margin-bottom: 10% } .fastShake { animation: shake .25s; animation-iteration-count: infinite; } .slowShake { animation: shake .5s; animation-iteration-count: infinite; } .verySlowShake { animation: shake 2s; animation-iteration-count: infinite; } /*add to make any element shake animation: shake 0.5s; animation-iteration-count: infinite;*/ @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } }
0.434941
0.205555
[data-theme="light"] { /* BACKGROUND COLORS - SPEC */ --bg-block: hsl(0, 0%, 100%); --bg-branch: hsl(216, 39.2%, 94.9%); --bg-btnDlMaster: hsl(166.4, 62.8%, 51.6%); --bg-btnDlPull: hsl(250.4, 55.4%, 65.7%); --bg-btnPrimary: hsl(236.5, 80.4%, 58.3%); --bg-filter: hsl(235.9, 100%, 97.1%); --bg-page: hsl(240, 100%, 99.4%); --bg-tagGreen: hsl(170.1, 73%, 90%); --bg-tagOrange: hsl(39.1, 100%, 91.6%); --bg-tagPink: hsl(348.2, 92.7%, 94.5%); /* BACKGROUND COLORS - CUSTOM */ --bg-tagGreen-highlight: hsl(170.1, 73%, 70%); --bg-block-highlight: hsl(235.9, 30%, 97%); --bg-block-highlight2: hsla(240, 100%, 87%, 0.8); --bg-btnPrimary-disabled: hsl(236.5, 10%, 58.3%); --bg-btnPrimary-disabled2: hsl(236.5, 10%, 58.3%); --bg-filter-disabled: hsl(235.9, 0%, 97.1%); /* TEXT COLORS - SPEC */ --text-author: hsl(236, 27.2%, 30.2%); --text-blockTitle: hsl(236, 27.2%, 30.2%); --text-filterSelectedTitle: hsl(236.5, 80.4%, 58.3%); --text-filterUnselectedTitle: hsl(235.1, 11.7%, 58.2%); --text-sectionText: hsl(219, 19.4%, 65.5%); --text-sectionTitle: hsl(236.3, 14.7%, 44.1%); --text-tagGreen: hsl(169.2, 74.1%, 48.2%); --text-tagOrange: hsl(35.3, 100%, 61.4%); --text-tagPink: hsl(342.1, 98.9%, 64.1%); /* TEXT COLORS - CUSTOM */ --text-tagGreen-highlight: hsl(169.2, 74.1%, 35%); --text-sectionText-highlight: hsla(219, 19.4%, 45%, 1); --text-btnPrimary: rgb(205, 207, 237); --text-btnPrimary-disabled: hsla(255, 0%, 90%, 1); --text-link: hsl(236, 27.2%, 40.2%); --text-link-hover: hsl(236, 27.2%, 50.2%); /* BORDER COLORS - SPEC */ --border-filterSelected: hsl(236.5, 80.4%, 58.3%); --border-filterUnselected: hsl(216, 39.2%, 94.9%); --border-item: hsl(216, 39.2%, 94.9%); /* ICON/WIDGET/TAG COLORS - SPEC */ --icon-branchPurple: hsl(250.4, 55.4%, 65.7%); --icon-btnLogs: hsl(236.2, 23.2%, 89.9%); --icon-dashboardBlue: hsl(236.7, 77.3%, 58.7%); --icon-filterSelected: hsl(236.5, 80.4%, 58.3%); --icon-filterUnselected: hsl(233.1, 12.5%, 86.1%); --icon-masterGreen: hsl(166.4, 62.8%, 51.6%); /* ICON/WIDGET/TAG COLORS - CUSTOM */ --accent-filterUnselected: hsl(236.3, 14.7%, 44.1%); --accent-filterDefault: hsla(236.3, 14.7%, 44%, 0.7); --accent-filterDefaultHover: hsla(236.3, 14.7%, 44%, 1); --accent-filterSelected: hsl(236.5, 80.4%, 58.3%); --accent-filterSelectedHover: hsla(236.5, 20%, 58.3%, 1); --color-logo-accent: hsl(236.3, 73.3%, 48.4%); /* SHADOW COLORS - SPEC */ --shadow-btnDlMaster: hsl(166.2, 66.5%, 40.9%); --shadow-btnDlPull: hsl(249.8, 46%, 53.6%); --shadow-btnPrimary: hsl(236.4, 68.8%, 43.9%); /* SHADOW COLORS - CUSTOM */ --shadow-btnPrimary-disabled: hsl(236.5, 10%, 50%); --shadow-btnPrimary-disabled2: hsl(236.5, 10%, 40%); --shadow-btnPrimary-hover: hsl(236.4, 68.8%, 47%); /* SHADOW STYLES */ --shadowStyle-block: 0 4px 12px 2px rgba(171, 174, 209, 0.2); }
web/src/assets/colors-light.css
[data-theme="light"] { /* BACKGROUND COLORS - SPEC */ --bg-block: hsl(0, 0%, 100%); --bg-branch: hsl(216, 39.2%, 94.9%); --bg-btnDlMaster: hsl(166.4, 62.8%, 51.6%); --bg-btnDlPull: hsl(250.4, 55.4%, 65.7%); --bg-btnPrimary: hsl(236.5, 80.4%, 58.3%); --bg-filter: hsl(235.9, 100%, 97.1%); --bg-page: hsl(240, 100%, 99.4%); --bg-tagGreen: hsl(170.1, 73%, 90%); --bg-tagOrange: hsl(39.1, 100%, 91.6%); --bg-tagPink: hsl(348.2, 92.7%, 94.5%); /* BACKGROUND COLORS - CUSTOM */ --bg-tagGreen-highlight: hsl(170.1, 73%, 70%); --bg-block-highlight: hsl(235.9, 30%, 97%); --bg-block-highlight2: hsla(240, 100%, 87%, 0.8); --bg-btnPrimary-disabled: hsl(236.5, 10%, 58.3%); --bg-btnPrimary-disabled2: hsl(236.5, 10%, 58.3%); --bg-filter-disabled: hsl(235.9, 0%, 97.1%); /* TEXT COLORS - SPEC */ --text-author: hsl(236, 27.2%, 30.2%); --text-blockTitle: hsl(236, 27.2%, 30.2%); --text-filterSelectedTitle: hsl(236.5, 80.4%, 58.3%); --text-filterUnselectedTitle: hsl(235.1, 11.7%, 58.2%); --text-sectionText: hsl(219, 19.4%, 65.5%); --text-sectionTitle: hsl(236.3, 14.7%, 44.1%); --text-tagGreen: hsl(169.2, 74.1%, 48.2%); --text-tagOrange: hsl(35.3, 100%, 61.4%); --text-tagPink: hsl(342.1, 98.9%, 64.1%); /* TEXT COLORS - CUSTOM */ --text-tagGreen-highlight: hsl(169.2, 74.1%, 35%); --text-sectionText-highlight: hsla(219, 19.4%, 45%, 1); --text-btnPrimary: rgb(205, 207, 237); --text-btnPrimary-disabled: hsla(255, 0%, 90%, 1); --text-link: hsl(236, 27.2%, 40.2%); --text-link-hover: hsl(236, 27.2%, 50.2%); /* BORDER COLORS - SPEC */ --border-filterSelected: hsl(236.5, 80.4%, 58.3%); --border-filterUnselected: hsl(216, 39.2%, 94.9%); --border-item: hsl(216, 39.2%, 94.9%); /* ICON/WIDGET/TAG COLORS - SPEC */ --icon-branchPurple: hsl(250.4, 55.4%, 65.7%); --icon-btnLogs: hsl(236.2, 23.2%, 89.9%); --icon-dashboardBlue: hsl(236.7, 77.3%, 58.7%); --icon-filterSelected: hsl(236.5, 80.4%, 58.3%); --icon-filterUnselected: hsl(233.1, 12.5%, 86.1%); --icon-masterGreen: hsl(166.4, 62.8%, 51.6%); /* ICON/WIDGET/TAG COLORS - CUSTOM */ --accent-filterUnselected: hsl(236.3, 14.7%, 44.1%); --accent-filterDefault: hsla(236.3, 14.7%, 44%, 0.7); --accent-filterDefaultHover: hsla(236.3, 14.7%, 44%, 1); --accent-filterSelected: hsl(236.5, 80.4%, 58.3%); --accent-filterSelectedHover: hsla(236.5, 20%, 58.3%, 1); --color-logo-accent: hsl(236.3, 73.3%, 48.4%); /* SHADOW COLORS - SPEC */ --shadow-btnDlMaster: hsl(166.2, 66.5%, 40.9%); --shadow-btnDlPull: hsl(249.8, 46%, 53.6%); --shadow-btnPrimary: hsl(236.4, 68.8%, 43.9%); /* SHADOW COLORS - CUSTOM */ --shadow-btnPrimary-disabled: hsl(236.5, 10%, 50%); --shadow-btnPrimary-disabled2: hsl(236.5, 10%, 40%); --shadow-btnPrimary-hover: hsl(236.4, 68.8%, 47%); /* SHADOW STYLES */ --shadowStyle-block: 0 4px 12px 2px rgba(171, 174, 209, 0.2); }
0.197174
0.075346
body { padding-top: 60px; } .margin-bottom-10 { margin-bottom: 10px; } .spinner-overlay { position: absolute; left: 25%; top: 25%; padding: 25px; width: 50%; height: 50%; } .spinner-overlay .modal-content { border: 0; box-shadow: none; background: transparent; } .text-green { color: green; } .text-red { color: red; } .page-header { padding-bottom: 0px; border: 0px; } .header-key { text-transform: capitalize; font-weight: bold; } .header-value { word-break: break-all; } /** Charts **/ #contentBytesChart { width: 100% !important; } /** Font Awesome Form Feedback fix **/ body .form-control-feedback { top: 10px; right: 12px; } /** Forms **/ form.loginForm .input-group, form.createUserForm .input-group { margin-bottom: 10px; } form.loginForm .password-control, form.createUserForm .password-control { border-right: 0px; border-top: 0px; border-bottom: 0px; -webkit-box-shadow: none; box-shadow: none; } .inplace-editable { border-bottom: 1px dashed; } .inplace-editable-control { width: 80%; display: inline; } form.form-inline .input-group .trace-number-input { width: 150px; } /** Grids **/ .default-grid button { margin-left: 5px; } /** Rows **/ .row-pagination { margin-top: 15px; } .row-pagination .pagination { margin-top: 0px; margin-bottom: 0px; } /** Toggle switch Taken from: https://github.com/cgarvis/angular-toggle-switch **/ .toggle-switch.disabled > div > span.knob { background: #AAA; } .toggle-switch span { cursor: pointer; display: inline-block; float: left; height: 100%; line-height: 20px; padding: 4px 2px 4px 2px; text-align: center; width: 33%; white-space: nowrap; box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toggle-switch > div { position: relative; width: 150%; } .toggle-switch .knob { background: red; border-left: 1px solid #ccc; border-right: 1px solid #ccc; background-color: #f5f5f5; width: 34%; z-index: 100; } .toggle-switch .switch-off { left: 0%; } .toggle-switch .switch-on { left: -50%; } .toggle-switch .switch-left, .toggle-switch .switch-right { z-index: 1; } .toggle-switch-animate { transition: left 0.5s; -o-transition: left 0.5s; -moz-transition: left 0.5s; -webkit-transition: left 0.5s; } .toggle-switch { display: inline-block; cursor: pointer; border-radius: 4px; border: 1px solid; border-color: #cccccc; position: relative; text-align: left; overflow: hidden; line-height: 8px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; min-width: 100px; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .toggle-switch-sm { font-size: 12px; min-width: 80px; } .toggle-switch .knob { color: #333333; background: #ffffff; border: 3px; } .sk-fading-circle { margin: 100px auto; width: 40px; height: 40px; position: relative; } .sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; } .sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } } @keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } } .modal-content .sk-fading-circle { width: 80px; height: 80px; } .modal-content .sk-fading-circle .sk-circle:before { background-color: white; }
Thinktecture.Relay.ManagementWeb/assets/app.css
body { padding-top: 60px; } .margin-bottom-10 { margin-bottom: 10px; } .spinner-overlay { position: absolute; left: 25%; top: 25%; padding: 25px; width: 50%; height: 50%; } .spinner-overlay .modal-content { border: 0; box-shadow: none; background: transparent; } .text-green { color: green; } .text-red { color: red; } .page-header { padding-bottom: 0px; border: 0px; } .header-key { text-transform: capitalize; font-weight: bold; } .header-value { word-break: break-all; } /** Charts **/ #contentBytesChart { width: 100% !important; } /** Font Awesome Form Feedback fix **/ body .form-control-feedback { top: 10px; right: 12px; } /** Forms **/ form.loginForm .input-group, form.createUserForm .input-group { margin-bottom: 10px; } form.loginForm .password-control, form.createUserForm .password-control { border-right: 0px; border-top: 0px; border-bottom: 0px; -webkit-box-shadow: none; box-shadow: none; } .inplace-editable { border-bottom: 1px dashed; } .inplace-editable-control { width: 80%; display: inline; } form.form-inline .input-group .trace-number-input { width: 150px; } /** Grids **/ .default-grid button { margin-left: 5px; } /** Rows **/ .row-pagination { margin-top: 15px; } .row-pagination .pagination { margin-top: 0px; margin-bottom: 0px; } /** Toggle switch Taken from: https://github.com/cgarvis/angular-toggle-switch **/ .toggle-switch.disabled > div > span.knob { background: #AAA; } .toggle-switch span { cursor: pointer; display: inline-block; float: left; height: 100%; line-height: 20px; padding: 4px 2px 4px 2px; text-align: center; width: 33%; white-space: nowrap; box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toggle-switch > div { position: relative; width: 150%; } .toggle-switch .knob { background: red; border-left: 1px solid #ccc; border-right: 1px solid #ccc; background-color: #f5f5f5; width: 34%; z-index: 100; } .toggle-switch .switch-off { left: 0%; } .toggle-switch .switch-on { left: -50%; } .toggle-switch .switch-left, .toggle-switch .switch-right { z-index: 1; } .toggle-switch-animate { transition: left 0.5s; -o-transition: left 0.5s; -moz-transition: left 0.5s; -webkit-transition: left 0.5s; } .toggle-switch { display: inline-block; cursor: pointer; border-radius: 4px; border: 1px solid; border-color: #cccccc; position: relative; text-align: left; overflow: hidden; line-height: 8px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; min-width: 100px; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .toggle-switch-sm { font-size: 12px; min-width: 80px; } .toggle-switch .knob { color: #333333; background: #ffffff; border: 3px; } .sk-fading-circle { margin: 100px auto; width: 40px; height: 40px; position: relative; } .sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } .sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; } .sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); } .sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); } .sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); } .sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); } .sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); } .sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); } .sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); } .sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); } .sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; } .sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } .sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; } .sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; } .sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; } .sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } .sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; } .sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } .sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; } @-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } } @keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } } .modal-content .sk-fading-circle { width: 80px; height: 80px; } .modal-content .sk-fading-circle .sk-circle:before { background-color: white; }
0.486575
0.058966
.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; display: none; align-items: center; justify-content: center; background-color: rgba(136, 136, 136, 0.8); overflow-x: hidden; overflow-y: auto; } .modal[data-open] { display: flex; } .modal-content { width: 100%; display: flex; flex-direction: column; background-color: #ffffff; border-radius: 10px; box-shadow: 2px 2px 10px rgba(93, 93, 93, 1); } @media (min-width: 768px) { .modal-content { width: 650px; } } @media (min-width: 992px) { .model-content { width: 880px; } } @media (min-width: 1200px ) { .model-content { width: 1100px; } } .modal-header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; border-bottom: 1px solid #7e7e7e; } .modal-header h1, .modal-header h2, .modal-header h3 { margin: 0; } .modal-body { position: relative; flex: 1 1 auto; padding: 10px 20px; } .modal-footer { display: flex; justify-content: flex-end; align-items: center; padding: 10px 20px; border-top: 1px solid #7e7e7e; } .modal-footer > * { margin-left: 5px; } /* DROPDOWNS */ .dropdown { position: relative; display: flex; align-items: stretch; justify-content: center; } .dropdown-toggle .round-180 { transition: transform 0.3s; } .dropdown-toggle input { width: 40px; padding-right: 2px; text-align: right; } .dropdown[data-open] .dropdown-toggle .round-180 { transform: rotate(180deg); } .dropdown-menu { width: max-content; position: absolute; top: calc(100% + 5px); display: none; flex-direction: column; align-items: stretch; z-index: 1000; padding: 5px; background-color: #ffffff; border-radius: 4px; box-shadow: 0 1px 2px rgba(52, 73, 94, 0.5); } .dropdown-menu--left { left: 0; } .dropdown-menu--right { right: 0; } .dropdown[data-open] .dropdown-menu { display: flex; } .dropdown-menu > * { margin-bottom: 5px; } .dropdown-menu > *:last-child { margin-bottom: 0; } .dropdown-group { display: flex; flex-direction: row; justify-content: space-around; align-items: baseline; } .dropdown-dark .dropdown-menu { background-color: #34495E; color: #ffffff; padding: 5px 0; } .dropdown-flat .dropdown-menu { top: 100%; border-top-left-radius: 0; border-top-right-radius: 0; } .dropdown-flat .dropdown-menu > * { margin-bottom: 0; } /* BUTTONS */ .btn { display: flex; align-items: center; justify-content: center; padding: 0.45em 0.75em; background-color: #00b89c; color: #ffffff; border: none; border-radius: 9998px; outline: 0; cursor: pointer; font-size: 0.8em; text-align: center; } .btn:focus { background-color: #00c4a7; transition: all 0.3s; } .btn:hover { background-color: #00c4a7; transition: all 0.3s; } .btn.active, .btn:active { background-color: #00b89c; transition: all 0.3s; } .btn-light { background-color: transparent; color: #12212f; } .btn-light:focus, .btn-light:hover { background-color: #f9f9f9; transition: all 0.2s; } .btn-light:active, .btn-light.active { background-color: #f2f2f2; transition: all 0.2s; } .btn-dark { background-color: #34495E; } .btn-dark:focus, .btn-dark:hover { background-color: #12212f; transition: all 0.2s; } .btn-dark:active, .btn-dark.active { color: #12212f; background-color: #00b89c; transition: all 0.2s; } .btn-flat { border: none; border-radius: 0; box-shadow: none; } .btn input { background: none; color: inherit; border: 0; outline: 0; } /* SCREEN BLOCK */ .screen-block { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 200; background-color: rgba(255,255,255,0.9); color: #6e6e6e; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .screen-block[data-open] { display: flex; } .screen-content { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 20px; } .with-border .screen-content { border: 4px dashed #e0e0e0; } .screen-message { margin-top: -100px; font-size: 2.2em; } /* LOADING */ .loading:after { content: ' .'; animation: dots 1s steps(5, end) infinite; } @keyframes dots { 0%, 20% { color: rgba(110, 110, 110, 0); text-shadow: .25em 0 0 rgba(110, 110, 110, 0), .5em 0 0 rgba(110, 110, 110, 0); } 40% { color: #6e6e6e; text-shadow: .25em 0 0 rgba(110, 110, 110, 0), .5em 0 0 rgba(110, 110, 110, 0); } 60% { text-shadow: .25em 0 0 #6e6e6e, .5em 0 0 rgba(110, 110, 110, 0); } 80%, 100% { text-shadow: .25em 0 0 #6e6e6e, .5em 0 0 #6e6e6e; } }
src/css/controls.css
.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; display: none; align-items: center; justify-content: center; background-color: rgba(136, 136, 136, 0.8); overflow-x: hidden; overflow-y: auto; } .modal[data-open] { display: flex; } .modal-content { width: 100%; display: flex; flex-direction: column; background-color: #ffffff; border-radius: 10px; box-shadow: 2px 2px 10px rgba(93, 93, 93, 1); } @media (min-width: 768px) { .modal-content { width: 650px; } } @media (min-width: 992px) { .model-content { width: 880px; } } @media (min-width: 1200px ) { .model-content { width: 1100px; } } .modal-header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; border-bottom: 1px solid #7e7e7e; } .modal-header h1, .modal-header h2, .modal-header h3 { margin: 0; } .modal-body { position: relative; flex: 1 1 auto; padding: 10px 20px; } .modal-footer { display: flex; justify-content: flex-end; align-items: center; padding: 10px 20px; border-top: 1px solid #7e7e7e; } .modal-footer > * { margin-left: 5px; } /* DROPDOWNS */ .dropdown { position: relative; display: flex; align-items: stretch; justify-content: center; } .dropdown-toggle .round-180 { transition: transform 0.3s; } .dropdown-toggle input { width: 40px; padding-right: 2px; text-align: right; } .dropdown[data-open] .dropdown-toggle .round-180 { transform: rotate(180deg); } .dropdown-menu { width: max-content; position: absolute; top: calc(100% + 5px); display: none; flex-direction: column; align-items: stretch; z-index: 1000; padding: 5px; background-color: #ffffff; border-radius: 4px; box-shadow: 0 1px 2px rgba(52, 73, 94, 0.5); } .dropdown-menu--left { left: 0; } .dropdown-menu--right { right: 0; } .dropdown[data-open] .dropdown-menu { display: flex; } .dropdown-menu > * { margin-bottom: 5px; } .dropdown-menu > *:last-child { margin-bottom: 0; } .dropdown-group { display: flex; flex-direction: row; justify-content: space-around; align-items: baseline; } .dropdown-dark .dropdown-menu { background-color: #34495E; color: #ffffff; padding: 5px 0; } .dropdown-flat .dropdown-menu { top: 100%; border-top-left-radius: 0; border-top-right-radius: 0; } .dropdown-flat .dropdown-menu > * { margin-bottom: 0; } /* BUTTONS */ .btn { display: flex; align-items: center; justify-content: center; padding: 0.45em 0.75em; background-color: #00b89c; color: #ffffff; border: none; border-radius: 9998px; outline: 0; cursor: pointer; font-size: 0.8em; text-align: center; } .btn:focus { background-color: #00c4a7; transition: all 0.3s; } .btn:hover { background-color: #00c4a7; transition: all 0.3s; } .btn.active, .btn:active { background-color: #00b89c; transition: all 0.3s; } .btn-light { background-color: transparent; color: #12212f; } .btn-light:focus, .btn-light:hover { background-color: #f9f9f9; transition: all 0.2s; } .btn-light:active, .btn-light.active { background-color: #f2f2f2; transition: all 0.2s; } .btn-dark { background-color: #34495E; } .btn-dark:focus, .btn-dark:hover { background-color: #12212f; transition: all 0.2s; } .btn-dark:active, .btn-dark.active { color: #12212f; background-color: #00b89c; transition: all 0.2s; } .btn-flat { border: none; border-radius: 0; box-shadow: none; } .btn input { background: none; color: inherit; border: 0; outline: 0; } /* SCREEN BLOCK */ .screen-block { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 200; background-color: rgba(255,255,255,0.9); color: #6e6e6e; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .screen-block[data-open] { display: flex; } .screen-content { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 20px; } .with-border .screen-content { border: 4px dashed #e0e0e0; } .screen-message { margin-top: -100px; font-size: 2.2em; } /* LOADING */ .loading:after { content: ' .'; animation: dots 1s steps(5, end) infinite; } @keyframes dots { 0%, 20% { color: rgba(110, 110, 110, 0); text-shadow: .25em 0 0 rgba(110, 110, 110, 0), .5em 0 0 rgba(110, 110, 110, 0); } 40% { color: #6e6e6e; text-shadow: .25em 0 0 rgba(110, 110, 110, 0), .5em 0 0 rgba(110, 110, 110, 0); } 60% { text-shadow: .25em 0 0 #6e6e6e, .5em 0 0 rgba(110, 110, 110, 0); } 80%, 100% { text-shadow: .25em 0 0 #6e6e6e, .5em 0 0 #6e6e6e; } }
0.555556
0.110711
.oxi-addons-container [class^='oxi-image-lightspeed-'], .oxi-addons-container [class*=' oxi-image-lightspeed-'] { overflow: hidden; } .oxi-addons-container .oxi-image-lightspeed-in-left .oxi-image-hover-figure-caption { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 0; } .oxi-addons-container .oxi-image-lightspeed-in-left:hover .oxi-image-hover-figure-caption, .oxi-addons-container .oxi-image-lightspeed-in-left.oxi-touch .oxi-image-hover-figure-caption { -webkit-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-moz-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -moz-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -moz-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-o-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -o-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -o-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -moz-transform: translate(100%, 0) skewX(-20deg); -o-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -moz-transform: translate(0, 0) skewX(10deg); -o-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } .oxi-addons-container .oxi-image-lightspeed-in-right .oxi-image-hover-figure-caption { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 0; } .oxi-addons-container .oxi-image-lightspeed-in-right:hover .oxi-image-hover-figure-caption, .oxi-addons-container .oxi-image-lightspeed-in-right.oxi-touch .oxi-image-hover-figure-caption { -webkit-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-moz-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -moz-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -moz-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-o-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -o-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -o-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -moz-transform: translate(-100%, 0) skewX(20deg); -o-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -moz-transform: translate(0, 0) skewX(-10deg); -o-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } .oxi-addons-container .oxi-image-lightspeed-out-left .oxi-image-hover-image { z-index: 2; } .oxi-addons-container .oxi-image-lightspeed-out-left .oxi-image-hover-figure-caption { z-index: 1; opacity: 1; } .oxi-addons-container .oxi-image-lightspeed-out-left:hover .oxi-image-hover-image, .oxi-addons-container .oxi-image-lightspeed-out-left.oxi-touch .oxi-image-hover-image { -webkit-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-moz-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -moz-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -moz-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-o-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -o-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -o-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -moz-transform: translate(10%, 0) skewX(0deg); -o-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -moz-transform: translate(-150%, 0) skewX(-20deg); -o-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } .oxi-addons-container .oxi-image-lightspeed-out-right .oxi-image-hover-image { z-index: 2; } .oxi-addons-container .oxi-image-lightspeed-out-right .oxi-image-hover-figure-caption { z-index: 1; opacity: 1; } .oxi-addons-container .oxi-image-lightspeed-out-right:hover .oxi-image-hover-image, .oxi-addons-container .oxi-image-lightspeed-out-right.oxi-touch .oxi-image-hover-image { -webkit-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-moz-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -moz-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -moz-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } } @-o-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -o-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -o-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } } @keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -moz-transform: translate(-10%, 0) skewX(0deg); -o-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -moz-transform: translate(150%, 0) skewX(20deg); -o-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } }
wordpress/wp-content/plugins/image-hover-effects-ultimate/Modules/Caption/Files/lightspeed-effects.css
.oxi-addons-container [class^='oxi-image-lightspeed-'], .oxi-addons-container [class*=' oxi-image-lightspeed-'] { overflow: hidden; } .oxi-addons-container .oxi-image-lightspeed-in-left .oxi-image-hover-figure-caption { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 0; } .oxi-addons-container .oxi-image-lightspeed-in-left:hover .oxi-image-hover-figure-caption, .oxi-addons-container .oxi-image-lightspeed-in-left.oxi-touch .oxi-image-hover-figure-caption { -webkit-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; animation: oxi-image-lightspeed-in-left 0.4025s ease-in forwards; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-moz-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -moz-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -moz-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-o-keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -o-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -o-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @keyframes oxi-image-lightspeed-in-left { from { -webkit-transform: translate(100%, 0) skewX(-20deg); -moz-transform: translate(100%, 0) skewX(-20deg); -o-transform: translate(100%, 0) skewX(-20deg); transform: translate(100%, 0) skewX(-20deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } 75% { -webkit-transform: translate(0, 0) skewX(10deg); -moz-transform: translate(0, 0) skewX(10deg); -o-transform: translate(0, 0) skewX(10deg); transform: translate(0, 0) skewX(10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } .oxi-addons-container .oxi-image-lightspeed-in-right .oxi-image-hover-figure-caption { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 0; } .oxi-addons-container .oxi-image-lightspeed-in-right:hover .oxi-image-hover-figure-caption, .oxi-addons-container .oxi-image-lightspeed-in-right.oxi-touch .oxi-image-hover-figure-caption { -webkit-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; animation: oxi-image-lightspeed-in-right 0.4025s ease-in forwards; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-moz-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -moz-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -moz-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @-o-keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -o-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -o-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } @keyframes oxi-image-lightspeed-in-right { from { -webkit-transform: translate(-100%, 0) skewX(20deg); -moz-transform: translate(-100%, 0) skewX(20deg); -o-transform: translate(-100%, 0) skewX(20deg); transform: translate(-100%, 0) skewX(20deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } 75% { -webkit-transform: translate(0, 0) skewX(-10deg); -moz-transform: translate(0, 0) skewX(-10deg); -o-transform: translate(0, 0) skewX(-10deg); transform: translate(0, 0) skewX(-10deg); } to { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } } .oxi-addons-container .oxi-image-lightspeed-out-left .oxi-image-hover-image { z-index: 2; } .oxi-addons-container .oxi-image-lightspeed-out-left .oxi-image-hover-figure-caption { z-index: 1; opacity: 1; } .oxi-addons-container .oxi-image-lightspeed-out-left:hover .oxi-image-hover-image, .oxi-addons-container .oxi-image-lightspeed-out-left.oxi-touch .oxi-image-hover-image { -webkit-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; animation: oxi-image-lightspeed-out-left 0.4025s ease-in forwards; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-moz-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -moz-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -moz-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-o-keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -o-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -o-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @keyframes oxi-image-lightspeed-out-left { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); -moz-transform: translate(10%, 0) skewX(0deg); -o-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); -moz-transform: translate(0, 0) skewX(-20deg); -o-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); -moz-transform: translate(-150%, 0) skewX(-20deg); -o-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } .oxi-addons-container .oxi-image-lightspeed-out-right .oxi-image-hover-image { z-index: 2; } .oxi-addons-container .oxi-image-lightspeed-out-right .oxi-image-hover-figure-caption { z-index: 1; opacity: 1; } .oxi-addons-container .oxi-image-lightspeed-out-right:hover .oxi-image-hover-image, .oxi-addons-container .oxi-image-lightspeed-out-right.oxi-touch .oxi-image-hover-image { -webkit-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -moz-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -o-animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; animation: oxi-image-lightspeed-out-right 0.4025s ease-in forwards; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; opacity: 1; } @-webkit-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(10%, 0) skewX(0deg); transform: translate(10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(-20deg); transform: translate(0, 0) skewX(-20deg); } to { -webkit-transform: translate(-150%, 0) skewX(-20deg); transform: translate(-150%, 0) skewX(-20deg); } } @-moz-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -moz-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -moz-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } } @-o-keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -o-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -o-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } } @keyframes oxi-image-lightspeed-out-right { from { -webkit-transform: translate(0, 0) skewX(0deg); -moz-transform: translate(0, 0) skewX(0deg); -o-transform: translate(0, 0) skewX(0deg); transform: translate(0, 0) skewX(0deg); } 25% { -webkit-transform: translate(-10%, 0) skewX(0deg); -moz-transform: translate(-10%, 0) skewX(0deg); -o-transform: translate(-10%, 0) skewX(0deg); transform: translate(-10%, 0) skewX(0deg); } 50% { -webkit-transform: translate(0, 0) skewX(20deg); -moz-transform: translate(0, 0) skewX(20deg); -o-transform: translate(0, 0) skewX(20deg); transform: translate(0, 0) skewX(20deg); } to { -webkit-transform: translate(150%, 0) skewX(20deg); -moz-transform: translate(150%, 0) skewX(20deg); -o-transform: translate(150%, 0) skewX(20deg); transform: translate(150%, 0) skewX(20deg); } }
0.553988
0.20464
@charset "UTF-8"; .accordion-custom .card { border: none; border-radius: .25rem } .accordion-custom .card-block, .accordion-custom .card-header { background: #fff; border: 1px solid #eee } .accordion-custom .card-header { padding: 0 } .accordion-custom .card-heading { display: block; width: 100%; cursor: pointer; padding: 1rem; position: relative; font-size: 1rem; font-weight: 400 } .accordion-custom .card-block { padding: 1rem; font-size: 1rem; color: #6a6c6f; line-height: 1.6 } .accordion-custom .card-heading:after { content: "\f067"; font: normal normal normal 14px/1 FontAwesome; line-height: 2rem; font-size: 1rem; text-align: center; display: inline-block; color: #6a6c6f; position: absolute; right: 1rem; top: .75rem } .accordion-custom .card-heading[aria-expanded=true]:after { content: "\f068" } .alert { border-radius: 0 } .alert .close { opacity: .3 } .alert-rounded { border-radius: .25rem } .alert-outline { background: none } .alert-outline.alert-info { color: #2196f3; border-color: #2196f3 } .alert-outline.alert-info .close { color: #2196f3 } .alert-outline.alert-success { color: #4caf50; border-color: #4caf50 } .alert-outline.alert-success .close { color: #4caf50 } .alert-outline.alert-warning { color: #ff9800; border-color: #ff9800 } .alert-outline.alert-warning .close { color: #ff9800 } .alert-outline.alert-danger { color: #f44336; border-color: #f44336 } .alert-outline.alert-danger .close { color: #f44336 } .alert-outline .close { opacity: 1 } @-webkit-keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0) } to { -webkit-transform: scale(1); transform: scale(1) } } @keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0) } to { -webkit-transform: scale(1); transform: scale(1) } } .scaleInDownLeft { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top } .scaleInDownLeft, .scaleInDownRight { -webkit-animation-duration: .25s; animation-duration: .25s; -webkit-animation-name: scaleIn; animation-name: scaleIn } .scaleInDownRight { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top } .avatar { position: relative; width: 3rem; height: 3rem; border-radius: 3px; margin-right: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1rem; font-weight: 500; color: #fff } .avatar a>img, .avatar img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; display: block; border-radius: 3px } .avatar-circle, .avatar-circle img { border-radius: 100%!important } .avatar-sm { width: 2.5rem; height: 2.5rem } .avatar-lg { width: 4rem; height: 4rem; font-size: 1.25rem; font-weight: 700 } .bg-none { background: none!important } .bg-white { background-color: #fff!important } .bg-black { background-color: #282828!important; color: #fff!important } .bg-inverse { background-color: #3b3e47!important; color: #fff!important } .bg-pink { background-color: #e91e63!important } .bg-pink, .bg-purple { color: #fff!important } .bg-purple { background-color: #9c27b0!important } .bg-gray { background-color: #bbb!important; color: #fff!important } .bg-eee { background: #eee!important } .bg-faded { background: #f5f7f9!important } .bg-facebook, .bg-hv-facebook:hover { background-color: #3b5998!important; color: #fff!important } .bg-hv-twitter:hover, .bg-twitter { background-color: #1da1f2!important; color: #fff!important } .bg-google-plus, .bg-hv-google-plus:hover { background-color: #dd4b39!important; color: #fff!important } .bg-hv-youtube:hover, .bg-youtube { background-color: #cd201f!important; color: #fff!important } .bg-hv-linkedin:hover, .bg-linkedin { background-color: #0077b5!important; color: #fff!important } .bg-flickr, .bg-hv-flickr:hover { background-color: #ff0084!important; color: #fff!important } .bg-hv-tumblr:hover, .bg-tumblr { background-color: #35465c!important; color: #fff!important } .bg-dribbble, .bg-hv-dribbble:hover { background-color: #ea4c89!important; color: #fff!important } .bg-red-500 { background-color: #f44336!important } .bg-red-700 { background-color: #d32f2f!important } .bg-pink-500 { background-color: #e91e63!important } .bg-pink-700 { background-color: #c2185b!important } .bg-purple-500 { background-color: #9c27b0!important } .bg-purple-700 { background-color: #7b1fa2!important } /* .bg-indigo-500 { background-color: #3f51b5!important } */ .bg-indigo-700 { background-color: #303f9f!important } .bg-blue-500 { background-color: #2196f3!important } .bg-blue-700 { background-color: #1976d2!important } .bg-cyan-500 { background-color: #00bcd4!important } .bg-cyan-700 { background-color: #0097a7!important } .bg-teal-500 { background-color: #009688!important } .bg-teal-700 { background-color: #00796b!important } .bg-green-500 { background-color: #4caf50!important } .bg-green-700 { background-color: #388e3c!important } .bg-yellow-500 { background-color: #ffeb3b!important } .bg-yellow-700 { background-color: #fbc02d!important } .bg-orange-500 { background-color: #ff9800!important } .bg-orange-700 { background-color: #f57c00!important } .bg-brown-500 { background-color: #795548!important } .bg-brown-700 { background-color: #5d4037!important } .bg-gray-500 { background-color: #9e9e9e!important } .bg-gray-700 { background-color: #616161!important } .border-a-0 { border: none!important } .border-a-1 { border: 1px solid #eee!important } .border-a-2 { border: 2px solid #eee!important } .border-t-0 { border-top: none!important } .border-t-1 { border-top: 1px solid #eee!important } .border-t-2 { border-top: 2px solid #eee!important } .border-r-0 { border-right: none!important } .border-r-1 { border-right: 1px solid #eee!important } .border-r-2 { border-right: 2px solid #eee!important } .border-b-0 { border-bottom: none!important } .border-l-0 { border-left: none!important } .border-b-1 { border-bottom: 1px solid #eee!important } .border-b-2 { border-bottom: 2px solid #eee!important } .border-l-1 { border-left: 1px solid #eee!important } .border-l-2 { border-left: 2px solid #eee!important } .border-color-primary { border-color: #3f51b5!important } .border-color-success { border-color: #4caf50!important } .border-color-warning { border-color: #ff9800!important } .border-color-danger { border-color: #f44336!important } .btn { outline: none!important } .btn:focus { outline: none } .btn-group-sm>.btn, .btn-sm { font-size: .75rem } .btn-icon { padding: 0; line-height: 2rem; width: 2rem; height: 2rem; border: 1px solid #eee; cursor: pointer } .btn-icon.btn-sm { line-height: 1.5rem; width: 1.5rem; height: 1.5rem } .btn-icon.btn-lg { line-height: 2.5rem; width: 2.5rem; height: 2.5rem } .btn-icon-flip { position: relative; overflow: hidden } .btn-icon-flip, .btn-icon-flip:active, .btn-icon-flip:focus { outline: none; -webkit-box-shadow: none; box-shadow: none } .btn-icon-flip i { border-radius: inherit; -webkit-transition: top .25s; -o-transition: top .25s; transition: top .25s; line-height: inherit; position: absolute; display: block; height: 100%; width: 100%; top: 0 } .btn-icon-flip i:last-child { top: 100% } .btn-icon-flip:hover i:first-child { top: -100% } .btn-icon-flip:hover i:last-child { top: 0 } .btn-default { color: #292b2c; background-color: #fff; border-color: #ccc } .btn-default:hover { color: #292b2c; background-color: #e6e6e6; border-color: #adadad } .btn-default.focus, .btn-default:focus { -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5); box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5) } .btn-default.disabled, .btn-default:disabled { background-color: #fff; border-color: #ccc } .btn-default.active, .btn-default:active, .show>.btn-default.dropdown-toggle { color: #292b2c; background-color: #e6e6e6; background-image: none; border-color: #adadad } .btn-rounded { border-radius: 1000px } .social-icon { font-size: 1rem; margin-right: .25rem; margin-left: .25rem } .card { margin-bottom: 24px; border-radius: 0 } .card-toolbar { list-style-type: none; padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -.75rem } .card-toolbar>li>a { padding: .5rem .75rem; font-size: 1rem } .card-header { padding: .75rem 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .card-header:after { display: none } .card-heading { margin: 0; font-size: 1rem } .card-img-top { width: 100%; border-radius: 0; height: auto; max-width: 100% } .card-img-overlay { padding: 1.5rem } .card .table { margin: 0 } .card .table tr:first-child td { border-top: none } .card .table td, .card .table th { padding: .875rem 1.5rem } .cover { position: relative } .cover-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.5rem } #jqstooltip { display: block; background: #36404a; color: #fff; border-radius: 3px; padding: 8px 16px!important; width: auto!important; height: auto!important; border: none; white-space: nowrap } #pieLegend .legendColorBox>div { border: none!important } #pieLegend .legendColorBox>div>div { border-width: 7px!important } #pieLegend .legendColorBox, #pieLegend .legendLabel { padding: .2rem 0 .4rem } #pieLegend .legend-label { font-weight: 500; margin-top: .5em; margin-left: .5em } .flotTip { background: #36404a; color: #fff; padding: 8px 16px; border-radius: 3px; font-family: lato, Helvetica, serif } .small-chart { margin-top: 4px } .chart { height: 300px; width: 100% } .morris-hover.morris-default-style { border-radius: 5px; padding: 10px 12px; color: #666; background: #36404a; border: none; color: #fff!important } .morris-hover.morris-default-style .morris-hover-point { color: #fff!important } .chart-legend { margin-bottom: 16px; text-align: center } .chart-legend .chart-legend-label .fa { display: inline-block; margin-right: 6px } .sparkline-chart canvas { display: block!important; margin: 0 auto } .pieprogress { position: relative } .pieprogress strong { position: absolute; top: 30px; left: 0; width: 100%; text-align: center; line-height: 40px; font-size: 20px } .circle { width: 3rem; height: 3rem; border-radius: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .circle-xs { width: 2rem; height: 2rem } .circle-sm { width: 2.5rem; height: 2.5rem } .circle-lg { width: 4rem; height: 4rem } .checkbox { position: relative; padding-left: 22px; display: block; margin-top: .5rem; margin-bottom: .5rem } .checkbox label { position: relative; padding-left: 10px; margin: 0; min-height: 22px; vertical-align: middle; cursor: pointer } .checkbox label:empty { padding-left: 0 } .checkbox input[type=checkbox], .checkbox label:after, .checkbox label:before { height: 22px; width: 22px; position: absolute; left: 0; top: 0 } .checkbox label:after, .checkbox label:before { content: ""; margin-left: -22px } .checkbox label:before { background: #fff; border: 1px solid #eee; -webkit-transition: background .15s, border-color .15s; -o-transition: background .15s, border-color .15s; transition: background .15s, border-color .15s; border-radius: .25rem } .checkbox label:after { line-height: 22px; color: inherit; font-family: FontAwesome; text-align: center; background-color: transparent; font-style: normal; color: #818a91; font-size: .875rem } .checkbox input[type=checkbox] { opacity: 0; z-index: 1; cursor: pointer } .checkbox input[type=checkbox]:checked+label:after { content: "" } .checkbox input[type=checkbox]:indeterminate+label:after { display: block; content: ""; width: 10px; height: 3px; background-color: #555; border-radius: 2px; margin-left: -16.5px; margin-top: 7px } .checkbox input[type=checkbox]:disabled { cursor: not-allowed } .checkbox input[type=checkbox]:disabled+label { opacity: .65; cursor: not-allowed } .checkbox input[type=checkbox]:disabled+label:before { background-color: #f5f7f9 } .checkbox.checkbox-circle label:before { border-radius: 50% } .checkbox.checkbox-square label:before { border-radius: 0 } .checkbox.checkbox-lg { padding-left: 26px } .checkbox.checkbox-lg label { padding-left: 12px; min-height: 26px } .checkbox.checkbox-lg input[type=checkbox], .checkbox.checkbox-lg label:after, .checkbox.checkbox-lg label:before { width: 26px; height: 26px } .checkbox.checkbox-lg label:after, .checkbox.checkbox-lg label:before { margin-left: -26px } .checkbox.checkbox-lg label:after { line-height: 26px; font-size: 1rem } .checkbox.checkbox-inline { display: inline-block } .radio { position: relative; padding-left: 20px; display: block; margin-top: .5rem; margin-bottom: .5rem } .radio label { position: relative; padding-left: .5rem; margin: 0; min-height: 20px; vertical-align: middle; cursor: pointer } .radio label:empty { padding-left: 0 } .radio input[type=radio], .radio label:before { height: 20px; width: 20px; position: absolute; left: 0; top: 0 } .radio label:after, .radio label:before { content: " "; margin-left: -20px } .radio label:before { border: 1px solid #ccc; border-radius: 50%; background-color: #fff; -webkit-transition: border .15s ease-in-out; -o-transition: border .15s ease-in-out; transition: border .15s ease-in-out } .radio label:after { position: absolute; width: 12px; height: 12px; left: 4px; top: 4px; border-radius: 50%; background-color: #818a91; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33); -o-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33) } .radio input[type=radio] { opacity: 0; z-index: 1; cursor: pointer } .radio input[type=radio]:checked+label:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } .radio input[type=radio]:disabled { cursor: not-allowed } .radio input[type=radio]:disabled+label { opacity: .65; cursor: not-allowed } .radio input[type=radio]:disabled+label:before { cursor: not-allowed } .radio.radio-inline { display: inline-block } .checkbox-red input[type=checkbox]:checked+label:before, .checkbox-red input[type=radio]:checked+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-red input[type=checkbox]:checked+label:after, .checkbox-red input[type=radio]:checked+label:after { color: #fff } .checkbox-pink input[type=checkbox]:checked+label:before, .checkbox-pink input[type=radio]:checked+label:before { background-color: #e91e63; border-color: #e91e63 } .checkbox-pink input[type=checkbox]:checked+label:after, .checkbox-pink input[type=radio]:checked+label:after { color: #fff } .checkbox-purple input[type=checkbox]:checked+label:before, .checkbox-purple input[type=radio]:checked+label:before { background-color: #9c27b0; border-color: #9c27b0 } .checkbox-purple input[type=checkbox]:checked+label:after, .checkbox-purple input[type=radio]:checked+label:after { color: #fff } .checkbox-indigo input[type=checkbox]:checked+label:before, .checkbox-indigo input[type=radio]:checked+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-indigo input[type=checkbox]:checked+label:after, .checkbox-indigo input[type=radio]:checked+label:after { color: #fff } .checkbox-blue input[type=checkbox]:checked+label:before, .checkbox-blue input[type=radio]:checked+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-blue input[type=checkbox]:checked+label:after, .checkbox-blue input[type=radio]:checked+label:after { color: #fff } .checkbox-cyan input[type=checkbox]:checked+label:before, .checkbox-cyan input[type=radio]:checked+label:before { background-color: #00bcd4; border-color: #00bcd4 } .checkbox-cyan input[type=checkbox]:checked+label:after, .checkbox-cyan input[type=radio]:checked+label:after { color: #fff } .checkbox-teal input[type=checkbox]:checked+label:before, .checkbox-teal input[type=radio]:checked+label:before { background-color: #009688; border-color: #009688 } .checkbox-teal input[type=checkbox]:checked+label:after, .checkbox-teal input[type=radio]:checked+label:after { color: #fff } .checkbox-green input[type=checkbox]:checked+label:before, .checkbox-green input[type=radio]:checked+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-green input[type=checkbox]:checked+label:after, .checkbox-green input[type=radio]:checked+label:after { color: #fff } .checkbox-yellow input[type=checkbox]:checked+label:before, .checkbox-yellow input[type=radio]:checked+label:before { background-color: #ffeb3b; border-color: #ffeb3b } .checkbox-yellow input[type=checkbox]:checked+label:after, .checkbox-yellow input[type=radio]:checked+label:after { color: #fff } .checkbox-orange input[type=checkbox]:checked+label:before, .checkbox-orange input[type=radio]:checked+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-orange input[type=checkbox]:checked+label:after, .checkbox-orange input[type=radio]:checked+label:after { color: #fff } .checkbox-brown input[type=checkbox]:checked+label:before, .checkbox-brown input[type=radio]:checked+label:before { background-color: #795548; border-color: #795548 } .checkbox-brown input[type=checkbox]:checked+label:after, .checkbox-brown input[type=radio]:checked+label:after { color: #fff } .checkbox-gray input[type=checkbox]:checked+label:before, .checkbox-gray input[type=radio]:checked+label:before { background-color: #9e9e9e; border-color: #9e9e9e } .checkbox-gray input[type=checkbox]:checked+label:after, .checkbox-gray input[type=radio]:checked+label:after { color: #fff } .checkbox-primary input[type=checkbox]:checked+label:before, .checkbox-primary input[type=radio]:checked+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-primary input[type=checkbox]:checked+label:after, .checkbox-primary input[type=radio]:checked+label:after { color: #fff } .checkbox-danger input[type=checkbox]:checked+label:before, .checkbox-danger input[type=radio]:checked+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-danger input[type=checkbox]:checked+label:after, .checkbox-danger input[type=radio]:checked+label:after { color: #fff } .checkbox-info input[type=checkbox]:checked+label:before, .checkbox-info input[type=radio]:checked+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-info input[type=checkbox]:checked+label:after, .checkbox-info input[type=radio]:checked+label:after { color: #fff } .checkbox-warning input[type=checkbox]:checked+label:before, .checkbox-warning input[type=radio]:checked+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-warning input[type=checkbox]:checked+label:after, .checkbox-warning input[type=radio]:checked+label:after { color: #fff } .checkbox-success input[type=checkbox]:checked+label:before, .checkbox-success input[type=radio]:checked+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-success input[type=checkbox]:checked+label:after, .checkbox-success input[type=radio]:checked+label:after { color: #fff } .checkbox-dark input[type=checkbox]:checked+label:before, .checkbox-dark input[type=radio]:checked+label:before { background-color: #282828; border-color: #282828 } .checkbox-dark input[type=checkbox]:checked+label:after, .checkbox-dark input[type=radio]:checked+label:after { color: #fff } .checkbox-red input[type=checkbox]:indeterminate+label:before, .checkbox-red input[type=radio]:indeterminate+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-red input[type=checkbox]:indeterminate+label:after, .checkbox-red input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-pink input[type=checkbox]:indeterminate+label:before, .checkbox-pink input[type=radio]:indeterminate+label:before { background-color: #e91e63; border-color: #e91e63 } .checkbox-pink input[type=checkbox]:indeterminate+label:after, .checkbox-pink input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-purple input[type=checkbox]:indeterminate+label:before, .checkbox-purple input[type=radio]:indeterminate+label:before { background-color: #9c27b0; border-color: #9c27b0 } .checkbox-purple input[type=checkbox]:indeterminate+label:after, .checkbox-purple input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-indigo input[type=checkbox]:indeterminate+label:before, .checkbox-indigo input[type=radio]:indeterminate+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-indigo input[type=checkbox]:indeterminate+label:after, .checkbox-indigo input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-blue input[type=checkbox]:indeterminate+label:before, .checkbox-blue input[type=radio]:indeterminate+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-blue input[type=checkbox]:indeterminate+label:after, .checkbox-blue input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-cyan input[type=checkbox]:indeterminate+label:before, .checkbox-cyan input[type=radio]:indeterminate+label:before { background-color: #00bcd4; border-color: #00bcd4 } .checkbox-cyan input[type=checkbox]:indeterminate+label:after, .checkbox-cyan input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-teal input[type=checkbox]:indeterminate+label:before, .checkbox-teal input[type=radio]:indeterminate+label:before { background-color: #009688; border-color: #009688 } .checkbox-teal input[type=checkbox]:indeterminate+label:after, .checkbox-teal input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-green input[type=checkbox]:indeterminate+label:before, .checkbox-green input[type=radio]:indeterminate+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-green input[type=checkbox]:indeterminate+label:after, .checkbox-green input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-yellow input[type=checkbox]:indeterminate+label:before, .checkbox-yellow input[type=radio]:indeterminate+label:before { background-color: #ffeb3b; border-color: #ffeb3b } .checkbox-yellow input[type=checkbox]:indeterminate+label:after, .checkbox-yellow input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-orange input[type=checkbox]:indeterminate+label:before, .checkbox-orange input[type=radio]:indeterminate+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-orange input[type=checkbox]:indeterminate+label:after, .checkbox-orange input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-brown input[type=checkbox]:indeterminate+label:before, .checkbox-brown input[type=radio]:indeterminate+label:before { background-color: #795548; border-color: #795548 } .checkbox-brown input[type=checkbox]:indeterminate+label:after, .checkbox-brown input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-gray input[type=checkbox]:indeterminate+label:before, .checkbox-gray input[type=radio]:indeterminate+label:before { background-color: #9e9e9e; border-color: #9e9e9e } .checkbox-gray input[type=checkbox]:indeterminate+label:after, .checkbox-gray input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-primary input[type=checkbox]:indeterminate+label:before, .checkbox-primary input[type=radio]:indeterminate+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-primary input[type=checkbox]:indeterminate+label:after, .checkbox-primary input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-danger input[type=checkbox]:indeterminate+label:before, .checkbox-danger input[type=radio]:indeterminate+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-danger input[type=checkbox]:indeterminate+label:after, .checkbox-danger input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-info input[type=checkbox]:indeterminate+label:before, .checkbox-info input[type=radio]:indeterminate+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-info input[type=checkbox]:indeterminate+label:after, .checkbox-info input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-warning input[type=checkbox]:indeterminate+label:before, .checkbox-warning input[type=radio]:indeterminate+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-warning input[type=checkbox]:indeterminate+label:after, .checkbox-warning input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-success input[type=checkbox]:indeterminate+label:before, .checkbox-success input[type=radio]:indeterminate+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-success input[type=checkbox]:indeterminate+label:after, .checkbox-success input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-dark input[type=checkbox]:indeterminate+label:before, .checkbox-dark input[type=radio]:indeterminate+label:before { background-color: #282828; border-color: #282828 } .checkbox-dark input[type=checkbox]:indeterminate+label:after, .checkbox-dark input[type=radio]:indeterminate+label:after { background-color: #fff } .radio-red input[type=radio]+label:before { border-color: #f44336 } .radio-red input[type=radio]+label:after { background-color: #f44336 } .radio-red input[type=radio]:checked+label:before { border-color: #f44336 } .radio-red input[type=radio]:checked+label:after { background-color: #f44336 } .radio-pink input[type=radio]+label:before { border-color: #e91e63 } .radio-pink input[type=radio]+label:after { background-color: #e91e63 } .radio-pink input[type=radio]:checked+label:before { border-color: #e91e63 } .radio-pink input[type=radio]:checked+label:after { background-color: #e91e63 } .radio-purple input[type=radio]+label:before { border-color: #9c27b0 } .radio-purple input[type=radio]+label:after { background-color: #9c27b0 } .radio-purple input[type=radio]:checked+label:before { border-color: #9c27b0 } .radio-purple input[type=radio]:checked+label:after { background-color: #9c27b0 } .radio-indigo input[type=radio]+label:before { border-color: #3f51b5 } .radio-indigo input[type=radio]+label:after { background-color: #3f51b5 } .radio-indigo input[type=radio]:checked+label:before { border-color: #3f51b5 } .radio-indigo input[type=radio]:checked+label:after { background-color: #3f51b5 } .radio-blue input[type=radio]+label:before { border-color: #2196f3 } .radio-blue input[type=radio]+label:after { background-color: #2196f3 } .radio-blue input[type=radio]:checked+label:before { border-color: #2196f3 } .radio-blue input[type=radio]:checked+label:after { background-color: #2196f3 } .radio-cyan input[type=radio]+label:before { border-color: #00bcd4 } .radio-cyan input[type=radio]+label:after { background-color: #00bcd4 } .radio-cyan input[type=radio]:checked+label:before { border-color: #00bcd4 } .radio-cyan input[type=radio]:checked+label:after { background-color: #00bcd4 } .radio-teal input[type=radio]+label:before { border-color: #009688 } .radio-teal input[type=radio]+label:after { background-color: #009688 } .radio-teal input[type=radio]:checked+label:before { border-color: #009688 } .radio-teal input[type=radio]:checked+label:after { background-color: #009688 } .radio-green input[type=radio]+label:before { border-color: #4caf50 } .radio-green input[type=radio]+label:after { background-color: #4caf50 } .radio-green input[type=radio]:checked+label:before { border-color: #4caf50 } .radio-green input[type=radio]:checked+label:after { background-color: #4caf50 } .radio-yellow input[type=radio]+label:before { border-color: #ffeb3b } .radio-yellow input[type=radio]+label:after { background-color: #ffeb3b } .radio-yellow input[type=radio]:checked+label:before { border-color: #ffeb3b } .radio-yellow input[type=radio]:checked+label:after { background-color: #ffeb3b } .radio-orange input[type=radio]+label:before { border-color: #ff9800 } .radio-orange input[type=radio]+label:after { background-color: #ff9800 } .radio-orange input[type=radio]:checked+label:before { border-color: #ff9800 } .radio-orange input[type=radio]:checked+label:after { background-color: #ff9800 } .radio-brown input[type=radio]+label:before { border-color: #795548 } .radio-brown input[type=radio]+label:after { background-color: #795548 } .radio-brown input[type=radio]:checked+label:before { border-color: #795548 } .radio-brown input[type=radio]:checked+label:after { background-color: #795548 } .radio-gray input[type=radio]+label:before { border-color: #9e9e9e } .radio-gray input[type=radio]+label:after { background-color: #9e9e9e } .radio-gray input[type=radio]:checked+label:before { border-color: #9e9e9e } .radio-gray input[type=radio]:checked+label:after { background-color: #9e9e9e } .radio-primary input[type=radio]+label:before { border-color: #3f51b5 } .radio-primary input[type=radio]+label:after { background-color: #3f51b5 } .radio-primary input[type=radio]:checked+label:before { border-color: #3f51b5 } .radio-primary input[type=radio]:checked+label:after { background-color: #3f51b5 } .radio-danger input[type=radio]+label:before { border-color: #f44336 } .radio-danger input[type=radio]+label:after { background-color: #f44336 } .radio-danger input[type=radio]:checked+label:before { border-color: #f44336 } .radio-danger input[type=radio]:checked+label:after { background-color: #f44336 } .radio-info input[type=radio]+label:before { border-color: #2196f3 } .radio-info input[type=radio]+label:after { background-color: #2196f3 } .radio-info input[type=radio]:checked+label:before { border-color: #2196f3 } .radio-info input[type=radio]:checked+label:after { background-color: #2196f3 } .radio-warning input[type=radio]+label:before { border-color: #ff9800 } .radio-warning input[type=radio]+label:after { background-color: #ff9800 } .radio-warning input[type=radio]:checked+label:before { border-color: #ff9800 } .radio-warning input[type=radio]:checked+label:after { background-color: #ff9800 } .radio-success input[type=radio]+label:before { border-color: #4caf50 } .radio-success input[type=radio]+label:after { background-color: #4caf50 } .radio-success input[type=radio]:checked+label:before { border-color: #4caf50 } .radio-success input[type=radio]:checked+label:after { background-color: #4caf50 } .radio-dark input[type=radio]+label:before { border-color: #282828 } .radio-dark input[type=radio]+label:after { background-color: #282828 } .radio-dark input[type=radio]:checked+label:before { border-color: #282828 } .radio-dark input[type=radio]:checked+label:after { background-color: #282828 } .dropdown-menu { -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175); box-shadow: 0 3px 12px rgba(0, 0, 0, .175); border: none } .dropdown-item { color: #6a6c6f } .dropdown-item:active { color: #fff } .form-group { margin-bottom: 24px } .form-control { border-radius: 0px; height: 38px; border-color: #ddd } .form-control:active, .form-control:focus { border-color: #ccc; outline: none; -webkit-box-shadow: none; box-shadow: none } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } textarea.form-control { min-height: 100px } label { font-size: 14px; font-weight: 500 } .checkbox, .radio { margin-top: 0; margin-bottom: 12px } .form-inline .form-control { min-width: 250px } div.dataTables_wrapper div.dataTables_length select { width: 100px; height: 30px; font-weight: 600; font-size: 14px } div.dataTables_wrapper div.dataTables_filter input { width: 200px; height: 30px } .select2-selection, .select2-selection.select2-selection--single { height: 38px!important } .select2-selection.select2-selection--single .select2-selection__rendered { line-height: 38px!important } .select2-selection .select2-selection__choice { margin-top: 8px!important } .select2-selection .select2-selection__arrow { height: 38px!important } .bootstrap-tagsinput { width: 100%; border-radius: 3px; min-height: 38px; -webkit-box-shadow: none; box-shadow: none; border-color: #ddd } .bootstrap-tagsinput:active, .bootstrap-tagsinput:focus { border-color: #ccc; outline: none; -webkit-box-shadow: none; box-shadow: none } .bootstrap-touchspin .btn.bootstrap-touchspin-down, .bootstrap-touchspin .btn.bootstrap-touchspin-up { height: 38px; font-size: 18px } .bootstrap-touchspin .input-group-addon { border-left: 0; border-right: 0 } .bootstrap-touchspin .input-group-btn-vertical>.btn { height: 20px; width: 25px } .bootstrap-touchspin .input-group-btn-vertical>.btn i { left: 25% } .icon { width: 2rem; height: 2rem; border: 1px solid #eee; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex } .icon-circle { border-radius: 100% } .icon-sm { width: 1.5rem; height: 1.5rem } .icon-lg { width: 3rem; height: 3rem } .g__item { margin-bottom: 24px; display: block } .g__item .g__figure { display: block; position: relative; overflow: hidden; cursor: pointer; z-index: 1; margin: 0 } .g__item .g__figure>img, .g__item .g__img { width: 100%; height: auto } .g__thumb { padding: .5rem; background-color: #f5f7f9; border: 1px solid #eee } .g__item.rounded .g__figure, .g__item.rounded img { border-radius: .25rem } .g__overlay { position: absolute; 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; top: 0; width: 100%; height: 100%; padding: 1rem; opacity: 0; -webkit-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s } .g__item:hover .g__overlay { opacity: 1; background-color: hsla(0, 0%, 100%, .9) } .g__overlay-title { line-height: 1.4; font-style: italic; margin-bottom: .5rem } .g__overlay-text { font-style: italic; font-size: 1rem } .g__zoom { -ms-flex-item-align: center; align-self: center; color: #3f51b5 } .img-gallery-zoom-effect .g__item .g__figure>img, .img-gallery-zoom-effect .g__item .g__img { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -o-transition: transform 1s; transition: transform 1s; transition: transform 1s, -webkit-transform 1s } .img-gallery-zoom-effect .g__item:hover .g__figure>img, .img-gallery-zoom-effect .g__item:hover .g__img { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3) } .media { margin-top: 0 } .media small { color: #818a91; font-size: 12px } .media-heading { margin-bottom: .25rem; margin-top: .25rem; font-size: 1rem } .media-meta { font-size: .875rem } .media-list .media { margin: 0; padding: .75rem 1.25rem; border-bottom: 1px solid #f5f7f9 } .media-list .media:last-child { border-bottom: none } .media-list a.media:focus, .media-list a.media:hover { background-color: #f5f7f9 } .modal-backdrop.show { opacity: .8 } .modal .modal-dialog { max-width: 600px } #video-modal { padding: 0!important } #video-modal .modal-dialog { width: 460px; height: 250px; max-width: 100%; -webkit-box-shadow: none; box-shadow: none; margin: 60px auto!important; background: #000 } #video-modal .modal-content { width: 100%; height: 100%; background: #000 } #video-modal iframe { width: 100%; height: 100%; border: none; display: block } @media (min-width: 576px) { #video-modal .modal-dialog { width: 560px; height: 315px } } @media (min-width: 768px) { #video-modal .modal-dialog { width: 660px; height: 380px } } @media (min-width: 992px) { #video-modal .modal-dialog { width: 760px; height: 440px } } .poster { position: relative } .poster, .poster-bg { height: 100%; width: 100% } .poster-overlay { position: absolute; bottom: 0; right: 0; left: 0; top: 0 } .poster-overlay, .poster-overlay-icon { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex } .poster-overlay-icon { width: 4rem; height: 4rem; border-radius: 1000px; border: 10px solid rgba(0, 0, 0, .2); background: #fff; color: none } .progress-xs .progress-bar { height: .5rem } .progress-sm .progress-bar { height: .75rem } .progress-md .progress-bar { height: 1rem } .progress-lg .progress-bar { height: 1.25rem } .progress-xl .progress-bar { height: 1.5rem } body { font-size: .875rem; font-weight: 300; font-family: 'Lato'; color: #6a6c6f } body.no-padding:not(.menubar-top) .site-content { padding-right: 0; padding-left: 0 } body.no-padding .site-content { padding-top: 0; padding-bottom: 0 } body.site-header-hidden .site-header { display: none } a { color: #6a6c6f } a, a:focus, a:hover { text-decoration: none } .site-menu, .site-menu ol, .site-menu ul { padding: 0; margin: 0 } svg { vertical-align: middle } .hamburger { background: none } .hamburger:focus { outline: none } .jqvmap-zoomin, .jqvmap-zoomout { -webkit-box-sizing: content-box; box-sizing: content-box } .scroll-container { position: relative; overflow: auto; height: 100% } .ps-scrollbar-y-rail { width: 4px!important; background: rgba(0, 0, 0, .2) } .ps-scrollbar-y { background: #bbb!important; width: 4px!important } .jqstooltip { -webkit-box-sizing: content-box; box-sizing: content-box } .flotTip { background: #3f51b5!important; color: #fff!important; border: none!important; padding: .5rem 1rem!important; border-radius: .25rem; font-family: inherit; font-size: .875rem!important } table.table-noborder td, table.table-noborder th { border-top: none } table.table-noborder tr:nth-child(2) td { padding-top: 1.5rem } td { font-weight: 300 } th { font-weight: 500 } .thead-success th { color: #fff; background-color: #4caf50 } .form-control { font-size: 1em } .form-control, .modal-content { -webkit-box-shadow: none; box-shadow: none } .modal-content { border: none } iframe { border: 0 } .status { width: 12px; height: 12px; display: inline-block; border-radius: 100%; position: absolute; right: 0; bottom: 0; border: 2px solid #fff } .status-online { background-color: #4caf50 } .status-away { background-color: #ff9800 } .status-busy { background-color: #f44336 } .status-offline { background-color: #eceeef } .table { margin-bottom: 0 } .table th { font-size: 14px; font-weight: 600 } .table.no-cellborder { margin-top: -2px; table-layout: fixed } .table.no-cellborder td, .table.no-cellborder th { border: none; padding: 8px 0 } .table.no-cellborder .table-icon { margin-right: 6px; color: #ccc } .fixedHeader-floating { top: 64px!important; z-index: 90 } .fixedHeader-floating th { background: #edf0f5 } .table-striped>tbody>tr:nth-of-type(odd) { background-color: #f6f6f6 } .dt-buttons { display: block; max-width: 100%; width: 300px; margin: 0 auto; margin-bottom: 16px } .dt-buttons .btn { background-color: #f6f6f6 } .text-color { color: #6a6c6f!important } .title-color { color: #373a3c!important } .watermark { color: #edf0f5!important } .text-muted { color: inherit; opacity: .6!important } .text-white { color: #fff!important } .text-gray { color: #aaa!important } .text-inverse { color: #3b3e47!important } .text-black { color: #282828!important } .text-red { color: #f44336!important } .text-pink { color: #e91e63!important } .text-purple { color: #9c27b0!important } .text-indigo { color: #3f51b5!important } .text-blue { color: #2196f3!important } .text-cyan { color: #00bcd4!important } .text-teal { color: #009688!important } .text-green { color: #4caf50!important } .text-yellow { color: #ffeb3b!important } .text-orange { color: #ff9800!important } .text-brown { color: #795548!important } .text-facebook, .text-hv-facebook:hover { color: #3b5998!important } .text-hv-twitter:hover, .text-twitter { color: #1da1f2!important } .text-google-plus, .text-hv-google-plus:hover { color: #dd4b39!important } .text-hv-youtube:hover, .text-youtube { color: #cd201f!important } .text-dribbble, .text-hv-dribbble:hover { color: #ea4c89!important } .text-flickr, .text-hv-flickr:hover { color: #ff0084!important } .text-hv-linkedin:hover, .text-linkedin { color: #0077b5!important } .text-hv-tumblr:hover, .text-tumblr { color: #35465c!important } .h1, .h2, .h3, h1, h2, h3 { font-weight: 300 } .h4, .h5, .h6, h4, h5, h6 { font-weight: 400 } small { font-size: 85% } .theme-color { color: #3f51b5 } .flex-grow-1 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 } .pos-s { position: static!important } .pos-r { position: relative!important } .badge { font-size: 10px; font-weight: 500 } .badge-circle { border-radius: 50% } .border-radius-0 { border-radius: 0!important } .border-radius-1 { border-radius: .25rem!important } .fz-base { font-size: 1rem!important } .fz-xs { font-size: .75rem!important } .fz-sm { font-size: .875rem!important } .fz-lg { font-size: 1.25rem!important } .lh-2 { line-height: 1.8!important } .font-weight-200 { font-weight: 200!important } .font-weight-light { font-weight: 300!important } .d-table { display: table!important } .d-table>* { display: table-cell!important } .img-full { width: 100%!important; height: auto; display: block } @media (min-width: 768px) { .modal-md { max-width: 700px } } .box, .widget { background-color: #fff; margin-bottom: 1.5rem; /* -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14); */ border-radius: 0px; overflow: inherit; border: 1px solid #cfcfcf; } .box small, .widget small { font-size: 95%; font-weight: 500 } .widget-body, .widget-footer, .widget-header { padding: 1rem } .widget-body:after, .widget-footer:after, .widget-header:after { display: block; content: ""; clear: both } .widget-header { display: -webkit-box; display: -ms-flexbox; display: flex } .widget-title { font-size: 1rem; font-weight: 500; margin: 0; color: #373a3c } h3.widget-title { font-size: 20px; margin-bottom: 16px; font-weight: 500 } .widget-separator { margin: 0 16px } .widget p { line-height: 1.8 } .sl-item { position: relative; padding-bottom: 12px; border-left: 1px solid #ccc } .sl-item:before { left: -6px; top: 0; width: 12px; height: 12px } .sl-item:before, .sl-item:last-child:after { content: ""; position: absolute; background-color: #ccc; border-radius: 100% } .sl-item:last-child:after { left: -3px; bottom: 0; width: 6px; height: 6px } .sl-item .sl-content { margin-left: 24px } .sl-item .sl-content p { margin: 0 } .sl-primary { border-left-color: #3f51b5 } .sl-primary:before, .sl-primary:last-child:after { background-color: #3f51b5 } .sl-success { border-left-color: #4caf50 } .sl-success:before, .sl-success:last-child:after { background-color: #4caf50 } .sl-warning { border-left-color: #ff9800 } .sl-warning:before, .sl-warning:last-child:after { background-color: #ff9800 } .sl-danger { border-left-color: #f44336 } .sl-danger:before, .sl-danger:last-child:after { background-color: #f44336 } .sl-avatar { position: absolute; left: -22px } .site-search { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: none } .site-search-form { z-index: 1; position: relative; margin-top: 100px; margin-right: 5%; margin-left: 5%; width: 90% } .site-search-form .search-field { border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; background: none; font-size: 3rem; color: #333; border-bottom: 3px solid #333; padding-left: 64px; padding-right: 24px; width: 100% } .site-search-form .search-icon { position: absolute; left: 0; top: 0; font-size: 3rem } @media (max-width: 767px) { .site-search-form .search-field { font-size: 2rem; padding-left: 48px } .site-search-form .search-icon { font-size: 2rem } } .site-search-close { width: 30px; height: 30px; border: 1px solid #fff; background: none; border-radius: 5000px; position: absolute; right: -15px; top: -15px; cursor: pointer; color: #fff } .site-search-backdrop { background: rgba(0, 0, 0, .9); position: absolute; top: 0; bottom: 0; width: 100%; z-index: -1 } html { height: 100% } body { position: relative; min-height: 100%; padding-top: 64px; -webkit-transition: padding-top .35s; -o-transition: padding-top .35s; transition: padding-top .35s } @media (min-width: 768px) { body.menubar-fold .hidden-fold { display: none } } @media (max-width: 767px) { body.menubar-open { height: 100%; overflow: hidden } body.navbar-collapse-in { padding-top: 128px } } .site-main, .site-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex } .site-main { -webkit-box-flex: 0; -ms-flex: 0 1 5000px; flex: 0 1 5000px; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } @media (min-width: 768px) { .site-main { margin-left: 240px } body.menubar-fold .site-main { margin-left: 0 } } @media (max-width: 767px) { .site-main { -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s } body.menubar-open .site-main { -webkit-transform: translate3d(240px, 0, 0); transform: translate3d(240px, 0, 0) } } .site-content { padding: 24px; -webkit-box-flex: 1; -ms-flex: 1 1 calc(100vh - 134px); flex: 1 1 calc(100vh - 134px); background-color:#efefef; } @media (max-width: 575px) { .site-content { padding: 12px } } .navbar { padding: 0; height: 64px; border-bottom: 2px solid #cfcfcf; } .navbar-header { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 1rem; padding-right: 1rem; } @media (max-width: 767px) { .navbar-header { -ms-flex-preferred-size: 100%; flex-basis: 100% } } @media (min-width: 768px) { body.menubar-fold .navbar-header { -ms-flex-preferred-size: 120px; flex-basis: 120px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } } .navbar-brand { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-brand>.brand-name { font-weight: 500 } .navbar-brand>.brand-icon { font-size: 1.75rem; margin-right: .5rem; -webkit-transition: margin-right .5s; -o-transition: margin-right .5s; transition: margin-right .5s } @media (min-width: 768px) { body.menubar-fold .navbar-brand>.brand-icon { margin-right: 0 } } @media (max-width: 767px) { .navbar-brand { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } } .navbar-collapse { position: relative; height: 64px; padding-left: .75rem; padding-right: .75rem } @media (max-width: 767px) { .navbar-collapse { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08); box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding-right: .75rem; padding-left: .75rem; background: #fff } } .navbar-collapse .navbar-container { min-width: 100% } .navbar-nav .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* height: 64px; */ height: 40px; padding-left: 1.2rem!important; padding-right: 1.2rem!important; } @media (max-width: 575px) { .navbar-nav .nav-item { position: static; border: none } } @media (max-width: 767px) { .navbar-toggleable-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .navbar-toggleable-sm .navbar-nav .dropdown-menu { position: absolute; border-radius: 0; margin-top: 0; width: 100%; top: 100% } } .navbar-nav .dropdown-toggle:after { display: none } .navbar-nav .dropdown-menu { font-size: .875rem; margin-top: 2px; min-width: 240px } .navbar-nav .dropdown-menu.float-right { right: 0; left: auto } .navbar-toggler { border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; height: 64px; padding: 0 .75rem; font-size: 1rem; background: none; cursor: pointer } .navbar-toggler:focus { outline: none } .site-panel { position: fixed; top: 64px; right: -310px; width: 300px; bottom: 0; z-index: 999; -webkit-transition: right .5s; -o-transition: right .5s; transition: right .5s; background: #fff; -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, .08); box-shadow: -2px 0 4px rgba(0, 0, 0, .08) } .site-panel.show { right: 0 } .site-panel .nav-tabs { border-bottom: none } .site-panel .nav-tabs .nav-item { margin: 0; width: 33.33% } .site-panel .nav-tabs .nav-link { width: 100%; height: 60px; line-height: 60px; text-align: center; padding: 0; font-size: 14px; border-radius: 0; border: none; border-bottom-style: solid; border-bottom-width: 1px } .site-panel .nav-tabs .nav-item+.nav-item>.nav-link { border-left-style: solid; border-left-width: 1px } .site-panel .site-panel-tabs, .site-panel .tab-pane { height: 100% } .site-panel .tab-content { height: calc(100% - 60px); overflow: auto } @media (max-width: 767px) { .site-panel { top: 64px } body.navbar-collapse-in .site-panel { top: 128px; height: calc(100% - 128px) } } @media (max-width: 575px) { .site-panel { width: 100%; right: calc(-100% - 10px) } } .site-panel .nav-tabs .nav-link { border-left-color: #f0f0f0; border-bottom-color: #f0f0f0; background: #fbfbfb } .site-panel .nav-tabs .nav-link.active, .site-panel .nav-tabs .nav-link:focus { border-bottom: none; border-left-color: #f0f0f0; background: transparent } .site-menubar { z-index: 998; position: fixed; bottom: 0; left: 0; top: 64px; width: 240px } body:not(.menubar-fold) .site-menubar { height: calc(100% - 64px)!important } @media (min-width: 768px) { body.menubar-fold .site-menubar { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; width: 120px; position: relative; min-height: 1300px; top: 0 } } @media (max-width: 767px) { .site-menubar { -webkit-transition: left .2s, top .35s, height .35s; -o-transition: left .2s, top .35s, height .35s; transition: left .2s, top .35s, height .35s; left: -242px } body.menubar-open .site-menubar { left: 0 } body.navbar-collapse-in .site-menubar { top: 128px; height: calc(100% - 128px); z-index: 999 } } .menubar-scroll-wrapper { margin-top:0/* .75rem */; margin-bottom: .75rem; height: calc(100% - 120px) } @media (min-width: 768px) { body.menubar-fold .menubar-scroll-wrapper { height: auto } } @media (max-width: 767px) { .menubar-scroll-wrapper { overflow: auto } } .slimScrollDiv.disabled, .slimScrollDiv.disabled .site-menubar-inner { overflow: inherit!important; height: 100%!important } .site-user { padding: 1.5rem 1rem } .site-user .avatar { -webkit-transition: margin-right .5s; -o-transition: margin-right .5s; transition: margin-right .5s } @media (min-width: 768px) { body.menubar-fold .site-user .avatar { margin-right: 0 } } .site-menu { padding: 0; margin: 0 } .site-menu li { position: relative; list-style-type: none; font-size: .875rem } .site-menu li.menu-section-heading { padding: 1rem; font-weight: 400; text-transform: uppercase; background: none!important } .site-menu li a { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none } .site-menu .menu-icon { width: 1rem } .site-menu .menu-text { margin-left: 1.5rem; margin-right: auto } .site-menu .menu-icon+.menu-text { margin-left: 1rem!important } .site-menu .menu-caret { -webkit-transition: -webkit-transform .5s ease-in-out; transition: -webkit-transform .5s ease-in-out; -o-transition: transform .5s ease-in-out; transition: transform .5s ease-in-out; transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out } .site-menu .menu-badge~.menu-caret { display: none } .site-menu li.open>a .menu-caret { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .site-menu .submenu { display: none } .site-menu .menu-heading { background: none!important; font-size: 1rem; font-weight: 400; text-transform: uppercase; display: none } @media (min-width: 768px) { body.menubar-fold .site-menu li.menu-heading { display: block } body.menubar-fold .site-menu .menu-badge { position: absolute; top: .5rem; right: 1rem } body.menubar-fold .site-menu>li.menu-section-heading { display: none } body.menubar-fold .site-menu>li>a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } body.menubar-fold .site-menu>li>a>.menu-caret, body.menubar-fold .site-menu>li>a>.menu-text { display: none } body.menubar-fold .site-menu .submenu { width: 240px } body.menubar-fold .site-menu .submenu a { padding-left: 1.5rem } body.menubar-fold .site-menu .submenu .menu-text { margin-left: 0 } body.menubar-fold .site-menu>li>.submenu { display: none!important; position: absolute; left: 100%; top: 0 } /* body.menubar-fold .site-menu>li.open>.submenu { display: block!important } */ } .site-footer { border-top: 1px solid #e1e1e1; background: none; padding: .75rem 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: #fff } .site-footer .copyright { margin-right: auto } .site-footer .footer-menu a { color: #6a6c6f; display: inline-block; margin-right: 16px } .site-footer .footer-menu a:last-child { margin-right: 0 } @media (max-width: 767px) { .site-footer { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem } .site-footer .footer-menu { margin-bottom: 1rem } .site-footer .copyright { margin-right: 0 } } .site-menubar { background: rgba(18,81,130,1); background: -moz-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,81,130,1)), color-stop(100%, rgba(18,103,156,1))); background: -webkit-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -o-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -ms-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: linear-gradient(to bottom, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125182', endColorstr='#12679c', GradientType=0 ); -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .08); box-shadow: 2px 2px 8px rgba(0, 0, 0, .08) } .site-user { border-bottom: 1px solid #eee } .site-menu li.menu-section-heading, .site-menu li a { color: #fff; } .site-menu .menu-icon { color: #6f6f6f; } .site-menu li.active, .site-menu li.open, .site-menu li:hover { background-color: #fff; } .site-menu li.active a, .site-menu li.open a, .site-menu li:hover a { color: #125283; } /* body.menubar-fold .site-menu li.open { border-bottom-color: #f5f5f5 } body.menubar-fold .site-menu>li.open, body.menubar-fold .site-menu>li>.submenu { background: #fafafa; } */ body.menubar-fold .site-menu .submenu { -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .14); box-shadow: 4px 4px 8px rgba(0, 0, 0, .14) } body.menubar-fold .site-menu>li>.submenu>li { border-bottom: 1px solid #f5f5f5 } body.menubar-inverse .site-menubar { background: #3b3e47 } body.menubar-inverse .site-user { border-bottom: 1px solid #42454f } body.menubar-inverse .site-menu li.menu-section-heading { color: #696f7f } body.menubar-inverse .site-menu li a { color: hsla(0, 0%, 100%, .7) } body.menubar-inverse .site-menu .menu-icon { color: inherit } body.menubar-inverse .site-menu li.active, body.menubar-inverse .site-menu li.open, body.menubar-inverse .site-menu li:hover { background-color: rgba(47, 50, 57, .5) } body.menubar-inverse.menubar-fold .site-menu li.open { border-bottom-color: #32343c } body.menubar-inverse.menubar-fold .site-menu>li>.submenu { background: #363941 } body.menubar-inverse.menubar-fold .site-menu .submenu { -webkit-box-shadow: none; box-shadow: none } body.menubar-inverse.menubar-fold .site-menu>li>.submenu>li { border-bottom: 1px solid #32343c } .site-navbar .navbar-collapse { background-color: #fff } .site-navbar .hamburger { background: none } .site-navbar .hamburger .hamburger-inner, .site-navbar .hamburger .hamburger-inner:after, .site-navbar .hamburger .hamburger-inner:before { background-color: #6a6c6f } @media (min-width: 768px) { .site-navbar .navbar-collapse { border-bottom: 1px solid #e6e6e6 } .site-navbar .navbar-nav .nav-link:focus, .site-navbar .navbar-nav .nav-link:hover { background-color: hsla(0, 0%, 95%, .5) } .site-navbar .navbar-nav .page-title { color: #6a6c6f } } @media (max-width: 767px) { .site-navbar { border-bottom: none!important } .site-navbar .navbar-collapse { background-color: #fff } } .site-navbar.navbar-inverse .navbar-collapse { background-color:#fff; border-bottom: none } .site-navbar.navbar-inverse .hamburger { background: none } .site-navbar.navbar-inverse .hamburger .hamburger-inner, .site-navbar.navbar-inverse .hamburger .hamburger-inner:after, .site-navbar.navbar-inverse .hamburger .hamburger-inner:before { background-color: #fff } @media (min-width: 768px) { .site-navbar.navbar-inverse .navbar-nav .page-title { color: hsla(0, 0%, 100%, .7); } .site-navbar.navbar-inverse .navbar-nav .nav-link { color:#ABABAB; font-weight: 400; font-size: 20px; border-left: 1px solid #4f6877; margin: 10px 0; } .site-navbar.navbar-inverse .navbar-nav .nav-link:focus, .site-navbar.navbar-inverse .navbar-nav .nav-link:hover { color: #fff; background-color: #d4d4d4; } } @media (max-width: 767px) { .site-navbar.navbar-inverse .navbar-collapse { background-color: #fff } .site-navbar.navbar-inverse .navbar-nav .nav-link { color: #6a6c6f } .site-navbar.navbar-inverse .navbar-nav .nav-link:focus, .site-navbar.navbar-inverse .navbar-nav .nav-link:hover { background-color: hsla(0, 0%, 95%, .5); color: rgba(0, 0, 0, .7) } } /****** Dashboard Start ******/ .navbar-header { background-color: #fff; } .navbar-header .hamburger { background: none } .navbar-header .hamburger .hamburger-inner, .navbar-header .hamburger .hamburger-inner:after, .navbar-header .hamburger .hamburger-inner:before { background-color: #fff } .navbar-header .navbar-brand, .navbar-header .navbar-brand:hover { color: #fff } .navbar-nav.mr-auto .form-control { border-top-left-radius: 20px; border-bottom-left-radius: 20px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right:0px; } .navbar-nav.mr-auto .input-group-addon{ background-color: transparent; border: 1px solid #ccc; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-left:0px; color: #A4A4A4; } .nav-link.mail-count { position:relative; } .nav-link.mail-count span { position:absolute; background-color:#32c3ff; color:#fff; top:3px; right:10px; height:18px; width:18px; display:inline-block; text-align:center; border-radius:50%; font-size: 12px; line-height: 17px; font-weight: bold; } .nav-link.name { font-size:14px !important; } .nav-item.profile-pic { margin-right:-30px !important; } .nav-item.profile-pic img { height: 4rem; width: 4rem; border-radius: 0; } ul.site-menu li a.main-link { font-weight:600; font-size:24px; } .site-menu li { border-bottom:1px solid #0d3a5c; border-top:1px solid #24608d; } .site-menu li:first-child { border-top:0; } .page-name { background-color:#fff; width:100%; padding:15px 20px; border:1px solid #cfcfcf; display:inline-block; margin-bottom: 10px; } .page-name h1 { color:#444444; text-transform:uppercase; font-weight:400; font-size:1.8rem; margin-bottom:0; float:left; margin-top: 5px; } button { cursor:pointer; } .button-sm { font-size: 0.9rem; border-radius: 0; margin-right:5px; } .page-name button { float:right; } .page-name button:first-child { margin-right:0; } .btn-outline-secondary { color: #ccc; background-image: none; background-color: transparent; border-color: #cfcfcf; } .btn-outline-secondary:hover, .btn-outline-secondary:focus { color: #fff; background-color: #cfcfcf; border-color: #cfcfcf; } .nav-tabs { position:relative; } .nav-tabs .nav-link { border-radius: 0; font-weight: 600; font-size: 1.1rem; color:#c8c8c8; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-bottom: 3px solid #ffd000; color:#444444; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-bottom: 3px solid #ffd000; color:#444444; } .merge-btn { position:absolute; right:0; top:0; } .media-heading { margin-bottom:0; } .sp-auther { font-weight: 600; color: #444; font-size: 1.0rem; } .sp-meta { color: #cfcfcf; font-size: 0.8rem; } .rotate180 { transform:rotate(180deg); } /* .tab-content { border: 1px solid #cfcfcf; border-top: 0; border-bottom:0; } */ .table-contact-list { border: 1px solid #cfcfcf; } .table-contact-list .media-heading, .table-contact-list .sp-meta { color:#cfcfcf; } .table-contact-list small { font-size: 85%; } .table-contact-list .perform-action a { margin: 0 7px; color:#cfcfcf; } .table-contact-list a:hover, .expand-list h4 a i:hover { color:#ababab; } .expand-list h4 { margin-top: 10px; margin-bottom: 0; } .expand-list h4 a i{ color:#c6c6c6; } .daily-task { display:inline-block; width:100%; padding: 20px 20px 10px; border-bottom: 1px solid #cfcfcf; vertical-align: top; } .daily-task h3 { text-transform:uppercase; font-family: 'Lato'; font-style: normal; font-weight: 300; color:#444444; float:left; display:inline; } .custom-select-daily { float:right; display:inline; position:relative; } .custom-select-daily .form-control{ border-radius: 0; } .custom-select-daily:before { position: absolute; content: "\f107"; font-family: 'FontAwesome'; top: 2px; right: 3px; height: 34px; background-color: #fff; width: 20px; text-align: center; line-height: 32px; pointer-events:none; } .custom-select-daily select option{ padding:10px; border-bottom:1px solid #cfcfcf; } .padding-0 { padding:0; } .task-list.daily, .task-list.overdue { display:inline-block; width:100%; padding:20px 20px 0; vertical-align: top; border-bottom:1px solid #cfcfcf; } .days-head { float:left; display:block; } .days-head.today span, .days-head.overdue span { text-transform:uppercase; font-family: 'Lato'; font-size: 16px; } .days-head.overdue span { font-weight:900; } .days-head.today .day { color:#ffd000; padding-right:15px; font-weight: 700; } .days-head.today .month-day { border-left:2px solid #4e961a; border-right:2px solid #4e961a; } .days-head.today .month-day, .days-head.today .week-day { padding:0 15px; color:#444; font-weight: 500; } .task-list-head{ border-bottom: 1px solid #cfcfcf; padding-bottom: 20px; display: inline-block; width: 100%; } .task-list.daily .settings, .task-list.overdue .settings { float:right; } .task-list.daily .settings a, .task-list.overdue .settings a { margin-left:10px; } .task-list.daily .settings a i.more-less, .task-list.overdue .settings a i.more-less { color:#4e961a; } .task-list-body .table-responsive { overflow:inherit; } .task-list-body .table tr { border-bottom:1px solid #cfcfcf; } .task-list-body .table tr:last-child { border-bottom:0px; } .task-list-body .table tr:hover .fa-check-circle-o{ color:#53e49b; } .task-list-body .table td { padding: .75rem .5rem; border-top:0px; } .task-list-body .table td .avatar{ vertical-align:middle; margin: 0 0.2rem; } .task-list-body .table td .ticket-status h6, .task-list-body .table td h6 { font-size: 0.9rem; color:#444; } .task-list-body .table td .ticket-status h6 strong, .task-list-body .table td.contact h6 { font-weight:900; } .days-head.overdue { color:#da1445; } .overdue .task-list-body .table td .ticket-status h6.red { color:#da1445; font-weight:900; } .overdue .task-list-body .table td .ticket-status h6 span { color:#da1445; font-weight:500; } .overdue .task-list-body .table td .ticket-status h6.red i { font-weight:500; } .task-list-body .table td.ticket-status h6 span{ color:#53e49b; } .task-list-body .table td i.fa-check-circle-o { font-size:1.5rem; } .task-list-body .table td p { position: relative; color:#c0c0c0; } .task-list-body .table td p span { font-family: 'Lato'; font-weight: 900; color:#444; } .task-list-body .table td.contact h6 span { color:#c0c0c0; font-weight:500; } .task-list-body .table td.task-actions a { display: block; margin-top: 10px; float: right; margin-right:10px; color:#cfcfcf; } .task-list-body .table td.task-actions .dropdown .float-right{ right: auto; left: 0; top: 50px; } .task-list-body .table td.task-actions .dropdown-toggle:after { border:none; } .task-list-body .table td.task-actions .dropdown-menu { min-width: 7rem; } .task-list-body .table td.task-actions a.dropdown-item { margin-top:0; padding:3px 1.0rem; margin-right:0; } .task-list-body .table td.task-actions .dropdown-menu { border:1px solid #cfcfcf; border-radius:0px; padding-top:0; padding-bottom:0; } .task-list-body .table td.task-actions .dropdown-menu a { border-bottom:1px solid #cfcfcf; } .task-list-body .table td.task-actions .dropdown-menu a:last-child { border-bottom:0px; } .snooze.modal { padding-right:0px !important; } .snooze.modal .modal-dialog { max-width: 500px; } .snooze .modal-body { padding: 30px 10px; } .snooze .modal-content { border-radius: 0; } .snooze .media-heading a { color:#444444; font-family: 'Lato'; font-weight: 900; font-size: 1.1rem; color: #444; } .snooze .media-meta{ color:#cfcfcf; } .snooze .clock { margin-top:-12px; } .snooze .media.align-items-center { margin-bottom:20px; } .snooze .snooze-desc p span{ color:#444; font-family: 'Lato'; font-weight: 900; } .snooze .snooze-desc p { color:#c0c0c0; } .snooze hr { border-top: 1px solid #cfcfcf; margin:30px 0; } .day-select { position:relative; } .day-select .form-control{ border-radius: 0; } .day-select:before { position: absolute; content: "\f107"; font-family: 'FontAwesome'; top: 2px; right: 3px; height: 34px; background-color: #fff; width: 20px; text-align: center; line-height: 32px; pointer-events:none; } .snooze .control-label { color:#444; font-family: 'Lato'; font-weight: 900; margin-bottom: .1rem; } .snooze .form-control { padding: .5rem .5rem; } .snooze .set-snooze .btn { margin-bottom:5px; } .btn-yellow { background-color:#E9C215; border-color: #E9C215; border-radius:0px; font-family: 'Lato'; font-weight: 700; color:#fff; } .btn-yellow:hover{ background-color:#d3b013; border-color:#d3b013; } .btn-yellow-outline { color: #E9C215; background-image: none; background-color: transparent; /*border-color: #E9C215;*/ border-color: #E9c115; border-radius:0px; font-family: 'Lato'; font-weight: 700; } .btn-yellow-outline:hover { background-color:#e9c115; border-color:#d3b013; color:#fff; } .demobtn { position:relative; transition:all 0.5s ease-in-out; } .demobtn.collapsed:after { color:#4e961a; position:absolute; content:"\f078"; font-family:'FontAwesome'; top:0; right:0; } .demobtn.collapsed .more-less { visibility:hidden; } .sidebar-main { margin-top: -25px; } .sidebar-main .widget { margin-bottom:0; } .welcome { display:inline-block; width:100%; } .welcome h3 { font-family: 'Lato'; font-weight: 300; color:#444; } .welcome h6 { color:#a8a8a8; font-family: 'Lato'; font-weight: 500; margin-bottom:.8rem; font-size: 0.9rem; } .welcome .progress { line-height: 1.8rem; border-radius:0px; margin-bottom:1rem; } .welcome .progress-bar { height: 1.94rem; background: rgba(85,228,152,1); background: -moz-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85,228,152,1)), color-stop(100%, rgba(43,231,202,1))); background: -webkit-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -o-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -ms-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: linear-gradient(to right, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55e498', endColorstr='#2be7ca', GradientType=1 ); color:#989898; font-family: 'Lato'; font-weight: 500; font-size:1rem; } .welcome ul { /* padding-left:18px; */ list-style-type:none; } .welcome ul li { position:relative; font-family: 'Lato'; font-weight: 500; font-size:1.0rem; margin-bottom:0.5rem; } .welcome ul li:before { position:absolute; left:-25px; top:0; font-family:'FontAwesome'; } .welcome ul li.cancel { text-decoration: line-through; color:#c6c6c6; } .welcome ul li.cancel:before { content:"\f00c"; color:#2ce7c9; } .welcome ul li.include { color:#444; } .welcome ul li.include:before { content:"\f00c"; color:#c7c7c7; } .sidebar-calender .fc-widget-header { margin-right:0px !important; } .sidebar-calender .fc-scroller { overflow-y: hidden !important; height: inherit !important; } .sidebar-calender .fc .fc-toolbar> * >:first-child { display:none; } .sidebar-calender .fc-today-button { display:none; } .sidebar-calender .fc-left h2{ font-size: 1.3rem; margin-top: 5px; font-weight: 500; } .sidebar-calender .fc-row .fc-content-skeleton td, .sidebar-calender .fc-row .fc-helper-skeleton td { text-align:center !important; } .sidebar-calender .fc-day-number { float:none !important; } .calendar-info { margin-top: 10px; display: inline-block; width: 100%; padding-left: 10px; } .task-color { position:relative; float: left; display: block; margin: 0 15px 0 10px; } .task-color:before { position:absolute; content:''; height:10px; width:10px; top:0px; left:-17px; } .task-color h6{ font-size: 0.56rem; } .task-color.yellow:before { background-color:#ffd000; } .task-color.event:before { background-color:#32c3ff; } .task-color.appointment:before { background-color:#4e961a; } .task-color.overdue:before { background-color:#da1445; } /****** Dashboard End ******/ /****** Single Lead Detail Start ******/ .lead-content { padding-top:0; padding-bottom:0; } .lead-detail-left { border-right:1px solid #cfcfcf; /* padding-top: 50px; padding-bottom: 50px; */ } /*.lead-detail-left .avatar-lg { text-align: center; margin: 0 auto !important; width: 55%; display: block; padding-top: 15px; margin-bottom:10px !important; height:4.2rem; }*/ .lead-detail-left .avatar-lg { text-align: center; margin: 0 auto !important; width: 4.2rem; display: block; margin-bottom: 10px !important; height: 4.2rem; } .lead-detail-left h6 { font-size:0.8rem; } .lead-count { position:relative; margin-left: 12px; } .lead-count:before { position:absolute; top:0; left:-15px; } .lead-count i { color:#b2b2b2; font-size: 0.75rem; margin-left: 2px; } .lead-count.collapsed:after { color: #b2b2b2; position: absolute; content: "\f078"; font-family: 'FontAwesome'; top: 0; right: 0; font-size: 0.75rem; } .lead-count.collapsed i { visibility:hidden; } .lead-count.hot { color:#ff712b; } .lead-count.hot:before{ content:url(../../../assets/global/images/hot.png); } .lead-count.nurtur { color:#70b907; } .lead-count.nurtur:before { content:url(../../../assets/global/images/nurturing.png); } .lead-count.closed { color:#ffba00; } .lead-count.closed:before { content:url(../../../assets/global/images/closed.png); } .lead-count.dead { color:#242424; } .lead-count.dead:before { content:url(../../../assets/global/images/dead.png); left: -20px; } .lead-status h5 { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; margin-top: 15px; margin-bottom: 0; color:#444444; font-family: 'Lato'; font-weight: 700; } .lead-status h5:last-child { border-bottom:0px; } .lead-status h5 span { font-size: 0.8rem; font-family: 'Lato'; font-weight: 400; } .single-lead-detail { /* display:inline-block; width:100%; */ padding: 0; border-bottom: 1px solid #cfcfcf; padding-bottom: 10px; display: flex; max-width: 100%; margin-bottom:12px; } .single-lead-detail-rt, .single-lead-detail-lt{ margin-top: 20px; display:block; float:left; } .single-lead-detail-rt h4 { color:#444; font-family: 'Lato'; font-weight: 700; } .single-lead-detail-rt h4 i { color:#a6a6a6; font-size: 1.2rem; margin-left: 5px; } .single-lead-detail-rt span { color:#444; } .single-lead-detail-rt a { color:#4e961a; } .single-lead-detail-rt a.email { position:relative; margin-left: 15px; } .single-lead-detail-rt a.email:before { content:''; background-color:#444; height:2px; width:2px; border-radius:100%; position:absolute; left: -6%; top: 50%; } .single-lead-detail-rt .social-links a { margin-right:10px; margin-top:10px !important; display: block; float: left; } .single-lead-detail-lt a{ float:right; margin-top: 7px; margin-right: 20px; color:#a6a6a6; } .personal-details { margin-bottom: 12px; display: inline-block; width: 100%; } .personal-details label{ color:#444; font-family: 'Lato'; font-weight: 900; display: block; float: left; width:50%; } .personal-details span { display: block; float:left; width:50%; color:#444; font-family: 'Lato'; font-weight: 400; } .personal-details .ph-number { color:#4e961a; } .team, .rel-contacts, .baskets, .deals, .documents, .tags { display: inline-block; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #e7e7e7; margin-bottom:20px; } .who-knows { margin-bottom:10px; } .rel-contacts h3, .baskets h3 { float:left; } .team h3, .rel-contacts h3, .baskets h3, .documents h3, .deals h3, .tags h3 { font-family: 'Lato'; font-weight: 300; color: #444; margin-bottom:1.2rem; font-size: 1.30rem; } .team h6 { font-family: 'Lato'; font-weight: 600; color: #444; font-size:0.9rem; } .team span { color:#cfcfcf; font-family: 'Lato'; font-weight: 600; } .green { color:#4e961a; } .dark-blue { color:#222c45; } .light-green{ color:#a9cc8f; } .light-grey{ color:#d2d2d2; } .lato-regular { font-family: 'Lato'; font-weight: 400; } .rel-contacts table td { padding: .2rem; border:0px; } .select-basket { display:inline-block; width:100%; margin-left: 4px; } .checkbox label:before { border:1px solid #cfcfcf; border-radius:0px; } .select-basket .checkbox label { color:#444; } .interaction-tabs { border-bottom:2px solid #ffd000; } #single-ld-interaction.nav-tabs { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 100%; max-width: 100%; } #single-ld-interaction.nav-tabs .nav-item { text-align:center; background-color:#fff; border:1px solid #cfcfcf; } #single-ld-interaction.nav-tabs .nav-link { color:#444; font-family: 'Lato'; font-weight: 400; text-transform:uppercase; font-size:1.0rem; } #single-ld-interaction.nav-tabs .nav-item.show .nav-link, #single-ld-interaction.nav-tabs .nav-link.active, #single-ld-interaction.nav-tabs .nav-link:hover { border-bottom:2px solid transparent; border-color:transparent; background-color:#EFEFEF; } .add-interactions .form-control{ border-radius:0px; } .add-interactions .btn-default { border-radius:0px; color:#ffd000; font-family: 'Lato'; font-weight: 600; text-transform:uppercase; border:1px solid #ffd000; } .add-interactions .btn-default:hover, .add-interactions .btn-default:focus, .add-interactions .btn-default:active, .add-interactions .btn-default:visited { background-color:#ffd000; color:#fff; } .add-interactions .btn-default i { margin-left:10px; } .add-interactions .dropdown-toggle:after { border:0px; } .add-interactions .dropdown-menu { width:100%; border-radius:0px; box-shadow:none; border:1px solid #cfcfcf; padding:0; } .add-interactions .dropdown-menu li{ padding:5px; border-bottom:1px solid #cfcfcf; } .add-interactions .dropdown-menu li a { font-family: 'Lato'; font-weight: 400; color:#cfcfcf; display: inline-block; width: 100%; } .add-interactions .dropdown-menu li a i { float:right; margin-top:4px; } .date .form-control{ border-right: 0; border-radius: 0; } .date .input-group-addon{ background: transparent; margin: 0; height: 38px; margin-top: 1px; border-radius: 0; } .datepicker.dropdown-menu { min-width: 17rem; } .search-result .form-control { border-radius:0; } .search-result .btn-default{ background-color:#ffd000; color:#fff; border-radius:0; font-family: 'Lato'; font-weight: 600; text-transform:uppercase; } .search-result .btn-default:hover, .search-result .btn-default:focus, .search-result .btn-default:active, .search-result .btn-default:visited { background-color:#f0c400; } #interaction-filter.nav-tabs .nav-link { font-family: 'Lato'; font-weight: 400; font-size:0.8rem; color:#444; border:0px; } #interaction-filter.nav-tabs .nav-item.show .nav-link, #interaction-filter.nav-tabs .nav-link.active, #interaction-filter.nav-tabs .nav-link:hover { border:0px; color: #4e961a; background-color:transparent; } table.interaction-lead { border-bottom:1px solid #cfcfcf; } table.interaction-lead td{ vertical-align:middle; } table.interaction-lead td .avatar { margin-right:0; } table.interaction-lead td h6.from-to{ font-family: 'Lato'; font-weight: 600; font-size:0.8rem; color:#cfcfcf; } table.interaction-lead td h6.msg { color:#444; font-family: 'Lato'; font-weight: 600; font-size:0.9rem; } table.interaction-lead td span { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; float:right; font-style:italic; } table.interaction-lead td i{ color:#a6a6a6; } .represented table tr th.re-title { color:#444444; font-family: 'Lato'; font-weight: 600; } .represented table tr th, .represented table tr td { color:#444444; font-family: 'Lato'; font-weight: 400; } .represented table tr td span.pending { color:#ffd000; } .represented table tr td span.cancelled { color:#ff0000; } .represented table tr td span.active { color:#4e961a; } .personal-details-edit .form-group { margin-bottom: 10px; } .personal-details-edit .form-group .col-form-label { color: #444; font-family: 'Lato'; font-weight: 900; } .personal-details-edit .form-group .form-control { border-radius: 0px; height: 34px; border-color: #cfcfcf; } /****** Single Lead Detail End ******/ /****** Agent Cloud List Start ******/ .btn-yellow { color: #fff; background-color: #ffd000; border-color: #ffd000; } .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:visited { background-color: #f0c400; } .form-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .cloud-search .input-group-addon { background-color:transparent; border-radius:0; } .cloud-search .input-group .form-control { border-left:0px; } .list-view-style .btn-default { border-radius: 0px; color: #ffd000; font-family: 'Lato'; font-weight: 600; text-transform: uppercase; border: 1px solid #ffd000; } .list-view-style .btn-default:hover, .list-view-style .btn-default:focus, .list-view-style .btn-default:active, .list-view-style .btn-default:visited { background-color: #ffd000; color: #fff; } .property-search-filter .col-auto { margin-bottom:5px; width:14%; } table.property-list-hr tr th, table.property-list-hr tr td { color:#444444; font-family: 'Lato'; font-weight: 400; } table.property-list-hr tr th .fa-ellipsis-h { margin-top:10px; } table.property-list-hr tr th .fa-ellipsis-h, table.property-list-hr tr th .fa-chevron-down, table.property-list-hr tr td .fa-ellipsis-h, table.property-list-hr tr td .fa-chevron-down { color:#b7b7b7; } /* table.property-list-hr tr td a.view-desc { position:relative; } table.property-list-hr tr td a.view-desc:before { content:"\f077"; position:absolute; color:#b7b7b7; top:0; bottom:0; font-family:'FontAwesome'; } table.property-list-hr tr td a.view-desc i { visibility:hidden; } table.property-list-hr tr td a.view-desc:before { content:"\f077"; position:absolute; color:#4e961a; top:0; bottom:0; font-family:'FontAwesome'; } */ .short-desc h6 { color:#444444; font-family: 'Lato'; font-weight: 900; } .short-desc p { color:#8e8e8e; font-family: 'Lato'; font-weight: 400; } .short-desc a { color:#4e961a; text-decoration:underline; } .img-responsive { max-width: 100%; height: auto; } .property-tile-view img { width:100%; margin-bottom:10px; } ul.pro-detail-tile { list-style-type:none; padding-left:0; } ul.pro-detail-tile label { width:50%; font-family: 'Lato'; font-weight: 400; color:#444; } ul.pro-detail-tile span { color:#444; font-family: 'Lato'; font-weight: 600; } .short-desc-tile a { margin-right:5px; } .short-desc-tile a.view-desc { position:relative; } .short-desc-tile.collapsed a.view-desc { visibility: hidden; } .short-desc-tile a.view-desc.collapsed:after { color: #4e961a; position: absolute; content: "\f078"; font-family: 'FontAwesome'; top: 0; right: 0; } /****** Agent Cloud List End ******/ /****** Message Inbox Start ******/ .page-name.message-inbox-head { margin-bottom:0; vertical-align:top; } .inbox-operate-lt, .inbox-operate-lt .dropdown { float:left; } .refresh-inbox { background-color: #a6a6a6; height: 20px; width: 20px; display: inline-block; text-align: center; color: #fff; line-height: 20px; border-radius: 100%; margin: 10px; } .dropdown.mail-operate .btn-outline-secondary{ border-radius:0px; } .dropdown.mail-operate .dropdown-toggle:after { border:0px; content:"\f107"; font-family:'FontAwesome'; vertical-align: top; } .dropdown.mail-operate.show .dropdown-toggle:after { content:"\f106"; } .dropdown.mail-operate .dropdown-menu { border-radius:0px; padding:0; } .dropdown.mail-operate .dropdown-menu .dropdown-item { border-bottom: 1px solid #cfcfcf; } .dropdown.mail-operate .dropdown-menu .dropdown-item:hover, .dropdown.mail-operate .dropdown-menu .dropdown-item:focus, .dropdown.mail-operate .dropdown-menu .dropdown-item:visited, .dropdown.mail-operate .dropdown-menu .dropdown-item:active { color: #fff; background-color: #ccc; border-color: #ccc; } .dropdown.mail-operate .dropdown-menu .dropdown-item:last-child { border-bottom:0px; } .inbox-operate-rt, .inbox-operate-rt .dropdown { float:right; } .inbox-operate-rt .dropdown { margin-left:10px; } .mail-list table tr th, .mail-list table tr td { border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; } .mail-list table tr th .checkbox, .mail-list table tr td .checkbox { margin-bottom:0px; } .mail-list table tbody tr { border-bottom:1px solid #cfcfcf; } .mail-list table tbody tr:last-child { border-bottom:0px; } .mail-list table tbody tr.active { background-color:#F7E48E; } .mail-list table tbody tr td { vertical-align:middle; } .mail-list table tbody tr td a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .mail-list table tbody tr td p { color:#8e8e8e; font-family: 'Lato'; font-weight: 400; } .follow-up-title { padding:15px 0; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; margin-bottom:15px; } .follow-up-title h6 { font-family: 'Lato'; font-weight: 900; color:#444; margin-bottom:0; } .follow-up-content .media-heading { margin-bottom:.2rem; } .follow-up-content .sp-auther { font-family: 'Lato'; font-weight: 900; color:#444; } .follow-up-content .sp-meta { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .follow-up-content .sp-content { margin-top: 4rem; display: block; clear: both; } .follow-up-content .sp-content p { color:#444; font-family: 'Lato'; font-weight: 400; } .follow-up-content .follow-up-name { display:block; float:left; } .follow-up-content .follow-up-rply { display:block; float:right; } .follow-up-content .follow-up-rply .btn-group .btn { border-radius:0px !important; } .follow-up-content .media.stream-post { border-bottom:1px solid #cfcfcf; padding-bottom:20px; margin-bottom:20px; } .follow-up-content .media.stream-post:last-child{ border-bottom:0; } .to-mail { position:relative; } .to-mail span { position:absolute; top: 8px; left: 7px; color:#444; font-family: 'Lato'; font-weight: 400; } .to-mail .form-control{ padding-left: 1.9rem; } .to-mail .add-cc { position: absolute; top: 8px; right: 50px; color:#4e961a; font-family: 'Lato'; font-weight: 400; } .to-mail .add-bcc { position: absolute; top: 8px; right: 10px; color:#4e961a; font-family: 'Lato'; font-weight: 400; } .send-mail{ margin-top: 0; margin-left: 0; margin-right: 0; border: 1px solid #cfcfcf; padding: 10px; } .send-mail a { margin-right: 15px; color:#4e961a; font-size:1.2rem; line-height: 38px; } .send-mail .checkbox { margin-right:5px; margin-bottom:0; margin-top: 6px; } .send-mail .checkbox input[type=checkbox], .send-mail .checkbox label:after, .send-mail .checkbox label:before { height: 15px; width: 15px; margin-top:5px; } .send-mail .checkbox label { font-size:12px; padding-left:0; line-height: 25px; } .send-mail .btn { margin-left: 10px; } .send-mail .checkbox input[type=checkbox]:checked+label:after { top: -4px; } @media (min-width: 992px) { .modal-lg { max-width: 800px !important; } } .sending-mail .modal-body{ padding:0; border-radius:0; } .sending-mail .send-mail .checkbox, .sending-mail .send-mail a{ float:left; } .sending-mail .wysihtml5-sandbox { height:160px !important; } .to-mail.subject .form-control {padding-left: 4.8rem;} .sent-mail-to { border: 1px solid #cfcfcf; padding-left: 5px; margin: 0; margin-bottom:0; } .sent-mail-to .select2-selection { border:0px !important; } .sent-mail-to a{ color: #4e961a; font-size:11px; margin:0 1px; } .to-name-label { width:20px; } .sent-mail-to span.to-name{ color:#444; font-family: 'Lato'; font-weight: 400; position:relative; } .sent-mail-to span.to-name:before { content:'To:'; position:absolute; left: -3px; top: 0; } /*.note-editable { height:160px; }*/ .note-editable { height:200px; } .padding-0 { padding:0 !important; } .sent-mail-to .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding:5px; } /****** Message Inbox End ******/ /****** Lead Life Cycle (Circle) Start ******/ .circle-head-lt { float:left; } .circle-head-rt { float:right; } .help-circle { margin-top: 10px; display: block; margin-right: 10px; } .filter-circle { margin-right:10px; } .filter-circle .input-group-addon { background-color: transparent; border-radius: 0; } .filter-circle .form-control { border-right:0px; } .filter-circle .input-group-addon i{ color: #a4a4a4; font-size: 20px; } .lead-cycle-main .widget { margin-bottom:1.0rem; } .lead-cycle h6, .lead-cycle h6 a{ margin-bottom:0; font-family: 'Lato'; font-weight: 600; color:#444; margin-top:5px; } .lead-cycle small { font-family: 'Lato'; font-weight: 400; color:#444 !important; opacity:1.0 !important; } .lead-cycle span.reminder { font-family: 'Lato'; font-weight: 400; color:#444; } .circle-lead { height:40px; width:40px; display:inline-block; border-radius:100%; text-align:center; font-family: 'Lato'; font-weight: 900; line-height: 38px; } .circle-lead.vendors { background-color:#6effdf; } .circle-lead.p-partners { background-color:#6eff89; } .circle-lead.new-leads { background-color:#E5FF6E; } .circle-lead.n-followup { background-color:#ffd16e; } .circle-lead.long-terms { background-color:#FF9A6E; } .circle-lead.partners { background-color:#FF6E86; } .circle-lead.c-clients { background-color:#ff6edf; } .circle-lead.just-met { background-color:#e26eff; } .circle-lead.past-clients { background-color:#906EFF; } .circle-lead.hot-clients { background-color:#6EC7FF; } .btn-skyblue { color: #fff; background-color: #32C3FF; border-color: #32C3FF; border-radius: 0px; font-family: 'Lato'; font-weight: 700; } .btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active, .btn-skyblue:visited { background-color:#1ebcfe; } .contacts-filter .col-auto { margin-right:15px; } .page-name hr { clear: both; margin-top: 3.5rem; } .contacts-search .input-group-addon { background-color: transparent; border-radius: 0; } .contacts-search .input-group .form-control { border-left: 0px; } .contacts-search .col-auto { margin-right:10px; } .pagination.contact-list .page-item:first-child .page-link, .pagination.contact-list .page-item:last-child .page-link { border-radius:0; } .pagination.contact-list .page-link { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .pagination.contact-list a { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #3f51b5; background-color: #fff; border: 1px solid #ddd; } .pagination.contact-list .page-item.active .page-link { background-color: #cfcfcf; border-color: #cfcfcf; color:#444 } .contact-list-table tr th, .contact-list-table tr td{ vertical-align:middle; } .contact-list-table .checkbox { margin-bottom:0; } .contact-list-table .custom-select-daily { float:left; } .contact-list-table .avatar { width: 2rem; height: 2rem; } .contact-list-table .media-heading { font-size: 0.85rem; } .contact-list-table tr td span { color:#444; font-family: 'Lato'; font-weight: 400; } .contact-list-table tr td a { margin-left:5px; color:#a6a6a6; } h2.filter-title { border-bottom:1px solid #cfcfcf; padding-bottom:20px; font-family: 'Lato'; font-weight: 300; color:#444; } .filters h3 { color:#444; font-family: 'Lato'; font-weight: 400; font-size:1.1rem; } .filters .baskets, .filters .deals { padding-bottom:0; } .filters .input-group { margin-bottom:15px; } .filters .input-group-addon { background-color: transparent; border-radius: 0; } .filters .input-group .form-control { border-left: 0px; } .filters .collapse a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .status-sidebar h3 { float:left; } .status-sidebar label { position:realtive } .status-sidebar label:before { position:absolute; top:0; right:0; } label.hot { color:#ff712b; } label.nurturing { color:#70b907; } label.closed { color:#ffba00; } label.dead { color:#444; } #frequency h6 { font-size:0.8rem; } #frequency h6, #frequency .form-group label { color:#444; font-family: 'Lato'; font-weight: 400; } /****** Lead Life Cycle (Circle) End ******/ /****** Contacts Merge Start ******/ .contacts-merge .avatar-lg{ height: 4.5rem; width:35%; } .contact-status-details { width: 20%; display: block; float: left; padding: 0 12px; border-right:1px solid #cfcfcf; } .contact-status .contact-status-details:last-child { border-right:0px; } .contact-status-details label { margin-bottom:0px; } .contact-status-details label, .contact-status-details span { width:100%; } .merging-contacts tr th, .merging-contacts tr td { vertical-align:middle; } .merging-contacts tbody tr { border-bottom:1px solid #cfcfcf; } .merging-contacts tbody tr:last-child { border-bottom:0px; } .merging-contacts tr td.mail a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .merging-contacts tr td.mail a i { color:#cfcfcf; margin-left:5px; } .merging-contacts tr td.profile-name .media-heading a { color:#444; font-family: 'Lato'; font-weight: 600; } .merging-contacts tr td.profile-name .media-meta { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .merging-contacts tr td.social-links a { color:#4e961a; margin-right:10px; } /****** Contacts Merge End ******/ #circlecolor .input-group-addon { border-right: 1px solid #cfcfcf; } .btn-skyblue-outline { color: #32C3FF; background-color: transparent; border-color: #32C3FF; border-radius: 0px; font-family: 'Lato'; font-weight: 700; } .btn-skyblue-outline:hover, .btn-skyblue-outline:focus, .btn-skyblue-outline:active, .btn-skyblue-outline:visited { background-color:#32C3FF; color:#fff; } /****** To Do List Start ******/ .todolst{ display:inline-block; width:100%; } .todolst .table-responsive { overflow:inherit; } .todolst table tr:hover .check-circle { color:#53e49b; } .todolst table tr td { vertical-align:middle; } .todolst table tr td h5, .todolst table tr td h6 { color:#bfbfbf; } .todolst table tr td .demobtn { margin-top: 10px; margin-right: 15px; color:#cfcfcf; } .todolst table tr td .demobtn.collapsed:after { color: #53e49b; position: absolute; content: "\f078"; /* content:"\f077"; */ font-family: 'FontAwesome'; top: 0; right: 0; } .todolst table tr td .media-body { -webkit-box-flex: 0.5; -ms-flex: 0.5; flex: 0.5; } .todolst table tr td .media-body .sp-auther{ font-size: 0.8rem !important; } .todolst table tr td .media-body .sp-meta { font-size: 80%; } .todolst table tr td .todosch h6{ margin-top: 10px; color: #444; font-weight: 600; font-size: 0.8rem; } .todolst table td.task-actions a { display: block; margin-top: 10px; float: right; margin-right: 10px; color: #cfcfcf; } .todolst table td.task-actions .dropdown-toggle:after { border: none; } .todolst table td.scheldt h6{ font-weight:600; font-size: 0.8rem; } .todolst table td.scheldt .task { color:#ffd000; } .todolst table td.scheldt .event { color:#32c3ff; } .todolst table td.scheldt .aptmt { color:#4e961a; } .todolst table td.scheldt .overdue { color:#da1445; } .todolst table td.scheldt .closed { color:#444; } .todolst table td.task-actions .dropdown .float-right { right: auto; left: 0; top: 50px; } .m-r-0 { margin-right:0px; } .sched-detail table tr td .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .sched-detail table tr td { border-top:0px; } .sched-detail table tr td .avatar { width:1.5rem; height:1.5rem; } /****** To Do List End ******/ /** other changes : dashboard data*/ #recentlyLead .table-contact-list {margin-bottom:65px;} #hotLeadData .table-contact-list {margin-bottom:65px;} /**** Contact merge ****/ td.profile-name.FixWidthCol { width: 50%; } td.FixWidthColForEmail { width: 30%; } /**** tasks: Create tamplate file ***/ label.TextStyleTempTitle{ font-size: 14px; line-height: 35px; color: #444444; font-weight: 600; } .TitleTextSizeCTemplate{ font-size: 28px; line-height: 40px; color: #444444; text-transform: uppercase; } button.btnSizeForAddCTemp{ width: inherit;border: none; } div.createTemplateBoxBorder{ border-radius: inherit; padding: 5%; } button.createOnCTemp{ width: 100%; height: auto; background-color: #e9c115; } button.cancelOnCTemp{ width: 80%; height: auto; background-color: #ffffff; } input.noDaysToCTemp{ padding: 7%; } div.deleteBtnForAddTempAss{ position: absolute; right: 0; } button.removeDangerBtnAssCT{ padding: 0; margin-top: 15%; margin-left: 25%; color: #818a91; background-color: white; border-color: white; } input.DueDateCtask{ padding-right: 5%; } span.iconDueDateCtask{ padding-left: 0; } input#taskDueDate { padding-right: 0%; } span.iconDueDate{ padding-left: 0; } div.mainBodyForCTTask{ padding: 0; } div.mainConBorderForCTTask{ padding-left: 0; padding-right: 0; } td.widthOFBtnYesNo{ width: 20%; } button.widthOFBtnOnlyYN{ width: 45%; } /*.btn-outline-secondary.inActive:hover, .btn-outline-secondary.inActive:focus { color: #fff; background-color: #f0c400; border-color: #cfcfcf; }*/ a#importGmailConBtn { margin-left: 40%; } .form-group.EmailTextMsgArea { margin: 0; } .modal-dialog.stepOneEmailConnect { max-width: 600px !important; } .modal-content.stepOneEmailConnectLeftRightSpace { padding: 0 5%; } .nav-menu ul li.menuactive {background: #0e446a;} .nav-menu ul li.item-crm.menuactive a i {background: #f2d656;} .item-crm.menuactive>a::after {background: #f2d656 !important;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);} .table.property-list-hr td i.fa.fa-ellipsis-h {margin-right: 7px;} table.property-list-hr tr td .fa-chevron-up { color: #4d9519;} table.property-list-hr tr td .fa{font-size:12px;}
assets/vendor/css/site.css
@charset "UTF-8"; .accordion-custom .card { border: none; border-radius: .25rem } .accordion-custom .card-block, .accordion-custom .card-header { background: #fff; border: 1px solid #eee } .accordion-custom .card-header { padding: 0 } .accordion-custom .card-heading { display: block; width: 100%; cursor: pointer; padding: 1rem; position: relative; font-size: 1rem; font-weight: 400 } .accordion-custom .card-block { padding: 1rem; font-size: 1rem; color: #6a6c6f; line-height: 1.6 } .accordion-custom .card-heading:after { content: "\f067"; font: normal normal normal 14px/1 FontAwesome; line-height: 2rem; font-size: 1rem; text-align: center; display: inline-block; color: #6a6c6f; position: absolute; right: 1rem; top: .75rem } .accordion-custom .card-heading[aria-expanded=true]:after { content: "\f068" } .alert { border-radius: 0 } .alert .close { opacity: .3 } .alert-rounded { border-radius: .25rem } .alert-outline { background: none } .alert-outline.alert-info { color: #2196f3; border-color: #2196f3 } .alert-outline.alert-info .close { color: #2196f3 } .alert-outline.alert-success { color: #4caf50; border-color: #4caf50 } .alert-outline.alert-success .close { color: #4caf50 } .alert-outline.alert-warning { color: #ff9800; border-color: #ff9800 } .alert-outline.alert-warning .close { color: #ff9800 } .alert-outline.alert-danger { color: #f44336; border-color: #f44336 } .alert-outline.alert-danger .close { color: #f44336 } .alert-outline .close { opacity: 1 } @-webkit-keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0) } to { -webkit-transform: scale(1); transform: scale(1) } } @keyframes scaleIn { 0% { -webkit-transform: scale(0); transform: scale(0) } to { -webkit-transform: scale(1); transform: scale(1) } } .scaleInDownLeft { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top } .scaleInDownLeft, .scaleInDownRight { -webkit-animation-duration: .25s; animation-duration: .25s; -webkit-animation-name: scaleIn; animation-name: scaleIn } .scaleInDownRight { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top } .avatar { position: relative; width: 3rem; height: 3rem; border-radius: 3px; margin-right: 1rem; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1rem; font-weight: 500; color: #fff } .avatar a>img, .avatar img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; display: block; border-radius: 3px } .avatar-circle, .avatar-circle img { border-radius: 100%!important } .avatar-sm { width: 2.5rem; height: 2.5rem } .avatar-lg { width: 4rem; height: 4rem; font-size: 1.25rem; font-weight: 700 } .bg-none { background: none!important } .bg-white { background-color: #fff!important } .bg-black { background-color: #282828!important; color: #fff!important } .bg-inverse { background-color: #3b3e47!important; color: #fff!important } .bg-pink { background-color: #e91e63!important } .bg-pink, .bg-purple { color: #fff!important } .bg-purple { background-color: #9c27b0!important } .bg-gray { background-color: #bbb!important; color: #fff!important } .bg-eee { background: #eee!important } .bg-faded { background: #f5f7f9!important } .bg-facebook, .bg-hv-facebook:hover { background-color: #3b5998!important; color: #fff!important } .bg-hv-twitter:hover, .bg-twitter { background-color: #1da1f2!important; color: #fff!important } .bg-google-plus, .bg-hv-google-plus:hover { background-color: #dd4b39!important; color: #fff!important } .bg-hv-youtube:hover, .bg-youtube { background-color: #cd201f!important; color: #fff!important } .bg-hv-linkedin:hover, .bg-linkedin { background-color: #0077b5!important; color: #fff!important } .bg-flickr, .bg-hv-flickr:hover { background-color: #ff0084!important; color: #fff!important } .bg-hv-tumblr:hover, .bg-tumblr { background-color: #35465c!important; color: #fff!important } .bg-dribbble, .bg-hv-dribbble:hover { background-color: #ea4c89!important; color: #fff!important } .bg-red-500 { background-color: #f44336!important } .bg-red-700 { background-color: #d32f2f!important } .bg-pink-500 { background-color: #e91e63!important } .bg-pink-700 { background-color: #c2185b!important } .bg-purple-500 { background-color: #9c27b0!important } .bg-purple-700 { background-color: #7b1fa2!important } /* .bg-indigo-500 { background-color: #3f51b5!important } */ .bg-indigo-700 { background-color: #303f9f!important } .bg-blue-500 { background-color: #2196f3!important } .bg-blue-700 { background-color: #1976d2!important } .bg-cyan-500 { background-color: #00bcd4!important } .bg-cyan-700 { background-color: #0097a7!important } .bg-teal-500 { background-color: #009688!important } .bg-teal-700 { background-color: #00796b!important } .bg-green-500 { background-color: #4caf50!important } .bg-green-700 { background-color: #388e3c!important } .bg-yellow-500 { background-color: #ffeb3b!important } .bg-yellow-700 { background-color: #fbc02d!important } .bg-orange-500 { background-color: #ff9800!important } .bg-orange-700 { background-color: #f57c00!important } .bg-brown-500 { background-color: #795548!important } .bg-brown-700 { background-color: #5d4037!important } .bg-gray-500 { background-color: #9e9e9e!important } .bg-gray-700 { background-color: #616161!important } .border-a-0 { border: none!important } .border-a-1 { border: 1px solid #eee!important } .border-a-2 { border: 2px solid #eee!important } .border-t-0 { border-top: none!important } .border-t-1 { border-top: 1px solid #eee!important } .border-t-2 { border-top: 2px solid #eee!important } .border-r-0 { border-right: none!important } .border-r-1 { border-right: 1px solid #eee!important } .border-r-2 { border-right: 2px solid #eee!important } .border-b-0 { border-bottom: none!important } .border-l-0 { border-left: none!important } .border-b-1 { border-bottom: 1px solid #eee!important } .border-b-2 { border-bottom: 2px solid #eee!important } .border-l-1 { border-left: 1px solid #eee!important } .border-l-2 { border-left: 2px solid #eee!important } .border-color-primary { border-color: #3f51b5!important } .border-color-success { border-color: #4caf50!important } .border-color-warning { border-color: #ff9800!important } .border-color-danger { border-color: #f44336!important } .btn { outline: none!important } .btn:focus { outline: none } .btn-group-sm>.btn, .btn-sm { font-size: .75rem } .btn-icon { padding: 0; line-height: 2rem; width: 2rem; height: 2rem; border: 1px solid #eee; cursor: pointer } .btn-icon.btn-sm { line-height: 1.5rem; width: 1.5rem; height: 1.5rem } .btn-icon.btn-lg { line-height: 2.5rem; width: 2.5rem; height: 2.5rem } .btn-icon-flip { position: relative; overflow: hidden } .btn-icon-flip, .btn-icon-flip:active, .btn-icon-flip:focus { outline: none; -webkit-box-shadow: none; box-shadow: none } .btn-icon-flip i { border-radius: inherit; -webkit-transition: top .25s; -o-transition: top .25s; transition: top .25s; line-height: inherit; position: absolute; display: block; height: 100%; width: 100%; top: 0 } .btn-icon-flip i:last-child { top: 100% } .btn-icon-flip:hover i:first-child { top: -100% } .btn-icon-flip:hover i:last-child { top: 0 } .btn-default { color: #292b2c; background-color: #fff; border-color: #ccc } .btn-default:hover { color: #292b2c; background-color: #e6e6e6; border-color: #adadad } .btn-default.focus, .btn-default:focus { -webkit-box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5); box-shadow: 0 0 0 2px hsla(0, 0%, 80%, .5) } .btn-default.disabled, .btn-default:disabled { background-color: #fff; border-color: #ccc } .btn-default.active, .btn-default:active, .show>.btn-default.dropdown-toggle { color: #292b2c; background-color: #e6e6e6; background-image: none; border-color: #adadad } .btn-rounded { border-radius: 1000px } .social-icon { font-size: 1rem; margin-right: .25rem; margin-left: .25rem } .card { margin-bottom: 24px; border-radius: 0 } .card-toolbar { list-style-type: none; padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: -.75rem } .card-toolbar>li>a { padding: .5rem .75rem; font-size: 1rem } .card-header { padding: .75rem 1rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .card-header:after { display: none } .card-heading { margin: 0; font-size: 1rem } .card-img-top { width: 100%; border-radius: 0; height: auto; max-width: 100% } .card-img-overlay { padding: 1.5rem } .card .table { margin: 0 } .card .table tr:first-child td { border-top: none } .card .table td, .card .table th { padding: .875rem 1.5rem } .cover { position: relative } .cover-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.5rem } #jqstooltip { display: block; background: #36404a; color: #fff; border-radius: 3px; padding: 8px 16px!important; width: auto!important; height: auto!important; border: none; white-space: nowrap } #pieLegend .legendColorBox>div { border: none!important } #pieLegend .legendColorBox>div>div { border-width: 7px!important } #pieLegend .legendColorBox, #pieLegend .legendLabel { padding: .2rem 0 .4rem } #pieLegend .legend-label { font-weight: 500; margin-top: .5em; margin-left: .5em } .flotTip { background: #36404a; color: #fff; padding: 8px 16px; border-radius: 3px; font-family: lato, Helvetica, serif } .small-chart { margin-top: 4px } .chart { height: 300px; width: 100% } .morris-hover.morris-default-style { border-radius: 5px; padding: 10px 12px; color: #666; background: #36404a; border: none; color: #fff!important } .morris-hover.morris-default-style .morris-hover-point { color: #fff!important } .chart-legend { margin-bottom: 16px; text-align: center } .chart-legend .chart-legend-label .fa { display: inline-block; margin-right: 6px } .sparkline-chart canvas { display: block!important; margin: 0 auto } .pieprogress { position: relative } .pieprogress strong { position: absolute; top: 30px; left: 0; width: 100%; text-align: center; line-height: 40px; font-size: 20px } .circle { width: 3rem; height: 3rem; border-radius: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .circle-xs { width: 2rem; height: 2rem } .circle-sm { width: 2.5rem; height: 2.5rem } .circle-lg { width: 4rem; height: 4rem } .checkbox { position: relative; padding-left: 22px; display: block; margin-top: .5rem; margin-bottom: .5rem } .checkbox label { position: relative; padding-left: 10px; margin: 0; min-height: 22px; vertical-align: middle; cursor: pointer } .checkbox label:empty { padding-left: 0 } .checkbox input[type=checkbox], .checkbox label:after, .checkbox label:before { height: 22px; width: 22px; position: absolute; left: 0; top: 0 } .checkbox label:after, .checkbox label:before { content: ""; margin-left: -22px } .checkbox label:before { background: #fff; border: 1px solid #eee; -webkit-transition: background .15s, border-color .15s; -o-transition: background .15s, border-color .15s; transition: background .15s, border-color .15s; border-radius: .25rem } .checkbox label:after { line-height: 22px; color: inherit; font-family: FontAwesome; text-align: center; background-color: transparent; font-style: normal; color: #818a91; font-size: .875rem } .checkbox input[type=checkbox] { opacity: 0; z-index: 1; cursor: pointer } .checkbox input[type=checkbox]:checked+label:after { content: "" } .checkbox input[type=checkbox]:indeterminate+label:after { display: block; content: ""; width: 10px; height: 3px; background-color: #555; border-radius: 2px; margin-left: -16.5px; margin-top: 7px } .checkbox input[type=checkbox]:disabled { cursor: not-allowed } .checkbox input[type=checkbox]:disabled+label { opacity: .65; cursor: not-allowed } .checkbox input[type=checkbox]:disabled+label:before { background-color: #f5f7f9 } .checkbox.checkbox-circle label:before { border-radius: 50% } .checkbox.checkbox-square label:before { border-radius: 0 } .checkbox.checkbox-lg { padding-left: 26px } .checkbox.checkbox-lg label { padding-left: 12px; min-height: 26px } .checkbox.checkbox-lg input[type=checkbox], .checkbox.checkbox-lg label:after, .checkbox.checkbox-lg label:before { width: 26px; height: 26px } .checkbox.checkbox-lg label:after, .checkbox.checkbox-lg label:before { margin-left: -26px } .checkbox.checkbox-lg label:after { line-height: 26px; font-size: 1rem } .checkbox.checkbox-inline { display: inline-block } .radio { position: relative; padding-left: 20px; display: block; margin-top: .5rem; margin-bottom: .5rem } .radio label { position: relative; padding-left: .5rem; margin: 0; min-height: 20px; vertical-align: middle; cursor: pointer } .radio label:empty { padding-left: 0 } .radio input[type=radio], .radio label:before { height: 20px; width: 20px; position: absolute; left: 0; top: 0 } .radio label:after, .radio label:before { content: " "; margin-left: -20px } .radio label:before { border: 1px solid #ccc; border-radius: 50%; background-color: #fff; -webkit-transition: border .15s ease-in-out; -o-transition: border .15s ease-in-out; transition: border .15s ease-in-out } .radio label:after { position: absolute; width: 12px; height: 12px; left: 4px; top: 4px; border-radius: 50%; background-color: #818a91; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33); -o-transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33); transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33) } .radio input[type=radio] { opacity: 0; z-index: 1; cursor: pointer } .radio input[type=radio]:checked+label:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } .radio input[type=radio]:disabled { cursor: not-allowed } .radio input[type=radio]:disabled+label { opacity: .65; cursor: not-allowed } .radio input[type=radio]:disabled+label:before { cursor: not-allowed } .radio.radio-inline { display: inline-block } .checkbox-red input[type=checkbox]:checked+label:before, .checkbox-red input[type=radio]:checked+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-red input[type=checkbox]:checked+label:after, .checkbox-red input[type=radio]:checked+label:after { color: #fff } .checkbox-pink input[type=checkbox]:checked+label:before, .checkbox-pink input[type=radio]:checked+label:before { background-color: #e91e63; border-color: #e91e63 } .checkbox-pink input[type=checkbox]:checked+label:after, .checkbox-pink input[type=radio]:checked+label:after { color: #fff } .checkbox-purple input[type=checkbox]:checked+label:before, .checkbox-purple input[type=radio]:checked+label:before { background-color: #9c27b0; border-color: #9c27b0 } .checkbox-purple input[type=checkbox]:checked+label:after, .checkbox-purple input[type=radio]:checked+label:after { color: #fff } .checkbox-indigo input[type=checkbox]:checked+label:before, .checkbox-indigo input[type=radio]:checked+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-indigo input[type=checkbox]:checked+label:after, .checkbox-indigo input[type=radio]:checked+label:after { color: #fff } .checkbox-blue input[type=checkbox]:checked+label:before, .checkbox-blue input[type=radio]:checked+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-blue input[type=checkbox]:checked+label:after, .checkbox-blue input[type=radio]:checked+label:after { color: #fff } .checkbox-cyan input[type=checkbox]:checked+label:before, .checkbox-cyan input[type=radio]:checked+label:before { background-color: #00bcd4; border-color: #00bcd4 } .checkbox-cyan input[type=checkbox]:checked+label:after, .checkbox-cyan input[type=radio]:checked+label:after { color: #fff } .checkbox-teal input[type=checkbox]:checked+label:before, .checkbox-teal input[type=radio]:checked+label:before { background-color: #009688; border-color: #009688 } .checkbox-teal input[type=checkbox]:checked+label:after, .checkbox-teal input[type=radio]:checked+label:after { color: #fff } .checkbox-green input[type=checkbox]:checked+label:before, .checkbox-green input[type=radio]:checked+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-green input[type=checkbox]:checked+label:after, .checkbox-green input[type=radio]:checked+label:after { color: #fff } .checkbox-yellow input[type=checkbox]:checked+label:before, .checkbox-yellow input[type=radio]:checked+label:before { background-color: #ffeb3b; border-color: #ffeb3b } .checkbox-yellow input[type=checkbox]:checked+label:after, .checkbox-yellow input[type=radio]:checked+label:after { color: #fff } .checkbox-orange input[type=checkbox]:checked+label:before, .checkbox-orange input[type=radio]:checked+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-orange input[type=checkbox]:checked+label:after, .checkbox-orange input[type=radio]:checked+label:after { color: #fff } .checkbox-brown input[type=checkbox]:checked+label:before, .checkbox-brown input[type=radio]:checked+label:before { background-color: #795548; border-color: #795548 } .checkbox-brown input[type=checkbox]:checked+label:after, .checkbox-brown input[type=radio]:checked+label:after { color: #fff } .checkbox-gray input[type=checkbox]:checked+label:before, .checkbox-gray input[type=radio]:checked+label:before { background-color: #9e9e9e; border-color: #9e9e9e } .checkbox-gray input[type=checkbox]:checked+label:after, .checkbox-gray input[type=radio]:checked+label:after { color: #fff } .checkbox-primary input[type=checkbox]:checked+label:before, .checkbox-primary input[type=radio]:checked+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-primary input[type=checkbox]:checked+label:after, .checkbox-primary input[type=radio]:checked+label:after { color: #fff } .checkbox-danger input[type=checkbox]:checked+label:before, .checkbox-danger input[type=radio]:checked+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-danger input[type=checkbox]:checked+label:after, .checkbox-danger input[type=radio]:checked+label:after { color: #fff } .checkbox-info input[type=checkbox]:checked+label:before, .checkbox-info input[type=radio]:checked+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-info input[type=checkbox]:checked+label:after, .checkbox-info input[type=radio]:checked+label:after { color: #fff } .checkbox-warning input[type=checkbox]:checked+label:before, .checkbox-warning input[type=radio]:checked+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-warning input[type=checkbox]:checked+label:after, .checkbox-warning input[type=radio]:checked+label:after { color: #fff } .checkbox-success input[type=checkbox]:checked+label:before, .checkbox-success input[type=radio]:checked+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-success input[type=checkbox]:checked+label:after, .checkbox-success input[type=radio]:checked+label:after { color: #fff } .checkbox-dark input[type=checkbox]:checked+label:before, .checkbox-dark input[type=radio]:checked+label:before { background-color: #282828; border-color: #282828 } .checkbox-dark input[type=checkbox]:checked+label:after, .checkbox-dark input[type=radio]:checked+label:after { color: #fff } .checkbox-red input[type=checkbox]:indeterminate+label:before, .checkbox-red input[type=radio]:indeterminate+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-red input[type=checkbox]:indeterminate+label:after, .checkbox-red input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-pink input[type=checkbox]:indeterminate+label:before, .checkbox-pink input[type=radio]:indeterminate+label:before { background-color: #e91e63; border-color: #e91e63 } .checkbox-pink input[type=checkbox]:indeterminate+label:after, .checkbox-pink input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-purple input[type=checkbox]:indeterminate+label:before, .checkbox-purple input[type=radio]:indeterminate+label:before { background-color: #9c27b0; border-color: #9c27b0 } .checkbox-purple input[type=checkbox]:indeterminate+label:after, .checkbox-purple input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-indigo input[type=checkbox]:indeterminate+label:before, .checkbox-indigo input[type=radio]:indeterminate+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-indigo input[type=checkbox]:indeterminate+label:after, .checkbox-indigo input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-blue input[type=checkbox]:indeterminate+label:before, .checkbox-blue input[type=radio]:indeterminate+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-blue input[type=checkbox]:indeterminate+label:after, .checkbox-blue input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-cyan input[type=checkbox]:indeterminate+label:before, .checkbox-cyan input[type=radio]:indeterminate+label:before { background-color: #00bcd4; border-color: #00bcd4 } .checkbox-cyan input[type=checkbox]:indeterminate+label:after, .checkbox-cyan input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-teal input[type=checkbox]:indeterminate+label:before, .checkbox-teal input[type=radio]:indeterminate+label:before { background-color: #009688; border-color: #009688 } .checkbox-teal input[type=checkbox]:indeterminate+label:after, .checkbox-teal input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-green input[type=checkbox]:indeterminate+label:before, .checkbox-green input[type=radio]:indeterminate+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-green input[type=checkbox]:indeterminate+label:after, .checkbox-green input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-yellow input[type=checkbox]:indeterminate+label:before, .checkbox-yellow input[type=radio]:indeterminate+label:before { background-color: #ffeb3b; border-color: #ffeb3b } .checkbox-yellow input[type=checkbox]:indeterminate+label:after, .checkbox-yellow input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-orange input[type=checkbox]:indeterminate+label:before, .checkbox-orange input[type=radio]:indeterminate+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-orange input[type=checkbox]:indeterminate+label:after, .checkbox-orange input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-brown input[type=checkbox]:indeterminate+label:before, .checkbox-brown input[type=radio]:indeterminate+label:before { background-color: #795548; border-color: #795548 } .checkbox-brown input[type=checkbox]:indeterminate+label:after, .checkbox-brown input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-gray input[type=checkbox]:indeterminate+label:before, .checkbox-gray input[type=radio]:indeterminate+label:before { background-color: #9e9e9e; border-color: #9e9e9e } .checkbox-gray input[type=checkbox]:indeterminate+label:after, .checkbox-gray input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-primary input[type=checkbox]:indeterminate+label:before, .checkbox-primary input[type=radio]:indeterminate+label:before { background-color: #3f51b5; border-color: #3f51b5 } .checkbox-primary input[type=checkbox]:indeterminate+label:after, .checkbox-primary input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-danger input[type=checkbox]:indeterminate+label:before, .checkbox-danger input[type=radio]:indeterminate+label:before { background-color: #f44336; border-color: #f44336 } .checkbox-danger input[type=checkbox]:indeterminate+label:after, .checkbox-danger input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-info input[type=checkbox]:indeterminate+label:before, .checkbox-info input[type=radio]:indeterminate+label:before { background-color: #2196f3; border-color: #2196f3 } .checkbox-info input[type=checkbox]:indeterminate+label:after, .checkbox-info input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-warning input[type=checkbox]:indeterminate+label:before, .checkbox-warning input[type=radio]:indeterminate+label:before { background-color: #ff9800; border-color: #ff9800 } .checkbox-warning input[type=checkbox]:indeterminate+label:after, .checkbox-warning input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-success input[type=checkbox]:indeterminate+label:before, .checkbox-success input[type=radio]:indeterminate+label:before { background-color: #4caf50; border-color: #4caf50 } .checkbox-success input[type=checkbox]:indeterminate+label:after, .checkbox-success input[type=radio]:indeterminate+label:after { background-color: #fff } .checkbox-dark input[type=checkbox]:indeterminate+label:before, .checkbox-dark input[type=radio]:indeterminate+label:before { background-color: #282828; border-color: #282828 } .checkbox-dark input[type=checkbox]:indeterminate+label:after, .checkbox-dark input[type=radio]:indeterminate+label:after { background-color: #fff } .radio-red input[type=radio]+label:before { border-color: #f44336 } .radio-red input[type=radio]+label:after { background-color: #f44336 } .radio-red input[type=radio]:checked+label:before { border-color: #f44336 } .radio-red input[type=radio]:checked+label:after { background-color: #f44336 } .radio-pink input[type=radio]+label:before { border-color: #e91e63 } .radio-pink input[type=radio]+label:after { background-color: #e91e63 } .radio-pink input[type=radio]:checked+label:before { border-color: #e91e63 } .radio-pink input[type=radio]:checked+label:after { background-color: #e91e63 } .radio-purple input[type=radio]+label:before { border-color: #9c27b0 } .radio-purple input[type=radio]+label:after { background-color: #9c27b0 } .radio-purple input[type=radio]:checked+label:before { border-color: #9c27b0 } .radio-purple input[type=radio]:checked+label:after { background-color: #9c27b0 } .radio-indigo input[type=radio]+label:before { border-color: #3f51b5 } .radio-indigo input[type=radio]+label:after { background-color: #3f51b5 } .radio-indigo input[type=radio]:checked+label:before { border-color: #3f51b5 } .radio-indigo input[type=radio]:checked+label:after { background-color: #3f51b5 } .radio-blue input[type=radio]+label:before { border-color: #2196f3 } .radio-blue input[type=radio]+label:after { background-color: #2196f3 } .radio-blue input[type=radio]:checked+label:before { border-color: #2196f3 } .radio-blue input[type=radio]:checked+label:after { background-color: #2196f3 } .radio-cyan input[type=radio]+label:before { border-color: #00bcd4 } .radio-cyan input[type=radio]+label:after { background-color: #00bcd4 } .radio-cyan input[type=radio]:checked+label:before { border-color: #00bcd4 } .radio-cyan input[type=radio]:checked+label:after { background-color: #00bcd4 } .radio-teal input[type=radio]+label:before { border-color: #009688 } .radio-teal input[type=radio]+label:after { background-color: #009688 } .radio-teal input[type=radio]:checked+label:before { border-color: #009688 } .radio-teal input[type=radio]:checked+label:after { background-color: #009688 } .radio-green input[type=radio]+label:before { border-color: #4caf50 } .radio-green input[type=radio]+label:after { background-color: #4caf50 } .radio-green input[type=radio]:checked+label:before { border-color: #4caf50 } .radio-green input[type=radio]:checked+label:after { background-color: #4caf50 } .radio-yellow input[type=radio]+label:before { border-color: #ffeb3b } .radio-yellow input[type=radio]+label:after { background-color: #ffeb3b } .radio-yellow input[type=radio]:checked+label:before { border-color: #ffeb3b } .radio-yellow input[type=radio]:checked+label:after { background-color: #ffeb3b } .radio-orange input[type=radio]+label:before { border-color: #ff9800 } .radio-orange input[type=radio]+label:after { background-color: #ff9800 } .radio-orange input[type=radio]:checked+label:before { border-color: #ff9800 } .radio-orange input[type=radio]:checked+label:after { background-color: #ff9800 } .radio-brown input[type=radio]+label:before { border-color: #795548 } .radio-brown input[type=radio]+label:after { background-color: #795548 } .radio-brown input[type=radio]:checked+label:before { border-color: #795548 } .radio-brown input[type=radio]:checked+label:after { background-color: #795548 } .radio-gray input[type=radio]+label:before { border-color: #9e9e9e } .radio-gray input[type=radio]+label:after { background-color: #9e9e9e } .radio-gray input[type=radio]:checked+label:before { border-color: #9e9e9e } .radio-gray input[type=radio]:checked+label:after { background-color: #9e9e9e } .radio-primary input[type=radio]+label:before { border-color: #3f51b5 } .radio-primary input[type=radio]+label:after { background-color: #3f51b5 } .radio-primary input[type=radio]:checked+label:before { border-color: #3f51b5 } .radio-primary input[type=radio]:checked+label:after { background-color: #3f51b5 } .radio-danger input[type=radio]+label:before { border-color: #f44336 } .radio-danger input[type=radio]+label:after { background-color: #f44336 } .radio-danger input[type=radio]:checked+label:before { border-color: #f44336 } .radio-danger input[type=radio]:checked+label:after { background-color: #f44336 } .radio-info input[type=radio]+label:before { border-color: #2196f3 } .radio-info input[type=radio]+label:after { background-color: #2196f3 } .radio-info input[type=radio]:checked+label:before { border-color: #2196f3 } .radio-info input[type=radio]:checked+label:after { background-color: #2196f3 } .radio-warning input[type=radio]+label:before { border-color: #ff9800 } .radio-warning input[type=radio]+label:after { background-color: #ff9800 } .radio-warning input[type=radio]:checked+label:before { border-color: #ff9800 } .radio-warning input[type=radio]:checked+label:after { background-color: #ff9800 } .radio-success input[type=radio]+label:before { border-color: #4caf50 } .radio-success input[type=radio]+label:after { background-color: #4caf50 } .radio-success input[type=radio]:checked+label:before { border-color: #4caf50 } .radio-success input[type=radio]:checked+label:after { background-color: #4caf50 } .radio-dark input[type=radio]+label:before { border-color: #282828 } .radio-dark input[type=radio]+label:after { background-color: #282828 } .radio-dark input[type=radio]:checked+label:before { border-color: #282828 } .radio-dark input[type=radio]:checked+label:after { background-color: #282828 } .dropdown-menu { -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .175); box-shadow: 0 3px 12px rgba(0, 0, 0, .175); border: none } .dropdown-item { color: #6a6c6f } .dropdown-item:active { color: #fff } .form-group { margin-bottom: 24px } .form-control { border-radius: 0px; height: 38px; border-color: #ddd } .form-control:active, .form-control:focus { border-color: #ccc; outline: none; -webkit-box-shadow: none; box-shadow: none } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px } textarea.form-control { min-height: 100px } label { font-size: 14px; font-weight: 500 } .checkbox, .radio { margin-top: 0; margin-bottom: 12px } .form-inline .form-control { min-width: 250px } div.dataTables_wrapper div.dataTables_length select { width: 100px; height: 30px; font-weight: 600; font-size: 14px } div.dataTables_wrapper div.dataTables_filter input { width: 200px; height: 30px } .select2-selection, .select2-selection.select2-selection--single { height: 38px!important } .select2-selection.select2-selection--single .select2-selection__rendered { line-height: 38px!important } .select2-selection .select2-selection__choice { margin-top: 8px!important } .select2-selection .select2-selection__arrow { height: 38px!important } .bootstrap-tagsinput { width: 100%; border-radius: 3px; min-height: 38px; -webkit-box-shadow: none; box-shadow: none; border-color: #ddd } .bootstrap-tagsinput:active, .bootstrap-tagsinput:focus { border-color: #ccc; outline: none; -webkit-box-shadow: none; box-shadow: none } .bootstrap-touchspin .btn.bootstrap-touchspin-down, .bootstrap-touchspin .btn.bootstrap-touchspin-up { height: 38px; font-size: 18px } .bootstrap-touchspin .input-group-addon { border-left: 0; border-right: 0 } .bootstrap-touchspin .input-group-btn-vertical>.btn { height: 20px; width: 25px } .bootstrap-touchspin .input-group-btn-vertical>.btn i { left: 25% } .icon { width: 2rem; height: 2rem; border: 1px solid #eee; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex } .icon-circle { border-radius: 100% } .icon-sm { width: 1.5rem; height: 1.5rem } .icon-lg { width: 3rem; height: 3rem } .g__item { margin-bottom: 24px; display: block } .g__item .g__figure { display: block; position: relative; overflow: hidden; cursor: pointer; z-index: 1; margin: 0 } .g__item .g__figure>img, .g__item .g__img { width: 100%; height: auto } .g__thumb { padding: .5rem; background-color: #f5f7f9; border: 1px solid #eee } .g__item.rounded .g__figure, .g__item.rounded img { border-radius: .25rem } .g__overlay { position: absolute; 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; top: 0; width: 100%; height: 100%; padding: 1rem; opacity: 0; -webkit-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s } .g__item:hover .g__overlay { opacity: 1; background-color: hsla(0, 0%, 100%, .9) } .g__overlay-title { line-height: 1.4; font-style: italic; margin-bottom: .5rem } .g__overlay-text { font-style: italic; font-size: 1rem } .g__zoom { -ms-flex-item-align: center; align-self: center; color: #3f51b5 } .img-gallery-zoom-effect .g__item .g__figure>img, .img-gallery-zoom-effect .g__item .g__img { -webkit-transition: -webkit-transform 1s; transition: -webkit-transform 1s; -o-transition: transform 1s; transition: transform 1s; transition: transform 1s, -webkit-transform 1s } .img-gallery-zoom-effect .g__item:hover .g__figure>img, .img-gallery-zoom-effect .g__item:hover .g__img { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3) } .media { margin-top: 0 } .media small { color: #818a91; font-size: 12px } .media-heading { margin-bottom: .25rem; margin-top: .25rem; font-size: 1rem } .media-meta { font-size: .875rem } .media-list .media { margin: 0; padding: .75rem 1.25rem; border-bottom: 1px solid #f5f7f9 } .media-list .media:last-child { border-bottom: none } .media-list a.media:focus, .media-list a.media:hover { background-color: #f5f7f9 } .modal-backdrop.show { opacity: .8 } .modal .modal-dialog { max-width: 600px } #video-modal { padding: 0!important } #video-modal .modal-dialog { width: 460px; height: 250px; max-width: 100%; -webkit-box-shadow: none; box-shadow: none; margin: 60px auto!important; background: #000 } #video-modal .modal-content { width: 100%; height: 100%; background: #000 } #video-modal iframe { width: 100%; height: 100%; border: none; display: block } @media (min-width: 576px) { #video-modal .modal-dialog { width: 560px; height: 315px } } @media (min-width: 768px) { #video-modal .modal-dialog { width: 660px; height: 380px } } @media (min-width: 992px) { #video-modal .modal-dialog { width: 760px; height: 440px } } .poster { position: relative } .poster, .poster-bg { height: 100%; width: 100% } .poster-overlay { position: absolute; bottom: 0; right: 0; left: 0; top: 0 } .poster-overlay, .poster-overlay-icon { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex } .poster-overlay-icon { width: 4rem; height: 4rem; border-radius: 1000px; border: 10px solid rgba(0, 0, 0, .2); background: #fff; color: none } .progress-xs .progress-bar { height: .5rem } .progress-sm .progress-bar { height: .75rem } .progress-md .progress-bar { height: 1rem } .progress-lg .progress-bar { height: 1.25rem } .progress-xl .progress-bar { height: 1.5rem } body { font-size: .875rem; font-weight: 300; font-family: 'Lato'; color: #6a6c6f } body.no-padding:not(.menubar-top) .site-content { padding-right: 0; padding-left: 0 } body.no-padding .site-content { padding-top: 0; padding-bottom: 0 } body.site-header-hidden .site-header { display: none } a { color: #6a6c6f } a, a:focus, a:hover { text-decoration: none } .site-menu, .site-menu ol, .site-menu ul { padding: 0; margin: 0 } svg { vertical-align: middle } .hamburger { background: none } .hamburger:focus { outline: none } .jqvmap-zoomin, .jqvmap-zoomout { -webkit-box-sizing: content-box; box-sizing: content-box } .scroll-container { position: relative; overflow: auto; height: 100% } .ps-scrollbar-y-rail { width: 4px!important; background: rgba(0, 0, 0, .2) } .ps-scrollbar-y { background: #bbb!important; width: 4px!important } .jqstooltip { -webkit-box-sizing: content-box; box-sizing: content-box } .flotTip { background: #3f51b5!important; color: #fff!important; border: none!important; padding: .5rem 1rem!important; border-radius: .25rem; font-family: inherit; font-size: .875rem!important } table.table-noborder td, table.table-noborder th { border-top: none } table.table-noborder tr:nth-child(2) td { padding-top: 1.5rem } td { font-weight: 300 } th { font-weight: 500 } .thead-success th { color: #fff; background-color: #4caf50 } .form-control { font-size: 1em } .form-control, .modal-content { -webkit-box-shadow: none; box-shadow: none } .modal-content { border: none } iframe { border: 0 } .status { width: 12px; height: 12px; display: inline-block; border-radius: 100%; position: absolute; right: 0; bottom: 0; border: 2px solid #fff } .status-online { background-color: #4caf50 } .status-away { background-color: #ff9800 } .status-busy { background-color: #f44336 } .status-offline { background-color: #eceeef } .table { margin-bottom: 0 } .table th { font-size: 14px; font-weight: 600 } .table.no-cellborder { margin-top: -2px; table-layout: fixed } .table.no-cellborder td, .table.no-cellborder th { border: none; padding: 8px 0 } .table.no-cellborder .table-icon { margin-right: 6px; color: #ccc } .fixedHeader-floating { top: 64px!important; z-index: 90 } .fixedHeader-floating th { background: #edf0f5 } .table-striped>tbody>tr:nth-of-type(odd) { background-color: #f6f6f6 } .dt-buttons { display: block; max-width: 100%; width: 300px; margin: 0 auto; margin-bottom: 16px } .dt-buttons .btn { background-color: #f6f6f6 } .text-color { color: #6a6c6f!important } .title-color { color: #373a3c!important } .watermark { color: #edf0f5!important } .text-muted { color: inherit; opacity: .6!important } .text-white { color: #fff!important } .text-gray { color: #aaa!important } .text-inverse { color: #3b3e47!important } .text-black { color: #282828!important } .text-red { color: #f44336!important } .text-pink { color: #e91e63!important } .text-purple { color: #9c27b0!important } .text-indigo { color: #3f51b5!important } .text-blue { color: #2196f3!important } .text-cyan { color: #00bcd4!important } .text-teal { color: #009688!important } .text-green { color: #4caf50!important } .text-yellow { color: #ffeb3b!important } .text-orange { color: #ff9800!important } .text-brown { color: #795548!important } .text-facebook, .text-hv-facebook:hover { color: #3b5998!important } .text-hv-twitter:hover, .text-twitter { color: #1da1f2!important } .text-google-plus, .text-hv-google-plus:hover { color: #dd4b39!important } .text-hv-youtube:hover, .text-youtube { color: #cd201f!important } .text-dribbble, .text-hv-dribbble:hover { color: #ea4c89!important } .text-flickr, .text-hv-flickr:hover { color: #ff0084!important } .text-hv-linkedin:hover, .text-linkedin { color: #0077b5!important } .text-hv-tumblr:hover, .text-tumblr { color: #35465c!important } .h1, .h2, .h3, h1, h2, h3 { font-weight: 300 } .h4, .h5, .h6, h4, h5, h6 { font-weight: 400 } small { font-size: 85% } .theme-color { color: #3f51b5 } .flex-grow-1 { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 } .pos-s { position: static!important } .pos-r { position: relative!important } .badge { font-size: 10px; font-weight: 500 } .badge-circle { border-radius: 50% } .border-radius-0 { border-radius: 0!important } .border-radius-1 { border-radius: .25rem!important } .fz-base { font-size: 1rem!important } .fz-xs { font-size: .75rem!important } .fz-sm { font-size: .875rem!important } .fz-lg { font-size: 1.25rem!important } .lh-2 { line-height: 1.8!important } .font-weight-200 { font-weight: 200!important } .font-weight-light { font-weight: 300!important } .d-table { display: table!important } .d-table>* { display: table-cell!important } .img-full { width: 100%!important; height: auto; display: block } @media (min-width: 768px) { .modal-md { max-width: 700px } } .box, .widget { background-color: #fff; margin-bottom: 1.5rem; /* -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14); */ border-radius: 0px; overflow: inherit; border: 1px solid #cfcfcf; } .box small, .widget small { font-size: 95%; font-weight: 500 } .widget-body, .widget-footer, .widget-header { padding: 1rem } .widget-body:after, .widget-footer:after, .widget-header:after { display: block; content: ""; clear: both } .widget-header { display: -webkit-box; display: -ms-flexbox; display: flex } .widget-title { font-size: 1rem; font-weight: 500; margin: 0; color: #373a3c } h3.widget-title { font-size: 20px; margin-bottom: 16px; font-weight: 500 } .widget-separator { margin: 0 16px } .widget p { line-height: 1.8 } .sl-item { position: relative; padding-bottom: 12px; border-left: 1px solid #ccc } .sl-item:before { left: -6px; top: 0; width: 12px; height: 12px } .sl-item:before, .sl-item:last-child:after { content: ""; position: absolute; background-color: #ccc; border-radius: 100% } .sl-item:last-child:after { left: -3px; bottom: 0; width: 6px; height: 6px } .sl-item .sl-content { margin-left: 24px } .sl-item .sl-content p { margin: 0 } .sl-primary { border-left-color: #3f51b5 } .sl-primary:before, .sl-primary:last-child:after { background-color: #3f51b5 } .sl-success { border-left-color: #4caf50 } .sl-success:before, .sl-success:last-child:after { background-color: #4caf50 } .sl-warning { border-left-color: #ff9800 } .sl-warning:before, .sl-warning:last-child:after { background-color: #ff9800 } .sl-danger { border-left-color: #f44336 } .sl-danger:before, .sl-danger:last-child:after { background-color: #f44336 } .sl-avatar { position: absolute; left: -22px } .site-search { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: none } .site-search-form { z-index: 1; position: relative; margin-top: 100px; margin-right: 5%; margin-left: 5%; width: 90% } .site-search-form .search-field { border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; background: none; font-size: 3rem; color: #333; border-bottom: 3px solid #333; padding-left: 64px; padding-right: 24px; width: 100% } .site-search-form .search-icon { position: absolute; left: 0; top: 0; font-size: 3rem } @media (max-width: 767px) { .site-search-form .search-field { font-size: 2rem; padding-left: 48px } .site-search-form .search-icon { font-size: 2rem } } .site-search-close { width: 30px; height: 30px; border: 1px solid #fff; background: none; border-radius: 5000px; position: absolute; right: -15px; top: -15px; cursor: pointer; color: #fff } .site-search-backdrop { background: rgba(0, 0, 0, .9); position: absolute; top: 0; bottom: 0; width: 100%; z-index: -1 } html { height: 100% } body { position: relative; min-height: 100%; padding-top: 64px; -webkit-transition: padding-top .35s; -o-transition: padding-top .35s; transition: padding-top .35s } @media (min-width: 768px) { body.menubar-fold .hidden-fold { display: none } } @media (max-width: 767px) { body.menubar-open { height: 100%; overflow: hidden } body.navbar-collapse-in { padding-top: 128px } } .site-main, .site-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex } .site-main { -webkit-box-flex: 0; -ms-flex: 0 1 5000px; flex: 0 1 5000px; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column } @media (min-width: 768px) { .site-main { margin-left: 240px } body.menubar-fold .site-main { margin-left: 0 } } @media (max-width: 767px) { .site-main { -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s } body.menubar-open .site-main { -webkit-transform: translate3d(240px, 0, 0); transform: translate3d(240px, 0, 0) } } .site-content { padding: 24px; -webkit-box-flex: 1; -ms-flex: 1 1 calc(100vh - 134px); flex: 1 1 calc(100vh - 134px); background-color:#efefef; } @media (max-width: 575px) { .site-content { padding: 12px } } .navbar { padding: 0; height: 64px; border-bottom: 2px solid #cfcfcf; } .navbar-header { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; height: 64px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 1rem; padding-right: 1rem; } @media (max-width: 767px) { .navbar-header { -ms-flex-preferred-size: 100%; flex-basis: 100% } } @media (min-width: 768px) { body.menubar-fold .navbar-header { -ms-flex-preferred-size: 120px; flex-basis: 120px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } } .navbar-brand { margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-brand>.brand-name { font-weight: 500 } .navbar-brand>.brand-icon { font-size: 1.75rem; margin-right: .5rem; -webkit-transition: margin-right .5s; -o-transition: margin-right .5s; transition: margin-right .5s } @media (min-width: 768px) { body.menubar-fold .navbar-brand>.brand-icon { margin-right: 0 } } @media (max-width: 767px) { .navbar-brand { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } } .navbar-collapse { position: relative; height: 64px; padding-left: .75rem; padding-right: .75rem } @media (max-width: 767px) { .navbar-collapse { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08); box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding-right: .75rem; padding-left: .75rem; background: #fff } } .navbar-collapse .navbar-container { min-width: 100% } .navbar-nav .nav-link { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* height: 64px; */ height: 40px; padding-left: 1.2rem!important; padding-right: 1.2rem!important; } @media (max-width: 575px) { .navbar-nav .nav-item { position: static; border: none } } @media (max-width: 767px) { .navbar-toggleable-sm .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .navbar-toggleable-sm .navbar-nav .dropdown-menu { position: absolute; border-radius: 0; margin-top: 0; width: 100%; top: 100% } } .navbar-nav .dropdown-toggle:after { display: none } .navbar-nav .dropdown-menu { font-size: .875rem; margin-top: 2px; min-width: 240px } .navbar-nav .dropdown-menu.float-right { right: 0; left: auto } .navbar-toggler { border: none; outline: none; -webkit-box-shadow: none; box-shadow: none; height: 64px; padding: 0 .75rem; font-size: 1rem; background: none; cursor: pointer } .navbar-toggler:focus { outline: none } .site-panel { position: fixed; top: 64px; right: -310px; width: 300px; bottom: 0; z-index: 999; -webkit-transition: right .5s; -o-transition: right .5s; transition: right .5s; background: #fff; -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, .08); box-shadow: -2px 0 4px rgba(0, 0, 0, .08) } .site-panel.show { right: 0 } .site-panel .nav-tabs { border-bottom: none } .site-panel .nav-tabs .nav-item { margin: 0; width: 33.33% } .site-panel .nav-tabs .nav-link { width: 100%; height: 60px; line-height: 60px; text-align: center; padding: 0; font-size: 14px; border-radius: 0; border: none; border-bottom-style: solid; border-bottom-width: 1px } .site-panel .nav-tabs .nav-item+.nav-item>.nav-link { border-left-style: solid; border-left-width: 1px } .site-panel .site-panel-tabs, .site-panel .tab-pane { height: 100% } .site-panel .tab-content { height: calc(100% - 60px); overflow: auto } @media (max-width: 767px) { .site-panel { top: 64px } body.navbar-collapse-in .site-panel { top: 128px; height: calc(100% - 128px) } } @media (max-width: 575px) { .site-panel { width: 100%; right: calc(-100% - 10px) } } .site-panel .nav-tabs .nav-link { border-left-color: #f0f0f0; border-bottom-color: #f0f0f0; background: #fbfbfb } .site-panel .nav-tabs .nav-link.active, .site-panel .nav-tabs .nav-link:focus { border-bottom: none; border-left-color: #f0f0f0; background: transparent } .site-menubar { z-index: 998; position: fixed; bottom: 0; left: 0; top: 64px; width: 240px } body:not(.menubar-fold) .site-menubar { height: calc(100% - 64px)!important } @media (min-width: 768px) { body.menubar-fold .site-menubar { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; width: 120px; position: relative; min-height: 1300px; top: 0 } } @media (max-width: 767px) { .site-menubar { -webkit-transition: left .2s, top .35s, height .35s; -o-transition: left .2s, top .35s, height .35s; transition: left .2s, top .35s, height .35s; left: -242px } body.menubar-open .site-menubar { left: 0 } body.navbar-collapse-in .site-menubar { top: 128px; height: calc(100% - 128px); z-index: 999 } } .menubar-scroll-wrapper { margin-top:0/* .75rem */; margin-bottom: .75rem; height: calc(100% - 120px) } @media (min-width: 768px) { body.menubar-fold .menubar-scroll-wrapper { height: auto } } @media (max-width: 767px) { .menubar-scroll-wrapper { overflow: auto } } .slimScrollDiv.disabled, .slimScrollDiv.disabled .site-menubar-inner { overflow: inherit!important; height: 100%!important } .site-user { padding: 1.5rem 1rem } .site-user .avatar { -webkit-transition: margin-right .5s; -o-transition: margin-right .5s; transition: margin-right .5s } @media (min-width: 768px) { body.menubar-fold .site-user .avatar { margin-right: 0 } } .site-menu { padding: 0; margin: 0 } .site-menu li { position: relative; list-style-type: none; font-size: .875rem } .site-menu li.menu-section-heading { padding: 1rem; font-weight: 400; text-transform: uppercase; background: none!important } .site-menu li a { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none } .site-menu .menu-icon { width: 1rem } .site-menu .menu-text { margin-left: 1.5rem; margin-right: auto } .site-menu .menu-icon+.menu-text { margin-left: 1rem!important } .site-menu .menu-caret { -webkit-transition: -webkit-transform .5s ease-in-out; transition: -webkit-transform .5s ease-in-out; -o-transition: transform .5s ease-in-out; transition: transform .5s ease-in-out; transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out } .site-menu .menu-badge~.menu-caret { display: none } .site-menu li.open>a .menu-caret { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .site-menu .submenu { display: none } .site-menu .menu-heading { background: none!important; font-size: 1rem; font-weight: 400; text-transform: uppercase; display: none } @media (min-width: 768px) { body.menubar-fold .site-menu li.menu-heading { display: block } body.menubar-fold .site-menu .menu-badge { position: absolute; top: .5rem; right: 1rem } body.menubar-fold .site-menu>li.menu-section-heading { display: none } body.menubar-fold .site-menu>li>a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } body.menubar-fold .site-menu>li>a>.menu-caret, body.menubar-fold .site-menu>li>a>.menu-text { display: none } body.menubar-fold .site-menu .submenu { width: 240px } body.menubar-fold .site-menu .submenu a { padding-left: 1.5rem } body.menubar-fold .site-menu .submenu .menu-text { margin-left: 0 } body.menubar-fold .site-menu>li>.submenu { display: none!important; position: absolute; left: 100%; top: 0 } /* body.menubar-fold .site-menu>li.open>.submenu { display: block!important } */ } .site-footer { border-top: 1px solid #e1e1e1; background: none; padding: .75rem 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: #fff } .site-footer .copyright { margin-right: auto } .site-footer .footer-menu a { color: #6a6c6f; display: inline-block; margin-right: 16px } .site-footer .footer-menu a:last-child { margin-right: 0 } @media (max-width: 767px) { .site-footer { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem } .site-footer .footer-menu { margin-bottom: 1rem } .site-footer .copyright { margin-right: 0 } } .site-menubar { background: rgba(18,81,130,1); background: -moz-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,81,130,1)), color-stop(100%, rgba(18,103,156,1))); background: -webkit-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -o-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: -ms-linear-gradient(top, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); background: linear-gradient(to bottom, rgba(18,81,130,1) 0%, rgba(18,103,156,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125182', endColorstr='#12679c', GradientType=0 ); -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .08); box-shadow: 2px 2px 8px rgba(0, 0, 0, .08) } .site-user { border-bottom: 1px solid #eee } .site-menu li.menu-section-heading, .site-menu li a { color: #fff; } .site-menu .menu-icon { color: #6f6f6f; } .site-menu li.active, .site-menu li.open, .site-menu li:hover { background-color: #fff; } .site-menu li.active a, .site-menu li.open a, .site-menu li:hover a { color: #125283; } /* body.menubar-fold .site-menu li.open { border-bottom-color: #f5f5f5 } body.menubar-fold .site-menu>li.open, body.menubar-fold .site-menu>li>.submenu { background: #fafafa; } */ body.menubar-fold .site-menu .submenu { -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .14); box-shadow: 4px 4px 8px rgba(0, 0, 0, .14) } body.menubar-fold .site-menu>li>.submenu>li { border-bottom: 1px solid #f5f5f5 } body.menubar-inverse .site-menubar { background: #3b3e47 } body.menubar-inverse .site-user { border-bottom: 1px solid #42454f } body.menubar-inverse .site-menu li.menu-section-heading { color: #696f7f } body.menubar-inverse .site-menu li a { color: hsla(0, 0%, 100%, .7) } body.menubar-inverse .site-menu .menu-icon { color: inherit } body.menubar-inverse .site-menu li.active, body.menubar-inverse .site-menu li.open, body.menubar-inverse .site-menu li:hover { background-color: rgba(47, 50, 57, .5) } body.menubar-inverse.menubar-fold .site-menu li.open { border-bottom-color: #32343c } body.menubar-inverse.menubar-fold .site-menu>li>.submenu { background: #363941 } body.menubar-inverse.menubar-fold .site-menu .submenu { -webkit-box-shadow: none; box-shadow: none } body.menubar-inverse.menubar-fold .site-menu>li>.submenu>li { border-bottom: 1px solid #32343c } .site-navbar .navbar-collapse { background-color: #fff } .site-navbar .hamburger { background: none } .site-navbar .hamburger .hamburger-inner, .site-navbar .hamburger .hamburger-inner:after, .site-navbar .hamburger .hamburger-inner:before { background-color: #6a6c6f } @media (min-width: 768px) { .site-navbar .navbar-collapse { border-bottom: 1px solid #e6e6e6 } .site-navbar .navbar-nav .nav-link:focus, .site-navbar .navbar-nav .nav-link:hover { background-color: hsla(0, 0%, 95%, .5) } .site-navbar .navbar-nav .page-title { color: #6a6c6f } } @media (max-width: 767px) { .site-navbar { border-bottom: none!important } .site-navbar .navbar-collapse { background-color: #fff } } .site-navbar.navbar-inverse .navbar-collapse { background-color:#fff; border-bottom: none } .site-navbar.navbar-inverse .hamburger { background: none } .site-navbar.navbar-inverse .hamburger .hamburger-inner, .site-navbar.navbar-inverse .hamburger .hamburger-inner:after, .site-navbar.navbar-inverse .hamburger .hamburger-inner:before { background-color: #fff } @media (min-width: 768px) { .site-navbar.navbar-inverse .navbar-nav .page-title { color: hsla(0, 0%, 100%, .7); } .site-navbar.navbar-inverse .navbar-nav .nav-link { color:#ABABAB; font-weight: 400; font-size: 20px; border-left: 1px solid #4f6877; margin: 10px 0; } .site-navbar.navbar-inverse .navbar-nav .nav-link:focus, .site-navbar.navbar-inverse .navbar-nav .nav-link:hover { color: #fff; background-color: #d4d4d4; } } @media (max-width: 767px) { .site-navbar.navbar-inverse .navbar-collapse { background-color: #fff } .site-navbar.navbar-inverse .navbar-nav .nav-link { color: #6a6c6f } .site-navbar.navbar-inverse .navbar-nav .nav-link:focus, .site-navbar.navbar-inverse .navbar-nav .nav-link:hover { background-color: hsla(0, 0%, 95%, .5); color: rgba(0, 0, 0, .7) } } /****** Dashboard Start ******/ .navbar-header { background-color: #fff; } .navbar-header .hamburger { background: none } .navbar-header .hamburger .hamburger-inner, .navbar-header .hamburger .hamburger-inner:after, .navbar-header .hamburger .hamburger-inner:before { background-color: #fff } .navbar-header .navbar-brand, .navbar-header .navbar-brand:hover { color: #fff } .navbar-nav.mr-auto .form-control { border-top-left-radius: 20px; border-bottom-left-radius: 20px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right:0px; } .navbar-nav.mr-auto .input-group-addon{ background-color: transparent; border: 1px solid #ccc; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-left:0px; color: #A4A4A4; } .nav-link.mail-count { position:relative; } .nav-link.mail-count span { position:absolute; background-color:#32c3ff; color:#fff; top:3px; right:10px; height:18px; width:18px; display:inline-block; text-align:center; border-radius:50%; font-size: 12px; line-height: 17px; font-weight: bold; } .nav-link.name { font-size:14px !important; } .nav-item.profile-pic { margin-right:-30px !important; } .nav-item.profile-pic img { height: 4rem; width: 4rem; border-radius: 0; } ul.site-menu li a.main-link { font-weight:600; font-size:24px; } .site-menu li { border-bottom:1px solid #0d3a5c; border-top:1px solid #24608d; } .site-menu li:first-child { border-top:0; } .page-name { background-color:#fff; width:100%; padding:15px 20px; border:1px solid #cfcfcf; display:inline-block; margin-bottom: 10px; } .page-name h1 { color:#444444; text-transform:uppercase; font-weight:400; font-size:1.8rem; margin-bottom:0; float:left; margin-top: 5px; } button { cursor:pointer; } .button-sm { font-size: 0.9rem; border-radius: 0; margin-right:5px; } .page-name button { float:right; } .page-name button:first-child { margin-right:0; } .btn-outline-secondary { color: #ccc; background-image: none; background-color: transparent; border-color: #cfcfcf; } .btn-outline-secondary:hover, .btn-outline-secondary:focus { color: #fff; background-color: #cfcfcf; border-color: #cfcfcf; } .nav-tabs { position:relative; } .nav-tabs .nav-link { border-radius: 0; font-weight: 600; font-size: 1.1rem; color:#c8c8c8; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-bottom: 3px solid #ffd000; color:#444444; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-bottom: 3px solid #ffd000; color:#444444; } .merge-btn { position:absolute; right:0; top:0; } .media-heading { margin-bottom:0; } .sp-auther { font-weight: 600; color: #444; font-size: 1.0rem; } .sp-meta { color: #cfcfcf; font-size: 0.8rem; } .rotate180 { transform:rotate(180deg); } /* .tab-content { border: 1px solid #cfcfcf; border-top: 0; border-bottom:0; } */ .table-contact-list { border: 1px solid #cfcfcf; } .table-contact-list .media-heading, .table-contact-list .sp-meta { color:#cfcfcf; } .table-contact-list small { font-size: 85%; } .table-contact-list .perform-action a { margin: 0 7px; color:#cfcfcf; } .table-contact-list a:hover, .expand-list h4 a i:hover { color:#ababab; } .expand-list h4 { margin-top: 10px; margin-bottom: 0; } .expand-list h4 a i{ color:#c6c6c6; } .daily-task { display:inline-block; width:100%; padding: 20px 20px 10px; border-bottom: 1px solid #cfcfcf; vertical-align: top; } .daily-task h3 { text-transform:uppercase; font-family: 'Lato'; font-style: normal; font-weight: 300; color:#444444; float:left; display:inline; } .custom-select-daily { float:right; display:inline; position:relative; } .custom-select-daily .form-control{ border-radius: 0; } .custom-select-daily:before { position: absolute; content: "\f107"; font-family: 'FontAwesome'; top: 2px; right: 3px; height: 34px; background-color: #fff; width: 20px; text-align: center; line-height: 32px; pointer-events:none; } .custom-select-daily select option{ padding:10px; border-bottom:1px solid #cfcfcf; } .padding-0 { padding:0; } .task-list.daily, .task-list.overdue { display:inline-block; width:100%; padding:20px 20px 0; vertical-align: top; border-bottom:1px solid #cfcfcf; } .days-head { float:left; display:block; } .days-head.today span, .days-head.overdue span { text-transform:uppercase; font-family: 'Lato'; font-size: 16px; } .days-head.overdue span { font-weight:900; } .days-head.today .day { color:#ffd000; padding-right:15px; font-weight: 700; } .days-head.today .month-day { border-left:2px solid #4e961a; border-right:2px solid #4e961a; } .days-head.today .month-day, .days-head.today .week-day { padding:0 15px; color:#444; font-weight: 500; } .task-list-head{ border-bottom: 1px solid #cfcfcf; padding-bottom: 20px; display: inline-block; width: 100%; } .task-list.daily .settings, .task-list.overdue .settings { float:right; } .task-list.daily .settings a, .task-list.overdue .settings a { margin-left:10px; } .task-list.daily .settings a i.more-less, .task-list.overdue .settings a i.more-less { color:#4e961a; } .task-list-body .table-responsive { overflow:inherit; } .task-list-body .table tr { border-bottom:1px solid #cfcfcf; } .task-list-body .table tr:last-child { border-bottom:0px; } .task-list-body .table tr:hover .fa-check-circle-o{ color:#53e49b; } .task-list-body .table td { padding: .75rem .5rem; border-top:0px; } .task-list-body .table td .avatar{ vertical-align:middle; margin: 0 0.2rem; } .task-list-body .table td .ticket-status h6, .task-list-body .table td h6 { font-size: 0.9rem; color:#444; } .task-list-body .table td .ticket-status h6 strong, .task-list-body .table td.contact h6 { font-weight:900; } .days-head.overdue { color:#da1445; } .overdue .task-list-body .table td .ticket-status h6.red { color:#da1445; font-weight:900; } .overdue .task-list-body .table td .ticket-status h6 span { color:#da1445; font-weight:500; } .overdue .task-list-body .table td .ticket-status h6.red i { font-weight:500; } .task-list-body .table td.ticket-status h6 span{ color:#53e49b; } .task-list-body .table td i.fa-check-circle-o { font-size:1.5rem; } .task-list-body .table td p { position: relative; color:#c0c0c0; } .task-list-body .table td p span { font-family: 'Lato'; font-weight: 900; color:#444; } .task-list-body .table td.contact h6 span { color:#c0c0c0; font-weight:500; } .task-list-body .table td.task-actions a { display: block; margin-top: 10px; float: right; margin-right:10px; color:#cfcfcf; } .task-list-body .table td.task-actions .dropdown .float-right{ right: auto; left: 0; top: 50px; } .task-list-body .table td.task-actions .dropdown-toggle:after { border:none; } .task-list-body .table td.task-actions .dropdown-menu { min-width: 7rem; } .task-list-body .table td.task-actions a.dropdown-item { margin-top:0; padding:3px 1.0rem; margin-right:0; } .task-list-body .table td.task-actions .dropdown-menu { border:1px solid #cfcfcf; border-radius:0px; padding-top:0; padding-bottom:0; } .task-list-body .table td.task-actions .dropdown-menu a { border-bottom:1px solid #cfcfcf; } .task-list-body .table td.task-actions .dropdown-menu a:last-child { border-bottom:0px; } .snooze.modal { padding-right:0px !important; } .snooze.modal .modal-dialog { max-width: 500px; } .snooze .modal-body { padding: 30px 10px; } .snooze .modal-content { border-radius: 0; } .snooze .media-heading a { color:#444444; font-family: 'Lato'; font-weight: 900; font-size: 1.1rem; color: #444; } .snooze .media-meta{ color:#cfcfcf; } .snooze .clock { margin-top:-12px; } .snooze .media.align-items-center { margin-bottom:20px; } .snooze .snooze-desc p span{ color:#444; font-family: 'Lato'; font-weight: 900; } .snooze .snooze-desc p { color:#c0c0c0; } .snooze hr { border-top: 1px solid #cfcfcf; margin:30px 0; } .day-select { position:relative; } .day-select .form-control{ border-radius: 0; } .day-select:before { position: absolute; content: "\f107"; font-family: 'FontAwesome'; top: 2px; right: 3px; height: 34px; background-color: #fff; width: 20px; text-align: center; line-height: 32px; pointer-events:none; } .snooze .control-label { color:#444; font-family: 'Lato'; font-weight: 900; margin-bottom: .1rem; } .snooze .form-control { padding: .5rem .5rem; } .snooze .set-snooze .btn { margin-bottom:5px; } .btn-yellow { background-color:#E9C215; border-color: #E9C215; border-radius:0px; font-family: 'Lato'; font-weight: 700; color:#fff; } .btn-yellow:hover{ background-color:#d3b013; border-color:#d3b013; } .btn-yellow-outline { color: #E9C215; background-image: none; background-color: transparent; /*border-color: #E9C215;*/ border-color: #E9c115; border-radius:0px; font-family: 'Lato'; font-weight: 700; } .btn-yellow-outline:hover { background-color:#e9c115; border-color:#d3b013; color:#fff; } .demobtn { position:relative; transition:all 0.5s ease-in-out; } .demobtn.collapsed:after { color:#4e961a; position:absolute; content:"\f078"; font-family:'FontAwesome'; top:0; right:0; } .demobtn.collapsed .more-less { visibility:hidden; } .sidebar-main { margin-top: -25px; } .sidebar-main .widget { margin-bottom:0; } .welcome { display:inline-block; width:100%; } .welcome h3 { font-family: 'Lato'; font-weight: 300; color:#444; } .welcome h6 { color:#a8a8a8; font-family: 'Lato'; font-weight: 500; margin-bottom:.8rem; font-size: 0.9rem; } .welcome .progress { line-height: 1.8rem; border-radius:0px; margin-bottom:1rem; } .welcome .progress-bar { height: 1.94rem; background: rgba(85,228,152,1); background: -moz-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(85,228,152,1)), color-stop(100%, rgba(43,231,202,1))); background: -webkit-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -o-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: -ms-linear-gradient(left, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); background: linear-gradient(to right, rgba(85,228,152,1) 0%, rgba(43,231,202,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55e498', endColorstr='#2be7ca', GradientType=1 ); color:#989898; font-family: 'Lato'; font-weight: 500; font-size:1rem; } .welcome ul { /* padding-left:18px; */ list-style-type:none; } .welcome ul li { position:relative; font-family: 'Lato'; font-weight: 500; font-size:1.0rem; margin-bottom:0.5rem; } .welcome ul li:before { position:absolute; left:-25px; top:0; font-family:'FontAwesome'; } .welcome ul li.cancel { text-decoration: line-through; color:#c6c6c6; } .welcome ul li.cancel:before { content:"\f00c"; color:#2ce7c9; } .welcome ul li.include { color:#444; } .welcome ul li.include:before { content:"\f00c"; color:#c7c7c7; } .sidebar-calender .fc-widget-header { margin-right:0px !important; } .sidebar-calender .fc-scroller { overflow-y: hidden !important; height: inherit !important; } .sidebar-calender .fc .fc-toolbar> * >:first-child { display:none; } .sidebar-calender .fc-today-button { display:none; } .sidebar-calender .fc-left h2{ font-size: 1.3rem; margin-top: 5px; font-weight: 500; } .sidebar-calender .fc-row .fc-content-skeleton td, .sidebar-calender .fc-row .fc-helper-skeleton td { text-align:center !important; } .sidebar-calender .fc-day-number { float:none !important; } .calendar-info { margin-top: 10px; display: inline-block; width: 100%; padding-left: 10px; } .task-color { position:relative; float: left; display: block; margin: 0 15px 0 10px; } .task-color:before { position:absolute; content:''; height:10px; width:10px; top:0px; left:-17px; } .task-color h6{ font-size: 0.56rem; } .task-color.yellow:before { background-color:#ffd000; } .task-color.event:before { background-color:#32c3ff; } .task-color.appointment:before { background-color:#4e961a; } .task-color.overdue:before { background-color:#da1445; } /****** Dashboard End ******/ /****** Single Lead Detail Start ******/ .lead-content { padding-top:0; padding-bottom:0; } .lead-detail-left { border-right:1px solid #cfcfcf; /* padding-top: 50px; padding-bottom: 50px; */ } /*.lead-detail-left .avatar-lg { text-align: center; margin: 0 auto !important; width: 55%; display: block; padding-top: 15px; margin-bottom:10px !important; height:4.2rem; }*/ .lead-detail-left .avatar-lg { text-align: center; margin: 0 auto !important; width: 4.2rem; display: block; margin-bottom: 10px !important; height: 4.2rem; } .lead-detail-left h6 { font-size:0.8rem; } .lead-count { position:relative; margin-left: 12px; } .lead-count:before { position:absolute; top:0; left:-15px; } .lead-count i { color:#b2b2b2; font-size: 0.75rem; margin-left: 2px; } .lead-count.collapsed:after { color: #b2b2b2; position: absolute; content: "\f078"; font-family: 'FontAwesome'; top: 0; right: 0; font-size: 0.75rem; } .lead-count.collapsed i { visibility:hidden; } .lead-count.hot { color:#ff712b; } .lead-count.hot:before{ content:url(../../../assets/global/images/hot.png); } .lead-count.nurtur { color:#70b907; } .lead-count.nurtur:before { content:url(../../../assets/global/images/nurturing.png); } .lead-count.closed { color:#ffba00; } .lead-count.closed:before { content:url(../../../assets/global/images/closed.png); } .lead-count.dead { color:#242424; } .lead-count.dead:before { content:url(../../../assets/global/images/dead.png); left: -20px; } .lead-status h5 { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; margin-top: 15px; margin-bottom: 0; color:#444444; font-family: 'Lato'; font-weight: 700; } .lead-status h5:last-child { border-bottom:0px; } .lead-status h5 span { font-size: 0.8rem; font-family: 'Lato'; font-weight: 400; } .single-lead-detail { /* display:inline-block; width:100%; */ padding: 0; border-bottom: 1px solid #cfcfcf; padding-bottom: 10px; display: flex; max-width: 100%; margin-bottom:12px; } .single-lead-detail-rt, .single-lead-detail-lt{ margin-top: 20px; display:block; float:left; } .single-lead-detail-rt h4 { color:#444; font-family: 'Lato'; font-weight: 700; } .single-lead-detail-rt h4 i { color:#a6a6a6; font-size: 1.2rem; margin-left: 5px; } .single-lead-detail-rt span { color:#444; } .single-lead-detail-rt a { color:#4e961a; } .single-lead-detail-rt a.email { position:relative; margin-left: 15px; } .single-lead-detail-rt a.email:before { content:''; background-color:#444; height:2px; width:2px; border-radius:100%; position:absolute; left: -6%; top: 50%; } .single-lead-detail-rt .social-links a { margin-right:10px; margin-top:10px !important; display: block; float: left; } .single-lead-detail-lt a{ float:right; margin-top: 7px; margin-right: 20px; color:#a6a6a6; } .personal-details { margin-bottom: 12px; display: inline-block; width: 100%; } .personal-details label{ color:#444; font-family: 'Lato'; font-weight: 900; display: block; float: left; width:50%; } .personal-details span { display: block; float:left; width:50%; color:#444; font-family: 'Lato'; font-weight: 400; } .personal-details .ph-number { color:#4e961a; } .team, .rel-contacts, .baskets, .deals, .documents, .tags { display: inline-block; width: 100%; padding-bottom: 20px; border-bottom: 1px solid #e7e7e7; margin-bottom:20px; } .who-knows { margin-bottom:10px; } .rel-contacts h3, .baskets h3 { float:left; } .team h3, .rel-contacts h3, .baskets h3, .documents h3, .deals h3, .tags h3 { font-family: 'Lato'; font-weight: 300; color: #444; margin-bottom:1.2rem; font-size: 1.30rem; } .team h6 { font-family: 'Lato'; font-weight: 600; color: #444; font-size:0.9rem; } .team span { color:#cfcfcf; font-family: 'Lato'; font-weight: 600; } .green { color:#4e961a; } .dark-blue { color:#222c45; } .light-green{ color:#a9cc8f; } .light-grey{ color:#d2d2d2; } .lato-regular { font-family: 'Lato'; font-weight: 400; } .rel-contacts table td { padding: .2rem; border:0px; } .select-basket { display:inline-block; width:100%; margin-left: 4px; } .checkbox label:before { border:1px solid #cfcfcf; border-radius:0px; } .select-basket .checkbox label { color:#444; } .interaction-tabs { border-bottom:2px solid #ffd000; } #single-ld-interaction.nav-tabs { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 100%; max-width: 100%; } #single-ld-interaction.nav-tabs .nav-item { text-align:center; background-color:#fff; border:1px solid #cfcfcf; } #single-ld-interaction.nav-tabs .nav-link { color:#444; font-family: 'Lato'; font-weight: 400; text-transform:uppercase; font-size:1.0rem; } #single-ld-interaction.nav-tabs .nav-item.show .nav-link, #single-ld-interaction.nav-tabs .nav-link.active, #single-ld-interaction.nav-tabs .nav-link:hover { border-bottom:2px solid transparent; border-color:transparent; background-color:#EFEFEF; } .add-interactions .form-control{ border-radius:0px; } .add-interactions .btn-default { border-radius:0px; color:#ffd000; font-family: 'Lato'; font-weight: 600; text-transform:uppercase; border:1px solid #ffd000; } .add-interactions .btn-default:hover, .add-interactions .btn-default:focus, .add-interactions .btn-default:active, .add-interactions .btn-default:visited { background-color:#ffd000; color:#fff; } .add-interactions .btn-default i { margin-left:10px; } .add-interactions .dropdown-toggle:after { border:0px; } .add-interactions .dropdown-menu { width:100%; border-radius:0px; box-shadow:none; border:1px solid #cfcfcf; padding:0; } .add-interactions .dropdown-menu li{ padding:5px; border-bottom:1px solid #cfcfcf; } .add-interactions .dropdown-menu li a { font-family: 'Lato'; font-weight: 400; color:#cfcfcf; display: inline-block; width: 100%; } .add-interactions .dropdown-menu li a i { float:right; margin-top:4px; } .date .form-control{ border-right: 0; border-radius: 0; } .date .input-group-addon{ background: transparent; margin: 0; height: 38px; margin-top: 1px; border-radius: 0; } .datepicker.dropdown-menu { min-width: 17rem; } .search-result .form-control { border-radius:0; } .search-result .btn-default{ background-color:#ffd000; color:#fff; border-radius:0; font-family: 'Lato'; font-weight: 600; text-transform:uppercase; } .search-result .btn-default:hover, .search-result .btn-default:focus, .search-result .btn-default:active, .search-result .btn-default:visited { background-color:#f0c400; } #interaction-filter.nav-tabs .nav-link { font-family: 'Lato'; font-weight: 400; font-size:0.8rem; color:#444; border:0px; } #interaction-filter.nav-tabs .nav-item.show .nav-link, #interaction-filter.nav-tabs .nav-link.active, #interaction-filter.nav-tabs .nav-link:hover { border:0px; color: #4e961a; background-color:transparent; } table.interaction-lead { border-bottom:1px solid #cfcfcf; } table.interaction-lead td{ vertical-align:middle; } table.interaction-lead td .avatar { margin-right:0; } table.interaction-lead td h6.from-to{ font-family: 'Lato'; font-weight: 600; font-size:0.8rem; color:#cfcfcf; } table.interaction-lead td h6.msg { color:#444; font-family: 'Lato'; font-weight: 600; font-size:0.9rem; } table.interaction-lead td span { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; float:right; font-style:italic; } table.interaction-lead td i{ color:#a6a6a6; } .represented table tr th.re-title { color:#444444; font-family: 'Lato'; font-weight: 600; } .represented table tr th, .represented table tr td { color:#444444; font-family: 'Lato'; font-weight: 400; } .represented table tr td span.pending { color:#ffd000; } .represented table tr td span.cancelled { color:#ff0000; } .represented table tr td span.active { color:#4e961a; } .personal-details-edit .form-group { margin-bottom: 10px; } .personal-details-edit .form-group .col-form-label { color: #444; font-family: 'Lato'; font-weight: 900; } .personal-details-edit .form-group .form-control { border-radius: 0px; height: 34px; border-color: #cfcfcf; } /****** Single Lead Detail End ******/ /****** Agent Cloud List Start ******/ .btn-yellow { color: #fff; background-color: #ffd000; border-color: #ffd000; } .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:visited { background-color: #f0c400; } .form-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .cloud-search .input-group-addon { background-color:transparent; border-radius:0; } .cloud-search .input-group .form-control { border-left:0px; } .list-view-style .btn-default { border-radius: 0px; color: #ffd000; font-family: 'Lato'; font-weight: 600; text-transform: uppercase; border: 1px solid #ffd000; } .list-view-style .btn-default:hover, .list-view-style .btn-default:focus, .list-view-style .btn-default:active, .list-view-style .btn-default:visited { background-color: #ffd000; color: #fff; } .property-search-filter .col-auto { margin-bottom:5px; width:14%; } table.property-list-hr tr th, table.property-list-hr tr td { color:#444444; font-family: 'Lato'; font-weight: 400; } table.property-list-hr tr th .fa-ellipsis-h { margin-top:10px; } table.property-list-hr tr th .fa-ellipsis-h, table.property-list-hr tr th .fa-chevron-down, table.property-list-hr tr td .fa-ellipsis-h, table.property-list-hr tr td .fa-chevron-down { color:#b7b7b7; } /* table.property-list-hr tr td a.view-desc { position:relative; } table.property-list-hr tr td a.view-desc:before { content:"\f077"; position:absolute; color:#b7b7b7; top:0; bottom:0; font-family:'FontAwesome'; } table.property-list-hr tr td a.view-desc i { visibility:hidden; } table.property-list-hr tr td a.view-desc:before { content:"\f077"; position:absolute; color:#4e961a; top:0; bottom:0; font-family:'FontAwesome'; } */ .short-desc h6 { color:#444444; font-family: 'Lato'; font-weight: 900; } .short-desc p { color:#8e8e8e; font-family: 'Lato'; font-weight: 400; } .short-desc a { color:#4e961a; text-decoration:underline; } .img-responsive { max-width: 100%; height: auto; } .property-tile-view img { width:100%; margin-bottom:10px; } ul.pro-detail-tile { list-style-type:none; padding-left:0; } ul.pro-detail-tile label { width:50%; font-family: 'Lato'; font-weight: 400; color:#444; } ul.pro-detail-tile span { color:#444; font-family: 'Lato'; font-weight: 600; } .short-desc-tile a { margin-right:5px; } .short-desc-tile a.view-desc { position:relative; } .short-desc-tile.collapsed a.view-desc { visibility: hidden; } .short-desc-tile a.view-desc.collapsed:after { color: #4e961a; position: absolute; content: "\f078"; font-family: 'FontAwesome'; top: 0; right: 0; } /****** Agent Cloud List End ******/ /****** Message Inbox Start ******/ .page-name.message-inbox-head { margin-bottom:0; vertical-align:top; } .inbox-operate-lt, .inbox-operate-lt .dropdown { float:left; } .refresh-inbox { background-color: #a6a6a6; height: 20px; width: 20px; display: inline-block; text-align: center; color: #fff; line-height: 20px; border-radius: 100%; margin: 10px; } .dropdown.mail-operate .btn-outline-secondary{ border-radius:0px; } .dropdown.mail-operate .dropdown-toggle:after { border:0px; content:"\f107"; font-family:'FontAwesome'; vertical-align: top; } .dropdown.mail-operate.show .dropdown-toggle:after { content:"\f106"; } .dropdown.mail-operate .dropdown-menu { border-radius:0px; padding:0; } .dropdown.mail-operate .dropdown-menu .dropdown-item { border-bottom: 1px solid #cfcfcf; } .dropdown.mail-operate .dropdown-menu .dropdown-item:hover, .dropdown.mail-operate .dropdown-menu .dropdown-item:focus, .dropdown.mail-operate .dropdown-menu .dropdown-item:visited, .dropdown.mail-operate .dropdown-menu .dropdown-item:active { color: #fff; background-color: #ccc; border-color: #ccc; } .dropdown.mail-operate .dropdown-menu .dropdown-item:last-child { border-bottom:0px; } .inbox-operate-rt, .inbox-operate-rt .dropdown { float:right; } .inbox-operate-rt .dropdown { margin-left:10px; } .mail-list table tr th, .mail-list table tr td { border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; } .mail-list table tr th .checkbox, .mail-list table tr td .checkbox { margin-bottom:0px; } .mail-list table tbody tr { border-bottom:1px solid #cfcfcf; } .mail-list table tbody tr:last-child { border-bottom:0px; } .mail-list table tbody tr.active { background-color:#F7E48E; } .mail-list table tbody tr td { vertical-align:middle; } .mail-list table tbody tr td a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .mail-list table tbody tr td p { color:#8e8e8e; font-family: 'Lato'; font-weight: 400; } .follow-up-title { padding:15px 0; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf; margin-bottom:15px; } .follow-up-title h6 { font-family: 'Lato'; font-weight: 900; color:#444; margin-bottom:0; } .follow-up-content .media-heading { margin-bottom:.2rem; } .follow-up-content .sp-auther { font-family: 'Lato'; font-weight: 900; color:#444; } .follow-up-content .sp-meta { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .follow-up-content .sp-content { margin-top: 4rem; display: block; clear: both; } .follow-up-content .sp-content p { color:#444; font-family: 'Lato'; font-weight: 400; } .follow-up-content .follow-up-name { display:block; float:left; } .follow-up-content .follow-up-rply { display:block; float:right; } .follow-up-content .follow-up-rply .btn-group .btn { border-radius:0px !important; } .follow-up-content .media.stream-post { border-bottom:1px solid #cfcfcf; padding-bottom:20px; margin-bottom:20px; } .follow-up-content .media.stream-post:last-child{ border-bottom:0; } .to-mail { position:relative; } .to-mail span { position:absolute; top: 8px; left: 7px; color:#444; font-family: 'Lato'; font-weight: 400; } .to-mail .form-control{ padding-left: 1.9rem; } .to-mail .add-cc { position: absolute; top: 8px; right: 50px; color:#4e961a; font-family: 'Lato'; font-weight: 400; } .to-mail .add-bcc { position: absolute; top: 8px; right: 10px; color:#4e961a; font-family: 'Lato'; font-weight: 400; } .send-mail{ margin-top: 0; margin-left: 0; margin-right: 0; border: 1px solid #cfcfcf; padding: 10px; } .send-mail a { margin-right: 15px; color:#4e961a; font-size:1.2rem; line-height: 38px; } .send-mail .checkbox { margin-right:5px; margin-bottom:0; margin-top: 6px; } .send-mail .checkbox input[type=checkbox], .send-mail .checkbox label:after, .send-mail .checkbox label:before { height: 15px; width: 15px; margin-top:5px; } .send-mail .checkbox label { font-size:12px; padding-left:0; line-height: 25px; } .send-mail .btn { margin-left: 10px; } .send-mail .checkbox input[type=checkbox]:checked+label:after { top: -4px; } @media (min-width: 992px) { .modal-lg { max-width: 800px !important; } } .sending-mail .modal-body{ padding:0; border-radius:0; } .sending-mail .send-mail .checkbox, .sending-mail .send-mail a{ float:left; } .sending-mail .wysihtml5-sandbox { height:160px !important; } .to-mail.subject .form-control {padding-left: 4.8rem;} .sent-mail-to { border: 1px solid #cfcfcf; padding-left: 5px; margin: 0; margin-bottom:0; } .sent-mail-to .select2-selection { border:0px !important; } .sent-mail-to a{ color: #4e961a; font-size:11px; margin:0 1px; } .to-name-label { width:20px; } .sent-mail-to span.to-name{ color:#444; font-family: 'Lato'; font-weight: 400; position:relative; } .sent-mail-to span.to-name:before { content:'To:'; position:absolute; left: -3px; top: 0; } /*.note-editable { height:160px; }*/ .note-editable { height:200px; } .padding-0 { padding:0 !important; } .sent-mail-to .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding:5px; } /****** Message Inbox End ******/ /****** Lead Life Cycle (Circle) Start ******/ .circle-head-lt { float:left; } .circle-head-rt { float:right; } .help-circle { margin-top: 10px; display: block; margin-right: 10px; } .filter-circle { margin-right:10px; } .filter-circle .input-group-addon { background-color: transparent; border-radius: 0; } .filter-circle .form-control { border-right:0px; } .filter-circle .input-group-addon i{ color: #a4a4a4; font-size: 20px; } .lead-cycle-main .widget { margin-bottom:1.0rem; } .lead-cycle h6, .lead-cycle h6 a{ margin-bottom:0; font-family: 'Lato'; font-weight: 600; color:#444; margin-top:5px; } .lead-cycle small { font-family: 'Lato'; font-weight: 400; color:#444 !important; opacity:1.0 !important; } .lead-cycle span.reminder { font-family: 'Lato'; font-weight: 400; color:#444; } .circle-lead { height:40px; width:40px; display:inline-block; border-radius:100%; text-align:center; font-family: 'Lato'; font-weight: 900; line-height: 38px; } .circle-lead.vendors { background-color:#6effdf; } .circle-lead.p-partners { background-color:#6eff89; } .circle-lead.new-leads { background-color:#E5FF6E; } .circle-lead.n-followup { background-color:#ffd16e; } .circle-lead.long-terms { background-color:#FF9A6E; } .circle-lead.partners { background-color:#FF6E86; } .circle-lead.c-clients { background-color:#ff6edf; } .circle-lead.just-met { background-color:#e26eff; } .circle-lead.past-clients { background-color:#906EFF; } .circle-lead.hot-clients { background-color:#6EC7FF; } .btn-skyblue { color: #fff; background-color: #32C3FF; border-color: #32C3FF; border-radius: 0px; font-family: 'Lato'; font-weight: 700; } .btn-skyblue:hover, .btn-skyblue:focus, .btn-skyblue:active, .btn-skyblue:visited { background-color:#1ebcfe; } .contacts-filter .col-auto { margin-right:15px; } .page-name hr { clear: both; margin-top: 3.5rem; } .contacts-search .input-group-addon { background-color: transparent; border-radius: 0; } .contacts-search .input-group .form-control { border-left: 0px; } .contacts-search .col-auto { margin-right:10px; } .pagination.contact-list .page-item:first-child .page-link, .pagination.contact-list .page-item:last-child .page-link { border-radius:0; } .pagination.contact-list .page-link { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .pagination.contact-list a { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #3f51b5; background-color: #fff; border: 1px solid #ddd; } .pagination.contact-list .page-item.active .page-link { background-color: #cfcfcf; border-color: #cfcfcf; color:#444 } .contact-list-table tr th, .contact-list-table tr td{ vertical-align:middle; } .contact-list-table .checkbox { margin-bottom:0; } .contact-list-table .custom-select-daily { float:left; } .contact-list-table .avatar { width: 2rem; height: 2rem; } .contact-list-table .media-heading { font-size: 0.85rem; } .contact-list-table tr td span { color:#444; font-family: 'Lato'; font-weight: 400; } .contact-list-table tr td a { margin-left:5px; color:#a6a6a6; } h2.filter-title { border-bottom:1px solid #cfcfcf; padding-bottom:20px; font-family: 'Lato'; font-weight: 300; color:#444; } .filters h3 { color:#444; font-family: 'Lato'; font-weight: 400; font-size:1.1rem; } .filters .baskets, .filters .deals { padding-bottom:0; } .filters .input-group { margin-bottom:15px; } .filters .input-group-addon { background-color: transparent; border-radius: 0; } .filters .input-group .form-control { border-left: 0px; } .filters .collapse a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .status-sidebar h3 { float:left; } .status-sidebar label { position:realtive } .status-sidebar label:before { position:absolute; top:0; right:0; } label.hot { color:#ff712b; } label.nurturing { color:#70b907; } label.closed { color:#ffba00; } label.dead { color:#444; } #frequency h6 { font-size:0.8rem; } #frequency h6, #frequency .form-group label { color:#444; font-family: 'Lato'; font-weight: 400; } /****** Lead Life Cycle (Circle) End ******/ /****** Contacts Merge Start ******/ .contacts-merge .avatar-lg{ height: 4.5rem; width:35%; } .contact-status-details { width: 20%; display: block; float: left; padding: 0 12px; border-right:1px solid #cfcfcf; } .contact-status .contact-status-details:last-child { border-right:0px; } .contact-status-details label { margin-bottom:0px; } .contact-status-details label, .contact-status-details span { width:100%; } .merging-contacts tr th, .merging-contacts tr td { vertical-align:middle; } .merging-contacts tbody tr { border-bottom:1px solid #cfcfcf; } .merging-contacts tbody tr:last-child { border-bottom:0px; } .merging-contacts tr td.mail a { color:#4e961a; font-family: 'Lato'; font-weight: 400; } .merging-contacts tr td.mail a i { color:#cfcfcf; margin-left:5px; } .merging-contacts tr td.profile-name .media-heading a { color:#444; font-family: 'Lato'; font-weight: 600; } .merging-contacts tr td.profile-name .media-meta { color:#cfcfcf; font-family: 'Lato'; font-weight: 400; } .merging-contacts tr td.social-links a { color:#4e961a; margin-right:10px; } /****** Contacts Merge End ******/ #circlecolor .input-group-addon { border-right: 1px solid #cfcfcf; } .btn-skyblue-outline { color: #32C3FF; background-color: transparent; border-color: #32C3FF; border-radius: 0px; font-family: 'Lato'; font-weight: 700; } .btn-skyblue-outline:hover, .btn-skyblue-outline:focus, .btn-skyblue-outline:active, .btn-skyblue-outline:visited { background-color:#32C3FF; color:#fff; } /****** To Do List Start ******/ .todolst{ display:inline-block; width:100%; } .todolst .table-responsive { overflow:inherit; } .todolst table tr:hover .check-circle { color:#53e49b; } .todolst table tr td { vertical-align:middle; } .todolst table tr td h5, .todolst table tr td h6 { color:#bfbfbf; } .todolst table tr td .demobtn { margin-top: 10px; margin-right: 15px; color:#cfcfcf; } .todolst table tr td .demobtn.collapsed:after { color: #53e49b; position: absolute; content: "\f078"; /* content:"\f077"; */ font-family: 'FontAwesome'; top: 0; right: 0; } .todolst table tr td .media-body { -webkit-box-flex: 0.5; -ms-flex: 0.5; flex: 0.5; } .todolst table tr td .media-body .sp-auther{ font-size: 0.8rem !important; } .todolst table tr td .media-body .sp-meta { font-size: 80%; } .todolst table tr td .todosch h6{ margin-top: 10px; color: #444; font-weight: 600; font-size: 0.8rem; } .todolst table td.task-actions a { display: block; margin-top: 10px; float: right; margin-right: 10px; color: #cfcfcf; } .todolst table td.task-actions .dropdown-toggle:after { border: none; } .todolst table td.scheldt h6{ font-weight:600; font-size: 0.8rem; } .todolst table td.scheldt .task { color:#ffd000; } .todolst table td.scheldt .event { color:#32c3ff; } .todolst table td.scheldt .aptmt { color:#4e961a; } .todolst table td.scheldt .overdue { color:#da1445; } .todolst table td.scheldt .closed { color:#444; } .todolst table td.task-actions .dropdown .float-right { right: auto; left: 0; top: 50px; } .m-r-0 { margin-right:0px; } .sched-detail table tr td .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .sched-detail table tr td { border-top:0px; } .sched-detail table tr td .avatar { width:1.5rem; height:1.5rem; } /****** To Do List End ******/ /** other changes : dashboard data*/ #recentlyLead .table-contact-list {margin-bottom:65px;} #hotLeadData .table-contact-list {margin-bottom:65px;} /**** Contact merge ****/ td.profile-name.FixWidthCol { width: 50%; } td.FixWidthColForEmail { width: 30%; } /**** tasks: Create tamplate file ***/ label.TextStyleTempTitle{ font-size: 14px; line-height: 35px; color: #444444; font-weight: 600; } .TitleTextSizeCTemplate{ font-size: 28px; line-height: 40px; color: #444444; text-transform: uppercase; } button.btnSizeForAddCTemp{ width: inherit;border: none; } div.createTemplateBoxBorder{ border-radius: inherit; padding: 5%; } button.createOnCTemp{ width: 100%; height: auto; background-color: #e9c115; } button.cancelOnCTemp{ width: 80%; height: auto; background-color: #ffffff; } input.noDaysToCTemp{ padding: 7%; } div.deleteBtnForAddTempAss{ position: absolute; right: 0; } button.removeDangerBtnAssCT{ padding: 0; margin-top: 15%; margin-left: 25%; color: #818a91; background-color: white; border-color: white; } input.DueDateCtask{ padding-right: 5%; } span.iconDueDateCtask{ padding-left: 0; } input#taskDueDate { padding-right: 0%; } span.iconDueDate{ padding-left: 0; } div.mainBodyForCTTask{ padding: 0; } div.mainConBorderForCTTask{ padding-left: 0; padding-right: 0; } td.widthOFBtnYesNo{ width: 20%; } button.widthOFBtnOnlyYN{ width: 45%; } /*.btn-outline-secondary.inActive:hover, .btn-outline-secondary.inActive:focus { color: #fff; background-color: #f0c400; border-color: #cfcfcf; }*/ a#importGmailConBtn { margin-left: 40%; } .form-group.EmailTextMsgArea { margin: 0; } .modal-dialog.stepOneEmailConnect { max-width: 600px !important; } .modal-content.stepOneEmailConnectLeftRightSpace { padding: 0 5%; } .nav-menu ul li.menuactive {background: #0e446a;} .nav-menu ul li.item-crm.menuactive a i {background: #f2d656;} .item-crm.menuactive>a::after {background: #f2d656 !important;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);} .table.property-list-hr td i.fa.fa-ellipsis-h {margin-right: 7px;} table.property-list-hr tr td .fa-chevron-up { color: #4d9519;} table.property-list-hr tr td .fa{font-size:12px;}
0.361616
0.087136
*{ padding: 0; margin: 0; } ul{ list-style: none; } a{ text-decoration: none; } body{ border:none; margin: 0; height: 100%; width: 100%; } .Nav{ height: 60px; width: 100%; position:fixed; top:0; z-index:9; background-color: #90ee90; } .nav{ width: 1035px; height: 100%; margin: 0 auto; } .nav li{ float: left; height: 60px; line-height: 60px; text-align: center; width: 114px; cursor: pointer; } .nav li:first-child{ width: 82px; } .nav img{ float: left; } .nav li:hover{ background-color: #eb6100; } .nav li a:hover{ color:white; } .right{ position: fixed; top:200px; right: 50px; } .right li{ border-radius: 10px; margin-top:10px; cursor: pointer; } .right li a{ color:gray; font-size: 20px; } .right li:hover{ background-color: #eb6100; } .Allnav{ margin-top:60px; width: 100%; } .nav0{ width: 100%; height: 900px; background-image: url(images/b1_bg.jpg); } .nav1{ height: 900px; width: 1310px; position: relative; margin: 0 auto; } .nav1 img{ position: absolute; top:190px; left:0px; cursor: pointer; } @-webkit-keyframes pic{ 0%{ opacity: 0; } 100%{ opacity: 1; left:170px; } } .nav1 #pic1{ animation:pic 2s linear 0s 1 alternate forwards; } #pic2{ position: relative; top:460px; } #pic3{ position: relative; left:900px; top:-100px; } @-webkit-keyframes pic4{ 0%{ opacity: 0; } 25%{ opacity: 1; } 75%{ opacity: 0; } 100%{ opacity: 1; } } #pic4{ position: relative; left:560px; top:-60px; animation:pic4 2s linear 0s infinite alternate forwards; } .nav1 #pic5{ position:absolute; left:1150px; top:780px; } @-webkit-keyframes pic5{ 0%{ opacity: 0; } 100%{ top:480px; } } #pic5{ animation:pic5 2s linear 0s 1 alternate forwards; } .nav0_1{ width: 100%; height: 900px; background-image: url(images/b2_bg.jpg); } .nav2{ height: 900px; width: 1310px; position: relative; margin: 0 auto; overflow: hidden; } .nav0_1 .nav2 img{ position:absolute; top:100px; left: 0; } .nav2 article{ height: 400px; width: 400px; margin-top:200px; margin-left:600px; color:white; } @-webkit-keyframes marketing1{ 100%{ top:200px; } } .nav0_1 .nav2 .marketing1{ position: absolute; top:700px; left:-230px; animation:marketing1 2s linear 0s 1 alternate forwards; } .nav0_1 .nav2 .marketing2,.marketing3{ position: absolute; top:0; left:1000px; animation:marketing2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes marketing2{ 100%{ top:300px; } } .nav0_1 .nav2 .marketing3{ position: absolute; top:0; left:280px; animation:marketing3 2s linear 0s 1 alternate forwards; } @-webkit-keyframes marketing3{ 100%{ top:180px; } } @-webkit-keyframes marketing4{ 100%{ top:200px; } } .nav0_1 .nav2 .marketing4{ position: absolute; top:0; left:750px; animation:marketing4 2s linear 0s 1 alternate forwards; } .nav3{ height: 900px; width: 100%; background-image:url(images/b3_bg.jpg); } .nav3 .nav3_1{ width: 1310px; height: 100%; margin: 0 auto; } .nav3 .nav3_1 .nav3_1_1{ width: 500px; height:100px; margin: 0 auto; position: relative; top:100px; } hr{ position: relative; top:100px; } .nav3 .nav3_1 .nav3_1_1 span{ color:#eb6100; font-weight: bold; } .nav3 .nav3_1 .nav3_1_1 p{ color: gray; font-size: 16px; position: relative; left:50px; font-weight: bold; } .nav3_1Left{ height:550px; width:300px; float: left; position: relative; top:100px; } .nav3_1Left ul:first-child{ position: relative; left: 50px; } .nav3_1Left ul:nth-child(2){ position: relative; top:20px; } .nav3_1Left ul:nth-child(3){ position: relative; left: 50px; top:50px; } .nav3_1Left ul{ } .nav3_1Left ul li{ font-size: 12px; margin-top:10px; text-align:right } .nav3_1Left ul li:first-child{ font-size: 18px; color:#eb6100; } #nav3_1Right{ float: right; position: relative; right: -200px; animation:nav3_1Left 2s linear 0s 1 alternate forwards; } #nav3_1Right li{ text-align: left; } #nav3_1Left{ position: relative; left: -200px; animation:nav3left 2s linear 0s 1 alternate forwards; } #nav3_1Leftpic{ position: relative; top:100px; left:160px; animation:Leftpic 4s linear 0s 1 alternate forwards; } @-webkit-keyframes Leftpic{ 0%{ transform:rotateZ(720deg) translateX(0) translateY(0); } 50%{ transform:rotateZ(0deg) translateX(300px) translateY(300px); } 100%{ transform:rotateZ(720deg) translateX(0) translateY(0); } } @-webkit-keyframes nav3_1Left{ 100%{ right: 170px; } } @-webkit-keyframes nav3left{ 100%{ left: 160px; } } #nav3_1Right ul:first-child{ position: relative; left:-70px; } #nav3_1Right ul:last-child{ position: relative; left:-70px; } /*服务优势样式开始*/ .nav4{ height: 900px; width: 100%; background-image: url(images/b4_bg.jpg); } .nav4 ul{ margin-top:20px; } h2{ color: #fff; font-weight: bold; } .nav4 ul li{ color:#fff; font-size: 12px; } .nav4 ul li:first-child{ font-size: 20px; font-weight: bold; } .nav4_1{ margin: 0 auto; position: relative; top:200px; height:700px; width: 1310px; overflow: hidden; } .nav4_1 ul{ position: absolute; bottom: -100px; left:200px; } .nav4_1 h2{ position: absolute; bottom: -100px; left:200px; animation:h 4s linear 0s 1 alternate forwards; } @-webkit-keyframes h{ 100%{ bottom:600px; } } #ul1{ animation:ul1 3.5s linear 0.5s 1 alternate forwards; } @-webkit-keyframes ul1{ 100%{ bottom:550px; } } #ul2{ animation:ul2 3.2s linear 0.8s 1 alternate forwards; } @-webkit-keyframes ul2{ 100%{ bottom:480px; } } #ul3{ animation:ul3 3.1s linear 0.9s 1 alternate forwards; } @-webkit-keyframes ul3{ 100%{ bottom:410px; } } #ul4{ animation:ul4 3s linear 1s 1 alternate forwards; } @-webkit-keyframes ul4{ 100%{ bottom:340px; } } #ul5{ animation:ul5 2.8s linear 1.2s 1 alternate forwards; } @-webkit-keyframes ul5{ 100%{ bottom:290px; } } #ul6{ animation:ul6 2.5s linear 1.5s 1 alternate forwards; } @-webkit-keyframes ul6{ 100%{ bottom:240px; } } .nav4_1 img{ position: absolute; right: 10px; top:10px; } #b4_left{ animation:b4_left 4s linear 0s 1 alternate forwards; } @-webkit-keyframes b4_left{ 100%{ right:450px; } } #b4_right{ animation:b4_right 4s linear 0s 1 alternate forwards; } @-webkit-keyframes b4_right{ 0%{ opacity: 0; } 70%{ opacity: 0; } 100%{ opacity: 1; right:180px; } } /*特色功能样式开始*/ .nav5{ height: 900px; width: 100%; padding-top:200px; background-image:url(images/b5_bg.jpg); } .nav5_1{ height: 800px; width: 970px; margin: 0 auto; } .nav5_1 .h2{ margin-left:300px; color:#000; } .nav5_1 .h2 span{ color: #eb6100; } .nav5_1 p{ color:gray; width: 1000px; font-weight: bold; margin:20px 0 0 70px; } .nav5_1 .h{ position: relative; top:20px; } .nav5_2{ width: 970px; height:650px; position: relative; top:30px; } .nav5_2 li{ height: 150px; width: 190px; position: relative; left: 20px; border:1px solid teal; border-radius:10px; margin: 20px; float: left; background-repeat: no-repeat; } .nav5_2 li span{ float: left; height:80px; width: 80px; position: relative; left:50px; background-repeat: no-repeat; } .nav5_2 li p{ margin:2px; font-size: 14px; position:relative; right:40px; top:90px; } .nav5_2 li:nth-child(1) span{ background-image: url(images/gnico_01.png); } .nav5_2 li:nth-child(1):hover span{ background-image: url(images/gnico.png); } .nav5_2 li:nth-child(2) span{ background-image: url(images/gnico_02.png); } .nav5_2 li:nth-child(2):hover span{ background-image: url(images/gnicoa.png); } .nav5_2 li:nth-child(3) span{ background-image: url(images/pppiul.png); } .nav5_2 li:nth-child(3):hover span{ background-image: url(images/gnico_03_1.png); } .nav5_2 li:nth-child(4) span{ background-image: url(images/pouyty.png); } .nav5_2 li:nth-child(4):hover span{ background-image: url(images/iujyh.png); } .nav5_2 li:nth-child(5) span{ background-image: url(images/UUYYHT.png); } .nav5_2 li:nth-child(5):hover span{ background-image: url(images/PPPIUH.png); } .nav5_2 li:nth-child(6) span{ background-image: url(images/kjkjhhu.png); } .nav5_2 li:nth-child(6):hover span{ background-image: url(images/llkku.png); } .nav5_2 li:nth-child(7) span{ background-image: url(images/ooiuyth.png); } .nav5_2 li:nth-child(7):hover span{ background-image: url(images/yy.png); } .nav5_2 li:nth-child(8) span{ background-image: url(images/kkuhyt.png); } .nav5_2 li:nth-child(8):hover span{ background-image: url(images/mmhgtj.png); } .nav5_2 li:nth-child(9) span{ background-image: url(images/dt.png); } .nav5_2 li:nth-child(9):hover span{ background-image: url(images/vvvvvvv.png); } .nav5_2 li:nth-child(10) span{ background-image: url(images/rt.png); } .nav5_2 li:nth-child(10):hover span{ background-image: url(images/op.png); } .nav5_2 li:nth-child(11) span{ background-image: url(images/ed.png); } .nav5_2 li:nth-child(11):hover span{ background-image: url(images/gnico_11_1.png); } .nav5_2 li:nth-child(12) span{ background-image: url(images/cd.png); } .nav5_2 li:nth-child(12):hover span{ background-image: url(images/xd.png); } #nav5lis .nav5_li1{ position: relative; top:90px; animation:nav_li1 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li1{ 0%{ opacity: 0; } 70%{ opacity:0.8; } 100%{ top:0px; opacity: 1; } } #nav5lis .nav5_li2{ animation:nav_li2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li2{ 0%{ opacity: 0; } 70%{ opacity:0.2; } 100%{ opacity: 1; } } #nav5lis .nav5_li3{ position: relative; top:-100px; animation:nav_li3 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li3{ 0%{ opacity: 0; } 70%{ opacity:0.8; } 100%{ opacity: 1; top:0; } } /*技术特点开始*/ .nav6{ height: 900px; width: 100%; background-image: url(images/b6_bg.jpg); } .nav6 .nav6_1{ height: 900px; width: 1000px; margin: 0 auto; } .arrow{ height:100px; width: 50px; position: relative; left:440px; overflow: hidden; } .nav6_1 .arrow span{ float: left; margin-left: 10px; position: relative; top:200px; background-image: url(images/arrow.png); background-repeat: no-repeat; } .nav6_1 .arrow span.a{ width: 11px; height: 32px; position: relative; background-position: -1px -2px; animation:a 2s linear 0s infinite forwards; } .nav6_1 .arrow span.b{ width: 10px; height: 34px; position: relative; background-position: -16px 0px; animation:b 2s linear 0s infinite forwards; } @-webkit-keyframes a{ 0%{ top:200px; } 100%{ top:-100px; } } @-webkit-keyframes b{ 0%{ top:-100px; } 100%{ top:200px; } } .nav6img1{ position: relative; left: 200px; top:300px; } .nav6img3{ position: relative; top:-231px; left:344px; } .nav6img4{ position: relative; top:-231px; left:560px; } .nav6img5{ position:relative; top:-85px; left:169px; } .nav6img6{ position:relative; top:-86px; left:669px; } .nav6img7{ position:relative; top:96px; left:602px; } .nav6img8{ position:relative; top:96px; left:166px; } .nav6img9{ position:relative; top:177px; left:360px; } .nav6img2{ position: relative; top: 480px; left: -400px; animation:nav6img2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav6img2{ 0%{ opacity: 0; } 100%{ opacity: 1; left:200px; } } .nav6_1 ul li{ color:#fff; font-size: 14px; font-weight: bold; } .nav6_1 .ul_1{ position: relative; top:-280px; left:245px; } .nav6_1 .ul_7{ position: relative; top:-410px; left:590px; } .nav6_1 .ul_2{ position: relative; top:-140px; left:45px; } .nav6_1 .ul_6{ position: relative; top:-240px; left:740px; } .nav6_1 .ul_3{ position: relative; top:10px; left:130px; } .nav6_1 .ul_5{ position: relative; top:-20px; left:680px; } .nav6_1 .ul_4{ position: relative; top:90px; left:400px; } .nav6_1 .ul_8{ position: relative; top:-500px; left: 50px; } /*申请登录部分结束 */ .background7 { width: 100%; height: 900px; float: left; background: url("images/b7_bg.jpg"); } .background7 #shouye-g{ width: 970px; height: 900px; margin: 0 auto; } .background7 #shouye-g .jiaru{ width: 867px; height: 338px; margin: 0 auto; border-bottom: 1px solid #000; } .background7 #shouye-g .jiaru .wome{ position: relative; top: 290px; left: 350px; font-size: 32px; color:rgb(110,110,110); } .background7 #shouye-g .jiaru a{ color: rgb(254,160,5); } .background7 #shouye-g .zaixian{ width: 867px; height: 560px; margin: 0px auto; } .background7 #shouye-g .zaixian .qq{ width: 100%; height: 70px; float: left; } .background7 #shouye-g .zaixian .qq span{ float: left; background: url("images/b7_sprite.png") no-repeat; } .background7 #shouye-g .zaixian .qq span.kefu{ width: 101px; height: 35px; float: left; margin-top: 20px; background-position: -120px -104px; } .background7 #shouye-g .zaixian .qq span.QQ{ width: 116px; height: 43px; float: left; margin-top: 24px; margin-left: 30px; background-position: -0px -109px; } .background7 #shouye-g .zaixian .qq .huiyaun{ float: left; margin-top: 30px; margin-left: 25px; font-size: 25px; color: rgb(254,160,5); } .background7 #shouye-g .zaixian .denglu{ width: 300px; height: 350px; float: left; margin-top: 20px; } .background7 #shouye-g .zaixian .denglu .login{ width: 300px; height: 50px; float: left; line-height: 50px; font-size: 16px; } .background7 #shouye-g .zaixian .denglu .login span{ color: #ccc; } .background7 #shouye-g .zaixian .denglu .login input{ width: 235px; height: 41px; font-size: 18px; border: 1px solid #000; } .vvv{ margin-top: 20px; } .background7 #shouye-g .zaixian .denglu .login-a{ width: 235px; height: 41px; float: left; } .background7 #shouye-g .zaixian .denglu .login-a input{ width: 140px; height: 38px; color: white; font-size: 12px; line-height: 38px; text-align: center; margin-top: 20px; background: rgb(255,165,16); } .background7 #shouye-g .zaixian .Register{ width: 300px; height: 450px; float: left; margin-left:100px; margin-top: 20px; } .background7 #shouye-g .zaixian .Register .youjian{ width: 300px; height: 50px; line-height: 50px; float: left; font-size: 17px; } .background7 #shouye-g .zaixian .Register .youjian span{ color: #ccc; } .background7 #shouye-g .zaixian .Register .youjian input{ width: 235px; height: 41px; font-size: 18px; border: 1px solid #000; } .background7 #shouye-g .zaixian .Register .youjian{ width: 235px; height: 41px; float: left; } .background7 #shouye-g .zaixian .Register .youjian-a input{ width: 140px; height: 38px; color: white; font-size: 12px; line-height: 38px; text-align: center; margin-top: 20px; background: rgb(255,165,16); } /*申请登录部分结束 */
WX-T-GJ.css
*{ padding: 0; margin: 0; } ul{ list-style: none; } a{ text-decoration: none; } body{ border:none; margin: 0; height: 100%; width: 100%; } .Nav{ height: 60px; width: 100%; position:fixed; top:0; z-index:9; background-color: #90ee90; } .nav{ width: 1035px; height: 100%; margin: 0 auto; } .nav li{ float: left; height: 60px; line-height: 60px; text-align: center; width: 114px; cursor: pointer; } .nav li:first-child{ width: 82px; } .nav img{ float: left; } .nav li:hover{ background-color: #eb6100; } .nav li a:hover{ color:white; } .right{ position: fixed; top:200px; right: 50px; } .right li{ border-radius: 10px; margin-top:10px; cursor: pointer; } .right li a{ color:gray; font-size: 20px; } .right li:hover{ background-color: #eb6100; } .Allnav{ margin-top:60px; width: 100%; } .nav0{ width: 100%; height: 900px; background-image: url(images/b1_bg.jpg); } .nav1{ height: 900px; width: 1310px; position: relative; margin: 0 auto; } .nav1 img{ position: absolute; top:190px; left:0px; cursor: pointer; } @-webkit-keyframes pic{ 0%{ opacity: 0; } 100%{ opacity: 1; left:170px; } } .nav1 #pic1{ animation:pic 2s linear 0s 1 alternate forwards; } #pic2{ position: relative; top:460px; } #pic3{ position: relative; left:900px; top:-100px; } @-webkit-keyframes pic4{ 0%{ opacity: 0; } 25%{ opacity: 1; } 75%{ opacity: 0; } 100%{ opacity: 1; } } #pic4{ position: relative; left:560px; top:-60px; animation:pic4 2s linear 0s infinite alternate forwards; } .nav1 #pic5{ position:absolute; left:1150px; top:780px; } @-webkit-keyframes pic5{ 0%{ opacity: 0; } 100%{ top:480px; } } #pic5{ animation:pic5 2s linear 0s 1 alternate forwards; } .nav0_1{ width: 100%; height: 900px; background-image: url(images/b2_bg.jpg); } .nav2{ height: 900px; width: 1310px; position: relative; margin: 0 auto; overflow: hidden; } .nav0_1 .nav2 img{ position:absolute; top:100px; left: 0; } .nav2 article{ height: 400px; width: 400px; margin-top:200px; margin-left:600px; color:white; } @-webkit-keyframes marketing1{ 100%{ top:200px; } } .nav0_1 .nav2 .marketing1{ position: absolute; top:700px; left:-230px; animation:marketing1 2s linear 0s 1 alternate forwards; } .nav0_1 .nav2 .marketing2,.marketing3{ position: absolute; top:0; left:1000px; animation:marketing2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes marketing2{ 100%{ top:300px; } } .nav0_1 .nav2 .marketing3{ position: absolute; top:0; left:280px; animation:marketing3 2s linear 0s 1 alternate forwards; } @-webkit-keyframes marketing3{ 100%{ top:180px; } } @-webkit-keyframes marketing4{ 100%{ top:200px; } } .nav0_1 .nav2 .marketing4{ position: absolute; top:0; left:750px; animation:marketing4 2s linear 0s 1 alternate forwards; } .nav3{ height: 900px; width: 100%; background-image:url(images/b3_bg.jpg); } .nav3 .nav3_1{ width: 1310px; height: 100%; margin: 0 auto; } .nav3 .nav3_1 .nav3_1_1{ width: 500px; height:100px; margin: 0 auto; position: relative; top:100px; } hr{ position: relative; top:100px; } .nav3 .nav3_1 .nav3_1_1 span{ color:#eb6100; font-weight: bold; } .nav3 .nav3_1 .nav3_1_1 p{ color: gray; font-size: 16px; position: relative; left:50px; font-weight: bold; } .nav3_1Left{ height:550px; width:300px; float: left; position: relative; top:100px; } .nav3_1Left ul:first-child{ position: relative; left: 50px; } .nav3_1Left ul:nth-child(2){ position: relative; top:20px; } .nav3_1Left ul:nth-child(3){ position: relative; left: 50px; top:50px; } .nav3_1Left ul{ } .nav3_1Left ul li{ font-size: 12px; margin-top:10px; text-align:right } .nav3_1Left ul li:first-child{ font-size: 18px; color:#eb6100; } #nav3_1Right{ float: right; position: relative; right: -200px; animation:nav3_1Left 2s linear 0s 1 alternate forwards; } #nav3_1Right li{ text-align: left; } #nav3_1Left{ position: relative; left: -200px; animation:nav3left 2s linear 0s 1 alternate forwards; } #nav3_1Leftpic{ position: relative; top:100px; left:160px; animation:Leftpic 4s linear 0s 1 alternate forwards; } @-webkit-keyframes Leftpic{ 0%{ transform:rotateZ(720deg) translateX(0) translateY(0); } 50%{ transform:rotateZ(0deg) translateX(300px) translateY(300px); } 100%{ transform:rotateZ(720deg) translateX(0) translateY(0); } } @-webkit-keyframes nav3_1Left{ 100%{ right: 170px; } } @-webkit-keyframes nav3left{ 100%{ left: 160px; } } #nav3_1Right ul:first-child{ position: relative; left:-70px; } #nav3_1Right ul:last-child{ position: relative; left:-70px; } /*服务优势样式开始*/ .nav4{ height: 900px; width: 100%; background-image: url(images/b4_bg.jpg); } .nav4 ul{ margin-top:20px; } h2{ color: #fff; font-weight: bold; } .nav4 ul li{ color:#fff; font-size: 12px; } .nav4 ul li:first-child{ font-size: 20px; font-weight: bold; } .nav4_1{ margin: 0 auto; position: relative; top:200px; height:700px; width: 1310px; overflow: hidden; } .nav4_1 ul{ position: absolute; bottom: -100px; left:200px; } .nav4_1 h2{ position: absolute; bottom: -100px; left:200px; animation:h 4s linear 0s 1 alternate forwards; } @-webkit-keyframes h{ 100%{ bottom:600px; } } #ul1{ animation:ul1 3.5s linear 0.5s 1 alternate forwards; } @-webkit-keyframes ul1{ 100%{ bottom:550px; } } #ul2{ animation:ul2 3.2s linear 0.8s 1 alternate forwards; } @-webkit-keyframes ul2{ 100%{ bottom:480px; } } #ul3{ animation:ul3 3.1s linear 0.9s 1 alternate forwards; } @-webkit-keyframes ul3{ 100%{ bottom:410px; } } #ul4{ animation:ul4 3s linear 1s 1 alternate forwards; } @-webkit-keyframes ul4{ 100%{ bottom:340px; } } #ul5{ animation:ul5 2.8s linear 1.2s 1 alternate forwards; } @-webkit-keyframes ul5{ 100%{ bottom:290px; } } #ul6{ animation:ul6 2.5s linear 1.5s 1 alternate forwards; } @-webkit-keyframes ul6{ 100%{ bottom:240px; } } .nav4_1 img{ position: absolute; right: 10px; top:10px; } #b4_left{ animation:b4_left 4s linear 0s 1 alternate forwards; } @-webkit-keyframes b4_left{ 100%{ right:450px; } } #b4_right{ animation:b4_right 4s linear 0s 1 alternate forwards; } @-webkit-keyframes b4_right{ 0%{ opacity: 0; } 70%{ opacity: 0; } 100%{ opacity: 1; right:180px; } } /*特色功能样式开始*/ .nav5{ height: 900px; width: 100%; padding-top:200px; background-image:url(images/b5_bg.jpg); } .nav5_1{ height: 800px; width: 970px; margin: 0 auto; } .nav5_1 .h2{ margin-left:300px; color:#000; } .nav5_1 .h2 span{ color: #eb6100; } .nav5_1 p{ color:gray; width: 1000px; font-weight: bold; margin:20px 0 0 70px; } .nav5_1 .h{ position: relative; top:20px; } .nav5_2{ width: 970px; height:650px; position: relative; top:30px; } .nav5_2 li{ height: 150px; width: 190px; position: relative; left: 20px; border:1px solid teal; border-radius:10px; margin: 20px; float: left; background-repeat: no-repeat; } .nav5_2 li span{ float: left; height:80px; width: 80px; position: relative; left:50px; background-repeat: no-repeat; } .nav5_2 li p{ margin:2px; font-size: 14px; position:relative; right:40px; top:90px; } .nav5_2 li:nth-child(1) span{ background-image: url(images/gnico_01.png); } .nav5_2 li:nth-child(1):hover span{ background-image: url(images/gnico.png); } .nav5_2 li:nth-child(2) span{ background-image: url(images/gnico_02.png); } .nav5_2 li:nth-child(2):hover span{ background-image: url(images/gnicoa.png); } .nav5_2 li:nth-child(3) span{ background-image: url(images/pppiul.png); } .nav5_2 li:nth-child(3):hover span{ background-image: url(images/gnico_03_1.png); } .nav5_2 li:nth-child(4) span{ background-image: url(images/pouyty.png); } .nav5_2 li:nth-child(4):hover span{ background-image: url(images/iujyh.png); } .nav5_2 li:nth-child(5) span{ background-image: url(images/UUYYHT.png); } .nav5_2 li:nth-child(5):hover span{ background-image: url(images/PPPIUH.png); } .nav5_2 li:nth-child(6) span{ background-image: url(images/kjkjhhu.png); } .nav5_2 li:nth-child(6):hover span{ background-image: url(images/llkku.png); } .nav5_2 li:nth-child(7) span{ background-image: url(images/ooiuyth.png); } .nav5_2 li:nth-child(7):hover span{ background-image: url(images/yy.png); } .nav5_2 li:nth-child(8) span{ background-image: url(images/kkuhyt.png); } .nav5_2 li:nth-child(8):hover span{ background-image: url(images/mmhgtj.png); } .nav5_2 li:nth-child(9) span{ background-image: url(images/dt.png); } .nav5_2 li:nth-child(9):hover span{ background-image: url(images/vvvvvvv.png); } .nav5_2 li:nth-child(10) span{ background-image: url(images/rt.png); } .nav5_2 li:nth-child(10):hover span{ background-image: url(images/op.png); } .nav5_2 li:nth-child(11) span{ background-image: url(images/ed.png); } .nav5_2 li:nth-child(11):hover span{ background-image: url(images/gnico_11_1.png); } .nav5_2 li:nth-child(12) span{ background-image: url(images/cd.png); } .nav5_2 li:nth-child(12):hover span{ background-image: url(images/xd.png); } #nav5lis .nav5_li1{ position: relative; top:90px; animation:nav_li1 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li1{ 0%{ opacity: 0; } 70%{ opacity:0.8; } 100%{ top:0px; opacity: 1; } } #nav5lis .nav5_li2{ animation:nav_li2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li2{ 0%{ opacity: 0; } 70%{ opacity:0.2; } 100%{ opacity: 1; } } #nav5lis .nav5_li3{ position: relative; top:-100px; animation:nav_li3 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav_li3{ 0%{ opacity: 0; } 70%{ opacity:0.8; } 100%{ opacity: 1; top:0; } } /*技术特点开始*/ .nav6{ height: 900px; width: 100%; background-image: url(images/b6_bg.jpg); } .nav6 .nav6_1{ height: 900px; width: 1000px; margin: 0 auto; } .arrow{ height:100px; width: 50px; position: relative; left:440px; overflow: hidden; } .nav6_1 .arrow span{ float: left; margin-left: 10px; position: relative; top:200px; background-image: url(images/arrow.png); background-repeat: no-repeat; } .nav6_1 .arrow span.a{ width: 11px; height: 32px; position: relative; background-position: -1px -2px; animation:a 2s linear 0s infinite forwards; } .nav6_1 .arrow span.b{ width: 10px; height: 34px; position: relative; background-position: -16px 0px; animation:b 2s linear 0s infinite forwards; } @-webkit-keyframes a{ 0%{ top:200px; } 100%{ top:-100px; } } @-webkit-keyframes b{ 0%{ top:-100px; } 100%{ top:200px; } } .nav6img1{ position: relative; left: 200px; top:300px; } .nav6img3{ position: relative; top:-231px; left:344px; } .nav6img4{ position: relative; top:-231px; left:560px; } .nav6img5{ position:relative; top:-85px; left:169px; } .nav6img6{ position:relative; top:-86px; left:669px; } .nav6img7{ position:relative; top:96px; left:602px; } .nav6img8{ position:relative; top:96px; left:166px; } .nav6img9{ position:relative; top:177px; left:360px; } .nav6img2{ position: relative; top: 480px; left: -400px; animation:nav6img2 2s linear 0s 1 alternate forwards; } @-webkit-keyframes nav6img2{ 0%{ opacity: 0; } 100%{ opacity: 1; left:200px; } } .nav6_1 ul li{ color:#fff; font-size: 14px; font-weight: bold; } .nav6_1 .ul_1{ position: relative; top:-280px; left:245px; } .nav6_1 .ul_7{ position: relative; top:-410px; left:590px; } .nav6_1 .ul_2{ position: relative; top:-140px; left:45px; } .nav6_1 .ul_6{ position: relative; top:-240px; left:740px; } .nav6_1 .ul_3{ position: relative; top:10px; left:130px; } .nav6_1 .ul_5{ position: relative; top:-20px; left:680px; } .nav6_1 .ul_4{ position: relative; top:90px; left:400px; } .nav6_1 .ul_8{ position: relative; top:-500px; left: 50px; } /*申请登录部分结束 */ .background7 { width: 100%; height: 900px; float: left; background: url("images/b7_bg.jpg"); } .background7 #shouye-g{ width: 970px; height: 900px; margin: 0 auto; } .background7 #shouye-g .jiaru{ width: 867px; height: 338px; margin: 0 auto; border-bottom: 1px solid #000; } .background7 #shouye-g .jiaru .wome{ position: relative; top: 290px; left: 350px; font-size: 32px; color:rgb(110,110,110); } .background7 #shouye-g .jiaru a{ color: rgb(254,160,5); } .background7 #shouye-g .zaixian{ width: 867px; height: 560px; margin: 0px auto; } .background7 #shouye-g .zaixian .qq{ width: 100%; height: 70px; float: left; } .background7 #shouye-g .zaixian .qq span{ float: left; background: url("images/b7_sprite.png") no-repeat; } .background7 #shouye-g .zaixian .qq span.kefu{ width: 101px; height: 35px; float: left; margin-top: 20px; background-position: -120px -104px; } .background7 #shouye-g .zaixian .qq span.QQ{ width: 116px; height: 43px; float: left; margin-top: 24px; margin-left: 30px; background-position: -0px -109px; } .background7 #shouye-g .zaixian .qq .huiyaun{ float: left; margin-top: 30px; margin-left: 25px; font-size: 25px; color: rgb(254,160,5); } .background7 #shouye-g .zaixian .denglu{ width: 300px; height: 350px; float: left; margin-top: 20px; } .background7 #shouye-g .zaixian .denglu .login{ width: 300px; height: 50px; float: left; line-height: 50px; font-size: 16px; } .background7 #shouye-g .zaixian .denglu .login span{ color: #ccc; } .background7 #shouye-g .zaixian .denglu .login input{ width: 235px; height: 41px; font-size: 18px; border: 1px solid #000; } .vvv{ margin-top: 20px; } .background7 #shouye-g .zaixian .denglu .login-a{ width: 235px; height: 41px; float: left; } .background7 #shouye-g .zaixian .denglu .login-a input{ width: 140px; height: 38px; color: white; font-size: 12px; line-height: 38px; text-align: center; margin-top: 20px; background: rgb(255,165,16); } .background7 #shouye-g .zaixian .Register{ width: 300px; height: 450px; float: left; margin-left:100px; margin-top: 20px; } .background7 #shouye-g .zaixian .Register .youjian{ width: 300px; height: 50px; line-height: 50px; float: left; font-size: 17px; } .background7 #shouye-g .zaixian .Register .youjian span{ color: #ccc; } .background7 #shouye-g .zaixian .Register .youjian input{ width: 235px; height: 41px; font-size: 18px; border: 1px solid #000; } .background7 #shouye-g .zaixian .Register .youjian{ width: 235px; height: 41px; float: left; } .background7 #shouye-g .zaixian .Register .youjian-a input{ width: 140px; height: 38px; color: white; font-size: 12px; line-height: 38px; text-align: center; margin-top: 20px; background: rgb(255,165,16); } /*申请登录部分结束 */
0.262842
0.053329
@import "~ag-grid-community/dist/styles/ag-grid.css"; @import "~ag-grid-community/dist/styles/ag-theme-balham.css"; .tim-typo{ padding-left: 25%; margin-bottom: 40px; position: relative; width: 100%; } .tim-typo .tim-note{ bottom: 5px; color: #c0c1c2; display: block; font-weight: 400; font-size: 13px; line-height: 15px; left: 0; margin-left: 20px; position: absolute; width: 260px; } .card .card-title{ margin: 5px; margin-left: 20px; font-size: 16px; margin-bottom: -7px; } .main-panel .main-content { margin-top: 15px; padding: 1px 15px; min-height: calc(100vh - 123px); } .icon-delete{ color: indianred; } table{ width: 100%; } .table-list-header { background: blue;color: white; } .table-data-action{ width: 70px; } .data-table-row{ font-size: 14px; border:1px solid #ccc; } .data-table-row > td{ padding: 8px; } .table-data-action-col1{ width: 30px; } .pointer{ cursor: pointer; } .popup-header{ background-color: #3a3439;color: white;font-size: 13px;padding: 7px 0px 7px 32px!important; } .paginationDiv{ margin-top: 10px; float: right; } mat-spinner { zoom: 0.5 } .spinner-wrapper { display: flex; align-items: center; justify-content: center; } .md-drppicker.double{ width: 627px!important; margin-top: 4px; } .calendar { margin: 15px; } .widget-content .widget-content-outer { display: flex; flex: 1; flex-direction: column; } .widget-content .widget-content-left .widget-subheading { opacity: .5; } .widget-content .widget-content-right { margin-left: auto; } .widget-content .widget-numbers { font-weight: bold; font-size: 1.8rem; display: block; } .search-sec{ padding: 2rem; } .search-slt{ display: block; width: 100%; font-size: 0.875rem; line-height: 1.5; color: #55595c; background-color: #fff; background-image: none; border: 1px solid #ccc; height: calc(3rem + 2px) !important; border-radius:0; } .wrn-btn{ width: 40%; font-size: 16px; font-weight: 400; text-transform: capitalize; height: calc(3rem + 2px) !important; border-radius:0; margin: 0px; }
src/assets/css/demo.css
@import "~ag-grid-community/dist/styles/ag-grid.css"; @import "~ag-grid-community/dist/styles/ag-theme-balham.css"; .tim-typo{ padding-left: 25%; margin-bottom: 40px; position: relative; width: 100%; } .tim-typo .tim-note{ bottom: 5px; color: #c0c1c2; display: block; font-weight: 400; font-size: 13px; line-height: 15px; left: 0; margin-left: 20px; position: absolute; width: 260px; } .card .card-title{ margin: 5px; margin-left: 20px; font-size: 16px; margin-bottom: -7px; } .main-panel .main-content { margin-top: 15px; padding: 1px 15px; min-height: calc(100vh - 123px); } .icon-delete{ color: indianred; } table{ width: 100%; } .table-list-header { background: blue;color: white; } .table-data-action{ width: 70px; } .data-table-row{ font-size: 14px; border:1px solid #ccc; } .data-table-row > td{ padding: 8px; } .table-data-action-col1{ width: 30px; } .pointer{ cursor: pointer; } .popup-header{ background-color: #3a3439;color: white;font-size: 13px;padding: 7px 0px 7px 32px!important; } .paginationDiv{ margin-top: 10px; float: right; } mat-spinner { zoom: 0.5 } .spinner-wrapper { display: flex; align-items: center; justify-content: center; } .md-drppicker.double{ width: 627px!important; margin-top: 4px; } .calendar { margin: 15px; } .widget-content .widget-content-outer { display: flex; flex: 1; flex-direction: column; } .widget-content .widget-content-left .widget-subheading { opacity: .5; } .widget-content .widget-content-right { margin-left: auto; } .widget-content .widget-numbers { font-weight: bold; font-size: 1.8rem; display: block; } .search-sec{ padding: 2rem; } .search-slt{ display: block; width: 100%; font-size: 0.875rem; line-height: 1.5; color: #55595c; background-color: #fff; background-image: none; border: 1px solid #ccc; height: calc(3rem + 2px) !important; border-radius:0; } .wrn-btn{ width: 40%; font-size: 16px; font-weight: 400; text-transform: capitalize; height: calc(3rem + 2px) !important; border-radius:0; margin: 0px; }
0.283484
0.059702
body{font-size: 1.5rem;color: #333;} div,span,em, h2{display: inline-block;} /*顶部背景图*/ .top .bg{display: inline-block;width: 100%;} .top img{width: 100%;height: 37rem;} /*卡片位置*/ .service #card{ display: block; position: absolute; width: 94%; height: 8rem; margin: 0 3%; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; top: 36rem; background-color: white; border-radius: 0.4rem; } /*卡片布局信息*/ #card div{ display: inline-block;float: left; } #card img{width: 6rem;height: 6rem;margin: 1rem;} #card .info span{ width: 100%; line-height: 1.8rem; } #card .nick_name{ margin-top: 2rem; padding-left: 1rem; } #card .age{ width: 2.6rem; height: 1.5rem; margin-left: 1rem; background-color: #6BC9FF; color: white; font-size: 1.2rem; line-height: 1.5rem; padding: 0 0.2rem; border-radius: 0.2rem; } #card .distince{ font-size: 1.4rem; color: #666; } #card .distince img{ width: 1.2rem; height: 1.4rem; } /*音频文件样式*/ .sounds{ margin:1rem 1rem; background-color: white; width: 17rem; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; border: 1px solid #ff8597; color: #ff8597; } /*服务介绍*/ .service .intro{ margin-top: 9rem; } /*标题*/ .service h2{ display: block; font-size: 1.5rem; color: #333; margin: 0 1rem; } /*时间*/ .service .intro .times, .service .intro2 .times{ display: block; font-size: 1.4rem; line-height: 3.4rem; color: #666; margin: 0 1rem; } /*分类*/ .service .intro .categorys{ margin:1rem 1rem; background-color: #ffebee; width: 6rem; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; } /*服务介绍*/ .service .intro2 { margin-top: 3rem; } /*分类*/ .service .intro2 .categorys{ margin:1rem 1rem; background-color: #ffebee; width: 90%; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; } .service .intro2 p{ display: block; margin:0 1rem; font-size: 1.5rem; line-height: 1.9rem; color: #666; padding-bottom: 2rem; } /*间隔div*/ .tab_div{display: block;height: 2rem;background-color: #f8f8f8;} /*评论区域*/ .service .comments{ margin-top: 1rem; font-size: 1.3rem; color: #666; } .service .comments ul li{ display:block; border: none; margin: 0 1rem; } .service .comments img{ width: 2.7rem; height: 2.7rem; border-radius: 1.3rem; margin-top: 1.3rem; margin-right: 0.8rem; } .service .comments .times{ float: right; font-size: 1.2rem; color: #333; } .service .comments .content{ font-size: 1.4rem; color: #333; padding-left: 4rem; } .service .star_box { padding-left: 4rem; } /*邀约详情*/ .demand .title{ padding: 0 1rem; } .demand .title em{ margin: 1rem 0; } .demand .top h2{ display: block; margin-top: 3rem; font-size: 1.5rem; line-height: 1.7rem; color: #333; } /*卡片位置*/ .demand #card{ display: inline-block; width: 94%; height: 8rem; margin: 1rem 3%; background-color: white; border:1px dashed #CCC; border-left: none; border-right: none; } /*li*/ .demand .intro2 ul li{ margin: 0 1.5rem; vertical-align: middle; font-size: 1.4rem; } .demand .intro2 img{ display: inline-block; margin: 0.5rem 1rem; width: 2rem; height: 2rem; } /*用户个人主页*/ .user .top img{ width: 100%; height: 20rem; } /*卡片位置*/ .user #user_card{ display: block; position: absolute; width: 94%; height: 14rem; margin: 0 3%; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; top: 17rem; background-color: white; border-radius: 0.4rem; } /*卡片布局信息*/ #user_card div{ display: inline-block;float: left; } #user_card img{width: 6rem;height: 6rem;margin: 1rem;float: left;} #user_card .info span{ width: 100%; line-height: 1.8rem; } #user_card .nick_name{ margin-top: 2rem; padding-left: 1rem; } #user_card .age{ width: 2.6rem; height: 1.5rem; margin-left: 1rem; background-color: #6BC9FF; color: white; font-size: 1.2rem; line-height: 1.5rem; padding: 0 0.2rem; border-radius: 0.2rem; } #user_card .intro{ font-size: 1.4rem; color: #666; padding-left: 1rem; } /*关注 粉丝 按钮*/ #user_card .data{ display: inline-block; width: 100%; padding: 0 1rem; } #user_card .data span{ width: 19%; float: left; margin: 0 0.5rem; } #user_card .data em{ display: block; text-align: center; } #user_card .data em:first-child{ font-size: 1.8rem; color: #333; line-height: 2.8rem; } #user_card .data em:last-child{ font-size: 1.4rem; color: #666; line-height: 2.4rem; } /*聊天 加关注*/ #user_card .follow{ display: inline-block; width: 5rem; height: 3.5rem; background-color: #ff758b; font-size: 1.3rem; color: #fff; line-height: 3.5rem; text-align: center; border-radius: 1rem; } #user_card .chat{ display: inline-block; width: 5rem; height: 3.5rem; background-color: #FDAB95; font-size: 1.3rem; color: #fff; line-height: 3.5rem; text-align: center; border-radius: 1rem; } /*他的服务*/ .user .service{ margin-top: 15rem; } .user .service div,.user .demand div,.user ul li{ float: left; } /*左侧文字样式*/ .user .left .type{ display: block; font-size: 1.8rem; color: #ccc; line-height: 4rem; text-align: center; } .user .left .count{ display: block; font-size: 4rem; color: #ccc; text-align: center; } .user .left{ width: 30%; margin:0 0.2rem; } .user .right,.user .info{ width: 59%; } .user .right img{ width: 7rem; height: 8rem; margin: 0.4rem; } /*资料信息*/ .user .info{ padding-top: 1rem; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; margin-bottom: 2rem; } .user .info ul li{ display: block; width: 100%; height: 2rem; } .user .info span:first-child{ display: inline-block; font-size: 1.5rem; color: #999; width: 40%; } .user .info span:last-child{ display: inline-block; font-size: 1.5rem; color: #333; width: 60%; } /*TA的标签*/ .user .tags li{ width: 8rem; height: 3.5rem; background-color: #fff; border-radius: 1rem; text-align: center; line-height: 3.5rem; margin: 0.2rem; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; } /*--------------------------公用底部下载---------------------------------*/ .download .relative{ background-color: rgba(0, 0, 0, 0.5); position: fixed; width: 100%; height: 7rem; bottom: 0; z-index: 2; } /*icon控制*/ .download .icon{ float: left; width: 4.5rem; height: 4.5rem; background-image: url(../images/logo60.png); background-repeat: no-repeat; background-size: 4.5rem; margin: 1rem; } /*文字简介*/ .download section{ display: inline-block; color: white; width: 45%; } .download h3{ font-size: 1.6rem; margin: 1rem; } .download p{ font-size: 1.4rem; line-height:1.6rem; margin: 1rem; } /*下载按钮*/ .download .btn{ display: inline-block; border-radius: 1.6rem; color: #fff; background-color: #ff6666; font-size: 1.6rem; padding: 0.6rem 1.2rem; position:absolute; top:1rem; right:1.2rem; } /*星星*/ .star2{ display: inline-block; width: 2rem; height: 2rem; background:url(../images/icon/star2.png) no-repeat center; background-size: cover; } .star1{ display: inline-block; width: 2rem; height: 2rem; background:url(../images/icon/star1.png) no-repeat center; background-size: cover; } /*服务footer*/ footer{ margin-bottom: 8rem; } /*帖子用户信息样式*/ .posts_user{width: 99%;padding-left: 0.2rem;} .posts_user div{display: inline-block; float: left;} .posts_user div span:first-child{display:block;vertical-align: middle;line-height: 1.4rem;color: #aaa;padding-left: 1rem;} .posts_user div span:last-child{display:block;vertical-align: middle;line-height: 1.3rem;color: #666;margin-top: 0.7rem;padding-left: 1rem;} .posts_user div img{width: 3.2rem;height: 3.2rem;border-radius: 4rem;} /*关注按钮*/ .gz_btn{float: right;color: white;width: 5rem;height: 2.4rem;background-color: #ff758b;text-align: center;line-height: 2.4rem;border-radius: 1.2rem;margin-right: 1.5rem;} /*点赞按钮*/ .like_btn{float: right;color: #aaa;line-height: 2.4rem;margin-right: 1.5rem;background-image: url('../images/icon/digg.png');background-repeat: no-repeat;padding-left: 2.5rem;} /*评论按钮*/ .comment_count{float: right;color: #aaa;line-height: 2.4rem;margin-right: 1.5rem;background-image: url('../images/icon/comment.png');background-repeat: no-repeat;padding-left: 2.5rem;} /*帖子详情样式*/ .posts h2{display: block;text-align: center;margin: 1rem 0;} /*详细内容*/ .posts .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;text-indent: 2rem;padding:0 1rem 1rem 1rem;} .posts .content img{width: 100%;margin: 0.6rem 0;border-radius: 1.8rem;} .posts .like{margin: 2rem 0;color: #aaa;} .posts .like img{width: 3rem;height: 3rem;border-radius: 2rem;} /*分隔线*/ .posts .fenge{display: block;width: 100%;background-color: #e1e1e1;height: 1rem;} /*评论列表*/ .posts .comments{display: block;width: 90%;} .posts .comments h2{text-align: left;padding-left: 2rem;} .posts .comments ul{} .posts .comments ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .posts .comments .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;padding-left: 4.5rem;text-indent: 0;} /*评论楼层*/ .posts .comments ul ul{background-color: #f6f4f4;} .posts .comments ul ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .posts .comments ul ul li:last-child{margin:1rem; border-bottom: none;padding: 1rem;} .posts .comments .content .user em{color: #0c6cf2;} .posts .comments .content .content{padding-left: 0;} .posts .comments .content .content em{float: right;} /*广告详情页面*/ .ads h2{display: block;text-align: center;margin: 1rem 0;} .ads .content{padding: 1.5rem;} /*话题详情页面分享*/ .topic .img{text-align: center;margin: 1.4rem 0;} .topic .img img{width: 98%;height: 14rem;text-align: center;border-radius: 2rem;} .topic .title{position: absolute;left: 0;width: 99%;} .topic .title h2{display: block;color: white;margin-top: 4rem;} .topic .title span{color: white;margin:1rem 1rem 0 1rem;} /*话题讨论*/ .topic .comments{display: block;width: 99%;} .topic .comments h2{text-align: left;padding-left: 2rem;} .topic .comments ul{} .topic .comments ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .topic .comments .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;padding-left: 4.5rem;text-indent: 0;} .topic .comments .content img{width: 40%;height: 8rem;margin: 0.4rem 0.2rem;}
public/static/assets/css/v2.css
body{font-size: 1.5rem;color: #333;} div,span,em, h2{display: inline-block;} /*顶部背景图*/ .top .bg{display: inline-block;width: 100%;} .top img{width: 100%;height: 37rem;} /*卡片位置*/ .service #card{ display: block; position: absolute; width: 94%; height: 8rem; margin: 0 3%; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; top: 36rem; background-color: white; border-radius: 0.4rem; } /*卡片布局信息*/ #card div{ display: inline-block;float: left; } #card img{width: 6rem;height: 6rem;margin: 1rem;} #card .info span{ width: 100%; line-height: 1.8rem; } #card .nick_name{ margin-top: 2rem; padding-left: 1rem; } #card .age{ width: 2.6rem; height: 1.5rem; margin-left: 1rem; background-color: #6BC9FF; color: white; font-size: 1.2rem; line-height: 1.5rem; padding: 0 0.2rem; border-radius: 0.2rem; } #card .distince{ font-size: 1.4rem; color: #666; } #card .distince img{ width: 1.2rem; height: 1.4rem; } /*音频文件样式*/ .sounds{ margin:1rem 1rem; background-color: white; width: 17rem; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; border: 1px solid #ff8597; color: #ff8597; } /*服务介绍*/ .service .intro{ margin-top: 9rem; } /*标题*/ .service h2{ display: block; font-size: 1.5rem; color: #333; margin: 0 1rem; } /*时间*/ .service .intro .times, .service .intro2 .times{ display: block; font-size: 1.4rem; line-height: 3.4rem; color: #666; margin: 0 1rem; } /*分类*/ .service .intro .categorys{ margin:1rem 1rem; background-color: #ffebee; width: 6rem; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; } /*服务介绍*/ .service .intro2 { margin-top: 3rem; } /*分类*/ .service .intro2 .categorys{ margin:1rem 1rem; background-color: #ffebee; width: 90%; height: 3rem; line-height: 3rem; text-align: center; border-radius: 2rem; } .service .intro2 p{ display: block; margin:0 1rem; font-size: 1.5rem; line-height: 1.9rem; color: #666; padding-bottom: 2rem; } /*间隔div*/ .tab_div{display: block;height: 2rem;background-color: #f8f8f8;} /*评论区域*/ .service .comments{ margin-top: 1rem; font-size: 1.3rem; color: #666; } .service .comments ul li{ display:block; border: none; margin: 0 1rem; } .service .comments img{ width: 2.7rem; height: 2.7rem; border-radius: 1.3rem; margin-top: 1.3rem; margin-right: 0.8rem; } .service .comments .times{ float: right; font-size: 1.2rem; color: #333; } .service .comments .content{ font-size: 1.4rem; color: #333; padding-left: 4rem; } .service .star_box { padding-left: 4rem; } /*邀约详情*/ .demand .title{ padding: 0 1rem; } .demand .title em{ margin: 1rem 0; } .demand .top h2{ display: block; margin-top: 3rem; font-size: 1.5rem; line-height: 1.7rem; color: #333; } /*卡片位置*/ .demand #card{ display: inline-block; width: 94%; height: 8rem; margin: 1rem 3%; background-color: white; border:1px dashed #CCC; border-left: none; border-right: none; } /*li*/ .demand .intro2 ul li{ margin: 0 1.5rem; vertical-align: middle; font-size: 1.4rem; } .demand .intro2 img{ display: inline-block; margin: 0.5rem 1rem; width: 2rem; height: 2rem; } /*用户个人主页*/ .user .top img{ width: 100%; height: 20rem; } /*卡片位置*/ .user #user_card{ display: block; position: absolute; width: 94%; height: 14rem; margin: 0 3%; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; top: 17rem; background-color: white; border-radius: 0.4rem; } /*卡片布局信息*/ #user_card div{ display: inline-block;float: left; } #user_card img{width: 6rem;height: 6rem;margin: 1rem;float: left;} #user_card .info span{ width: 100%; line-height: 1.8rem; } #user_card .nick_name{ margin-top: 2rem; padding-left: 1rem; } #user_card .age{ width: 2.6rem; height: 1.5rem; margin-left: 1rem; background-color: #6BC9FF; color: white; font-size: 1.2rem; line-height: 1.5rem; padding: 0 0.2rem; border-radius: 0.2rem; } #user_card .intro{ font-size: 1.4rem; color: #666; padding-left: 1rem; } /*关注 粉丝 按钮*/ #user_card .data{ display: inline-block; width: 100%; padding: 0 1rem; } #user_card .data span{ width: 19%; float: left; margin: 0 0.5rem; } #user_card .data em{ display: block; text-align: center; } #user_card .data em:first-child{ font-size: 1.8rem; color: #333; line-height: 2.8rem; } #user_card .data em:last-child{ font-size: 1.4rem; color: #666; line-height: 2.4rem; } /*聊天 加关注*/ #user_card .follow{ display: inline-block; width: 5rem; height: 3.5rem; background-color: #ff758b; font-size: 1.3rem; color: #fff; line-height: 3.5rem; text-align: center; border-radius: 1rem; } #user_card .chat{ display: inline-block; width: 5rem; height: 3.5rem; background-color: #FDAB95; font-size: 1.3rem; color: #fff; line-height: 3.5rem; text-align: center; border-radius: 1rem; } /*他的服务*/ .user .service{ margin-top: 15rem; } .user .service div,.user .demand div,.user ul li{ float: left; } /*左侧文字样式*/ .user .left .type{ display: block; font-size: 1.8rem; color: #ccc; line-height: 4rem; text-align: center; } .user .left .count{ display: block; font-size: 4rem; color: #ccc; text-align: center; } .user .left{ width: 30%; margin:0 0.2rem; } .user .right,.user .info{ width: 59%; } .user .right img{ width: 7rem; height: 8rem; margin: 0.4rem; } /*资料信息*/ .user .info{ padding-top: 1rem; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; margin-bottom: 2rem; } .user .info ul li{ display: block; width: 100%; height: 2rem; } .user .info span:first-child{ display: inline-block; font-size: 1.5rem; color: #999; width: 40%; } .user .info span:last-child{ display: inline-block; font-size: 1.5rem; color: #333; width: 60%; } /*TA的标签*/ .user .tags li{ width: 8rem; height: 3.5rem; background-color: #fff; border-radius: 1rem; text-align: center; line-height: 3.5rem; margin: 0.2rem; box-shadow: 0.4rem 0.4rem 0.4rem #F0F0F0; } /*--------------------------公用底部下载---------------------------------*/ .download .relative{ background-color: rgba(0, 0, 0, 0.5); position: fixed; width: 100%; height: 7rem; bottom: 0; z-index: 2; } /*icon控制*/ .download .icon{ float: left; width: 4.5rem; height: 4.5rem; background-image: url(../images/logo60.png); background-repeat: no-repeat; background-size: 4.5rem; margin: 1rem; } /*文字简介*/ .download section{ display: inline-block; color: white; width: 45%; } .download h3{ font-size: 1.6rem; margin: 1rem; } .download p{ font-size: 1.4rem; line-height:1.6rem; margin: 1rem; } /*下载按钮*/ .download .btn{ display: inline-block; border-radius: 1.6rem; color: #fff; background-color: #ff6666; font-size: 1.6rem; padding: 0.6rem 1.2rem; position:absolute; top:1rem; right:1.2rem; } /*星星*/ .star2{ display: inline-block; width: 2rem; height: 2rem; background:url(../images/icon/star2.png) no-repeat center; background-size: cover; } .star1{ display: inline-block; width: 2rem; height: 2rem; background:url(../images/icon/star1.png) no-repeat center; background-size: cover; } /*服务footer*/ footer{ margin-bottom: 8rem; } /*帖子用户信息样式*/ .posts_user{width: 99%;padding-left: 0.2rem;} .posts_user div{display: inline-block; float: left;} .posts_user div span:first-child{display:block;vertical-align: middle;line-height: 1.4rem;color: #aaa;padding-left: 1rem;} .posts_user div span:last-child{display:block;vertical-align: middle;line-height: 1.3rem;color: #666;margin-top: 0.7rem;padding-left: 1rem;} .posts_user div img{width: 3.2rem;height: 3.2rem;border-radius: 4rem;} /*关注按钮*/ .gz_btn{float: right;color: white;width: 5rem;height: 2.4rem;background-color: #ff758b;text-align: center;line-height: 2.4rem;border-radius: 1.2rem;margin-right: 1.5rem;} /*点赞按钮*/ .like_btn{float: right;color: #aaa;line-height: 2.4rem;margin-right: 1.5rem;background-image: url('../images/icon/digg.png');background-repeat: no-repeat;padding-left: 2.5rem;} /*评论按钮*/ .comment_count{float: right;color: #aaa;line-height: 2.4rem;margin-right: 1.5rem;background-image: url('../images/icon/comment.png');background-repeat: no-repeat;padding-left: 2.5rem;} /*帖子详情样式*/ .posts h2{display: block;text-align: center;margin: 1rem 0;} /*详细内容*/ .posts .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;text-indent: 2rem;padding:0 1rem 1rem 1rem;} .posts .content img{width: 100%;margin: 0.6rem 0;border-radius: 1.8rem;} .posts .like{margin: 2rem 0;color: #aaa;} .posts .like img{width: 3rem;height: 3rem;border-radius: 2rem;} /*分隔线*/ .posts .fenge{display: block;width: 100%;background-color: #e1e1e1;height: 1rem;} /*评论列表*/ .posts .comments{display: block;width: 90%;} .posts .comments h2{text-align: left;padding-left: 2rem;} .posts .comments ul{} .posts .comments ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .posts .comments .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;padding-left: 4.5rem;text-indent: 0;} /*评论楼层*/ .posts .comments ul ul{background-color: #f6f4f4;} .posts .comments ul ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .posts .comments ul ul li:last-child{margin:1rem; border-bottom: none;padding: 1rem;} .posts .comments .content .user em{color: #0c6cf2;} .posts .comments .content .content{padding-left: 0;} .posts .comments .content .content em{float: right;} /*广告详情页面*/ .ads h2{display: block;text-align: center;margin: 1rem 0;} .ads .content{padding: 1.5rem;} /*话题详情页面分享*/ .topic .img{text-align: center;margin: 1.4rem 0;} .topic .img img{width: 98%;height: 14rem;text-align: center;border-radius: 2rem;} .topic .title{position: absolute;left: 0;width: 99%;} .topic .title h2{display: block;color: white;margin-top: 4rem;} .topic .title span{color: white;margin:1rem 1rem 0 1rem;} /*话题讨论*/ .topic .comments{display: block;width: 99%;} .topic .comments h2{text-align: left;padding-left: 2rem;} .topic .comments ul{} .topic .comments ul li{margin:1rem; border-bottom: 0.1rem solid #e1e1e1;padding: 1rem;} .topic .comments .content{width: 90%;margin-top: 0.5rem;font-size: 1.6rem; color: #333;line-height: 2rem;padding-left: 4.5rem;text-indent: 0;} .topic .comments .content img{width: 40%;height: 8rem;margin: 0.4rem 0.2rem;}
0.222869
0.060863
li.pam { margin-left: 0px; } .one-form { margin: 22px; } .one-dark-header { background-color: #33495f; width: 100%; text-align: center; height: 220px; padding-bottom: 10px; color: white; clear: all; } .one-app-header { background-color: #2A94D6; color: white; height: 50px; padding: 10px; padding-top: 20px; width: 100%; } .icon-active { color: white; } .icon-inactive { color: #344A5F; } .app-header-icon-center { margin-left: 10px; } .app-header-icon-left { margin-left: 4px; } .app-header-icon-right { float: right; margin-right: 2px; margin-left: 10px; } .one-app { z-index: 100; position: absolute; top: 0px; background-color: #F0F1F2; width: 98%; } .one-top-drawer { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 0; height: 80px; padding-bottom: 20px; padding-top: 10px; } .one-dark-body { height:195px; } .one-body-nav { text-align: center; height: 20px; margin-top: 5px; } .one-body-content { min-height: 500px; } .loadingIcon { width: 100%; padding-left: 47%; height: 100%; padding-top: 50%; z-index: 10000; position: absolute; top: 50px; left: 0px; display: none; } .button-inline { display: inline !important; } .size-1of2 { width: 48% !important;} .one-field-section { border-bottom: 1px solid #ccc; padding-bottom: 2px; margin-top: 12px; } .left-section { margin-right: 1.25%; } .right-section { margin-left: 1.25%; } .field-label { color: #696e71; margin-bottom: 10px; display: block; } .field-value { color: #3c3d3e; } #fixed-debug { position: fixed; top: 20px; left: 72px; color: red; z-index: 500000; } ` .list-horizontal { margin-top: 10px; margin-bottom: 10px; } .icon-left { margin-left: 0px; } .icon-right { margin-right: 0px; } .icon-float-right { float: right; }
OneStarter.css
li.pam { margin-left: 0px; } .one-form { margin: 22px; } .one-dark-header { background-color: #33495f; width: 100%; text-align: center; height: 220px; padding-bottom: 10px; color: white; clear: all; } .one-app-header { background-color: #2A94D6; color: white; height: 50px; padding: 10px; padding-top: 20px; width: 100%; } .icon-active { color: white; } .icon-inactive { color: #344A5F; } .app-header-icon-center { margin-left: 10px; } .app-header-icon-left { margin-left: 4px; } .app-header-icon-right { float: right; margin-right: 2px; margin-left: 10px; } .one-app { z-index: 100; position: absolute; top: 0px; background-color: #F0F1F2; width: 98%; } .one-top-drawer { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 0; height: 80px; padding-bottom: 20px; padding-top: 10px; } .one-dark-body { height:195px; } .one-body-nav { text-align: center; height: 20px; margin-top: 5px; } .one-body-content { min-height: 500px; } .loadingIcon { width: 100%; padding-left: 47%; height: 100%; padding-top: 50%; z-index: 10000; position: absolute; top: 50px; left: 0px; display: none; } .button-inline { display: inline !important; } .size-1of2 { width: 48% !important;} .one-field-section { border-bottom: 1px solid #ccc; padding-bottom: 2px; margin-top: 12px; } .left-section { margin-right: 1.25%; } .right-section { margin-left: 1.25%; } .field-label { color: #696e71; margin-bottom: 10px; display: block; } .field-value { color: #3c3d3e; } #fixed-debug { position: fixed; top: 20px; left: 72px; color: red; z-index: 500000; } ` .list-horizontal { margin-top: 10px; margin-bottom: 10px; } .icon-left { margin-left: 0px; } .icon-right { margin-right: 0px; } .icon-float-right { float: right; }
0.506591
0.094135
* { font-family: Dosis; font-size: 1.05em; font-weight: 700; scroll-behavior: smooth; } body { display: block; margin-top: -50px; } section { margin-left: 280px; width: 65%; } nav { position: fixed; height: 100%; margin-left: -10px; background-color: gold; display: flex; width: 150px; flex-direction: column; flex-wrap: wrap; padding: 50px; font-size: 1.7em; } a { text-decoration: none; opacity: 0.8; color: green; } p a { color: darkgray; } a:hover { opacity: 1; } .welcome-img { width: 100%; border-radius: 50%; border: 5px solid green; position: relative; margin-top: 50px; } .index ul li { list-style: none; margin-left: -30px; line-height: 65px; text-align: center; } .iceland-img { width: 100%; } h1 { font-size: 80px; color: green; } h2 { font-size: 45px; color: green; } h3 { font-size: 35px; } h2 img { height: 70px; } #about h1 span { color: cadetblue; } #about h1 img { height: 70px; } p { font-weight: normal; color: gray; } hr { margin: 150px 0; } #about { padding-top: 150px; } .link-icons img{ height: 50px; margin: 5px; text-align: center; } .figureCaption { margin-top: -5px; } .project-img { width: 250px; display: inline; float: right; } .skill-align { text-align: center; } @media screen and (min-width: 331px) and (max-width: 690px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 40px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -95px; } .index ul li{ list-style: none; float: left; font-size: 19px; margin: 0; margin-top: -30px; padding: 0 12px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } } @media screen and (min-width: 291px) and (max-width: 330px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 47px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -95px; } .index ul li{ list-style: none; float: left; font-size: 15px; margin: 0; margin-top: -30px; padding: 0 12px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } } @media screen and (max-width: 290px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 10px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -110px; } .index ul li{ list-style: none; float: left; font-size: 12px; margin: 0; margin-top: -45px; padding: 0 10px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } p { font-size: 17px; } h2 { font-size: 35px; } }
styles.css
* { font-family: Dosis; font-size: 1.05em; font-weight: 700; scroll-behavior: smooth; } body { display: block; margin-top: -50px; } section { margin-left: 280px; width: 65%; } nav { position: fixed; height: 100%; margin-left: -10px; background-color: gold; display: flex; width: 150px; flex-direction: column; flex-wrap: wrap; padding: 50px; font-size: 1.7em; } a { text-decoration: none; opacity: 0.8; color: green; } p a { color: darkgray; } a:hover { opacity: 1; } .welcome-img { width: 100%; border-radius: 50%; border: 5px solid green; position: relative; margin-top: 50px; } .index ul li { list-style: none; margin-left: -30px; line-height: 65px; text-align: center; } .iceland-img { width: 100%; } h1 { font-size: 80px; color: green; } h2 { font-size: 45px; color: green; } h3 { font-size: 35px; } h2 img { height: 70px; } #about h1 span { color: cadetblue; } #about h1 img { height: 70px; } p { font-weight: normal; color: gray; } hr { margin: 150px 0; } #about { padding-top: 150px; } .link-icons img{ height: 50px; margin: 5px; text-align: center; } .figureCaption { margin-top: -5px; } .project-img { width: 250px; display: inline; float: right; } .skill-align { text-align: center; } @media screen and (min-width: 331px) and (max-width: 690px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 40px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -95px; } .index ul li{ list-style: none; float: left; font-size: 19px; margin: 0; margin-top: -30px; padding: 0 12px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } } @media screen and (min-width: 291px) and (max-width: 330px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 47px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -95px; } .index ul li{ list-style: none; float: left; font-size: 15px; margin: 0; margin-top: -30px; padding: 0 12px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } } @media screen and (max-width: 290px) { body { margin: auto; } section { padding-top: 20px; width: 95%; margin: 0 auto; } nav { padding-top: 0; position: fixed; padding-bottom: 10px; z-index: 2; height: 30px; width: 100%; } .welcome-img { display: none; } .index ul { width: 100%; margin-left: -110px; } .index ul li{ list-style: none; float: left; font-size: 12px; margin: 0; margin-top: -45px; padding: 0 10px; } .iceland-img { display: none; } .iceland-caption { display: none; } .project-img { display: none; } #interests { padding-bottom: 150px; } p { font-size: 17px; } h2 { font-size: 35px; } }
0.616359
0.14439
body{ background: #fff; font: 16px 'Maven Pro', sans-serif; } a:link { color:#34495e; text-decoration: none; } a:visited { color:#8e44ad; text-decoration: none; } a:hover { color:#7f8c8d; text-decoration: none; } a:active { color:#2c3e50; text-decoration: none; } .hidden{ display: inline-block; position: absolute; text-indent: -100000px; width: 0px; } header, footer, #main { max-width: 1200px; margin: auto; } /* 2.0 Header */ header{ -webkit-align-items: center; align-items: center; background: #FFECB3; padding: 20px; } header h1{ margin: 0 0px 3px 0; } .menu{ display: -webkit-flex; display: flex; } .menu nav{ margin-right: auto; } .menu nav .hide { display: none; } .menu nav .show { display: block; } .hamburger{ background:none; border:0; cursor:pointer; font-size:1.4em; font-weight:bold; outline:none; padding: 5px 0px 15px; z-index:10000000000000; } .cross{ background:none; border:0; cursor:pointer; display: none; font-size:1.4em; font-weight:bold; outline:none; padding: 5px 0px 15px; z-index:10000000000000; } .menu-list{ background:#f1f1f1; display: none; font-weight:bold; font-size:0.8em; margin: 10px 0 0; text-align:center; width:100%; z-index:1000000; } .menu-list ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0; } .menu-list li { border-bottom:#dddddd 1px solid; display: block; padding:15px 0 15px 0; } .menu-list li:hover{ background:#ffffff; border-bottom:#dddddd 1px solid; display: block; padding:15px 0 15px 0; } .menu-list ul li a { color:#666; margin: 0px; text-decoration:none; } .menu-list ul li a:hover { color: #666; text-decoration:none; } .menu-list a{ color:#666; text-decoration:none; } .menu-list a:hover{ color:#666; text-decoration:none; } /* 3.0 Main */ #main{ background: #F2F2F2; border-top: 1px solid #fff; padding: 10px 20px } /* 4.0 Article */ article{ margin: 25px 0 5px 0; } article p{ margin: 10px 0; } /* 4.1 Article - About */ #profilepic{ width: 100%; } #divpic{ margin: auto; } #profilename{ margin: 20px 0 5px; } /* 5.0 Aside */ aside{ margin: 20px 0 0; padding: 0; } .aside-list{ padding: 0px 10px; } .aside-list li { border-bottom: 1px solid #34495e; list-style: none; padding: 10px; } .label-search { position: relative; } .search-icon{ margin-top: 13px; margin-left: 10px; position: absolute; z-index: 2; } input[type=text] { background-color: white; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px; padding: 12px 20px 12px 40px; width: 100%; } /* 6.0 Footer */ footer{ background: #D8D8D8; border-top: 1px solid #fff; padding: 20px; } /*7.0 Media Querie*/ @media only screen and (min-width: 768px) { .hamburger, .cross{ display:none !important; } .menu-list { display: block !important; } .menu-list ul { display: -webkit-flex; display: flex; } .menu-list ul li { font-size: 16px; width: 30%; } #profile{ display: -webkit-flex; display: flex; } #divpic{ margin: 20px; } } /* aside na lateral */ /* add div para ser a flex */ @media only screen and (min-width: 960px) { #main{ border-top: 1px solid #fff; display: -webkit-flex; display: flex; padding: 10px 20px } aside { margin: 20px 0 0 50px; min-width: 250px; padding: 0; width: 30%; } article{ padding: 0 30px 20px; } #profile{ display: -webkit-flex; display: flex; } #divpic{ margin: 20px; } }
style.css
body{ background: #fff; font: 16px 'Maven Pro', sans-serif; } a:link { color:#34495e; text-decoration: none; } a:visited { color:#8e44ad; text-decoration: none; } a:hover { color:#7f8c8d; text-decoration: none; } a:active { color:#2c3e50; text-decoration: none; } .hidden{ display: inline-block; position: absolute; text-indent: -100000px; width: 0px; } header, footer, #main { max-width: 1200px; margin: auto; } /* 2.0 Header */ header{ -webkit-align-items: center; align-items: center; background: #FFECB3; padding: 20px; } header h1{ margin: 0 0px 3px 0; } .menu{ display: -webkit-flex; display: flex; } .menu nav{ margin-right: auto; } .menu nav .hide { display: none; } .menu nav .show { display: block; } .hamburger{ background:none; border:0; cursor:pointer; font-size:1.4em; font-weight:bold; outline:none; padding: 5px 0px 15px; z-index:10000000000000; } .cross{ background:none; border:0; cursor:pointer; display: none; font-size:1.4em; font-weight:bold; outline:none; padding: 5px 0px 15px; z-index:10000000000000; } .menu-list{ background:#f1f1f1; display: none; font-weight:bold; font-size:0.8em; margin: 10px 0 0; text-align:center; width:100%; z-index:1000000; } .menu-list ul { list-style-type: none; list-style-image: none; margin: 0; padding: 0; } .menu-list li { border-bottom:#dddddd 1px solid; display: block; padding:15px 0 15px 0; } .menu-list li:hover{ background:#ffffff; border-bottom:#dddddd 1px solid; display: block; padding:15px 0 15px 0; } .menu-list ul li a { color:#666; margin: 0px; text-decoration:none; } .menu-list ul li a:hover { color: #666; text-decoration:none; } .menu-list a{ color:#666; text-decoration:none; } .menu-list a:hover{ color:#666; text-decoration:none; } /* 3.0 Main */ #main{ background: #F2F2F2; border-top: 1px solid #fff; padding: 10px 20px } /* 4.0 Article */ article{ margin: 25px 0 5px 0; } article p{ margin: 10px 0; } /* 4.1 Article - About */ #profilepic{ width: 100%; } #divpic{ margin: auto; } #profilename{ margin: 20px 0 5px; } /* 5.0 Aside */ aside{ margin: 20px 0 0; padding: 0; } .aside-list{ padding: 0px 10px; } .aside-list li { border-bottom: 1px solid #34495e; list-style: none; padding: 10px; } .label-search { position: relative; } .search-icon{ margin-top: 13px; margin-left: 10px; position: absolute; z-index: 2; } input[type=text] { background-color: white; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px; padding: 12px 20px 12px 40px; width: 100%; } /* 6.0 Footer */ footer{ background: #D8D8D8; border-top: 1px solid #fff; padding: 20px; } /*7.0 Media Querie*/ @media only screen and (min-width: 768px) { .hamburger, .cross{ display:none !important; } .menu-list { display: block !important; } .menu-list ul { display: -webkit-flex; display: flex; } .menu-list ul li { font-size: 16px; width: 30%; } #profile{ display: -webkit-flex; display: flex; } #divpic{ margin: 20px; } } /* aside na lateral */ /* add div para ser a flex */ @media only screen and (min-width: 960px) { #main{ border-top: 1px solid #fff; display: -webkit-flex; display: flex; padding: 10px 20px } aside { margin: 20px 0 0 50px; min-width: 250px; padding: 0; width: 30%; } article{ padding: 0 30px 20px; } #profile{ display: -webkit-flex; display: flex; } #divpic{ margin: 20px; } }
0.191101
0.054575
* { box-sizing: border-box; } body { background-color: #520072; font-family: 'Times New Roman', Times, serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; } .container { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); overflow: hidden; width: 500px; max-width: 100%; } .header { border-bottom: 1px solid #f0f0f0; background-color: #f7f7f7; padding: 20px 40px; } .header h2{ margin: 0; } .error label{ background-color: #920000; border: 2px solid #ac1b1b; border-radius: 4px; color: #fff; display: block; font-family: inherit; font-size: 16px; padding: 10px; margin-top: 20px; width: 100%; visibility: visible; } .form { padding: 30px 40px; } .form-control { margin-bottom: 10px; padding-bottom: 20px; position: relative; } .form-control label { display: inline-block; margin-bottom: 5px; } .form-control input { border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; padding: 10px; width: 100%; } .form-control select { border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; padding: 10px; width: 100%; } .line hr { border-top: 3px solid rgb(0, 0, 0); } .vraag label{ font-family: inherit; font-size: 110%; font-weight: bolder; } .vraag select{ border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; font-weight: bold; padding: 10px; width: 100%; } .form-control input:focus { outline: 0; border-color: #777; } .form-control.success input { border-color: #2ecc71; } .form-control.error input { border-color: #e74c3c; } .form-control.success select { border-color: #2ecc71; } .form-control.error select { border-color: #e74c3c; } .form-control small { color: #e74c3c; position: absolute; bottom: 0; left: 0; visibility: hidden; } .form-control.error small { visibility: visible; } .submit { background-color: #009213; border: 2px solid #069201; border-radius: 4px; color: #fff; display: block; font-family: inherit; font-size: 16px; padding: 10px; margin-top: 20px; width: 100%; }
public_html/HugoDeHeus/form/style.css
* { box-sizing: border-box; } body { background-color: #520072; font-family: 'Times New Roman', Times, serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; } .container { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); overflow: hidden; width: 500px; max-width: 100%; } .header { border-bottom: 1px solid #f0f0f0; background-color: #f7f7f7; padding: 20px 40px; } .header h2{ margin: 0; } .error label{ background-color: #920000; border: 2px solid #ac1b1b; border-radius: 4px; color: #fff; display: block; font-family: inherit; font-size: 16px; padding: 10px; margin-top: 20px; width: 100%; visibility: visible; } .form { padding: 30px 40px; } .form-control { margin-bottom: 10px; padding-bottom: 20px; position: relative; } .form-control label { display: inline-block; margin-bottom: 5px; } .form-control input { border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; padding: 10px; width: 100%; } .form-control select { border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; padding: 10px; width: 100%; } .line hr { border-top: 3px solid rgb(0, 0, 0); } .vraag label{ font-family: inherit; font-size: 110%; font-weight: bolder; } .vraag select{ border: 2px solid #f0f0f0; border-radius: 4px; display: block; font-family: inherit; font-size: 14px; font-weight: bold; padding: 10px; width: 100%; } .form-control input:focus { outline: 0; border-color: #777; } .form-control.success input { border-color: #2ecc71; } .form-control.error input { border-color: #e74c3c; } .form-control.success select { border-color: #2ecc71; } .form-control.error select { border-color: #e74c3c; } .form-control small { color: #e74c3c; position: absolute; bottom: 0; left: 0; visibility: hidden; } .form-control.error small { visibility: visible; } .submit { background-color: #009213; border: 2px solid #069201; border-radius: 4px; color: #fff; display: block; font-family: inherit; font-size: 16px; padding: 10px; margin-top: 20px; width: 100%; }
0.379378
0.093471
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} body {font-family: "latoregular", arial, sans-serif;background:rgb(255, 204, 0);color:rgb(66, 71, 67);} h1, h2, h3, h4, h5, h6 {font-family: "bowlby_oneregular", "arial black", sans-serif;text-transform: uppercase;} a {color:rgb(66, 133, 244);text-decoration:none;} header {overflow: auto;background:rgb(255, 204, 0);} header .wrapper {margin-left:10%;} header h1 {float:left;} header h1 a {display:block;width:430px;height:82px;overflow:hidden;background:url('../images/banner.png') no-repeat;background-size:100%;} header h1 a span {display:inline-block;text-indent: -999999px;} nav {overflow:auto;float:right;margin:20px 0;width:50%;padding:4px 0;} nav ul { height:72px;padding:0 0 0 20px;margin:0;list-style: none;overflow:auto; background:rgb(66, 71, 67);box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:3px 0 0 3px; } nav li {display:table;float:left;} nav a { display:block;height:72px;vertical-align:middle;display:table-cell; padding:0 10px;text-decoration:none;text-align:center;font-size:1.1em; } nav span {color:rgb(255,255,255);} nav a:hover {border-top:10px solid rgb(66,133,244);} section {overflow:auto;} article {float:left;width:70%;} article .wrapper {margin-left:14%;} aside {float:right;width:28%;} aside .wrapper {margin-right:10%;} footer .wrapper {margin-left:10%;margin-bottom:1%;} h2.main {background:rgb(66, 71, 67);padding:20px 20px 20px 15%;box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:0 3px 3px 0;} aside h2.main {padding:20px 15% 20px 20px;border-radius:3px 0 0 3px;} h2.main span {text-transform: uppercase;color:rgb(255,255,255);} .box-white {background:rgb(255,255,255);box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:3px;} .box-content {min-height:325px;margin-right:5%;margin-bottom:50px;padding:40px;} .box-sponsors {margin-bottom:50px;} .box-sponsor {padding:10px;margin:20px 10%;text-align: center;} .box-meta {float:right;margin:20px 0 20px 40px;padding:20px;color:rgb(255,255,255);background:rgb(66, 71, 67);border-radius:3px;} .box-attendees { background:rgb(66, 71, 67); color:rgb(255,255,255); padding:20px; overflow:auto; box-shadow: 0 3px 3px -2px rgb(100, 100, 100); border-radius:0 3px 3px 0; } .box-attendees h2 span {text-transform: uppercase;} .box-attendees ul {float:left;width:73%;list-style:none;margin:0;padding:0;} .box-attendees ul li { display:inline-block; width:24%; margin:0.5%; padding:5px; font-size:0.9em; background:rgb(104, 108, 105); border-radius:3px; } .box-attendees ul li img {float:left;margin-right:5px;width:24px;} .box-attendees ul li a {color:rgb(255,255,255);} .box-attendees .info {float:left;width:25%;padding:0 2%;} .info button {background:rgb(255, 204, 0);border:none;border-radius:3px;padding:5px;margin:10px 0;} .info button span {color:rgb(66, 71, 67);} fieldset {border:none;} input[type="text"],input[type="email"],input[type="url"],textarea {width:100%;} #becomeaspeaker {position:relative;margin-top:15px;} #becomeaspeaker #element_becomeaspeaker-element-5 {position:absolute;right:0.625em;bottom:65px;width:60%;} #becomeaspeaker #element_becomeaspeaker-element-5 textarea {width:100%;height:256px;padding:3px;} #becomeaspeaker .control-group {width:35%;} .form-actions {text-align:right;margin-top:20px;} img {max-width:100%;} /* borrowed from bootstrap */ .alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px} .close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)} @media (min-width: 300px) { header h1 a {width:200px;height:40px;} nav {width:100%;} nav a {font-size:0.9em;} article {width:90%;} aside {width:90%;} .box-attendees ul li {font-size:0.7em;} .box-attendees .info {font-size:0.8em;} } @media (min-width: 900px) { nav {width:60%;} header h1 a {width:300px;height:82px;} nav a {font-size:1.1em;} article {width:calc(100% - 410px);} aside {width:calc(380px);} .box-attendees ul li {font-size:0.6em;} .box-attendees .info {font-size:0.8em;} } @media (min-width: 1100px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:17px;} article {width:calc(100% - 410px);} aside {width:calc(380px);} .box-attendees ul li {font-size:0.75em;} .box-attendees .info {font-size:0.9em;} } @media (min-width: 1250px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:18px;} article {width:calc(100% - 470px);} aside {width:calc(440px);} .box-attendees ul li {font-size:0.75em;} .box-attendees .info {font-size:0.9em;} } @media (min-width: 1450px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:20px;} article {width:calc(100% - 560px);} aside {width:calc(520px);} .box-attendees ul li {font-size:0.9em;} .box-attendees .info {font-size:1em;} }
skin/pure/css/style.css
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} body {font-family: "latoregular", arial, sans-serif;background:rgb(255, 204, 0);color:rgb(66, 71, 67);} h1, h2, h3, h4, h5, h6 {font-family: "bowlby_oneregular", "arial black", sans-serif;text-transform: uppercase;} a {color:rgb(66, 133, 244);text-decoration:none;} header {overflow: auto;background:rgb(255, 204, 0);} header .wrapper {margin-left:10%;} header h1 {float:left;} header h1 a {display:block;width:430px;height:82px;overflow:hidden;background:url('../images/banner.png') no-repeat;background-size:100%;} header h1 a span {display:inline-block;text-indent: -999999px;} nav {overflow:auto;float:right;margin:20px 0;width:50%;padding:4px 0;} nav ul { height:72px;padding:0 0 0 20px;margin:0;list-style: none;overflow:auto; background:rgb(66, 71, 67);box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:3px 0 0 3px; } nav li {display:table;float:left;} nav a { display:block;height:72px;vertical-align:middle;display:table-cell; padding:0 10px;text-decoration:none;text-align:center;font-size:1.1em; } nav span {color:rgb(255,255,255);} nav a:hover {border-top:10px solid rgb(66,133,244);} section {overflow:auto;} article {float:left;width:70%;} article .wrapper {margin-left:14%;} aside {float:right;width:28%;} aside .wrapper {margin-right:10%;} footer .wrapper {margin-left:10%;margin-bottom:1%;} h2.main {background:rgb(66, 71, 67);padding:20px 20px 20px 15%;box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:0 3px 3px 0;} aside h2.main {padding:20px 15% 20px 20px;border-radius:3px 0 0 3px;} h2.main span {text-transform: uppercase;color:rgb(255,255,255);} .box-white {background:rgb(255,255,255);box-shadow: 0 3px 3px -2px rgb(100, 100, 100);border-radius:3px;} .box-content {min-height:325px;margin-right:5%;margin-bottom:50px;padding:40px;} .box-sponsors {margin-bottom:50px;} .box-sponsor {padding:10px;margin:20px 10%;text-align: center;} .box-meta {float:right;margin:20px 0 20px 40px;padding:20px;color:rgb(255,255,255);background:rgb(66, 71, 67);border-radius:3px;} .box-attendees { background:rgb(66, 71, 67); color:rgb(255,255,255); padding:20px; overflow:auto; box-shadow: 0 3px 3px -2px rgb(100, 100, 100); border-radius:0 3px 3px 0; } .box-attendees h2 span {text-transform: uppercase;} .box-attendees ul {float:left;width:73%;list-style:none;margin:0;padding:0;} .box-attendees ul li { display:inline-block; width:24%; margin:0.5%; padding:5px; font-size:0.9em; background:rgb(104, 108, 105); border-radius:3px; } .box-attendees ul li img {float:left;margin-right:5px;width:24px;} .box-attendees ul li a {color:rgb(255,255,255);} .box-attendees .info {float:left;width:25%;padding:0 2%;} .info button {background:rgb(255, 204, 0);border:none;border-radius:3px;padding:5px;margin:10px 0;} .info button span {color:rgb(66, 71, 67);} fieldset {border:none;} input[type="text"],input[type="email"],input[type="url"],textarea {width:100%;} #becomeaspeaker {position:relative;margin-top:15px;} #becomeaspeaker #element_becomeaspeaker-element-5 {position:absolute;right:0.625em;bottom:65px;width:60%;} #becomeaspeaker #element_becomeaspeaker-element-5 textarea {width:100%;height:256px;padding:3px;} #becomeaspeaker .control-group {width:35%;} .form-actions {text-align:right;margin-top:20px;} img {max-width:100%;} /* borrowed from bootstrap */ .alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px} .close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)} @media (min-width: 300px) { header h1 a {width:200px;height:40px;} nav {width:100%;} nav a {font-size:0.9em;} article {width:90%;} aside {width:90%;} .box-attendees ul li {font-size:0.7em;} .box-attendees .info {font-size:0.8em;} } @media (min-width: 900px) { nav {width:60%;} header h1 a {width:300px;height:82px;} nav a {font-size:1.1em;} article {width:calc(100% - 410px);} aside {width:calc(380px);} .box-attendees ul li {font-size:0.6em;} .box-attendees .info {font-size:0.8em;} } @media (min-width: 1100px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:17px;} article {width:calc(100% - 410px);} aside {width:calc(380px);} .box-attendees ul li {font-size:0.75em;} .box-attendees .info {font-size:0.9em;} } @media (min-width: 1250px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:18px;} article {width:calc(100% - 470px);} aside {width:calc(440px);} .box-attendees ul li {font-size:0.75em;} .box-attendees .info {font-size:0.9em;} } @media (min-width: 1450px) { nav {width:50%;} header h1 a {display:block;width:430px;} body {font-size:20px;} article {width:calc(100% - 560px);} aside {width:calc(520px);} .box-attendees ul li {font-size:0.9em;} .box-attendees .info {font-size:1em;} }
0.315947
0.113678
/*!*将标签原有的默认内外边距去掉*!*/ /*fieldset, img, input, button {*/ /* border: none; !*去掉边框*!*/ /* padding: 0;*/ /* margin: 0;*/ /* outline-style: none; !*去掉环绕边框*!*/ /*}*/ /*ul, ol {*/ /* list-style: none; !*去掉原样式中的小黑点*!*/ /* !*ctrl+alt+l*!*/ /*}*/ input { padding-top: 0; padding-bottom: 0; } select, input { vertical-align: middle; /*输入字居中显示*/ } select, input, textarea { font-size: 14px; margin: 0; } /**/ textarea { resize: none; /*防止拖动*/ } img { border: 0; vertical-align: middle; /* 去掉图片底部默认的3像素空白缝隙*/ } table { border-collapse: collapse; /*合并外边线*/ } body { font-family: Microsoft YaHei, Arial, "\5b8b\4f53"; /*background:#0064C8;*/ } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; /*IE/7/6*/ /*兼容IE6下的写法*/ } h1, h2, h3, h4, h5, h6 { text-decoration: none; /**/ font-weight: normal; /*不加粗*/ font-size: 100%; } .login-page { content: ''; width: 100%; height: 100%; display: block; z-index: -1; background: url("../img/login/login_page_background.jpg") no-repeat; background-size: cover; position: absolute; top: 0; right: 0; } /*login 开始*/ .login-box{ width: 1000px; height: 500px; position: absolute; left: 50%; top: 50%; margin-left: -510px; /* 500px */ margin-top: -250px; /* -250px */ /*background:#0064C8;*/ } .login-box>.login-header{ height: 80px; text-align: center; } .login-box>.login-header>p{ color:#fff; font-size: 40px; font-weight: 600; margin-top: -40px; letter-spacing: 5px } .login-box>.login-body{ width: 1000px; height: 370px; /* 320px */ margin-top:20px; /* 20px */ } .login-box>.login-body>.login-body-left{ height: 370px; /* 320px */ width: 650px; float: left; -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; background: url("../img/login/login_body_left.jpg") no-repeat; background-size: cover; } .login-box>.login-body>.login-body-right{ height: 370px; /* 320px */ width: 350px; float: right; background-color: #e9eef2; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; } .login-box>.login-body>.login-body-right>.right-title{ color:#251E5F; font-size: 20px; font-weight: 700; text-align: center; line-height: 60px; background: url("../img/login/horizontal_divider.png") repeat; margin-bottom: 25px; } .login-box>.login-body>.login-body-right>form>div{ position: relative; } /*.login-box>.login-body>.login-body-right>form>div>img{*/ /* position: absolute;*/ /* left: 62px;*/ /* top:7px;*/ /*}*/ .login-box>.login-body>.login-body-right>form>div>i{ position: absolute; /*left: 62px;*/ /*top:7px;*/ left: 61px; top: 6px; font-size: 20px; color: #C3C2C2; } .login-box>.login-body>.login-body-right>form input{ height: 35px; width: 250px; border: 1px solid #d3d8dc; box-sizing: border-box; margin-bottom: 20px; margin-left: 50px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#333; padding-left: 40px; line-height: 40px; /* 解决 ie8 下 input 输入框文字顶格的问题 */ line-height:normal } .login-box>.login-body>.login-body-right>form>.verify-code>input{ width: 150px; } .login-box>.login-body>.login-body-right>form>.verify-code>.verify-code-image{ float: right; margin-right: 50px; cursor: pointer; } .login-box>.login-body>.login-body-right>form>.verify-code>.verify-code-image>img { width: 90px; height: 30px; } .login-box>.login-body>.login-body-right>form>.remember-me>input{ width: 20px; margin-top: -12px; margin-bottom: 5px; } .login-box>.login-body>.login-body-right>form>.remember-me>div{ float: right; margin-right: 240px; cursor: pointer; } .login-box>.login-body>.login-body-right>form input:focus{ border: 1px solid #999; } .login-box>.login-body>.login-body-right>form>.login-button>a{ display: block; width: 250px; height: 35px; line-height: 35px; text-align: center; background-color: #0064c8; /* */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#fff; text-decoration: none; margin-left: 50px; } .login-box>.login-body>.login-body-right>form>.login-button>a:hover{ background-color: #0058af; } .login-box>.login-footer{ text-align: center; padding-top: 20px; } .login-box>.login-footer>p{ font-size: 14px; color:#eee; line-height: 30px; } /*login 结束*/
src/main/resources/static/assets/css/login.css
/*!*将标签原有的默认内外边距去掉*!*/ /*fieldset, img, input, button {*/ /* border: none; !*去掉边框*!*/ /* padding: 0;*/ /* margin: 0;*/ /* outline-style: none; !*去掉环绕边框*!*/ /*}*/ /*ul, ol {*/ /* list-style: none; !*去掉原样式中的小黑点*!*/ /* !*ctrl+alt+l*!*/ /*}*/ input { padding-top: 0; padding-bottom: 0; } select, input { vertical-align: middle; /*输入字居中显示*/ } select, input, textarea { font-size: 14px; margin: 0; } /**/ textarea { resize: none; /*防止拖动*/ } img { border: 0; vertical-align: middle; /* 去掉图片底部默认的3像素空白缝隙*/ } table { border-collapse: collapse; /*合并外边线*/ } body { font-family: Microsoft YaHei, Arial, "\5b8b\4f53"; /*background:#0064C8;*/ } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; /*IE/7/6*/ /*兼容IE6下的写法*/ } h1, h2, h3, h4, h5, h6 { text-decoration: none; /**/ font-weight: normal; /*不加粗*/ font-size: 100%; } .login-page { content: ''; width: 100%; height: 100%; display: block; z-index: -1; background: url("../img/login/login_page_background.jpg") no-repeat; background-size: cover; position: absolute; top: 0; right: 0; } /*login 开始*/ .login-box{ width: 1000px; height: 500px; position: absolute; left: 50%; top: 50%; margin-left: -510px; /* 500px */ margin-top: -250px; /* -250px */ /*background:#0064C8;*/ } .login-box>.login-header{ height: 80px; text-align: center; } .login-box>.login-header>p{ color:#fff; font-size: 40px; font-weight: 600; margin-top: -40px; letter-spacing: 5px } .login-box>.login-body{ width: 1000px; height: 370px; /* 320px */ margin-top:20px; /* 20px */ } .login-box>.login-body>.login-body-left{ height: 370px; /* 320px */ width: 650px; float: left; -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; background: url("../img/login/login_body_left.jpg") no-repeat; background-size: cover; } .login-box>.login-body>.login-body-right{ height: 370px; /* 320px */ width: 350px; float: right; background-color: #e9eef2; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; } .login-box>.login-body>.login-body-right>.right-title{ color:#251E5F; font-size: 20px; font-weight: 700; text-align: center; line-height: 60px; background: url("../img/login/horizontal_divider.png") repeat; margin-bottom: 25px; } .login-box>.login-body>.login-body-right>form>div{ position: relative; } /*.login-box>.login-body>.login-body-right>form>div>img{*/ /* position: absolute;*/ /* left: 62px;*/ /* top:7px;*/ /*}*/ .login-box>.login-body>.login-body-right>form>div>i{ position: absolute; /*left: 62px;*/ /*top:7px;*/ left: 61px; top: 6px; font-size: 20px; color: #C3C2C2; } .login-box>.login-body>.login-body-right>form input{ height: 35px; width: 250px; border: 1px solid #d3d8dc; box-sizing: border-box; margin-bottom: 20px; margin-left: 50px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#333; padding-left: 40px; line-height: 40px; /* 解决 ie8 下 input 输入框文字顶格的问题 */ line-height:normal } .login-box>.login-body>.login-body-right>form>.verify-code>input{ width: 150px; } .login-box>.login-body>.login-body-right>form>.verify-code>.verify-code-image{ float: right; margin-right: 50px; cursor: pointer; } .login-box>.login-body>.login-body-right>form>.verify-code>.verify-code-image>img { width: 90px; height: 30px; } .login-box>.login-body>.login-body-right>form>.remember-me>input{ width: 20px; margin-top: -12px; margin-bottom: 5px; } .login-box>.login-body>.login-body-right>form>.remember-me>div{ float: right; margin-right: 240px; cursor: pointer; } .login-box>.login-body>.login-body-right>form input:focus{ border: 1px solid #999; } .login-box>.login-body>.login-body-right>form>.login-button>a{ display: block; width: 250px; height: 35px; line-height: 35px; text-align: center; background-color: #0064c8; /* */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#fff; text-decoration: none; margin-left: 50px; } .login-box>.login-body>.login-body-right>form>.login-button>a:hover{ background-color: #0058af; } .login-box>.login-footer{ text-align: center; padding-top: 20px; } .login-box>.login-footer>p{ font-size: 14px; color:#eee; line-height: 30px; } /*login 结束*/
0.25842
0.046357
.btn:not(:disabled):not(.disabled) { cursor: pointer; } .btn-LightBlue { background-color: #0277BD; border-color: #01579B; color: #fff; } .btn { display: inline-block; border-radius: 3px; box-shadow: none; border: 1px solid transparent; font-size: 14px; font-weight: 400; text-decoration: none; text-align: center; cursor: pointer; border: 1px solid transparent; border-radius: 4px; } /* ------------------------------ */ .body { font: sans-serif; } .axis { font: 10px sans-serif; } .title { font: 14px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .axis text { font-size: 10px; fill: #6B6B6B; } /*.axis--x path { display: none; }*/ .line{ fill: none; stroke: blue; stroke-width: 2px; } .tick text{ font-size: 10px; } .tick line{ opacity: 0.2; } /*------ Line Chart ----------*/ /*path { stroke: steelblue; stroke-width: 3; fill: none; }*/ /*.axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; }*/ /*.x.axis path { display: none; }*/ .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } /*------ bar Chart ----------*/ .bar { fill: steelblue; } .bar:hover { fill: brown; } /*------ Grids ----------*/ .grid .tick { stroke: lightgrey; opacity: 0.7; } /*------ tool tip ----------*/ .grid path { stroke-width: 0; } div.tooltip { position: absolute; max-width: 200px; height: auto; padding: 5px; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); pointer-events: none; /* MUI IMPORTANTE! */ font-family: sans-serif; font-size: 12px; } /*------ Legends ----------*/ .Legend { font-weight: bold; font-size: 16px; }
inst/htmlwidgets/lib/MultiNav_0/charts.css
.btn:not(:disabled):not(.disabled) { cursor: pointer; } .btn-LightBlue { background-color: #0277BD; border-color: #01579B; color: #fff; } .btn { display: inline-block; border-radius: 3px; box-shadow: none; border: 1px solid transparent; font-size: 14px; font-weight: 400; text-decoration: none; text-align: center; cursor: pointer; border: 1px solid transparent; border-radius: 4px; } /* ------------------------------ */ .body { font: sans-serif; } .axis { font: 10px sans-serif; } .title { font: 14px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .axis text { font-size: 10px; fill: #6B6B6B; } /*.axis--x path { display: none; }*/ .line{ fill: none; stroke: blue; stroke-width: 2px; } .tick text{ font-size: 10px; } .tick line{ opacity: 0.2; } /*------ Line Chart ----------*/ /*path { stroke: steelblue; stroke-width: 3; fill: none; }*/ /*.axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; }*/ /*.x.axis path { display: none; }*/ .line { fill: none; stroke: steelblue; stroke-width: 1.5px; } /*------ bar Chart ----------*/ .bar { fill: steelblue; } .bar:hover { fill: brown; } /*------ Grids ----------*/ .grid .tick { stroke: lightgrey; opacity: 0.7; } /*------ tool tip ----------*/ .grid path { stroke-width: 0; } div.tooltip { position: absolute; max-width: 200px; height: auto; padding: 5px; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); pointer-events: none; /* MUI IMPORTANTE! */ font-family: sans-serif; font-size: 12px; } /*------ Legends ----------*/ .Legend { font-weight: bold; font-size: 16px; }
0.307566
0.103024
.esm-questionnaire-item { margin-bottom: 5px; } .esm-questionnaire-item.option { float: left; width: 100px; } /* ESM questionnaire checkbox */ .esmq-weekday input[type=checkbox] { visibility: hidden; } .esmq-weekday { width: 25px; height: 22px; background: #ffffff; border: 2px solid #2489c5; border-radius: 2px; position: relative; display: inline-block; } .esmq-weekday.invalid { border: 2px solid red; } .esmq-weekday label { cursor: pointer; position: absolute; /* width: 30px; */ /* height: 15px; */ left: 6px; top: 3px; color: #2489c5; font-weight: bold; /* text-align: -webkit-right; */ } .esmq-weekday label:before { content: ''; } .esmq-weekday label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; background-color: #2489c5; color: #ffffff; width: 19px; height: 19px; left: -7px; top: -3px; padding-left: 7px; padding-top: 3px; } .esmq-weekday input[type=checkbox]:checked + label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .esmq-days-mon + label:before, .esmq-days-mon + label:after { content: "M"; } .esmq-days-tue + label:before, .esmq-days-tue + label:after { content: "T"; } .esmq-days-wed + label:before, .esmq-days-wed + label:after { content: "W"; } .esmq-days-thu + label:before, .esmq-days-thu + label:after { content: "T"; } .esmq-days-fri + label:before, .esmq-days-fri + label:after { content: "F"; } .esmq-days-sat + label:before, .esmq-days-sat + label:after { content: "S"; } .esmq-days-sun + label:before, .esmq-days-sun + label:after { content: "S"; } /* ESM Questionnaire radiobutton */ .radio label { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; } .radio input[type=radio] { display: none; } .radio label:before { content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 10px; position: absolute; left: 0; bottombottom: 1px; background-color: #ffffff; border: 2px solid #2489c5; } .radio label:before { border-radius: 8px; } .radio input[type=radio]:checked + label:before { content: "\2022"; color: #2489c5; font-size: 32px; text-align: center; line-height: 12px; } div.esmq-questions { margin-top: 20px; float: left; } div.esmq-question { float: left; clear: both; width: 300px; border: 2px solid #2489c5; border-radius: 5px; margin-bottom: 10px; } div.esmq-question-head { border-bottom: 1px solid #2489c5; background-color: #2489c5; } div.esmq-question-head-left { width: 20px; border-right: 1px solid #2489c5; padding: 5px; background-color: #2489c5; color: white; font-weight: bold; display: inline-block; } div.esmq-question-head-right { width: 20px; border-right: 1px solid #2489c5; padding: 5px; background-color: #2489c5; font-weight: bold; display: inline-block; float: right; text-align: center; } div.esmq-question-head-right a { color: white; } div.esmq-question-head-right a:hover { text-decoration: underline; } div.esmq-question-body { padding: 5px; padding-bottom: 10px; } div.esmq-options { float: left; margin-bottom: 5px; } div.esmq-option { float: left; margin-bottom: 5px; } div.esmq-option-del, div.esmq-option-value, div.esmq-option-followup { float: left; } div.esmq-option-del a { margin-right: 5px; font-size: 1.3em; font-weight: bold; color: #cc181e; } div.esmq-option-value { margin-right: 10px; } div.esmq-option-value input { width: 150px; } div.esmq-option-value.long input { width: 230px; } div.esmq-option-followup input { width: 30px; } div.esmq-option-add { float: left; } div.esmq-option-add a { margin-left: 5px; font-size: 1.3em; font-weight: bold; color: #2489c5; } div.esmq-add-question { float: left; clear: both; } .input-field { padding: 2px; overflow: hidden; position: relative; resize: none; border: 1px solid #aaa; white-space: nowrap; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; -webkit-touch-callout: none; /*-webkit-user-select: none; safari sucks */ -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(top, #fff 0%, #eee 50%); } .input-field.invalid { border: 2px solid red; } .esm-questionnaire-item.radio label { width: auto; } .esmq-info { padding: 10px; } select.esmq-followup, select.esmq-question-type { height: 25px; font-family: inherit; padding: 1px; border: 1px solid #aaa; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; /*-webkit-user-select: none; safari sucks */ -moz-user-select: none; -ms-user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); } select.esmq-question-type { width: 170px; } .esm-questionnaire-item > select.esmq-followup { width: 170px; } .esmq-amount { /*width: 170px;*/ display: inline-block; height: 19px; } .esmq-amount label { position: absolute; width: 20px; margin-left: -10px; text-align: center; margin-top: 15px; font-size: 0.8em; } #manage_esmq.disabled { display: none; }
application/views/css/esmq.css
.esm-questionnaire-item { margin-bottom: 5px; } .esm-questionnaire-item.option { float: left; width: 100px; } /* ESM questionnaire checkbox */ .esmq-weekday input[type=checkbox] { visibility: hidden; } .esmq-weekday { width: 25px; height: 22px; background: #ffffff; border: 2px solid #2489c5; border-radius: 2px; position: relative; display: inline-block; } .esmq-weekday.invalid { border: 2px solid red; } .esmq-weekday label { cursor: pointer; position: absolute; /* width: 30px; */ /* height: 15px; */ left: 6px; top: 3px; color: #2489c5; font-weight: bold; /* text-align: -webkit-right; */ } .esmq-weekday label:before { content: ''; } .esmq-weekday label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; background-color: #2489c5; color: #ffffff; width: 19px; height: 19px; left: -7px; top: -3px; padding-left: 7px; padding-top: 3px; } .esmq-weekday input[type=checkbox]:checked + label:after { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .esmq-days-mon + label:before, .esmq-days-mon + label:after { content: "M"; } .esmq-days-tue + label:before, .esmq-days-tue + label:after { content: "T"; } .esmq-days-wed + label:before, .esmq-days-wed + label:after { content: "W"; } .esmq-days-thu + label:before, .esmq-days-thu + label:after { content: "T"; } .esmq-days-fri + label:before, .esmq-days-fri + label:after { content: "F"; } .esmq-days-sat + label:before, .esmq-days-sat + label:after { content: "S"; } .esmq-days-sun + label:before, .esmq-days-sun + label:after { content: "S"; } /* ESM Questionnaire radiobutton */ .radio label { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; } .radio input[type=radio] { display: none; } .radio label:before { content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 10px; position: absolute; left: 0; bottombottom: 1px; background-color: #ffffff; border: 2px solid #2489c5; } .radio label:before { border-radius: 8px; } .radio input[type=radio]:checked + label:before { content: "\2022"; color: #2489c5; font-size: 32px; text-align: center; line-height: 12px; } div.esmq-questions { margin-top: 20px; float: left; } div.esmq-question { float: left; clear: both; width: 300px; border: 2px solid #2489c5; border-radius: 5px; margin-bottom: 10px; } div.esmq-question-head { border-bottom: 1px solid #2489c5; background-color: #2489c5; } div.esmq-question-head-left { width: 20px; border-right: 1px solid #2489c5; padding: 5px; background-color: #2489c5; color: white; font-weight: bold; display: inline-block; } div.esmq-question-head-right { width: 20px; border-right: 1px solid #2489c5; padding: 5px; background-color: #2489c5; font-weight: bold; display: inline-block; float: right; text-align: center; } div.esmq-question-head-right a { color: white; } div.esmq-question-head-right a:hover { text-decoration: underline; } div.esmq-question-body { padding: 5px; padding-bottom: 10px; } div.esmq-options { float: left; margin-bottom: 5px; } div.esmq-option { float: left; margin-bottom: 5px; } div.esmq-option-del, div.esmq-option-value, div.esmq-option-followup { float: left; } div.esmq-option-del a { margin-right: 5px; font-size: 1.3em; font-weight: bold; color: #cc181e; } div.esmq-option-value { margin-right: 10px; } div.esmq-option-value input { width: 150px; } div.esmq-option-value.long input { width: 230px; } div.esmq-option-followup input { width: 30px; } div.esmq-option-add { float: left; } div.esmq-option-add a { margin-left: 5px; font-size: 1.3em; font-weight: bold; color: #2489c5; } div.esmq-add-question { float: left; clear: both; } .input-field { padding: 2px; overflow: hidden; position: relative; resize: none; border: 1px solid #aaa; white-space: nowrap; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; -webkit-touch-callout: none; /*-webkit-user-select: none; safari sucks */ -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(top, #fff 0%, #eee 50%); } .input-field.invalid { border: 2px solid red; } .esm-questionnaire-item.radio label { width: auto; } .esmq-info { padding: 10px; } select.esmq-followup, select.esmq-question-type { height: 25px; font-family: inherit; padding: 1px; border: 1px solid #aaa; color: #444; text-decoration: none; border-radius: 4px; background-clip: padding-box; /*-webkit-user-select: none; safari sucks */ -moz-user-select: none; -ms-user-select: none; background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff)); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0); } select.esmq-question-type { width: 170px; } .esm-questionnaire-item > select.esmq-followup { width: 170px; } .esmq-amount { /*width: 170px;*/ display: inline-block; height: 19px; } .esmq-amount label { position: absolute; width: 20px; margin-left: -10px; text-align: center; margin-top: 15px; font-size: 0.8em; } #manage_esmq.disabled { display: none; }
0.296349
0.107648
body { margin-bottom: 60px; padding: 0; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; } #header { margin-top: 30px; text-align: center; } #title { font-family: "Courier New", Courier, monospace; font-size: 32px; margin-bottom: 40px; } #title a { color: #000; text-decoration: none; } #title a:hover { color: #555; text-decoration: none; } #title sup { font-size: 14px; } .input-container { margin: 4px auto; width: 540px; border: 1px solid #d9d9d9; padding: 1px; text-align: left; } .input-container#usernames-container { display: none; } input { box-sizing: border-box; border: none; outline: none; width: 530px; font-size: 14px; margin: 6px; margin-right: 1px; } input#tweet_url { width: 500px; } button { margin-top: 10px; font-size: 16px; border: none; background-color: #ddd; border-radius: 2px; color: #757575; outline: none; } button#advanced { margin: 0; margin-bottom: 5px; font-size: 20px; height: 20px; vertical-align: middle; padding: 0; background-color: #fff; opacity: 0.5; } button#advanced:hover { opacity: 0.8; } button#advanced:active { opacity: 1.0; } #search { margin-bottom: 6px; height: 32px; padding-left: 20px; padding-right: 20px; } #search:hover { box-shadow: 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #c6c6c6; color: #222; } #loading, #error { display: none; } #content { visibility: hidden; } #participants { margin-bottom: 15px; } #participants a { color: #666; text-decoration: none; } #participants a:hover { color: #333; } .username a { color: #888; text-decoration: none; } .username a:hover { color: #555; } a.text-url { color: #369; text-decoration: none; } a.text-url:hover { color: #246; } /* Arrow pointer on tree nodes */ a.jstree-anchor { cursor: default; } a.cfv { cursor: pointer; } /* Round border for dp */ .jstree-icon:empty { border-radius: 5px; } /* Bottom margin of tweet nodes */ .jstree-anchor { margin-bottom: 2px; } .tooltipster-sidetip .tooltipster-box { border-color: #565656; } .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border { border-right-color: #565656; } .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #565656; } .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border { border-top-color: #565656; } .tooltipster-sidetip .tooltipster-content { font-size: 14px; } #help-container { text-align: right; } #help { border-bottom: 2px dotted; margin-left: auto; margin-right: 0; color: #04048c; } #help:hover { cursor: pointer; color: #0d0de6; } img.emoji { height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; }
public/css/style.css
body { margin-bottom: 60px; padding: 0; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; } #header { margin-top: 30px; text-align: center; } #title { font-family: "Courier New", Courier, monospace; font-size: 32px; margin-bottom: 40px; } #title a { color: #000; text-decoration: none; } #title a:hover { color: #555; text-decoration: none; } #title sup { font-size: 14px; } .input-container { margin: 4px auto; width: 540px; border: 1px solid #d9d9d9; padding: 1px; text-align: left; } .input-container#usernames-container { display: none; } input { box-sizing: border-box; border: none; outline: none; width: 530px; font-size: 14px; margin: 6px; margin-right: 1px; } input#tweet_url { width: 500px; } button { margin-top: 10px; font-size: 16px; border: none; background-color: #ddd; border-radius: 2px; color: #757575; outline: none; } button#advanced { margin: 0; margin-bottom: 5px; font-size: 20px; height: 20px; vertical-align: middle; padding: 0; background-color: #fff; opacity: 0.5; } button#advanced:hover { opacity: 0.8; } button#advanced:active { opacity: 1.0; } #search { margin-bottom: 6px; height: 32px; padding-left: 20px; padding-right: 20px; } #search:hover { box-shadow: 0 1px 1px rgba(0,0,0,0.1); border: 1px solid #c6c6c6; color: #222; } #loading, #error { display: none; } #content { visibility: hidden; } #participants { margin-bottom: 15px; } #participants a { color: #666; text-decoration: none; } #participants a:hover { color: #333; } .username a { color: #888; text-decoration: none; } .username a:hover { color: #555; } a.text-url { color: #369; text-decoration: none; } a.text-url:hover { color: #246; } /* Arrow pointer on tree nodes */ a.jstree-anchor { cursor: default; } a.cfv { cursor: pointer; } /* Round border for dp */ .jstree-icon:empty { border-radius: 5px; } /* Bottom margin of tweet nodes */ .jstree-anchor { margin-bottom: 2px; } .tooltipster-sidetip .tooltipster-box { border-color: #565656; } .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border { border-right-color: #565656; } .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #565656; } .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border { border-top-color: #565656; } .tooltipster-sidetip .tooltipster-content { font-size: 14px; } #help-container { text-align: right; } #help { border-bottom: 2px dotted; margin-left: auto; margin-right: 0; color: #04048c; } #help:hover { cursor: pointer; color: #0d0de6; } img.emoji { height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; }
0.425963
0.071041
body { margin:0px; background-image:none; position:static; left:auto; width:424px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u183_div { position:absolute; left:0px; top:0px; width:414px; height:736px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u183 { position:absolute; left:10px; top:10px; width:414px; height:736px; } #u184 { position:absolute; left:2px; top:360px; width:410px; visibility:hidden; word-wrap:break-word; } #u185_div { position:absolute; left:0px; top:0px; width:414px; height:140px; background:inherit; background-color:rgba(0, 153, 161, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u185 { position:absolute; left:10px; top:10px; width:414px; height:140px; } #u186 { position:absolute; left:2px; top:62px; width:410px; visibility:hidden; word-wrap:break-word; } #u187_img { position:absolute; left:0px; top:0px; width:30px; height:30px; } #u187 { position:absolute; left:370px; top:45px; width:30px; height:30px; } #u188 { position:absolute; left:2px; top:7px; width:26px; visibility:hidden; word-wrap:break-word; } #u189_div { position:absolute; left:0px; top:0px; width:195px; height:45px; background:inherit; background-color:rgba(242, 242, 242, 0.149019607843137); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u189 { position:absolute; left:216px; top:37px; width:195px; height:45px; } #u190 { position:absolute; left:2px; top:14px; width:191px; visibility:hidden; word-wrap:break-word; } #u191_div { position:absolute; left:0px; top:0px; width:135px; height:55px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; } #u191 { position:absolute; left:30px; top:31px; width:135px; height:55px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; } #u192 { position:absolute; left:0px; top:0px; width:135px; white-space:nowrap; } #u193 { position:absolute; left:10px; top:153px; } #u193_state0 { position:relative; left:0px; top:0px; width:414px; height:74px; background-image:none; } #u193_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u195 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u196_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u196 { position:absolute; left:0px; top:0px; width:414px; height:74px; } #u197 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u198_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u198 { position:absolute; left:0px; top:73px; width:414px; height:1px; } #u199 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u200_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u200 { position:absolute; left:19px; top:4px; width:63px; height:63px; } #u201 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u202 { position:absolute; left:10px; top:227px; } #u202_state0 { position:relative; left:0px; top:0px; width:414px; height:74px; background-image:none; } #u202_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u204 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u205_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u205 { position:absolute; left:0px; top:0px; width:414px; height:74px; } #u206 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u207_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u207 { position:absolute; left:0px; top:73px; width:414px; height:1px; } #u208 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u209_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u209 { position:absolute; left:19px; top:4px; width:63px; height:63px; } #u210 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u212 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u213_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u213 { position:absolute; left:10px; top:301px; width:414px; height:74px; } #u214 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u215_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u215 { position:absolute; left:10px; top:374px; width:414px; height:1px; } #u216 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u217_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u217 { position:absolute; left:29px; top:305px; width:63px; height:63px; } #u218 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u219_div { position:absolute; left:0px; top:0px; width:137px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u219 { position:absolute; left:119px; top:176px; width:137px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u220 { position:absolute; left:0px; top:0px; width:137px; white-space:nowrap; } #u221_div { position:absolute; left:0px; top:0px; width:95px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u221 { position:absolute; left:119px; top:250px; width:95px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u222 { position:absolute; left:0px; top:0px; width:95px; white-space:nowrap; } #u223_div { position:absolute; left:0px; top:0px; width:161px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u223 { position:absolute; left:119px; top:324px; width:161px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u224 { position:absolute; left:0px; top:0px; width:161px; white-space:nowrap; } #u226 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u227_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u227 { position:absolute; left:10px; top:375px; width:414px; height:74px; } #u228 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u229_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u229 { position:absolute; left:10px; top:448px; width:414px; height:1px; } #u230 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u231_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u231 { position:absolute; left:29px; top:379px; width:63px; height:63px; } #u232 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u233_div { position:absolute; left:0px; top:0px; width:98px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u233 { position:absolute; left:119px; top:398px; width:98px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u234 { position:absolute; left:0px; top:0px; width:98px; white-space:nowrap; } #u236 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u237_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u237 { position:absolute; left:10px; top:449px; width:414px; height:74px; } #u238 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u239_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u239 { position:absolute; left:10px; top:522px; width:414px; height:1px; } #u240 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u241_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u241 { position:absolute; left:29px; top:453px; width:63px; height:63px; } #u242 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u243_div { position:absolute; left:0px; top:0px; width:223px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u243 { position:absolute; left:119px; top:472px; width:223px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u244 { position:absolute; left:0px; top:0px; width:223px; white-space:nowrap; } #u246 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u247_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u247 { position:absolute; left:10px; top:523px; width:414px; height:74px; } #u248 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u249_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u249 { position:absolute; left:10px; top:596px; width:414px; height:1px; } #u250 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u251_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u251 { position:absolute; left:29px; top:527px; width:63px; height:63px; } #u252 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u253_div { position:absolute; left:0px; top:0px; width:97px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u253 { position:absolute; left:119px; top:546px; width:97px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u254 { position:absolute; left:0px; top:0px; width:97px; white-space:nowrap; } #u256 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u257_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u257 { position:absolute; left:10px; top:597px; width:414px; height:74px; } #u258 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u259_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u259 { position:absolute; left:10px; top:670px; width:414px; height:1px; } #u260 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u261_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u261 { position:absolute; left:29px; top:601px; width:63px; height:63px; } #u262 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u263_div { position:absolute; left:0px; top:0px; width:134px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u263 { position:absolute; left:119px; top:620px; width:134px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u264 { position:absolute; left:0px; top:0px; width:134px; white-space:nowrap; } #u266 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u267_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u267 { position:absolute; left:10px; top:671px; width:414px; height:74px; } #u268 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u269_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u269 { position:absolute; left:10px; top:744px; width:414px; height:1px; } #u270 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u271_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u271 { position:absolute; left:29px; top:675px; width:63px; height:63px; } #u272 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u273_div { position:absolute; left:0px; top:0px; width:101px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u273 { position:absolute; left:119px; top:694px; width:101px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u274 { position:absolute; left:0px; top:0px; width:101px; white-space:nowrap; } #u275_img { position:absolute; left:0px; top:0px; width:73px; height:70px; } #u275 { position:absolute; left:25px; top:228px; width:73px; height:70px; } #u276 { position:absolute; left:2px; top:27px; width:69px; visibility:hidden; word-wrap:break-word; } #u277_img { position:absolute; left:0px; top:0px; width:64px; height:64px; } #u277 { position:absolute; left:28px; top:528px; width:64px; height:64px; } #u278 { position:absolute; left:2px; top:24px; width:60px; visibility:hidden; word-wrap:break-word; } #u279_img { position:absolute; left:0px; top:0px; width:65px; height:65px; } #u279 { position:absolute; left:29px; top:306px; width:65px; height:65px; } #u280 { position:absolute; left:2px; top:24px; width:61px; visibility:hidden; word-wrap:break-word; } #u281 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u282_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u282 { position:absolute; left:355px; top:153px; width:69px; height:74px; } #u283 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u284_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u284 { position:absolute; left:370px; top:170px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u285 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u286_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u286 { position:absolute; left:355px; top:375px; width:69px; height:74px; } #u287 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u288_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u288 { position:absolute; left:370px; top:392px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u289 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u290_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u290 { position:absolute; left:355px; top:597px; width:69px; height:74px; } #u291 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u292_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u292 { position:absolute; left:370px; top:614px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u293 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u294 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u295_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u295 { position:absolute; left:10px; top:95px; width:138px; height:55px; } #u296 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u297_img { position:absolute; left:0px; top:0px; width:31px; height:24px; } #u297 { position:absolute; left:65px; top:110px; width:31px; height:24px; } #u298 { position:absolute; left:2px; top:4px; width:27px; visibility:hidden; word-wrap:break-word; } #u299 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u300_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u300 { position:absolute; left:148px; top:95px; width:138px; height:55px; } #u301 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u302_img { position:absolute; left:0px; top:0px; width:18px; height:25px; } #u302 { position:absolute; left:208px; top:110px; width:18px; height:25px; } #u303 { position:absolute; left:2px; top:4px; width:14px; visibility:hidden; word-wrap:break-word; } #u304 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u305_img { position:absolute; left:0px; top:0px; width:31px; height:24px; } #u305 { position:absolute; left:340px; top:110px; width:31px; height:24px; } #u306 { position:absolute; left:2px; top:4px; width:27px; visibility:hidden; word-wrap:break-word; } #u307_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u307 { position:absolute; left:286px; top:95px; width:138px; height:55px; } #u308 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u309_img { position:absolute; left:-5px; top:-5px; width:151px; height:16px; } #u309 { position:absolute; left:149px; top:147px; width:138px; height:3px; } #u310 { position:absolute; left:2px; top:-6px; width:134px; visibility:hidden; word-wrap:break-word; }
moc/demo/files/friends_view/styles.css
body { margin:0px; background-image:none; position:static; left:auto; width:424px; margin-left:0; margin-right:0; text-align:left; } #base { position:absolute; z-index:0; } #u183_div { position:absolute; left:0px; top:0px; width:414px; height:736px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u183 { position:absolute; left:10px; top:10px; width:414px; height:736px; } #u184 { position:absolute; left:2px; top:360px; width:410px; visibility:hidden; word-wrap:break-word; } #u185_div { position:absolute; left:0px; top:0px; width:414px; height:140px; background:inherit; background-color:rgba(0, 153, 161, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u185 { position:absolute; left:10px; top:10px; width:414px; height:140px; } #u186 { position:absolute; left:2px; top:62px; width:410px; visibility:hidden; word-wrap:break-word; } #u187_img { position:absolute; left:0px; top:0px; width:30px; height:30px; } #u187 { position:absolute; left:370px; top:45px; width:30px; height:30px; } #u188 { position:absolute; left:2px; top:7px; width:26px; visibility:hidden; word-wrap:break-word; } #u189_div { position:absolute; left:0px; top:0px; width:195px; height:45px; background:inherit; background-color:rgba(242, 242, 242, 0.149019607843137); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u189 { position:absolute; left:216px; top:37px; width:195px; height:45px; } #u190 { position:absolute; left:2px; top:14px; width:191px; visibility:hidden; word-wrap:break-word; } #u191_div { position:absolute; left:0px; top:0px; width:135px; height:55px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; } #u191 { position:absolute; left:30px; top:31px; width:135px; height:55px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; } #u192 { position:absolute; left:0px; top:0px; width:135px; white-space:nowrap; } #u193 { position:absolute; left:10px; top:153px; } #u193_state0 { position:relative; left:0px; top:0px; width:414px; height:74px; background-image:none; } #u193_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u195 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u196_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u196 { position:absolute; left:0px; top:0px; width:414px; height:74px; } #u197 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u198_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u198 { position:absolute; left:0px; top:73px; width:414px; height:1px; } #u199 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u200_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u200 { position:absolute; left:19px; top:4px; width:63px; height:63px; } #u201 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u202 { position:absolute; left:10px; top:227px; } #u202_state0 { position:relative; left:0px; top:0px; width:414px; height:74px; background-image:none; } #u202_state0_content { position:absolute; left:0px; top:0px; width:1px; height:1px; } #u204 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u205_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u205 { position:absolute; left:0px; top:0px; width:414px; height:74px; } #u206 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u207_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u207 { position:absolute; left:0px; top:73px; width:414px; height:1px; } #u208 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u209_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u209 { position:absolute; left:19px; top:4px; width:63px; height:63px; } #u210 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u212 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u213_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u213 { position:absolute; left:10px; top:301px; width:414px; height:74px; } #u214 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u215_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u215 { position:absolute; left:10px; top:374px; width:414px; height:1px; } #u216 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u217_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u217 { position:absolute; left:29px; top:305px; width:63px; height:63px; } #u218 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u219_div { position:absolute; left:0px; top:0px; width:137px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u219 { position:absolute; left:119px; top:176px; width:137px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u220 { position:absolute; left:0px; top:0px; width:137px; white-space:nowrap; } #u221_div { position:absolute; left:0px; top:0px; width:95px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u221 { position:absolute; left:119px; top:250px; width:95px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u222 { position:absolute; left:0px; top:0px; width:95px; white-space:nowrap; } #u223_div { position:absolute; left:0px; top:0px; width:161px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u223 { position:absolute; left:119px; top:324px; width:161px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u224 { position:absolute; left:0px; top:0px; width:161px; white-space:nowrap; } #u226 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u227_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u227 { position:absolute; left:10px; top:375px; width:414px; height:74px; } #u228 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u229_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u229 { position:absolute; left:10px; top:448px; width:414px; height:1px; } #u230 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u231_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u231 { position:absolute; left:29px; top:379px; width:63px; height:63px; } #u232 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u233_div { position:absolute; left:0px; top:0px; width:98px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u233 { position:absolute; left:119px; top:398px; width:98px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u234 { position:absolute; left:0px; top:0px; width:98px; white-space:nowrap; } #u236 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u237_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u237 { position:absolute; left:10px; top:449px; width:414px; height:74px; } #u238 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u239_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u239 { position:absolute; left:10px; top:522px; width:414px; height:1px; } #u240 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u241_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u241 { position:absolute; left:29px; top:453px; width:63px; height:63px; } #u242 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u243_div { position:absolute; left:0px; top:0px; width:223px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u243 { position:absolute; left:119px; top:472px; width:223px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u244 { position:absolute; left:0px; top:0px; width:223px; white-space:nowrap; } #u246 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u247_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u247 { position:absolute; left:10px; top:523px; width:414px; height:74px; } #u248 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u249_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u249 { position:absolute; left:10px; top:596px; width:414px; height:1px; } #u250 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u251_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u251 { position:absolute; left:29px; top:527px; width:63px; height:63px; } #u252 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u253_div { position:absolute; left:0px; top:0px; width:97px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u253 { position:absolute; left:119px; top:546px; width:97px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u254 { position:absolute; left:0px; top:0px; width:97px; white-space:nowrap; } #u256 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u257_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u257 { position:absolute; left:10px; top:597px; width:414px; height:74px; } #u258 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u259_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u259 { position:absolute; left:10px; top:670px; width:414px; height:1px; } #u260 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u261_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u261 { position:absolute; left:29px; top:601px; width:63px; height:63px; } #u262 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u263_div { position:absolute; left:0px; top:0px; width:134px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u263 { position:absolute; left:119px; top:620px; width:134px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u264 { position:absolute; left:0px; top:0px; width:134px; white-space:nowrap; } #u266 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u267_div { position:absolute; left:0px; top:0px; width:414px; height:74px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u267 { position:absolute; left:10px; top:671px; width:414px; height:74px; } #u268 { position:absolute; left:2px; top:29px; width:410px; visibility:hidden; word-wrap:break-word; } #u269_img { position:absolute; left:0px; top:0px; width:415px; height:2px; } #u269 { position:absolute; left:10px; top:744px; width:414px; height:1px; } #u270 { position:absolute; left:2px; top:-8px; width:410px; visibility:hidden; word-wrap:break-word; } #u271_img { position:absolute; left:0px; top:0px; width:63px; height:63px; } #u271 { position:absolute; left:29px; top:675px; width:63px; height:63px; } #u272 { position:absolute; left:2px; top:24px; width:59px; visibility:hidden; word-wrap:break-word; } #u273_div { position:absolute; left:0px; top:0px; width:101px; height:29px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u273 { position:absolute; left:119px; top:694px; width:101px; height:29px; font-family:'Tw Cen MT'; font-weight:400; font-style:normal; font-size:25px; color:#000000; } #u274 { position:absolute; left:0px; top:0px; width:101px; white-space:nowrap; } #u275_img { position:absolute; left:0px; top:0px; width:73px; height:70px; } #u275 { position:absolute; left:25px; top:228px; width:73px; height:70px; } #u276 { position:absolute; left:2px; top:27px; width:69px; visibility:hidden; word-wrap:break-word; } #u277_img { position:absolute; left:0px; top:0px; width:64px; height:64px; } #u277 { position:absolute; left:28px; top:528px; width:64px; height:64px; } #u278 { position:absolute; left:2px; top:24px; width:60px; visibility:hidden; word-wrap:break-word; } #u279_img { position:absolute; left:0px; top:0px; width:65px; height:65px; } #u279 { position:absolute; left:29px; top:306px; width:65px; height:65px; } #u280 { position:absolute; left:2px; top:24px; width:61px; visibility:hidden; word-wrap:break-word; } #u281 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u282_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u282 { position:absolute; left:355px; top:153px; width:69px; height:74px; } #u283 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u284_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u284 { position:absolute; left:370px; top:170px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u285 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u286_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u286 { position:absolute; left:355px; top:375px; width:69px; height:74px; } #u287 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u288_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u288 { position:absolute; left:370px; top:392px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u289 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u290_div { position:absolute; left:0px; top:0px; width:69px; height:74px; background:inherit; background-color:rgba(0, 153, 161, 1); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u290 { position:absolute; left:355px; top:597px; width:69px; height:74px; } #u291 { position:absolute; left:2px; top:29px; width:65px; visibility:hidden; word-wrap:break-word; } #u292_img { position:absolute; left:0px; top:0px; width:40px; height:40px; } #u292 { position:absolute; left:370px; top:614px; width:40px; height:40px; font-family:'Tw Cen MT Bold', 'Tw Cen MT'; font-weight:700; font-style:normal; font-size:22px; color:#FFFFFF; } #u293 { position:absolute; left:2px; top:7px; width:36px; word-wrap:break-word; } #u294 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u295_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u295 { position:absolute; left:10px; top:95px; width:138px; height:55px; } #u296 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u297_img { position:absolute; left:0px; top:0px; width:31px; height:24px; } #u297 { position:absolute; left:65px; top:110px; width:31px; height:24px; } #u298 { position:absolute; left:2px; top:4px; width:27px; visibility:hidden; word-wrap:break-word; } #u299 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u300_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u300 { position:absolute; left:148px; top:95px; width:138px; height:55px; } #u301 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u302_img { position:absolute; left:0px; top:0px; width:18px; height:25px; } #u302 { position:absolute; left:208px; top:110px; width:18px; height:25px; } #u303 { position:absolute; left:2px; top:4px; width:14px; visibility:hidden; word-wrap:break-word; } #u304 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u305_img { position:absolute; left:0px; top:0px; width:31px; height:24px; } #u305 { position:absolute; left:340px; top:110px; width:31px; height:24px; } #u306 { position:absolute; left:2px; top:4px; width:27px; visibility:hidden; word-wrap:break-word; } #u307_div { position:absolute; left:0px; top:0px; width:138px; height:55px; background:inherit; background-color:rgba(242, 242, 242, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u307 { position:absolute; left:286px; top:95px; width:138px; height:55px; } #u308 { position:absolute; left:2px; top:20px; width:134px; visibility:hidden; word-wrap:break-word; } #u309_img { position:absolute; left:-5px; top:-5px; width:151px; height:16px; } #u309 { position:absolute; left:149px; top:147px; width:138px; height:3px; } #u310 { position:absolute; left:2px; top:-6px; width:134px; visibility:hidden; word-wrap:break-word; }
0.347648
0.04666
@charset utf-8; /* CSS Document */ * { padding: 0; margin: 0; } body { font-family: Arial, Helvetica, sans-serif; background: url('../img/love.jpg'); display: initial; background-color: #cccccc; - height: 1000px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; background-attachment: fixed; } .modal { display: none; position: fixed; z-index: 1; padding-top: 30px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* background-color: rgb(0, 0, 0); */ /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); } .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* 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; } /* =========================== */ .msg { margin: 0 auto; text-align: center; font-family: 'Source Sans Pro', sans-serif; color: #fff; font-size: 16px; } h1 { font-family: 'Source Sans Pro', sans-serif; font-size: 30px; font-weight: lighter; /* color: #fff; */ } #divResult h2 { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } #co { /* background: #C5062C; */ border: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 15px 25px; position: absolute; left: 500px; top: 300px; cursor: pointer; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; } #lbNo { /* background: #C5062C; */ border: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; left: 700px; top: 300px; padding: 15px 25px; position: absolute; cursor: pointer; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; } #co a { font-family: 'Source Sans Pro', sans-serif; color: #fff; display: inline-block; text-decoration: none; font-weight: 700; font-size: 15px; } #gui { border-radius: 15px; width: 110px; background-color: #4CAF50; border: none; color: white; padding: 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; margin: 4px 2px; cursor: pointer; float: right; } #gui:hover { background: #111; } /* #traloi h1 { font-family: 'Source Sans Pro', sans-serif; font-size: 30px; color: #000; font-weight: bold; } */ /* #co:hover { background: #111; } */ #traloi>p { font-size: 30px; font-family: 'Source Sans Pro', sans-serif; /* text-align: center; */ color: #000; } #divResult2 p { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } #divResult3 p { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } @media only screen and (max-width: 320px) and (min-width: 200px) { #co { /* background: #C5062C; */ left: 170px; top: 500px; display: block; /* bottom: 50px; */ } #lbNo { /* background: #C5062C; */ left: 0.5px; top: 500px; position: absolute; /* bottom: 50px; */ } } @media only screen and (max-width: 480px) and (min-width: 330px) { #co { /* background: #C5062C; */ left: 180px; top: 400px; display: block } #lbNo { /* background: #C5062C; */ position: absolute; left: 10px; top: 400px; display: block; } } @media only screen and (min-device-width: 480px) and (max-device-width: 600px) { #co { /* background: #C5062C; */ left: 300px; top: 700px; display: block; } #lbNo { /* background: #C5062C; */ border: 0; /* position: absolute; */ left: 100px; top: 700px; display: block; } } @media only screen and (min-device-width: 600px) and (max-device-width: 720px) { #co { /* background: #C5062C; */ left: 300px; top: 500px; } #lbNo { /* background: #C5062C; */ border: 0; position: absolute; left: 100px; top: 500px; } }
ud/css/styleLove.css
@charset utf-8; /* CSS Document */ * { padding: 0; margin: 0; } body { font-family: Arial, Helvetica, sans-serif; background: url('../img/love.jpg'); display: initial; background-color: #cccccc; - height: 1000px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; background-attachment: fixed; } .modal { display: none; position: fixed; z-index: 1; padding-top: 30px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* background-color: rgb(0, 0, 0); */ /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); } .modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; } /* 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; } /* =========================== */ .msg { margin: 0 auto; text-align: center; font-family: 'Source Sans Pro', sans-serif; color: #fff; font-size: 16px; } h1 { font-family: 'Source Sans Pro', sans-serif; font-size: 30px; font-weight: lighter; /* color: #fff; */ } #divResult h2 { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } #co { /* background: #C5062C; */ border: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 15px 25px; position: absolute; left: 500px; top: 300px; cursor: pointer; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; } #lbNo { /* background: #C5062C; */ border: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; left: 700px; top: 300px; padding: 15px 25px; position: absolute; cursor: pointer; -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; } #co a { font-family: 'Source Sans Pro', sans-serif; color: #fff; display: inline-block; text-decoration: none; font-weight: 700; font-size: 15px; } #gui { border-radius: 15px; width: 110px; background-color: #4CAF50; border: none; color: white; padding: 10px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; margin: 4px 2px; cursor: pointer; float: right; } #gui:hover { background: #111; } /* #traloi h1 { font-family: 'Source Sans Pro', sans-serif; font-size: 30px; color: #000; font-weight: bold; } */ /* #co:hover { background: #111; } */ #traloi>p { font-size: 30px; font-family: 'Source Sans Pro', sans-serif; /* text-align: center; */ color: #000; } #divResult2 p { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } #divResult3 p { font-family: 'Source Sans Pro', sans-serif; font-size: 20px; color: #000; font-weight: bold; } @media only screen and (max-width: 320px) and (min-width: 200px) { #co { /* background: #C5062C; */ left: 170px; top: 500px; display: block; /* bottom: 50px; */ } #lbNo { /* background: #C5062C; */ left: 0.5px; top: 500px; position: absolute; /* bottom: 50px; */ } } @media only screen and (max-width: 480px) and (min-width: 330px) { #co { /* background: #C5062C; */ left: 180px; top: 400px; display: block } #lbNo { /* background: #C5062C; */ position: absolute; left: 10px; top: 400px; display: block; } } @media only screen and (min-device-width: 480px) and (max-device-width: 600px) { #co { /* background: #C5062C; */ left: 300px; top: 700px; display: block; } #lbNo { /* background: #C5062C; */ border: 0; /* position: absolute; */ left: 100px; top: 700px; display: block; } } @media only screen and (min-device-width: 600px) and (max-device-width: 720px) { #co { /* background: #C5062C; */ left: 300px; top: 500px; } #lbNo { /* background: #C5062C; */ border: 0; position: absolute; left: 100px; top: 500px; } }
0.286169
0.057361
| (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. */ *[class\~="topic\/ol"] > li > *[class\~="topic\/ol"] > *[class\~="topic\/li"] { list-style-type: lower-alpha !important; } /* mods to update in topic_classed: box model for link/linklist etc CALS table model */ /* class-based lookups for DITA */ author, copyright, critdates, permissions, audience, othermeta, language, category, context, dd, ddhd, desc, dl, dlhead, dlentry, dt, dthd, example, fig, figbody, lq, note, ol, p, prolog, relgroup, longdesc, title, ul { display: block; } *[class~="topic\/topic"] { display: block; margin-top: 6pt; margin-bottom: 9pt; font-family: sans-serif; padding-left: 5px; padding-right: 5px; } *[class~="topic\/topic"] > *[class~="topic\/title"] { display: block; margin-top: 16pt; margin-bottom: 9pt; font-size: 22pt; font-weight: bold; color: #000001; } * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 20pt; font-size: 18pt; font-weight: bold; color: #000002; } * > * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 20pt; font-size: 16pt; font-weight: bold; color: #000002; } * > * > * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 10pt; font-size: 14pt; font-weight: bold; color: #000000; } *[class~="topic\/searchtitle"] { margin-top: 6pt; margin-left: 24pt; font-size: 14pt; font-weight: bold; display: block; color: teal; } *[class~="topic\/searchtitle"]:before { color: blue; font-weight: bold; margin-left: 24pt; display: inline; margin-left: 24pt; content: "Search Title: "; } /* For authoring, call attention to shortdesc by boxing it. For output, its just a paragraph. */ *[class~="topic\/shortdesc"] { display: block; margin-top: 6pt; margin-bottom: 6pt; border: thin solid black; } *[class~="topic\/prolog"] { margin-top: 1pc; margin-left: 24pt; background-color: #99FFCC; padding-top: 3pt; padding-right: 3pt; padding-left: 3pt; padding-bottom: 6pt; border: thin solid olive; margin-bottom: 1pc; } *[class~="topic\/body"] { display: block; margin-left: 12pt; } /* general setup for section-like divisions and exhibits */ *[class~="topic\/section"], *[class~="topic\/example"], *[class~="topic\/table"], *[class~="topic\/fig"] { margin-top: 12pt; display: block; } *[class~="topic\/section"] > *[class~="topic\/title"], *[class~="topic\/example"] > *[class~="topic\/title"] { display: block; font-weight: bold; margin-top: 6pt; margin-bottom: 2pt; } /*== special content and exhibits ==*/ *[spectitle]:before { display: block; font-weight: bold; margin-bottom: 2pt; content: attr(spectitle) ": "; } *[spectitle][class~="topic\/section"]:before, *[spectitle][class~="topic\/example"]:before { display: block; font-weight: bold; font-size: 11pt; content: attr(spectitle) ": "; } *[specentry]:before { display: block; font-weight: bold; margin-bottom: 2pt; content: attr(specentry) ": "; } *[conref]:before { content: "Conref: [" attr(conref) "]"; } /*== body content ==*/ /* apparently not supported in XXE */ *[class~="topic\/section"] > p:first-child { display: block; margin-top: 6pt; margin-bottom: 6pt; } *[class~="topic\/section"] > *[class~="topic\/p"] { display: block; margin-top: 6pt; } *[class~="topic\/p"], *[class~="topic\/note"] { display: block; margin-bottom: 6pt; } *[class~="topic\/note"] > *[class~="topic\/p"] { display: block; margin-top: 6pt; margin-bottom: 6pt; } *[type="note"][class~="topic\/note"]:before { font-weight: bold; content: "Note: "; } *[type="tip"][class~="topic\/note"]:before { font-weight: bold; content: "Tip: "; } *[type="fastpath"][class~="topic\/note"]:before { font-weight: bold; content: "Fastpath: "; } /* additional to add here: attention, caution, danger, important, remember, restriction, other */ note:before { font-weight: bold; content: attr(type) "Note: "; } /*== list item ==*/ *[class~="topic\/li"] { margin-left: 20pt; display: list-item; margin-bottom: 2pt; margin-top: 6pt; } *[class~="topic\/ul"], *[class~="topic\/ol"] { margin-top: 6pt; margin-bottom: 6pt; } *[class~="topic\/ul"] > *[class~="topic\/li"] { list-style-type: disc; } *[class~="topic\/ol"] > *[class~="topic\/li"] { list-style-type: decimal; } *[class~="topic\/ol"] > *[class~="topic\/li"] > *[class~="topic\/ol"] > *[class~="topic\/li"] { list-style-type: lower-alpha; } *[class~="topic\/sl"] { list-style: none; } *[class~="topic\/sli"] { display: list-item; } /*== phrase markup ==*/ *[class\~="hi-d\/b"] { font-weight: bold; } *[class\~="hi-d\/i"] { font-style : italic; } *[class\~="hi-d\/u"] { text-decoration : underline; } *[class\~="hi-d\/tt"], *[class\~="sw-d\/systemoutput"] { font-family : monospace; } *[class\~="ui-d\/uicontrol"] , *[class\~="pr-d/parmname"] { font-weight: bold; } *[class~="topic\/q"]:before { content: "\""; } *[class~="topic\/q"]:after { content: "\""; } *[class~="topic\/cite"] { font-style: italic; } *[class~="topic\/fn"]:before { color: purple; font-weight: bold; content: " [Footnote: "; } *[class~="topic\/fn"]:after { color: purple; font-weight: bold; content: "] "; } *[class~="topic\/fn"] { color: purple; font-weight: bold; } /*== default (preferred) rendering of dl as indented list ==*/ dl[title]:before, *[title]:before { font-weight: bold; font-size: 11pt; content: attr(title) ": "; } *[class~="topic\/dlhead"] { font-weight: bold; } *[class~="topic\/dl"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/dt"], *[class~="topic\/dthd"] { font-weight: bold; } *[class~="topic\/dd"], *[class~="topic\/ddhd"] { margin-left: 4ex; } /*== line-oriented content ==*/ *[class~="topic\/pre"] { display: block; white-space: pre; background-color: #e0e0e0; border: thin solid gray; font-family: Courier; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/lines"] { white-space: pre; display: block; font-style: normal; } /*== blocked paragraphs and contexts ==*/ *[class~="topic\/lq"] { margin-left: 20pt; display: block; margin-top: 6pt; } *[class~="topic\/p"] > *[class~="topic\/pre"] { margin-top: 6pt; } /* generic support for the scale attribute (must match an e*/ /*display-atts: scale (50|60|70|80|90|100|110|120|140|160|180|200) #IMPLIED frame (top | bottom |topbot | all | sides | none) #IMPLIED expanse (page|column|textline) #IMPLIED */ *[scale="50"] { font-size: 50%; } *[scale="60"] { font-size: 60%; } *[scale="70"] { font-size: 70%; } *[scale="80"] { font-size: 80%; } *[scale="90"] { font-size: 90%; } *[scale="100"] { font-size: 100%; } *[scale="110"] { font-size: 110%; } *[scale="120"] { font-size: 120%; } *[scale="140"] { font-size: 140%; } *[scale="160"] { font-size: 160%; } *[scale="180"] { font-size: 180%; } *[scale="200"] { font-size: 200%; } /*== figure markup ==*/ *[frame="all"][class~="topic\/fig"] { border: thin solid black; margin-bottom: 6pt; } /*== compact (for dl and its derivatives; considering deprecation) ==*/ *[compact="yes"] > *[class~="topic\/li"] { margin-top: 0pt; } /* == titles for figs, tables == */ *[class~="topic\/fig"] > *[class~="topic\/title"] { font-weight: bold; display: block; margin-bottom: 4pt; } *[class~="topic\/fig"] > *[class~="topic\/title"]:before { font-weight: bold; content: "Figure: "; } *[class~="topic\/table"] > *[class~="topic\/title"] { font-weight: bold; display: block; margin-bottom: 4pt; } *[class~="topic\/table"] > *[class~="topic\/title"]:before { font-weight: bold; content: "Table: "; } /*== CALS table markup ==*/ *[class~="topic\/table"] { display: block; } *[class~="topic\/thead"] > *[class~="topic\/row"] > *[class~="topic\/entry"] { font-weight: bold; } *[class~="topic\/tgroup"] { display: table; } *[class~="topic\/thead"] { display: table-header-group; } *[class~="topic\/tfoot"] { display: table-footer-group; } *[class~="topic\/tbody"] { display: table-row-group; } *[class~="topic\/row"] { display: table-row; } *[class~="topic\/entry"] { display: table-cell; border: thin solid black; } /* rendering for context dependent table content */ /* *[class~="topic\/section"] > *[class~="topic\/table"], *[class~="topic\/example"] > *[class~="topic\/table"] { margin-top: 0pt; } */ *[class~="topic\/entry"] > *[class~="topic\/image"] { margin-top: 0pt; margin-bottom: 0pt; } /*== simple table markup ==*/ *[class~="topic\/simpletable"] { display: table; border: thin solid gray; } *[class~="topic\/strow"], *[class~="topic\/sthead"] { display: table-row; } *[class~="topic\/sthead"] > *[class~="topic\/stentry"] { display: table-cell; font-weight: bold; text-align: center; border: thin solid gray; } *[class~="topic\/strow"] > *[class~="topic\/stentry"] { display: table-cell; border: thin solid gray; } *[class~="topic\/note"] { margin-top: 6pt; } /*== frame support for figures, tables ==*/ fig[frame="topbot"] { border: thin solid black; } /* index terms in phrase contexts */ indexterm { display: block; margin-left: 6pt; border: thin inset gray; color: black; background-color: #ffddff; } indexterm:before { content: "[index term: "; } indexterm:after { content: "]"; } /*== prolog and metadata ==*/ *[class~="topic\/author"]:before { color: blue; font-weight: bold; content: "Author ["; } *[class~="topic\/author"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/copyrholder"] { display: block; } *[class~="topic\/year"]:before { content: "Copyright year " attr(year) " "; } *[class~="topic\/copyright"]:before { color: blue; font-weight: bold; content: "Copyright ["; } *[class~="topic\/copyright"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/critdates"]:before { color: blue; font-weight: bold; content: "Critical dates ["; } *[class~="topic\/critdates"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/permissions"]:before { color: blue; font-weight: bold; content: "Permissions ["; } *[class~="topic\/permissions"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/metadata"] { display: block; background-color: #66FF66; padding-top: 3pt; padding-right: 3pt; padding-left: 3pt; padding-bottom: 6pt; border: thin solid red; margin-top: 2pt; margin-left: 2pt; margin-right: 2pt; margin-bottom: 2pt; } *[class~="topic\/prolog"]:before { color: black; font-weight: bold; content: "Prolog:"; } *[class~="topic\/metadata"]:before { color: black; font-weight: bold; content: "Metadata:"; } *[class~="topic\/prodinfo"] { background-color: #e0e0e0; display: block; margin-left: 16pt; margin-top: 6pt; border: thin solid black; } *[class~="topic\/category"]:before { color: blue; font-weight: bold; content: "Category ["; } *[class~="topic\/category"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/audience"]:before { color: blue; font-weight: bold; content: "Audience [" attr(type) "]"; } *[class~="topic\/keywords"]:before { color: blue; font-weight: bold; content: "Keywords ["; } *[class~="topic\/keywords"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/language"]:before { color: blue; font-weight: bold; content: "Language [" attr(lang) "]"; } *[class~="topic\/othermeta"]:before { color: blue; font-weight: bold; content: "Other Metadata: name=[" attr(name) "] content=[" attr(content) "]"; } /*== image data ==*/ *[class\~="topic\/image"], *[placement="inline"][class\~="topic\/image"] { display: inline; plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; x-morphon-docbook-imagedata-xml-file-name: "href"; } *[placement="break"][class~="topic\/image"] { display: block; plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; x-morphon-docbook-imagedata-xml-file-name: "href"; } *[class~="topic\/image"][alt]:after { content: "Alt: [" attr(alt) "]"; } /*== specially highlighted elements ==*/ *[class~="topic\/required-cleanup"] { color: #CC3333; background-color: #FFFF99; border: thick solid black; } *[class~="topic\/draft-comment"] { display: block; margin-top: 6pt; margin-bottom: 2pt; background-color: #FF99FF; border: thin solid black; } /* color: #CC3333; */ *[class~="topic\/draft-comment"]:before { font-weight: bold; content: "Comment by " attr(reviewer) ": "; } /*== linking in topics ==*/ *[class~="topic\/related-links"] { display: block; } *[class~="topic\/related-links"]:before { display: block; color: black; font-weight: bold; content: "Related Links:"; } *[class~="topic\/links"], *[class~="topic\/linklist"], *[class~="topic\/linkpool"] { margin-top: 1.33ex; margin-bottom: 1.33ex; display: block; margin-left: 2ex; } *[class~="topic\/links"]:before, *[class~="topic\/linklist"]:before, *[class~="topic\/linkpool"]:before { color: green; font-weight: bold; content: "Links:"; } *[class~="topic\/links"] > *[class~="topic\/title"], *[class~="topic\/linklist"] > *[class~="topic\/title"], *[class~="topic\/linkpool"] > *[class~="topic\/title"] { display: block; font-weight: bold; margin-top: 6pt; } /*== common and separate behaviors of link, xref, cite ==*/ *[class~="topic\/link"] { display: block; margin-left: 20pt; } *[class~="topic\/xref"], *[class~="topic\/cite"] { display: inline; } *[class~="topic\/link"], *[class~="topic\/xref"], *[class~="topic\/cite"] { text-decoration: underline; color: red; } *[href][class~="topic\/link"], *[href][class~="topic\/xref"], *[href][class~="topic\/cite"] { text-decoration: underline; color: blue; } *[class~="topic\/xref"]:before { font-weight: bold; content: "[" attr(type) "--" attr(href) "]"; } /* linking in topics */ *[class~="topic\/link"], *[class~="topic\/xref"] { text-decoration: underline; color: red; } *[href][class~="topic\/link"], *[href][class~="topic\/xref"] { text-decoration: underline; color: blue; } *[class~="topic\/link"] { display: block; margin-left: 20pt; } *[class~="topic\/xref"]:before { font-weight: bold; content: "[" attr(type) "--" attr(href) "]"; } /* rendering support for XML meta elements (comments, PIs) */ *:comment, *:processing-instruction { padding: 2px; font-size: smaller; font-family: monospace; } *:comment { border: thin solid rgb(128, 128, 0); background-color: rgb(192, 192, 128); } *:processing-instruction { border: thin solid rgb(0, 128, 0); background-color: rgb(192, 255, 192); } *:comment, *:processing-instruction { display: block; white-space: pre; margin: 2px; } /* process specific behaviors */ @media morphon { * { additional-helpset-location: url(dita-help.jar); additional-helpset-mapfile: url(morphon-map.xml); additional-helpset-name: dita-help; } *[class~="topic\/entry"] { display: table-cell; } *[class~="topic\/xtgroup"] { table-model: cals; } *[format="GIF"][class~="topic\/image"] { plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; } } @media xxe { /* list item */ *[class~="topic\/ul"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/ul"] > li { margin-left: 2.5ex; } *[class~="topic\/ul"] > li:before { display: marker; content: disc; } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: square; } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: icon(diamond); } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: circle; } *[class~="topic\/ol"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/ol"] > li { margin-left: 6ex; } *[class~="topic\/ol"] > li:before { display: marker; content: counter(n,decimal); font-weight: bold; } *[style~=lower-alpha][class~="topic\/ol"] > li:before { display: marker; content: counter(n,lower-alpha); } *[style~=upper-alpha][class~="topic\/ol"] > li:before { display: marker; content: counter(n,upper-alpha); } *[style~=lower-roman][class~="topic\/ol"] > li:before { display: marker; content: counter(n,lower-roman); } *[style~=upper-roman][class~="topic\/ol"] > li:before { display: marker; content: counter(n,upper-roman); } *[class~="topic\/ol"] ul, ul *[class~="topic\/ol"], ul ul, *[class~="topic\/ol"] *[class~="topic\/ol"] { margin-top: 0; margin-bottom: 0; } } /* alternate dl rendering as a table */ xdl { display: table; } xdlhead { display: table-row; } xdthd { display: table-cell; font-weight: bold; background-color: silver; } xddhd { content: " - "; display: table-cell; font-weight: bold; background-color: silver; } xdlentry { display: table-row; } xdt { display: table-cell; font-weight: bold; } xdd { display: table-cell; }
DITA-OT1.6.3/css/topic_classed.css
| (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. */ *[class\~="topic\/ol"] > li > *[class\~="topic\/ol"] > *[class\~="topic\/li"] { list-style-type: lower-alpha !important; } /* mods to update in topic_classed: box model for link/linklist etc CALS table model */ /* class-based lookups for DITA */ author, copyright, critdates, permissions, audience, othermeta, language, category, context, dd, ddhd, desc, dl, dlhead, dlentry, dt, dthd, example, fig, figbody, lq, note, ol, p, prolog, relgroup, longdesc, title, ul { display: block; } *[class~="topic\/topic"] { display: block; margin-top: 6pt; margin-bottom: 9pt; font-family: sans-serif; padding-left: 5px; padding-right: 5px; } *[class~="topic\/topic"] > *[class~="topic\/title"] { display: block; margin-top: 16pt; margin-bottom: 9pt; font-size: 22pt; font-weight: bold; color: #000001; } * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 20pt; font-size: 18pt; font-weight: bold; color: #000002; } * > * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 20pt; font-size: 16pt; font-weight: bold; color: #000002; } * > * > * > *[class~="topic\/topic"] > *[class~="topic\/title"] { margin-top: 10pt; font-size: 14pt; font-weight: bold; color: #000000; } *[class~="topic\/searchtitle"] { margin-top: 6pt; margin-left: 24pt; font-size: 14pt; font-weight: bold; display: block; color: teal; } *[class~="topic\/searchtitle"]:before { color: blue; font-weight: bold; margin-left: 24pt; display: inline; margin-left: 24pt; content: "Search Title: "; } /* For authoring, call attention to shortdesc by boxing it. For output, its just a paragraph. */ *[class~="topic\/shortdesc"] { display: block; margin-top: 6pt; margin-bottom: 6pt; border: thin solid black; } *[class~="topic\/prolog"] { margin-top: 1pc; margin-left: 24pt; background-color: #99FFCC; padding-top: 3pt; padding-right: 3pt; padding-left: 3pt; padding-bottom: 6pt; border: thin solid olive; margin-bottom: 1pc; } *[class~="topic\/body"] { display: block; margin-left: 12pt; } /* general setup for section-like divisions and exhibits */ *[class~="topic\/section"], *[class~="topic\/example"], *[class~="topic\/table"], *[class~="topic\/fig"] { margin-top: 12pt; display: block; } *[class~="topic\/section"] > *[class~="topic\/title"], *[class~="topic\/example"] > *[class~="topic\/title"] { display: block; font-weight: bold; margin-top: 6pt; margin-bottom: 2pt; } /*== special content and exhibits ==*/ *[spectitle]:before { display: block; font-weight: bold; margin-bottom: 2pt; content: attr(spectitle) ": "; } *[spectitle][class~="topic\/section"]:before, *[spectitle][class~="topic\/example"]:before { display: block; font-weight: bold; font-size: 11pt; content: attr(spectitle) ": "; } *[specentry]:before { display: block; font-weight: bold; margin-bottom: 2pt; content: attr(specentry) ": "; } *[conref]:before { content: "Conref: [" attr(conref) "]"; } /*== body content ==*/ /* apparently not supported in XXE */ *[class~="topic\/section"] > p:first-child { display: block; margin-top: 6pt; margin-bottom: 6pt; } *[class~="topic\/section"] > *[class~="topic\/p"] { display: block; margin-top: 6pt; } *[class~="topic\/p"], *[class~="topic\/note"] { display: block; margin-bottom: 6pt; } *[class~="topic\/note"] > *[class~="topic\/p"] { display: block; margin-top: 6pt; margin-bottom: 6pt; } *[type="note"][class~="topic\/note"]:before { font-weight: bold; content: "Note: "; } *[type="tip"][class~="topic\/note"]:before { font-weight: bold; content: "Tip: "; } *[type="fastpath"][class~="topic\/note"]:before { font-weight: bold; content: "Fastpath: "; } /* additional to add here: attention, caution, danger, important, remember, restriction, other */ note:before { font-weight: bold; content: attr(type) "Note: "; } /*== list item ==*/ *[class~="topic\/li"] { margin-left: 20pt; display: list-item; margin-bottom: 2pt; margin-top: 6pt; } *[class~="topic\/ul"], *[class~="topic\/ol"] { margin-top: 6pt; margin-bottom: 6pt; } *[class~="topic\/ul"] > *[class~="topic\/li"] { list-style-type: disc; } *[class~="topic\/ol"] > *[class~="topic\/li"] { list-style-type: decimal; } *[class~="topic\/ol"] > *[class~="topic\/li"] > *[class~="topic\/ol"] > *[class~="topic\/li"] { list-style-type: lower-alpha; } *[class~="topic\/sl"] { list-style: none; } *[class~="topic\/sli"] { display: list-item; } /*== phrase markup ==*/ *[class\~="hi-d\/b"] { font-weight: bold; } *[class\~="hi-d\/i"] { font-style : italic; } *[class\~="hi-d\/u"] { text-decoration : underline; } *[class\~="hi-d\/tt"], *[class\~="sw-d\/systemoutput"] { font-family : monospace; } *[class\~="ui-d\/uicontrol"] , *[class\~="pr-d/parmname"] { font-weight: bold; } *[class~="topic\/q"]:before { content: "\""; } *[class~="topic\/q"]:after { content: "\""; } *[class~="topic\/cite"] { font-style: italic; } *[class~="topic\/fn"]:before { color: purple; font-weight: bold; content: " [Footnote: "; } *[class~="topic\/fn"]:after { color: purple; font-weight: bold; content: "] "; } *[class~="topic\/fn"] { color: purple; font-weight: bold; } /*== default (preferred) rendering of dl as indented list ==*/ dl[title]:before, *[title]:before { font-weight: bold; font-size: 11pt; content: attr(title) ": "; } *[class~="topic\/dlhead"] { font-weight: bold; } *[class~="topic\/dl"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/dt"], *[class~="topic\/dthd"] { font-weight: bold; } *[class~="topic\/dd"], *[class~="topic\/ddhd"] { margin-left: 4ex; } /*== line-oriented content ==*/ *[class~="topic\/pre"] { display: block; white-space: pre; background-color: #e0e0e0; border: thin solid gray; font-family: Courier; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/lines"] { white-space: pre; display: block; font-style: normal; } /*== blocked paragraphs and contexts ==*/ *[class~="topic\/lq"] { margin-left: 20pt; display: block; margin-top: 6pt; } *[class~="topic\/p"] > *[class~="topic\/pre"] { margin-top: 6pt; } /* generic support for the scale attribute (must match an e*/ /*display-atts: scale (50|60|70|80|90|100|110|120|140|160|180|200) #IMPLIED frame (top | bottom |topbot | all | sides | none) #IMPLIED expanse (page|column|textline) #IMPLIED */ *[scale="50"] { font-size: 50%; } *[scale="60"] { font-size: 60%; } *[scale="70"] { font-size: 70%; } *[scale="80"] { font-size: 80%; } *[scale="90"] { font-size: 90%; } *[scale="100"] { font-size: 100%; } *[scale="110"] { font-size: 110%; } *[scale="120"] { font-size: 120%; } *[scale="140"] { font-size: 140%; } *[scale="160"] { font-size: 160%; } *[scale="180"] { font-size: 180%; } *[scale="200"] { font-size: 200%; } /*== figure markup ==*/ *[frame="all"][class~="topic\/fig"] { border: thin solid black; margin-bottom: 6pt; } /*== compact (for dl and its derivatives; considering deprecation) ==*/ *[compact="yes"] > *[class~="topic\/li"] { margin-top: 0pt; } /* == titles for figs, tables == */ *[class~="topic\/fig"] > *[class~="topic\/title"] { font-weight: bold; display: block; margin-bottom: 4pt; } *[class~="topic\/fig"] > *[class~="topic\/title"]:before { font-weight: bold; content: "Figure: "; } *[class~="topic\/table"] > *[class~="topic\/title"] { font-weight: bold; display: block; margin-bottom: 4pt; } *[class~="topic\/table"] > *[class~="topic\/title"]:before { font-weight: bold; content: "Table: "; } /*== CALS table markup ==*/ *[class~="topic\/table"] { display: block; } *[class~="topic\/thead"] > *[class~="topic\/row"] > *[class~="topic\/entry"] { font-weight: bold; } *[class~="topic\/tgroup"] { display: table; } *[class~="topic\/thead"] { display: table-header-group; } *[class~="topic\/tfoot"] { display: table-footer-group; } *[class~="topic\/tbody"] { display: table-row-group; } *[class~="topic\/row"] { display: table-row; } *[class~="topic\/entry"] { display: table-cell; border: thin solid black; } /* rendering for context dependent table content */ /* *[class~="topic\/section"] > *[class~="topic\/table"], *[class~="topic\/example"] > *[class~="topic\/table"] { margin-top: 0pt; } */ *[class~="topic\/entry"] > *[class~="topic\/image"] { margin-top: 0pt; margin-bottom: 0pt; } /*== simple table markup ==*/ *[class~="topic\/simpletable"] { display: table; border: thin solid gray; } *[class~="topic\/strow"], *[class~="topic\/sthead"] { display: table-row; } *[class~="topic\/sthead"] > *[class~="topic\/stentry"] { display: table-cell; font-weight: bold; text-align: center; border: thin solid gray; } *[class~="topic\/strow"] > *[class~="topic\/stentry"] { display: table-cell; border: thin solid gray; } *[class~="topic\/note"] { margin-top: 6pt; } /*== frame support for figures, tables ==*/ fig[frame="topbot"] { border: thin solid black; } /* index terms in phrase contexts */ indexterm { display: block; margin-left: 6pt; border: thin inset gray; color: black; background-color: #ffddff; } indexterm:before { content: "[index term: "; } indexterm:after { content: "]"; } /*== prolog and metadata ==*/ *[class~="topic\/author"]:before { color: blue; font-weight: bold; content: "Author ["; } *[class~="topic\/author"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/copyrholder"] { display: block; } *[class~="topic\/year"]:before { content: "Copyright year " attr(year) " "; } *[class~="topic\/copyright"]:before { color: blue; font-weight: bold; content: "Copyright ["; } *[class~="topic\/copyright"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/critdates"]:before { color: blue; font-weight: bold; content: "Critical dates ["; } *[class~="topic\/critdates"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/permissions"]:before { color: blue; font-weight: bold; content: "Permissions ["; } *[class~="topic\/permissions"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/metadata"] { display: block; background-color: #66FF66; padding-top: 3pt; padding-right: 3pt; padding-left: 3pt; padding-bottom: 6pt; border: thin solid red; margin-top: 2pt; margin-left: 2pt; margin-right: 2pt; margin-bottom: 2pt; } *[class~="topic\/prolog"]:before { color: black; font-weight: bold; content: "Prolog:"; } *[class~="topic\/metadata"]:before { color: black; font-weight: bold; content: "Metadata:"; } *[class~="topic\/prodinfo"] { background-color: #e0e0e0; display: block; margin-left: 16pt; margin-top: 6pt; border: thin solid black; } *[class~="topic\/category"]:before { color: blue; font-weight: bold; content: "Category ["; } *[class~="topic\/category"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/audience"]:before { color: blue; font-weight: bold; content: "Audience [" attr(type) "]"; } *[class~="topic\/keywords"]:before { color: blue; font-weight: bold; content: "Keywords ["; } *[class~="topic\/keywords"]:after { color: blue; font-weight: bold; content: "]"; } *[class~="topic\/language"]:before { color: blue; font-weight: bold; content: "Language [" attr(lang) "]"; } *[class~="topic\/othermeta"]:before { color: blue; font-weight: bold; content: "Other Metadata: name=[" attr(name) "] content=[" attr(content) "]"; } /*== image data ==*/ *[class\~="topic\/image"], *[placement="inline"][class\~="topic\/image"] { display: inline; plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; x-morphon-docbook-imagedata-xml-file-name: "href"; } *[placement="break"][class~="topic\/image"] { display: block; plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; x-morphon-docbook-imagedata-xml-file-name: "href"; } *[class~="topic\/image"][alt]:after { content: "Alt: [" attr(alt) "]"; } /*== specially highlighted elements ==*/ *[class~="topic\/required-cleanup"] { color: #CC3333; background-color: #FFFF99; border: thick solid black; } *[class~="topic\/draft-comment"] { display: block; margin-top: 6pt; margin-bottom: 2pt; background-color: #FF99FF; border: thin solid black; } /* color: #CC3333; */ *[class~="topic\/draft-comment"]:before { font-weight: bold; content: "Comment by " attr(reviewer) ": "; } /*== linking in topics ==*/ *[class~="topic\/related-links"] { display: block; } *[class~="topic\/related-links"]:before { display: block; color: black; font-weight: bold; content: "Related Links:"; } *[class~="topic\/links"], *[class~="topic\/linklist"], *[class~="topic\/linkpool"] { margin-top: 1.33ex; margin-bottom: 1.33ex; display: block; margin-left: 2ex; } *[class~="topic\/links"]:before, *[class~="topic\/linklist"]:before, *[class~="topic\/linkpool"]:before { color: green; font-weight: bold; content: "Links:"; } *[class~="topic\/links"] > *[class~="topic\/title"], *[class~="topic\/linklist"] > *[class~="topic\/title"], *[class~="topic\/linkpool"] > *[class~="topic\/title"] { display: block; font-weight: bold; margin-top: 6pt; } /*== common and separate behaviors of link, xref, cite ==*/ *[class~="topic\/link"] { display: block; margin-left: 20pt; } *[class~="topic\/xref"], *[class~="topic\/cite"] { display: inline; } *[class~="topic\/link"], *[class~="topic\/xref"], *[class~="topic\/cite"] { text-decoration: underline; color: red; } *[href][class~="topic\/link"], *[href][class~="topic\/xref"], *[href][class~="topic\/cite"] { text-decoration: underline; color: blue; } *[class~="topic\/xref"]:before { font-weight: bold; content: "[" attr(type) "--" attr(href) "]"; } /* linking in topics */ *[class~="topic\/link"], *[class~="topic\/xref"] { text-decoration: underline; color: red; } *[href][class~="topic\/link"], *[href][class~="topic\/xref"] { text-decoration: underline; color: blue; } *[class~="topic\/link"] { display: block; margin-left: 20pt; } *[class~="topic\/xref"]:before { font-weight: bold; content: "[" attr(type) "--" attr(href) "]"; } /* rendering support for XML meta elements (comments, PIs) */ *:comment, *:processing-instruction { padding: 2px; font-size: smaller; font-family: monospace; } *:comment { border: thin solid rgb(128, 128, 0); background-color: rgb(192, 192, 128); } *:processing-instruction { border: thin solid rgb(0, 128, 0); background-color: rgb(192, 255, 192); } *:comment, *:processing-instruction { display: block; white-space: pre; margin: 2px; } /* process specific behaviors */ @media morphon { * { additional-helpset-location: url(dita-help.jar); additional-helpset-mapfile: url(morphon-map.xml); additional-helpset-name: dita-help; } *[class~="topic\/entry"] { display: table-cell; } *[class~="topic\/xtgroup"] { table-model: cals; } *[format="GIF"][class~="topic\/image"] { plugin-view: "com.morphon.visualplugins.docbook.DocBook_ImageData"; } } @media xxe { /* list item */ *[class~="topic\/ul"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/ul"] > li { margin-left: 2.5ex; } *[class~="topic\/ul"] > li:before { display: marker; content: disc; } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: square; } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: icon(diamond); } *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li *[class~="topic\/ul"] > li:before { display: marker; content: circle; } *[class~="topic\/ol"] { margin-left: 2ex; margin-top: 1.33ex; margin-bottom: 1.33ex; } *[class~="topic\/ol"] > li { margin-left: 6ex; } *[class~="topic\/ol"] > li:before { display: marker; content: counter(n,decimal); font-weight: bold; } *[style~=lower-alpha][class~="topic\/ol"] > li:before { display: marker; content: counter(n,lower-alpha); } *[style~=upper-alpha][class~="topic\/ol"] > li:before { display: marker; content: counter(n,upper-alpha); } *[style~=lower-roman][class~="topic\/ol"] > li:before { display: marker; content: counter(n,lower-roman); } *[style~=upper-roman][class~="topic\/ol"] > li:before { display: marker; content: counter(n,upper-roman); } *[class~="topic\/ol"] ul, ul *[class~="topic\/ol"], ul ul, *[class~="topic\/ol"] *[class~="topic\/ol"] { margin-top: 0; margin-bottom: 0; } } /* alternate dl rendering as a table */ xdl { display: table; } xdlhead { display: table-row; } xdthd { display: table-cell; font-weight: bold; background-color: silver; } xddhd { content: " - "; display: table-cell; font-weight: bold; background-color: silver; } xdlentry { display: table-row; } xdt { display: table-cell; font-weight: bold; } xdd { display: table-cell; }
0.375134
0.064095
.top-buffer { margin-top: 20px; } #fileselector { margin: 10px; } #upload-file-selector { display: none; } .margin-correction { margin-right: 10px; } @font-face { font-family: 'Audiowide'; src: url('../fonts/Audiowide-Regular.ttf'); } @font-face { font-family: 'Bungee'; src: url('../fonts/Bungee-Regular.ttf'); } @font-face { font-family: 'Gloria'; src: url('../fonts/GloriaHallelujah.ttf'); } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto-Bold'; src: url('../fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'VT323'; src: url('../fonts/VT323-Regular.ttf'); } .logo-text { font-family: 'Audiowide'; /* no .ttf */ font-size: 54px; } div.content { height: 400px; background-color: #0b97c4; } div.scanContent { background-color: #0b97c4; } div.scanContent h1 { font-family: 'Bungee'; /* no .ttf */ font-size: 54px; text-align: center; color: #ffffff; } .section { width: 700px; margin: 0 auto; align-content: center; align-items: center; } .section_part { margin: 10px; padding: 10px; width: 30%; float: left; height: 200px; font-size: larger; text-align: center; background-color: #001f3f; color: #ffffff; } .scan_stats_part { margin: 10px; padding: 10px; width: 20%; float: left; height: 120px; font-size: smaller; text-align: center; background-color: #001f3f; color: #ffffff; } .section_part h3 { font-family: 'Bungee'; /* no .ttf */ } .section_part p { font-family: 'Gloria'; /* no .ttf */ } div.content h1 { font-family: 'Bungee'; /* no .ttf */ font-size: 54px; text-align: center; color: #ffffff; } div.content h2 { font-family: 'Gloria'; /* no .ttf */ font-size: 24px; text-align: center; color: #ffffff; } .content_row { display: table-row; font-family: 'Roboto'; /* no .ttf */ color: #2e2e2e; font-size: larger; } .content_row h2 { font-family: 'Roboto'; /* no .ttf */ font-size: 36px; color: #0b97c4; } .alt_bg { background-color: #e6e6e6; margin: -20px; } .content_col { width: 45%; padding: 5%; display: table-cell; } div.footer { height: 50px; background-color: #333333; color: #ffffff; text-align: left; padding-top: 10px; padding: 5%; font-family: 'Audiowide'; /* no .ttf */ } div.footer a { color: #ffffff; text-decoration: underline; } hr.header { height: 5px; border: 0; margin-left: -20px; margin-right: -20px; margin-bottom: 0px; box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5); } .react-logo { animation: react-logo-spin infinite 20s linear; height: 200px; margin-left: 25%; } .cmd-example { font-family: 'VT323'; font-size: 54px; } @keyframes react-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
ephemerol-react/src/modules/App.css
.top-buffer { margin-top: 20px; } #fileselector { margin: 10px; } #upload-file-selector { display: none; } .margin-correction { margin-right: 10px; } @font-face { font-family: 'Audiowide'; src: url('../fonts/Audiowide-Regular.ttf'); } @font-face { font-family: 'Bungee'; src: url('../fonts/Bungee-Regular.ttf'); } @font-face { font-family: 'Gloria'; src: url('../fonts/GloriaHallelujah.ttf'); } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto-Bold'; src: url('../fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'VT323'; src: url('../fonts/VT323-Regular.ttf'); } .logo-text { font-family: 'Audiowide'; /* no .ttf */ font-size: 54px; } div.content { height: 400px; background-color: #0b97c4; } div.scanContent { background-color: #0b97c4; } div.scanContent h1 { font-family: 'Bungee'; /* no .ttf */ font-size: 54px; text-align: center; color: #ffffff; } .section { width: 700px; margin: 0 auto; align-content: center; align-items: center; } .section_part { margin: 10px; padding: 10px; width: 30%; float: left; height: 200px; font-size: larger; text-align: center; background-color: #001f3f; color: #ffffff; } .scan_stats_part { margin: 10px; padding: 10px; width: 20%; float: left; height: 120px; font-size: smaller; text-align: center; background-color: #001f3f; color: #ffffff; } .section_part h3 { font-family: 'Bungee'; /* no .ttf */ } .section_part p { font-family: 'Gloria'; /* no .ttf */ } div.content h1 { font-family: 'Bungee'; /* no .ttf */ font-size: 54px; text-align: center; color: #ffffff; } div.content h2 { font-family: 'Gloria'; /* no .ttf */ font-size: 24px; text-align: center; color: #ffffff; } .content_row { display: table-row; font-family: 'Roboto'; /* no .ttf */ color: #2e2e2e; font-size: larger; } .content_row h2 { font-family: 'Roboto'; /* no .ttf */ font-size: 36px; color: #0b97c4; } .alt_bg { background-color: #e6e6e6; margin: -20px; } .content_col { width: 45%; padding: 5%; display: table-cell; } div.footer { height: 50px; background-color: #333333; color: #ffffff; text-align: left; padding-top: 10px; padding: 5%; font-family: 'Audiowide'; /* no .ttf */ } div.footer a { color: #ffffff; text-decoration: underline; } hr.header { height: 5px; border: 0; margin-left: -20px; margin-right: -20px; margin-bottom: 0px; box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5); } .react-logo { animation: react-logo-spin infinite 20s linear; height: 200px; margin-left: 25%; } .cmd-example { font-family: 'VT323'; font-size: 54px; } @keyframes react-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
0.486088
0.092442
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Merriweather&display=swap"); #root { min-width: 50%; min-height: 50%; width: 100vw; height: 100vh; background-color: #101b2b; color: "white"; overflow: hidden; } header { width: 100vw; background-color: #213758; color: white; font-family: "Roboto", sans-serif; } h5 { font-family: "IBM Plex Sans", sans-serif; color: #56c5bc; } /*#ipopTitle img { margin-left : 20%; margin-right: -15%; margin-top: -14%; margin-bottom: -15%; } */ #evioTitle label { text-align: center; font-family: "Roboto", sans-serif; font-weight: bold; color: white; } #DetailsLabel { font-family: "Roboto", sans-serif; } #valueLabel { font-family: "IBM Plex Sans", sans-serif; color: #56c5bc; } #loading { position: absolute; margin: auto; left: 50%; top: 50%; } #mainContent { width: 100%; height: 100vh; } #overlaysArea { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; margin: auto; } #cyArea { width: 100%; height: 95%; } /* customize overlay button */ .overlay { background: url("./images/icons/overlaySelected_ic.svg") no-repeat; background-size: contain; width: 120px; height: 95px; border: none; outline: none; margin: auto; } .overlaySelected { background: url("./images/icons/overlay_ic.svg") no-repeat; background-size: contain; width: 120px; height: 95px; border: none; outline: none; margin: auto; } .overlayBtn > button, .connectedNodeBtn > button, .sourceNodeBtn > button, .detailsNodeBtn > button, .detailsLinkBtn > button, .targetNodeBtn > button { text-align: left; width: 100%; padding: 4%; outline: transparent; border: transparent; font-family: "Roboto", sans-serif; } .overlayBtn > button:focus, .connectedNodeBtn > button:focus, .detailsNodeBtn > button:focus, .detailsLinkBtn > button:focus, .sourceNodeBtn > button:focus, .targetNodeBtn > button:focus { -webkit-box-shadow: none; box-shadow: none; } .arrow { width: 10%; } .overlay_ic { width: 75%; } #rightPanel { padding: 0.5%; color: white; position: fixed; width: 19vw; height: 95vh; right: 0; background-color: #213758; z-index: 2; overflow-wrap: break-word; overflow-y: auto; } #viewBar { margin: auto; text-align: center; } #viewSelector { width: 15%; } #rightPanel::-webkit-scrollbar { display: none; } #rightPanelBtn { margin-top: 0.3%; margin-bottom: auto; margin-left: 0.25%; margin-right: 0.25%; padding: 0; right: 0; width: 30px; border: none; height: 30px; outline: none; /* position : fixed; */ background: url(./images/icons/menu_ic.svg) no-repeat; background-size: contain; } .collapse-header { cursor: pointer; padding: 10px; color: white; background: #405b80; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .collapse-content { padding: 8px; color: white; background: transparent; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .overlayBtn, .connectedNodeBtn, .detailsNodeBtn, .detailsLinkBtn, .transmissionCard { border-radius: 3px; border: solid #486186; background-color: #405b80; margin-bottom: 2.5%; } .sourceNodeBtn { border-radius: 3px; } .targetNodeBtn { border-radius: 3px; } #breadcrumbPanelId { display: flex; justify-content: flex-start; position: absolute; top: 21px; left: 21px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; z-index: 1; } #rightPanel { padding: 0.5%; color: white; position: fixed; width: 19.5vw; right: 0; background-color: #213758; z-index: 3; overflow-wrap: break-word; } #toolsArea { display: flex; justify-content: flex-end; position: absolute; bottom: 21px; left: 21px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; z-index: 1; } #homeBtn, #refreshBtn, #infoBtn, #zoomInBtn, #zoomOutBtn, #switchBtn, #configBtn, #breadcrum { outline: none; border: none; background: none; width: 60px; height: 60px; padding: 0; } .refreshBtn:hover, .configBtn:hover, .infoBtn:hover, .zoomOutBtn:hover, .zoomInBtn:hover { color: rgba(255, 255, 255, 1); box-shadow: 0 5px 8px rgba(139, 255, 236, 0.5); } .refreshBtn{ opacity: 1.0; } .refreshBtnDisabled, .configBtnDisabled, .infoBtnDisabled, .zoomOutBtnDisabled, .zoomInBtnDisabled { opacity: 0.4; cursor: not-allowed; } #homeBtn { background-image: url("./images/icons/home_ic.svg"); background-size: cover; z-index: 3; } #switchBtn { width: 25px; height: 25px; background: url("./images/icons/swap_ic.svg") no-repeat; background-size: cover; } #refreshBtn { background-image: url("./images/icons/refresh_ic.svg"); background-size: cover; } #infoBtn { background-image: url("./images/icons/info_ic.svg"); background-size: cover; } .node_img { -webkit-transform: translateY(-2.5px); -ms-transform: translateY(-2.5px); transform: translateY(-2.5px); width: 100%; } .tunnel_img { -webkit-transform: translateY(1px); -ms-transform: translateY(1px); transform: translateY(1px); width: 90%; } #configBtn { background-image: url("./images/icons/config_ic.svg"); background-size: cover; } .popover { padding: 0.5%; /* width : fit-content; */ width: 320px; max-width: unset; } .popover-header { background-color: white; border: none; } #zoomInBtn { background-image: url("./images/icons/plus_ic.svg"); background-size: cover; } #zoomSlider { position: relative; margin-left: -14.2vh; margin-top: 15.5vh; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); width: 35vh; } #zoomOutBtn { background-image: url("./images/icons/minus_ic.svg"); background-size: cover; } .markerLabel { font-family: "Roboto", sans-serif; font-size: medium; margin: 0; padding: 0; width: 60px; font-weight: bold; } .nodeMarker.selected { -webkit-transform: translate(-15%, -15%); -ms-transform: translate(-15%, -15%); transform: translate(-15%, -15%); outline: none; border: none; background: url("./images/icons/marker_red.png") no-repeat; background-size: contain; } .nodeMarker.cluster { -webkit-transform: translate(-15%, -15%); -ms-transform: translate(-15%, -15%); transform: translate(-15%, -15%); outline: none; border: none; width: 40px; height:40px; background: url("./images/icons/m3.png") no-repeat; background-size: contain; } #non-coordinate-card { font-family: "Roboto", sans-serif; position: relative; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; z-index: 5; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-60%); -ms-transform: translateX(-60%); transform: translateX(-60%); } #non-coordinate-card > .card-header { font-size: large; text-align: center; padding: 2.5%; background-color: #213758; } #non-coordinate-card > .card-body { text-align: center; padding: 1%; background-color: #101b2b; } .nodeMarker { margin: 1%; } .breadcrumbName { color: white; -webkit-transform: translateX(-10%); -ms-transform: translateX(-10%); transform: translateX(-10%); } #overlayBreadcrumb, #elementBreadcrumb { position: absolute; outline: none; border: none; background: none; padding: 0; width: 240px; height: 60px; } #overlayBreadcrumb { background: url("./images/icons/overlayBreadcrumb.svg") no-repeat; background-size: contain; -webkit-transform: translateX(-3%); -ms-transform: translateX(-3%); transform: translateX(-3%); z-index: 2; } #elementBreadcrumb { background: url("./images/icons/elementBreadcrumb.svg") no-repeat; background-size: contain; -webkit-transform: translateX(65%); -ms-transform: translateX(65%); transform: translateX(65%); } .breadcrumbLabel { color: white; -webkit-transform: translateX(-4%); -ms-transform: translateX(-4%); transform: translateX(-4%); } .breadcrumbHomeBtn{ -webkit-transform: translateX(-7%); -ms-transform: translateX(-7%); transform: translateX(-7%); } .navBarRow { display: inline-block; margin-top: 15px; } .navBarSubGraphBtn, .navBarMapBtn, .navBarTopologyBtn { display: inline-block; height: 50px; width: 50px; border-radius: 6px; border: 3px solid #213758; box-shadow: 0 5px 5px #888888; transition: all 0.3s ease 0s; } .navBarSubGraphBtn:hover, .navBarMapBtn:hover, .navBarTopologyBtn :hover { background-color: #56c5bc; border-radius: 50px; transition: all 0.3s ease 0s; } .navBarTopologyBtnDisabled, .navBarSubGraphBtnDisabled, .navBarMapBtnDisabled{ display: inline-block; height: 50px; width: 50px; border-radius: 6px; border: 3px solid #213758; box-shadow: 0 5px 5px #888888; transition: all 0.3s ease 0s; opacity: 0.65; cursor: not-allowed; } /*.side-bar { height: 100% !important; display: flex; flex-direction: column; border-left: 1px solid; border-radius: 0; border-color: rgba(64, 194, 133, 0.693); background-color: #3f716e; transition: 0.8s ease; }*/ /*.toggle-menu { height: 50px; border-top-left-radius: 10rem; border-bottom-left-radius: 9rem; width: 10px; position: absolute; outline: none; z-index: 1; background-color: rgba(64, 194, 133, 0.693); border-color: rgba(64, 194, 133, 0.693); border-right: 0; }*/ #SidePanel { font-family: sans-serif; /* Give app full page to work with */ height: 100vh; } /* Individual item */ .bm-item { /*display: inline-block;*/ /* Our sidebar item styling */ text-decoration: none; /*margin-bottom: 10px;*/ /*color: #ffffff;*/ /*transition: color 0.2s;*/ } /* Change color on hover */ /*.bm-item:hover { color: white; } /* The rest copied directly from react-burger-menu docs */ /* Position and sizing of burger button */ .bm-burger-button { position: fixed; width: 70px; height: 70px; right: 15px; top: 10px; border-radius: 55%; border: 3px solid black; box-shadow: 0 5px 5px #888888; transition: transform 0.7s ease-in-out; } .bm-burger-button:hover { width: 75px; height: 75px; transform: rotate(360deg); } /* Color/shape of burger icon bars */ .bm-burger-bars { /*background: #ddf3f1;*/ } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; } /* General sidebar styles */ .bm-menu { background: #213758; padding: 0.3em 0.3em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { /*fill: #373a47;*/ } /* Wrapper for item list */ .bm-item-list { /*color: #b8b7ad;*/ } /* Styling of overlay */ .bm-overlay { /*background: rgba(0, 0, 0, 0.3);*/ }
src/index.css
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Merriweather&display=swap"); #root { min-width: 50%; min-height: 50%; width: 100vw; height: 100vh; background-color: #101b2b; color: "white"; overflow: hidden; } header { width: 100vw; background-color: #213758; color: white; font-family: "Roboto", sans-serif; } h5 { font-family: "IBM Plex Sans", sans-serif; color: #56c5bc; } /*#ipopTitle img { margin-left : 20%; margin-right: -15%; margin-top: -14%; margin-bottom: -15%; } */ #evioTitle label { text-align: center; font-family: "Roboto", sans-serif; font-weight: bold; color: white; } #DetailsLabel { font-family: "Roboto", sans-serif; } #valueLabel { font-family: "IBM Plex Sans", sans-serif; color: #56c5bc; } #loading { position: absolute; margin: auto; left: 50%; top: 50%; } #mainContent { width: 100%; height: 100vh; } #overlaysArea { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; margin: auto; } #cyArea { width: 100%; height: 95%; } /* customize overlay button */ .overlay { background: url("./images/icons/overlaySelected_ic.svg") no-repeat; background-size: contain; width: 120px; height: 95px; border: none; outline: none; margin: auto; } .overlaySelected { background: url("./images/icons/overlay_ic.svg") no-repeat; background-size: contain; width: 120px; height: 95px; border: none; outline: none; margin: auto; } .overlayBtn > button, .connectedNodeBtn > button, .sourceNodeBtn > button, .detailsNodeBtn > button, .detailsLinkBtn > button, .targetNodeBtn > button { text-align: left; width: 100%; padding: 4%; outline: transparent; border: transparent; font-family: "Roboto", sans-serif; } .overlayBtn > button:focus, .connectedNodeBtn > button:focus, .detailsNodeBtn > button:focus, .detailsLinkBtn > button:focus, .sourceNodeBtn > button:focus, .targetNodeBtn > button:focus { -webkit-box-shadow: none; box-shadow: none; } .arrow { width: 10%; } .overlay_ic { width: 75%; } #rightPanel { padding: 0.5%; color: white; position: fixed; width: 19vw; height: 95vh; right: 0; background-color: #213758; z-index: 2; overflow-wrap: break-word; overflow-y: auto; } #viewBar { margin: auto; text-align: center; } #viewSelector { width: 15%; } #rightPanel::-webkit-scrollbar { display: none; } #rightPanelBtn { margin-top: 0.3%; margin-bottom: auto; margin-left: 0.25%; margin-right: 0.25%; padding: 0; right: 0; width: 30px; border: none; height: 30px; outline: none; /* position : fixed; */ background: url(./images/icons/menu_ic.svg) no-repeat; background-size: contain; } .collapse-header { cursor: pointer; padding: 10px; color: white; background: #405b80; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .collapse-content { padding: 8px; color: white; background: transparent; border-radius: 5px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .overlayBtn, .connectedNodeBtn, .detailsNodeBtn, .detailsLinkBtn, .transmissionCard { border-radius: 3px; border: solid #486186; background-color: #405b80; margin-bottom: 2.5%; } .sourceNodeBtn { border-radius: 3px; } .targetNodeBtn { border-radius: 3px; } #breadcrumbPanelId { display: flex; justify-content: flex-start; position: absolute; top: 21px; left: 21px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; z-index: 1; } #rightPanel { padding: 0.5%; color: white; position: fixed; width: 19.5vw; right: 0; background-color: #213758; z-index: 3; overflow-wrap: break-word; } #toolsArea { display: flex; justify-content: flex-end; position: absolute; bottom: 21px; left: 21px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; z-index: 1; } #homeBtn, #refreshBtn, #infoBtn, #zoomInBtn, #zoomOutBtn, #switchBtn, #configBtn, #breadcrum { outline: none; border: none; background: none; width: 60px; height: 60px; padding: 0; } .refreshBtn:hover, .configBtn:hover, .infoBtn:hover, .zoomOutBtn:hover, .zoomInBtn:hover { color: rgba(255, 255, 255, 1); box-shadow: 0 5px 8px rgba(139, 255, 236, 0.5); } .refreshBtn{ opacity: 1.0; } .refreshBtnDisabled, .configBtnDisabled, .infoBtnDisabled, .zoomOutBtnDisabled, .zoomInBtnDisabled { opacity: 0.4; cursor: not-allowed; } #homeBtn { background-image: url("./images/icons/home_ic.svg"); background-size: cover; z-index: 3; } #switchBtn { width: 25px; height: 25px; background: url("./images/icons/swap_ic.svg") no-repeat; background-size: cover; } #refreshBtn { background-image: url("./images/icons/refresh_ic.svg"); background-size: cover; } #infoBtn { background-image: url("./images/icons/info_ic.svg"); background-size: cover; } .node_img { -webkit-transform: translateY(-2.5px); -ms-transform: translateY(-2.5px); transform: translateY(-2.5px); width: 100%; } .tunnel_img { -webkit-transform: translateY(1px); -ms-transform: translateY(1px); transform: translateY(1px); width: 90%; } #configBtn { background-image: url("./images/icons/config_ic.svg"); background-size: cover; } .popover { padding: 0.5%; /* width : fit-content; */ width: 320px; max-width: unset; } .popover-header { background-color: white; border: none; } #zoomInBtn { background-image: url("./images/icons/plus_ic.svg"); background-size: cover; } #zoomSlider { position: relative; margin-left: -14.2vh; margin-top: 15.5vh; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); width: 35vh; } #zoomOutBtn { background-image: url("./images/icons/minus_ic.svg"); background-size: cover; } .markerLabel { font-family: "Roboto", sans-serif; font-size: medium; margin: 0; padding: 0; width: 60px; font-weight: bold; } .nodeMarker.selected { -webkit-transform: translate(-15%, -15%); -ms-transform: translate(-15%, -15%); transform: translate(-15%, -15%); outline: none; border: none; background: url("./images/icons/marker_red.png") no-repeat; background-size: contain; } .nodeMarker.cluster { -webkit-transform: translate(-15%, -15%); -ms-transform: translate(-15%, -15%); transform: translate(-15%, -15%); outline: none; border: none; width: 40px; height:40px; background: url("./images/icons/m3.png") no-repeat; background-size: contain; } #non-coordinate-card { font-family: "Roboto", sans-serif; position: relative; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; z-index: 5; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: translateX(-60%); -ms-transform: translateX(-60%); transform: translateX(-60%); } #non-coordinate-card > .card-header { font-size: large; text-align: center; padding: 2.5%; background-color: #213758; } #non-coordinate-card > .card-body { text-align: center; padding: 1%; background-color: #101b2b; } .nodeMarker { margin: 1%; } .breadcrumbName { color: white; -webkit-transform: translateX(-10%); -ms-transform: translateX(-10%); transform: translateX(-10%); } #overlayBreadcrumb, #elementBreadcrumb { position: absolute; outline: none; border: none; background: none; padding: 0; width: 240px; height: 60px; } #overlayBreadcrumb { background: url("./images/icons/overlayBreadcrumb.svg") no-repeat; background-size: contain; -webkit-transform: translateX(-3%); -ms-transform: translateX(-3%); transform: translateX(-3%); z-index: 2; } #elementBreadcrumb { background: url("./images/icons/elementBreadcrumb.svg") no-repeat; background-size: contain; -webkit-transform: translateX(65%); -ms-transform: translateX(65%); transform: translateX(65%); } .breadcrumbLabel { color: white; -webkit-transform: translateX(-4%); -ms-transform: translateX(-4%); transform: translateX(-4%); } .breadcrumbHomeBtn{ -webkit-transform: translateX(-7%); -ms-transform: translateX(-7%); transform: translateX(-7%); } .navBarRow { display: inline-block; margin-top: 15px; } .navBarSubGraphBtn, .navBarMapBtn, .navBarTopologyBtn { display: inline-block; height: 50px; width: 50px; border-radius: 6px; border: 3px solid #213758; box-shadow: 0 5px 5px #888888; transition: all 0.3s ease 0s; } .navBarSubGraphBtn:hover, .navBarMapBtn:hover, .navBarTopologyBtn :hover { background-color: #56c5bc; border-radius: 50px; transition: all 0.3s ease 0s; } .navBarTopologyBtnDisabled, .navBarSubGraphBtnDisabled, .navBarMapBtnDisabled{ display: inline-block; height: 50px; width: 50px; border-radius: 6px; border: 3px solid #213758; box-shadow: 0 5px 5px #888888; transition: all 0.3s ease 0s; opacity: 0.65; cursor: not-allowed; } /*.side-bar { height: 100% !important; display: flex; flex-direction: column; border-left: 1px solid; border-radius: 0; border-color: rgba(64, 194, 133, 0.693); background-color: #3f716e; transition: 0.8s ease; }*/ /*.toggle-menu { height: 50px; border-top-left-radius: 10rem; border-bottom-left-radius: 9rem; width: 10px; position: absolute; outline: none; z-index: 1; background-color: rgba(64, 194, 133, 0.693); border-color: rgba(64, 194, 133, 0.693); border-right: 0; }*/ #SidePanel { font-family: sans-serif; /* Give app full page to work with */ height: 100vh; } /* Individual item */ .bm-item { /*display: inline-block;*/ /* Our sidebar item styling */ text-decoration: none; /*margin-bottom: 10px;*/ /*color: #ffffff;*/ /*transition: color 0.2s;*/ } /* Change color on hover */ /*.bm-item:hover { color: white; } /* The rest copied directly from react-burger-menu docs */ /* Position and sizing of burger button */ .bm-burger-button { position: fixed; width: 70px; height: 70px; right: 15px; top: 10px; border-radius: 55%; border: 3px solid black; box-shadow: 0 5px 5px #888888; transition: transform 0.7s ease-in-out; } .bm-burger-button:hover { width: 75px; height: 75px; transform: rotate(360deg); } /* Color/shape of burger icon bars */ .bm-burger-bars { /*background: #ddf3f1;*/ } /* Position and sizing of clickable cross button */ .bm-cross-button { height: 24px; width: 24px; } /* Color/shape of close button cross */ .bm-cross { background: #bdc3c7; } /* General sidebar styles */ .bm-menu { background: #213758; padding: 0.3em 0.3em 0; font-size: 1.15em; } /* Morph shape necessary with bubble or elastic */ .bm-morph-shape { /*fill: #373a47;*/ } /* Wrapper for item list */ .bm-item-list { /*color: #b8b7ad;*/ } /* Styling of overlay */ .bm-overlay { /*background: rgba(0, 0, 0, 0.3);*/ }
0.320821
0.082328
html { background-image: url("../img/system/fond_site.jpg"); background-size: 100%; } body { width: 100%; /*background-image: url("../img/system/tdfns.png"); background-repeat: no-repeat; background-size: 1260px; background-position: center top;*/ background-color: inherit; font-family: 'zektonregular' !important; } .website_content { background-color: rgba(220,220,220,0.7) !important; min-width: 300px; margin: auto; max-width: 1240px; /*box-shadow: 0px 0px 1px 2px grey;*/ } .row { width: 100%; } .padding0 { padding: 0; } .margin_auto { margin: auto; } .margin0 { margin:0; } .margin_left_10 { margin-left: 10px; } .margin_right_10 { margin-right: 10px; } .margin_top_10 { margin-top: 10px; } .margin_bottom_10 { margin-bottom: 10px; } .col-md-1 { width: 8%; } .col-md-2 { width: 16%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33%; } .col-md-5 { width: 41%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { display: inline-block; } #head { margin: 0; border: 1px solid rgba(0,0,0,0.65); background-color: rgba(0,0,0,0.65); color : white; width: 100%; height: 44px; } #inner_head { max-width: 1280px; margin: auto; } h1 { margin: 8px 0 0 0; font-size: 26px; color: white; } h2 { margin: 8px 0 0 0; font-size : 22px; color: black; /*#922e2e*/ text-align: left; } h3 { font-size : 18px; color: white; } h4 { font-size : 14px; color: grey; font-style: italic; } h5 { font-size: 12px; color: #922e2e; font-weight: 800; } hr { margin-top: 10px; margin-bottom: 10px; } label { font-weight: 300; } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .float-right { float: right; } .float-center { float: center; } .float-left { float: left; } .bold { font-weight: 800; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .italic { font-style: italic; } .list_no_style_li { list-style-type: none; } .language_flag { width: 20px; } .language_selection { margin-left: 10px; } .language_selection:hover { opacity: 0.5; } a { color: #008010; text-decoration: none; } a:hover { color: #008010; text-decoration: underline; } .no_style_a { color: black; text-decoration: none; font-style: normal; } .no_style_a:hover { color: black; text-decoration: none; font-style: normal; } .no_style_button { color: inherit; background-color: inherit; border: none; } p { margin: 5px 10px 5px 10px; text-align: justify; } button { margin-top: 3px; } .btn-perso { padding: 5px; background-color: rgba(70,70,70,0.92); border: 1px solid white; border-radius: 0; color: white; } .btn-perso:hover { color: rgba(70,70,70,0.92); background-color: white; } .btn-login { color: white; background-color: rgba(77,137,39,0.8); } .btn-login:hover { color: rgba(77,137,39,0.8); background-color: white; } .btn-signup { color: rgba(77,137,39,0.8); background-color: white; } .btn-signup:hover { color: white; background-color: rgba(77,137,39,0.8); } .social { width : 22px; margin-top: 9px; margin-right: 5px; } .social:hover { opacity: 0.5; } .language_selection, .language_selection:hover, .btn-signup, .btn-signup:hover, .btn-login, .btn-login:hover, .btn-perso, .btn-perso:hover, .social, .social:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .cancel_button { margin-left : 20%; background-color: rgba(176, 42, 44, 0.3); } .cancel_button:hover { background-color: rgba(176, 42, 44, 0.8); } .validate_button { margin-right: 20%; background-color: rgba(42, 166, 44, 0.3); } .validate_button:hover { background-color: rgba(42, 166, 44, 0.8); } .warning_btn { background-color: rgba(176, 42, 44, 0.3); } .warning_btn { background-color: rgba(176, 42, 44, 0.8); } .error_message { margin-left: 15%; width: 70%; padding: 3px; border :1px solid white; background-color: rgba(161, 42, 40, 0.5); color: white; } .warning_word { text-align: left; width: 20%; font-weight: 800; } .warning_message { padding-left: 20px; text-align: left; width: 80%; overflow: scroll; } .warning_background { background-color: rgba(161, 42, 40, 0.6); } .width80 { width: 80px; } .inline { display: inline-block; } .white { color: white; } .black { color: black; } /* Header loader */ #loader { width: 30px; height: 30px; margin-top: 5px; } .opacity0 { opacity: 0; } .opacity1 { opacity: 1; } /* Accueil */ .main_map { margin-left: 5%; width: 90%; height: 100%; } .participate_button { font-size: 28px !important; text-align: center; } /* Menu - Left side */ #menu, #rightside { margin: 0; font-size: 13px; /*background-color: rgba(180,180,180,0.8);*/ padding: 3px 5px 3px 5px; min-height : 660px; } #menu ul { margin: 30px 0 0 0; } #menu li { list-style: none; padding: 5px; margin: 5px 0 5px 0; border: 1px solid white; text-decoration: none; color: #000000; padding: 7px; width: 100%; } #menu li:hover { color: rgb(70,70,70) !important; background-color: white !important; cursor: pointer; } #menu li, #menu li:hover, #menu li:active, #menu li.active { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } #menu li:active, #menu li.active { background-color: rgba(70,70,70,0.92); text-decoration: none; color: #ffffff; padding: 7px; width: 100%; } #menu li.administration { background-color: #db0404; } .menu_administration_li, .menu_logout_li { background-color: rgba(161, 42, 40, 0.2); } /* Right side */ /* Contenu des pages */ .page-content { min-height: 660px; background-color: rgba(230,230,230,0.64); } .content { width : 100%; min-height: 636px; margin: 10px 0 10px 0; padding: 10px; border: 1px solid white; overflow-x: hidden; overflow-y: scroll; } .content_live { width : 96%; height : 660px; margin: 10px 2% 10px 2%; padding: 10px; border: 1px solid white; overflow-x: hidden; overflow-y: scroll; } /* Presentation */ .paragraph { text-indent:20px; margin-left : 5px; margin-right : 5px; text-align : justify; } /* Bio */ .member_org_img { width: 100px; height: 100px; border : 1px solid white; } .paragraph_bio { text-indent: 0 !important; font-size: 11px; margin-left : 5px; margin-right : 5px; text-align : justify; } .member_org { margin-bottom: 8px; margin-top: 8px; } /* Routes */ .single_route { text-align: left; } .route_img { text-align: right; margin-left: 29%; width: 70%; border : 1px solid white; } .btn_full:hover, .btn_full:focus{ background:rgba(0,0,0,0.3); box-shadow:0 1px 0 rgba(255,255,255,.4); } .btn_full span, .btn_route span { position:absolute; margin-top:30px; margin-left:-135px; color: white; background: rgba(140,140,140, 1); padding:10px; border-radius:3px; transform:scale(0) rotate(-12deg); transition:all .25s; opacity:0; z-index: 10000; } .btn_admin span { margin-top:-10px; margin-left:10px; } .btn_route:hover span, .btn_route:focus span, .btn_full:hover span, .btn_full:focus span{ transform:scale(1) rotate(0); opacity:1; } .routes_selection { border: 1px solid white; } .routes_selection:hover { background-color: rgba(20,20,20,0.3); cursor: pointer; } /* Calendar */ #calendar_table { border-collapse: collapse; } #calendar_table tr { height : 25px; } #calendar_table th, #calendar_table td { border: 1px solid #e4e4e4; padding-right: 6px; padding-left: 6px; } #calendar_table #td_space { height : 10px; } .calendar_img { width: 74%; margin-left: 13%; border : 1px solid white; } /* Photos */ .photo_souvenir { width: 100%; border: 1px solid white; margin-bottom: 20px; margin-top: 5px; } .photo_souvenir:hover { cursor: pointer; } .photos_routes { margin: 0; padding: 0; } .carousel_photo { max-width: 100%; max-height: 800px; margin: auto; } .modal_carousel, .modal-content { background-color: rgba(220,220,220,1) !important; } .carousel-control { background-color: transparent; } /* Contact */ .checkbox_case input { padding-bottom: 12px; } #send_email { margin-right: 18px; } /* Live */ .title_live { text-align: center; } /* Media */ .media_img { margin-left: 30%; width: 40%; } .media_img_main { width: 100%; } .media_solustop { } .media_redbull { } /* User */ .checkbox { margin-left: 20px; } .user_login { margin-top: 4px; } .user_box, .language_box, #loader { display: inline-block; } .user_box_name { margin-left: 6px; } .nav_profile { width: 34px; border-radius: 17px; } .nav_profile_link { text-decoration: none; color: white; font-size: 13px; } .nav_profile_link:hover { text-decoration: none; color: white; opacity: 0.6; } .avatar_profile { width: 150px; margin: auto; border-radius: 75px; } .avatar_team { width: 110px; margin: auto; border-radius: 55px; } .teamleader_avatar { border : 1px solid red; } .change_avatar { padding: 3px; } .form-group { width : 96%; margin-left: 2%; } .edit_profile .control-label { float: left; text-align: right; width : 50%; margin-top: 8px; } .edit_profile .input-icon { width : 40%; float: right; } #newsletterEmail { color: black; } #newsletterEmail input { display: inline-block; } .btn-newsletter { color: white; background-color: rgba(77,137,39,0.8); padding: 2px 5px; border: none; } .btn-newsletter:hover { color: rgba(77,137,39,0.8); background-color: white; } /* Admin */ .single_admin_member { width: 60%; } .avatar_admin { width: 30px; border-radius: 15px; } .team_admin { margin-left: 12%; } .email_button { background-color: rgba(26, 54, 108, 0.5); } .admin_ok { width : 20px; border-radius: 10px; opacity: 0.7; } .btn_admin { margin-left: 5px; } /* Footer */ .footer { background-color: rgba(25,25,25,0.94); text-align: center; width : 100%; height: 38px; position: relative; left: 15px; } .separator_footer { color: red; } #copyright { font-size: 10px; text-align: center; margin: 0; color : white; /*#666666;*/ } #liens_footer ul { list-style: none; text-align: center; margin: 0; } #liens_footer li { font-size: 12px; display : inline-block; } #liens_footer a { text-decoration: none; color : white;/*#666666;*/ } #liens_footer a:hover { text-decoration: none; color : #820000; }
web/css/main_style.css
html { background-image: url("../img/system/fond_site.jpg"); background-size: 100%; } body { width: 100%; /*background-image: url("../img/system/tdfns.png"); background-repeat: no-repeat; background-size: 1260px; background-position: center top;*/ background-color: inherit; font-family: 'zektonregular' !important; } .website_content { background-color: rgba(220,220,220,0.7) !important; min-width: 300px; margin: auto; max-width: 1240px; /*box-shadow: 0px 0px 1px 2px grey;*/ } .row { width: 100%; } .padding0 { padding: 0; } .margin_auto { margin: auto; } .margin0 { margin:0; } .margin_left_10 { margin-left: 10px; } .margin_right_10 { margin-right: 10px; } .margin_top_10 { margin-top: 10px; } .margin_bottom_10 { margin-bottom: 10px; } .col-md-1 { width: 8%; } .col-md-2 { width: 16%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33%; } .col-md-5 { width: 41%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { display: inline-block; } #head { margin: 0; border: 1px solid rgba(0,0,0,0.65); background-color: rgba(0,0,0,0.65); color : white; width: 100%; height: 44px; } #inner_head { max-width: 1280px; margin: auto; } h1 { margin: 8px 0 0 0; font-size: 26px; color: white; } h2 { margin: 8px 0 0 0; font-size : 22px; color: black; /*#922e2e*/ text-align: left; } h3 { font-size : 18px; color: white; } h4 { font-size : 14px; color: grey; font-style: italic; } h5 { font-size: 12px; color: #922e2e; font-weight: 800; } hr { margin-top: 10px; margin-bottom: 10px; } label { font-weight: 300; } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .float-right { float: right; } .float-center { float: center; } .float-left { float: left; } .bold { font-weight: 800; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .italic { font-style: italic; } .list_no_style_li { list-style-type: none; } .language_flag { width: 20px; } .language_selection { margin-left: 10px; } .language_selection:hover { opacity: 0.5; } a { color: #008010; text-decoration: none; } a:hover { color: #008010; text-decoration: underline; } .no_style_a { color: black; text-decoration: none; font-style: normal; } .no_style_a:hover { color: black; text-decoration: none; font-style: normal; } .no_style_button { color: inherit; background-color: inherit; border: none; } p { margin: 5px 10px 5px 10px; text-align: justify; } button { margin-top: 3px; } .btn-perso { padding: 5px; background-color: rgba(70,70,70,0.92); border: 1px solid white; border-radius: 0; color: white; } .btn-perso:hover { color: rgba(70,70,70,0.92); background-color: white; } .btn-login { color: white; background-color: rgba(77,137,39,0.8); } .btn-login:hover { color: rgba(77,137,39,0.8); background-color: white; } .btn-signup { color: rgba(77,137,39,0.8); background-color: white; } .btn-signup:hover { color: white; background-color: rgba(77,137,39,0.8); } .social { width : 22px; margin-top: 9px; margin-right: 5px; } .social:hover { opacity: 0.5; } .language_selection, .language_selection:hover, .btn-signup, .btn-signup:hover, .btn-login, .btn-login:hover, .btn-perso, .btn-perso:hover, .social, .social:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .cancel_button { margin-left : 20%; background-color: rgba(176, 42, 44, 0.3); } .cancel_button:hover { background-color: rgba(176, 42, 44, 0.8); } .validate_button { margin-right: 20%; background-color: rgba(42, 166, 44, 0.3); } .validate_button:hover { background-color: rgba(42, 166, 44, 0.8); } .warning_btn { background-color: rgba(176, 42, 44, 0.3); } .warning_btn { background-color: rgba(176, 42, 44, 0.8); } .error_message { margin-left: 15%; width: 70%; padding: 3px; border :1px solid white; background-color: rgba(161, 42, 40, 0.5); color: white; } .warning_word { text-align: left; width: 20%; font-weight: 800; } .warning_message { padding-left: 20px; text-align: left; width: 80%; overflow: scroll; } .warning_background { background-color: rgba(161, 42, 40, 0.6); } .width80 { width: 80px; } .inline { display: inline-block; } .white { color: white; } .black { color: black; } /* Header loader */ #loader { width: 30px; height: 30px; margin-top: 5px; } .opacity0 { opacity: 0; } .opacity1 { opacity: 1; } /* Accueil */ .main_map { margin-left: 5%; width: 90%; height: 100%; } .participate_button { font-size: 28px !important; text-align: center; } /* Menu - Left side */ #menu, #rightside { margin: 0; font-size: 13px; /*background-color: rgba(180,180,180,0.8);*/ padding: 3px 5px 3px 5px; min-height : 660px; } #menu ul { margin: 30px 0 0 0; } #menu li { list-style: none; padding: 5px; margin: 5px 0 5px 0; border: 1px solid white; text-decoration: none; color: #000000; padding: 7px; width: 100%; } #menu li:hover { color: rgb(70,70,70) !important; background-color: white !important; cursor: pointer; } #menu li, #menu li:hover, #menu li:active, #menu li.active { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } #menu li:active, #menu li.active { background-color: rgba(70,70,70,0.92); text-decoration: none; color: #ffffff; padding: 7px; width: 100%; } #menu li.administration { background-color: #db0404; } .menu_administration_li, .menu_logout_li { background-color: rgba(161, 42, 40, 0.2); } /* Right side */ /* Contenu des pages */ .page-content { min-height: 660px; background-color: rgba(230,230,230,0.64); } .content { width : 100%; min-height: 636px; margin: 10px 0 10px 0; padding: 10px; border: 1px solid white; overflow-x: hidden; overflow-y: scroll; } .content_live { width : 96%; height : 660px; margin: 10px 2% 10px 2%; padding: 10px; border: 1px solid white; overflow-x: hidden; overflow-y: scroll; } /* Presentation */ .paragraph { text-indent:20px; margin-left : 5px; margin-right : 5px; text-align : justify; } /* Bio */ .member_org_img { width: 100px; height: 100px; border : 1px solid white; } .paragraph_bio { text-indent: 0 !important; font-size: 11px; margin-left : 5px; margin-right : 5px; text-align : justify; } .member_org { margin-bottom: 8px; margin-top: 8px; } /* Routes */ .single_route { text-align: left; } .route_img { text-align: right; margin-left: 29%; width: 70%; border : 1px solid white; } .btn_full:hover, .btn_full:focus{ background:rgba(0,0,0,0.3); box-shadow:0 1px 0 rgba(255,255,255,.4); } .btn_full span, .btn_route span { position:absolute; margin-top:30px; margin-left:-135px; color: white; background: rgba(140,140,140, 1); padding:10px; border-radius:3px; transform:scale(0) rotate(-12deg); transition:all .25s; opacity:0; z-index: 10000; } .btn_admin span { margin-top:-10px; margin-left:10px; } .btn_route:hover span, .btn_route:focus span, .btn_full:hover span, .btn_full:focus span{ transform:scale(1) rotate(0); opacity:1; } .routes_selection { border: 1px solid white; } .routes_selection:hover { background-color: rgba(20,20,20,0.3); cursor: pointer; } /* Calendar */ #calendar_table { border-collapse: collapse; } #calendar_table tr { height : 25px; } #calendar_table th, #calendar_table td { border: 1px solid #e4e4e4; padding-right: 6px; padding-left: 6px; } #calendar_table #td_space { height : 10px; } .calendar_img { width: 74%; margin-left: 13%; border : 1px solid white; } /* Photos */ .photo_souvenir { width: 100%; border: 1px solid white; margin-bottom: 20px; margin-top: 5px; } .photo_souvenir:hover { cursor: pointer; } .photos_routes { margin: 0; padding: 0; } .carousel_photo { max-width: 100%; max-height: 800px; margin: auto; } .modal_carousel, .modal-content { background-color: rgba(220,220,220,1) !important; } .carousel-control { background-color: transparent; } /* Contact */ .checkbox_case input { padding-bottom: 12px; } #send_email { margin-right: 18px; } /* Live */ .title_live { text-align: center; } /* Media */ .media_img { margin-left: 30%; width: 40%; } .media_img_main { width: 100%; } .media_solustop { } .media_redbull { } /* User */ .checkbox { margin-left: 20px; } .user_login { margin-top: 4px; } .user_box, .language_box, #loader { display: inline-block; } .user_box_name { margin-left: 6px; } .nav_profile { width: 34px; border-radius: 17px; } .nav_profile_link { text-decoration: none; color: white; font-size: 13px; } .nav_profile_link:hover { text-decoration: none; color: white; opacity: 0.6; } .avatar_profile { width: 150px; margin: auto; border-radius: 75px; } .avatar_team { width: 110px; margin: auto; border-radius: 55px; } .teamleader_avatar { border : 1px solid red; } .change_avatar { padding: 3px; } .form-group { width : 96%; margin-left: 2%; } .edit_profile .control-label { float: left; text-align: right; width : 50%; margin-top: 8px; } .edit_profile .input-icon { width : 40%; float: right; } #newsletterEmail { color: black; } #newsletterEmail input { display: inline-block; } .btn-newsletter { color: white; background-color: rgba(77,137,39,0.8); padding: 2px 5px; border: none; } .btn-newsletter:hover { color: rgba(77,137,39,0.8); background-color: white; } /* Admin */ .single_admin_member { width: 60%; } .avatar_admin { width: 30px; border-radius: 15px; } .team_admin { margin-left: 12%; } .email_button { background-color: rgba(26, 54, 108, 0.5); } .admin_ok { width : 20px; border-radius: 10px; opacity: 0.7; } .btn_admin { margin-left: 5px; } /* Footer */ .footer { background-color: rgba(25,25,25,0.94); text-align: center; width : 100%; height: 38px; position: relative; left: 15px; } .separator_footer { color: red; } #copyright { font-size: 10px; text-align: center; margin: 0; color : white; /*#666666;*/ } #liens_footer ul { list-style: none; text-align: center; margin: 0; } #liens_footer li { font-size: 12px; display : inline-block; } #liens_footer a { text-decoration: none; color : white;/*#666666;*/ } #liens_footer a:hover { text-decoration: none; color : #820000; }
0.396886
0.071916
@font-face { font-family: "Flaticon"; src: url("Flaticon.eot"); src: url("Flaticond41d.eot?#iefix") format("embedded-opentype"), url("Flaticon.woff2") format("woff2"), url("Flaticon.woff") format("woff"), url("Flaticon.ttf") format("truetype"), url("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("Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-global:before { content: "\f100"; } .flaticon-search:before { content: "\f101"; } .flaticon-magnifying-glass:before { content: "\f102"; } .flaticon-search-1:before { content: "\f103"; } .flaticon-searching-magnifying-glass:before { content: "\f104"; } .flaticon-play-button:before { content: "\f105"; } .flaticon-play-button-1:before { content: "\f106"; } .flaticon-ui:before { content: "\f107"; } .flaticon-love:before { content: "\f108"; } .flaticon-sms:before { content: "\f109"; } .flaticon-email:before { content: "\f10a"; } .flaticon-mic:before { content: "\f10b"; } .flaticon-route:before { content: "\f10c"; } .flaticon-megaphone:before { content: "\f10d"; } .flaticon-paper-plane:before { content: "\f10e"; } .flaticon-double-right-arrows-angles:before { content: "\f10f"; } .flaticon-left-arrow:before { content: "\f110"; } .flaticon-right-arrow:before { content: "\f111"; } .flaticon-arrowhead-pointing-to-the-right:before { content: "\f112"; } .flaticon-manager:before { content: "\f113"; } .flaticon-network:before { content: "\f114"; } .flaticon-collaboration:before { content: "\f115"; } .flaticon-project:before { content: "\f116"; } .flaticon-happiness:before { content: "\f117"; } .flaticon-manager-1:before { content: "\f118"; } .flaticon-conversation:before { content: "\f119"; } .flaticon-briefcase:before { content: "\f11a"; } .flaticon-diamond:before { content: "\f11b"; } .flaticon-home:before { content: "\f11c"; } .flaticon-bell:before { content: "\f11d"; } .flaticon-customer-service:before { content: "\f11e"; } .flaticon-cloud-storage-download:before { content: "\f11f"; } .flaticon-call-center:before { content: "\f120"; } .flaticon-newspaper:before { content: "\f121"; } .flaticon-newspaper-1:before { content: "\f122"; } .flaticon-money:before { content: "\f123"; } .flaticon-clock:before { content: "\f124"; } .flaticon-start-up:before { content: "\f125"; } .flaticon-premium-badge:before { content: "\f126"; } .flaticon-tag:before { content: "\f127"; } .flaticon-hide:before { content: "\f128"; } .flaticon-eye:before { content: "\f129"; }
public/assets/css/flaticon.css
@font-face { font-family: "Flaticon"; src: url("Flaticon.eot"); src: url("Flaticond41d.eot?#iefix") format("embedded-opentype"), url("Flaticon.woff2") format("woff2"), url("Flaticon.woff") format("woff"), url("Flaticon.ttf") format("truetype"), url("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("Flaticon.svg#Flaticon") format("svg"); } } [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after { font-family: Flaticon; font-style: normal; } .flaticon-global:before { content: "\f100"; } .flaticon-search:before { content: "\f101"; } .flaticon-magnifying-glass:before { content: "\f102"; } .flaticon-search-1:before { content: "\f103"; } .flaticon-searching-magnifying-glass:before { content: "\f104"; } .flaticon-play-button:before { content: "\f105"; } .flaticon-play-button-1:before { content: "\f106"; } .flaticon-ui:before { content: "\f107"; } .flaticon-love:before { content: "\f108"; } .flaticon-sms:before { content: "\f109"; } .flaticon-email:before { content: "\f10a"; } .flaticon-mic:before { content: "\f10b"; } .flaticon-route:before { content: "\f10c"; } .flaticon-megaphone:before { content: "\f10d"; } .flaticon-paper-plane:before { content: "\f10e"; } .flaticon-double-right-arrows-angles:before { content: "\f10f"; } .flaticon-left-arrow:before { content: "\f110"; } .flaticon-right-arrow:before { content: "\f111"; } .flaticon-arrowhead-pointing-to-the-right:before { content: "\f112"; } .flaticon-manager:before { content: "\f113"; } .flaticon-network:before { content: "\f114"; } .flaticon-collaboration:before { content: "\f115"; } .flaticon-project:before { content: "\f116"; } .flaticon-happiness:before { content: "\f117"; } .flaticon-manager-1:before { content: "\f118"; } .flaticon-conversation:before { content: "\f119"; } .flaticon-briefcase:before { content: "\f11a"; } .flaticon-diamond:before { content: "\f11b"; } .flaticon-home:before { content: "\f11c"; } .flaticon-bell:before { content: "\f11d"; } .flaticon-customer-service:before { content: "\f11e"; } .flaticon-cloud-storage-download:before { content: "\f11f"; } .flaticon-call-center:before { content: "\f120"; } .flaticon-newspaper:before { content: "\f121"; } .flaticon-newspaper-1:before { content: "\f122"; } .flaticon-money:before { content: "\f123"; } .flaticon-clock:before { content: "\f124"; } .flaticon-start-up:before { content: "\f125"; } .flaticon-premium-badge:before { content: "\f126"; } .flaticon-tag:before { content: "\f127"; } .flaticon-hide:before { content: "\f128"; } .flaticon-eye:before { content: "\f129"; }
0.388386
0.198084
body{ padding:0px; margin:0px; width:100%; height:100vh; background: radial-gradient(#B53471, #6F1E51); } .wrapper{ width:100px; height:100px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } .nav{ width:64px; height:64px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); padding: 0px; background-color:transparent; border-style:none; outline: none; cursor: pointer; } .nav span{ width:100%; height:5px; background-color:#fff; display:block; position: absolute; border-radius: 2px; transition: all .5s ease; } .nav span:nth-child(1){ top:0px; left:0px; } .nav span:nth-child(2){ top:20px; right:0px; } .nav span:nth-child(3){ top:40px; left:0px; } .nav.open span:nth-child(1){ animation: span1 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav.open span:nth-child(2){ animation: span2 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav.open span:nth-child(3){ animation: span3 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(1){ animation: span1_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(2){ animation: span2_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(3){ animation: span3_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } @keyframes span1{ 0%{ transform: translate(0,0) scale(1); } 20%{ width:5px; border-radius: 50%; transform: translate(25px,0) scale(1); } 40%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 60%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 80%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 100%{ border-radius: 2px; transform: translate(0px, 20px) scale(1) rotate(45deg); } } @keyframes span2{ 0%{ transform: translate(0,0) scale(1); } 20%{ transform: translate(50%,0) scale(1); } 40%{ transform: translate(100%,0px) scale(1) rotate(45deg); opacity: 0; } 100%{ width: 5px; transform: translate(100%, 0); opacity: 0; } } @keyframes span3{ 0%{ transform: translate(0,0) scale(1); } 20%{ width:5px; border-radius: 50%; transform: translate(25px,0) scale(1); } 40%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 60%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 80%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 100%{ border-radius: 2px; transform: translate(0px, -20px) scale(1) rotate(-45deg); } } @keyframes span1_close{ 0%{ border-radius: 2px; transform: translate(0px, 20px) scale(1) rotate(45deg); } 100%{ border-radius: 2px; transform: translate(0px, 0px) scale(1) rotate(0deg); } } @keyframes span2_close{ 0%{ width: 5px; transform: translate(100%, 0); opacity: 0; } 100%{ border-radius: 2px; transform: translate(0px, 0px); } } @keyframes span3_close{ 0%{ border-radius: 2px; transform: translate(0px, -20px) scale(1) rotate(-45deg); } 100%{ border-radius: 2px; transform: translate(0px, 0px) scale(1) rotate(0deg); } }
main.css
body{ padding:0px; margin:0px; width:100%; height:100vh; background: radial-gradient(#B53471, #6F1E51); } .wrapper{ width:100px; height:100px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } .nav{ width:64px; height:64px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); padding: 0px; background-color:transparent; border-style:none; outline: none; cursor: pointer; } .nav span{ width:100%; height:5px; background-color:#fff; display:block; position: absolute; border-radius: 2px; transition: all .5s ease; } .nav span:nth-child(1){ top:0px; left:0px; } .nav span:nth-child(2){ top:20px; right:0px; } .nav span:nth-child(3){ top:40px; left:0px; } .nav.open span:nth-child(1){ animation: span1 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav.open span:nth-child(2){ animation: span2 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav.open span:nth-child(3){ animation: span3 1.5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(1){ animation: span1_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(2){ animation: span2_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } .nav span:nth-child(3){ animation: span3_close .5s forwards cubic-bezier(.8, .5, .2, 1.4); } @keyframes span1{ 0%{ transform: translate(0,0) scale(1); } 20%{ width:5px; border-radius: 50%; transform: translate(25px,0) scale(1); } 40%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 60%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 80%{ width:5px; border-radius: 50%; transform: translate(25px,20px) scale(1) rotate(45deg); } 100%{ border-radius: 2px; transform: translate(0px, 20px) scale(1) rotate(45deg); } } @keyframes span2{ 0%{ transform: translate(0,0) scale(1); } 20%{ transform: translate(50%,0) scale(1); } 40%{ transform: translate(100%,0px) scale(1) rotate(45deg); opacity: 0; } 100%{ width: 5px; transform: translate(100%, 0); opacity: 0; } } @keyframes span3{ 0%{ transform: translate(0,0) scale(1); } 20%{ width:5px; border-radius: 50%; transform: translate(25px,0) scale(1); } 40%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 60%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 80%{ width:5px; border-radius: 50%; transform: translate(25px,-20px) scale(1) rotate(-45deg); } 100%{ border-radius: 2px; transform: translate(0px, -20px) scale(1) rotate(-45deg); } } @keyframes span1_close{ 0%{ border-radius: 2px; transform: translate(0px, 20px) scale(1) rotate(45deg); } 100%{ border-radius: 2px; transform: translate(0px, 0px) scale(1) rotate(0deg); } } @keyframes span2_close{ 0%{ width: 5px; transform: translate(100%, 0); opacity: 0; } 100%{ border-radius: 2px; transform: translate(0px, 0px); } } @keyframes span3_close{ 0%{ border-radius: 2px; transform: translate(0px, -20px) scale(1) rotate(-45deg); } 100%{ border-radius: 2px; transform: translate(0px, 0px) scale(1) rotate(0deg); } }
0.384912
0.138055
:root { --font-col: black; --hl-col: rgb(31, 111, 241); --hl2-col: rgb(255, 13, 87); --hl3-col: mediumseagreen; --bg-col: white; --bg-hl-col: whitesmoke; --bg-hl2-col: rgb(200,200,200); --comment: rgb(150,150,150); --delimit-col: tomato; --pop-bg-col: rgba(0,0,0,.95); --pop-fg-col: white; --font-col-int: goldenrod; --brace-col: rgba(33, 150, 243, 0.3); --comment-col: rgb(140, 140, 140); /* comment text color */ --neon-blue: rgba(31, 111, 241, 0.85); --faint-gray: rgba(30, 30, 30, 0.4); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; src: url('fonts/Montserrat-Thin.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; src: url('fonts/Montserrat-Light.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: url('fonts/Montserrat-Regular.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: url('fonts/Montserrat-Bold.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; src: url('fonts/Montserrat-Black.ttf') format('truetype'); } @font-face { font-family: 'Fira'; font-style: normal; font-weight: 100; src: url('fonts/FiraCode.ttf') format('truetype'); } /*global */ body { font-family: Montserrat; font-weight: 300; font-size: 18px; color: black; caret-color: black; } button { border: none; display: inline-block; cursor: pointer; } .foot_butt { background-color: var(--bg-hl-col); color: #222; } .foot_butt > svg { fill: #222; } .foot_butt:hover { background-color: darkgray; } button, #export_options { border-radius: 2px; } .control { padding-right: 4px; } .controlBut { background-color: #DDD; } .controlBut:hover { background-color: #BBB; } .controlBut svg { fill: #444; stroke: #444; } /* other elements */ #sidebar { background-color: var(--bg-hl-col) } #logo_placeholder { } .toc_entry { color: var(--font-col); } /* paras */ .env__title > .p_text { text-align: center; border-bottom: 2px solid black; } .env__heading > .p_text { text-align: center; border-bottom: 1px solid black; } .container:not(.ssv) .para.active { box-shadow: -4px 0px var(--hl-col); } .container.ssv .para.active .p_input_view { box-shadow: -4px 0px var(--hl-col); } .para.active { background-color: var(--bg-hl-col); } .para.changed { box-shadow: 4px 0px var(--hl2-col); } .para.hl_change { box-shadow: 4px 0px var(--font-col-int); } .para.copy_sel { background-color: var(--bg-hl-col); } /* text elements */ .footnote { } .footnote > .num { background-color: lightgray; border: 1px solid #666; border-radius: 2px; font-family: monospace; font-size: 60%; padding: 1px 3px 0px 3px; vertical-align: super; } .empty { color: var(--comment-col); } .empty::before { content: '// empty cell'; } .comment { color: var(--comment-col); } .comment::before { content: '// '; } .code { font-family: Fira; font-size: 90%; color: var(--hl-col); background-color: var(--bg-hl-col); } .ref_error { background-color: var(--font-col); color: var(--hl2-col); border-radius: 3px; padding: 2px; } .syn_err { background-color: var(--font-col); color: var(--hl2-col); border-radius: 3px; } #pop { color: var(--pop-fg-col); background-color: var(--pop-bg-col); opacity: 0.95; border-radius: 5px; } #pop .code { background-color: var(--pop-bg-col); } #cc_pop { color: var(--hl-col); background-color: var(--pop-bg-col); opacity: .95; border-radius: 5px; font-family: monospace; font-size: 80%; } .cc_row { padding: 2px 0px 2px 3px; border-top: 1px solid var(--hl-col); } .cc_row:last-child { border-bottom: 1px solid var(--hl-col); } .cc_row:first-child { color: var(--pop-fg-col); } #pop:after { border: var(--pop-bg-col); } #pop .heading { color: var(--hl-col) } #pop a { color: teal; } #pop .title { border-bottom-color: white; } /* syntax highlighting */ .syn_hl { color: var(--hl2-col); } .syn_math { color: var(--hl-col); } .syn_jschars { color: var(--hl3-col); } .syn_ref { color: var(--font-col-int); } .syn_delimit { color: var(--delimit-col); } .syn_comment_head { color: var(--font-col-int); } .syn_comment { color: var(--comment); } .syn_code { background-color: var(--bg-hl2-col); border-radius: 3px; } .brace { border-radius: 5px; background-color: var(--brace-col); } /* home page */ #query { background-color: var(--bg-hl-col); color: var(--font-col); } #submit { background-color: var(--bg-hl-col); border: none; color: var(--font-col); } .result { background-color: var(--bg-hl-col); } a.result { color: var(--font-col-int); } .blurb { color: var(--font-col); } .blurb * { border: none; text-align: left; } .blurb .title { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--delimit-col); color: var(--hl2-col) } /* bib */ #bib_input { background-color: var(--bg-hl-col); } .cite > a { color: var(--delimit-col); } #search_results { background-color: var(--bg-col); } .cite { background-color: var(--bg-hl-col); } .citekey { color: var(--hl-col) } .custom-select-trigger:after { border-bottom: 2px solid; border-right: 2px solid; border-color: var(--hl2-col); } .custom-select-trigger { background: var(--bg-hl2-col); } .custom-options { background: var(--bg-col); } .custom-option { border-bottom: 1px solid var(--bg-hl2-col); } .custom-option { background-color: var(--hl-col); } .custom-option:hover { background-color: var(--bg-hl2-col); } .export_butt { color: #222; border: 0; } .export_butt:hover { background-color: darkgray; }
static/themes/white.css
:root { --font-col: black; --hl-col: rgb(31, 111, 241); --hl2-col: rgb(255, 13, 87); --hl3-col: mediumseagreen; --bg-col: white; --bg-hl-col: whitesmoke; --bg-hl2-col: rgb(200,200,200); --comment: rgb(150,150,150); --delimit-col: tomato; --pop-bg-col: rgba(0,0,0,.95); --pop-fg-col: white; --font-col-int: goldenrod; --brace-col: rgba(33, 150, 243, 0.3); --comment-col: rgb(140, 140, 140); /* comment text color */ --neon-blue: rgba(31, 111, 241, 0.85); --faint-gray: rgba(30, 30, 30, 0.4); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; src: url('fonts/Montserrat-Thin.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 300; src: url('fonts/Montserrat-Light.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: url('fonts/Montserrat-Regular.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; src: url('fonts/Montserrat-Bold.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 900; src: url('fonts/Montserrat-Black.ttf') format('truetype'); } @font-face { font-family: 'Fira'; font-style: normal; font-weight: 100; src: url('fonts/FiraCode.ttf') format('truetype'); } /*global */ body { font-family: Montserrat; font-weight: 300; font-size: 18px; color: black; caret-color: black; } button { border: none; display: inline-block; cursor: pointer; } .foot_butt { background-color: var(--bg-hl-col); color: #222; } .foot_butt > svg { fill: #222; } .foot_butt:hover { background-color: darkgray; } button, #export_options { border-radius: 2px; } .control { padding-right: 4px; } .controlBut { background-color: #DDD; } .controlBut:hover { background-color: #BBB; } .controlBut svg { fill: #444; stroke: #444; } /* other elements */ #sidebar { background-color: var(--bg-hl-col) } #logo_placeholder { } .toc_entry { color: var(--font-col); } /* paras */ .env__title > .p_text { text-align: center; border-bottom: 2px solid black; } .env__heading > .p_text { text-align: center; border-bottom: 1px solid black; } .container:not(.ssv) .para.active { box-shadow: -4px 0px var(--hl-col); } .container.ssv .para.active .p_input_view { box-shadow: -4px 0px var(--hl-col); } .para.active { background-color: var(--bg-hl-col); } .para.changed { box-shadow: 4px 0px var(--hl2-col); } .para.hl_change { box-shadow: 4px 0px var(--font-col-int); } .para.copy_sel { background-color: var(--bg-hl-col); } /* text elements */ .footnote { } .footnote > .num { background-color: lightgray; border: 1px solid #666; border-radius: 2px; font-family: monospace; font-size: 60%; padding: 1px 3px 0px 3px; vertical-align: super; } .empty { color: var(--comment-col); } .empty::before { content: '// empty cell'; } .comment { color: var(--comment-col); } .comment::before { content: '// '; } .code { font-family: Fira; font-size: 90%; color: var(--hl-col); background-color: var(--bg-hl-col); } .ref_error { background-color: var(--font-col); color: var(--hl2-col); border-radius: 3px; padding: 2px; } .syn_err { background-color: var(--font-col); color: var(--hl2-col); border-radius: 3px; } #pop { color: var(--pop-fg-col); background-color: var(--pop-bg-col); opacity: 0.95; border-radius: 5px; } #pop .code { background-color: var(--pop-bg-col); } #cc_pop { color: var(--hl-col); background-color: var(--pop-bg-col); opacity: .95; border-radius: 5px; font-family: monospace; font-size: 80%; } .cc_row { padding: 2px 0px 2px 3px; border-top: 1px solid var(--hl-col); } .cc_row:last-child { border-bottom: 1px solid var(--hl-col); } .cc_row:first-child { color: var(--pop-fg-col); } #pop:after { border: var(--pop-bg-col); } #pop .heading { color: var(--hl-col) } #pop a { color: teal; } #pop .title { border-bottom-color: white; } /* syntax highlighting */ .syn_hl { color: var(--hl2-col); } .syn_math { color: var(--hl-col); } .syn_jschars { color: var(--hl3-col); } .syn_ref { color: var(--font-col-int); } .syn_delimit { color: var(--delimit-col); } .syn_comment_head { color: var(--font-col-int); } .syn_comment { color: var(--comment); } .syn_code { background-color: var(--bg-hl2-col); border-radius: 3px; } .brace { border-radius: 5px; background-color: var(--brace-col); } /* home page */ #query { background-color: var(--bg-hl-col); color: var(--font-col); } #submit { background-color: var(--bg-hl-col); border: none; color: var(--font-col); } .result { background-color: var(--bg-hl-col); } a.result { color: var(--font-col-int); } .blurb { color: var(--font-col); } .blurb * { border: none; text-align: left; } .blurb .title { margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--delimit-col); color: var(--hl2-col) } /* bib */ #bib_input { background-color: var(--bg-hl-col); } .cite > a { color: var(--delimit-col); } #search_results { background-color: var(--bg-col); } .cite { background-color: var(--bg-hl-col); } .citekey { color: var(--hl-col) } .custom-select-trigger:after { border-bottom: 2px solid; border-right: 2px solid; border-color: var(--hl2-col); } .custom-select-trigger { background: var(--bg-hl2-col); } .custom-options { background: var(--bg-col); } .custom-option { border-bottom: 1px solid var(--bg-hl2-col); } .custom-option { background-color: var(--hl-col); } .custom-option:hover { background-color: var(--bg-hl2-col); } .export_butt { color: #222; border: 0; } .export_butt:hover { background-color: darkgray; }
0.494385
0.193909
html, body, img, ul, li, a, p, span, dl, dt, dd, h1, h2, h3, h4 { margin: 0; padding: 0; border: 0; } body { font-size: 13px; line-height: 1.25em; font-family: Arial, Verdana, sans-serif; color: #222222; background: #fff; } a { color: #0095d3; text-decoration: underline; } a:visited { color: #8cc2d8; } a:hover { color: #fd8a51 ! important; } pre { background-color: #eee; padding: 10px; font-size: 11px; } h1 { color: black; font-size: 160%; line-height: 2em; } h2 { color: black; font-size: 140%; line-height: 1.5em; } .fieldWithErrors { padding: 2px; background-color: red; display: table; } #errorExplanation { width: 400px; border: 2px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; background-color: #f0f0f0; } #errorExplanation h2 { text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; background-color: #c00; color: #fff; } #errorExplanation p { color: #333; margin-bottom: 0; padding: 5px; } #errorExplanation ul li { font-size: 12px; list-style: square; } .h-padding { padding: 0 20px; } .b-header { border-bottom: 1px solid #555555; padding: 10px 0; min-height: 18px; font-size: 100%; font-weight: bold; } .b-header-item-left { float: left; display: inline; margin-right: 30px; } .b-header-item-right { float: right; display: inline; margin-left: 30px; } .b-header__blog_title { font-size: 180%; } .b-header__breadcrumbs { } .b-header__to_site { padding: 0 20px; } .b-header__logout { height: 20px; } .b-header__logout a { background: url("/images/admin/logout.gif") no-repeat scroll left center; padding-left: 25px; background-position: left -19px; padding-bottom: 3px; } .b-content { padding: 10px 20px; } .b-content-left { float: left; max-width: 80%; overflow: hidden; } .b-content-right { float: right; width: 300px; border-left: 1px solid #555555; } .b-control_panel { list-style-type: none; display: block; } .b-control_panel-item { display: inline; line-height: 32px; margin: 0 7px; } .b-users-search { /*border-bottom: 1px solid #DDDDDD;*/ padding: 10px 0; } .b-form-comment { color: #008C00; } .b-pages-tree { padding: 10px 0; } .b-pages-sub_tree { padding-left: 30px; } /*Forms*/ .b-form { margin: 5px 0; } .b-form-item { padding: 5px 0; } .b-form__label { font-size: 90%; font-weight: bold; display: block; } .b-form__input-text { width: 99%; } .b-form__input-text_smaller { width: 120px; } .b-form__input-text_smallest { width: 50px; } .b-form__input-submit { padding: 5px 10px; } .b-users__total_count { font-weight: bold; } .b-users-table { width: 100%; border: 0 none; border-collapse: collapse; border-top: 1px } .b-users-table th { text-align: left; border-bottom: 1px solid #DDDDDD; } .b-users-table th, td { border-collapse: collapse; padding: 10px 10px; } .b-users-table .b-user__name { font-style: italic; } .b-users-table .b-user__status__blocked { padding: 4px; color: black; background-color: #F08682; } .b-footer { border-top: 1px solid #555555; padding: 5px 0; clear: both; overflow: hidden; } .b-footer__mailto { padding: 8px 55px; font-size: 140%; background: url("/images/admin/mail.png") no-repeat scroll left center; display: inline; float: left; } .b-footer__connectify_logo { padding: 8px 55px; font-size: 140%; background: url("/images/admin/logo_48.png") no-repeat scroll left center; display: inline; float: right; } .b-footer__copyright { padding: 8px 0; font-size: 140%; display: inline; float: right; } .i-add_32 { background: url("/images/admin/add_32.png") no-repeat scroll left center; } .i-edit_16 { background: url("/images/admin/edit_16.png") no-repeat scroll left center; } .i-delete_16 { background: url("/images/admin/delete_16.png") no-repeat scroll left center; } .g-link_32 { font-size: 120%; padding: 8px 0 8px 40px; } .g-link_16 { padding: 0 0 0 20px; } .g-link-no-visited:visited { color: #0095d3; } .g-inline { display: inline; }
public/stylesheets/admin/master.css
html, body, img, ul, li, a, p, span, dl, dt, dd, h1, h2, h3, h4 { margin: 0; padding: 0; border: 0; } body { font-size: 13px; line-height: 1.25em; font-family: Arial, Verdana, sans-serif; color: #222222; background: #fff; } a { color: #0095d3; text-decoration: underline; } a:visited { color: #8cc2d8; } a:hover { color: #fd8a51 ! important; } pre { background-color: #eee; padding: 10px; font-size: 11px; } h1 { color: black; font-size: 160%; line-height: 2em; } h2 { color: black; font-size: 140%; line-height: 1.5em; } .fieldWithErrors { padding: 2px; background-color: red; display: table; } #errorExplanation { width: 400px; border: 2px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; background-color: #f0f0f0; } #errorExplanation h2 { text-align: left; font-weight: bold; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; background-color: #c00; color: #fff; } #errorExplanation p { color: #333; margin-bottom: 0; padding: 5px; } #errorExplanation ul li { font-size: 12px; list-style: square; } .h-padding { padding: 0 20px; } .b-header { border-bottom: 1px solid #555555; padding: 10px 0; min-height: 18px; font-size: 100%; font-weight: bold; } .b-header-item-left { float: left; display: inline; margin-right: 30px; } .b-header-item-right { float: right; display: inline; margin-left: 30px; } .b-header__blog_title { font-size: 180%; } .b-header__breadcrumbs { } .b-header__to_site { padding: 0 20px; } .b-header__logout { height: 20px; } .b-header__logout a { background: url("/images/admin/logout.gif") no-repeat scroll left center; padding-left: 25px; background-position: left -19px; padding-bottom: 3px; } .b-content { padding: 10px 20px; } .b-content-left { float: left; max-width: 80%; overflow: hidden; } .b-content-right { float: right; width: 300px; border-left: 1px solid #555555; } .b-control_panel { list-style-type: none; display: block; } .b-control_panel-item { display: inline; line-height: 32px; margin: 0 7px; } .b-users-search { /*border-bottom: 1px solid #DDDDDD;*/ padding: 10px 0; } .b-form-comment { color: #008C00; } .b-pages-tree { padding: 10px 0; } .b-pages-sub_tree { padding-left: 30px; } /*Forms*/ .b-form { margin: 5px 0; } .b-form-item { padding: 5px 0; } .b-form__label { font-size: 90%; font-weight: bold; display: block; } .b-form__input-text { width: 99%; } .b-form__input-text_smaller { width: 120px; } .b-form__input-text_smallest { width: 50px; } .b-form__input-submit { padding: 5px 10px; } .b-users__total_count { font-weight: bold; } .b-users-table { width: 100%; border: 0 none; border-collapse: collapse; border-top: 1px } .b-users-table th { text-align: left; border-bottom: 1px solid #DDDDDD; } .b-users-table th, td { border-collapse: collapse; padding: 10px 10px; } .b-users-table .b-user__name { font-style: italic; } .b-users-table .b-user__status__blocked { padding: 4px; color: black; background-color: #F08682; } .b-footer { border-top: 1px solid #555555; padding: 5px 0; clear: both; overflow: hidden; } .b-footer__mailto { padding: 8px 55px; font-size: 140%; background: url("/images/admin/mail.png") no-repeat scroll left center; display: inline; float: left; } .b-footer__connectify_logo { padding: 8px 55px; font-size: 140%; background: url("/images/admin/logo_48.png") no-repeat scroll left center; display: inline; float: right; } .b-footer__copyright { padding: 8px 0; font-size: 140%; display: inline; float: right; } .i-add_32 { background: url("/images/admin/add_32.png") no-repeat scroll left center; } .i-edit_16 { background: url("/images/admin/edit_16.png") no-repeat scroll left center; } .i-delete_16 { background: url("/images/admin/delete_16.png") no-repeat scroll left center; } .g-link_32 { font-size: 120%; padding: 8px 0 8px 40px; } .g-link_16 { padding: 0 0 0 20px; } .g-link-no-visited:visited { color: #0095d3; } .g-inline { display: inline; }
0.5083
0.161519
:root > * { --md-code-link-bg-color: hsla(0, 0%, 96%, 1); --md-code-link-accent-bg-color: var(--md-code-link-bg-color); --md-code-special-bg-color: #e8e8e8; --md-code-alternate-bg-color: var(--md-code-bg-color); --md-code-hl-punctuation-color: var(--md-code-fg-color); --md-code-hl-namespace-color: var(--md-code-fg-color); --md-code-hl-entity-color: var(--md-code-hl-keyword-color); --md-code-hl-tag-color: var(--md-code-hl-keyword-color); --md-code-hl-builtin-color: var(--md-code-hl-constant-color); --md-code-hl-class-color: var(--md-code-hl-function-color); --md-typeset-a-color: #00bcd4; --md-progress-stripe: var(--md-default-bg-color--lighter); --md-progress-100: #00e676; --md-progress-80: #00e676; --md-progress-60: #fbc02d; --md-progress-40: #ff9100; --md-progress-20: #ff5252; --md-progress-0: #ff1744; --md-typeset-kbd-color: #ebebeb; --md-typeset-kbd-border-color: #b8b8b8; --md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1); --md-default-bg-color--dark: #2b2e3b; --md-default-bg-color--darker: #252732; --md-default-bg-color--darkest: #1e2029; --md-default-bg-color--ultra-dark: #111217; } :root > [data-md-color-scheme="slate"] { --md-code-link-bg-color: hsla(232, 15%, 15%, 1); --md-code-link-accent-bg-color: var(--md-code-link-bg-color); --md-code-special-bg-color: #2b2d3b; --md-typeset-kbd-color: var(--md-default-fg-color--lightest); --md-typeset-kbd-border-color: #1a1c24; --md-typeset-kbd-accent-color: var(--md-default-fg-color--lighter); } :root > [data-md-color-scheme="dracula"] { --md-default-fg-color: rgba(248, 248, 242, 0.87); --md-default-fg-color--light: rgba(248, 248, 242, 0.54); --md-default-fg-color--lighter: rgba(248, 248, 242, 0.16); --md-default-fg-color--lightest: rgba(248, 248, 242, 0.07); --md-default-bg-color: #323443; --md-default-bg-color--light: rgba(50, 52, 67, 0.7); --md-default-bg-color--lighter: rgba(50, 52, 67, 0.3); --md-default-bg-color--lightest: rgba(50, 52, 67, 0.12); --md-code-fg-color: #f8f8f2; --md-code-bg-color: #272935; --md-code-hl-operator-color: #ff7ac6; --md-code-hl-punctuation-color: #f8f8f2; --md-code-hl-string-color: #f1fa89; --md-code-hl-special-color: #bf95f9; --md-code-hl-number-color: #bf95f9; --md-code-hl-keyword-color: #ff7ac6; --md-code-hl-name-color: #f8f8f2; --md-code-hl-constant-color: #bf95f9; --md-code-hl-function-color: #52fa7c; --md-code-hl-comment-color: #6071a4; --md-code-hl-variable-color: #ffb86b; --md-code-hl-generic-color: #6071a4; --md-code-hl-color: #303550; --md-code-hl-entity-color: #52fa7c; --md-code-hl-tag-color: #ff7ac6; --md-code-hl-namespace-color: #f8f8f2; --md-code-hl-builtin-color: #8be8fd; --md-code-hl-class-color: #8be8fd; --md-code-special-bg-color: #323443; --md-code-alternate-bg-color: #3d3e49; --md-code-link-bg-color: #364653; --md-typeset-a-color: #8be8fd; --md-typeset-mark-color: #6e7252; --md-typeset-del-color: #734667; --md-typeset-ins-color: #36724e; --md-progress-stripe: var(--md-default-bg-color--lightest); --md-progress-100: #52fa7c; --md-progress-80: #98fbb1; --md-progress-60: #f1fa89; --md-progress-40: #ffb86b; --md-progress-20: #ff7ac6; --md-progress-0: #ff5757; --md-typeset-kbd-color: var(--md-default-fg-color--lightest); --md-typeset-kbd-border-color: var(--md-default-bg-color--darkest); --md-typeset-kbd-accent-color: var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="red"], [data-md-color-scheme="dracula"][data-md-color-primary="red"] { --md-primary-code-bg-color: #47303a; --md-primary-fg-color: hsla(0deg, 100%, 67%, 1); --md-primary-fg-color--transparent: hsla(0deg, 100%, 67%, 0.1); --md-primary-fg-color--light: hsla(0deg, 100%, 72%, 1); --md-primary-fg-color--dark: hsla(0deg, 100%, 62%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="pink"], [data-md-color-scheme="dracula"][data-md-color-primary="pink"] { --md-primary-code-bg-color: #47354a; --md-primary-fg-color: hsla(326deg, 100%, 74%, 1); --md-primary-fg-color--transparent: hsla(326deg, 100%, 74%, 0.1); --md-primary-fg-color--light: hsla(326deg, 100%, 79%, 1); --md-primary-fg-color--dark: hsla(326deg, 100%, 69%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="purple"], [data-md-color-scheme="dracula"][data-md-color-primary="purple"] { --md-primary-code-bg-color: #3e3952; --md-primary-fg-color: hsla(265deg, 89%, 78%, 1); --md-primary-fg-color--transparent: hsla(265deg, 89%, 78%, 0.1); --md-primary-fg-color--light: hsla(265deg, 89%, 83%, 1); --md-primary-fg-color--dark: hsla(265deg, 89%, 73%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-purple"], [data-md-color-scheme="dracula"][data-md-color-primary="deep-purple"] { --md-primary-code-bg-color: #3e3952; --md-primary-fg-color: hsla(265deg, 89%, 78%, 1); --md-primary-fg-color--transparent: hsla(265deg, 89%, 78%, 0.1); --md-primary-fg-color--light: hsla(265deg, 89%, 83%, 1); --md-primary-fg-color--dark: hsla(265deg, 89%, 73%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="blue"], [data-md-color-scheme="dracula"][data-md-color-primary="blue"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="indigo"], [data-md-color-scheme="dracula"][data-md-color-primary="indigo"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-blue"], [data-md-color-scheme="dracula"][data-md-color-primary="light-blue"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="cyan"], [data-md-color-scheme="dracula"][data-md-color-primary="cyan"] { --md-primary-code-bg-color: #364653; --md-primary-fg-color: hsla(191deg, 97%, 77%, 1); --md-primary-fg-color--transparent: hsla(191deg, 97%, 77%, 0.1); --md-primary-fg-color--light: hsla(191deg, 97%, 82%, 1); --md-primary-fg-color--dark: hsla(191deg, 97%, 72%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="teal"], [data-md-color-scheme="dracula"][data-md-color-primary="teal"] { --md-primary-code-bg-color: #364653; --md-primary-fg-color: hsla(191deg, 97%, 77%, 1); --md-primary-fg-color--transparent: hsla(191deg, 97%, 77%, 0.1); --md-primary-fg-color--light: hsla(191deg, 97%, 82%, 1); --md-primary-fg-color--dark: hsla(191deg, 97%, 72%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="green"], [data-md-color-scheme="dracula"][data-md-color-primary="green"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-green"], [data-md-color-scheme="dracula"][data-md-color-primary="light-green"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="lime"], [data-md-color-scheme="dracula"][data-md-color-primary="lime"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="yellow"], [data-md-color-scheme="dracula"][data-md-color-primary="yellow"] { --md-primary-code-bg-color: #454841; --md-primary-fg-color: hsla(65deg, 92%, 76%, 1); --md-primary-fg-color--transparent: hsla(65deg, 92%, 76%, 0.1); --md-primary-fg-color--light: hsla(65deg, 92%, 81%, 1); --md-primary-fg-color--dark: hsla(65deg, 92%, 71%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="amber"], [data-md-color-scheme="dracula"][data-md-color-primary="amber"] { --md-primary-code-bg-color: #454841; --md-primary-fg-color: hsla(65deg, 92%, 76%, 1); --md-primary-fg-color--transparent: hsla(65deg, 92%, 76%, 0.1); --md-primary-fg-color--light: hsla(65deg, 92%, 81%, 1); --md-primary-fg-color--dark: hsla(65deg, 92%, 71%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="orange"], [data-md-color-scheme="dracula"][data-md-color-primary="orange"] { --md-primary-code-bg-color: #473e3d; --md-primary-fg-color: hsla(31deg, 100%, 71%, 1); --md-primary-fg-color--transparent: hsla(31deg, 100%, 71%, 0.1); --md-primary-fg-color--light: hsla(31deg, 100%, 76%, 1); --md-primary-fg-color--dark: hsla(31deg, 100%, 66%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-orange"], [data-md-color-scheme="dracula"][data-md-color-primary="deep-orange"] { --md-primary-code-bg-color: #473e3d; --md-primary-fg-color: hsla(31deg, 100%, 71%, 1); --md-primary-fg-color--transparent: hsla(31deg, 100%, 71%, 0.1); --md-primary-fg-color--light: hsla(31deg, 100%, 76%, 1); --md-primary-fg-color--dark: hsla(31deg, 100%, 66%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="red"], [data-md-color-scheme="dracula"][data-md-color-accent="red"] { --md-code-link-accent-bg-color: #472c36; --md-accent-fg-color: hsla(0deg, 100%, 62%, 1); --md-accent-fg-color--transparent: hsla(0deg, 100%, 62%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="pink"], [data-md-color-scheme="dracula"][data-md-color-accent="pink"] { --md-code-link-accent-bg-color: #473149; --md-accent-fg-color: hsla(326deg, 100%, 69%, 1); --md-accent-fg-color--transparent: hsla(326deg, 100%, 69%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="purple"], [data-md-color-scheme="dracula"][data-md-color-accent="purple"] { --md-code-link-accent-bg-color: #3c3652; --md-accent-fg-color: hsla(265deg, 89%, 73%, 1); --md-accent-fg-color--transparent: hsla(265deg, 89%, 73%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-purple"], [data-md-color-scheme="dracula"][data-md-color-accent="deep-purple"] { --md-code-link-accent-bg-color: #3c3652; --md-accent-fg-color: hsla(265deg, 89%, 73%, 1); --md-accent-fg-color--transparent: hsla(265deg, 89%, 73%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="blue"], [data-md-color-scheme="dracula"][data-md-color-accent="blue"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="indigo"], [data-md-color-scheme="dracula"][data-md-color-accent="indigo"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-blue"], [data-md-color-scheme="dracula"][data-md-color-accent="light-blue"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="cyan"], [data-md-color-scheme="dracula"][data-md-color-accent="cyan"] { --md-code-link-accent-bg-color: #324553; --md-accent-fg-color: hsla(191deg, 97%, 72%, 1); --md-accent-fg-color--transparent: hsla(191deg, 97%, 72%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="teal"], [data-md-color-scheme="dracula"][data-md-color-accent="teal"] { --md-code-link-accent-bg-color: #324553; --md-accent-fg-color: hsla(191deg, 97%, 72%, 1); --md-accent-fg-color--transparent: hsla(191deg, 97%, 72%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="green"], [data-md-color-scheme="dracula"][data-md-color-accent="green"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-green"], [data-md-color-scheme="dracula"][data-md-color-accent="light-green"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="lime"], [data-md-color-scheme="dracula"][data-md-color-accent="lime"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="yellow"], [data-md-color-scheme="dracula"][data-md-color-accent="yellow"] { --md-code-link-accent-bg-color: #45483e; --md-accent-fg-color: hsla(65deg, 92%, 71%, 1); --md-accent-fg-color--transparent: hsla(65deg, 92%, 71%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="amber"], [data-md-color-scheme="dracula"][data-md-color-accent="amber"] { --md-code-link-accent-bg-color: #45483e; --md-accent-fg-color: hsla(65deg, 92%, 71%, 1); --md-accent-fg-color--transparent: hsla(65deg, 92%, 71%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="orange"], [data-md-color-scheme="dracula"][data-md-color-accent="orange"] { --md-code-link-accent-bg-color: #473d39; --md-accent-fg-color: hsla(31deg, 100%, 66%, 1); --md-accent-fg-color--transparent: hsla(31deg, 100%, 66%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-orange"], [data-md-color-scheme="dracula"][data-md-color-accent="deep-orange"] { --md-code-link-accent-bg-color: #473d39; --md-accent-fg-color: hsla(31deg, 100%, 66%, 1); --md-accent-fg-color--transparent: hsla(31deg, 100%, 66%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } :root { --md-heart: #ff5252; --md-heart-big: #ff1744; } :root [data-md-color-scheme="dracula"] { --md-heart: #ff7ac6; --md-heart-big: #ff5757; } .md-typeset a.source-link { position: relative; top: -0.6rem; float: right; color: var(--md-default-fg-color--lighter); transition: color 125ms; } .md-typeset a.source-link:hover { color: var(--md-accent-fg-color); } .md-typeset a.source-link .twemoji { height: 1.2rem; } .md-typeset a.source-link .twemoji svg { width: 1.2rem; height: 1.2rem; } .md-typeset div.highlight.md-max-height pre > code { max-height: 15rem; } .twemoji.heart-throb svg, .twemoji.heart-throb-hover svg { position: relative; color: var(--md-heart); -webkit-animation: pulse 1.5s ease infinite; animation: pulse 1.5s ease infinite; } @-webkit-keyframes pulse { 0% { transform: scale(1); } 40% { color: var(--md-heart-big); transform: scale(1.3); } 50% { transform: scale(1.2); } 60% { color: var(--md-heart-big); transform: scale(1.3); } 100% { transform: scale(1); } } @keyframes pulse { 0% { transform: scale(1); } 40% { color: var(--md-heart-big); transform: scale(1.3); } 50% { transform: scale(1.2); } 60% { color: var(--md-heart-big); transform: scale(1.3); } 100% { transform: scale(1); } } footer.sponsorship { text-align: center; } footer.sponsorship hr { display: inline-block; width: 1.6rem; margin: 0 0.7rem; vertical-align: middle; border-bottom: 2px solid var(--md-default-fg-color--lighter); } footer.sponsorship:hover hr { border-color: var(--md-accent-fg-color); } footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg { color: var(--md-default-fg-color--lighter) !important; } body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .light-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .system-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .unknown-mode { display: none; } body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .dark-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .system-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .unknown-mode { display: none; } body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .dark-mode, body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .light-mode, body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .system-mode { display: none; } body[data-md-prefers-color-scheme="true"] .md-icon .dark-mode, body[data-md-prefers-color-scheme="true"] .md-icon .light-mode, body[data-md-prefers-color-scheme="true"] .md-icon .unknown-mode { display: none; } .md-header-nav__scheme { z-index: 0; } [data-md-toggle="search"]:checked ~ .md-header .md-header-nav__scheme { display: none; } :root > * { --md-admonition-bg-color: transparent; --md-admonition-icon--settings: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg>'); --md-admonition-bg-color--settings: rgba(170, 0, 255, 0.1); --md-admonition-icon-color--settings: #aa00ff; --md-admonition-icon--new: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12m-10 5h-2v-2h2v2m0-4h-2V7h2v6z"/></svg>'); --md-admonition-bg-color--new: rgba(255, 214, 0, 0.1); --md-admonition-icon-color--new: #ffd600; --md-admonition-bg-color--note: var(--md-default-bg-color--darkest); --md-admonition-icon-color--note: #fbe779; --md-admonition-bg-color--abstract: var(--md-default-bg-color--darkest); --md-admonition-icon-color--abstract: #8be8fd; --md-admonition-bg-color--info: var(--md-default-bg-color--darkest); --md-admonition-icon-color--info: #bff3fd; --md-admonition-bg-color--tip: var(--md-default-bg-color--darkest); --md-admonition-icon-color--tip: #8bfdd9; --md-admonition-bg-color--success: var(--md-default-bg-color--darkest); --md-admonition-icon-color--success: #52fa7c; --md-admonition-bg-color--question: var(--md-default-bg-color--darkest); --md-admonition-icon-color--question: #98fbb1; --md-admonition-bg-color--warning: var(--md-default-bg-color--darkest); --md-admonition-icon-color--warning: #ffb86b; --md-admonition-bg-color--failure: var(--md-default-bg-color--darkest); --md-admonition-icon-color--failure: #ff2e2e; --md-admonition-bg-color--danger: var(--md-default-bg-color--darkest); --md-admonition-icon-color--danger: #ff5757; --md-admonition-bg-color--bug: var(--md-default-bg-color--darkest); --md-admonition-icon-color--bug: #ff47b3; --md-admonition-bg-color--example: var(--md-default-bg-color--darkest); --md-admonition-icon-color--example: #bf95f9; --md-admonition-bg-color--quote: var(--md-default-bg-color--darkest); --md-admonition-icon-color--quote: #787d8c; } :root > [data-md-color-scheme="dracula"] { --md-admonition-icon-color: $drac-dark-yellow; } :root > [data-md-color-scheme="dracula"] { --md-admonition-bg-color--settings: var(--md-default-bg-color--darkest); --md-admonition-icon-color--settings: #ff7ac6; } :root > [data-md-color-scheme="dracula"] { --md-admonition-bg-color--new: var(--md-default-bg-color--darkest); --md-admonition-icon-color--new: #f1fa89; } [data-md-color-scheme="dracula"] .md-typeset .admonition, [data-md-color-scheme="dracula"] .md-typeset details { border-color: var(--md-admonition-icon-color--note); box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3), 0 0 0.05rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-typeset .admonition > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition > summary, [data-md-color-scheme="dracula"] .md-typeset details > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details > summary { background-color: var(--md-admonition-bg-color--note); border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition > summary::before, [data-md-color-scheme="dracula"] .md-typeset details > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details > summary::before { background-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note, [data-md-color-scheme="dracula"] .md-typeset details.note { border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.note > summary, [data-md-color-scheme="dracula"] .md-typeset details.note > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.note > summary { background-color: var(--md-admonition-bg-color--note); border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.note > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.note > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.note > summary::before { background-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr, [data-md-color-scheme="dracula"] .md-typeset details.abstract, [data-md-color-scheme="dracula"] .md-typeset details.summary, [data-md-color-scheme="dracula"] .md-typeset details.tldr { border-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > summary, [data-md-color-scheme="dracula"] .md-typeset details.abstract > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.abstract > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.abstract > summary, [data-md-color-scheme="dracula"] .md-typeset details.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.summary > summary, [data-md-color-scheme="dracula"] .md-typeset details.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.tldr > summary { background-color: var(--md-admonition-bg-color--abstract); border-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.abstract > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.abstract > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.abstract > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.summary > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.tldr > summary::before { background-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo, [data-md-color-scheme="dracula"] .md-typeset details.info, [data-md-color-scheme="dracula"] .md-typeset details.todo { border-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.info > summary, [data-md-color-scheme="dracula"] .md-typeset details.info > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.info > summary, [data-md-color-scheme="dracula"] .md-typeset details.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.todo > summary { background-color: var(--md-admonition-bg-color--info); border-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.info > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.info > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.info > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.todo > summary::before { background-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint, [data-md-color-scheme="dracula"] .md-typeset .admonition.important, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important, [data-md-color-scheme="dracula"] .md-typeset details.hint, [data-md-color-scheme="dracula"] .md-typeset details.important, [data-md-color-scheme="dracula"] .md-typeset details.tip { border-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.tip > summary, [data-md-color-scheme="dracula"] .md-typeset details.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.hint > summary, [data-md-color-scheme="dracula"] .md-typeset details.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.important > summary, [data-md-color-scheme="dracula"] .md-typeset details.tip > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.tip > summary { background-color: var(--md-admonition-bg-color--tip); border-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.tip > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.hint > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.important > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.tip > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.tip > summary::before { background-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check, [data-md-color-scheme="dracula"] .md-typeset .admonition.done, [data-md-color-scheme="dracula"] .md-typeset .admonition.success, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done, [data-md-color-scheme="dracula"] .md-typeset details.check, [data-md-color-scheme="dracula"] .md-typeset details.done, [data-md-color-scheme="dracula"] .md-typeset details.success { border-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.success > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.success > summary, [data-md-color-scheme="dracula"] .md-typeset details.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.check > summary, [data-md-color-scheme="dracula"] .md-typeset details.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.done > summary, [data-md-color-scheme="dracula"] .md-typeset details.success > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.success > summary { background-color: var(--md-admonition-bg-color--success); border-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.success > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.success > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.check > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.done > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.success > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.success > summary::before { background-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq, [data-md-color-scheme="dracula"] .md-typeset .admonition.help, [data-md-color-scheme="dracula"] .md-typeset .admonition.question, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help, [data-md-color-scheme="dracula"] .md-typeset details.faq, [data-md-color-scheme="dracula"] .md-typeset details.help, [data-md-color-scheme="dracula"] .md-typeset details.question { border-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.question > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.question > summary, [data-md-color-scheme="dracula"] .md-typeset details.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.faq > summary, [data-md-color-scheme="dracula"] .md-typeset details.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.help > summary, [data-md-color-scheme="dracula"] .md-typeset details.question > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.question > summary { background-color: var(--md-admonition-bg-color--question); border-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.question > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.question > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.faq > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.help > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.question > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.question > summary::before { background-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution, [data-md-color-scheme="dracula"] .md-typeset details.attention, [data-md-color-scheme="dracula"] .md-typeset details.caution, [data-md-color-scheme="dracula"] .md-typeset details.warning { border-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.warning > summary, [data-md-color-scheme="dracula"] .md-typeset details.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.attention > summary, [data-md-color-scheme="dracula"] .md-typeset details.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.caution > summary, [data-md-color-scheme="dracula"] .md-typeset details.warning > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.warning > summary { background-color: var(--md-admonition-bg-color--warning); border-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.warning > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.attention > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.caution > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.warning > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.warning > summary::before { background-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing, [data-md-color-scheme="dracula"] .md-typeset details.fail, [data-md-color-scheme="dracula"] .md-typeset details.failure, [data-md-color-scheme="dracula"] .md-typeset details.missing { border-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.failure > summary, [data-md-color-scheme="dracula"] .md-typeset details.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.fail > summary, [data-md-color-scheme="dracula"] .md-typeset details.failure > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.failure > summary, [data-md-color-scheme="dracula"] .md-typeset details.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.missing > summary { background-color: var(--md-admonition-bg-color--failure); border-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.failure > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.fail > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.failure > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.failure > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.missing > summary::before { background-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger, [data-md-color-scheme="dracula"] .md-typeset .admonition.error, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error, [data-md-color-scheme="dracula"] .md-typeset details.danger, [data-md-color-scheme="dracula"] .md-typeset details.error { border-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.danger > summary, [data-md-color-scheme="dracula"] .md-typeset details.danger > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.danger > summary, [data-md-color-scheme="dracula"] .md-typeset details.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.error > summary { background-color: var(--md-admonition-bg-color--danger); border-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.danger > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.danger > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.danger > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.error > summary::before { background-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug, [data-md-color-scheme="dracula"] .md-typeset details.bug { border-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.bug > summary, [data-md-color-scheme="dracula"] .md-typeset details.bug > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.bug > summary { background-color: var(--md-admonition-bg-color--bug); border-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.bug > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.bug > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.bug > summary::before { background-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example, [data-md-color-scheme="dracula"] .md-typeset details.example { border-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.example > summary, [data-md-color-scheme="dracula"] .md-typeset details.example > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.example > summary { background-color: var(--md-admonition-bg-color--example); border-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.example > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.example > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.example > summary::before { background-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite, [data-md-color-scheme="dracula"] .md-typeset details.cite, [data-md-color-scheme="dracula"] .md-typeset details.quote { border-color: var(--md-admonition-icon-color--quote); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.quote > summary, [data-md-color-scheme="dracula"] .md-typeset details.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.cite > summary, [data-md-color-scheme="dracula"] .md-typeset details.quote > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.quote > summary { background-color: var(--md-admonition-bg-color--quote); border-color: var(--md-admonition-icon-color--quote); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.quote > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.cite > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.quote > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.quote > summary::before { background-color: var(--md-admonition-icon-color--quote); } .md-typeset .admonition.config, .md-typeset .admonition.settings, .md-typeset details.config, .md-typeset details.settings { border-color: var(--md-admonition-icon-color--settings); } .md-typeset .admonition.config > .admonition-title, .md-typeset .admonition.settings > .admonition-title, .md-typeset details.config > .admonition-title, .md-typeset details.config > summary, .md-typeset details.settings > .admonition-title, .md-typeset details.settings > summary { background-color: var(--md-admonition-bg-color--settings); border-color: var(--md-admonition-icon-color--settings); } .md-typeset .admonition.config > .admonition-title::before, .md-typeset .admonition.settings > .admonition-title::before, .md-typeset details.config > .admonition-title::before, .md-typeset details.config > summary::before, .md-typeset details.settings > .admonition-title::before, .md-typeset details.settings > summary::before { width: 1rem; height: 1rem; background-color: var(--md-admonition-icon-color--settings); background-size: 1rem; -webkit-mask-image: var(--md-admonition-icon--settings); mask-image: var(--md-admonition-icon--settings); content: "\a0"; } .md-typeset .admonition.new, .md-typeset details.new { border-color: var(--md-admonition-icon-color--new); } .md-typeset .admonition.new > .admonition-title, .md-typeset details.new > .admonition-title, .md-typeset details.new > summary { background-color: var(--md-admonition-bg-color--new); border-color: var(--md-admonition-icon-color--new); } .md-typeset .admonition.new > .admonition-title::before, .md-typeset details.new > .admonition-title::before, .md-typeset details.new > summary::before { width: 1rem; height: 1rem; background-color: var(--md-admonition-icon-color--new); background-size: 1rem; -webkit-mask-image: var(--md-admonition-icon--new); mask-image: var(--md-admonition-icon--new); content: "\a0"; } mjx-container[display="true"] { font-size: 120% !important; } mjx-container:not([display]) { font-size: 100% !important; } .md-typeset del.critic, .md-typeset ins.critic, .md-typeset mark.critic { padding: 0 0.25em; color: unset; box-shadow: none; } .md-typeset .critic.break { margin: 0; } .md-typeset details > summary:focus { outline-style: none; } .highlight .kc { color: var(--md-code-hl-constant-color); } .highlight .nc, .highlight .ne { color: var(--md-code-hl-class-color); } .highlight .mb { color: var(--md-code-hl-number-color); } .highlight .bp, .highlight .nb { color: var(--md-code-hl-builtin-color); } .highlight .nn { color: var(--md-code-hl-namespace-color); } .highlight .na, .highlight .nd, .highlight .ni { color: var(--md-code-hl-entity-color); } .highlight .nl, .highlight .nt { color: var(--md-code-hl-tag-color); } .md-typeset [data-md-color-scheme="dracula"] details > summary code, [data-md-color-scheme="dracula"] .admonition-title code, [data-md-color-scheme="dracula"] .md-typeset details > summary code, [data-md-color-scheme="dracula"] table:not([class]) th code { background-color: var(--md-code-alternate-bg-color); } .md-typeset :not(pre) > code { margin: 0; padding: 0 0.29412em; color: var(--md-code-fg-color); background-color: var(--md-code-bg-color); border-radius: 0.1rem; box-shadow: none; } .md-typeset a > code { color: inherit !important; background-color: var(--md-code-link-bg-color) !important; transition: color 125ms; transition: background-color 125ms; } .md-typeset a > code * { color: var(--md-typeset-a-color) !important; } .md-typeset a > code:hover { background-color: var(--md-code-link-accent-bg-color) !important; } .md-typeset a > code:hover * { color: var(--md-accent-fg-color) !important; } .md-typeset pre > code { outline: 0; } .md-typeset td code { word-break: normal; } .md-typeset .highlight { -moz-tab-size: 8; -o-tab-size: 8; tab-size: 8; } .md-typeset .highlight [data-linenos].special::before { background-color: var(--md-code-special-bg-color); } .md-typeset .highlighttable .linenodiv .special { margin-right: -0.58824em; margin-left: -1.17647em; padding-right: 0.58824em; padding-left: 1.17647em; background-color: var(--md-code-special-bg-color); } .md-typeset a[href^="mailto:"]:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-3 13H7v-2h10m0-2H7v-2h10m3-2h-3V6h3"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-3 13H7v-2h10m0-2H7v-2h10m3-2h-3V6h3"/></svg>'); } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before, .md-typeset .magiclink-compare:not(.magiclink-ignore)::before, .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before, .md-typeset .magiclink-issue:not(.magiclink-ignore)::before, .md-typeset .magiclink-pull:not(.magiclink-ignore)::before { -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 0.9375em auto; mask-size: 0.9375em auto; } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before, .md-typeset .magiclink-compare:not(.magiclink-ignore)::before, .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before, .md-typeset .magiclink-issue:not(.magiclink-ignore)::before, .md-typeset .magiclink-pull:not(.magiclink-ignore)::before, .md-typeset .magiclink-repository:not(.magiclink-ignore)::before, .md-typeset a[href^="mailto:"]:not(.magiclink-ignore)::before { position: relative; width: 1em; height: 1em; padding-right: 1em; background-color: var(--md-typeset-a-color); background-size: 1em; transition: background-color 125ms; content: "\a0"; } .md-typeset .magiclink-commit:hover::before, .md-typeset .magiclink-compare:hover::before, .md-typeset .magiclink-discussion:hover::before, .md-typeset .magiclink-issue:hover::before, .md-typeset .magiclink-pull:hover::before, .md-typeset .magiclink-repository:hover::before, .md-typeset a[href^="mailto:"]:hover::before { background-color: var(--md-accent-fg-color); } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M15.5 11.75a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm1.444-.75a5.001 5.001 0 0 0-9.888 0H2.75a.75.75 0 1 0 0 1.5h4.306a5.001 5.001 0 0 0 9.888 0h4.306a.75.75 0 1 0 0-1.5h-4.306z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M15.5 11.75a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm1.444-.75a5.001 5.001 0 0 0-9.888 0H2.75a.75.75 0 1 0 0 1.5h4.306a5.001 5.001 0 0 0 9.888 0h4.306a.75.75 0 1 0 0-1.5h-4.306z"/></svg>'); } .md-typeset .magiclink-compare:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 6.75a.75.75 0 0 0-1.5 0V9H8.75a.75.75 0 0 0 0 1.5H11v2.25a.75.75 0 0 0 1.5 0V10.5h2.25a.75.75 0 0 0 0-1.5H12.5V6.75zM8.75 16a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6z"/><path fill-rule="evenodd" d="M5 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.018a2 2 0 0 0-.586-1.414l-4.018-4.018A2 2 0 0 0 14.982 1H5zm-.5 2a.5.5 0 0 1 .5-.5h9.982a.5.5 0 0 1 .354.146l4.018 4.018a.5.5 0 0 1 .146.354V21a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 6.75a.75.75 0 0 0-1.5 0V9H8.75a.75.75 0 0 0 0 1.5H11v2.25a.75.75 0 0 0 1.5 0V10.5h2.25a.75.75 0 0 0 0-1.5H12.5V6.75zM8.75 16a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6z"/><path fill-rule="evenodd" d="M5 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.018a2 2 0 0 0-.586-1.414l-4.018-4.018A2 2 0 0 0 14.982 1H5zm-.5 2a.5.5 0 0 1 .5-.5h9.982a.5.5 0 0 1 .354.146l4.018 4.018a.5.5 0 0 1 .146.354V21a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3z"/></svg>'); } .md-typeset .magiclink-pull:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M4.75 3a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zM4.75 17.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zm17.75-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0z"/><path fill-rule="evenodd" d="M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75zm8.655-5.53a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M4.75 3a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zM4.75 17.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zm17.75-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0z"/><path fill-rule="evenodd" d="M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75zm8.655-5.53a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0z"/></svg>'); } .md-typeset .magiclink-issue:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 7zm1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 7zm1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/></svg>'); } .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1.75 1A1.75 1.75 0 0 0 0 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 0 0 2.487 1.03L8.061 14h6.189A1.75 1.75 0 0 0 16 12.25v-9.5A1.75 1.75 0 0 0 14.25 1H1.75zM1.5 2.75a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v9.5a.25.25 0 0 1-.25.25h-6.5a.75.75 0 0 0-.53.22L4.5 15.44v-2.19a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-9.5z"/><path d="M22.5 8.75a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 0 1 .53.22l2.72 2.72v-2.19a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1.75 1A1.75 1.75 0 0 0 0 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 0 0 2.487 1.03L8.061 14h6.189A1.75 1.75 0 0 0 16 12.25v-9.5A1.75 1.75 0 0 0 14.25 1H1.75zM1.5 2.75a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v9.5a.25.25 0 0 1-.25.25h-6.5a.75.75 0 0 0-.53.22L4.5 15.44v-2.19a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-9.5z"/><path d="M22.5 8.75a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 0 1 .53.22l2.72 2.72v-2.19a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5z"/></svg>'); } .md-typeset .magiclink-repository.magiclink-github:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/></svg>'); } .md-typeset .magiclink-repository.magiclink-gitlab:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.859.859 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.851.851 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.859.859 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.851.851 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"/></svg>'); } .md-typeset .magiclink-repository.magiclink-bitbucket:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.65 3C2.3 3 2 3.3 2 3.65v.12l2.73 16.5c.07.42.43.73.85.73h13.05c.31 0 .59-.22.64-.54L22 3.77a.643.643 0 0 0-.54-.73c-.03-.01-.07-.01-.11-.01L2.65 3M14.1 14.95H9.94L8.81 9.07h6.3l-1.01 5.88z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.65 3C2.3 3 2 3.3 2 3.65v.12l2.73 16.5c.07.42.43.73.85.73h13.05c.31 0 .59-.22.64-.54L22 3.77a.643.643 0 0 0-.54-.73c-.03-.01-.07-.01-.11-.01L2.65 3M14.1 14.95H9.94L8.81 9.07h6.3l-1.01 5.88z"/></svg>'); } .md-typeset mark:not(.critic) { padding: 0 0.25em; box-shadow: none; } .md-typeset .progress-label { position: absolute; width: 100%; margin: 0; color: var(--md-text-color); font-weight: 700; line-height: 1.4rem; white-space: nowrap; text-align: center; text-shadow: -0.0625em -0.0625em 0.375em var(--md-default-bg-color--light), 0.0625em -0.0625em 0.375em var(--md-default-bg-color--light), -0.0625em 0.0625em 0.375em var(--md-default-bg-color--light), 0.0625em 0.0625em 0.375em var(--md-default-bg-color--light); } .md-typeset .progress-bar { float: left; height: 1.2rem; background-color: #2979ff; } .md-typeset .candystripe-animate .progress-bar { -webkit-animation: animate-stripes 3s linear infinite; animation: animate-stripes 3s linear infinite; } .md-typeset .progress { position: relative; display: block; width: 100%; height: 1.2rem; margin: 0.5rem 0; background-color: var(--md-default-fg-color--lightest); } .md-typeset .progress.thin { height: 0.4rem; margin-top: 0.9rem; } .md-typeset .progress.thin .progress-label { margin-top: -0.4rem; } .md-typeset .progress.thin .progress-bar { height: 0.4rem; } .md-typeset .progress.candystripe .progress-bar { background-image: linear-gradient( 135deg, var(--md-progress-stripe) 27%, transparent 27%, transparent 52%, var(--md-progress-stripe) 52%, var(--md-progress-stripe) 77%, transparent 77%, transparent ); background-size: 2rem 2rem; } .md-typeset .progress-100plus .progress-bar { background-color: var(--md-progress-100); } .md-typeset .progress-80plus .progress-bar { background-color: var(--md-progress-80); } .md-typeset .progress-60plus .progress-bar { background-color: var(--md-progress-60); } .md-typeset .progress-40plus .progress-bar { background-color: var(--md-progress-40); } .md-typeset .progress-20plus .progress-bar { background-color: var(--md-progress-20); } .md-typeset .progress-0plus .progress-bar { background-color: var(--md-progress-0); } @-webkit-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 6rem 0; } } @keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 6rem 0; } } [data-md-color-scheme="dracula"] .md-typeset .tabbed-set > .tabbed-content { box-shadow: 0 -0.05rem var(--md-default-fg-color--lighter); } .md-typeset .tabbed-set > .tabbed-content { padding: 0 0.6rem; overflow: hidden; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilite:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilitetable:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlight:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlighttable:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > pre:only-child code { margin-right: -0.6rem; margin-left: -0.6rem; padding-right: 0.6rem; padding-left: 0.6rem; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilite:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilitetable:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlight:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlighttable:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > pre:only-child code .hll { margin: 0 -0.6rem; padding: 0 0.6rem; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > mermaid-div { margin-right: -0.6rem; margin-left: -0.6rem; padding-right: 0.6rem; padding-left: 0.6rem; } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) { box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3), 0 0 0.05rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) tr:hover { background-color: rgba(0, 0, 0, 0.08); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) th { color: var(--md-text-color); background-color: var(--md-default-bg-color--darkest); border-bottom: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) td { border-top: 0.05rem solid var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] .md-typeset .task-list-control .task-list-indicator::before { background-color: var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] .md-typeset .task-list-control [type="checkbox"]:checked + .task-list-indicator::before { background-color: #52fa7c; } .md-typeset .headerlink { width: 1em; height: 1em; vertical-align: middle; background-color: var(--md-default-fg-color--lighter); background-size: 1em; -webkit-mask-size: 1em; mask-size: 1em; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; visibility: visible; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5z"/></svg>'); } .md-typeset .headerlink:hover, .md-typeset [id]:target .headerlink { background-color: var(--md-accent-fg-color); } mermaid-div { overflow: auto; } html { background-color: transparent; } [data-md-component="announce"] .twemoji { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] { --md-text-color: var(--md-default-fg-color); background-color: var(--md-default-bg-color); --md-footer-bg-color: transparent; --md-footer-bg-color--dark: var(--md-default-bg-color--darkest); --md-header-fg-color: var(--md-text-color); --md-header-bg-color: var(--md-default-bg-color--darkest); } [data-md-color-scheme="dracula"] .md-header { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-header[data-md-state="shadow"] { box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15), 0 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-tabs { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-tabs__link--active { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-tabs__link:hover { color: var(--md-accent-fg-color); } [data-md-color-scheme="dracula"] .md-hero { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-nav__source { color: var(--md-text-color); } [data-md-color-scheme="dracula"] .md-nav__link[data-md-state="blur"] { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-nav__item .md-nav__link--active { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-nav__link:focus, [data-md-color-scheme="dracula"] .md-nav__link:hover { color: var(--md-accent-fg-color); } [data-md-color-scheme="dracula"] .md-search__input { color: var(--md-text-color); background-color: var(--md-accent-bg-color--light); } [data-md-color-scheme="dracula"] .md-search__input:hover { background-color: var(--md-default-bg-color); } [data-md-color-scheme="dracula"] .md-search__input ~ .md-search__icon { color: var(--md-text-color); } [data-md-color-scheme="dracula"] .md-search__input::-moz-placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-search__input:-ms-input-placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-search__input::placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-overlay, [data-md-color-scheme="dracula"] .md-search__overlay { background-color: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] .md-footer-nav__direction { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-footer-meta { border-top: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] [data-md-component="announce"] { background-color: var(--md-default-bg-color--ultra-dark); } .md-typeset h5 { color: var(--md-text-color); text-transform: none; } .md-search__scrollwrap, .md-sidebar__scrollwrap, .md-typeset div.mermaid, .md-typeset mermaid-div, .md-typeset pre > code, .md-typeset__scrollwrap { scrollbar-color: var(--md-default-fg-color--lighter) transparent; scrollbar-width: thin; } .md-search__scrollwrap::-webkit-scrollbar, .md-sidebar__scrollwrap::-webkit-scrollbar, .md-typeset div.mermaid::-webkit-scrollbar, .md-typeset mermaid-div::-webkit-scrollbar, .md-typeset pre > code::-webkit-scrollbar, .md-typeset__scrollwrap::-webkit-scrollbar { width: 0.2rem; height: 0.2rem; } .md-search__scrollwrap::-webkit-scrollbar-corner, .md-sidebar__scrollwrap::-webkit-scrollbar-corner, .md-typeset div.mermaid::-webkit-scrollbar-corner, .md-typeset mermaid-div::-webkit-scrollbar-corner, .md-typeset pre > code::-webkit-scrollbar-corner, .md-typeset__scrollwrap::-webkit-scrollbar-corner { background-color: transparent; } .md-search__scrollwrap::-webkit-scrollbar-thumb, .md-sidebar__scrollwrap::-webkit-scrollbar-thumb, .md-typeset div.mermaid::-webkit-scrollbar-thumb, .md-typeset mermaid-div::-webkit-scrollbar-thumb, .md-typeset pre > code::-webkit-scrollbar-thumb, .md-typeset__scrollwrap::-webkit-scrollbar-thumb { background-color: var(--md-default-fg-color--lighter); } .md-search__scrollwrap::-webkit-scrollbar-thumb:hover, .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover, .md-typeset div.mermaid::-webkit-scrollbar-thumb:hover, .md-typeset mermaid-div::-webkit-scrollbar-thumb:hover, .md-typeset pre > code::-webkit-scrollbar-thumb:hover, .md-typeset__scrollwrap::-webkit-scrollbar-thumb:hover { background-color: var(--md-accent-fg-color); } .md-search__scrollwrap:hover, .md-sidebar__scrollwrap:hover, .md-typeset div.mermaid:hover, .md-typeset mermaid-div:hover, .md-typeset pre > code:hover, .md-typeset__scrollwrap:hover { scrollbar-color: var(--md-accent-fg-color) transparent; } @media screen and (max-width: 59.9375em) { .md-header-nav__scheme { padding-right: 0; } label[for="__search"] { padding-left: 0; } [data-md-color-scheme="dracula"] .md-nav__source { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-nav .md-nav__title { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } } @media screen and (max-width: 76.1875em) { [data-md-color-scheme="dracula"] .md-nav--primary .md-nav__item--active > .md-nav__link:not(:hover) { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-nav--primary .md-nav__title { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } } /*# sourceMappingURL=extra-7a1297c0a9.css.map */
docs/theme/assets/pymdownx-extras/extra-7a1297c0a9.css
:root > * { --md-code-link-bg-color: hsla(0, 0%, 96%, 1); --md-code-link-accent-bg-color: var(--md-code-link-bg-color); --md-code-special-bg-color: #e8e8e8; --md-code-alternate-bg-color: var(--md-code-bg-color); --md-code-hl-punctuation-color: var(--md-code-fg-color); --md-code-hl-namespace-color: var(--md-code-fg-color); --md-code-hl-entity-color: var(--md-code-hl-keyword-color); --md-code-hl-tag-color: var(--md-code-hl-keyword-color); --md-code-hl-builtin-color: var(--md-code-hl-constant-color); --md-code-hl-class-color: var(--md-code-hl-function-color); --md-typeset-a-color: #00bcd4; --md-progress-stripe: var(--md-default-bg-color--lighter); --md-progress-100: #00e676; --md-progress-80: #00e676; --md-progress-60: #fbc02d; --md-progress-40: #ff9100; --md-progress-20: #ff5252; --md-progress-0: #ff1744; --md-typeset-kbd-color: #ebebeb; --md-typeset-kbd-border-color: #b8b8b8; --md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1); --md-default-bg-color--dark: #2b2e3b; --md-default-bg-color--darker: #252732; --md-default-bg-color--darkest: #1e2029; --md-default-bg-color--ultra-dark: #111217; } :root > [data-md-color-scheme="slate"] { --md-code-link-bg-color: hsla(232, 15%, 15%, 1); --md-code-link-accent-bg-color: var(--md-code-link-bg-color); --md-code-special-bg-color: #2b2d3b; --md-typeset-kbd-color: var(--md-default-fg-color--lightest); --md-typeset-kbd-border-color: #1a1c24; --md-typeset-kbd-accent-color: var(--md-default-fg-color--lighter); } :root > [data-md-color-scheme="dracula"] { --md-default-fg-color: rgba(248, 248, 242, 0.87); --md-default-fg-color--light: rgba(248, 248, 242, 0.54); --md-default-fg-color--lighter: rgba(248, 248, 242, 0.16); --md-default-fg-color--lightest: rgba(248, 248, 242, 0.07); --md-default-bg-color: #323443; --md-default-bg-color--light: rgba(50, 52, 67, 0.7); --md-default-bg-color--lighter: rgba(50, 52, 67, 0.3); --md-default-bg-color--lightest: rgba(50, 52, 67, 0.12); --md-code-fg-color: #f8f8f2; --md-code-bg-color: #272935; --md-code-hl-operator-color: #ff7ac6; --md-code-hl-punctuation-color: #f8f8f2; --md-code-hl-string-color: #f1fa89; --md-code-hl-special-color: #bf95f9; --md-code-hl-number-color: #bf95f9; --md-code-hl-keyword-color: #ff7ac6; --md-code-hl-name-color: #f8f8f2; --md-code-hl-constant-color: #bf95f9; --md-code-hl-function-color: #52fa7c; --md-code-hl-comment-color: #6071a4; --md-code-hl-variable-color: #ffb86b; --md-code-hl-generic-color: #6071a4; --md-code-hl-color: #303550; --md-code-hl-entity-color: #52fa7c; --md-code-hl-tag-color: #ff7ac6; --md-code-hl-namespace-color: #f8f8f2; --md-code-hl-builtin-color: #8be8fd; --md-code-hl-class-color: #8be8fd; --md-code-special-bg-color: #323443; --md-code-alternate-bg-color: #3d3e49; --md-code-link-bg-color: #364653; --md-typeset-a-color: #8be8fd; --md-typeset-mark-color: #6e7252; --md-typeset-del-color: #734667; --md-typeset-ins-color: #36724e; --md-progress-stripe: var(--md-default-bg-color--lightest); --md-progress-100: #52fa7c; --md-progress-80: #98fbb1; --md-progress-60: #f1fa89; --md-progress-40: #ffb86b; --md-progress-20: #ff7ac6; --md-progress-0: #ff5757; --md-typeset-kbd-color: var(--md-default-fg-color--lightest); --md-typeset-kbd-border-color: var(--md-default-bg-color--darkest); --md-typeset-kbd-accent-color: var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="red"], [data-md-color-scheme="dracula"][data-md-color-primary="red"] { --md-primary-code-bg-color: #47303a; --md-primary-fg-color: hsla(0deg, 100%, 67%, 1); --md-primary-fg-color--transparent: hsla(0deg, 100%, 67%, 0.1); --md-primary-fg-color--light: hsla(0deg, 100%, 72%, 1); --md-primary-fg-color--dark: hsla(0deg, 100%, 62%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="pink"], [data-md-color-scheme="dracula"][data-md-color-primary="pink"] { --md-primary-code-bg-color: #47354a; --md-primary-fg-color: hsla(326deg, 100%, 74%, 1); --md-primary-fg-color--transparent: hsla(326deg, 100%, 74%, 0.1); --md-primary-fg-color--light: hsla(326deg, 100%, 79%, 1); --md-primary-fg-color--dark: hsla(326deg, 100%, 69%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="purple"], [data-md-color-scheme="dracula"][data-md-color-primary="purple"] { --md-primary-code-bg-color: #3e3952; --md-primary-fg-color: hsla(265deg, 89%, 78%, 1); --md-primary-fg-color--transparent: hsla(265deg, 89%, 78%, 0.1); --md-primary-fg-color--light: hsla(265deg, 89%, 83%, 1); --md-primary-fg-color--dark: hsla(265deg, 89%, 73%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-purple"], [data-md-color-scheme="dracula"][data-md-color-primary="deep-purple"] { --md-primary-code-bg-color: #3e3952; --md-primary-fg-color: hsla(265deg, 89%, 78%, 1); --md-primary-fg-color--transparent: hsla(265deg, 89%, 78%, 0.1); --md-primary-fg-color--light: hsla(265deg, 89%, 83%, 1); --md-primary-fg-color--dark: hsla(265deg, 89%, 73%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="blue"], [data-md-color-scheme="dracula"][data-md-color-primary="blue"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="indigo"], [data-md-color-scheme="dracula"][data-md-color-primary="indigo"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-blue"], [data-md-color-scheme="dracula"][data-md-color-primary="light-blue"] { --md-primary-code-bg-color: #303445; --md-primary-fg-color: hsla(225deg, 27%, 51%, 1); --md-primary-fg-color--transparent: hsla(225deg, 27%, 51%, 0.1); --md-primary-fg-color--light: hsla(225deg, 27%, 56%, 1); --md-primary-fg-color--dark: hsla(225deg, 27%, 46%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="cyan"], [data-md-color-scheme="dracula"][data-md-color-primary="cyan"] { --md-primary-code-bg-color: #364653; --md-primary-fg-color: hsla(191deg, 97%, 77%, 1); --md-primary-fg-color--transparent: hsla(191deg, 97%, 77%, 0.1); --md-primary-fg-color--light: hsla(191deg, 97%, 82%, 1); --md-primary-fg-color--dark: hsla(191deg, 97%, 72%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="teal"], [data-md-color-scheme="dracula"][data-md-color-primary="teal"] { --md-primary-code-bg-color: #364653; --md-primary-fg-color: hsla(191deg, 97%, 77%, 1); --md-primary-fg-color--transparent: hsla(191deg, 97%, 77%, 0.1); --md-primary-fg-color--light: hsla(191deg, 97%, 82%, 1); --md-primary-fg-color--dark: hsla(191deg, 97%, 72%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="green"], [data-md-color-scheme="dracula"][data-md-color-primary="green"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-green"], [data-md-color-scheme="dracula"][data-md-color-primary="light-green"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="lime"], [data-md-color-scheme="dracula"][data-md-color-primary="lime"] { --md-primary-code-bg-color: #2d483f; --md-primary-fg-color: hsla(135deg, 94%, 65%, 1); --md-primary-fg-color--transparent: hsla(135deg, 94%, 65%, 0.1); --md-primary-fg-color--light: hsla(135deg, 94%, 70%, 1); --md-primary-fg-color--dark: hsla(135deg, 94%, 60%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="yellow"], [data-md-color-scheme="dracula"][data-md-color-primary="yellow"] { --md-primary-code-bg-color: #454841; --md-primary-fg-color: hsla(65deg, 92%, 76%, 1); --md-primary-fg-color--transparent: hsla(65deg, 92%, 76%, 0.1); --md-primary-fg-color--light: hsla(65deg, 92%, 81%, 1); --md-primary-fg-color--dark: hsla(65deg, 92%, 71%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="amber"], [data-md-color-scheme="dracula"][data-md-color-primary="amber"] { --md-primary-code-bg-color: #454841; --md-primary-fg-color: hsla(65deg, 92%, 76%, 1); --md-primary-fg-color--transparent: hsla(65deg, 92%, 76%, 0.1); --md-primary-fg-color--light: hsla(65deg, 92%, 81%, 1); --md-primary-fg-color--dark: hsla(65deg, 92%, 71%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="orange"], [data-md-color-scheme="dracula"][data-md-color-primary="orange"] { --md-primary-code-bg-color: #473e3d; --md-primary-fg-color: hsla(31deg, 100%, 71%, 1); --md-primary-fg-color--transparent: hsla(31deg, 100%, 71%, 0.1); --md-primary-fg-color--light: hsla(31deg, 100%, 76%, 1); --md-primary-fg-color--dark: hsla(31deg, 100%, 66%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-orange"], [data-md-color-scheme="dracula"][data-md-color-primary="deep-orange"] { --md-primary-code-bg-color: #473e3d; --md-primary-fg-color: hsla(31deg, 100%, 71%, 1); --md-primary-fg-color--transparent: hsla(31deg, 100%, 71%, 0.1); --md-primary-fg-color--light: hsla(31deg, 100%, 76%, 1); --md-primary-fg-color--dark: hsla(31deg, 100%, 66%, 1); --md-primary-bg-color: var(--md-default-bg-color); --md-primary-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="red"], [data-md-color-scheme="dracula"][data-md-color-accent="red"] { --md-code-link-accent-bg-color: #472c36; --md-accent-fg-color: hsla(0deg, 100%, 62%, 1); --md-accent-fg-color--transparent: hsla(0deg, 100%, 62%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="pink"], [data-md-color-scheme="dracula"][data-md-color-accent="pink"] { --md-code-link-accent-bg-color: #473149; --md-accent-fg-color: hsla(326deg, 100%, 69%, 1); --md-accent-fg-color--transparent: hsla(326deg, 100%, 69%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="purple"], [data-md-color-scheme="dracula"][data-md-color-accent="purple"] { --md-code-link-accent-bg-color: #3c3652; --md-accent-fg-color: hsla(265deg, 89%, 73%, 1); --md-accent-fg-color--transparent: hsla(265deg, 89%, 73%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-purple"], [data-md-color-scheme="dracula"][data-md-color-accent="deep-purple"] { --md-code-link-accent-bg-color: #3c3652; --md-accent-fg-color: hsla(265deg, 89%, 73%, 1); --md-accent-fg-color--transparent: hsla(265deg, 89%, 73%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="blue"], [data-md-color-scheme="dracula"][data-md-color-accent="blue"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="indigo"], [data-md-color-scheme="dracula"][data-md-color-accent="indigo"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-blue"], [data-md-color-scheme="dracula"][data-md-color-accent="light-blue"] { --md-code-link-accent-bg-color: #2e3243; --md-accent-fg-color: hsla(225deg, 27%, 46%, 1); --md-accent-fg-color--transparent: hsla(225deg, 27%, 46%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="cyan"], [data-md-color-scheme="dracula"][data-md-color-accent="cyan"] { --md-code-link-accent-bg-color: #324553; --md-accent-fg-color: hsla(191deg, 97%, 72%, 1); --md-accent-fg-color--transparent: hsla(191deg, 97%, 72%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="teal"], [data-md-color-scheme="dracula"][data-md-color-accent="teal"] { --md-code-link-accent-bg-color: #324553; --md-accent-fg-color: hsla(191deg, 97%, 72%, 1); --md-accent-fg-color--transparent: hsla(191deg, 97%, 72%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="green"], [data-md-color-scheme="dracula"][data-md-color-accent="green"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="light-green"], [data-md-color-scheme="dracula"][data-md-color-accent="light-green"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="lime"], [data-md-color-scheme="dracula"][data-md-color-accent="lime"] { --md-code-link-accent-bg-color: #2a483d; --md-accent-fg-color: hsla(135deg, 94%, 60%, 1); --md-accent-fg-color--transparent: hsla(135deg, 94%, 60%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="yellow"], [data-md-color-scheme="dracula"][data-md-color-accent="yellow"] { --md-code-link-accent-bg-color: #45483e; --md-accent-fg-color: hsla(65deg, 92%, 71%, 1); --md-accent-fg-color--transparent: hsla(65deg, 92%, 71%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="amber"], [data-md-color-scheme="dracula"][data-md-color-accent="amber"] { --md-code-link-accent-bg-color: #45483e; --md-accent-fg-color: hsla(65deg, 92%, 71%, 1); --md-accent-fg-color--transparent: hsla(65deg, 92%, 71%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="orange"], [data-md-color-scheme="dracula"][data-md-color-accent="orange"] { --md-code-link-accent-bg-color: #473d39; --md-accent-fg-color: hsla(31deg, 100%, 66%, 1); --md-accent-fg-color--transparent: hsla(31deg, 100%, 66%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] :not([data-md-color-scheme])[data-md-color-primary="deep-orange"], [data-md-color-scheme="dracula"][data-md-color-accent="deep-orange"] { --md-code-link-accent-bg-color: #473d39; --md-accent-fg-color: hsla(31deg, 100%, 66%, 1); --md-accent-fg-color--transparent: hsla(31deg, 100%, 66%, 0.1); --md-accent-bg-color: var(--md-default-bg-color); --md-accent-bg-color--light: var(--md-default-bg-color--light); } :root { --md-heart: #ff5252; --md-heart-big: #ff1744; } :root [data-md-color-scheme="dracula"] { --md-heart: #ff7ac6; --md-heart-big: #ff5757; } .md-typeset a.source-link { position: relative; top: -0.6rem; float: right; color: var(--md-default-fg-color--lighter); transition: color 125ms; } .md-typeset a.source-link:hover { color: var(--md-accent-fg-color); } .md-typeset a.source-link .twemoji { height: 1.2rem; } .md-typeset a.source-link .twemoji svg { width: 1.2rem; height: 1.2rem; } .md-typeset div.highlight.md-max-height pre > code { max-height: 15rem; } .twemoji.heart-throb svg, .twemoji.heart-throb-hover svg { position: relative; color: var(--md-heart); -webkit-animation: pulse 1.5s ease infinite; animation: pulse 1.5s ease infinite; } @-webkit-keyframes pulse { 0% { transform: scale(1); } 40% { color: var(--md-heart-big); transform: scale(1.3); } 50% { transform: scale(1.2); } 60% { color: var(--md-heart-big); transform: scale(1.3); } 100% { transform: scale(1); } } @keyframes pulse { 0% { transform: scale(1); } 40% { color: var(--md-heart-big); transform: scale(1.3); } 50% { transform: scale(1.2); } 60% { color: var(--md-heart-big); transform: scale(1.3); } 100% { transform: scale(1); } } footer.sponsorship { text-align: center; } footer.sponsorship hr { display: inline-block; width: 1.6rem; margin: 0 0.7rem; vertical-align: middle; border-bottom: 2px solid var(--md-default-fg-color--lighter); } footer.sponsorship:hover hr { border-color: var(--md-accent-fg-color); } footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg { color: var(--md-default-fg-color--lighter) !important; } body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .light-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .system-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="dracula"] .md-icon .unknown-mode { display: none; } body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .dark-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .system-mode, body:not([data-md-prefers-color-scheme="true"])[data-md-color-scheme="default"] .md-icon .unknown-mode { display: none; } body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .dark-mode, body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .light-mode, body:not([data-md-prefers-color-scheme="true"]):not([data-md-color-scheme="default"]):not([data-md-color-scheme="dracula"]) .md-icon .system-mode { display: none; } body[data-md-prefers-color-scheme="true"] .md-icon .dark-mode, body[data-md-prefers-color-scheme="true"] .md-icon .light-mode, body[data-md-prefers-color-scheme="true"] .md-icon .unknown-mode { display: none; } .md-header-nav__scheme { z-index: 0; } [data-md-toggle="search"]:checked ~ .md-header .md-header-nav__scheme { display: none; } :root > * { --md-admonition-bg-color: transparent; --md-admonition-icon--settings: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg>'); --md-admonition-bg-color--settings: rgba(170, 0, 255, 0.1); --md-admonition-icon-color--settings: #aa00ff; --md-admonition-icon--new: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m23 12-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12m-10 5h-2v-2h2v2m0-4h-2V7h2v6z"/></svg>'); --md-admonition-bg-color--new: rgba(255, 214, 0, 0.1); --md-admonition-icon-color--new: #ffd600; --md-admonition-bg-color--note: var(--md-default-bg-color--darkest); --md-admonition-icon-color--note: #fbe779; --md-admonition-bg-color--abstract: var(--md-default-bg-color--darkest); --md-admonition-icon-color--abstract: #8be8fd; --md-admonition-bg-color--info: var(--md-default-bg-color--darkest); --md-admonition-icon-color--info: #bff3fd; --md-admonition-bg-color--tip: var(--md-default-bg-color--darkest); --md-admonition-icon-color--tip: #8bfdd9; --md-admonition-bg-color--success: var(--md-default-bg-color--darkest); --md-admonition-icon-color--success: #52fa7c; --md-admonition-bg-color--question: var(--md-default-bg-color--darkest); --md-admonition-icon-color--question: #98fbb1; --md-admonition-bg-color--warning: var(--md-default-bg-color--darkest); --md-admonition-icon-color--warning: #ffb86b; --md-admonition-bg-color--failure: var(--md-default-bg-color--darkest); --md-admonition-icon-color--failure: #ff2e2e; --md-admonition-bg-color--danger: var(--md-default-bg-color--darkest); --md-admonition-icon-color--danger: #ff5757; --md-admonition-bg-color--bug: var(--md-default-bg-color--darkest); --md-admonition-icon-color--bug: #ff47b3; --md-admonition-bg-color--example: var(--md-default-bg-color--darkest); --md-admonition-icon-color--example: #bf95f9; --md-admonition-bg-color--quote: var(--md-default-bg-color--darkest); --md-admonition-icon-color--quote: #787d8c; } :root > [data-md-color-scheme="dracula"] { --md-admonition-icon-color: $drac-dark-yellow; } :root > [data-md-color-scheme="dracula"] { --md-admonition-bg-color--settings: var(--md-default-bg-color--darkest); --md-admonition-icon-color--settings: #ff7ac6; } :root > [data-md-color-scheme="dracula"] { --md-admonition-bg-color--new: var(--md-default-bg-color--darkest); --md-admonition-icon-color--new: #f1fa89; } [data-md-color-scheme="dracula"] .md-typeset .admonition, [data-md-color-scheme="dracula"] .md-typeset details { border-color: var(--md-admonition-icon-color--note); box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3), 0 0 0.05rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-typeset .admonition > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition > summary, [data-md-color-scheme="dracula"] .md-typeset details > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details > summary { background-color: var(--md-admonition-bg-color--note); border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition > summary::before, [data-md-color-scheme="dracula"] .md-typeset details > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details > summary::before { background-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note, [data-md-color-scheme="dracula"] .md-typeset details.note { border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.note > summary, [data-md-color-scheme="dracula"] .md-typeset details.note > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.note > summary { background-color: var(--md-admonition-bg-color--note); border-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.note > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.note > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.note > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.note > summary::before { background-color: var(--md-admonition-icon-color--note); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr, [data-md-color-scheme="dracula"] .md-typeset details.abstract, [data-md-color-scheme="dracula"] .md-typeset details.summary, [data-md-color-scheme="dracula"] .md-typeset details.tldr { border-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > summary, [data-md-color-scheme="dracula"] .md-typeset details.abstract > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.abstract > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.abstract > summary, [data-md-color-scheme="dracula"] .md-typeset details.summary > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.summary > summary, [data-md-color-scheme="dracula"] .md-typeset details.tldr > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.tldr > summary { background-color: var(--md-admonition-bg-color--abstract); border-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.abstract > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.summary > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.tldr > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.abstract > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.abstract > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.abstract > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.summary > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.summary > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.tldr > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.tldr > summary::before { background-color: var(--md-admonition-icon-color--abstract); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo, [data-md-color-scheme="dracula"] .md-typeset details.info, [data-md-color-scheme="dracula"] .md-typeset details.todo { border-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.info > summary, [data-md-color-scheme="dracula"] .md-typeset details.info > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.info > summary, [data-md-color-scheme="dracula"] .md-typeset details.todo > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.todo > summary { background-color: var(--md-admonition-bg-color--info); border-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.info > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.todo > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.info > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.info > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.info > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.todo > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.todo > summary::before { background-color: var(--md-admonition-icon-color--info); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint, [data-md-color-scheme="dracula"] .md-typeset .admonition.important, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important, [data-md-color-scheme="dracula"] .md-typeset details.hint, [data-md-color-scheme="dracula"] .md-typeset details.important, [data-md-color-scheme="dracula"] .md-typeset details.tip { border-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.tip > summary, [data-md-color-scheme="dracula"] .md-typeset details.hint > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.hint > summary, [data-md-color-scheme="dracula"] .md-typeset details.important > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.important > summary, [data-md-color-scheme="dracula"] .md-typeset details.tip > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.tip > summary { background-color: var(--md-admonition-bg-color--tip); border-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.tip > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.hint > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.important > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.tip > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.hint > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.hint > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.important > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.important > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.tip > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.tip > summary::before { background-color: var(--md-admonition-icon-color--tip); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check, [data-md-color-scheme="dracula"] .md-typeset .admonition.done, [data-md-color-scheme="dracula"] .md-typeset .admonition.success, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done, [data-md-color-scheme="dracula"] .md-typeset details.check, [data-md-color-scheme="dracula"] .md-typeset details.done, [data-md-color-scheme="dracula"] .md-typeset details.success { border-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.success > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.success > summary, [data-md-color-scheme="dracula"] .md-typeset details.check > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.check > summary, [data-md-color-scheme="dracula"] .md-typeset details.done > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.done > summary, [data-md-color-scheme="dracula"] .md-typeset details.success > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.success > summary { background-color: var(--md-admonition-bg-color--success); border-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.success > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.check > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.done > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.success > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.check > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.check > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.done > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.done > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.success > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.success > summary::before { background-color: var(--md-admonition-icon-color--success); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq, [data-md-color-scheme="dracula"] .md-typeset .admonition.help, [data-md-color-scheme="dracula"] .md-typeset .admonition.question, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help, [data-md-color-scheme="dracula"] .md-typeset details.faq, [data-md-color-scheme="dracula"] .md-typeset details.help, [data-md-color-scheme="dracula"] .md-typeset details.question { border-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.question > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.question > summary, [data-md-color-scheme="dracula"] .md-typeset details.faq > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.faq > summary, [data-md-color-scheme="dracula"] .md-typeset details.help > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.help > summary, [data-md-color-scheme="dracula"] .md-typeset details.question > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.question > summary { background-color: var(--md-admonition-bg-color--question); border-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.question > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.faq > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.help > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.question > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.faq > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.faq > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.help > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.help > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.question > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.question > summary::before { background-color: var(--md-admonition-icon-color--question); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution, [data-md-color-scheme="dracula"] .md-typeset details.attention, [data-md-color-scheme="dracula"] .md-typeset details.caution, [data-md-color-scheme="dracula"] .md-typeset details.warning { border-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.warning > summary, [data-md-color-scheme="dracula"] .md-typeset details.attention > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.attention > summary, [data-md-color-scheme="dracula"] .md-typeset details.caution > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.caution > summary, [data-md-color-scheme="dracula"] .md-typeset details.warning > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.warning > summary { background-color: var(--md-admonition-bg-color--warning); border-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.warning > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.attention > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.caution > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.warning > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.attention > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.attention > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.caution > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.caution > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.warning > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.warning > summary::before { background-color: var(--md-admonition-icon-color--warning); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing, [data-md-color-scheme="dracula"] .md-typeset details.fail, [data-md-color-scheme="dracula"] .md-typeset details.failure, [data-md-color-scheme="dracula"] .md-typeset details.missing { border-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > summary, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.failure > summary, [data-md-color-scheme="dracula"] .md-typeset details.fail > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.fail > summary, [data-md-color-scheme="dracula"] .md-typeset details.failure > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.failure > summary, [data-md-color-scheme="dracula"] .md-typeset details.missing > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.missing > summary { background-color: var(--md-admonition-bg-color--failure); border-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.failure > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.fail > summary::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.missing > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.failure > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.fail > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.fail > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.failure > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.failure > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.missing > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.missing > summary::before { background-color: var(--md-admonition-icon-color--failure); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger, [data-md-color-scheme="dracula"] .md-typeset .admonition.error, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error, [data-md-color-scheme="dracula"] .md-typeset details.danger, [data-md-color-scheme="dracula"] .md-typeset details.error { border-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.danger > summary, [data-md-color-scheme="dracula"] .md-typeset details.danger > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.danger > summary, [data-md-color-scheme="dracula"] .md-typeset details.error > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.error > summary { background-color: var(--md-admonition-bg-color--danger); border-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.danger > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.error > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.danger > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.danger > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.danger > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.error > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.error > summary::before { background-color: var(--md-admonition-icon-color--danger); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug, [data-md-color-scheme="dracula"] .md-typeset details.bug { border-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.bug > summary, [data-md-color-scheme="dracula"] .md-typeset details.bug > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.bug > summary { background-color: var(--md-admonition-bg-color--bug); border-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.bug > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.bug > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.bug > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.bug > summary::before { background-color: var(--md-admonition-icon-color--bug); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example, [data-md-color-scheme="dracula"] .md-typeset details.example { border-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.admonition.example > summary, [data-md-color-scheme="dracula"] .md-typeset details.example > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.example > summary { background-color: var(--md-admonition-bg-color--example); border-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.example > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.example > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.example > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.example > summary::before { background-color: var(--md-admonition-icon-color--example); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite, [data-md-color-scheme="dracula"] .md-typeset details.cite, [data-md-color-scheme="dracula"] .md-typeset details.quote { border-color: var(--md-admonition-icon-color--quote); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > summary, [data-md-color-scheme="dracula"] .md-typeset details.admonition.quote > summary, [data-md-color-scheme="dracula"] .md-typeset details.cite > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.cite > summary, [data-md-color-scheme="dracula"] .md-typeset details.quote > .admonition-title, [data-md-color-scheme="dracula"] .md-typeset details.quote > summary { background-color: var(--md-admonition-bg-color--quote); border-color: var(--md-admonition-icon-color--quote); } [data-md-color-scheme="dracula"] .md-typeset .admonition.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset .admonition.quote > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset [data-md-color-scheme="dracula"] details.cite > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.admonition.quote > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.cite > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.cite > summary::before, [data-md-color-scheme="dracula"] .md-typeset details.quote > .admonition-title::before, [data-md-color-scheme="dracula"] .md-typeset details.quote > summary::before { background-color: var(--md-admonition-icon-color--quote); } .md-typeset .admonition.config, .md-typeset .admonition.settings, .md-typeset details.config, .md-typeset details.settings { border-color: var(--md-admonition-icon-color--settings); } .md-typeset .admonition.config > .admonition-title, .md-typeset .admonition.settings > .admonition-title, .md-typeset details.config > .admonition-title, .md-typeset details.config > summary, .md-typeset details.settings > .admonition-title, .md-typeset details.settings > summary { background-color: var(--md-admonition-bg-color--settings); border-color: var(--md-admonition-icon-color--settings); } .md-typeset .admonition.config > .admonition-title::before, .md-typeset .admonition.settings > .admonition-title::before, .md-typeset details.config > .admonition-title::before, .md-typeset details.config > summary::before, .md-typeset details.settings > .admonition-title::before, .md-typeset details.settings > summary::before { width: 1rem; height: 1rem; background-color: var(--md-admonition-icon-color--settings); background-size: 1rem; -webkit-mask-image: var(--md-admonition-icon--settings); mask-image: var(--md-admonition-icon--settings); content: "\a0"; } .md-typeset .admonition.new, .md-typeset details.new { border-color: var(--md-admonition-icon-color--new); } .md-typeset .admonition.new > .admonition-title, .md-typeset details.new > .admonition-title, .md-typeset details.new > summary { background-color: var(--md-admonition-bg-color--new); border-color: var(--md-admonition-icon-color--new); } .md-typeset .admonition.new > .admonition-title::before, .md-typeset details.new > .admonition-title::before, .md-typeset details.new > summary::before { width: 1rem; height: 1rem; background-color: var(--md-admonition-icon-color--new); background-size: 1rem; -webkit-mask-image: var(--md-admonition-icon--new); mask-image: var(--md-admonition-icon--new); content: "\a0"; } mjx-container[display="true"] { font-size: 120% !important; } mjx-container:not([display]) { font-size: 100% !important; } .md-typeset del.critic, .md-typeset ins.critic, .md-typeset mark.critic { padding: 0 0.25em; color: unset; box-shadow: none; } .md-typeset .critic.break { margin: 0; } .md-typeset details > summary:focus { outline-style: none; } .highlight .kc { color: var(--md-code-hl-constant-color); } .highlight .nc, .highlight .ne { color: var(--md-code-hl-class-color); } .highlight .mb { color: var(--md-code-hl-number-color); } .highlight .bp, .highlight .nb { color: var(--md-code-hl-builtin-color); } .highlight .nn { color: var(--md-code-hl-namespace-color); } .highlight .na, .highlight .nd, .highlight .ni { color: var(--md-code-hl-entity-color); } .highlight .nl, .highlight .nt { color: var(--md-code-hl-tag-color); } .md-typeset [data-md-color-scheme="dracula"] details > summary code, [data-md-color-scheme="dracula"] .admonition-title code, [data-md-color-scheme="dracula"] .md-typeset details > summary code, [data-md-color-scheme="dracula"] table:not([class]) th code { background-color: var(--md-code-alternate-bg-color); } .md-typeset :not(pre) > code { margin: 0; padding: 0 0.29412em; color: var(--md-code-fg-color); background-color: var(--md-code-bg-color); border-radius: 0.1rem; box-shadow: none; } .md-typeset a > code { color: inherit !important; background-color: var(--md-code-link-bg-color) !important; transition: color 125ms; transition: background-color 125ms; } .md-typeset a > code * { color: var(--md-typeset-a-color) !important; } .md-typeset a > code:hover { background-color: var(--md-code-link-accent-bg-color) !important; } .md-typeset a > code:hover * { color: var(--md-accent-fg-color) !important; } .md-typeset pre > code { outline: 0; } .md-typeset td code { word-break: normal; } .md-typeset .highlight { -moz-tab-size: 8; -o-tab-size: 8; tab-size: 8; } .md-typeset .highlight [data-linenos].special::before { background-color: var(--md-code-special-bg-color); } .md-typeset .highlighttable .linenodiv .special { margin-right: -0.58824em; margin-left: -1.17647em; padding-right: 0.58824em; padding-left: 1.17647em; background-color: var(--md-code-special-bg-color); } .md-typeset a[href^="mailto:"]:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-3 13H7v-2h10m0-2H7v-2h10m3-2h-3V6h3"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-3 13H7v-2h10m0-2H7v-2h10m3-2h-3V6h3"/></svg>'); } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before, .md-typeset .magiclink-compare:not(.magiclink-ignore)::before, .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before, .md-typeset .magiclink-issue:not(.magiclink-ignore)::before, .md-typeset .magiclink-pull:not(.magiclink-ignore)::before { -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 0.9375em auto; mask-size: 0.9375em auto; } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before, .md-typeset .magiclink-compare:not(.magiclink-ignore)::before, .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before, .md-typeset .magiclink-issue:not(.magiclink-ignore)::before, .md-typeset .magiclink-pull:not(.magiclink-ignore)::before, .md-typeset .magiclink-repository:not(.magiclink-ignore)::before, .md-typeset a[href^="mailto:"]:not(.magiclink-ignore)::before { position: relative; width: 1em; height: 1em; padding-right: 1em; background-color: var(--md-typeset-a-color); background-size: 1em; transition: background-color 125ms; content: "\a0"; } .md-typeset .magiclink-commit:hover::before, .md-typeset .magiclink-compare:hover::before, .md-typeset .magiclink-discussion:hover::before, .md-typeset .magiclink-issue:hover::before, .md-typeset .magiclink-pull:hover::before, .md-typeset .magiclink-repository:hover::before, .md-typeset a[href^="mailto:"]:hover::before { background-color: var(--md-accent-fg-color); } .md-typeset .magiclink-commit:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M15.5 11.75a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm1.444-.75a5.001 5.001 0 0 0-9.888 0H2.75a.75.75 0 1 0 0 1.5h4.306a5.001 5.001 0 0 0 9.888 0h4.306a.75.75 0 1 0 0-1.5h-4.306z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M15.5 11.75a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm1.444-.75a5.001 5.001 0 0 0-9.888 0H2.75a.75.75 0 1 0 0 1.5h4.306a5.001 5.001 0 0 0 9.888 0h4.306a.75.75 0 1 0 0-1.5h-4.306z"/></svg>'); } .md-typeset .magiclink-compare:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 6.75a.75.75 0 0 0-1.5 0V9H8.75a.75.75 0 0 0 0 1.5H11v2.25a.75.75 0 0 0 1.5 0V10.5h2.25a.75.75 0 0 0 0-1.5H12.5V6.75zM8.75 16a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6z"/><path fill-rule="evenodd" d="M5 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.018a2 2 0 0 0-.586-1.414l-4.018-4.018A2 2 0 0 0 14.982 1H5zm-.5 2a.5.5 0 0 1 .5-.5h9.982a.5.5 0 0 1 .354.146l4.018 4.018a.5.5 0 0 1 .146.354V21a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.5 6.75a.75.75 0 0 0-1.5 0V9H8.75a.75.75 0 0 0 0 1.5H11v2.25a.75.75 0 0 0 1.5 0V10.5h2.25a.75.75 0 0 0 0-1.5H12.5V6.75zM8.75 16a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6z"/><path fill-rule="evenodd" d="M5 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.018a2 2 0 0 0-.586-1.414l-4.018-4.018A2 2 0 0 0 14.982 1H5zm-.5 2a.5.5 0 0 1 .5-.5h9.982a.5.5 0 0 1 .354.146l4.018 4.018a.5.5 0 0 1 .146.354V21a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3z"/></svg>'); } .md-typeset .magiclink-pull:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M4.75 3a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zM4.75 17.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zm17.75-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0z"/><path fill-rule="evenodd" d="M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75zm8.655-5.53a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M4.75 3a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 4.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zM4.75 17.5a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM1.5 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0zm17.75-1.75a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5zM16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0z"/><path fill-rule="evenodd" d="M4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75zm8.655-5.53a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0z"/></svg>'); } .md-typeset .magiclink-issue:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 7zm1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 7a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 7zm1 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/></svg>'); } .md-typeset .magiclink-discussion:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1.75 1A1.75 1.75 0 0 0 0 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 0 0 2.487 1.03L8.061 14h6.189A1.75 1.75 0 0 0 16 12.25v-9.5A1.75 1.75 0 0 0 14.25 1H1.75zM1.5 2.75a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v9.5a.25.25 0 0 1-.25.25h-6.5a.75.75 0 0 0-.53.22L4.5 15.44v-2.19a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-9.5z"/><path d="M22.5 8.75a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 0 1 .53.22l2.72 2.72v-2.19a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M1.75 1A1.75 1.75 0 0 0 0 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 0 0 2.487 1.03L8.061 14h6.189A1.75 1.75 0 0 0 16 12.25v-9.5A1.75 1.75 0 0 0 14.25 1H1.75zM1.5 2.75a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v9.5a.25.25 0 0 1-.25.25h-6.5a.75.75 0 0 0-.53.22L4.5 15.44v-2.19a.75.75 0 0 0-.75-.75h-2a.25.25 0 0 1-.25-.25v-9.5z"/><path d="M22.5 8.75a.25.25 0 0 0-.25-.25h-3.5a.75.75 0 0 1 0-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0 1 22.25 20H21v1.543a1.457 1.457 0 0 1-2.487 1.03L15.939 20H10.75A1.75 1.75 0 0 1 9 18.25v-1.465a.75.75 0 0 1 1.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 0 1 .53.22l2.72 2.72v-2.19a.75.75 0 0 1 .75-.75h2a.25.25 0 0 0 .25-.25v-9.5z"/></svg>'); } .md-typeset .magiclink-repository.magiclink-github:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33.85 0 1.71.11 2.5.33 1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2z"/></svg>'); } .md-typeset .magiclink-repository.magiclink-gitlab:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.859.859 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.851.851 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.859.859 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.851.851 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"/></svg>'); } .md-typeset .magiclink-repository.magiclink-bitbucket:not(.magiclink-ignore)::before { -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.65 3C2.3 3 2 3.3 2 3.65v.12l2.73 16.5c.07.42.43.73.85.73h13.05c.31 0 .59-.22.64-.54L22 3.77a.643.643 0 0 0-.54-.73c-.03-.01-.07-.01-.11-.01L2.65 3M14.1 14.95H9.94L8.81 9.07h6.3l-1.01 5.88z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2.65 3C2.3 3 2 3.3 2 3.65v.12l2.73 16.5c.07.42.43.73.85.73h13.05c.31 0 .59-.22.64-.54L22 3.77a.643.643 0 0 0-.54-.73c-.03-.01-.07-.01-.11-.01L2.65 3M14.1 14.95H9.94L8.81 9.07h6.3l-1.01 5.88z"/></svg>'); } .md-typeset mark:not(.critic) { padding: 0 0.25em; box-shadow: none; } .md-typeset .progress-label { position: absolute; width: 100%; margin: 0; color: var(--md-text-color); font-weight: 700; line-height: 1.4rem; white-space: nowrap; text-align: center; text-shadow: -0.0625em -0.0625em 0.375em var(--md-default-bg-color--light), 0.0625em -0.0625em 0.375em var(--md-default-bg-color--light), -0.0625em 0.0625em 0.375em var(--md-default-bg-color--light), 0.0625em 0.0625em 0.375em var(--md-default-bg-color--light); } .md-typeset .progress-bar { float: left; height: 1.2rem; background-color: #2979ff; } .md-typeset .candystripe-animate .progress-bar { -webkit-animation: animate-stripes 3s linear infinite; animation: animate-stripes 3s linear infinite; } .md-typeset .progress { position: relative; display: block; width: 100%; height: 1.2rem; margin: 0.5rem 0; background-color: var(--md-default-fg-color--lightest); } .md-typeset .progress.thin { height: 0.4rem; margin-top: 0.9rem; } .md-typeset .progress.thin .progress-label { margin-top: -0.4rem; } .md-typeset .progress.thin .progress-bar { height: 0.4rem; } .md-typeset .progress.candystripe .progress-bar { background-image: linear-gradient( 135deg, var(--md-progress-stripe) 27%, transparent 27%, transparent 52%, var(--md-progress-stripe) 52%, var(--md-progress-stripe) 77%, transparent 77%, transparent ); background-size: 2rem 2rem; } .md-typeset .progress-100plus .progress-bar { background-color: var(--md-progress-100); } .md-typeset .progress-80plus .progress-bar { background-color: var(--md-progress-80); } .md-typeset .progress-60plus .progress-bar { background-color: var(--md-progress-60); } .md-typeset .progress-40plus .progress-bar { background-color: var(--md-progress-40); } .md-typeset .progress-20plus .progress-bar { background-color: var(--md-progress-20); } .md-typeset .progress-0plus .progress-bar { background-color: var(--md-progress-0); } @-webkit-keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 6rem 0; } } @keyframes animate-stripes { 0% { background-position: 0 0; } 100% { background-position: 6rem 0; } } [data-md-color-scheme="dracula"] .md-typeset .tabbed-set > .tabbed-content { box-shadow: 0 -0.05rem var(--md-default-fg-color--lighter); } .md-typeset .tabbed-set > .tabbed-content { padding: 0 0.6rem; overflow: hidden; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilite:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilitetable:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlight:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlighttable:only-child code, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > pre:only-child code { margin-right: -0.6rem; margin-left: -0.6rem; padding-right: 0.6rem; padding-left: 0.6rem; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilite:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .codehilitetable:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlight:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > .highlighttable:only-child code .hll, .md-typeset .tabbed-set > input:checked + label + .tabbed-content > pre:only-child code .hll { margin: 0 -0.6rem; padding: 0 0.6rem; } .md-typeset .tabbed-set > input:checked + label + .tabbed-content > mermaid-div { margin-right: -0.6rem; margin-left: -0.6rem; padding-right: 0.6rem; padding-left: 0.6rem; } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) { box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3), 0 0 0.05rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) tr:hover { background-color: rgba(0, 0, 0, 0.08); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) th { color: var(--md-text-color); background-color: var(--md-default-bg-color--darkest); border-bottom: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-typeset table:not([class]) td { border-top: 0.05rem solid var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] .md-typeset .task-list-control .task-list-indicator::before { background-color: var(--md-default-fg-color--lighter); } [data-md-color-scheme="dracula"] .md-typeset .task-list-control [type="checkbox"]:checked + .task-list-indicator::before { background-color: #52fa7c; } .md-typeset .headerlink { width: 1em; height: 1em; vertical-align: middle; background-color: var(--md-default-fg-color--lighter); background-size: 1em; -webkit-mask-size: 1em; mask-size: 1em; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; visibility: visible; -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5z"/></svg>'); mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5z"/></svg>'); } .md-typeset .headerlink:hover, .md-typeset [id]:target .headerlink { background-color: var(--md-accent-fg-color); } mermaid-div { overflow: auto; } html { background-color: transparent; } [data-md-component="announce"] .twemoji { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] { --md-text-color: var(--md-default-fg-color); background-color: var(--md-default-bg-color); --md-footer-bg-color: transparent; --md-footer-bg-color--dark: var(--md-default-bg-color--darkest); --md-header-fg-color: var(--md-text-color); --md-header-bg-color: var(--md-default-bg-color--darkest); } [data-md-color-scheme="dracula"] .md-header { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-header[data-md-state="shadow"] { box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15), 0 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2); } [data-md-color-scheme="dracula"] .md-tabs { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-tabs__link--active { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-tabs__link:hover { color: var(--md-accent-fg-color); } [data-md-color-scheme="dracula"] .md-hero { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-nav__source { color: var(--md-text-color); } [data-md-color-scheme="dracula"] .md-nav__link[data-md-state="blur"] { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-nav__item .md-nav__link--active { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-nav__link:focus, [data-md-color-scheme="dracula"] .md-nav__link:hover { color: var(--md-accent-fg-color); } [data-md-color-scheme="dracula"] .md-search__input { color: var(--md-text-color); background-color: var(--md-accent-bg-color--light); } [data-md-color-scheme="dracula"] .md-search__input:hover { background-color: var(--md-default-bg-color); } [data-md-color-scheme="dracula"] .md-search__input ~ .md-search__icon { color: var(--md-text-color); } [data-md-color-scheme="dracula"] .md-search__input::-moz-placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-search__input:-ms-input-placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-search__input::placeholder { color: var(--md-default-fg-color--light); } [data-md-color-scheme="dracula"] .md-overlay, [data-md-color-scheme="dracula"] .md-search__overlay { background-color: var(--md-default-bg-color--light); } [data-md-color-scheme="dracula"] .md-footer-nav__direction { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-footer-meta { border-top: 0.05rem solid var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] [data-md-component="announce"] { background-color: var(--md-default-bg-color--ultra-dark); } .md-typeset h5 { color: var(--md-text-color); text-transform: none; } .md-search__scrollwrap, .md-sidebar__scrollwrap, .md-typeset div.mermaid, .md-typeset mermaid-div, .md-typeset pre > code, .md-typeset__scrollwrap { scrollbar-color: var(--md-default-fg-color--lighter) transparent; scrollbar-width: thin; } .md-search__scrollwrap::-webkit-scrollbar, .md-sidebar__scrollwrap::-webkit-scrollbar, .md-typeset div.mermaid::-webkit-scrollbar, .md-typeset mermaid-div::-webkit-scrollbar, .md-typeset pre > code::-webkit-scrollbar, .md-typeset__scrollwrap::-webkit-scrollbar { width: 0.2rem; height: 0.2rem; } .md-search__scrollwrap::-webkit-scrollbar-corner, .md-sidebar__scrollwrap::-webkit-scrollbar-corner, .md-typeset div.mermaid::-webkit-scrollbar-corner, .md-typeset mermaid-div::-webkit-scrollbar-corner, .md-typeset pre > code::-webkit-scrollbar-corner, .md-typeset__scrollwrap::-webkit-scrollbar-corner { background-color: transparent; } .md-search__scrollwrap::-webkit-scrollbar-thumb, .md-sidebar__scrollwrap::-webkit-scrollbar-thumb, .md-typeset div.mermaid::-webkit-scrollbar-thumb, .md-typeset mermaid-div::-webkit-scrollbar-thumb, .md-typeset pre > code::-webkit-scrollbar-thumb, .md-typeset__scrollwrap::-webkit-scrollbar-thumb { background-color: var(--md-default-fg-color--lighter); } .md-search__scrollwrap::-webkit-scrollbar-thumb:hover, .md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover, .md-typeset div.mermaid::-webkit-scrollbar-thumb:hover, .md-typeset mermaid-div::-webkit-scrollbar-thumb:hover, .md-typeset pre > code::-webkit-scrollbar-thumb:hover, .md-typeset__scrollwrap::-webkit-scrollbar-thumb:hover { background-color: var(--md-accent-fg-color); } .md-search__scrollwrap:hover, .md-sidebar__scrollwrap:hover, .md-typeset div.mermaid:hover, .md-typeset mermaid-div:hover, .md-typeset pre > code:hover, .md-typeset__scrollwrap:hover { scrollbar-color: var(--md-accent-fg-color) transparent; } @media screen and (max-width: 59.9375em) { .md-header-nav__scheme { padding-right: 0; } label[for="__search"] { padding-left: 0; } [data-md-color-scheme="dracula"] .md-nav__source { color: var(--md-text-color); background-color: var(--md-primary-fg-color--transparent); } [data-md-color-scheme="dracula"] .md-nav .md-nav__title { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } } @media screen and (max-width: 76.1875em) { [data-md-color-scheme="dracula"] .md-nav--primary .md-nav__item--active > .md-nav__link:not(:hover) { color: var(--md-primary-fg-color); } [data-md-color-scheme="dracula"] .md-nav--primary .md-nav__title { color: var(--md-text-color); background-color: var(--md-header-bg-color); border-bottom: 0.05rem solid var(--md-primary-fg-color); } } /*# sourceMappingURL=extra-7a1297c0a9.css.map */
0.532425
0.084985
body { background: hsl(208, 37%, 48%, 0.3); box-sizing: border-box; } .header { width: 100%; height: 70px; background: hsl(208, 37%, 48%, 0.8); color: hsl(244, 52%, 94%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; list-style-type: none; color: aliceblue; } .h-list { margin-left: 20px; list-style: none; padding-left: 20px; text-decoration: none; } .nav-icon { color: aliceblue; text-decoration: none; font-family: cursive; } .container { width: 60%; display: grid; margin-bottom: 100px; grid-template-columns: repeat(5, 6fr); grid-template-rows: repeat(6, 2fr); /* grid-template-areas: "q q q q" "q q q q" "a a a a" "a a a a"; */ } .btn-container, .container { margin-left: 20%; margin-right: 20%; } .q-label { margin-left: 30px; /* grid-column-start: 1; */ /* grid-area: q; */ grid-column: 1 / -1; grid-row: 1 / -1; grid-row-end: 3; text-align: center; } .q-label, #next-btn, .choice, .show-choice { font-size: larger; } .answers { display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr); /* border: 2px solid rebeccapurple; */ /* margin-left: 0; */ grid-row: 3 / 5; margin-left: 60px; height: 150px; grid-column: 1 / -1; } .choicesInput, .show-choice { margin-bottom: 1.4rem; margin-left: 1rem; } .show-choice { padding-left: 1rem; padding-top: 10px; } .form-btn { grid-row-start: 6; grid-column: 3 / 4; } .choice { margin-top: 35px; width: 70%; } .lop-btn { position: absolute; width: 100px; height: 50px; right: 30%; background: hsl(208, 37%, 48%); color: hsl(244, 52%, 94%); font-size: 1rem; } #input { width: 55%; height: 50px; } #check { width: 50px; height: 15px; margin-right: 10px; } .quiz-btn { background: hsl(208, 37%, 48%); color: hsl(244, 52%, 94%); font-size: 1rem; width: 20%; height: 60px; margin: 10px 14%; } .right-answer { background: greenyellow; } .wrong-answer { background: rgb(219, 105, 105); width: 1000px; height: 20px; border-radius: 20px; } #next-btn { border-radius: 1rem; background: hsl(208, 37%, 48%, 0.8); color: hsl(244, 52%, 94%); } .incorrect-answer, .correct-answer { border-radius: 1rem; width: 70%; height: 3rem; } .incorrect-answer { background: rgba(225, 96, 96, 0.994); border-bottom: 2px solid rgb(128, 0, 0); border-right: 2px solid rgb(128, 0, 0); } .correct-answer { background: rgba(96, 225, 122, 0.5); border-bottom: 2px solid green; border-right: 2px solid green; }
public/style/quiz.css
body { background: hsl(208, 37%, 48%, 0.3); box-sizing: border-box; } .header { width: 100%; height: 70px; background: hsl(208, 37%, 48%, 0.8); color: hsl(244, 52%, 94%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; list-style-type: none; color: aliceblue; } .h-list { margin-left: 20px; list-style: none; padding-left: 20px; text-decoration: none; } .nav-icon { color: aliceblue; text-decoration: none; font-family: cursive; } .container { width: 60%; display: grid; margin-bottom: 100px; grid-template-columns: repeat(5, 6fr); grid-template-rows: repeat(6, 2fr); /* grid-template-areas: "q q q q" "q q q q" "a a a a" "a a a a"; */ } .btn-container, .container { margin-left: 20%; margin-right: 20%; } .q-label { margin-left: 30px; /* grid-column-start: 1; */ /* grid-area: q; */ grid-column: 1 / -1; grid-row: 1 / -1; grid-row-end: 3; text-align: center; } .q-label, #next-btn, .choice, .show-choice { font-size: larger; } .answers { display: grid; grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr); /* border: 2px solid rebeccapurple; */ /* margin-left: 0; */ grid-row: 3 / 5; margin-left: 60px; height: 150px; grid-column: 1 / -1; } .choicesInput, .show-choice { margin-bottom: 1.4rem; margin-left: 1rem; } .show-choice { padding-left: 1rem; padding-top: 10px; } .form-btn { grid-row-start: 6; grid-column: 3 / 4; } .choice { margin-top: 35px; width: 70%; } .lop-btn { position: absolute; width: 100px; height: 50px; right: 30%; background: hsl(208, 37%, 48%); color: hsl(244, 52%, 94%); font-size: 1rem; } #input { width: 55%; height: 50px; } #check { width: 50px; height: 15px; margin-right: 10px; } .quiz-btn { background: hsl(208, 37%, 48%); color: hsl(244, 52%, 94%); font-size: 1rem; width: 20%; height: 60px; margin: 10px 14%; } .right-answer { background: greenyellow; } .wrong-answer { background: rgb(219, 105, 105); width: 1000px; height: 20px; border-radius: 20px; } #next-btn { border-radius: 1rem; background: hsl(208, 37%, 48%, 0.8); color: hsl(244, 52%, 94%); } .incorrect-answer, .correct-answer { border-radius: 1rem; width: 70%; height: 3rem; } .incorrect-answer { background: rgba(225, 96, 96, 0.994); border-bottom: 2px solid rgb(128, 0, 0); border-right: 2px solid rgb(128, 0, 0); } .correct-answer { background: rgba(96, 225, 122, 0.5); border-bottom: 2px solid green; border-right: 2px solid green; }
0.603815
0.113236
body { margin: 0; padding: 0; font-size: 13px; font-size: small; font-family: Arial, Helvetica, sans-serif; background-color: #fff; color: #222; height: 100%; } a { text-decoration: none; cursor: pointer; } header { width: 100%; } header nav { display: flex; justify-content: flex-end; } header nav .nav-right-section { display: flex; list-style: none; justify-content: center; align-items: center; padding-right: 15px; } nav .nav-right-section a { color: #222; margin-right: 15px; transition: 0.5s; } nav .nav-right-section a:hover { text-decoration: underline; transition: 0.5s; } nav .nav-right-section .menu-icon { background-image: url("https://static.thenounproject.com/png/756729-200.png"); background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer; width: 27px; height: 27px; margin-right: 17px; } nav .nav-right-section img { border-radius: 50%; } main { text-align: center; padding-top: 95px; margin: 0; max-width: 1200px; margin: auto; } .main-logo { margin-bottom: 25px; } main .main-logo img { width: 272px; } main .main-input-container { width: 100%; max-width: 582px; height: 44px; margin: 0 auto; border-radius: 100px; border: 1px solid #dfe1e5; display: flex; justify-content: center; align-items: center; } main .main-input input { max-width: 487px; width: 100%; height: 37px; border: none; outline: none; font-size: 16px; margin-left: 10px; transition: 0.5s; margin-right: 10px; } main .main-input-container:hover { box-shadow: 0 1px 6px 0 #20212447; border-color: #dfe1e500; transition: 0.5s; } main .main-input .search-icon { background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Vector_search_icon.svg/945px-Vector_search_icon_svg.png"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 16px; height: 16px; margin-right: 10px; margin-left: 15px; } main .main-input .micro-icon { background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Google_mic.svg/726px-Google_mic.svg.png"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 20px; height: 20px; cursor: pointer; margin-right: 20px; } main .main-buttons { padding-top: 17px; margin: auto; margin-right: 13px; } main .main-buttons div { display: inline-block; } main .main-buttons button { height: 36px; background-color: #f2f2f2; border: 0; font-size: 14px; color: #5f6368; border-radius: 4px; padding: 0 16px; margin: 11px 5px; cursor: pointer; transition: 0.5s; } main .main-buttons button:hover { border: 1px solid #c6c6c6; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #f8f8f8; color: #222; transition: 0.5s; } footer { width: 100%; height: 40px; position: absolute; bottom: 0; display: flex; flex-direction: column; align-items: center; font-size: 14px; border-top: 1px solid #e4e4e4; } footer ul { margin: 10px; list-style: none; display: flex; padding-left: 5px; } footer .footer-left { justify-self: left; } footer .footer-right { justify-self: right; } footer ul li a { margin: 5px 15px; color: #5f6368; transition: 0.5s; } footer ul li a:hover { text-decoration: underline; transition: 0.5s; } .pencil { position: relative; display: flex; float: right; top: 190px; right: 10px; } @media (min-width: 700px) { footer { flex-direction: row; justify-content: space-between; } }
css/main.css
body { margin: 0; padding: 0; font-size: 13px; font-size: small; font-family: Arial, Helvetica, sans-serif; background-color: #fff; color: #222; height: 100%; } a { text-decoration: none; cursor: pointer; } header { width: 100%; } header nav { display: flex; justify-content: flex-end; } header nav .nav-right-section { display: flex; list-style: none; justify-content: center; align-items: center; padding-right: 15px; } nav .nav-right-section a { color: #222; margin-right: 15px; transition: 0.5s; } nav .nav-right-section a:hover { text-decoration: underline; transition: 0.5s; } nav .nav-right-section .menu-icon { background-image: url("https://static.thenounproject.com/png/756729-200.png"); background-repeat: no-repeat; background-position: center; background-size: contain; cursor: pointer; width: 27px; height: 27px; margin-right: 17px; } nav .nav-right-section img { border-radius: 50%; } main { text-align: center; padding-top: 95px; margin: 0; max-width: 1200px; margin: auto; } .main-logo { margin-bottom: 25px; } main .main-logo img { width: 272px; } main .main-input-container { width: 100%; max-width: 582px; height: 44px; margin: 0 auto; border-radius: 100px; border: 1px solid #dfe1e5; display: flex; justify-content: center; align-items: center; } main .main-input input { max-width: 487px; width: 100%; height: 37px; border: none; outline: none; font-size: 16px; margin-left: 10px; transition: 0.5s; margin-right: 10px; } main .main-input-container:hover { box-shadow: 0 1px 6px 0 #20212447; border-color: #dfe1e500; transition: 0.5s; } main .main-input .search-icon { background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Vector_search_icon.svg/945px-Vector_search_icon_svg.png"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 16px; height: 16px; margin-right: 10px; margin-left: 15px; } main .main-input .micro-icon { background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Google_mic.svg/726px-Google_mic.svg.png"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 20px; height: 20px; cursor: pointer; margin-right: 20px; } main .main-buttons { padding-top: 17px; margin: auto; margin-right: 13px; } main .main-buttons div { display: inline-block; } main .main-buttons button { height: 36px; background-color: #f2f2f2; border: 0; font-size: 14px; color: #5f6368; border-radius: 4px; padding: 0 16px; margin: 11px 5px; cursor: pointer; transition: 0.5s; } main .main-buttons button:hover { border: 1px solid #c6c6c6; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #f8f8f8; color: #222; transition: 0.5s; } footer { width: 100%; height: 40px; position: absolute; bottom: 0; display: flex; flex-direction: column; align-items: center; font-size: 14px; border-top: 1px solid #e4e4e4; } footer ul { margin: 10px; list-style: none; display: flex; padding-left: 5px; } footer .footer-left { justify-self: left; } footer .footer-right { justify-self: right; } footer ul li a { margin: 5px 15px; color: #5f6368; transition: 0.5s; } footer ul li a:hover { text-decoration: underline; transition: 0.5s; } .pencil { position: relative; display: flex; float: right; top: 190px; right: 10px; } @media (min-width: 700px) { footer { flex-direction: row; justify-content: space-between; } }
0.598077
0.077797
.full-screen { position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; } .ng-app-view { z-index: 999999; } .ng-app-element { position: absolute; top: 0; bottom: 0; width: 100%; } .ng-app-element.ng-enter, .ng-app-element.ng-leave, .ng-app-element.ng-hide-add, .ng-app-element.ng-hide-remove { -webkit-transition: 500ms; -moz-transition: 500ms; -ms-transition: 500ms; -o-transition: 500ms; transition: 500ms; display: block !important; } /* *********** * * SLIDE LEFT * * *********** */ /* Start Enter */ .ng-app-element[animate=slide-left].ng-enter, .ng-app-element[animate=slide-left].ng-hide-remove { left: 100% !important; } /* Finish Enter */ .ng-app-element[animate=slide-left].ng-enter.ng-enter-active, .ng-app-element[animate=slide-left].ng-hide-remove.ng-hide-remove-active { left: 0 !important; } /* Start leave */ .ng-app-element[animate=slide-left].ng-leave, .ng-app-element[animate=slide-left].ng-hide-add { left: 0 !important; } /* End Leave */ .ng-app-element[animate=slide-left].ng-leave.ng-leave-active, .ng-app-element[animate=slide-left].ng-hide-add.ng-hide-add-active { left: -100% !important; } /* *********** * * SLIDE RIGHT * * *********** */ /* Start Enter */ .ng-app-element[animate=slide-right].ng-enter, .ng-app-element[animate=slide-right].ng-hide-remove { left: -100% !important; } /* Finish Enter */ .ng-app-element[animate=slide-right].ng-enter.ng-enter-active, .ng-app-element[animate=slide-right].ng-hide-remove.ng-hide-remove-active { left: 0 !important; } /* Start leave */ .ng-app-element[animate=slide-right].ng-leave, .ng-app-element[animate=slide-right].ng-hide-add { left: 0 !important; } /* End Leave */ .ng-app-element[animate=slide-right].ng-leave.ng-leave-active, .ng-app-element[animate=slide-right].ng-hide-add.ng-hide-add-active { left: 100% !important; } /* **** * * FADE * * **** */ /* Start Enter */ .ng-app-element[animate=fade].ng-enter, .ng-app-element[animate=fade].ng-hide-remove { opacity: 0 !important; } /* Finish Enter */ .ng-app-element[animate=fade].ng-enter.ng-enter-active, .ng-app-element[animate=fade].ng-hide-remove.ng-hide-remove-active { opacity: 1 !important; } /* Start leave */ .ng-app-element[animate=fade].ng-leave, .ng-app-element[animate=fade].ng-hide-add { opacity: 1 !important; } /* End Leave */ .ng-app-element[animate=fade].ng-leave.ng-leave-active, .ng-app-element[animate=fade].ng-hide-add.ng-hide-add-active { opacity: 0 !important; }
webapps/pentaho/mantle/angular-animations.css
.full-screen { position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; } .ng-app-view { z-index: 999999; } .ng-app-element { position: absolute; top: 0; bottom: 0; width: 100%; } .ng-app-element.ng-enter, .ng-app-element.ng-leave, .ng-app-element.ng-hide-add, .ng-app-element.ng-hide-remove { -webkit-transition: 500ms; -moz-transition: 500ms; -ms-transition: 500ms; -o-transition: 500ms; transition: 500ms; display: block !important; } /* *********** * * SLIDE LEFT * * *********** */ /* Start Enter */ .ng-app-element[animate=slide-left].ng-enter, .ng-app-element[animate=slide-left].ng-hide-remove { left: 100% !important; } /* Finish Enter */ .ng-app-element[animate=slide-left].ng-enter.ng-enter-active, .ng-app-element[animate=slide-left].ng-hide-remove.ng-hide-remove-active { left: 0 !important; } /* Start leave */ .ng-app-element[animate=slide-left].ng-leave, .ng-app-element[animate=slide-left].ng-hide-add { left: 0 !important; } /* End Leave */ .ng-app-element[animate=slide-left].ng-leave.ng-leave-active, .ng-app-element[animate=slide-left].ng-hide-add.ng-hide-add-active { left: -100% !important; } /* *********** * * SLIDE RIGHT * * *********** */ /* Start Enter */ .ng-app-element[animate=slide-right].ng-enter, .ng-app-element[animate=slide-right].ng-hide-remove { left: -100% !important; } /* Finish Enter */ .ng-app-element[animate=slide-right].ng-enter.ng-enter-active, .ng-app-element[animate=slide-right].ng-hide-remove.ng-hide-remove-active { left: 0 !important; } /* Start leave */ .ng-app-element[animate=slide-right].ng-leave, .ng-app-element[animate=slide-right].ng-hide-add { left: 0 !important; } /* End Leave */ .ng-app-element[animate=slide-right].ng-leave.ng-leave-active, .ng-app-element[animate=slide-right].ng-hide-add.ng-hide-add-active { left: 100% !important; } /* **** * * FADE * * **** */ /* Start Enter */ .ng-app-element[animate=fade].ng-enter, .ng-app-element[animate=fade].ng-hide-remove { opacity: 0 !important; } /* Finish Enter */ .ng-app-element[animate=fade].ng-enter.ng-enter-active, .ng-app-element[animate=fade].ng-hide-remove.ng-hide-remove-active { opacity: 1 !important; } /* Start leave */ .ng-app-element[animate=fade].ng-leave, .ng-app-element[animate=fade].ng-hide-add { opacity: 1 !important; } /* End Leave */ .ng-app-element[animate=fade].ng-leave.ng-leave-active, .ng-app-element[animate=fade].ng-hide-add.ng-hide-add-active { opacity: 0 !important; }
0.260295
0.072407
html { font-size: 87.5%; /* 87.5% of 16px = 14px */ } main { margin: 0; } .header-background { height: 700px; margin-top: -20px; background-image: linear-gradient(to bottom, white 3%, rgba(0, 0, 0, 0.45) 25%), url(/assets/theme_image/compare_bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; color: white; text-align: center; padding-top: 280px; } .header-background h1 { font-size: 5em; color: white; font-weight: 100; } .header-background-bar { border-bottom: 1px solid white; width: 400px; margin: 18px auto; } .stories-title { line-height: 150px; margin-left: 65px; font-weight: 100; font-size: 4em; } .header-background-sub { font-weight: 100; font-size: 1.5em; } .text-block { min-height: 100px; margin-top: 40px; } .text-block h1 { /*margin-bottom: 25px;*/ } .text-block h3 { text-shadow: 1px 1px 1px #dbdbdb; font-weight: 300; margin: 5px; } span.subheader { font-weight: 300; } .no-data-popup { position: absolute; left: 0; right: 0; z-index: 7; text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 50px 0; padding: 50px; font-weight: 200; font-size: 2em; } /* COMPARE */ .compare-left { padding: 0px 10px 30px 10px; } .compare-right { border-left: 1px solid #37474f4d; padding: 0px 10px 30px 10px; } .compare-item { text-align: center; padding: 20px 0px; margin: 20px 0px; background: linear-gradient(90deg, transparent 5%, #f6f6f6, transparent 95%); } .compare-item_description h2 { font-weight: 200; font-size: 1.3em; } .compare-item_description { text-align: center; } .compare-item_middle h2 { font-weight: 300; } .compare-item-smaller { font-weight: 500; } h2 span.smaller { font-size: 0.6em; } /* TIME SLIDE */ .input-range-with-button input { vertical-align: middle; } input[type=text], .false-input { padding: 6px 10px; font-weight: 500; border: 1px solid #d7d7d7; } .ods-button { border: none; border-radius: 50px; background-color: #fff; font-weight: bold; height: 30px; width: 30px; line-height: 30px; margin: 0; padding: 0; text-align: center; } .controlers-sticky { position: sticky; top: 5px; z-index: 9; } .controler { display: flex; margin: 2px 15px; } .controlers { display: flex; justify-content: flex-end; } .controler h3 { font-weight: 500; margin-right: 5px; } .controler-scales { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; } .controler-date { display: flex; flex-wrap: wrap; justify-content: center; } /* SCALES */ .scale { margin: 7px 4px; border: 1px solid #e4e4e4; padding: 10px; border-radius: 3px; box-shadow: 1px 1px 5px gainsboro; background-color: white; z-index: 2; } .scale-active { font-weight: 500; box-shadow: 1px 1px 5px #b4b4b4; background-color: #89bbcd; color: white; border: none; } /* TIMERANGE */ .odswidget-timerange { display: flex; flex-wrap: wrap; justify-content: center; height: 100%; } .input-holder, .odswidget-timerange__from, .odswidget-timerange__to, .odswidget-timerange__to-custom { border: 1px solid #e4e4e4; padding: 10px; border-radius: 3px; box-shadow: 1px 1px 5px gainsboro; background-color: white; z-index: 2; margin-bottom: 10px; display: flex; align-items: center; margin: 3px; } /*.odswidget-timerange__from { margin-right: 10px; }*/ .odswidget-timerange__to-custom { background-color: #f7f7f7; } .input-holder input, .odswidget-timerange__from input, .odswidget-timerange__to input, .odswidget-timerange__to-custom .false-input { border: none; width: 153px; margin-left: 8px; } .input-holder input:focus, .odswidget-timerange__from input:focus, .odswidget-timerange__to input:focus { outline: 0; } .activescale .odswidget-timerange__to { display: none; } /* TOGGLE SWITCH */ .control-toggle { display: flex; line-height: 26px; min-width: 245px; } .toggle-button-label { margin: 0 5px; } .toggle-button-hint { margin-left: 10px; } .cmn-toggle { position: absolute; visibility: hidden; } .cmn-toggle + label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; } input.cmn-toggle-round + label { padding: 2px; width: 70px; height: 26px; background-color: #dddddd; border-radius: 60px; } input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after { display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; } input.cmn-toggle-round + label:before { right: 1px; background-color: #89bbcd; border-radius: 60px; transition: background 0.4s; } input.cmn-toggle-round + label:after { width: 25px; height: 24px; background-color: #fff; border-radius: 100%; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); transition: margin 0.4s; } input.cmn-toggle-round:checked + label:before { background-color: #89bbcd; } input.cmn-toggle-round:checked + label:after { margin-left: 43px; } /* DASHBOARD */ /* BOX */ .box { padding-left: 3px; padding-right: 3px; } .grey-box { background: #f6f6f6; border-radius: 0; padding: 20px; margin-bottom: 6px; height: 418px; } .grey-box.half-box { height: 206px; } /* BOX CONTENT */ .title { font-size: 1em; margin: 0 auto; } .description { margin: 0 auto; color: grey; font-size: 0.7em; font-weight: 100; } .kpi { font-size: 1.66em; margin-top: 40px; font-weight: 500; text-align: center; } /* BOX Title Line */ h2.grey-box { height: 70px; font-size: 1.3em; } /* CHARTS */ .ods-chart { height: 330px; } tspan.highcharts-text-outline { display: none; }
resources/web/compare.css
html { font-size: 87.5%; /* 87.5% of 16px = 14px */ } main { margin: 0; } .header-background { height: 700px; margin-top: -20px; background-image: linear-gradient(to bottom, white 3%, rgba(0, 0, 0, 0.45) 25%), url(/assets/theme_image/compare_bg.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; color: white; text-align: center; padding-top: 280px; } .header-background h1 { font-size: 5em; color: white; font-weight: 100; } .header-background-bar { border-bottom: 1px solid white; width: 400px; margin: 18px auto; } .stories-title { line-height: 150px; margin-left: 65px; font-weight: 100; font-size: 4em; } .header-background-sub { font-weight: 100; font-size: 1.5em; } .text-block { min-height: 100px; margin-top: 40px; } .text-block h1 { /*margin-bottom: 25px;*/ } .text-block h3 { text-shadow: 1px 1px 1px #dbdbdb; font-weight: 300; margin: 5px; } span.subheader { font-weight: 300; } .no-data-popup { position: absolute; left: 0; right: 0; z-index: 7; text-align: center; background-color: rgba(255, 255, 255, 0.8); margin: 50px 0; padding: 50px; font-weight: 200; font-size: 2em; } /* COMPARE */ .compare-left { padding: 0px 10px 30px 10px; } .compare-right { border-left: 1px solid #37474f4d; padding: 0px 10px 30px 10px; } .compare-item { text-align: center; padding: 20px 0px; margin: 20px 0px; background: linear-gradient(90deg, transparent 5%, #f6f6f6, transparent 95%); } .compare-item_description h2 { font-weight: 200; font-size: 1.3em; } .compare-item_description { text-align: center; } .compare-item_middle h2 { font-weight: 300; } .compare-item-smaller { font-weight: 500; } h2 span.smaller { font-size: 0.6em; } /* TIME SLIDE */ .input-range-with-button input { vertical-align: middle; } input[type=text], .false-input { padding: 6px 10px; font-weight: 500; border: 1px solid #d7d7d7; } .ods-button { border: none; border-radius: 50px; background-color: #fff; font-weight: bold; height: 30px; width: 30px; line-height: 30px; margin: 0; padding: 0; text-align: center; } .controlers-sticky { position: sticky; top: 5px; z-index: 9; } .controler { display: flex; margin: 2px 15px; } .controlers { display: flex; justify-content: flex-end; } .controler h3 { font-weight: 500; margin-right: 5px; } .controler-scales { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; } .controler-date { display: flex; flex-wrap: wrap; justify-content: center; } /* SCALES */ .scale { margin: 7px 4px; border: 1px solid #e4e4e4; padding: 10px; border-radius: 3px; box-shadow: 1px 1px 5px gainsboro; background-color: white; z-index: 2; } .scale-active { font-weight: 500; box-shadow: 1px 1px 5px #b4b4b4; background-color: #89bbcd; color: white; border: none; } /* TIMERANGE */ .odswidget-timerange { display: flex; flex-wrap: wrap; justify-content: center; height: 100%; } .input-holder, .odswidget-timerange__from, .odswidget-timerange__to, .odswidget-timerange__to-custom { border: 1px solid #e4e4e4; padding: 10px; border-radius: 3px; box-shadow: 1px 1px 5px gainsboro; background-color: white; z-index: 2; margin-bottom: 10px; display: flex; align-items: center; margin: 3px; } /*.odswidget-timerange__from { margin-right: 10px; }*/ .odswidget-timerange__to-custom { background-color: #f7f7f7; } .input-holder input, .odswidget-timerange__from input, .odswidget-timerange__to input, .odswidget-timerange__to-custom .false-input { border: none; width: 153px; margin-left: 8px; } .input-holder input:focus, .odswidget-timerange__from input:focus, .odswidget-timerange__to input:focus { outline: 0; } .activescale .odswidget-timerange__to { display: none; } /* TOGGLE SWITCH */ .control-toggle { display: flex; line-height: 26px; min-width: 245px; } .toggle-button-label { margin: 0 5px; } .toggle-button-hint { margin-left: 10px; } .cmn-toggle { position: absolute; visibility: hidden; } .cmn-toggle + label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; } input.cmn-toggle-round + label { padding: 2px; width: 70px; height: 26px; background-color: #dddddd; border-radius: 60px; } input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after { display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; } input.cmn-toggle-round + label:before { right: 1px; background-color: #89bbcd; border-radius: 60px; transition: background 0.4s; } input.cmn-toggle-round + label:after { width: 25px; height: 24px; background-color: #fff; border-radius: 100%; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); transition: margin 0.4s; } input.cmn-toggle-round:checked + label:before { background-color: #89bbcd; } input.cmn-toggle-round:checked + label:after { margin-left: 43px; } /* DASHBOARD */ /* BOX */ .box { padding-left: 3px; padding-right: 3px; } .grey-box { background: #f6f6f6; border-radius: 0; padding: 20px; margin-bottom: 6px; height: 418px; } .grey-box.half-box { height: 206px; } /* BOX CONTENT */ .title { font-size: 1em; margin: 0 auto; } .description { margin: 0 auto; color: grey; font-size: 0.7em; font-weight: 100; } .kpi { font-size: 1.66em; margin-top: 40px; font-weight: 500; text-align: center; } /* BOX Title Line */ h2.grey-box { height: 70px; font-size: 1.3em; } /* CHARTS */ .ods-chart { height: 330px; } tspan.highcharts-text-outline { display: none; }
0.418578
0.119024
:root { --header: #7A82AB; --sidebar: #F786AA; --article: #D6F6DD; } body { background-color: #fefefe; } header, footer, aside, .art1, .art2, .art3, .art4 { font-family: sans-serif; font-weight: 300; font-size: 19px; color: #fff; text-align: center; padding: 10px; border-radius: 3px; box-shadow: 0 1px 1px #efefef; } .art1, .art2, .art3, .art4 { color: #7A82AB; } /* ---------------- GRID CONTENEDOR ---------------- */ .container { display: grid; grid-gap: 10px; grid-template-areas: /* 4 Columnas y 4 Filas/Rows en 993px hacia arriba */ 'header header header' 'sidebar article-1 article-2' 'sidebar article-3 article-4' 'footer footer footer'; grid-template-columns: minmax(200px, 600px) minmax(200px, 1fr) minmax(200px, 1fr); /* minmax= ancho minimo y ancho maximo */ grid-template-rows: 1fr 2fr 2fr 1fr; /* fr= fracciones del tamaño */ } /* ---------------- ITEMS INDIVIDUALES ---------------- */ header { grid-area: header; background-color: var(--header); /* Nombre variable */ } aside { grid-area: sidebar; background-color: var(--sidebar); } .art1 { grid-area: article-1; background-color: var(--article); } .art2 { grid-area: article-2; background-color: var(--article); } .art3 { grid-area: article-3; background-color: var(--article); } .art4 { grid-area: article-4; background-color: var(--article); } footer { grid-area: footer; background-color: var(--header); } /* ---------------- TABLET ---------------- */ @media screen and (max-width: 992px) { .container { grid-template-areas: /* 2 Columnas y 6 Filas/Rows en 992px hacia abajo */ 'header header' 'sidebar article-1' 'sidebar article-2' 'sidebar article-3' 'sidebar article-4' 'footer footer'; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 2fr 2fr 2fr 2fr 1fr; } } /* ---------------- MOVIL ---------------- */ @media screen and (max-width: 576px) { .container { grid-template-areas: /* 1 Columna y 7 Filas/Rows en 576px hacia abajo */ 'header' 'sidebar' 'article-1' 'article-2' 'article-3' 'article-4' 'footer'; grid-template-columns: 1fr; grid-template-rows: 1fr 4fr 2fr 2fr 2fr 2fr 1fr; } }
test/grid-responsive-variables-css/style.css
:root { --header: #7A82AB; --sidebar: #F786AA; --article: #D6F6DD; } body { background-color: #fefefe; } header, footer, aside, .art1, .art2, .art3, .art4 { font-family: sans-serif; font-weight: 300; font-size: 19px; color: #fff; text-align: center; padding: 10px; border-radius: 3px; box-shadow: 0 1px 1px #efefef; } .art1, .art2, .art3, .art4 { color: #7A82AB; } /* ---------------- GRID CONTENEDOR ---------------- */ .container { display: grid; grid-gap: 10px; grid-template-areas: /* 4 Columnas y 4 Filas/Rows en 993px hacia arriba */ 'header header header' 'sidebar article-1 article-2' 'sidebar article-3 article-4' 'footer footer footer'; grid-template-columns: minmax(200px, 600px) minmax(200px, 1fr) minmax(200px, 1fr); /* minmax= ancho minimo y ancho maximo */ grid-template-rows: 1fr 2fr 2fr 1fr; /* fr= fracciones del tamaño */ } /* ---------------- ITEMS INDIVIDUALES ---------------- */ header { grid-area: header; background-color: var(--header); /* Nombre variable */ } aside { grid-area: sidebar; background-color: var(--sidebar); } .art1 { grid-area: article-1; background-color: var(--article); } .art2 { grid-area: article-2; background-color: var(--article); } .art3 { grid-area: article-3; background-color: var(--article); } .art4 { grid-area: article-4; background-color: var(--article); } footer { grid-area: footer; background-color: var(--header); } /* ---------------- TABLET ---------------- */ @media screen and (max-width: 992px) { .container { grid-template-areas: /* 2 Columnas y 6 Filas/Rows en 992px hacia abajo */ 'header header' 'sidebar article-1' 'sidebar article-2' 'sidebar article-3' 'sidebar article-4' 'footer footer'; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 2fr 2fr 2fr 2fr 1fr; } } /* ---------------- MOVIL ---------------- */ @media screen and (max-width: 576px) { .container { grid-template-areas: /* 1 Columna y 7 Filas/Rows en 576px hacia abajo */ 'header' 'sidebar' 'article-1' 'article-2' 'article-3' 'article-4' 'footer'; grid-template-columns: 1fr; grid-template-rows: 1fr 4fr 2fr 2fr 2fr 2fr 1fr; } }
0.41253
0.21566
/* IMPORTANT */ /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ /* basic elements */ body { font-size: 8pt; font-family: verdana, sans-serif; font-style: italic; color: #6B441A; background: #BB8855 url(border.jpg) no-repeat top left; margin: 0px; } p { margin-top: 0px; } a:link { text-decoration: none; color: #995522; font-weight: bold; } a:visited { text-decoration: none; color: #995522; font-weight: bold; } a:hover, a:active { text-decoration: underline; color: #995522; font-weight: bold; } /* specific divs */ #container { position: absolute; top: 40px; left: 40px; height: 1900px; width: 1000px; border: 0px solid #000000; padding: 0px 0px 10px 0px; margin: 0px; background: url(container_bg.jpg) no-repeat top left; } #intro { position: relative; top: 130px; min-width: 400px; border: 0px solid #000000; width: 750px; padding: 0px 0px 0px 0px; margin: 0px; } #intro h3 { font-size: 10pt; font-family: verdana, sans-serif; color: #FFFB88; padding: 0px; margin: 10px 0px 10px 0px; border: 0px solid #000000; display: none; } #pageHeader { position: relative; left: 100px; top: 25px; padding: 0px; border: 0px solid #000000; margin: 0px; } #pageHeader h1 { margin: 0px; padding: 0px; } #pageHeader h1 span { display:none } #pageHeader h2 { width: 340px; height: 40px; padding: 0px; border: 0px solid #000000; margin: 0px; } #pageHeader h2 span { display:none; } #quickSummary { position: relative; top: 0px; left: 105px; width: 300px; border: 0px solid #000000; padding: 5px 5px 5px 5px; font-size: 8pt; font-family: verdana, sans-serif; font-weight: bold; font-style: italic; color: #8D663C; margin: 0px; } #preamble { background: url(preamble.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 20px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #supportingText { position: relative; min-width: 350px; top: 160px; border: 0px solid #000000; margin: 0px; padding: 0px; } #supportingText h3 { font-size: 10pt; font-family: verdana, sans-serif; color: #FFFB88; padding: 0px; margin: 10px 0px 10px 0px; display: none; } #footer { position: relative; top: 20px; left: 100px; width: 370px; border: 0px solid #000000; margin: 0px; padding: 5px; text-align: center; } #explanation { background: url(explanation.gif) no-repeat top left; padding: 25px 5px 15px 5px; margin: 0px 0px 0px 0px; position: relative; top: 0px; left: 105px; width: 370px; border: 0px solid #000000; } #participation { background: url(participation.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 10px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #benefits { background: url(benefits.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 20px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #requirements { background: url(requirements.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 30px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #footer a:link, #footer a:visited { margin-right: 20px; color: #6B441A; } #linkList { position: absolute; top: 420px; left: 515px; border: 0px solid #000000; width: 180px; margin: 0px; padding: 0px; background: url(listheader.gif) no-repeat top center; } #linkList2 { position: relative; font-size: 7pt; font-family: verdana, sans-serif; padding: 100px 20px 20px 20px; margin: 0px 0px 0px 0px; text-align: center; width: 140px; height: 750px; border: 0px solid #AA7744; } #lselect { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lselect h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #lfavorites{ border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lfavorites h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #larchives { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #larchives h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #lresources { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lresources h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; padding: 0px; margin: 0px; } #linkList ul { margin: 0px; padding: 0px; } #linkList li { line-height: 2.5ex; list-style-type: none; display: block; padding-top: 5px; margin-bottom: 5px; } #linkList li a:link { font-size: 9pt; font-family: verdana, sans-serif; color: #995522; font-weight: bold; } #linkList li a:visited { font-size: 8pt; font-family: verdana, sans-serif; color: #995522; font-weight: bold; }
unit/benchmark/src/csszengarden.com.074.css
/* IMPORTANT */ /* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ /* basic elements */ body { font-size: 8pt; font-family: verdana, sans-serif; font-style: italic; color: #6B441A; background: #BB8855 url(border.jpg) no-repeat top left; margin: 0px; } p { margin-top: 0px; } a:link { text-decoration: none; color: #995522; font-weight: bold; } a:visited { text-decoration: none; color: #995522; font-weight: bold; } a:hover, a:active { text-decoration: underline; color: #995522; font-weight: bold; } /* specific divs */ #container { position: absolute; top: 40px; left: 40px; height: 1900px; width: 1000px; border: 0px solid #000000; padding: 0px 0px 10px 0px; margin: 0px; background: url(container_bg.jpg) no-repeat top left; } #intro { position: relative; top: 130px; min-width: 400px; border: 0px solid #000000; width: 750px; padding: 0px 0px 0px 0px; margin: 0px; } #intro h3 { font-size: 10pt; font-family: verdana, sans-serif; color: #FFFB88; padding: 0px; margin: 10px 0px 10px 0px; border: 0px solid #000000; display: none; } #pageHeader { position: relative; left: 100px; top: 25px; padding: 0px; border: 0px solid #000000; margin: 0px; } #pageHeader h1 { margin: 0px; padding: 0px; } #pageHeader h1 span { display:none } #pageHeader h2 { width: 340px; height: 40px; padding: 0px; border: 0px solid #000000; margin: 0px; } #pageHeader h2 span { display:none; } #quickSummary { position: relative; top: 0px; left: 105px; width: 300px; border: 0px solid #000000; padding: 5px 5px 5px 5px; font-size: 8pt; font-family: verdana, sans-serif; font-weight: bold; font-style: italic; color: #8D663C; margin: 0px; } #preamble { background: url(preamble.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 20px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #supportingText { position: relative; min-width: 350px; top: 160px; border: 0px solid #000000; margin: 0px; padding: 0px; } #supportingText h3 { font-size: 10pt; font-family: verdana, sans-serif; color: #FFFB88; padding: 0px; margin: 10px 0px 10px 0px; display: none; } #footer { position: relative; top: 20px; left: 100px; width: 370px; border: 0px solid #000000; margin: 0px; padding: 5px; text-align: center; } #explanation { background: url(explanation.gif) no-repeat top left; padding: 25px 5px 15px 5px; margin: 0px 0px 0px 0px; position: relative; top: 0px; left: 105px; width: 370px; border: 0px solid #000000; } #participation { background: url(participation.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 10px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #benefits { background: url(benefits.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 20px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #requirements { background: url(requirements.gif) no-repeat top left; padding: 25px 5px 15px 5px; position: relative; top: 30px; left: 105px; width: 370px; margin: 0px 0px 0px 0px; border: 0px solid #000000; } #footer a:link, #footer a:visited { margin-right: 20px; color: #6B441A; } #linkList { position: absolute; top: 420px; left: 515px; border: 0px solid #000000; width: 180px; margin: 0px; padding: 0px; background: url(listheader.gif) no-repeat top center; } #linkList2 { position: relative; font-size: 7pt; font-family: verdana, sans-serif; padding: 100px 20px 20px 20px; margin: 0px 0px 0px 0px; text-align: center; width: 140px; height: 750px; border: 0px solid #AA7744; } #lselect { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lselect h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #lfavorites{ border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lfavorites h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #larchives { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #larchives h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; margin: 0px; padding: 0px; } #lresources { border: 0px solid #000000; padding: 5px 5px 5px 5px; margin: 5px; } #lresources h3 { font-size: 9pt; font-family: verdana, sans-serif; color: #6B441A; font-weight: bold; padding: 0px; margin: 0px; } #linkList ul { margin: 0px; padding: 0px; } #linkList li { line-height: 2.5ex; list-style-type: none; display: block; padding-top: 5px; margin-bottom: 5px; } #linkList li a:link { font-size: 9pt; font-family: verdana, sans-serif; color: #995522; font-weight: bold; } #linkList li a:visited { font-size: 8pt; font-family: verdana, sans-serif; color: #995522; font-weight: bold; }
0.157105
0.048835
@font-face{ font-family:'Scratch'; src:url(./fonts/SCRATCHFONT.ttf) format("truetype") } @font-face{ font-family:'Code'; src:url(./fonts/CODE.ttf) format("truetype"),url(./fonts/CODE.woff) format("woff") } @font-face{ font-family:'Card'; src:url(./fonts/AVANT.otf) format('opentype') } *{ font-family:"Arial" } a{ text-decoration:none}.float-right{float:right}.postbutton{height:23px;position:relative;top:-3px;border-color:#fff; background-color:orange; padding:4px;line-height:0; box-shadow:none; margin:0 3px } .white{ color:#fff } .postbutton:active{ background-color:#BB7A00 } .link{ font-size:32px } #nav{ background-color:orange } #scratch{ font-family:'Scratch' } #wiki{ font-family:'Scratch' } #upper_tab{ background-color:orange; color:#fff; padding:5px } body{ background-color:#fff; font-size:16px; overflow-x:hidden } #blog{ margin-top:60px; width:50%; bottom:95px } #want_more{ position:absolute; padding:15px; border-radius:2px; width:40%; margin-left:52% } #post{ border:5px solid orange; padding:5px; border-radius:2px } .logo{ color:#fff; background-color:orange; padding:10px; font-size:50px; position:absolute; top:0; left:0; width:100% } .logo a{ text-decoration:none;color:#fff } .content{ margin-top:60px } ol.code{ background:rgba(221,221,221,.76); display:inline-block; border-radius:calc(0.35rem / 2); border-bottom-right-radius:0; padding:10px; padding-left:15px; counter-reset:item; list-style-type:none; border-left-style:solid; border-left-color:orange; border-width:medium; line-height:20px } ol.code li{ display:block; color:rgb(0,0,0); font-family:Code; font-size:25px } ol.code li:before{ content:counter(item) " "; counter-increment:item; color:gray; display:inline-block; text-align:right; padding-left:1em; text-indent:-1.5em; margin-right:.5em } .card{ padding:15px; box-shadow:0 0 4px 3px #ccc; border-radius:10px; width:200px; float:left; margin-left:15px } .card h3,.card p,.card button{ font-family:Card; text-align:center; margin:20px auto; display:block } button{ font-family:Card; border-radius:calc(0.5rem / 2); border:solid 2px orange; background-color:#fff; padding:10px; padding-bottom:6px; font-size:15px; cursor:pointer; box-shadow:0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) } .meower-info{ font-family:Card; font-size: 1.2em; text-align: left; padding-left: 0px padding-right: 20px background-color: #F1F1F1; } .color_orange{ background-color: #F29748; horizontal-align: right; display: inline; } .meower_gui{ padding-left: 10px } .hub { width: 100%; height: auto; } #grad { background-image: linear-gradient(white, rgba(255,216,192,255)); }
static/style.css
@font-face{ font-family:'Scratch'; src:url(./fonts/SCRATCHFONT.ttf) format("truetype") } @font-face{ font-family:'Code'; src:url(./fonts/CODE.ttf) format("truetype"),url(./fonts/CODE.woff) format("woff") } @font-face{ font-family:'Card'; src:url(./fonts/AVANT.otf) format('opentype') } *{ font-family:"Arial" } a{ text-decoration:none}.float-right{float:right}.postbutton{height:23px;position:relative;top:-3px;border-color:#fff; background-color:orange; padding:4px;line-height:0; box-shadow:none; margin:0 3px } .white{ color:#fff } .postbutton:active{ background-color:#BB7A00 } .link{ font-size:32px } #nav{ background-color:orange } #scratch{ font-family:'Scratch' } #wiki{ font-family:'Scratch' } #upper_tab{ background-color:orange; color:#fff; padding:5px } body{ background-color:#fff; font-size:16px; overflow-x:hidden } #blog{ margin-top:60px; width:50%; bottom:95px } #want_more{ position:absolute; padding:15px; border-radius:2px; width:40%; margin-left:52% } #post{ border:5px solid orange; padding:5px; border-radius:2px } .logo{ color:#fff; background-color:orange; padding:10px; font-size:50px; position:absolute; top:0; left:0; width:100% } .logo a{ text-decoration:none;color:#fff } .content{ margin-top:60px } ol.code{ background:rgba(221,221,221,.76); display:inline-block; border-radius:calc(0.35rem / 2); border-bottom-right-radius:0; padding:10px; padding-left:15px; counter-reset:item; list-style-type:none; border-left-style:solid; border-left-color:orange; border-width:medium; line-height:20px } ol.code li{ display:block; color:rgb(0,0,0); font-family:Code; font-size:25px } ol.code li:before{ content:counter(item) " "; counter-increment:item; color:gray; display:inline-block; text-align:right; padding-left:1em; text-indent:-1.5em; margin-right:.5em } .card{ padding:15px; box-shadow:0 0 4px 3px #ccc; border-radius:10px; width:200px; float:left; margin-left:15px } .card h3,.card p,.card button{ font-family:Card; text-align:center; margin:20px auto; display:block } button{ font-family:Card; border-radius:calc(0.5rem / 2); border:solid 2px orange; background-color:#fff; padding:10px; padding-bottom:6px; font-size:15px; cursor:pointer; box-shadow:0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) } .meower-info{ font-family:Card; font-size: 1.2em; text-align: left; padding-left: 0px padding-right: 20px background-color: #F1F1F1; } .color_orange{ background-color: #F29748; horizontal-align: right; display: inline; } .meower_gui{ padding-left: 10px } .hub { width: 100%; height: auto; } #grad { background-image: linear-gradient(white, rgba(255,216,192,255)); }
0.327776
0.064418
padding: 5em 0; background: #182f3a; font-size: 16px; color: #f0f0f0; } #site-footer p:last-child { color: #f0f0f0; margin-bottom: 0; } #site-footer a { color: #f0f0f0; text-decoration: none; } #site-footer h2 { font-size: 30px; margin-bottom: 28px; letter-spacing: 0.15em; font-weight: bolder; color: #f0f0f0; position: relative; display: inline-block; } #site-footer h2::before { content: ''; position: absolute; transform: scaleX(0); height: 2px; bottom: 0; left: 0; width: 100%; background-color: #ffcb5c; transform-origin: bottom right; transition: transform 0.45s ease-in-out; } #site-footer h2:hover::before { transform: scaleX(1); transform-origin: bottom left; } #site-footer .footer-link li { line-height: 1.5; margin-bottom: 15px; } .footer-social a { line-height: 0; margin: 0 32px 0px 0; width: 30px; text-align: center; display: inline-block; } .footer-social li a i { transition: 0.17s ease-in-out; font-size: 45px; } #email { margin-left: 3px; font-size: 18px; cursor: pointer; width: fit-content; transition: 0.17s ease-in-out; position: relative; } .footer-text li a { transition: 0.17s ease-in-out; font-size: 19px; } #footer-logo { width: 85%; height: auto; } .footer-text li a:hover, .footer-social li a i:hover { transform: scale(1.13); color: #ffcb5c !important; } #email:hover { color: #ffcb5c !important; } #email:active { color: #ffe75c !important; } #email-section { display: flex; } #copied-message { transform: scale(1.13); position: relative; top: -5px; left: 20px; color: #182f3a !important; font-weight: bold; background: #ffcb5c; padding: 7.5px 10px; border-radius: 20px; font-size: 15px; opacity: 0%; transition: 0.3s ease-in-out; } #copied-message:after { content: ""; position: absolute; top: 14.5px; left: -3px; width: 10px; height: 10px; background: #ffcb5c; transform: rotate(45deg); }
public/css/footer.css
padding: 5em 0; background: #182f3a; font-size: 16px; color: #f0f0f0; } #site-footer p:last-child { color: #f0f0f0; margin-bottom: 0; } #site-footer a { color: #f0f0f0; text-decoration: none; } #site-footer h2 { font-size: 30px; margin-bottom: 28px; letter-spacing: 0.15em; font-weight: bolder; color: #f0f0f0; position: relative; display: inline-block; } #site-footer h2::before { content: ''; position: absolute; transform: scaleX(0); height: 2px; bottom: 0; left: 0; width: 100%; background-color: #ffcb5c; transform-origin: bottom right; transition: transform 0.45s ease-in-out; } #site-footer h2:hover::before { transform: scaleX(1); transform-origin: bottom left; } #site-footer .footer-link li { line-height: 1.5; margin-bottom: 15px; } .footer-social a { line-height: 0; margin: 0 32px 0px 0; width: 30px; text-align: center; display: inline-block; } .footer-social li a i { transition: 0.17s ease-in-out; font-size: 45px; } #email { margin-left: 3px; font-size: 18px; cursor: pointer; width: fit-content; transition: 0.17s ease-in-out; position: relative; } .footer-text li a { transition: 0.17s ease-in-out; font-size: 19px; } #footer-logo { width: 85%; height: auto; } .footer-text li a:hover, .footer-social li a i:hover { transform: scale(1.13); color: #ffcb5c !important; } #email:hover { color: #ffcb5c !important; } #email:active { color: #ffe75c !important; } #email-section { display: flex; } #copied-message { transform: scale(1.13); position: relative; top: -5px; left: 20px; color: #182f3a !important; font-weight: bold; background: #ffcb5c; padding: 7.5px 10px; border-radius: 20px; font-size: 15px; opacity: 0%; transition: 0.3s ease-in-out; } #copied-message:after { content: ""; position: absolute; top: 14.5px; left: -3px; width: 10px; height: 10px; background: #ffcb5c; transform: rotate(45deg); }
0.300027
0.126731
section { position: absolute; top: 0; bottom: 0; right: 0; left: 0; } .grid { display: flex; flex-wrap: wrap; width: 560px; height: 560px; border: solid black; } .grid div { width: 20px; height: 20px; } .pac-dot { background-color: green; border-radius: 50%; border: 5px solid white; box-sizing: border-box; } .wall { background-color: black; } .power-pellet { /*background-color: green;*/ border-radius: 10px; background-image: url("./Media/palet.png"); } /* Pacman */ .pac-man { /*background-color: yellow;*/ border-radius: 10px; background-image: url("./Media/pacman.png"); animation-name: anipacman; animation-duration: 2ms; } @keyframes anipacman{ from {background-image: url("./Media/pacman1.png");} to {background-image: url("./Media/pacman2.png");} } /* Ghosts */ .blinky { /*background-color: red;*/ border: 0px; background-image: url("./Media/blinky.png"); animation-name: aniblinky; animation-duration: 1ms; } .pinky { /*background-color: pink;*/ border: 0px; background-image: url("./Media/pinky.png"); animation-name: anipinky; animation-duration: 1ms; } .inky { /*background-color: indigo;*/ border: 0px; background-image: url("./Media/inky.png"); animation-name: aniinky; animation-duration: 1ms; } .clyde { /*background-color: orange;*/ border: 0px; background-image: url("./Media/clyde.png"); animation-name: aniclyde; animation-duration: 1ms; } .scared-ghost { /*background-color: aquamarine;*/ border: 0px; background-image: url("./Media/ghost-scary.png"); animation-name: aniscared; animation-duration: 1ms; } /* The animation ghost */ @keyframes aniscared{ from {background-image: url("./Media/ghost-scary1.png");} to {background-image: url("./Media/ghost-scary.png");} } @keyframes aniblinky { from {background-image: url("./Media/blinky1.png");} to {background-image: url("./Media/blinky2.png");} } @keyframes anipinky { from {background-image: url("./Media/pinky1.png");} to {background-image: url("./Media/pinky2.png");} } @keyframes aniinky { from {background-image: url("./Media/inky1.png");} to {background-image: url("./Media/inky2.png");} } @keyframes aniclyde{ from {background-image: url("./Media/clyde1.png");} to {background-image: url("./Media/clyde2.png");} } /* Score section */ @font-face { font-family: "GT Walsheim Pro Regular"; src: url("./Media/GTWalsheimPro-Regular.ttf"); } body { font-size: 2rem; font-family: 'GT Walsheim Pro Regular'; color: blue; } .info { background-color: rgb(246, 213, 67); padding: 5px; width: 180px; border-radius: 5px; border: black solid 2px; margin-left: 10px; } .score { color: black; } .counters { display: flex; align-items: center; justify-content: center; } .clockText { color: black; font-size: 1.2rem; } h5 { margin-bottom: 8px; margin-top: 3px; } .btn { background-color: rgb(246, 213, 67); color: black; padding: 8px; border-radius: 6px; border: 2px solid #0016b0; font-size: 1.5rem; font-family: 'GT Walsheim Pro Regular'; } .testover1{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 10; align-items: center; display: none; } .testover1.show{ display: flex; } .testover1 .box{ text-align: center; background-color: #cad9f3; padding: 20px; border-radius: 10px; margin-left: 10%; margin-right: 10%; margin-top: 40%; } .testover2{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 10; align-items: center; display: none; } .testover2.show{ display: flex; } .testover2 .box{ text-align: center; background-color: #cad9f3; padding: 20px; border-radius: 10px; margin-left: 10%; margin-right: 10%; margin-top: 40%; }
styles.css
section { position: absolute; top: 0; bottom: 0; right: 0; left: 0; } .grid { display: flex; flex-wrap: wrap; width: 560px; height: 560px; border: solid black; } .grid div { width: 20px; height: 20px; } .pac-dot { background-color: green; border-radius: 50%; border: 5px solid white; box-sizing: border-box; } .wall { background-color: black; } .power-pellet { /*background-color: green;*/ border-radius: 10px; background-image: url("./Media/palet.png"); } /* Pacman */ .pac-man { /*background-color: yellow;*/ border-radius: 10px; background-image: url("./Media/pacman.png"); animation-name: anipacman; animation-duration: 2ms; } @keyframes anipacman{ from {background-image: url("./Media/pacman1.png");} to {background-image: url("./Media/pacman2.png");} } /* Ghosts */ .blinky { /*background-color: red;*/ border: 0px; background-image: url("./Media/blinky.png"); animation-name: aniblinky; animation-duration: 1ms; } .pinky { /*background-color: pink;*/ border: 0px; background-image: url("./Media/pinky.png"); animation-name: anipinky; animation-duration: 1ms; } .inky { /*background-color: indigo;*/ border: 0px; background-image: url("./Media/inky.png"); animation-name: aniinky; animation-duration: 1ms; } .clyde { /*background-color: orange;*/ border: 0px; background-image: url("./Media/clyde.png"); animation-name: aniclyde; animation-duration: 1ms; } .scared-ghost { /*background-color: aquamarine;*/ border: 0px; background-image: url("./Media/ghost-scary.png"); animation-name: aniscared; animation-duration: 1ms; } /* The animation ghost */ @keyframes aniscared{ from {background-image: url("./Media/ghost-scary1.png");} to {background-image: url("./Media/ghost-scary.png");} } @keyframes aniblinky { from {background-image: url("./Media/blinky1.png");} to {background-image: url("./Media/blinky2.png");} } @keyframes anipinky { from {background-image: url("./Media/pinky1.png");} to {background-image: url("./Media/pinky2.png");} } @keyframes aniinky { from {background-image: url("./Media/inky1.png");} to {background-image: url("./Media/inky2.png");} } @keyframes aniclyde{ from {background-image: url("./Media/clyde1.png");} to {background-image: url("./Media/clyde2.png");} } /* Score section */ @font-face { font-family: "GT Walsheim Pro Regular"; src: url("./Media/GTWalsheimPro-Regular.ttf"); } body { font-size: 2rem; font-family: 'GT Walsheim Pro Regular'; color: blue; } .info { background-color: rgb(246, 213, 67); padding: 5px; width: 180px; border-radius: 5px; border: black solid 2px; margin-left: 10px; } .score { color: black; } .counters { display: flex; align-items: center; justify-content: center; } .clockText { color: black; font-size: 1.2rem; } h5 { margin-bottom: 8px; margin-top: 3px; } .btn { background-color: rgb(246, 213, 67); color: black; padding: 8px; border-radius: 6px; border: 2px solid #0016b0; font-size: 1.5rem; font-family: 'GT Walsheim Pro Regular'; } .testover1{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 10; align-items: center; display: none; } .testover1.show{ display: flex; } .testover1 .box{ text-align: center; background-color: #cad9f3; padding: 20px; border-radius: 10px; margin-left: 10%; margin-right: 10%; margin-top: 40%; } .testover2{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); z-index: 10; align-items: center; display: none; } .testover2.show{ display: flex; } .testover2 .box{ text-align: center; background-color: #cad9f3; padding: 20px; border-radius: 10px; margin-left: 10%; margin-right: 10%; margin-top: 40%; }
0.64713
0.17989
* { box-sizing: border-box; } body { height: 120vh; max-width: 100vw; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #674aae; background-image: url(images/bg-desktop.svg); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 0; margin: 0; } .logo-container { height: 10%; width: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; } .logo { margin: 0 10%; } .body-container { height: 75%; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-around; } .section-one { height: 80%; width: 40%; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0; margin: 0; } .mockups { object-fit: scale-down; transform: scale(0.85); } .section-two { height: 60%; width: 30%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } .title { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 2.3em; color: #fff; margin-bottom: 10px; } .text { color: #fff; font-family: "Open Sans", sans-serif; margin: 10px 0; font-size: 1.1em; width: 100%; font-weight: 400; } .bttn { border-style: none; border-radius: 2em; box-sizing: border-box; margin: 25px 0; height: 12%; width: 40%; font-family: "Poppins", sans-serif; font-size: 1.1em; color: #674aae; background-color: #fff; transition: background-color 0.4s ease; box-shadow: 0 0 20px #2b1a55; } .bttn:hover { cursor: pointer; color: #fff; background-color: #e882e8; } .social-media-container { height: 10%; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; color: #fff; margin: 0; padding: 0 10%; } .fa-facebook-square, .fa-instagram-square, .fa-twitter-square { color: #fff; margin: 0 12px; } .fa-facebook-square:hover, .fa-instagram-square:hover, .fa-twitter-square:hover { cursor: pointer; color: #e882e8; } .circle-icon { border-radius: 50%; text-align: center; vertical-align: middle; padding: 11px; border: 1px solid #fff; } .circle-icon:hover { cursor: pointer; border: 1px solid #e882e8; } .attr-container { height: 5%; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: flex-end; margin: 0; padding: 0; } .attr { font-size: 0.8em; color: #fff; font-family: "Open Sans", sans-serif; } .attr a { color: #fff; font-weight: 700; text-decoration: none; } a:hover { color: #e882e8; } @media screen and (max-width: 1024px) { .logo { margin: 0 5%; transform: scale(0.8); } .section-one { height: 80%; width: 50%; } .mockups { transform: scale(0.7); } .section-two { height: 80%; width: 40%; padding: 0 5px; margin: 0; } .title { font-size: 2.3em; margin-bottom: 10px; } .text { margin: 10px 0; font-size: 1.1em; } .bttn { height: 8%; width: 40%; font-size: 1.1em; } .social-media-container { justify-content: flex-end; } } @media screen and (max-width: 991px) { body { background-image: url(images/bg-mobile.svg); } .logo { transform: scale(1); margin: 0 0 0 15%; } .body-container { flex-direction: column; align-items: center; justify-content: space-evenly; } .section-one { height: 50%; width: 100%; } .mockups { transform: scale(0.8); } .section-two { height: 30%; width: 60%; align-items: center; justify-content: center; padding: 0 5px; margin: 0; text-align: center; } .title { font-size: 2em; margin-bottom: 10px; text-align: center; } .text { margin: 5px 0; font-size: 1.2em; } .bttn { padding: 8px; height: 25%; width: 40%; font-family: "Poppins", sans-serif; font-size: 1.3em; } .social-media-container { justify-content: center; } } @media screen and (max-width: 640px) { body { background-image: url(images/bg-mobile.svg); } .container { overflow-y: scroll; } .logo { transform: scale(0.7); margin: 0 5%; } .body-container { flex-direction: column; justify-content: space-around; } .section-one { height: 40%; width: 100%; } .mockups { transform: scale(0.45); } .section-two { height: 50%; width: 100%; align-items: center; justify-content: flex-start; padding: 0 5px; margin: 0; text-align: center; } .title { font-size: 1.5em; margin: 15px 0 10px 0; padding: 0; } .text { padding: 5px 8px; font-size: 1em; width: 100%; } .bttn { height: 15%; width: 50%; font-size: 1.3em; } .social-media-container { justify-content: center; } }
styles.css
* { box-sizing: border-box; } body { height: 120vh; max-width: 100vw; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #674aae; background-image: url(images/bg-desktop.svg); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 0; margin: 0; } .logo-container { height: 10%; width: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; } .logo { margin: 0 10%; } .body-container { height: 75%; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-around; } .section-one { height: 80%; width: 40%; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0; margin: 0; } .mockups { object-fit: scale-down; transform: scale(0.85); } .section-two { height: 60%; width: 30%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } .title { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 2.3em; color: #fff; margin-bottom: 10px; } .text { color: #fff; font-family: "Open Sans", sans-serif; margin: 10px 0; font-size: 1.1em; width: 100%; font-weight: 400; } .bttn { border-style: none; border-radius: 2em; box-sizing: border-box; margin: 25px 0; height: 12%; width: 40%; font-family: "Poppins", sans-serif; font-size: 1.1em; color: #674aae; background-color: #fff; transition: background-color 0.4s ease; box-shadow: 0 0 20px #2b1a55; } .bttn:hover { cursor: pointer; color: #fff; background-color: #e882e8; } .social-media-container { height: 10%; width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: flex-end; color: #fff; margin: 0; padding: 0 10%; } .fa-facebook-square, .fa-instagram-square, .fa-twitter-square { color: #fff; margin: 0 12px; } .fa-facebook-square:hover, .fa-instagram-square:hover, .fa-twitter-square:hover { cursor: pointer; color: #e882e8; } .circle-icon { border-radius: 50%; text-align: center; vertical-align: middle; padding: 11px; border: 1px solid #fff; } .circle-icon:hover { cursor: pointer; border: 1px solid #e882e8; } .attr-container { height: 5%; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: flex-end; margin: 0; padding: 0; } .attr { font-size: 0.8em; color: #fff; font-family: "Open Sans", sans-serif; } .attr a { color: #fff; font-weight: 700; text-decoration: none; } a:hover { color: #e882e8; } @media screen and (max-width: 1024px) { .logo { margin: 0 5%; transform: scale(0.8); } .section-one { height: 80%; width: 50%; } .mockups { transform: scale(0.7); } .section-two { height: 80%; width: 40%; padding: 0 5px; margin: 0; } .title { font-size: 2.3em; margin-bottom: 10px; } .text { margin: 10px 0; font-size: 1.1em; } .bttn { height: 8%; width: 40%; font-size: 1.1em; } .social-media-container { justify-content: flex-end; } } @media screen and (max-width: 991px) { body { background-image: url(images/bg-mobile.svg); } .logo { transform: scale(1); margin: 0 0 0 15%; } .body-container { flex-direction: column; align-items: center; justify-content: space-evenly; } .section-one { height: 50%; width: 100%; } .mockups { transform: scale(0.8); } .section-two { height: 30%; width: 60%; align-items: center; justify-content: center; padding: 0 5px; margin: 0; text-align: center; } .title { font-size: 2em; margin-bottom: 10px; text-align: center; } .text { margin: 5px 0; font-size: 1.2em; } .bttn { padding: 8px; height: 25%; width: 40%; font-family: "Poppins", sans-serif; font-size: 1.3em; } .social-media-container { justify-content: center; } } @media screen and (max-width: 640px) { body { background-image: url(images/bg-mobile.svg); } .container { overflow-y: scroll; } .logo { transform: scale(0.7); margin: 0 5%; } .body-container { flex-direction: column; justify-content: space-around; } .section-one { height: 40%; width: 100%; } .mockups { transform: scale(0.45); } .section-two { height: 50%; width: 100%; align-items: center; justify-content: flex-start; padding: 0 5px; margin: 0; text-align: center; } .title { font-size: 1.5em; margin: 15px 0 10px 0; padding: 0; } .text { padding: 5px 8px; font-size: 1em; width: 100%; } .bttn { height: 15%; width: 50%; font-size: 1.3em; } .social-media-container { justify-content: center; } }
0.480722
0.098209
html { position: relative; /*для футера*/ min-height: 100%; /*для футера*/ } body { margin-bottom: 145px; /*для футера*/; color: black; background-color: white; font-family: Arial, sans-serif; } .form-control { margin-bottom: 10px; } .table > thead > tr > th { vertical-align: middle; } .container-alert { padding: 0px; } .alert { width: 100%; margin: 0px; text-align: center; } .navbar { margin-bottom: 0px; border-radius: 0px; } .navbar /*****************************/ /* Высота меню */ .navbar { min-height: 80px; } .navbar-brand { padding: 0 15px; height: 70px; line-height: 70px; } .navbar-toggle { /* (70px - высота кнопки 34px) / 2 = 18px */ margin-top: 18px; padding: 9px 10px !important; } @media (min-width: 768px) { .navbar-nav > li > a { /* (70px - line-height 27px) / 2 = 21.5px */ padding-top: 21.5px; padding-bottom: 21.5px; line-height: 27px; } } .navbar-nav > li > p { /* (70px - line-height 27px) / 2 = 21.5px */ padding-top: 21.5px; padding-bottom: 21.5px; margin-top: 0px; margin-bottom: 0px; line-height: 27px; } .navbar-header > p { padding-top: 21.5px; padding-bottom: 21.5px; margin-top: 0px; margin-bottom: 0px; line-height: 27px; } /* */ .navbar-brand { padding-top: 15px; padding-bottom: 15px; } /* 70px - padding 15px*2 = 40px*/ .navbar-brand > img { height: 40px; } /***********************************/ /* <NAME> */ .navbar-toggle { border: none; background: transparent !important; } .navbar-toggle:hover { background: transparent !important; } .navbar-toggle .icon-bar { width: 22px; -webkit-transition: all 0.2s; transition: all 0.2s; } .navbar-toggle .icon-bar:nth-of-type(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 10% 10%; -ms-transform-origin: 10% 10%; transform-origin: 10% 10%; } .navbar-toggle .icon-bar:nth-of-type(2) { opacity: 0; filter: alpha(opacity=0); } .navbar-toggle .icon-bar:nth-of-type(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; -ms-transform-origin: 10% 90%; transform-origin: 10% 90%; } .navbar-toggle.collapsed .icon-bar:nth-of-type(1) { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } .navbar-toggle.collapsed .icon-bar:nth-of-type(2) { opacity: 1; filter: alpha(opacity=100); } .navbar-toggle.collapsed .icon-bar:nth-of-type(3) { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } /****************************/ #footer { position: absolute; bottom: 0px; height: 145px; width: 100%; padding: 20px; background: #252525; /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);*/ color: white; } #info-jumbotron { margin: 0px; color: white; text-shadow: 0 1px 5px rgba(0, 0, 0, 1.0); } .img-maket { margin-top: 10px; margin-bottom: 10px; padding: 30px; background: white; border: 1px solid #cacaca; border-radius: 3px; } .production-caption { margin-top: 20px; margin-bottom: 20px; } .caption-table{ margin-bottom: 20px; } .caption-table td { padding: 5px; } .row-clicable { cursor: pointer; } .text-status-1 { color: gray; } .text-status-2 { color: green; } .text-status-3 { color: dodgerblue; } .text-status-4 { color: mediumblue; } .text-status-5 { color: red; } .carousel .item { background: white; text-align: center; } .carousel { margin-top: 0px; margin-bottom: 10px; } .carousel-control.right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); } .carousel-control.left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); } .carousel-inner > .item > img { width: 100%; } .carousel-buttons { margin-bottom: 20px; padding: 0px; } .carousel-buttons img { border: 1px solid #cacaca; border-radius: 3px; padding: 5px; } .carousel-buttons-right { float: right; padding-left: 20px; } .carousel-buttons-right img { padding: 7px; width: 100%; margin-top: 10px; margin-bottom: 10px; } .carousel-buttons-top img { height: 100px; } .carousel-buttons img:hover { box-shadow: 2px 2px 6px #cacaca; border: thin solid #b0b0b0; } .production-history { margin-top: 30px; margin-bottom: 30px; } .table-container { /*border: 1px solid black;*/ /*#00557F*/ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-top: 10px; margin-bottom: 20px; } .table-container h3 { margin-top: 20px; margin-bottom: 20px; } .table-container .param-table { margin: 0px; } .table-container .data-table { margin: 0px; } .table-striped > tbody > tr:nth-child(2n+1){ background-color: /*#f1f4ff;*/ #f8f8f8; } .table-container .data-table thead th { /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));*/ /*background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);*/ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');*/ background-color: grey;/*#006699*/ color: white; border-left: 1px solid black;/*#0070A8*/ } .table-container .data-table tbody td { /*color: #00557F;*/ border-left: 1px solid #E1EEF4; } /*.datagrid table tfoot td div { border-top: 1px solid #00557F; background: #E1EEf4; }*/ .table-container .data-table tfoot td ul { margin: 0; padding: 0; } .table-container .pagination { float: right; } .table-container .pagination li > a { color: black; } /* .table-container .pagination > .active > span { background-color: #00557F; } */ .form-group{ margin-bottom: 0px; } .calcbtn-group{ margin: 20px; } /* checkbox */ .btn span.glyphicon { opacity: 0; } .btn.active span.glyphicon { opacity: 1; }
public/css/style.css
html { position: relative; /*для футера*/ min-height: 100%; /*для футера*/ } body { margin-bottom: 145px; /*для футера*/; color: black; background-color: white; font-family: Arial, sans-serif; } .form-control { margin-bottom: 10px; } .table > thead > tr > th { vertical-align: middle; } .container-alert { padding: 0px; } .alert { width: 100%; margin: 0px; text-align: center; } .navbar { margin-bottom: 0px; border-radius: 0px; } .navbar /*****************************/ /* Высота меню */ .navbar { min-height: 80px; } .navbar-brand { padding: 0 15px; height: 70px; line-height: 70px; } .navbar-toggle { /* (70px - высота кнопки 34px) / 2 = 18px */ margin-top: 18px; padding: 9px 10px !important; } @media (min-width: 768px) { .navbar-nav > li > a { /* (70px - line-height 27px) / 2 = 21.5px */ padding-top: 21.5px; padding-bottom: 21.5px; line-height: 27px; } } .navbar-nav > li > p { /* (70px - line-height 27px) / 2 = 21.5px */ padding-top: 21.5px; padding-bottom: 21.5px; margin-top: 0px; margin-bottom: 0px; line-height: 27px; } .navbar-header > p { padding-top: 21.5px; padding-bottom: 21.5px; margin-top: 0px; margin-bottom: 0px; line-height: 27px; } /* */ .navbar-brand { padding-top: 15px; padding-bottom: 15px; } /* 70px - padding 15px*2 = 40px*/ .navbar-brand > img { height: 40px; } /***********************************/ /* <NAME> */ .navbar-toggle { border: none; background: transparent !important; } .navbar-toggle:hover { background: transparent !important; } .navbar-toggle .icon-bar { width: 22px; -webkit-transition: all 0.2s; transition: all 0.2s; } .navbar-toggle .icon-bar:nth-of-type(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 10% 10%; -ms-transform-origin: 10% 10%; transform-origin: 10% 10%; } .navbar-toggle .icon-bar:nth-of-type(2) { opacity: 0; filter: alpha(opacity=0); } .navbar-toggle .icon-bar:nth-of-type(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 10% 90%; -ms-transform-origin: 10% 90%; transform-origin: 10% 90%; } .navbar-toggle.collapsed .icon-bar:nth-of-type(1) { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } .navbar-toggle.collapsed .icon-bar:nth-of-type(2) { opacity: 1; filter: alpha(opacity=100); } .navbar-toggle.collapsed .icon-bar:nth-of-type(3) { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); } /****************************/ #footer { position: absolute; bottom: 0px; height: 145px; width: 100%; padding: 20px; background: #252525; /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);*/ color: white; } #info-jumbotron { margin: 0px; color: white; text-shadow: 0 1px 5px rgba(0, 0, 0, 1.0); } .img-maket { margin-top: 10px; margin-bottom: 10px; padding: 30px; background: white; border: 1px solid #cacaca; border-radius: 3px; } .production-caption { margin-top: 20px; margin-bottom: 20px; } .caption-table{ margin-bottom: 20px; } .caption-table td { padding: 5px; } .row-clicable { cursor: pointer; } .text-status-1 { color: gray; } .text-status-2 { color: green; } .text-status-3 { color: dodgerblue; } .text-status-4 { color: mediumblue; } .text-status-5 { color: red; } .carousel .item { background: white; text-align: center; } .carousel { margin-top: 0px; margin-bottom: 10px; } .carousel-control.right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); } .carousel-control.left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); } .carousel-inner > .item > img { width: 100%; } .carousel-buttons { margin-bottom: 20px; padding: 0px; } .carousel-buttons img { border: 1px solid #cacaca; border-radius: 3px; padding: 5px; } .carousel-buttons-right { float: right; padding-left: 20px; } .carousel-buttons-right img { padding: 7px; width: 100%; margin-top: 10px; margin-bottom: 10px; } .carousel-buttons-top img { height: 100px; } .carousel-buttons img:hover { box-shadow: 2px 2px 6px #cacaca; border: thin solid #b0b0b0; } .production-history { margin-top: 30px; margin-bottom: 30px; } .table-container { /*border: 1px solid black;*/ /*#00557F*/ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-top: 10px; margin-bottom: 20px; } .table-container h3 { margin-top: 20px; margin-bottom: 20px; } .table-container .param-table { margin: 0px; } .table-container .data-table { margin: 0px; } .table-striped > tbody > tr:nth-child(2n+1){ background-color: /*#f1f4ff;*/ #f8f8f8; } .table-container .data-table thead th { /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));*/ /*background: -moz-linear-gradient(center top, #006699 5%, #00557F 100%);*/ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');*/ background-color: grey;/*#006699*/ color: white; border-left: 1px solid black;/*#0070A8*/ } .table-container .data-table tbody td { /*color: #00557F;*/ border-left: 1px solid #E1EEF4; } /*.datagrid table tfoot td div { border-top: 1px solid #00557F; background: #E1EEf4; }*/ .table-container .data-table tfoot td ul { margin: 0; padding: 0; } .table-container .pagination { float: right; } .table-container .pagination li > a { color: black; } /* .table-container .pagination > .active > span { background-color: #00557F; } */ .form-group{ margin-bottom: 0px; } .calcbtn-group{ margin: 20px; } /* checkbox */ .btn span.glyphicon { opacity: 0; } .btn.active span.glyphicon { opacity: 1; }
0.295433
0.089773
font-size: 82%; } :not(:target)#ritFooterArea { font-size: 80%; } #ritFooterArea .ritfootTtl { padding: 7px; border: 1px solid rgb(206, 206, 206); overflow: hidden; font-weight: bold; background-color: rgb(238, 238, 238); _zoom: 1; } #ritFooterArea .ritFootBox { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(206, 206, 206) rgb(206, 206, 206); padding: 13px 0px; overflow: hidden; clear: both; _zoom: 1; } #ritFooterArea .ritFootBoxBg { font-weight: bold; border-bottom-color: rgb(206, 206, 206); border-bottom-width: 1px; border-bottom-style: dotted; } #ritFooterArea #ritSpecialContents { margin: 0px 0px 13px; } #ritFooterArea #ritSpecialContents a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritSpecialContents a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritSpecialContents .ritSpCntMain { width: 100%; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMain li { margin: 0px 0px 0px 20px; width: 22%; float: left; display: inline; } #ritFooterArea #ritSpecialContents .ritSpCntMain li img { margin: 4px 0px; } #ritFooterArea #ritSpecialContents .ritSpCntMain li.ritDoubleRow { width: 40%; } #ritFooterArea #ritSpecialContents .ritSpCntHead { padding-left: 5px; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntHead li { margin: 0px 0px 0px 17px; float: left; display: inline; } #ritFooterArea #ritSpecialContents .ritSpCntHead li img { margin: 4px 0px; } #ritFooterArea #ritSpecialContents .ritSpCntHead li.ritDoubleRow { width: 40%; } #ritFooterArea #ritGuide { margin: 0px 0px 39px; } #ritFooterArea #ritGuide a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritGuide a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritGuide .ritFootCntInr { width: 23%; float: left; } #ritFooterArea #ritGuide .ritFootRtInr { padding: 3px 0px 0px 23px; width: 48%; height: auto !important; border-left-color: rgb(174, 174, 174); border-left-width: 1px; border-left-style: dotted; float: left; display: inline; min-height: 95px; } #ritFooterArea #ritGuide .ritFootLfInr { width: 23%; float: left; } #ritFooterArea #ritGuide li { margin: 0px 0px 0px 15px; padding: 0px 0px 3px 7px; _margin: 3px 0 3px 15px; } #ritFooterArea #ritGuide li .iconArrowR { margin-top: 1px; } #ritFooterArea #ritGuide dl { float: left; display: inline; } #ritFooterArea #ritGuide dt { margin: 0px 0px 3px 15px; padding: 0px 0px 0px 7px; } #ritFooterArea #ritGuide dl dd { margin: 0px 0px 0px 15px; padding: 0px 0px 0px 19px; _margin: 3px 0 3px 15px; } #ritFooterArea #ritGuide .ritFootRtInr p { margin: 0px 0px 12px; font-weight: bold; } #ritFooterArea #ritGuide .riGbr { margin-bottom: 3px; float: none; display: block; } #ritFooterArea #ritGuide #riMail { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201011/dotto.gif") repeat-x left bottom; padding-bottom: 10px; } #ritFooterArea #ritGuide #riAttention dl dt { margin: 0px; padding: 0px; } #ritFooterArea #ritGuide #riAttention dl dd { margin: 0px; padding: 0px; } #ritFooterArea #ritGuide #riAttention { font-size: 82%; } #ritFooterArea #ritGuide #riAttention dl { padding: 10px 0px; width: 100%; } #ritFooterArea #ritGuide #riAttention p { font-weight: normal; } #ritFooterArea #ritFooter { margin: 0px 10px; text-align: left; } #ritFooterArea #ritFooter #ritPrArea { text-align: center; margin-bottom: 10px; } #ritFooterArea #ritFooter #ritPrArea span { vertical-align: middle; display: inline-block; } #ritFooterArea #ritFooter #ritPrArea .ritClogo { padding: 0px 20px 0px 149px; } #ritFooterArea #ritFooter #ritInfo { background: rgb(191, 0, 0); padding: 5px 0px; text-align: center; overflow: hidden; margin-bottom: 10px; -ms-zoom: 1; } #ritFooterArea #ritFooter #ritInfo li { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/opt/css/info_line.gif") no-repeat right 5px; padding: 0px 15px 0px 4px; color: rgb(255, 255, 255); font-weight: bold; display: inline; } #ritFooterArea #ritFooter #ritInfo li a { color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline; } #ritFooterArea #ritFooter #ritInfo li.ritInfoLt { padding-right: 0px; } #ritFooterArea #ritCountry { text-align: center; overflow: hidden; -ms-zoom: 1; } #ritFooterArea #ritCountry ul { margin: 0px auto; width: 480px; text-align: center; overflow: hidden; -ms-zoom: 1; } #ritFooterArea #ritCountry ul li { padding: 0px 6px; border-right-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; display: inline; } #ritFooterArea #ritCountry ul li a { white-space: nowrap; } #ritFooterArea #ritCountry ul li.ritCountryLt { border: currentColor; padding-right: 0px; } #ritFooterArea #ritCountry a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritCountry a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritCopy { padding: 5px 0px 10px; text-align: center; color: rgb(102, 102, 102); font-size: 90%; } #ritFooterArea #ritSpecialContents a { white-space: nowrap; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl { overflow: hidden; padding-left: 22px; position: relative; -ms-zoom: 1; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl dt { width: 140px; padding-right: 5px; font-weight: bold; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl dd { width: 83%; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg li { padding-right: 10px; padding-bottom: 7px; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntGpSvc { text-align: right; padding-right: 10px; } #ritShopsProducts { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201011/dotto.gif") repeat-x left bottom; overflow: hidden; padding-bottom: 10px; } #ritShopsProducts .ritProducts { margin: 0px; } #ritShopsProducts .ritProducts a { color: rgb(191, 0, 0); } #ritShopsProducts .ritBackTop { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201103/top_back_bg_top.gif") no-repeat left top; width: 201px; } #ritShopsProducts .ritBackTop p { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201103/top_back_bg_btm.gif") no-repeat left bottom; } #ritShopsProducts .ritBackTop a { padding: 4px 9px 4px 10px; color: rgb(29, 84, 167); font-weight: bold; text-decoration: none; display: block; min-height: 15px; } #ritShopsProducts .ritBackTop a .iconOldTop { padding-right: 3px; vertical-align: middle; } #ritShopsProducts .ritBackTop a:hover { color: rgb(192, 0, 0); text-decoration: underline; }
tests/html_tests/websitesource/89,rakuten.co.jp/test_files/footer.css
font-size: 82%; } :not(:target)#ritFooterArea { font-size: 80%; } #ritFooterArea .ritfootTtl { padding: 7px; border: 1px solid rgb(206, 206, 206); overflow: hidden; font-weight: bold; background-color: rgb(238, 238, 238); _zoom: 1; } #ritFooterArea .ritFootBox { border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(206, 206, 206) rgb(206, 206, 206); padding: 13px 0px; overflow: hidden; clear: both; _zoom: 1; } #ritFooterArea .ritFootBoxBg { font-weight: bold; border-bottom-color: rgb(206, 206, 206); border-bottom-width: 1px; border-bottom-style: dotted; } #ritFooterArea #ritSpecialContents { margin: 0px 0px 13px; } #ritFooterArea #ritSpecialContents a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritSpecialContents a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritSpecialContents .ritSpCntMain { width: 100%; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMain li { margin: 0px 0px 0px 20px; width: 22%; float: left; display: inline; } #ritFooterArea #ritSpecialContents .ritSpCntMain li img { margin: 4px 0px; } #ritFooterArea #ritSpecialContents .ritSpCntMain li.ritDoubleRow { width: 40%; } #ritFooterArea #ritSpecialContents .ritSpCntHead { padding-left: 5px; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntHead li { margin: 0px 0px 0px 17px; float: left; display: inline; } #ritFooterArea #ritSpecialContents .ritSpCntHead li img { margin: 4px 0px; } #ritFooterArea #ritSpecialContents .ritSpCntHead li.ritDoubleRow { width: 40%; } #ritFooterArea #ritGuide { margin: 0px 0px 39px; } #ritFooterArea #ritGuide a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritGuide a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritGuide .ritFootCntInr { width: 23%; float: left; } #ritFooterArea #ritGuide .ritFootRtInr { padding: 3px 0px 0px 23px; width: 48%; height: auto !important; border-left-color: rgb(174, 174, 174); border-left-width: 1px; border-left-style: dotted; float: left; display: inline; min-height: 95px; } #ritFooterArea #ritGuide .ritFootLfInr { width: 23%; float: left; } #ritFooterArea #ritGuide li { margin: 0px 0px 0px 15px; padding: 0px 0px 3px 7px; _margin: 3px 0 3px 15px; } #ritFooterArea #ritGuide li .iconArrowR { margin-top: 1px; } #ritFooterArea #ritGuide dl { float: left; display: inline; } #ritFooterArea #ritGuide dt { margin: 0px 0px 3px 15px; padding: 0px 0px 0px 7px; } #ritFooterArea #ritGuide dl dd { margin: 0px 0px 0px 15px; padding: 0px 0px 0px 19px; _margin: 3px 0 3px 15px; } #ritFooterArea #ritGuide .ritFootRtInr p { margin: 0px 0px 12px; font-weight: bold; } #ritFooterArea #ritGuide .riGbr { margin-bottom: 3px; float: none; display: block; } #ritFooterArea #ritGuide #riMail { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201011/dotto.gif") repeat-x left bottom; padding-bottom: 10px; } #ritFooterArea #ritGuide #riAttention dl dt { margin: 0px; padding: 0px; } #ritFooterArea #ritGuide #riAttention dl dd { margin: 0px; padding: 0px; } #ritFooterArea #ritGuide #riAttention { font-size: 82%; } #ritFooterArea #ritGuide #riAttention dl { padding: 10px 0px; width: 100%; } #ritFooterArea #ritGuide #riAttention p { font-weight: normal; } #ritFooterArea #ritFooter { margin: 0px 10px; text-align: left; } #ritFooterArea #ritFooter #ritPrArea { text-align: center; margin-bottom: 10px; } #ritFooterArea #ritFooter #ritPrArea span { vertical-align: middle; display: inline-block; } #ritFooterArea #ritFooter #ritPrArea .ritClogo { padding: 0px 20px 0px 149px; } #ritFooterArea #ritFooter #ritInfo { background: rgb(191, 0, 0); padding: 5px 0px; text-align: center; overflow: hidden; margin-bottom: 10px; -ms-zoom: 1; } #ritFooterArea #ritFooter #ritInfo li { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/opt/css/info_line.gif") no-repeat right 5px; padding: 0px 15px 0px 4px; color: rgb(255, 255, 255); font-weight: bold; display: inline; } #ritFooterArea #ritFooter #ritInfo li a { color: rgb(255, 255, 255); font-weight: bold; text-decoration: underline; } #ritFooterArea #ritFooter #ritInfo li.ritInfoLt { padding-right: 0px; } #ritFooterArea #ritCountry { text-align: center; overflow: hidden; -ms-zoom: 1; } #ritFooterArea #ritCountry ul { margin: 0px auto; width: 480px; text-align: center; overflow: hidden; -ms-zoom: 1; } #ritFooterArea #ritCountry ul li { padding: 0px 6px; border-right-color: rgb(0, 0, 0); border-right-width: 1px; border-right-style: solid; display: inline; } #ritFooterArea #ritCountry ul li a { white-space: nowrap; } #ritFooterArea #ritCountry ul li.ritCountryLt { border: currentColor; padding-right: 0px; } #ritFooterArea #ritCountry a { color: rgb(29, 84, 167); text-decoration: none; } #ritFooterArea #ritCountry a:hover { color: rgb(192, 0, 0); text-decoration: underline; } #ritFooterArea #ritCopy { padding: 5px 0px 10px; text-align: center; color: rgb(102, 102, 102); font-size: 90%; } #ritFooterArea #ritSpecialContents a { white-space: nowrap; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl { overflow: hidden; padding-left: 22px; position: relative; -ms-zoom: 1; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl dt { width: 140px; padding-right: 5px; font-weight: bold; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg dl dd { width: 83%; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntMainCtg li { padding-right: 10px; padding-bottom: 7px; float: left; } #ritFooterArea #ritSpecialContents .ritSpCntGpSvc { text-align: right; padding-right: 10px; } #ritShopsProducts { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201011/dotto.gif") repeat-x left bottom; overflow: hidden; padding-bottom: 10px; } #ritShopsProducts .ritProducts { margin: 0px; } #ritShopsProducts .ritProducts a { color: rgb(191, 0, 0); } #ritShopsProducts .ritBackTop { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201103/top_back_bg_top.gif") no-repeat left top; width: 201px; } #ritShopsProducts .ritBackTop p { background: url("http://a.ichiba.jp.rakuten-static.com/com/img/home/beta/201103/top_back_bg_btm.gif") no-repeat left bottom; } #ritShopsProducts .ritBackTop a { padding: 4px 9px 4px 10px; color: rgb(29, 84, 167); font-weight: bold; text-decoration: none; display: block; min-height: 15px; } #ritShopsProducts .ritBackTop a .iconOldTop { padding-right: 3px; vertical-align: middle; } #ritShopsProducts .ritBackTop a:hover { color: rgb(192, 0, 0); text-decoration: underline; }
0.202996
0.057229
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; opacity: 0; pointer-events: none } [type="checkbox"]+span:not(.lever) { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } [type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 1.5px solid #5a5a5a; border-radius: 2px; margin-top: 3px; -webkit-transition: .2s; transition: .2s } [type="checkbox"]:not(.filled-in)+span:not(.lever):after { border: 0; -webkit-transform: scale(0); transform: scale(0) } [type="checkbox"]:not(:checked):disabled+span:not(.lever):before { border: none; background-color: rgba(0, 0, 0, 0.42) } [type="checkbox"].tabbed:focus+span:not(.lever):after { -webkit-transform: scale(1); transform: scale(1); border: 0; border-radius: 50%; -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) } [type="checkbox"]:checked+span:not(.lever):before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #a00303f2; border-bottom: 2px solid #a00303f2; -webkit-transform: rotate(40deg); transform: rotate(40deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"]:checked:disabled+span:before { border-right: 2px solid rgba(0, 0, 0, 0.42); border-bottom: 2px solid rgba(0, 0, 0, 0.42) } [type="checkbox"]:indeterminate+span:not(.lever):before { top: -11px; left: -12px; width: 10px; height: 22px; border-top: none; border-left: none; border-right: 2px solid #a00303f2; border-bottom: none; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"]:indeterminate:disabled+span:not(.lever):before { border-right: 2px solid rgba(0, 0, 0, 0.42); background-color: transparent } [type="checkbox"].filled-in+span:not(.lever):after { border-radius: 2px } [type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after { content: ''; left: 0; position: absolute; -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1 } [type="checkbox"].filled-in:not(:checked)+span:not(.lever):before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after { height: 20px; width: 20px; background-color: transparent; border: 2px solid #5a5a5a; top: 0px; z-index: 0 } [type="checkbox"].filled-in:checked+span:not(.lever):before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"].filled-in:checked+span:not(.lever):after { top: 0; width: 20px; height: 20px; border: 2px solid #a00303f2; background-color: #a00303f2; z-index: 0 } [type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after { border-radius: 2px; border-color: #5a5a5a; background-color: rgba(0, 0, 0, 0.1) } [type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after { border-radius: 2px; background-color: #a00303f2; border-color: #a00303f2 } [type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before { background-color: transparent; border: 2px solid transparent } [type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after { border-color: transparent; background-color: #949494 } [type="checkbox"].filled-in:disabled:checked+span:not(.lever):before { background-color: transparent } [type="checkbox"].filled-in:disabled:checked+span:not(.lever):after { background-color: #949494; border-color: #949494 } .switch label input[type=checkbox] { opacity: 0; width: 0; height: 0 } .switch label input[type=checkbox]:checked+.lever { background-color: #84c7c1 } .switch label input[type=checkbox]:checked+.lever:before, .switch label input[type=checkbox]:checked+.lever:after { left: 18px } .switch label input[type=checkbox]:checked+.lever:after { background-color: #a00303f2 } input[type=checkbox]:checked:not(:disabled)~.lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(38, 166, 154, 0.15) } input[type=checkbox]:not(:disabled)~.lever:active:before, input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(0, 0, 0, 0.08) } .switch input[type=checkbox][disabled]+.lever { cursor: default; background-color: rgba(0, 0, 0, 0.12) } .switch label input[type=checkbox][disabled]+.lever:after, .switch label input[type=checkbox][disabled]:checked+.lever:after { background-color: #949494 } /*mdb input background color*/ @-webkit-keyframes autofill { to { color: #666; background: transparent; } } @keyframes autofill { to { color: #666; background: transparent; } } input:-webkit-autofill { -webkit-animation-name: autofill; animation-name: autofill; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
static/css/users/checkbox.css
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; opacity: 0; pointer-events: none } [type="checkbox"]+span:not(.lever) { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } [type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 1.5px solid #5a5a5a; border-radius: 2px; margin-top: 3px; -webkit-transition: .2s; transition: .2s } [type="checkbox"]:not(.filled-in)+span:not(.lever):after { border: 0; -webkit-transform: scale(0); transform: scale(0) } [type="checkbox"]:not(:checked):disabled+span:not(.lever):before { border: none; background-color: rgba(0, 0, 0, 0.42) } [type="checkbox"].tabbed:focus+span:not(.lever):after { -webkit-transform: scale(1); transform: scale(1); border: 0; border-radius: 50%; -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1) } [type="checkbox"]:checked+span:not(.lever):before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #a00303f2; border-bottom: 2px solid #a00303f2; -webkit-transform: rotate(40deg); transform: rotate(40deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"]:checked:disabled+span:before { border-right: 2px solid rgba(0, 0, 0, 0.42); border-bottom: 2px solid rgba(0, 0, 0, 0.42) } [type="checkbox"]:indeterminate+span:not(.lever):before { top: -11px; left: -12px; width: 10px; height: 22px; border-top: none; border-left: none; border-right: 2px solid #a00303f2; border-bottom: none; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"]:indeterminate:disabled+span:not(.lever):before { border-right: 2px solid rgba(0, 0, 0, 0.42); background-color: transparent } [type="checkbox"].filled-in+span:not(.lever):after { border-radius: 2px } [type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after { content: ''; left: 0; position: absolute; -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s; z-index: 1 } [type="checkbox"].filled-in:not(:checked)+span:not(.lever):before { width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after { height: 20px; width: 20px; background-color: transparent; border: 2px solid #5a5a5a; top: 0px; z-index: 0 } [type="checkbox"].filled-in:checked+span:not(.lever):before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100% } [type="checkbox"].filled-in:checked+span:not(.lever):after { top: 0; width: 20px; height: 20px; border: 2px solid #a00303f2; background-color: #a00303f2; z-index: 0 } [type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after { border-radius: 2px; border-color: #5a5a5a; background-color: rgba(0, 0, 0, 0.1) } [type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after { border-radius: 2px; background-color: #a00303f2; border-color: #a00303f2 } [type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before { background-color: transparent; border: 2px solid transparent } [type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after { border-color: transparent; background-color: #949494 } [type="checkbox"].filled-in:disabled:checked+span:not(.lever):before { background-color: transparent } [type="checkbox"].filled-in:disabled:checked+span:not(.lever):after { background-color: #949494; border-color: #949494 } .switch label input[type=checkbox] { opacity: 0; width: 0; height: 0 } .switch label input[type=checkbox]:checked+.lever { background-color: #84c7c1 } .switch label input[type=checkbox]:checked+.lever:before, .switch label input[type=checkbox]:checked+.lever:after { left: 18px } .switch label input[type=checkbox]:checked+.lever:after { background-color: #a00303f2 } input[type=checkbox]:checked:not(:disabled)~.lever:active::before, input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(38, 166, 154, 0.15) } input[type=checkbox]:not(:disabled)~.lever:active:before, input[type=checkbox]:not(:disabled).tabbed:focus~.lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(0, 0, 0, 0.08) } .switch input[type=checkbox][disabled]+.lever { cursor: default; background-color: rgba(0, 0, 0, 0.12) } .switch label input[type=checkbox][disabled]+.lever:after, .switch label input[type=checkbox][disabled]:checked+.lever:after { background-color: #949494 } /*mdb input background color*/ @-webkit-keyframes autofill { to { color: #666; background: transparent; } } @keyframes autofill { to { color: #666; background: transparent; } } input:-webkit-autofill { -webkit-animation-name: autofill; animation-name: autofill; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
0.306527
0.102394
@charset "utf-8"; /*重置CSS*/ body, html { color: #333; font-size: 12px; } body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, button, th, td { margin: 0; padding: 0; border: 0; outline: none; word-break: break-all; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif } select, textarea { outline: none; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif } table { border-collapse: collapse; border-spacing: 0 } fieldset, img { border: 0 } address, caption, cite, code, dfn, strong, th, var { font-weight: normal } em, i { font-style: normal; } ol, ul { list-style: none; list-style-position: inside } a { color: #333; text-decoration: none } caption, th { text-align: left; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal } q:before, q:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } abbr, acronym { border: 0 } input::-webkit-input-placeholder { color: #ccc !important; } input:-moz-placeholder { color: #ccc !important; } input::-moz-placeholder { color: #ccc !important; } input:-ms-input-placeholder { color: #ccc !important; } /*公用css*/ .fl { float: left } .fr { float: right } .clear { clear: both } .clearfix:before, .clearfix:after { content: '.'; display: block; height: 0; clear: both; overflow: hidden } .c-red { color: #f00; } .c-333 { color: #333; } .c-666 { color: #666; } .c-999 { color: #999; } .c-f60 { color: #f60; } .c-f80 { color: #f80; } .w100 { width: 100px !important; } .w105 { width: 105px !important; } .w120 { width: 120px !important; } .w230 { width: 230px !important; } .w250 { width: 250px !important; } .w260 { width: 260px !important; } .w270 { width: 270px !important; } .w300 { width: 300px !important; } .w500 { width: 500px !important; } .w550 { width: 550px !important; } .w700 { width: 700px !important; } .w790 { width: 790px !important; } .pl10 { padding-left: 10px; } .pr10 { padding-right: 10px; } .mt4 { margin-top: 4px; } .mt5 { margin-top: 5px !important; } .mt10 { margin-top: 10px !important; } .mt15 { margin-top: 15px !important; } .mt20 { margin-top: 20px !important; } .mt25 { margin-top: 25px !important; } .mt50 { margin-top: 50px !important; } .mt100 { margin-top: 100px !important; } .ml5 { margin-left: 5px !important; } .ml10 { margin-left: 10px !important; } .ml20 { margin-left: 20px !important; } .ml15 { margin-left: 15px !important; } .mr20 { margin-right: 20px !important; } .mb15 { margin-bottom: 15px !important; } .mb35 { margin-bottom: 35px !important; } .hide { display: none; } .big { float: left; width: 100%; /*min-width: 1200px*/ } .index-pic { float: left; width: 100%; } .index-pic a { display: block; width: 100%; } .index-pic img { vertical-align: middle; } .wm-1200 { width: 1200px; margin: 0 auto; position: relative } .wm-1200:before, .wm-1200:after { content: '.'; display: block; height: 0; clear: both; overflow: hidden }
public/static/home/css/base.css
@charset "utf-8"; /*重置CSS*/ body, html { color: #333; font-size: 12px; } body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, button, th, td { margin: 0; padding: 0; border: 0; outline: none; word-break: break-all; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif } select, textarea { outline: none; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif } table { border-collapse: collapse; border-spacing: 0 } fieldset, img { border: 0 } address, caption, cite, code, dfn, strong, th, var { font-weight: normal } em, i { font-style: normal; } ol, ul { list-style: none; list-style-position: inside } a { color: #333; text-decoration: none } caption, th { text-align: left; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal } q:before, q:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden } abbr, acronym { border: 0 } input::-webkit-input-placeholder { color: #ccc !important; } input:-moz-placeholder { color: #ccc !important; } input::-moz-placeholder { color: #ccc !important; } input:-ms-input-placeholder { color: #ccc !important; } /*公用css*/ .fl { float: left } .fr { float: right } .clear { clear: both } .clearfix:before, .clearfix:after { content: '.'; display: block; height: 0; clear: both; overflow: hidden } .c-red { color: #f00; } .c-333 { color: #333; } .c-666 { color: #666; } .c-999 { color: #999; } .c-f60 { color: #f60; } .c-f80 { color: #f80; } .w100 { width: 100px !important; } .w105 { width: 105px !important; } .w120 { width: 120px !important; } .w230 { width: 230px !important; } .w250 { width: 250px !important; } .w260 { width: 260px !important; } .w270 { width: 270px !important; } .w300 { width: 300px !important; } .w500 { width: 500px !important; } .w550 { width: 550px !important; } .w700 { width: 700px !important; } .w790 { width: 790px !important; } .pl10 { padding-left: 10px; } .pr10 { padding-right: 10px; } .mt4 { margin-top: 4px; } .mt5 { margin-top: 5px !important; } .mt10 { margin-top: 10px !important; } .mt15 { margin-top: 15px !important; } .mt20 { margin-top: 20px !important; } .mt25 { margin-top: 25px !important; } .mt50 { margin-top: 50px !important; } .mt100 { margin-top: 100px !important; } .ml5 { margin-left: 5px !important; } .ml10 { margin-left: 10px !important; } .ml20 { margin-left: 20px !important; } .ml15 { margin-left: 15px !important; } .mr20 { margin-right: 20px !important; } .mb15 { margin-bottom: 15px !important; } .mb35 { margin-bottom: 35px !important; } .hide { display: none; } .big { float: left; width: 100%; /*min-width: 1200px*/ } .index-pic { float: left; width: 100%; } .index-pic a { display: block; width: 100%; } .index-pic img { vertical-align: middle; } .wm-1200 { width: 1200px; margin: 0 auto; position: relative } .wm-1200:before, .wm-1200:after { content: '.'; display: block; height: 0; clear: both; overflow: hidden }
0.377196
0.090213
:root { --color: #e3cb33; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Play', sans-serif; background: rgba(211,211,211, 0.75); } .container { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background-color: rgba(211,211,211, 0.75); } .row { position: absolute; top: 50%; left: 50%; width: 500px; height: 300px; background: black; border-radius: 1px; display: flex; align-items: flex-start; justify-content: center; transform: translate(-50%, -50%); box-shadow: 1px 1px 5px 1px gray; } .col { width: 100%; height: 100%; font-weight: 700; text-align: center; color: white; /* padding: 5% auto; */ display: flex; flex-direction: column; justify-content: center; align-items: center; } .btn { width: 70px; height: 70px; border-radius: 50%; padding: 5px; border: none; outline: none; font-family: 'Play', sans-serif; } /* -------------------------------------------- */ /* score section */ /* -------------------------------------------- */ #score { width: 100%; position: relative; margin: 1rem 0; } .score-info { width: 10rem; height: 150%; text-align: center; letter-spacing: 0.1rem; font-size: 1.3rem; text-transform: uppercase; background-color: black; color: white; border-radius: 1px; box-shadow: 1px 1px 5px 1px gray; margin: 0 auto; padding: 0.3rem 0; } .score-info .score-txt, .score-info .score-number { display: block; } .btn-instruction { position: absolute; top: 0; left: 15px; background: black; color: white; font-size: 2.5rem; font-weight: 700; transition: .1s ease-in-out; } .btn-instruction:hover { font-size: 3rem; } .btn-play { position: absolute; top: 85px; left: 15px; background: var(--color); color: black; font-size: 2.3rem; padding-right: 0; transition: .1s ease-in-out; } .btn-play:hover { font-size: 2.7rem; } .play { display: flex; justify-content: center; align-items: center; animation: play .2s 1 ease both; } .play span { transform: translate(-2px,-4px); } @keyframes play { 0% { font-size: 3.5rem; opacity: 0} 50% { font-size: 3.5rem; opacity: 0; font-weight: 700; transform: rotateZ(90deg)} 100% {font-size: 3.5rem; opacity: 1; font-weight: 700; transform: rotateZ(90deg)} } /* -------------------------------------------- */ /* board section */ /* -------------------------------------------- */ #board { width: 640px; height: 640px; margin: 1rem auto; box-shadow: 1px 1px 5px 1px gray; } #board > div { border: 1px solid black; float: left; width: 64px; height: 64px; } /* -------------------------------------------- */ /* moving elements */ /* -------------------------------------------- */ .furry { background-image: url('../images/furry.png'); background-repeat: no-repeat; background-size: cover; } .coin { background-image: url('../images/coin.png'); background-repeat: no-repeat; background-size: cover; } /* -------------------------------------------- */ /* over section */ /* -------------------------------------------- */ .col-over span { display: block; line-height: 1.5; letter-spacing: 2px; text-transform: uppercase; } .col-over span:first-of-type { font-size: 2rem; } .col-over span:last-of-type { font-size: 1.5rem; } .col-over span:last-of-type .score-over { color: var(--color); } .btn-over { margin-top: 10px; background-color: white; font-size: .6rem; font-weight: 700; display: block; text-transform: uppercase; } .btn-over:hover { background:var(--color); } .invisible { display: none; } .btn-animate { animation: rotate .5s 1 ease alternate; } @keyframes rotate { 100% { transform: rotate(360deg)} } /* -------------------------------------------- */ /* instruction section */ /* -------------------------------------------- */ .row-instruction { position: relative; } .col-instruction { padding: 20px; } .col-instruction h1 { margin: 20px 0; padding: 5px 15px; border-bottom: 1px solid white; font-size: 2rem; text-transform: uppercase; } .col-instruction p { padding: 5px 0; font-weight: 400; text-align: justify; align-self: flex-start; } .btn-close { position: absolute; top: 5px; left: 5px; width: 20px; height: 20px; padding-top: 0px; font-size: 1rem; font-weight: 700; background: white; transform: scale(1); transition: .2s ease-in-out; } .btn-close:hover { background: var(--color); transform: rotate(90deg); }
css/style.css
:root { --color: #e3cb33; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Play', sans-serif; background: rgba(211,211,211, 0.75); } .container { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background-color: rgba(211,211,211, 0.75); } .row { position: absolute; top: 50%; left: 50%; width: 500px; height: 300px; background: black; border-radius: 1px; display: flex; align-items: flex-start; justify-content: center; transform: translate(-50%, -50%); box-shadow: 1px 1px 5px 1px gray; } .col { width: 100%; height: 100%; font-weight: 700; text-align: center; color: white; /* padding: 5% auto; */ display: flex; flex-direction: column; justify-content: center; align-items: center; } .btn { width: 70px; height: 70px; border-radius: 50%; padding: 5px; border: none; outline: none; font-family: 'Play', sans-serif; } /* -------------------------------------------- */ /* score section */ /* -------------------------------------------- */ #score { width: 100%; position: relative; margin: 1rem 0; } .score-info { width: 10rem; height: 150%; text-align: center; letter-spacing: 0.1rem; font-size: 1.3rem; text-transform: uppercase; background-color: black; color: white; border-radius: 1px; box-shadow: 1px 1px 5px 1px gray; margin: 0 auto; padding: 0.3rem 0; } .score-info .score-txt, .score-info .score-number { display: block; } .btn-instruction { position: absolute; top: 0; left: 15px; background: black; color: white; font-size: 2.5rem; font-weight: 700; transition: .1s ease-in-out; } .btn-instruction:hover { font-size: 3rem; } .btn-play { position: absolute; top: 85px; left: 15px; background: var(--color); color: black; font-size: 2.3rem; padding-right: 0; transition: .1s ease-in-out; } .btn-play:hover { font-size: 2.7rem; } .play { display: flex; justify-content: center; align-items: center; animation: play .2s 1 ease both; } .play span { transform: translate(-2px,-4px); } @keyframes play { 0% { font-size: 3.5rem; opacity: 0} 50% { font-size: 3.5rem; opacity: 0; font-weight: 700; transform: rotateZ(90deg)} 100% {font-size: 3.5rem; opacity: 1; font-weight: 700; transform: rotateZ(90deg)} } /* -------------------------------------------- */ /* board section */ /* -------------------------------------------- */ #board { width: 640px; height: 640px; margin: 1rem auto; box-shadow: 1px 1px 5px 1px gray; } #board > div { border: 1px solid black; float: left; width: 64px; height: 64px; } /* -------------------------------------------- */ /* moving elements */ /* -------------------------------------------- */ .furry { background-image: url('../images/furry.png'); background-repeat: no-repeat; background-size: cover; } .coin { background-image: url('../images/coin.png'); background-repeat: no-repeat; background-size: cover; } /* -------------------------------------------- */ /* over section */ /* -------------------------------------------- */ .col-over span { display: block; line-height: 1.5; letter-spacing: 2px; text-transform: uppercase; } .col-over span:first-of-type { font-size: 2rem; } .col-over span:last-of-type { font-size: 1.5rem; } .col-over span:last-of-type .score-over { color: var(--color); } .btn-over { margin-top: 10px; background-color: white; font-size: .6rem; font-weight: 700; display: block; text-transform: uppercase; } .btn-over:hover { background:var(--color); } .invisible { display: none; } .btn-animate { animation: rotate .5s 1 ease alternate; } @keyframes rotate { 100% { transform: rotate(360deg)} } /* -------------------------------------------- */ /* instruction section */ /* -------------------------------------------- */ .row-instruction { position: relative; } .col-instruction { padding: 20px; } .col-instruction h1 { margin: 20px 0; padding: 5px 15px; border-bottom: 1px solid white; font-size: 2rem; text-transform: uppercase; } .col-instruction p { padding: 5px 0; font-weight: 400; text-align: justify; align-self: flex-start; } .btn-close { position: absolute; top: 5px; left: 5px; width: 20px; height: 20px; padding-top: 0px; font-size: 1rem; font-weight: 700; background: white; transform: scale(1); transition: .2s ease-in-out; } .btn-close:hover { background: var(--color); transform: rotate(90deg); }
0.574037
0.137735
.add-post-field { z-index: 999; position: fixed; left: 50%; top: 50%; margin: -300px auto 0 -300px; height: 600px; width: 600px; padding: 0; visibility: hidden; /*TEMP*/ opacity: 0; transition: 0.3s; border-radius: 6px; border: 1px solid #FAFAFA; background-color: white; box-shadow: 0 0 5px 1px rgba(var(--jb7, 0, 0, 0), .0975); } .add-post-field.active { visibility: visible; opacity: 1; transition: 0.3s; } .start-post-div { margin: 10px auto auto; width: 480px; height: 65px; border-radius: 6px; border: 1px #f3f3f3 solid; background-color: white; box-shadow: 0 0 5px 1px rgba(var(--jb7, 0, 0, 0), .0975); line-height: 65px; } .start-post-icon { height: 50%; width: auto; margin-top: 12px; margin-left: 18px; line-height: 65px; } .start-post-link { text-decoration: none; font-family: "Montserrat-Medium", serif; font-size: 16px; color: #343434; vertical-align: center; margin-left: 20px; line-height: 65px; } .create-post-heading { height: 50px; width: 100%; background-color: #FAFAFA; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom: 1.5px #cecdcd solid; } .create-post-label { font-family: Montserrat-Medium, serif; position: relative; line-height: 50px; display: inline-block; margin: 0 0 0 20px; } .close-post-img { height: auto; width: 22px; margin: 12px 12px 0 0; float: right; display: inline-block; } .create-post-footer { height: 50px; width: 100%; position: absolute; bottom: 0; } .create-post-buttons { position: absolute; width: 100%; bottom: 0; } .add-post-field .create-post-buttons a, button { position: relative; float: left; outline: none; line-height: 50px; border-top: 1.5px #cecdcd solid; font-family: Montserrat-Medium, serif; text-align: center; height: 50px; width: 50%; } .save-as-draft-link { background: #fefefe; border-bottom-left-radius: 6px; } .post-link { background: #00E676; color: white; border-bottom-right-radius: 6px; } .create-post-user-information { height: 60px; width: content-box; padding: 15px 15px 15px 25px; } .create-post-user-information .user-profile-picture { width: 80px; height: 80px; line-height: 10px; background-size: cover; background-repeat: no-repeat; object-fit: cover; overflow: hidden; border: 2px rgba(135, 134, 134, 0.67) solid; border-radius: 50%; border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; } .user-profile-picture, .user-name-dropdown { float: left; } .create-post-username { margin: 5px 0 5px; font-size: 18px; } .user-name-dropdown { margin: 0 10px 10px 10px; } .post-type-select { border-radius: 6px; border: 1.5px #E0E0E0 solid; padding: 2px; font-family: Montserrat-Medium, serif; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); outline: none; } .location-input { margin: 33px 0 5px; width: 130px; border-radius: 6px; } .post-type-select > option { outline: none; } .post-type-select > option:focus, .post-type-select > option:focus { outline: 0 !important; background: transparent; } .post-input { width: 98%; height: 200px; display: block; margin: 20px auto 0; padding-left: 5px; color: black; border: 0; resize: none; outline: none; font-family: Montserrat-Medium, serif; font-size: 20px; float: top; } .add-post-picture-input { color: black; margin-left: 10px; width: 100%; border: 0; }
project/src/main/resources/static/css/add_post_styles.css
.add-post-field { z-index: 999; position: fixed; left: 50%; top: 50%; margin: -300px auto 0 -300px; height: 600px; width: 600px; padding: 0; visibility: hidden; /*TEMP*/ opacity: 0; transition: 0.3s; border-radius: 6px; border: 1px solid #FAFAFA; background-color: white; box-shadow: 0 0 5px 1px rgba(var(--jb7, 0, 0, 0), .0975); } .add-post-field.active { visibility: visible; opacity: 1; transition: 0.3s; } .start-post-div { margin: 10px auto auto; width: 480px; height: 65px; border-radius: 6px; border: 1px #f3f3f3 solid; background-color: white; box-shadow: 0 0 5px 1px rgba(var(--jb7, 0, 0, 0), .0975); line-height: 65px; } .start-post-icon { height: 50%; width: auto; margin-top: 12px; margin-left: 18px; line-height: 65px; } .start-post-link { text-decoration: none; font-family: "Montserrat-Medium", serif; font-size: 16px; color: #343434; vertical-align: center; margin-left: 20px; line-height: 65px; } .create-post-heading { height: 50px; width: 100%; background-color: #FAFAFA; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom: 1.5px #cecdcd solid; } .create-post-label { font-family: Montserrat-Medium, serif; position: relative; line-height: 50px; display: inline-block; margin: 0 0 0 20px; } .close-post-img { height: auto; width: 22px; margin: 12px 12px 0 0; float: right; display: inline-block; } .create-post-footer { height: 50px; width: 100%; position: absolute; bottom: 0; } .create-post-buttons { position: absolute; width: 100%; bottom: 0; } .add-post-field .create-post-buttons a, button { position: relative; float: left; outline: none; line-height: 50px; border-top: 1.5px #cecdcd solid; font-family: Montserrat-Medium, serif; text-align: center; height: 50px; width: 50%; } .save-as-draft-link { background: #fefefe; border-bottom-left-radius: 6px; } .post-link { background: #00E676; color: white; border-bottom-right-radius: 6px; } .create-post-user-information { height: 60px; width: content-box; padding: 15px 15px 15px 25px; } .create-post-user-information .user-profile-picture { width: 80px; height: 80px; line-height: 10px; background-size: cover; background-repeat: no-repeat; object-fit: cover; overflow: hidden; border: 2px rgba(135, 134, 134, 0.67) solid; border-radius: 50%; border-top-left-radius: 50% 50%; border-top-right-radius: 50% 50%; border-bottom-right-radius: 50% 50%; border-bottom-left-radius: 50% 50%; } .user-profile-picture, .user-name-dropdown { float: left; } .create-post-username { margin: 5px 0 5px; font-size: 18px; } .user-name-dropdown { margin: 0 10px 10px 10px; } .post-type-select { border-radius: 6px; border: 1.5px #E0E0E0 solid; padding: 2px; font-family: Montserrat-Medium, serif; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); outline: none; } .location-input { margin: 33px 0 5px; width: 130px; border-radius: 6px; } .post-type-select > option { outline: none; } .post-type-select > option:focus, .post-type-select > option:focus { outline: 0 !important; background: transparent; } .post-input { width: 98%; height: 200px; display: block; margin: 20px auto 0; padding-left: 5px; color: black; border: 0; resize: none; outline: none; font-family: Montserrat-Medium, serif; font-size: 20px; float: top; } .add-post-picture-input { color: black; margin-left: 10px; width: 100%; border: 0; }
0.52975
0.11304
@import url(http://fonts.googleapis.com/css?family=Oswald); body { background-color: #000; font-family: 'Oswald', 'Futura', sans-serif; margin: 0; padding: 0;} p{ font-size: 20px; width: 460px; } #page { background-color: #403c3b; margin: 0 auto 0 auto;} /* Responsive page rules at bottom of style sheet */ h1 { text-align: center; color: chocolate; height: 75px; line-height: 75px; width: 400px; margin: 0 auto 0 auto; padding: 30px 10px 20px 10px;} h2 { color: #fff; font-size: 24px; font-weight: normal; text-align: center; text-transform: uppercase; letter-spacing: .2em; margin: 0 0 23px 0;} h2 span { border-radius: 50%; background-color: #000; font-size: 10px; text-align: center; display: inline-block; position: relative; top: -5px; height: 18px; width: 20px; margin-left: 5px; padding: 4px 0 0 4px;} ul { background-color: #584f4d; border:none; padding: 0; margin: 0;} li { background-color: #ec8b68; color: #fff; border-top: 1px solid #fe9772; border-bottom: 1px solid #9f593f; font-size: 24px; letter-spacing: .05em; list-style-type: none; text-shadow: 2px 2px 1px #9f593f; height: 50px; padding-left: 1em; padding-top: 10px;} .hot { background-color: #d7666b; color: #fff; text-shadow: 2px 2px 1px #914141; border-top: 1px solid #e99295; border-bottom: 1px solid #914141;} .cool { background-color: #6cc0ac; color: #fff; text-shadow: 2px 2px 1px #3b6a5e; border-top: 1px solid #7ee0c9; border-bottom: 1px solid #3b6a5e;} .complete { background-color: #999; color: #fff; background-image: url("../images/icon-trash.png"); background-position: center, right; background-repeat: no-repeat; border-top: 1px solid #666; text-shadow: 2px 2px 1px #333;} li a { color: #fff; text-decoration: none; background-image: url("../images/icon-link.png"); background-position: center, right; background-repeat: no-repeat; padding-right: 36px;} p { color: #403c3b; background-color: #fff; border-radius: 5px; text-align: center; padding: 10px; margin: 20px auto 20px auto; min-width: 20%; max-width: 80%; } .botao{ background: -webkit-linear-gradient(bottom, #ddE0E0, #F9F9F9 70%); background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); border: 1px solid #CCCCCE; border-radius: 3px; box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2); color: #aa6186; display: block; font-family: "Trebuchet MS"; font-size: 18px; font-weight: bold; line-height: 25px; text-align: center; text-decoration: none; text-transform: uppercase; text-shadow:1px 1px 0 #FFF; padding: 5px 15px; position: relative; width: 250px; height: 50px; cursor: pointer; margin-left: 560px; } #scriptResults { padding-bottom: 10px;} /* Small screen - acts like the app would */ @media only screen and (max-width: 500px) { body { background-color: #584f4d; } #page { max-width: 480px; } } @media only screen and (min-width: 501px) and (max-width: 767px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } @media only screen and (min-width: 768px) and (max-width: 959px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } /* Larger screens act like a demo for the app */ @media only screen and (min-width: 960px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { h1{ background-image: url(../images/2xkinglogo.png); background-size: 72px 72px; } }
c05/css/c05.css
@import url(http://fonts.googleapis.com/css?family=Oswald); body { background-color: #000; font-family: 'Oswald', 'Futura', sans-serif; margin: 0; padding: 0;} p{ font-size: 20px; width: 460px; } #page { background-color: #403c3b; margin: 0 auto 0 auto;} /* Responsive page rules at bottom of style sheet */ h1 { text-align: center; color: chocolate; height: 75px; line-height: 75px; width: 400px; margin: 0 auto 0 auto; padding: 30px 10px 20px 10px;} h2 { color: #fff; font-size: 24px; font-weight: normal; text-align: center; text-transform: uppercase; letter-spacing: .2em; margin: 0 0 23px 0;} h2 span { border-radius: 50%; background-color: #000; font-size: 10px; text-align: center; display: inline-block; position: relative; top: -5px; height: 18px; width: 20px; margin-left: 5px; padding: 4px 0 0 4px;} ul { background-color: #584f4d; border:none; padding: 0; margin: 0;} li { background-color: #ec8b68; color: #fff; border-top: 1px solid #fe9772; border-bottom: 1px solid #9f593f; font-size: 24px; letter-spacing: .05em; list-style-type: none; text-shadow: 2px 2px 1px #9f593f; height: 50px; padding-left: 1em; padding-top: 10px;} .hot { background-color: #d7666b; color: #fff; text-shadow: 2px 2px 1px #914141; border-top: 1px solid #e99295; border-bottom: 1px solid #914141;} .cool { background-color: #6cc0ac; color: #fff; text-shadow: 2px 2px 1px #3b6a5e; border-top: 1px solid #7ee0c9; border-bottom: 1px solid #3b6a5e;} .complete { background-color: #999; color: #fff; background-image: url("../images/icon-trash.png"); background-position: center, right; background-repeat: no-repeat; border-top: 1px solid #666; text-shadow: 2px 2px 1px #333;} li a { color: #fff; text-decoration: none; background-image: url("../images/icon-link.png"); background-position: center, right; background-repeat: no-repeat; padding-right: 36px;} p { color: #403c3b; background-color: #fff; border-radius: 5px; text-align: center; padding: 10px; margin: 20px auto 20px auto; min-width: 20%; max-width: 80%; } .botao{ background: -webkit-linear-gradient(bottom, #ddE0E0, #F9F9F9 70%); background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); border: 1px solid #CCCCCE; border-radius: 3px; box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2); color: #aa6186; display: block; font-family: "Trebuchet MS"; font-size: 18px; font-weight: bold; line-height: 25px; text-align: center; text-decoration: none; text-transform: uppercase; text-shadow:1px 1px 0 #FFF; padding: 5px 15px; position: relative; width: 250px; height: 50px; cursor: pointer; margin-left: 560px; } #scriptResults { padding-bottom: 10px;} /* Small screen - acts like the app would */ @media only screen and (max-width: 500px) { body { background-color: #584f4d; } #page { max-width: 480px; } } @media only screen and (min-width: 501px) and (max-width: 767px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } @media only screen and (min-width: 768px) and (max-width: 959px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } /* Larger screens act like a demo for the app */ @media only screen and (min-width: 960px) { #page { max-width: 480px; margin: 20px auto 20px auto; } } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { h1{ background-image: url(../images/2xkinglogo.png); background-size: 72px 72px; } }
0.244273
0.081886
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { height: 100vh; width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; background: linear-gradient(#2196f3, #E100FF); } .firebaseui-container { z-index: 12; width: 360px; padding: 15px; border-radius: 12px; background: rgba(255, 255, 255, 0.1); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(255, 255, 255, 0.5); border-left: 1px solid rgba(255, 255, 255, 0.5); } .firebaseui-title, .firebaseui-subtitle { color: #fff; direction: ltr; font-size: 20px; font-weight: 500; line-height: 24px; margin: 0; padding: 0; text-decoration: none; text-align: left; } .firebaseui-label { color: #fff; direction: ltr; font-size: 16px; text-align: left; } /* Override MDL floating text field label color. */ .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label { color: lime; font-weight: bold; } .firebaseui-textfield.mdl-textfield .firebaseui-input { border-color: #fff; } .firebaseui-textfield.mdl-textfield .firebaseui-label::after { background-color: lime; } .firebaseui-link { color: #6DD5FA; font-variant: normal; font-weight: bold; text-decoration: none; } .firebaseui-link:hover { text-decoration: underline; } .bubbles { position: absolute; bottom: -120px; display: flex; flex-wrap: wrap; margin-top: 70px; width: 100%; justify-content: space-around; } .bubbles span { height: 60px; width: 60px; background: rgba(255, 255, 255, 0.1); animation: move 10s linear infinite; position: relative; overflow: hidden; } @keyframes move { 100% { transform: translateY(-100vh); } } .bubbles span.one { animation-delay: 2.2s; transform: scale(2.15) } .bubbles span.two { animation-delay: 3.5s; transform: scale(1.55) } .bubbles span.three { animation-delay: 0.2s; transform: scale(0.35) } .bubbles span.four { animation-delay: 6s; transform: scale(2.15) } .bubbles span.five { animation-delay: 7s; transform: scale(0.5) } .bubbles span.six { animation-delay: 4s; transform: scale(2.5) } .bubbles span.seven { animation-delay: 3 transform scale(1.5) } .bubbles span:before { content: ''; position: absolute; left: 0; top: 0; height: 60px; width: 40%; transform: skew(45deg) translateX(150px); background: rgba(255, 255, 255, 0.15); animation: mirror 3s linear infinite; } @keyframes mirror { 100% { transform: translateX(-450px); } } .bubbles span.one:before { animation-delay: 1.5s; } .bubbles span.two:before { animation-delay: 3.5s; } .bubbles span.three:before { animation-delay: 2.5s; } .bubbles span.four:before { animation-delay: 7.5s; } .bubbles span.five:before { animation-delay: 4.5s; } .bubbles span.six:before { animation-delay: 0.5s; } .bubbles span.seven:before { animation-delay: 6s; } .box { position: relative; } .box .square { position: absolute; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.1); animation: animate 10s linear infinite; animation-delay: calc(-1s*var(--i)); } @keyframes animate { 0%, 100% { transform: translateY(-40px); } 50% { transform: translateY(40px); } } .box .square:nth-child(1) { top: -50px; right: -60px; height: 100px; width: 100px; } .box .square:nth-child(2) { top: 150px; left: -100px; height: 120px; width: 120px; z-index: 2; } .box .square:nth-child(3) { bottom: 50px; right: -60px; height: 80px; width: 80px; z-index: 2; } .box .square:nth-child(4) { bottom: -80px; left: 100px; width: 50px; height: 50px; } .box .square:nth-child(5) { top: -80px; left: 140px; width: 60px; height: 60px; }
firebase/new.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } body { height: 100vh; width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; background: linear-gradient(#2196f3, #E100FF); } .firebaseui-container { z-index: 12; width: 360px; padding: 15px; border-radius: 12px; background: rgba(255, 255, 255, 0.1); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); border-top: 1px solid rgba(255, 255, 255, 0.5); border-left: 1px solid rgba(255, 255, 255, 0.5); } .firebaseui-title, .firebaseui-subtitle { color: #fff; direction: ltr; font-size: 20px; font-weight: 500; line-height: 24px; margin: 0; padding: 0; text-decoration: none; text-align: left; } .firebaseui-label { color: #fff; direction: ltr; font-size: 16px; text-align: left; } /* Override MDL floating text field label color. */ .mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label { color: lime; font-weight: bold; } .firebaseui-textfield.mdl-textfield .firebaseui-input { border-color: #fff; } .firebaseui-textfield.mdl-textfield .firebaseui-label::after { background-color: lime; } .firebaseui-link { color: #6DD5FA; font-variant: normal; font-weight: bold; text-decoration: none; } .firebaseui-link:hover { text-decoration: underline; } .bubbles { position: absolute; bottom: -120px; display: flex; flex-wrap: wrap; margin-top: 70px; width: 100%; justify-content: space-around; } .bubbles span { height: 60px; width: 60px; background: rgba(255, 255, 255, 0.1); animation: move 10s linear infinite; position: relative; overflow: hidden; } @keyframes move { 100% { transform: translateY(-100vh); } } .bubbles span.one { animation-delay: 2.2s; transform: scale(2.15) } .bubbles span.two { animation-delay: 3.5s; transform: scale(1.55) } .bubbles span.three { animation-delay: 0.2s; transform: scale(0.35) } .bubbles span.four { animation-delay: 6s; transform: scale(2.15) } .bubbles span.five { animation-delay: 7s; transform: scale(0.5) } .bubbles span.six { animation-delay: 4s; transform: scale(2.5) } .bubbles span.seven { animation-delay: 3 transform scale(1.5) } .bubbles span:before { content: ''; position: absolute; left: 0; top: 0; height: 60px; width: 40%; transform: skew(45deg) translateX(150px); background: rgba(255, 255, 255, 0.15); animation: mirror 3s linear infinite; } @keyframes mirror { 100% { transform: translateX(-450px); } } .bubbles span.one:before { animation-delay: 1.5s; } .bubbles span.two:before { animation-delay: 3.5s; } .bubbles span.three:before { animation-delay: 2.5s; } .bubbles span.four:before { animation-delay: 7.5s; } .bubbles span.five:before { animation-delay: 4.5s; } .bubbles span.six:before { animation-delay: 0.5s; } .bubbles span.seven:before { animation-delay: 6s; } .box { position: relative; } .box .square { position: absolute; backdrop-filter: blur(5px); box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.5); border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.1); animation: animate 10s linear infinite; animation-delay: calc(-1s*var(--i)); } @keyframes animate { 0%, 100% { transform: translateY(-40px); } 50% { transform: translateY(40px); } } .box .square:nth-child(1) { top: -50px; right: -60px; height: 100px; width: 100px; } .box .square:nth-child(2) { top: 150px; left: -100px; height: 120px; width: 120px; z-index: 2; } .box .square:nth-child(3) { bottom: 50px; right: -60px; height: 80px; width: 80px; z-index: 2; } .box .square:nth-child(4) { bottom: -80px; left: 100px; width: 50px; height: 50px; } .box .square:nth-child(5) { top: -80px; left: 140px; width: 60px; height: 60px; }
0.660501
0.105441
.d-block { display: block !important; } .d-inline { display: inline !important; } .d-none { display: none; } /* flexbox styles */ .row { display: flex !important; flex-wrap: wrap !important; } .d-flex { display: flex !important; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .justify-content-around { justify-content: space-around !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-center { justify-content: center !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-start { justify-content: flex-start !important; } /* width sizing */ .w-100 { width: 100%; } .w-90 { width: 90%; } .w-80 { width: 80%; } .w-75 { width: 75%; } .w-70 { width: 70%; } .w-60 { width: 60%; } .w-50 { width: 50%; } .w-40 { width: 40%; } .w-30 { width: 30%; } .w-25 { width: 25%; } .w-20 { width: 20%; } /* utility classes */ /* margin classes */ /* margin and padding auto */ .mx-auto { margin-left: auto; margin-right: auto; } .px-auto { padding-left: auto; padding-right: auto; } .my-auto { margin-top: auto; margin-bottom: auto; } .py-auto { padding-top: auto; padding-bottom: auto; } /* margin top and botom */ .my-0 { margin-top: 0rem !important; margin-bottom: 0rem !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-bottom: 0.5rem !important; margin-top: 0.5rem !important; } .my-3 { margin-bottom: 1rem !important; margin-top: 1rem !important; } .my-4 { margin-bottom: 1.5rem !important; margin-top: 1.5rem !important; } .my-5 { margin-bottom: 3rem !important; margin-top: 3rem !important; } .mx-0 { margin-right: 0rem !important; margin-left: 0rem !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; } /* pading classes */ /* padding left and right */ .px-0 { padding-right: 0rem !important; padding-left: 0rem !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-bottom: 0.5rem !important; padding-top: 0.5rem !important; } .py-3 { padding-bottom: 1rem !important; padding-top: 1rem !important; } .py-4 { padding-bottom: 1.5rem !important; padding-top: 1.5rem !important; } .py-5 { padding-bottom: 3rem !important; padding-top: 3rem !important; } /* all sides margin and padding */ .p-0 { padding: 0; } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-3 { padding: 1rem; } .p-4 { padding: 1.5rem; } .p-5 { padding: 3rem; } .m-0 { margin: 0; } .m-1 { margin: 0.25rem; } .m-2 { margin: 0.5rem; } .m-3 { margin: 1rem; } .m-4 { margin: 1.5rem; } .m-5 { margin: 3rem; } /* margin-right and padding right */ .mr-0 { margin-right: 0; } .mr-1 { margin-right: 0.25rem; } .mr-2 { margin-right: 0.5rem; } .mr-3 { margin-right: 1rem; } .mr-4 { margin-right: 1.5rem; } .mr-5 { margin-right: 3rem; } .pr-0 { padding-right: 0; } .pr-1 { padding-right: 0.25rem; } .pr-2 { padding-right: 0.5rem; } .pr-3 { padding-right: 1rem; } .pr-4 { padding-right: 1.5rem; } .pr-5 { padding-right: 3rem; } /* margin left and padding left */ .ml-0 { margin-left: 0; } .ml-1 { margin-left: 0.25rem; } .ml-2 { margin-left: 0.5rem; } .ml-3 { margin-left: 1rem; } .ml-4 { margin-left: 1.5rem; } .ml-5 { margin-left: 3rem; } .pl-0 { padding-left: 0; } .pl-1 { padding-left: 0.25rem; } .pl-2 { padding-left: 0.5rem; } .pl-3 { padding-left: 1rem; } .pl-4 { padding-left: 1.5rem; } .pl-5 { padding-left: 3rem; } /* margin top and padding top */ .mt-0 { margin-top: 0; } .mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; } .pt-0 { padding-top: 0; } .pt-1 { padding-top: 0.25rem; } .pt-2 { padding-top: 0.5rem; } .pt-3 { padding-top: 1rem; } .pt-4 { padding-top: 1.5rem; } .pt-5 { padding-top: 3rem; } /* margin bottom and padding bottom */ .mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; } .pb-0 { padding-bottom: 0; } .pb-1 { padding-bottom: 0.25rem; } .pb-2 { padding-bottom: 0.5rem; } .pb-3 { padding-bottom: 1rem; } .pb-4 { padding-bottom: 1.5rem; } .pb-5 { padding-bottom: 3rem; }
assest/css/util.css
.d-block { display: block !important; } .d-inline { display: inline !important; } .d-none { display: none; } /* flexbox styles */ .row { display: flex !important; flex-wrap: wrap !important; } .d-flex { display: flex !important; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .justify-content-around { justify-content: space-around !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-center { justify-content: center !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-start { justify-content: flex-start !important; } /* width sizing */ .w-100 { width: 100%; } .w-90 { width: 90%; } .w-80 { width: 80%; } .w-75 { width: 75%; } .w-70 { width: 70%; } .w-60 { width: 60%; } .w-50 { width: 50%; } .w-40 { width: 40%; } .w-30 { width: 30%; } .w-25 { width: 25%; } .w-20 { width: 20%; } /* utility classes */ /* margin classes */ /* margin and padding auto */ .mx-auto { margin-left: auto; margin-right: auto; } .px-auto { padding-left: auto; padding-right: auto; } .my-auto { margin-top: auto; margin-bottom: auto; } .py-auto { padding-top: auto; padding-bottom: auto; } /* margin top and botom */ .my-0 { margin-top: 0rem !important; margin-bottom: 0rem !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-bottom: 0.5rem !important; margin-top: 0.5rem !important; } .my-3 { margin-bottom: 1rem !important; margin-top: 1rem !important; } .my-4 { margin-bottom: 1.5rem !important; margin-top: 1.5rem !important; } .my-5 { margin-bottom: 3rem !important; margin-top: 3rem !important; } .mx-0 { margin-right: 0rem !important; margin-left: 0rem !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; } /* pading classes */ /* padding left and right */ .px-0 { padding-right: 0rem !important; padding-left: 0rem !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-bottom: 0.5rem !important; padding-top: 0.5rem !important; } .py-3 { padding-bottom: 1rem !important; padding-top: 1rem !important; } .py-4 { padding-bottom: 1.5rem !important; padding-top: 1.5rem !important; } .py-5 { padding-bottom: 3rem !important; padding-top: 3rem !important; } /* all sides margin and padding */ .p-0 { padding: 0; } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-3 { padding: 1rem; } .p-4 { padding: 1.5rem; } .p-5 { padding: 3rem; } .m-0 { margin: 0; } .m-1 { margin: 0.25rem; } .m-2 { margin: 0.5rem; } .m-3 { margin: 1rem; } .m-4 { margin: 1.5rem; } .m-5 { margin: 3rem; } /* margin-right and padding right */ .mr-0 { margin-right: 0; } .mr-1 { margin-right: 0.25rem; } .mr-2 { margin-right: 0.5rem; } .mr-3 { margin-right: 1rem; } .mr-4 { margin-right: 1.5rem; } .mr-5 { margin-right: 3rem; } .pr-0 { padding-right: 0; } .pr-1 { padding-right: 0.25rem; } .pr-2 { padding-right: 0.5rem; } .pr-3 { padding-right: 1rem; } .pr-4 { padding-right: 1.5rem; } .pr-5 { padding-right: 3rem; } /* margin left and padding left */ .ml-0 { margin-left: 0; } .ml-1 { margin-left: 0.25rem; } .ml-2 { margin-left: 0.5rem; } .ml-3 { margin-left: 1rem; } .ml-4 { margin-left: 1.5rem; } .ml-5 { margin-left: 3rem; } .pl-0 { padding-left: 0; } .pl-1 { padding-left: 0.25rem; } .pl-2 { padding-left: 0.5rem; } .pl-3 { padding-left: 1rem; } .pl-4 { padding-left: 1.5rem; } .pl-5 { padding-left: 3rem; } /* margin top and padding top */ .mt-0 { margin-top: 0; } .mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; } .pt-0 { padding-top: 0; } .pt-1 { padding-top: 0.25rem; } .pt-2 { padding-top: 0.5rem; } .pt-3 { padding-top: 1rem; } .pt-4 { padding-top: 1.5rem; } .pt-5 { padding-top: 3rem; } /* margin bottom and padding bottom */ .mb-0 { margin-bottom: 0; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 1rem; } .mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; } .pb-0 { padding-bottom: 0; } .pb-1 { padding-bottom: 0.25rem; } .pb-2 { padding-bottom: 0.5rem; } .pb-3 { padding-bottom: 1rem; } .pb-4 { padding-bottom: 1.5rem; } .pb-5 { padding-bottom: 3rem; }
0.342681
0.088741
html { height: auto; min-height: 100%; } body { /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */ font-family: "Helvetica Neue",Helvetica; background-color: rgb(90, 90, 90); } .grid { height: 100%; margin: 0px auto; padding: 0px 15px; background-color: #F2F2F2; min-width: 600x; max-width: 1200px; } .row { overflow: hidden; padding: 10px 15px; width: auto; } .doc { font-size: 17px; margin: 0px auto; padding: 0px 15px; color: #444; float: left; width: 500px; } .doc pre { font-size: 12px; width: 500px; overflow-x: auto; overflow-y: hidden; } .code { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 12px; white-space: pre-wrap; overflow: hidden; margin: 0px auto; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset; border-radius: 10px; background-color: #373937; min-width: 400px; max-width: 800px; height: 100%; padding: 10px; } .code:hover a { -webkit-animation: yellow-fade 0.6s ease-in-out 1; -moz-animation: yellow-fade 0.6s ease-in-out 1; animation: yellow-fade 0.6s ease-in-out 1; } .code a { /* padding: 1px 2px; */ /* margin: -1px -2px; */ color: inherit; text-decoration: none; border-radius: 3px; background: linear-gradient(to bottom, rgba(255,255,255,.35) 0%,rgba(255,255,255,.05) 100%); } .code a:hover { background: linear-gradient(to bottom, rgba(255,255,0,.70) 0%,rgba(255,255,0,0.30) 100%); } /* ---------- nav --------------------------------*/ .tocs { border: solid 1px black; border-top: none; position: fixed; background: yellow; top: 0px; margin: 0px; left: 0px; width: 100px; height: 20px; } .tocs.active { width: 320px; } .tocs .active { display: block; } .toc-name { background: gray; float: left; margin: 0px 0px; width: 50px; text-align: center; height: 20px; } .tocs.active .toc-name { width: 160px; } .toc a { color: white; } .toc { background: #c0c0c0; position: absolute; overflow-y: scroll; height: 100px; width: 300px; top: 20px; display: none; } .node-body { display: none; } .toc { padding: 0px 10px; } /* ------- syntax highlighting -------------------*/ /* Pretty printing styles. Used with prettify.js. */ /* Vim sunburst theme by <NAME> */ .str, code .str { color: #65B042; } /* string - green */ .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */ .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */ .typ, code .typ { color: #89bdff; } /* type - light blue */ .lit, code .lit { color: #3387CC; } /* literal - blue */ .pun, code .pun { color: #fff; } /* punctuation - white */ .pln, code .pln { color: #fff; } /* plaintext - white */ .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */ .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */ .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */ .dec, code .dec { color: #3387CC; } /* decimal - blue */ @media print { .str, code .str { color: #060; } .kwd, code .kwd { color: #006; font-weight: bold; } .com, code .com { color: #600; font-style: italic; } .typ, code .typ { color: #404; font-weight: bold; } .lit, code .lit { color: #044; } .pun, code .pun { color: #440; } .pln, code .pln { color: #000; } .tag, code .tag { color: #006; font-weight: bold; } .atn, code .atn { color: #404; } .atv, code .atv { color: #060; } }
data/srcco.css
html { height: auto; min-height: 100%; } body { /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */ font-family: "Helvetica Neue",Helvetica; background-color: rgb(90, 90, 90); } .grid { height: 100%; margin: 0px auto; padding: 0px 15px; background-color: #F2F2F2; min-width: 600x; max-width: 1200px; } .row { overflow: hidden; padding: 10px 15px; width: auto; } .doc { font-size: 17px; margin: 0px auto; padding: 0px 15px; color: #444; float: left; width: 500px; } .doc pre { font-size: 12px; width: 500px; overflow-x: auto; overflow-y: hidden; } .code { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; font-size: 12px; white-space: pre-wrap; overflow: hidden; margin: 0px auto; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) inset; border-radius: 10px; background-color: #373937; min-width: 400px; max-width: 800px; height: 100%; padding: 10px; } .code:hover a { -webkit-animation: yellow-fade 0.6s ease-in-out 1; -moz-animation: yellow-fade 0.6s ease-in-out 1; animation: yellow-fade 0.6s ease-in-out 1; } .code a { /* padding: 1px 2px; */ /* margin: -1px -2px; */ color: inherit; text-decoration: none; border-radius: 3px; background: linear-gradient(to bottom, rgba(255,255,255,.35) 0%,rgba(255,255,255,.05) 100%); } .code a:hover { background: linear-gradient(to bottom, rgba(255,255,0,.70) 0%,rgba(255,255,0,0.30) 100%); } /* ---------- nav --------------------------------*/ .tocs { border: solid 1px black; border-top: none; position: fixed; background: yellow; top: 0px; margin: 0px; left: 0px; width: 100px; height: 20px; } .tocs.active { width: 320px; } .tocs .active { display: block; } .toc-name { background: gray; float: left; margin: 0px 0px; width: 50px; text-align: center; height: 20px; } .tocs.active .toc-name { width: 160px; } .toc a { color: white; } .toc { background: #c0c0c0; position: absolute; overflow-y: scroll; height: 100px; width: 300px; top: 20px; display: none; } .node-body { display: none; } .toc { padding: 0px 10px; } /* ------- syntax highlighting -------------------*/ /* Pretty printing styles. Used with prettify.js. */ /* Vim sunburst theme by <NAME> */ .str, code .str { color: #65B042; } /* string - green */ .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */ .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */ .typ, code .typ { color: #89bdff; } /* type - light blue */ .lit, code .lit { color: #3387CC; } /* literal - blue */ .pun, code .pun { color: #fff; } /* punctuation - white */ .pln, code .pln { color: #fff; } /* plaintext - white */ .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */ .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */ .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */ .dec, code .dec { color: #3387CC; } /* decimal - blue */ @media print { .str, code .str { color: #060; } .kwd, code .kwd { color: #006; font-weight: bold; } .com, code .com { color: #600; font-style: italic; } .typ, code .typ { color: #404; font-weight: bold; } .lit, code .lit { color: #044; } .pun, code .pun { color: #440; } .pln, code .pln { color: #000; } .tag, code .tag { color: #006; font-weight: bold; } .atn, code .atn { color: #404; } .atv, code .atv { color: #060; } }
0.535584
0.103658
div.top-border { border: 0px; border-top: 7px #a8001b solid; margin-bottom: 3px; margin-top: 0px; } header { border-top: 1px #000000 solid; border-bottom: 1px #000000 solid; background-color: #a8001b; } header h1 { text-align: center; color: #ffffff; margin-bottom: 20px; margin-top: 20px; } header h3 { color: #ffffff; margin-bottom: 10px; margin-top: 10px; } /* Search box wrapper style */ div#search-box-wrapper { margin-top: 20px; margin-bottom: 20px; } /* Search field wrapper style */ div#search-field-wrapper { padding-top: 20px; padding-bottom: 20px; /* margin-bottom: 25px; */ text-align: center; background-color: #a8001b; } div#search-field-wrapper button.loadGraph { margin-left: 15px ; } /* DOCUMENT TAG RELATED CSS */ /* tag filter wrapper style */ div#tag-filter-wrapper { overflow: auto; width: auto; padding-top: 3px; padding-bottom: 10px; padding-left: 15px; } /* big filter tag bar style */ .tagListElement { float: left; margin: 1px 1px; padding: 1px 8px 0 8px; font-size:14px; list-style-type:none; border-style: solid; border-width: 2px; border-radius: 5px; } .tagList { padding: 0; } .filterTagList { padding: 0; } .filterTagText { cursor: pointer; } .filterTagButton { cursor: pointer; } .documentTag { cursor: pointer; } /* little tag bar style */ .littleTagBar { overflow: auto; width: auto; padding-top: 3px; padding-bottom: 10px; } /* Search results wrapper style */ div#results-wrapper { /*height: 100vh;*/ overflow: auto; } div#empty-results { text-align: center ; font-size: 1.3em ; } div.result-container div p { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; } div.result-container div p { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; } div.result-container button.view-doc-btn { margin-left: 90%; } /* View document styles */ #document-wrapper, #document-wrapper .document-container{ overflow: auto; } .back-results-btn { position: absolute; right: 2%; z-index: 1000; margin-top: 20px; display:none; } #keyWordHighlighting { font-size:18px; } #document-wrapper div.document-container samp { white-space: pre-line; } /* Graph style */ div#graph-wrapper { border-right: 1px solid #cfcfcf; } div#graph-container { height: 400px; } /* loading animation */ .spinner { width: 250px; height: 250px; margin: 120px auto; background-color: #a8001b; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out; } @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } #graph-wrapper .graph-spinner { margin: 100px auto 0; width: 250px; text-align: center; position: absolute; left: 35%; top: 20%; z-index: 20; } #graph-wrapper .graph-spinner > div { width: 58px; height: 58px; background-color: rgba(168,0,27, 0.8); 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; } #graph-wrapper .graph-spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } #graph-wrapper .graph-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); } } /* Footer styles */ footer { border-top: 2px #000000 solid; margin-top: 25px; width: 100% } footer ul { list-style-type: none; display: table; margin: 0 auto; padding: 0; overflow: hidden; } footer ul li { float: left; text-align: center; padding: 16px; text-decoration: none; }
webapp/src/main/webapp/css/custom.css
div.top-border { border: 0px; border-top: 7px #a8001b solid; margin-bottom: 3px; margin-top: 0px; } header { border-top: 1px #000000 solid; border-bottom: 1px #000000 solid; background-color: #a8001b; } header h1 { text-align: center; color: #ffffff; margin-bottom: 20px; margin-top: 20px; } header h3 { color: #ffffff; margin-bottom: 10px; margin-top: 10px; } /* Search box wrapper style */ div#search-box-wrapper { margin-top: 20px; margin-bottom: 20px; } /* Search field wrapper style */ div#search-field-wrapper { padding-top: 20px; padding-bottom: 20px; /* margin-bottom: 25px; */ text-align: center; background-color: #a8001b; } div#search-field-wrapper button.loadGraph { margin-left: 15px ; } /* DOCUMENT TAG RELATED CSS */ /* tag filter wrapper style */ div#tag-filter-wrapper { overflow: auto; width: auto; padding-top: 3px; padding-bottom: 10px; padding-left: 15px; } /* big filter tag bar style */ .tagListElement { float: left; margin: 1px 1px; padding: 1px 8px 0 8px; font-size:14px; list-style-type:none; border-style: solid; border-width: 2px; border-radius: 5px; } .tagList { padding: 0; } .filterTagList { padding: 0; } .filterTagText { cursor: pointer; } .filterTagButton { cursor: pointer; } .documentTag { cursor: pointer; } /* little tag bar style */ .littleTagBar { overflow: auto; width: auto; padding-top: 3px; padding-bottom: 10px; } /* Search results wrapper style */ div#results-wrapper { /*height: 100vh;*/ overflow: auto; } div#empty-results { text-align: center ; font-size: 1.3em ; } div.result-container div p { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; } div.result-container div p { border-bottom: 1px solid #cfcfcf; padding-bottom: 15px; } div.result-container button.view-doc-btn { margin-left: 90%; } /* View document styles */ #document-wrapper, #document-wrapper .document-container{ overflow: auto; } .back-results-btn { position: absolute; right: 2%; z-index: 1000; margin-top: 20px; display:none; } #keyWordHighlighting { font-size:18px; } #document-wrapper div.document-container samp { white-space: pre-line; } /* Graph style */ div#graph-wrapper { border-right: 1px solid #cfcfcf; } div#graph-container { height: 400px; } /* loading animation */ .spinner { width: 250px; height: 250px; margin: 120px auto; background-color: #a8001b; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out; } @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0) } 100% { -webkit-transform: scale(1.0); opacity: 0; } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } } #graph-wrapper .graph-spinner { margin: 100px auto 0; width: 250px; text-align: center; position: absolute; left: 35%; top: 20%; z-index: 20; } #graph-wrapper .graph-spinner > div { width: 58px; height: 58px; background-color: rgba(168,0,27, 0.8); 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; } #graph-wrapper .graph-spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } #graph-wrapper .graph-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); } } /* Footer styles */ footer { border-top: 2px #000000 solid; margin-top: 25px; width: 100% } footer ul { list-style-type: none; display: table; margin: 0 auto; padding: 0; overflow: hidden; } footer ul li { float: left; text-align: center; padding: 16px; text-decoration: none; }
0.220175
0.046551
@charset "utf-8"; .openerp .oe_view_manager_view_calendar { position: relative; } .openerp .oe_calendar_table { margin-top: 10px; margin-left: 5px; } .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer { z-index: 10; } .openerp td.oe_calendar_sidebar_container { padding: 10px; } img.attendee_head { height: 18px; width: 18px; } .openerp .oe_calendar_table .attendee_head { float: right; margin-left: 1px; size: 18px !important; } .openerp .oe_calendar_table .cal_avatar { height: 24px; width: 24px; } .openerp .oe_calendar_table .cal_opacity { opacity: 0.6; } .openerp .oe_calendar_table .event_color_1 { background-color: #a4bdfc; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_2 { background-color: #7ae7bf; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_3 { background-color: #dbadff; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_4 { background-color: #ff887c; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_5 { background-color: #fbd75b; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_6 { background-color: #ffb878; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_7 { background-color: #46d6db; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_8 { background-color: #e1e1e1; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_9 { background-color: #5484ed; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_10 { background-color: #51b749; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_11 { background-color: #dc2127; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_1 { border-color: #ac725e; background-color: #ac725e; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_2 { border-color: #d06b64; background-color: #d06b64; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_3 { border-color: #f83a22; background-color: #f83a22; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_4 { border-color: #fa573c; background-color: #fa573c; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_5 { border-color: #ff7537; background-color: #ff7537; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_6 { border-color: #ffad46; background-color: #ffad46; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_7 { border-color: #42d692; background-color: #42d692; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_8 { border-color: #16a765; background-color: #16a765; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_9 { border-color: #7bd148; background-color: #7bd148; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_10 { border-color: #b3dc6c; background-color: #b3dc6c; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_11 { border-color: #fbe983; background-color: #fbe983; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_12 { border-color: #fad165; background-color: #fad165; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_13 { border-color: #92e1c0; background-color: #92e1c0; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_14 { border-color: #9fe1e7; background-color: #9fe1e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_15 { border-color: #9fc6e7; background-color: #9fc6e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_16 { border-color: #4986e7; background-color: #4986e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_17 { border-color: #9a9cff; background-color: #9a9cff; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_18 { border-color: #b99aff; background-color: #b99aff; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_19 { border-color: #c2c2c2; background-color: #c2c2c2; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_20 { border-color: #cabdbf; background-color: #cabdbf; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_21 { border-color: #cca6ac; background-color: #cca6ac; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_22 { border-color: #f691b2; background-color: #f691b2; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_23 { border-color: #cd74e6; background-color: #cd74e6; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_24 { border-color: #a47ae2; background-color: #a47ae2; color: #0d0d0d; } .openerp .oe_calendar_table .underline_ecolor_1 { border-bottom: 4px solid #a4bdfc; } .openerp .oe_calendar_table .underline_ecolor_2 { border-bottom: 4px solid #7ae7bf; } .openerp .oe_calendar_table .underline_ecolor_3 { border-bottom: 4px solid #dbadff; } .openerp .oe_calendar_table .underline_ecolor_4 { border-bottom: 4px solid #ff887c; } .openerp .oe_calendar_table .underline_ecolor_5 { border-bottom: 4px solid #fbd75b; } .openerp .oe_calendar_table .underline_ecolor_6 { border-bottom: 4px solid #ffb878; } .openerp .oe_calendar_table .underline_ecolor_7 { border-bottom: 4px solid #46d6db; } .openerp .oe_calendar_table .underline_ecolor_8 { border-bottom: 4px solid #e1e1e1; } .openerp .oe_calendar_table .underline_ecolor_9 { border-bottom: 4px solid #5484ed; } .openerp .oe_calendar_table .underline_ecolor_10 { border-bottom: 4px solid #51b749; } .openerp .oe_calendar_table .underline_ecolor_11 { border-bottom: 4px solid #dc2127; } .openerp .oe_calendar_table .underline_color_1 { border-bottom: 4px solid #ac725e; } .openerp .oe_calendar_table .underline_color_2 { border-bottom: 4px solid #d06b64; } .openerp .oe_calendar_table .underline_color_3 { border-bottom: 4px solid #f83a22; } .openerp .oe_calendar_table .underline_color_4 { border-bottom: 4px solid #fa573c; } .openerp .oe_calendar_table .underline_color_5 { border-bottom: 4px solid #ff7537; } .openerp .oe_calendar_table .underline_color_6 { border-bottom: 4px solid #ffad46; } .openerp .oe_calendar_table .underline_color_7 { border-bottom: 4px solid #42d692; } .openerp .oe_calendar_table .underline_color_8 { border-bottom: 4px solid #16a765; } .openerp .oe_calendar_table .underline_color_9 { border-bottom: 4px solid #7bd148; } .openerp .oe_calendar_table .underline_color_10 { border-bottom: 4px solid #b3dc6c; } .openerp .oe_calendar_table .underline_color_11 { border-bottom: 4px solid #fbe983; } .openerp .oe_calendar_table .underline_color_12 { border-bottom: 4px solid #fad165; } .openerp .oe_calendar_table .underline_color_13 { border-bottom: 4px solid #92e1c0; } .openerp .oe_calendar_table .underline_color_14 { border-bottom: 4px solid #9fe1e7; } .openerp .oe_calendar_table .underline_color_15 { border-bottom: 4px solid #9fc6e7; } .openerp .oe_calendar_table .underline_color_16 { border-bottom: 4px solid #4986e7; } .openerp .oe_calendar_table .underline_color_17 { border-bottom: 4px solid #9a9cff; } .openerp .oe_calendar_table .underline_color_18 { border-bottom: 4px solid #b99aff; } .openerp .oe_calendar_table .underline_color_19 { border-bottom: 4px solid #c2c2c2; } .openerp .oe_calendar_table .underline_color_20 { border-bottom: 4px solid #cabdbf; } .openerp .oe_calendar_table .underline_color_21 { border-bottom: 4px solid #cca6ac; } .openerp .oe_calendar_table .underline_color_22 { border-bottom: 4px solid #f691b2; } .openerp .oe_calendar_table .underline_color_23 { border-bottom: 4px solid #cd74e6; } .openerp .oe_calendar_table .underline_color_24 { border-bottom: 4px solid #a47ae2; } .openerp .oe_calendar_table .color_1 { color: #ac725e; } .openerp .oe_calendar_table .color_2 { color: #d06b64; } .openerp .oe_calendar_table .color_3 { color: #f83a22; } .openerp .oe_calendar_table .color_4 { color: #fa573c; } .openerp .oe_calendar_table .color_5 { color: #ff7537; } .openerp .oe_calendar_table .color_6 { color: #ffad46; } .openerp .oe_calendar_table .color_7 { color: #42d692; } .openerp .oe_calendar_table .color_8 { color: #16a765; } .openerp .oe_calendar_table .color_9 { color: #7bd148; } .openerp .oe_calendar_table .color_10 { color: #b3dc6c; } .openerp .oe_calendar_table .color_11 { color: #fbe983; } .openerp .oe_calendar_table .color_12 { color: #fad165; } .openerp .oe_calendar_table .color_13 { color: #92e1c0; } .openerp .oe_calendar_table .color_14 { color: #9fe1e7; } .openerp .oe_calendar_table .color_15 { color: #9fc6e7; } .openerp .oe_calendar_table .color_16 { color: #4986e7; } .openerp .oe_calendar_table .color_17 { color: #9a9cff; } .openerp .oe_calendar_table .color_18 { color: #b99aff; } .openerp .oe_calendar_table .color_19 { color: #c2c2c2; } .openerp .oe_calendar_table .color_20 { color: #cabdbf; } .openerp .oe_calendar_table .color_21 { color: #cca6ac; } .openerp .oe_calendar_table .color_22 { color: #f691b2; } .openerp .oe_calendar_table .color_23 { color: #cd74e6; } .openerp .oe_calendar_table .color_24 { color: #a47ae2; } .openerp .oe_calendar_table .oe_calendar_buttons_add_contact .add_contacts_link_btn { margin-top: 10px; }
web/addons/web_calendar/static/src/css/web_fullcalendar.css
@charset "utf-8"; .openerp .oe_view_manager_view_calendar { position: relative; } .openerp .oe_calendar_table { margin-top: 10px; margin-left: 5px; } .openerp .oe_searchview.oe_searchview_open_drawer .oe_searchview_drawer { z-index: 10; } .openerp td.oe_calendar_sidebar_container { padding: 10px; } img.attendee_head { height: 18px; width: 18px; } .openerp .oe_calendar_table .attendee_head { float: right; margin-left: 1px; size: 18px !important; } .openerp .oe_calendar_table .cal_avatar { height: 24px; width: 24px; } .openerp .oe_calendar_table .cal_opacity { opacity: 0.6; } .openerp .oe_calendar_table .event_color_1 { background-color: #a4bdfc; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_2 { background-color: #7ae7bf; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_3 { background-color: #dbadff; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_4 { background-color: #ff887c; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_5 { background-color: #fbd75b; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_6 { background-color: #ffb878; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_7 { background-color: #46d6db; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_8 { background-color: #e1e1e1; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_9 { background-color: #5484ed; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_10 { background-color: #51b749; color: #0d0d0d; } .openerp .oe_calendar_table .event_color_11 { background-color: #dc2127; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_1 { border-color: #ac725e; background-color: #ac725e; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_2 { border-color: #d06b64; background-color: #d06b64; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_3 { border-color: #f83a22; background-color: #f83a22; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_4 { border-color: #fa573c; background-color: #fa573c; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_5 { border-color: #ff7537; background-color: #ff7537; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_6 { border-color: #ffad46; background-color: #ffad46; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_7 { border-color: #42d692; background-color: #42d692; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_8 { border-color: #16a765; background-color: #16a765; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_9 { border-color: #7bd148; background-color: #7bd148; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_10 { border-color: #b3dc6c; background-color: #b3dc6c; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_11 { border-color: #fbe983; background-color: #fbe983; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_12 { border-color: #fad165; background-color: #fad165; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_13 { border-color: #92e1c0; background-color: #92e1c0; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_14 { border-color: #9fe1e7; background-color: #9fe1e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_15 { border-color: #9fc6e7; background-color: #9fc6e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_16 { border-color: #4986e7; background-color: #4986e7; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_17 { border-color: #9a9cff; background-color: #9a9cff; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_18 { border-color: #b99aff; background-color: #b99aff; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_19 { border-color: #c2c2c2; background-color: #c2c2c2; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_20 { border-color: #cabdbf; background-color: #cabdbf; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_21 { border-color: #cca6ac; background-color: #cca6ac; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_22 { border-color: #f691b2; background-color: #f691b2; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_23 { border-color: #cd74e6; background-color: #cd74e6; color: #0d0d0d; } .openerp .oe_calendar_table .calendar_color_24 { border-color: #a47ae2; background-color: #a47ae2; color: #0d0d0d; } .openerp .oe_calendar_table .underline_ecolor_1 { border-bottom: 4px solid #a4bdfc; } .openerp .oe_calendar_table .underline_ecolor_2 { border-bottom: 4px solid #7ae7bf; } .openerp .oe_calendar_table .underline_ecolor_3 { border-bottom: 4px solid #dbadff; } .openerp .oe_calendar_table .underline_ecolor_4 { border-bottom: 4px solid #ff887c; } .openerp .oe_calendar_table .underline_ecolor_5 { border-bottom: 4px solid #fbd75b; } .openerp .oe_calendar_table .underline_ecolor_6 { border-bottom: 4px solid #ffb878; } .openerp .oe_calendar_table .underline_ecolor_7 { border-bottom: 4px solid #46d6db; } .openerp .oe_calendar_table .underline_ecolor_8 { border-bottom: 4px solid #e1e1e1; } .openerp .oe_calendar_table .underline_ecolor_9 { border-bottom: 4px solid #5484ed; } .openerp .oe_calendar_table .underline_ecolor_10 { border-bottom: 4px solid #51b749; } .openerp .oe_calendar_table .underline_ecolor_11 { border-bottom: 4px solid #dc2127; } .openerp .oe_calendar_table .underline_color_1 { border-bottom: 4px solid #ac725e; } .openerp .oe_calendar_table .underline_color_2 { border-bottom: 4px solid #d06b64; } .openerp .oe_calendar_table .underline_color_3 { border-bottom: 4px solid #f83a22; } .openerp .oe_calendar_table .underline_color_4 { border-bottom: 4px solid #fa573c; } .openerp .oe_calendar_table .underline_color_5 { border-bottom: 4px solid #ff7537; } .openerp .oe_calendar_table .underline_color_6 { border-bottom: 4px solid #ffad46; } .openerp .oe_calendar_table .underline_color_7 { border-bottom: 4px solid #42d692; } .openerp .oe_calendar_table .underline_color_8 { border-bottom: 4px solid #16a765; } .openerp .oe_calendar_table .underline_color_9 { border-bottom: 4px solid #7bd148; } .openerp .oe_calendar_table .underline_color_10 { border-bottom: 4px solid #b3dc6c; } .openerp .oe_calendar_table .underline_color_11 { border-bottom: 4px solid #fbe983; } .openerp .oe_calendar_table .underline_color_12 { border-bottom: 4px solid #fad165; } .openerp .oe_calendar_table .underline_color_13 { border-bottom: 4px solid #92e1c0; } .openerp .oe_calendar_table .underline_color_14 { border-bottom: 4px solid #9fe1e7; } .openerp .oe_calendar_table .underline_color_15 { border-bottom: 4px solid #9fc6e7; } .openerp .oe_calendar_table .underline_color_16 { border-bottom: 4px solid #4986e7; } .openerp .oe_calendar_table .underline_color_17 { border-bottom: 4px solid #9a9cff; } .openerp .oe_calendar_table .underline_color_18 { border-bottom: 4px solid #b99aff; } .openerp .oe_calendar_table .underline_color_19 { border-bottom: 4px solid #c2c2c2; } .openerp .oe_calendar_table .underline_color_20 { border-bottom: 4px solid #cabdbf; } .openerp .oe_calendar_table .underline_color_21 { border-bottom: 4px solid #cca6ac; } .openerp .oe_calendar_table .underline_color_22 { border-bottom: 4px solid #f691b2; } .openerp .oe_calendar_table .underline_color_23 { border-bottom: 4px solid #cd74e6; } .openerp .oe_calendar_table .underline_color_24 { border-bottom: 4px solid #a47ae2; } .openerp .oe_calendar_table .color_1 { color: #ac725e; } .openerp .oe_calendar_table .color_2 { color: #d06b64; } .openerp .oe_calendar_table .color_3 { color: #f83a22; } .openerp .oe_calendar_table .color_4 { color: #fa573c; } .openerp .oe_calendar_table .color_5 { color: #ff7537; } .openerp .oe_calendar_table .color_6 { color: #ffad46; } .openerp .oe_calendar_table .color_7 { color: #42d692; } .openerp .oe_calendar_table .color_8 { color: #16a765; } .openerp .oe_calendar_table .color_9 { color: #7bd148; } .openerp .oe_calendar_table .color_10 { color: #b3dc6c; } .openerp .oe_calendar_table .color_11 { color: #fbe983; } .openerp .oe_calendar_table .color_12 { color: #fad165; } .openerp .oe_calendar_table .color_13 { color: #92e1c0; } .openerp .oe_calendar_table .color_14 { color: #9fe1e7; } .openerp .oe_calendar_table .color_15 { color: #9fc6e7; } .openerp .oe_calendar_table .color_16 { color: #4986e7; } .openerp .oe_calendar_table .color_17 { color: #9a9cff; } .openerp .oe_calendar_table .color_18 { color: #b99aff; } .openerp .oe_calendar_table .color_19 { color: #c2c2c2; } .openerp .oe_calendar_table .color_20 { color: #cabdbf; } .openerp .oe_calendar_table .color_21 { color: #cca6ac; } .openerp .oe_calendar_table .color_22 { color: #f691b2; } .openerp .oe_calendar_table .color_23 { color: #cd74e6; } .openerp .oe_calendar_table .color_24 { color: #a47ae2; } .openerp .oe_calendar_table .oe_calendar_buttons_add_contact .add_contacts_link_btn { margin-top: 10px; }
0.245085
0.084417
body, html { margin: 0; padding: 0; } body { font-family: Montserrat, sans-serif; text-align: center; } .section { margin: 5vh 5vw; padding: 3vh 3vw; } .section-title { font-size: 3em; font-weight: 800; text-transform: uppercase; color: #267530; } #title-section { margin: 0; padding-right: 0; padding-left: 0; padding-top: 1vh; padding-bottom: 1vh; background: #92e1f7; width: 100%; font-size: 2em; text-transform: uppercase; } #hero-section { margin: 0; display: flex; justify-content: center; align-items: center; background: url(https://komonews.com/resources/media/b7298a0f-4fa6-4f17-9aed-e8073f100abc-large16x9_seattle_skyline_challenge_143.jpg?1563284834048); background-size: cover; color: white; font-size: 3em; font-weight: 800; min-height: 60vh; width: 100%; padding: 0; } #about-us-section { height: 30vh; } #footer-section { margin: 0; background: #404040; color: white; font-weight: 800; width: 100%; padding-top: 4vh; padding-right: 0; padding-bottom: 4vh; padding-left: 0; height: 10vh; } /* DON'T TOUCH THIS! */ /* Your goal is to animate a one-page side, gradually bringing in all the components of the page using animations. At first, the header should slide and fade in from the left, followed by the hero section scaling up, the about us section expanding and fading in from the top, and finally, the footer section expanding and fading in from the left. There should be some delay between the animations, but they should still overlap for the most part. The page elements shouldn't be seen until their animations are played. Good luck! */ @keyframes left-expand { from {width: 50%; opacity: 0;} to {width: 100%; opacity: 1;} } @keyframes scale-up { from {transform: scale(0);} to {transform: scale(1);} } @keyframes top-expand { from {height: 15vh; opacity: 0;} to {height: 30vh; opacity: 1;} } #title-section { animation: left-expand 1s; } #hero-section { animation: scale-up 1s; animation-delay: 0.5s; animation-fill-mode: backwards; } #about-us-section { animation: top-expand 1s; animation-delay: 1s; animation-fill-mode: backwards; } #footer-section { animation: left-expand 1s; animation-delay: 1.5s; animation-fill-mode: backwards; }
02_CSS/Day6/index.css
body, html { margin: 0; padding: 0; } body { font-family: Montserrat, sans-serif; text-align: center; } .section { margin: 5vh 5vw; padding: 3vh 3vw; } .section-title { font-size: 3em; font-weight: 800; text-transform: uppercase; color: #267530; } #title-section { margin: 0; padding-right: 0; padding-left: 0; padding-top: 1vh; padding-bottom: 1vh; background: #92e1f7; width: 100%; font-size: 2em; text-transform: uppercase; } #hero-section { margin: 0; display: flex; justify-content: center; align-items: center; background: url(https://komonews.com/resources/media/b7298a0f-4fa6-4f17-9aed-e8073f100abc-large16x9_seattle_skyline_challenge_143.jpg?1563284834048); background-size: cover; color: white; font-size: 3em; font-weight: 800; min-height: 60vh; width: 100%; padding: 0; } #about-us-section { height: 30vh; } #footer-section { margin: 0; background: #404040; color: white; font-weight: 800; width: 100%; padding-top: 4vh; padding-right: 0; padding-bottom: 4vh; padding-left: 0; height: 10vh; } /* DON'T TOUCH THIS! */ /* Your goal is to animate a one-page side, gradually bringing in all the components of the page using animations. At first, the header should slide and fade in from the left, followed by the hero section scaling up, the about us section expanding and fading in from the top, and finally, the footer section expanding and fading in from the left. There should be some delay between the animations, but they should still overlap for the most part. The page elements shouldn't be seen until their animations are played. Good luck! */ @keyframes left-expand { from {width: 50%; opacity: 0;} to {width: 100%; opacity: 1;} } @keyframes scale-up { from {transform: scale(0);} to {transform: scale(1);} } @keyframes top-expand { from {height: 15vh; opacity: 0;} to {height: 30vh; opacity: 1;} } #title-section { animation: left-expand 1s; } #hero-section { animation: scale-up 1s; animation-delay: 0.5s; animation-fill-mode: backwards; } #about-us-section { animation: top-expand 1s; animation-delay: 1s; animation-fill-mode: backwards; } #footer-section { animation: left-expand 1s; animation-delay: 1.5s; animation-fill-mode: backwards; }
0.543348
0.086016
html{ height:100%; } body { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0) center fixed; background-size: cover; } header{ position: absolute; margin: 0; height: 110px; width: 100%; } header figure#usm{ display: inline; position: relative; float: left; width: intrinsic; } header figure#usm img{ width: 70%; } header h1{ display: inline; position: absolute; right: 200px; font-family: Calibri; font-size: 42px; color: dimgrey; } header figure#gym{ display: inline; float:right; position: relative; } nav{ position: absolute; margin:0; top: 120px; height: 40px; width: 100%; background: dimgrey; } nav figure#home{ display: inline; position: relative; float: left; margin: 0; top: 8px; left: 10px; } nav figure#home img{ width: 60%; } nav ul { top: 12%; left: 5%; width: 94%; position: absolute; list-style-type: none; margin: 0; padding: 0; overflow: hidden; } nav li { display: inline; color: white; padding: 9px 10px; text-decoration: none; font-family: "Calibri"; } nav li a{ font-family: "Calibri"; color: white; text-align: center; padding: 14px 5px; text-decoration: none; } nav li button{ border: none; position: relative; background: orange; color: white; left: 60%; padding: 4px; z-index: 1; font-family: "Calibri"; } nav li button:hover { background-color: deepskyblue; } section#title{ position: absolute; display: table; width: 70%; top: 23%; } p{ position: absolute; width: 20%; left: 66%; top: 40%; font-size: 2vw; font-family: "Calibri"; color: dimgray; z-index: 1; } section#title h1{ text-align: left; font-family: Calibri; color: dimgrey; font-size: 30pt; position: relative; left: 5%; } div#tabla{ position: absolute; width: 40.5%; top: 46.5%; background-color: darkgray; font-size: 2vw; font-family: "Arial"; color: dimgray; text-align: center; z-index: 1; left: 8%; } section#description{ position: absolute; background: lightgray; bottom: 6.2%; width: 100%; height: 57%; } .tg { border-collapse:collapse; border-spacing:0; border-color:#aabcfe; position: absolute; width: 40.5%; left: 8%; top: 25%; } .tg td{ font-family:Arial, sans-serif; font-size:14px; padding:10px 20px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#aabcfe; color:#669;background-color:#e8edff; border-top-width:1px; border-bottom-width:1px; } .tg th{ font-family:Arial, sans-serif; font-size:14px; font-weight:normal;padding:10px 20px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal;border-color:#aabcfe;color:#039; background-color:#b9c9fe;border-top-width:1px;border-bottom-width:1px;} .tg .tg-ko48{background-color:#b9c9fe;color:#000000;vertical-align:top} .tg .tg-3x04{background-color:#ffffff;color:#656565;vertical-align:top} .tg .tg-liik{background-color:#b9c9fe;vertical-align:top} .tg .tg-5jp5{background-color:#ffffff;color:#656565;vertical-align:top} section#description div#botones{ position: relative; background-color: darkgray; top: 35%; width: 30%; height: 50%; left: 60%; } section#description div#left{ position: absolute; display: inline; text-align: center; top: 20px; left: 0; width: 33.3%; height: 350px; } section#description div#center a{ position: absolute; display: inline; top: 10%; left: 10%; width: 30%; height: 65%; } section#description div#center h2{ position: absolute; display: inline; color: dimgray; top: 70%; left: -11%; width: 20%; height: 15%; } /* section#description div#center img{ width: 90%; height: 100%; } */ section#description div#right a{ position: absolute; display: inline; top: 10%; right: 10%; width: 30%; height: 65%; } section#description div#right h2{ position: absolute; display: inline; color: dimgray; top: 70%; left: 39%; width: 20%; height: 15%; } section#description div h2{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-size: 15pt; font-family: Calibri; color: dimgrey; } section#description div p{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-family: Calibri; color: dimgrey; } section#description div h3{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-size: 12pt; font-family: Calibri; color: dimgrey; } footer{ position: absolute; background: dimgrey; margin: 0; padding: 0; display: table; width: 100%; height: 6.2%; bottom: 0%; } footer h1{ display: table-cell; text-align: center; vertical-align: middle; font-size: 20px; color: white; font-family: "Calibri"; }
public/css/MisReservas.css
html{ height:100%; } body { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0) center fixed; background-size: cover; } header{ position: absolute; margin: 0; height: 110px; width: 100%; } header figure#usm{ display: inline; position: relative; float: left; width: intrinsic; } header figure#usm img{ width: 70%; } header h1{ display: inline; position: absolute; right: 200px; font-family: Calibri; font-size: 42px; color: dimgrey; } header figure#gym{ display: inline; float:right; position: relative; } nav{ position: absolute; margin:0; top: 120px; height: 40px; width: 100%; background: dimgrey; } nav figure#home{ display: inline; position: relative; float: left; margin: 0; top: 8px; left: 10px; } nav figure#home img{ width: 60%; } nav ul { top: 12%; left: 5%; width: 94%; position: absolute; list-style-type: none; margin: 0; padding: 0; overflow: hidden; } nav li { display: inline; color: white; padding: 9px 10px; text-decoration: none; font-family: "Calibri"; } nav li a{ font-family: "Calibri"; color: white; text-align: center; padding: 14px 5px; text-decoration: none; } nav li button{ border: none; position: relative; background: orange; color: white; left: 60%; padding: 4px; z-index: 1; font-family: "Calibri"; } nav li button:hover { background-color: deepskyblue; } section#title{ position: absolute; display: table; width: 70%; top: 23%; } p{ position: absolute; width: 20%; left: 66%; top: 40%; font-size: 2vw; font-family: "Calibri"; color: dimgray; z-index: 1; } section#title h1{ text-align: left; font-family: Calibri; color: dimgrey; font-size: 30pt; position: relative; left: 5%; } div#tabla{ position: absolute; width: 40.5%; top: 46.5%; background-color: darkgray; font-size: 2vw; font-family: "Arial"; color: dimgray; text-align: center; z-index: 1; left: 8%; } section#description{ position: absolute; background: lightgray; bottom: 6.2%; width: 100%; height: 57%; } .tg { border-collapse:collapse; border-spacing:0; border-color:#aabcfe; position: absolute; width: 40.5%; left: 8%; top: 25%; } .tg td{ font-family:Arial, sans-serif; font-size:14px; padding:10px 20px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal; border-color:#aabcfe; color:#669;background-color:#e8edff; border-top-width:1px; border-bottom-width:1px; } .tg th{ font-family:Arial, sans-serif; font-size:14px; font-weight:normal;padding:10px 20px; border-style:solid; border-width:0px; overflow:hidden; word-break:normal;border-color:#aabcfe;color:#039; background-color:#b9c9fe;border-top-width:1px;border-bottom-width:1px;} .tg .tg-ko48{background-color:#b9c9fe;color:#000000;vertical-align:top} .tg .tg-3x04{background-color:#ffffff;color:#656565;vertical-align:top} .tg .tg-liik{background-color:#b9c9fe;vertical-align:top} .tg .tg-5jp5{background-color:#ffffff;color:#656565;vertical-align:top} section#description div#botones{ position: relative; background-color: darkgray; top: 35%; width: 30%; height: 50%; left: 60%; } section#description div#left{ position: absolute; display: inline; text-align: center; top: 20px; left: 0; width: 33.3%; height: 350px; } section#description div#center a{ position: absolute; display: inline; top: 10%; left: 10%; width: 30%; height: 65%; } section#description div#center h2{ position: absolute; display: inline; color: dimgray; top: 70%; left: -11%; width: 20%; height: 15%; } /* section#description div#center img{ width: 90%; height: 100%; } */ section#description div#right a{ position: absolute; display: inline; top: 10%; right: 10%; width: 30%; height: 65%; } section#description div#right h2{ position: absolute; display: inline; color: dimgray; top: 70%; left: 39%; width: 20%; height: 15%; } section#description div h2{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-size: 15pt; font-family: Calibri; color: dimgrey; } section#description div p{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-family: Calibri; color: dimgrey; } section#description div h3{ width: 50%; margin: 0; margin-left: 25%; margin-right: 25%; font-size: 12pt; font-family: Calibri; color: dimgrey; } footer{ position: absolute; background: dimgrey; margin: 0; padding: 0; display: table; width: 100%; height: 6.2%; bottom: 0%; } footer h1{ display: table-cell; text-align: center; vertical-align: middle; font-size: 20px; color: white; font-family: "Calibri"; }
0.576661
0.077797
BODY { font-size: 1em; font-weight: normal; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .58; } P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU { /* inherit from body */ } SMALL { font-size: .92em; } BIG { font-size: 1.17em; } PRE { font-family: 'Monotype.com', Courier New, monospace; } OL LI { list-style-type: decimal; } OL OL LI { list-style-type: lower-alpha; } OL OL OL LI { list-style-type: lower-roman; } TABLE, TBODY, TR, TD { font-size: 1em; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .58; } /* end body type */ /* begin header type */ /* 2 - serif a */ H1 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 2.0em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H2 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.75em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H3 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.58em; font-weight: 600; font-style: italic; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H4 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.33em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H5, DT { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.17em; font-weight: 600; font-style: italic; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H6 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1em; font-weight: 700; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: .1em; text-transform: small-caps } TFOOT, THEAD { font-size: 1em; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; } TH { vertical-align: baseline; font-size: 1em; font-weight: bold; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; } HR { visibility: visible; } /* end header type */ /* begin affordances */ /* 7 - rubric */ A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { word-spacing: normal; letter-spacing: normal; text-transform: none; text-decoration: none; border-color: #999; border-style: none; } BODY { color: black; background: #FFFFF5; } EM { font-style: normal; font-weight: bold; color: black; background: #FFFFF5; } STRONG { font-style: italic; background: #FFFFF5; font-weight: bold; color: black; } EM STRONG, STRONG EM { text-transform: uppercase; font-style: normal; font-weight: bolder; background: #FFFFF5; color: black; } B { font-weight: bold; } I { font-style: italic; } .warning { text-transform: none; font-style: normal; font-weight: bolder; background: #FF0; color: red; } DEL { text-decoration: line-through; background: #FC6; } INS { text-decoration: none; background: 9F3; } VAR, CITE, DFN, .note { font-style: italic; } ADDRESS { font-style: normal; letter-spacing: .1em; } ACRONYM { font-variant: small-caps; letter-spacing: 0.1em; } H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT { color: #C00; background: #FFFFF5; } HR { color: black; } #colophon { display: none; } COL, COLGROUP, TABLE, TBODY, TD, TR { color: black; text-decoration: none; border-color: black; border-style: none; background: #FFFFF5; } A:link { text-decoration: none; font-weight: bold; color: #33F; background: #FFFFF5; } A:visited { text-decoration: none; font-weight: bold; color: #93C; background: #FFFFF5; } A:active { text-decoration: none; font-weight: bold; color: black; background: #CCF; } A:hover { text-decoration: none; color: #FFFFF5; background: #33F; } A.offsite { text-decoration: none; font-weight: normal; color: #33F; background: #FFFFF5; } /* end affordances */ /* begin vertical */ /* 1 - pentatonic a */ A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT, U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; vertical-align: baseline; } BODY { line-height: 1.58em; } DIV > P:first-child, BODY > P:first-child, TD > P:first-child { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H1, H2, H3, H4, H5, H6 { line-height: 1.33em; } H1 { margin-top: 1.33em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H2 { margin-top: 1.75em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H3 { margin-top: 1.58em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H4 { margin-top: 1.33em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H5 { margin-top: 1.17em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H6 { margin-top: 1em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } P { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } DT { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } DD { margin-top: 0; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6 { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } LI { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } ADDRESS { margin-top: 1.58em; margin-bottom: 1.58em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } PRE { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; line-height: 1.25em; } HR { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; height: 1px; } DIV, CENTER { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } .subhead { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } .stb { margin-top: 2.17em; margin-bottom: .75em; padding-top: 2.17em; padding-bottom: 0; border-top: 0; border-bottom: 0; border-style: solid } .mtb { margin-top: 3.08em; margin-bottom: .75em; padding-top: 3.08em; padding-bottom: 0; border-top: .1em; border-bottom: 0; border-style: solid } .ltb { margin-top: 4.34em; margin-bottom: .75em; padding-top: 4.34em; padding-bottom: 0; border-top: .25em; border-bottom: 0; border-style: solid } COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } TD, TH { line-height: 1.33em; } /* end vertical */ /* begin horizontal */ /* 1 - compact */ A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT, U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; float: none; clear: none; list-style-position: outside; } ADDRESS, BLOCKQUOTE, DL, FIELDSET, FORM, OL, P, UL, DIR, HR, MENU, PRE { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DIV > P:first-child, BODY > P:first-child, TD > P:first-child { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; text-indent: 0; } H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; text-indent: 0; } H1 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H2 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H3 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H4 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H5 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H6 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } P { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-indent: 0; } BLOCKQUOTE { margin-left: 1.58em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } ADDRESS { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } PRE { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } LI { margin-left: 3.16em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DT { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DD { margin-left: 1.58em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } HR { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; width: 100%; } CENTER { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; float: none; clear: none; } TABLE { text-align: left; } TD { text-align: left; } TH { text-align: left; } CAPTION { text-align: left; } /* end horizontal */ /* begin body box */ /* 5 - 'ninths symmetric' */ BODY { margin-top: 1.58em; margin-left: 11%; margin-right: 8%; margin-bottom: 1.58em; padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 0; border-top: 0; border-left: 0; border-bottom: 0; border-right: 0; width: auto; } /* end body box */
third_party/blink/web_tests/tables/mozilla/bugs/bug2886-2.css
BODY { font-size: 1em; font-weight: normal; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .58; } P, BLOCKQUOTE, UL, OL, DL, DD, LI, DIR, MENU { /* inherit from body */ } SMALL { font-size: .92em; } BIG { font-size: 1.17em; } PRE { font-family: 'Monotype.com', Courier New, monospace; } OL LI { list-style-type: decimal; } OL OL LI { list-style-type: lower-alpha; } OL OL OL LI { list-style-type: lower-roman; } TABLE, TBODY, TR, TD { font-size: 1em; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Verdana, Myriad Web, Syntax, sans-serif; font-size-adjust: .58; } /* end body type */ /* begin header type */ /* 2 - serif a */ H1 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 2.0em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H2 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.75em; font-weight: 500; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H3 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.58em; font-weight: 600; font-style: italic; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H4 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.33em; font-weight: 600; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H5, DT { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1.17em; font-weight: 600; font-style: italic; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } H6 { font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; font-size: 1em; font-weight: 700; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: .1em; text-transform: small-caps } TFOOT, THEAD { font-size: 1em; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; } TH { vertical-align: baseline; font-size: 1em; font-weight: bold; word-spacing: normal; letter-spacing: normal; text-transform: none; font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif; font-size-adjust: .4; } HR { visibility: visible; } /* end header type */ /* begin affordances */ /* 7 - rubric */ A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { word-spacing: normal; letter-spacing: normal; text-transform: none; text-decoration: none; border-color: #999; border-style: none; } BODY { color: black; background: #FFFFF5; } EM { font-style: normal; font-weight: bold; color: black; background: #FFFFF5; } STRONG { font-style: italic; background: #FFFFF5; font-weight: bold; color: black; } EM STRONG, STRONG EM { text-transform: uppercase; font-style: normal; font-weight: bolder; background: #FFFFF5; color: black; } B { font-weight: bold; } I { font-style: italic; } .warning { text-transform: none; font-style: normal; font-weight: bolder; background: #FF0; color: red; } DEL { text-decoration: line-through; background: #FC6; } INS { text-decoration: none; background: 9F3; } VAR, CITE, DFN, .note { font-style: italic; } ADDRESS { font-style: normal; letter-spacing: .1em; } ACRONYM { font-variant: small-caps; letter-spacing: 0.1em; } H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT { color: #C00; background: #FFFFF5; } HR { color: black; } #colophon { display: none; } COL, COLGROUP, TABLE, TBODY, TD, TR { color: black; text-decoration: none; border-color: black; border-style: none; background: #FFFFF5; } A:link { text-decoration: none; font-weight: bold; color: #33F; background: #FFFFF5; } A:visited { text-decoration: none; font-weight: bold; color: #93C; background: #FFFFF5; } A:active { text-decoration: none; font-weight: bold; color: black; background: #CCF; } A:hover { text-decoration: none; color: #FFFFF5; background: #33F; } A.offsite { text-decoration: none; font-weight: normal; color: #33F; background: #FFFFF5; } /* end affordances */ /* begin vertical */ /* 1 - pentatonic a */ A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT, U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; vertical-align: baseline; } BODY { line-height: 1.58em; } DIV > P:first-child, BODY > P:first-child, TD > P:first-child { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H1, H2, H3, H4, H5, H6 { line-height: 1.33em; } H1 { margin-top: 1.33em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H2 { margin-top: 1.75em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H3 { margin-top: 1.58em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H4 { margin-top: 1.33em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H5 { margin-top: 1.17em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } H6 { margin-top: 1em; margin-bottom: .33em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } P { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } BLOCKQUOTE, FIELDSET, FORM, UL, OL, DL, DIR, MENU { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } DT { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } DD { margin-top: 0; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6 { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } LI { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } ADDRESS { margin-top: 1.58em; margin-bottom: 1.58em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } PRE { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; line-height: 1.25em; } HR { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; height: 1px; } DIV, CENTER { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } .subhead { margin-top: .75em; margin-bottom: .75em; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } .stb { margin-top: 2.17em; margin-bottom: .75em; padding-top: 2.17em; padding-bottom: 0; border-top: 0; border-bottom: 0; border-style: solid } .mtb { margin-top: 3.08em; margin-bottom: .75em; padding-top: 3.08em; padding-bottom: 0; border-top: .1em; border-bottom: 0; border-style: solid } .ltb { margin-top: 4.34em; margin-bottom: .75em; padding-top: 4.34em; padding-bottom: 0; border-top: .25em; border-bottom: 0; border-style: solid } COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } TD, TH { line-height: 1.33em; } /* end vertical */ /* begin horizontal */ /* 1 - compact */ A, ADDRESS, BLOCKQUOTE, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT, U, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; float: none; clear: none; list-style-position: outside; } ADDRESS, BLOCKQUOTE, DL, FIELDSET, FORM, OL, P, UL, DIR, HR, MENU, PRE { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DIV > P:first-child, BODY > P:first-child, TD > P:first-child { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; text-indent: 0; } H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P, DIV + P, P.initial { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; text-indent: 0; } H1 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H2 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H3 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H4 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H5 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } H6 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } P { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-indent: 0; } BLOCKQUOTE { margin-left: 1.58em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } ADDRESS { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } PRE { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } LI { margin-left: 3.16em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DT { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } DD { margin-left: 1.58em; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } UL UL, OL OL, LI ADDRESS, LI DL, LI OL, LI P, LI UL, LI DIR, LI HR, LI MENU, LI PRE, LI H1, LI H2, LI H3, LI H4, LI H5, LI H6, DD ADDRESS, DD DL, DD OL, DD P, DD UL, DD DIR, DD HR, DD MENU, DD PRE, DD H1, DD H2, DD H3, DD H4, DD H5, DD H6 { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; } HR { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; width: 100%; } CENTER { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; text-align: left; } COL, COLGROUP, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; border-left: 0; border-right: 0; float: none; clear: none; } TABLE { text-align: left; } TD { text-align: left; } TH { text-align: left; } CAPTION { text-align: left; } /* end horizontal */ /* begin body box */ /* 5 - 'ninths symmetric' */ BODY { margin-top: 1.58em; margin-left: 11%; margin-right: 8%; margin-bottom: 1.58em; padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 0; border-top: 0; border-left: 0; border-bottom: 0; border-right: 0; width: auto; } /* end body box */
0.167797
0.064036
@font-face { font-family: 'Dosis-Regular'; font-weight: normal; src: url('../fonts/dosis/Dosis-Regular.woff') format('woff'), url('../fonts/dosis/Dosis-Regular.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Light'; font-weight: 300; src: url('../fonts/dosis/Dosis-Light.woff') format('woff'), url('../fonts/dosis/Dosis-Light.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Medium'; font-weight: 500; src: url('../fonts/dosis/Dosis-Medium.woff') format('woff'), url('../fonts/dosis/Dosis-Medium.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Bold'; font-weight: bold; src: url('../fonts/dosis/Dosis-Bold.woff') format('woff'), url('../fonts/dosis/Dosis-Bold.woff2') format('woff2'); } /* Font-family for body text (Helvetica */ @font-face { font-family: 'Helvetica'; font-weight: normal; src: url('../fonts/helvetica/Helvetica.woff') format('woff'), url('../fonts/helvetica/Helvetica.woff2') format('woff2'); } @font-face { font-family: 'Helvetica-Light'; font-weight: 300; src: url('../fonts/helvetica/Helvetica-Light.woff') format('woff'), url('../fonts/helvetica/Helvetica-Light.woff2') format('woff2'); } @font-face { font-family: 'Helvetica-Bold'; font-weight: bold; src: url('../fonts/helvetica/Helvetica-Bold.woff') format('woff'), url('../fonts/helvetica/Helvetica-Bold.woff2') format('woff2'); } :root { /* Color "Palette" */ --white: #eeeeee; --gray: #a6a6a6; --black: #1a1a1a; --main: #162133; --accent-blue: #007edb; --accent-orange: #ff9432; /* Font Families */ --font-header: 'Dosis-Bold', Verdana, sans-serif; --font-content: 'Helvetica', Arial, sans-serif; } html { font-size: 16px; } * { box-sizing: border-box; scroll-behavior: smooth; } body { margin: 0; padding: 0; } section { width: 100vw; height: 100vh; position: relative; transition: 1.2s; } .bg-image { position: absolute; height: 100vh; width: 100vw; } .bg-image img { height: 100%; width: 100%; object-fit: cover; } .displayNone { display: none; } .sectionActive { animation: fadeIn 2s both; } @keyframes fadeIn { from { transform: translateY(200px); opacity: 0; } to { transform: translateY(0px); opacity: 1; } } .delayFadeIn { animation: fadeIn 2s 2s both; } .scrollKeeper { height: 1px; content: ''; } @media only screen and (min-width: 800px) { .section-2 h1 { text-align: left; padding-top: 10vh; margin-left: 5vw; } .section-2 .content-box { margin-left: 60%; } }
public/css/main.css
@font-face { font-family: 'Dosis-Regular'; font-weight: normal; src: url('../fonts/dosis/Dosis-Regular.woff') format('woff'), url('../fonts/dosis/Dosis-Regular.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Light'; font-weight: 300; src: url('../fonts/dosis/Dosis-Light.woff') format('woff'), url('../fonts/dosis/Dosis-Light.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Medium'; font-weight: 500; src: url('../fonts/dosis/Dosis-Medium.woff') format('woff'), url('../fonts/dosis/Dosis-Medium.woff2') format('woff2'); } @font-face { font-family: 'Dosis-Bold'; font-weight: bold; src: url('../fonts/dosis/Dosis-Bold.woff') format('woff'), url('../fonts/dosis/Dosis-Bold.woff2') format('woff2'); } /* Font-family for body text (Helvetica */ @font-face { font-family: 'Helvetica'; font-weight: normal; src: url('../fonts/helvetica/Helvetica.woff') format('woff'), url('../fonts/helvetica/Helvetica.woff2') format('woff2'); } @font-face { font-family: 'Helvetica-Light'; font-weight: 300; src: url('../fonts/helvetica/Helvetica-Light.woff') format('woff'), url('../fonts/helvetica/Helvetica-Light.woff2') format('woff2'); } @font-face { font-family: 'Helvetica-Bold'; font-weight: bold; src: url('../fonts/helvetica/Helvetica-Bold.woff') format('woff'), url('../fonts/helvetica/Helvetica-Bold.woff2') format('woff2'); } :root { /* Color "Palette" */ --white: #eeeeee; --gray: #a6a6a6; --black: #1a1a1a; --main: #162133; --accent-blue: #007edb; --accent-orange: #ff9432; /* Font Families */ --font-header: 'Dosis-Bold', Verdana, sans-serif; --font-content: 'Helvetica', Arial, sans-serif; } html { font-size: 16px; } * { box-sizing: border-box; scroll-behavior: smooth; } body { margin: 0; padding: 0; } section { width: 100vw; height: 100vh; position: relative; transition: 1.2s; } .bg-image { position: absolute; height: 100vh; width: 100vw; } .bg-image img { height: 100%; width: 100%; object-fit: cover; } .displayNone { display: none; } .sectionActive { animation: fadeIn 2s both; } @keyframes fadeIn { from { transform: translateY(200px); opacity: 0; } to { transform: translateY(0px); opacity: 1; } } .delayFadeIn { animation: fadeIn 2s 2s both; } .scrollKeeper { height: 1px; content: ''; } @media only screen and (min-width: 800px) { .section-2 h1 { text-align: left; padding-top: 10vh; margin-left: 5vw; } .section-2 .content-box { margin-left: 60%; } }
0.515376
0.071949
.newPollBtn:hover, .myPollsBtn:hover, .topBanner:hover{ color: white; /*background-color: #605252;*/ background-color: #292323; } .sideBarTop:hover { /*background-color: #e65c00;*/ background-color: #cc2900; } .topBanner { width: 100%; height: 85px; margin-left: 7.5%; background-color: #423535; color: white; font-family: Georgia; font-style: italic; text-align: center; position: absolute; border-bottom: 1px solid black; top: 0px; left: 0px; right: 0px; } .sideBar { width: 15%; min-width: 75px; height: 100%; background-color: #423535; border-right: 1px solid black; position: absolute; left: 0px; top: 0px; } .sideBarTop { height: 85px; font-family: Georgia; font-weight: bold; /*background-color: #711F1F;*/ background-color: #b30000; text-align: center; border-bottom: solid 1px black; color: white; font-size: 18px; } .logintext{ padding: 2px; margin: 2px; } .newPollBtn { text-align: center; font-family: 'Georgia'; font-weight: bold; padding: 7px; color: black; background-color: #4C4141; border-bottom: solid 1px black; font-size: 20px; } span{ vertical-align: middle; } .myPollsBtn { text-align: center; font-family: 'Georgia'; font-weight: bold; padding: 7px; color: black; background-color: #4C4141; border-bottom: solid 1px black; font-size: 20px; } .pollContainer { /*overflow: auto;*/ height: auto; /*height: 1%;*/ /*height: 700px;*/ /*min-height: 100vh;*/ /*width: 500px;*/ /*height: 0%;*/ background-color: #4C4141; /*margin-left: 20%;*/ padding: 4px; margin-top: 105px; margin-left: 27.5%; border-style: 1px solid black; border-radius: 10px; width: 60% } #innerText{ color: white; } #titleLink{ color: white; text-decoration: 'none'; } #pollTitleInput{ width: 50%; } #pollOptionsInput{ width: 50%; } .login { height: 500px; margin-left: 27.5%; margin-top: 105px; width: 60%; background-color: black; color: white; } .pollList{ text-align: center; padding: 1px; color: black; /*margin-top: 85px;*/ /*margin-left: 43.5%;*/ height: auto; /*width: 400px;*/ /* border: solid 1px black; */ } .pollDisplay { /*margin: 1px;*/ text-align: center; font-family: 'Copperplate'; width: 60%; height: auto; margin-left: 20%; border: 2px solid black; border-radius: 5px; background-color: lightgrey; color: black; } .pollDisplay:hover { background-color: #999999; } .newPoll { color: white; text-align: center; } .submitNewBtn { background-color: #b30000; color: white; border-style: 1px solid black; border-radius: 3px; padding: 8px; margin: 2px; } .submitNewBtn:hover { background-color: #cc2900; } .votePoll{ color: white; text-align: center; } .chartContainer{ /*background-color: #292323;*/ color:black; width: 60%; /*height: 400px;*/ border-radius: 5px; margin: auto; text-align: center; } .myPolls { text-align: center; color: white; } .displayUser { margin-top: 85px; text-align: center; } .welcomeUser{ text-align: center; color: white; border-bottom: 1px solid black; } .twitterBtn { background-color: #1a8bf0; border-radius: 5px; color: white; margin: 4px; padding: 5px; }
react-ui/src/App.css
.newPollBtn:hover, .myPollsBtn:hover, .topBanner:hover{ color: white; /*background-color: #605252;*/ background-color: #292323; } .sideBarTop:hover { /*background-color: #e65c00;*/ background-color: #cc2900; } .topBanner { width: 100%; height: 85px; margin-left: 7.5%; background-color: #423535; color: white; font-family: Georgia; font-style: italic; text-align: center; position: absolute; border-bottom: 1px solid black; top: 0px; left: 0px; right: 0px; } .sideBar { width: 15%; min-width: 75px; height: 100%; background-color: #423535; border-right: 1px solid black; position: absolute; left: 0px; top: 0px; } .sideBarTop { height: 85px; font-family: Georgia; font-weight: bold; /*background-color: #711F1F;*/ background-color: #b30000; text-align: center; border-bottom: solid 1px black; color: white; font-size: 18px; } .logintext{ padding: 2px; margin: 2px; } .newPollBtn { text-align: center; font-family: 'Georgia'; font-weight: bold; padding: 7px; color: black; background-color: #4C4141; border-bottom: solid 1px black; font-size: 20px; } span{ vertical-align: middle; } .myPollsBtn { text-align: center; font-family: 'Georgia'; font-weight: bold; padding: 7px; color: black; background-color: #4C4141; border-bottom: solid 1px black; font-size: 20px; } .pollContainer { /*overflow: auto;*/ height: auto; /*height: 1%;*/ /*height: 700px;*/ /*min-height: 100vh;*/ /*width: 500px;*/ /*height: 0%;*/ background-color: #4C4141; /*margin-left: 20%;*/ padding: 4px; margin-top: 105px; margin-left: 27.5%; border-style: 1px solid black; border-radius: 10px; width: 60% } #innerText{ color: white; } #titleLink{ color: white; text-decoration: 'none'; } #pollTitleInput{ width: 50%; } #pollOptionsInput{ width: 50%; } .login { height: 500px; margin-left: 27.5%; margin-top: 105px; width: 60%; background-color: black; color: white; } .pollList{ text-align: center; padding: 1px; color: black; /*margin-top: 85px;*/ /*margin-left: 43.5%;*/ height: auto; /*width: 400px;*/ /* border: solid 1px black; */ } .pollDisplay { /*margin: 1px;*/ text-align: center; font-family: 'Copperplate'; width: 60%; height: auto; margin-left: 20%; border: 2px solid black; border-radius: 5px; background-color: lightgrey; color: black; } .pollDisplay:hover { background-color: #999999; } .newPoll { color: white; text-align: center; } .submitNewBtn { background-color: #b30000; color: white; border-style: 1px solid black; border-radius: 3px; padding: 8px; margin: 2px; } .submitNewBtn:hover { background-color: #cc2900; } .votePoll{ color: white; text-align: center; } .chartContainer{ /*background-color: #292323;*/ color:black; width: 60%; /*height: 400px;*/ border-radius: 5px; margin: auto; text-align: center; } .myPolls { text-align: center; color: white; } .displayUser { margin-top: 85px; text-align: center; } .welcomeUser{ text-align: center; color: white; border-bottom: 1px solid black; } .twitterBtn { background-color: #1a8bf0; border-radius: 5px; color: white; margin: 4px; padding: 5px; }
0.318273
0.058939
.blue { background-color: #1d8cff; border-bottom-right-radius: 98%; } .blue:hover { background-color: #1dacff } .controls { background-color: #edeaed; border-color: #343132; border-radius: 50%; border-style: solid; border-width: 15px; height: 300px; margin-left: 175px; margin-top: -510px; position: relative; width: 300px; z-index: 100; } .console { margin: auto; height: 680px; width: 680px; margin-top: 20px; } .count { font-family: 'VT323', monospace; font-size: 18pt; margin-left: 80px; } .green { background-color: #03a64b; border-top-left-radius: 98%; } .green:hover { background-color: #0dc701; } .flex-button { border-color: #343132; border-style: solid; border-width: 20px; height: 300px; width: 300px; z-index: 100; } .flex-container { display: -webkit-flex; display: flex; z-index: 2000; } .flex-container-console { display: -webkit-flex; display: flex; /*align-self: flex-start;*/ min-width: -webkit-min-content; } .flex-container-controls { display: -webkit-flex; display: flex; } .flex-item { width: 100px; height: 100px; margin: 10px; } .off-label { font-family: 'VT323', monospace; font-size: 24px; margin-left: 70px; margin-top: 20px; } .off-on-button { background-color: #211F1F; border-radius: 5px; height: 35px; margin-left: 25px; margin-top: 20px; width: 72px; } .off-on-switch-inside-off-on-button { height: 30px; width: 36px; background-color: #1d8cff; border: solid 2px #343132; border-radius: 5px; } .on-label { font-family: 'VT323', monospace; font-size: 24px; margin-left: 20px; margin-top: 20px; } .red { background-color: #9c121c; border-top-right-radius: 98%; } .red:hover { background-color: #ff0518; } .score-keeper-screen { background-color: #32050c; border-color: #343132; border-radius: 10px; border-style: solid; border-width: 5px; height: 50px; margin-left: 70px; width: 80px; } .score-text { color: #660A17; font-size: 26pt; font-family: 'VT323', monospace; } .start-button { background-color: #fc0102; border-color: #343132; border-radius: 50%; border-style: solid; border-width: 5px; box-shadow: 3px 3px 5px #888888; height: 30px; margin-left: 50px; width: 30px; } .start-label { font-family: 'VT323', monospace; font-size: 18pt; margin-left: 80px; } .strict { font-family: 'VT323', monospace; font-size: 18pt; margin-top: 55px; } .title { color: #222222; font-family: 'Alfa Slab One', cursive; margin-left: 65px; } .yellow { background-color: #cba60c; border-bottom-left-radius: 98%; } .yellow:hover { background-color: #ffce00; }
public/css/simon.css
.blue { background-color: #1d8cff; border-bottom-right-radius: 98%; } .blue:hover { background-color: #1dacff } .controls { background-color: #edeaed; border-color: #343132; border-radius: 50%; border-style: solid; border-width: 15px; height: 300px; margin-left: 175px; margin-top: -510px; position: relative; width: 300px; z-index: 100; } .console { margin: auto; height: 680px; width: 680px; margin-top: 20px; } .count { font-family: 'VT323', monospace; font-size: 18pt; margin-left: 80px; } .green { background-color: #03a64b; border-top-left-radius: 98%; } .green:hover { background-color: #0dc701; } .flex-button { border-color: #343132; border-style: solid; border-width: 20px; height: 300px; width: 300px; z-index: 100; } .flex-container { display: -webkit-flex; display: flex; z-index: 2000; } .flex-container-console { display: -webkit-flex; display: flex; /*align-self: flex-start;*/ min-width: -webkit-min-content; } .flex-container-controls { display: -webkit-flex; display: flex; } .flex-item { width: 100px; height: 100px; margin: 10px; } .off-label { font-family: 'VT323', monospace; font-size: 24px; margin-left: 70px; margin-top: 20px; } .off-on-button { background-color: #211F1F; border-radius: 5px; height: 35px; margin-left: 25px; margin-top: 20px; width: 72px; } .off-on-switch-inside-off-on-button { height: 30px; width: 36px; background-color: #1d8cff; border: solid 2px #343132; border-radius: 5px; } .on-label { font-family: 'VT323', monospace; font-size: 24px; margin-left: 20px; margin-top: 20px; } .red { background-color: #9c121c; border-top-right-radius: 98%; } .red:hover { background-color: #ff0518; } .score-keeper-screen { background-color: #32050c; border-color: #343132; border-radius: 10px; border-style: solid; border-width: 5px; height: 50px; margin-left: 70px; width: 80px; } .score-text { color: #660A17; font-size: 26pt; font-family: 'VT323', monospace; } .start-button { background-color: #fc0102; border-color: #343132; border-radius: 50%; border-style: solid; border-width: 5px; box-shadow: 3px 3px 5px #888888; height: 30px; margin-left: 50px; width: 30px; } .start-label { font-family: 'VT323', monospace; font-size: 18pt; margin-left: 80px; } .strict { font-family: 'VT323', monospace; font-size: 18pt; margin-top: 55px; } .title { color: #222222; font-family: 'Alfa Slab One', cursive; margin-left: 65px; } .yellow { background-color: #cba60c; border-bottom-left-radius: 98%; } .yellow:hover { background-color: #ffce00; }
0.421909
0.110807
@media only screen and (min-width: 788px) and (max-width: 979px) { /* Gerais */ .btn-cadastro { width: 280px; height: 60px; font-size: 24px; } /* Intro */ .box-form { background: #ffffff; width: 364px; height: 400px; border-radius: 20px; margin-top: 50px; } .box-form h2 { font-size: 22px; font-weight: normal; color: #008583; padding: 20px 30px; text-align: center; } .box-form form input { display: block; width: 280px; height: 40px; margin: 0 auto 20px auto; } .box-form form button { margin-left: 40px; } /* Fotos imóveis */ .banner { max-width: 748px; } .btn-footer { margin-left: 234px; } } /* FINAL ESTILO TABLET */ /* Estilo para Mobile */ @media only screen and (max-width: 787px) { /* Gerais */ .btn-cadastro { width: 220px; height: 60px; font-size: 24px; } /* Header */ .logo-nt { margin: 0 auto; } .encontre-imovel { display: none; } /* Intro */ .intro .txt-box { margin-top: 0; } .intro h1 { font-size: 48px; } .intro p { font-size: 22px; } .box-form { background: #ffffff; width: 300px; height: 400px; border-radius: 20px; margin-top: 50px; } .box-form h2 { font-size: 22px; font-weight: normal; color: #008583; padding: 20px 30px; text-align: center; } .box-form form input { display: block; width: 220px; height: 40px; margin: 0 auto 20px auto; } .box-form form button { margin-left: 40px; } /* Fotos imóveis */ .banner { max-width: 300px; height: 180px; } /* Footer */ footer { height: 100%; } .btn-footer { margin: 30px 0 80px 0; margin-left: 40px; } .icon-footer { margin-top: 10px; } }
assets/css/responsivo.css
@media only screen and (min-width: 788px) and (max-width: 979px) { /* Gerais */ .btn-cadastro { width: 280px; height: 60px; font-size: 24px; } /* Intro */ .box-form { background: #ffffff; width: 364px; height: 400px; border-radius: 20px; margin-top: 50px; } .box-form h2 { font-size: 22px; font-weight: normal; color: #008583; padding: 20px 30px; text-align: center; } .box-form form input { display: block; width: 280px; height: 40px; margin: 0 auto 20px auto; } .box-form form button { margin-left: 40px; } /* Fotos imóveis */ .banner { max-width: 748px; } .btn-footer { margin-left: 234px; } } /* FINAL ESTILO TABLET */ /* Estilo para Mobile */ @media only screen and (max-width: 787px) { /* Gerais */ .btn-cadastro { width: 220px; height: 60px; font-size: 24px; } /* Header */ .logo-nt { margin: 0 auto; } .encontre-imovel { display: none; } /* Intro */ .intro .txt-box { margin-top: 0; } .intro h1 { font-size: 48px; } .intro p { font-size: 22px; } .box-form { background: #ffffff; width: 300px; height: 400px; border-radius: 20px; margin-top: 50px; } .box-form h2 { font-size: 22px; font-weight: normal; color: #008583; padding: 20px 30px; text-align: center; } .box-form form input { display: block; width: 220px; height: 40px; margin: 0 auto 20px auto; } .box-form form button { margin-left: 40px; } /* Fotos imóveis */ .banner { max-width: 300px; height: 180px; } /* Footer */ footer { height: 100%; } .btn-footer { margin: 30px 0 80px 0; margin-left: 40px; } .icon-footer { margin-top: 10px; } }
0.278649
0.113776
.topbar-inner { display: flex; justify-content: space-between; } .topbar-inner #langchange { margin-right: 15px; } .info-bar-inner { display: flex; justify-content: space-between; } .info-bar-inner .right-content .request-quote{ margin-left: 0px; margin-right: 40px; } .info-items li .single-info-item .icon { margin-right: 0px; margin-left: 20px; } .info-items li { margin: 0; } .info-items li+li { margin-right: 30px !important; } .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav , .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu{ text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child { margin-left: 20px; } .header-area { text-align: right; } .desktop-left { text-align: right; } .icon-box-one { text-align: right; } .icon-box-one .icon { margin-right: 0px; margin-left: 20px; } .header-bottom-area .right-content-area { background-position: top left; } .icon-box-two { text-align: right; } .icon-box-two .icon { margin-right: 0px; margin-left: 20px; } .cta-area-one .left-content-area { text-align: right; } .single-work-item .content { text-align: right; } .singler-counterup-item-01 .icon { margin-right: 0px; margin-left: 20px; } .singler-counterup-item-01 { text-align: right; } .singler-counterup-item-01.white .content .count-wrap { display: flex; } .single-blog-grid-01 { text-align: right; } .newsletter-area .right-side-content form .submit-btn { right: auto; left: 0; text-align: center; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .newsletter-area .right-side-content form input { padding-right: 20px; padding-left: 70px; } .widget.footer-widget { text-align: right; } .widget .recent_post_item li.single-recent-post-item .thumb { margin-right: 0; margin-left: 20px; } .newsletter-area { text-align: right; } .header-bottom-area .right-content-area { text-align: right; padding-right: 60px; padding-left: 150px; } .info-bar-inner #langchange { margin-left: 0; margin-right: 15px; } .info-items-two li .single-info-item { flex-direction: row; text-align: right; } .info-items-two li .single-info-item .content .title { display: flex; } .info-items-two li .single-info-item .content .title span { margin-left: 0; margin-right: 10px; } .info-items-two li .single-info-item .icon { margin-right: 0; margin-left: 15px; } .header-top-style-03 .navbar-area .nav-container { padding-left: 0; padding-right: 30px; } .header-top-style-03 .navbar-area .nav-container .navbar-brand { margin-right: 0; margin-left: 15px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content { margin-left: 0px; margin-right: 40px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:before { left: auto; right: -15px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:after { right: -5px; left: auto; content: "\f104"; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote { padding: 0 40px 0 30px; } .info-items-two li { margin: 0px; } .info-items-two li+li { margin-right: 30px !important; } .breadcrumb-area .page-list li { padding-left: 0; padding-right: 30px; } .breadcrumb-area .page-list li:after { left: auto; right: 10px; } .breadcrumb-inner { text-align: right; } .who-we-area .left-content-area .aboutus-content-block { text-align: right; padding-right: 0; padding-left: 80px; } .icon-box-three { text-align: right; } .icon-box-three .icon { margin-right: 0; margin-left: 20px; } .single-work-item-02 { text-align: right; } .footer-widget.widget_nav_menu ul li a:after { left: auto; right: 0; content: "\f104"; } .footer-widget.widget_nav_menu ul li a { padding-left: 0; padding-right: 15px; } .breadcrumb-area .page-list li:first-child { padding-right: 0px; } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(1){ -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(2) { -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(3) { -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .accordion-wrapper .card { text-align: right; } .accordion-wrapper .card .card-header a:after { right: auto; left: 30px; } .accordion-wrapper .card .card-header a { padding-left: 60px; } .dynamic-page-content-area { text-align: right; } .widget_search .search-form .submit-btn { left: 0; right: auto; border-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .widget_search .search-form .form-group .form-control { padding-right: 20px; padding-left: 70px; } .widget { text-align: right; } .contact-page .submit-btn { float: right; } .contact-info-list .single-contact-info { text-align: right; } .contact-info-list .single-contact-info .icon { margin-right: 0; margin-left: 20px; } .alert { text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before { right: auto; left: 0; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children { padding-right: 0; padding-left: 15px; } .blog-details-item { text-align: right; } .portfolio-details-item { text-align: right; } .project-info-item { text-align: right; } .project-info-item ul li { display: flex; } .project-info-item ul li .right { margin-right: 20px; } .service-details-item { text-align: right; } .order-content-area { text-align: right; } .portfolio-menu li + li { margin-left: 0px; margin-right: 20px; } .aboutus-content-block.style-02 { text-align: right; } .header-bottom-list li:after { left: 0; right: -15px; } .aboutus-content-block { text-align: right; } .single-header-bottom-list-item { text-align: right; } .single-header-bottom-list-item .icon { margin-right: 0; margin-left: 20px; } .single-header-bottom-list-item .bg-icon { right: auto; left: 0; } .header-bottom-list li + li { margin-left: 0; margin-right: 20px; } .single-experience-item { text-align: right; } .single-testimonial-item-02 .description .icon { margin-right: 0; margin-left: 20px; } .request-call { text-align: right; } .form-group.file { text-align: right; } .form-group.checkbox { text-align: right; } div#gdpr-cookie-message { text-align: right; } div#gdpr-cookie-message #gdpr-cookie-close { right: auto; left: 10px; } .single-job-list-item { text-align: right; } .single-job-list-item .jobs-meta li+li { margin-left: 0px; margin-right: 20px; } .single-job-details { text-align: right; } .job-information-list li .single-job-info .icon{ margin-right: 0px; margin-left: 20px; } .job-meta-list li .single-job-meta-block ul li:before { content: "\f100"; margin-right: 0px; margin-left: 5px; } .payment-gateway-wrapper ul li+li { margin-left: 0px; margin-right: 15px; } .order-confirm-area { text-align: right; } .single-events-list-item .content-area .top-part .title-wrap { text-align: right; } .single-events-list-item .thumb { margin-right: 0px; margin-left: 30px; } .single-events-list-item .content-area .top-part .time-wrap { margin-right: 0px; margin-left: 20px; } .single-event-details .content .top-part { text-align: right; } .single-event-details .content .top-part .time-wrap { margin-right: 0px; margin-left: 20px; } .single-knowledgebase-list-item .title, .article-with-topic-title-style-01 .topic-title, .article-with-topic-title-style-01 ul.know-articles-list{ text-align: right; } .related-work-area .section-title { text-align: right; }
public/assets/frontend/css/rtl.css
.topbar-inner { display: flex; justify-content: space-between; } .topbar-inner #langchange { margin-right: 15px; } .info-bar-inner { display: flex; justify-content: space-between; } .info-bar-inner .right-content .request-quote{ margin-left: 0px; margin-right: 40px; } .info-items li .single-info-item .icon { margin-right: 0px; margin-left: 20px; } .info-items li { margin: 0; } .info-items li+li { margin-right: 30px !important; } .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav , .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu{ text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child { margin-left: 20px; } .header-area { text-align: right; } .desktop-left { text-align: right; } .icon-box-one { text-align: right; } .icon-box-one .icon { margin-right: 0px; margin-left: 20px; } .header-bottom-area .right-content-area { background-position: top left; } .icon-box-two { text-align: right; } .icon-box-two .icon { margin-right: 0px; margin-left: 20px; } .cta-area-one .left-content-area { text-align: right; } .single-work-item .content { text-align: right; } .singler-counterup-item-01 .icon { margin-right: 0px; margin-left: 20px; } .singler-counterup-item-01 { text-align: right; } .singler-counterup-item-01.white .content .count-wrap { display: flex; } .single-blog-grid-01 { text-align: right; } .newsletter-area .right-side-content form .submit-btn { right: auto; left: 0; text-align: center; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .newsletter-area .right-side-content form input { padding-right: 20px; padding-left: 70px; } .widget.footer-widget { text-align: right; } .widget .recent_post_item li.single-recent-post-item .thumb { margin-right: 0; margin-left: 20px; } .newsletter-area { text-align: right; } .header-bottom-area .right-content-area { text-align: right; padding-right: 60px; padding-left: 150px; } .info-bar-inner #langchange { margin-left: 0; margin-right: 15px; } .info-items-two li .single-info-item { flex-direction: row; text-align: right; } .info-items-two li .single-info-item .content .title { display: flex; } .info-items-two li .single-info-item .content .title span { margin-left: 0; margin-right: 10px; } .info-items-two li .single-info-item .icon { margin-right: 0; margin-left: 15px; } .header-top-style-03 .navbar-area .nav-container { padding-left: 0; padding-right: 30px; } .header-top-style-03 .navbar-area .nav-container .navbar-brand { margin-right: 0; margin-left: 15px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content { margin-left: 0px; margin-right: 40px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:before { left: auto; right: -15px; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:after { right: -5px; left: auto; content: "\f104"; } .header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote { padding: 0 40px 0 30px; } .info-items-two li { margin: 0px; } .info-items-two li+li { margin-right: 30px !important; } .breadcrumb-area .page-list li { padding-left: 0; padding-right: 30px; } .breadcrumb-area .page-list li:after { left: auto; right: 10px; } .breadcrumb-inner { text-align: right; } .who-we-area .left-content-area .aboutus-content-block { text-align: right; padding-right: 0; padding-left: 80px; } .icon-box-three { text-align: right; } .icon-box-three .icon { margin-right: 0; margin-left: 20px; } .single-work-item-02 { text-align: right; } .footer-widget.widget_nav_menu ul li a:after { left: auto; right: 0; content: "\f104"; } .footer-widget.widget_nav_menu ul li a { padding-left: 0; padding-right: 15px; } .breadcrumb-area .page-list li:first-child { padding-right: 0px; } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(1){ -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(2) { -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .single-team-member-one:hover .thumb .hover .social-icon li:nth-child(3) { -ms-transform: translateX(-20px); -webkit-transform: translateX(-20px); transform: translateX(-20px); } .accordion-wrapper .card { text-align: right; } .accordion-wrapper .card .card-header a:after { right: auto; left: 30px; } .accordion-wrapper .card .card-header a { padding-left: 60px; } .dynamic-page-content-area { text-align: right; } .widget_search .search-form .submit-btn { left: 0; right: auto; border-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .widget_search .search-form .form-group .form-control { padding-right: 20px; padding-left: 70px; } .widget { text-align: right; } .contact-page .submit-btn { float: right; } .contact-info-list .single-contact-info { text-align: right; } .contact-info-list .single-contact-info .icon { margin-right: 0; margin-left: 20px; } .alert { text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before { right: auto; left: 0; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children { padding-right: 0; padding-left: 15px; } .blog-details-item { text-align: right; } .portfolio-details-item { text-align: right; } .project-info-item { text-align: right; } .project-info-item ul li { display: flex; } .project-info-item ul li .right { margin-right: 20px; } .service-details-item { text-align: right; } .order-content-area { text-align: right; } .portfolio-menu li + li { margin-left: 0px; margin-right: 20px; } .aboutus-content-block.style-02 { text-align: right; } .header-bottom-list li:after { left: 0; right: -15px; } .aboutus-content-block { text-align: right; } .single-header-bottom-list-item { text-align: right; } .single-header-bottom-list-item .icon { margin-right: 0; margin-left: 20px; } .single-header-bottom-list-item .bg-icon { right: auto; left: 0; } .header-bottom-list li + li { margin-left: 0; margin-right: 20px; } .single-experience-item { text-align: right; } .single-testimonial-item-02 .description .icon { margin-right: 0; margin-left: 20px; } .request-call { text-align: right; } .form-group.file { text-align: right; } .form-group.checkbox { text-align: right; } div#gdpr-cookie-message { text-align: right; } div#gdpr-cookie-message #gdpr-cookie-close { right: auto; left: 10px; } .single-job-list-item { text-align: right; } .single-job-list-item .jobs-meta li+li { margin-left: 0px; margin-right: 20px; } .single-job-details { text-align: right; } .job-information-list li .single-job-info .icon{ margin-right: 0px; margin-left: 20px; } .job-meta-list li .single-job-meta-block ul li:before { content: "\f100"; margin-right: 0px; margin-left: 5px; } .payment-gateway-wrapper ul li+li { margin-left: 0px; margin-right: 15px; } .order-confirm-area { text-align: right; } .single-events-list-item .content-area .top-part .title-wrap { text-align: right; } .single-events-list-item .thumb { margin-right: 0px; margin-left: 30px; } .single-events-list-item .content-area .top-part .time-wrap { margin-right: 0px; margin-left: 20px; } .single-event-details .content .top-part { text-align: right; } .single-event-details .content .top-part .time-wrap { margin-right: 0px; margin-left: 20px; } .single-knowledgebase-list-item .title, .article-with-topic-title-style-01 .topic-title, .article-with-topic-title-style-01 ul.know-articles-list{ text-align: right; } .related-work-area .section-title { text-align: right; }
0.457379
0.065575
body { background-color: #edeef0; } header { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; height: 55px; width: 100%; background-color: #4a76a8; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; } @media screen and (max-width: 700px) { header { direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 75px; padding: 5px; } } .menu_header { cursor: pointer; font-size: 40px; color: white; } .menu_links { display: -webkit-box; display: -ms-flexbox; display: flex; } @media screen and (max-width: 700px) { .menu_links { margin-bottom: 10px; } } .menu_link_button { text-transform: uppercase; margin-right: 7px; padding: 4px; text-decoration: underline; color: white; font-weight: 100px; letter-spacing: 1px; font-size: 15px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .menu_link_button:hover { color: #eba09d; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } @media screen and (max-width: 700px) { .menu_link_button { font-size: 16.5px; } } .menu_header::after { content: "."; font-size: 50px; -webkit-animation: color-change-5x 8s linear infinite alternate both; animation: color-change-5x 8s linear infinite alternate both; } @-webkit-keyframes color-change-5x { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } 75% { color: #19dcea; } 50% { color: #b22cff; } 25% { color: #ea2222; } 0% { color: #f5be10; } } @keyframes color-change-5x { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } 75% { color: #19dcea; } 50% { color: #b22cff; } 25% { color: #ea2222; } 0% { color: #f5be10; } } .scroll { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
src/stylesheets/css/header.css
body { background-color: #edeef0; } header { position: fixed; display: -webkit-box; display: -ms-flexbox; display: flex; height: 55px; width: 100%; background-color: #4a76a8; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; } @media screen and (max-width: 700px) { header { direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 75px; padding: 5px; } } .menu_header { cursor: pointer; font-size: 40px; color: white; } .menu_links { display: -webkit-box; display: -ms-flexbox; display: flex; } @media screen and (max-width: 700px) { .menu_links { margin-bottom: 10px; } } .menu_link_button { text-transform: uppercase; margin-right: 7px; padding: 4px; text-decoration: underline; color: white; font-weight: 100px; letter-spacing: 1px; font-size: 15px; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } .menu_link_button:hover { color: #eba09d; -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; } @media screen and (max-width: 700px) { .menu_link_button { font-size: 16.5px; } } .menu_header::after { content: "."; font-size: 50px; -webkit-animation: color-change-5x 8s linear infinite alternate both; animation: color-change-5x 8s linear infinite alternate both; } @-webkit-keyframes color-change-5x { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } 75% { color: #19dcea; } 50% { color: #b22cff; } 25% { color: #ea2222; } 0% { color: #f5be10; } } @keyframes color-change-5x { 0% { color: #19dcea; } 25% { color: #b22cff; } 50% { color: #ea2222; } 75% { color: #f5be10; } 100% { color: #3bd80d; } 75% { color: #19dcea; } 50% { color: #b22cff; } 25% { color: #ea2222; } 0% { color: #f5be10; } } .scroll { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); -webkit-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
0.341692
0.055107
.row-start-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; } .row-start-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .row-start-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; } .row-start-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; } .row-start-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: flex-start; align-items: baseline; } .row-center-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; } .row-center-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: center; align-items: center; } .row-center-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: center; align-items: flex-end; } .row-center-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: center; align-items: stretch; } .row-center-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: center; align-items: baseline; } .row-end-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; } .row-end-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } .row-end-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; } .row-end-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; } .row-end-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: flex-end; align-items: baseline; } .row-around-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; } .row-around-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } .row-around-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; } .row-around-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: space-around; align-items: stretch; } .row-around-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: space-around; align-items: baseline; } .row-between-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; } .row-between-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .row-between-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; } .row-between-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; } .row-between-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: space-between; align-items: baseline; } .column-start-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .column-start-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .column-start-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; } .column-start-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } .column-start-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: flex-start; align-items: baseline; } .column-center-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .column-center-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .column-center-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; } .column-center-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: center; align-items: stretch; } .column-center-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: center; align-items: baseline; } .column-end-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .column-end-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; } .column-end-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; } .column-end-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; } .column-end-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: flex-end; align-items: baseline; } .column-around-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-start; } .column-around-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } .column-around-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; } .column-around-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: space-around; align-items: stretch; } .column-around-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: space-around; align-items: baseline; } .column-between-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; } .column-between-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .column-between-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; } .column-between-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; } .column-between-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: space-between; align-items: baseline; } .wrap-row-start-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-start; } .wrap-row-start-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: center; } .wrap-row-start-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-end; } .wrap-row-start-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: space-between; } .wrap-row-start-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: space-around; } .wrap-row-start-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: stretch; } .wrap-row-center-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: flex-start; } .wrap-row-center-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: center; } .wrap-row-center-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: flex-end; } .wrap-row-center-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: space-between; } .wrap-row-center-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: space-around; } .wrap-row-center-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: stretch; } .wrap-row-end-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: flex-start; } .wrap-row-end-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: center; } .wrap-row-end-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: flex-end; } .wrap-row-end-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: space-between; } .wrap-row-end-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: space-around; } .wrap-row-end-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: stretch; } .wrap-row-between-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: flex-start; } .wrap-row-between-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: center; } .wrap-row-between-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: flex-end; } .wrap-row-between-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: space-between; } .wrap-row-between-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: space-around; } .wrap-row-between-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: stretch; } .wrap-row-around-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: flex-start; } .wrap-row-around-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: center; } .wrap-row-around-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: flex-end; } .wrap-row-around-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: space-between; } .wrap-row-around-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: space-around; } .wrap-row-around-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: stretch; } /* wrap with default column start */ .wrap-column-start-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: flex-start; } .wrap-column-start-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: flex-start; } .wrap-column-start-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: flex-start; } .wrap-column-start-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: flex-start; } .wrap-column-start-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: flex-start; } .wrap-column-start-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: flex-start; } .wrap-column-center-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: flex-start; } .wrap-column-center-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: flex-start; } .wrap-column-center-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: flex-start; } .wrap-column-center-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: flex-start; } .wrap-column-center-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: flex-start; } .wrap-column-center-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: flex-start; } .wrap-column-end-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: flex-start; } .wrap-column-end-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: flex-start; } .wrap-column-end-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: flex-start; } .wrap-column-end-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: flex-start; } .wrap-column-end-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: flex-start; } .wrap-column-end-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: flex-start; } .wrap-column-between-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: flex-start; } .wrap-column-between-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: flex-start; } .wrap-column-between-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: flex-start; } .wrap-column-between-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: flex-start; } .wrap-column-between-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: flex-start; } .wrap-column-between-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: flex-start; } .wrap-column-around-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: flex-start; } .wrap-column-around-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: flex-start; } .wrap-column-around-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: flex-start; } .wrap-column-around-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: flex-start; } .wrap-column-around-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: flex-start; } .wrap-column-around-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; align-items: flex-start; align-items: flex-start; } /* wrap with default column center*/ .wrap-column-start-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: center; } .wrap-column-start-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: center; } .wrap-column-start-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: center; } .wrap-column-start-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: center; } .wrap-column-start-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: center; } .wrap-column-start-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: center; } .wrap-column-center-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: center; } .wrap-column-center-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: center; } .wrap-column-center-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: center; } .wrap-column-center-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: center; } .wrap-column-center-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: center; } .wrap-column-center-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: center; } .wrap-column-end-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: center; } .wrap-column-end-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: center; } .wrap-column-end-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: center; } .wrap-column-end-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: center; } .wrap-column-end-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: center; } .wrap-column-end-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: center; } .wrap-column-between-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: center; } .wrap-column-between-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: center; } .wrap-column-between-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: center; } .wrap-column-between-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: center; } .wrap-column-between-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: center; } .wrap-column-between-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: center; } .wrap-column-around-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: center; } .wrap-column-around-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: center; } .wrap-column-around-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: center; } .wrap-column-around-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: center; } .wrap-column-around-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: center; } .wrap-column-around-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* wrap with default column end */ .wrap-column-start-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: flex-end; } .wrap-column-start-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: flex-end; } .wrap-column-start-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: flex-end; } .wrap-column-start-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: flex-end; } .wrap-column-start-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: flex-end; } .wrap-column-start-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: flex-end; } .wrap-column-center-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: flex-end; } .wrap-column-center-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: flex-end; } .wrap-column-center-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: flex-end; } .wrap-column-center-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: flex-end; } .wrap-column-center-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: flex-end; } .wrap-column-center-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: flex-end; } .wrap-column-end-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: flex-end; } .wrap-column-end-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: flex-end; } .wrap-column-end-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: flex-end; } .wrap-column-end-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: flex-end; } .wrap-column-end-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: flex-end; } .wrap-column-end-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: flex-end; } .wrap-column-between-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: flex-end; } .wrap-column-between-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: flex-end; } .wrap-column-between-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: flex-end; } .wrap-column-between-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: flex-end; } .wrap-column-between-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: flex-end; } .wrap-column-between-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: flex-end; } .wrap-column-around-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: flex-end; } .wrap-column-around-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: flex-end; } .wrap-column-around-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: flex-end; } .wrap-column-around-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: flex-end; } .wrap-column-around-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: flex-end; } .wrap-column-around-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* wrap with default column stretch */ .wrap-column-start-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: stretch; } .wrap-column-start-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: stretch; } .wrap-column-start-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: stretch; } .wrap-column-start-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: stretch; } .wrap-column-start-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: stretch; } .wrap-column-start-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: stretch; } .wrap-column-center-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: stretch; } .wrap-column-center-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: stretch; } .wrap-column-center-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: stretch; } .wrap-column-center-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: stretch; } .wrap-column-center-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: stretch; } .wrap-column-center-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: stretch; } .wrap-column-end-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: stretch; } .wrap-column-end-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: stretch; } .wrap-column-end-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: stretch; } .wrap-column-end-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: stretch; } .wrap-column-end-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: stretch; } .wrap-column-end-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: stretch; } .wrap-column-between-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: stretch; } .wrap-column-between-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: stretch; } .wrap-column-between-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: stretch; } .wrap-column-between-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: stretch; } .wrap-column-between-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: stretch; } .wrap-column-between-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: stretch; } .wrap-column-around-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: stretch; } .wrap-column-around-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: stretch; } .wrap-column-around-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: stretch; } .wrap-column-around-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: stretch; } .wrap-column-around-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: stretch; } .wrap-column-around-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* E N D F L E X */ /* O H T E R F O R F L E X */ .f10a { -webkit-flex: 1 0 auto; flex: 1 0 auto; } .f10100 { -webkit-flex: 1 0 100%; flex: 1 0 100%; } .f00a { -webkit-flex: 0 0 auto; flex: 0 0 auto; } /* E N D O H T E R F O R F L E X */
vendor/assets/stylesheets/flexbox.css
.row-start-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; } .row-start-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } .row-start-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-end; } .row-start-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; } .row-start-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: flex-start; align-items: baseline; } .row-center-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; } .row-center-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: center; align-items: center; } .row-center-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: center; align-items: flex-end; } .row-center-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: center; align-items: stretch; } .row-center-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: center; align-items: baseline; } .row-end-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-start; } .row-end-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; } .row-end-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; } .row-end-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; } .row-end-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: flex-end; align-items: baseline; } .row-around-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; } .row-around-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } .row-around-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; } .row-around-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: space-around; align-items: stretch; } .row-around-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: space-around; align-items: baseline; } .row-between-start { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: flex-start; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; } .row-between-center { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: center; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .row-between-end { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: flex-end; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-end; } .row-between-stretch { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; } .row-between-baseline { display: -webkit-flex; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-items: baseline; display: flex; flex-direction: row; justify-content: space-between; align-items: baseline; } .column-start-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .column-start-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .column-start-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; } .column-start-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; } .column-start-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: flex-start; align-items: baseline; } .column-center-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .column-center-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } .column-center-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; } .column-center-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: center; align-items: stretch; } .column-center-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: center; align-items: baseline; } .column-end-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .column-end-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; } .column-end-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; } .column-end-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; } .column-end-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: flex-end; align-items: baseline; } .column-around-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-start; } .column-around-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } .column-around-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; } .column-around-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: space-around; align-items: stretch; } .column-around-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: space-around; align-items: baseline; } .column-between-start { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: flex-start; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; } .column-between-center { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: center; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .column-between-end { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: flex-end; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-end; } .column-between-stretch { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: stretch; display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; } .column-between-baseline { display: -webkit-flex; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-items: baseline; display: flex; flex-direction: column; justify-content: space-between; align-items: baseline; } .wrap-row-start-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-start; } .wrap-row-start-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: center; } .wrap-row-start-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-end; } .wrap-row-start-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: space-between; } .wrap-row-start-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: space-around; } .wrap-row-start-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-start; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: stretch; } .wrap-row-center-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: flex-start; } .wrap-row-center-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: center; } .wrap-row-center-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: flex-end; } .wrap-row-center-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: space-between; } .wrap-row-center-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: space-around; } .wrap-row-center-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: center; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-content: stretch; } .wrap-row-end-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: flex-start; } .wrap-row-end-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: center; } .wrap-row-end-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: flex-end; } .wrap-row-end-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: space-between; } .wrap-row-end-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: space-around; } .wrap-row-end-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: flex-end; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-content: stretch; } .wrap-row-between-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: flex-start; } .wrap-row-between-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: center; } .wrap-row-between-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: flex-end; } .wrap-row-between-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: space-between; } .wrap-row-between-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: space-around; } .wrap-row-between-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-between; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content: stretch; } .wrap-row-around-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: flex-start; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: flex-start; } .wrap-row-around-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: center; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: center; } .wrap-row-around-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: flex-end; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: flex-end; } .wrap-row-around-between { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: space-between; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: space-between; } .wrap-row-around-around { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: space-around; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: space-around; } .wrap-row-around-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: row; -webkit-justify-content: space-around; -webkit-align-content: stretch; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-content: stretch; } /* wrap with default column start */ .wrap-column-start-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: flex-start; } .wrap-column-start-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: flex-start; } .wrap-column-start-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: flex-start; } .wrap-column-start-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: flex-start; } .wrap-column-start-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: flex-start; } .wrap-column-start-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: flex-start; } .wrap-column-center-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: flex-start; } .wrap-column-center-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: flex-start; } .wrap-column-center-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: flex-start; } .wrap-column-center-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: flex-start; } .wrap-column-center-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: flex-start; } .wrap-column-center-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: flex-start; } .wrap-column-end-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: flex-start; } .wrap-column-end-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: flex-start; } .wrap-column-end-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: flex-start; } .wrap-column-end-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: flex-start; } .wrap-column-end-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: flex-start; } .wrap-column-end-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: flex-start; } .wrap-column-between-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: flex-start; } .wrap-column-between-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: flex-start; } .wrap-column-between-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: flex-start; } .wrap-column-between-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: flex-start; } .wrap-column-between-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: flex-start; } .wrap-column-between-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: flex-start; } .wrap-column-around-start-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: flex-start; } .wrap-column-around-center-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: flex-start; } .wrap-column-around-end-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: flex-start; } .wrap-column-around-between-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: flex-start; } .wrap-column-around-around-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: flex-start; } .wrap-column-around-stretch-def-start { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: flex-start; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; align-items: flex-start; align-items: flex-start; } /* wrap with default column center*/ .wrap-column-start-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: center; } .wrap-column-start-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: center; } .wrap-column-start-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: center; } .wrap-column-start-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: center; } .wrap-column-start-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: center; } .wrap-column-start-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: center; } .wrap-column-center-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: center; } .wrap-column-center-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: center; } .wrap-column-center-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: center; } .wrap-column-center-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: center; } .wrap-column-center-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: center; } .wrap-column-center-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: center; } .wrap-column-end-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: center; } .wrap-column-end-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: center; } .wrap-column-end-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: center; } .wrap-column-end-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: center; } .wrap-column-end-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: center; } .wrap-column-end-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: center; } .wrap-column-between-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: center; } .wrap-column-between-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: center; } .wrap-column-between-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: center; } .wrap-column-between-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: center; } .wrap-column-between-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: center; } .wrap-column-between-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: center; } .wrap-column-around-start-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: center; } .wrap-column-around-center-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: center; } .wrap-column-around-end-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: center; } .wrap-column-around-between-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: center; } .wrap-column-around-around-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: center; } .wrap-column-around-stretch-def-center { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* wrap with default column end */ .wrap-column-start-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: flex-end; } .wrap-column-start-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: flex-end; } .wrap-column-start-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: flex-end; } .wrap-column-start-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: flex-end; } .wrap-column-start-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: flex-end; } .wrap-column-start-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: flex-end; } .wrap-column-center-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: flex-end; } .wrap-column-center-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: flex-end; } .wrap-column-center-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: flex-end; } .wrap-column-center-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: flex-end; } .wrap-column-center-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: flex-end; } .wrap-column-center-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: flex-end; } .wrap-column-end-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: flex-end; } .wrap-column-end-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: flex-end; } .wrap-column-end-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: flex-end; } .wrap-column-end-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: flex-end; } .wrap-column-end-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: flex-end; } .wrap-column-end-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: flex-end; } .wrap-column-between-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: flex-end; } .wrap-column-between-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: flex-end; } .wrap-column-between-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: flex-end; } .wrap-column-between-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: flex-end; } .wrap-column-between-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: flex-end; } .wrap-column-between-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: flex-end; } .wrap-column-around-start-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: flex-end; } .wrap-column-around-center-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: flex-end; } .wrap-column-around-end-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: flex-end; } .wrap-column-around-between-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: flex-end; } .wrap-column-around-around-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: flex-end; } .wrap-column-around-stretch-def-end { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: flex-end; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* wrap with default column stretch */ .wrap-column-start-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-start; align-items: stretch; } .wrap-column-start-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: center; align-items: stretch; } .wrap-column-start-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: flex-end; align-items: stretch; } .wrap-column-start-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-between; align-items: stretch; } .wrap-column-start-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: space-around; align-items: stretch; } .wrap-column-start-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-start; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-content: stretch; align-items: stretch; } .wrap-column-center-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-start; align-items: stretch; } .wrap-column-center-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: center; align-items: stretch; } .wrap-column-center-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: flex-end; align-items: stretch; } .wrap-column-center-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-between; align-items: stretch; } .wrap-column-center-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: space-around; align-items: stretch; } .wrap-column-center-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: center; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-content: stretch; align-items: stretch; } .wrap-column-end-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-start; align-items: stretch; } .wrap-column-end-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: center; align-items: stretch; } .wrap-column-end-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: flex-end; align-items: stretch; } .wrap-column-end-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-between; align-items: stretch; } .wrap-column-end-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: space-around; align-items: stretch; } .wrap-column-end-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: flex-end; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: flex-end; align-content: stretch; align-items: stretch; } .wrap-column-between-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-start; align-items: stretch; } .wrap-column-between-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: center; align-items: stretch; } .wrap-column-between-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: flex-end; align-items: stretch; } .wrap-column-between-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-between; align-items: stretch; } .wrap-column-between-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: space-around; align-items: stretch; } .wrap-column-between-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-between; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-content: stretch; align-items: stretch; } .wrap-column-around-start-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-start; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-start; align-items: stretch; } .wrap-column-around-center-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: center; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: center; align-items: stretch; } .wrap-column-around-end-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: flex-end; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: flex-end; align-items: stretch; } .wrap-column-around-between-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-between; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-between; align-items: stretch; } .wrap-column-around-around-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: space-around; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: space-around; align-items: stretch; } .wrap-column-around-stretch-def-stretch { display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-flex-direction: column; -webkit-justify-content: space-around; -webkit-align-content: stretch; -webkit-align-items: stretch; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-around; align-content: stretch; } /* E N D F L E X */ /* O H T E R F O R F L E X */ .f10a { -webkit-flex: 1 0 auto; flex: 1 0 auto; } .f10100 { -webkit-flex: 1 0 100%; flex: 1 0 100%; } .f00a { -webkit-flex: 0 0 auto; flex: 0 0 auto; } /* E N D O H T E R F O R F L E X */
0.304042
0.02849
.settingContainer { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; width: 100%; } .glass-rect { display: block; padding: 25px; border: 1px solid rgb(235, 233, 233); background: linear-gradient( 111.29deg, rgba(255, 255, 255, 0.53) -1.83%, rgba(255, 255, 255, 0) 109.95% ); box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05); backdrop-filter: blur(70px); border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; } .nav-brand { display: inline-block; font-size: 30px; margin-top: -10px; font-weight: 600; color: white; } ul.nav-items { margin: 0; float: right; display: flex; list-style-type: none; } li.nav-item { display: inline-block; margin-left: 30px; font-size: 17px; font-weight: 600; color: white; cursor: pointer; } .main { font-weight: normal; float: right; padding: 10px; } .main-title { font-size: 35px; } .main-desc { font-size: 17px; line-height: 25px; } .btn-boost { margin-top: 10px; border: 0; width: 120px; height: 50px; font-size: 17px; color: #ffffff; background: linear-gradient( 111.29deg, rgba(255, 255, 255, 0.53) -1.83%, rgba(255, 255, 255, 0) 109.95% ); box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05); border-radius: 10px; font-family: 'br_omega', sans-serif; border: 1px solid rgb(235, 233, 233); cursor: pointer; } .img-wrapper { display: flex; float: left; border-radius: 50%; overflow: hidden; background-color: #8d33f3; } ::placeholder { font-weight: 400; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .profileInp { background: transparent; width: 250px; padding: 1em; margin-bottom: 2em; border: none; border-left: 1px solid white; border-top: 1px solid white; border-radius: 5000px; backdrop-filter: blur(5px); box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2); color: #fff; font-family: Montserrat, sans-serif; font-weight: 500; transition: all 0.2s ease-in-out; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); } input { outline: none; } .contentBody { min-height: 320px; min-width: 650px; } .ccBody { backdrop-filter: blur(1.5rem); border-radius: 1.2rem; padding: 1.5rem; box-shadow: 0 1rem 3rem -2rem #493167, inset 0 0 0.2rem 0rem rgba(255, 255, 255, 0.4); } .payment-card__title { font-weight: 600; color: #493167; margin: 1rem 0 1.5rem; } .ccGroup { display: flex; flex-direction: column; } .payment-card__field--small { max-width: 40%; } .payment-card__extra-fields { display: flex; justify-content: space-between; margin: 2rem 0 1rem; } .payment-card__input { background: none; border: none; border-bottom: dashed 5px rgba(255, 255, 255, 0.15); font-family: 'JetBrains Mono', monospace; color: #fff; } .payment-card__input:focus { outline: none; } .payment-card__input::placeholder { color: rgba(255, 255, 255, 0.5); } .payment-card__field--large .payment-card__input { width: 100%; font-size: 2rem; } .ccSmallLabel .payment-card__input { font-size: 1.2rem; } .ccLabel { color: #fff; margin: 0 0 0.2rem; font-weight: 400; }
client/components/settingPage/setting.css
.settingContainer { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; width: 100%; } .glass-rect { display: block; padding: 25px; border: 1px solid rgb(235, 233, 233); background: linear-gradient( 111.29deg, rgba(255, 255, 255, 0.53) -1.83%, rgba(255, 255, 255, 0) 109.95% ); box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05); backdrop-filter: blur(70px); border-top-left-radius: 40px; border-top-right-radius: 40px; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; } .nav-brand { display: inline-block; font-size: 30px; margin-top: -10px; font-weight: 600; color: white; } ul.nav-items { margin: 0; float: right; display: flex; list-style-type: none; } li.nav-item { display: inline-block; margin-left: 30px; font-size: 17px; font-weight: 600; color: white; cursor: pointer; } .main { font-weight: normal; float: right; padding: 10px; } .main-title { font-size: 35px; } .main-desc { font-size: 17px; line-height: 25px; } .btn-boost { margin-top: 10px; border: 0; width: 120px; height: 50px; font-size: 17px; color: #ffffff; background: linear-gradient( 111.29deg, rgba(255, 255, 255, 0.53) -1.83%, rgba(255, 255, 255, 0) 109.95% ); box-shadow: 50px 60px 100px rgba(0, 0, 0, 0.05); border-radius: 10px; font-family: 'br_omega', sans-serif; border: 1px solid rgb(235, 233, 233); cursor: pointer; } .img-wrapper { display: flex; float: left; border-radius: 50%; overflow: hidden; background-color: #8d33f3; } ::placeholder { font-weight: 400; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .profileInp { background: transparent; width: 250px; padding: 1em; margin-bottom: 2em; border: none; border-left: 1px solid white; border-top: 1px solid white; border-radius: 5000px; backdrop-filter: blur(5px); box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2); color: #fff; font-family: Montserrat, sans-serif; font-weight: 500; transition: all 0.2s ease-in-out; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); } input { outline: none; } .contentBody { min-height: 320px; min-width: 650px; } .ccBody { backdrop-filter: blur(1.5rem); border-radius: 1.2rem; padding: 1.5rem; box-shadow: 0 1rem 3rem -2rem #493167, inset 0 0 0.2rem 0rem rgba(255, 255, 255, 0.4); } .payment-card__title { font-weight: 600; color: #493167; margin: 1rem 0 1.5rem; } .ccGroup { display: flex; flex-direction: column; } .payment-card__field--small { max-width: 40%; } .payment-card__extra-fields { display: flex; justify-content: space-between; margin: 2rem 0 1rem; } .payment-card__input { background: none; border: none; border-bottom: dashed 5px rgba(255, 255, 255, 0.15); font-family: 'JetBrains Mono', monospace; color: #fff; } .payment-card__input:focus { outline: none; } .payment-card__input::placeholder { color: rgba(255, 255, 255, 0.5); } .payment-card__field--large .payment-card__input { width: 100%; font-size: 2rem; } .ccSmallLabel .payment-card__input { font-size: 1.2rem; } .ccLabel { color: #fff; margin: 0 0 0.2rem; font-weight: 400; }
0.567457
0.121581
:root { scroll-behavior: smooth; --bg-color: white; --bg-text: black; --black: black; --mp-spacing: 1rem; --mark-color: #fff4b8; --font-stack: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "Helvetica Neue", "Helvetica", Cantarell, Oxygen, Arial, Tahoma, Geneva, Verdana, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } body { background-color: var(--bg-color); color: var(--bg-text); line-height: 1.5; font-family: var(--font-stack); } a { color: #007bff; text-decoration: none; background-color: transparent; } [hidden] { display: none !important; } code { font-family: "Ubuntu Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } /* Typography */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } .d1 { font-size: 5rem; } .d2 { font-size: 4.5rem; } .d3 { font-size: 4rem; } .d4 { font-size: 3.5rem; } mark { padding: .2em; background-color: var(--mark-color); } blockquote, body, dd, dl, dt, fieldset, figure, hr, html, iframe, legend, li, ol, p, pre, textarea, ul { margin: 0; padding: 0; } /* Padding and margin */ .p0 { padding: 0; } .p1 { padding: calc(var(--mp-spacing) * .25); } .p2 { padding: calc(var(--mp-spacing) * .5); } .p3 { padding: var(--mp-spacing); } .p4 { padding: calc(var(--mp-spacing) * 1.25); } .p5 { padding: calc(var(--mp-spacing) * 1.5); } .p6 { padding: calc(var(--mp-spacing) * 1.75); } .p7 { padding: calc(var(--mp-spacing) * 2); } .m0 { margin: 0; } .m1 { margin: calc(var(--mp-spacing) * .25); } .m2 { margin: calc(var(--mp-spacing) * .5); } .m3 { margin: var(--mp-spacing); } .m4 { margin: calc(var(--mp-spacing) * 1.25); } .m5 { margin: calc(var(--mp-spacing) * 1.5); } .m6 { margin: calc(var(--mp-spacing) * 1.75); } .m7 { margin: calc(var(--mp-spacing) * 2); } /* Image Utility Classes */ .img-fluid { max-width: 100%; height: auto; } .img-round { border-radius: .25rem !important; } .img-thumbnail { padding: .25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: .25rem; max-width: 100%; height: auto; } /* Dark Mode */ .dark-mode { --bg-color: #1d1e20; --bg-text: white; --mark-color: #ffdc1f; } .dark-mode mark { opacity: 0.8; } .dark-mode hr, .dark-hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0,0,0,.1); border-bottom: none; }
styleCore.css
:root { scroll-behavior: smooth; --bg-color: white; --bg-text: black; --black: black; --mp-spacing: 1rem; --mark-color: #fff4b8; --font-stack: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, "Helvetica Neue", "Helvetica", Cantarell, Oxygen, Arial, Tahoma, Geneva, Verdana, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } body { background-color: var(--bg-color); color: var(--bg-text); line-height: 1.5; font-family: var(--font-stack); } a { color: #007bff; text-decoration: none; background-color: transparent; } [hidden] { display: none !important; } code { font-family: "Ubuntu Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } /* Typography */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.75rem; } h4, .h4 { font-size: 1.5rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } .d1 { font-size: 5rem; } .d2 { font-size: 4.5rem; } .d3 { font-size: 4rem; } .d4 { font-size: 3.5rem; } mark { padding: .2em; background-color: var(--mark-color); } blockquote, body, dd, dl, dt, fieldset, figure, hr, html, iframe, legend, li, ol, p, pre, textarea, ul { margin: 0; padding: 0; } /* Padding and margin */ .p0 { padding: 0; } .p1 { padding: calc(var(--mp-spacing) * .25); } .p2 { padding: calc(var(--mp-spacing) * .5); } .p3 { padding: var(--mp-spacing); } .p4 { padding: calc(var(--mp-spacing) * 1.25); } .p5 { padding: calc(var(--mp-spacing) * 1.5); } .p6 { padding: calc(var(--mp-spacing) * 1.75); } .p7 { padding: calc(var(--mp-spacing) * 2); } .m0 { margin: 0; } .m1 { margin: calc(var(--mp-spacing) * .25); } .m2 { margin: calc(var(--mp-spacing) * .5); } .m3 { margin: var(--mp-spacing); } .m4 { margin: calc(var(--mp-spacing) * 1.25); } .m5 { margin: calc(var(--mp-spacing) * 1.5); } .m6 { margin: calc(var(--mp-spacing) * 1.75); } .m7 { margin: calc(var(--mp-spacing) * 2); } /* Image Utility Classes */ .img-fluid { max-width: 100%; height: auto; } .img-round { border-radius: .25rem !important; } .img-thumbnail { padding: .25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: .25rem; max-width: 100%; height: auto; } /* Dark Mode */ .dark-mode { --bg-color: #1d1e20; --bg-text: white; --mark-color: #ffdc1f; } .dark-mode mark { opacity: 0.8; } .dark-mode hr, .dark-hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0,0,0,.1); border-bottom: none; }
0.398406
0.105671
body{ background-color: rgb(122, 103, 16); color: whitesmoke; } .topHeaderBanner { padding: auto; color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); height: auto; width: 100%; } .topHeaderBanner h1 { text-align: right; padding: auto; display: inline-block; font-size: 46px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); background-color: rgb(122, 103, 16); height: 50px; width: 475px; } .topHeaderBanner h6 { padding-bottom: 18px; margin: auto; } .topHeaderBanner nav { padding-top: 35px; margin-right: 50px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; color: rgb(122, 103, 16); } .nav a.active, .nav a:hover { color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); } a { color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); } .menu-container { margin: 0% auto; content: " "; z-index: 100; top: 0em; right: 0; position: fixed; height: 100%; width: 100%; position: absolute; /* This ensures that the images cannot render outside of their container without forcing any scrollbars*/ overflow: hidden; text-align: right; } .sidebar h2 { float: left; border: rgb(27, 36, 56); padding: 100px; display: inline-block; font-size: 32px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); } .sidebar p { display: wrap; font-size: 20px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); } /* .sidebar p h6 { display: inline-block; } */ .selfie { float: right; } /* Deployed Project Button Style */ #code { box-shadow: 3px 4px 0px 0px #21338a; background:linear-gradient(to bottom, #c4ae20 5%, #8838f0 100%); background-color:#7520c4; border-radius:18px; border:1px solid #cfc019; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:17px; padding:7px 25px; text-decoration:none; text-shadow:0px 1px 0px #857e3d; } #code:hover { background:linear-gradient(to bottom, #3e38f0 5%, #c4ae20 100%); background-color:#3e38f0; } #code:active { position:relative; top:1px; } .project-Container{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } .Project { flex-grow: 3; align-items: center; } .Project h4, .Project h6 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } #proPic { width: 225px; height: 245px; float: left; padding: 12px; } .wrapper { margin-right: 15%; } .contact { padding: 5px; } figcaption h6 { display: inline-block; } /* .UWBC { width: 225px; height: 245px; float: right; } */ /* Phrases */ .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .os-phrases h2 { font-family: 'Dosis', 'Lato', sans-serif; font-size: 35px; font-weight: 200; width: 100%; overflow: hidden; text-transform: uppercase; padding: 0; margin-top: auto; position: absolute; top: 0px; left: 0; letter-spacing: 8px; text-align: center; opacity: 0; } .os-phrases h2, .os-phrases h2 > span { height: 100%; /* Centering with flexbox */ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .os-phrases h2 > span { margin: auto; } .os-phrases h2 > span > span { display: inline-block; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; transform-origin: 50% 50%; } .os-phrases h2 > span > span > span { display: inline-block; color: hsla(0,0%,0%,0); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-animation: OpeningSequence 14.51145s linear forwards; -moz-animation: OpeningSequence 14.51145s linear forwards; animation: OpeningSequence 14.51145s linear forwards; } .os-phrases h2:nth-child(2) > span > span > span { -webkit-animation-delay: 8.57s; -moz-animation-delay: 8.57s; animation-delay: 8.57s; } .os-phrases h2:nth-child(3) > span > span > span { -webkit-animation-delay: 17s; -moz-animation-delay: 17s; animation-delay: 17s; } .os-phrases h2:nth-child(4) > span > span > span { -webkit-animation-delay: 25s; -moz-animation-delay: 25s; animation-delay: 25s; } .os-phrases h2:nth-child(5) > span > span > span { font-size: 150px; -webkit-animation-delay: 32s; -moz-animation-delay: 32s; animation-delay: 32s; } .os-phrases h2:nth-child(6) > span > span > span { -webkit-animation-delay: 42; -moz-animation-delay: 42; animation-delay: 42; -webkit-animation-duration: 5.2s; -moz-animation-duration: 5.2s; animation-duration: 5.2s; } .os-phrases h2:nth-child(7) > span > span > span { -webkit-animation-delay: 48s; -moz-animation-delay: 48s; animation-delay: 48s; -webkit-animation-duration: 5s; -moz-animation-duration: 5s; animation-duration: 5s; } @-webkit-keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 30px; opacity: 0; -webkit-transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 8px; opacity: 0.8; -webkit-transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; -webkit-transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; -webkit-transform: translateZ(130px); pointer-events: none; } } @-moz-keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 80px; opacity: 0.2; -moz-transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 14px; opacity: 0.8; -moz-transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; -moz-transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; -moz-transform: translateZ(130px); pointer-events: none; } } @keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 80px; opacity: 0.2; transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 14px; opacity: 0.8; transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; transform: translateZ(130px); pointer-events: none; } } .os-phrases h2:nth-child(8) > span > span > span { font-size: 30px; -webkit-animation: FadeIn 4s linear 50s forwards; -moz-animation: FadeIn 4s linear 50s forwards; animation: FadeIn 4s linear 50s forwards; -webkit-animation: FadeIn 50s linear 50s forwards; -moz-animation: FadeIn 50s linear 50s forwards; animation: FadeIn 50s linear 50s forwards; } @-webkit-keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px rgb(67, 32, 78);; } 100% { opacity: 0.8; text-shadow: 0 0 2px #fff; } } @-moz-keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px #fff; } 100% { opacity: 0.8; text-shadow: 0 0 2px rgb(67, 32, 78);; } } @keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px rgb(67, 32, 78);; } 100% { opacity: 0.8; text-shadow: 0 0 2px #fff; } } /* Bold words */ .os-phrases h2:first-child .word3, .os-phrases h2:nth-child(2) .word2, .os-phrases h2:nth-child(4) .word2 { font-weight: 800; }
Assets/CSS/portfolio.css
body{ background-color: rgb(122, 103, 16); color: whitesmoke; } .topHeaderBanner { padding: auto; color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); height: auto; width: 100%; } .topHeaderBanner h1 { text-align: right; padding: auto; display: inline-block; font-size: 46px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); background-color: rgb(122, 103, 16); height: 50px; width: 475px; } .topHeaderBanner h6 { padding-bottom: 18px; margin: auto; } .topHeaderBanner nav { padding-top: 35px; margin-right: 50px; float: right; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 20px; color: rgb(122, 103, 16); } .nav a.active, .nav a:hover { color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); } a { color: rgb(122, 103, 16); background-color: rgb(67, 32, 78); } .menu-container { margin: 0% auto; content: " "; z-index: 100; top: 0em; right: 0; position: fixed; height: 100%; width: 100%; position: absolute; /* This ensures that the images cannot render outside of their container without forcing any scrollbars*/ overflow: hidden; text-align: right; } .sidebar h2 { float: left; border: rgb(27, 36, 56); padding: 100px; display: inline-block; font-size: 32px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); } .sidebar p { display: wrap; font-size: 20px; font-family: 'Century Gothic', 'Code2000','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; color: rgb(67, 32, 78); } /* .sidebar p h6 { display: inline-block; } */ .selfie { float: right; } /* Deployed Project Button Style */ #code { box-shadow: 3px 4px 0px 0px #21338a; background:linear-gradient(to bottom, #c4ae20 5%, #8838f0 100%); background-color:#7520c4; border-radius:18px; border:1px solid #cfc019; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:17px; padding:7px 25px; text-decoration:none; text-shadow:0px 1px 0px #857e3d; } #code:hover { background:linear-gradient(to bottom, #3e38f0 5%, #c4ae20 100%); background-color:#3e38f0; } #code:active { position:relative; top:1px; } .project-Container{ display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } .Project { flex-grow: 3; align-items: center; } .Project h4, .Project h6 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } #proPic { width: 225px; height: 245px; float: left; padding: 12px; } .wrapper { margin-right: 15%; } .contact { padding: 5px; } figcaption h6 { display: inline-block; } /* .UWBC { width: 225px; height: 245px; float: right; } */ /* Phrases */ .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .os-phrases h2 { font-family: 'Dosis', 'Lato', sans-serif; font-size: 35px; font-weight: 200; width: 100%; overflow: hidden; text-transform: uppercase; padding: 0; margin-top: auto; position: absolute; top: 0px; left: 0; letter-spacing: 8px; text-align: center; opacity: 0; } .os-phrases h2, .os-phrases h2 > span { height: 100%; /* Centering with flexbox */ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .os-phrases h2 > span { margin: auto; } .os-phrases h2 > span > span { display: inline-block; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; transform-origin: 50% 50%; } .os-phrases h2 > span > span > span { display: inline-block; color: hsla(0,0%,0%,0); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-animation: OpeningSequence 14.51145s linear forwards; -moz-animation: OpeningSequence 14.51145s linear forwards; animation: OpeningSequence 14.51145s linear forwards; } .os-phrases h2:nth-child(2) > span > span > span { -webkit-animation-delay: 8.57s; -moz-animation-delay: 8.57s; animation-delay: 8.57s; } .os-phrases h2:nth-child(3) > span > span > span { -webkit-animation-delay: 17s; -moz-animation-delay: 17s; animation-delay: 17s; } .os-phrases h2:nth-child(4) > span > span > span { -webkit-animation-delay: 25s; -moz-animation-delay: 25s; animation-delay: 25s; } .os-phrases h2:nth-child(5) > span > span > span { font-size: 150px; -webkit-animation-delay: 32s; -moz-animation-delay: 32s; animation-delay: 32s; } .os-phrases h2:nth-child(6) > span > span > span { -webkit-animation-delay: 42; -moz-animation-delay: 42; animation-delay: 42; -webkit-animation-duration: 5.2s; -moz-animation-duration: 5.2s; animation-duration: 5.2s; } .os-phrases h2:nth-child(7) > span > span > span { -webkit-animation-delay: 48s; -moz-animation-delay: 48s; animation-delay: 48s; -webkit-animation-duration: 5s; -moz-animation-duration: 5s; animation-duration: 5s; } @-webkit-keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 30px; opacity: 0; -webkit-transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 8px; opacity: 0.8; -webkit-transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; -webkit-transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; -webkit-transform: translateZ(130px); pointer-events: none; } } @-moz-keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 80px; opacity: 0.2; -moz-transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 14px; opacity: 0.8; -moz-transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; -moz-transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; -moz-transform: translateZ(130px); pointer-events: none; } } @keyframes OpeningSequence { 0% { text-shadow: 0 0 100px #fff; letter-spacing: 80px; opacity: 0.2; transform: rotateY(-90deg); } 50% { text-shadow: 0 0 2px rgb(67, 32, 78);; letter-spacing: 14px; opacity: 0.8; transform: rotateY(0deg); } 85% { text-shadow: 0 0 2px #fff; opacity: 0.8; transform: rotateY(0deg) translateZ(100px); } 100% { text-shadow: 0 0 20px rgb(67, 32, 78);; opacity: 0; transform: translateZ(130px); pointer-events: none; } } .os-phrases h2:nth-child(8) > span > span > span { font-size: 30px; -webkit-animation: FadeIn 4s linear 50s forwards; -moz-animation: FadeIn 4s linear 50s forwards; animation: FadeIn 4s linear 50s forwards; -webkit-animation: FadeIn 50s linear 50s forwards; -moz-animation: FadeIn 50s linear 50s forwards; animation: FadeIn 50s linear 50s forwards; } @-webkit-keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px rgb(67, 32, 78);; } 100% { opacity: 0.8; text-shadow: 0 0 2px #fff; } } @-moz-keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px #fff; } 100% { opacity: 0.8; text-shadow: 0 0 2px rgb(67, 32, 78);; } } @keyframes FadeIn { 0% { opacity: 0; text-shadow: 0 0 100px rgb(67, 32, 78);; } 100% { opacity: 0.8; text-shadow: 0 0 2px #fff; } } /* Bold words */ .os-phrases h2:first-child .word3, .os-phrases h2:nth-child(2) .word2, .os-phrases h2:nth-child(4) .word2 { font-weight: 800; }
0.513912
0.090977
==================== */ body { margin: 0; height: 100vh; font-family: 'Roboto'; padding-top: 70px; } a { text-decoration: none; } footer { position: fixed; bottom: 0; left: 0; } .container { margin: 0; width: 100vw; } .navbar.navbar-default { background-color: #2e2e2e; display: flex; align-items: center; width: 100vw; position: fixed; top: 0; left: 0; } .navbar-brand > span { margin-right: 10px; } .navbar-brand *,.navbar-brand, .navbar-nav.navbar-right * { color: #e2e2e2 !important; } .navbar-header { width: 100vw; padding: 0 20px; position: relative; } .form-group { margin: 0; } .form-group:first-child { margin-top: 20px; } .navbar .navbar-nav > li > a { padding: 5px 10px; } .jumbotron { position: relative; } /* PERSONAL */ #line { position: fixed; bottom: 57px; left: 0; width: 100vw !important; height: 350px !important; } .right { position: absolute; right: 20px; display: inline-flex; } .navbar .navbar-text { margin-top: 18px; } #currentAge { font-weight: 800; font-size: 300px; position: fixed; bottom: 60px; left: -35px; color: rgba(226,226,226,0.7); } #strava { background-color: #fc4c02; color: #fff; padding: 10px 20px; } #rightClick, #leftClick { position: absolute; color: #e2e2e2; top: 45%; } #rightClick { right: 20px; } #leftClick { left: 20px; } #rightClick:hover, #leftClick:hover { color: #2e2e2e; } /* YINGHANG'S OLD STYLES ====================*/ main { padding-top:10px; } /* HEADER ===================== */ header .navbar { border-radius: 0; } footer { background-color: white; width: 100%; padding-bottom: 10px } font { margin: 50px; } /* NGANIMATE ====================== */ /* show and hide */ .show-hide-message.ng-hide-remove { -webkit-animation: zoomIn 0.3s both ease; -moz-animation: zoomIn 0.3s both ease; animation: zoomIn 0.3s both ease; } /* ANIMATIONS ====================== */ .spinner { -webkit-animation: spin 1s infinite; -moz-animation: spin 1s infinite; animation: spin 1s infinite; } .avatar { height: 140px; width: 108px; background-image: url(http://blaiprat.github.io/jquery.animateSprite/img/scottpilgrim_multiple.png); } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @media screen and (min-width: 768px) { .jumbotron { padding: 36px 0; } #line { height: 305px !important; } #currentAge { bottom: 15px; } }
public/assets/css/style.css
==================== */ body { margin: 0; height: 100vh; font-family: 'Roboto'; padding-top: 70px; } a { text-decoration: none; } footer { position: fixed; bottom: 0; left: 0; } .container { margin: 0; width: 100vw; } .navbar.navbar-default { background-color: #2e2e2e; display: flex; align-items: center; width: 100vw; position: fixed; top: 0; left: 0; } .navbar-brand > span { margin-right: 10px; } .navbar-brand *,.navbar-brand, .navbar-nav.navbar-right * { color: #e2e2e2 !important; } .navbar-header { width: 100vw; padding: 0 20px; position: relative; } .form-group { margin: 0; } .form-group:first-child { margin-top: 20px; } .navbar .navbar-nav > li > a { padding: 5px 10px; } .jumbotron { position: relative; } /* PERSONAL */ #line { position: fixed; bottom: 57px; left: 0; width: 100vw !important; height: 350px !important; } .right { position: absolute; right: 20px; display: inline-flex; } .navbar .navbar-text { margin-top: 18px; } #currentAge { font-weight: 800; font-size: 300px; position: fixed; bottom: 60px; left: -35px; color: rgba(226,226,226,0.7); } #strava { background-color: #fc4c02; color: #fff; padding: 10px 20px; } #rightClick, #leftClick { position: absolute; color: #e2e2e2; top: 45%; } #rightClick { right: 20px; } #leftClick { left: 20px; } #rightClick:hover, #leftClick:hover { color: #2e2e2e; } /* YINGHANG'S OLD STYLES ====================*/ main { padding-top:10px; } /* HEADER ===================== */ header .navbar { border-radius: 0; } footer { background-color: white; width: 100%; padding-bottom: 10px } font { margin: 50px; } /* NGANIMATE ====================== */ /* show and hide */ .show-hide-message.ng-hide-remove { -webkit-animation: zoomIn 0.3s both ease; -moz-animation: zoomIn 0.3s both ease; animation: zoomIn 0.3s both ease; } /* ANIMATIONS ====================== */ .spinner { -webkit-animation: spin 1s infinite; -moz-animation: spin 1s infinite; animation: spin 1s infinite; } .avatar { height: 140px; width: 108px; background-image: url(http://blaiprat.github.io/jquery.animateSprite/img/scottpilgrim_multiple.png); } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes spin { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } } @media screen and (min-width: 768px) { .jumbotron { padding: 36px 0; } #line { height: 305px !important; } #currentAge { bottom: 15px; } }
0.396886
0.08043
.usersPage { width: 100%; height: 100%; margin-top: 2rem; } .container { overflow-y: hidden; height: 80%; width: 100vw; display: flex; flex-direction: row; justify-content: center; align-items: stretch; margin-bottom: 2rem; } .userInfo { background-color: var(--dark-2); border-radius: 1rem; height: 50%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .userInfo p { margin-top: 0.4rem; color: var(--accent-1); cursor: pointer; } .userInfo p:hover { color: white; } .userImage { margin-top: 2rem; position: relative; border-radius: 50%; } .partLists { position: relative; display: flex; margin-left: 2rem; flex-grow: 0.6; background-color: var(--dark-2); border-radius: 1rem; margin-right: 2rem; } .partLists.noLists { align-items: center; justify-content: center; } .userSummary { position: relative; margin-left: 2rem; height: 100%; display: flex; flex-direction: column; align-items: center; flex-grow: 0.1; } .userName { display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.7rem; } .userNameText { margin-top: 0; margin-bottom: 0.3rem; width: 100%; font-size: max(2.5vw, 1.5rem); color: white; font-weight: bold; } .badges { margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; flex-direction: row; margin-bottom: 1rem; } .badge { color: var(--accent-1); font-size: 1.7rem; margin-left: 0.3rem; margin-right: 0.3rem; user-select: none; } .badge:focus { outline: none; } .userStats { margin-top: 2rem; height: 30%; width: 100%; flex-grow: 1; background-color: var(--dark-2); border-radius: 1rem; } .stat { margin-left: 2rem; } .stat span { color: var(--accent-1); } .statValue { color: var(--accent-1); } @media screen and (max-width: 1000px) { .container { all: unset; display: flex; flex-direction: column; margin: 0; align-items: center; justify-content: flex-start; margin-top: 1rem; width: 100vw; margin-bottom: 1rem; } .userSummary { margin: 0; width: 90% !important; height: unset; } .userNameText { font-size: max(4vw, 2rem); } .userStats { margin-top: 1rem; } .partLists.noLists h2 { text-align: center; font-size: 1.25rem; margin: 0 1rem 0 1rem; } .partLists { all: unset; display: flex; background-color: var(--dark-2); border-radius: 1rem; height: 20rem; width: 90%; margin-top: 1rem; } .partLists.noLists { align-items: center; justify-content: center; } }
pages/users/[id]/usersPage.module.css
.usersPage { width: 100%; height: 100%; margin-top: 2rem; } .container { overflow-y: hidden; height: 80%; width: 100vw; display: flex; flex-direction: row; justify-content: center; align-items: stretch; margin-bottom: 2rem; } .userInfo { background-color: var(--dark-2); border-radius: 1rem; height: 50%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .userInfo p { margin-top: 0.4rem; color: var(--accent-1); cursor: pointer; } .userInfo p:hover { color: white; } .userImage { margin-top: 2rem; position: relative; border-radius: 50%; } .partLists { position: relative; display: flex; margin-left: 2rem; flex-grow: 0.6; background-color: var(--dark-2); border-radius: 1rem; margin-right: 2rem; } .partLists.noLists { align-items: center; justify-content: center; } .userSummary { position: relative; margin-left: 2rem; height: 100%; display: flex; flex-direction: column; align-items: center; flex-grow: 0.1; } .userName { display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.7rem; } .userNameText { margin-top: 0; margin-bottom: 0.3rem; width: 100%; font-size: max(2.5vw, 1.5rem); color: white; font-weight: bold; } .badges { margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; flex-direction: row; margin-bottom: 1rem; } .badge { color: var(--accent-1); font-size: 1.7rem; margin-left: 0.3rem; margin-right: 0.3rem; user-select: none; } .badge:focus { outline: none; } .userStats { margin-top: 2rem; height: 30%; width: 100%; flex-grow: 1; background-color: var(--dark-2); border-radius: 1rem; } .stat { margin-left: 2rem; } .stat span { color: var(--accent-1); } .statValue { color: var(--accent-1); } @media screen and (max-width: 1000px) { .container { all: unset; display: flex; flex-direction: column; margin: 0; align-items: center; justify-content: flex-start; margin-top: 1rem; width: 100vw; margin-bottom: 1rem; } .userSummary { margin: 0; width: 90% !important; height: unset; } .userNameText { font-size: max(4vw, 2rem); } .userStats { margin-top: 1rem; } .partLists.noLists h2 { text-align: center; font-size: 1.25rem; margin: 0 1rem 0 1rem; } .partLists { all: unset; display: flex; background-color: var(--dark-2); border-radius: 1rem; height: 20rem; width: 90%; margin-top: 1rem; } .partLists.noLists { align-items: center; justify-content: center; } }
0.681727
0.092688
html, body { font-family: "Nunito", sans-serif; //color: #636b6f; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #223047; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .center { text-align: center; position: fixed; } .uploader { text-align: center; right: 0; left: 0; top:270px; weight:90%; background-color: #d9e6f2; border-radius: 30px; margin: 50px; padding: 70px; } .upload-btn-wrapper { position:center; left: 50%; overflow: hidden; display: inline-block; } .btn { /* border: 2px solid gray; color: gray; background-color: white; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; */ background-color: #6495ED; border-radius: 100px; color: white; padding: 20px ; //text-align: center; text-decoration: none; //display: inline-block; font-size: 13px; margin-left: 10px; font-weight: bold; } .btn:hover{ background-color: #4CAF50; /* Green */ color: white; box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24), 0 6px 16px 0 rgba(0,0,0,0.19); } .upload-btn-wrapper input[type=file] { font-size: 100px; left: 30%; top: 0; opacity: 0; } .vertical-center { margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } h4 { margin-top: 5%; text-align: center; color: #668cff; } .custom-file-input::-webkit-file-upload-button { visibility: hidden; } .custom-file-input::before { content: 'Carica schema Database'; //display: inline-block; //background: linear-gradient(top, #f9f9f9, #e3e3e3); //background-color: white; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: bold; font-size: 15pt; } .custom-file-input:hover::before { border-color: black; //box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24), 0 6px 16px 0 rgba(0,0,0,0.19); } .custom-file-input:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } .flowchart-example-container { height: 75%; width: 85%; background: #d9e6f2; //margin-top: 80px; position: absolute; //position: fixed ; border-radius: 30px; margin-left: 8%; margin-right: 8%; //outline: 80px solid #78a7c4; } .crudbtn{ padding-top: 10px; background-color: #668cff; color:white; padding: 5px; } .textarea{ padding: 20px; } .dataArea{ width: 400px; height: 400px; } .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } /* The container <div> - needed to position the dropdown content */ .dropdown { //position:absolute; //position: relative; margin-left: auto; top:40%; left:90%; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #4CAF50; //min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); //z-index: 1; //left: 0px; border-radius: 20px; width: 200px; text-align: left; padding:16px; font-size:16px; color: white; left:300px; float: inherit; margin-top: 10px; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a {background-color: #f1f1f1} /* Show the dropdown menu on hover */ .dropdown .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: #3e8e41; } .sidenav { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: absolute; /* Stay in place */ z-index: 1; /* Stay on top */ top: 50%; /* Stay at the top */ left: 50%; background-color: #111; /* Black*/ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ } /* The navigation menu links */ .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { transition: margin-left .5s; padding: 20px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} }
public/css/styles.css
html, body { font-family: "Nunito", sans-serif; //color: #636b6f; } ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #223047; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .center { text-align: center; position: fixed; } .uploader { text-align: center; right: 0; left: 0; top:270px; weight:90%; background-color: #d9e6f2; border-radius: 30px; margin: 50px; padding: 70px; } .upload-btn-wrapper { position:center; left: 50%; overflow: hidden; display: inline-block; } .btn { /* border: 2px solid gray; color: gray; background-color: white; padding: 8px 20px; border-radius: 8px; font-size: 20px; font-weight: bold; */ background-color: #6495ED; border-radius: 100px; color: white; padding: 20px ; //text-align: center; text-decoration: none; //display: inline-block; font-size: 13px; margin-left: 10px; font-weight: bold; } .btn:hover{ background-color: #4CAF50; /* Green */ color: white; box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24), 0 6px 16px 0 rgba(0,0,0,0.19); } .upload-btn-wrapper input[type=file] { font-size: 100px; left: 30%; top: 0; opacity: 0; } .vertical-center { margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } h4 { margin-top: 5%; text-align: center; color: #668cff; } .custom-file-input::-webkit-file-upload-button { visibility: hidden; } .custom-file-input::before { content: 'Carica schema Database'; //display: inline-block; //background: linear-gradient(top, #f9f9f9, #e3e3e3); //background-color: white; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: bold; font-size: 15pt; } .custom-file-input:hover::before { border-color: black; //box-shadow: 0 3px 5px 0 rgba(0,0,0,0.24), 0 6px 16px 0 rgba(0,0,0,0.19); } .custom-file-input:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } .flowchart-example-container { height: 75%; width: 85%; background: #d9e6f2; //margin-top: 80px; position: absolute; //position: fixed ; border-radius: 30px; margin-left: 8%; margin-right: 8%; //outline: 80px solid #78a7c4; } .crudbtn{ padding-top: 10px; background-color: #668cff; color:white; padding: 5px; } .textarea{ padding: 20px; } .dataArea{ width: 400px; height: 400px; } .dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } /* The container <div> - needed to position the dropdown content */ .dropdown { //position:absolute; //position: relative; margin-left: auto; top:40%; left:90%; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; position: absolute; background-color: #4CAF50; //min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); //z-index: 1; //left: 0px; border-radius: 20px; width: 200px; text-align: left; padding:16px; font-size:16px; color: white; left:300px; float: inherit; margin-top: 10px; } /* Links inside the dropdown */ .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } /* Change color of dropdown links on hover */ .dropdown-content a {background-color: #f1f1f1} /* Show the dropdown menu on hover */ .dropdown .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: #3e8e41; } .sidenav { height: 100%; /* 100% Full-height */ width: 0; /* 0 width - change this with JavaScript */ position: absolute; /* Stay in place */ z-index: 1; /* Stay on top */ top: 50%; /* Stay at the top */ left: 50%; background-color: #111; /* Black*/ overflow-x: hidden; /* Disable horizontal scroll */ padding-top: 60px; /* Place content 60px from the top */ transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ } /* The navigation menu links */ .sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s; } /* When you mouse over the navigation links, change their color */ .sidenav a:hover { color: #f1f1f1; } /* Position and style the close button (top right corner) */ .sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { transition: margin-left .5s; padding: 20px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} }
0.353763
0.08548
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,600;0,700;1,300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } :root { --clr-blue: hsl(223, 87%, 63%); --clr-pale-blue: hsl(223, 100%, 88%); --clr-light-red: hsl(354, 100%, 66%); --clr-gray: hsl(0, 0%, 59%); --clr-very-dark-blue: hsl(209, 33%, 12%); --font-default: 'Libre Franklin', sans-serif; } /***********************************/ /* General Styles */ body { font-family: var(--font-default); padding-inline: 1rem; } a { text-decoration: none; } /***********************************/ /* Main */ /* Content container */ .content-c { width: 100%; max-width: 650px; margin: 0 auto; text-align: center; } .logo { width: max-content; display: inline-block; margin-block: 80px 50px; padding: 3px 3px 0; } .content-c h1 { font-size: clamp(1.5rem, 6vw, 3rem); font-weight: 300; color: var(--clr-gray); } .content-c h1 > strong { color: var(--clr-very-dark-blue); } .content-c h2 { font-size: clamp(1rem, 4vw, 1.25rem); font-weight: 300; color: var(--clr-very-dark-blue); margin-block: 22px 42px; } /* Form container */ .form-c { display: flex; flex-direction: column; justify-content: center; gap: 0.75rem 1.25rem; margin-block-end: 94px; } #email { width: 100%; font-size: 1rem; color: var(--clr-very-dark-blue); border: 1px solid var(--clr-pale-blue); border-radius: 4em; padding: 1.25em 2em; } #email::placeholder { color: var(--clr-pale-blue); } #email:focus-visible { outline-color: var(--clr-blue); } #email.show { border-color: var(--clr-light-red); outline: none; } #email.show::placeholder { color: var(--clr-light-red); } #error-msg { display: none; color: var(--clr-light-red); font-size: clamp(0.625rem, 3.5vw, 1rem); font-style: italic; margin-block-end: 1rem; } #error-msg.show { display: block; } #btn-submit { width: 100%; cursor: pointer; font-size: 1rem; font-weight: 500; color: #fff; border: none; border-radius: 4em; background-color: var(--clr-blue); box-shadow: 0 8px 15px rgba(79, 125, 243, 0.3); padding: 1.25em 2em; transition: opacity 150ms ease; } #btn-submit:hover { opacity: 0.9; } #img-dashboard { width: 100%; } /***********************************/ /* Footer */ footer { margin: 94px auto 0; text-align: center; } /* Social container */ .socials-c { display: flex; justify-content: center; gap: 0.75rem; } .social-link { width: 2.25em; height: 2.25em; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--clr-pale-blue); border-radius: 50%; color: var(--clr-blue); padding: 0.625em; transition: background-color 200ms ease, color 200ms ease; } .social-link:hover, .social-link:focus-visible { background-color: var(--clr-blue); color: #fff; } .copyright { font-size: clamp(0.875rem, 4vw, 1rem); color: var(--clr-gray); margin-block: 1.875rem; } .attribution { font-size: clamp(0.875rem, 4vw, 1rem); color: var(--clr-gray); margin-block-end: 1.875rem; line-height: 1.6em; } .attribution a { color: var(--clr-blue); } /***********************************/ /* Media Queries */ @media (min-width: 500px) { .form-c { flex-direction: row; position: relative; } #email { max-width: 425px; } #error-msg { position: absolute; bottom: -48px; left: 2rem; } #btn-submit { max-width: 205px; } footer { margin-block-start: 74px; } }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,600;0,700;1,300&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } :root { --clr-blue: hsl(223, 87%, 63%); --clr-pale-blue: hsl(223, 100%, 88%); --clr-light-red: hsl(354, 100%, 66%); --clr-gray: hsl(0, 0%, 59%); --clr-very-dark-blue: hsl(209, 33%, 12%); --font-default: 'Libre Franklin', sans-serif; } /***********************************/ /* General Styles */ body { font-family: var(--font-default); padding-inline: 1rem; } a { text-decoration: none; } /***********************************/ /* Main */ /* Content container */ .content-c { width: 100%; max-width: 650px; margin: 0 auto; text-align: center; } .logo { width: max-content; display: inline-block; margin-block: 80px 50px; padding: 3px 3px 0; } .content-c h1 { font-size: clamp(1.5rem, 6vw, 3rem); font-weight: 300; color: var(--clr-gray); } .content-c h1 > strong { color: var(--clr-very-dark-blue); } .content-c h2 { font-size: clamp(1rem, 4vw, 1.25rem); font-weight: 300; color: var(--clr-very-dark-blue); margin-block: 22px 42px; } /* Form container */ .form-c { display: flex; flex-direction: column; justify-content: center; gap: 0.75rem 1.25rem; margin-block-end: 94px; } #email { width: 100%; font-size: 1rem; color: var(--clr-very-dark-blue); border: 1px solid var(--clr-pale-blue); border-radius: 4em; padding: 1.25em 2em; } #email::placeholder { color: var(--clr-pale-blue); } #email:focus-visible { outline-color: var(--clr-blue); } #email.show { border-color: var(--clr-light-red); outline: none; } #email.show::placeholder { color: var(--clr-light-red); } #error-msg { display: none; color: var(--clr-light-red); font-size: clamp(0.625rem, 3.5vw, 1rem); font-style: italic; margin-block-end: 1rem; } #error-msg.show { display: block; } #btn-submit { width: 100%; cursor: pointer; font-size: 1rem; font-weight: 500; color: #fff; border: none; border-radius: 4em; background-color: var(--clr-blue); box-shadow: 0 8px 15px rgba(79, 125, 243, 0.3); padding: 1.25em 2em; transition: opacity 150ms ease; } #btn-submit:hover { opacity: 0.9; } #img-dashboard { width: 100%; } /***********************************/ /* Footer */ footer { margin: 94px auto 0; text-align: center; } /* Social container */ .socials-c { display: flex; justify-content: center; gap: 0.75rem; } .social-link { width: 2.25em; height: 2.25em; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--clr-pale-blue); border-radius: 50%; color: var(--clr-blue); padding: 0.625em; transition: background-color 200ms ease, color 200ms ease; } .social-link:hover, .social-link:focus-visible { background-color: var(--clr-blue); color: #fff; } .copyright { font-size: clamp(0.875rem, 4vw, 1rem); color: var(--clr-gray); margin-block: 1.875rem; } .attribution { font-size: clamp(0.875rem, 4vw, 1rem); color: var(--clr-gray); margin-block-end: 1.875rem; line-height: 1.6em; } .attribution a { color: var(--clr-blue); } /***********************************/ /* Media Queries */ @media (min-width: 500px) { .form-c { flex-direction: row; position: relative; } #email { max-width: 425px; } #error-msg { position: absolute; bottom: -48px; left: 2rem; } #btn-submit { max-width: 205px; } footer { margin-block-start: 74px; } }
0.434941
0.096493
.theme-dark, .theme-light { --L0: 0%; --L1: 100%; --L2: 96%; --L3: 90%; --vim-cursor: #c6c6c6; --accent-1: #FF00FF; --accent-2: #00FFFF; --accent-3: #00FF00; --accent-4: #FFFF00; --accent-5: #FF0000; --accent-6: #0000FF; --accent-1-muted: #ff79c6; --accent-2-muted: #8be9fd; --accent-3-muted: #50fa7b; --accent-4-muted: #ffb86c; --accent-5-muted: #ff5555; --accent-6-muted: #bd93f9; --background-primary: #2b213a; --background-primary-alt: #171520; --background-secondary: #1a1836; --background-secondary-alt: #242043; --text-accent: #FF1690; --text-accent-hover: #7a6ae6; --text-normal: var(--accent-1); --text-muted: var(--accent-1-muted); --text-faint: var(--accent-6-muted); --interactive-normal: var(--accent-2); --interactive-hover: var(--accent-2-muted); --interactive-accent: var(--accent-2); --interactive-accent-hover: var(--accent-2-muted); --background-accent: #000; --background-modifier-border: var(--accent-2); --text-highlight-bg: #ffd319; /* obsidian dark defaults (overriding for light) */ --text-selection: rgba(0, 122, 255, 0.2); --text-on-accent: rgba(255,255,255,0.8); --interactive-accent-rgb: 72, 54, 153; --scrollbar-active-thumb-bg: rgba(255, 255, 255, 0.2); --scrollbar-bg: rgba(255, 255, 255, 0.05); --scrollbar-thumb-bg: rgba(255, 255, 255, 0.1); --font-family: Metropolis, "Segoe UI", Helvetica, "Apple Color Emoji", Avenir, sans-serif; --font-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; } /* font */ html, body { font-family: var(--font-family) !important; -webkit-font-smoothing: auto; font-weight: 400; } /* Fix font weights */ .view-header-title { font-weight: 500; } h1, h2, h3, h4, h5, h6, strong, .cm-s-obsidian .cm-header { font-weight: 500; } /* Cursor */ .cm-fat-cursor .CodeMirror-cursor{ width: 0.5em; background: var(--vim-cursor); opacity: 60% !important; } /* General UI */ .side-dock-ribbon-tab, .side-dock-ribbon-action { color: var(--accent-6-muted); } .workspace-leaf.mod-active .workspace-leaf-header-title { color: var(--text-accent); } /* Editor and preview */ .cm-s-obsidian, .markdown-preview-view { --text-normal: rgba(255,220,255,0.8); --text-faint: rgba(255,220,255,0.25); --text-accent: var(--accent-2); color: var(--text-normal); } .CodeMirror-guttermarker-subtle { color: var(--accent-1); } /* Headers - geometry */ .markdown-preview-view h1{ font-size: 30px; margin-top: 32px; margin-bottom: 4px; } .markdown-preview-view h2{ font-size: 24px; margin-top: 23px; margin-bottom: 1px; } .markdown-preview-view h3, .markdown-preview-view h4, .markdown-preview-view h5, .markdown-preview-view h6{ font-size: 20px; margin-top: 16px; margin-bottom: 0px; } .cm-s-obsidian .cm-header-1{ font-size: 30px; overflow: visible; } .cm-s-obsidian .cm-header-2{ font-size: 24px; overflow: visible; } .cm-s-obsidian .cm-header-3{ overflow: visible; } .cm-s-obsidian .cm-header-4{ overflow: visible; } .cm-s-obsidian .cm-header-5{ overflow: visible; } .cm-s-obsidian .cm-header-6{ font-size: 20px; overflow: visible; } /* Headers - colors */ .cm-header-1:not(.cm-formatting), h1 { text-shadow: 0 0 0.5em var(--accent-1); } .cm-header-2:not(.cm-formatting), h2 { text-shadow: 0 0 0.5em var(--accent-2); } .cm-header-3:not(.cm-formatting), h3 { text-shadow: 0 0 0.5em var(--accent-3); } .cm-header-4:not(.cm-formatting), h4 { text-shadow: 0 0 0.5em var(--accent-4); } .cm-header-5:not(.cm-formatting), h5 { text-shadow: 0 0 0.5em var(--accent-5); } .cm-header-6:not(.cm-formatting), h6 { text-shadow: 0 0 0.5em var(--accent-6); } /* formatting operators */ .cm-s-obsidian .cm-formatting, .cm-s-obsidian span.cm-formatting-link, .cm-s-obsidian span.cm-formatting-link-string.cm-url, .cm-s-obsidian span.cm-inline-code.cm-formatting-code, .cm-s-obsidian span.cm-formatting-code, .cm-s-obsidian span.cm-formatting-quote, .cm-s-obsidian span.cm-hr { color: var(--accent-2); } /* Links */ /* external links (pink) */ .cm-s-obsidian .cm-formatting-link + .cm-formatting-link-string + .cm-url, .cm-s-obsidian .cm-string.cm-url, .cm-s-obsidian span.cm-link:not(.cm-formatting), .cm-s-obsidian span.cm-url, a { color: var(--accent-1-muted); text-decoration: none; } /* internal links (magenta) */ .popover.hover-popover .markdown-embed .internal-link, .markdown-preview-view .internal-link, a.internal-link, a.tag, .cm-s-obsidian span.cm-hashtag, .cm-s-obsidian span.cm-hmd-internal-link { color: var(--accent-1); text-decoration: none; } /* code */ .markdown-preview-view code, .cm-s-obsidian span.cm-inline-code, .cm-s-obsidian pre.HyperMD-codeblock { color: var(--accent-1); font-family: var(--font-monospace); } .cm-strikethrough, s { text-decoration-color: var(--accent-1); } /* escape character */ .cm-s-obsidian span.cm-hmd-escape-backslash { color: var(--text-faint); } .cm-s-obsidian span.cm-hmd-escape-char { color: var(--text-normal); } /* bullets and numbering */ .cm-s-obsidian span.cm-formatting-list, .cm-s-obsidian span.cm-formatting-task { color: var(--text-accent); } .cm-s-obsidian span.cm-formatting-list { font-weight: bold; } /* bulleted lists */ ul { list-style-type: disc; padding-inline-start: 40px; } ul ul { padding-inline-start: 60px; } ul li:not(.task-list-item)::before { color: var(--accent-2); text-shadow: 0 0 0.5em var(--accent-2); } /* numbered lists */ ol > li:not(.task-list-item)::before, ul ol > li:not(.task-list-item)::before, ul ul ol > li:not(.task-list-item)::before, ul ul ul ol > li:not(.task-list-item)::before { color: var(--accent-2); overflow: visible; text-shadow: 0 0 0.5em var(--accent-2); } .markdown-preview-view .task-list-item { margin-left: -40px; } .markdown-preview-view .task-list-item-checkbox { -webkit-appearance: none; box-sizing: border-box; border: 1px solid var(--accent-2); position: relative; width: 1.25em; height: 1.25em; margin-left: 0; margin-top: 0; margin-bottom: 0; margin-right: 6px; box-shadow: 0 0 0.5em var(--accent-2); } .markdown-preview-view .task-list-item-checkbox:checked::before { content: '✘'; position: absolute; color: var(--accent-2); font-size:1em; line-height: 1.25em; width:1.2em; text-align:center; text-shadow: 0 0 0.5em var(--accent-2); } /* highlight */ .cm-s-obsidian span.cm-formatting-highlight, .cm-s-obsidian span.cm-highlight, .markdown-preview-view mark, .search-result-file-matched-text { color: var(--background-secondary); } .cm-s-obsidian span.cm-formatting-highlight { color: var(--accent-2); } /* embeds (mimics embedded tables from Notion) */ .markdown-embed-title { font-size: 1.25em; line-height: 1.5; font-weight: 600; text-align: left; } .markdown-preview-view .markdown-embed { border:none; margin:0; /*border-bottom: 1px solid var(--background-modifier-border);*/ border-radius: 0; } .markdown-embed-link { color: var(--text-normal); right:unset; left: 0; height: 30px; width: calc(100% - 20px); margin-left: 4px; /*border-bottom: 1px solid var(--background-modifier-border);*/ } .markdown-embed-link::before { font-size: 0.8em; } /* .markdown-embed-link svg { display: none; / hide the svg link icon, gets replaced with a nifty arrow / } */ /* table headers and first column styling */ .markdown-preview-view th:first-child, .markdown-preview-view td:first-child { border-left: none; } .markdown-preview-view th:last-child, .markdown-preview-view td:last-child { border-right: none; } .markdown-preview-view th { text-align: left; font-weight: normal; color: var(--text-muted); } .markdown-preview-view td:first-child { font-weight: 600; } .markdown-preview-view hr { height: 1px; opacity: 0.5; } /* popover fixes */ .popover.hover-popover .markdown-embed-link { border-bottom: none; } /* Blockquotes */ .markdown-preview-view blockquote, .cm-s-obsidian pre.HyperMD-quote-1 { border:none; border-left: 3px solid currentcolor; } /* for some reason messing with the padding and size like this caused weirdness with the editor mode cursor position. So just preview for now */ .markdown-preview-view blockquote { padding: 0 0.9em; font-size: 1.2em; margin: 3px 2px; } /* graph view colours */ .graph-view.color-fill { color: var(--GFill); } .graph-view.color-line { color: var(--GLine); } .graph-view.color-text { color: var(--GText); } .graph-view.color-fill-highlight { color: var(--interactive-accent); } .graph-view.color-line-highlight { color: var(--interactive-accent); } /* misc fixes */ .cm-s-obsidian span.cm-quote { color: var(--text-normal); } /* <NAME> mode! V2! for 0.7.0! (so... 2.7?) I think by @cotemaxime and @death_au, I certainly can't claim any of it */ /* everything under .mod-root now. Don't want Andy messing with sidebars */ /* also, Andy only makes sense for vertical splits, at the root level, right? */ .mod-root.workspace-split.mod-vertical { overflow-x:auto; --header-width: 36px; /* <- 36px is the header height in the default theme */ } .mod-root.workspace-split.mod-vertical > div { min-width: calc(700px + var(--header-width)); /* <-- 700px is the default theme's "readable" max-width */ box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.25); position:sticky; left:0; } /* shift sticky position, so titles will stack up to the left */ /* This will currently stack to a maximum of 10 before resetting */ .mod-root.workspace-split.mod-vertical > div:nth-child(10n-8) { left: calc(var(--header-width) * 0); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-7) { left: calc(var(--header-width) * 1); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-6) { left: calc(var(--header-width) * 2); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-5) { left: calc(var(--header-width) * 3); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-4) { left: calc(var(--header-width) * 4); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-3) { left: calc(var(--header-width) * 5); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-2) { left: calc(var(--header-width) * 6); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-1) { left: calc(var(--header-width) * 7); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n+0) { left: calc(var(--header-width) * 8); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n+1) { left: calc(var(--header-width) * 9); } /* now it's time for the fancy vertical titles */ /* first we'll add a bit of gap for the title to sit inside of */ .workspace-leaf-content { padding-left: var(--header-width); position: relative; } /* this is where the magic happens */ .view-header { writing-mode: vertical-lr; border-right: 1px solid var(--background-secondary-alt); border-left: 2px solid var(--background-secondary-alt); border-top: none; border-bottom: none; height: auto; width: var(--header-width); position: absolute; left:0; top:0; bottom:0; } /* active titles have different border colours */ .workspace-leaf.mod-active .view-header { border-right: 2px solid var(--interactive-accent); border-bottom: none; } /* unset the title container height and swap padding */ .view-header-title-container { height: unset; padding-left: unset; padding-top: 5px; } /* fix the long-title-obscuring shadows */ .view-header-title-container:after { width: 100%; height: 30px; top:unset; bottom: 0; background: linear-gradient(to bottom, transparent, var(--background-secondary)); } .workspace-leaf.mod-active .view-header-title-container:after { background: linear-gradient(to bottom, transparent, var(--background-primary-alt)); } /* swap the padding/margin around for the header and actions icons */ .view-header-icon, .view-actions { padding: 10px 5px; } .view-action { margin: 8px 0; } /* get rid of the gap left by the now-missing horizontal title */ .view-content { height: 100%; } /* make the fake drop target overlay have a background so you can see it. */ /* TODO: figure out how the fake target overlay works so we can put the title back, too */ .workspace-fake-target-overlay { background-color: var(--background-primary); /* Auto-collapsing sidebars courtesy @kmaasrud */ .app-container.is-left-sidedock-collapsed .side-dock.mod-left:not(:hover), .app-container.is-right-sidedock-collapsed .side-dock.mod-right:not(:hover) { width: 0px !important; } /* Naked Embeds */ .markdown-embed-title { display:none; } .markdown-preview-view .markdown-embed { border:none; padding:0; margin:0; } .markdown-preview-view .markdown-embed-content { max-height: unset;} .markdown-preview-view .markdown-embed-content>:first-child { margin-top: 0; } .markdown-preview-view .markdown-embed-content>:last-child { margin-bottom: 0; } /* level indicators for bullet list */ .cm-hmd-list-indent .cm-tab, ul ul { position: relative; } .cm-hmd-list-indent .cm-tab::before, ul ul::before { content:''; border-left: 1px solid rgba(0, 122, 255, 0.25); position: absolute; } .cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px; } ul ul::before { left: -11px; top: 0; bottom: 0; }
obsidian-neon80sremix.css
.theme-dark, .theme-light { --L0: 0%; --L1: 100%; --L2: 96%; --L3: 90%; --vim-cursor: #c6c6c6; --accent-1: #FF00FF; --accent-2: #00FFFF; --accent-3: #00FF00; --accent-4: #FFFF00; --accent-5: #FF0000; --accent-6: #0000FF; --accent-1-muted: #ff79c6; --accent-2-muted: #8be9fd; --accent-3-muted: #50fa7b; --accent-4-muted: #ffb86c; --accent-5-muted: #ff5555; --accent-6-muted: #bd93f9; --background-primary: #2b213a; --background-primary-alt: #171520; --background-secondary: #1a1836; --background-secondary-alt: #242043; --text-accent: #FF1690; --text-accent-hover: #7a6ae6; --text-normal: var(--accent-1); --text-muted: var(--accent-1-muted); --text-faint: var(--accent-6-muted); --interactive-normal: var(--accent-2); --interactive-hover: var(--accent-2-muted); --interactive-accent: var(--accent-2); --interactive-accent-hover: var(--accent-2-muted); --background-accent: #000; --background-modifier-border: var(--accent-2); --text-highlight-bg: #ffd319; /* obsidian dark defaults (overriding for light) */ --text-selection: rgba(0, 122, 255, 0.2); --text-on-accent: rgba(255,255,255,0.8); --interactive-accent-rgb: 72, 54, 153; --scrollbar-active-thumb-bg: rgba(255, 255, 255, 0.2); --scrollbar-bg: rgba(255, 255, 255, 0.05); --scrollbar-thumb-bg: rgba(255, 255, 255, 0.1); --font-family: Metropolis, "Segoe UI", Helvetica, "Apple Color Emoji", Avenir, sans-serif; --font-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; } /* font */ html, body { font-family: var(--font-family) !important; -webkit-font-smoothing: auto; font-weight: 400; } /* Fix font weights */ .view-header-title { font-weight: 500; } h1, h2, h3, h4, h5, h6, strong, .cm-s-obsidian .cm-header { font-weight: 500; } /* Cursor */ .cm-fat-cursor .CodeMirror-cursor{ width: 0.5em; background: var(--vim-cursor); opacity: 60% !important; } /* General UI */ .side-dock-ribbon-tab, .side-dock-ribbon-action { color: var(--accent-6-muted); } .workspace-leaf.mod-active .workspace-leaf-header-title { color: var(--text-accent); } /* Editor and preview */ .cm-s-obsidian, .markdown-preview-view { --text-normal: rgba(255,220,255,0.8); --text-faint: rgba(255,220,255,0.25); --text-accent: var(--accent-2); color: var(--text-normal); } .CodeMirror-guttermarker-subtle { color: var(--accent-1); } /* Headers - geometry */ .markdown-preview-view h1{ font-size: 30px; margin-top: 32px; margin-bottom: 4px; } .markdown-preview-view h2{ font-size: 24px; margin-top: 23px; margin-bottom: 1px; } .markdown-preview-view h3, .markdown-preview-view h4, .markdown-preview-view h5, .markdown-preview-view h6{ font-size: 20px; margin-top: 16px; margin-bottom: 0px; } .cm-s-obsidian .cm-header-1{ font-size: 30px; overflow: visible; } .cm-s-obsidian .cm-header-2{ font-size: 24px; overflow: visible; } .cm-s-obsidian .cm-header-3{ overflow: visible; } .cm-s-obsidian .cm-header-4{ overflow: visible; } .cm-s-obsidian .cm-header-5{ overflow: visible; } .cm-s-obsidian .cm-header-6{ font-size: 20px; overflow: visible; } /* Headers - colors */ .cm-header-1:not(.cm-formatting), h1 { text-shadow: 0 0 0.5em var(--accent-1); } .cm-header-2:not(.cm-formatting), h2 { text-shadow: 0 0 0.5em var(--accent-2); } .cm-header-3:not(.cm-formatting), h3 { text-shadow: 0 0 0.5em var(--accent-3); } .cm-header-4:not(.cm-formatting), h4 { text-shadow: 0 0 0.5em var(--accent-4); } .cm-header-5:not(.cm-formatting), h5 { text-shadow: 0 0 0.5em var(--accent-5); } .cm-header-6:not(.cm-formatting), h6 { text-shadow: 0 0 0.5em var(--accent-6); } /* formatting operators */ .cm-s-obsidian .cm-formatting, .cm-s-obsidian span.cm-formatting-link, .cm-s-obsidian span.cm-formatting-link-string.cm-url, .cm-s-obsidian span.cm-inline-code.cm-formatting-code, .cm-s-obsidian span.cm-formatting-code, .cm-s-obsidian span.cm-formatting-quote, .cm-s-obsidian span.cm-hr { color: var(--accent-2); } /* Links */ /* external links (pink) */ .cm-s-obsidian .cm-formatting-link + .cm-formatting-link-string + .cm-url, .cm-s-obsidian .cm-string.cm-url, .cm-s-obsidian span.cm-link:not(.cm-formatting), .cm-s-obsidian span.cm-url, a { color: var(--accent-1-muted); text-decoration: none; } /* internal links (magenta) */ .popover.hover-popover .markdown-embed .internal-link, .markdown-preview-view .internal-link, a.internal-link, a.tag, .cm-s-obsidian span.cm-hashtag, .cm-s-obsidian span.cm-hmd-internal-link { color: var(--accent-1); text-decoration: none; } /* code */ .markdown-preview-view code, .cm-s-obsidian span.cm-inline-code, .cm-s-obsidian pre.HyperMD-codeblock { color: var(--accent-1); font-family: var(--font-monospace); } .cm-strikethrough, s { text-decoration-color: var(--accent-1); } /* escape character */ .cm-s-obsidian span.cm-hmd-escape-backslash { color: var(--text-faint); } .cm-s-obsidian span.cm-hmd-escape-char { color: var(--text-normal); } /* bullets and numbering */ .cm-s-obsidian span.cm-formatting-list, .cm-s-obsidian span.cm-formatting-task { color: var(--text-accent); } .cm-s-obsidian span.cm-formatting-list { font-weight: bold; } /* bulleted lists */ ul { list-style-type: disc; padding-inline-start: 40px; } ul ul { padding-inline-start: 60px; } ul li:not(.task-list-item)::before { color: var(--accent-2); text-shadow: 0 0 0.5em var(--accent-2); } /* numbered lists */ ol > li:not(.task-list-item)::before, ul ol > li:not(.task-list-item)::before, ul ul ol > li:not(.task-list-item)::before, ul ul ul ol > li:not(.task-list-item)::before { color: var(--accent-2); overflow: visible; text-shadow: 0 0 0.5em var(--accent-2); } .markdown-preview-view .task-list-item { margin-left: -40px; } .markdown-preview-view .task-list-item-checkbox { -webkit-appearance: none; box-sizing: border-box; border: 1px solid var(--accent-2); position: relative; width: 1.25em; height: 1.25em; margin-left: 0; margin-top: 0; margin-bottom: 0; margin-right: 6px; box-shadow: 0 0 0.5em var(--accent-2); } .markdown-preview-view .task-list-item-checkbox:checked::before { content: '✘'; position: absolute; color: var(--accent-2); font-size:1em; line-height: 1.25em; width:1.2em; text-align:center; text-shadow: 0 0 0.5em var(--accent-2); } /* highlight */ .cm-s-obsidian span.cm-formatting-highlight, .cm-s-obsidian span.cm-highlight, .markdown-preview-view mark, .search-result-file-matched-text { color: var(--background-secondary); } .cm-s-obsidian span.cm-formatting-highlight { color: var(--accent-2); } /* embeds (mimics embedded tables from Notion) */ .markdown-embed-title { font-size: 1.25em; line-height: 1.5; font-weight: 600; text-align: left; } .markdown-preview-view .markdown-embed { border:none; margin:0; /*border-bottom: 1px solid var(--background-modifier-border);*/ border-radius: 0; } .markdown-embed-link { color: var(--text-normal); right:unset; left: 0; height: 30px; width: calc(100% - 20px); margin-left: 4px; /*border-bottom: 1px solid var(--background-modifier-border);*/ } .markdown-embed-link::before { font-size: 0.8em; } /* .markdown-embed-link svg { display: none; / hide the svg link icon, gets replaced with a nifty arrow / } */ /* table headers and first column styling */ .markdown-preview-view th:first-child, .markdown-preview-view td:first-child { border-left: none; } .markdown-preview-view th:last-child, .markdown-preview-view td:last-child { border-right: none; } .markdown-preview-view th { text-align: left; font-weight: normal; color: var(--text-muted); } .markdown-preview-view td:first-child { font-weight: 600; } .markdown-preview-view hr { height: 1px; opacity: 0.5; } /* popover fixes */ .popover.hover-popover .markdown-embed-link { border-bottom: none; } /* Blockquotes */ .markdown-preview-view blockquote, .cm-s-obsidian pre.HyperMD-quote-1 { border:none; border-left: 3px solid currentcolor; } /* for some reason messing with the padding and size like this caused weirdness with the editor mode cursor position. So just preview for now */ .markdown-preview-view blockquote { padding: 0 0.9em; font-size: 1.2em; margin: 3px 2px; } /* graph view colours */ .graph-view.color-fill { color: var(--GFill); } .graph-view.color-line { color: var(--GLine); } .graph-view.color-text { color: var(--GText); } .graph-view.color-fill-highlight { color: var(--interactive-accent); } .graph-view.color-line-highlight { color: var(--interactive-accent); } /* misc fixes */ .cm-s-obsidian span.cm-quote { color: var(--text-normal); } /* <NAME> mode! V2! for 0.7.0! (so... 2.7?) I think by @cotemaxime and @death_au, I certainly can't claim any of it */ /* everything under .mod-root now. Don't want Andy messing with sidebars */ /* also, Andy only makes sense for vertical splits, at the root level, right? */ .mod-root.workspace-split.mod-vertical { overflow-x:auto; --header-width: 36px; /* <- 36px is the header height in the default theme */ } .mod-root.workspace-split.mod-vertical > div { min-width: calc(700px + var(--header-width)); /* <-- 700px is the default theme's "readable" max-width */ box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.25); position:sticky; left:0; } /* shift sticky position, so titles will stack up to the left */ /* This will currently stack to a maximum of 10 before resetting */ .mod-root.workspace-split.mod-vertical > div:nth-child(10n-8) { left: calc(var(--header-width) * 0); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-7) { left: calc(var(--header-width) * 1); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-6) { left: calc(var(--header-width) * 2); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-5) { left: calc(var(--header-width) * 3); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-4) { left: calc(var(--header-width) * 4); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-3) { left: calc(var(--header-width) * 5); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-2) { left: calc(var(--header-width) * 6); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n-1) { left: calc(var(--header-width) * 7); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n+0) { left: calc(var(--header-width) * 8); } .mod-root.workspace-split.mod-vertical > div:nth-child(10n+1) { left: calc(var(--header-width) * 9); } /* now it's time for the fancy vertical titles */ /* first we'll add a bit of gap for the title to sit inside of */ .workspace-leaf-content { padding-left: var(--header-width); position: relative; } /* this is where the magic happens */ .view-header { writing-mode: vertical-lr; border-right: 1px solid var(--background-secondary-alt); border-left: 2px solid var(--background-secondary-alt); border-top: none; border-bottom: none; height: auto; width: var(--header-width); position: absolute; left:0; top:0; bottom:0; } /* active titles have different border colours */ .workspace-leaf.mod-active .view-header { border-right: 2px solid var(--interactive-accent); border-bottom: none; } /* unset the title container height and swap padding */ .view-header-title-container { height: unset; padding-left: unset; padding-top: 5px; } /* fix the long-title-obscuring shadows */ .view-header-title-container:after { width: 100%; height: 30px; top:unset; bottom: 0; background: linear-gradient(to bottom, transparent, var(--background-secondary)); } .workspace-leaf.mod-active .view-header-title-container:after { background: linear-gradient(to bottom, transparent, var(--background-primary-alt)); } /* swap the padding/margin around for the header and actions icons */ .view-header-icon, .view-actions { padding: 10px 5px; } .view-action { margin: 8px 0; } /* get rid of the gap left by the now-missing horizontal title */ .view-content { height: 100%; } /* make the fake drop target overlay have a background so you can see it. */ /* TODO: figure out how the fake target overlay works so we can put the title back, too */ .workspace-fake-target-overlay { background-color: var(--background-primary); /* Auto-collapsing sidebars courtesy @kmaasrud */ .app-container.is-left-sidedock-collapsed .side-dock.mod-left:not(:hover), .app-container.is-right-sidedock-collapsed .side-dock.mod-right:not(:hover) { width: 0px !important; } /* Naked Embeds */ .markdown-embed-title { display:none; } .markdown-preview-view .markdown-embed { border:none; padding:0; margin:0; } .markdown-preview-view .markdown-embed-content { max-height: unset;} .markdown-preview-view .markdown-embed-content>:first-child { margin-top: 0; } .markdown-preview-view .markdown-embed-content>:last-child { margin-bottom: 0; } /* level indicators for bullet list */ .cm-hmd-list-indent .cm-tab, ul ul { position: relative; } .cm-hmd-list-indent .cm-tab::before, ul ul::before { content:''; border-left: 1px solid rgba(0, 122, 255, 0.25); position: absolute; } .cm-hmd-list-indent .cm-tab::before { left: 0; top: -5px; bottom: -4px; } ul ul::before { left: -11px; top: 0; bottom: 0; }
0.297266
0.059674
@charset "UTF-8"; html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; font-size: 28px; } body { margin: 0; font-size: 28px; color: #333; background-color: #fff; } a { background: transparent; text-decoration: none; color: #08c; } a:active, a:hover { outline: 0; } a:hover { color: #006699; } img { border: none; vertical-align: middle; -ms-interpolation-mode: bicubic; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } input { margin: 0; padding: 0; border: none; background-color: transparent; outline: none; } textarea { overflow: auto; resize: vertical; resize: none; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } html, button, input, select, textarea { font-family: "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Verdana", "Arial"; } h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; } ul, ol, dl, dd { margin: 0; padding: 0; } ul, ol { list-style: none outside none; } h1, h2, h3 { line-height: 2; font-weight: normal; } h1 { font-size: 21px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5, h6 { font-size: 12px; text-transform: uppercase; } input:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; } input::-moz-placeholder, textarea::-moz-placeholder { color: #ccc; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; } a { blr: expression(this.onFocus=this.blur()) } a { outline: none; } em, i { font-style: normal; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } .clear { clear: both; } .fl { float: left; } .fr { float: right; } .container0 { width: 750px; margin: 0 auto; } .container1 { padding: 0 10px; } .container2 { padding: 0 40px; } .container3 { padding: 0 20px; }
public/app/content/style/reset.css
@charset "UTF-8"; html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; font-size: 28px; } body { margin: 0; font-size: 28px; color: #333; background-color: #fff; } a { background: transparent; text-decoration: none; color: #08c; } a:active, a:hover { outline: 0; } a:hover { color: #006699; } img { border: none; vertical-align: middle; -ms-interpolation-mode: bicubic; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } input { margin: 0; padding: 0; border: none; background-color: transparent; outline: none; } textarea { overflow: auto; resize: vertical; resize: none; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } html, button, input, select, textarea { font-family: "Microsoft Yahei", "微软雅黑", "SimSun", "宋体", "Verdana", "Arial"; } h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; } ul, ol, dl, dd { margin: 0; padding: 0; } ul, ol { list-style: none outside none; } h1, h2, h3 { line-height: 2; font-weight: normal; } h1 { font-size: 21px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5, h6 { font-size: 12px; text-transform: uppercase; } input:-moz-placeholder, textarea:-moz-placeholder { color: #ccc; } input::-moz-placeholder, textarea::-moz-placeholder { color: #ccc; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #ccc; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; } a { blr: expression(this.onFocus=this.blur()) } a { outline: none; } em, i { font-style: normal; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { *zoom: 1; } .clear { clear: both; } .fl { float: left; } .fr { float: right; } .container0 { width: 750px; margin: 0 auto; } .container1 { padding: 0 10px; } .container2 { padding: 0 40px; } .container3 { padding: 0 20px; }
0.247532
0.051845
@-moz-document { *{ font-family: "Droid Sans","Microsoft Yahei",sans-serif !important; } pre, code, kbd, samp, var { font-family: "Droid Sans Mono", "Microsoft YaHei", monospace !important; font-size: 10pt !important; color: #088A08 !important; } } /*======================================*/ /* Evernote */ @-moz-document domain("www.evernote.com") { h1, h2{ font-size:15pt !important; color:#666666 !important; } #note_frame, html{ font-size: 10.5pt !important; line-height: 180% !important; } .Notebook, a, .a, .gwt-MenuBar .gwt-MenuItem { font-size: 11pt !important; } .gwt-Label { font-size: 11pt !important; } #list_view table .tagcol { width:15% !important; } #toolbar_buttons * { font-size: 10pt !important; font-weight:400 !important; } .SidebarInfo { display:none !important; } input, select, .Tags { font-size:1em !important; } #view_previous_next { right:5px !important; top:1px !important; } } /*======================================*/ /* Hootsuite */ @-moz-document domain("hootsuite.com") { .message .messageContent { font-size: 15px !important; line-height: 22px !important; color: #1b1b1b !important; } } /*======================================*/ /* Twitter */ @-moz-document domain("twitter.com") { * { font-size: 10.5pt !important; line-height: 21px !important; color: #1b1b1b !important; } } /* ======================================*/ /* XSbook */ @-moz-document url-prefix("http://www.xsbook.net") { #content { font-size: 13pt !important; line-height: 31px !important; color: #181818 !important; width: 700px !important; } div.topad, table,span#adbanner_2,span#adbanner_3 { display:none !important; } } /* ======================================*/ /* Baishuku */ @-moz-document url-prefix("http://baishuku.com") { #content { font-size: 13pt !important; line-height: 31px !important; color: #181818 !important; width: 700px !important; } div#adtop1, div#adtop2,div#adbottom,div.style3,div#footer1 { display:none !important; } } /* ======================================*/ /* Mimi */ @-moz-document url-prefix("http://a.klmimi.com/") { table.row { font-size: 11pt !important; line-height: 16px !important; } .t_msgfont, .t_msgfont table { font-size: 13pt !important; line-height: 27px !important; } table#table1, table#table8 { display:none !important; } } /* ======================================*/ /* Canadameet */ @-moz-document url-prefix("http://forum.iask.ca") { .alt1, .alt1Active { font-size: 12pt !important; line-height: 26px !important; } } /* ======================================*/ /* 163*/ @-moz-document domain("163.com") { p.summary, #endText p { font-size: 16px !important; line-height: 27px !important; color: #1e1e1e !important; } .f14bla li { font-size: 15px !important; color: #1e1e1e !important; } }
data/usercss/45159.user.css
@-moz-document { *{ font-family: "Droid Sans","Microsoft Yahei",sans-serif !important; } pre, code, kbd, samp, var { font-family: "Droid Sans Mono", "Microsoft YaHei", monospace !important; font-size: 10pt !important; color: #088A08 !important; } } /*======================================*/ /* Evernote */ @-moz-document domain("www.evernote.com") { h1, h2{ font-size:15pt !important; color:#666666 !important; } #note_frame, html{ font-size: 10.5pt !important; line-height: 180% !important; } .Notebook, a, .a, .gwt-MenuBar .gwt-MenuItem { font-size: 11pt !important; } .gwt-Label { font-size: 11pt !important; } #list_view table .tagcol { width:15% !important; } #toolbar_buttons * { font-size: 10pt !important; font-weight:400 !important; } .SidebarInfo { display:none !important; } input, select, .Tags { font-size:1em !important; } #view_previous_next { right:5px !important; top:1px !important; } } /*======================================*/ /* Hootsuite */ @-moz-document domain("hootsuite.com") { .message .messageContent { font-size: 15px !important; line-height: 22px !important; color: #1b1b1b !important; } } /*======================================*/ /* Twitter */ @-moz-document domain("twitter.com") { * { font-size: 10.5pt !important; line-height: 21px !important; color: #1b1b1b !important; } } /* ======================================*/ /* XSbook */ @-moz-document url-prefix("http://www.xsbook.net") { #content { font-size: 13pt !important; line-height: 31px !important; color: #181818 !important; width: 700px !important; } div.topad, table,span#adbanner_2,span#adbanner_3 { display:none !important; } } /* ======================================*/ /* Baishuku */ @-moz-document url-prefix("http://baishuku.com") { #content { font-size: 13pt !important; line-height: 31px !important; color: #181818 !important; width: 700px !important; } div#adtop1, div#adtop2,div#adbottom,div.style3,div#footer1 { display:none !important; } } /* ======================================*/ /* Mimi */ @-moz-document url-prefix("http://a.klmimi.com/") { table.row { font-size: 11pt !important; line-height: 16px !important; } .t_msgfont, .t_msgfont table { font-size: 13pt !important; line-height: 27px !important; } table#table1, table#table8 { display:none !important; } } /* ======================================*/ /* Canadameet */ @-moz-document url-prefix("http://forum.iask.ca") { .alt1, .alt1Active { font-size: 12pt !important; line-height: 26px !important; } } /* ======================================*/ /* 163*/ @-moz-document domain("163.com") { p.summary, #endText p { font-size: 16px !important; line-height: 27px !important; color: #1e1e1e !important; } .f14bla li { font-size: 15px !important; color: #1e1e1e !important; } }
0.127653
0.044204
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap"); @media screen and (max-width: -1px) { .hidden-xs-down { display: none !important; } } .hidden-xs-up { display: none !important; } @media screen and (max-width: 575px) { .hidden-sm-down { display: none !important; } } @media screen and (min-width: 576px) { .hidden-sm-up { display: none !important; } } @media screen and (max-width: 767px) { .hidden-md-down { display: none !important; } } @media screen and (min-width: 768px) { .hidden-md-up { display: none !important; } } @media screen and (max-width: 991px) { .hidden-lg-down { display: none !important; } } @media screen and (min-width: 992px) { .hidden-lg-up { display: none !important; } } @media screen and (max-width: 1199px) { .hidden-xl-down { display: none !important; } } @media screen and (min-width: 1200px) { .hidden-xl-up { display: none !important; } } .container { max-width: 768px; margin: 0 auto; } .container--fluid { margin: 0; max-width: 100%; } .container__row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .container__col-offset-0 { margin-left: 0; } .container__col-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-offset-1 { margin-left: 8.33333%; } .container__col-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-offset-2 { margin-left: 16.66667%; } .container__col-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-offset-3 { margin-left: 25%; } .container__col-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-offset-4 { margin-left: 33.33333%; } .container__col-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-offset-5 { margin-left: 41.66667%; } .container__col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-offset-6 { margin-left: 50%; } .container__col-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-offset-7 { margin-left: 58.33333%; } .container__col-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-offset-8 { margin-left: 66.66667%; } .container__col-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-offset-9 { margin-left: 75%; } .container__col-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-offset-10 { margin-left: 83.33333%; } .container__col-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-offset-11 { margin-left: 91.66667%; } .container__col-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-offset-12 { margin-left: 100%; } @media screen and (min-width: 576px) { .container__col-sm-offset-0 { margin-left: 0; } .container__col-sm-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-sm-offset-1 { margin-left: 8.33333%; } .container__col-sm-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-sm-offset-2 { margin-left: 16.66667%; } .container__col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-sm-offset-3 { margin-left: 25%; } .container__col-sm-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-sm-offset-4 { margin-left: 33.33333%; } .container__col-sm-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-sm-offset-5 { margin-left: 41.66667%; } .container__col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-sm-offset-6 { margin-left: 50%; } .container__col-sm-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-sm-offset-7 { margin-left: 58.33333%; } .container__col-sm-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-sm-offset-8 { margin-left: 66.66667%; } .container__col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-sm-offset-9 { margin-left: 75%; } .container__col-sm-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-sm-offset-10 { margin-left: 83.33333%; } .container__col-sm-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-sm-offset-11 { margin-left: 91.66667%; } .container__col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-sm-offset-12 { margin-left: 100%; } } @media screen and (min-width: 768px) { .container__col-md-offset-0 { margin-left: 0; } .container__col-md-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-md-offset-1 { margin-left: 8.33333%; } .container__col-md-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-md-offset-2 { margin-left: 16.66667%; } .container__col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-md-offset-3 { margin-left: 25%; } .container__col-md-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-md-offset-4 { margin-left: 33.33333%; } .container__col-md-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-md-offset-5 { margin-left: 41.66667%; } .container__col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-md-offset-6 { margin-left: 50%; } .container__col-md-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-md-offset-7 { margin-left: 58.33333%; } .container__col-md-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-md-offset-8 { margin-left: 66.66667%; } .container__col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-md-offset-9 { margin-left: 75%; } .container__col-md-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-md-offset-10 { margin-left: 83.33333%; } .container__col-md-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-md-offset-11 { margin-left: 91.66667%; } .container__col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-md-offset-12 { margin-left: 100%; } } @media screen and (min-width: 992px) { .container__col-lg-offset-0 { margin-left: 0; } .container__col-lg-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-lg-offset-1 { margin-left: 8.33333%; } .container__col-lg-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-lg-offset-2 { margin-left: 16.66667%; } .container__col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-lg-offset-3 { margin-left: 25%; } .container__col-lg-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-lg-offset-4 { margin-left: 33.33333%; } .container__col-lg-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-lg-offset-5 { margin-left: 41.66667%; } .container__col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-lg-offset-6 { margin-left: 50%; } .container__col-lg-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-lg-offset-7 { margin-left: 58.33333%; } .container__col-lg-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-lg-offset-8 { margin-left: 66.66667%; } .container__col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-lg-offset-9 { margin-left: 75%; } .container__col-lg-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-lg-offset-10 { margin-left: 83.33333%; } .container__col-lg-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-lg-offset-11 { margin-left: 91.66667%; } .container__col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-lg-offset-12 { margin-left: 100%; } } @media screen and (min-width: 1200px) { .container__col-xl-offset-0 { margin-left: 0; } .container__col-xl-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-xl-offset-1 { margin-left: 8.33333%; } .container__col-xl-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-xl-offset-2 { margin-left: 16.66667%; } .container__col-xl-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-xl-offset-3 { margin-left: 25%; } .container__col-xl-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-xl-offset-4 { margin-left: 33.33333%; } .container__col-xl-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-xl-offset-5 { margin-left: 41.66667%; } .container__col-xl-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-xl-offset-6 { margin-left: 50%; } .container__col-xl-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-xl-offset-7 { margin-left: 58.33333%; } .container__col-xl-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-xl-offset-8 { margin-left: 66.66667%; } .container__col-xl-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-xl-offset-9 { margin-left: 75%; } .container__col-xl-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-xl-offset-10 { margin-left: 83.33333%; } .container__col-xl-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-xl-offset-11 { margin-left: 91.66667%; } .container__col-xl-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-xl-offset-12 { margin-left: 100%; } } .map-container { width: 100%; height: 100%; top: 0; left: 0; z-index: 0; } .marker { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 18px; height: 18px; background-color: #000; border: 2px solid #fff; border-radius: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .marker:hover { z-index: 1; } .title-container { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; -webkit-box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); width: 50%; z-index: 99; position: fixed; top: 0; background: #43425D; padding: 20px; color: #eee; } .title-container__text { font-size: 1.2em; vertical-align: middle; font-weight: 600; } .title-container__icon { text-align: left; cursor: pointer; font-size: 1.2em; } .title-container__icon--alt { text-align: right; } .side-container { width: 200px; max-width: 200px; background: #43425D; height: 100%; position: fixed; top: 0; z-index: 99; -webkit-transition: all 0.2s; transition: all 0.2s; } .side-container--left { text-align: center; left: 0; -webkit-box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.5); box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.5); } .side-container--right { text-align: center; right: 0; -webkit-box-shadow: -2px -2px 5px 0px rgba(255, 255, 255, 0.5); box-shadow: -2px -2px 5px 0px rgba(255, 255, 255, 0.5); } .side-container .side-bar { position: relative; } .side-container .side-bar-toggle { position: absolute; top: 20px; color: #eee; font-size: 1.5em; cursor: pointer; z-index: 9999; } .side-container .side-bar-toggle--left { right: 20px; } .side-container .side-bar-toggle--right { left: 20px; } .side-container .side-bar__content { width: 100%; position: relative; } .side-container .side-bar__item { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); border-radius: 10px; margin-top: 10px; margin-right: 20px; margin-bottom: 0; margin-left: 0; padding: 5px; display: block; color: #eee; font-size: 1.2em; border: 2px solid white; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; } .side-container .side-bar__item:first-of-type { margin-top: 60px; margin-right: 20px; margin-bottom: 0; margin-left: 0; } .side-container .side-bar__item:hover { background: #F0F0F7; border-color: #F0F0F7; color: #43425D; } .rotate--180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .bottom-carousel { bottom: 0; height: 200px; width: 100%; background: #43425D; z-index: 9999; position: fixed; } .btn__primary { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-radius: 5px; color: #43425D; font-size: 1em; font-weight: 600; letter-spacing: 1.2px; border: 2px solid #43425D; background: transparent; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; } .btn__primary:hover { background: #F0F0F7; border-color: #F0F0F7; color: #43425D; } ul { padding: 0; margin: 0; list-style-type: none; } .carousel-container { 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; min-height: 210px; } .carousel { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); position: relative; } .carousel__slide { margin-right: auto; margin-left: auto; display: none; max-width: 100%; width: 500px; list-style-type: none; text-align: center; min-height: 125px; height: 125px; -webkit-transition: all 0.2s; transition: all 0.2s; } @media (max-width: 991px) { .carousel__slide { padding-right: 60px; padding-left: 60px; width: 375px; } } @media (max-width: 768px) { .carousel__slide { width: 300px; } } .carousel__slide--active { display: block; } .carousel__slide--item { border-radius: 10px; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); min-width: 300px; min-height: 100%; width: 70%; min-height: 100%; background: #F0F0F7; display: block; border: 3px solid #E8557A; } .carousel__slide--item-title { display: block; color: #000000; font-size: 1em; font-weight: 600; font-style: italic; margin-top: 5px; } .carousel__slide--item-title .fa { font-size: 1em; color: #000000; } .carousel__slide--item-value { text-align: left; padding-top: 10px; padding-right: 0; padding-bottom: 0; padding-left: 10px; font-size: 2em; font-weight: 700; font-style: italic; } .carousel__slide--item-date { position: absolute; bottom: 10px; left: 10px; } .carousel__slide--item-date .fa { margin-right: 10px; } .carousel-slide__content { margin-bottom: 19px; font-family: 'Open Sans', 'Trebuchet MS', sans-serif; font-size: 16px; } @media (max-width: 990px) { .carousel-slide__content { font-size: 18px; } } .carousel-slide__author, .carousel-slide__source { font-family: 'Roboto', arial, sans-serif; font-size: 14px; } @media (min-width: 991px) { .carousel-slide__author, .carousel-slide__source { font-size: 16px; } } .carousel-slide__source { font-style: italic; color: #F0F0F7; } .carousel__arrow { position: absolute; top: 50%; display: block; color: red; cursor: pointer; opacity: .75; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); z-index: 9999; } .carousel__arrow:focus { outline: 0; } .carousel__arrow:hover { opacity: .5; } .carousel__arrow--left { left: 32px; } .carousel__arrow--right { right: 32px; } .carousel__indicators { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 20px; } .carousel__indicators li:nth-of-type(n + 2) { margin-left: 9px; } .carousel__indicator { display: block; width: 24px; height: 3px; background-color: #F0F0F7; cursor: pointer; opacity: .15; -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); } .carousel__indicator:hover { opacity: .5; } .carousel__indicator--active, .carousel__indicator--active:hover { opacity: .75; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99999; background: rgba(0, 0, 0, 0.8); visibility: hidden; opacity: 0; -webkit-transition: visibility 0s, opacity 0.2s linear; transition: visibility 0s, opacity 0.2s linear; } .modal-overlay--open { visibility: visible; opacity: 1; } .modal { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; padding-top: 0; padding-right: 0; padding-bottom: 40px; padding-left: 0; -webkit-box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); top: 20px; width: 90%; max-width: 768px; background: white; } .modal__title { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; text-align: center; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; background: #43425D; color: #F0F0F7; font-size: 1.2em; } .modal__close--btn { position: absolute; right: 10px; top: 10px; cursor: pointer; } .modal__close--btn:hover { color: #eee; } .modal__form { display: block; margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; text-align: center; } .modal__form--input { margin-top: 10px; margin-right: 0; margin-bottom: 0; margin-left: 0; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); } .modal__form--input input { padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px; border-radius: 5px; border: 2px solid #43425D; width: 35%; min-width: 250px; outline-style: none; } .splashscreen__buttons { z-index: 9999; position: absolute; top: 80%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .splashscreen__buttons .button-primary { margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; } .splashscreen-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .splashscreen-wrapper .col { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; height: 100%; min-height: 937px; overflow: hidden; position: relative; } .splashscreen-wrapper .form-wrapper { background: url("../assets/grey-paper-texture.jpg"); background-repeat: repeat; } .splashscreen-wrapper__bg { /* Location of the image */ background-image: url("../assets/Capture.PNG"); /* Background image is centered vertically and horizontally at all times */ background-position: center; /* Background image doesn't tile */ background-repeat: no-repeat; /* Background image is fixed in the viewport so that it doesn't move when the content's height is greater than the image's height */ background-attachment: fixed; /* This is what makes the background image rescale based on the container's size */ background-size: cover; /* Set a background color that will be displayed while the background image is loading */ background-color: #464646; } .splashscreen__overlay { width: 100%; height: 100%; background-color: rgba(67, 66, 93, 0.5); position: absolute; top: 0; left: 0; overflow: hidden; z-index: 99; } @media screen and (max-width: 768px) { .splashscreen-wrapper:not(.splashscreen-no-reverse) { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .splashscreen-wrapper:not(.splashscreen-no-reverse) .col { min-height: 406px; max-height: 406px; } .splashscreen-wrapper.splashscreen-no-reverse { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .splashscreen-wrapper.splashscreen-no-reverse .col { min-height: 406px; max-height: 406px; } } .pulse { text-align: center; z-index: 9999; display: block; border-radius: 50%; background: rgba(67, 66, 93, 0.4); cursor: pointer; -webkit-box-shadow: 0 0 0 rgba(67, 66, 93, 0.4); box-shadow: 0 0 0 rgba(67, 66, 93, 0.4); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; position: absolute; top: 50%; left: 50%; width: 350px; height: 350px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pulse img { width: 320px; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .pulse:hover { -webkit-animation: none; animation: none; } @media screen and (max-width: 768px) { .splashscreen-wrapper__homepage .pulse { top: 30%; } } @-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); } 70% { -webkit-box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); } } @keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); } 70% { -webkit-box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); } } @media screen and (max-width: 768px) { .pulse { width: 250px; height: 250px; } .pulse img { width: 220px; } } .form-user { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70%; padding: 40px; } .form-user__title { font-size: 2.5em; font-weight: 900; text-align: center; color: #43425D; letter-spacing: 1px; } .form-user__input-holder { margin-top: 40px; margin-right: 0; margin-bottom: 0; margin-left: 0; } .form-user__input { margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0; } .form-user__input input { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; width: 100%; border: none; border-bottom: 3px solid #43425D; outline: none; background: transparent; color: #43425D; font-weight: 600; letter-spacing: 1px; -webkit-transition: all .3s; transition: all .3s; } .form-user__input input::-webkit-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input:-ms-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input::-ms-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input::placeholder { color: #43425D; font-weight: 600; } .form-user__input input:focus { color: #4CD964; border-color: #4CD964; } .form-user__input input:focus .form-user__input input::-webkit-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input:-ms-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input::-ms-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input::placeholder { color: #4CD964; } .form-user__checkbox { margin-bottom: 40px; } .form-user__checkbox label .css-checkbox { display: none; } .form-user__checkbox label .css-checkbox:checked + i { background: #4CD964; border-color: #4CD964; } .form-user__checkbox label .css-checkbox:checked + i:hover:after { opacity: 1; } .form-user__checkbox label .css-checkbox:checked + i:after { opacity: 1; border-color: #FFF; } .form-user__checkbox label .css-checkbox + i { -webkit-box-sizing: border-box; box-sizing: border-box; } .form-user__checkbox label .css-checkbox + i:before, .form-user__checkbox label .css-checkbox + i:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .form-user__checkbox label .css-checkbox + i { position: relative; display: inline-block; top: -1px; width: 18px; height: 18px; margin: 0; vertical-align: middle; border: 1px solid #999; -webkit-transition: background 200ms ease; transition: background 200ms ease; border-radius: .2em; background: #F9F9F9; font-size: 18px; cursor: pointer; } .form-user__checkbox label .css-checkbox + i:hover:after { opacity: .2; } .form-user__checkbox label .css-checkbox + i:after { content: ''; opacity: 0; -webkit-transform: translateZ(1px) rotate(-45deg); transform: translateZ(1px) rotate(-45deg); outline: 1px solid transparent; position: absolute; top: 22%; left: 15%; width: .68em; height: .4em; border: .15em solid #222; border-top: none; border-right: none; background: rgba(0, 0, 0, 0); } .form-user__checkbox--text { display: inline-block; margin-left: 10px; } .form-user__input--button { text-align: center; margin-top: 40px; } .button-primary { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-radius: 5px; width: 150px; color: #eee; background-color: #4CD964; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; border: 2px solid #4CD964; -webkit-transition: all .3s; transition: all .3s; cursor: pointer; outline: 0; } .button-primary:hover { background-color: #eee; color: #43425D; } .button-primary--alt { background-color: #eee; color: #43425D; } .button-primary--alt:hover { color: #eee; background-color: #4CD964; } .u-pos-absolute { position: absolute; } .u-pos-fixed { position: fixed; } .u-pos-relative { position: relative; } html, body { font-family: "Titillium Web", sans-serif; } /*# sourceMappingURL=style.css.map */
app/src/styles/style.css
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap"); @media screen and (max-width: -1px) { .hidden-xs-down { display: none !important; } } .hidden-xs-up { display: none !important; } @media screen and (max-width: 575px) { .hidden-sm-down { display: none !important; } } @media screen and (min-width: 576px) { .hidden-sm-up { display: none !important; } } @media screen and (max-width: 767px) { .hidden-md-down { display: none !important; } } @media screen and (min-width: 768px) { .hidden-md-up { display: none !important; } } @media screen and (max-width: 991px) { .hidden-lg-down { display: none !important; } } @media screen and (min-width: 992px) { .hidden-lg-up { display: none !important; } } @media screen and (max-width: 1199px) { .hidden-xl-down { display: none !important; } } @media screen and (min-width: 1200px) { .hidden-xl-up { display: none !important; } } .container { max-width: 768px; margin: 0 auto; } .container--fluid { margin: 0; max-width: 100%; } .container__row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; } .container__col-offset-0 { margin-left: 0; } .container__col-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-offset-1 { margin-left: 8.33333%; } .container__col-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-offset-2 { margin-left: 16.66667%; } .container__col-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-offset-3 { margin-left: 25%; } .container__col-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-offset-4 { margin-left: 33.33333%; } .container__col-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-offset-5 { margin-left: 41.66667%; } .container__col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-offset-6 { margin-left: 50%; } .container__col-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-offset-7 { margin-left: 58.33333%; } .container__col-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-offset-8 { margin-left: 66.66667%; } .container__col-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-offset-9 { margin-left: 75%; } .container__col-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-offset-10 { margin-left: 83.33333%; } .container__col-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-offset-11 { margin-left: 91.66667%; } .container__col-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-offset-12 { margin-left: 100%; } @media screen and (min-width: 576px) { .container__col-sm-offset-0 { margin-left: 0; } .container__col-sm-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-sm-offset-1 { margin-left: 8.33333%; } .container__col-sm-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-sm-offset-2 { margin-left: 16.66667%; } .container__col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-sm-offset-3 { margin-left: 25%; } .container__col-sm-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-sm-offset-4 { margin-left: 33.33333%; } .container__col-sm-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-sm-offset-5 { margin-left: 41.66667%; } .container__col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-sm-offset-6 { margin-left: 50%; } .container__col-sm-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-sm-offset-7 { margin-left: 58.33333%; } .container__col-sm-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-sm-offset-8 { margin-left: 66.66667%; } .container__col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-sm-offset-9 { margin-left: 75%; } .container__col-sm-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-sm-offset-10 { margin-left: 83.33333%; } .container__col-sm-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-sm-offset-11 { margin-left: 91.66667%; } .container__col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-sm-offset-12 { margin-left: 100%; } } @media screen and (min-width: 768px) { .container__col-md-offset-0 { margin-left: 0; } .container__col-md-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-md-offset-1 { margin-left: 8.33333%; } .container__col-md-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-md-offset-2 { margin-left: 16.66667%; } .container__col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-md-offset-3 { margin-left: 25%; } .container__col-md-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-md-offset-4 { margin-left: 33.33333%; } .container__col-md-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-md-offset-5 { margin-left: 41.66667%; } .container__col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-md-offset-6 { margin-left: 50%; } .container__col-md-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-md-offset-7 { margin-left: 58.33333%; } .container__col-md-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-md-offset-8 { margin-left: 66.66667%; } .container__col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-md-offset-9 { margin-left: 75%; } .container__col-md-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-md-offset-10 { margin-left: 83.33333%; } .container__col-md-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-md-offset-11 { margin-left: 91.66667%; } .container__col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-md-offset-12 { margin-left: 100%; } } @media screen and (min-width: 992px) { .container__col-lg-offset-0 { margin-left: 0; } .container__col-lg-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-lg-offset-1 { margin-left: 8.33333%; } .container__col-lg-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-lg-offset-2 { margin-left: 16.66667%; } .container__col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-lg-offset-3 { margin-left: 25%; } .container__col-lg-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-lg-offset-4 { margin-left: 33.33333%; } .container__col-lg-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-lg-offset-5 { margin-left: 41.66667%; } .container__col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-lg-offset-6 { margin-left: 50%; } .container__col-lg-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-lg-offset-7 { margin-left: 58.33333%; } .container__col-lg-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-lg-offset-8 { margin-left: 66.66667%; } .container__col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-lg-offset-9 { margin-left: 75%; } .container__col-lg-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-lg-offset-10 { margin-left: 83.33333%; } .container__col-lg-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-lg-offset-11 { margin-left: 91.66667%; } .container__col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-lg-offset-12 { margin-left: 100%; } } @media screen and (min-width: 1200px) { .container__col-xl-offset-0 { margin-left: 0; } .container__col-xl-1 { -ms-flex-preferred-size: 8.33333%; flex-basis: 8.33333%; } .container__col-xl-offset-1 { margin-left: 8.33333%; } .container__col-xl-2 { -ms-flex-preferred-size: 16.66667%; flex-basis: 16.66667%; } .container__col-xl-offset-2 { margin-left: 16.66667%; } .container__col-xl-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; } .container__col-xl-offset-3 { margin-left: 25%; } .container__col-xl-4 { -ms-flex-preferred-size: 33.33333%; flex-basis: 33.33333%; } .container__col-xl-offset-4 { margin-left: 33.33333%; } .container__col-xl-5 { -ms-flex-preferred-size: 41.66667%; flex-basis: 41.66667%; } .container__col-xl-offset-5 { margin-left: 41.66667%; } .container__col-xl-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; } .container__col-xl-offset-6 { margin-left: 50%; } .container__col-xl-7 { -ms-flex-preferred-size: 58.33333%; flex-basis: 58.33333%; } .container__col-xl-offset-7 { margin-left: 58.33333%; } .container__col-xl-8 { -ms-flex-preferred-size: 66.66667%; flex-basis: 66.66667%; } .container__col-xl-offset-8 { margin-left: 66.66667%; } .container__col-xl-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; } .container__col-xl-offset-9 { margin-left: 75%; } .container__col-xl-10 { -ms-flex-preferred-size: 83.33333%; flex-basis: 83.33333%; } .container__col-xl-offset-10 { margin-left: 83.33333%; } .container__col-xl-11 { -ms-flex-preferred-size: 91.66667%; flex-basis: 91.66667%; } .container__col-xl-offset-11 { margin-left: 91.66667%; } .container__col-xl-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; } .container__col-xl-offset-12 { margin-left: 100%; } } .map-container { width: 100%; height: 100%; top: 0; left: 0; z-index: 0; } .marker { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 18px; height: 18px; background-color: #000; border: 2px solid #fff; border-radius: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .marker:hover { z-index: 1; } .title-container { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-align: center; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; -webkit-box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); width: 50%; z-index: 99; position: fixed; top: 0; background: #43425D; padding: 20px; color: #eee; } .title-container__text { font-size: 1.2em; vertical-align: middle; font-weight: 600; } .title-container__icon { text-align: left; cursor: pointer; font-size: 1.2em; } .title-container__icon--alt { text-align: right; } .side-container { width: 200px; max-width: 200px; background: #43425D; height: 100%; position: fixed; top: 0; z-index: 99; -webkit-transition: all 0.2s; transition: all 0.2s; } .side-container--left { text-align: center; left: 0; -webkit-box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.5); box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.5); } .side-container--right { text-align: center; right: 0; -webkit-box-shadow: -2px -2px 5px 0px rgba(255, 255, 255, 0.5); box-shadow: -2px -2px 5px 0px rgba(255, 255, 255, 0.5); } .side-container .side-bar { position: relative; } .side-container .side-bar-toggle { position: absolute; top: 20px; color: #eee; font-size: 1.5em; cursor: pointer; z-index: 9999; } .side-container .side-bar-toggle--left { right: 20px; } .side-container .side-bar-toggle--right { left: 20px; } .side-container .side-bar__content { width: 100%; position: relative; } .side-container .side-bar__item { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); border-radius: 10px; margin-top: 10px; margin-right: 20px; margin-bottom: 0; margin-left: 0; padding: 5px; display: block; color: #eee; font-size: 1.2em; border: 2px solid white; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; } .side-container .side-bar__item:first-of-type { margin-top: 60px; margin-right: 20px; margin-bottom: 0; margin-left: 0; } .side-container .side-bar__item:hover { background: #F0F0F7; border-color: #F0F0F7; color: #43425D; } .rotate--180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .bottom-carousel { bottom: 0; height: 200px; width: 100%; background: #43425D; z-index: 9999; position: fixed; } .btn__primary { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-radius: 5px; color: #43425D; font-size: 1em; font-weight: 600; letter-spacing: 1.2px; border: 2px solid #43425D; background: transparent; cursor: pointer; -webkit-transition: all 0.2s; transition: all 0.2s; } .btn__primary:hover { background: #F0F0F7; border-color: #F0F0F7; color: #43425D; } ul { padding: 0; margin: 0; list-style-type: none; } .carousel-container { 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; min-height: 210px; } .carousel { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); position: relative; } .carousel__slide { margin-right: auto; margin-left: auto; display: none; max-width: 100%; width: 500px; list-style-type: none; text-align: center; min-height: 125px; height: 125px; -webkit-transition: all 0.2s; transition: all 0.2s; } @media (max-width: 991px) { .carousel__slide { padding-right: 60px; padding-left: 60px; width: 375px; } } @media (max-width: 768px) { .carousel__slide { width: 300px; } } .carousel__slide--active { display: block; } .carousel__slide--item { border-radius: 10px; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); min-width: 300px; min-height: 100%; width: 70%; min-height: 100%; background: #F0F0F7; display: block; border: 3px solid #E8557A; } .carousel__slide--item-title { display: block; color: #000000; font-size: 1em; font-weight: 600; font-style: italic; margin-top: 5px; } .carousel__slide--item-title .fa { font-size: 1em; color: #000000; } .carousel__slide--item-value { text-align: left; padding-top: 10px; padding-right: 0; padding-bottom: 0; padding-left: 10px; font-size: 2em; font-weight: 700; font-style: italic; } .carousel__slide--item-date { position: absolute; bottom: 10px; left: 10px; } .carousel__slide--item-date .fa { margin-right: 10px; } .carousel-slide__content { margin-bottom: 19px; font-family: 'Open Sans', 'Trebuchet MS', sans-serif; font-size: 16px; } @media (max-width: 990px) { .carousel-slide__content { font-size: 18px; } } .carousel-slide__author, .carousel-slide__source { font-family: 'Roboto', arial, sans-serif; font-size: 14px; } @media (min-width: 991px) { .carousel-slide__author, .carousel-slide__source { font-size: 16px; } } .carousel-slide__source { font-style: italic; color: #F0F0F7; } .carousel__arrow { position: absolute; top: 50%; display: block; color: red; cursor: pointer; opacity: .75; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); z-index: 9999; } .carousel__arrow:focus { outline: 0; } .carousel__arrow:hover { opacity: .5; } .carousel__arrow--left { left: 32px; } .carousel__arrow--right { right: 32px; } .carousel__indicators { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 20px; } .carousel__indicators li:nth-of-type(n + 2) { margin-left: 9px; } .carousel__indicator { display: block; width: 24px; height: 3px; background-color: #F0F0F7; cursor: pointer; opacity: .15; -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1); } .carousel__indicator:hover { opacity: .5; } .carousel__indicator--active, .carousel__indicator--active:hover { opacity: .75; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99999; background: rgba(0, 0, 0, 0.8); visibility: hidden; opacity: 0; -webkit-transition: visibility 0s, opacity 0.2s linear; transition: visibility 0s, opacity 0.2s linear; } .modal-overlay--open { visibility: visible; opacity: 1; } .modal { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; padding-top: 0; padding-right: 0; padding-bottom: 40px; padding-left: 0; -webkit-box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); box-shadow: 0px -2px 20px 0px rgba(255, 255, 255, 0.5); top: 20px; width: 90%; max-width: 768px; background: white; } .modal__title { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 20px; -moz-border-radius-bottomleft: 20px; text-align: center; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; background: #43425D; color: #F0F0F7; font-size: 1.2em; } .modal__close--btn { position: absolute; right: 10px; top: 10px; cursor: pointer; } .modal__close--btn:hover { color: #eee; } .modal__form { display: block; margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; text-align: center; } .modal__form--input { margin-top: 10px; margin-right: 0; margin-bottom: 0; margin-left: 0; position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); } .modal__form--input input { padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 10px; border-radius: 5px; border: 2px solid #43425D; width: 35%; min-width: 250px; outline-style: none; } .splashscreen__buttons { z-index: 9999; position: absolute; top: 80%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .splashscreen__buttons .button-primary { margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; } .splashscreen-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .splashscreen-wrapper .col { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50%; height: 100%; min-height: 937px; overflow: hidden; position: relative; } .splashscreen-wrapper .form-wrapper { background: url("../assets/grey-paper-texture.jpg"); background-repeat: repeat; } .splashscreen-wrapper__bg { /* Location of the image */ background-image: url("../assets/Capture.PNG"); /* Background image is centered vertically and horizontally at all times */ background-position: center; /* Background image doesn't tile */ background-repeat: no-repeat; /* Background image is fixed in the viewport so that it doesn't move when the content's height is greater than the image's height */ background-attachment: fixed; /* This is what makes the background image rescale based on the container's size */ background-size: cover; /* Set a background color that will be displayed while the background image is loading */ background-color: #464646; } .splashscreen__overlay { width: 100%; height: 100%; background-color: rgba(67, 66, 93, 0.5); position: absolute; top: 0; left: 0; overflow: hidden; z-index: 99; } @media screen and (max-width: 768px) { .splashscreen-wrapper:not(.splashscreen-no-reverse) { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .splashscreen-wrapper:not(.splashscreen-no-reverse) .col { min-height: 406px; max-height: 406px; } .splashscreen-wrapper.splashscreen-no-reverse { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .splashscreen-wrapper.splashscreen-no-reverse .col { min-height: 406px; max-height: 406px; } } .pulse { text-align: center; z-index: 9999; display: block; border-radius: 50%; background: rgba(67, 66, 93, 0.4); cursor: pointer; -webkit-box-shadow: 0 0 0 rgba(67, 66, 93, 0.4); box-shadow: 0 0 0 rgba(67, 66, 93, 0.4); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; position: absolute; top: 50%; left: 50%; width: 350px; height: 350px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pulse img { width: 320px; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .pulse:hover { -webkit-animation: none; animation: none; } @media screen and (max-width: 768px) { .splashscreen-wrapper__homepage .pulse { top: 30%; } } @-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); } 70% { -webkit-box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); } } @keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); box-shadow: 0 0 0 0 rgba(67, 66, 93, 0.4); } 70% { -webkit-box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); box-shadow: 0 0 0 30px rgba(67, 66, 93, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); box-shadow: 0 0 0 0 rgba(67, 66, 93, 0); } } @media screen and (max-width: 768px) { .pulse { width: 250px; height: 250px; } .pulse img { width: 220px; } } .form-user { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70%; padding: 40px; } .form-user__title { font-size: 2.5em; font-weight: 900; text-align: center; color: #43425D; letter-spacing: 1px; } .form-user__input-holder { margin-top: 40px; margin-right: 0; margin-bottom: 0; margin-left: 0; } .form-user__input { margin-top: 20px; margin-right: 0; margin-bottom: 20px; margin-left: 0; } .form-user__input input { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; width: 100%; border: none; border-bottom: 3px solid #43425D; outline: none; background: transparent; color: #43425D; font-weight: 600; letter-spacing: 1px; -webkit-transition: all .3s; transition: all .3s; } .form-user__input input::-webkit-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input:-ms-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input::-ms-input-placeholder { color: #43425D; font-weight: 600; } .form-user__input input::placeholder { color: #43425D; font-weight: 600; } .form-user__input input:focus { color: #4CD964; border-color: #4CD964; } .form-user__input input:focus .form-user__input input::-webkit-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input:-ms-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input::-ms-input-placeholder { color: #4CD964; } .form-user__input input:focus .form-user__input input::placeholder { color: #4CD964; } .form-user__checkbox { margin-bottom: 40px; } .form-user__checkbox label .css-checkbox { display: none; } .form-user__checkbox label .css-checkbox:checked + i { background: #4CD964; border-color: #4CD964; } .form-user__checkbox label .css-checkbox:checked + i:hover:after { opacity: 1; } .form-user__checkbox label .css-checkbox:checked + i:after { opacity: 1; border-color: #FFF; } .form-user__checkbox label .css-checkbox + i { -webkit-box-sizing: border-box; box-sizing: border-box; } .form-user__checkbox label .css-checkbox + i:before, .form-user__checkbox label .css-checkbox + i:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .form-user__checkbox label .css-checkbox + i { position: relative; display: inline-block; top: -1px; width: 18px; height: 18px; margin: 0; vertical-align: middle; border: 1px solid #999; -webkit-transition: background 200ms ease; transition: background 200ms ease; border-radius: .2em; background: #F9F9F9; font-size: 18px; cursor: pointer; } .form-user__checkbox label .css-checkbox + i:hover:after { opacity: .2; } .form-user__checkbox label .css-checkbox + i:after { content: ''; opacity: 0; -webkit-transform: translateZ(1px) rotate(-45deg); transform: translateZ(1px) rotate(-45deg); outline: 1px solid transparent; position: absolute; top: 22%; left: 15%; width: .68em; height: .4em; border: .15em solid #222; border-top: none; border-right: none; background: rgba(0, 0, 0, 0); } .form-user__checkbox--text { display: inline-block; margin-left: 10px; } .form-user__input--button { text-align: center; margin-top: 40px; } .button-primary { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-radius: 5px; width: 150px; color: #eee; background-color: #4CD964; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; border: 2px solid #4CD964; -webkit-transition: all .3s; transition: all .3s; cursor: pointer; outline: 0; } .button-primary:hover { background-color: #eee; color: #43425D; } .button-primary--alt { background-color: #eee; color: #43425D; } .button-primary--alt:hover { color: #eee; background-color: #4CD964; } .u-pos-absolute { position: absolute; } .u-pos-fixed { position: fixed; } .u-pos-relative { position: relative; } html, body { font-family: "Titillium Web", sans-serif; } /*# sourceMappingURL=style.css.map */
0.415847
0.055926
html, body { font-family: 'Nunito Sans', sans-serif; font-size: 100%; overflow-x: hidden; background: #fff; } body a, .btn-agile, a { 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; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Nunito Sans', sans-serif; } p { line-height: 1.8; font-size: 1em; color: #333; font-weight: 500; margin: 0; } ul { margin: 0; padding: 0; } li { list-style-type: none; } body a:hover { text-decoration: none; } /*-- bottom-to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 24px; right: 3%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //bottom-to-top --*/ /* banner */ /*** Mixins & Default Styles ***/ * { -webkit-box-sizing: border-box; box-sizing: border-box; } /*** Color Variables ***/ /*** Centering Hack ***/ /*** Header Styles ***/ header.index-banner { /*width: 100vw;*/ /*height: 100vh;*/ /*display: -webkit-box; display: -ms-flexbox; display: flex;*/ } button.btn.w3ls-btn { padding: 4px 24px; background: #12b797; color: #fff; border: none; border-radius: 90px; } /*** Navigation Styles ***/ nav.main-header { width: 100vw; height: 120px; background: #1e2d3a; display: grid; grid-template-columns: 1fr 1fr; position: fixed; top:0; z-index: 10; -webkit-transition: all 0.3s; transition: all 0.3s; } nav.main-header.navShadow { -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); height: 80px; } nav.navShadow #word-mark { opacity: 0; } #brand, #menu, ul.nav-agile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #brand { padding-left: 40px; } #logo { width: 55px; height: 55px; background: #ffffff00; border-radius: 50%; cursor: pointer; } #word-mark { /*width: 120px;*/ border-radius: 90px; margin-left: 20px; opacity: 1; -webkit-transition: all 0.3s; transition: all 0.3s; } #logo a i { font-size: 2em; text-align: center; display: block; line-height: 1.7; color: rgba(255, 255, 255, 0.69); } div#word-mark h1 a { color: #fff; font-size: 1.1em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } /*** Menu Styles ***/ #menu { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-right: 40px; } .nav-agile li { margin-left: 20px; } .nav-agile li a { width: 80px; background:#12b797; display: block; border-radius: 90px; color: #fff; font-size: 0.85em; font-weight: 600; line-height: 28px; } #menu-toggle { width: 55px; height: 55px; background: #12b797; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; cursor: pointer; display: none; } #menu-toggle:hover .bar { width: 25px; } #menu-toggle.closeMenu .bar { width: 25px; } #menu-toggle.closeMenu .bar:first-child { -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); } #menu-toggle.closeMenu .bar:nth-child(2) { -webkit-transform: scale(0); transform: scale(0); } #menu-toggle.closeMenu .bar:last-child { -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); } .bar { width: 25px; height: 2px; background: #fff; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .bar:nth-child(2) { width: 20px; margin: 5px 0; } .bar:last-child { width: 15px; } .nav-agile li a.active { background: #12b797; color: #fff; } /*** Hero Section Styles ***/ #hero-section { /*width: 100vw;*/ background: url(../images/banner.jpg) no-repeat center; background-size: cover; position: relative; z-index: 0; } .inner-banner { /*background: url(../images/inner.jpg)no-repeat center top -105px;*/ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 350px; } li.breadcrumb-item a { color: #1e2d3a; font-weight: 800; } .breadcrumb-item.active { color: #000; font-weight: 600; } div#hero-section:before { position: absolute; content: ''; /* background: rgba(22, 82, 141, 0.22); */ height: 100%; width: 100%; z-index: -1; } h1.w3-title { color: #fff; font-size: 4em; text-transform: capitalize; text-shadow: 1px 1px 1px #000; } #head-line { width: 520px; height: 30px; background: #fff; border-radius: 90px; position: relative; } #head-line:before, #head-line:after { content: ''; height: 30px; border-radius: 90px; } #head-line:before { width: 360px; background: #fff; position: absolute; top: -60px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } #head-line:after { width: 200px; background: #fff; position: absolute; left: 50%; bottom: -60px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } /*** Section Styles ***/ section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } /*** Responsive Menu For Smaller Device ***/ @media screen and (max-width: 800px) { #menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; } nav.main-header { height: 75px; } ul.nav-agile { display: inline-block; width: 100vw; height: auto; background: #1e2d3a; position: absolute; top: 65px !important; -webkit-box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s; transition: all 0.3s; } div#word-mark h1 a { font-size: 0.9em; } nav.main-header.navShadow { height: 65px; } ul.showMenu li { height: auto; opacity: 1; visibility: visible; padding-top: 2em; } ul.showMenu li { height: auto; opacity: 1; visibility: visible; } .nav-agile li { width: 15%; float: left; padding-left: 40px; opacity: 0; visibility: hidden; margin-left: 0; -webkit-transition: all 0.3s 0.1s; transition: all 0.3s 0.1s; } #head-line { -webkit-transform: scale(0.8); transform: scale(0.8); } } /* banner responsive slider */ .banner-text { padding: 38vw 0 0 0; box-sizing: border-box; /* width: 30%;*/ } .logo-sign { background: #fff; padding: 10px; width: 20%; justify-content: center; } .logo-sign.d-flex span { font-size: 2.5em; color: #5bae32; } #slider { 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; } .events { list-style: none; } .callbacks_container { position: relative; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; left: 0; top: 0; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; left: 0; right: 0; padding: 10px 20px; margin: 0; max-width: none; top: 10%; text-align: center; } .callbacks_tabs a { visibility: hidden; line-height: 23px; height: 20px; text-align: center; color: #000; font-weight: 600; display: block; background: #fff; border-radius: 50%; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 10px; width: 10px; display: inline-block; background: #ffffff; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; } .callbacks_here a:after { background: #1e2d3a; } /* .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 78%; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 34px; width: 34px; background: url("../images/left.png") no-repeat 0px 0px; } .callbacks_nav.prev { left: auto; background: url("../images/back.png") no-repeat 0px 0px; left: 18em; } .callbacks_nav.next { left: auto; background: url("../images/next.png") no-repeat 0px 0px; right: 18em; } .callbacks_nav:active { opacity: 1.0; } .callbacks2_nav:active { opacity: 1.0; }*/ #slider-pager a { display: inline-block; } #slider-pager span { float: left; } #slider-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider-pager a { padding: 0; } #slider-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; padding: 0; margin: 0; width: 100%; z-index: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; left: 0%; top: 0; width: 100%; } .rslides li { position: relative; display: block; float: none; } .rslides img { height: auto; border: 0; } .callbacks_tabs li { display: block; } .callbacks_tabs a { line-height: 23px; height: 20px; text-align: center; color: #000; font-weight: 600; display: block; margin-right: 10px; background: #fff; border-radius: 50%; } p.sub-para { font-size: 18px; color: #fff; letter-spacing: 2px; font-weight: 300; } .slider-info img { width: 100px; margin: 0 auto; } .callbacks_tabs { list-style: none; position: absolute; z-index: 2; top: 10px; left: 15px; } .slider-top span { font-weight: 600; } .slider-info h3 { font-size: 1.2em; color: #fff; letter-spacing: 1px; font-weight: 800; text-transform: capitalize; } .slider-info h4, h4.abt-right-text { color: #000000; font-size: 1.2em; font-weight: 600; letter-spacing: 2px; margin-top: 1em; text-transform: capitalize; } .slider-info p { font-size: 0.9em; font-weight: 600; color: #000000; } .slider-info a { color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 1px; border-color: #7c43b8; background: #7c43b8; } .slider-info a:hover { color: #fff; background: #b34fa9; border-color: #b34fa9; } .slider-info { background: #12b797ab; text-align: center; padding: 15px 10px; } /* //banner responsive slider */ h4.w3l-sub { color: #000; font-size: 2.2em; text-transform: capitalize; font-weight: 800; } h5.sub-title { color: #000; font-size: 1.5em; } .wthree-title span { width: 117px; height: 2px; background: #1e2d3a; display: inline-block; margin-left: 5px; box-shadow: 40px 9px 0px #777; } /*-- about --*/ .agileits-wthree-about-grids h4 { font-size: 1.5em; color: #12b797; line-height: 1.5em; font-weight: 800; text-transform: capitalize; letter-spacing: 1px; } .agileits-wthree-about-grids h6 { padding: 1px; background: #2954a2; width: 33%; margin: 2em auto 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .agileits-wthree-about-grids:hover h6 { width: 55%; background: #2954a2; } /*-- Effect 1--*/ .agileits-wthree-about-grids span, .img-agile i { font-size: 3em; color: #1e2d3a; width: 100px; height: 100px; background: #eee; line-height: 100px; text-align: center; border-radius: 50%; } .agileits-wthree-about-grids p { width: 300px; } .cpy-right { background: #1e2d3a; } /*-- // about --*/ /* progress bars */ .progress-bar-sec { background: url(../images/slide.jpg) center no-repeat; background-size: cover; position: relative; z-index: 1; border: 0px solid white; /* border-radius: 145px;*/ } .progress-bar-sec:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(30, 45, 58, 0.81); z-index: -1; border: 0px solid white; /*border-radius: 145px;*/ } .progress-outer { border-radius: 50px; } .progress-outer h6 { color: #fff; font-size: 1em; font-weight: 600; } .progress { height: 20px; margin: 0; overflow: visible; border-radius: 50px; background: rgba(140, 138, 136, 0.56); box-shadow: inset 0 10px 10px rgba(246, 237, 237, 0.7); } .progress-bar { background-color: #12b797; } .progress .progress-bar { border-radius: 50px; } .progress .progress-value { position: relative; left: -45px; top: 0; font-size: 14px; font-weight: bold; color: #fff; letter-spacing: 2px; } .progress-bar.active { animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s; } @-webkit-keyframes animate-positive { 0% { width: 0%; } } @keyframes animate-positive { 0% { width: 0%; } } /* //progress bars */ /* services */ h4.sec-title { display: block; text-transform: capitalize; font-weight: 600; color: #00a199; font-size: 32px; } h4.sec-title small { color: #222; display: block; font-size: 23px; margin-bottom: 18px; } .about-w3sec i { font-size: 2em; color: #ffffff; line-height: 2.5; } .about-w3sec h3 { font-size: 1.05em; letter-spacing: 2px; font-weight: 600; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid #2d917e; color: #fff; } .about-w3sec p { line-height: 1.8; margin-top: 1em; color: #000; font-size: 1em; letter-spacing: 0.5px; } .abt-block { padding: 3em 1.5em 3em; position: relative; border-radius: 10px; background: #12b797; } .serv_abs { position: absolute; top: -41px; right: 0; width: 85px; height: 85px; border-radius: 10px; background: #12b797; border-bottom: none; text-align: center; } h5.agile-title { color: #000; font-size: 1.6em; line-height: 1.5; font-weight: 600; letter-spacing: 2px; word-spacing: 1px; font-family: 'Nunito Sans', sans-serif; max-width: 750px; } h3.agile-title { font-size: 1.2em; line-height: 36px; font-weight: 600; letter-spacing: 4.7px; } .agileits-banner-info4 h3 { color: #4DD0E1; font-size: 30em; margin: 0; line-height: .8em; font-weight: 700; text-transform: uppercase; font-family: 'Nunito Sans', sans-serif; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url(../images/1.jpg) repeat 0px 0px; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; } i.fas.fa-quote-left { font-size: 5em; color: #e2e2e2; } .about-right-text { font-size: 1.1em; color: #000; font-weight: 600; } h5.abt-right { color: #7c43b8; font-size: 2em; text-transform: capitalize; font-style: italic; font-weight: 800; margin-top: 1em; } /* //services */ /* team */ .box16 { text-align: center; color: #fff; position: relative } .box16 .box-content, .box16:after { width: 100%; position: absolute; left: 0 } .box16:after { content: ""; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%); top: 0; transition: all .5s ease 0s } .box16 .post, .box16 .title { transform: translateY(145px); transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s } .box16:hover:after { background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%) } .box16 img { width: 100%; height: auto } .box16 .box-content { padding: 20px; margin-bottom: 20px; bottom: 0; z-index: 1 } .box16 .title { font-size: 1.5em; font-weight: 800; text-transform: capitalize; margin: 0 0 10px; } .box16 .post { display: block; padding: 8px 0; font-size: 15px } .box16 .social li a, .box17 .icon li a { border-radius: 50%; font-size: 20px; color: #fff } .box16:hover .post, .box16:hover .title { transform: translateY(0) } .box16 .social { list-style: none; padding: 0 0 5px; margin: 40px 0 25px; opacity: 0; position: relative; transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0); transition: all .6s cubic-bezier(0, 0, .58, 1) 0s } .box16:hover .social { opacity: 1; transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) } .box16 .social:before { content: ""; width: 50px; height: 2px; background: #fff; margin: 0 auto; position: absolute; top: -23px; left: 0; right: 0 } .box16 .social li { display: inline-block } .box16 .social li a { display: block; width: 40px; height: 40px; line-height: 40px; background: #1e2d3a; margin-right: 10px; transition: all .3s ease 0s } .box17 .icon li, .box17 .icon li a { display: inline-block } .box16 .social li a:hover { background: #12b797; } .box16 .social li:last-child a { margin-right: 0 } @media only screen and (max-width:990px) { .box16 { margin-bottom: 30px } } /* //team */ /* pricing */ .w3ls-pricing.card { border: 0; border-radius: 0px; -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08); box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08); transition: all .3s ease-in-out; padding: 2.25rem; position: relative; } .w3ls-pricing.card-header::after { content: ""; display: table; clear: both; } .w3ls-pricing.card:after, .service-active:after { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 5px; background-color: #1e2d3a; transition: 0.5s; } .w3ls-pricing.card:hover, .service-active { transform: scale(1.1); -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); } .w3ls-pricing.card:hover:after { width: 100%; } .w3ls-pricing.card.service-active:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background-color: #1e2d3a; transition: 0.5s; } .w3ls-pricing .card-header { background-color: white; padding-left: 2rem; border-bottom: 0px; } h4.price-title { font-size: 1.2em; } .w3ls-pricing .card-block { padding-top: 0; } .list-group-item { color: #777; font-weight: 400; } .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top: none; } .list-group-item:last-child { border-bottom: none; } .display-2 { font-size: 3rem; color: #f78f20; } .display-2 .currency { font-size: 2.75rem; position: relative; font-weight: 600; top: -45px; letter-spacing: 0px; color: #ddd; } .display-2 .period { font-size: 1rem; color: #b3b3b3; letter-spacing: 0px; } /* .btn { text-transform: uppercase; font-size: .75rem; font-weight: 500; color: #a6a6a6; border-radius: 0; padding: .75rem 1.25rem; letter-spacing: 1px; } */ .btn-gradient { background-color: #1e2d3a; color: #fff; transition: background .3s ease-in-out; box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .2); } .btn-gradient:hover { color: white; background-color: #12b797; } /* //pricing */ /*-- Testimonials --*/ .wthree_testimonials_grid_pos img { border-radius: 50%; } div#testimonials { padding: 1em; } .wthree_testimonials_grid_main { padding: 1em; } .wthree_testimonials_grid img { padding: 0 1em; } .wthree_testimonials_grid p:nth-child(1) { letter-spacing: 0px; padding: 1em 2em; background: #eee; color: #000; border-radius: 15px; } .wthree_testimonials_grid1 h5 { font-size: 1em; letter-spacing: 0.5px; color: #000000; font-weight: 800; text-transform: capitalize; } .wthree_testimonials_grid p:nth-child(1) { padding: 1em 2em; background: #fff; color: #000; border-radius: 15px; position: relative; } .wthree_testimonials_grid p:nth-child(1):before { /*content: ''; display: block; position: absolute; left: 215px; width: 0; top: 107px; border-top: 13px solid #ffffff; border-bottom: 13px solid transparent; border-right: 13px solid transparent; border-left: 13px solid #ffffff;*/ } .wthree_testimonials_grid_pos { margin: 1.5em 0 0; } .wthree_testimonials_grid1 p { color: #212121; } /*--flexisel--*/ .flex-slider { background: #222227; padding: 70px 0 165px 0; } .opportunity { background: #28282e; margin: 0px 20px; padding: 80px 0; position: relative; } #flexiselDemo1 { display: none; } .nbs-flexisel-container { position: relative; max-width: 100%; } .nbs-flexisel-ul { position: relative; width: 9999px; margin: 0px; padding: 0px; list-style-type: none; } .nbs-flexisel-inner { overflow: hidden; margin: 0px auto; } .nbs-flexisel-item { float: left; margin: 0; padding: 0; position: relative; line-height: 0px; } .nbs-flexisel-item>img { cursor: pointer; position: relative; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 50px; height: 50px; position: absolute; cursor: pointer; z-index: 0; top: -5% !important; } .nbs-flexisel-nav-left { right: 11%; background: url(../images/right.png) no-repeat 14px 12px ; border: 1px solid #1e2d3a47; border-width:0px 0px 0px 0px; border-radius: 20px 0 0 20px; } .nbs-flexisel-nav-right { right: 8%; border: 1px solid #1e2d3a47; border-width:0px 0px 0px 0px; background: url(../images/left.png) no-repeat 14px 12px ; border-radius: 0 20px 20px 0; } .wthree_testimonials_grid { text-align: left; } /*--//flexisel--*/ /*-- //Testimonials --*/ /* blog */ h5.blog-title a { color: #333; font-size: 0.85em; } .blog-btn { background: #1e2d3a; padding: 5px 10px; border-radius: 5px; margin: 1em 0; color: #fff; box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .2); display: inline-block; } .blog_more { margin: 4em 0 0; background: #000; color: #fff; text-transform: capitalize; } a.blog_more:hover { color: #fff; } .card-body p { font-size: 1em; } /* //blog */ p.c-txt { line-height: 2.2; } .address:nth-child(even) { margin: 2em 0; } .contact-center { max-width: 800px; margin: 0 auto; } div#contact { padding-bottom: 0; } .contact-g1 { padding: 2em; background: #eee; } .contact-list ul li { font-size: 1.2em; color: #000; margin: 1.5em 0 0; } h6.footer-wthree { color: #fff; font-size: 1.5em; letter-spacing: 0.5px; margin-bottom: 1em; } ul.address li span { color: #026fbf; font-size: 1.2em; margin-right: 1em; } ul.address li { margin: 1em 0 0; font-size: 1.1em; font-weight: 600; color: #000; } ul.address li a { color: #000; } ul.social-icons3 li { display: inline-block; margin-right: 10px; } ul.social-icons3 li a { display: block; height: 37px; width: 37px; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); line-height: 39px; color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; text-align: center; } ul.social-icons3 li a.s-iconfacebook { background: #4D669C; } ul.social-icons3 li a.s-icontwitter { background: #1da1f2; } ul.social-icons3 li a.s-icondribbble { background: #ea4c89; } ul.social-icons3 li a.s-iconbehance { background: #0096ff; } ul.social-icons3 li a:hover { text-decoration: none; opacity: 0.8; } .footer-w3ls { background: url(../images/footer.jpg) no-repeat center; background-size: cover; } .footer-dot { background: rgba(30, 45, 58, 0.73); /* padding: 4em 0;*/ } .footer-dot .border-top { border-top: 1px solid rgba(215, 212, 209, 0.15) !important; } .footer-dot .border-top .border-left.footer-grid { border-left: 1px solid rgba(215, 212, 209, 0.15) !important; } .footer-logo h2 a { text-align: center; display: block; color: #fff; text-transform: capitalize; } .footer-logo h2 a i { font-size: 0.7em; text-align: center; color: rgba(255, 255, 255, 0.69); background: #12b797; width: 55px; height: 55px; line-height: 55px; border-radius: 50%; margin-right: 15px; } /*--contact --*/ .footer-grid { padding: 3em 2em 0; } .footer-grid:nth-child(even) { padding-right: 0; } .footer-grid:nth-child(odd) { padding-left: 0; } .footer-logo h2 a { text-align: center; display: block; color: #fff; font-size: 1.5em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } /*-- subscribe --*/ .subscribe-grid p { color: #fff; text-transform: capitalize; font-size: 1.2em; margin-bottom: 1em; letter-spacing: 1px; } .subscribe-grid input[type="email"] { display: inline-block; background: #ffffff; border: none; width: 75%; outline: none; padding: 10px; font-size: 0.9em; color: #000; letter-spacing: 1px; } .subscribe-grid i.fa.fa-paper-plane-o { color: #FFFFFF !important; font-size: 1.2em !important; } .subscribe-grid button.btn1 { color: #12b797; font-size: 1em; border: none; width: 15%; height: 41px; text-align: center; text-decoration: none; background: #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; cursor: pointer; } .btn-theme { color: #fff; background-color: #1e2d3a !important; border-color: #1e2d3a !important; color: #fff !important; cursor: pointer; } button.btn1:hover { background: #000; } button.btn1:hover i.fa.fa-paper-plane-o { color: #2f2f2f !important; } .agile-section.subscribe.text-center p { color: #fff; letter-spacing: 1px; margin: 1em 0 0; } /*-- //subscribe --*/ .form-wrapper { background-color: #fff; color: #34495e; padding: 0 3em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input:focus { outline: none; } /* TEXT INPUTS */ .text-input { width: 100%; border: none; border-bottom: 1px solid #1d1c1b; margin: 0; padding: 5px 15px; font-family: 'Nunito Sans', sans-serif; color: #34495e; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* CHECKBOX INPUTS */ .three input[type="checkbox"] { display: none; } input[type="checkbox"]:checked+.checkbox-label { background-color: #1e2d3a; color: #fff; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .checkbox-label { display: block; padding: 10px 0; border: 1px solid #d4d4d4; color: #34495e; cursor: pointer; } .form-wrapper label { font-style: italic; } .text, .icon { display: block; padding: 5px 0; text-align: center; text-transform: capitalize; font-weight: 600; } /* RANGE INPUT */ input[type=range] { -webkit-appearance: none; width: 100%; background: transparent; cursor: pointer; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; } input[type=range]:focus { outline: none; } input[type=range]::-ms-track { width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-moz-range-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-ms-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } input[type=range]::-moz-range-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } input[type=range]::-ms-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } /* TEXTAREA */ .message h6 { background-color: #1e2d3a; color: #fff; font-size: 1em; padding: 10px 15px; } #t1 { width: 100%; height: 100px; border: 1px solid #d4d4d4; margin: 0; padding: 15px; font-family: 'Nunito Sans', sans-serif; color: #34495e; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #t1:focus { outline: none; } /* SUBMIT BUTTON */ .submit { border: none; color: #fff; background-color: #12b797; overflow: hidden; font-weight: 600; border-radius: 90px; cursor: pointer; display: inline-block; padding: 0.5em 2em; position: relative; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .submit:hover { background-color: #1d1c1b; color: #fff; padding: 0.5em 3em; } /* //contact */ /* address */ .contact-title { text-transform: capitalize; font-size: 1em; font-weight: 600; color: #12b797; margin-bottom: 0.1em; } /* //address */ /* modal */ .modal-body { padding: 2rem; background: #eee; } .modal-title { margin-bottom: 0; line-height: 1.5; color: #12b797; font-weight: 600; } .modal-body p.text-left { padding-top: 2rem; } /* //modal */ /* -- Responsive code -- */ @media screen and (max-width: 1920px) { .banner-text { padding: 25vw 0 0 0; } } @media screen and (max-width: 1600px) { .banner-text { padding: 38vw 0 0 0; } } @media screen and (max-width: 1440px) { .banner-text { padding: 30vw 0 0 0; } } @media screen and (max-width: 1366px) { .banner-text { /*width: 34%;*/ } } @media screen and (max-width: 1366px) {} @media screen and (max-width: 1280px) {} @media screen and (max-width: 1080px) { .banner-text { /* width: 41%;*/ padding: 37vw 0 0 0; } .nbs-flexisel-nav-left { right: 13%; } } @media screen and (max-width: 1050px) { .wthree_testimonials_grid p:nth-child(1) { padding: 1em; } #fullform{ display: none; } #duic{ color: #fff; font-size: 1em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } } /*.row{ margin:0px auto; }*/ @media screen and (max-width: 1024px) {} @media screen and (max-width: 991px) { #videorowtwo{ display:none; } h5.sub-title { font-size: 1.2em; } .agileits-wthree-about-grids p { width: 100%; } .wthree_testimonials_grid_main { padding: 0 2em 0em; } .agileits-wthree-about-grids span, .img-agile i { font-size: 2em; width: 80px; height: 80px; line-height: 80px; } .service-grid-3 { margin-top: 6em !important; } .footer-logo h2 a { font-size: 1.3em; } .footer-dot .border-top .border-left.footer-grid { border-top: 1px solid rgba(215, 212, 209, 0.15) !important; border-left: none !important; margin-top: 2em; } .footer-grid { padding: 2em 0em 0; } h6.footer-wthree { font-size: 1.3em; } .form-wrapper { padding: 1em 0 0; } } @media screen and (max-width: 900px) { .callbacks_tabs { left: 4px; } .banner-text { /*width: 50%;*/ padding: 47vw 0 0 0; } .footer-logo h2 a i { width: 50px; height: 50px; line-height: 50px; } .inner-banner { /* background: url(../images/inner.jpg) no-repeat right;*/ /* min-height: 300px;*/ } } @media screen and (max-width: 800px) { .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -6% !important; } ul.social-icons3 li { padding-top: 0; } } @media screen and (max-width: 768px) { .nbs-flexisel-nav-left { right: 14%; } #shortform{ display:inline; } } @media screen and (max-width: 736px) { .box16 .box-content { padding: 0; margin-bottom: 0; } .box16 .title { font-size: 1.2em; } .footer-dot { padding: 1em 0 3em; } .service-grid-3 { margin-top: 2em !important; } } @media screen and (max-width: 667px) { .banner-text { /*width: 63%;*/ padding: 61vw 0 0 0; } h4.w3l-sub { font-size: 2em; } .nbs-flexisel-nav-left { right: 16%; } .display-2 { font-size: 3rem; } } @media screen and (max-width: 640px) { .nav-agile li { padding-left: 30px; } .footer-logo h2 a { font-size: 1.1em; } } @media screen and (max-width: 600px) { #brand { padding-left: 25px; } .agileits-wthree-about-grids h4 { font-size: 1.3em; } .wthree_testimonials_grid_main { padding: 0; } } .text-colored{ color:#12b7a4; } @media screen and (max-width: 568px) { .nav-agile li { padding-left: 20px; } .banner-text { /* width: 63%;*/ } #hero-section { background-position: left; } div#testimonials { padding: 3em 2em; } .footer-dot { padding: 1em 1.5em 3em; } .wthree_testimonials_grid.mt-lg-0.mt-5 { margin-top: 1em !important; } .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -40px !important; } h5.blog-title a { font-size: 0.8em; } .blog-btn { margin: 0.5em 0; } .inner-banner { /*min-height: 250px;*/ } } @media screen and (max-width: 480px) { .banner-text { /* width: 82%;*/ padding: 70vw 0 0 0; } ul.nav-agile li a { width: 97%; } ul.showMenu li { height: auto; padding-top: 1em; } ul.nav-agile.showMenu li { width: 100%; padding-left: 0; float: none; } ul.nav-agile.showMenu { padding: 2rem; } .slider-info h3 { font-size: 1.3em; } h4.w3l-sub { font-size: 1.8em; } h5.sub-title { font-size: 1.1em; } .wthree-title span { box-shadow: 37px 6px 0px #777; } .footer-logo h2 a { font-size: 1em; } } @media screen and (max-width: 414px) { .slider-info p { font-size: 0.95em; } .banner-text { /* width: 90%;*/ } h5.sub-title { font-size: 1em; padding-bottom: 0 !important; } .wthree_testimonials_grid img { padding: 0; } .nbs-flexisel-nav-left { right: 19%; } .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -32px !important; } h6.footer-wthree { font-size: 1.2em; } .footer-grid { padding: 1em 0em 0; } .list-group-item { font-size: 0.9em; } .inner-banner { /* min-height: 200px;*/ } } @media screen and (max-width: 384px) { .cpy-right p { font-size: 0.9em; padding: 0 0.3rem; } } @media screen and (max-width: 320px) { div#word-mark h1 a { font-size: 0.8em; } #menu-toggle { width: 50px; height: 50px; } .slider-info p { font-size: 0.85em; } .banner-text { /*width: 94%;*/ padding: 110vw 0 0 0; } .callbacks_tabs { left: -4px; } .footer-dot { padding: 1em 0.5em 3em; } h4.w3l-sub { font-size: 1.5em; } h5.sub-title { font-size: 0.95em; } .nbs-flexisel-nav-left { right: 23%; } .wthree_testimonials_grid p:nth-child(1) { padding: 0; } .about-w3sec p { font-size: 0.9em; } .abt-block { padding: 2em 1em 2em; } } /* @keyframes move { 0% {border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px;margin-right:0em;animation-timing-function: ease-in;} 100% {border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px;margin-right:9em;animation-timing-function: ease-in;} } #fullformx { background-color:#343a40; -webkit-animation-name: move; -webkit-animation-duration: 4s; animation-name: move; animation-duration: 3s; animation-iteration-count: 2; animation-direction: alternate; border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px; } */ /* -- //Responsive code -- */
css/style.css
html, body { font-family: 'Nunito Sans', sans-serif; font-size: 100%; overflow-x: hidden; background: #fff; } body a, .btn-agile, a { 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; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Nunito Sans', sans-serif; } p { line-height: 1.8; font-size: 1em; color: #333; font-weight: 500; margin: 0; } ul { margin: 0; padding: 0; } li { list-style-type: none; } body a:hover { text-decoration: none; } /*-- bottom-to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 24px; right: 3%; overflow: hidden; z-index: 999; width: 32px; height: 32px; border: none; text-indent: 100%; background: url(../images/move-top.png) no-repeat 0px 0px; } #toTopHover { width: 32px; height: 32px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //bottom-to-top --*/ /* banner */ /*** Mixins & Default Styles ***/ * { -webkit-box-sizing: border-box; box-sizing: border-box; } /*** Color Variables ***/ /*** Centering Hack ***/ /*** Header Styles ***/ header.index-banner { /*width: 100vw;*/ /*height: 100vh;*/ /*display: -webkit-box; display: -ms-flexbox; display: flex;*/ } button.btn.w3ls-btn { padding: 4px 24px; background: #12b797; color: #fff; border: none; border-radius: 90px; } /*** Navigation Styles ***/ nav.main-header { width: 100vw; height: 120px; background: #1e2d3a; display: grid; grid-template-columns: 1fr 1fr; position: fixed; top:0; z-index: 10; -webkit-transition: all 0.3s; transition: all 0.3s; } nav.main-header.navShadow { -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2); height: 80px; } nav.navShadow #word-mark { opacity: 0; } #brand, #menu, ul.nav-agile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #brand { padding-left: 40px; } #logo { width: 55px; height: 55px; background: #ffffff00; border-radius: 50%; cursor: pointer; } #word-mark { /*width: 120px;*/ border-radius: 90px; margin-left: 20px; opacity: 1; -webkit-transition: all 0.3s; transition: all 0.3s; } #logo a i { font-size: 2em; text-align: center; display: block; line-height: 1.7; color: rgba(255, 255, 255, 0.69); } div#word-mark h1 a { color: #fff; font-size: 1.1em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } /*** Menu Styles ***/ #menu { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding-right: 40px; } .nav-agile li { margin-left: 20px; } .nav-agile li a { width: 80px; background:#12b797; display: block; border-radius: 90px; color: #fff; font-size: 0.85em; font-weight: 600; line-height: 28px; } #menu-toggle { width: 55px; height: 55px; background: #12b797; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; cursor: pointer; display: none; } #menu-toggle:hover .bar { width: 25px; } #menu-toggle.closeMenu .bar { width: 25px; } #menu-toggle.closeMenu .bar:first-child { -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); } #menu-toggle.closeMenu .bar:nth-child(2) { -webkit-transform: scale(0); transform: scale(0); } #menu-toggle.closeMenu .bar:last-child { -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); } .bar { width: 25px; height: 2px; background: #fff; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } .bar:nth-child(2) { width: 20px; margin: 5px 0; } .bar:last-child { width: 15px; } .nav-agile li a.active { background: #12b797; color: #fff; } /*** Hero Section Styles ***/ #hero-section { /*width: 100vw;*/ background: url(../images/banner.jpg) no-repeat center; background-size: cover; position: relative; z-index: 0; } .inner-banner { /*background: url(../images/inner.jpg)no-repeat center top -105px;*/ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; min-height: 350px; } li.breadcrumb-item a { color: #1e2d3a; font-weight: 800; } .breadcrumb-item.active { color: #000; font-weight: 600; } div#hero-section:before { position: absolute; content: ''; /* background: rgba(22, 82, 141, 0.22); */ height: 100%; width: 100%; z-index: -1; } h1.w3-title { color: #fff; font-size: 4em; text-transform: capitalize; text-shadow: 1px 1px 1px #000; } #head-line { width: 520px; height: 30px; background: #fff; border-radius: 90px; position: relative; } #head-line:before, #head-line:after { content: ''; height: 30px; border-radius: 90px; } #head-line:before { width: 360px; background: #fff; position: absolute; top: -60px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } #head-line:after { width: 200px; background: #fff; position: absolute; left: 50%; bottom: -60px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); } /*** Section Styles ***/ section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } /*** Responsive Menu For Smaller Device ***/ @media screen and (max-width: 800px) { #menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; } nav.main-header { height: 75px; } ul.nav-agile { display: inline-block; width: 100vw; height: auto; background: #1e2d3a; position: absolute; top: 65px !important; -webkit-box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s; transition: all 0.3s; } div#word-mark h1 a { font-size: 0.9em; } nav.main-header.navShadow { height: 65px; } ul.showMenu li { height: auto; opacity: 1; visibility: visible; padding-top: 2em; } ul.showMenu li { height: auto; opacity: 1; visibility: visible; } .nav-agile li { width: 15%; float: left; padding-left: 40px; opacity: 0; visibility: hidden; margin-left: 0; -webkit-transition: all 0.3s 0.1s; transition: all 0.3s 0.1s; } #head-line { -webkit-transform: scale(0.8); transform: scale(0.8); } } /* banner responsive slider */ .banner-text { padding: 38vw 0 0 0; box-sizing: border-box; /* width: 30%;*/ } .logo-sign { background: #fff; padding: 10px; width: 20%; justify-content: center; } .logo-sign.d-flex span { font-size: 2.5em; color: #5bae32; } #slider { 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; } .events { list-style: none; } .callbacks_container { position: relative; } .callbacks { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .callbacks li { position: absolute; left: 0; top: 0; } .callbacks img { position: relative; z-index: 1; height: auto; border: 0; } .callbacks .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; left: 0; right: 0; padding: 10px 20px; margin: 0; max-width: none; top: 10%; text-align: center; } .callbacks_tabs a { visibility: hidden; line-height: 23px; height: 20px; text-align: center; color: #000; font-weight: 600; display: block; background: #fff; border-radius: 50%; } .callbacks_tabs a:after { content: "\f111"; font-size: 0; font-family: FontAwesome; visibility: visible; display: block; height: 10px; width: 10px; display: inline-block; background: #ffffff; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; } .callbacks_here a:after { background: #1e2d3a; } /* .callbacks_nav { position: absolute; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); top: 78%; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 34px; width: 34px; background: url("../images/left.png") no-repeat 0px 0px; } .callbacks_nav.prev { left: auto; background: url("../images/back.png") no-repeat 0px 0px; left: 18em; } .callbacks_nav.next { left: auto; background: url("../images/next.png") no-repeat 0px 0px; right: 18em; } .callbacks_nav:active { opacity: 1.0; } .callbacks2_nav:active { opacity: 1.0; }*/ #slider-pager a { display: inline-block; } #slider-pager span { float: left; } #slider-pager span { width: 100px; height: 15px; background: #fff; display: inline-block; border-radius: 30em; opacity: 0.6; } #slider-pager .rslides_here a { background: #FFF; border-radius: 30em; opacity: 1; } #slider-pager a { padding: 0; } #slider-pager li { display: inline-block; } .rslides { position: relative; list-style: none; overflow: hidden; padding: 0; margin: 0; width: 100%; z-index: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; left: 0%; top: 0; width: 100%; } .rslides li { position: relative; display: block; float: none; } .rslides img { height: auto; border: 0; } .callbacks_tabs li { display: block; } .callbacks_tabs a { line-height: 23px; height: 20px; text-align: center; color: #000; font-weight: 600; display: block; margin-right: 10px; background: #fff; border-radius: 50%; } p.sub-para { font-size: 18px; color: #fff; letter-spacing: 2px; font-weight: 300; } .slider-info img { width: 100px; margin: 0 auto; } .callbacks_tabs { list-style: none; position: absolute; z-index: 2; top: 10px; left: 15px; } .slider-top span { font-weight: 600; } .slider-info h3 { font-size: 1.2em; color: #fff; letter-spacing: 1px; font-weight: 800; text-transform: capitalize; } .slider-info h4, h4.abt-right-text { color: #000000; font-size: 1.2em; font-weight: 600; letter-spacing: 2px; margin-top: 1em; text-transform: capitalize; } .slider-info p { font-size: 0.9em; font-weight: 600; color: #000000; } .slider-info a { color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 1px; border-color: #7c43b8; background: #7c43b8; } .slider-info a:hover { color: #fff; background: #b34fa9; border-color: #b34fa9; } .slider-info { background: #12b797ab; text-align: center; padding: 15px 10px; } /* //banner responsive slider */ h4.w3l-sub { color: #000; font-size: 2.2em; text-transform: capitalize; font-weight: 800; } h5.sub-title { color: #000; font-size: 1.5em; } .wthree-title span { width: 117px; height: 2px; background: #1e2d3a; display: inline-block; margin-left: 5px; box-shadow: 40px 9px 0px #777; } /*-- about --*/ .agileits-wthree-about-grids h4 { font-size: 1.5em; color: #12b797; line-height: 1.5em; font-weight: 800; text-transform: capitalize; letter-spacing: 1px; } .agileits-wthree-about-grids h6 { padding: 1px; background: #2954a2; width: 33%; margin: 2em auto 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .agileits-wthree-about-grids:hover h6 { width: 55%; background: #2954a2; } /*-- Effect 1--*/ .agileits-wthree-about-grids span, .img-agile i { font-size: 3em; color: #1e2d3a; width: 100px; height: 100px; background: #eee; line-height: 100px; text-align: center; border-radius: 50%; } .agileits-wthree-about-grids p { width: 300px; } .cpy-right { background: #1e2d3a; } /*-- // about --*/ /* progress bars */ .progress-bar-sec { background: url(../images/slide.jpg) center no-repeat; background-size: cover; position: relative; z-index: 1; border: 0px solid white; /* border-radius: 145px;*/ } .progress-bar-sec:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: rgba(30, 45, 58, 0.81); z-index: -1; border: 0px solid white; /*border-radius: 145px;*/ } .progress-outer { border-radius: 50px; } .progress-outer h6 { color: #fff; font-size: 1em; font-weight: 600; } .progress { height: 20px; margin: 0; overflow: visible; border-radius: 50px; background: rgba(140, 138, 136, 0.56); box-shadow: inset 0 10px 10px rgba(246, 237, 237, 0.7); } .progress-bar { background-color: #12b797; } .progress .progress-bar { border-radius: 50px; } .progress .progress-value { position: relative; left: -45px; top: 0; font-size: 14px; font-weight: bold; color: #fff; letter-spacing: 2px; } .progress-bar.active { animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s; } @-webkit-keyframes animate-positive { 0% { width: 0%; } } @keyframes animate-positive { 0% { width: 0%; } } /* //progress bars */ /* services */ h4.sec-title { display: block; text-transform: capitalize; font-weight: 600; color: #00a199; font-size: 32px; } h4.sec-title small { color: #222; display: block; font-size: 23px; margin-bottom: 18px; } .about-w3sec i { font-size: 2em; color: #ffffff; line-height: 2.5; } .about-w3sec h3 { font-size: 1.05em; letter-spacing: 2px; font-weight: 600; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid #2d917e; color: #fff; } .about-w3sec p { line-height: 1.8; margin-top: 1em; color: #000; font-size: 1em; letter-spacing: 0.5px; } .abt-block { padding: 3em 1.5em 3em; position: relative; border-radius: 10px; background: #12b797; } .serv_abs { position: absolute; top: -41px; right: 0; width: 85px; height: 85px; border-radius: 10px; background: #12b797; border-bottom: none; text-align: center; } h5.agile-title { color: #000; font-size: 1.6em; line-height: 1.5; font-weight: 600; letter-spacing: 2px; word-spacing: 1px; font-family: 'Nunito Sans', sans-serif; max-width: 750px; } h3.agile-title { font-size: 1.2em; line-height: 36px; font-weight: 600; letter-spacing: 4.7px; } .agileits-banner-info4 h3 { color: #4DD0E1; font-size: 30em; margin: 0; line-height: .8em; font-weight: 700; text-transform: uppercase; font-family: 'Nunito Sans', sans-serif; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url(../images/1.jpg) repeat 0px 0px; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; } i.fas.fa-quote-left { font-size: 5em; color: #e2e2e2; } .about-right-text { font-size: 1.1em; color: #000; font-weight: 600; } h5.abt-right { color: #7c43b8; font-size: 2em; text-transform: capitalize; font-style: italic; font-weight: 800; margin-top: 1em; } /* //services */ /* team */ .box16 { text-align: center; color: #fff; position: relative } .box16 .box-content, .box16:after { width: 100%; position: absolute; left: 0 } .box16:after { content: ""; height: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%); top: 0; transition: all .5s ease 0s } .box16 .post, .box16 .title { transform: translateY(145px); transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s } .box16:hover:after { background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%) } .box16 img { width: 100%; height: auto } .box16 .box-content { padding: 20px; margin-bottom: 20px; bottom: 0; z-index: 1 } .box16 .title { font-size: 1.5em; font-weight: 800; text-transform: capitalize; margin: 0 0 10px; } .box16 .post { display: block; padding: 8px 0; font-size: 15px } .box16 .social li a, .box17 .icon li a { border-radius: 50%; font-size: 20px; color: #fff } .box16:hover .post, .box16:hover .title { transform: translateY(0) } .box16 .social { list-style: none; padding: 0 0 5px; margin: 40px 0 25px; opacity: 0; position: relative; transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0); transition: all .6s cubic-bezier(0, 0, .58, 1) 0s } .box16:hover .social { opacity: 1; transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) } .box16 .social:before { content: ""; width: 50px; height: 2px; background: #fff; margin: 0 auto; position: absolute; top: -23px; left: 0; right: 0 } .box16 .social li { display: inline-block } .box16 .social li a { display: block; width: 40px; height: 40px; line-height: 40px; background: #1e2d3a; margin-right: 10px; transition: all .3s ease 0s } .box17 .icon li, .box17 .icon li a { display: inline-block } .box16 .social li a:hover { background: #12b797; } .box16 .social li:last-child a { margin-right: 0 } @media only screen and (max-width:990px) { .box16 { margin-bottom: 30px } } /* //team */ /* pricing */ .w3ls-pricing.card { border: 0; border-radius: 0px; -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08); box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08); transition: all .3s ease-in-out; padding: 2.25rem; position: relative; } .w3ls-pricing.card-header::after { content: ""; display: table; clear: both; } .w3ls-pricing.card:after, .service-active:after { content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 5px; background-color: #1e2d3a; transition: 0.5s; } .w3ls-pricing.card:hover, .service-active { transform: scale(1.1); -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08); } .w3ls-pricing.card:hover:after { width: 100%; } .w3ls-pricing.card.service-active:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background-color: #1e2d3a; transition: 0.5s; } .w3ls-pricing .card-header { background-color: white; padding-left: 2rem; border-bottom: 0px; } h4.price-title { font-size: 1.2em; } .w3ls-pricing .card-block { padding-top: 0; } .list-group-item { color: #777; font-weight: 400; } .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-top: none; } .list-group-item:last-child { border-bottom: none; } .display-2 { font-size: 3rem; color: #f78f20; } .display-2 .currency { font-size: 2.75rem; position: relative; font-weight: 600; top: -45px; letter-spacing: 0px; color: #ddd; } .display-2 .period { font-size: 1rem; color: #b3b3b3; letter-spacing: 0px; } /* .btn { text-transform: uppercase; font-size: .75rem; font-weight: 500; color: #a6a6a6; border-radius: 0; padding: .75rem 1.25rem; letter-spacing: 1px; } */ .btn-gradient { background-color: #1e2d3a; color: #fff; transition: background .3s ease-in-out; box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .2); } .btn-gradient:hover { color: white; background-color: #12b797; } /* //pricing */ /*-- Testimonials --*/ .wthree_testimonials_grid_pos img { border-radius: 50%; } div#testimonials { padding: 1em; } .wthree_testimonials_grid_main { padding: 1em; } .wthree_testimonials_grid img { padding: 0 1em; } .wthree_testimonials_grid p:nth-child(1) { letter-spacing: 0px; padding: 1em 2em; background: #eee; color: #000; border-radius: 15px; } .wthree_testimonials_grid1 h5 { font-size: 1em; letter-spacing: 0.5px; color: #000000; font-weight: 800; text-transform: capitalize; } .wthree_testimonials_grid p:nth-child(1) { padding: 1em 2em; background: #fff; color: #000; border-radius: 15px; position: relative; } .wthree_testimonials_grid p:nth-child(1):before { /*content: ''; display: block; position: absolute; left: 215px; width: 0; top: 107px; border-top: 13px solid #ffffff; border-bottom: 13px solid transparent; border-right: 13px solid transparent; border-left: 13px solid #ffffff;*/ } .wthree_testimonials_grid_pos { margin: 1.5em 0 0; } .wthree_testimonials_grid1 p { color: #212121; } /*--flexisel--*/ .flex-slider { background: #222227; padding: 70px 0 165px 0; } .opportunity { background: #28282e; margin: 0px 20px; padding: 80px 0; position: relative; } #flexiselDemo1 { display: none; } .nbs-flexisel-container { position: relative; max-width: 100%; } .nbs-flexisel-ul { position: relative; width: 9999px; margin: 0px; padding: 0px; list-style-type: none; } .nbs-flexisel-inner { overflow: hidden; margin: 0px auto; } .nbs-flexisel-item { float: left; margin: 0; padding: 0; position: relative; line-height: 0px; } .nbs-flexisel-item>img { cursor: pointer; position: relative; } /*---- Nav ---*/ .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { width: 50px; height: 50px; position: absolute; cursor: pointer; z-index: 0; top: -5% !important; } .nbs-flexisel-nav-left { right: 11%; background: url(../images/right.png) no-repeat 14px 12px ; border: 1px solid #1e2d3a47; border-width:0px 0px 0px 0px; border-radius: 20px 0 0 20px; } .nbs-flexisel-nav-right { right: 8%; border: 1px solid #1e2d3a47; border-width:0px 0px 0px 0px; background: url(../images/left.png) no-repeat 14px 12px ; border-radius: 0 20px 20px 0; } .wthree_testimonials_grid { text-align: left; } /*--//flexisel--*/ /*-- //Testimonials --*/ /* blog */ h5.blog-title a { color: #333; font-size: 0.85em; } .blog-btn { background: #1e2d3a; padding: 5px 10px; border-radius: 5px; margin: 1em 0; color: #fff; box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, .2); display: inline-block; } .blog_more { margin: 4em 0 0; background: #000; color: #fff; text-transform: capitalize; } a.blog_more:hover { color: #fff; } .card-body p { font-size: 1em; } /* //blog */ p.c-txt { line-height: 2.2; } .address:nth-child(even) { margin: 2em 0; } .contact-center { max-width: 800px; margin: 0 auto; } div#contact { padding-bottom: 0; } .contact-g1 { padding: 2em; background: #eee; } .contact-list ul li { font-size: 1.2em; color: #000; margin: 1.5em 0 0; } h6.footer-wthree { color: #fff; font-size: 1.5em; letter-spacing: 0.5px; margin-bottom: 1em; } ul.address li span { color: #026fbf; font-size: 1.2em; margin-right: 1em; } ul.address li { margin: 1em 0 0; font-size: 1.1em; font-weight: 600; color: #000; } ul.address li a { color: #000; } ul.social-icons3 li { display: inline-block; margin-right: 10px; } ul.social-icons3 li a { display: block; height: 37px; width: 37px; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; -webkit-transition: .5s all; transition: .5s all; -moz-transition: .5s all; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); line-height: 39px; color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; text-align: center; } ul.social-icons3 li a.s-iconfacebook { background: #4D669C; } ul.social-icons3 li a.s-icontwitter { background: #1da1f2; } ul.social-icons3 li a.s-icondribbble { background: #ea4c89; } ul.social-icons3 li a.s-iconbehance { background: #0096ff; } ul.social-icons3 li a:hover { text-decoration: none; opacity: 0.8; } .footer-w3ls { background: url(../images/footer.jpg) no-repeat center; background-size: cover; } .footer-dot { background: rgba(30, 45, 58, 0.73); /* padding: 4em 0;*/ } .footer-dot .border-top { border-top: 1px solid rgba(215, 212, 209, 0.15) !important; } .footer-dot .border-top .border-left.footer-grid { border-left: 1px solid rgba(215, 212, 209, 0.15) !important; } .footer-logo h2 a { text-align: center; display: block; color: #fff; text-transform: capitalize; } .footer-logo h2 a i { font-size: 0.7em; text-align: center; color: rgba(255, 255, 255, 0.69); background: #12b797; width: 55px; height: 55px; line-height: 55px; border-radius: 50%; margin-right: 15px; } /*--contact --*/ .footer-grid { padding: 3em 2em 0; } .footer-grid:nth-child(even) { padding-right: 0; } .footer-grid:nth-child(odd) { padding-left: 0; } .footer-logo h2 a { text-align: center; display: block; color: #fff; font-size: 1.5em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } /*-- subscribe --*/ .subscribe-grid p { color: #fff; text-transform: capitalize; font-size: 1.2em; margin-bottom: 1em; letter-spacing: 1px; } .subscribe-grid input[type="email"] { display: inline-block; background: #ffffff; border: none; width: 75%; outline: none; padding: 10px; font-size: 0.9em; color: #000; letter-spacing: 1px; } .subscribe-grid i.fa.fa-paper-plane-o { color: #FFFFFF !important; font-size: 1.2em !important; } .subscribe-grid button.btn1 { color: #12b797; font-size: 1em; border: none; width: 15%; height: 41px; text-align: center; text-decoration: none; background: #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; cursor: pointer; } .btn-theme { color: #fff; background-color: #1e2d3a !important; border-color: #1e2d3a !important; color: #fff !important; cursor: pointer; } button.btn1:hover { background: #000; } button.btn1:hover i.fa.fa-paper-plane-o { color: #2f2f2f !important; } .agile-section.subscribe.text-center p { color: #fff; letter-spacing: 1px; margin: 1em 0 0; } /*-- //subscribe --*/ .form-wrapper { background-color: #fff; color: #34495e; padding: 0 3em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input:focus { outline: none; } /* TEXT INPUTS */ .text-input { width: 100%; border: none; border-bottom: 1px solid #1d1c1b; margin: 0; padding: 5px 15px; font-family: 'Nunito Sans', sans-serif; color: #34495e; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* CHECKBOX INPUTS */ .three input[type="checkbox"] { display: none; } input[type="checkbox"]:checked+.checkbox-label { background-color: #1e2d3a; color: #fff; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .checkbox-label { display: block; padding: 10px 0; border: 1px solid #d4d4d4; color: #34495e; cursor: pointer; } .form-wrapper label { font-style: italic; } .text, .icon { display: block; padding: 5px 0; text-align: center; text-transform: capitalize; font-weight: 600; } /* RANGE INPUT */ input[type=range] { -webkit-appearance: none; width: 100%; background: transparent; cursor: pointer; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; } input[type=range]:focus { outline: none; } input[type=range]::-ms-track { width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-moz-range-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-ms-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #34495e; margin-top: -4px; } input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } input[type=range]::-moz-range-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } input[type=range]::-ms-track { width: 100%; height: 5px; background: #ddd; border: none; border-radius: 3px; } /* TEXTAREA */ .message h6 { background-color: #1e2d3a; color: #fff; font-size: 1em; padding: 10px 15px; } #t1 { width: 100%; height: 100px; border: 1px solid #d4d4d4; margin: 0; padding: 15px; font-family: 'Nunito Sans', sans-serif; color: #34495e; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #t1:focus { outline: none; } /* SUBMIT BUTTON */ .submit { border: none; color: #fff; background-color: #12b797; overflow: hidden; font-weight: 600; border-radius: 90px; cursor: pointer; display: inline-block; padding: 0.5em 2em; position: relative; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .submit:hover { background-color: #1d1c1b; color: #fff; padding: 0.5em 3em; } /* //contact */ /* address */ .contact-title { text-transform: capitalize; font-size: 1em; font-weight: 600; color: #12b797; margin-bottom: 0.1em; } /* //address */ /* modal */ .modal-body { padding: 2rem; background: #eee; } .modal-title { margin-bottom: 0; line-height: 1.5; color: #12b797; font-weight: 600; } .modal-body p.text-left { padding-top: 2rem; } /* //modal */ /* -- Responsive code -- */ @media screen and (max-width: 1920px) { .banner-text { padding: 25vw 0 0 0; } } @media screen and (max-width: 1600px) { .banner-text { padding: 38vw 0 0 0; } } @media screen and (max-width: 1440px) { .banner-text { padding: 30vw 0 0 0; } } @media screen and (max-width: 1366px) { .banner-text { /*width: 34%;*/ } } @media screen and (max-width: 1366px) {} @media screen and (max-width: 1280px) {} @media screen and (max-width: 1080px) { .banner-text { /* width: 41%;*/ padding: 37vw 0 0 0; } .nbs-flexisel-nav-left { right: 13%; } } @media screen and (max-width: 1050px) { .wthree_testimonials_grid p:nth-child(1) { padding: 1em; } #fullform{ display: none; } #duic{ color: #fff; font-size: 1em; text-transform: capitalize; font-weight: 800; line-height: 0; letter-spacing: 1px; } } /*.row{ margin:0px auto; }*/ @media screen and (max-width: 1024px) {} @media screen and (max-width: 991px) { #videorowtwo{ display:none; } h5.sub-title { font-size: 1.2em; } .agileits-wthree-about-grids p { width: 100%; } .wthree_testimonials_grid_main { padding: 0 2em 0em; } .agileits-wthree-about-grids span, .img-agile i { font-size: 2em; width: 80px; height: 80px; line-height: 80px; } .service-grid-3 { margin-top: 6em !important; } .footer-logo h2 a { font-size: 1.3em; } .footer-dot .border-top .border-left.footer-grid { border-top: 1px solid rgba(215, 212, 209, 0.15) !important; border-left: none !important; margin-top: 2em; } .footer-grid { padding: 2em 0em 0; } h6.footer-wthree { font-size: 1.3em; } .form-wrapper { padding: 1em 0 0; } } @media screen and (max-width: 900px) { .callbacks_tabs { left: 4px; } .banner-text { /*width: 50%;*/ padding: 47vw 0 0 0; } .footer-logo h2 a i { width: 50px; height: 50px; line-height: 50px; } .inner-banner { /* background: url(../images/inner.jpg) no-repeat right;*/ /* min-height: 300px;*/ } } @media screen and (max-width: 800px) { .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -6% !important; } ul.social-icons3 li { padding-top: 0; } } @media screen and (max-width: 768px) { .nbs-flexisel-nav-left { right: 14%; } #shortform{ display:inline; } } @media screen and (max-width: 736px) { .box16 .box-content { padding: 0; margin-bottom: 0; } .box16 .title { font-size: 1.2em; } .footer-dot { padding: 1em 0 3em; } .service-grid-3 { margin-top: 2em !important; } } @media screen and (max-width: 667px) { .banner-text { /*width: 63%;*/ padding: 61vw 0 0 0; } h4.w3l-sub { font-size: 2em; } .nbs-flexisel-nav-left { right: 16%; } .display-2 { font-size: 3rem; } } @media screen and (max-width: 640px) { .nav-agile li { padding-left: 30px; } .footer-logo h2 a { font-size: 1.1em; } } @media screen and (max-width: 600px) { #brand { padding-left: 25px; } .agileits-wthree-about-grids h4 { font-size: 1.3em; } .wthree_testimonials_grid_main { padding: 0; } } .text-colored{ color:#12b7a4; } @media screen and (max-width: 568px) { .nav-agile li { padding-left: 20px; } .banner-text { /* width: 63%;*/ } #hero-section { background-position: left; } div#testimonials { padding: 3em 2em; } .footer-dot { padding: 1em 1.5em 3em; } .wthree_testimonials_grid.mt-lg-0.mt-5 { margin-top: 1em !important; } .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -40px !important; } h5.blog-title a { font-size: 0.8em; } .blog-btn { margin: 0.5em 0; } .inner-banner { /*min-height: 250px;*/ } } @media screen and (max-width: 480px) { .banner-text { /* width: 82%;*/ padding: 70vw 0 0 0; } ul.nav-agile li a { width: 97%; } ul.showMenu li { height: auto; padding-top: 1em; } ul.nav-agile.showMenu li { width: 100%; padding-left: 0; float: none; } ul.nav-agile.showMenu { padding: 2rem; } .slider-info h3 { font-size: 1.3em; } h4.w3l-sub { font-size: 1.8em; } h5.sub-title { font-size: 1.1em; } .wthree-title span { box-shadow: 37px 6px 0px #777; } .footer-logo h2 a { font-size: 1em; } } @media screen and (max-width: 414px) { .slider-info p { font-size: 0.95em; } .banner-text { /* width: 90%;*/ } h5.sub-title { font-size: 1em; padding-bottom: 0 !important; } .wthree_testimonials_grid img { padding: 0; } .nbs-flexisel-nav-left { right: 19%; } .nbs-flexisel-nav-left, .nbs-flexisel-nav-right { top: -32px !important; } h6.footer-wthree { font-size: 1.2em; } .footer-grid { padding: 1em 0em 0; } .list-group-item { font-size: 0.9em; } .inner-banner { /* min-height: 200px;*/ } } @media screen and (max-width: 384px) { .cpy-right p { font-size: 0.9em; padding: 0 0.3rem; } } @media screen and (max-width: 320px) { div#word-mark h1 a { font-size: 0.8em; } #menu-toggle { width: 50px; height: 50px; } .slider-info p { font-size: 0.85em; } .banner-text { /*width: 94%;*/ padding: 110vw 0 0 0; } .callbacks_tabs { left: -4px; } .footer-dot { padding: 1em 0.5em 3em; } h4.w3l-sub { font-size: 1.5em; } h5.sub-title { font-size: 0.95em; } .nbs-flexisel-nav-left { right: 23%; } .wthree_testimonials_grid p:nth-child(1) { padding: 0; } .about-w3sec p { font-size: 0.9em; } .abt-block { padding: 2em 1em 2em; } } /* @keyframes move { 0% {border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px;margin-right:0em;animation-timing-function: ease-in;} 100% {border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px;margin-right:9em;animation-timing-function: ease-in;} } #fullformx { background-color:#343a40; -webkit-animation-name: move; -webkit-animation-duration: 4s; animation-name: move; animation-duration: 3s; animation-iteration-count: 2; animation-direction: alternate; border:5px solid #12b797;border-radius:180px;padding:2px 0px 2px 10px;border-width:5px 5px 5px 5px; } */ /* -- //Responsive code -- */
0.322313
0.058642
@charset "UTF-8"; .btn, .centered, .content-skills li, .filter, .items h3, .navbar .navbar-nav { text-align: center } .about-pic img, .modal-content img { max-height: 100%; max-width: 100% } @keyframes blink { 50% { visibility: hidden } } @keyframes slide-in--up { 0% { opacity: 0; transform: translateY(150px) } to { opacity: 1 } } @keyframes slide-in--down { 0% { opacity: 0; transform: translateY(-150px) } to { opacity: 1 } } @keyframes slide-in--right { 0% { opacity: 0; transform: translateX(-150px) } to { opacity: 1 } } @keyframes slide-in--left { 0% { opacity: 0; transform: translateX(150px) } to { opacity: 1 } } @keyframes fade-in { 0% { opacity: 0 } to { opacity: 1 } } @keyframes blur-in { 0% { filter: blur(10px); opacity: 0 } to { filter: blur(0); opacity: 1 } } @keyframes spin { 0% { transform: rotate(0) } to { transform: rotate(1turn) } } @keyframes wave { 0%, 50%, to { transform: rotate(0) } 10%, 30% { transform: rotate(-10deg) } 20% { transform: rotate(12deg) } 40% { transform: rotate(9deg) } } @keyframes wiggle { 0%, to { transform: rotate(10deg) } 50% { transform: rotate(-10deg) } } @keyframes bounce { 0%, to { transform: translateY(-7.5px) } 50% { transform: translateY(7.5px) } } .btn, .btn:hover, .card-title, .items h3, button, button:hover, h1, h2 { font-weight: 700 } #cycler, .badge, .card img { display: inline-block } .box-shadow, .btn, .card, .modal-content img { box-shadow: var(--box-shadow) } .filter .current, a.btn:hover, input[type=reset]:hover, input[type=submit]:hover { color: var(--background-color); transform: scale(1.25) } .filter .current, .tns-nav button, .underline:before { background: var(--content-color) } .badge, .badge a, .items h3 { color: var(--white) } .btn, .card-subtitle, .card-title, .items h3 { text-transform: uppercase } a, a.btn:hover, a:hover, button, button:hover { text-decoration: none } .card, .loader, img { user-select: none } .color-mode .color-mode-btn:hover, input { cursor: pointer } body, html, main * { transition-property: color, background } .rounded { border-radius: 30px !important } #contact .social-links a, .about-content, .about-pic, .badge, .round { border-radius: 30px } #contact .social-links { display: table; list-style-type: none; margin: 0 auto; padding-bottom: 25px } #contact .social-links a { align-items: center; display: inline-flex; height: 50px; justify-content: center; width: 50px; transition: transform var(--fast-transition-time) var(--bezier) } #contact .social-links a:hover { transform: scale(1.25); z-index: 1 } #contact .social-links li { float: left; padding: 0 5px } .greyscale { filter: grayscale(100%) } #cycler { bottom: 0; left: 0; position: absolute; transition: ease-in-out, .75s } #info .show, .navbar .nav-link.active:after, .navbar .navbar-brand:hover:after, .navbar .navbar-toggler span:nth-child(2), .tns-nav-active, .tns-slide-active { opacity: 1 !important } #landing .social-links { animation-delay: 1s; position: absolute; right: 0; top: calc(50% - 90px); z-index: 100 } #landing .social-links a { align-items: center; display: flex; height: 60px; justify-content: center; margin-right: -30px; padding-right: 30px; transition: transform var(--slow-transition-time) var(--bezier); width: 85px } #landing .social-links a:hover { transform: translate3d(-15px, 0, 0) } *, .items { padding: 0 } .about-content { padding: 0 25px } .about-pic, .info, .items .item, .items-container, .slider, .timeline, .timeline-dot, .timeline-nodes, a, a:hover { position: relative } .badge, .card button, .cv-pic, .cycle-in, .cycle-out, .hero .hero-btn { position: absolute } .animated, .items .item:hover .image-overlay, .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) { opacity: 0 } .background-color-dark, .navbar, .navbar.active, .timeline .timeline-content { background: var(--lowlight-color) } .background-color-light { background: var(--highlight-color) } .badge { background: rgba(0, 0, 0, .25); bottom: 10px; height: auto; line-height: 100%; padding: 5px 10px; right: 10px } .btn, .card, .hero, .modal, .modal .close, .navbar .nav-link.active, .navbar .nav-link:hover, body, html { color: var(--content-color) } .blinking { animation: 1s step-start infinite blink } .btn { border: 2px solid var(--neutral); border-radius: 50rem; padding: 5px 15px; transform-origin: center; transition-property: color, transform, background; transition-timing-function: var(--bezier); transition-duration: var(--fast-transition-time) } .btn:hover { color: var(--background-color); transform: scale(1.15); background: var(--content-color) } .btn::after { box-shadow: 0 5px 15px rgba(0, 0, 0, .3); opacity: 0; transition: opacity .3s ease-in-out } .btn:hover::after { opacity: 1 } .btn:active { transform: scale(1) } .btn:focus, .link:focus, .uneditable-input:focus, a:focus, button:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus { box-shadow: none !important; outline: 7.5px !important; outline-color: var(--neutral) !important; outline-offset: 5px !important } .card { background: var(--lowlight-color); border-radius: 30px; height: 350px; padding: 15px } .card button { bottom: 15px } .card img { height: 4rem } .card-body { padding: 1.25rem 0 } .centered { display: flex; float: none; margin: 0 auto; align-items: center; justify-content: center } .color-mode, .color-mode .color-mode-btn { align-items: center; justify-content: center } .color-mode { background: 0 0; border: 0; display: inline-flex; font-size: 1em; line-height: 1 } .color-mode .color-mode-btn { display: flex; width: 1em } .color-mode .color-mode-btn img { max-width: 100%; transition: transform .4s ease-in-out } .color-mode .color-mode-btn img:hover { transform: rotate(1turn) } .color-neutral { color: var(--neutral) } .content-skills { display: flex; flex-wrap: wrap; font-size: .85em; justify-content: center } .content-skills li { background: var(--neutral); border-radius: 10px; box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1); display: inline-block; flex-grow: 0; margin: 2px; padding: 7px } .cv-pic { background-size: cover; border-radius: 50%; height: 200px; left: 50%; top: -100px; transform: translateX(-50%); width: 200px; z-index: 1 } .cycle-in { opacity: 1; transform: translateY(0); visibility: visible } .cycle-out, .underline:before { visibility: hidden } .cycle-out { opacity: 0; transform: translateY(50px) } .cycler-container { display: inline-block; line-height: 1 !important; overflow: visible; position: relative; width: 350px } .filter, .hero .hero-text, .items-container { width: 100% } .fade-in { animation: .8s forwards fade-in; opacity: 0 } .filter li, .items li { display: inline-flex; padding: 10px } .fullscreen { height: 100%; overflow: hidden; position: relative; width: 100% } .hero { display: block; height: 100%; width: 75% } .hero .hero-btn { animation-delay: 1s; bottom: 5vh; left: 50%; transform: translate(-50%, .5vh) scale(1.25) } .hero, .hero .hero-text, .items, .items .item .image-overlay, .items h3 { left: 50%; position: absolute; transform: translate(-50%, -50%); top: 50% } .hero .hero-text--main { font-size: 4vw; font-weight: 300; letter-spacing: -.15vw; animation-delay: .2s; width: auto } .info-title, a { font-weight: 600 } .hero .hero-text--sub { animation-delay: .3s; font-size: 8vw; line-height: 115%; width: 100%; font-weight: 800 } .navbar .nav-link { font-weight: lighter; color: rgba(128, 128, 128, .5); padding: 0 } .timeline .timeline-content h3 { font-weight: 900; text-align: center } h1 { font-size: 2.5em } .hide-me[aria-expanded=true] { display: none } .icon { transition: filter var(--fast-transition-time) ease } .info, .items .item .image-overlay { transition-timing-function: ease-in-out } .icon.down { transform: rotate(180deg) } .arrow.left, .icon.left { transform: rotate(-90deg) } .arrow.right, .icon.right { transform: rotate(90deg) } .arrow.up, .icon.up { transform: rotate(0) } .info { opacity: 0; transition-property: opacity } .info-container { overflow: hidden; padding: 10px 25px 0 } .info-text { padding: 0 50px; text-align: left } .items .item { border-radius: 30px; box-shadow: var(--box-shadow); display: flex; height: 200px; overflow: hidden; width: 200px; transition: transform, ease-in-out, .2s } .items-container, .tns-ovh.tns-ah { overflow: visible } .items .item .image-overlay { background: rgba(0, 0, 0, .25); background-clip: border-box; border: 2px solid transparent; opacity: 1; transition-duration: var(--fast-transition-time) } .items, .items .item img, .items h3 { transition-duration: var(--fast-transition-time); transition-timing-function: linear } .items .item .image-overlay, .items .item img { height: 100%; transition-property: all; width: 100% } .items .item img { filter: blur(2px) grayscale(1); object-fit: cover } .items .item:hover { cursor: pointer; transform: scale(1.05) } .items .item:hover img { filter: blur(0) grayscale(0); transform: scale(1.1) } .items h3 { font-size: 1.25rem; text-shadow: 0 0 5px #000; transition-property: font-size; width: 90% } .loader, .navbar, .progress { position: fixed; top: 0 } .landing-bg { align-items: center; background: var(--lowlight-color); background-size: auto; display: flex; height: 100vh; justify-content: center; width: 100% } .loader, .modal-content, .progress, body, html { background: var(--background-color) } .link { border-bottom: 1px solid var(--content-color); transition: border-color var(--fast-transition-time) var(--bezier) } .link:hover { border-color: var(--neutral) } .loader { align-items: center; display: flex; height: 100vh; justify-content: center; left: 0; pointer-events: none; width: 100vw; z-index: 10000 } .modal .btn { margin-left: 15px } .modal .close { max-width: 100%; text-shadow: none; transform-origin: center; transition: transform var(--fast-transition-time) ease-in-out } .modal .close:hover, .scale-on-hover:hover { transform: scale(1.25) } .modal-content { border: 0; border-radius: 30px; padding: 25px } .modal-content p { padding: 25px } .modal-footer, .modal-header { border: 0 } .modal-title { font-size: 3.5rem; text-decoration: underline } .modal.fade .modal-dialog { transition: transform .3s ease-out } .navbar, .navbar .nav-link:after, .timeline .timeline-content h3:after, .tns-nav button, body, html, main * { transition-timing-function: ease } .navbar { animation-delay: 1s; font-size: 1.1rem; padding: 25px 150px; transition: all var(--fast-transition-time) ease; transition-duration: var(--fast-transition-time); width: 100%; z-index: 1000 } .navbar .collapse:not(.show) .nav-link { padding: 0 10px } .navbar .nav-link:after { content: "."; opacity: 0; transition-duration: var(--fast-transition-time); transition-property: opacity } .navbar .navbar-brand { border-bottom: none; font-weight: 700; transition: transform .4s var(--bezier), color .4s var(--bezier) } .navbar .navbar-brand.span { font-size: 2rem; font-weight: 900; line-height: 125% } .navbar .navbar-brand:after { content: "works"; opacity: 0; transition: opacity .25s var(--bezier) } .navbar .navbar-brand:hover { transform: translateX(15px) } .navbar .navbar-collapse .nav-link { padding: 10px } .navbar .navbar-nav>.nav-item { padding: 0 10px; text-transform: lowercase } .navbar .navbar-toggler { padding-right: 0 } .navbar .navbar-toggler span { background-color: var(--content-color); border-radius: 50rem; display: block; height: 3px; left: 0; margin-bottom: 5px; margin-top: 5px; opacity: 1; position: relative; transform-origin: center left; transition: all var(--fast-transition-time) var(--bezier); width: 25px } .navbar .navbar-toggler span:first-child { margin-top: .3em; transform: translate(0) rotate(0) } .navbar .navbar-toggler span:nth-child(3) { transform: translate(0) rotate(0) } .navbar .navbar-toggler:not(.collapsed) span:first-child { transform: translate(15%, -33%) rotate(45deg) } .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) { transform: translate(15%, 33%) rotate(-45deg) } .navbar-nav { transition: all var(--fast-transition-time) ease } .progress-bar, .timeline .timeline-content h3:after, .tns-nav button, .underline:before, body, html, main * { transition-duration: var(--fast-transition-time) } .navbar.active { box-shadow: 0 5px 5px rgba(0, 0, 0, .075); padding: 0 100px } .overlay, .progress { height: 100%; width: 100% } .progress { border-radius: 0; height: 2px; z-index: 1001 } .progress-bar { background: var(--content-color); transition-property: width, background; transition-timing-function: linear } .scale-on-hover { transition: transform var(--fast-transition-time) var(--bezier) } .section-header { flex: 1 100%; font-size: 7.5rem; font-weight: 800; letter-spacing: -.02em; line-height: .6em; pointer-events: none; position: relative; text-align: left; text-transform: capitalize; z-index: 10 } .section-header:after { content: "." } .skill, .tool { display: flex; padding: 50px 15px } .slide-down { animation: slide-in--down .8s var(--bezier) forwards; opacity: 0 } .slide-left { animation: slide-in--left .8s var(--bezier) forwards; opacity: 0 } .slide-right { animation: slide-in--right .8s var(--bezier) forwards; opacity: 0 } .slide-up { animation: slide-in--up .8s var(--bezier) forwards; opacity: 0 } .slider { padding-bottom: 10px } .slider .slider-container { cursor: grab } .slider .slider-container:active { cursor: grabbing } .slider .slider-controls, .slider .slider-nav, .tns-nav { overflow: visible; text-align: center; width: 100% } .slider .slider-next, .slider .slider-prev { align-content: center; background: 0 0; border: 0; display: inline-flex; justify-content: center; padding: 0 25px } .slider .slider-next { right: 0 } .slider .slider-next>.icon, .slider .slider-prev>.icon { height: 30px; width: 30px } .slider .slider-prev { left: 0 } .social-links .github { background: #24292e } .social-links .github span { background: url(../svg/github.svg) 0 0/100% auto } .social-links .linkedin { background: #0072b1 } .social-links .linkedin span { background: url(../svg/linkedin.svg) 0 0/100% auto } .social-links .twitter { background: #1da1f2 } .social-links .twitter span { background: url(../svg/twitter.svg) 0 0/100% auto } .social-links span { display: block; height: 35px; width: 35px } .spinner { animation: 1s linear infinite spin; border: 50px solid var(--content-color); border-radius: 100%; border-top: 50px solid var(--content-color); border-top-width: 15px; height: 125px; width: 125px } .timeline .timeline-content h3:after { background: var(--neutral); transition-property: background; content: ""; border-radius: 15px; display: flex; height: 2px; margin: 5px auto 0; width: auto } .timeline { padding: 50px 0 } .timeline .timeline-content { box-shadow: var(--box-shadow); padding: 15px 25px !important; position: relative } .timeline .timeline-content .timeline-content-info .timeline-content-info-date, .timeline .timeline-content .timeline-content-info .timeline-content-info-position { background: var(--neutral); border-radius: 10px; box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); display: inline-block; font-size: .85em; margin: 10px 0; padding: 3px 0; width: calc(50% - 5px) } .timeline .timeline-content .timeline-content-info .timeline-content-info-date:before { content: "📅\00A0" } .timeline .timeline-content .timeline-content-info .timeline-content-info-position:before { content: "💼\00A0" } .timeline-dot { margin-top: 20px; z-index: 100 } .timeline-dot:after { transform: rotate(-45deg) !important } .timeline-dot:before { transform: rotate(45deg) !important } .timeline-dot:after, .timeline-dot:before { background-color: var(--content-color); border-radius: 15px; content: ""; display: block; height: 5px; left: calc(50% - 10px); position: absolute; top: 50%; transform: translate(-50%, -50%); width: 20px } .timeline-nodes { padding-bottom: 25px } .timeline-nodes:nth-child(2n) { flex-direction: row-reverse } .timeline-nodes:nth-child(2n) .timeline-content { border-radius: 0 30px 30px } .timeline-nodes:nth-child(2n) .timeline-content:after, .timeline-nodes:nth-child(odd) .timeline-content:after { border-bottom: 25px solid transparent; border-top: 25px solid transparent; content: ""; position: absolute; top: 0; transition: border var(--fast-transition-time) ease } .timeline-nodes:nth-child(2n) .timeline-content:after { border-right: 40px solid var(--lowlight-color); right: 100% } .timeline-nodes:nth-child(odd) .timeline-content { border-radius: 30px 0 30px 30px } .timeline-nodes:nth-child(odd) .timeline-content:after { border-left: 40px solid var(--lowlight-color); left: 100% } .timeline:before { border-image: linear-gradient(180deg, transparent, var(--neutral) 10% 90%, transparent) 1 100%; border-left: 1px solid var(--neutral); border-right: 1px solid var(--neutral); content: ""; display: block; height: 100%; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 0; z-index: 1 } .tns-item { transition: opacity var(--fast-transition-time) ease; opacity: 0 } .tns-nav button { border: 0; border-radius: 100%; margin: 0 7.5px; opacity: .5; padding: .5rem; vertical-align: middle; transition-property: opacity, transform } .tns-nav button:hover, .tns-nav-active { opacity: .75; transform: scale(1.25) } .underline:before { border-radius: 30px; bottom: -3px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: center; transition-timing-function: var(--bezier); width: 100% } .underline:hover:before { transform: scaleX(1); visibility: visible } .welcome-message { margin-top: 250px } :root { --bezier: cubic-bezier(0.2, 0.6, 0.2, 1); --black: #131516; --box-shadow: 0 8.4px 2.2px -10px rgba(0, 0, 0, 0.051), 0 8.5px 5.3px -10px rgba(0, 0, 0, 0.073), 0 7.7px 10px -10px rgba(0, 0, 0, 0.09), 0 7px 17.9px -10px rgba(0, 0, 0, 0.107), 0 7.1px 33.4px -10px rgba(0, 0, 0, 0.129), 0 10px 80px -10px rgba(0, 0, 0, 0.18); --dark-grey: #181a1b; --fast-transition-time: 0.3s; --light-grey: #fff; --neutral: rgba(128, 128, 128, 0.25); --slow-transition-time: 0.6s; --white: #f5f5f5 } :root[color-mode=dark] { --background-color: var(--black); --content-color: var(--white); --highlight-color: #fff; --lowlight-color: var(--dark-grey) } :root[color-mode=dark] .dark--hidden { display: none } :root[color-mode=dark] .icon { filter: invert(13%) sepia(23%) saturate(0) hue-rotate(163deg) brightness(122%) contrast(109%) } :root[color-mode=light] { --background-color: var(--white); --content-color: #000; --highlight-color: #000; --lowlight-color: var(--light-grey) } :root[color-mode=light] .icon { filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(65deg) brightness(103%) contrast(96%) } :root[color-mode=light] .light--hidden { display: none } a, a:hover { color: var(--highlight-color) } body, html { overflow-x: hidden; scroll-behavior: smooth; text-rendering: auto; text-size-adjust: 100% } h2 { font-size: 2em } h3, li, p { font-size: 1.75em; font-weight: 400 } li, p { font-size: 1.125em; line-height: 170% } h4 { font-size: 1.5em; font-weight: lighter } input, input[type=email], input[type=text], textarea { background: 0 0; border-radius: 30px } input[type=email], input[type=text], textarea { border: 2px solid var(--content-color); box-sizing: border-box; color: var(--content-color); margin-bottom: 15px; margin-top: 5px; padding: 15px; resize: vertical; width: 100% } input { padding: 15px 20px } input input[type=button] { outline: 0 } input[type=reset] { border-color: #f35454; color: #f35454 } input[type=reset]:hover { background: #f35454 } input[type=submit] { border-color: #4caf50; color: #4caf50 } input[type=submit]:hover { background: #4caf50 } span.bounce, span.wave { animation-iteration-count: infinite; display: inline-block } span.bounce { animation-duration: 1.25s; animation-name: bounce; animation-timing-function: var(--bezier); transform-origin: center } span.wave { animation-duration: 2.5s; animation-name: wave; transform-origin: 75% 75% } ul { list-style: none } @media screen and (max-width:1024px) { .navbar { padding: 25px 50px } .navbar.active { padding: 0 25px } } @media screen and (max-width:768px) and (max-width:1024px) { .navbar { padding: 25px 50px } .navbar.active { padding: 0 25px } } @media screen and (max-width:768px) { .cv-pic { height: 150px; top: -10%; width: 150px } .hero .hero-text--main { font-size: 7.25vw } .hero .hero-text--sub { font-size: 11vw } } @media (max-width:768px) { .timeline-dot { position: absolute; top: 5px } .timeline-nodes { padding-bottom: 25px; position: relative } .timeline-nodes:nth-child(2n) { flex-direction: row } .timeline-nodes:nth-child(2n) .timeline-content, .timeline-nodes:nth-child(odd) .timeline-content { border-radius: 0 30px 30px } .timeline-nodes:nth-child(2n) .timeline-content:after, .timeline-nodes:nth-child(odd) .timeline-content:after { border-bottom: 25px solid transparent; border-left: none; border-right: 40px solid var(--lowlight-color); border-top: 25px solid transparent; content: ""; position: absolute; top: 0; transition: border var(--fast-transition-time) ease } .timeline-nodes:nth-child(2n) .timeline-content:after { right: 100% } .timeline-nodes:nth-child(odd) .timeline-content:after { left: -40px } .timeline:before { content: ""; display: block; height: 100%; left: 4%; position: absolute; top: 0; transform: translateX(-50%); width: 0; z-index: 1 } } @media (max-width:575px) { .timeline-dot, .timeline:before { left: -5%; position: absolute } .timeline:before { content: ""; display: block; left: 3%; top: 0 } } .arrow { position: relative; width: 3rem; height: 1.667em; display: inline-block } .arrow:after, .arrow:before { content: ""; position: absolute; background: var(--content-color); border-radius: 15px; display: block; top: -5%; height: 110%; width: 20% } .arrow:before { left: 55%; transform: rotate(-45deg) } .arrow:after { right: 55%; transform: rotate(45deg) } .arrow.down { transform: rotate(-180deg) }
remi.works/css/style.css
@charset "UTF-8"; .btn, .centered, .content-skills li, .filter, .items h3, .navbar .navbar-nav { text-align: center } .about-pic img, .modal-content img { max-height: 100%; max-width: 100% } @keyframes blink { 50% { visibility: hidden } } @keyframes slide-in--up { 0% { opacity: 0; transform: translateY(150px) } to { opacity: 1 } } @keyframes slide-in--down { 0% { opacity: 0; transform: translateY(-150px) } to { opacity: 1 } } @keyframes slide-in--right { 0% { opacity: 0; transform: translateX(-150px) } to { opacity: 1 } } @keyframes slide-in--left { 0% { opacity: 0; transform: translateX(150px) } to { opacity: 1 } } @keyframes fade-in { 0% { opacity: 0 } to { opacity: 1 } } @keyframes blur-in { 0% { filter: blur(10px); opacity: 0 } to { filter: blur(0); opacity: 1 } } @keyframes spin { 0% { transform: rotate(0) } to { transform: rotate(1turn) } } @keyframes wave { 0%, 50%, to { transform: rotate(0) } 10%, 30% { transform: rotate(-10deg) } 20% { transform: rotate(12deg) } 40% { transform: rotate(9deg) } } @keyframes wiggle { 0%, to { transform: rotate(10deg) } 50% { transform: rotate(-10deg) } } @keyframes bounce { 0%, to { transform: translateY(-7.5px) } 50% { transform: translateY(7.5px) } } .btn, .btn:hover, .card-title, .items h3, button, button:hover, h1, h2 { font-weight: 700 } #cycler, .badge, .card img { display: inline-block } .box-shadow, .btn, .card, .modal-content img { box-shadow: var(--box-shadow) } .filter .current, a.btn:hover, input[type=reset]:hover, input[type=submit]:hover { color: var(--background-color); transform: scale(1.25) } .filter .current, .tns-nav button, .underline:before { background: var(--content-color) } .badge, .badge a, .items h3 { color: var(--white) } .btn, .card-subtitle, .card-title, .items h3 { text-transform: uppercase } a, a.btn:hover, a:hover, button, button:hover { text-decoration: none } .card, .loader, img { user-select: none } .color-mode .color-mode-btn:hover, input { cursor: pointer } body, html, main * { transition-property: color, background } .rounded { border-radius: 30px !important } #contact .social-links a, .about-content, .about-pic, .badge, .round { border-radius: 30px } #contact .social-links { display: table; list-style-type: none; margin: 0 auto; padding-bottom: 25px } #contact .social-links a { align-items: center; display: inline-flex; height: 50px; justify-content: center; width: 50px; transition: transform var(--fast-transition-time) var(--bezier) } #contact .social-links a:hover { transform: scale(1.25); z-index: 1 } #contact .social-links li { float: left; padding: 0 5px } .greyscale { filter: grayscale(100%) } #cycler { bottom: 0; left: 0; position: absolute; transition: ease-in-out, .75s } #info .show, .navbar .nav-link.active:after, .navbar .navbar-brand:hover:after, .navbar .navbar-toggler span:nth-child(2), .tns-nav-active, .tns-slide-active { opacity: 1 !important } #landing .social-links { animation-delay: 1s; position: absolute; right: 0; top: calc(50% - 90px); z-index: 100 } #landing .social-links a { align-items: center; display: flex; height: 60px; justify-content: center; margin-right: -30px; padding-right: 30px; transition: transform var(--slow-transition-time) var(--bezier); width: 85px } #landing .social-links a:hover { transform: translate3d(-15px, 0, 0) } *, .items { padding: 0 } .about-content { padding: 0 25px } .about-pic, .info, .items .item, .items-container, .slider, .timeline, .timeline-dot, .timeline-nodes, a, a:hover { position: relative } .badge, .card button, .cv-pic, .cycle-in, .cycle-out, .hero .hero-btn { position: absolute } .animated, .items .item:hover .image-overlay, .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) { opacity: 0 } .background-color-dark, .navbar, .navbar.active, .timeline .timeline-content { background: var(--lowlight-color) } .background-color-light { background: var(--highlight-color) } .badge { background: rgba(0, 0, 0, .25); bottom: 10px; height: auto; line-height: 100%; padding: 5px 10px; right: 10px } .btn, .card, .hero, .modal, .modal .close, .navbar .nav-link.active, .navbar .nav-link:hover, body, html { color: var(--content-color) } .blinking { animation: 1s step-start infinite blink } .btn { border: 2px solid var(--neutral); border-radius: 50rem; padding: 5px 15px; transform-origin: center; transition-property: color, transform, background; transition-timing-function: var(--bezier); transition-duration: var(--fast-transition-time) } .btn:hover { color: var(--background-color); transform: scale(1.15); background: var(--content-color) } .btn::after { box-shadow: 0 5px 15px rgba(0, 0, 0, .3); opacity: 0; transition: opacity .3s ease-in-out } .btn:hover::after { opacity: 1 } .btn:active { transform: scale(1) } .btn:focus, .link:focus, .uneditable-input:focus, a:focus, button:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus { box-shadow: none !important; outline: 7.5px !important; outline-color: var(--neutral) !important; outline-offset: 5px !important } .card { background: var(--lowlight-color); border-radius: 30px; height: 350px; padding: 15px } .card button { bottom: 15px } .card img { height: 4rem } .card-body { padding: 1.25rem 0 } .centered { display: flex; float: none; margin: 0 auto; align-items: center; justify-content: center } .color-mode, .color-mode .color-mode-btn { align-items: center; justify-content: center } .color-mode { background: 0 0; border: 0; display: inline-flex; font-size: 1em; line-height: 1 } .color-mode .color-mode-btn { display: flex; width: 1em } .color-mode .color-mode-btn img { max-width: 100%; transition: transform .4s ease-in-out } .color-mode .color-mode-btn img:hover { transform: rotate(1turn) } .color-neutral { color: var(--neutral) } .content-skills { display: flex; flex-wrap: wrap; font-size: .85em; justify-content: center } .content-skills li { background: var(--neutral); border-radius: 10px; box-shadow: inset 0 2px 5px rgba(0, 0, 0, .1); display: inline-block; flex-grow: 0; margin: 2px; padding: 7px } .cv-pic { background-size: cover; border-radius: 50%; height: 200px; left: 50%; top: -100px; transform: translateX(-50%); width: 200px; z-index: 1 } .cycle-in { opacity: 1; transform: translateY(0); visibility: visible } .cycle-out, .underline:before { visibility: hidden } .cycle-out { opacity: 0; transform: translateY(50px) } .cycler-container { display: inline-block; line-height: 1 !important; overflow: visible; position: relative; width: 350px } .filter, .hero .hero-text, .items-container { width: 100% } .fade-in { animation: .8s forwards fade-in; opacity: 0 } .filter li, .items li { display: inline-flex; padding: 10px } .fullscreen { height: 100%; overflow: hidden; position: relative; width: 100% } .hero { display: block; height: 100%; width: 75% } .hero .hero-btn { animation-delay: 1s; bottom: 5vh; left: 50%; transform: translate(-50%, .5vh) scale(1.25) } .hero, .hero .hero-text, .items, .items .item .image-overlay, .items h3 { left: 50%; position: absolute; transform: translate(-50%, -50%); top: 50% } .hero .hero-text--main { font-size: 4vw; font-weight: 300; letter-spacing: -.15vw; animation-delay: .2s; width: auto } .info-title, a { font-weight: 600 } .hero .hero-text--sub { animation-delay: .3s; font-size: 8vw; line-height: 115%; width: 100%; font-weight: 800 } .navbar .nav-link { font-weight: lighter; color: rgba(128, 128, 128, .5); padding: 0 } .timeline .timeline-content h3 { font-weight: 900; text-align: center } h1 { font-size: 2.5em } .hide-me[aria-expanded=true] { display: none } .icon { transition: filter var(--fast-transition-time) ease } .info, .items .item .image-overlay { transition-timing-function: ease-in-out } .icon.down { transform: rotate(180deg) } .arrow.left, .icon.left { transform: rotate(-90deg) } .arrow.right, .icon.right { transform: rotate(90deg) } .arrow.up, .icon.up { transform: rotate(0) } .info { opacity: 0; transition-property: opacity } .info-container { overflow: hidden; padding: 10px 25px 0 } .info-text { padding: 0 50px; text-align: left } .items .item { border-radius: 30px; box-shadow: var(--box-shadow); display: flex; height: 200px; overflow: hidden; width: 200px; transition: transform, ease-in-out, .2s } .items-container, .tns-ovh.tns-ah { overflow: visible } .items .item .image-overlay { background: rgba(0, 0, 0, .25); background-clip: border-box; border: 2px solid transparent; opacity: 1; transition-duration: var(--fast-transition-time) } .items, .items .item img, .items h3 { transition-duration: var(--fast-transition-time); transition-timing-function: linear } .items .item .image-overlay, .items .item img { height: 100%; transition-property: all; width: 100% } .items .item img { filter: blur(2px) grayscale(1); object-fit: cover } .items .item:hover { cursor: pointer; transform: scale(1.05) } .items .item:hover img { filter: blur(0) grayscale(0); transform: scale(1.1) } .items h3 { font-size: 1.25rem; text-shadow: 0 0 5px #000; transition-property: font-size; width: 90% } .loader, .navbar, .progress { position: fixed; top: 0 } .landing-bg { align-items: center; background: var(--lowlight-color); background-size: auto; display: flex; height: 100vh; justify-content: center; width: 100% } .loader, .modal-content, .progress, body, html { background: var(--background-color) } .link { border-bottom: 1px solid var(--content-color); transition: border-color var(--fast-transition-time) var(--bezier) } .link:hover { border-color: var(--neutral) } .loader { align-items: center; display: flex; height: 100vh; justify-content: center; left: 0; pointer-events: none; width: 100vw; z-index: 10000 } .modal .btn { margin-left: 15px } .modal .close { max-width: 100%; text-shadow: none; transform-origin: center; transition: transform var(--fast-transition-time) ease-in-out } .modal .close:hover, .scale-on-hover:hover { transform: scale(1.25) } .modal-content { border: 0; border-radius: 30px; padding: 25px } .modal-content p { padding: 25px } .modal-footer, .modal-header { border: 0 } .modal-title { font-size: 3.5rem; text-decoration: underline } .modal.fade .modal-dialog { transition: transform .3s ease-out } .navbar, .navbar .nav-link:after, .timeline .timeline-content h3:after, .tns-nav button, body, html, main * { transition-timing-function: ease } .navbar { animation-delay: 1s; font-size: 1.1rem; padding: 25px 150px; transition: all var(--fast-transition-time) ease; transition-duration: var(--fast-transition-time); width: 100%; z-index: 1000 } .navbar .collapse:not(.show) .nav-link { padding: 0 10px } .navbar .nav-link:after { content: "."; opacity: 0; transition-duration: var(--fast-transition-time); transition-property: opacity } .navbar .navbar-brand { border-bottom: none; font-weight: 700; transition: transform .4s var(--bezier), color .4s var(--bezier) } .navbar .navbar-brand.span { font-size: 2rem; font-weight: 900; line-height: 125% } .navbar .navbar-brand:after { content: "works"; opacity: 0; transition: opacity .25s var(--bezier) } .navbar .navbar-brand:hover { transform: translateX(15px) } .navbar .navbar-collapse .nav-link { padding: 10px } .navbar .navbar-nav>.nav-item { padding: 0 10px; text-transform: lowercase } .navbar .navbar-toggler { padding-right: 0 } .navbar .navbar-toggler span { background-color: var(--content-color); border-radius: 50rem; display: block; height: 3px; left: 0; margin-bottom: 5px; margin-top: 5px; opacity: 1; position: relative; transform-origin: center left; transition: all var(--fast-transition-time) var(--bezier); width: 25px } .navbar .navbar-toggler span:first-child { margin-top: .3em; transform: translate(0) rotate(0) } .navbar .navbar-toggler span:nth-child(3) { transform: translate(0) rotate(0) } .navbar .navbar-toggler:not(.collapsed) span:first-child { transform: translate(15%, -33%) rotate(45deg) } .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) { transform: translate(15%, 33%) rotate(-45deg) } .navbar-nav { transition: all var(--fast-transition-time) ease } .progress-bar, .timeline .timeline-content h3:after, .tns-nav button, .underline:before, body, html, main * { transition-duration: var(--fast-transition-time) } .navbar.active { box-shadow: 0 5px 5px rgba(0, 0, 0, .075); padding: 0 100px } .overlay, .progress { height: 100%; width: 100% } .progress { border-radius: 0; height: 2px; z-index: 1001 } .progress-bar { background: var(--content-color); transition-property: width, background; transition-timing-function: linear } .scale-on-hover { transition: transform var(--fast-transition-time) var(--bezier) } .section-header { flex: 1 100%; font-size: 7.5rem; font-weight: 800; letter-spacing: -.02em; line-height: .6em; pointer-events: none; position: relative; text-align: left; text-transform: capitalize; z-index: 10 } .section-header:after { content: "." } .skill, .tool { display: flex; padding: 50px 15px } .slide-down { animation: slide-in--down .8s var(--bezier) forwards; opacity: 0 } .slide-left { animation: slide-in--left .8s var(--bezier) forwards; opacity: 0 } .slide-right { animation: slide-in--right .8s var(--bezier) forwards; opacity: 0 } .slide-up { animation: slide-in--up .8s var(--bezier) forwards; opacity: 0 } .slider { padding-bottom: 10px } .slider .slider-container { cursor: grab } .slider .slider-container:active { cursor: grabbing } .slider .slider-controls, .slider .slider-nav, .tns-nav { overflow: visible; text-align: center; width: 100% } .slider .slider-next, .slider .slider-prev { align-content: center; background: 0 0; border: 0; display: inline-flex; justify-content: center; padding: 0 25px } .slider .slider-next { right: 0 } .slider .slider-next>.icon, .slider .slider-prev>.icon { height: 30px; width: 30px } .slider .slider-prev { left: 0 } .social-links .github { background: #24292e } .social-links .github span { background: url(../svg/github.svg) 0 0/100% auto } .social-links .linkedin { background: #0072b1 } .social-links .linkedin span { background: url(../svg/linkedin.svg) 0 0/100% auto } .social-links .twitter { background: #1da1f2 } .social-links .twitter span { background: url(../svg/twitter.svg) 0 0/100% auto } .social-links span { display: block; height: 35px; width: 35px } .spinner { animation: 1s linear infinite spin; border: 50px solid var(--content-color); border-radius: 100%; border-top: 50px solid var(--content-color); border-top-width: 15px; height: 125px; width: 125px } .timeline .timeline-content h3:after { background: var(--neutral); transition-property: background; content: ""; border-radius: 15px; display: flex; height: 2px; margin: 5px auto 0; width: auto } .timeline { padding: 50px 0 } .timeline .timeline-content { box-shadow: var(--box-shadow); padding: 15px 25px !important; position: relative } .timeline .timeline-content .timeline-content-info .timeline-content-info-date, .timeline .timeline-content .timeline-content-info .timeline-content-info-position { background: var(--neutral); border-radius: 10px; box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1); display: inline-block; font-size: .85em; margin: 10px 0; padding: 3px 0; width: calc(50% - 5px) } .timeline .timeline-content .timeline-content-info .timeline-content-info-date:before { content: "📅\00A0" } .timeline .timeline-content .timeline-content-info .timeline-content-info-position:before { content: "💼\00A0" } .timeline-dot { margin-top: 20px; z-index: 100 } .timeline-dot:after { transform: rotate(-45deg) !important } .timeline-dot:before { transform: rotate(45deg) !important } .timeline-dot:after, .timeline-dot:before { background-color: var(--content-color); border-radius: 15px; content: ""; display: block; height: 5px; left: calc(50% - 10px); position: absolute; top: 50%; transform: translate(-50%, -50%); width: 20px } .timeline-nodes { padding-bottom: 25px } .timeline-nodes:nth-child(2n) { flex-direction: row-reverse } .timeline-nodes:nth-child(2n) .timeline-content { border-radius: 0 30px 30px } .timeline-nodes:nth-child(2n) .timeline-content:after, .timeline-nodes:nth-child(odd) .timeline-content:after { border-bottom: 25px solid transparent; border-top: 25px solid transparent; content: ""; position: absolute; top: 0; transition: border var(--fast-transition-time) ease } .timeline-nodes:nth-child(2n) .timeline-content:after { border-right: 40px solid var(--lowlight-color); right: 100% } .timeline-nodes:nth-child(odd) .timeline-content { border-radius: 30px 0 30px 30px } .timeline-nodes:nth-child(odd) .timeline-content:after { border-left: 40px solid var(--lowlight-color); left: 100% } .timeline:before { border-image: linear-gradient(180deg, transparent, var(--neutral) 10% 90%, transparent) 1 100%; border-left: 1px solid var(--neutral); border-right: 1px solid var(--neutral); content: ""; display: block; height: 100%; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 0; z-index: 1 } .tns-item { transition: opacity var(--fast-transition-time) ease; opacity: 0 } .tns-nav button { border: 0; border-radius: 100%; margin: 0 7.5px; opacity: .5; padding: .5rem; vertical-align: middle; transition-property: opacity, transform } .tns-nav button:hover, .tns-nav-active { opacity: .75; transform: scale(1.25) } .underline:before { border-radius: 30px; bottom: -3px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: center; transition-timing-function: var(--bezier); width: 100% } .underline:hover:before { transform: scaleX(1); visibility: visible } .welcome-message { margin-top: 250px } :root { --bezier: cubic-bezier(0.2, 0.6, 0.2, 1); --black: #131516; --box-shadow: 0 8.4px 2.2px -10px rgba(0, 0, 0, 0.051), 0 8.5px 5.3px -10px rgba(0, 0, 0, 0.073), 0 7.7px 10px -10px rgba(0, 0, 0, 0.09), 0 7px 17.9px -10px rgba(0, 0, 0, 0.107), 0 7.1px 33.4px -10px rgba(0, 0, 0, 0.129), 0 10px 80px -10px rgba(0, 0, 0, 0.18); --dark-grey: #181a1b; --fast-transition-time: 0.3s; --light-grey: #fff; --neutral: rgba(128, 128, 128, 0.25); --slow-transition-time: 0.6s; --white: #f5f5f5 } :root[color-mode=dark] { --background-color: var(--black); --content-color: var(--white); --highlight-color: #fff; --lowlight-color: var(--dark-grey) } :root[color-mode=dark] .dark--hidden { display: none } :root[color-mode=dark] .icon { filter: invert(13%) sepia(23%) saturate(0) hue-rotate(163deg) brightness(122%) contrast(109%) } :root[color-mode=light] { --background-color: var(--white); --content-color: #000; --highlight-color: #000; --lowlight-color: var(--light-grey) } :root[color-mode=light] .icon { filter: invert(99%) sepia(99%) saturate(2%) hue-rotate(65deg) brightness(103%) contrast(96%) } :root[color-mode=light] .light--hidden { display: none } a, a:hover { color: var(--highlight-color) } body, html { overflow-x: hidden; scroll-behavior: smooth; text-rendering: auto; text-size-adjust: 100% } h2 { font-size: 2em } h3, li, p { font-size: 1.75em; font-weight: 400 } li, p { font-size: 1.125em; line-height: 170% } h4 { font-size: 1.5em; font-weight: lighter } input, input[type=email], input[type=text], textarea { background: 0 0; border-radius: 30px } input[type=email], input[type=text], textarea { border: 2px solid var(--content-color); box-sizing: border-box; color: var(--content-color); margin-bottom: 15px; margin-top: 5px; padding: 15px; resize: vertical; width: 100% } input { padding: 15px 20px } input input[type=button] { outline: 0 } input[type=reset] { border-color: #f35454; color: #f35454 } input[type=reset]:hover { background: #f35454 } input[type=submit] { border-color: #4caf50; color: #4caf50 } input[type=submit]:hover { background: #4caf50 } span.bounce, span.wave { animation-iteration-count: infinite; display: inline-block } span.bounce { animation-duration: 1.25s; animation-name: bounce; animation-timing-function: var(--bezier); transform-origin: center } span.wave { animation-duration: 2.5s; animation-name: wave; transform-origin: 75% 75% } ul { list-style: none } @media screen and (max-width:1024px) { .navbar { padding: 25px 50px } .navbar.active { padding: 0 25px } } @media screen and (max-width:768px) and (max-width:1024px) { .navbar { padding: 25px 50px } .navbar.active { padding: 0 25px } } @media screen and (max-width:768px) { .cv-pic { height: 150px; top: -10%; width: 150px } .hero .hero-text--main { font-size: 7.25vw } .hero .hero-text--sub { font-size: 11vw } } @media (max-width:768px) { .timeline-dot { position: absolute; top: 5px } .timeline-nodes { padding-bottom: 25px; position: relative } .timeline-nodes:nth-child(2n) { flex-direction: row } .timeline-nodes:nth-child(2n) .timeline-content, .timeline-nodes:nth-child(odd) .timeline-content { border-radius: 0 30px 30px } .timeline-nodes:nth-child(2n) .timeline-content:after, .timeline-nodes:nth-child(odd) .timeline-content:after { border-bottom: 25px solid transparent; border-left: none; border-right: 40px solid var(--lowlight-color); border-top: 25px solid transparent; content: ""; position: absolute; top: 0; transition: border var(--fast-transition-time) ease } .timeline-nodes:nth-child(2n) .timeline-content:after { right: 100% } .timeline-nodes:nth-child(odd) .timeline-content:after { left: -40px } .timeline:before { content: ""; display: block; height: 100%; left: 4%; position: absolute; top: 0; transform: translateX(-50%); width: 0; z-index: 1 } } @media (max-width:575px) { .timeline-dot, .timeline:before { left: -5%; position: absolute } .timeline:before { content: ""; display: block; left: 3%; top: 0 } } .arrow { position: relative; width: 3rem; height: 1.667em; display: inline-block } .arrow:after, .arrow:before { content: ""; position: absolute; background: var(--content-color); border-radius: 15px; display: block; top: -5%; height: 110%; width: 20% } .arrow:before { left: 55%; transform: rotate(-45deg) } .arrow:after { right: 55%; transform: rotate(45deg) } .arrow.down { transform: rotate(-180deg) }
0.57069
0.176033
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { margin: 0px; font-size: 0.75em; color: #333; background: #F4FAFF; } body,select,input,textarea,button { font-family:helvetica,Tahoma,'Microsoft Yahei',STXihei,\5b8b\4f53,Arial,sans-serif; } select,input,textarea,button { font-size:1em; } form,img,cite,em,p,div,ul,li,p,h1,h2,h3,h4,h5,h6 { margin: 0; border: 0; padding: 0; } cite,em,h1,h2,h3,h4,h5,h6 { font-weight: normal; font-style: normal; } ul,li { list-style: none; } a:link, a:visited { text-decoration: none; color: #137CC4; } a:hover { text-decoration: underline; color: #002380; } td a { text-decoration: none; color: #414141; } td a:hover { text-decoration: underline; color: #002380; } select,input,textarea,button { vertical-align: middle; } textarea { padding: 2px 5px; border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; width: 400px; overflow: auto; } input[type="text"], input[type="file"], input[type="password"] { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 3px 2px; } input[type="checkbox"], input[type="radio"] { margin-right:2px; } select { } #tipdiv { padding: 10px; border: 1px solid #CCC; background: #eee; } .clear { clear: both; } .none { display: none; } .center { text-align:center; } /* cpframe */ .cpbox { width: 100%; margin: 0 auto; } .cpheader { background: #69C2EA; height: 60px; } .cpbody { width: 100%; position: relative; background: #F4FAFF; } .cpleft { position: absolute; left: 0; top: 0; width: 160px; min-height: 200px; height: 100%; background: #EEE; overflow:auto; /*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=90, Color='#cfcfcf')";*/ box-shadow:2px 1px 1px #cfcfcf; } .cpcontent { margin-left:163px; background: #f4faff; } #body { width: 98%; margin: 10px auto; } .cpmap { min-height: 200px; max-height: 500px; margin-bottom: 20px; overflow: auto; } .cpmap_box { position: relative;; margin: 0px 0; padding: 10px 5px; border-bottom: 1px dashed #ddd; } .cpmap_box h3 { position: absolute; left:0; width: 100px; } .cpmap_box h3.title { color: #555; font-weight:bold; font-size: 12px; } .cpmap_box ul { margin-left: 110px; width: 650px; } .cpmap_box li { float: left; width: 105px; line-height: 20px; overflow: hidden; } .cpmanagecitys { min-height: 100px; max-height: 450px; margin-bottom: 20px; overflow: auto; } .cpmanagecitys li { float: left; width: 105px; line-height: 20px; overflow: hidden; } /* header */ .head-main { padding-top:5px; } .head-user { position: absolute; top:10px; right:10px; z-index:11; } .head-user a { display: block; background:#FFF url(images/face.jpg) no-repeat; border-radius:20px; } .head-user a img { height:40px; height:40px; border-radius:20px; } .head-links { position: absolute; top:0px; right:0px; border:1px solid #ddd; background:#FFF; z-index:10; width:180px; color: #808080; box-shadow:2px 2px 2px #ddd; } .head-links-item { display: block; padding:8px 10px; border-bottom:1px solid #ddd; vertical-align:middle; } a.head-links-item:hover { text-decoration: none; background:#EEE; } .head-links-item:last-child { border-bottom:0; } .head-links-item i { float:right; font-style:normal; color: #808080; } .head-links-item i.icon { margin-top:3px; } .head-links-item i .icomoon { margin:0; } .head-links-user { height:60px; line-height:25px; } .head-links-user p { width:115px; } .head-menu { margin-top:5px; height:50px; display:table-cell; vertical-align:middle; width:100%; } .head-menu:after { content:" "; display:block; height:0; clear:both; visibility:hidden; } .head-menu-heading, .head-menu-item { float: left; vertical-align:middle; } .head-menu-heading { margin-left:10px; margin-right:10px; } .head-menu-heading > h2 { text-align: center; font-size:20px; color:#f8f8f8; } .head-menu-item { display:block; font-size:15px; color:#FFF !important; margin-left:1px; margin-right:1px; padding:5px 9px; padding:6px 9px 3px\9; } .head-menu-item:hover, .head-menu-item.selected { text-decoration: none; background:#fafafa; color: #555 !important; border-radius: 5px; } /* left_menu */ .left-menu-folder {} .left-menu-heading, .left-menu-item { padding: 4px 2px 4px 19px; padding: 6px 2px 2px 19px\9; } .left-menu-heading { margin:0 4px; padding: 4px 0px 4px 4px; } .left-menu-heading > h3 { background: url(images/i1.gif) no-repeat 4px 7px; padding-left: 12px; font-weight: bold; font-size:1em; color:#333; } .left-menu-item { display:block; color:#666 !important; } .left-menu-item:hover, .left-menu-item.selected { text-decoration:none; background-color:#e6e6e6; } .left-menu-item.selected { color: #E04B39 !important; padding-left: 16px; border-left:3px solid #E04B39; } .left-bottom { position: fixed; width: 100%; bottom:0; height:20px; border-top:1px solid #ccc; } /* content */ .navpath { color: #808080; } .navpath em { float: right; font-style: normal; margin-right: 180px; *margin-right: 20px; } /*================================================*/ #admin_header { position: absolute; top: 0px; left: 0px; z-index: 2; height: 55px; width: 100%; } #admin_header .iframe_header { height: 55px; visibility: inherit; width: 100%; z-index: 1; } #admin_frame_table { width: 100%; height: 100%; table-layout: fixed; } #admin_frame_table .af_table_top { width: 173px; height: 55px; } #admin_frame_table .af_table_menu { width: 173px; } #admin_frame_table .af_table_main { width: auto; } #admin_frame_table .iframe_menu { height: 100%; visibility: inherit; width: 100%; z-index: 1; overflow-x: hidden; overflow-y: auto; } #admin_frame_table .iframe_main { height: 100%; visibility: inherit; width: 100%; z-index: 1; overflow: auto; } /*================================================*/ #footer { width: 98%; margin: 10px auto; text-align: center; color: #323232; } #footer small { font-size: 9px; } #footer a { color: #323232; } /*================================================*/ .sub-menu { margin-bottom:10px; position: relative; } .sub-menu:after{ content:" "; display:block; height:0; clear:both; visibility:hidden; } .sub-menu-heading, .sub-menu-item { float:left; display:block; margin:0 1px; vertical-align:middle; } .sub-menu-heading { font-size:16px; padding-right:10px; } .sub-menu-item { font-size: 12px; color:#555 !important; margin:0 1px; margin-top:0px; margin-top:-1px\9; padding: 2px 6px 3px; padding:4px 5px 1px\9; border-radius: 3px; } .sub-menu-item > span.small { font-size:12px; color:#888!important; border-bottom:0!important; } .sub-menu-item:hover, .sub-menu-item.selected { color:#FFF !important; text-decoration:none; background:#009100; } .remind { margin-bottom:10px; } .remind > p { color: #888; line-height: 1.5em; padding-bottom:2px; } .remind > p:last-child { padding-bottom:0px; } .panel-body { padding:10px; } .space { margin-bottom: 10px; } .subtitle { background: #80A9CC; padding: 0 10px; color: #FFF; line-height: 25px; height: 25px; border: 1px solid #80A9CC; } .subtitle a:link, .subtitle a:visited { color: #FFFF00; margin: 0 5px; } .maintable { width: 100%; background: #FFF; border:1px solid #BBDCF1; empty-cells: show; border-collapse: collapse !important; margin-bottom: 5px; } .maintable th { } .maintable td { border-bottom: 1px solid #BBDCF1; padding: 5px 4px; line-height: 18px; } .maintable .right { text-align: right; } .maintable .wline { border-bottom: 1px solid #FFFFFF; } .maintable .picthumb { text-align: center; } .maintable .picthumb img { max-width: 100px; max-height: 100px; width: expression(this.width > 100 ? 100 : true); height: expression(this.height > 100 ? 100 : true); } .subtable { width: 100%; } .subtable td { margin: 0; padding: 5px; border: 0; line-height: 18px; } .thbg1 { background: #F0F0F0; } .altbg1 { background: #F0F8FF; } .altbg1 strong { display: block; } .altbg2 { background: #FFFFE8; } .altbg3 { background: #EDCCFF; } .subtab { padding: 0; margin: 0; overflow: hidden; clear: both; list-style: none; background: url("img/bg_header2.gif") 0 -28px repeat-x; height: 26px; } .subtab li { float: left; border-right: 1px solid #BBDCF1; } .subtab a { display: block; color: #666; line-height: 26px; padding: 0 5px; font-weight: normal; } .subtab a:hover { text-decoration: none; } .subtab .current a { background: #F0F8FF; font-weight: bold; } .cptab { padding: 0; margin: 0; overflow: hidden; clear: both; list-style: none; border-style: solid; border-color: #BBDCF1; border-width: 0 1px; background: url("img/bg_header2.gif") 0 -28px repeat-x; height: 26px; } .cptab li { float: left; } .cptab a { display: block; color: #666; line-height: 26px; padding: 0 5px; font-weight: normal; border-right: 1px solid #BBDCF1; } .cptab a:hover { text-decoration: none; } .cptab .selected a { background: #F0F8FF; font-weight: bold; } .cptab2 { background: url("img/bg_header3.gif") 0 -28px repeat-x; border-width: 0px; } .cptab2 li { margin-right: 5px; } .cptab2 a { border-top: 2px solid #999; border-right: 1px solid #999; border-left: 1px solid #999; } .form-item { margin-bottom: 10px; } .form-item label.caption { display: block; margin-bottom: 5px; } .form-item input { margin: 3px 0; display: block; } .form-item > .inline > input { display: inline; vertical-align: middle; } .form-item > .inline > label { display: inline; vertical-align: middle; padding: 0 5px 0 2px; } .form-item span.helper { color: #808080; display: block; margin-top: 5px; } .form-submit { margin: 10px 0; text-align: center; } .form-item button, .form-submit button { margin: 0 5px; } .dialog .form-item select.max { width: 100%; padding: 1px 3px; } .dialog .form-item input[type="text"].max { width: 100%; } .dialog .form-item input[type="password"].max { width: 100%; } /*================================================*/ .multipage { margin-bottom: 10px; } .p_bar { clear: both; margin: 2px 0; } .p_bar a { font-size: 12px; text-decoration: none; padding: 3px 6px; } .p_bar a:hover { background: #FFF8DF; border: 1px solid #FFE4CA; text-decoration: none; } .p_info { background: #FFF8DF; border: 1px solid #FFE4CA; margin-right: 1px; padding: 3px 6px; color: #FF6600; } .p_num { background: #FFF; border: 1px solid #DEDEB8; margin-right: 1px; } .p_redirect { background: #FFF; border: 1px solid #DEDEB8; margin-right: 1px; font-size: 12px; } .p_curpage { margin-right: 1px; border: 1px solid #DEDEB8; background: #FFFFD9; color: #92A05A; font-weight: 700; padding: 3px 6px; } /*================================================*/ .btn { cursor: pointer; color: #FFF; background: #44A9DF; padding: 6px 12px 4px; border-radius: 2px; vertical-align: middle; margin-right: 2px; border-width: 1px; border-style: solid; border-color: #44A9DF; } .btn:hover, .btn:active { background: #169EC7 } .btn.secondary { background: #009F50; border-color: #009100; } .btn.secondary:hover, .btn.secondary:active { background: #00A600 } .btn.unimportant { background-color: #fff; border-color: #ccc; color: #323232; } .btn.unimportant:hover, .btn.unimportant:active { background: #ddd; } .btn2 { cursor: pointer; color: #FFF; background: #4CB649; padding: 2px 5px; padding: 3px 5px 1px\9; border: 1px solid #4CB649; border-radius: 2px; vertical-align: middle; margin-right: 2px; } .btn2:hover, .btn2:active { background: #008000; } .txtbox { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 400px; } .txtbox2 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 300px; } .txtbox3 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 200px; } .txtbox4 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 100px; } .txtbox5 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 50px; } .txtbox6 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 12px; text-align: center; } .txtbox7 { border-width: 1px; border-style: solid; border-color: #808080 #CCC #EEE #CCC; height: 15px; line-height: 15px; padding: 1px 1px 0; width: 30px; text-align: center; } .width { width: 99%; } .txtarea { border-width: 1px; border-style: solid; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; padding: 2px 1px 0; width: 400px; height: 100px; } .txtarea2 { border-width: 1px; border-style: solid; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; padding: 2px 1px 0; width: 400px; height: 50px; } /*==========================font color========================*/ .font_1 { color: #FF6600; } .font_2 { color: #808080; } .font_3 { color: #006600; } .font_4 { color: #FF0000; } /*============================================================*/ #search_result,.item_search_result { width: 350px; line-height: 20px; position: absolute; background: #FFF; border: 1px solid #CCC; } #search_result ul,.item_search_result ul { height: 200px; overflow: auto; overflow-x: hidden; margin: 2px 0 0 0; padding: 5px; } #search_result li,.item_search_result li { cursor: pointer; padding: 0 3px; margin: 0; } #search_result .search-closed { text-align: right; background: #F7F7F7; } .subject_search_multi { width: 380px; padding: 5px; } .subject_search_multi legend { color: #808080; } .subject_search_multi .subjectlist { list-style: none; max-height: 100px; _height: 100px; overflow: auto; overflow-x: hidden; margin: 0; padding: 0; } .subject_search_multi .subjectlist li { margin: 0; table-layout: fixed; word-break: break-all; overflow: hidden; padding: 2px 0; } .subject_search_multi .subjectlist a:hover { text-decoration: none; } /*tools*/ .toolsetting-table { width: 100%; margin-bottom: 10px; background: #FFF; border: 1px solid #ddd; border-bottom-width: 0px; } .toolsetting-table td { padding: 5px 10px; border-bottom: 1px solid #ddd; } .toolsetting-table td h3 { margin: 5px 0px; padding: 0; font-size: 12px; } .toolsetting-table td div { margin: 0; padding: 4px 0; } .toolsetting-table td div span { margin-left: 5px; } .toolsetting-table td div p { color: #808080; margin: 0; padding: 8px 0 0; } /*mdialog*/ .mdialog { border: solid #A6CBE7 7px; background: #F0F8FF; border-radius: 4px; box-shadow: 2px 10px 10px #aaa; } .mdialog .mheader { padding: 0 6px; line-height: 35px; font-size: 14px; cursor: move; } .mdialog .mheader em { float: right; background: url(../mdialog/xclose.gif) no-repeat; width: 16px; height: 16px; cursor: pointer; margin-top: 6px; } .mdialog .mheader span { font-weight: bold; color: #1D4B6D; } .mdialog .mbody { margin: 5px 10px; line-height: 16px; font-size: 12px; } .mmessage { border: solid #A6CBE7 7px; background: #F0F8FF; text-align: center; max-width: 600px; min-width: 100px; -moz-border-radius: 0px; -webkit-border-radius: 0px; } .mmessage .mbody { padding: 10px 15px; line-height: 180%; }
static/images/admin/admin.css
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } body { margin: 0px; font-size: 0.75em; color: #333; background: #F4FAFF; } body,select,input,textarea,button { font-family:helvetica,Tahoma,'Microsoft Yahei',STXihei,\5b8b\4f53,Arial,sans-serif; } select,input,textarea,button { font-size:1em; } form,img,cite,em,p,div,ul,li,p,h1,h2,h3,h4,h5,h6 { margin: 0; border: 0; padding: 0; } cite,em,h1,h2,h3,h4,h5,h6 { font-weight: normal; font-style: normal; } ul,li { list-style: none; } a:link, a:visited { text-decoration: none; color: #137CC4; } a:hover { text-decoration: underline; color: #002380; } td a { text-decoration: none; color: #414141; } td a:hover { text-decoration: underline; color: #002380; } select,input,textarea,button { vertical-align: middle; } textarea { padding: 2px 5px; border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; width: 400px; overflow: auto; } input[type="text"], input[type="file"], input[type="password"] { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 3px 2px; } input[type="checkbox"], input[type="radio"] { margin-right:2px; } select { } #tipdiv { padding: 10px; border: 1px solid #CCC; background: #eee; } .clear { clear: both; } .none { display: none; } .center { text-align:center; } /* cpframe */ .cpbox { width: 100%; margin: 0 auto; } .cpheader { background: #69C2EA; height: 60px; } .cpbody { width: 100%; position: relative; background: #F4FAFF; } .cpleft { position: absolute; left: 0; top: 0; width: 160px; min-height: 200px; height: 100%; background: #EEE; overflow:auto; /*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=90, Color='#cfcfcf')";*/ box-shadow:2px 1px 1px #cfcfcf; } .cpcontent { margin-left:163px; background: #f4faff; } #body { width: 98%; margin: 10px auto; } .cpmap { min-height: 200px; max-height: 500px; margin-bottom: 20px; overflow: auto; } .cpmap_box { position: relative;; margin: 0px 0; padding: 10px 5px; border-bottom: 1px dashed #ddd; } .cpmap_box h3 { position: absolute; left:0; width: 100px; } .cpmap_box h3.title { color: #555; font-weight:bold; font-size: 12px; } .cpmap_box ul { margin-left: 110px; width: 650px; } .cpmap_box li { float: left; width: 105px; line-height: 20px; overflow: hidden; } .cpmanagecitys { min-height: 100px; max-height: 450px; margin-bottom: 20px; overflow: auto; } .cpmanagecitys li { float: left; width: 105px; line-height: 20px; overflow: hidden; } /* header */ .head-main { padding-top:5px; } .head-user { position: absolute; top:10px; right:10px; z-index:11; } .head-user a { display: block; background:#FFF url(images/face.jpg) no-repeat; border-radius:20px; } .head-user a img { height:40px; height:40px; border-radius:20px; } .head-links { position: absolute; top:0px; right:0px; border:1px solid #ddd; background:#FFF; z-index:10; width:180px; color: #808080; box-shadow:2px 2px 2px #ddd; } .head-links-item { display: block; padding:8px 10px; border-bottom:1px solid #ddd; vertical-align:middle; } a.head-links-item:hover { text-decoration: none; background:#EEE; } .head-links-item:last-child { border-bottom:0; } .head-links-item i { float:right; font-style:normal; color: #808080; } .head-links-item i.icon { margin-top:3px; } .head-links-item i .icomoon { margin:0; } .head-links-user { height:60px; line-height:25px; } .head-links-user p { width:115px; } .head-menu { margin-top:5px; height:50px; display:table-cell; vertical-align:middle; width:100%; } .head-menu:after { content:" "; display:block; height:0; clear:both; visibility:hidden; } .head-menu-heading, .head-menu-item { float: left; vertical-align:middle; } .head-menu-heading { margin-left:10px; margin-right:10px; } .head-menu-heading > h2 { text-align: center; font-size:20px; color:#f8f8f8; } .head-menu-item { display:block; font-size:15px; color:#FFF !important; margin-left:1px; margin-right:1px; padding:5px 9px; padding:6px 9px 3px\9; } .head-menu-item:hover, .head-menu-item.selected { text-decoration: none; background:#fafafa; color: #555 !important; border-radius: 5px; } /* left_menu */ .left-menu-folder {} .left-menu-heading, .left-menu-item { padding: 4px 2px 4px 19px; padding: 6px 2px 2px 19px\9; } .left-menu-heading { margin:0 4px; padding: 4px 0px 4px 4px; } .left-menu-heading > h3 { background: url(images/i1.gif) no-repeat 4px 7px; padding-left: 12px; font-weight: bold; font-size:1em; color:#333; } .left-menu-item { display:block; color:#666 !important; } .left-menu-item:hover, .left-menu-item.selected { text-decoration:none; background-color:#e6e6e6; } .left-menu-item.selected { color: #E04B39 !important; padding-left: 16px; border-left:3px solid #E04B39; } .left-bottom { position: fixed; width: 100%; bottom:0; height:20px; border-top:1px solid #ccc; } /* content */ .navpath { color: #808080; } .navpath em { float: right; font-style: normal; margin-right: 180px; *margin-right: 20px; } /*================================================*/ #admin_header { position: absolute; top: 0px; left: 0px; z-index: 2; height: 55px; width: 100%; } #admin_header .iframe_header { height: 55px; visibility: inherit; width: 100%; z-index: 1; } #admin_frame_table { width: 100%; height: 100%; table-layout: fixed; } #admin_frame_table .af_table_top { width: 173px; height: 55px; } #admin_frame_table .af_table_menu { width: 173px; } #admin_frame_table .af_table_main { width: auto; } #admin_frame_table .iframe_menu { height: 100%; visibility: inherit; width: 100%; z-index: 1; overflow-x: hidden; overflow-y: auto; } #admin_frame_table .iframe_main { height: 100%; visibility: inherit; width: 100%; z-index: 1; overflow: auto; } /*================================================*/ #footer { width: 98%; margin: 10px auto; text-align: center; color: #323232; } #footer small { font-size: 9px; } #footer a { color: #323232; } /*================================================*/ .sub-menu { margin-bottom:10px; position: relative; } .sub-menu:after{ content:" "; display:block; height:0; clear:both; visibility:hidden; } .sub-menu-heading, .sub-menu-item { float:left; display:block; margin:0 1px; vertical-align:middle; } .sub-menu-heading { font-size:16px; padding-right:10px; } .sub-menu-item { font-size: 12px; color:#555 !important; margin:0 1px; margin-top:0px; margin-top:-1px\9; padding: 2px 6px 3px; padding:4px 5px 1px\9; border-radius: 3px; } .sub-menu-item > span.small { font-size:12px; color:#888!important; border-bottom:0!important; } .sub-menu-item:hover, .sub-menu-item.selected { color:#FFF !important; text-decoration:none; background:#009100; } .remind { margin-bottom:10px; } .remind > p { color: #888; line-height: 1.5em; padding-bottom:2px; } .remind > p:last-child { padding-bottom:0px; } .panel-body { padding:10px; } .space { margin-bottom: 10px; } .subtitle { background: #80A9CC; padding: 0 10px; color: #FFF; line-height: 25px; height: 25px; border: 1px solid #80A9CC; } .subtitle a:link, .subtitle a:visited { color: #FFFF00; margin: 0 5px; } .maintable { width: 100%; background: #FFF; border:1px solid #BBDCF1; empty-cells: show; border-collapse: collapse !important; margin-bottom: 5px; } .maintable th { } .maintable td { border-bottom: 1px solid #BBDCF1; padding: 5px 4px; line-height: 18px; } .maintable .right { text-align: right; } .maintable .wline { border-bottom: 1px solid #FFFFFF; } .maintable .picthumb { text-align: center; } .maintable .picthumb img { max-width: 100px; max-height: 100px; width: expression(this.width > 100 ? 100 : true); height: expression(this.height > 100 ? 100 : true); } .subtable { width: 100%; } .subtable td { margin: 0; padding: 5px; border: 0; line-height: 18px; } .thbg1 { background: #F0F0F0; } .altbg1 { background: #F0F8FF; } .altbg1 strong { display: block; } .altbg2 { background: #FFFFE8; } .altbg3 { background: #EDCCFF; } .subtab { padding: 0; margin: 0; overflow: hidden; clear: both; list-style: none; background: url("img/bg_header2.gif") 0 -28px repeat-x; height: 26px; } .subtab li { float: left; border-right: 1px solid #BBDCF1; } .subtab a { display: block; color: #666; line-height: 26px; padding: 0 5px; font-weight: normal; } .subtab a:hover { text-decoration: none; } .subtab .current a { background: #F0F8FF; font-weight: bold; } .cptab { padding: 0; margin: 0; overflow: hidden; clear: both; list-style: none; border-style: solid; border-color: #BBDCF1; border-width: 0 1px; background: url("img/bg_header2.gif") 0 -28px repeat-x; height: 26px; } .cptab li { float: left; } .cptab a { display: block; color: #666; line-height: 26px; padding: 0 5px; font-weight: normal; border-right: 1px solid #BBDCF1; } .cptab a:hover { text-decoration: none; } .cptab .selected a { background: #F0F8FF; font-weight: bold; } .cptab2 { background: url("img/bg_header3.gif") 0 -28px repeat-x; border-width: 0px; } .cptab2 li { margin-right: 5px; } .cptab2 a { border-top: 2px solid #999; border-right: 1px solid #999; border-left: 1px solid #999; } .form-item { margin-bottom: 10px; } .form-item label.caption { display: block; margin-bottom: 5px; } .form-item input { margin: 3px 0; display: block; } .form-item > .inline > input { display: inline; vertical-align: middle; } .form-item > .inline > label { display: inline; vertical-align: middle; padding: 0 5px 0 2px; } .form-item span.helper { color: #808080; display: block; margin-top: 5px; } .form-submit { margin: 10px 0; text-align: center; } .form-item button, .form-submit button { margin: 0 5px; } .dialog .form-item select.max { width: 100%; padding: 1px 3px; } .dialog .form-item input[type="text"].max { width: 100%; } .dialog .form-item input[type="password"].max { width: 100%; } /*================================================*/ .multipage { margin-bottom: 10px; } .p_bar { clear: both; margin: 2px 0; } .p_bar a { font-size: 12px; text-decoration: none; padding: 3px 6px; } .p_bar a:hover { background: #FFF8DF; border: 1px solid #FFE4CA; text-decoration: none; } .p_info { background: #FFF8DF; border: 1px solid #FFE4CA; margin-right: 1px; padding: 3px 6px; color: #FF6600; } .p_num { background: #FFF; border: 1px solid #DEDEB8; margin-right: 1px; } .p_redirect { background: #FFF; border: 1px solid #DEDEB8; margin-right: 1px; font-size: 12px; } .p_curpage { margin-right: 1px; border: 1px solid #DEDEB8; background: #FFFFD9; color: #92A05A; font-weight: 700; padding: 3px 6px; } /*================================================*/ .btn { cursor: pointer; color: #FFF; background: #44A9DF; padding: 6px 12px 4px; border-radius: 2px; vertical-align: middle; margin-right: 2px; border-width: 1px; border-style: solid; border-color: #44A9DF; } .btn:hover, .btn:active { background: #169EC7 } .btn.secondary { background: #009F50; border-color: #009100; } .btn.secondary:hover, .btn.secondary:active { background: #00A600 } .btn.unimportant { background-color: #fff; border-color: #ccc; color: #323232; } .btn.unimportant:hover, .btn.unimportant:active { background: #ddd; } .btn2 { cursor: pointer; color: #FFF; background: #4CB649; padding: 2px 5px; padding: 3px 5px 1px\9; border: 1px solid #4CB649; border-radius: 2px; vertical-align: middle; margin-right: 2px; } .btn2:hover, .btn2:active { background: #008000; } .txtbox { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 400px; } .txtbox2 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 300px; } .txtbox3 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 200px; } .txtbox4 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 100px; } .txtbox5 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 50px; } .txtbox6 { border: 1px; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; border-style: solid; padding: 2px 2px; width: 12px; text-align: center; } .txtbox7 { border-width: 1px; border-style: solid; border-color: #808080 #CCC #EEE #CCC; height: 15px; line-height: 15px; padding: 1px 1px 0; width: 30px; text-align: center; } .width { width: 99%; } .txtarea { border-width: 1px; border-style: solid; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; padding: 2px 1px 0; width: 400px; height: 100px; } .txtarea2 { border-width: 1px; border-style: solid; border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8; padding: 2px 1px 0; width: 400px; height: 50px; } /*==========================font color========================*/ .font_1 { color: #FF6600; } .font_2 { color: #808080; } .font_3 { color: #006600; } .font_4 { color: #FF0000; } /*============================================================*/ #search_result,.item_search_result { width: 350px; line-height: 20px; position: absolute; background: #FFF; border: 1px solid #CCC; } #search_result ul,.item_search_result ul { height: 200px; overflow: auto; overflow-x: hidden; margin: 2px 0 0 0; padding: 5px; } #search_result li,.item_search_result li { cursor: pointer; padding: 0 3px; margin: 0; } #search_result .search-closed { text-align: right; background: #F7F7F7; } .subject_search_multi { width: 380px; padding: 5px; } .subject_search_multi legend { color: #808080; } .subject_search_multi .subjectlist { list-style: none; max-height: 100px; _height: 100px; overflow: auto; overflow-x: hidden; margin: 0; padding: 0; } .subject_search_multi .subjectlist li { margin: 0; table-layout: fixed; word-break: break-all; overflow: hidden; padding: 2px 0; } .subject_search_multi .subjectlist a:hover { text-decoration: none; } /*tools*/ .toolsetting-table { width: 100%; margin-bottom: 10px; background: #FFF; border: 1px solid #ddd; border-bottom-width: 0px; } .toolsetting-table td { padding: 5px 10px; border-bottom: 1px solid #ddd; } .toolsetting-table td h3 { margin: 5px 0px; padding: 0; font-size: 12px; } .toolsetting-table td div { margin: 0; padding: 4px 0; } .toolsetting-table td div span { margin-left: 5px; } .toolsetting-table td div p { color: #808080; margin: 0; padding: 8px 0 0; } /*mdialog*/ .mdialog { border: solid #A6CBE7 7px; background: #F0F8FF; border-radius: 4px; box-shadow: 2px 10px 10px #aaa; } .mdialog .mheader { padding: 0 6px; line-height: 35px; font-size: 14px; cursor: move; } .mdialog .mheader em { float: right; background: url(../mdialog/xclose.gif) no-repeat; width: 16px; height: 16px; cursor: pointer; margin-top: 6px; } .mdialog .mheader span { font-weight: bold; color: #1D4B6D; } .mdialog .mbody { margin: 5px 10px; line-height: 16px; font-size: 12px; } .mmessage { border: solid #A6CBE7 7px; background: #F0F8FF; text-align: center; max-width: 600px; min-width: 100px; -moz-border-radius: 0px; -webkit-border-radius: 0px; } .mmessage .mbody { padding: 10px 15px; line-height: 180%; }
0.289673
0.07603
.dh-lottery .avatar, .dh-modal-content { text-align: center } .dh-lottery { margin: 0; /* */ height: 100%; background-color: #ffffff; background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-repeat: repeat, no-repeat, no-repeat; background-size: 100px 100px, cover, cover; background-position: top left, center center, bottom center; background-attachment: fixed, fixed, fixed; /* */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #4a4a4a; font-size: 16px; font-weight: 400; line-height: 1.5; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; text-rendering: optimizeLegibility; padding: 1%; min-height: 100%; box-sizing: border-box } .dh-lottery * { padding: 0; margin: 0; box-sizing: inherit } .dh-icon { font-style: normal; font-size: 0 } .dh-icon > svg { height: 64px; width: 64px; color: #FFC825; margin: 18px } .is-mac .dh-icon-dice { line-height: 105px } .dh-icon-dice > svg { color: #fff } .dh-icon-okay > svg { color: #FFD860 } .dh-icon-crown > svg { margin: 8px; height: 200px; width: 120px } .is-mac .button .dh-icon { font-size: 58px } .is-mac .dh-icon { font-size: 80px } .is-mac .dh-icon > svg { display: none } .running-lottery .dh-lottery .profile { opacity: .4; transition: all .5s } .running-lottery .dh-lottery .profile.current { opacity: 1 } .dh-lottery #dh-confetti-canvas { position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 2333; border: 0 solid #000; pointer-events: none } .dh-lottery .avatars-container { height: 100%; overflow: auto; line-height: 0 } .dh-lottery .avatar .image { /* avatar size - dfcoelho */ margin: 0 auto; display: inline-block; height: 22px; width: 22px; position: relative } .dh-lottery .avatar .image img { border-radius: 100%; height: 100%; width: 100% } #dh-lottery-selector .image { /* selector size - dfcoelho*/ display: none; position: absolute; left: 0; top: 0; border: 4px solid #FFF; border-radius: 100%; box-sizing: content-box; height: 22px; width: 22px } .dh-lottery .actions { position: absolute; right: 20px; bottom: 20px; display: flex } .dh-lottery .actions .button { display: block; width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 80px; font-size: 56px; cursor: hand; margin-right: 20px } .dh-lottery .columns, .dh-modal { display: -webkit-box; display: -ms-flexbox } .dh-modal-btn, .dh-modal-close { cursor: pointer; outline: 0; vertical-align: top } .dh-lottery .actions .button.primary { background-color: #00d1b2; color: #fff } .dh-lottery .actions .button.primary:active, .dh-lottery .actions .button.primary:hover { background-color: #00c4a7; color: #fff } .dh-lottery .actions .button.success { background-color: #23d160; border-color: transparent; color: #fff } .dh-lottery .actions .button.success:active, .dh-lottery .actions .button.success:hover { background-color: #20bc56; border-color: transparent; box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2); color: #fff } .dh-lottery .columns { align-content: flex-start; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .dh-lottery .column { flex: 1 0 auto; display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; padding: 0.15vw } .dh-modal-close { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -moz-appearance: none; -webkit-appearance: none; border: none; border-radius: 290486px; display: inline-block; font-size: 1rem; background: 0 0; position: absolute; right: 20px; top: 20px } .dh-modal-close:after, .dh-modal-close:before { background-color: #fff; content: ""; display: block; left: 50%; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); -webkit-transform-origin: center center; transform-origin: center center } .dh-modal, .dh-modal-background { bottom: 0; left: 0; position: absolute; right: 0; top: 0 } .dh-modal-close:before { height: 2px; width: 50% } .dh-modal-close:after { height: 50%; width: 2px } .dh-modal-close:focus, .dh-modal-close:hover { background-color: rgba(10, 10, 10, .3) } .dh-modal-close:active { background-color: rgba(10, 10, 10, .4) } .dh-modal { display: flex; opacity: 0; z-index: -1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; transition: all .2s ease-in } .dh-modal.is-active { opacity: 1; z-index: 99999; display: -webkit-box; display: -ms-flexbox; display: flex } .dh-modal-background { z-index: -1; background-color: rgba(10, 10, 10, .8) } .dh-modal-content { margin: 0 auto; max-height: calc(100vh - 40px); overflow-y: auto; width: 90%; padding: 5%; display: flex; flex-flow: column } .dh-modal-content.dh-morewinner { flex-flow: row wrap } .dh-modal-content .profile-item { display: block; font-size: 50px; padding: 1vh 2.5%; text-align: left; min-height: 2.5em } .dh-modal-content.dh-solowinner .profile-item { text-align: center } .dh-modal-content.dh-solowinner .avatar-image { text-align: center; float: none; margin: 0 auto } .dh-modal-content.dh-morewinner .profile-item { width: 50%; float: left; box-sizing: border-box } .dh-modal-content .avatar-image { float: left; position: relative; margin-right: 5%; width: 256px; height: 256px } .dh-modal-content.dh-morewinner .avatar-image { width: 128px; height: 128px } .dh-modal-content .avatar-image > h1 { font-size: 0; display: inline-block; z-index: 2; position: absolute; top: -64px; left: 50%; transform: rotate(5deg); overflow: hidden; margin: 0 0 0 -40px; width: 100px } .dh-modal-content .avatar-image svg { width: 72px; height: 72px } .dh-modal-content .avatar-image > img { width: 100%; height: 100%; border-radius: 100%; border: 6px solid #FFC825; box-sizing: border-box } .dh-modal-content .profile-name { font-size: 1em; color: #eee; margin: 0 0 16px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-height: 80px } .dh-modal-content .profile-desc, .dh-modal-content .profile-subtitle { color: #ddd; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .dh-modal-content .profile-subtitle { font-size: .75em; margin: 12px 0; min-height: 60px } .dh-modal-content .profile-desc { font-size: 32px; margin: 8px 0 } .dh-modal-close { height: 86px; width: 86px } #dh-lottery-history .dh-modal-content { overflow-y: auto; overflow-x: hidden; width: 100%; color: #fff } #dh-lottery-history .dh-history-item { padding: 20px; border-bottom: solid 1px rgba(255, 255, 255, .3) } #dh-lottery-history .dh-history-item .dh-history-info { text-align: left; /* padding-bottom: 20px */ } #dh-lottery-history .dh-history-item .dh-history-info p { line-height: 48px } #dh-lottery-history .dh-history-item .dh-history-info h1 { float: left; padding-right: 20px; font-size: 40px; line-height: 48px } #dh-lottery-history .dh-history-item .dh-history-user { width: 100% } #dh-lottery-history .dh-history-item .dh-history-user > div { display: inline-block; padding: 0.5vw; width: 135px; text-align: center } #dh-lottery-history .dh-history-item .dh-history-user .avatar { border-radius: 100% } .dh-history-user .avatar .avatar-image { float: none } .dh-modal-btn { user-select: none; background: 0 0; background-color: rgba(10, 10, 10, .7); border-radius: 290486px; display: inline-block; font-size: 1rem; position: relative; width: 100px; height: 40px; color: #fff; border: 1px solid #fff; text-align: center; line-height: 38px } .dh-history-clean { position: absolute; right: 120px; top: 42px } .dh-modal-config-number { position: absolute; right: 250px; top: 42px } @keyframes dh-stroke { 100% { stroke-dashoffset: 0 } } @keyframes dh-scale { 0%, 100% { transform: none } 50% { transform: scale3d(1.1, 1.1, 1) } } @keyframes dh-fill { 100% { box-shadow: inset 0 0 0 30px #7ac142 } } @keyframes dh-zoomIn { from { opacity: 0; transform: scale3d(.3, .3, .3) } 50% { opacity: 1 } } .dh-zoomIn { animation-name: dh-zoomIn } @keyframes dh-zoomOut { from { opacity: 1 } 50% { opacity: .2 } to { opacity: 0 } } .dh-zoomOut { animation-name: dh-zoomOut } .dh-animated { animation-duration: .4s; animation-fill-mode: both } /* dfcoelho */ .main-container { /* dfcoelho */ background-color: white; border-radius: 5px; padding: 5px; -moz-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); -moz-transition: background-color 0.5s 1.5s ease-out, -moz-transform 5s ease; -webkit-transition: background-color 0.5s 1.5s ease-out, -webkit-transform 5s ease; -ms-transition: background-color 0.5s 1.5s ease-out, -ms-transform 5s ease; transition: background-color 0.5s 1.5s ease-out, transform 5s ease; transform-style: preserve-3d; } .main-container.is-preload { -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); transform-style: preserve-3d; background-color: #ededed; } .userlist { -moz-transition: opacity 0.5s 1.5s ease; -webkit-transition: opacity 0.5s 1.5s ease; -ms-transition: opacity 0.5s 1.5s ease; transition: opacity 0.5s 1.5s ease; opacity: 1; } .userlist.is-preload { opacity: 0; }
staticfiles/assets/css/lottery.min.css
.dh-lottery .avatar, .dh-modal-content { text-align: center } .dh-lottery { margin: 0; /* */ height: 100%; background-color: #ffffff; background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg"); background-repeat: repeat, no-repeat, no-repeat; background-size: 100px 100px, cover, cover; background-position: top left, center center, bottom center; background-attachment: fixed, fixed, fixed; /* */ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #4a4a4a; font-size: 16px; font-weight: 400; line-height: 1.5; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; text-rendering: optimizeLegibility; padding: 1%; min-height: 100%; box-sizing: border-box } .dh-lottery * { padding: 0; margin: 0; box-sizing: inherit } .dh-icon { font-style: normal; font-size: 0 } .dh-icon > svg { height: 64px; width: 64px; color: #FFC825; margin: 18px } .is-mac .dh-icon-dice { line-height: 105px } .dh-icon-dice > svg { color: #fff } .dh-icon-okay > svg { color: #FFD860 } .dh-icon-crown > svg { margin: 8px; height: 200px; width: 120px } .is-mac .button .dh-icon { font-size: 58px } .is-mac .dh-icon { font-size: 80px } .is-mac .dh-icon > svg { display: none } .running-lottery .dh-lottery .profile { opacity: .4; transition: all .5s } .running-lottery .dh-lottery .profile.current { opacity: 1 } .dh-lottery #dh-confetti-canvas { position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 2333; border: 0 solid #000; pointer-events: none } .dh-lottery .avatars-container { height: 100%; overflow: auto; line-height: 0 } .dh-lottery .avatar .image { /* avatar size - dfcoelho */ margin: 0 auto; display: inline-block; height: 22px; width: 22px; position: relative } .dh-lottery .avatar .image img { border-radius: 100%; height: 100%; width: 100% } #dh-lottery-selector .image { /* selector size - dfcoelho*/ display: none; position: absolute; left: 0; top: 0; border: 4px solid #FFF; border-radius: 100%; box-sizing: content-box; height: 22px; width: 22px } .dh-lottery .actions { position: absolute; right: 20px; bottom: 20px; display: flex } .dh-lottery .actions .button { display: block; width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 80px; font-size: 56px; cursor: hand; margin-right: 20px } .dh-lottery .columns, .dh-modal { display: -webkit-box; display: -ms-flexbox } .dh-modal-btn, .dh-modal-close { cursor: pointer; outline: 0; vertical-align: top } .dh-lottery .actions .button.primary { background-color: #00d1b2; color: #fff } .dh-lottery .actions .button.primary:active, .dh-lottery .actions .button.primary:hover { background-color: #00c4a7; color: #fff } .dh-lottery .actions .button.success { background-color: #23d160; border-color: transparent; color: #fff } .dh-lottery .actions .button.success:active, .dh-lottery .actions .button.success:hover { background-color: #20bc56; border-color: transparent; box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2); color: #fff } .dh-lottery .columns { align-content: flex-start; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .dh-lottery .column { flex: 1 0 auto; display: block; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; padding: 0.15vw } .dh-modal-close { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -moz-appearance: none; -webkit-appearance: none; border: none; border-radius: 290486px; display: inline-block; font-size: 1rem; background: 0 0; position: absolute; right: 20px; top: 20px } .dh-modal-close:after, .dh-modal-close:before { background-color: #fff; content: ""; display: block; left: 50%; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); -webkit-transform-origin: center center; transform-origin: center center } .dh-modal, .dh-modal-background { bottom: 0; left: 0; position: absolute; right: 0; top: 0 } .dh-modal-close:before { height: 2px; width: 50% } .dh-modal-close:after { height: 50%; width: 2px } .dh-modal-close:focus, .dh-modal-close:hover { background-color: rgba(10, 10, 10, .3) } .dh-modal-close:active { background-color: rgba(10, 10, 10, .4) } .dh-modal { display: flex; opacity: 0; z-index: -1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; transition: all .2s ease-in } .dh-modal.is-active { opacity: 1; z-index: 99999; display: -webkit-box; display: -ms-flexbox; display: flex } .dh-modal-background { z-index: -1; background-color: rgba(10, 10, 10, .8) } .dh-modal-content { margin: 0 auto; max-height: calc(100vh - 40px); overflow-y: auto; width: 90%; padding: 5%; display: flex; flex-flow: column } .dh-modal-content.dh-morewinner { flex-flow: row wrap } .dh-modal-content .profile-item { display: block; font-size: 50px; padding: 1vh 2.5%; text-align: left; min-height: 2.5em } .dh-modal-content.dh-solowinner .profile-item { text-align: center } .dh-modal-content.dh-solowinner .avatar-image { text-align: center; float: none; margin: 0 auto } .dh-modal-content.dh-morewinner .profile-item { width: 50%; float: left; box-sizing: border-box } .dh-modal-content .avatar-image { float: left; position: relative; margin-right: 5%; width: 256px; height: 256px } .dh-modal-content.dh-morewinner .avatar-image { width: 128px; height: 128px } .dh-modal-content .avatar-image > h1 { font-size: 0; display: inline-block; z-index: 2; position: absolute; top: -64px; left: 50%; transform: rotate(5deg); overflow: hidden; margin: 0 0 0 -40px; width: 100px } .dh-modal-content .avatar-image svg { width: 72px; height: 72px } .dh-modal-content .avatar-image > img { width: 100%; height: 100%; border-radius: 100%; border: 6px solid #FFC825; box-sizing: border-box } .dh-modal-content .profile-name { font-size: 1em; color: #eee; margin: 0 0 16px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-height: 80px } .dh-modal-content .profile-desc, .dh-modal-content .profile-subtitle { color: #ddd; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .dh-modal-content .profile-subtitle { font-size: .75em; margin: 12px 0; min-height: 60px } .dh-modal-content .profile-desc { font-size: 32px; margin: 8px 0 } .dh-modal-close { height: 86px; width: 86px } #dh-lottery-history .dh-modal-content { overflow-y: auto; overflow-x: hidden; width: 100%; color: #fff } #dh-lottery-history .dh-history-item { padding: 20px; border-bottom: solid 1px rgba(255, 255, 255, .3) } #dh-lottery-history .dh-history-item .dh-history-info { text-align: left; /* padding-bottom: 20px */ } #dh-lottery-history .dh-history-item .dh-history-info p { line-height: 48px } #dh-lottery-history .dh-history-item .dh-history-info h1 { float: left; padding-right: 20px; font-size: 40px; line-height: 48px } #dh-lottery-history .dh-history-item .dh-history-user { width: 100% } #dh-lottery-history .dh-history-item .dh-history-user > div { display: inline-block; padding: 0.5vw; width: 135px; text-align: center } #dh-lottery-history .dh-history-item .dh-history-user .avatar { border-radius: 100% } .dh-history-user .avatar .avatar-image { float: none } .dh-modal-btn { user-select: none; background: 0 0; background-color: rgba(10, 10, 10, .7); border-radius: 290486px; display: inline-block; font-size: 1rem; position: relative; width: 100px; height: 40px; color: #fff; border: 1px solid #fff; text-align: center; line-height: 38px } .dh-history-clean { position: absolute; right: 120px; top: 42px } .dh-modal-config-number { position: absolute; right: 250px; top: 42px } @keyframes dh-stroke { 100% { stroke-dashoffset: 0 } } @keyframes dh-scale { 0%, 100% { transform: none } 50% { transform: scale3d(1.1, 1.1, 1) } } @keyframes dh-fill { 100% { box-shadow: inset 0 0 0 30px #7ac142 } } @keyframes dh-zoomIn { from { opacity: 0; transform: scale3d(.3, .3, .3) } 50% { opacity: 1 } } .dh-zoomIn { animation-name: dh-zoomIn } @keyframes dh-zoomOut { from { opacity: 1 } 50% { opacity: .2 } to { opacity: 0 } } .dh-zoomOut { animation-name: dh-zoomOut } .dh-animated { animation-duration: .4s; animation-fill-mode: both } /* dfcoelho */ .main-container { /* dfcoelho */ background-color: white; border-radius: 5px; padding: 5px; -moz-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); -moz-transition: background-color 0.5s 1.5s ease-out, -moz-transform 5s ease; -webkit-transition: background-color 0.5s 1.5s ease-out, -webkit-transform 5s ease; -ms-transition: background-color 0.5s 1.5s ease-out, -ms-transform 5s ease; transition: background-color 0.5s 1.5s ease-out, transform 5s ease; transform-style: preserve-3d; } .main-container.is-preload { -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); transform-style: preserve-3d; background-color: #ededed; } .userlist { -moz-transition: opacity 0.5s 1.5s ease; -webkit-transition: opacity 0.5s 1.5s ease; -ms-transition: opacity 0.5s 1.5s ease; transition: opacity 0.5s 1.5s ease; opacity: 1; } .userlist.is-preload { opacity: 0; }
0.454714
0.109182